@media (max-width: 768px) {
  html {
    scroll-padding-top: max(16.0vw, 60px);
  }

  .container {
    padding-right: max(2.7vw, 10px);
    padding-left: max(2.7vw, 10px);
  }

  .containerMin {
    width: max(89.3vw, 335px);
  }

  .mainBlock {
    max-width: max(94.7vw, 355px);
  }

  .header__tel,
  .header__address {
    display: none;
  }

  .hero {
    margin-top: max(21.3vw, 80px);
    padding-bottom: max(2.7vw, 10px);
  }

  .header {
    top: max(2.7vw, 10px);
  }

  .header__mainBlock {
    min-height: max(16.0vw, 60px);
    padding: max(4.8vw, 18px) max(2.7vw, 10px);
    border-radius: max(3.2vw, 12px);
  }

  .header__imgBlock {
    width: max(58.1vw, 218px);
    height: max(5.1vw, 19px);
  }

.fancybox-content {
    vertical-align: top !important;
    z-index: 333;
}

  .burger {
    width: max(8.8vw, 33px);
    height: max(6.1vw, 23px);
    margin-right: 0;
  }

  .burger__line,
  .burger::after,
  .burger::before {
    height: max(.8vw, 3px);
  }

  .hero__mainBlock {
    overflow: hidden;
    border-radius: max(8.0vw, 30px);
  }

  .hero__main {
    min-height: max(94.7vw, 355px);
    border-radius: max(8.0vw, 30px);
  }

  .hero__mainLogo {
    width: max(93.1vw, 349px);
    height: max(24.8vw, 93px);
    margin-bottom: max(6.1vw, 23px);
  }

  .hero__line {
    width: max(17.9vw, 67px);
    height: max(17.9vw, 67px);
  }

  .hero__line_tl {
    background-image: url(../img/t_l_mob.png);
  }

  .hero__line_tr {
    background-image: url(../img/t_r_mob.png);
  }

  .hero__line_bl {
    background-image: url(../img/b_l_mob.png);
  }

  .hero__line_br {
    background-image: url(../img/b_r_mob.png);
  }

  .hero__mainContent {
    min-height: max(89.3vw, 335px);
    padding-top: max(16.5vw, 62px);
  }

  .hero h1 {
    align-items: center;
    flex-direction: column;
    margin-bottom: max(5.1vw, 19px);
    font-size: max(6.9vw, 26px);
    font-weight: 700;
    line-height: max(7.5vw, 28px);

    row-gap: max(1.6vw, 6px);
  }

  .hero h1 div {
    width: max-content;
    padding: max(3.7vw, 14px) max(12.3vw, 46px);
    border-radius: max(24.5vw, 92px);
    font-size: max(6.9vw, 26px);
    font-weight: 700;
    line-height: max(7.5vw, 28px);
  }

  .hero__rec {
    top: max(4.0vw, 15px);
    left: max(4.0vw, 15px);
    font-size: max(3.7vw, 14px);
    font-weight: 400;
    line-height: max(4.5vw, 17px);

    column-gap: max(.5vw, 2px);
  }

  .hero__rec span {
    width: max(1.9vw, 7px);
    height: max(1.9vw, 7px);
  }

  .hero__main::after {
    width: max(22.7vw, 85px);
    height: max(22.7vw, 85px);
    background-image: url(../img/hero_center_mob.png);
  }

  .hero__listMain {
    width: 100%;

    padding-block: max(26.4vw, 99px) max(8.3vw, 31px);
  }

  .hero h3 {
    margin-bottom: max(4.3vw, 16px);
    font-size: max(4.3vw, 16px);
    font-weight: 700;
    line-height: max(5.3vw, 20px);
    text-align: center;
  }

  .hero__btnMain {
    position: absolute;
    bottom: min(-22.7vw, -85px);
  }

  .btnMain__btnDescr {
    min-width: 250px;
    padding: max(4.0vw, 15px) max(17.3vw, 65px);
    border-radius: max(25.1vw, 94px);
    font-size: max(4.0vw, 15px);
    font-weight: 700;
    line-height: max(5.3vw, 20px);
  }

  .btnMain__btnIco {
    width: max(13.3vw, 50px);
    height: max(13.3vw, 50px);
  }

  .btnMain__arrowBtn {
    width: max(3.2vw, 12px);
    height: max(4.0vw, 15px);
  }

  .hero__titleDescr {
    font-size: max(6.4vw, 24px);
    font-weight: 400;
    line-height: max(8.0vw, 30px);
  }

  .hero__socList li {
    max-width: max-content;
    margin-right: max(4.0vw, 15px);
    padding: max(4.3vw, 16px) max(6.9vw, 26px);
    padding-left: max(10.7vw, 40px) !important;
    border-radius: max(20.5vw, 77px);
    font-size: max(3.7vw, 14px);
    font-weight: 400;
    line-height: max(4.5vw, 17px);
    height:61px;
  }

  .hero__socList li::after {
    left: max(4.0vw, 15px) !important;
  }

  .hero__socLast {
    padding: max(4.3vw, 16px) max(6.9vw, 26px) !important;
  }

  .hero__socLast::after {
    display: none !important;
  }

  .hero__socList li::after {
    width: max(5.3vw, 20px);
    height: max(5.3vw, 20px);
  }

  .slick-initialized .slick-slide {
    width: max-content !important;
  }

  .slick-list {
    height: max(14.4vw, 54px) !important;
  }

  .rate__blockList {
    flex-direction: column;

    row-gap: max(10.7vw, 40px);
  }

  .rate__mainBlock {
    overflow: hidden;
    padding: max(13.9vw, 52px) max(2.7vw, 10px) max(10.7vw, 40px);
    border-radius: max(8.0vw, 30px);
  }

  .rate__blockItem {
    width: 100%;
    min-height: max(135.5vw, 508px);
    margin-bottom: max(2.7vw, 10px);
    padding: max(15.7vw, 59px) max(2.7vw, 10px) 0 max(2.7vw, 10px);
    border-radius: max(7.5vw, 28px);
  }

  .rate__blockItem::after {
    height: max(37.6vw, 141px);
    border-radius: 0 0 max(7.5vw, 28px) max(7.5vw, 28px);
  }

  .rate h2 {
    margin-bottom: max(12.8vw, 48px);
    font-size: max(8.0vw, 30px);
    font-weight: 700;
    line-height: max(8.8vw, 33px);
    text-align: center;
  }

  .rate__blockList > li:nth-child(2) {
    order: -1;
  }

  .rate {
    padding-bottom: max(2.7vw, 10px);
  }

  .rate__price {
    margin-top: auto;
    font-size: max(11.2vw, 42px);
    font-weight: 700;
    line-height: max(12.3vw, 46px);
  }

  .rate__blockItem h4 {
    margin-bottom: max(4.3vw, 16px);
    font-size: max(11.2vw, 42px);
    font-weight: 700;
    line-height: max(12.3vw, 46px);
  }

  .rate__blockItem ul li {
    padding-left: max(10.9vw, 41px);
    font-size: max(3.7vw, 14px);
    font-weight: 700;
    line-height: max(5.3vw, 20px);

    padding-block: max(3.2vw, 12px);
  }

  .rate__blockItem ul li::after {
    width: max(6.7vw, 25px);
    height: max(6.7vw, 25px);
  }

  .anim::before {
    top: min(-13.3vw, -50px);
    width: max(30.9vw, 116px);
    height: max(30.9vw, 116px);
  }

  .anim > span {
    top: min(-1.9vw, -7px);
    right: max(5.3vw, 20px);
    font-size: max(3.7vw, 14px);
    font-weight: 700;
    line-height: max(4.5vw, 17px);
  }

  .rate__btnMain {
    justify-content: center;
    width: 100%;
  }

  .format {
    padding-bottom: max(2.7vw, 10px);
  }

  .format__mainBlock {
    padding: max(13.9vw, 52px) max(2.7vw, 10px) max(36.5vw, 137px);
    border-radius: max(8.0vw, 30px);
  }

  .format h2 {
    max-width: 100%;
    margin-bottom: max(12.8vw, 48px);
    font-size: max(8.0vw, 30px);
    font-weight: 700;
    line-height: max(8.8vw, 33px);
    text-align: center;
  }

  .format__mainBlock div:has(form) {
    display: grid;

    grid-template-columns: 1fr 1fr;
    grid-template-rows: max-content max(37.3vw, 140px);
    gap: max(2.7vw, 10px);
  }

  .format__form {
    width: 100%;
    max-width: 100%;
    padding: max(10.7vw, 40px) max(2.7vw, 10px) max(11.7vw, 44px);
    border-radius: max(8.0vw, 30px);

    grid-column: 1/3;
    grid-row: 1/2;
  }

  .format__imgBlock {
    width: 100%;
    height: 100%;

    grid-column: 1/2;
    grid-row: 2/3;
  }

  .format__wow {
    grid-column: 2/3;
    grid-row: 2/3;
  }

  .form__inputBlock_format {
    width: 100%;

    row-gap: max(2.7vw, 10px);
  }

  .btnMain__btnDescr_format {
    width: 86%;

    padding-inline: max(2.7vw, 10px);
  }

  .form__title {
    margin-bottom: max(1.6vw, 6px);
    font-size: max(3.7vw, 14px);
    font-weight: 700;
    line-height: max(5.1vw, 19px);
  }


  /*.port__swiper_inter .port__content {
    width: 95% !important;
  }*/

  .form__tel {
    padding: max(4.3vw, 16px) max(5.3vw, 20px);
    border-radius: max(13.6vw, 51px);
    font-size: max(3.7vw, 14px);
    line-height: max(5.1vw, 19px);
  }

  .form__tel::placeholder {
    font-size: max(3.7vw, 14px);
    line-height: max(5.1vw, 19px);
  }

  .form {
    row-gap: max(2.7vw, 10px);
  }

  .checkBlock__descr {
    font-size: max(2.9vw, 11px);
    font-weight: 400;
    line-height: max(3.7vw, 14px);
  }

  .checkBlock {
    padding-left: max(6.9vw, 26px);
  }

  .checkBlock__checkVis {
    width: max(4.3vw, 16px);
    height: max(4.3vw, 16px);
  }

  .checkBlock__checkVis::after {
    width: max(2.1vw, 8px);
    height: max(2.1vw, 8px);
  }

  .format__wow {
    width: 100%;
    height: 100%;
    background-image: url(../img/wow_mob.png);
  }

  .format__mainBlock div:has(form)::after {
    display: none;
  }

  .format__mainBlock::after {
    width: 100%;
    height: max(36.5vw, 137px);
    border-radius: 0 0 max(8.0vw, 30px) max(8.0vw, 30px);
    background-image: url(../img/format_sky_mob.png);
  }

  .compl h2 + div {
    flex-direction: column;
  }

  .compl__mianBlock {
    padding: max(13.9vw, 52px) max(2.7vw, 10px) max(11.5vw, 43px);
    border-radius: max(8.0vw, 30px);
  }

  .compl {
    padding-bottom: max(2.7vw, 10px);
  }

  .compl h2 {
    max-width: 100%;
    margin-bottom: max(8.5vw, 32px);
    font-size: max(8.0vw, 30px);
    font-weight: 700;
    line-height: max(8.8vw, 33px);
    text-align: center;
  }

  .compl__descrBlock p {
    margin-top: 0;
    margin-bottom: max(4.3vw, 16px);
    font-size: max(3.7vw, 14px);
    font-weight: 700;
    line-height: max(5.3vw, 20px);
    text-align: center;
  }

  .compl__descrBlock {
    max-width: 100%;
  }

  .form__inputBlock {
    width: 100%;

    row-gap: max(2.7vw, 10px);
  }

  .compl__form {
    margin-bottom: max(8.8vw, 33px);
  }

  .compl__advant {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, max-content);
    row-gap: max(2.7vw, 10px);
  }

  .compl__block_prod {
    grid-row: 1/2;
    grid-column: 1/2;
  }

  .compl__block_target {
    grid-row: 3/4;
    grid-column: 1/2;
  }

  .compl__block_context {
    grid-row: 2/3;
    grid-column: 1/2;
  }

  .compl__block {
    display: flex;
    align-items: center;
    min-height: max(37.3vw, 140px);
    padding-left: max(2.7vw, 10px);
    border-radius: max(8.0vw, 30px);
  }

  .compl__block h4 {
    max-width: max(44.3vw, 166px);
    font-size: max(4.3vw, 16px);
    font-weight: 700;
    line-height: max(5.3vw, 20px);
  }

  .compl__block_prod::after {
    right: min(-2.7vw, -10px);
    bottom: min(-1.1vw, -4px);
    width: max(51.5vw, 193px);
    height: max(41.1vw, 154px);
    background-image: url(../img/compl_prod_mob.png);
  }

  .compl__block_context::after {
    right: 0;
    bottom: 0;
    width: max(30.9vw, 116px);
    height: max(34.7vw, 130px);
    background-image: url(../img/compl_context_mob.png);
  }

  .compl__block_target::after {
    right: 0;
    bottom: 0;
    left: auto;
    width: max(45.9vw, 172px);
    height: max(38.1vw, 143px);
    background-image: url(../img/compl_target_mob.png);
  }

  .port__linkBlock {
    display: none;
  }

  .port__listSocial {
    flex-direction: column;

    row-gap: 20px;
  }

  .port {
    padding-bottom: max(2.7vw, 10px);
  }

  .port__switch {
    font-size: 18px;
    line-height: 20px;

    padding-block: 19px;
  }

  .port__switchBlock {
    margin-bottom: 24px;
    border-radius: max(25.1vw, 94px);
  }

  .br_mob {
    display: block;
  }

  .port__blockSocial h5 {
    font-size: max(4.3vw, 16px);
    font-weight: 700;
    line-height: max(5.3vw, 20px);
    text-align: center;

    margin-block: 20px;
  }

  .port__main {
    margin-bottom: 0;
  }

  .port__mainBlock {
    padding: max(13.9vw, 52px) max(2.7vw, 10px) max(11.2vw, 42px);
    border-radius: max(8.0vw, 30px);
  }

  .port h2 {
    margin-bottom: max(8.5vw, 32px);
    font-size: max(8.0vw, 30px);
    font-weight: 700;
    line-height: max(8.8vw, 33px);
    text-align: center;
  }

  .port div:has(.port__swiper) {
    width: 100%;
    min-height: max(177.78vw, 640px);
  }

  .port__swiper {
    width: 100%;
    border-radius: max(8.0vw, 30px);
    padding: 0;
  }

  /*.port__content {
    width: 95% !important;
    height: max(150.00vw, 540px) !important;
    margin-bottom: max(5.3vw, 20px);
    border-radius: max(6.9vw, 26px);
    margin: 5px;
    object-fit: cover;
  }*/
  .port__content__wrap {
    height: max(150.00vw, 540px) !important;
    height: max(150.00vw, 540px) !important;
    margin-bottom: max(5.3vw, 20px);
    border-radius: max(6.9vw, 26px);
    margin: 5px;
  }

  .port__content__wrap:after {
    border-radius: max(6.9vw, 26px);
  }

  .port__content__wrap.loaded video {
	border-radius: max(6.9vw, 26px);
  }

  .port__swiper h5 {
    margin-bottom: 0;
    font-size: max(4.3vw, 16px);
    font-weight: 700;
    line-height: max(5.3vw, 20px);
    text-align: center;
  }

  .swiper-horizontal > .swiper-scrollbar,
  .swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: max(5.56vw, 20px);
    width: 90%;
    height: max(1.1vw, 4px);
  }

  .port__sliderNav {
    display: none;
  }

  .port__slide {
    text-align: center;
  }

  /* .port__content,
  .port__slide,
  .port__swiper,
  .port div:has(.port__swiper){
    max-height: 300px;
  } */

  .port__content_inter {
    max-height: 300px;
    object-fit: contain;
  }

  .btnMain__btnIco_soc_1{
    width: 34px;
    height: 34px;
  }
  .btnMain__btnIco_soc_2{
    width: 24px;
    height: 24px;
  }
  .btnMain__btnIco_soc_3{
    width: 24px;
    height: 24px;
  }
  .btnMain__btnIco_soc_4{
    width: 24px;
    height: 24px;
  }
  .btnMain__btnIco_soc_5{
    width: 17px;
    height: 17px;
  }

  .port__swiper_inter {
    max-height: 480px;
  }

  .port .port__main.inter_active div:has(.port__swiper) {
    min-height: 0;
    height: 350px;
  }
  .port .port__main.inter_active {
    min-height: 0;
    height: 350px;
  }

  /* .port .port__main.inter_active  .port__content {
    object-position: center;
  } */

  .port__content_inter {
    max-height: 215px;
  }

  .quest {
    padding-bottom: max(2.7vw, 10px);
  }

  .quest__mainBlock {
    min-height: max(132.0vw, 495px);
    padding: max(23.5vw, 88px) max(2.7vw, 10px) max(20.5vw, 77px);
    border-radius: max(8.0vw, 30px);
  }

  .quest__mainBlock::after {
    width: max(89.3vw, 335px);
    min-height: max(122.1vw, 458px);
    background-image: url(../img/cam_back_mob.png);
  }

  .form__inputBlock_quest {
    flex-direction: column;

    row-gap: max(2.7vw, 10px);
  }

  .quest h2 {
    margin-bottom: max(5.9vw, 22px);
    font-size: max(6.9vw, 26px);
    font-weight: 700;
    line-height: max(6.9vw, 26px);
    text-align: center;
  }

  .quest p {
    max-width: 100%;
    margin-bottom: max(8.5vw, 32px);
    font-size: max(4.3vw, 16px);
    font-weight: 700;
    line-height: max(5.3vw, 20px);
    text-align: center;
  }

  .footer {
    padding-bottom: max(2.7vw, 10px);
  }

  .footer__mainBlock {
    padding: max(10.7vw, 40px) max(2.7vw, 10px) max(8.0vw, 30px);
    border-radius: max(8.0vw, 30px);
  }

  .footer__descrBlock {
    align-items: center;
    order: -1;

/* display: none; */
    width: 100%;

    row-gap: 15px;
  }

  .footer__descrTxt {
    font-size: 5vw;
    line-height: 1;
  }

  .footer__code {
    width: 180px;
    height: 180px;
  }

  .footer__contactMain {
    flex-direction: column-reverse;

    row-gap: max(10.7vw, 40px);
  }

  .footer__navList {
    justify-content: space-between;
    padding-bottom: max(10.7vw, 40px);
    border-bottom: 1px solid rgba(255, 255, 255, .3);
  }

  .footer__navList a {
    font-size: max(3.7vw, 14px);
    font-weight: 700;
    line-height: max(3.7vw, 14px);
  }

  .footer__contactBlock {
    align-items: center;
    order: -1;
    margin-bottom: max(8.0vw, 30px);

    row-gap: max(4.8vw, 18px);
  }

  .footer__contactBlock a {
    margin-bottom: 0;
    font-size: max(6.4vw, 24px);
    font-weight: 700;
    line-height: max(8.0vw, 30px);
  }

  .footer__contactBlock span {
    font-size: max(3.7vw, 14px);
    font-weight: 400;
    line-height: max(4.5vw, 17px);
  }

  .footer__imgMain {
    margin-bottom: max(4.8vw, 18px);
  }

  .footer__up {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max(13.3vw, 50px);
    height: max(13.3vw, 50px);
    margin: 0 auto;
    margin-bottom: max(6.7vw, 25px);
    border-radius: 100%;
  }

  .footer__up::after {
    content: "";
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-image: url(../img/arrow_footer.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .footer__up::before {
    content: "";
    position: absolute;
    z-index: 1;
    width: max(89.3vw, 335px);
    height: 1px;
    background-color: rgba(255, 255, 255, .3);
  }

  .footer__bottom {
    align-items: center;
    flex-direction: column;

    row-gap: max(2.7vw, 10px);
  }

  .footer__bottom a {
    font-size: max(2.7vw, 10px);
    font-weight: 400;
    line-height: max(3.7vw, 14px);
  }

  .navBlock {
    max-height: 80vh;
    border-radius: max(3.2vw, 12px);
  }

  .navBlock nav a {
    display: block;
    max-width: max(63.7vw, 239px);
    font-size: max(6.4vw, 24px);
    font-weight: 700;
    line-height: max(6.9vw, 26px);
    text-align: center;
  }

  .navBlock nav ul {
    align-items: center;
    width: 100%;
    margin-top: max(9.6vw, 36px);
    padding-left: 0;

    row-gap: max(7.5vw, 28px);
  }

  .navBlock__cross {
    top: max(5.3vw, 20px);
    left: max(5.3vw, 20px);
    width: max(6.4vw, 24px);
    height: max(6.4vw, 24px);
  }

  .navBlock nav {
    margin-bottom: max(12.0vw, 45px);
  }

  .navBlock__tel {
    font-size: max(6.4vw, 24px);
    font-weight: 700;
    line-height: max(6.9vw, 26px);
    text-align: center;
  }

  .navBlock__img {
    width: 100%;
    height: max(20.3vw, 76px);
    margin-bottom: max(8.0vw, 30px);
    padding-left: 0;
    background-position: center;
  }

  .header ul {
    overflow-x: auto;
  }

  .div {
    border-radius: max(6.9vw, 26px);;
  }
}

.transBurger {
  transform: translateX(0);
}

.stop-scroll {
  overflow: hidden;
}

.headerFix {
  top: 0;
}
