#team img{
        max-width: 100%;
      }
      body .header__soc-btn_vk{
        display: none;
      }
      body .header__soc-btn_green{
        /* display: none; */
      }
      body .header__soc-btn_blue{
        display: none;
      }
      .h-d-1 .header__soc-btn_green {
        display: block!important;
      }
      .h-d-2 .header__soc-btn_blue {
          display: block!important;
      }
      .h-d-3 .header__soc-btn_vk {
          display: block!important;
      }
      .modal__opened{
        z-index: 99999999999999;
        display: flex!important;
      }
      .header__soc-btn{
        width: 100%;
        background: blue;
        max-width: 220px;
        margin-bottom: 10px;
        padding-top: 3px;
        padding-left: 6px;
        padding-bottom: 3px;
        font-size: 10px;
        height: 50px;
      }
      .header__soc{
        position: absolute;
        width: 100%;
        max-width: 200px;
        height: 50px;
        display: flex;
        flex-direction: column;
      }
      .header__soc{
        margin-top: 24px;
        right: 14px;
        top: 77px;
      }
      .header__soc-btn_blue{
        background: #30A4D7;
      }
      .header__soc-btn_green{
        background: #03D25E;
      }
      .header__soc-btn{
        display: flex;
        justify-content: center;
        align-items: center;
        text-transform: uppercase;
        gap: 6px;
        color: #fff;
      }
      .header__soc-btn img{
        max-width: 24px;
        margin-right: 5px;
      }
      .header__soc-btn_vk{
        background: #1976D2;
      }
      .lazy{
        transition: .3s all ease;
      }
      body{
        padding-right: 0!important;
      }
      #quiz *{
        font-display: swap!important;
      }
      @media screen and (max-width: 1024px){
        #block1 .slick-slide{

        }
        /* .header__soc-btn {
            display: none;
            text-transform: uppercase;
            left: 0px;
            background: none!important;
            display: flex;
            align-items: center;
            font-size: 0;
            position: relative;
            width: 40px;
        }
        .header__soc {
            margin-top: 0;
            right: -30px;
            top: 0px;
        } */
        /* .header__soc-btn_blue{
          left: 19px;
        }
        .header__soc {
            display: flex;
            flex-direction: row;
        }
        .header__soc-btn {
            transform: scale(0.7);
        } */
      }

      .slick-slide img{ 
        max-width: 100%;
      }
      .title2 {
        max-width: 320px!important;
      }
      body, html{
        padding: 0;
        margin: 0;
      }
      @media (max-width: 768px) and (min-width: 0px){
        #block2 .block .line {
            display: none!important;
        }
      }
      
      .preloader{
        height: 100vh;
        width: 100%;
        z-index: 99999999999999999999999999999;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #00C4D2;
        position: fixed;
        transition: .3s opacity ease;
      }
      .preloader-img{
        animation: 1s linear 0s normal none infinite running rot;
        -webkit-animation: 1s linear 0s normal none infinite running rot;
      }
      @keyframes rot {
        0% {
          transform: rotate(0deg);
        }
        100% {
          transform: rotate(360deg);
        }
      }
      @-webkit-keyframes rot {
        0% {
          transform: rotate(0deg);
        }
        100% {
          transform: rotate(360deg);
        }
      }
      .preloader-done{
        opacity: 0;
      }
      .preloader-done_z{
        z-index: -999999999;
      }
      .dark-window{
        position: fixed;
        width: 100%;
        height: 100vh;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(25,25,25,.89);
        z-index: -999999;
      }
      .modal-select{
        background: #fff;
        z-index: 99999999;
        position: fixed;
        top: 50%;
        left: 50%;
        display: flex;
        flex-direction: column;
        padding: 0 20px;
        padding-top: 30px;
        padding-bottom: 20px;
        transform: translate(-50%, -50%) scale(1.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
      }
      .modal-select::after{
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 21px;
        background: #00c4d2;
      }
      .modal-select__title{
        font-weight: 700;
          font-size: 40px;
          color: #ff6a68;
          text-align: center;
          margin-bottom: 15px;
      }
      .modal-select__btn{
        background: #00c4d2;
        margin-bottom: 15px;
      }
      .modal-select__btn_b{
        background: #ff6a68;
      }
      .modal_btn_all{
        text-align: center;
        color: #fff;
        padding: 16px 20px;
        margin: 0 margin;
        font-size: 14px;
        transition: .3s all ease;
        border-top-left-radius: 20px;
          border-top-right-radius: 5px;
          border-bottom-right-radius: 20px;
          border-bottom-left-radius: 5px;
      }
      .modal_btn_all:hover{
        color: #fff;
      }
      .modal-select_btn:hover{
        background: #70CBD2;
      }
      .modal-fast__title{
        font-weight: 700;
          font-size: 35px;
          color: #ff6a68;
          text-align: center;
          margin-bottom: 15px;
          line-height: 27px;
      }
      .modal-fast__subtitle{
        text-align: center;
          font-size: 20px;
          color: #000000;
      }
      .modal-fast__underinput{
        font-size: 14px;
        display: inline-block;
        text-align: center;
        opacity: 0.65;
        margin-bottom: 10px;
      }
      .modal-fast__phone{
        height: 42px;
        margin-top: 10px;
        padding-left: 15px;
        border: 1px solid rgba(0, 0, 0, 0.25);
        margin-bottom: 10px;
        width: 100%;
        display: block;
        font-size: 16px;
      }
      .modal_close_b{
        width: 30px;
        height: 30px;
        font-size: 18px;
        border: 2px solid black;
        background: white;
        border-radius: 100%;
        position: absolute;
        right: -15px;
        top: -15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        opacity: 1;
        color: #000;
        -webkit-transition: 0.25s;
        transition: 0.25s;
        z-index: 99999999999;
      }
      .dark-window__open{
        display: block!important;
        opacity: 1!important;
        z-index: 999!important;
      }
      .advantages-top_btn{
        text-transform: uppercase;
        padding: 5px 50px;
        font-size: 12px;
        color: #fff;
        border-radius: 5px;
        min-height: 40px;
        align-items: center;
        display: inline-flex;
        border-top-left-radius: 20px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 5px;
      }
      .advantages-top_btn img{
        max-width: 30px;
        margin-right: 5px;
      }
      .wh-sp{
        background-color: transparent;
        background-image: linear-gradient(60deg, #5a8cff -16.1%, #43d6ff 8.36%, #8f3fff 76.63%);
        background-clip: text;
      }
      .tl-sp{
        color: #039BE5;
      }
      .vk-sp{
        color: #1976D2;
      }
      .advantages-top_btn__right {
          background: #039BE5;
          bottom: 3px;
          position: relative;
      }
      .advantages-top_btn__left{
        background: #03D25E;
      }
      .advantages-top_btn__right{
        background: #039BE5;
      }
      .advantages-top_btn__center{
        margin: 0 30px;
        background: #1976D2;
      }
      .advantages-top-btns{
        max-width: max-content;
        margin: 0 auto;
        margin-top: 80px;
        margin-bottom: 15px;
        display:flex;
        align-items: center;
      }
      .modal_close_b:hover{
        -webkit-transform: scale(1.1);
          transform: scale(1.1);
          -webkit-transition: 0.25s;
          transition: 0.25s;
      }
      .modal_close_b:hover{
        color: #000;
          text-decoration: none;
          cursor: pointer;
          filter: alpha(opacity=50);
          opacity: .5;
      }
      .block3-h .pattern-wave svg {
          bottom: -20px!important;
          position: relative!important;
      }
      .modal_close_b:focus{
        color: #000;
          text-decoration: none;
          cursor: pointer;
          filter: alpha(opacity=50);
          opacity: .5;
      }
      .modal-select{
        transition: .3s all ease;
        z-index: -99999999;
      }
      .title-c_u{
        text-align: center;
      }
      .modal__none{
        opacity: 0;
      }
      .modal__none_z{
        z-index: 99999999999!important;
      }
      @media screen and (max-width: 1024px){
        .modal-select{
          width: 90%;
          transform: translate(-50%, -50%) scale(1);
        }
        .block3-h{
          display: none!important;
        }
        .modal-select__title {
            font-size: 25px;
            line-height: 30px;
        }
        .modal-fast__title {
            font-size: 25px;
        }
        .modal_mobile_d{
          display: none;
        }
        .modal-fast{
          padding-left: 15px!important;
          padding-right: 15px!important;
        }
        .modal-fast .autoink{
          width: 250px!important;
        }
      }
      .modal-select__btn_b:hover{
        background: #FF4D4A;
      }
      .modal-select__btn:hover{
        background: #75CCD2;
      }
      .modal-fast{
        padding-left: 50px;
        padding-right: 50px;
      }
     
      .modal-fast__subtitle {
          text-align: center;
          font-size: 15px;
          color: #000000;
      }
      .modal-close__btn{

      }
      #quiz{
        padding-bottom: 50px;
      }

      #quiz .pattern-wave{
        bottom: -50px;
      }
      .block2{
        padding-top: 30px;
      }
      #modal {
        z-index: 999999999999!important;
      }
      .header__desc_text{
        color: #fff;
        font-size: 22px;
        text-align: center;
      }
      ._max {
        background: linear-gradient(60deg, #5a8cff -16.1%, #43d6ff 8.36%, #8f3fff 76.63%);
      }
      ._max:hover {
        background: linear-gradient(20deg, #5a8cff -16.1%, #43d6ff 8.36%, #8f3fff 76.63%);
      }
      ._max:active {
        background: linear-gradient(20deg, #5a8cff -16.1%, #43d6ff 8.36%, #8f3fff 76.63%);
      }
      @media (min-width: 768px){
        header .line .menu {
            display: none;
        }
      }
      @media (max-width: 768px){
        .header__desc_text{
          display: none;
        }
      }
      @media (max-width: 1000px){
        .header__desc_text{
          font-size: 19px;
        }
      }
      #block1 .title2 {
          margin-left: auto;
          margin-right: auto;
      }
      @media (max-width: 525px) {
        .yButton.bottom.right {
          right: 15px !important;
          bottom: 55px !important;
        }
      }




footer {
  background-color: #ff5957;
  padding: 20px 0 30px;
}
footer .logo {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 15px;
}
footer .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .menu a {
  color: #fff;
  font-size: 18px;
  margin-left: 15px;
  margin-right: 15px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  text-decoration: underline;
}
footer .menu a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
body {
  font-family: 'Roboto Slab', serif;
}
.pattern-wave {
  height: 56px;
  width: 340%;
  margin-left: auto;
  margin-right: auto;
  left: -50%;
  overflow: hidden;
  position: relative;
  bottom: -2px;
}
.pattern-wave svg {
  width: 100%;
  height: 56px;
}
section {
  overflow: hidden;
}
#contacts {
  overflow: hidden;
}
#contacts h2 {
  font-size: 38px;
  line-height: 42px;
  color: #ea2a05;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
#contacts .address {
  font-size: 20px;
  color: #000;
  margin-bottom: 15px;
}
#contacts .address b {
  font-weight: 700;
}
#contacts .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
#contacts .tel svg {
  width: 60px;
  margin-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
}
#contacts .tel a {
  font-size: 18px;
  color: #e61919;
  line-height: 25px;
  text-decoration: underline;
}

#contacts .tel p {
  font-size: 18px;
  color: #e61919;
  line-height: 25px;
}
#contacts .tel p span {
  color: #000 !important;
}
#contacts .pattern-wave {
  height: 56px;
  width: 340%;
  margin-left: auto;
  margin-right: auto;
  left: -50%;
  overflow: hidden;
  position: relative;
  bottom: -2px;
}
#contacts .pattern-wave svg {
  width: 100%;
  height: 56px;
}
#contacts .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
#contacts .links .vk {
  background: #507299;
  border-radius: 100%;
}
#contacts .links .vk:hover {
  background: #2d4056;
}
#contacts .links .inst {
  background: #365a8a;
}
#contacts .links .inst:hover {
  background: #192a41;
}
#contacts .links .wa {
  background: #01e675;
}
#contacts .links .wa:hover {
  background: #018041;
}
#contacts .links .tg {
  background: #08c;
}
#contacts .links .tg:hover {
  background: #046;
}
#contacts .links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  border-radius: 100%;
  height: 40px;
  text-decoration: none;
  margin-left: 5px;
  margin-right: 5px;
}
#contacts .links a .fa {
  color: #fff;
  font-size: 18px;
}
a {
  text-decoration: none!important;
}
#coupon {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00a1b8), to(#006a7a));
  background-image: linear-gradient(to bottom, #00a1b8 0%, #006a7a 100%);
}
#coupon .wave1 {
  position: relative;
  top: -2px;
}
#coupon .wave1 svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#coupon .wave1 svg path {
  fill: #fff!important;
}
#coupon .bg1 {
  margin-bottom: -2px;
}
#coupon .wave2 {
  position: relative;
  bottom: -2px;
}
#coupon .block {
  background: url(img/bg1.webp) center center no-repeat #ffffff;
  background-size: cover;
  border-width: 3px;
  border-style: dashed;
  border-color: #009ea8;
  padding: 5px;
}
#coupon .block .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#coupon .block .row h2 {
  font-size: 24px;
  color: #000;
  font-weight: 700;
}
#coupon .block .row h2 span {
  color: #ea2a05;
}
#coupon form {
  padding: 5px;
  width: 100%;
  background-color: #ffffff;
  color: #333;
  border-width: 2px;
  border-style: solid;
  border-color: #ff5957;
}
#coupon form .text {
  font-size: 12px;
  opacity: 0.65;
  padding-left: 10px;
}
#coupon form .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-top: 24px;
  padding-bottom: 24px;
}
#coupon form .line input {
  width: 100%;
  max-width: 45%;
  height: auto;
  line-height: 1.2;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  color: #333333;
  border: 0 solid #000000;
  border-bottom-width: 1px;
  border-radius: 0;
  padding: 0 0 8px 0;
  font-size: 14px;
  cursor: initial;
  background-color: transparent;
  outline: none;
}
#coupon form .line button {
  background-color: #ff5957;
  border-top-left-radius: 20px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 5px;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-color: #ff1513;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  outline: none;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
  width: 45%;
}
#coupon form .line button:hover {
  background-color: #ff3735;
  border-color: #db0300;
  color: #ffffff;
}
#coupon form .line button:active {
  background-color: #ff1916;
  border-color: #f60300;
  color: #ffffff;
  -webkit-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
}
#faq {
  padding-bottom: 50px;
}
#faq h2 {
  text-align: center;
  font-size: 40px;
  line-height: 44px;
  color: #ea2a05;
  font-weight: 700;
  margin-bottom: 30px;
}
#faq .item {
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0 6.66666667px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6.66666667px 20px 0px rgba(0, 0, 0, 0.1);
  color: #191919;
  padding: 0 25px;
  margin-bottom: 10px;
}
#faq .item__desc {
  display: none;
  padding-bottom: 10px;
}
#faq .item__name {
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 700;
  cursor: pointer;
}
#team {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00a1b8), to(#006a7a));
  background-image: linear-gradient(to bottom, #00a1b8 0%, #006a7a 100%);
}
#team .pattern-wave svg {
  height: 100%;
}
#team h2 {
  font-size: 40px;
  line-height: 44px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
#team .block {
  background: url(img/bg1.webp) center center no-repeat #ffffff;
  background-size: cover;
  border-width: 3px;
  padding: 15px;
  border-style: dashed;
  border-color: #00c5d2;
  margin-bottom: 20px;
}
#team .block .img {
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 460px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 10px;
}
#team .block .name {
  font-size: 24px;
  color: #2b454a;
  margin-bottom: 0px;
  font-weight: 700;
  text-align: center;
}
#team .block .work {
  font-size: 18px;
  color: #2b454a;
  text-align: center;
  margin-bottom: 5px;
}
#team .block .line {
  max-width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
}
#team .block .line .link {
  color: #2b454a;
  font-size: 18px;
}
#team .block .line .link:hover {
  color: #00c5d2;
}
#team .block .line .soc a {
  font-size: 20px;
}
#team .block .line .soc a .fa {
  font-size: 20px;
  margin-left: 10px;
}
#team .block .order {
  background-color: #ff5957;
  border-top-left-radius: 20px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 5px;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-color: #ff1513;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  outline: none;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
  width: 280px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
}
#team .block .order:hover {
  background-color: #ff3735;
  border-color: #db0300;
  color: #ffffff;
}
#team .block .order:active {
  background-color: #ff1916;
  border-color: #f60300;
  color: #ffffff;
  -webkit-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
}

#team .boss-img{
  background-position: top !important;
}
.bg {
  background: url(img/bg01.png) bottom center no-repeat;
  background-size: cover;
}
header {
  padding-top: 25px;
}
header .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .menu a {
  font-size: 18px;
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: underline;
}
header .tel-block {
  text-align: right;
}
header .tel-block .time .fa,
header .tel-block .time span {
  font-size: 12px;
  color: #fff;
}
header .tel-block a {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
}
#main {
  padding-top: 90px;
  padding-bottom: 80px;
}
#main h1 {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 48px;
  margin-bottom: 50px;
}
#main .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
#main .text {
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
}
#main .link {
  background-color: #ff5957;
  border-top-left-radius: 20px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 5px;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-color: #ff1513;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  outline: none;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
  width: 290px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  text-decoration: none;
}
#main .link:hover {
  background-color: #ff3735;
  border-color: #db0300;
  color: #ffffff;
}
#main .link:active {
  background-color: #ff1916;
  border-color: #f60300;
  color: #ffffff;
  -webkit-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
}
.l {
  background-color: #ff5957;
  border-top-left-radius: 20px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 5px;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-color: #ff1513;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  outline: none;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
  width: 290px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  text-decoration: none;
}
.l:hover {
  background-color: #ff3735;
  border-color: #db0300;
  color: #ffffff;
}
.l:active {
  background-color: #ff1916;
  border-color: #f60300;
  color: #ffffff;
  -webkit-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
}
.l:visited,
.l:focus {
  color: #fff;
}
#block1 {
  background: url(img/bg1.webp) center center no-repeat;
  background-size: cover;
}

#block1 .block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#block1 h2 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 30px;
  color: #ea2a05;
  font-weight: 700;
}
#block1 .title {
  font-size: 24px;
  text-align: center;
  color: #2b454a;
}
#block1 .img {
  object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 10px;
  border-top-left-radius: 20px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 5px;
  aspect-ratio: 1;
  max-width: 470px;
  width: 100%;
}
#block1 .title2 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
  color: #2b454a;
}
#block1 button {
  margin-bottom: 60px;
  width: 230px;
  height: 45px;
  padding: 0;
}
#block1 .pattern-wave svg {
  height: 100%;
}
#block2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00a1b8), to(#006a7a));
  background-image: linear-gradient(to bottom, #00a1b8 0%, #006a7a 100%);
}
#block2 .block {
  background-color: rgba(255, 255, 255, 0.99);
  color: #333;
  border-width: 12px;
  border-style: double;
  border-color: #00a1b8;
  position: relative;
  overflow: hidden;
}
#block2 .block .line {
  position: absolute;
  left: 0;
  top: 5px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 0;
}
#block2 .block .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 90px;
}
#block2 .block .one {
  padding-left: 0;
}
#block2 .block .one li {
  list-style: none;
  position: relative;
  padding-left: 40px;
  min-height: 30px;
  margin-bottom: 10px;
  font-size: 18px;
}
#block2 .block .one li:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background: url(img/one.png);
  position: absolute;
  left: 0;
  top: 0;
}
#block2 .block .one li b {
  font-weight: 700;
}
#block2 .block .one.two li:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background: url(img/two.png);
  position: absolute;
  left: 0;
  top: 0;
}
#block2 .order {
  background: url(img/bg1.webp) center center no-repeat;
  background-size: cover;
  margin-left: 15px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#block2 .order .title-order {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin-bottom: 5px;
  position: relative;
  z-index: 10;
}
#block2 .order .link {
  border-radius: 0;
  width: 100%;
  position: relative;
  z-index: 10;
  text-decoration: none;
}
#block2 .order1 {
  position: relative;
}
#block2 .order1:before {
  content: '';
  display: block;
  background-color: rgba(0, 161, 184, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#block2 .order2 {
  border-width: 4px;
  border-style: solid;
  background: #fff;
  border-color: #b3a8a8;
}
#block2 .order2:before {
  display: none;
}
#block2 .order2 .link {
  background: #fff;
  color: #000;
}
#block2 .order2 .link:hover {
  background: #ccc;
}
#block3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ea4b49), to(#ff5857));
  background-image: linear-gradient(to bottom, #ea4b49 0%, #ff5857 100%);
}
#block3 .pattern-wave svg {
  height: 100%;
}
#block3 .block {
  background: url(img/bg1.webp) center center no-repeat #ffffff;
  background-size: cover;
  border-width: 3px;
  border-style: dashed;
  border-color: #009ea8;
  padding: 10px 15px;
  margin: 20px 0;
}
#block3 .title {
  font-size: 24px;
  color: #000000;
}
#block3 .title b {
  font-weight: 700;
}
#block3 .link {
  border-color: #009da8;
  background-color: #00c4d2;
  width: 100%;
}
#works h2 {
  text-align: center;
  font-weight: 700;
  color: #ea2a05;
  font-size: 40px;
  margin-bottom: 30px;
}
#works .block {
  color: #333;
  border-width: 3px;
  border-style: double;
  border-color: #00c5d2;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}
#works .regular1 {
  text-align: center;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}
#works .regular1 .text {
  max-width: 225px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.6;
  padding-bottom: 2px;
  font-size: 18px;
}
#works .regular1 .text:hover {
  opacity: 1;
  cursor: pointer;
}
#works .regular1 .slick-current .text {
  opacity: 1;
}
#works .regular1 .slick-current .text span {
  border-bottom: 2px solid #ea2a05;
}
#works .img {
  object-fit: cover;
  height: 360px;
  margin-bottom: 30px;
}
#works .img {
  background-size: cover;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
}
#works .img2,
#works .img3 {
  margin-bottom: 0;
}
#works .img4 {
  height: 100%;
  min-height: 750px;
  margin-bottom: 0;
}
.modal1 .title {
  font-weight: 700;
  font-size: 20px;
}
.modal1 ul {
  padding-left: 0;
  margin-bottom: 15px;
}
.modal1 ul li {
  font-size: 16px;
}
.modal1 .text {
  font-size: 16px;
  margin-bottom: 10px;
}
.modal1 a {
  text-decoration: none;
  margin-right: auto;
}
.modal1 img {
  width: 100%;
}
.l01 {
  margin-right: auto;
  display: block;
  margin-left: 0;
}
#quiz {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ea4a49), to(#ff5857));
  background-image: linear-gradient(to bottom, #ea4a49 0%, #ff5857 100%);
}
#quiz .block {
  background: #fff;
  padding: 15px;
  border-width: 4px;
  border-style: double;
  border-color: #00c5d2;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
}
#quiz .block h2 {
  text-align: center;
  color: #ea2a05;
  font-size: 40px;
  font-weight: 700;
}
#quiz .block .text {
  font-size: 16px;
  color: #333;
  text-align: center;
  margin-bottom: 10px;
}
#quiz .block .line {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  background: #ea2a05;
  height: 3px;
  margin-bottom: 25px;
}
.fancybox-slide--iframe .fancybox-content {
  max-width: 650px;
}
#team .block .order {
  margin-bottom: 20px;
  text-decoration: none;
}
.modal1 ul {
  padding-left: 20px;
}
.menu-right.active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.menu-right {
  position: fixed;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.25s;
  transition: 0.25s;
  height: 100vh;
  z-index: 500;
  top: 0;
  width: 80%;
  background-color: #00c5d2;
  color: #fff;
}
.menu-right .line {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menu-right .line .tel {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
.menu-right .line .close {
  color: #fff;
  opacity: 0.7;
}
.menu-right hr {
  margin-top: 0;
}
.menu-right .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.menu-right .logo img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.menu-right a.m {
  display: block;
  background-color: rgba(255, 89, 87, 0);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-color: #ff5957;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 22px;
  text-decoration: underline;
  color: #ffffff;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
  width: 240px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.menu-right a.m:hover {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.menu-right .line0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100vh;
}
.menu-right .l {
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  bottom: 30px;
}
#coup .modal-content {
  background-color: #a0de7d;
}
#coup .modal-header {
  border: none;
}
#coup .close2 {
  background: #fff;
  border-radius: 30px;
  border: none;
  width: 100%;
  height: 40px;
  text-transform: uppercase;
  font-size: 20px;
  display: block;
  opacity: 1;
}
#coup .close2:hover {
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
#coup h2 {
  color: #fff;
  text-align: center;
}
#coup .modal-sm {
  width: 490px;
  margin-left: auto;
  margin-right: auto;
}
#coup .round {
  width: 88px;
  height: 88px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -60px;
  margin-bottom: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 6px solid #a0de7d;
  border-radius: 100%;
  background: #fff;
}
#coup .round .fa {
  color: #a0de7d;
  font-size: 40px;
}
#block2 .order2 {
  border-width: 4px;
  border-style: solid;
  background: #fff;
  border-color: #b3a8a8;
  margin: 0;
  max-width: 98%;
  margin-top: 29px;
}
.modal1 {
  overflow: hidden;
}
.modal1 .modal-header {
  padding: 5px;
  background-color: #00c4d2;
  min-height: 32px;
  position: relative;
}
.modal1 .close {
  width: 30px;
  height: 30px;
  border: 2px solid black;
  background: white;
  border-radius: 100%;
  position: absolute;
  right: -15px;
  top: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  color: #000;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.modal1 .close:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.modal1 .l {
  width: 250px;
  padding: 10px 20px;
}
.exit {
  overflow: hidden;
}
.exit .modal-header {
  padding: 5px;
  background-color: #00c4d2;
  min-height: 32px;
  position: relative;
}
.exit .close {
  width: 30px;
  height: 30px;
  border: 2px solid black;
  background: white;
  border-radius: 100%;
  position: absolute;
  right: -15px;
  top: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  color: #000;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.exit .close:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.exit .stay {
  font-weight: 700;
  font-size: 40px;
  color: #ff6a68;
  text-align: center;
  margin-bottom: 15px;
}
.exit h2 {
  font-size: 26px;
  text-align: center;
  color: #000;
}
.exit h2 b {
  font-weight: 700;
}
.exit .text {
  text-align: center;
  font-size: 20px;
  color: #000000;
  margin-bottom: 25px;
}
.exit .text1 {
  opacity: 0.8;
  font-size: 13px;
  margin-bottom: 6.5px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.exit input {
  height: 42px;
  padding-left: 15px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  margin-bottom: 25px;
  width: 100%;
  display: block;
}
.exit .text2 {
  font-size: 14px;
  text-align: center;
  opacity: 0.65;
  margin-bottom: 10px;
}
#team .block .order {
  padding-top: 7px;
  padding-bottom: 7px;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 992px) {
#block2 .block .line {
  display: none !important;
}
}

@media (min-width: 0px) and (max-width: 768px) {
	section {
		overflow: hidden;
	}
	#coup .modal-sm {
		max-width: 290px;
	}
  #block3 .block .col-md-4 .l {
    font-size: 14px;
    text-align: center;
  }
  #team .block {
    padding-top: 0;
  }
  #team .block .order {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 500;
    background-color: #00c5d2;
    color: #FFF;
    padding: 5px;
  }
  .header .linez {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .fa {
    color: #fff;
    font-size: 22px;
    margin-bottom: 0;
  }
  .header .menu-btn {
    margin-right: 25px;
    margin-bottom: 0;
  }
  .header .text {
    font-weight: 700;
    font-size: 22px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
  }
  .bg {
    padding-top: 40px;
  }
  header .line .menu {
    display: none;
  }
  header .line .tel-block {
    display: none;
  }
  header .line .menu-btn .fa {
    color: #fff;
    font-size: 30px;
  }
  header {
    padding-top: 10px;
  }
  #main h1 {
    font-size: 28px;
  }
  #main {
    padding-top: 20px;
  }
  #block1 h2 {
    font-size: 33px;
  }
  #block2 .block .logo {
    margin-bottom: 10px;
  }

  #block2 .order {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .vs {
    height: 66px;
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-width: 3px;
    border-style: dotted;
    border-color: #0b0b0b;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .vs img {
    max-height: 100%;
  }
  #block2 .order2 .link {
    text-align: center;
  }
  #block3 .title {
    text-align: center;
    margin-bottom: 10px;
  }
  #coupon .block .row {
    display: block;
  }
  #coupon .block .row h2 {
    font-size: 18px;
    text-align: center;
  }
  #coupon form .line {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  #block1 .slick-dots,
  #works .slick-dots,
  #team .slick-dots {
    bottom: 0px;
  }
  #block1 .slick-dots li button:before,
  #works .slick-dots li button:before,
  #team .slick-dots li button:before {
    font-size: 16px;
  }
  #block1 .slick-dots li.slick-active button:before,
  #works .slick-dots li.slick-active button:before,
  #team .slick-dots li.slick-active button:before {
    color: #00c5d2;
  }
  #works .slick-dots {
    bottom: -30px;
  }
  #works .slick-dots li {
    margin: 0;
  }
  .iimg4 {
    height: 360px;
  }
  header .line {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  header .line .menu {
    min-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  header .line .menu a {
    display: block;
    text-align: center;
  }
  #main {
    padding-top: 0;
  }
  #main h1 {
    margin-top: 0;
    font-size: 24px;
    margin-bottom: 20px;
  }
  #main .img {
    max-height: 80px;
    margin-bottom: 0;
  }
  #main .img img {
    display: block;
    max-height: 100%;
  }
  #main .text {
    font-size: 15px;
    margin-bottom: 10px;
  }
  #main .link {
    margin-top: 30px;
    position: relative;
    top: 30px;
  }
  #block3 .title {
    font-size: 18px;
  }
  .regular1 {
    text-align: center;
  }
  .regular1 .text {
    text-align: center;
    display: block;
  }
  #coupon form .line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #coupon form .line input {
    margin-bottom: 10px;
    width: 100%;
    display: block;
    max-width: 80%;
  }
  #coupon form .line button {
    width: 100%;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  #main .col-md-4 {
    margin-bottom: 10px;
  }
  #main .col-md-4 .img {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  #coupon form .text {
    text-align: center;
  }
  #contacts .address {
    text-align: center;
  }
  #contacts .tel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #contacts .tel svg {
    margin-right: 0;
  }
  #team .block .order {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
.autoink {
  position: relative;
  overflow: hidden;
}
.ink {
  display: block;
  position: absolute;
  background: #ffffff;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 20;
}
.animate {
  webkit-animation: ripple 4s linear infinite;
  -webkit-animation: ripple 4s linear infinite;
          animation: ripple 4s linear infinite;
}
@-webkit-keyframes ripple {
  20% {
    opacity: 0;
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
}
@keyframes ripple {
  20% {
    opacity: 0;
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
}
.modal {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.questions-img{
  img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media (max-width: 992px)
{
  .questions-img{
    display: none;
  }

}

.three-photo-row{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  .col-md-6{
    width: 100%;
    img {
      width: 100%;
      height: 100% !important;
      max-width: 100%;
      object-fit: cover;
    }
  }
}

.three-photo-row::before{
  content: unset !important;
}

@media (max-width: 992px){
  .three-photo-row{
    display: flex;
    flex-direction: column;
  }
}

.work__row {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.work__row-four {
  padding: 5px;
}

.work__slider {
  max-width: 400px;
  width: 100%;
  aspect-ratio: 400 / 500;
}

.work__slider-four {
  max-width: 270px;
  aspect-ratio: 1;
}

.work-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.footer__links {
  padding-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

@media(max-width: 761px) {
  .footer__links {
    flex-direction: column;
  }
}

.footer__links-link {
  color: white;
  cursor: pointer !important;
}


/* Баннер куки */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2c3e50;
    color: white;
    padding: 15px 0;
    z-index: 9999;
    box-shadow: 0 -2px 15px rgba(0,0,0,0.15);
    display: none;
    animation: slideUp 0.3s ease-out;
}

@keyframes slideUp {
    from { transform: translateY(100%); }
    to { transform: translateY(0); }
}

.cookie-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.cookie-text {
    flex: 1;
    min-width: 300px;
    font-size: 14px;
    line-height: 1.5;
}

.cookie-text a {
    color: #00a1b8;
    text-decoration: underline;
}

.cookie-text a:hover {
    color: #fff;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}

.cookie-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 120px;
}

.accept-btn {
    background: #00a1b8;
    color: white;
}

.accept-btn:hover {
    background: #008299;
    transform: translateY(-2px);
}

.settings-btn {
    background: transparent;
    color: white;
    border: 1px solid rgba(255,255,255,0.3);
}

.settings-btn:hover {
    background: rgba(255,255,255,0.1);
}

/* Модальное окно настроек */
.cookie-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    z-index: 10000;
    align-items: center;
    justify-content: center;
}

.modal-content {
    background: white;
    color: #333;
    padding: 30px;
    border-radius: 8px;
    max-width: 800px;
    width: 90%;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}

.modal-content h3 {
    margin-top: 0;
    color: #2c3e50;
}

.cookie-option {
    margin: 20px 0;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 4px;
}

.cookie-option label {
    display: block;
    cursor: pointer;
}

.cookie-option input[type="checkbox"] {
    margin-right: 10px;
}

.cookie-desc {
    margin: 5px 0 0 20px;
    font-size: 13px;
    color: #666;
    font-style: italic;
}

.modal-buttons {
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: flex-end;
    margin-top: 20px;
}

/* Адаптивность */
@media (max-width: 768px) {
    .cookie-container {
        flex-direction: column;
        text-align: center;
    }
    
    .cookie-buttons {
        width: 100%;
        justify-content: center;
    }
    
    .cookie-btn {
        min-width: 45%;
    }
}


.checkbox-block {
  padding-top: 5px;
  display: flex;
  justify-content: center;
  gap: 7.5px;
  cursor: pointer;
  font-size: 12px;

  input {
    display: none !important;
  }

  input:checked+span img {
    display: block;
  }
}


  .checkbox-block__check {
    margin-top: 2px;
    min-width: 16px;
    height: 16px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid black;
    border-radius: 3px;

    img {
      display: none;
      width: 10px;
      height: 10px;
    }
  }

  .checkbox-block__text {
    font-weight: 400;
    font-size: 12px;
    line-height: calc(20/12*100%);
    color: #939393;

    a {
      text-decoration: underline;
      text-underline-offset: 3px;
      color: black;
    }
  }

.modal-body__img {
  max-width: 300px;
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;

  .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.modal-body__text {
  max-width: 362px;
  width: 100%;
}

.modal-body__row {
  display: flex;
  gap: 15px;
  justify-content: center;
}

@media(max-width: 991px) {
  .modal-body__row {
    flex-direction: column;
    align-items: center;
  }
}

.header__page {
  background: url("https://paluba-barbeshop.ru/wp-content/themes/paluba/img/bg01.png");
  background-size: cover;
  background-position: center;
  padding-bottom: 50px;
}

.