@charset "UTF-8";
@media screen and (min-width: 700px) {
  * {
    margin: 0;
    padding: 0;
    outline: 0 !important;
    box-sizing: border-box;
  }
  html {
    min-width: 1200px;
    line-height: 145%;
    overflow-x: hidden;
  }
  *:before,
  *:after {
    box-sizing: border-box;
  }
  body {
    color: #333333;
    font-family: "Gilroy", sans-serif !important;
    -webkit-overflow-scrolling: touch;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    background-color: #f2f3f7;
    overflow-x: hidden;
  }
  .container {
    max-width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .container2 {
    max-width: 1200px;
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .cd-auto-hide-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    transition: transform 0.5s;
    z-index: 30;
    display: flex;
    align-items: center;
  }
  .cd-auto-hide-header.is-hidden {
    transform: translateY(0%);
  }
  .animate {
    background-color: #f2f3f7;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }
  section {
    padding: 90px 0;
  }
  header {
    background-size: cover;
    background-position: center center;
    position: relative;
  }
  h3 {
    font-size: 44px;
    font-weight: 600;
    text-align: left;
    line-height: 110%;
  }
  .button {
    cursor: pointer;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
    width: 500px;
    height: 100px;
    font-size: 18px;
  }
  .button button {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to top, #f29716, #ffddad);
    font-family: "Gilroy", sans-serif !important;
    cursor: pointer;
    border: none;
    color: #333;
    transition: background 0.2s ease;
    width: 100%;
    transition: 0.3s;
  }
  .button button p {
    position: relative;
    z-index: 1;
    font-size: 22px;
    font-weight: 600;
  }
  .button button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-image: linear-gradient(to top, #ffddad, #f29716);
    opacity: 0;
    transition: 0.3s;
  }
  .button button:hover:before {
    opacity: 1;
  }
  .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .menu p {
    font-size: 16px;
    line-height: 180%;
    font-weight: 400;
  }
  .menu p b {
    font-weight: 700;
  }
  .menu .logo {
    display: flex;
    align-items: center;
  }
  .menu .logo img {
    height: 45px;
  }
  .menu .logo p {
    width: 260px;
    font-weight: 400;
    margin-left: 20px;
    line-height: 140%;
  }
  .menu .adr {
    display: flex;
    align-items: center;
  }
  .menu .adr img {
    width: 52px;
  }
  .menu .adr p {
    width: 200px;
    margin-left: 15px;
  }
  .menu .soc {
    display: flex;
    justify-content: space-between;
    margin-left: auto;
  }
  .menu .soc a {
    height: 45px;
    width: auto;
  }
  .menu .soc a:nth-child(n+2) {
    margin-left: 12px;
  }
  .menu .soc a img {
    width: 100%;
    height: 100%;
  }
  .menu .tel {
    text-align: right;
    margin: 0 30px;
  }
  .menu .tel a {
    font-size: 26px;
    line-height: 26px;
    font-weight: 700;
    text-decoration: none;
    color: #333;
    display: block;
  }
  .menu .tel .mail {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 5px;
  }
  .menu .button {
    height: 55px;
    width: 200px;
  }
  .menu .button button p {
    font-size: 18px;
  }
  .main {
    padding-top: 130px;
  }
  .main .main_all {
    position: relative;
  }
  .main .main_img {
    height: 550px;
    position: absolute;
    top: 10px;
    left: 700px;
  }
  .main h1 {
    font-size: 50px;
    font-weight: 600;
    line-height: 110%;
    width: 650px;
  }
  .main h1 span {
    color: #ff9600;
  }
  .main .price {
    display: flex;
    margin-top: 20px;
  }
  .main .price .item {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 10px;
  }
  .main .price .item .info {
    margin-left: 15px;
  }
  .main .price .item .info p {
    line-height: 16px;
  }
  .main .price .item .info b {
    display: block;
    line-height: 16px;
    margin-top: 4px;
  }
  .main .price .item img {
    width: 45px;
    height: 45px;
    border-radius: 5px;
  }
  .main .price .item:nth-child(n+2) {
    margin-left: 15px;
  }
  .main .price {
    display: flex;
    margin-top: 20px;
    width: -moz-max-content;
    width: max-content;
    margin-left: 0;
    margin-right: auto;
  }
  .main .price .item {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 10px;
  }
  .main .price .item .info {
    margin-left: 15px;
  }
  .main .price .item .info p {
    line-height: 16px;
  }
  .main .price .item .info b {
    display: block;
    line-height: 16px;
    margin-top: 4px;
  }
  .main .price .item img {
    width: 45px;
    height: 45px;
    border-radius: 5px;
  }
  .main .price .item:nth-child(n+2) {
    margin-left: 15px;
  }
  .main .h1_dop {
    margin-top: 25px;
    font-size: 24px;
    line-height: 140%;
    font-weight: 400;
    width: 600px;
    color: #323232;
  }
  .main .plusi {
    margin-top: 40px;
    display: flex;
  }
  .main .plusi .item {
    width: 175px;
  }
  .main .plusi .item:nth-child(2) {
    width: 228px;
  }
  .main .plusi .item:nth-child(3) {
    width: 170px;
  }
  .main .plusi .item:nth-child(n+2) {
    margin-left: 40px;
  }
  .main .plusi .item p {
    font-size: 18px;
    font-weight: 600;
  }
  .zayavka {
    padding: 60px;
    background-color: #fff;
    border-radius: 20px;
    margin-top: 75px;
    position: relative;
    overflow: hidden;
  }
  .zayavka .img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 650px;
  }
  .zayavka .img .spec {
    position: absolute;
    bottom: 0;
    right: 60px;
    width: 530px;
  }
  .zayavka .img .fon {
    width: 100%;
    height: 100%;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 40%);
    mask-image: linear-gradient(to right, transparent 0%, black 100%);
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .zayavka .img .name {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    height: 90px;
    bottom: 102px;
    right: 60px;
    z-index: 2;
    padding: 0px 30px;
    align-items: center;
    justify-content: center;
  }
  .zayavka .img .name b {
    display: block;
    font-size: 20px;
    line-height: 20px;
    width: -moz-max-content;
    width: max-content;
  }
  .zayavka .img .name p {
    font-size: 18px;
    line-height: 18px;
    width: -moz-max-content;
    width: max-content;
    margin-top: 7px;
  }
  .zayavka h3 {
    text-align: left;
    width: 600px;
    line-height: 110%;
    position: relative;
    z-index: 2;
  }
  .zayavka > p {
    font-size: 22px;
    width: 580px;
    line-height: 125%;
    margin-top: 15px;
    position: relative;
    z-index: 2;
  }
  .zayavka .plusi_zayavka {
    margin-top: 30px;
    position: relative;
    z-index: 2;
  }
  .zayavka .plusi_zayavka .item {
    display: flex;
    align-items: center;
  }
  .zayavka .plusi_zayavka .item:nth-child(n+2) {
    margin-top: 25px;
  }
  .zayavka .plusi_zayavka .item p {
    width: 450px;
    font-size: 18px;
    margin-left: 20px;
  }
  .zayavka .plusi_zayavka .item p b {
    font-weight: 600;
  }
  .zayavka .forma_open {
    margin-top: 40px;
    position: relative;
    z-index: 2;
    width: -moz-max-content;
    width: max-content;
  }
  .zayavka .forma_open small {
    display: block;
    margin-top: 10px;
    color: #636363;
    width: 400px;
    line-height: 120%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .bg2 {
    position: relative;
  }
  .bg2 h3 {
    text-align: left;
    width: 580px;
    line-height: 110%;
    position: relative;
    z-index: 2;
  }
  .bg2 > p {
    font-size: 21px;
    width: 600px;
    line-height: 130%;
    margin-top: 15px;
    position: relative;
    z-index: 2;
  }
  .bg2 .gallery {
    width: 540px;
    height: auto;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 20px;
  }
  .bg2 .gallery a {
    width: 540px !important;
    height: 420px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
    overflow: hidden;
  }
  .bg2 .gallery a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
  }
  .bg2 .gallery .owl-prev {
    left: 20px !important;
    height: 50px !important;
    width: 50px !important;
  }
  .bg2 .gallery .owl-next {
    right: 20px !important;
    height: 50px !important;
    width: 50px !important;
  }
  .bg2 .adr {
    display: flex;
    margin-top: 40px;
  }
  .bg2 .adr .item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .bg2 .adr .item:nth-child(n+2) {
    margin-left: 50px;
  }
  .bg2 .adr .item img {
    width: 55px;
    height: 55px;
    border-radius: 10px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border: 2px solid #fff;
  }
  .bg2 .adr .item p {
    font-size: 18px;
    margin-top: 10px;
  }
  .bg2 .adr .item p b {
    display: block;
  }
  .bg3 .brands {
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .bg3 .brands img {
    width: -moz-max-content !important;
    width: max-content !important;
    height: 150px !important;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg3 .brands .owl-nav {
    display: none !important;
  }
  .bg4 .video {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 20px;
  }
  .bg4 .video::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.9));
    pointer-events: none;
    border-radius: 20px;
  }
  .bg4 .video > img {
    width: 100%;
    border-radius: 15px;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg4 .video .info {
    position: absolute;
    width: 280px;
    text-align: center;
    z-index: 3;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
  }
  .bg4 .plusi {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
  }
  .bg4 .plusi .item {
    width: 32%;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #cdcdcd;
  }
  .bg4 .plusi .item b {
    font-size: 20px;
    margin-top: 20px;
  }
  .bg4 .plusi .item p {
    margin: 10px 0;
  }
  .bg4 .plusi .item u {
    text-decoration: underline;
    font-weight: 600;
    font-size: 14px;
  }
  .bg4 .plusi .item img,
  .bg4 .plusi .item b,
  .bg4 .plusi .item u {
    display: block;
  }
  .bg5 h3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .bg5 .tabs {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    justify-content: space-between;
  }
  .bg5 .tabs label {
    display: table-cell;
    width: 32%;
    margin: 0 0 -1px;
    padding: 25px 20px;
    text-align: center;
    vertical-align: middle;
    color: #333;
    background-color: #fff;
    border-radius: 10px;
  }
  .bg5 .tabs label img {
    height: 110px;
  }
  .bg5 .tabs label p {
    font-weight: 400;
    margin-top: 0px;
    font-size: 19px;
  }
  .bg5 .tabs label:hover {
    color: #fff;
    cursor: pointer;
    background-color: #ff9600;
    box-shadow: none;
  }
  .bg5 .tabs input:checked + label {
    color: #fff;
    background-color: #ff9600;
    box-shadow: none;
  }
  .bg5 .tabs input:checked + label p {
    font-weight: 600;
  }
  .bg5 .tabs section {
    display: none;
    width: 100%;
    margin-top: 40px;
    border-radius: 10px;
    align-items: center;
    position: relative;
    align-items: center;
  }
  .bg5 .tabs section .owl-next {
    margin-right: 80px;
  }
  .bg5 .tabs section .owl-prev {
    margin-left: 80px;
  }
  .bg5 .tabs section .item {
    display: flex;
    align-items: stretch;
    background-color: #fff;
    padding: 40px;
    border-radius: 20px;
  }
  .bg5 .tabs section .item img {
    width: 460px;
    height: 460px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
  }
  .bg5 .tabs section .item .info {
    margin-left: 30px;
    width: 450px;
    display: flex;
    flex-direction: column;
  }
  .bg5 .tabs section .item .info h4 {
    font-size: 30px;
  }
  .bg5 .tabs section .item .info .dop {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .bg5 .tabs section .item .info .dop p {
    color: #333;
    background-color: #f2f3f7;
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 10px;
  }
  .bg5 .tabs section .item .info .dop p:nth-child(n+4) {
    margin-top: 10px;
  }
  .bg5 .tabs section .item .info .price {
    margin-top: auto;
    margin-bottom: 25px;
  }
  .bg5 .tabs section .item .info .price p {
    font-weight: 600;
  }
  .bg5 .tabs section .item .info .price b {
    font-size: 30px;
    font-weight: 600;
    color: #ff9600;
    display: block;
    margin-top: 5px;
  }
  .bg5 .tabs section .item .info .button {
    width: 400px;
  }
  .bg5 .tabs input {
    display: none;
  }
  .bg5 .tabs section {
    padding: 0;
  }
  .bg5 #tab1:checked ~ #content1,
  .bg5 #tab2:checked ~ #content2,
  .bg5 #tab3:checked ~ #content3,
  .bg5 #tab4:checked ~ #content4 {
    display: flex;
  }
  .bg6 h3 {
    width: 900px;
  }
  .bg6 .plusi {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
  }
  .bg6 .plusi .item {
    width: 32%;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #cdcdcd;
  }
  .bg6 .plusi .item b {
    font-size: 20px;
    margin-top: 20px;
  }
  .bg6 .plusi .item p {
    margin: 10px 0;
  }
  .bg6 .plusi .item u {
    text-decoration: underline;
    font-weight: 600;
    font-size: 14px;
  }
  .bg6 .plusi .item img,
  .bg6 .plusi .item b,
  .bg6 .plusi .item u {
    display: block;
  }
  .bg6 .plusi .item img {
    width: 100%;
    height: 180px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
  }
  .bg7 {
    position: relative;
  }
  .bg7 h3 {
    text-align: left;
    width: 570px;
    line-height: 110%;
    position: relative;
    z-index: 2;
  }
  .bg7 > p {
    font-size: 22px;
    width: 580px;
    line-height: 125%;
    margin-top: 15px;
    position: relative;
    z-index: 2;
  }
  .bg7 .img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 500px;
    border-radius: 20px;
    overflow: hidden;
  }
  .bg7 .img .fon {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg7 .plusi_zayavka {
    margin-top: 30px;
    position: relative;
    z-index: 2;
  }
  .bg7 .plusi_zayavka .item {
    display: flex;
    align-items: center;
  }
  .bg7 .plusi_zayavka .item:nth-child(n+2) {
    margin-top: 20px;
  }
  .bg7 .plusi_zayavka .item p {
    width: -moz-max-content;
    width: max-content;
    font-size: 18px;
    margin-left: 20px;
  }
  .bg7 .plusi_zayavka .item p b {
    font-weight: 600;
  }
  .bg8 h3 {
    text-align: center;
    width: 100%;
  }
  .bg8 .sert {
    margin-top: 45px;
  }
  .bg8 .sert a {
    height: 500px;
    width: -moz-max-content;
    width: max-content;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    padding: 30px;
    background-color: #fff;
    border-radius: 20px;
  }
  .bg8 .sert a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
  .bg9 h3 {
    text-align: center;
    width: 850px;
    margin-left: auto;
    margin-right: auto;
  }
  .bg9 .faq {
    max-width: 100%;
    margin: 0 auto;
    margin-top: 40px;
  }
  .bg9 .faq-item {
    background: #fff;
    border-radius: 12px;
    margin-top: 12px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  }
  .bg9 .faq-question {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 26px;
    font-size: 22px;
    font-weight: 600;
    transition: background 0.2s;
  }
  .bg9 .faq-question b {
    font-weight: 600;
    display: block;
  }
  .bg9 .faq-question::after {
    content: "+";
    font-size: 60px;
    line-height: 1;
    font-weight: 300;
    transition: transform 0.2s;
    color: #ff9600;
  }
  .bg9 .faq-item.active .faq-question::after {
    content: "×";
    transform: rotate(90deg);
    color: #ff9600;
  }
  .bg9 .faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 26px;
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    width: 850px;
    transition: max-height 0.3s ease, padding 0.3s ease;
  }
  .bg9 .faq-answer u {
    display: block;
    font-weight: 600;
    margin-top: 10px;
  }
  .bg9 .faq-item.active .faq-answer {
    max-height: 500px;
    padding: 0 26px 22px;
  }
  .bg10 .zayavka .img .spec {
    width: 490px;
  }
  .footer .cont_all {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
    flex-wrap: wrap;
  }
  .footer .cont_all .cont .item {
    display: flex;
    align-items: flex-start;
  }
  .footer .cont_all .cont .item:nth-child(n+2) {
    margin-top: 30px;
  }
  .footer .cont_all .cont .item .info {
    margin-left: 15px;
    width: 320px;
  }
  .footer .cont_all .cont .item .info p {
    font-size: 16px;
  }
  .footer .cont_all .cont .item .info b,
  .footer .cont_all .cont .item .info a {
    display: block;
    color: #333;
    text-decoration: none;
    font-size: 20px;
    margin-top: 3px;
    font-weight: 700;
  }
  .footer .cont_all .mmap {
    width: 700px;
    border-radius: 20px;
    overflow: hidden;
  }
  .footer .cont_all .ip {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .footer .cont_all .ip p {
    width: 480px;
    color: #636363;
  }
  .footer .cont_all .ip p:nth-child(n+2) {
    text-align: right;
  }
  #big-modal_video {
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .video_pop {
    width: 700px;
    height: 380px;
  }
  .vidget {
    display: none !important;
  }
  .forma_pop {
    width: 400px;
    padding: 40px;
    background: #eaebf1;
    border-radius: 20px;
  }
  .forma_pop form {
    flex-direction: column;
    margin-top: 20px;
  }
  .forma_pop h4 {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
  }
  .forma_pop > p {
    color: #333;
    margin-top: 10px;
    line-height: 22px;
  }
  .forma_pop .button {
    height: 80px;
    border-radius: 10px;
    margin-left: 0px;
    width: 100%;
  }
  .forma_pop input,
  .forma_pop button {
    border-radius: 10px;
    height: 80px;
    width: 100%;
  }
  .forma_pop input {
    height: 70px;
    margin-bottom: 10px;
    background-color: #fff;
    font-size: 18px;
  }
  .forma_pop small {
    margin-top: 10px;
    font-size: 13px;
    line-height: 18px;
    display: block;
    color: #8d8d8d;
    text-align: center;
  }
}
@media screen and (max-width: 1200px) and (min-width: 993px) {
  html {
    min-width: 993px;
    zoom: 80%;
  }
}
@media screen and (max-width: 992px) and (min-width: 700px) {
  * {
    margin: 0;
    padding: 0;
    outline: 0 !important;
    box-sizing: border-box;
  }
  html {
    min-width: 700px;
    line-height: 145%;
    overflow-x: hidden;
  }
  *:before,
  *:after {
    box-sizing: border-box;
  }
  body {
    color: #333333;
    font-family: "Gilroy", sans-serif !important;
    -webkit-overflow-scrolling: touch;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    background-color: #f2f3f7;
    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;
  }
  .cd-auto-hide-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    transition: transform 0.5s;
    z-index: 30;
    display: flex;
    align-items: center;
  }
  .cd-auto-hide-header.is-hidden {
    transform: translateY(0%);
  }
  .animate {
    background-color: #f2f3f7;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }
  section {
    padding: 90px 0;
  }
  header {
    background-size: cover;
    background-position: center center;
    position: relative;
  }
  h3 {
    font-size: 40px;
    font-weight: 600;
    text-align: left;
    line-height: 110%;
  }
  .button {
    cursor: pointer;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
    width: 500px;
    height: 100px;
    font-size: 18px;
  }
  .button button {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to top, #f29716, #ffddad);
    font-family: "Gilroy", sans-serif !important;
    cursor: pointer;
    border: none;
    color: #333;
    transition: background 0.2s ease;
    width: 100%;
    transition: 0.3s;
  }
  .button button p {
    position: relative;
    z-index: 1;
    font-size: 22px;
    font-weight: 600;
  }
  .button button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-image: linear-gradient(to top, #ffddad, #f29716);
    opacity: 0;
    transition: 0.3s;
  }
  .button button:hover:before {
    opacity: 1;
  }
  .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .menu p {
    font-size: 16px;
    line-height: 180%;
    font-weight: 400;
  }
  .menu p b {
    font-weight: 700;
  }
  .menu .logo {
    display: flex;
    align-items: center;
  }
  .menu .logo img {
    height: 45px;
  }
  .menu .logo p {
    width: 260px;
    font-weight: 400;
    margin-left: 20px;
    line-height: 140%;
    display: none;
  }
  .menu .adr {
    display: flex;
    align-items: center;
  }
  .menu .adr img {
    width: 52px;
  }
  .menu .adr p {
    width: 200px;
    margin-left: 15px;
  }
  .menu .soc {
    display: flex;
    justify-content: space-between;
    margin-left: auto;
  }
  .menu .soc a {
    height: 45px;
    width: auto;
  }
  .menu .soc a:nth-child(n+2) {
    margin-left: 12px;
  }
  .menu .soc a img {
    width: 100%;
    height: 100%;
  }
  .menu .tel {
    text-align: right;
    margin: 0 0px 0 30px;
  }
  .menu .tel a {
    font-size: 26px;
    line-height: 26px;
    font-weight: 700;
    text-decoration: none;
    color: #333;
    display: block;
  }
  .menu .tel .mail {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 5px;
  }
  .menu .button {
    height: 55px;
    width: 200px;
    display: none;
  }
  .menu .button button p {
    font-size: 18px;
  }
  .main {
    padding-top: 130px;
  }
  .main .main_all {
    position: relative;
  }
  .main .main_img {
    width: 100%;
    height: auto;
    position: relative;
    top: 0px;
    left: 0px;
    margin-top: 30px;
  }
  .main h1 {
    font-size: 46px;
    font-weight: 600;
    line-height: 110%;
    width: 100%;
    text-align: center;
  }
  .main h1 span {
    color: #ff9600;
  }
  .main .price {
    display: flex;
    margin-top: 20px;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .main .price .item {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 10px;
  }
  .main .price .item .info {
    margin-left: 15px;
  }
  .main .price .item .info p {
    line-height: 16px;
  }
  .main .price .item .info b {
    display: block;
    line-height: 16px;
    margin-top: 4px;
  }
  .main .price .item img {
    width: 45px;
    height: 45px;
    border-radius: 5px;
  }
  .main .price .item:nth-child(n+2) {
    margin-left: 15px;
  }
  .main .h1_dop {
    margin-top: 15px;
    font-size: 22px;
    line-height: 140%;
    font-weight: 400;
    width: 100%;
    text-align: center;
    color: #323232;
  }
  .main .plusi {
    margin-top: 40px;
    display: flex;
  }
  .main .plusi .item {
    width: 175px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .main .plusi .item:nth-child(2) {
    width: 228px;
  }
  .main .plusi .item:nth-child(3) {
    width: 170px;
  }
  .main .plusi .item:nth-child(n+2) {
    margin-left: 40px;
  }
  .main .plusi .item p {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
  }
  .zayavka {
    padding: 60px;
    background-color: #fff;
    border-radius: 20px;
    margin-top: 75px;
    position: relative;
    overflow: hidden;
  }
  .zayavka .img {
    position: relative;
    right: 0;
    top: 0;
    height: 400px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }
  .zayavka .img .spec {
    position: absolute;
    bottom: 0;
    right: auto;
    left: auto;
    width: 330px;
  }
  .zayavka .img .fon {
    width: 100%;
    height: 100%;
    -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
    mask-image: linear-gradient(to right, black 100%, black 100%);
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .zayavka .img .name {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    height: 80px;
    bottom: 40px;
    right: auto;
    z-index: 2;
    padding: 0px 30px;
    align-items: center;
    justify-content: center;
  }
  .zayavka .img .name b {
    display: block;
    font-size: 20px;
    line-height: 20px;
    width: -moz-max-content;
    width: max-content;
  }
  .zayavka .img .name p {
    font-size: 18px;
    line-height: 18px;
    width: -moz-max-content;
    width: max-content;
    margin-top: 7px;
  }
  .zayavka h3 {
    text-align: left;
    width: 100%;
    line-height: 110%;
    position: relative;
    z-index: 2;
  }
  .zayavka > p {
    font-size: 20px;
    width: 100%;
    line-height: 125%;
    margin-top: 15px;
    position: relative;
    z-index: 2;
    text-align: left;
  }
  .zayavka .plusi_zayavka {
    margin-top: 30px;
    position: relative;
    z-index: 2;
  }
  .zayavka .plusi_zayavka .item {
    display: flex;
    align-items: center;
  }
  .zayavka .plusi_zayavka .item:nth-child(n+2) {
    margin-top: 25px;
  }
  .zayavka .plusi_zayavka .item p {
    width: 450px;
    font-size: 18px;
    margin-left: 20px;
  }
  .zayavka .plusi_zayavka .item p b {
    font-weight: 600;
  }
  .zayavka .forma_open {
    margin-top: 40px;
    position: relative;
    z-index: 2;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
  }
  .zayavka .forma_open form {
    flex-direction: column;
  }
  .zayavka .forma_open form input {
    width: 100%;
  }
  .zayavka .forma_open form .button {
    margin-left: 0;
    width: 100%;
    margin-top: 15px;
  }
  .zayavka .forma_open small {
    display: block;
    margin-top: 10px;
    color: #636363;
    width: 100%;
    line-height: 120%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .bg2 {
    position: relative;
  }
  .bg2 h3 {
    text-align: center;
    width: 100%;
    line-height: 110%;
    position: relative;
    z-index: 2;
  }
  .bg2 > p {
    font-size: 19px;
    width: 100%;
    line-height: 130%;
    margin-top: 15px;
    position: relative;
    z-index: 2;
    text-align: center;
  }
  .bg2 .gallery {
    width: 650px;
    height: auto;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    top: 0;
    right: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
  .bg2 .gallery a {
    width: 650px !important;
    height: 420px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
    overflow: hidden;
  }
  .bg2 .gallery a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg2 .gallery .owl-prev {
    left: 20px !important;
    height: 50px !important;
    width: 50px !important;
  }
  .bg2 .gallery .owl-next {
    right: 20px !important;
    height: 50px !important;
    width: 50px !important;
  }
  .bg2 .adr {
    display: flex;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    width: -moz-max-content;
    width: max-content;
  }
  .bg2 .adr .item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .bg2 .adr .item:nth-child(n+2) {
    margin-left: 50px;
  }
  .bg2 .adr .item img {
    width: 55px;
    height: 55px;
    border-radius: 10px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border: 2px solid #fff;
  }
  .bg2 .adr .item p {
    font-size: 18px;
    margin-top: 10px;
    text-align: center;
  }
  .bg2 .adr .item p b {
    display: block;
  }
  .bg3 h3 {
    text-align: center;
    width: 100%;
  }
  .bg3 .brands {
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .bg3 .brands img {
    width: -moz-max-content !important;
    width: max-content !important;
    height: 90px !important;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg3 .brands .owl-nav {
    display: none !important;
  }
  .bg4 .video {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 20px;
  }
  .bg4 .video::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.9));
    pointer-events: none;
    border-radius: 20px;
  }
  .bg4 .video > img {
    width: 100%;
    border-radius: 15px;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg4 .video .info {
    position: absolute;
    width: 280px;
    text-align: center;
    z-index: 3;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
  }
  .bg4 .plusi {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    flex-wrap: wrap;
  }
  .bg4 .plusi .item {
    width: 100%;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #cdcdcd;
  }
  .bg4 .plusi .item:nth-child(n+2) {
    margin-top: 20px;
  }
  .bg4 .plusi .item b {
    font-size: 20px;
    margin-top: 20px;
  }
  .bg4 .plusi .item p {
    margin: 10px 0;
  }
  .bg4 .plusi .item u {
    text-decoration: underline;
    font-weight: 600;
    font-size: 14px;
  }
  .bg4 .plusi .item img,
  .bg4 .plusi .item b,
  .bg4 .plusi .item u {
    display: block;
  }
  .bg5 h3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .bg5 .tabs {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    justify-content: space-between;
  }
  .bg5 .tabs label {
    display: table-cell;
    width: 32%;
    margin: 0 0 -1px;
    padding: 25px 20px;
    text-align: center;
    vertical-align: middle;
    color: #333;
    background-color: #fff;
    border-radius: 10px;
  }
  .bg5 .tabs label img {
    height: 110px;
  }
  .bg5 .tabs label p {
    font-weight: 400;
    margin-top: 0px;
    font-size: 19px;
  }
  .bg5 .tabs label:hover {
    color: #fff;
    cursor: pointer;
    background-color: #ff9600;
    box-shadow: none;
  }
  .bg5 .tabs input:checked + label {
    color: #fff;
    background-color: #ff9600;
    box-shadow: none;
  }
  .bg5 .tabs input:checked + label p {
    font-weight: 600;
  }
  .bg5 .tabs section {
    display: none;
    width: 100%;
    margin-top: 40px;
    border-radius: 10px;
    align-items: center;
    position: relative;
    align-items: center;
  }
  .bg5 .tabs section .owl-next {
    margin-right: 80px;
  }
  .bg5 .tabs section .owl-prev {
    margin-left: 80px;
  }
  .bg5 .tabs section .item {
    display: flex;
    align-items: stretch;
    background-color: #fff;
    padding: 40px;
    border-radius: 20px;
    flex-direction: column;
  }
  .bg5 .tabs section .item img {
    width: 460px;
    height: 460px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
  }
  .bg5 .tabs section .item .info {
    margin-left: 0px;
    width: 460px;
    display: flex;
    flex-direction: column;
    margin-top: 30px;
  }
  .bg5 .tabs section .item .info h4 {
    font-size: 30px;
  }
  .bg5 .tabs section .item .info .dop {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .bg5 .tabs section .item .info .dop p {
    color: #333;
    background-color: #f2f3f7;
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 10px;
  }
  .bg5 .tabs section .item .info .dop p:nth-child(n+4) {
    margin-top: 10px;
  }
  .bg5 .tabs section .item .info .price {
    margin-top: 30px;
    margin-bottom: 25px;
  }
  .bg5 .tabs section .item .info .price p {
    font-weight: 600;
  }
  .bg5 .tabs section .item .info .price b {
    font-size: 30px;
    font-weight: 600;
    color: #ff9600;
    display: block;
    margin-top: 5px;
  }
  .bg5 .tabs section .item .info .button {
    width: 400px;
  }
  .bg5 .tabs input {
    display: none;
  }
  .bg5 .tabs section {
    padding: 0;
  }
  .bg5 #tab1:checked ~ #content1,
  .bg5 #tab2:checked ~ #content2,
  .bg5 #tab3:checked ~ #content3,
  .bg5 #tab4:checked ~ #content4 {
    display: flex;
  }
  .bg6 h3 {
    width: 100%;
  }
  .bg6 .plusi {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    flex-wrap: wrap;
  }
  .bg6 .plusi .item {
    width: 100%;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #cdcdcd;
  }
  .bg6 .plusi .item:nth-child(n+2) {
    margin-top: 20px;
  }
  .bg6 .plusi .item b {
    font-size: 20px;
    margin-top: 20px;
  }
  .bg6 .plusi .item p {
    margin: 10px 0;
  }
  .bg6 .plusi .item u {
    text-decoration: underline;
    font-weight: 600;
    font-size: 14px;
  }
  .bg6 .plusi .item img,
  .bg6 .plusi .item b,
  .bg6 .plusi .item u {
    display: block;
  }
  .bg6 .plusi .item img {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg7 {
    position: relative;
  }
  .bg7 h3 {
    text-align: left;
    width: 100%;
    line-height: 110%;
    position: relative;
    z-index: 2;
  }
  .bg7 > p {
    font-size: 20px;
    width: 100%;
    line-height: 125%;
    margin-top: 15px;
    position: relative;
    z-index: 2;
  }
  .bg7 .img {
    position: relative;
    right: 0;
    top: 0;
    height: 400px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 30px;
  }
  .bg7 .img .fon {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg7 .plusi_zayavka {
    margin-top: 30px;
    position: relative;
    z-index: 2;
  }
  .bg7 .plusi_zayavka .item {
    display: flex;
    align-items: center;
  }
  .bg7 .plusi_zayavka .item:nth-child(n+2) {
    margin-top: 20px;
  }
  .bg7 .plusi_zayavka .item p {
    width: -moz-max-content;
    width: max-content;
    font-size: 18px;
    margin-left: 20px;
  }
  .bg7 .plusi_zayavka .item p b {
    font-weight: 600;
  }
  .bg8 h3 {
    text-align: center;
    width: 100%;
  }
  .bg8 .sert {
    margin-top: 45px;
  }
  .bg8 .sert .owl-prev {
    margin-left: 160px !important;
  }
  .bg8 .sert .owl-next {
    margin-right: 160px !important;
  }
  .bg8 .sert a {
    height: 500px;
    width: -moz-max-content;
    width: max-content;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    padding: 30px;
    background-color: #fff;
    border-radius: 20px;
  }
  .bg8 .sert a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
  .bg9 h3 {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .bg9 .faq {
    max-width: 100%;
    margin: 0 auto;
    margin-top: 40px;
  }
  .bg9 .faq-item {
    background: #fff;
    border-radius: 12px;
    margin-top: 12px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  }
  .bg9 .faq-question {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 26px;
    font-size: 20px;
    font-weight: 600;
    transition: background 0.2s;
  }
  .bg9 .faq-question b {
    font-weight: 600;
    display: block;
    width: 550px;
  }
  .bg9 .faq-question::after {
    content: "+";
    font-size: 60px;
    line-height: 1;
    font-weight: 300;
    transition: transform 0.2s;
    color: #ff9600;
  }
  .bg9 .faq-item.active .faq-question::after {
    content: "×";
    transform: rotate(90deg);
    color: #ff9600;
  }
  .bg9 .faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 26px;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    width: 600px;
    transition: max-height 0.3s ease, padding 0.3s ease;
  }
  .bg9 .faq-answer u {
    display: block;
    font-weight: 600;
    margin-top: 10px;
  }
  .bg9 .faq-item.active .faq-answer {
    max-height: 500px;
    padding: 0 26px 22px;
  }
  .bg10 .zayavka .img .spec {
    width: 300px;
  }
  .footer .cont_all {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
    flex-wrap: wrap;
  }
  .footer .cont_all .cont {
    display: flex;
    flex-wrap: wrap;
  }
  .footer .cont_all .cont .item {
    display: flex;
    align-items: flex-start;
    width: 48%;
  }
  .footer .cont_all .cont .item:nth-child(1) {
    order: 3;
    margin-top: 35px;
  }
  .footer .cont_all .cont .item:nth-child(2) {
    order: 1;
  }
  .footer .cont_all .cont .item:nth-child(3) {
    order: 2;
  }
  .footer .cont_all .cont .item:nth-child(4) {
    order: 4;
    margin-top: 35px;
  }
  .footer .cont_all .cont .item:nth-child(n+6) {
    margin-top: 0;
  }
  .footer .cont_all .cont .item .info {
    margin-left: 15px;
    width: 320px;
  }
  .footer .cont_all .cont .item .info p {
    font-size: 16px;
  }
  .footer .cont_all .cont .item .info b,
  .footer .cont_all .cont .item .info a {
    display: block;
    color: #333;
    text-decoration: none;
    font-size: 20px;
    margin-top: 3px;
    font-weight: 700;
  }
  .footer .cont_all .mmap {
    width: 100%;
    height: 400px;
    margin-top: 40px;
    border-radius: 20px;
    overflow: hidden;
  }
  .footer .cont_all .ip {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .footer .cont_all .ip p {
    width: 480px;
    color: #636363;
  }
  .footer .cont_all .ip p:nth-child(n+2) {
    text-align: right;
  }
  #big-modal_video {
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .video_pop {
    width: 650px;
    height: 380px;
  }
}
@media screen and (max-width: 700px) {
  * {
    margin: 0;
    padding: 0;
    outline: 0 !important;
    box-sizing: border-box;
  }
  html {
    min-width: 340px;
    line-height: 145%;
    overflow-x: hidden;
  }
  *:before,
  *:after {
    box-sizing: border-box;
  }
  body {
    color: #333333;
    font-family: "Gilroy", sans-serif !important;
    -webkit-overflow-scrolling: touch;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    background-color: #f2f3f7;
    overflow-x: hidden;
  }
  .container {
    max-width: 360px;
    min-width: 340px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .container2 {
    max-width: 360px;
    width: 100%;
    min-width: 340px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .cd-auto-hide-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    transition: transform 0.5s;
    z-index: 30;
    display: flex;
    align-items: center;
  }
  .cd-auto-hide-header.is-hidden {
    transform: translateY(0%);
  }
  .animate {
    background-color: #f2f3f7;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }
  section {
    padding: 60px 0;
  }
  header {
    background-size: cover;
    background-position: center center;
    position: relative;
  }
  h3 {
    font-size: 22px;
    font-weight: 600;
    text-align: left;
    line-height: 110%;
  }
  .button {
    cursor: pointer;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
    width: 500px;
    height: 80px;
    font-size: 18px;
  }
  .button button {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to top, #f29716, #ffddad);
    font-family: "Gilroy", sans-serif !important;
    cursor: pointer;
    border: none;
    color: #333;
    transition: background 0.2s ease;
    width: 100%;
    transition: 0.3s;
  }
  .button button p {
    position: relative;
    z-index: 1;
    font-size: 18px;
    font-weight: 600;
  }
  .button button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-image: linear-gradient(to top, #ffddad, #f29716);
    opacity: 0;
    transition: 0.3s;
  }
  .button button:hover:before {
    opacity: 1;
  }
  .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .menu p {
    font-size: 16px;
    line-height: 180%;
    font-weight: 400;
  }
  .menu p b {
    font-weight: 700;
  }
  .menu .logo {
    display: flex;
    align-items: center;
  }
  .menu .logo img {
    height: 30px;
  }
  .menu .logo p {
    width: 260px;
    font-weight: 400;
    margin-left: 20px;
    line-height: 140%;
    display: none;
  }
  .menu .adr {
    display: flex;
    align-items: center;
  }
  .menu .adr img {
    width: 52px;
  }
  .menu .adr p {
    width: 200px;
    margin-left: 15px;
  }
  .menu .soc {
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    display: none;
  }
  .menu .soc a {
    height: 45px;
    width: auto;
  }
  .menu .soc a:nth-child(n+2) {
    margin-left: 12px;
  }
  .menu .soc a img {
    width: 100%;
    height: 100%;
  }
  .menu .tel {
    text-align: right;
    margin: 0;
  }
  .menu .tel a {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    text-decoration: none;
    color: #333;
    display: block;
  }
  .menu .tel .mail {
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 5px;
  }
  .menu .button {
    height: 55px;
    width: 200px;
    display: none;
  }
  .menu .button button p {
    font-size: 18px;
  }
  .main {
    padding-top: 80px;
  }
  .main .main_all {
    position: relative;
  }
  .main .main_img {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    margin-top: 20px;
  }
  .main h1 {
    font-size: 31px;
    font-weight: 600;
    line-height: 110%;
    width: 100%;
    text-align: center;
  }
  .main h1 span {
    color: #ff9600;
    display: block;
  }
  .main .price {
    display: flex;
    margin-top: 15px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
  }
  .main .price .item {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: 32%;
    flex-direction: column;
    background-color: #fff;
    padding: 10px 10px;
    border-radius: 10px;
  }
  .main .price .item .info {
    margin-left: 0px;
    margin-top: 10px;
    font-size: 12px;
    text-align: center;
  }
  .main .price .item .info p {
    line-height: 12px;
  }
  .main .price .item .info b {
    display: block;
    line-height: 12px;
    margin-top: 4px;
  }
  .main .price .item img {
    width: 100%;
    height: auto;
    border-radius: 5px;
  }
  .main .price .item:nth-child(n+2) {
    margin-left: auto;
  }
  .main .h1_dop {
    margin-top: 15px;
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
    width: 100%;
    text-align: center;
    color: #323232;
  }
  .main .plusi {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
  }
  .main .plusi .item {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .main .plusi .item img {
    width: 35px;
  }
  .main .plusi .item:nth-child(n+2) {
    margin-top: 15px;
  }
  .main .plusi .item p {
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    line-height: 18px;
    margin-left: 10px;
  }
  .zayavka {
    padding: 30px 25px;
    background-color: #fff;
    border-radius: 20px;
    margin-top: 40px;
    position: relative;
    overflow: hidden;
  }
  .zayavka .img {
    position: relative;
    right: 0;
    top: 0;
    height: 300px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }
  .zayavka .img .spec {
    position: absolute;
    bottom: 0;
    right: auto;
    left: auto;
    width: 240px;
  }
  .zayavka .img .fon {
    width: 100%;
    height: 100%;
    -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
    mask-image: linear-gradient(to right, black 100%, black 100%);
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .zayavka .img .name {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    bottom: 15px;
    right: auto;
    z-index: 2;
    padding: 15px 25px;
    align-items: center;
    justify-content: center;
  }
  .zayavka .img .name b {
    display: block;
    font-size: 16px;
    line-height: 16px;
    width: -moz-max-content;
    width: max-content;
  }
  .zayavka .img .name p {
    font-size: 14px;
    line-height: 14px;
    width: -moz-max-content;
    width: max-content;
    margin-top: 5px;
  }
  .zayavka h3 {
    text-align: left;
    width: 100%;
    line-height: 110%;
    position: relative;
    z-index: 2;
  }
  .zayavka > p {
    font-size: 16px;
    width: 100%;
    line-height: 125%;
    margin-top: 10px;
    position: relative;
    z-index: 2;
    text-align: left;
  }
  .zayavka .plusi_zayavka {
    margin-top: 30px;
    position: relative;
    z-index: 2;
  }
  .zayavka .plusi_zayavka .item {
    display: flex;
    align-items: center;
  }
  .zayavka .plusi_zayavka .item img {
    width: 35px;
  }
  .zayavka .plusi_zayavka .item:nth-child(n+2) {
    margin-top: 15px;
  }
  .zayavka .plusi_zayavka .item p {
    width: 450px;
    font-size: 14px;
    margin-left: 15px;
    line-height: 18px;
  }
  .zayavka .plusi_zayavka .item p b {
    font-weight: 600;
  }
  .zayavka .forma_open {
    margin-top: 30px;
    position: relative;
    z-index: 2;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .zayavka .forma_open form {
    flex-direction: column;
  }
  .zayavka .forma_open form input {
    width: 100%;
    height: 70px;
  }
  .zayavka .forma_open form .button {
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
    height: 80px;
  }
  .zayavka .forma_open small {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    color: #808080;
    width: 100%;
    line-height: 120%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .bg2 {
    position: relative;
  }
  .bg2 h3 {
    text-align: center;
    width: 100%;
    line-height: 110%;
    position: relative;
    z-index: 2;
  }
  .bg2 > p {
    font-size: 16px;
    width: 100%;
    line-height: 130%;
    margin-top: 15px;
    position: relative;
    z-index: 2;
    text-align: center;
  }
  .bg2 .gallery {
    width: 320px;
    height: auto;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    top: 0;
    right: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
  .bg2 .gallery a {
    width: 320px !important;
    height: 250px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
    overflow: hidden;
  }
  .bg2 .gallery a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
  }
  .bg2 .gallery .owl-prev {
    left: 10px !important;
    height: 35px !important;
    width: 35px !important;
  }
  .bg2 .gallery .owl-next {
    right: 10px !important;
    height: 35px !important;
    width: 35px !important;
  }
  .bg2 .adr {
    display: flex;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    width: -moz-max-content;
    width: max-content;
    flex-direction: column;
  }
  .bg2 .adr .item {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .bg2 .adr .item:nth-child(n+2) {
    margin-top: 15px;
  }
  .bg2 .adr .item img {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border: 2px solid #fff;
  }
  .bg2 .adr .item p {
    font-size: 16px;
    margin-left: 15px;
    text-align: left;
  }
  .bg2 .adr .item p b {
    display: block;
  }
  .bg3 h3 {
    text-align: center;
    width: 100%;
  }
  .bg3 .brands {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .bg3 .brands img {
    width: auto !important;
    height: 60px !important;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg3 .brands .owl-nav {
    display: none !important;
  }
  .bg4 .video {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 20px;
  }
  .bg4 .video::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.9));
    pointer-events: none;
    border-radius: 20px;
  }
  .bg4 .video > img {
    width: 100%;
    border-radius: 15px;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg4 .video .info {
    position: absolute;
    width: 230px;
    text-align: center;
    z-index: 3;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
  }
  .bg4 .video .info img {
    width: 50px;
  }
  .bg4 .plusi {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    flex-wrap: wrap;
  }
  .bg4 .plusi .item {
    width: 100%;
    padding: 30px 25px;
    border-radius: 20px;
    border: 1px solid #cdcdcd;
  }
  .bg4 .plusi .item:nth-child(n+2) {
    margin-top: 20px;
  }
  .bg4 .plusi .item b {
    font-size: 16px;
    margin-top: 15px;
  }
  .bg4 .plusi .item p {
    margin: 5px 0;
    font-size: 14px;
    line-height: 18px;
  }
  .bg4 .plusi .item u {
    text-decoration: underline;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    margin-top: 10px;
  }
  .bg4 .plusi .item img,
  .bg4 .plusi .item b,
  .bg4 .plusi .item u {
    display: block;
  }
  .bg5 h3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .bg5 .tabs {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    justify-content: space-between;
  }
  .bg5 .tabs label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32%;
    margin: 0 0 -1px;
    padding: 10px 5px;
    text-align: center;
    vertical-align: middle;
    color: #333;
    background-color: #fff;
    border-radius: 10px;
  }
  .bg5 .tabs label img {
    height: 110px;
  }
  .bg5 .tabs label p {
    font-weight: 400;
    margin-top: 0px;
    font-size: 14px;
    line-height: 110%;
  }
  .bg5 .tabs label:hover {
    color: #fff;
    cursor: pointer;
    background-color: #ff9600;
    box-shadow: none;
  }
  .bg5 .tabs input:checked + label {
    color: #fff;
    background-color: #ff9600;
    box-shadow: none;
  }
  .bg5 .tabs input:checked + label p {
    font-weight: 600;
  }
  .bg5 .tabs section {
    display: none;
    width: 100%;
    margin-top: 20px;
    border-radius: 10px;
    align-items: center;
    position: relative;
    align-items: center;
  }
  .bg5 .tabs section .owl-next {
    right: 0px !important;
    height: 35px !important;
    width: 35px !important;
  }
  .bg5 .tabs section .owl-prev {
    left: 0px !important;
    height: 35px !important;
    width: 35px !important;
  }
  .bg5 .tabs section .item {
    display: flex;
    align-items: stretch;
    background-color: #fff;
    padding: 30px 25px;
    border-radius: 20px;
    flex-direction: column;
    width: 300px;
  }
  .bg5 .tabs section .item img {
    width: 100%;
    height: 250px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
  }
  .bg5 .tabs section .item .info {
    margin-left: 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
  }
  .bg5 .tabs section .item .info h4 {
    font-size: 18px;
  }
  .bg5 .tabs section .item .info .dop {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .bg5 .tabs section .item .info .dop p {
    color: #333;
    background-color: #f2f3f7;
    padding: 7px 10px;
    border-radius: 5px;
    margin-right: 5px;
    font-size: 10px;
    font-weight: 600;
    line-height: 10px;
  }
  .bg5 .tabs section .item .info .dop p:nth-child(n+3) {
    margin-top: 5px;
  }
  .bg5 .tabs section .item .info .price {
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .bg5 .tabs section .item .info .price p {
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
  }
  .bg5 .tabs section .item .info .price b {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    color: #ff9600;
    display: block;
    margin-top: 5px;
  }
  .bg5 .tabs section .item .info .button {
    width: 100%;
  }
  .bg5 .tabs input {
    display: none;
  }
  .bg5 .tabs section {
    padding: 0;
  }
  .bg5 #tab1:checked ~ #content1,
  .bg5 #tab2:checked ~ #content2,
  .bg5 #tab3:checked ~ #content3,
  .bg5 #tab4:checked ~ #content4 {
    display: flex;
  }
  .bg6 h3 {
    width: 100%;
  }
  .bg6 .plusi {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .bg6 .plusi .item {
    width: 100%;
    padding: 30px 25px;
    border-radius: 20px;
    border: 1px solid #cdcdcd;
  }
  .bg6 .plusi .item:nth-child(n+2) {
    margin-top: 20px;
  }
  .bg6 .plusi .item b {
    font-size: 16px;
    margin-top: 15px;
  }
  .bg6 .plusi .item p {
    margin: 5px 0;
    font-size: 14px;
    line-height: 18px;
  }
  .bg6 .plusi .item u {
    text-decoration: underline;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    margin-top: 10px;
  }
  .bg6 .plusi .item img,
  .bg6 .plusi .item b,
  .bg6 .plusi .item u {
    display: block;
  }
  .bg6 .plusi .item img {
    width: 100%;
    height: 150px;
    border-radius: 10px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg7 {
    position: relative;
  }
  .bg7 h3 {
    text-align: left;
    width: 100%;
    line-height: 110%;
    position: relative;
    z-index: 2;
  }
  .bg7 > p {
    font-size: 16px;
    width: 100%;
    line-height: 125%;
    margin-top: 15px;
    position: relative;
    z-index: 2;
  }
  .bg7 .img {
    position: relative;
    right: 0;
    top: 0;
    height: 300px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 30px;
  }
  .bg7 .img .fon {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg7 .plusi_zayavka {
    margin-top: 30px;
    position: relative;
    z-index: 2;
  }
  .bg7 .plusi_zayavka .item {
    display: flex;
    align-items: center;
  }
  .bg7 .plusi_zayavka .item img {
    width: 35px;
  }
  .bg7 .plusi_zayavka .item:nth-child(n+2) {
    margin-top: 15px;
  }
  .bg7 .plusi_zayavka .item p {
    width: -moz-max-content;
    width: max-content;
    font-size: 14px;
    margin-left: 15px;
    line-height: 18px;
  }
  .bg7 .plusi_zayavka .item p b {
    font-weight: 600;
  }
  .bg8 h3 {
    text-align: center;
    width: 100%;
  }
  .bg8 .sert {
    margin-top: 30px;
  }
  .bg8 .sert .owl-prev {
    margin-left: 55px !important;
    height: 35px !important;
    width: 35px !important;
  }
  .bg8 .sert .owl-next {
    margin-right: 55px !important;
    height: 35px !important;
    width: 35px !important;
  }
  .bg8 .sert a {
    height: 320px;
    width: -moz-max-content;
    width: max-content;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    padding: 30px;
    background-color: #fff;
    border-radius: 20px;
  }
  .bg8 .sert a img {
    width: auto;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
  .bg9 h3 {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .bg9 .faq {
    max-width: 100%;
    margin: 0 auto;
    margin-top: 30px;
  }
  .bg9 .faq-item {
    background: #fff;
    border-radius: 12px;
    margin-top: 12px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  }
  .bg9 .faq-question {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 26px;
    font-size: 16px;
    font-weight: 600;
    transition: background 0.2s;
  }
  .bg9 .faq-question b {
    font-weight: 600;
    display: block;
    width: 220px;
    line-height: 130%;
  }
  .bg9 .faq-question::after {
    content: "+";
    font-size: 60px;
    line-height: 1;
    font-weight: 300;
    transition: transform 0.2s;
    color: #ff9600;
  }
  .bg9 .faq-item.active .faq-question::after {
    content: "×";
    transform: rotate(90deg);
    color: #ff9600;
  }
  .bg9 .faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 26px;
    font-size: 14px;
    line-height: 1.3;
    color: #333;
    width: 320px;
    transition: max-height 0.3s ease, padding 0.3s ease;
  }
  .bg9 .faq-answer u {
    display: block;
    font-weight: 600;
    margin-top: 10px;
  }
  .bg9 .faq-item.active .faq-answer {
    max-height: 500px;
    padding: 0 26px 22px;
  }
  .bg10 .zayavka .img .spec {
    width: 220px;
  }
  .footer .cont_all {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .footer .cont_all .cont {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
  }
  .footer .cont_all .cont .item {
    display: flex;
    align-items: flex-start;
    width: 100%;
  }
  .footer .cont_all .cont .item:nth-child(1) {
    order: 3;
    margin-top: 15px;
  }
  .footer .cont_all .cont .item:nth-child(2) {
    order: 1;
  }
  .footer .cont_all .cont .item:nth-child(3) {
    order: 2;
    margin-top: 15px;
  }
  .footer .cont_all .cont .item:nth-child(4) {
    order: 4;
    margin-top: 15px;
  }
  .footer .cont_all .cont .item:nth-child(n+6) {
    margin-top: 0;
  }
  .footer .cont_all .cont .item .info {
    margin-left: 15px;
    width: 320px;
  }
  .footer .cont_all .cont .item .info p {
    font-size: 14px;
    line-height: 14px;
  }
  .footer .cont_all .cont .item .info b,
  .footer .cont_all .cont .item .info a {
    display: block;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    margin-top: 4px;
    font-weight: 700;
  }
  .footer .cont_all .mmap {
    width: 100%;
    height: 350px;
    margin-top: 40px;
    border-radius: 20px;
    overflow: hidden;
  }
  .footer .cont_all .ip {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    text-align: center;
  }
  .footer .cont_all .ip p {
    width: 100%;
    color: #636363;
    font-size: 14px;
    line-height: 130%;
  }
  .footer .cont_all .ip p:nth-child(n+2) {
    text-align: center;
    margin-top: 15px;
  }
  #big-modal_video {
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .video_pop {
    width: 320px;
    height: 280px;
    border-radius: 20px;
  }
  .vidget {
    display: flex;
    flex-direction: column;
    right: 15px;
    bottom: 20px;
    z-index: 999;
    position: fixed;
  }
  .vidget a {
    width: 35px;
    height: 35px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .vidget a:nth-child(2) {
    margin: 7px 0;
  }
  .vidget a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .forma_pop {
    width: 320px;
    padding: 30px 30px;
    background: #eaebf1;
    border-radius: 20px;
  }
  .forma_pop form {
    flex-direction: column;
    margin-top: 20px;
  }
  .forma_pop h4 {
    color: #333;
    font-size: 22px;
    font-weight: 600;
    line-height: 24px;
  }
  .forma_pop > p {
    color: #333;
    margin-top: 5px;
    line-height: 18px;
    font-size: 14px;
  }
  .forma_pop .button {
    height: 70px;
    border-radius: 10px;
    margin-left: 0px;
    width: 100%;
  }
  .forma_pop input,
  .forma_pop button {
    border-radius: 10px;
    height: 70px;
    width: 100%;
  }
  .forma_pop input {
    height: 60px;
    margin-bottom: 10px;
    background-color: #fff;
    font-size: 16px;
    padding: 20px 20px 20px 20px;
  }
  .forma_pop small {
    margin-top: 10px;
    font-size: 12px;
    line-height: 16px;
    display: block;
    color: #8d8d8d;
    text-align: center;
  }
}
input[type=tel],
input[type=submit],
input[type=text],
input[type=name],
textarea {
  -webkit-appearance: none;
}

img {
  pointer-events: none !important;
}

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

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

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

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

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

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

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

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

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

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

.fa-phone {
  margin-right: 3px;
  margin-top: 3px;
}

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

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

.owl-stage {
  display: flex;
}

.owl-item {
  opacity: 1;
}

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

.owl-next,
.owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 44%;
  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: -35px;
  transition: ease-in-out 0.2s;
}

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

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

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

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

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

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

.disabled {
  margin-top: 0 !important;
}

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