@charset "UTF-8";
@media screen and (min-width: 700px) {
  * {
    margin: 0;
    padding: 0;
    outline: 0 !important;
    box-sizing: border-box;
  }
  html {
    min-width: 1200px;
    line-height: 145%;
    overflow-x: hidden;
  }
  *:before, *:after {
    box-sizing: border-box;
  }
  body {
    color: #333333;
    font-family: "NEXT ART", sans-serif !important;
    -webkit-overflow-scrolling: touch;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    background-color: #F2F3F7;
    overflow: hidden;
  }
  .container {
    max-width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .container2 {
    max-width: 1200px;
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .cd-auto-hide-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    transition: transform 0.5s;
    z-index: 30;
    display: flex;
    align-items: center;
  }
  .cd-auto-hide-header.is-hidden {
    transform: translateY(0%);
  }
  .animate {
    background-color: #F2F3F7;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }
  section {
    padding: 90px 0;
  }
  header {
    /*background: url(../img/bg1.jpg) no-repeat;*/
    background-size: cover;
    background-position: center center;
    position: relative;
  }
  h3 {
    font-size: 52px;
    font-weight: 700;
    text-align: center;
    line-height: 130%;
  }
  h3 small {
    display: block;
    font-weight: 100;
    font-size: 24px;
    line-height: 24px;
    margin-top: 5px;
  }
  h3 span {
    font-weight: 500;
    color: #008aff;
  }
  .button {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
    width: 500px;
    height: 100px;
    font-size: 18px;
  }
  .button button {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(180deg, #ff926b 0%, #FE5C23 100%);
    font-family: "NEXT ART", sans-serif !important;
    cursor: pointer;
    border: none;
    color: #fff;
    font-weight: 600;
    transition: background 0.2s ease;
    width: 100%;
    transition: 0.3s;
  }
  .button button p {
    position: relative;
    z-index: 1;
    font-size: 26px;
  }
  .button button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(360deg, #ff926b 0%, #FE5C23 100%);
    opacity: 0;
    transition: 0.3s;
  }
  .button button:hover:before {
    opacity: 1;
  }
  .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .menu p {
    font-size: 15px;
    line-height: 160%;
    font-weight: 400;
  }
  .menu p b {
    font-weight: 800;
  }
  .menu .logo {
    display: flex;
    align-items: center;
  }
  .menu .logo img {
    width: 60px;
  }
  .menu .logo p {
    font-size: 12px;
    width: 240px;
    margin-left: 20px;
  }
  .menu .logo p b {
    font-size: 24px;
    display: block;
    line-height: 24px;
    margin-bottom: 4px;
    font-weight: 700;
  }
  .menu .adr {
    display: flex;
    align-items: center;
  }
  .menu .adr img {
    width: 52px;
  }
  .menu .adr p {
    width: -moz-max-content;
    width: max-content;
    margin-left: 15px;
  }
  .menu .adr p b {
    display: block;
  }
  .menu .adr .item {
    display: flex;
    margin-left: 16px;
  }
  .menu .adr .item a {
    width: 42px;
    height: 42px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu .adr .item a:nth-child(n+2) {
    margin-left: 12px;
  }
  .menu .adr .item a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
  .menu .social {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .menu .social .social_item {
    display: flex;
    justify-content: space-between;
    width: 130px;
  }
  .menu .social .social_item a {
    height: 28px;
    width: auto;
  }
  .menu .social .social_item a img {
    width: 100%;
    height: 100%;
  }
  .menu .tel {
    text-align: right;
    display: flex;
    align-items: center;
  }
  .menu .tel p {
    margin-right: 15px;
    line-height: 15px;
    font-weight: 400;
  }
  .menu .tel p > a {
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    text-decoration: none;
    color: #333;
    margin-top: 6px;
    display: block;
  }
  .menu .tel .wa {
    width: 45px;
    height: 45px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu .tel .wa img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main {
    margin-top: 120px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 50px 60px 65px 60px;
  }
  .main .left {
    width: 500px;
    height: 686px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
  }
  .main .left img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: 12px;
  }
  .main .left .name {
    position: absolute;
    right: 90px;
    bottom: 190px;
  }
  .main .left .name p {
    background-color: #222222;
    padding: 7px 15px;
    color: #fff;
    font-weight: 200;
    font-size: 14px;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 2px;
  }
  .main .left .name p:first-child {
    font-weight: 700;
    font-size: 16px;
  }
  .main .right {
    width: 516px;
  }
  .main .right h1 {
    font-size: 62px;
    font-weight: 700;
    line-height: 120%;
  }
  .main .right h1 span {
    color: #FE5C23;
    display: block;
  }
  .main .right .h1_dop {
    margin-top: 15px;
    font-size: 43px;
    line-height: 120%;
    font-weight: 300;
    color: #323232;
  }
  .main .right .plusi {
    margin-top: 40px;
  }
  .main .right .plusi .plus {
    display: flex;
    align-items: center;
  }
  .main .right .plusi .plus:last-child .img {
    margin-top: -29px;
  }
  .main .right .plusi .plus:nth-child(n+2) {
    margin-top: 40px;
  }
  .main .right .plusi .plus .img {
    width: 65px;
    height: 65px;
    background-image: linear-gradient(180deg, #6C6C6C 0%, #222 100%);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main .right .plusi .plus p {
    font-size: 24px;
    font-weight: 300;
    width: 376px;
    margin-left: 20px;
    line-height: 140%;
  }
  .big_zayavka {
    background-color: #222222;
    color: #fff;
    padding: 50px 60px 55px 60px;
  }
  .big_zayavka h3 {
    text-align: left;
  }
  .big_zayavka form {
    margin-top: 40px;
  }
  .big_zayavka form input {
    margin-right: 15px;
    width: 29%;
  }
  .big_zayavka form .button {
    width: 38%;
  }
  .big_zayavka > small {
    margin-top: 15px;
    display: block;
    font-weight: 200;
    color: #8e8e8e;
  }
  .bg2 {
    display: flex;
  }
  .bg2 a {
    width: 668px;
    height: 464px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border: 20px solid #fff;
  }
  .bg2 a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg2 .owl-prev {
    left: 245px;
    transition: ease-in-out 0.2s;
  }
  .bg2 .owl-next {
    right: 245px;
    transition: ease-in-out 0.2s;
  }
  .price {
    background-color: #fff;
    padding: 50px 70px 60px 70px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
  .price .left {
    width: 680px;
  }
  .price .left h3 {
    text-align: left;
    font-size: 44px;
    line-height: 130%;
  }
  .price .left .ceni {
    margin-top: 30px;
  }
  .price .left .ceni .line {
    background-color: #F2F3F7;
    padding: 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .price .left .ceni .line:hover span {
    color: #fe5c23;
    transition: 0.2s;
  }
  .price .left .ceni .line:nth-child(n+2) {
    margin-top: 20px;
  }
  .price .left .ceni .line p {
    font-size: 16px;
    margin-left: 20px;
  }
  .price .left .ceni .line p b {
    display: block;
    font-size: 20px;
    margin-bottom: 3px;
    display: block;
  }
  .price .left .ceni .line .img {
    width: 65px;
    height: 65px;
    background-image: linear-gradient(180deg, #6C6C6C 0%, #222 100%);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .price .left .ceni .line span {
    display: block;
    margin-left: auto;
    font-size: 30px;
    font-weight: 700;
  }
  .price .left .ceni .button {
    width: 100%;
    margin-top: 20px;
  }
  .price .hr {
    width: 1px;
    background-color: #333;
  }
  .price .right {
    width: 230px;
    display: flex;
    flex-direction: column;
    margin-top: 7px;
  }
  .price .right .dop:nth-child(n+2) {
    margin-top: 40px;
  }
  .price .right .dop h4 {
    font-size: 23px;
    line-height: 130%;
  }
  .price .right .dop ul {
    margin-left: 15px;
  }
  .price .right .dop ul li {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 200;
    line-height: 140%;
  }
  .bg4 {
    display: flex;
    justify-content: space-between;
    display: flex;
    align-items: stretch;
  }
  .bg4 .left {
    width: 490px;
    margin-top: 13px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg4 .left img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg4 .right {
    width: 610px;
  }
  .bg4 .right h3 {
    text-align: left;
  }
  .bg4 .right > p {
    font-size: 23px;
    font-weight: 200;
    line-height: 145%;
    margin-top: 20px;
  }
  .bg4 .right > p b {
    display: block;
    margin-top: 10px;
  }
  .bg4 .right .button_block {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
  }
  .bg4 .right .button_block .button {
    width: 320px;
    height: 90px;
  }
  .bg4 .right .button_block .tel {
    text-align: right;
    display: flex;
    align-items: center;
  }
  .bg4 .right .button_block .tel p {
    margin-right: 15px;
    line-height: 15px;
    font-weight: 400;
  }
  .bg4 .right .button_block .tel p > a {
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    text-decoration: none;
    color: #333;
    margin-top: 8px;
    display: block;
  }
  .bg4 .right .button_block .tel .wa {
    width: 45px;
    height: 45px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg4 .right .button_block .tel .wa img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .otz_all {
    padding: 50px 70px 60px 70px;
    background-color: #fff;
  }
  .otz_all h3 {
    text-align: left;
  }
  .otz_all .otz {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
  }
  .otz_all .otz a {
    width: 30%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 50px;
  }
  .otz_all .otz a:nth-child(n+4) {
    margin-top: 50px;
  }
  .otz_all .otz a:last-child {
    opacity: 0;
  }
  .otz_all .otz a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .footer .map {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    align-items: stretch;
  }
  .footer .map .mmap {
    flex: 1;
    height: auto;
  }
  .footer .map img {
    width: 400px;
    height: 500px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mob_only {
    display: none !important;
  }
  .desctop {
    display: flex !important;
  }
  .mobile {
    display: none !important;
  }
  .zayavka_pop {
    background-color: #222222;
    width: 450px;
    padding: 45px 50px 50px 50px;
  }
  .zayavka_pop h3 {
    font-size: 30px;
    line-height: 120%;
    color: #fff;
  }
  .zayavka_pop h3 small {
    font-size: 16px;
    margin-top: 7px;
    display: block;
  }
  .zayavka_pop form {
    flex-direction: column;
    margin-top: 25px;
  }
  .zayavka_pop form input {
    width: 100%;
    height: 80px;
  }
  .zayavka_pop form input:nth-child(n+2) {
    margin-bottom: 15px;
  }
  .zayavka_pop form .button {
    width: 100%;
  }
  .zayavka_pop > small {
    font-size: 12px;
    color: #fff;
    line-height: 160%;
    text-align: center;
    width: 100%;
    margin-top: 15px;
    display: block;
    font-weight: 200;
    color: #8e8e8e;
  }
}
@media screen and (max-width: 1200px) and (min-width: 993px) {
  html {
    min-width: 993px;
    zoom: 80%;
  }
}
@media screen and (max-width: 992px) and (min-width: 700px) {
  * {
    margin: 0;
    padding: 0;
    outline: 0 !important;
    box-sizing: border-box;
  }
  html {
    min-width: 700px;
    line-height: 145%;
    overflow-x: hidden;
  }
  *:before, *:after {
    box-sizing: border-box;
  }
  body {
    color: #333333;
    font-family: "NEXT ART", sans-serif !important;
    -webkit-overflow-scrolling: touch;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    background-color: #F2F3F7;
  }
  .container {
    max-width: 700px;
    min-width: 700px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .container2 {
    max-width: 700px;
    width: 100%;
    min-width: 700px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .cd-auto-hide-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    transition: transform 0.5s;
    z-index: 30;
    display: flex;
    align-items: center;
  }
  .cd-auto-hide-header.is-hidden {
    transform: translateY(0%);
  }
  .animate {
    background-color: #F2F3F7;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }
  section {
    padding: 90px 0;
  }
  header {
    /*background: url(../img/bg1.jpg) no-repeat;*/
    background-size: cover;
    background-position: center center;
    position: relative;
  }
  h3 {
    font-size: 52px;
    font-weight: 700;
    text-align: center;
    line-height: 120%;
  }
  h3 small {
    display: block;
    font-weight: 100;
    font-size: 24px;
    line-height: 24px;
    margin-top: 5px;
    line-height: 140%;
  }
  h3 span {
    font-weight: 500;
    color: #008aff;
  }
  .button {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
    width: 500px;
    height: 100px;
    font-size: 18px;
  }
  .button button {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(180deg, #ff926b 0%, #FE5C23 100%);
    font-family: "NEXT ART", sans-serif !important;
    cursor: pointer;
    border: none;
    color: #fff;
    font-weight: 600;
    transition: background 0.2s ease;
    width: 100%;
    transition: 0.3s;
  }
  .button button p {
    position: relative;
    z-index: 1;
    font-size: 26px;
  }
  .button button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(360deg, #ff926b 0%, #FE5C23 100%);
    opacity: 0;
    transition: 0.3s;
  }
  .button button:hover:before {
    opacity: 1;
  }
  .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .menu p {
    font-size: 15px;
    line-height: 160%;
    font-weight: 400;
  }
  .menu p b {
    font-weight: 800;
  }
  .menu .logo {
    display: flex;
    align-items: center;
  }
  .menu .logo img {
    width: 60px;
  }
  .menu .logo p {
    font-size: 12px;
    width: 240px;
    margin-left: 20px;
  }
  .menu .logo p b {
    font-size: 24px;
    display: block;
    line-height: 24px;
    margin-bottom: 4px;
    font-weight: 700;
  }
  .menu .adr {
    display: flex;
    align-items: center;
  }
  .menu .adr img {
    width: 52px;
  }
  .menu .adr p {
    width: -moz-max-content;
    width: max-content;
    margin-left: 15px;
  }
  .menu .adr p b {
    display: block;
  }
  .menu .adr .item {
    display: flex;
    margin-left: 16px;
  }
  .menu .adr .item a {
    width: 42px;
    height: 42px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu .adr .item a:nth-child(n+2) {
    margin-left: 12px;
  }
  .menu .adr .item a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
  .menu .social {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .menu .social .social_item {
    display: flex;
    justify-content: space-between;
    width: 130px;
  }
  .menu .social .social_item a {
    height: 28px;
    width: auto;
  }
  .menu .social .social_item a img {
    width: 100%;
    height: 100%;
  }
  .menu .tel {
    text-align: right;
    display: flex;
    align-items: center;
  }
  .menu .tel p {
    margin-right: 15px;
    line-height: 15px;
    font-weight: 400;
  }
  .menu .tel p > a {
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    text-decoration: none;
    color: #333;
    margin-top: 6px;
    display: block;
  }
  .menu .tel .wa {
    width: 45px;
    height: 45px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu .tel .wa img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main {
    margin-top: 120px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 50px 60px 65px 60px;
  }
  .main .left {
    width: 500px;
    height: 686px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
  .main .left img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: 12px;
  }
  .main .right {
    width: 100%;
  }
  .main .right h1 {
    font-size: 62px;
    font-weight: 700;
    line-height: 120%;
    text-align: center;
  }
  .main .right h1 span {
    color: #FE5C23;
    display: block;
  }
  .main .right .h1_dop {
    margin-top: 15px;
    font-size: 43px;
    line-height: 120%;
    font-weight: 300;
    color: #323232;
    text-align: center;
  }
  .main .right .plusi {
    margin-top: 50px;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .main .right .plusi .plus {
    display: flex;
    align-items: center;
  }
  .main .right .plusi .plus:last-child .img {
    margin-top: -29px;
  }
  .main .right .plusi .plus:nth-child(n+2) {
    margin-top: 40px;
  }
  .main .right .plusi .plus .img {
    width: 65px;
    height: 65px;
    background-image: linear-gradient(180deg, #6C6C6C 0%, #222 100%);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main .right .plusi .plus p {
    font-size: 24px;
    font-weight: 300;
    width: 376px;
    margin-left: 20px;
    line-height: 140%;
  }
  .main .right .adr {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: -moz-max-content;
    width: max-content;
    margin-top: 30px;
  }
  .main .right .adr img {
    width: 52px;
  }
  .main .right .adr p {
    width: -moz-max-content;
    width: max-content;
    margin-left: 15px;
  }
  .main .right .adr p b {
    display: block;
  }
  .main .right .adr .item {
    display: flex;
    margin-left: 16px;
  }
  .main .right .adr .item a {
    width: 42px;
    height: 42px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main .right .adr .item a:nth-child(n+2) {
    margin-left: 12px;
  }
  .main .right .adr .item a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
  .big_zayavka {
    background-color: #222222;
    color: #fff;
    padding: 50px 60px 55px 60px;
  }
  .big_zayavka h3 {
    text-align: center;
  }
  .big_zayavka form {
    margin-top: 40px;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
  }
  .big_zayavka form input {
    width: 49%;
    margin: 0;
  }
  .big_zayavka form .button {
    width: 100%;
    margin-top: 11px;
  }
  .big_zayavka > small {
    margin-top: 15px;
    display: block;
    font-weight: 200;
    color: #8e8e8e;
    text-align: center;
    line-height: 145%;
  }
  .bg2 {
    display: flex;
  }
  .bg2 a {
    width: 568px;
    height: 424px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border: 20px solid #fff;
  }
  .bg2 a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg2 .owl-prev {
    left: 35px;
    transition: ease-in-out 0.2s;
  }
  .bg2 .owl-next {
    right: 35px;
    transition: ease-in-out 0.2s;
  }
  .price {
    background-color: #fff;
    padding: 50px 70px 60px 70px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column;
  }
  .price .left {
    width: 100%;
  }
  .price .left h3 {
    text-align: left;
    font-size: 44px;
    line-height: 130%;
  }
  .price .left .ceni {
    margin-top: 30px;
  }
  .price .left .ceni .line {
    background-color: #F2F3F7;
    padding: 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
  }
  .price .left .ceni .line:nth-child(n+2) {
    margin-top: 20px;
  }
  .price .left .ceni .line p {
    font-size: 16px;
    margin-left: 20px;
    width: 300px;
  }
  .price .left .ceni .line p b {
    display: block;
    font-size: 20px;
    margin-bottom: 3px;
    display: block;
  }
  .price .left .ceni .line .img {
    width: 65px;
    height: 65px;
    background-image: linear-gradient(180deg, #6C6C6C 0%, #222 100%);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .price .left .ceni .line span {
    display: block;
    margin-left: auto;
    font-size: 30px;
    font-weight: 700;
  }
  .price .left .ceni .button {
    width: 100%;
    margin-top: 20px;
  }
  .price .hr {
    width: 100%;
    height: 1px;
    background-color: #333;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .price .right {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .price .right .dop {
    width: 230px;
  }
  .price .right .dop:nth-child(n+2) {
    margin-top: 0px;
  }
  .price .right .dop h4 {
    font-size: 23px;
    line-height: 130%;
  }
  .price .right .dop ul {
    margin-left: 15px;
  }
  .price .right .dop ul li {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 200;
    line-height: 140%;
  }
  .bg4 {
    display: flex;
    justify-content: space-between;
    display: flex;
    align-items: stretch;
  }
  .bg4 .left {
    width: 490px;
    margin-top: 13px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg4 .left img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg4 .right {
    width: 100%;
  }
  .bg4 .right .left {
    width: 100%;
    height: 420px;
    margin-top: 40px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg4 .right .left img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg4 .right h3 {
    text-align: center;
  }
  .bg4 .right > p {
    font-size: 23px;
    font-weight: 200;
    line-height: 145%;
    margin-top: 20px;
    text-align: center;
  }
  .bg4 .right > p b {
    display: block;
    margin-top: 10px;
  }
  .bg4 .right .button_block {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
  }
  .bg4 .right .button_block .button {
    width: 370px;
    height: 90px;
  }
  .bg4 .right .button_block .tel {
    text-align: right;
    display: flex;
    align-items: center;
  }
  .bg4 .right .button_block .tel p {
    margin-right: 15px;
    line-height: 15px;
    font-weight: 400;
  }
  .bg4 .right .button_block .tel p > a {
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    text-decoration: none;
    color: #333;
    margin-top: 8px;
    display: block;
  }
  .bg4 .right .button_block .tel .wa {
    width: 45px;
    height: 45px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg4 .right .button_block .tel .wa img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .otz_all {
    padding: 50px 70px 60px 70px;
    background-color: #fff;
  }
  .otz_all h3 {
    text-align: center;
  }
  .otz_all h3 small {
    margin-top: 12px;
  }
  .otz_all .otz {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .otz_all .otz a {
    width: 47%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 50px;
  }
  .otz_all .otz a:nth-child(n+3) {
    margin-top: 30px;
  }
  .otz_all .otz a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .footer .menu {
    flex-wrap: wrap;
  }
  .footer .menu .logo {
    order: 1;
  }
  .footer .menu .tel {
    order: 2;
  }
  .footer .menu .adr {
    order: 3;
    margin: 40px auto 0;
  }
  .footer .map {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
  .footer .map .mmap {
    flex: 1;
  }
  .footer .map img {
    width: 340px;
    height: 500px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .desctop {
    display: none !important;
  }
  .mobile {
    display: flex !important;
  }
}
@media screen and (max-width: 700px) {
  * {
    margin: 0;
    padding: 0;
    outline: 0 !important;
    box-sizing: border-box;
  }
  html {
    min-width: 340px;
    line-height: 145%;
    overflow-x: hidden;
  }
  *:before, *:after {
    box-sizing: border-box;
  }
  body {
    color: #333333;
    font-family: "NEXT ART", sans-serif !important;
    -webkit-overflow-scrolling: touch;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    background-color: #F2F3F7;
    overflow: hidden;
  }
  .container {
    max-width: 360px;
    min-width: 340px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .container2 {
    max-width: 360px;
    width: 100%;
    min-width: 340px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .cd-auto-hide-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    transition: transform 0.5s;
    z-index: 30;
    display: flex;
    align-items: center;
  }
  .cd-auto-hide-header.is-hidden {
    transform: translateY(0%);
  }
  .animate {
    background-color: #F2F3F7;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }
  section {
    padding: 90px 0;
  }
  header {
    /*background: url(../img/bg1.jpg) no-repeat;*/
    background-size: cover;
    background-position: center center;
    position: relative;
  }
  h3 {
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    line-height: 120%;
  }
  h3 small {
    display: block;
    font-weight: 100;
    font-size: 16px;
    line-height: 24px;
    margin-top: 7px;
    line-height: 145%;
  }
  h3 span {
    font-weight: 500;
    color: #008aff;
  }
  .button {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
    width: 500px;
    height: 100px;
    font-size: 18px;
  }
  .button button {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(180deg, #ff926b 0%, #FE5C23 100%);
    font-family: "NEXT ART", sans-serif !important;
    cursor: pointer;
    border: none;
    color: #fff;
    font-weight: 600;
    transition: background 0.2s ease;
    width: 100%;
    transition: 0.3s;
  }
  .button button p {
    position: relative;
    z-index: 1;
    font-size: 23px;
  }
  .button button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(360deg, #ff926b 0%, #FE5C23 100%);
    opacity: 0;
    transition: 0.3s;
  }
  .button button:hover:before {
    opacity: 1;
  }
  .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .menu p {
    font-size: 14px;
    line-height: 160%;
    font-weight: 400;
  }
  .menu p b {
    font-weight: 800;
  }
  .menu .logo {
    display: flex;
    align-items: center;
  }
  .menu .logo img {
    width: 40px;
  }
  .menu .logo p {
    font-size: 12px;
    width: 100px !important;
    display: none;
    width: 240px;
    margin-left: 20px;
  }
  .menu .logo p b {
    font-size: 24px;
    display: block;
    line-height: 24px;
    margin-bottom: 4px;
    font-weight: 700;
  }
  .menu .adr {
    display: flex;
    align-items: center;
  }
  .menu .adr img {
    width: 52px;
  }
  .menu .adr p {
    width: -moz-max-content;
    width: max-content;
    margin-left: 15px;
  }
  .menu .adr p b {
    display: block;
  }
  .menu .adr .item {
    display: flex;
    margin-left: 16px;
  }
  .menu .adr .item a {
    width: 42px;
    height: 42px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu .adr .item a:nth-child(n+2) {
    margin-left: 12px;
  }
  .menu .adr .item a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
  .menu .social {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .menu .social .social_item {
    display: flex;
    justify-content: space-between;
    width: 130px;
  }
  .menu .social .social_item a {
    height: 28px;
    width: auto;
  }
  .menu .social .social_item a img {
    width: 100%;
    height: 100%;
  }
  .menu .tel {
    text-align: right;
    display: flex;
    align-items: center;
  }
  .menu .tel p {
    margin-right: 15px;
    line-height: 15px;
    font-weight: 400;
  }
  .menu .tel p > a {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    text-decoration: none;
    color: #333;
    margin-top: 6px;
    display: block;
  }
  .menu .tel .wa {
    width: 40px;
    height: 40px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu .tel .wa img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main {
    margin-top: 90px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 50px 30px 65px 30px;
  }
  .main .left {
    width: 100%;
    height: 386px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    position: relative;
  }
  .main .left img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: 12px;
  }
  .main .left .name {
    position: absolute;
    right: 20px;
    bottom: 50px;
  }
  .main .left .name p {
    background-color: #222222;
    padding: 5px 15px;
    color: #fff;
    font-weight: 200;
    font-size: 12px;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 2px;
  }
  .main .left .name p:first-child {
    font-weight: 700;
    font-size: 14px;
  }
  .main .right {
    width: 100%;
  }
  .main .right h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
    text-align: center;
    margin-top: 15px;
  }
  .main .right h1 span {
    color: #FE5C23;
    display: block;
  }
  .main .right .h1_dop {
    margin-top: 15px;
    font-size: 26px;
    line-height: 125%;
    font-weight: 300;
    color: #323232;
    text-align: center;
  }
  .main .right .plusi {
    margin-top: 50px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .main .right .plusi .plus {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    text-align: center;
  }
  .main .right .plusi .plus:last-child .img {
    margin-top: auto;
  }
  .main .right .plusi .plus:nth-child(n+2) {
    margin-top: 40px;
  }
  .main .right .plusi .plus .img {
    width: 55px;
    height: 55px;
    background-image: linear-gradient(180deg, #6C6C6C 0%, #222 100%);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main .right .plusi .plus .img img {
    width: 35px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    height: 35px;
  }
  .main .right .plusi .plus p {
    font-size: 18px;
    font-weight: 300;
    width: 100%;
    margin-left: 0px;
    line-height: 140%;
    margin-top: 15px;
  }
  .main .right .adr {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: 273px;
    flex-wrap: wrap;
    margin-top: 30px;
    justify-content: center;
  }
  .main .right .adr img {
    width: 52px;
    display: none;
  }
  .main .right .adr p {
    width: 230px;
    margin-left: 0px;
    text-align: center;
  }
  .main .right .adr p b {
    display: block;
  }
  .main .right .adr .item {
    display: flex;
    width: -moz-max-content;
    width: max-content;
    margin-top: 10px;
  }
  .main .right .adr .item a {
    width: 32px;
    height: 32px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main .right .adr .item a:nth-child(n+2) {
    margin-left: 12px;
  }
  .main .right .adr .item a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .main .right .logo {
    display: flex;
    align-items: center;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .main .right .logo img {
    width: 45px;
  }
  .main .right .logo p {
    font-size: 12px;
    line-height: 12px;
    width: -moz-max-content !important;
    width: max-content !important;
    width: 240px;
    margin-left: 15px;
  }
  .main .right .logo p b {
    font-size: 22px;
    display: block;
    line-height: 22px;
    margin-bottom: 7px;
    font-weight: 700;
  }
  .big_zayavka {
    background-color: #222222;
    color: #fff;
    padding: 50px 30px 55px 30px;
  }
  .big_zayavka h3 {
    text-align: center;
  }
  .big_zayavka form {
    margin-top: 30px;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
  }
  .big_zayavka form input {
    height: 80px;
    width: 100%;
    margin: 0 0 12px 0;
  }
  .big_zayavka form .button {
    width: 100%;
    height: 90px;
  }
  .big_zayavka > small {
    margin-top: 15px;
    display: block;
    font-weight: 200;
    color: #8e8e8e;
    text-align: center;
    line-height: 145%;
    font-size: 12px;
  }
  .bg2 {
    display: flex;
  }
  .bg2 a {
    width: 320px;
    height: 300px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border: 10px solid #fff;
  }
  .bg2 a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg2 .owl-prev {
    left: 0px;
    transition: ease-in-out 0.2s;
    width: 48px !important;
  }
  .bg2 .owl-next {
    right: 0px;
    transition: ease-in-out 0.2s;
    width: 48px !important;
  }
  .price {
    background-color: #fff;
    padding: 50px 30px 60px 30px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column;
  }
  .price .left {
    width: 100%;
  }
  .price .left h3 {
    text-align: left;
    font-size: 24px;
    line-height: 130%;
  }
  .price .left .ceni {
    margin-top: 30px;
  }
  .price .left .ceni .line {
    background-color: #F2F3F7;
    padding: 30px 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
  }
  .price .left .ceni .line:nth-child(n+2) {
    margin-top: 20px;
  }
  .price .left .ceni .line p {
    font-size: 14px;
    line-height: 140%;
    margin-left: 0px;
    width: 100%;
    margin: 25px 0 15px 0;
  }
  .price .left .ceni .line p b {
    display: block;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 5px;
    display: block;
  }
  .price .left .ceni .line .img {
    width: 55px;
    height: 55px;
    background-image: linear-gradient(180deg, #6C6C6C 0%, #222 100%);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .price .left .ceni .line .img img {
    width: 35px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    height: 35px;
  }
  .price .left .ceni .line span {
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
  }
  .price .left .ceni .button {
    width: 100%;
    margin-top: 20px;
  }
  .price .hr {
    width: 100%;
    height: 1px;
    background-color: #333;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .price .right {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-direction: column;
  }
  .price .right .dop {
    width: 100%;
  }
  .price .right .dop:nth-child(n+2) {
    margin-top: 30px;
  }
  .price .right .dop h4 {
    font-size: 20px;
    line-height: 130%;
    text-align: center;
  }
  .price .right .dop ul {
    margin-left: 0px;
    text-align: center;
  }
  .price .right .dop ul li {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 200;
    line-height: 140%;
    list-style-type: none;
  }
  .bg4 {
    display: flex;
    justify-content: space-between;
    display: flex;
    align-items: stretch;
  }
  .bg4 .left {
    width: 490px;
    margin-top: 13px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg4 .left img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg4 .right {
    width: 100%;
  }
  .bg4 .right .left {
    width: 100%;
    height: 220px;
    margin-top: 40px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg4 .right .left img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg4 .right h3 {
    text-align: center;
  }
  .bg4 .right > p {
    font-size: 16px;
    font-weight: 200;
    line-height: 160%;
    margin-top: 20px;
    text-align: center;
  }
  .bg4 .right > p b {
    display: block;
    margin-top: 10px;
  }
  .bg4 .right .button_block {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    flex-direction: column;
  }
  .bg4 .right .button_block .button {
    width: 100%;
    height: 90px;
  }
  .bg4 .right .button_block .tel {
    text-align: center;
    display: flex;
    align-items: center;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
  }
  .bg4 .right .button_block .tel p {
    margin-right: 0px;
    line-height: 15px;
    font-weight: 400;
    text-align: center;
  }
  .bg4 .right .button_block .tel p > a {
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    text-decoration: none;
    color: #333;
    margin-top: 8px;
    display: block;
  }
  .bg4 .right .button_block .tel .wa {
    width: 45px;
    height: 45px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg4 .right .button_block .tel .wa img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .otz_all {
    padding: 50px 30px 60px 30px;
    background-color: #fff;
  }
  .otz_all h3 {
    text-align: center;
  }
  .otz_all h3 small {
    margin-top: 12px;
  }
  .otz_all .otz {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .otz_all .otz a {
    width: 47%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 50px;
  }
  .otz_all .otz a:nth-child(n+3) {
    margin-top: 30px;
  }
  .otz_all .otz a:last-child {
    opacity: 0;
  }
  .otz_all .otz a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .footer .menu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .footer .menu p {
    font-size: 14px;
    line-height: 160%;
    font-weight: 400;
  }
  .footer .menu p b {
    font-weight: 800;
  }
  .footer .menu .logo {
    display: flex;
    align-items: center;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    order: 1;
  }
  .footer .menu .logo img {
    width: 45px;
  }
  .footer .menu .logo p {
    font-size: 12px;
    width: 210px !important;
    display: block;
    width: 240px;
    margin-left: 15px;
  }
  .footer .menu .logo p b {
    font-size: 24px;
    display: block;
    line-height: 24px;
    margin-bottom: 4px;
    font-weight: 700;
  }
  .footer .menu .adr {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: 273px;
    flex-wrap: wrap;
    justify-content: center;
    order: 2;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .footer .menu .adr img {
    width: 52px;
    display: none;
  }
  .footer .menu .adr p {
    width: 230px;
    margin-left: 0px;
    text-align: center;
    font-size: 15px;
  }
  .footer .menu .adr p b {
    display: block;
  }
  .footer .menu .adr .item {
    display: flex;
    width: -moz-max-content;
    width: max-content;
    margin-top: 10px;
    margin-left: 0;
  }
  .footer .menu .adr .item a {
    width: 32px;
    height: 32px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .footer .menu .adr .item a:nth-child(n+2) {
    margin-left: 12px;
  }
  .footer .menu .adr .item a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .footer .menu .social {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer .menu .social .social_item {
    display: flex;
    justify-content: space-between;
    width: 130px;
  }
  .footer .menu .social .social_item a {
    height: 28px;
    width: auto;
  }
  .footer .menu .social .social_item a img {
    width: 100%;
    height: 100%;
  }
  .footer .menu .tel {
    text-align: right;
    display: flex;
    align-items: center;
    order: 3;
  }
  .footer .menu .tel p {
    margin-right: 15px;
    line-height: 15px;
    font-weight: 400;
  }
  .footer .menu .tel p > a {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    text-decoration: none;
    color: #333;
    margin-top: 6px;
    display: block;
  }
  .footer .menu .tel .wa {
    width: 40px;
    height: 40px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .footer .menu .tel .wa img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .footer .map {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    flex-direction: column;
  }
  .footer .map .mmap {
    height: 300px;
  }
  .footer .map img {
    width: 100%;
    height: 350px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mob_only {
    display: flex !important;
  }
  .desctop {
    display: none !important;
  }
  .mobile {
    display: flex !important;
  }
  .callback-bt-desctop {
    background: linear-gradient(180deg, #ff926b 0%, #FE5C23 100%);
    border: 2px solid #FE5C23;
    border-radius: 50%;
    box-shadow: 0 8px 10px rgba(254, 92, 35, 0.3);
    cursor: pointer;
    height: 55px !important;
    text-align: center;
    width: 55px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 5%;
    bottom: 5%;
    z-index: 999;
    transition: 0.3s;
    animation: hoverWave linear 2s infinite;
    position: fixed;
  }
  .callback-bt-desctop img {
    width: 25px !important;
  }
  .zayavka_pop {
    background-color: #222222;
    width: 320px;
    padding: 35px 30px 40px 30px;
  }
  .zayavka_pop h3 {
    font-size: 22px;
    line-height: 120%;
    color: #fff;
  }
  .zayavka_pop h3 small {
    font-size: 12px;
    margin-top: 7px;
    line-height: 160%;
    display: block;
  }
  .zayavka_pop form {
    flex-direction: column;
    margin-top: 25px;
  }
  .zayavka_pop form textarea {
    min-height: 100px;
    max-height: 100px;
    font-size: 16px;
  }
  .zayavka_pop form input {
    width: 100%;
    height: 70px;
  }
  .zayavka_pop form input:nth-child(n+2) {
    margin-bottom: 15px;
  }
  .zayavka_pop form .button {
    width: 100%;
    height: 80px;
  }
  .zayavka_pop > small {
    font-size: 12px;
    color: #fff;
    line-height: 160%;
    text-align: center;
    width: 100%;
    margin-top: 15px;
    display: block;
    font-weight: 200;
    color: #8e8e8e;
  }
}
input[type=tel], input[type=submit], input[type=text], input[type=name], textarea {
  -webkit-appearance: none;
}

img {
  pointer-events: none !important;
}

img {
  opacity: 1;
  transition: opacity 0.4s;
}

img[data-src] {
  opacity: 0;
}

/* начало кнопки звонка */
.callback-bt-tel {
  background: linear-gradient(180deg, #ff926b 0%, #FE5C23 100%);
  border: 2px solid #FE5C23;
  border-radius: 50%;
  box-shadow: 0 8px 10px rgba(254, 92, 35, 0.3);
  cursor: pointer;
  height: 50px;
  text-align: center;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 5%;
  bottom: 5%;
  z-index: 999;
  transition: 0.3s;
  animation: hoverWave linear 2s infinite;
  position: fixed;
}

.callback-bt-tel .text-call {
  height: 58px;
  width: 58px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.callback-bt-tel .text-call span {
  text-align: center;
  color: #3469ff;
  opacity: 0;
  font-size: 0;
  position: absolute;
  right: 4px;
  top: 22px;
  line-height: 14px;
  font-weight: 600;
  text-transform: uppercase;
  transition: opacity 0.6s linear;
}

.callback-bt-tel .text-call:hover span {
  opacity: 1;
  font-size: 11px;
}

.callback-bt-tel i {
  animation: 1200ms ease 0s normal none 1 running shake;
  animation-iteration-count: infinite;
  -webkit-animation: 1200ms ease 0s normal none 1 running shake;
  -webkit-animation-iteration-count: infinite;
}

/*call desc*/
.callback-bt-desctop {
  background: linear-gradient(180deg, #ff926b 0%, #FE5C23 100%);
  border: 2px solid #FE5C23;
  border-radius: 50%;
  box-shadow: 0 8px 10px rgba(254, 92, 35, 0.3);
  cursor: pointer;
  height: 70px;
  text-align: center;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 5%;
  bottom: 5%;
  z-index: 999;
  transition: 0.3s;
  animation: hoverWave linear 2s infinite;
  position: fixed;
}

.callback-bt-desctop .text-call {
  height: 58px;
  width: 58px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.callback-bt-desctop .text-call span {
  text-align: center;
  color: #3469ff;
  opacity: 0;
  font-size: 0;
  position: absolute;
  right: 4px;
  top: 22px;
  line-height: 14px;
  font-weight: 600;
  text-transform: uppercase;
  transition: opacity 0.6s linear;
}

.fa-phone {
  display: flex;
  align-items: center;
  justify-content: center;
}

.callback-bt-desctop .text-call:hover span {
  opacity: 1;
  font-size: 11px;
}

.callback-bt-desctop i {
  animation: 1200ms ease 0s normal none 1 running shake;
  animation-iteration-count: infinite;
  -webkit-animation: 1200ms ease 0s normal none 1 running shake;
  -webkit-animation-iteration-count: infinite;
}
@keyframes hoverWave {
  0% {
    box-shadow: 0 8px 10px rgba(254, 92, 35, 0.3), 0 0 0 0 rgba(254, 92, 35, 0.2), 0 0 0 0 rgba(254, 92, 35, 0.2);
  }
  40% {
    box-shadow: 0 8px 10px rgba(254, 92, 35, 0.3), 0 0 0 10px rgba(254, 92, 35, 0.2), 0 0 0 0 rgba(254, 92, 35, 0.2);
  }
  80% {
    box-shadow: 0 8px 10px rgba(254, 92, 35, 0.3), 0 0 0 15px rgba(254, 92, 35, 0), 0 0 0 12px rgba(254, 92, 35, 0.067);
  }
  100% {
    box-shadow: 0 8px 10px rgba(254, 92, 35, 0.3), 0 0 0 15px rgba(254, 92, 35, 0), 0 0 0 25px rgba(254, 92, 35, 0);
  }
}
/* animations icon */
@keyframes shake {
  0% {
    transform: rotateZ(10deg);
    -ms-transform: rotateZ(10deg);
    -webkit-transform: rotateZ(10deg);
  }
  50% {
    transform: rotateZ(-2deg);
    -ms-transform: rotateZ(-2deg);
    -webkit-transform: rotateZ(-2deg);
  }
  100% {
    transform: rotateZ(10deg);
    -ms-transform: rotateZ(10deg);
    -webkit-transform: rotateZ(10deg);
  }
}
/* конец кнопки звонка */
/*OWL*/
.owl-stage-outer {
  overflow: visible !important;
}

.owl-item {
  opacity: 1;
}

.owl-item.active {
  opacity: 1;
  transition: 0.5s all;
}

.owl-item {
  width: -moz-max-content !important;
  width: max-content !important;
}

.owl-next,
.owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 40%;
  display: block;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  margin-top: 40px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #00534b !important;
}

.owl-prev {
  left: -35px;
  transition: ease-in-out 0.2s;
}

.owl-prev:hover {
  transform: translate(-5px);
  transition: ease-in-out 0.2s;
}

.owl-next:hover {
  transform: translate(5px);
  transition: ease-in-out 0.2s;
}

.owl-next {
  right: -35px;
  transition: ease-in-out 0.2s;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: none !important;
  color: #FFF;
  text-decoration: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  width: 55px;
  height: 55px;
}

.owl-nav img {
  box-shadow: none !important;
}

/*OWL*/
form {
  padding: 0px 0 0px 0;
  display: flex;
  flex-direction: row;
  position: relative;
}
form label {
  font-size: 18px;
  margin-bottom: 8px;
  margin-top: 25px;
}
form input {
  height: 90px;
  padding: 20px 20px 20px 30px;
  font-size: 20px;
  border-radius: 0px;
  border: none;
  background-color: #fbfbfb;
  font-family: "NEXT ART", sans-serif !important;
  font-weight: 300;
  color: #333333;
  z-index: 10;
  width: 300px;
}
form textarea {
  height: 120px;
  max-height: 120px;
  min-height: 120px;
  padding: 20px 20px 20px 30px;
  font-size: 18px;
  border-radius: 0px;
  border: none;
  background-color: #fbfbfb;
  font-family: "NEXT ART", sans-serif !important;
  font-weight: 300;
  color: #333333;
  z-index: 10;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  margin-bottom: 15px;
}
form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b0afaf;
  font-weight: 300;
}
form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #b0afaf;
  font-weight: 300;
}
form :-ms-input-placeholder {
  /* IE 10+ */
  color: #b0afaf;
  font-weight: 300;
}
form :-moz-placeholder {
  /* Firefox 18- */
  color: #b0afaf;
  font-weight: 300;
}
form .button {
  height: 90px;
  width: 350px;
  margin-left: 0px;
}/*# sourceMappingURL=style.css.map */

/* === Mobile and fixed-header corrections (2026-07) === */
.cd-auto-hide-header {
  background: rgba(242, 243, 247, 0.97) !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.form-consent {
  flex: 0 0 100%;
  width: 100%;
  display: block;
  margin-top: 14px;
  color: #8e8e8e;
  font-size: 12px;
  line-height: 1.45;
  text-align: center;
}

.form-consent label {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
}

.form-consent input[type="checkbox"] {
  flex: 0 0 18px;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px;
  margin: 1px 0 0;
  padding: 0;
  z-index: auto;
  -webkit-appearance: checkbox;
  appearance: auto;
}

.form-consent a {
  color: inherit;
  text-decoration: underline;
}

@media screen and (max-width: 700px) {
  html,
  body {
    width: 100%;
    min-width: 0 !important;
    max-width: 100%;
    overflow-x: hidden !important;
  }

  body {
    overflow-y: auto !important;
    padding-bottom: calc(62px + env(safe-area-inset-bottom));
    font-size: 14px;
  }

  img,
  video,
  iframe,
  svg {
    max-width: 100%;
  }

  .container,
  .container2 {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .cd-auto-hide-header {
    height: 64px !important;
    z-index: 1600;
  }

  .cd-auto-hide-header .container2,
  .menu {
    width: 100%;
  }

  .menu {
    gap: 8px;
  }

  .menu .logo,
  .menu .tel {
    min-width: 0;
  }

  .menu .logo img {
    width: 36px;
  }

  .menu .tel p {
    margin-right: 8px;
    font-size: 10px;
    line-height: 1.2;
    white-space: nowrap;
  }

  .menu .tel p > a {
    margin-top: 3px;
    font-size: 15px;
    line-height: 1.15;
  }

  .menu .tel .wa {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
  }

  .main {
    width: calc(100% - 16px) !important;
    margin-top: 72px !important;
    padding: 28px 16px 42px !important;
  }

  .main .right,
  .main .left,
  .main .right .plusi,
  .big_zayavka,
  form,
  form input,
  form textarea,
  form .button {
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .main .right .logo {
    max-width: 100%;
  }

  .main .right .logo img {
    flex: 0 0 40px;
    width: 40px;
  }

  .main .right .logo p {
    width: auto !important;
    max-width: calc(100vw - 105px);
    margin-left: 12px;
    font-size: 10px;
    line-height: 1.25;
  }

  .main .right .logo p b {
    margin-bottom: 3px;
    font-size: 18px;
    line-height: 1.1;
  }

  .main .right h1 {
    margin-top: 14px;
    font-size: clamp(24px, 8vw, 28px) !important;
    line-height: 1.16;
    overflow-wrap: anywhere;
  }

  .main .right .h1_dop {
    margin-top: 10px;
    font-size: 17px !important;
    line-height: 1.35;
  }

  h3 {
    font-size: 22px !important;
    line-height: 1.2;
  }

  h3 small {
    margin-top: 8px;
    font-size: 14px !important;
    line-height: 1.4;
  }

  .main .right .adr {
    width: 100%;
    max-width: 270px;
    margin-top: 22px;
  }

  .main .right .adr p {
    width: 100%;
    font-size: 13px;
    line-height: 1.4;
  }

  .main .left {
    height: auto !important;
    min-height: 0;
    aspect-ratio: 4 / 5;
    margin-top: 22px;
  }

  .main .left img {
    margin-top: 0;
  }

  .main .left .name {
    right: 10px;
    bottom: 18px;
    max-width: calc(100% - 20px);
  }

  .main .left .name p,
  .main .left .name p:first-child {
    max-width: 100%;
    font-size: 11px;
    white-space: normal;
  }

  .main .right .plusi {
    margin-top: 34px;
  }

  .main .right .plusi .plus:nth-child(n+2) {
    margin-top: 28px;
  }

  .main .right .plusi .plus .img {
    width: 48px;
    height: 48px;
  }

  .main .right .plusi .plus .img img {
    width: 30px;
    height: 30px;
  }

  .main .right .plusi .plus p {
    margin-top: 11px;
    font-size: 15px !important;
    line-height: 1.45;
    overflow-wrap: anywhere;
  }

  .big_zayavka {
    width: calc(100% - 16px) !important;
    padding: 34px 16px 40px !important;
  }

  .big_zayavka form {
    margin-top: 22px;
  }

  .big_zayavka form input[type="text"],
  .big_zayavka form input[type="tel"] {
    width: 100% !important;
    height: 58px !important;
    margin-bottom: 10px;
    padding: 12px 15px;
    font-size: 16px;
  }

  .big_zayavka form .button {
    width: 100% !important;
    height: 60px !important;
  }

  .button button p {
    font-size: 17px !important;
  }

  .form-consent {
    margin-top: 12px;
    font-size: 10px;
    text-align: left;
  }

  .form-consent label {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 360px) {
  .container,
  .container2 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .menu .tel p {
    font-size: 9px;
  }

  .menu .tel p > a {
    font-size: 13px;
  }

  .menu .tel .wa {
    flex-basis: 32px;
    width: 32px;
    height: 32px;
  }

  .main .right h1 {
    font-size: 23px !important;
  }
}


@media screen and (min-width: 701px) and (max-width: 992px) {
  .main .right h1 {
    font-size: 44px !important;
    line-height: 1.15;
  }

  .main .right .h1_dop {
    font-size: 28px !important;
    line-height: 1.3;
  }

  h3,
  .big_zayavka h3 {
    font-size: 38px !important;
    line-height: 1.2;
  }

  h3 small,
  .big_zayavka h3 small {
    font-size: 19px !important;
    line-height: 1.4;
  }

  .main .right .plusi .plus p {
    font-size: 20px !important;
    line-height: 1.4;
  }

  .menu .tel p > a {
    font-size: 22px !important;
  }

  .big_zayavka form input {
    font-size: 17px;
  }
}

/* === FINAL HEADER, MAX AND FORM FIXES (2026-07-10 v3) === */
.cd-auto-hide-header,
.cd-auto-hide-header.animate,
.cd-auto-hide-header.is-hidden {
  background: #f2f3f7 !important;
  background-color: #f2f3f7 !important;
  background-image: none !important;
  opacity: 1 !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.12) !important;
  transform: translateY(0) !important;
  isolation: isolate;
}

.cd-auto-hide-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #f2f3f7;
  pointer-events: none;
}

.max-header-link {
  position: relative;
  z-index: 3;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: auto !important;
  min-width: 44px;
  height: 44px !important;
  padding: 4px 11px 4px 5px;
  border-radius: 13px;
  background: #ffffff;
  color: #303030;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(34, 60, 120, 0.15);
  pointer-events: auto !important;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.max-header-link img {
  display: block;
  flex: 0 0 34px;
  width: 34px !important;
  height: 34px !important;
  border-radius: 10px;
  object-fit: cover;
}

.max-header-link span {
  display: block;
  font-size: 11px;
  line-height: 1.15;
  font-weight: 700;
  white-space: nowrap;
}

.desktop-phone-text {
  color: inherit;
  cursor: default;
  pointer-events: none;
}

.menu .tel p > .phone-number {
  display: block !important;
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  text-decoration: none;
  color: inherit;
}

.menu .tel p > .desktop-phone-text {
  display: block !important;
}

.menu .tel p > .mobile-phone-link {
  display: none !important;
}

.m2-site-button {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin: 8px 0 0;
  padding: 10px 18px;
  border-radius: 8px;
  background: #0b73e9;
  color: #ffffff !important;
  font-size: 16px;
  line-height: 1.15;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: 0 8px 18px rgba(0, 102, 210, 0.22);
  overflow: hidden;
  vertical-align: middle;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.m2-site-button span {
  position: relative;
  z-index: 1;
}

.m2-site-button:hover {
  background: #075fc5;
  color: #ffffff !important;
}

.m2-site-button--pulse {
  animation: m2-heartbeat 2.7s ease-in-out infinite;
}

.m2-site-button--pulse::after {
  content: "";
  position: absolute;
  top: -45%;
  left: -55%;
  z-index: 0;
  width: 42%;
  height: 190%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0));
  transform: rotate(22deg) translateX(-140%);
  animation: m2-button-shine 3.3s ease-in-out infinite;
  pointer-events: none;
}

@keyframes m2-heartbeat {
  0%,
  46%,
  100% {
    transform: scale(1);
  }
  52% {
    transform: scale(1.035);
  }
  58% {
    transform: scale(0.99);
  }
  64% {
    transform: scale(1.025);
  }
}

@keyframes m2-button-shine {
  0% {
    transform: rotate(22deg) translateX(-160%);
  }
  42%,
  100% {
    transform: rotate(22deg) translateX(380%);
  }
}

.sale-panel-link {
  pointer-events: auto !important;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.max-link {
  position: relative;
  z-index: 2;
  overflow: visible !important;
}

.max-link::after {
  display: none !important;
  content: none !important;
}

.sale-panel-icon {
  display: block;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  margin-right: 8px;
  border-radius: 8px;
  object-fit: cover;
  pointer-events: none;
}

#measurement-form button[disabled] {
  cursor: wait;
  opacity: 0.78;
}

#measurement-form {
  display: grid !important;
  grid-template-columns: minmax(220px, 1fr) minmax(220px, 1fr) minmax(320px, 1.35fr) !important;
  gap: 15px !important;
  align-items: stretch !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

#measurement-form input[type="hidden"] {
  display: none !important;
}

#measurement-form input[name="name"],
#measurement-form input[name="phone"] {
  box-sizing: border-box !important;
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 90px !important;
  margin: 0 !important;
}

#measurement-form .button.feedback {
  box-sizing: border-box !important;
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  height: 90px !important;
  margin: 0 !important;
}

#measurement-form .button.feedback button {
  width: 100% !important;
  min-width: 0 !important;
}

.form-website {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  clip-path: inset(50%) !important;
}

#measurement-form .form-consent {
  box-sizing: border-box !important;
  grid-column: 1 / -1 !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 10px 0 0 !important;
  text-align: left !important;
  overflow: visible !important;
}

#measurement-form .form-consent label {
  display: inline-flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  max-width: 100% !important;
  margin: 0 !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
}

#measurement-form .form-consent input[type="checkbox"] {
  position: static !important;
  flex: 0 0 18px !important;
  width: 18px !important;
  min-width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
}

#measurement-form .form-consent span {
  display: block !important;
  min-width: 0 !important;
  max-width: 100% !important;
  overflow-wrap: anywhere !important;
}

@media screen and (min-width: 701px) and (max-width: 992px) {
  .menu .tel p > .phone-number {
    font-size: 22px !important;
    line-height: 24px !important;
  }

  #measurement-form {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  }

  #measurement-form .button.feedback {
    grid-column: 1 / -1 !important;
  }
}

@media screen and (max-width: 700px) {
  .cd-auto-hide-header,
  .cd-auto-hide-header.animate,
  .cd-auto-hide-header.is-hidden {
    height: 68px !important;
  }

  .main {
    margin-top: 78px !important;
  }

  .menu .tel {
    flex: 1 1 auto;
    justify-content: flex-end;
  }

  .max-header-link {
    flex: 0 0 40px !important;
    width: 40px !important;
    min-width: 40px;
    height: 40px !important;
    padding: 3px;
    border-radius: 12px;
  }

  .max-header-link img {
    flex-basis: 34px;
    width: 34px !important;
    height: 34px !important;
  }

  .max-header-link span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .sale-panel {
    z-index: 3000 !important;
  }

  .sale-panel-link {
    min-height: 48px;
  }

  .sale-panel-icon {
    flex-basis: 26px;
    width: 26px;
    height: 26px;
    margin-right: 6px;
  }
}

@media screen and (max-width: 360px) {
  .menu .tel p {
    margin-right: 5px !important;
    font-size: 9px !important;
  }

  .menu .tel p > a {
    font-size: 13px !important;
  }

  .sale-panel-link {
    padding-left: 5px !important;
    padding-right: 5px !important;
    font-size: 12px !important;
  }

  .sale-panel-icon {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
    margin-right: 5px;
  }
}

/* Нижний трей всегда кликабелен; скрытый cookie-баннер не перехватывает касания. */
.sale-panel {
  z-index: 3100 !important;
}

.cookie-banner {
  z-index: 3000 !important;
  pointer-events: none;
}

.cookie-banner.show {
  pointer-events: auto;
}

@media screen and (max-width: 700px) {
  html,
  body {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  .container,
  .container2,
  .main,
  .big_zayavka,
  header,
  .sale-panel,
  .cookie-banner {
    box-sizing: border-box !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100vw !important;
  }

  .menu {
    box-sizing: border-box !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  .menu .tel p > .desktop-phone-text {
    display: none !important;
  }

  .menu .tel p > .mobile-phone-link {
    display: block !important;
  }

  .menu .tel p > .phone-number {
    font-size: 13px !important;
    line-height: 16px !important;
  }

  .main .right .plusi .plus p {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    width: 100% !important;
    max-width: 100% !important;
  }

  .m2-site-button {
    width: 100%;
    align-self: stretch;
    min-height: 48px;
    margin-top: 4px;
    padding: 12px 14px;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
  }

  #measurement-form .button.feedback {
    grid-column: auto !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  #measurement-form {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 10px !important;
  }

  #measurement-form input[name="name"],
  #measurement-form input[name="phone"] {
    height: 58px !important;
  }

  #measurement-form .button.feedback {
    height: 60px !important;
  }

  img,
  video,
  iframe {
    max-width: 100%;
  }
}
