.main-wrapper {
    overflow: visible;
}

.breadcrumbs-add {
    display: flex;
    list-style: none;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 50px;
}

.breadcrumbs-add span {
    opacity: .5;
    font-weight: 500;
    position: relative;
    margin-left: 25px;
}

.breadcrumbs-add span:before {
    content: "|";
    left: -12px;
    position: absolute;
}

.breadcrumbs-add a {
    color: #000;
}

.cookie-page__h1 {
    line-height: 1.1;
    
}

.cookie-page__flex {
    display: flex;
    justify-content: space-between;
    padding-top: 45px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 55px;
    position: relative;
}

.cookie-page__left {
    min-width: 390px;
    width: 390px;
    max-height: fit-content;
    position: sticky;
    left: 0;
    top: 100px;
}

.cookie-page__right {
    max-width: 670px;
}


.cookie-page__heads {
    font-size: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
    
}
.cookie-page__heads a {
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.4;
       font-weight: 600;
}
.cookie-page__heads li {
    margin-bottom: 20px;
    line-height: 1;
}
.cookie-page__heads a:hover,
.cookie-page__heads a.active{
   color: rgba(0, 0, 0, 1);
 
}

.cookie-page__h2 {
    font-size: 32px;
    margin-bottom: 15px;
}

.cookie-page__par {
    font-size: 16px;
    opacity: .6;
    margin-bottom: 20px;
}

.cookie-page__bold {
    font-weight: 600;
}
.cookie-page__part {
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
}

.cookie-page__part:last-child {
    border-bottom: 0;
}

.cookie-page__part {
    margin-top: -50px;
    padding-top: 50px
}


@media (max-width: 1023px) {
    .cookie-page__h1 {
        font-size: 32px;
    }
   
   .cookie-page__flex {
    flex-wrap: wrap;
        margin-top: 50px;
        padding-top: 0;
border-top: 0;
   }
   .cookie-page__left {
      width: 100%;
      position: static;
   }

   .cookie-page__right {
      width: 100%;
   }

   .cookie-page__h2 {
    font-size: 24px;
   }
  
  .cookie-page__arr {
    position: fixed;
    right: 20px;
    bottom: 130px;
  }

.breadcrumbs-add {
  margin-bottom: 30px;
}
.cookie-page__heads li {
    margin-bottom: 15px;
}
.cookie-page__right {
   margin-top: 40px;
}

}