body {
    font-family: 'Futura PT', sans-serif;
}

a {
    text-decoration: none !important;
}

header {
    border-bottom: 0.5px solid rgba(2, 17, 43, 0.3);
}

 nav ul li a:hover {
    color: #BE11A5;
}

.politic {
    visibility: hidden;
}

.link_buy_btn:hover {
    color: antiquewhite;
    background: #990083;
    box-shadow: 0px 0px 16px 8px rgba(153, 0, 131, 0.2);
}

.wrapper_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
}

 nav ul {
    display: flex;
    margin-bottom: 0;
}

 nav ul li {
    list-style: none;
    margin-right: 70px;
}

 nav ul li a {
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    text-transform: capitalize;
    color: #02112B;
    transition: all 0.6s ease;
}

 nav ul li:last-child {
    margin-right: 0;
}

.wrapper_header .right_element .social a {
    margin-right: 20px;
}

.wrapper_header .right_element .social a:last-child {
    margin-right: 0;
}

.link_buy_btn {
    background: #BE11A5;
    border-radius: 62px;
    color: #ffff;
    padding: 15px 40px;
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 450;
    font-size: 14px;
    line-height: 18px;
    box-shadow: 0px 0px 16px 8px rgba(190, 17, 165, 0.2);
    transition: all 0.6s ease;
}

.left_block ul {
    padding-left: 15px;
}

.left_block .title h1 {
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    line-height: 100%;
    color: #02112B;
}

.left_block .title p {
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #02112B;
    margin: 30px 0;
}

.listen ul li{
    position: relative;
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 450;
    font-size: 18px;
    line-height: 23px;
    color: #02112B;
}

.listen ul li p {
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    color: #02112B;
    margin-top: 3px;
}

.listen ul li::marker {
    color: #DD0000;
    font-size: 24px;
}

.old_price {
    margin-right: 70px;
    text-align: center;
}

.old_price p {
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: rgba(2, 17, 43, 0.8);
    margin-bottom: 0;
}

.old_price p s {
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    opacity: 0.5;
    color: #02112B;
}

.new_price span {
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 600;
    font-size: 45px;
    line-height: 58px;
    /* identical to box height */


    color: #02112B;
}

.new_price p {
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 450;
    font-size: 30px;
    line-height: 38px;

    color: #02112B;
}

.price_size {
    display: flex;
    margin-top: 30px;
}

.tabs_size .activity{
    background: #02112B;
    color: #fff;
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    padding: 4px 5px;
    border-radius: 50%;
    border: 1px solid #02112B;
}

.tabs_size .activity:hover {
    color: #fff;
}

.tabs_size a{
    color: #333;
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    padding: 4px 5px;
    border-radius: 50%;
    border: 1px solid #02112B;
    margin-right: 5px;
}

.tabs_size a:hover {
    color: #BE11A5;
}

.title_size p {
    font-family: 'Futura PT';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 18px;
/* identical to box height */


color: rgba(2, 17, 43, 0.8);
}

.right_block  {
    border: 1px solid #BE11A5;
    border-radius: 30px;
    height: 743px;
    position: relative;
}



.right_block img {
    width: 100%;
    height: 730px;
    object-fit: contain;
}


.custom_row {
    align-items: center;
}

section {
    padding: 30px 0;
}

.bg_section {
    padding: 0;
    overflow: hidden;
}

.link_buy_btn svg {
    margin-right: 10px;
}

.buy_bottom p{
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
    color: rgba(2, 17, 43, 0.8);
}

.buy_bottom {
    display: flex;
    align-items: center;
    padding: 30px 0;
}

.buy_bottom .link_buy_btn {
    margin-right: 15px;
}

.custom_row {
    position: relative;
    z-index: 99999;
}

.custom_row:before {
    content: "";
    background-image: url('/image/bg_logo.svg');
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    top: 3%;
    background-size: contain;
    z-index: -1;
}

.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
  }
  .slick-dots li {
    margin: 0 0.25rem;
  }
  .slick-dots button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;
    background: inherit;
    border-radius: 100%;
    border: 1px solid #BE11A5;
    text-indent: -9999px;
  }
  .slick-dots li.slick-active button {
    background: #fff;
    position: relative;
    box-shadow: 0px 0px 12px 0px rgba(190, 17, 165, 0.26);
  }

  .slick-dots li.slick-active button::after {
    background: #BE11A5;
    content: " ";
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    left: 3px;
    top: 21%;
  }


  .slick-arrow {
    position: absolute;
  }

  .slick-prev,  .slick-next {
    top: 50%;
    font-size: 0;
    border: unset;
    outline: none;
    background: unset;
    
  }

  .slick-prev {
    left: 15%;
    z-index: 999999;
  }

  .slick-next {
    right: 15%;
  }

  .slick-prev::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-image: url('/image/arrow.svg');
    transform: rotate(180deg);
  }

  .slick-next::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-image: url('/image/arrow.svg');
    right: 0;
    top: -15px;
  }

  .right_block::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    filter: blur(10px);
    opacity: 0.4;
    backdrop-filter: blur(0px);
  }


  .titles h4 {
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 110%;
    color: #02112B;
    padding-bottom: 50px;
  }

  .titles h4 span {
    color: #BE11A5;
  }

  .wraps_card {
    border: 0.5px solid #BE11A5;
    border-radius: 30px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    min-height: 277px;
  }

  .wraps_card span {
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #02112B;
    padding: 30px 0 20px 0;
  }


  .wraps_card p {
    margin-bottom: 0;
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #02112B;
    opacity: 0.8;
  }

  .bg_section {
    position: relative;
    z-index: 1;
  }

  .bg_section::before{
    background: linear-gradient(180deg, #FFFFFF -8.19%, rgba(255, 255, 255, 0) 100%), #2354F9;
    opacity: 0.05;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: -1;
  }

  .bg_section .titles {
    text-align: center;
  }

  .womens_img {
    text-align: center;
  }

  .bg_section .titles h4 {
    padding-bottom: 10px;
  }

  .bg_section .titles p {
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #02112B;
    opacity: 0.7;
  }

  .fix_prem_left p, .fix_prem_right p {
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;

    color: #02112B;

    opacity: 0.85;
    margin-bottom: 0;
  }

  .fix_prem_left {
    position: relative;
  }

  .fix_prem_left:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('/image/cav.svg');
    background-repeat: no-repeat;
    left: -30px;
  }

  .fix_prem_left {
    display: flex;
  }

  .fix_prem_right {
    display: flex;
    flex-direction: row-reverse;
  }

  .fix_prem_right svg {
    margin-right: 60px;
  }

  .fix_prem_left p {
    margin-right: 60px;
  }

  .fix_prem_left.one {
    position: absolute;
    top: 37%;
    left: 19%;
  }

  .fix_prem_left.two {
    position: absolute;
    top: 58%;
    left: 14%;
  }

  .fix_prem_left.three {
    position: absolute;
    top: 78%;
    left: 17%;
  }

  .fix_prem_left.four {
    position: absolute;
    top: 94%;
    left: 19%;
  }

  .fix_prem_right {
    position: relative;
  }

  .fix_prem_right:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('/image/cav.svg');
    background-repeat: no-repeat;
    left: 57px;
  }

  .fix_prem_right.one {
    position: absolute;
    right: 0;
    top: 37%;
    right: 19%;
  }

  .fix_prem_right.two {
    position: absolute;
    top: 58%;
    right: 14%;
  }

  .fix_prem_right.three {
    position: absolute;
    top: 78%;
    right: 17%;
  }

  .fix_prem_right.four {
    position: absolute;
    top: 94%;
    right: 19%;
  }

  #four .listen ul{
    padding-left: 15px;
  }
  
  #four .listen ul li {
    margin-bottom: 30px;
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    /* or 23px */


    color: #02112B;
  }

  .wrap_link {
    display: flex;
    flex-direction: column;
    align-items: start;

  }

  .wrap_link svg:nth-child(2) {
    margin-left: 10px;
    margin-top: 10px;
  }

  .photos_block img {
    width: 100%;
  }

  .cardes {
    background: rgba(35, 84, 249, 0.1); 
    border-radius: 20px;
  }

  .cardes span {
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #02112B;
  }

  .cardes p {
    margin-bottom: 0;
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #02112B;
    opacity: 0.8;
  }

  .cardes {
    display: flex;
    min-height: 300px;
  }

  .cardes span {
    display: inline-block;
    margin-bottom: 30px;
  }

  .cardes.three {
    flex-direction: column;
  }

  .cardes.three .text {
    padding: 20px;
  }

  .cardes .wrpas_img {
    display: flex;
    align-items: center;
  }

  .cardes .text {
    padding: 20px 10px 0 0;
  }

  .wrapper_carde {
    padding: 30px 0;
  }

  .cardes.two {
    background: rgba(190, 17, 165, 0.1);
    border-radius: 20px;
    flex-direction: column-reverse;
    padding: 10px;
    padding-bottom: 0;
  }

  .cardes.two img {
    width: 269px;
  }

  .cardes.two .text {
    display: flex;
  }

  .cardes.three {
    background: rgba(221, 0, 0, 0.1);
    border-radius: 20px;
  }

  #reviwes .titles {
    text-align: center;
  }

  #reviwes {
    background-color: #f8faff;
  }

  .reviwes_card {
    padding: 25px;
    background: #ffff;
    border-radius: 30px;
    min-height: 286px;
  }

  .client {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }

  .name_rait {
    display: flex;
    flex-direction: column;
  }

  .client img {
    margin-right: 20px;
  }

  #slide {
    padding: 120px 0;
  }

  #reviwes .wrap_link {
    align-items: center;
    padding: 30px 0;
  }

  #slide .titles h4{
    padding: 0;
  }

  .pogod {
    display: flex;
    flex-direction: column;
    margin: 50px 0;
  }

  #slide .subtitler {
    margin-bottom: 50px;
  }

  .pogod .liner {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }

  .pogod .liner p {
    margin-bottom: 0;
    margin-left: 10px;
  }

  

  .text_flip span{
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 110%;
    /* identical to box height, or 22px */
    display: inline-block;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
    color: #02112B;
  }

  .text_flip p{
    margin-bottom: 0;
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    /* or 21px */
    position: relative;
    z-index: 2;
    color: #02112B;

    opacity: 0.8;
  }

  .text_flip {
    position: relative;
    padding: 25px;
    padding-bottom: 50px;
  }

.text_flip::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(7.5px);
    /* Note: backdrop-filter has minimal browser support */

    border-radius: 0px 0px 30px 30px;
    left: 0;
    bottom: 0;
    z-index: 1;
  }

 

  #clicker {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(2px);
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 450;
    font-size: 27px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
/* identical to box height, or 30px */


  color: #02112B;
  }

  #clicker {
    display: none;
  }

  .maxwidth #clicker {
    display: flex !important;
  }

  .radio {
    visibility: hidden;
  }
  
 .content .click_radio::before {
    content: '+';
    position: absolute;
    visibility: visible;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.5);
backdrop-filter: blur(2px);
border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    padding: 5px;

    font-size: 30px;
    top: 80%;
    left: 5%;
  }
  
  .content {
    background: var(--white)
    url('/image/flip1.png')
    100% / cover no-repeat;
    border-radius: 3rem;
    cursor: pointer;
    flex: 1;
    margin-right: 0.8rem;
    overflow: hidden;
    position: relative;
    transition: all 0.4s cubic-bezier(0.01, 0.1, 0.1, 0.5);
  }
  
  .content:hover {
    box-shadow: 0.3rem 0.3rem 0.4rem rgba(0, 0, 0, 0.3);
  }
  
  
  .content:nth-of-type(1) {
    background-image: url(https://bruki.store/bruki/image/flip1.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.content:nth-of-type(2) {
    background-image: url(https://bruki.store/bruki/image/flip2.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.content:nth-of-type(3) {
    background-image: url(https://bruki.store/bruki/image/flip3.png);
    background-size: cover;
    background-repeat: no-repeat;
}
  

  
 
  
 
  
  .card-title {
    bottom: 1.2rem;
    color: var(--white);
    display: flex;
    flex-direction: column;
    font-size: 1.2rem;
    left: 4.5rem;
    line-height: 1.1;
    opacity: 0;
    position: absolute;
    transform: translateX(2rem);
    transition: 290ms cubic-bezier(0.05, 0.61, 0.41, 0.95) 300ms;
    transition-property: opacity, transform;
    user-select: none;
  }
  
  .subtitle {
    font-size: 0.9rem;
  }
  
  /* Effect */
  .radio:checked + .content {
    border-radius: 2rem;
    box-shadow: 0.3rem 0.3rem 0.4rem rgba(0, 0, 0, 0.3);
    flex: 3;
  }
  
  .radio:checked + .content > .card-title {
    opacity: 1;
    transform: translateX(0);
  }

  .radio:checked + .content > .hiden {
    display: none;
  }
  
  .radio:checked + .content > .click_radio::before {
    top: 20% !important;
  }
  
  .general-container {
    display: flex;
    height: 30rem;
    margin: 0 auto;
    max-width: 100%;
    width: 70rem;
  }

  .text_flip {
    left: 0;
    bottom: 0;
    width: 100%;
  }

  .hiden {
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 110%;
    /* or 22px */


    color: #02112B;
    position: absolute;
    right: 23%;
    top: 10%;
    padding: 10px;
  }

  .table th {
    text-align: center;
    
  }

  .table th:first-child {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .table th:last-child {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .unicle {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .unicle2 {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .table thead {
    background: #BE11A5;
border-radius: 30px;
font-family: 'Futura PT';
font-style: normal;
font-weight: 450;
font-size: 16px;
line-height: 21px;
color: #fff;
  }

  tbody tr td {
    text-align: center;
  }

  /* tbody tr:nth-child(2) {
    background: #fcf3fa;
  } */

  tbody, td, tfoot, th, thead, tr {
    border: unset !important;
  }

  .bord_one {
    position: relative;
  }

  /*.bord_one::before {*/
  /*  content: "";*/
  /*  width: 1px;*/
    
  /*  height: 870px;*/
  /*  position: absolute;*/
  /*  background: #02112B;*/
  /*  opacity: 0.1;*/
  /*  right: 0;*/
  /*  background-repeat: no-repeat;*/
  /*  transform: rotate(180deg);*/
  /*}*/

  .bord_two::before {
    content: "";
    width: 1px;
    
    height: 597px;
    position: absolute;
    background: #02112B;
    opacity: 0.1;
    right: 0;
    background-repeat: no-repeat;
    transform: rotate(180deg);
  }

  #tables .titles {
    text-align: center;
    padding-bottom: 30px;
  }

  #tables .titles h4 {
    padding-bottom: 15px;
  }

  #technologic .titles {
    text-align: center;
  }

  #technologic {
    padding-bottom: 0;
    margin-bottom: 30px;
  }

  #technologic .titles h4 {
    padding-bottom: 15px;
  }

  .center_photo {
    width: 100%;
  }

  .titler {
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 110%;
    /* or 31px */

    text-align: right;
    margin-bottom: 50px;
    color: #02112B;
  }

  .listene {
    display: flex;
    margin-bottom: 50px;
  }

@media(min-width: 1500px) and (max-width: 2000px) {
    /*.right_block .slick-dots {*/
    /*    display:none;*/
    /*}*/
}

  .listene span {
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    /* or 19px */

    text-align: right;

    color: #02112B;

    opacity: 0.85;
  }

  .logo_text {
    margin-bottom: 50px;
  }


  .listene p {
    margin-bottom: 0;
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    /* or 20px */

    text-align: right;

    color: #02112B;

    opacity: 0.85;
  }

  .listene_text {
    display: flex;
    flex-direction: column;
    margin-right: 15px;

  }

  .right_blocker .listene_text{
    margin-right: 0;
    margin-left: 15px;
  }

  .right_blocker .listene span {
    text-align: left;
  }

  .right_blocker .listene p {
    text-align: left;
  }

  .custom_footer_row {
    align-items: center;
    padding-bottom: 50px;
  }

  .footer_rower {
    display: flex;
    justify-content: space-between;
    padding: 0 0 30px 0;
  }

  .footer_rower span {
    font-family: 'Futura PT';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 18px;
/* identical to box height */


color: rgba(2, 17, 43, 0.6);
  }

  .politic {
    font-family: 'Futura PT';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 18px;
/* identical to box height */


color: rgba(2, 17, 43, 0.6)
  }

  .btn_buyer {
    text-align: end;
  }

  .modal {
    z-index: 999999999999999999 !important;
  }

  body .modal-content {
    background: #FFFFFF;
  border-radius: 30px;
  padding: 35px;
  }

  .hedaer_titler h5 {
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    /* identical to box height, or 32px */


    color: #02112B;
  }

  .hedaer_titler p {
    font-family: 'Futura PT';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 115%;
margin-bottom: 10px;
/* or 21px */


color: #02112B;

opacity: 0.6;
  }

  .hedaer_titler {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .modal-header {
    align-items: baseline !important;
  }

  .opener_form {
    display: flex;
    flex-direction: column;
  }

  .opener_form input, textarea {
    border: 0.5px solid rgba(2, 17, 43, 0.5);
    border-radius: 7px;
    padding: 10px 12px;
    
  }

  .opener_form input::placeholder {
    font-family: 'Futura PT';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 115%;
/* or 18px */


color: #02112B;

opacity: 0.5;
  }

  .opener_form  {
    margin-bottom: 20px;
  }

  textarea {
    resize: none !important;
    height: 115px;
  }

  .opener_form label {
    font-family: 'Futura PT';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 115%;
/* or 18px */


color: #02112B;

opacity: 0.5;
margin-bottom: 5px;
  }


  .week p {
    margin-bottom: 0;
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 115%;
    /* or 18px */


    color: #02112B;

    opacity: 0.8;
  }

  .week {
    display: flex;
    align-items: center;
  }

  .week svg {
    margin-right: 10px;
  }

  button {
    outline: none;
    border: none;
  }

  .btn_submit {
    width: 100%;
    margin-top: 30px;
  }

  .pol_modal {
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 115%;
    /* or 16px */
    display: flex;
    align-items: center;
    margin-top: 10px;   
    text-align: center;
    color: rgba(2, 17, 43, 0.6);
  }
  
  .menu, .menu-burger, .menu-bg {
    position: fixed;

    font-size: 30px;
    text-align: center;
    right: 2%;
    top: -10px;
    z-index: 99999999999;
  }

  .menu-burger.fs {
    top: 25px;
    right: 5%;
  }
  
  .menu-bg {
    background: #ffff;
    pointer-events: none;
    transition: 0.3s;
    right: 50px;
    top: 50px;
    transform: translate3d(50%, -50%, 0);
    transform-origin: center center;
  }
  .menu-bg.fs {
    transform: translate3d(50%, -50%, 0);
    width: 300vw;
    height: 300vw;
    z-index: 999999999;
    overflow: unset;
    position: fixed;
  }
  
  .menu-burger {
    color: #333;
    padding-top: 11px;
    -webkit-user-select: none;
    cursor: pointer;
    transition: 0.4s;
    transform-origin: center;
    right: 0;
    background: #fff;
  }
  
  .menu-burger.fs {
    transform: rotate(-180deg) translateY(10px);
  }

  .menu-items.fs {
    z-index: 99999999999;
    padding: 25px;
    position: fixed;
    border-top: 0.5px solid rgba(2, 17, 43, 0.3);
    left: 0;
  }
  
  .menu-items.fs:before {
      content: "";
    position: absolute;
    width: 100%;
    height: 360px;
    background-repeat: no-repeat;
    background-image: url(/image/menu.png);
    z-index: -12;
    right: 30%;
    top: 25px;
    left: 20%;
  }
  
  .cardes.two .text {
      flex-direction: column;
  }
  
  .bottom_mober {
      position: relative;
  }
  
  .bottom_mober:before {
      content: "";
      position: absolute;
      width: 100vh;
      height: 0.5px;
      background: rgba(2, 17, 43, 0.3);
      top: -20px;
        left: -30px;
  }
   
  .menu-items {
    position: absolute;
    font-weight: bold;
    font-size: 40px;
    letter-spacing: 10px;
    color: white;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: 0.4s;
    margin-top: 100px;
    transform: translateY(-200%);
    pointer-events: none;
  }
  .menu-items div {
    transition: 0.1s;
    opacity: 0;
    margin-top: 0px;
  }
  .menu-items.fs {
    transform: translateY(0);
    pointer-events: auto;
    opacity: 1;
  }
  .menu-items.fs div {
    opacity: 1;
    margin-top: 75px;
  }
  
  .menu-items.fs {
    font-size: 18px;
    text-align: left;
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 33px;
    text-transform: capitalize;
    letter-spacing: unset;
    color: #02112B;
    opacity: 0.85;
  }

  .menu-items.fs div {
    margin-top: 50px;
  }

  .posit {
    position: absolute;
    top: -80px;
  }

  .bottom_mober .link_buy_btn {
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #fff !important;
  }

  .soc_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .soc_bottom .social {
    margin-top: 0 !important;
  }

  .soc_bottom .social a {
    margin-right: 30px;
  }

  @media (min-width: 650px) and (max-width: 3000px) {
       .mob {
      display: none;
    }
    .mob_visibly, .wrap_link.mob_button{
      display: none !important;
    }

    .menu-burger {
      display: none;
    }

    .custom_logoer {
      display: none;
    }
  }
  
  .cardes.two .text {
      flex-direction: unset !important;
      padding: 20px 20px 0 0;
  }
  
  .cardes.two .text span {
      margin-left: 10px;
  }
  
  .cardes.three span{
      margin-left: 30px;
  }

@media (max-width: 640px) {
    
    
  .btn_buyer.mob_visibly .link_buy_btn {
    font-size: 11px;
  }

  .wrp_nav_bruki {
    text-align: center;
  }

  .btn_shop {
    position: unset !important;
  }
  .imger_promo {
    position: relative;
  }

  .btn_shop a:first-child {
    position: absolute;
    top: 96%;
    left: 31%;
    margin-right: 0 !important; 
  }

  .btn_shop a:last-child {
    top: 96%;
    position: absolute;
  }

  .pcer {
    display: none;
  }

  .buy_bottom .watchvideo {
    margin-left: 0 !important;
    margin-top: 20px; 
  }

  body .modal-dialog {
    margin-top: 35% !important;
}
    
    body .title h1:before {
    content: "";
    position: absolute;
    width: 81px;
    height: 81px;
    right: -6px;
    top: 40px;
    background-image: url(/image/procent.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
    
    .fix_prem_left p, .fix_prem_right p {
        font-size: 16px;
        
    }
    
    .fix_prem_left, .fix_prem_right {
        margin-left: 25px;
    }
    
.slick-dots li {
    margin-bottom: 10px;
}
.slide_size .slick-dots {
    bottom: -38% !important;
}
    
    .cardes.two .text {
        flex-direction: column !important;
    }
    
    .cardes.two .text p {
        margin-left: 10px;
    }
    
    .old_price, .left_block .buy_bottom a {
        margin-right: 0 !important;
    }
    
    
    
  br {
  display: none !important;
}

.custom_row:before {
    top: 25%;
}

.size  {
    display: none;
}
    
    .listene span {
        font-size: 18px;
        display: inline-block;
        margin-bottom: 10px;
    }
    
    .listen ul li::marker {
        font-size: 0;
    }
    .listen ul li {
        position: relative;
    }
    
    .listen ul li:before {
        content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(/image/dote.png);
    left: -21px;
    background-repeat: no-repeat;
    }
    
    .right_block.mob_visibly {
        margin: 50px 0 !important;
    }
    
    .right_block.mob_visibly .slick-dots{
        bottom: -11%;
    }
    
    .left_block .buy_bottom {
        flex-direction: column;
    }
    
    .left_block .buy_bottom a{
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    
   body .new_price p {
            font-size: 32px;
    }
    
    body .new_price span {
        font-size: 30px;
        line-height: 46px;
    }
    
    .cardes {
        min-height: 280px;
    }
    
    .cards .slick-dots {
        bottom: -8% !important;
    }
    
    .fix_prem_left p, .fix_prem_right p {
        width: 67%;
    }
    
    .wrpas_img img {
        width: 100%;
    }
    
    .menu-burger.fs .link_bink {
        display: none;
    }
    
    .menu-burger {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 20px;
    }
    
    #mainer {
        margin-top: 50px;
    }
    
    .mober_none {
        display:none !important;
    }
    
  .wrapper_header {
    display: none;
  }

  .custom_footer_row  nav{
    display: none;
  } 

  .pc_logos {
    display: none;
  }

  .womens_img {
   position: absolute;
   top: 0;
    left: 120px;
    bottom: 0;
  }

  .mob_none {
    display: none;
  }

  .mob_visibly {
    margin: 30px 0;
  }

  .mob_visibly img {
    height: 440px;
  }

  .right_block {
    height: 440px;
  }

  .new_price span {
    font-size: 22px;
  }

  .tabs_size.mob_visibly a {
    border-radius: 46px;
    width: 66px;
    height: 27px;
    padding: 2px 10px;
  }

  .tabs_size.mob_visibly {
    margin: 0;
  }

  .price_size {
    justify-content: space-evenly;
  }

 .slide_two .slick-dots li.slick-active button::after {
    background: #BE11A5;
    content: " ";
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    width: 5px;
    height: 6px;
    left: 3px;
    top: 21%;
}
.slide_two .slick-dots button {
      width: 13px;
      height: 13px;
  }

  .slide_two .slick-dots {
    bottom: 8%;
  }
  
  .slide_two {
      padding: 0 15px;
  }

  .fix_prem_left.one, .fix_prem_left.two, .fix_prem_left.three, .fix_prem_left.four, .fix_prem_right {
    position: unset !important;
  }

  .fix_prem_left svg, .fix_prem_right svg {
    display: none;
  }

  .fix_prem_right {
    flex-direction: unset;
  }

  .fix_prem_left, .fix_prem_right {
    margin-bottom: 30px;
  }

  .fix_prem_right:before {
    left: 0;
  }

  .fix_prem_left:before {
    left: 0;
  }

  .mob_button {
    align-items: center;
  }

  .mob_button a {
    width: 100%;
    text-align: center;
  }

  .photos_block.mob_visibly img {
    height: auto;
  }

  .wrapper_carde .cardes {
    margin-bottom: 30px;
  }

  .reviwes_card:first-child {
    margin-bottom: 30px;
  }

  .general-container {
    flex-direction: column;
    height: 700px;
  }

  .content {
    border-radius: 30px;
  }

  .content .click_radio::before {
    top: 50%;
  }

  .hiden {
    right: unset;
  }

  #slide .mob_button {
    padding-top: 30px;
  }

  .content {
    margin-right: 0;
  }

  .table {
    display: none;
  }

  .card_size {
    display: flex;
    margin-bottom: 15px;

  }

  .wrapper_card_size {
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #BE11A5;
  }

  .card_size:last-child {
    margin-bottom: 0;
  }

  .card_size svg {
    margin-right: 20px;
  }

  .card_size span {
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    /* identical to box height */

    display: inline-block;
    margin-bottom: 15px;
    color: #02112B;

    opacity: 0.6;
  }

  .card_size p {
    margin-bottom: 0;
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 450;
    font-size: 20px;
    line-height: 26px;
    /* identical to box height */


    /* text/black */

    color: #02112B;

    opacity: 0.8;
  }

  .text_size {
    display: flex;
    flex-direction: column;
  }

  .coler {
    margin-right: 5px;
  }

  .slide_size .slick-dots{
    bottom: -25%;
    flex-wrap: wrap;
  }

  #tables {
    padding: 50px 0 80px 0;
  }

  #technologic .titler{
    text-align: left;
  }

  #technologic .titles {
    text-align: left;
  }

  #technologic .titles p {
    width: 75%;
  }
    
  .custom_col .listene {
    flex-direction: row-reverse;
  }

  .custom_col .listene span {
    text-align: left;
  }

  .custom_col .listene p {
    text-align: left;
  }

  .custom_col .tag {
    margin-right: 20px;
  }

  #technologic .mob_visibly {
    margin-bottom: 0;
  }

  #technologic .mob_visibly img{
    height: auto;
    transform: scale(-1, 1)
  }

  .classer {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .footer_rower svg {
    display: none;
  }
}

.menu-items.fs a {
    
    color: #333;
}

.custom_col .titler{
    margin-bottom: 65px;
}

.table {
    border-bottom: 1px solid #BE11A5;
    border-color: #BE11A5 !important;
}

.bord_one {
    position: relative;
}

.bord_one:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 870px;
    right: 0;
    background: #02112B;
    opacity: 0.1;
}

.bord_two {
    position: relative;
}

.bord_two:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 870px;
    left: 0;
    background: #02112B;
    opacity: 0.1;
}

.listen .wrap_link {
    display: block !important;
}

@media (min-width: 1200px) and (max-width: 1700px) {
    .fix_prem_left.three {
        left: 10%;
    }
    
    .fix_prem_left.two{
        left: 8%;
    }
    
    .fix_prem_left.one {
        left: 14%;
    }
    
    .fix_prem_left.four {
        left: 11%;
    }
    
    .fix_prem_right.one {
        right: 16%;
    }
    
    .fix_prem_right.two {
        right: 9%;
    }
    
    .fix_prem_right.four {
        right: 11%;
    }
    
    .fix_prem_right.three {
        right: 15%;
    }
    
    .slick-dots li.slick-active button::after {
        left: 23%;
    top: 23%;
    }
    
    .radio:checked + .content > .click_radio::before {
        display:none;
    }
}

.custom_col .listene.oner {
    margin-bottom: 85px;
}

.custom_col .listene.tworer {
    margin-bottom: 60px !important;
}

.title h1 {
    position: relative;
    
}

.title h1:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    right: 25%;
    top: -35px;
    background-image: url('/image/procent.svg');
    background-repeat: no-repeat;
}

body .modal-content {
  padding: 5px !important;
}

.modal-header {
  border-bottom: unset !important;
}

.modal-dialog {
  margin-top: 10% !important;
}

iframe {
  border-radius: 30px;
}

.wrp_nav_bruki {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.wrp_nav_bruki img {
  width: 100%;
}

.wrp_nav_bruki h4 {
  color: #02112B;
  font-size: 38px;
  margin-top: 20px;
  font-weight: 900;
}

.btn_shop a {
  text-decoration: none;
  background-color: #BE11A5;
  color: #fff;
  border-radius: 73px;
  padding: 15px 40px;
  font-size: 14px;
}

.btn_shop a:hover {
  color: #fff;
}

.btn_shop a svg:first-child  {
  margin-right: 10px;
}

.btn_shop {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.btn_shop a:first-child {
  position: absolute;
top: 96%;
    left: 31%;
  margin-right: 0 !important; 
  display: inline-table;
}

.btn_shop a:last-child {
  top: 96%;
  position: absolute;
  right: 29% !important;
  display: inline-table;
}


.nav_bruki.pcer {
  margin-bottom: 30px;
}

.table tbody tr td {
  transition: all 0.4s ease;
}

.table tbody tr:hover td {
  background: #fcf3fa;
  border-radius: 42px;
  cursor: pointer;
}

.table tbody tr:hover td:first-child {
  border-top-left-radius: 42px;
  border-bottom-left-radius: 42px;
}

.table tbody tr:hover td:last-child {
  border-top-right-radius: 42px;
  border-bottom-right-radius: 42px;
}