@import "reset.css";
@import "../font/stylesheet.css";
@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: #333;
    font-family: "Montserrat", sans-serif !important;
    -webkit-overflow-scrolling: touch;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    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;
  }
  .bg_garantiruem {
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0) 25%,
        rgba(255, 255, 255, 0) 75%,
        rgba(255, 255, 255, 0) 100%
      ),
      url(../img/bg1.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .bg_zamer {
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.8) 50%,
        rgba(255, 255, 255, 0) 100%
      ),
      url(../img/bg_zamer.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 230px !important;
  }
  .cd-auto-hide-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    transition: transform .5s;
    z-index: 30;
    display: flex;
    align-items: center;
  }
  .cd-auto-hide-header.is-hidden {
    transform: translateY(0%);
  }
  .animate {
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .05);
  }
  section {
    padding: 90px 0 !important;
  }
  header {
    background: url(../img/bg.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 0%;
    position: relative;
    padding-bottom: 40px !important;
  }
  h3 {
    font-size: 34px !important;
    font-weight: 400;
    text-align: center;
    line-height: 140%;
  }
  .container > h3 {
    width: 650px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
  }
  h3 small {
    font-size: 18px;
    display: block;
    line-height: 180%;
    margin-top: 10px;
    color: #707070;
    font-weight: 400;
  }
  .btn_green,
  .btn_gray {
    height: 78px;
    width: 100%;
    background-image: linear-gradient(to top, #9ebf1a, #c0de48);
    font-family: "Montserrat", sans-serif !important;
    cursor: pointer;
    border: none;
    color: #fff;
    font-weight: 400;
    transition: background .2s ease;
    box-shadow: 0 -4px #93b413 inset;
    width: 100%;
    transition: .3s;
    border-radius: 10px;
    position: relative;
    font-size: 18px;
    z-index: 2;
  }
  .btn_green p,
  .btn_gray p {
    position: relative;
    z-index: 1;
    height: inherit;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .btn_green:before,
  .btn_gray:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-image: linear-gradient(to top, #c0de48, #9ebf1a);
    box-shadow: 0 -4px #a3c715 inset;
    opacity: 0;
    transition: .3s;
  }
  .btn_green:hover:before,
  .btn_gray:hover:before {
    opacity: 1;
  }
  .btn_gray {
    background-image: linear-gradient(to top, #d2dae2, #ececec);
    box-shadow: 0 -4px #c5cdd8 inset;
    color: #333;
  }
  .btn_gray:before {
    background-image: linear-gradient(to top, #ececec, #d2dae2);
    box-shadow: 0 -4px #dce4f0 inset;
  }
  .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .menu p {
    font-size: 14px;
    line-height: 180%;
    font-weight: 400;
  }
  .menu p b {
    font-weight: 700;
  }
  .menu .logo {
    display: flex;
    align-items: center;
  }
  .menu .logo img {
    width: auto;
  }
  .menu .logo p {
    width: 240px;
    margin-left: 20px;
  }
  .menu .adr {
    display: flex;
    align-items: center;
  }
  .menu .adr img {
    width: 52px;
  }
  .menu .adr p {
    width: 200px;
    margin-left: 15px;
  }
  .menu .social {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .menu .social p a {
    color: #333;
    text-decoration: none;
  }
  .menu .social .social_item {
    display: flex;
    justify-content: space-evenly;
    width: 178px;
  }
  .menu .social .social_item a {
    height: 30px;
    width: auto;
  }
  .menu .social .social_item a img {
    width: 100%;
    height: 100%;
  }
  .menu .tel {
    text-align: right;
  }
  .menu .tel a {
    font-size: 25px;
    font-weight: 700;
    text-decoration: none;
    color: #333;
    margin-top: 1px;
    display: block;
  }
  .mobile {
    display: none;
  }
  .main {
    padding-top: 150px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .main .main_left {
    width: 525px;
    position: relative;
  }
  .main .director_main {
    width: auto;
    height: 650px;
    display: flex;
    align-items: flex-end;
    position: relative;
    justify-content: center;
    display: flex;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: -600px;
    bottom: -70px;
  }
  .main .director_main img {
    width: auto;
    height: 100%;
    margin-top: auto;
    position: relative;
    z-index: 2;
    display: flex;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
  }
  .main .director_main .name {
    position: absolute;
    padding: 10px 20px 12px 20px;
    background-image: url(../img/bg1.jpg);
    border-radius: 10px 10px 10px 10px;
    bottom: 60px;
    left: 30px;
    text-align: center;
    line-height: 170%;
    font-size: 14px;
    z-index: 3;
    width: 300px;
  }
  .main .director_main .name b {
    display: block;
    font-size: 16px;
  }
  .main .director_main .name p {
    font-size: 14px;
    line-height: 160%;
    margin-top: 7px;
    font-style: italic;
    color: #737373;
  }
  .main h1 {
    font-size: 38px;
    font-weight: 700;
    line-height: 135%;
  }
  .main h1 span {
    color: #b7d445;
  }
  .main .h1_dop {
    margin-top: 10px;
    font-size: 32px;
    line-height: 140%;
    font-weight: 300;
    color: #323232;
  }
  .main_plusi {
    margin-top: 30px;
    margin-left: 0px;
  }
  .main_plusi .main_plus {
    display: flex;
    align-items: center;
  }
  .main_plusi .main_plus p {
    font-size: 18px;
    line-height: 170%;
    margin-left: 20px;
    width: 400px;
  }
  .main_plusi .main_plus p b {
    font-weight: 700;
  }
  .main_plusi .main_plus:nth-child(n + 2) {
    margin-top: 30px;
  }
  .brands {
    margin-top: 50px;
    display: flex;
    position: relative;
    z-index: 2;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px 55px;
    background-image: url(../img/bg1.jpg);
    border-radius: 10px;
    position: relative;
  }
  .brands:after {
    content: "";
    position: absolute;
    display: block;
    top: 8px;
    left: 8px;
    bottom: 8px;
    right: 8px;
    border: 1px solid #fff;
    border-radius: 10px;
    z-index: 0;
  }
  .brands img {
    height: 50px;
  }
  .mgs {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .mgs .mgs_left {
    width: 550px;
    height: 350px;
    border-radius: 10px;
    overflow: hidden;
  }
  .mgs .mgs_right {
    width: 550px;
    display: flex;
    flex-direction: column;
  }
  .mgs .mgs_right h3 {
    text-align: left;
  }
  .mgs .mgs_right .mgs_plusi {
    display: flex;
    margin-top: auto;
    justify-content: space-between;
  }
  .mgs .mgs_right .mgs_plusi .mgs_plus {
    width: 245px;
  }
  .mgs .mgs_right .mgs_plusi .mgs_plus p {
    line-height: 165%;
    margin-top: 15px;
  }
  .cases_all .btn_gray {
    margin-top: 60px;
    color: #333;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
  .cases {
    display: flex;
    flex-direction: column;
  }
  .cases .cases_plusi {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .cases .cases_plusi .cases_plus {
    display: flex;
    align-items: center;
  }
  .cases .cases_plusi .cases_plus p {
    font-size: 14px;
    line-height: 150%;
    color: #707070;
    width: 300px;
  }
  .cases .cases_plusi .cases_plus p b {
    display: block;
    font-size: 16px;
    margin-bottom: 3px;
    color: #333;
  }
  .cases .cases_plusi .pin {
    width: 14px;
    height: 14px;
    background-image: linear-gradient(to top, #9ebf1a, #c0de48);
    border-radius: 10px;
    margin-right: 28px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cases .cases_plusi .pin::after {
    content: "";
    position: absolute;
    display: block;
    width: 36px;
    height: 36px;
    border: 1px solid #c0de48;
    border-radius: 50%;
    z-index: 0;
  }
  .cases .case {
    width: 100%;
    padding: 55px;
    background-image: url(../img/bg1.jpg);
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: space-between;
    z-index: 2;
  }
  .cases .case:after {
    content: "";
    position: absolute;
    display: block;
    top: 8px;
    left: 8px;
    bottom: 8px;
    right: 8px;
    border: 1px solid #fff;
    border-radius: 10px;
    z-index: 0;
  }
  .cases .case:nth-child(n + 2) {
    margin-top: 60px;
  }
  .cases .case .case_img {
    display: flex;
    align-items: stretch;
    position: relative;
    z-index: 2;
    text-align: center;
    justify-content: center;
  }
  .cases .case .case_img a {
    width: 510px;
    height: 510px;
    border-radius: 5px;
    display: flex;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    color: #333;
    justify-content: center;
  }
  .cases .case .case_img a img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .cases .case .case_img .case_img_main {
    display: flex;
    align-items: stretch;
    position: relative;
    z-index: 2;
    text-align: center;
    justify-content: center;
  }
  .cases .case .case_img .case_img_main .cena {
    position: absolute;
    padding: 10px 20px;
    background-image: url(../img/bg1.jpg);
    border-radius: 10px 10px 0 0;
    bottom: 0;
    text-align: center;
    line-height: 170%;
    font-size: 12px;
    z-index: 2;
  }
  .cases .case .case_img .case_img_main .cena b {
    display: block;
    font-size: 14px;
    color: #a3c715;
  }
  .cases .case .case_img .case_img_dop {
    display: flex;
    flex-direction: column;
    margin-left: 17px;
  }
  .cases .case .case_img .case_img_dop a {
    width: 130px;
    height: 115px;
    display: flex;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .cases .case .case_img .case_img_dop a img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .cases .case .case_img .case_img_dop a:nth-child(n + 2) {
    margin-top: 17px;
  }
  .cases .case .case_info {
    width: 360px;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
  }
  .cases .case .case_info small {
    position: absolute;
    bottom: -25px;
    text-align: center;
    font-size: 12px;
    width: 100%;
    color: #a0a0a0;
  }
  .cases .case .case_info h4 {
    font-size: 22px;
  }
  .cases .case .case_info .case_info_opis {
    margin: 8px 0 0px 0;
  }
  .cases .case .case_info .case_info_opis p {
    font-size: 12px;
    line-height: 160%;
    color: #707070;
  }
  .cases .case .case_info .case_info_har {
    margin-top: 20px;
  }
  .cases .case .case_info .case_info_har b {
    font-size: 14px;
  }
  .cases .case .case_info .case_info_har p {
    margin-top: 4px;
    font-size: 14px;
    line-height: 145%;
    color: #707070;
  }
  .cases .case .case_info .btn_green {
    margin-top: auto;
    padding: 0 50px;
  }
  .catalog {
    margin-top: 80px;
    width: 100%;
    padding: 55px;
    background-image: url(../img/bg1.jpg);
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
    flex-direction: column;
  }
  .catalog:after {
    content: "";
    position: absolute;
    display: block;
    top: 8px;
    left: 8px;
    bottom: 8px;
    right: 8px;
    border: 1px solid #fff;
    border-radius: 10px;
    z-index: 0;
  }
  .catalog img {
    height: 530px;
    position: absolute;
    bottom: 60px;
    left: -20px;
    z-index: 2;
  }
  .catalog .forma {
    width: 450px;
    margin-left: auto;
  }
  .ackcii_bg {
    margin-top: 70px;
  }
  .akcii {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .akcii .item {
    display: flex;
    width: 47%;
    position: relative;
    padding: 55px;
    background-image: url(../img/bg1.jpg);
    border-radius: 10px;
    flex-direction: column;
  }
  .akcii .item .bant {
    position: absolute;
    right: -1px;
    top: -1px;
    width: 130px;
    display: flex;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
  }
  .akcii .item .bant img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .akcii .item .info h4 {
    font-size: 22px;
    line-height: 140%;
    font-weight: 400;
    text-align: center;
    margin-top: 30px;
  }
  .akcii .item .info > p {
    margin-top: 25px;
    text-align: center;
    margin-bottom: 15px;
  }
  .akcii .item .info > p b {
    font-weight: 600;
  }
  .akcii .item .info button {
    margin-top: 30px;
  }
  .akcii .item:after {
    content: "";
    position: absolute;
    display: block;
    top: 8px;
    left: 8px;
    bottom: 8px;
    right: 8px;
    border: 1px solid #fff;
    border-radius: 10px;
    z-index: 0;
  }
  .akcii .item img {
    width: 300px;
    height: 296px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    -o-object-fit: contain;
    object-fit: contain;
    position: relative;
  }
  .director {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
  }
  .director .director_info {
    width: 555px;
    display: flex;
    flex-direction: column;
  }
  .director .director_info > p {
    margin-top: 15px;
    line-height: 170%;
    font-size: 18px;
    font-weight: 300;
  }
  .director .director_info h3 {
    margin-left: 0;
    text-align: left;
  }
  .director .director_info .plusi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
  }
  .director .director_info .plus {
    display: flex;
    align-items: center;
  }
  .director .director_info .plus:nth-child(n + 3) {
    margin-top: 30px;
  }
  .director .director_info .plus p {
    width: 205px;
    line-height: 170%;
    font-size: 14px;
  }
  .director .director_info .plus .pin {
    width: 14px;
    height: 14px;
    background-image: linear-gradient(to top, #9ebf1a, #c0de48);
    border-radius: 10px;
    margin-right: 28px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .director .director_info .plus .pin:after {
    content: "";
    position: absolute;
    display: block;
    width: 36px;
    height: 36px;
    border: 1px solid #c0de48;
    border-radius: 50%;
    z-index: 0;
  }
  .director .director_info .btn_green {
    margin-top: auto;
    width: 400px;
  }
  .director .director_img {
    width: 500px;
    height: 550px;
    display: flex;
    -o-object-fit: cover;
    object-fit: cover;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .director .director_img .name {
    position: absolute;
    padding: 10px 20px;
    background-image: url(../img/bg1.jpg);
    border-radius: 10px 10px 0 0;
    bottom: 0;
    text-align: center;
    line-height: 170%;
    font-size: 12px;
    z-index: 2;
  }
  .director .director_img .name b {
    display: block;
    font-size: 16px;
    color: #333;
  }
  .director .director_img img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: flex;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .command {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 70px;
  }
  .command .com {
    width: 23%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .command .com .name {
    position: absolute;
    padding: 10px 20px;
    background-image: url(../img/bg1.jpg);
    border-radius: 10px 10px 0 0;
    bottom: 0;
    text-align: center;
    line-height: 170%;
    font-size: 12px;
    z-index: 2;
  }
  .command .com .name b {
    display: block;
    font-size: 16px;
    color: #333;
  }
  .command img {
    width: 100%;
    border-radius: 10px;
  }
  .marquiz__container_inline {
    max-width: 100% !important;
  }
  .quiz_all_all {
    margin-top: 80px;
  }
  .quiz_all_all h3 {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 50px;
  }
  .quiz_all {
    display: flex;
    justify-content: space-between;
    margin-top: 0px;
    flex-direction: column;
  }
  .quiz {
    width: 100%;
  }
  .btn_quiz {
    display: flex;
  }
  .btn_quiz .btn_gray {
    width: 200px;
    height: 60px;
  }
  .btn_quiz .btn_green {
    width: 250px;
    height: 60px;
  }
  .garant_plusi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -10px;
  }
  .garant_plusi .garant_plus {
    display: flex;
    align-items: flex-end;
  }
  .garant_plusi .garant_plus:nth-child(n + 3) {
    margin-top: 60px;
  }
  .garant_plusi .garant_plus .garant_plus_info {
    width: 300px;
    margin-left: 25px;
  }
  .garant_plusi .garant_plus .garant_plus_info h4 {
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 7px;
  }
  .garant_plusi .garant_plus .garant_plus_info p {
    line-height: 175%;
    font-size: 14px;
  }
  .rassrochka {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
  .rassrochka > img {
    width: 600px;
    height: auto;
    border-radius: 10px;
    display: flex;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .rassrochka .rassrochka_right {
    width: 480px;
  }
  .rassrochka .rassrochka_right .banki_all {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
  }
  .rassrochka .rassrochka_right .banki_all .banki {
    display: flex;
    justify-content: space-between;
    margin-top: 17px;
  }
  .rassrochka .rassrochka_right h3 {
    margin-left: 0;
    width: auto;
    text-align: left;
  }
  .rassrochka .rassrochka_right .main_plusi {
    margin-top: 30px;
  }
  .rassrochka .rassrochka_right .main_plus {
    align-items: flex-start;
  }
  .rassrochka .rassrochka_right .main_plus:nth-child(n + 2) {
    margin-top: 35px;
  }
  .rassrochka .rassrochka_right .main_plus p {
    font-size: 14px;
  }
  .rassrochka .rassrochka_right .main_plus p b {
    display: block;
    font-size: 18px;
    margin-bottom: 2px;
  }
  .rassrochka .rassrochka_right .btn_green {
    width: 350px;
    margin-top: 40px;
  }
  .zamer_all {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .zamer_all .zamer_right {
    width: 400px;
    display: flex;
    -o-object-fit: contain;
    object-fit: contain;
    position: relative;
  }
  .zamer_all .zamer_right img {
    width: 440px;
    position: absolute;
    bottom: -60px;
    left: -50px;
  }
  .zamer_all .zamer_left {
    width: 745px;
  }
  .zamer_all .zamer_left h3 {
    text-align: left;
  }
  .zamer_all .zamer_left .main_plusi {
    margin-top: 40px;
  }
  .zamer_all .zamer_left .main_plus:nth-child(n + 2) {
    margin-top: 40px;
  }
  .zamer_all .zamer_left .main_plus:nth-child(2) {
    margin-left: 80px;
  }
  .zamer_all .zamer_left .main_plus:nth-child(3) {
    margin-left: 160px;
  }
  .zamer_all .zamer_left .main_plus:nth-child(4) {
    margin-left: 240px;
  }
  .bg_zamer .forma {
    margin-top: 60px;
  }
  .zayavka_zamer {
    margin-top: -170px;
  }
  .forma {
    width: 100%;
    padding: 40px 55px 55px 55px;
    background-image: url(../img/bg1.jpg);
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
    display: flex;
  }
  .forma > img {
    width: 290px;
    position: absolute;
    left: 0;
    z-index: 2;
    margin-top: 15px;
  }
  .forma:after {
    content: "";
    position: absolute;
    display: block;
    top: 8px;
    left: 8px;
    bottom: 8px;
    right: 8px;
    border: 1px solid #fff;
    border-radius: 10px;
    z-index: 0;
  }
  .forma_long {
    width: 825px;
    margin-left: auto;
  }
  .forma_long h4 {
    margin-bottom: 25px;
    font-weight: 400;
    position: relative;
    z-index: 2;
  }
  .forma_long h4 span {
    display: block;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
  }
  .forma_long small {
    margin-top: 12px;
    display: block;
    position: absolute;
    color: #a0a0a0;
  }
  .forma_long form {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .forma_long form .btn_green {
    width: 290px;
  }
  .forma_short {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .forma_short h4 {
    color: #333;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
  }
  .forma_short h4 span {
    color: #333;
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 5px;
  }
  .forma_short form {
    position: relative;
  }
  .forma_short form input {
    width: 100%;
  }
  .forma_short form input:nth-child(n + 2) {
    margin-top: 20px;
  }
  .forma_short form .btn_green {
    margin-top: 20px;
  }
  .forma_short small {
    text-align: center;
    display: block;
    margin-top: 15px;
    margin-bottom: -20px;
    font-size: 12px;
    line-height: 150%;
    color: #a0a0a0;
    font-weight: 300;
  }
  .dop_footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: -40px;
    width: 100%;
  }
  .dop_footer > p {
    width: 500px;
    font-size: 14px;
    text-align: center;
    line-height: 160%;
  }
  .footer h3 {
    text-align: left;
    margin-left: 0;
    width: 700px;
  }
  .footer .contacts {
    display: flex;
    justify-content: space-between;
  }
  .footer .contacts .cont {
    display: flex;
    align-items: center;
  }
  .footer .contacts .cont .pin {
    width: 14px;
    height: 14px;
    background-image: linear-gradient(to top, #9ebf1a, #c0de48);
    border-radius: 10px;
    margin-right: 28px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer .contacts .cont .pin:after {
    content: "";
    position: absolute;
    display: block;
    width: 36px;
    height: 36px;
    border: 1px solid #c0de48;
    border-radius: 50%;
    z-index: 0;
  }
  .footer .contacts .cont .cont_info p {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .footer .contacts .cont .cont_info b,
  .footer .contacts .cont .cont_info a {
    font-weight: 700;
    text-decoration: none;
    color: #333;
    display: block;
    font-size: 20px;
  }
  .salon_mgs {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .salon_mgs a {
    width: 22%;
  }
  .salon_mgs a img {
    width: 100%;
    height: auto;
    display: flex;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
  }
  .salon {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .salon a {
    width: 48%;
  }
  .salon a:nth-child(n + 3) {
    margin-top: 50px;
  }
  .salon a img {
    width: 100%;
    height: auto;
    display: flex;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
  }
  .callback-bt-tel {
    display: none !important;
  }
  form {
    position: relative;
    z-index: 2;
  }
  form input {
    height: 80px;
    padding: 20px 10px 20px 30px;
    font-size: 16px;
    border-radius: 10px;
    border: none;
    background-color: #fff;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 300;
    color: #333;
    z-index: 10;
    margin-right: -10px;
    border: 1px solid #b7d445;
  }
  form textarea {
    max-height: 140px;
    min-height: 140px;
    max-width: 100%;
    min-width: 100%;
    padding: 20px;
    font-size: 18px;
    border-radius: 5px;
    border: none;
    background-color: #fefefe;
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, .1);
    font-family: "Montserrat", sans-serif !important;
    font-weight: 500;
    color: #333;
    z-index: 10;
    margin-bottom: 25px;
  }
  form textarea:focus {
    box-shadow: inset 0px 0px 20px rgba(95, 116, 164, .3);
  }
  form textarea:hover {
    box-shadow: inset 0px 0px 20px rgba(95, 116, 164, .3);
  }
  ::-webkit-input-placeholder {
    color: #b0afaf;
    font-weight: 400;
  }
  ::-moz-placeholder {
    color: #b0afaf;
    font-weight: 400;
  }
  :-ms-input-placeholder {
    color: #b0afaf;
    font-weight: 400;
  }
  :-moz-placeholder {
    color: #b0afaf;
    font-weight: 400;
  }
  .quize_all_open h3 {
    width: 1000px;
  }
  .otz_all {
    display: flex;
    justify-content: space-between;
  }
  .otz {
    width: 570px;
    padding: 55px;
    background-image: url(../img/bg1.jpg);
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: stretch;
    z-index: 2;
  }
  .otz:after {
    content: "";
    position: absolute;
    display: block;
    top: 8px;
    left: 8px;
    bottom: 8px;
    right: 8px;
    border: 1px solid #fff;
    border-radius: 10px;
    z-index: 0;
  }
  .otz .case_img {
    display: flex;
    align-items: stretch;
    position: relative;
    z-index: 2;
    text-align: center;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    order: 2;
    margin-top: 25px;
  }
  .otz .case_img a {
    width: 100%;
    height: 450px;
    border-radius: 5px;
    display: flex;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    color: #333;
    justify-content: center;
  }
  .otz .case_img a img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .otz .case_img .case_img_main {
    display: flex;
    align-items: stretch;
    position: relative;
    z-index: 2;
    text-align: center;
    justify-content: center;
  }
  .otz .case_img .case_img_main .cena {
    position: absolute;
    padding: 10px 20px;
    background-image: url(../img/bg1.jpg);
    border-radius: 10px 10px 0 0;
    bottom: 0;
    text-align: center;
    line-height: 170%;
    font-size: 12px;
    z-index: 2;
  }
  .otz .case_img .case_img_main .cena b {
    display: block;
    font-size: 14px;
    color: #a3c715;
  }
  .otz .case_img .case_img_dop {
    display: flex;
    flex-direction: row;
    margin-left: 0px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .otz .case_img .case_img_dop a {
    width: 48%;
    height: 155px;
    display: flex;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .otz .case_img .case_img_dop a img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .otz .case_img .case_img_dop a:nth-child(n + 3) {
    margin-top: 18px;
  }
  .otz .case_info {
    width: 420px;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
    order: 1;
  }
  .otz .case_info small {
    position: absolute;
    bottom: -25px;
    text-align: center;
    font-size: 12px;
    width: 100%;
    color: #a0a0a0;
  }
  .otz .case_info .h4 {
    display: flex;
    align-items: center;
  }
  .otz .case_info .h4 h4 {
    font-size: 18px;
  }
  .otz .case_info .h4 h4 span {
    display: block;
    font-size: 12px;
    margin-top: 8px;
    font-weight: 400;
  }
  .otz .case_info .h4 img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 18px;
    display: flex;
    align-items: center;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .otz .case_info .case_info_opis {
    margin: 12px 0 0px 0;
  }
  .otz .case_info .case_info_opis p {
    font-size: 16px;
    line-height: 160%;
    color: #333;
  }
  .otz .case_info .case_info_har {
    margin-top: 20px;
  }
  .otz .case_info .case_info_har b {
    font-size: 14px;
  }
  .otz .case_info .case_info_har p {
    margin-top: 4px;
    font-size: 14px;
    line-height: 145%;
    color: #707070;
  }
  .otz .case_info .btn_green {
    margin-top: auto;
    padding: 0 50px;
  }
}
@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) {
  html {
    min-width: 700px;
    line-height: 145%;
    overflow-x: hidden;
  }
  body {
    color: #333;
    font-family: "Montserrat", sans-serif !important;
    -webkit-overflow-scrolling: touch;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
  }
  .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;
  }
  .bg_garantiruem {
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0) 25%,
        rgba(255, 255, 255, 0) 75%,
        rgba(255, 255, 255, 0) 100%
      ),
      url(../img/bg1.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .bg_zamer {
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.8) 50%,
        rgba(255, 255, 255, 0) 100%
      ),
      url(../img/bg_zamer.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 230px !important;
  }
  .cd-auto-hide-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    transition: transform .5s;
    z-index: 30;
    display: flex;
    align-items: center;
  }
  .cd-auto-hide-header.is-hidden {
    transform: translateY(0%);
  }
  .animate {
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .05);
  }
  section {
    padding: 90px 0 !important;
  }
  header {
    background: url(../img/bg.jpg) no-repeat;
    background-size: cover;
    background-position: 32% 0%;
    position: relative;
    padding-bottom: 40px !important;
  }
  h3 {
    font-size: 34px !important;
    font-weight: 400;
    text-align: center;
    line-height: 140%;
  }
  .container > h3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
  }
  h3 small {
    font-size: 18px;
    display: block;
    line-height: 180%;
    margin-top: 10px;
    color: #707070;
    font-weight: 400;
  }
  .btn_green,
  .btn_gray {
    height: 78px;
    width: 100%;
    background-image: linear-gradient(to top, #9ebf1a, #c0de48);
    font-family: "Montserrat", sans-serif !important;
    cursor: pointer;
    border: none;
    color: #fff;
    font-weight: 400;
    transition: background .2s ease;
    box-shadow: 0 -4px #93b413 inset;
    width: 100%;
    transition: .3s;
    border-radius: 10px;
    position: relative;
    font-size: 18px;
    z-index: 2;
  }
  .btn_green p,
  .btn_gray p {
    position: relative;
    z-index: 1;
    height: inherit;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .btn_green:before,
  .btn_gray:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-image: linear-gradient(to top, #c0de48, #9ebf1a);
    box-shadow: 0 -4px #a3c715 inset;
    opacity: 0;
    transition: .3s;
  }
  .btn_green:hover:before,
  .btn_gray:hover:before {
    opacity: 1;
  }
  .btn_gray {
    background-image: linear-gradient(to top, #d2dae2, #ececec);
    box-shadow: 0 -4px #c5cdd8 inset;
    color: #333;
  }
  .btn_gray:before {
    background-image: linear-gradient(to top, #ececec, #d2dae2);
    box-shadow: 0 -4px #dce4f0 inset;
  }
  .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .menu p {
    font-size: 13px;
    line-height: 180%;
    font-weight: 400;
  }
  .menu p b {
    font-weight: 700;
  }
  .menu .logo {
    display: flex;
    align-items: center;
  }
  .menu .logo img {
    width: auto;
  }
  .menu .logo p {
    width: 240px;
    margin-left: 20px;
    display: none;
  }
  .menu .adr {
    display: flex;
    align-items: center;
  }
  .menu .adr img {
    width: 52px;
    display: none;
  }
  .menu .adr p {
    width: 183px;
    margin-left: 0px;
  }
  .menu .social {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .menu .social .social_item {
    display: flex;
    justify-content: space-evenly;
    width: 160px;
  }
  .menu .social .social_item a {
    height: 26px;
    width: auto;
  }
  .menu .social .social_item a img {
    width: 100%;
    height: 100%;
  }
  .menu .tel {
    text-align: right;
  }
  .menu .tel a {
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
    color: #333;
    margin-top: 1px;
    display: block;
  }
  .main {
    padding-top: 120px;
    display: flex;
    justify-content: space-between;
  }
  .main .main_left {
    width: 525px;
    position: relative;
  }
  .main .director_main {
    width: auto;
    height: 550px;
    display: flex;
    align-items: flex-end;
    position: relative;
    justify-content: center;
    display: flex;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: -200px;
    bottom: -70px;
  }
  .main .director_main img {
    width: auto;
    height: 100%;
    margin-top: auto;
    position: relative;
    z-index: 2;
    display: flex;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
  }
  .main .director_main .name {
    position: absolute;
    padding: 10px 20px 12px 20px;
    background-image: url(../img/bg1.jpg);
    border-radius: 10px 10px 10px 10px;
    bottom: 30px;
    left: -30px;
    text-align: center;
    line-height: 170%;
    font-size: 14px;
    z-index: 3;
    width: 300px;
  }
  .main .director_main .name b {
    display: block;
    font-size: 16px;
  }
  .main .director_main .name p {
    font-size: 14px;
    line-height: 160%;
    margin-top: 7px;
    font-style: italic;
    color: #737373;
  }
  .main h1 {
    font-size: 38px;
    font-weight: 700;
    line-height: 135%;
  }
  .main h1 span {
    color: #b7d445;
  }
  .main .h1_dop {
    margin-top: 10px;
    font-size: 32px;
    line-height: 140%;
    font-weight: 300;
    color: #323232;
  }
  .main_plusi {
    margin-top: 50px;
    margin-left: 0px;
  }
  .main_plusi .main_plus {
    display: flex;
    align-items: center;
  }
  .main_plusi .main_plus p {
    font-size: 18px;
    line-height: 170%;
    margin-left: 20px;
    width: 300px;
  }
  .main_plusi .main_plus p b {
    font-weight: 700;
  }
  .main_plusi .main_plus:nth-child(n + 2) {
    margin-top: 40px;
  }
  .brands {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px 55px;
    background-image: url(../img/bg1.jpg);
    border-radius: 10px;
    position: relative;
    flex-wrap: wrap;
  }
  .brands:after {
    content: "";
    position: absolute;
    display: block;
    top: 8px;
    left: 8px;
    bottom: 8px;
    right: 8px;
    border: 1px solid #fff;
    border-radius: 10px;
    z-index: 0;
  }
  .brands img {
    height: 45px;
  }
  .brands img:nth-child(4) {
    margin-left: auto;
    margin-right: 40px;
    margin-top: 25px;
  }
  .brands img:nth-child(5) {
    margin-right: auto;
    margin-left: 40px;
    margin-top: 25px;
  }
  .mgs {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
  }
  .mgs .mgs_left {
    width: 550px;
    height: 350px;
    border-radius: 10px;
    overflow: hidden;
    order: 1;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }
  .mgs .mgs_right {
    width: 100%;
    display: flex;
    flex-direction: column;
    order: 0;
  }
  .mgs .mgs_right h3 {
    text-align: center;
  }
  .mgs .mgs_right .mgs_plusi {
    display: flex;
    margin-top: auto;
    justify-content: space-around;
    margin-top: 40px;
  }
  .mgs .mgs_right .mgs_plusi .mgs_plus {
    width: 245px;
    text-align: center;
  }
  .mgs .mgs_right .mgs_plusi .mgs_plus p {
    line-height: 165%;
    margin-top: 15px;
  }
  .cases_all .btn_gray {
    margin-top: 60px;
    color: #333;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
  .cases {
    display: flex;
    flex-direction: column;
  }
  .cases .cases_plusi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .cases .cases_plusi .cases_plus {
    display: flex;
    align-items: center;
  }
  .cases .cases_plusi .cases_plus:nth-child(n + 3) {
    margin-top: 25px;
  }
  .cases .cases_plusi .cases_plus p {
    font-size: 13px;
    line-height: 150%;
    color: #707070;
    width: 276px;
  }
  .cases .cases_plusi .cases_plus p b {
    display: block;
    font-size: 16px;
    margin-bottom: 3px;
    color: #333;
  }
  .cases .cases_plusi .pin {
    width: 14px;
    height: 14px;
    background-image: linear-gradient(to top, #9ebf1a, #c0de48);
    border-radius: 10px;
    margin-right: 23px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cases .cases_plusi .pin::after {
    content: "";
    position: absolute;
    display: block;
    width: 36px;
    height: 36px;
    border: 1px solid #c0de48;
    border-radius: 50%;
    z-index: 0;
  }
  .cases .case {
    width: 100%;
    padding: 55px;
    background-image: url(../img/bg1.jpg);
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: space-between;
    z-index: 2;
    flex-direction: column;
  }
  .cases .case:after {
    content: "";
    position: absolute;
    display: block;
    top: 8px;
    left: 8px;
    bottom: 8px;
    right: 8px;
    border: 1px solid #fff;
    border-radius: 10px;
    z-index: 0;
  }
  .cases .case:nth-child(n + 2) {
    margin-top: 60px;
  }
  .cases .case .case_img_main {
    display: flex;
    align-items: stretch;
    position: relative;
    z-index: 2;
    text-align: center;
    justify-content: center;
  }
  .cases .case .case_img_main .cena {
    position: absolute;
    padding: 10px 20px;
    background-image: url(../img/bg1.jpg);
    border-radius: 10px 10px 0 0;
    bottom: 0;
    text-align: center;
    line-height: 170%;
    font-size: 12px;
    z-index: 2;
  }
  .cases .case .case_img_main .cena b {
    display: block;
    font-size: 14px;
    color: #a3c715;
  }
  .cases .case .case_img {
    display: flex;
    align-items: stretch;
    position: relative;
    z-index: 2;
    width: 100%;
  }
  .cases .case .case_img a {
    width: 450px;
    height: 411px;
    border-radius: 5px;
    display: flex;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    color: #333;
    justify-content: center;
  }
  .cases .case .case_img a img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .cases .case .case_img .case_img_dop {
    display: flex;
    flex-direction: column;
    margin-left: 17px;
  }
  .cases .case .case_img .case_img_dop a {
    width: 100px;
    height: 90px;
    display: flex;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .cases .case .case_img .case_img_dop a img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .cases .case .case_img .case_img_dop a:nth-child(n + 2) {
    margin-top: 17px;
  }
  .cases .case .case_info {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 30px;
    z-index: 2;
  }
  .cases .case .case_info small {
    position: absolute;
    bottom: -25px;
    text-align: left;
    font-size: 12px;
    width: 100%;
    color: #a0a0a0;
  }
  .cases .case .case_info h4 {
    font-size: 22px;
  }
  .cases .case .case_info .case_info_opis {
    margin: 8px 0 0px 0;
  }
  .cases .case .case_info .case_info_opis p {
    font-size: 12px;
    line-height: 160%;
    color: #707070;
  }
  .cases .case .case_info .case_info_har {
    margin-top: 20px;
  }
  .cases .case .case_info .case_info_har b {
    font-size: 14px;
  }
  .cases .case .case_info .case_info_har p {
    margin-top: 4px;
    font-size: 14px;
    line-height: 145%;
    color: #707070;
  }
  .cases .case .case_info .btn_green {
    margin-top: 30px;
    width: 360px;
  }
  .catalog {
    margin-top: 80px;
    width: 100%;
    padding: 55px;
    background-image: url(../img/bg1.jpg);
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
    flex-direction: column;
  }
  .catalog:after {
    content: "";
    position: absolute;
    display: block;
    top: 8px;
    left: 8px;
    bottom: 8px;
    right: 8px;
    border: 1px solid #fff;
    border-radius: 10px;
    z-index: 0;
  }
  .catalog img {
    height: 355px;
    position: relative;
    bottom: 0px;
    left: 0px;
    z-index: 2;
  }
  .catalog .forma {
    width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -60px;
  }
  .ackcii_bg {
    margin-top: 70px;
  }
  .akcii {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
  .akcii .item {
    display: flex;
    width: 100%;
    position: relative;
    padding: 55px;
    background-image: url(../img/bg1.jpg);
    border-radius: 10px;
    flex-direction: column;
  }
  .akcii .item:nth-child(n + 2) {
    margin-top: 50px;
  }
  .akcii .item .bant {
    position: absolute;
    right: -1px;
    top: -1px;
    width: 130px;
    display: flex;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
  }
  .akcii .item .bant img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .akcii .item .info h4 {
    font-size: 22px;
    line-height: 140%;
    font-weight: 400;
    text-align: center;
    margin-top: 30px;
  }
  .akcii .item .info > p {
    margin-top: 25px;
    text-align: center;
    margin-bottom: 15px;
  }
  .akcii .item .info > p b {
    font-weight: 600;
  }
  .akcii .item:after {
    content: "";
    position: absolute;
    display: block;
    top: 8px;
    left: 8px;
    bottom: 8px;
    right: 8px;
    border: 1px solid #fff;
    border-radius: 10px;
    z-index: 0;
  }
  .akcii .item img {
    width: 300px;
    height: 296px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    -o-object-fit: contain;
    object-fit: contain;
    position: relative;
  }
  .director {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
    flex-direction: column;
  }
  .director .director_info {
    width: 100%;
    display: flex;
    flex-direction: column;
    order: 1;
  }
  .director .director_info > p {
    margin-top: 15px;
    line-height: 170%;
    font-size: 18px;
    font-weight: 300;
  }
  .director .director_info h3 {
    margin-left: 0;
    text-align: left;
  }
  .director .director_info .plusi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
  }
  .director .director_info .plus {
    display: flex;
    align-items: center;
  }
  .director .director_info .plus:nth-child(n + 3) {
    margin-top: 30px;
  }
  .director .director_info .plus p {
    width: 205px;
    line-height: 170%;
    font-size: 14px;
  }
  .director .director_info .plus .pin {
    width: 14px;
    height: 14px;
    background-image: linear-gradient(to top, #9ebf1a, #c0de48);
    border-radius: 10px;
    margin-right: 28px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .director .director_info .plus .pin:after {
    content: "";
    position: absolute;
    display: block;
    width: 36px;
    height: 36px;
    border: 1px solid #c0de48;
    border-radius: 50%;
    z-index: 0;
  }
  .director .director_info .btn_green {
    margin-top: 40px;
    width: 400px;
  }
  .director .director_img {
    width: 500px;
    height: 550px;
    display: flex;
    -o-object-fit: cover;
    object-fit: cover;
    align-items: center;
    justify-content: center;
    position: relative;
    order: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  .director .director_img .name {
    position: absolute;
    padding: 10px 20px;
    background-image: url(../img/bg1.jpg);
    border-radius: 10px 10px 0 0;
    bottom: 0;
    text-align: center;
    line-height: 170%;
    font-size: 12px;
    z-index: 2;
  }
  .director .director_img .name b {
    display: block;
    font-size: 14px;
    color: #333;
  }
  .director .director_img img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: flex;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .command {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 70px;
  }
  .command .com {
    width: 47%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .command .com:nth-child(n + 3) {
    margin-top: 40px;
  }
  .command .com .name {
    position: absolute;
    padding: 10px 20px;
    background-image: url(../img/bg1.jpg);
    border-radius: 10px 10px 0 0;
    bottom: 0;
    text-align: center;
    line-height: 170%;
    font-size: 12px;
    z-index: 2;
  }
  .command .com .name b {
    display: block;
    font-size: 14px;
    color: #333;
  }
  .command img {
    width: 100%;
    border-radius: 10px;
  }
  .marquiz__container_inline {
    max-width: 100% !important;
  }
  .quiz_all {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
    flex-direction: column;
  }
  .quiz {
    width: 100%;
  }
  .btn_quiz {
    display: flex;
  }
  .btn_quiz .btn_gray {
    width: 200px;
    height: 60px;
  }
  .btn_quiz .btn_green {
    width: 250px;
    height: 60px;
  }
  .garant_plusi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -10px;
  }
  .garant_plusi .garant_plus {
    display: flex;
    align-items: flex-end;
  }
  .garant_plusi .garant_plus:nth-child(n + 2) {
    margin-top: 60px;
  }
  .garant_plusi .garant_plus .garant_plus_info {
    width: 300px;
    margin-left: 25px;
  }
  .garant_plusi .garant_plus .garant_plus_info h4 {
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 7px;
  }
  .garant_plusi .garant_plus .garant_plus_info p {
    line-height: 175%;
    font-size: 14px;
  }
  .rassrochka {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column;
  }
  .rassrochka > img {
    width: 600px;
    height: auto;
    border-radius: 10px;
    display: flex;
    -o-object-fit: cover;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
  }
  .rassrochka .rassrochka_right {
    width: 480px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .rassrochka .rassrochka_right h3 {
    margin-left: 0;
    width: auto;
    text-align: center;
  }
  .rassrochka .rassrochka_right .main_plusi {
    margin-top: 30px;
  }
  .rassrochka .rassrochka_right .main_plus {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .rassrochka .rassrochka_right .main_plus:nth-child(n + 2) {
    margin-top: 35px;
  }
  .rassrochka .rassrochka_right .main_plus p {
    font-size: 14px;
  }
  .rassrochka .rassrochka_right .main_plus p b {
    display: block;
    font-size: 18px;
    margin-bottom: 2px;
  }
  .rassrochka .rassrochka_right .btn_green {
    width: 350px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .zamer_all {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .zamer_all .zamer_right {
    width: auto;
    display: flex;
    -o-object-fit: contain;
    object-fit: contain;
    position: relative;
  }
  .zamer_all .zamer_right img {
    width: 430px;
    position: absolute;
    bottom: -60px;
    left: -355px;
  }
  .zamer_all .zamer_left {
    width: 100%;
  }
  .zamer_all .zamer_left h3 {
    text-align: left;
  }
  .zamer_all .zamer_left .main_plusi {
    margin-top: 40px;
  }
  .zamer_all .zamer_left .main_plus p {
    width: 270px;
    font-size: 16px;
  }
  .zamer_all .zamer_left .main_plus:nth-child(n + 2) {
    margin-top: 40px;
  }
  .zamer_all .zamer_left .main_plus:nth-child(2) {
    margin-left: 0px;
  }
  .zamer_all .zamer_left .main_plus:nth-child(3) {
    margin-left: 0px;
  }
  .zamer_all .zamer_left .main_plus:nth-child(4) {
    margin-left: 0px;
  }
  .bg_zamer .forma {
    margin-top: 60px;
  }
  .zayavka_zamer {
    margin-top: -170px;
  }
  .forma {
    width: 100%;
    padding: 40px 55px 55px 55px;
    background-image: url(../img/bg1.jpg);
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
    display: flex;
  }
  .forma > img {
    width: 250px;
    position: absolute;
    left: 0;
    z-index: 2;
    margin-top: 90px;
  }
  .forma:after {
    content: "";
    position: absolute;
    display: block;
    top: 8px;
    left: 8px;
    bottom: 8px;
    right: 8px;
    border: 1px solid #fff;
    border-radius: 10px;
    z-index: 0;
  }
  .forma_long {
    width: 100%;
    margin-left: auto;
    text-align: center;
  }
  .forma_long h4 {
    margin-bottom: 25px;
    font-weight: 400;
    line-height: 150%;
  }
  .forma_long h4 span {
    display: block;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 140%;
  }
  .forma_long small {
    margin-top: 12px;
    display: block;
    position: absolute;
    color: #a0a0a0;
    line-height: 140%;
  }
  .forma_long form {
    display: flex;
    justify-content: space-around;
    width: 100%;
    flex-wrap: wrap;
  }
  .forma_long form .btn_green {
    width: 290px;
    margin-top: 30px;
  }
  .forma_short {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .forma_short h4 {
    color: #333;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
  }
  .forma_short h4 span {
    color: #333;
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 5px;
  }
  .forma_short form {
    position: relative;
  }
  .forma_short form input {
    width: 100%;
  }
  .forma_short form input:nth-child(n + 2) {
    margin-top: 20px;
  }
  .forma_short form .btn_green {
    margin-top: 20px;
  }
  .forma_short small {
    text-align: center;
    display: block;
    margin-top: 15px;
    margin-bottom: -20px;
    font-size: 12px;
    line-height: 150%;
    color: #a0a0a0;
    font-weight: 300;
  }
  .footer h3 {
    text-align: left;
    margin-left: 0;
    width: 100%;
  }
  .footer .contacts {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footer .contacts .cont {
    display: flex;
    align-items: center;
  }
  .footer .contacts .cont:nth-child(n + 3) {
    margin-top: 35px;
  }
  .footer .contacts .cont .pin {
    width: 14px;
    height: 14px;
    background-image: linear-gradient(to top, #9ebf1a, #c0de48);
    border-radius: 10px;
    margin-right: 28px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer .contacts .cont .pin:after {
    content: "";
    position: absolute;
    display: block;
    width: 36px;
    height: 36px;
    border: 1px solid #c0de48;
    border-radius: 50%;
    z-index: 0;
  }
  .footer .contacts .cont .cont_info p {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: block;
    font-size: 17px;
    margin-bottom: 10px;
  }
  .footer .contacts .cont .cont_info b,
  .footer .contacts .cont .cont_info a {
    font-weight: 700;
    text-decoration: none;
    color: #333;
    display: block;
    font-size: 19px;
  }
  .salon_mgs {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .salon_mgs a {
    width: 22%;
  }
  .salon_mgs a img {
    width: 100%;
    height: auto;
    display: flex;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
  }
  .salon {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .salon a {
    width: 48%;
  }
  .salon a:nth-child(n + 3) {
    margin-top: 30px;
  }
  .salon a img {
    width: 100%;
    height: auto;
    display: flex;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
  }
  .callback-bt-tel {
    display: none !important;
  }
  form {
    position: relative;
    z-index: 2;
  }
  form input {
    height: 80px;
    padding: 20px 10px 20px 30px;
    font-size: 16px;
    border-radius: 10px;
    border: none;
    background-color: #fff;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 300;
    color: #333;
    z-index: 10;
    margin-right: -10px;
    border: 1px solid #b7d445;
  }
  form textarea {
    max-height: 140px;
    min-height: 140px;
    max-width: 100%;
    min-width: 100%;
    padding: 20px;
    font-size: 18px;
    border-radius: 5px;
    border: none;
    background-color: #fefefe;
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, .1);
    font-family: "Montserrat", sans-serif !important;
    font-weight: 500;
    color: #333;
    z-index: 10;
    margin-bottom: 25px;
  }
  form textarea:focus {
    box-shadow: inset 0px 0px 20px rgba(95, 116, 164, .3);
  }
  form textarea:hover {
    box-shadow: inset 0px 0px 20px rgba(95, 116, 164, .3);
  }
  ::-webkit-input-placeholder {
    color: #b0afaf;
    font-weight: 400;
  }
  ::-moz-placeholder {
    color: #b0afaf;
    font-weight: 400;
  }
  :-ms-input-placeholder {
    color: #b0afaf;
    font-weight: 400;
  }
  :-moz-placeholder {
    color: #b0afaf;
    font-weight: 400;
  }
  .quize_all_open h3 {
    width: 100%;
  }
  .quize_all_open .quiz {
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .quize_all_open .quiz_all {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
    flex-direction: column;
  }
}
@media screen and (max-width: 700px) {
  html {
    min-width: 320px;
    line-height: 145%;
    overflow-x: hidden;
  }
  body {
    color: #333;
    font-family: "Montserrat", sans-serif !important;
    -webkit-overflow-scrolling: touch;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden !important;
    min-width: 320px;
  }
  .container {
    max-width: 350px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .container2 {
    max-width: 350px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .bg_garantiruem {
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0) 25%,
        rgba(255, 255, 255, 0) 75%,
        rgba(255, 255, 255, 0) 100%
      ),
      url(../img/bg1.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .bg_zamer {
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.8) 70%,
        rgba(255, 255, 255, 0) 100%
      ),
      url(../img/bg_zamer.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding-bottom: 230px !important;
  }
  .cd-auto-hide-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transition: transform .5s;
    z-index: 30;
    display: flex;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .cd-auto-hide-header.is-hidden {
    transform: translateY(0%);
  }
  .animate {
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .05);
  }
  section {
    padding: 90px 0 !important;
  }
  header {
    background: url(../img/bg_mob.jpg) no-repeat;
    background-size: 100% auto;
    background-position: 42% 35%;
    position: relative;
    padding-bottom: 40px !important;
  }
  h3 {
    font-size: 19px !important;
    font-weight: 400;
    text-align: center;
    line-height: 140%;
  }
  .container > h3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  h3 small {
    font-size: 12px;
    display: block;
    line-height: 180%;
    margin-top: 10px;
    color: #707070;
    font-weight: 400;
  }
  .btn_green,
  .btn_gray {
    height: 78px;
    width: 100%;
    background-image: linear-gradient(to top, #9ebf1a, #c0de48);
    font-family: "Montserrat", sans-serif !important;
    cursor: pointer;
    border: none;
    color: #fff;
    font-weight: 400;
    transition: background .2s ease;
    box-shadow: 0 -4px #93b413 inset;
    width: 100%;
    transition: .3s;
    border-radius: 10px;
    position: relative;
    font-size: 18px;
    z-index: 2;
  }
  .btn_green p,
  .btn_gray p {
    position: relative;
    z-index: 1;
    height: inherit;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .btn_green:before,
  .btn_gray:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-image: linear-gradient(to top, #c0de48, #9ebf1a);
    box-shadow: 0 -4px #a3c715 inset;
    opacity: 0;
    transition: .3s;
  }
  .btn_green:hover:before,
  .btn_gray:hover:before {
    opacity: 1;
  }
  .btn_gray {
    background-image: linear-gradient(to top, #d2dae2, #ececec);
    box-shadow: 0 -4px #c5cdd8 inset;
    color: #333;
  }
  .btn_gray:before {
    background-image: linear-gradient(to top, #ececec, #d2dae2);
    box-shadow: 0 -4px #dce4f0 inset;
  }
  .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 7px 20px;
    width: 100%;
  }
  .menu p {
    font-size: 11px;
    line-height: 180%;
    font-weight: 400;
  }
  .menu p b {
    font-weight: 700;
  }
  .menu .logo {
    display: flex;
    align-items: center;
  }
  .menu .logo img {
    width: auto;
  }
  .menu .logo p {
    width: 240px;
    margin-left: 20px;
    display: none;
  }
  .menu .adr {
    display: flex;
    align-items: center;
  }
  .menu .adr img {
    width: 52px;
    display: none;
  }
  .menu .adr p {
    width: 183px;
    margin-left: 0px;
    display: none;
    font-size: 12px;
  }
  .menu .social {
    display: none;
    flex-direction: column;
    align-items: center;
  }
  .menu .social .social_item {
    display: flex;
    justify-content: space-evenly;
    width: 160px;
  }
  .menu .social .social_item a {
    height: 26px;
    width: auto;
  }
  .menu .social .social_item a img {
    width: 100%;
    height: 100%;
  }
  .menu .tel {
    text-align: right;
  }
  .menu .tel a {
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    color: #333;
    margin-top: 1px;
    display: block;
  }
  .social {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    margin-bottom: -15px;
  }
  .social p a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
  }
  .social .social_item {
    display: flex;
    justify-content: space-evenly;
    width: 160px;
  }
  .social .social_item a {
    height: 28px;
    width: auto;
    margin-top: 7px;
    display: flex;
    align-items: center;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .social .social_item a img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .menu_mob_color {
    background-color: #e8e9ea;
    width: 100%;
    padding: 5px 20px;
  }
  .menu_mob {
    font-size: 11px;
    display: flex;
    justify-content: space-between;
    max-width: 315px;
    margin-left: auto;
    margin-right: auto;
  }
  .menu_mob a {
    text-decoration: none;
    color: #333;
  }
  .adr {
    display: flex;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .adr img {
    width: 52px;
    display: block;
  }
  .adr p {
    width: 100%;
    margin-left: 15px;
    display: block;
    font-size: 14px;
    line-height: 170%;
  }
  .main {
    padding-top: 100px;
    display: flex;
    justify-content: space-between;
  }
  .main .main_left {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .main .director_main {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-end;
    position: relative;
    justify-content: center;
    display: flex;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    order: 3;
    height: 300px;
  }
  .main .director_main img {
    width: 100%;
    height: auto;
    margin-top: auto;
    position: relative;
    z-index: 2;
    display: flex;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
  }
  .main .director_main .name {
    position: absolute;
    padding: 10px 20px 12px 20px;
    background-image: url(../img/bg1.jpg);
    border-radius: 10px 10px 10px 10px;
    bottom: -10px;
    left: 0px;
    text-align: center;
    line-height: 170%;
    font-size: 12px;
    z-index: 3;
    width: 100%;
  }
  .main .director_main .name b {
    display: block;
    font-size: 14px;
  }
  .main .director_main .name p {
    font-size: 12px;
    line-height: 160%;
    margin-top: 7px;
    font-style: italic;
    color: #737373;
  }
  .main h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 140%;
    order: 1;
  }
  .main h1 span {
    color: #b7d445;
  }
  .main .h1_dop {
    margin-top: 10px;
    font-size: 18px;
    line-height: 150%;
    font-weight: 300;
    color: #323232;
    order: 2;
  }
  .main_plusi {
    margin-top: 40px;
    margin-left: 0px;
    order: 4;
  }
  .main_plusi .main_plus {
    display: flex;
    align-items: center;
  }
  .main_plusi .main_plus img {
    width: 60px;
  }
  .main_plusi .main_plus p {
    font-size: 13px;
    line-height: 170%;
    margin-left: 15px;
    width: 100%;
  }
  .main_plusi .main_plus p b {
    font-weight: 700;
  }
  .main_plusi .main_plus:nth-child(n + 2) {
    margin-top: 30px;
  }
  .brands {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 40px;
    background-image: url(../img/bg1.jpg);
    border-radius: 10px;
    position: relative;
    flex-wrap: wrap;
  }
  .brands:after {
    content: "";
    position: absolute;
    display: block;
    top: 8px;
    left: 8px;
    bottom: 8px;
    right: 8px;
    border: 1px solid #fff;
    border-radius: 10px;
    z-index: 0;
  }
  .brands img {
    width: 43%;
  }
  .brands img:nth-child(n + 3) {
    margin-top: 25px;
  }
  .brands img:nth-child(4) {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
  .brands img:nth-child(5) {
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
  }
  .mgs {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
  }
  .mgs .mgs_left {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
    order: 1;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .mgs .mgs_right {
    width: 100%;
    display: flex;
    flex-direction: column;
    order: 0;
  }
  .mgs .mgs_right h3 {
    text-align: center;
  }
  .mgs .mgs_right .mgs_plusi {
    display: flex;
    margin-top: auto;
    justify-content: center;
    margin-top: 40px;
    flex-direction: column;
    text-align: center;
  }
  .mgs .mgs_right .mgs_plusi .mgs_plus {
    width: auto;
    text-align: center;
  }
  .mgs .mgs_right .mgs_plusi .mgs_plus:nth-child(n + 2) {
    margin-top: 30px;
  }
  .mgs .mgs_right .mgs_plusi .mgs_plus p {
    line-height: 165%;
    margin-top: 15px;
    font-size: 14px;
  }
  .cases_all .btn_gray {
    margin-top: 60px;
    color: #333;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
  .cases {
    display: flex;
    flex-direction: column;
  }
  .cases .cases_plusi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .cases .cases_plusi .cases_plus {
    display: flex;
    align-items: center;
  }
  .cases .cases_plusi .cases_plus:nth-child(n + 2) {
    margin-top: 25px;
  }
  .cases .cases_plusi .cases_plus p {
    font-size: 13px;
    line-height: 150%;
    color: #707070;
    width: 276px;
  }
  .cases .cases_plusi .cases_plus p b {
    display: block;
    font-size: 16px;
    margin-bottom: 3px;
    color: #333;
  }
  .cases .cases_plusi .pin {
    width: 14px;
    height: 14px;
    background-image: linear-gradient(to top, #9ebf1a, #c0de48);
    border-radius: 10px;
    margin-right: 23px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cases .cases_plusi .pin::after {
    content: "";
    position: absolute;
    display: block;
    width: 36px;
    height: 36px;
    border: 1px solid #c0de48;
    border-radius: 50%;
    z-index: 0;
  }
  .cases .case {
    width: 100%;
    padding: 25px 25px 48px 25px;
    background-image: url(../img/bg1.jpg);
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: space-between;
    z-index: 2;
    flex-direction: column;
  }
  .cases .case:after {
    content: "";
    position: absolute;
    display: block;
    top: 8px;
    left: 8px;
    bottom: 8px;
    right: 8px;
    border: 1px solid #fff;
    border-radius: 10px;
    z-index: 0;
  }
  .cases .case:nth-child(n + 2) {
    margin-top: 60px;
  }
  .cases .case .case_img_main {
    display: flex;
    align-items: stretch;
    position: relative;
    z-index: 2;
    text-align: center;
    justify-content: center;
    width: 100%;
  }
  .cases .case .case_img_main .cena {
    position: absolute;
    padding: 5px 10px;
    background-image: url(../img/bg1.jpg);
    border-radius: 5px 5px 0 0;
    bottom: 0;
    text-align: center;
    line-height: 170%;
    font-size: 10px;
    z-index: 2;
  }
  .cases .case .case_img_main .cena b {
    display: block;
    font-size: 12px;
    color: #a3c715;
  }
  .cases .case .case_img {
    display: flex;
    align-items: stretch;
    position: relative;
    z-index: 2;
    width: 100%;
    flex-wrap: wrap;
  }
  .cases .case .case_img a {
    width: 100%;
    height: 251px;
    border-radius: 5px;
    display: flex;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    color: #333;
    justify-content: center;
  }
  .cases .case .case_img a img {
    border-radius: 5px;
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .cases .case .case_img .case_img_dop {
    display: flex;
    flex-direction: row;
    margin-left: 0px;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
  .cases .case .case_img .case_img_dop a {
    width: 47%;
    height: 100px;
    display: flex;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .cases .case .case_img .case_img_dop a img {
    border-radius: 5px;
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .cases .case .case_img .case_img_dop a:nth-child(n + 1) {
    margin-top: 17px;
  }
  .cases .case .case_info {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 30px;
    z-index: 2;
  }
  .cases .case .case_info small {
    position: relative;
    bottom: -25px;
    text-align: center;
    font-size: 12px;
    margin-top: -10px;
    width: 100%;
    color: #a0a0a0;
    line-height: 140%;
  }
  .cases .case .case_info h4 {
    font-size: 18px;
    line-height: 135%;
  }
  .cases .case .case_info .case_info_opis {
    margin: 8px 0 0px 0;
  }
  .cases .case .case_info .case_info_opis p {
    font-size: 11px;
    line-height: 160%;
    color: #707070;
  }
  .cases .case .case_info .case_info_har {
    margin-top: 20px;
  }
  .cases .case .case_info .case_info_har b {
    font-size: 14px;
  }
  .cases .case .case_info .case_info_har p {
    margin-top: 4px;
    font-size: 11px;
    line-height: 170%;
    color: #707070;
  }
  .cases .case .case_info .btn_green {
    margin-top: 30px;
    width: 100%;
    padding: 0 10px;
  }
  .cases .case .case_info .btn_green p {
    font-size: 16px !important;
  }
  .cases_all .btn_gray {
    width: 100%;
  }
  .catalog {
    margin-top: 80px;
    width: 100%;
    padding: 25px;
    background-image: url(../img/bg1.jpg);
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    flex-direction: column;
  }
  .catalog:after {
    content: "";
    position: absolute;
    display: block;
    top: 8px;
    left: 8px;
    bottom: 8px;
    right: 8px;
    border: 1px solid #fff;
    border-radius: 10px;
    z-index: 0;
  }
  .catalog img {
    height: auto;
    width: 100%;
    position: relative;
    bottom: 0px;
    left: 0px;
    z-index: 2;
  }
  .catalog .forma {
    max-width: 350px;
    width: 300px;
    margin-left: 0;
    margin-right: 0;
    margin-top: -10px;
    margin-bottom: -50px;
  }
  .ackcii_bg {
    margin-top: 70px;
  }
  .akcii {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
  .akcii .item {
    display: flex;
    width: 100%;
    position: relative;
    padding: 30px 30px;
    background-image: url(../img/bg1.jpg);
    border-radius: 10px;
    flex-direction: column;
  }
  .akcii .item:nth-child(n + 2) {
    margin-top: 50px;
  }
  .akcii .item .bant {
    position: absolute;
    right: -1px;
    top: -1px;
    width: 130px;
    display: flex;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
  }
  .akcii .item .bant img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .akcii .item .info h4 {
    font-size: 18px;
    line-height: 140%;
    font-weight: 400;
    text-align: center;
    margin-top: 30px;
  }
  .akcii .item .info > p {
    margin-top: 10px;
    text-align: center;
    margin-bottom: 10px;
    line-height: 140%;
    font-size: 14px;
  }
  .akcii .item .info > p b {
    font-weight: 600;
    display: block;
  }
  .akcii .item .info button {
    margin-top: 25px;
  }
  .akcii .item:after {
    content: "";
    position: absolute;
    display: block;
    top: 8px;
    left: 8px;
    bottom: 8px;
    right: 8px;
    border: 1px solid #fff;
    border-radius: 10px;
    z-index: 0;
  }
  .akcii .item img {
    width: 100%;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    -o-object-fit: contain;
    object-fit: contain;
    position: relative;
  }
  .director {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
    flex-direction: column;
  }
  .director .director_info {
    width: 100%;
    display: flex;
    flex-direction: column;
    order: 1;
  }
  .director .director_info > p {
    margin-top: 15px;
    line-height: 170%;
    font-size: 14px;
    font-weight: 300;
  }
  .director .director_info h3 {
    margin-left: 0;
    text-align: left;
  }
  .director .director_info .plusi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
  }
  .director .director_info .plus {
    display: flex;
    align-items: center;
  }
  .director .director_info .plus:nth-child(n + 2) {
    margin-top: 30px;
  }
  .director .director_info .plus p {
    width: 205px;
    line-height: 170%;
    font-size: 14px;
  }
  .director .director_info .plus .pin {
    width: 14px;
    height: 14px;
    background-image: linear-gradient(to top, #9ebf1a, #c0de48);
    border-radius: 10px;
    margin-right: 28px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .director .director_info .plus .pin:after {
    content: "";
    position: absolute;
    display: block;
    width: 36px;
    height: 36px;
    border: 1px solid #c0de48;
    border-radius: 50%;
    z-index: 0;
  }
  .director .director_info .btn_green {
    margin-top: 40px;
    width: 100%;
  }
  .director .director_img {
    width: 100%;
    height: 350px;
    display: flex;
    -o-object-fit: cover;
    object-fit: cover;
    align-items: center;
    justify-content: center;
    position: relative;
    order: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  .director .director_img .name {
    position: absolute;
    padding: 10px 20px;
    background-image: url(../img/bg1.jpg);
    border-radius: 10px 10px 0 0;
    bottom: 0;
    text-align: center;
    line-height: 170%;
    font-size: 12px;
    z-index: 2;
  }
  .director .director_img .name b {
    display: block;
    font-size: 14px;
    color: #333;
  }
  .director .director_img img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: flex;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .command {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 70px;
  }
  .command .com {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .command .com:nth-child(n + 2) {
    margin-top: 40px;
  }
  .command .com .name {
    position: absolute;
    padding: 10px 20px;
    background-image: url(../img/bg1.jpg);
    border-radius: 10px 10px 0 0;
    bottom: 0;
    text-align: center;
    line-height: 170%;
    font-size: 12px;
    z-index: 2;
  }
  .command .com .name b {
    display: block;
    font-size: 14px;
    color: #333;
  }
  .command img {
    width: 100%;
    border-radius: 10px;
  }
  .marquiz__container_inline {
    max-width: 100% !important;
  }
  .quiz_all_all {
    margin-top: 60px;
  }
  .quiz_all_all h3 {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 40px;
  }
  .quiz_all {
    display: flex;
    justify-content: space-between;
    margin-top: 0px;
    flex-direction: column;
  }
  .quiz {
    width: 100%;
  }
  .btn_quiz {
    display: flex;
  }
  .btn_quiz .btn_gray {
    width: 200px;
    height: 60px;
  }
  .btn_quiz .btn_green {
    width: 250px;
    height: 60px;
  }
  .garant_plusi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -10px;
  }
  .garant_plusi .garant_plus {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .garant_plusi .garant_plus:nth-child(n + 2) {
    margin-top: 60px;
  }
  .garant_plusi .garant_plus .garant_plus_info {
    width: 100%;
    margin-left: 0px;
    margin-top: 20px;
  }
  .garant_plusi .garant_plus .garant_plus_info h4 {
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 7px;
  }
  .garant_plusi .garant_plus .garant_plus_info p {
    line-height: 175%;
    font-size: 14px;
  }
  .rassrochka {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column;
  }
  .rassrochka > img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: flex;
    -o-object-fit: cover;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
  }
  .rassrochka .rassrochka_right {
    width: 100%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .rassrochka .rassrochka_right .banki_all {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
  }
  .rassrochka .rassrochka_right .banki_all p {
    font-size: 14px;
  }
  .rassrochka .rassrochka_right .banki_all .banki {
    display: flex;
    justify-content: space-between;
    margin-top: 17px;
  }
  .rassrochka .rassrochka_right .banki_all .banki img {
    height: 30px;
  }
  .rassrochka .rassrochka_right h3 {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
  .rassrochka .rassrochka_right .main_plusi {
    margin-top: 30px;
  }
  .rassrochka .rassrochka_right .main_plus {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .rassrochka .rassrochka_right .main_plus:nth-child(n + 2) {
    margin-top: 35px;
  }
  .rassrochka .rassrochka_right .main_plus p {
    font-size: 14px;
    margin-left: 0;
    margin-top: 10px;
  }
  .rassrochka .rassrochka_right .main_plus p b {
    display: block;
    font-size: 18px;
    margin-bottom: 2px;
  }
  .rassrochka .rassrochka_right .btn_green {
    width: 100%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .zamer_all {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: column;
  }
  .zamer_all .zamer_right {
    width: auto;
    display: flex;
    -o-object-fit: contain;
    object-fit: contain;
    position: relative;
    margin-top: -80px;
  }
  .zamer_all .zamer_right img {
    width: 100%;
    position: relative;
    bottom: -60px;
    left: 0px;
  }
  .zamer_all .zamer_left {
    width: 100%;
  }
  .zamer_all .zamer_left h3 {
    text-align: left;
  }
  .zamer_all .zamer_left .main_plusi {
    margin-top: 40px;
  }
  .zamer_all .zamer_left .main_plus p {
    width: 270px;
    font-size: 16px;
  }
  .zamer_all .zamer_left .main_plus:nth-child(n + 2) {
    margin-top: 40px;
  }
  .zamer_all .zamer_left .main_plus:nth-child(2) {
    margin-left: 0px;
  }
  .zamer_all .zamer_left .main_plus:nth-child(3) {
    margin-left: 0px;
  }
  .zamer_all .zamer_left .main_plus:nth-child(4) {
    margin-left: 0px;
  }
  .bg_zamer .forma {
    margin-top: 60px;
  }
  .zayavka_zamer {
    margin-top: -170px;
  }
  .forma {
    width: 100%;
    max-width: 350px;
    padding: 30px 35px 30px 35px;
    background-image: url(../img/bg1.jpg);
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
    display: flex;
  }
  .forma > img {
    width: 250px;
    position: absolute;
    left: 0;
    z-index: 2;
    margin-top: 90px;
  }
  .forma:after {
    content: "";
    position: absolute;
    display: block;
    top: 8px;
    left: 8px;
    bottom: 8px;
    right: 8px;
    border: 1px solid #fff;
    border-radius: 10px;
    z-index: 0;
  }
  .forma_long {
    width: 100%;
    margin-left: auto;
    text-align: center;
  }
  .forma_long h4 {
    margin-bottom: 15px;
    font-weight: 400;
    line-height: 150%;
    font-size: 12px;
  }
  .forma_long h4 span {
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 140%;
  }
  .forma_long small {
    margin-top: 15px;
    display: block;
    position: relative;
    color: #a0a0a0;
    line-height: 140%;
    font-size: 10px;
  }
  .forma_long form {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .forma_long form .btn_green {
    width: 100%;
    margin-top: 10px;
  }
  .forma_short {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .forma_short h4 {
    color: #333;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
  }
  .forma_short h4 span {
    color: #333;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 5px;
  }
  .forma_short form {
    position: relative;
  }
  .forma_short form input {
    width: 100%;
  }
  .forma_short form input:nth-child(n + 2) {
    margin-top: 15px;
  }
  .forma_short form .btn_green {
    margin-top: 15px;
  }
  .forma_short small {
    text-align: center;
    display: block;
    margin-top: 15px;
    margin-bottom: 0px;
    font-size: 10px;
    line-height: 150%;
    color: #a0a0a0;
    font-weight: 300;
  }
  .dop_footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: -40px;
    width: 100%;
  }
  .dop_footer > p {
    width: 100%;
    font-size: 14px;
    text-align: center;
    line-height: 150%;
  }
  .footer h3 {
    text-align: left;
    margin-left: 0;
    width: 100%;
  }
  .footer .contacts {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footer .contacts .cont {
    display: flex;
    align-items: center;
  }
  .footer .contacts .cont:nth-child(n + 2) {
    margin-top: 35px;
  }
  .footer .contacts .cont .pin {
    width: 14px;
    height: 14px;
    background-image: linear-gradient(to top, #9ebf1a, #c0de48);
    border-radius: 10px;
    margin-right: 28px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer .contacts .cont .pin:after {
    content: "";
    position: absolute;
    display: block;
    width: 36px;
    height: 36px;
    border: 1px solid #c0de48;
    border-radius: 50%;
    z-index: 0;
  }
  .footer .contacts .cont .cont_info p {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: block;
    font-size: 17px;
    margin-bottom: 8px;
  }
  .footer .contacts .cont .cont_info b,
  .footer .contacts .cont .cont_info a {
    font-weight: 700;
    text-decoration: none;
    color: #333;
    display: block;
    font-size: 19px;
    line-height: 150%;
  }
  .salon_mgs {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .salon_mgs a {
    width: 47%;
  }
  .salon_mgs a:nth-child(n + 3) {
    margin-top: 22px;
  }
  .salon_mgs a img {
    width: 100%;
    height: auto;
    display: flex;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
  }
  .salon {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .salon a {
    width: 48%;
  }
  .salon a:nth-child(n + 3) {
    margin-top: 30px;
  }
  .salon a img {
    width: 100%;
    height: auto;
    display: flex;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
  }
  .callback-bt-tel {
    display: none !important;
  }
  form {
    position: relative;
    z-index: 2;
  }
  form input {
    height: 70px;
    padding: 20px 10px 20px 20px;
    font-size: 16px;
    border-radius: 10px;
    border: none;
    background-color: #fff;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 300;
    color: #333;
    z-index: 10;
    margin-right: -10px;
    border: 1px solid #b7d445;
    width: 100%;
  }
  form input:nth-child(n + 2) {
    margin-top: 10px;
  }
  form textarea {
    max-height: 140px;
    min-height: 140px;
    max-width: 100%;
    min-width: 100%;
    padding: 20px;
    font-size: 18px;
    border-radius: 5px;
    border: none;
    background-color: #fefefe;
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, .1);
    font-family: "Montserrat", sans-serif !important;
    font-weight: 500;
    color: #333;
    z-index: 10;
    margin-bottom: 25px;
  }
  form textarea:focus {
    box-shadow: inset 0px 0px 20px rgba(95, 116, 164, .3);
  }
  form textarea:hover {
    box-shadow: inset 0px 0px 20px rgba(95, 116, 164, .3);
  }
  ::-webkit-input-placeholder {
    color: #b0afaf;
    font-weight: 400;
  }
  ::-moz-placeholder {
    color: #b0afaf;
    font-weight: 400;
  }
  :-ms-input-placeholder {
    color: #b0afaf;
    font-weight: 400;
  }
  :-moz-placeholder {
    color: #b0afaf;
    font-weight: 400;
  }
  .callback-bt-desctop {
    border-radius: 50%;
    box-shadow: 0 8px 10px rgba(58, 105, 255, .3);
    cursor: pointer;
    height: 50px !important;
    text-align: center;
    width: 50px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 5%;
    bottom: 5%;
    z-index: 999;
    transition: .3s;
    -webkit-animation: hoverWave linear 2s infinite;
    animation: hoverWave linear 2s infinite;
    position: fixed;
  }
  .callback-bt-desctop img {
    width: 30px !important;
  }
  .otz_all {
    display: flex;
    justify-content: space-between;
  }
  .otz {
    width: 300px;
    padding: 30px;
    background-image: url(../img/bg1.jpg);
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: stretch;
    z-index: 2;
  }
  .otz:after {
    content: "";
    position: absolute;
    display: block;
    top: 8px;
    left: 8px;
    bottom: 8px;
    right: 8px;
    border: 1px solid #fff;
    border-radius: 10px;
    z-index: 0;
  }
  .otz .case_img {
    display: flex;
    align-items: stretch;
    position: relative;
    z-index: 2;
    text-align: center;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    order: 2;
    margin-top: 25px;
  }
  .otz .case_img a {
    width: 100%;
    height: 450px;
    border-radius: 5px;
    display: flex;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    color: #333;
    justify-content: center;
  }
  .otz .case_img a img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .otz .case_img .case_img_main {
    display: flex;
    align-items: stretch;
    position: relative;
    z-index: 2;
    text-align: center;
    justify-content: center;
  }
  .otz .case_img .case_img_main .cena {
    position: absolute;
    padding: 10px 20px;
    background-image: url(../img/bg1.jpg);
    border-radius: 10px 10px 0 0;
    bottom: 0;
    text-align: center;
    line-height: 170%;
    font-size: 12px;
    z-index: 2;
  }
  .otz .case_img .case_img_main .cena b {
    display: block;
    font-size: 14px;
    color: #a3c715;
  }
  .otz .case_img .case_img_dop {
    display: flex;
    flex-direction: row;
    margin-left: 0px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .otz .case_img .case_img_dop a {
    width: 48%;
    height: 80px;
    display: flex;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .otz .case_img .case_img_dop a img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .otz .case_img .case_img_dop a:nth-child(n + 3) {
    margin-top: 10px;
  }
  .otz .case_info {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
    order: 1;
  }
  .otz .case_info small {
    position: absolute;
    bottom: -25px;
    text-align: center;
    font-size: 12px;
    width: 100%;
    color: #a0a0a0;
  }
  .otz .case_info .h4 {
    display: flex;
    align-items: center;
  }
  .otz .case_info .h4 h4 {
    font-size: 16px;
  }
  .otz .case_info .h4 h4 span {
    display: block;
    font-size: 12px;
    margin-top: 8px;
    font-weight: 400;
  }
  .otz .case_info .h4 img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 18px;
    display: flex;
    align-items: center;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .otz .case_info .case_info_opis {
    margin: 12px 0 0px 0;
  }
  .otz .case_info .case_info_opis p {
    font-size: 13px;
    line-height: 160%;
    color: #333;
  }
  .otz .case_info .case_info_har {
    margin-top: 20px;
  }
  .otz .case_info .case_info_har b {
    font-size: 14px;
  }
  .otz .case_info .case_info_har p {
    margin-top: 4px;
    font-size: 14px;
    line-height: 145%;
    color: #707070;
  }
  .otz .case_info .btn_green {
    margin-top: auto;
    padding: 0 50px;
  }
  .owl-prev {
    left: -25px !important;
    transition: ease-in-out .2s;
  }
  .owl-next {
    right: -25px !important;
    transition: ease-in-out .2s;
  }
  .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: 40px !important;
    height: 40px !important;
  }
}
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 .4s;
  height: auto;
}
img[data-src] {
  opacity: 0;
}
.callback-bt-tel {
  background: #3469ff;
  border: 2px solid #3469ff;
  border-radius: 50%;
  box-shadow: 0 8px 10px rgba(192, 222, 72, .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: .3s;
  -webkit-animation: hoverWave linear 2s infinite;
  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 .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;
}
.callback-bt-desctop {
  background-image: linear-gradient(to top, #9ebf1a, #c0de48);
  border-radius: 50%;
  box-shadow: 0 8px 10px rgba(192, 222, 72, .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: .3s;
  -webkit-animation: hoverWave linear 2s infinite;
  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 img {
  width: 37px;
}
.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 .6s linear;
}
.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;
}
@-webkit-keyframes hoverWave {
  0% {
    box-shadow: 0 8px 10px rgba(192, 222, 72, .3),
      0 0 0 0 rgba(192, 222, 72, .2), 0 0 0 0 rgba(192, 222, 72, .2);
  }
  40% {
    box-shadow: 0 8px 10px rgba(192, 222, 72, .3),
      0 0 0 10px rgba(192, 222, 72, .2), 0 0 0 0 rgba(192, 222, 72, .2);
  }
  80% {
    box-shadow: 0 8px 10px rgba(192, 222, 72, .3),
      0 0 0 15px rgba(192, 222, 72, 0), 0 0 0 12px rgba(192, 222, 72, .067);
  }
  100% {
    box-shadow: 0 8px 10px rgba(192, 222, 72, .3),
      0 0 0 15px rgba(192, 222, 72, 0), 0 0 0 25px rgba(192, 222, 72, 0);
  }
}
@keyframes hoverWave {
  0% {
    box-shadow: 0 8px 10px rgba(192, 222, 72, .3),
      0 0 0 0 rgba(192, 222, 72, .2), 0 0 0 0 rgba(192, 222, 72, .2);
  }
  40% {
    box-shadow: 0 8px 10px rgba(192, 222, 72, .3),
      0 0 0 10px rgba(192, 222, 72, .2), 0 0 0 0 rgba(192, 222, 72, .2);
  }
  80% {
    box-shadow: 0 8px 10px rgba(192, 222, 72, .3),
      0 0 0 15px rgba(192, 222, 72, 0), 0 0 0 12px rgba(192, 222, 72, .067);
  }
  100% {
    box-shadow: 0 8px 10px rgba(192, 222, 72, .3),
      0 0 0 15px rgba(192, 222, 72, 0), 0 0 0 25px rgba(192, 222, 72, 0);
  }
}
@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);
  }
}
@-webkit-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-stage-outer {
  overflow: visible !important;
}
.owl-item {
  opacity: .2;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}
.owl-item.center {
  opacity: 1 !important;
}
.owl-next,
.owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 45%;
  display: block;
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  margin-top: 40px;
  display: block !important;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #00534b !important;
}
.owl-prev {
  left: -50px;
  transition: ease-in-out .2s;
}
.owl-prev:hover {
  transform: translate(-5px);
  transition: ease-in-out .2s;
}
.owl-next:hover {
  transform: translate(5px);
  transition: ease-in-out .2s;
}
.owl-next {
  right: -50px;
  transition: ease-in-out .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-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #8ad038 !important;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.hidden {
  display: none;
}
