@media only screen and (min-width: 1920px) {  
  body .slick-slider{
    max-height: none;
  }
}
@media only screen and (min-width: 1440px) {
  .h2, h2 {
      font-size: 1.6rem!important;
  }
}
@media only screen and (max-width: 1439px) {
  body .you-get{
    padding: 83px 0;
  }
}
/*@media only screen and (max-width: 1200px) {*/
@media only screen and (max-width: 1199px) {
  .page-wrapper {
    min-width: 750px; }
  .container {
    width: 750px; }
  
  .block1__right {
    display: none; }
  .block1__left-img {
    top: 65px; width:300px;}
  .block1__left {
    margin-top: 100px; margin-left: 280px; width:auto;}
.block1__left h1 {
    font-family: 'Futura-bold';
    font-size: 36px;
    line-height: 42px;
    color: #FFFFFF;
    margin-bottom: 0px;
}
.block1__buttons .phone{
  width: 100%;
  text-align: left;
  padding: 0 20px;
}
.block1__buttons .link {
    display: inline-block;
    vertical-align: middle;
    /*width: 345px;*/
    width: 100%;
    height: 57px;
    background-color: #F00;
    margin-left: 0px;
    margin-top: 20px;
    text-align: center;
    font-size: 24px;
}
.you-get {
    background: #00A88E;
    padding: 20px;
}
.slick-slider {
    max-height: 450px;
    min-height: 200px;
}
.section__title {
    padding-top: 26px;
    padding-bottom: 22px;
}
.block5__title {
    font-size: 32px;
	}
.section-6 {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
}
	.section-6 img{width:50%;}
	.migration_title {
    font-size: 32px;
}
	.migration_link{
width:302px;     margin-top: 55px; margin-bottom:20px;}
	.migration_text{
font-size: 22px;
}
  .block1 {
    padding-bottom: 240px; }
  .block2__item {
    width: 220px;
    height: 230px; }
  .block2__flex {
    padding: 0; }
  .block3__item {
    width: 45%;
    margin-bottom: 40px; }
  .block4__item {
    margin-bottom: 40px;
    }
  .block4__flex {
    justify-content: start; }
  .block5__title {
    display: block;
    margin-bottom: 30px;
    float: none; }
	.header__logo{
width:50%;}
	body .header__contacts .phone{
margin-top: 5px;}
.about__flex img{
    width: 170px;
    margin-right: 30px;
}
  .block5 a {
    display: block; }
  .block5 button {
    display: block;
    float: none; }
  .block6__right {
    width: 420px; }
  .block8__items {
    padding: 0; }
  .block8__item:first-child, .block8__item:last-child {
    width: 340px; }
  .block8__item:first-child .block8__img, .block8__item:last-child .block8__img {
    width: 100%;
    float: none;
    height: 223px; }
  .block8__item:first-child .block8__text, .block8__item:last-child .block8__text {
    width: 100%;
    float: none; }
  .block8__item:first-child .block8__text a, .block8__item:last-child .block8__text a {
    left: 20px; }
  .block8__item, .block10__item {
    width: 340px; }
  .block11__left {
    width: 100%;
    float: none;
    margin-bottom: 50px;
    text-align: center; }
  .block11__left img {
    width: auto;
    max-width: 100%; }
  .block11__right {
    width: 100%;
    float: none; }
block4__item__popup {
    left: 0%; 
    transform: translateX(0%); 
}
.block4__item__popup .block11__left, .block4__item__popup .block11__right {
    width: 100%;
padding: 20px 0px 20px 0px;
} 

body .buttons_description div{
  width: 48%;
}

  .block11__left{
    border-right: none;
    margin-bottom: 0;
  }
  .block11__left img{
    float: none;
    margin-bottom: 20px;
  }
  .block11__left .name{
    float: none;
    width: auto;
    margin-left: 0;
  }
  .block11__right{
    border-left: none;
    max-width: 100%;
    width: 400px !important;
    margin: 0 auto;
  }
  .block11__left .text{
    text-align: left;
  }

}

@media only screen and (max-width: 991px) {
  html{
    overflow-x: hidden;
  }
  body .block1{
    padding-bottom: 40px;
  }
  body .you-get_content{
    padding-bottom: 10px;
  }
  .block4 .section__title{
    padding-bottom: 20px;
  }
  .block4 .read_more{
    margin-top: 40px;
  }
}

/*@media only screen and (max-width: 750px) {*/
@media only screen and (max-width: 767px) {

    .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot{
        display: none
    }
	.body {
width: 320px;
}

  .page-wrapper {
    min-width: 320px; }
  .container {
    width: 320px; }
  header {
    position: static;
    padding-top: 0; }
    header .container {
      width: 100%;
      padding: 0; }
  .header__contacts, .header__menu {
    display: none; }
  .header__logo {
    float: right; }
    .header__logo img {
      min-width: 60px;
margin-right: 10px;
    height: 81px}
  .mobile-button {
    display: none;
    float: left;
    width: 81px;
    height: 81px;
    background-color: #000;
    position: relative; }
    .mobile-button .line {
      width: 46px;
      border: 2px solid #FFFFFF;
      position: absolute;
      left: 50%;
      transform: translateX(-50%); }
    .mobile-button .line1 {
      top: 21px; }
    .mobile-button .line2 {
      bottom: 21px; }
    .mobile-button .line3 {
      top: 50%;
      transform: translate(-50%, -50%); }
  .block1 {
    min-height: 0;
    padding-top: 40px;
    padding-bottom: 50px; }
  .block1 .line {
    display: none; }
  .block1__left-img {
    display: block;
    position: static;
    margin: 0 auto;
    max-width: 80%; }
  .mobile-menu {
    position: fixed;
    display: block;
    transition: all .3s;
    transform: translateY(-100%);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 10;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow-y: scroll; }
    .mobile-menu::-webkit-scrollbar {
      width: 0; }
    .mobile-menu a {
      display: block;
      margin-bottom: 5px; }
  .mobile-menu-active {
    transform: none; }
  .mobile__contacts {
    margin-top: 15px; }
  .menu-close {
    position: absolute;
    top: 10px;
    right: 10px;
    filter: invert(1); }
  .block1__left {
    display: none; }
  .block12 {
    display: block;
    background-color: #fff;
    padding: 40px 0;
    text-align: center; }
    .block12 .title {
      font-family: 'NotoSans';
      font-weight: bold;
      color: #454545;
      font-size: 28px;
      margin-bottom: 20px; }
    .block12 .text {
      color: #454545;
      font-size: 18px;
      font-family: 'NotoSans';
      margin-bottom: 20px; }
    .block12 button {
      width: 100%;
      height: 43px;
      background: #da1f2e;
      color: #fff;
      font-size: 24px;
      font-family: 'NotoSerif'; }
  .block13 {
    display: block;
    position: relative; }
    .block13 .owl-dots {
      position: absolute;
      bottom: 13px;
      right: 0;
      left: 0;
      width: 100%;
      text-align: center; }
    .block13 .owl-dot {
      width: 20px;
      height: 20px;
      display: inline-block;
      vertical-align: middle;
      border-radius: 50%;
      margin-right: 7px;
      background-color: #007939;
      opacity: .6; }
      .block13 .owl-dot:last-child {
        margin-right: 0; }
    .block13 .owl-dot.active {
      opacity: 1; }
  .block13__item {
    background-size: cover;
    display: block;
    background-position: 50%;
    height: 240px;
    width: 100%;
    padding-top: 25px; }
    .block13__item .title {
      visibility: hidden;
      display: none;
      font-family: 'NotoSans';
      font-size: 28px;
      text-align: center;
      font-weight: bold; }
  .block13__prev {
    top: 50%;
    left: 24px;
    transform: rotate(180deg) translateY(-50%);
    position: absolute; }
  .block13__next {
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    position: absolute; }
  .block2 {
    display: none; }
  .block3 .line1, .block3 .line2 {
    display: none; }
  .section__title {
     font-size: 30px; }
  .block3 {
    padding-top: 40px; }
  .block3 .section__title {
    margin-top: 0;
    color: #000; }
  .block3__flex {
    margin-bottom: 0; }
  .block3__item {
    width: 100%;
    margin-bottom: 40px; }
    .block3__item .text {
      font-size: 20px; }
  .block4 {
     padding-bottom: 0; }
	.section__title {
    }
  .block4__item {
    width: 100%;
    height: auto;
    padding-bottom: 25px;
    padding-top: 25px;
    margin-right: 0; }
  .block4__img {
    /*height: 260px; */
    height: auto;
  }
  .block4__item .price {
    padding: 0;
    padding-left: 15px; }
  .block5 {
    display: none; }
  .block6 {
    background-color: #0b5350;
    padding-top: 35px;
    padding-bottom: 55px; }
    .block6 .container {
      padding: 0;
      width: 100%; }
  .block6__right {
    display: none; }
  .block6__img {
    display: none; }
  .block6__mobile-img {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
  height: 165px}

  .block6__title {
    text-align: center;
    width: 320px;
    padding: 0 15px;
    margin: 0 auto 35px auto;
    font-size: 30px;
    color: #fff; }
  .block6__text {
    text-align: center;
    width: 400px;
    padding: 0 15px;
    margin: 47px auto 27px auto;
    font-size: 20px;
    color: #fff; }
  .block6__left .link {
    width: 262px;
    height: 48px;
    background: #da1f2e;
    color: #fff;
    margin: 0 auto;
    display: block;
    float: none;
    font-size: 20px;
    padding-top: 10px; }
  .block6__left {
    float: none;
    width: 100%; }
	.section-title{
     text-align: center;
    width: 300px;
    margin: 0 auto 35px auto;
    font-size: 30px;
    color: #000; }
.table-text {
    text-align: center;
    width: 300px;
    padding: 0 15px;
    margin: 47px auto 27px auto;
    font-size: 20px;
    color: #000; }

  .block7__right {
    width: 100%;
    float: none;
    height: 241px; }
  .block7__left {
    width: 100%;
    float: none;
    height: auto;
    padding: 28px 15px 0 15px; }
  .block7__left .title {
    font-size: 30px;
    margin-bottom: 30px; }
  .block7__left input {
    width: 100%;
    margin-bottom: 60px;
    text-align: center; }
  .block7 {
    border-bottom: none; }
  .block8 {
    background-color: #0b5350;
    padding-top: 50px; }
  .block8 .line {
    display: none; }
  .block8__items {
    margin-top: 20px; }

  .block8__item {
    width: 100% !important;
    height: auto;
    padding-bottom: 50px;
    background-color: #fff; }
  .block9__right {
    width: 100%;
    float: none;
    height: auto;
    padding: 20px; }
  .block9__right .title {
    font-size: 26px;
    margin-bottom: 26px; }
  .block9__right .text {
    font-size: 20px; }
  .block9 {
    margin-top: 0;
    padding-bottom: 80px; }
  .block10__item {
    width: 100%;
    margin-right: 0;
    height: auto;
    padding-bottom: 80px; }
  .block10__item__content .title {
    font-size: 24px; }
  .block10__item__content .text {
    font-size: 20px; }
  .block11__left {
    padding-right: 0;
    padding: 0;
    padding-top: 30px;
      border-right: none
  }
  .block11__left img {
    width: 80%;
    margin: 0 auto 20px auto;
    float: none;
    display: block;
     }
  .block11__left .name {
    display: block;
    width: 100%;
    float: none;
    padding: 0;
    margin: 0;
    text-align: center;
  }
  .block11__left .kasp {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .block11__left .title {
    font-size: 28px;
  }
  .block11__left .post-title {
    font-size: 18px;
  }
  .block11__left .text {
    font-size: 18px;
  }
  .block11__right {
    border-left: none;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 70px;
  }
  .block11__right-wrap {
    padding: 0;
    padding-bottom: 30px; }
  .block11__right-wrap .title {
    font-size: 24px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #000;
    padding: 15px 0; }
  .block11__right-wrap .text {
    padding-right: 15px;
    padding-left: 10px;
    font-size: 18px;
    margin-bottom: 48px; }
  .node-wrap {
    margin-bottom: 15px;
  }
  .block11__right-wrap .nice-select.nice-select {
    width: 270px;
    height: 53px;
    margin: 0 auto 30px auto; }
  .block11__right-wrap .nice-select.nice-select .current {
    padding-top: 6px; }
  .extra-wrap {
    width: 270px;
    margin: 0 auto; }
    .node-wrap .nice-select.nice-select {
      margin-bottom: 0;
    }
    footer {
      padding: 30px 0 30px 0;
      margin-top: 0;
    }
    footer .header__logo {
      float: none;
      width: 100%;
    }
    footer .header__logo img:last-child {
      display: inline-block;
      margin-right: 0;
      padding-top: 15px;
    }
    footer .header__logo img:first-child {
      margin-right: 30px;
    }
    footer .header__menu {
      margin-top: 25px;
      margin-right: 0;
      display: block;
      width: 100%;
    }
    .show-mobile {
      display: block;
    }
    footer .header__contacts {
      margin-top: 30px;
      display: block;
      width: 100%;
    }
  .extra__flex {
    padding-left: 10px;
    padding-right: 20px; }
  .extra__item {
    margin-bottom: 55px; }
  .block11__right button {
    width: 100%; }
  .price-wrap {
    font-size: 40px; }
    .price-wrap span {
      float: none !important;
      display: block; }



.about__flex{
    flex-direction: column;
    height: auto!important;
padding:20px 0;
}
.about__flex div{
text-align:center;
}
.you-get {
    background: #00A88E;
    padding: 20px 0px;
}
body .you-get_title {
    font-family: Futura-Bold;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    color: #090909;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 40px;
}
body .header__logo span {
font-size:14px;
 }
body .you-get_item {
    flex-direction: column;
    /*margin-bottom: 23px;*/
    margin-bottom: 40px;
    width: 80%;
    text-align: center;
}
.you-get_item__img{
  margin-bottom: 20px;
}
body .you-get_item__content {
padding-left:0px;
}
.you-get_content {
    padding-bottom: 23px;
}
.price_text{
    font-size: 16px;
}
.old_price, .new_price{
    font-size: 18px;
}
.section-6 img{
display:none;
}
.migration{
width:100%;
  margin-left: 0 !important;
  padding: 0 15px;
}
.migration_title {
    font-family: Myriad Pro;
    font-size: 32px;
    line-height: 50px;
    margin-bottom: 30px;
    color: #fff;
    text-align: center;
}
.migration_text {
    font-family: Myriad Pro Regular;
    font-size: 18px;
    line-height: 38px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}
.migration_link {
    width: 80%;
    margin: 0 auto;
    display: block;
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 20px;
}
.footer_h1 {
    font-size: 20px;
    text-align: center;
    color: #000000;
    margin-bottom: 10px;
}
.footer_text-img {
    margin-bottom: 20px;
}
.footer_title-small{
text-align:center;
}
a.footer_text{
    text-align: center;
    display: block;
}
.footer_title {
    margin-bottom: 20px;
    text-align: center;
}
a.download_brochure {
    background: #00A88E;
    display: flex;
    flex-direction: column;
    color: #fff;
    padding: 7px;
    align-items: center;
    justify-content: space-between;
}
.footer_text{
font-size:18px;
text-align:center;
margin-bottom: 20px;
}
.slick-slider {
    min-height: 100px;
}
	.section__title {
    padding-top: 16px;
    padding-bottom: 16px;
}
	.block4__item{
width:100%;}
.header__logo {
    width: 100%;
}
block4__item__popup {
    left: 0%; 
    transform: translateX(0%); 
}
.block4__item__popup .block11__left, .block4__item__popup .block11__right {
    width: 100%;
padding: 20px 0px 20px 0px; */
}

  .about__flex img{
    margin: 0 0 20px;
  }
  .block4 .read_more{
    width: 100%;
    margin: 15px 0 50px;
  }
  .footer_adress{
    text-align: center;
  }
  .footer_phone{
    margin-bottom: 20px;
    line-height: 1;
  }
  .block11__left{
    /*margin-bottom: 0;*/
  }
}

@media only screen and (max-width: 479px) {
  #tk{
    overflow: auto;
  }
}