@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;
  }
  h1,
  h2,
  h3,
  h4,
  h5 {
    font-family: "NEXT ART", sans-serif !important;
  }
  .font {
    font-family: "NEXT ART", sans-serif !important;
  }
  body {
    color: #333333;
    font-family: "Ford Antenna", 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;
  }
  .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: linear-gradient(to bottom, #fff, #fff);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }
  section {
    padding: 80px 0 90px 0;
  }
  .bg_dark {
    background-image: linear-gradient(45deg, #dee2f4, #f2f3f7);
    background-size: cover;
    background-position: center center;
    position: relative;
    color: #333;
  }
  .bg_dark h3 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    line-height: 130%;
  }
  .bg_dark h3 b {
    font-weight: 700;
  }
  .bg_dark h3 small {
    display: block;
    font-family: "Ford Antenna", sans-serif !important;
    font-weight: 200;
    margin-top: 15px;
    font-size: 30px;
  }
  .color {
    background: -webkit-linear-gradient(-90deg, #ea9c16, #ea9c16);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-box-decoration-break: clone;
    display: inline-block;
  }
  header {
    padding-bottom: 80px;
    overflow: hidden;
  }
  h3 {
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    line-height: 130%;
  }
  h3 b {
    font-weight: 800;
  }
  h3 small {
    display: block;
    font-size: 24px;
    font-weight: 200;
  }
  h3 span {
    font-weight: 500;
    color: #008aff;
  }
  .button {
    cursor: pointer;
    border-radius: 5px;
    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 bottom, #f9d360, #ea9c16);
    font-family: "NEXT ART", sans-serif !important;
    cursor: pointer;
    border: none;
    color: #fff;
    font-weight: 600;
    transition: background 0.2s ease;
    width: 100%;
    transition: 0.3s;
    padding: 0 20px;
  }
  .button button p {
    position: relative;
    z-index: 1;
    font-size: 24px;
    line-height: 125%;
  }
  .button button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-image: linear-gradient(to top, #f9d360, #ea9c16);
    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: 60px;
  }
  .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: row;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }
  .menu .social p {
    margin-left: 15px;
    font-weight: 300;
    line-height: 140%;
    font-size: 16px;
  }
  .menu .social p b {
    display: block;
    font-weight: 700;
  }
  .menu .social img {
    width: 60px;
    height: 60px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu .social .items {
    display: flex;
    justify-content: space-between;
    margin-left: 0px;
  }
  .menu .social .items a {
    height: 45px;
    width: auto;
  }
  .menu .social .items a:nth-child(n+2) {
    margin-left: 12px;
  }
  .menu .social .items a img {
    width: 100%;
    height: 100%;
  }
  .menu .tel {
    text-align: left;
    margin-left: 0;
    margin-right: 40px;
  }
  .menu .tel p {
    font-weight: 300;
    line-height: 16px;
  }
  .menu .tel a {
    font-size: 26px;
    line-height: 26px;
    font-weight: 700;
    text-decoration: none;
    color: #333;
    margin-top: 7px;
    display: block;
  }
  .menu .tel .email {
    display: none;
  }
  .menu .mail {
    text-align: left;
    margin-left: auto;
    margin-right: 40px;
  }
  .menu .mail p {
    font-weight: 300;
    line-height: 16px;
  }
  .menu .mail a {
    font-size: 26px;
    line-height: 26px;
    font-weight: 700;
    text-decoration: none;
    color: #333;
    margin-top: 7px;
    display: block;
  }
  .main {
    padding-top: 135px;
    display: flex;
    justify-content: space-between;
  }
  .main .left {
    width: 675px;
    position: relative;
    z-index: 2;
  }
  .main .left h1 {
    font-size: 43px;
    font-weight: 800;
    line-height: 120%;
  }
  .main .left h1 span {
    background: -webkit-linear-gradient(-90deg, #ea9c16, #ea9c16);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-box-decoration-break: clone;
    font-weight: 800;
  }
  .main .left .h1_dop {
    margin-top: 55px;
    font-size: 30px;
    line-height: 120%;
    font-weight: 100;
    width: 580px;
    font-weight: 200;
  }
  .main .left .plusi {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    margin-left: 0px;
    width: 640px;
  }
  .main .left .plusi .plus {
    width: -moz-max-content;
    width: max-content;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    display: flex;
  }
  .main .left .plusi .plus img {
    height: 30px;
  }
  .main .left .plusi .plus .svg-icon {
    fill: red !important; /* Устанавливаем цвет заливки SVG */
  }
  .main .left .plusi .plus:nth-child(n+3) {
    margin-top: 15px;
  }
  .main .left .plusi .plus:nth-child(n+2) {
    margin-left: 15px;
  }
  .main .left .plusi .plus:nth-child(3) {
    margin-left: 0;
  }
  .main .left .plusi .plus:nth-child(5) {
    margin-left: 0;
  }
  .main .left .plusi .plus b {
    display: block;
    font-size: 17px;
    position: relative;
    display: flex;
    align-items: center;
    line-height: 17px;
    font-weight: 500;
    margin-left: 10px;
  }
  .main .left .plusi .plus p {
    font-weight: 300;
    color: #333;
    margin-top: 5px;
  }
  .main .left .button {
    margin-top: 20px;
    position: relative;
    z-index: 3;
  }
  .main .left .right {
    width: 400px;
    position: absolute;
    right: -485px;
    height: 718px;
    top: 0;
    z-index: 4;
  }
  .main .left .right > img {
    width: 730px;
    position: absolute;
    right: -80px;
    bottom: 40px;
    z-index: 3;
  }
  .main .left .right .main_img {
    width: 650px;
    left: -240px;
    z-index: 0;
    bottom: -110px;
  }
  .main .left .right .main_img2 {
    z-index: 0;
    position: relative;
    left: -350px;
    bottom: -210px;
    width: 750px;
  }
  .main .left .right .china {
    padding: 20px;
    background: linear-gradient(135deg, #515151, #2c2c2c);
    position: absolute;
    margin-top: 12px;
    right: 0;
    width: 350px;
    border-radius: 5px;
    color: #fff;
    z-index: 2;
  }
  .main .left .right .china .flag {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    opacity: 0.5;
  }
  .main .left .right .china p {
    width: 204px;
    font-weight: 200;
    position: relative;
    z-index: 3;
    line-height: 130%;
  }
  .main .left .right .china .items {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    position: relative;
    z-index: 3;
  }
  .main .left .right .china .items .big {
    height: 40px;
  }
  .main .left .right .china .items img {
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    height: 28px;
  }
  /*TABS*/
  /* Базовый контейнер табов */
  /* стили вкладок (табов) */
  .tabs {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    justify-content: space-between;
  }
  .tabs label {
    display: table-cell;
    width: 32%;
    margin: 0 0 -1px;
    padding: 30px 20px;
    font-weight: bold;
    /* text-transform: uppercase; */
    text-align: center;
    vertical-align: middle;
    color: #333;
    background-image: linear-gradient(45deg, #dee2f4, #f2f3f7);
    border-radius: 5px;
    box-shadow: 0 10px 20px rgba(36, 44, 51, 0.03);
  }
  .tabs label img {
    height: 110px;
  }
  .tabs label p {
    font-weight: 600;
    margin-top: 0px;
    font-size: 19px;
  }
  /* изменения стиля заголовков вкладок при наведении */
  .tabs label:hover {
    color: #fff;
    cursor: pointer;
    background-image: linear-gradient(to right, rgba(81, 81, 81, 0.6588235294), rgba(44, 44, 44, 0.6705882353) 100%);
  }
  /* стили для активной вкладки */
  .tabs input:checked + label {
    color: #fff;
    background: linear-gradient(135deg, #515151, #2c2c2c);
  }
  /* активация секций с помощью переключателя :checked */
  #tab1:checked ~ #content1,
  #tab2:checked ~ #content2,
  #tab3:checked ~ #content3,
  #tab4:checked ~ #content4 {
    display: flex;
    flex-direction: column;
  }
  /* стили секций с содержанием */
  .tabs section {
    display: none;
    width: 100%;
    margin-top: 60px;
    border-radius: 10px;
  }
  .tabs input {
    display: none;
  }
  /*TABS END*/
  .tabs section {
    padding: 0;
  }
  .catalog_main_bg h3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
  }
  .catalog_main_bg h3 b {
    display: block;
    font-weight: 700;
  }
  .catalog_main {
    display: flex;
    justify-content: space-between;
  }
  .catalog_main a {
    text-decoration: none;
  }
  .catalog_main .item {
    width: 31%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 20px;
    background-image: linear-gradient(45deg, #dee2f4, #f2f3f7);
    margin-top: 40px;
    border-radius: 5px;
  }
  .catalog_main .item p {
    color: #333;
    text-align: center;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 300;
  }
  .catalog_main .item:hover p {
    text-decoration: underline;
  }
  .catalog_main .item img {
    width: 100%;
    height: 220px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .catalog_main .item .small {
    width: auto;
    height: 45px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    margin-bottom: 20px;
  }
  .catalog {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0px;
  }
  .catalog .item {
    width: 31%;
  }
  .catalog .item:nth-child(n+4) {
    margin-top: 50px;
  }
  .catalog .item img {
    width: 100%;
    height: 250px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .catalog .item > b {
    font-size: 22px;
    margin-top: 20px;
    display: block;
  }
  .catalog .item > p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 14px;
    text-transform: lowercase;
  }
  .catalog .item small {
    line-height: 140%;
    display: block;
    margin-top: 15px;
    color: #6d6d6d;
  }
  .catalog .item span {
    display: block;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 300;
  }
  .catalog .item .button {
    width: 100%;
    height: 80px;
    margin-top: 20px;
  }
  .zapros {
    background-image: linear-gradient(90deg, rgba(222, 226, 244, 0.96) 0%, rgb(242, 243, 247) 100%), url(../img/bg1/bg1.jpg);
    background-size: cover;
    background-position: center center;
    padding: 60px;
    color: #333;
    margin-top: 60px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
  }
  .zapros .left {
    width: 550px;
  }
  .zapros .left h3 {
    text-align: left;
  }
  .zapros .left > p {
    font-size: 24px;
    font-weight: 200;
    line-height: 135%;
    margin-top: 15px;
    width: 482px;
  }
  .zapros .left > img {
    width: 570px;
    position: absolute;
    right: 60px;
    top: 60px;
  }
  .zapros .left .button {
    margin-top: 50px;
  }
  .zapros .left .button button {
    background: linear-gradient(135deg, #515151, #2c2c2c);
  }
  .zapros .left .button button p small {
    display: block;
    font-weight: 200;
    font-size: 18px;
  }
  .bg2_all {
    position: relative;
    background-image: linear-gradient(45deg, #dee2f4, #f2f3f7);
  }
  .bg2_all .fon {
    position: absolute;
    right: 0;
    height: 100%;
    width: 70%;
    top: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-mask-image: linear-gradient(to right, transparent 20%, black 75%);
    mask-image: linear-gradient(to right, transparent 20%, black 75%);
  }
  .bg2 {
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  .bg2 .left {
    width: 750px;
  }
  .bg2 .left h3 {
    width: 100%;
    text-align: left;
    width: 700px;
    font-weight: 700;
  }
  .bg2 .left h3 b {
    font-weight: 700;
  }
  .bg2 .left > p {
    font-size: 20px;
    font-weight: 300;
    line-height: 160%;
    margin-top: 20px;
    width: 635px;
  }
  .bg2 .left .items {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
  }
  .bg2 .left .items .item {
    padding: 30px 25px;
    color: #fff;
    text-align: center;
    width: 48%;
    border-radius: 5px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
  }
  .bg2 .left .items .item img {
    position: absolute;
    left: 20px;
    height: 80%;
  }
  .bg2 .left .items .item b {
    font-size: 24px;
    line-height: 24px;
    display: block;
  }
  .bg2 .left .items .item p {
    font-weight: 200;
    font-size: 15px;
    line-height: 140%;
    margin-top: 10px;
  }
  .bg2 .left .items .item:nth-child(1) {
    background-image: linear-gradient(to bottom, #ff8980, #f32818);
  }
  .bg2 .left .items .item:nth-child(2) {
    background-image: linear-gradient(to bottom, #6094e5, #2358aa);
  }
  .bg2 .left .right {
    position: absolute;
    width: 350px;
    bottom: 0px;
    right: 20px;
    z-index: 3;
  }
  .bg2 .left .right img {
    position: absolute;
    bottom: -90px;
    width: 425px;
    right: 0;
  }
  .bg2 .left .right .name {
    position: absolute;
    bottom: 90px;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .bg2 .left .right .name p {
    background: linear-gradient(135deg, #515151, #2c2c2c);
    color: #fff;
    font-weight: 200;
    width: -moz-max-content;
    width: max-content;
    padding: 5px 15px;
    border-radius: 3px;
  }
  .bg2 .left .right .name p:nth-child(n+2) {
    font-weight: 500;
    margin-top: 3px;
  }
  .brands {
    background: linear-gradient(135deg, #515151, #2c2c2c);
    height: 100px;
    padding: 0;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }
  .brands img {
    height: 50px;
  }
  .cases_all {
    position: relative;
  }
  .cases_all h3 {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  .cases_all .cases {
    display: flex;
    justify-content: space-between;
    margin-top: 55px;
    flex-wrap: wrap;
  }
  .cases_all .cases .case {
    width: 560px;
    background: #fff;
    padding: 40px;
    border-radius: 5px;
    color: #333;
  }
  .cases_all .cases .case:nth-child(n+3) {
    margin-top: 50px;
  }
  .cases_all .cases .case p {
    font-weight: 300;
    width: 100%;
  }
  .cases_all .cases .case p b {
    font-size: 24px !important;
    display: block;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .cases_all .cases .case > b {
    margin-top: 10px;
    display: block;
    font-weight: 500;
  }
  .cases_all .cases .case .img {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .cases_all .cases .case .img a {
    width: 30%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    height: 200px;
  }
  .cases_all .cases .case .img a:nth-child(n+4) {
    margin-top: 20px;
  }
  .cases_all .cases .case .img a img {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 3px;
  }
  .cases_all .plusi {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
  }
  .cases_all .plusi .item {
    display: flex;
    align-items: center;
  }
  .cases_all .plusi .item:nth-child(1) p {
    width: 285px;
  }
  .cases_all .plusi .item:nth-child(2) p {
    width: 240px;
  }
  .cases_all .plusi .item:nth-child(3) p {
    width: 240px;
  }
  .cases_all .plusi .item .img {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #515151, #2c2c2c);
  }
  .cases_all .plusi .item p {
    margin-left: 20px;
    font-size: 18px;
    font-weight: 300;
    line-height: 145%;
  }
  .cases_all .owl-prev {
    left: 250px;
    transition: ease-in-out 0.2s;
  }
  .cases_all .owl-next {
    right: 250px;
    transition: ease-in-out 0.2s;
  }
  .zayavka {
    background-image: linear-gradient(45deg, #fff, #fff);
    margin-top: 60px;
    padding: 60px 70px;
    border-radius: 5px;
    position: relative;
  }
  .zayavka img {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    border-radius: 5px;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-mask-image: linear-gradient(to right, transparent 5%, black 80%);
    mask-image: linear-gradient(to right, transparent 0%, black 80%);
  }
  .zayavka .img_2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    border-radius: 5px;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-mask-image: linear-gradient(to right, transparent 10%, black 60%);
    mask-image: linear-gradient(to right, transparent 10%, black 60%);
  }
  .zayavka .name {
    position: absolute;
    bottom: 100px;
    right: 70px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .zayavka .name p {
    background: linear-gradient(135deg, #515151, #2c2c2c);
    color: #fff;
    font-weight: 200;
    width: -moz-max-content;
    width: max-content;
    padding: 5px 15px;
    border-radius: 3px;
  }
  .zayavka .name p:nth-child(n+2) {
    font-weight: 500;
    margin-top: 3px;
  }
  .zayavka .left {
    width: 590px;
    position: relative;
    z-index: 3;
    color: #333;
  }
  .zayavka .left h3 {
    font-size: 40px;
    text-align: left;
    width: 100%;
    font-weight: 700;
  }
  .zayavka .left h3 b {
    background: -webkit-linear-gradient(-90deg, #ea9c16, #ea9c16);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-box-decoration-break: clone;
    font-weight: 700;
  }
  .zayavka .left ul {
    margin-left: 20px;
    width: 550px;
  }
  .zayavka .left ul li {
    list-style-type: none;
    position: relative;
    font-size: 20px;
    font-weight: 300;
    line-height: 140%;
    margin-top: 25px;
  }
  .zayavka .left ul li::before {
    position: absolute;
    content: "";
    left: -20px;
    top: 11px;
    width: 7px;
    height: 7px;
    background: linear-gradient(-90deg, #f9d360, #ea9c16);
    background-size: cover;
    border-radius: 50%;
  }
  .zayavka .left .button {
    margin-top: 50px;
  }
  .zayavka2 {
    background-image: linear-gradient(45deg, #dee2f4, #f2f3f7);
  }
  .o_nas .item {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .o_nas .item:nth-child(n+2) {
    margin-top: 70px;
  }
  .o_nas .item > img {
    width: 560px;
    border-radius: 5px;
    height: auto;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .o_nas .item .info {
    width: 555px;
    display: flex;
    flex-direction: column;
  }
  .o_nas .item .info h3 {
    text-align: left;
    font-weight: 700;
    font-size: 38px;
    line-height: 120%;
  }
  .o_nas .item .info h3 b {
    font-weight: 700;
  }
  .o_nas .item .info .plus {
    margin-top: 30px;
    display: flex;
  }
  .o_nas .item .info .plus .img {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #515151, #2c2c2c);
    margin-top: 2px;
  }
  .o_nas .item .info .plus .img img {
    width: 15px;
  }
  .o_nas .item .info .plus p {
    margin-left: 15px;
    font-size: 16px;
    font-weight: 300;
    line-height: 150%;
    width: 470px;
    margin-left: 20px;
    line-height: 140%;
  }
  .o_nas .item .info .plus p b {
    display: block;
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 5px;
  }
  .otz {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 40px;
    align-items: flex-start;
  }
  .otz a {
    width: 26%;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .otz a img {
    width: 100%;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 5px;
  }
  .etapi_all .h3_block {
    display: flex;
    align-items: center;
  }
  .etapi_all .h3_block h3 {
    text-align: left;
    width: 800px;
    font-weight: 700;
  }
  .etapi_all .h3_block h3 b {
    font-weight: 700;
  }
  .etapi_all .h3_block p {
    width: 360px;
    text-align: center;
    background: linear-gradient(135deg, #515151, #2c2c2c);
    padding: 15px 20px;
    border-radius: 5px;
    font-weight: 300;
    color: #fff;
  }
  .etapi_all .etapi {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    flex-wrap: wrap;
  }
  .etapi_all .etapi .item {
    width: 30%;
  }
  .etapi_all .etapi .item:nth-child(n+4) {
    margin-top: 50px;
  }
  .etapi_all .etapi .item .img {
    width: 100%;
    height: 220px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
  }
  .etapi_all .etapi .item .img p {
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 0 5px 0 5px;
    background: linear-gradient(135deg, #515151, #2c2c2c);
    height: 60px;
    width: 60px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    font-weight: 600;
  }
  .etapi_all .etapi .item .img img {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .etapi_all .etapi .item b {
    display: block;
    margin-top: 20px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
  }
  .etapi_all .etapi .item > p {
    margin-top: 8px;
    font-weight: 300;
  }
  .footer {
    display: flex;
    justify-content: space-between;
  }
  .footer .mmap {
    width: 780px;
    border-radius: 5px;
    overflow: hidden;
  }
  .footer .left {
    width: 310px;
  }
  .footer .left h3 {
    text-align: left;
    margin-bottom: 30px;
  }
  .footer .left .cont {
    font-size: 22px;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
  }
  .footer .left .cont:nth-child(n+2) {
    margin-top: 25px;
  }
  .footer .left .cont p {
    font-weight: 200;
  }
  .footer .left .cont b,
  .footer .left .cont a {
    text-decoration: none;
    color: #333;
    font-weight: 700;
    margin-top: 5px;
    display: block;
    line-height: 140%;
  }
  .forma_pop {
    margin-top: 0px;
    width: 450px;
    background-image: linear-gradient(45deg, #dee2f4, #f2f3f7);
    padding: 50px;
    border-radius: 5px;
    color: #333;
  }
  .forma_pop h4 {
    margin-bottom: 0px;
    font-size: 20px;
    width: 100%;
    font-weight: 800;
    line-height: 140%;
  }
  .forma_pop > p {
    margin-top: 5px;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 400;
    line-height: 140%;
  }
  .forma_pop form {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .forma_pop form input {
    width: 100%;
    height: 65px;
    padding: 0px 20px 0px 20px !important;
    border: 1px solid #d7d0c1;
  }
  .forma_pop form input:nth-child(n+3) {
    margin-left: 0px;
    margin-top: 0px;
  }
  .forma_pop form label {
    font-size: 14px;
    margin-bottom: 3px;
    font-weight: 600;
  }
  .forma_pop form label:nth-child(n+2) {
    margin-top: 15px;
  }
  .forma_pop form textarea {
    border: none;
    max-height: 120px;
    min-height: 120px;
    min-width: 100%;
    max-width: 100%;
    padding: 20px 30px 20px 30px;
    font-size: 16px;
    border-radius: 5px;
    font-family: "Ford Antenna", sans-serif !important;
  }
  .forma_pop form small {
    margin-top: 10px;
    color: #b0afaf;
    font-weight: 300;
    text-align: center;
    font-size: 12px;
    line-height: 160%;
  }
  .forma_pop form .button {
    width: 100%;
    height: 80px;
    margin-top: 15px;
    margin-left: 0;
  }
  .forma_pop form .button button p {
    font-size: 20px;
  }
  .items_vidget {
    display: none;
  }
}
@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;
  }
  h1,
  h2,
  h3,
  h4,
  h5 {
    font-family: "NEXT ART", sans-serif !important;
  }
  .font {
    font-family: "NEXT ART", sans-serif !important;
  }
  body {
    color: #333333;
    font-family: "Ford Antenna", sans-serif !important;
    -webkit-overflow-scrolling: touch;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    overflow: 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: 80px;
    transition: transform 0.5s;
    z-index: 30;
    display: flex;
    align-items: center;
  }
  .cd-auto-hide-header.is-hidden {
    transform: translateY(0%);
  }
  .animate {
    background: linear-gradient(to bottom, #fff, #fff);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }
  section {
    padding: 80px 0 90px 0;
  }
  .bg_dark {
    background-image: linear-gradient(45deg, #dee2f4, #f2f3f7);
    background-size: cover;
    background-position: center center;
    position: relative;
    color: #333;
  }
  .bg_dark h3 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    line-height: 130%;
  }
  .bg_dark h3 b {
    font-weight: 700;
  }
  .bg_dark h3 small {
    display: block;
    font-family: "Ford Antenna", sans-serif !important;
    font-weight: 200;
    margin-top: 15px;
    font-size: 30px;
  }
  .color {
    background: -webkit-linear-gradient(-90deg, #ea9c16, #ea9c16);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-box-decoration-break: clone;
    display: inline-block;
  }
  header {
    padding-bottom: 80px;
    overflow: hidden;
  }
  h3 {
    font-size: 36px;
    font-weight: 300;
    text-align: center;
    line-height: 130%;
  }
  h3 b {
    font-weight: 800;
  }
  h3 small {
    display: block;
    font-size: 22px;
    font-weight: 200;
    line-height: 130%;
    margin-top: 10px;
  }
  h3 span {
    font-weight: 500;
    color: #008aff;
  }
  .button {
    cursor: pointer;
    border-radius: 5px;
    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 bottom, #f9d360, #ea9c16);
    font-family: "NEXT ART", sans-serif !important;
    cursor: pointer;
    border: none;
    color: #fff;
    font-weight: 600;
    transition: background 0.2s ease;
    width: 100%;
    transition: 0.3s;
    padding: 0 20px;
  }
  .button button p {
    position: relative;
    z-index: 1;
    font-size: 24px;
    line-height: 125%;
  }
  .button button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-image: linear-gradient(to top, #f9d360, #ea9c16);
    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: 50px;
  }
  .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: row;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }
  .menu .social p {
    margin-left: 15px;
    font-weight: 300;
    line-height: 140%;
    font-size: 16px;
  }
  .menu .social p b {
    display: block;
    font-weight: 700;
  }
  .menu .social img {
    width: 60px;
    height: 60px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu .social .items {
    display: flex;
    justify-content: space-between;
    margin-left: 0px;
  }
  .menu .social .items a {
    height: 45px;
    width: auto;
  }
  .menu .social .items a:nth-child(n+2) {
    margin-left: 12px;
  }
  .menu .social .items a img {
    width: 100%;
    height: 100%;
  }
  .menu .tel {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .menu .tel p {
    font-weight: 300;
    line-height: 16px;
    display: none;
  }
  .menu .tel a {
    font-size: 26px;
    line-height: 26px;
    font-weight: 700;
    text-decoration: none;
    color: #333;
    margin-top: 0px;
    display: block;
    width: 100%;
  }
  .menu .tel .email {
    display: flex;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3px;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
  }
  .menu .mail {
    text-align: left;
    margin-left: auto;
    margin-right: 40px;
    display: none;
  }
  .menu .mail p {
    font-weight: 300;
    line-height: 16px;
  }
  .menu .mail a {
    font-size: 26px;
    line-height: 26px;
    font-weight: 700;
    text-decoration: none;
    color: #333;
    margin-top: 7px;
    display: block;
  }
  .main {
    padding-top: 135px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .main .left {
    width: 100%;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .main .left h1 {
    font-size: 46px;
    font-weight: 800;
    line-height: 120%;
    text-align: center;
  }
  .main .left h1 span {
    background: -webkit-linear-gradient(-90deg, #ea9c16, #ea9c16);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-box-decoration-break: clone;
    font-weight: 800;
  }
  .main .left .h1_dop {
    margin-top: 55px;
    font-size: 30px;
    line-height: 120%;
    font-weight: 100;
    width: 100%;
    font-weight: 200;
    text-align: center;
  }
  .main .left .plusi {
    display: flex;
    flex-wrap: wrap;
    margin-top: -200px;
    margin-left: 0px;
    width: 540px;
    position: relative;
    z-index: 4;
    margin-left: auto;
    margin-right: auto;
  }
  .main .left .plusi .plus {
    width: -moz-max-content;
    width: max-content;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    display: flex;
  }
  .main .left .plusi .plus img {
    height: 30px;
  }
  .main .left .plusi .plus .svg-icon {
    fill: red !important; /* Устанавливаем цвет заливки SVG */
  }
  .main .left .plusi .plus:nth-child(n+3) {
    margin-top: 15px;
  }
  .main .left .plusi .plus:nth-child(n+2) {
    margin-left: 15px;
  }
  .main .left .plusi .plus:nth-child(3) {
    margin-left: 0;
  }
  .main .left .plusi .plus:nth-child(5) {
    margin-left: 0;
  }
  .main .left .plusi .plus b {
    display: block;
    font-size: 17px;
    position: relative;
    display: flex;
    align-items: center;
    line-height: 17px;
    font-weight: 500;
    margin-left: 10px;
  }
  .main .left .plusi .plus p {
    font-weight: 300;
    color: #333;
    margin-top: 5px;
  }
  .main .left .button {
    margin-top: 20px;
    position: relative;
    z-index: 3;
  }
  .main .left .right {
    width: 400px;
    position: relative;
    right: auto;
    left: auto;
    height: 718px;
    top: 0;
    z-index: 4;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }
  .main .left .right > img {
    width: 730px;
    position: absolute;
    right: -80px;
    bottom: 40px;
    z-index: 3;
  }
  .main .left .right .main_img {
    width: 650px;
    left: -240px;
    z-index: 0;
    bottom: -110px;
  }
  .main .left .right .main_img2 {
    z-index: 0;
    position: relative;
    left: -350px;
    bottom: -210px;
    width: 750px;
  }
  .main .left .right .china {
    padding: 20px;
    background: linear-gradient(135deg, #515151, #2c2c2c);
    position: absolute;
    margin-top: 12px;
    right: 0;
    width: 350px;
    border-radius: 5px;
    color: #fff;
    z-index: 2;
    right: auto;
    left: auto;
  }
  .main .left .right .china .flag {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    opacity: 0.5;
  }
  .main .left .right .china p {
    width: 204px;
    font-weight: 200;
    position: relative;
    z-index: 3;
    line-height: 130%;
  }
  .main .left .right .china .items {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    position: relative;
    z-index: 3;
  }
  .main .left .right .china .items .big {
    height: 40px;
  }
  .main .left .right .china .items img {
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    height: 28px;
  }
  /*TABS*/
  /* Базовый контейнер табов */
  /* стили вкладок (табов) */
  .tabs {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    justify-content: space-between;
  }
  .tabs label {
    display: table-cell;
    width: 32%;
    margin: 0 0 -1px;
    padding: 30px 20px;
    font-weight: bold;
    /* text-transform: uppercase; */
    text-align: center;
    vertical-align: middle;
    color: #333;
    background-image: linear-gradient(45deg, #dee2f4, #f2f3f7);
    border-radius: 5px;
    box-shadow: 0 10px 20px rgba(36, 44, 51, 0.03);
  }
  .tabs label img {
    height: 110px;
  }
  .tabs label p {
    font-weight: 600;
    margin-top: 0px;
    font-size: 19px;
  }
  /* изменения стиля заголовков вкладок при наведении */
  .tabs label:hover {
    color: #fff;
    cursor: pointer;
    background-image: linear-gradient(to right, rgba(81, 81, 81, 0.6588235294), rgba(44, 44, 44, 0.6705882353) 100%);
  }
  /* стили для активной вкладки */
  .tabs input:checked + label {
    color: #fff;
    background: linear-gradient(135deg, #515151, #2c2c2c);
  }
  /* активация секций с помощью переключателя :checked */
  #tab1:checked ~ #content1,
  #tab2:checked ~ #content2,
  #tab3:checked ~ #content3,
  #tab4:checked ~ #content4 {
    display: flex;
    flex-direction: column;
  }
  /* стили секций с содержанием */
  .tabs section {
    display: none;
    width: 100%;
    margin-top: 60px;
    border-radius: 10px;
  }
  .tabs input {
    display: none;
  }
  /*TABS END*/
  .tabs section {
    padding: 0;
  }
  .catalog_main_bg h3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
  }
  .catalog_main_bg h3 b {
    display: block;
    font-weight: 700;
  }
  .catalog_main {
    display: flex;
    justify-content: space-between;
  }
  .catalog_main a {
    text-decoration: none;
  }
  .catalog_main .item {
    width: 31%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 20px;
    background-image: linear-gradient(45deg, #dee2f4, #f2f3f7);
    margin-top: 40px;
    border-radius: 5px;
  }
  .catalog_main .item p {
    color: #333;
    text-align: center;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 300;
  }
  .catalog_main .item:hover p {
    text-decoration: underline;
  }
  .catalog_main .item img {
    width: 100%;
    height: 220px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .catalog_main .item .small {
    width: auto;
    height: 45px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    margin-bottom: 20px;
  }
  .catalog {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0px;
  }
  .catalog .item {
    width: 47%;
  }
  .catalog .item:nth-child(n+3) {
    margin-top: 40px;
  }
  .catalog .item img {
    width: 100%;
    height: 250px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .catalog .item > b {
    font-size: 22px;
    margin-top: 20px;
    display: block;
  }
  .catalog .item > p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 14px;
    text-transform: lowercase;
  }
  .catalog .item small {
    line-height: 140%;
    display: block;
    margin-top: 15px;
    color: #6d6d6d;
  }
  .catalog .item span {
    display: block;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 300;
  }
  .catalog .item .button {
    width: 100%;
    height: 80px;
    margin-top: 20px;
  }
  .zapros {
    background-image: linear-gradient(90deg, rgba(222, 226, 244, 0.96) 0%, rgb(242, 243, 247) 100%), url(../img/bg1/bg1.jpg);
    background-size: cover;
    background-position: center center;
    padding: 60px;
    color: #333;
    margin-top: 60px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
  }
  .zapros .left {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .zapros .left h3 {
    text-align: center;
  }
  .zapros .left > p {
    font-size: 24px;
    font-weight: 200;
    line-height: 135%;
    margin-top: 15px;
    text-align: center;
  }
  .zapros .left > img {
    width: 570px;
    position: absolute;
    right: auto;
    left: auto;
    bottom: -80px;
    top: auto;
  }
  .zapros .left .button {
    margin-top: 330px;
    width: 100%;
  }
  .zapros .left .button button {
    background: linear-gradient(135deg, #515151, #2c2c2c);
  }
  .zapros .left .button button p small {
    display: block;
    font-weight: 200;
    font-size: 18px;
  }
  .bg2_all {
    position: relative;
    background-image: linear-gradient(45deg, #dee2f4, #f2f3f7);
  }
  .bg2_all .fon {
    position: absolute;
    right: 0;
    height: 60%;
    width: 100%;
    top: auto;
    bottom: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 100%);
  }
  .bg2 {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .bg2 .left {
    width: 100%;
  }
  .bg2 .left h3 {
    width: 100%;
    text-align: center;
    font-weight: 700;
  }
  .bg2 .left h3 b {
    font-weight: 700;
  }
  .bg2 .left > p {
    font-size: 20px;
    font-weight: 300;
    line-height: 160%;
    margin-top: 20px;
    width: 635px;
    text-align: center;
  }
  .bg2 .left .items {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
  }
  .bg2 .left .items .item {
    padding: 30px 25px;
    color: #fff;
    text-align: center;
    width: 48%;
    border-radius: 5px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
  }
  .bg2 .left .items .item img {
    position: absolute;
    left: 20px;
    height: 80%;
  }
  .bg2 .left .items .item b {
    font-size: 24px;
    line-height: 24px;
    display: block;
  }
  .bg2 .left .items .item p {
    font-weight: 200;
    font-size: 15px;
    line-height: 140%;
    margin-top: 10px;
  }
  .bg2 .left .items .item:nth-child(1) {
    background-image: linear-gradient(to bottom, #ff8980, #f32818);
  }
  .bg2 .left .items .item:nth-child(2) {
    background-image: linear-gradient(to bottom, #6094e5, #2358aa);
  }
  .bg2 .left .right {
    position: absolute;
    width: 350px;
    bottom: 0px;
    right: 20px;
    z-index: 3;
  }
  .bg2 .left .right img {
    position: absolute;
    bottom: -90px;
    width: 425px;
    right: 0;
  }
  .bg2 .left .right .name {
    position: absolute;
    bottom: 90px;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .bg2 .left .right .name p {
    background: linear-gradient(135deg, #515151, #2c2c2c);
    color: #fff;
    font-weight: 200;
    width: -moz-max-content;
    width: max-content;
    padding: 5px 15px;
    border-radius: 3px;
  }
  .bg2 .left .right .name p:nth-child(n+2) {
    font-weight: 500;
    margin-top: 3px;
  }
  .brands {
    background: linear-gradient(135deg, #515151, #2c2c2c);
    height: 100px;
    padding: 0;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }
  .brands img {
    height: 50px;
  }
  .cases_all {
    position: relative;
  }
  .cases_all h3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .cases_all .cases {
    display: flex;
    justify-content: space-between;
    margin-top: 55px;
    flex-wrap: wrap;
  }
  .cases_all .cases .case {
    width: 560px;
    background: #fff;
    padding: 40px;
    border-radius: 5px;
    color: #333;
  }
  .cases_all .cases .case:nth-child(n+3) {
    margin-top: 50px;
  }
  .cases_all .cases .case p {
    font-weight: 300;
    width: 100%;
  }
  .cases_all .cases .case p b {
    font-size: 24px !important;
    display: block;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .cases_all .cases .case > b {
    margin-top: 10px;
    display: block;
    font-weight: 500;
  }
  .cases_all .cases .case .img {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .cases_all .cases .case .img a {
    width: 30%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    height: 200px;
  }
  .cases_all .cases .case .img a:nth-child(n+4) {
    margin-top: 20px;
  }
  .cases_all .cases .case .img a img {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 3px;
  }
  .cases_all .plusi {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cases_all .plusi .item {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 30%;
  }
  .cases_all .plusi .item:nth-child(1) p {
    width: 100%;
  }
  .cases_all .plusi .item:nth-child(2) p {
    width: 100%;
  }
  .cases_all .plusi .item:nth-child(3) p {
    width: 100%;
  }
  .cases_all .plusi .item .img {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #515151, #2c2c2c);
  }
  .cases_all .plusi .item .img img {
    width: 20px;
  }
  .cases_all .plusi .item p {
    margin-top: 15px;
    margin-left: 0px;
    font-size: 18px;
    font-weight: 300;
    line-height: 145%;
    width: 100%;
  }
  .cases_all .owl-prev {
    left: 20px;
    top: 32%;
    transition: ease-in-out 0.2s;
  }
  .cases_all .owl-next {
    right: 20px;
    top: 32%;
    transition: ease-in-out 0.2s;
  }
  .zayavka {
    background-image: linear-gradient(45deg, #fff, #fff);
    margin-top: 60px;
    padding: 50px 40px;
    border-radius: 5px;
    position: relative;
  }
  .zayavka img {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 60%;
    border-radius: 5px;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 50%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 50%);
  }
  .zayavka .img_2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    border-radius: 5px;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-mask-image: linear-gradient(to right, transparent 10%, black 60%);
    mask-image: linear-gradient(to right, transparent 10%, black 60%);
  }
  .zayavka .name {
    position: absolute;
    bottom: 200px;
    right: 70px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .zayavka .name p {
    background: linear-gradient(135deg, #515151, #2c2c2c);
    color: #fff;
    font-weight: 200;
    width: -moz-max-content;
    width: max-content;
    padding: 5px 15px;
    border-radius: 3px;
  }
  .zayavka .name p:nth-child(n+2) {
    font-weight: 500;
    margin-top: 3px;
  }
  .zayavka .left {
    width: 100%;
    position: relative;
    z-index: 3;
    color: #333;
  }
  .zayavka .left h3 {
    font-size: 40px;
    text-align: left;
    width: 100%;
    font-weight: 700;
  }
  .zayavka .left h3 b {
    background: -webkit-linear-gradient(-90deg, #ea9c16, #ea9c16);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-box-decoration-break: clone;
    font-weight: 700;
  }
  .zayavka .left ul {
    margin-left: 20px;
    width: 550px;
  }
  .zayavka .left ul li {
    list-style-type: none;
    position: relative;
    font-size: 20px;
    font-weight: 300;
    line-height: 140%;
    margin-top: 25px;
  }
  .zayavka .left ul li::before {
    position: absolute;
    content: "";
    left: -20px;
    top: 11px;
    width: 7px;
    height: 7px;
    background: linear-gradient(-90deg, #f9d360, #ea9c16);
    background-size: cover;
    border-radius: 50%;
  }
  .zayavka .left .button {
    margin-top: 350px;
    width: 100%;
  }
  .zayavka2 {
    background-image: linear-gradient(45deg, #dee2f4, #f2f3f7);
  }
  .zayavka2 h3 {
    text-align: center !important;
  }
  .zayavka2 .ul_short {
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .zayavka2 .ul_short li {
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .zayavka2 .img_2 {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 60%;
    border-radius: 5px;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 100%);
  }
  .zayavka2 .button {
    margin-top: 200px !important;
  }
  .o_nas .item {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
  }
  .o_nas .item:nth-child(n+2) {
    margin-top: 70px;
  }
  .o_nas .item > img {
    width: 100%;
    height: 350px;
    border-radius: 5px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    order: 1;
  }
  .o_nas .item .info {
    width: 555px;
    display: flex;
    flex-direction: column;
    order: 2;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
  .o_nas .item .info h3 {
    text-align: center;
    font-weight: 700;
    font-size: 38px;
    line-height: 120%;
  }
  .o_nas .item .info h3 b {
    font-weight: 700;
  }
  .o_nas .item .info .plus {
    margin-top: 30px;
    display: flex;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .o_nas .item .info .plus .img {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #515151, #2c2c2c);
    margin-top: 2px;
  }
  .o_nas .item .info .plus .img img {
    width: 15px;
  }
  .o_nas .item .info .plus p {
    margin-left: 15px;
    font-size: 16px;
    font-weight: 300;
    line-height: 150%;
    width: 415px;
    margin-left: 20px;
    line-height: 140%;
  }
  .o_nas .item .info .plus p b {
    display: block;
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 5px;
  }
  .otz {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 40px;
    align-items: flex-start;
  }
  .otz a {
    width: 30%;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .otz a img {
    width: 100%;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 5px;
  }
  .etapi_all .h3_block {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .etapi_all .h3_block h3 {
    text-align: center;
    width: 100%;
    font-weight: 700;
  }
  .etapi_all .h3_block h3 b {
    font-weight: 700;
  }
  .etapi_all .h3_block p {
    width: 360px;
    text-align: center;
    background: linear-gradient(135deg, #515151, #2c2c2c);
    padding: 15px 20px;
    border-radius: 5px;
    font-weight: 300;
    color: #fff;
    margin-top: 20px;
  }
  .etapi_all .etapi {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    flex-wrap: wrap;
  }
  .etapi_all .etapi .item {
    width: 48%;
  }
  .etapi_all .etapi .item:nth-child(n+3) {
    margin-top: 50px;
  }
  .etapi_all .etapi .item .img {
    width: 100%;
    height: 220px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
  }
  .etapi_all .etapi .item .img p {
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 0 5px 0 5px;
    background: linear-gradient(135deg, #515151, #2c2c2c);
    height: 60px;
    width: 60px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    font-weight: 600;
  }
  .etapi_all .etapi .item .img img {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .etapi_all .etapi .item b {
    display: block;
    margin-top: 20px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
  }
  .etapi_all .etapi .item > p {
    margin-top: 8px;
    font-weight: 300;
  }
  .footer {
    display: flex;
    justify-content: space-between;
  }
  .footer .mmap {
    width: 300px;
    border-radius: 5px;
    overflow: hidden;
  }
  .footer .left {
    width: 310px;
  }
  .footer .left h3 {
    text-align: left;
    margin-bottom: 30px;
  }
  .footer .left .cont {
    font-size: 22px;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
  }
  .footer .left .cont:nth-child(n+2) {
    margin-top: 25px;
  }
  .footer .left .cont p {
    font-weight: 200;
  }
  .footer .left .cont b,
  .footer .left .cont a {
    text-decoration: none;
    color: #333;
    font-weight: 700;
    margin-top: 5px;
    display: block;
    line-height: 140%;
  }
  .box-modal {
    width: 400px !important;
  }
  .forma_pop {
    margin-top: 0px;
    width: 450px;
    background-image: linear-gradient(45deg, #dee2f4, #f2f3f7);
    padding: 50px;
    border-radius: 5px;
    color: #333;
  }
  .forma_pop h4 {
    margin-bottom: 0px;
    font-size: 20px;
    width: 100%;
    font-weight: 800;
    line-height: 140%;
  }
  .forma_pop > p {
    margin-top: 5px;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 400;
    line-height: 140%;
  }
  .forma_pop form {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .forma_pop form input {
    width: 100%;
    height: 65px;
    padding: 0px 20px 0px 20px !important;
    border: 1px solid #d7d0c1;
  }
  .forma_pop form input:nth-child(n+3) {
    margin-left: 0px;
    margin-top: 0px;
  }
  .forma_pop form label {
    font-size: 14px;
    margin-bottom: 3px;
    font-weight: 600;
  }
  .forma_pop form label:nth-child(n+2) {
    margin-top: 15px;
  }
  .forma_pop form textarea {
    border: none;
    max-height: 120px;
    min-height: 120px;
    min-width: 100%;
    max-width: 100%;
    padding: 20px 30px 20px 30px;
    font-size: 16px;
    border-radius: 5px;
    font-family: "Ford Antenna", sans-serif !important;
  }
  .forma_pop form small {
    margin-top: 10px;
    color: #b0afaf;
    font-weight: 300;
    text-align: center;
    font-size: 12px;
    line-height: 160%;
  }
  .forma_pop form .button {
    width: 100%;
    height: 80px;
    margin-top: 15px;
    margin-left: 0;
  }
  .forma_pop form .button button p {
    font-size: 20px;
  }
  .items_vidget {
    display: none;
  }
}
@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;
  }
  h1,
  h2,
  h3,
  h4,
  h5 {
    font-family: "NEXT ART", sans-serif !important;
  }
  .font {
    font-family: "NEXT ART", sans-serif !important;
  }
  body {
    color: #333333;
    font-family: "Ford Antenna", sans-serif !important;
    -webkit-overflow-scrolling: touch;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    overflow: hidden;
  }
  .container {
    max-width: 350px;
    min-width: 350px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .container2 {
    max-width: 350px;
    width: 100%;
    min-width: 350px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .cd-auto-hide-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 65px;
    transition: transform 0.5s;
    z-index: 30;
    display: flex;
    align-items: center;
  }
  .cd-auto-hide-header.is-hidden {
    transform: translateY(0%);
  }
  .animate {
    background: linear-gradient(to bottom, #fff, #fff);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }
  section {
    padding: 60px 0 60px 0;
  }
  .bg_dark {
    background-image: linear-gradient(45deg, #dee2f4, #f2f3f7);
    background-size: cover;
    background-position: center center;
    position: relative;
    color: #333;
  }
  .bg_dark h3 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    line-height: 130%;
  }
  .bg_dark h3 b {
    font-weight: 800;
  }
  .bg_dark h3 small {
    display: block;
    font-size: 16px;
    font-weight: 200;
    line-height: 140%;
    margin-top: 10px;
  }
  .color {
    background: -webkit-linear-gradient(-90deg, #ea9c16, #ea9c16);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-box-decoration-break: clone;
    display: inline-block;
  }
  header {
    padding-bottom: 80px;
    overflow: hidden;
  }
  h3 {
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    line-height: 130%;
  }
  h3 b {
    font-weight: 800;
  }
  h3 small {
    display: block;
    font-size: 16px;
    font-weight: 200;
    line-height: 140%;
    margin-top: 10px;
  }
  h3 span {
    font-weight: 500;
    color: #008aff;
  }
  .button {
    cursor: pointer;
    border-radius: 5px;
    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 bottom, #f9d360, #ea9c16);
    font-family: "NEXT ART", sans-serif !important;
    cursor: pointer;
    border: none;
    color: #fff;
    font-weight: 600;
    transition: background 0.2s ease;
    width: 100%;
    transition: 0.3s;
    padding: 0 20px;
  }
  .button button p {
    position: relative;
    z-index: 1;
    font-size: 18px;
    line-height: 125%;
  }
  .button button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-image: linear-gradient(to top, #f9d360, #ea9c16);
    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: 35px;
  }
  .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: row;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: none;
  }
  .menu .social p {
    margin-left: 15px;
    font-weight: 300;
    line-height: 140%;
    font-size: 16px;
  }
  .menu .social p b {
    display: block;
    font-weight: 700;
  }
  .menu .social img {
    width: 60px;
    height: 60px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu .social .items {
    display: flex;
    justify-content: space-between;
    margin-left: 0px;
  }
  .menu .social .items a {
    height: 45px;
    width: auto;
  }
  .menu .social .items a:nth-child(n+2) {
    margin-left: 12px;
  }
  .menu .social .items a img {
    width: 100%;
    height: 100%;
  }
  .menu .tel {
    text-align: right;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    flex-direction: column;
  }
  .menu .tel p {
    font-weight: 300;
    line-height: 16px;
    display: none;
  }
  .menu .tel a {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    text-decoration: none;
    color: #333;
    margin-top: 0px;
    display: block;
    width: 100%;
  }
  .menu .tel .email {
    display: flex;
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
    margin-left: auto;
    margin-right: 0;
    margin-top: 3px;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
  }
  .menu .mail {
    text-align: left;
    margin-left: auto;
    margin-right: 40px;
    display: none;
  }
  .menu .mail p {
    font-weight: 300;
    line-height: 16px;
  }
  .menu .mail a {
    font-size: 26px;
    line-height: 26px;
    font-weight: 700;
    text-decoration: none;
    color: #333;
    margin-top: 7px;
    display: block;
  }
  .main {
    padding-top: 90px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .main .left {
    width: 100%;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .main .left h1 {
    font-size: 22px;
    font-weight: 800;
    line-height: 120%;
    text-align: left;
  }
  .main .left h1 span {
    background: -webkit-linear-gradient(-90deg, #ea9c16, #ea9c16);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-box-decoration-break: clone;
    font-weight: 800;
  }
  .main .left .h1_dop {
    margin-top: 45px;
    font-size: 18px;
    line-height: 120%;
    font-weight: 100;
    width: 100%;
    font-weight: 200;
    text-align: center;
  }
  .main .left .plusi {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-left: 0px;
    width: 100%;
    position: relative;
    z-index: 4;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
  }
  .main .left .plusi .plus {
    width: -moz-max-content;
    width: max-content;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    width: 48%;
    align-items: center;
    justify-content: center;
  }
  .main .left .plusi .plus:nth-child(n+3) {
    margin-top: 10px;
  }
  .main .left .plusi .plus img {
    height: 25px;
    width: 25px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .main .left .plusi .plus .svg-icon {
    fill: red !important; /* Устанавливаем цвет заливки SVG */
  }
  .main .left .plusi .plus b {
    display: block;
    font-size: 12px;
    position: relative;
    display: flex;
    align-items: center;
    line-height: 15px;
    font-weight: 500;
    margin-left: 10px;
    width: 120px;
  }
  .main .left .plusi .plus p {
    font-weight: 300;
    color: #333;
    margin-top: 5px;
  }
  .main .left .button {
    margin-top: 20px;
    position: relative;
    z-index: 3;
    width: 100%;
  }
  .main .left .right {
    width: 100%;
    position: relative;
    right: auto;
    height: auto;
    top: 0;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
  }
  .main .left .right > img {
    width: 450px;
    position: relative;
    left: 40px;
    bottom: auto;
    top: 45px;
    z-index: 3;
  }
  .main .left .right .main_img {
    width: 300px;
    left: 30px;
    z-index: 0;
    bottom: -110px;
  }
  .main .left .right .main_img2 {
    z-index: 0;
    position: relative;
    left: 60px;
    bottom: -200px;
    width: 350px;
    margin-bottom: 30px;
  }
  .main .left .right .china {
    padding: 20px;
    background: linear-gradient(135deg, #515151, #2c2c2c);
    position: absolute;
    left: 0;
    right: auto;
    width: 250px;
    border-radius: 5px;
    top: 0px;
    color: #fff;
  }
  .main .left .right .china .flag {
    position: absolute;
    right: 0;
    top: 0;
    height: 100px;
    border-radius: 0 5px 0 0;
  }
  .main .left .right .china p {
    width: 154px;
    font-weight: 200;
    position: relative;
    z-index: 3;
    line-height: 150%;
    font-size: 14px;
  }
  .main .left .right .china .items {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 17px;
    position: relative;
    z-index: 3;
    flex-direction: column;
    align-items: flex-start;
  }
  .main .left .right .china .items img {
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    height: 33px;
  }
  .main .left .right .china .items img:nth-child(n+2) {
    margin-top: 15px;
  }
  /*TABS*/
  /* Базовый контейнер табов */
  /* стили вкладок (табов) */
  .tabs {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    justify-content: space-between;
  }
  .tabs label {
    display: table-cell;
    width: 32%;
    margin: 0 0 -1px;
    padding: 10px 10px;
    font-weight: bold;
    /* text-transform: uppercase; */
    text-align: center;
    vertical-align: middle;
    color: #333;
    background-image: linear-gradient(45deg, #dee2f4, #f2f3f7);
    border-radius: 5px;
    box-shadow: 0 10px 20px rgba(36, 44, 51, 0.03);
  }
  .tabs label img {
    height: 110px;
  }
  .tabs label p {
    font-weight: 600;
    margin-top: 0px;
    font-size: 13px;
  }
  /* изменения стиля заголовков вкладок при наведении */
  .tabs label:hover {
    color: #fff;
    cursor: pointer;
    background-image: linear-gradient(to right, rgba(81, 81, 81, 0.6588235294), rgba(44, 44, 44, 0.6705882353) 100%);
  }
  /* стили для активной вкладки */
  .tabs input:checked + label {
    color: #fff;
    background: linear-gradient(135deg, #515151, #2c2c2c);
  }
  /* активация секций с помощью переключателя :checked */
  #tab1:checked ~ #content1,
  #tab2:checked ~ #content2,
  #tab3:checked ~ #content3,
  #tab4:checked ~ #content4 {
    display: flex;
    flex-direction: column;
  }
  /* стили секций с содержанием */
  .tabs section {
    display: none;
    width: 100%;
    margin-top: 0px;
    border-radius: 10px;
  }
  .tabs input {
    display: none;
  }
  /*TABS END*/
  .tabs section {
    padding: 0;
  }
  .catalog_main_bg h3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
  }
  .catalog_main_bg h3 b {
    display: block;
    font-weight: 700;
  }
  .catalog_main {
    display: flex;
    justify-content: space-between;
  }
  .catalog_main a {
    text-decoration: none;
  }
  .catalog_main .item {
    width: 31%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 20px;
    background-image: linear-gradient(45deg, #dee2f4, #f2f3f7);
    margin-top: 40px;
    border-radius: 5px;
  }
  .catalog_main .item p {
    color: #333;
    text-align: center;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 300;
  }
  .catalog_main .item:hover p {
    text-decoration: underline;
  }
  .catalog_main .item img {
    width: 100%;
    height: 220px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .catalog_main .item .small {
    width: auto;
    height: 45px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    margin-bottom: 20px;
  }
  .catalog {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0px;
  }
  .catalog .item {
    width: 100%;
  }
  .catalog .item:nth-child(n+2) {
    margin-top: 40px;
  }
  .catalog .item img {
    width: 100%;
    height: 250px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .catalog .item > b {
    font-size: 22px;
    margin-top: 20px;
    display: block;
  }
  .catalog .item > p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 14px;
    text-transform: lowercase;
  }
  .catalog .item small {
    line-height: 140%;
    display: block;
    margin-top: 15px;
    color: #6d6d6d;
  }
  .catalog .item span {
    display: block;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 300;
  }
  .catalog .item .button {
    width: 100%;
    height: 80px;
    margin-top: 20px;
  }
  .zapros {
    background-image: linear-gradient(90deg, rgba(222, 226, 244, 0.96) 0%, rgb(242, 243, 247) 100%), url(../img/bg1/bg1.jpg);
    background-size: cover;
    background-position: center center;
    padding: 30px 20px;
    color: #333;
    margin-top: 60px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
  }
  .zapros .left {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .zapros .left h3 {
    text-align: center;
  }
  .zapros .left > p {
    font-size: 16px;
    font-weight: 200;
    line-height: 135%;
    margin-top: 15px;
    text-align: center;
  }
  .zapros .left > img {
    width: 320px;
    position: absolute;
    right: auto;
    left: auto;
    bottom: 50px;
    top: auto;
  }
  .zapros .left .button {
    margin-top: 250px;
    width: 100%;
  }
  .zapros .left .button button {
    background: linear-gradient(135deg, #515151, #2c2c2c);
  }
  .zapros .left .button button p small {
    display: block;
    font-weight: 200;
    font-size: 14px;
  }
  .bg2_all {
    position: relative;
    background-image: linear-gradient(45deg, #dee2f4, #f2f3f7);
  }
  .bg2_all .fon {
    position: absolute;
    right: 0;
    height: 60%;
    width: 100%;
    top: auto;
    bottom: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 100%);
  }
  .bg2 {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .bg2 .left {
    width: 100%;
  }
  .bg2 .left h3 {
    width: 100%;
    text-align: center;
    font-weight: 700;
  }
  .bg2 .left h3 b {
    font-weight: 700;
  }
  .bg2 .left > p {
    font-size: 16px;
    font-weight: 300;
    line-height: 160%;
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
  .bg2 .left .items {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .bg2 .left .items .item {
    padding: 30px 25px;
    color: #fff;
    text-align: center;
    width: 100%;
    border-radius: 5px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
  }
  .bg2 .left .items .item:nth-child(n+2) {
    margin-top: 20px;
  }
  .bg2 .left .items .item img {
    position: absolute;
    left: 20px;
    height: 80%;
  }
  .bg2 .left .items .item b {
    font-size: 24px;
    line-height: 24px;
    display: block;
  }
  .bg2 .left .items .item p {
    font-weight: 200;
    font-size: 15px;
    line-height: 140%;
    margin-top: 10px;
  }
  .bg2 .left .items .item:nth-child(1) {
    background-image: linear-gradient(to bottom, #ff8980, #f32818);
  }
  .bg2 .left .items .item:nth-child(2) {
    background-image: linear-gradient(to bottom, #6094e5, #2358aa);
  }
  .bg2 .left .right {
    position: absolute;
    width: 350px;
    bottom: 0px;
    right: 20px;
    z-index: 3;
  }
  .bg2 .left .right img {
    position: absolute;
    bottom: -90px;
    width: 425px;
    right: 0;
  }
  .bg2 .left .right .name {
    position: absolute;
    bottom: 90px;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .bg2 .left .right .name p {
    background: linear-gradient(135deg, #515151, #2c2c2c);
    color: #fff;
    font-weight: 200;
    width: -moz-max-content;
    width: max-content;
    padding: 5px 15px;
    border-radius: 3px;
  }
  .bg2 .left .right .name p:nth-child(n+2) {
    font-weight: 500;
    margin-top: 3px;
  }
  .brands {
    background: linear-gradient(135deg, #515151, #2c2c2c);
    height: 100px;
    padding: 0;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }
  .brands img {
    height: 35px !important;
    width: auto !important;
    display: flex !important;
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .cases_all {
    position: relative;
  }
  .cases_all h3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
  }
  .cases_all .cases {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .cases_all .cases .case {
    width: 320px;
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    color: #333;
  }
  .cases_all .cases .case:nth-child(n+3) {
    margin-top: 50px;
  }
  .cases_all .cases .case p {
    font-weight: 300;
    width: 100%;
    font-size: 13px;
    line-height: 150%;
  }
  .cases_all .cases .case p b {
    font-size: 18px !important;
    display: block;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .cases_all .cases .case > b {
    margin-top: 10px;
    display: block;
    font-weight: 500;
  }
  .cases_all .cases .case .img {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .cases_all .cases .case .img a {
    width: 30%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    height: 80px;
  }
  .cases_all .cases .case .img a:nth-child(n+4) {
    margin-top: 10px;
  }
  .cases_all .cases .case .img a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 3px;
  }
  .cases_all .plusi {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .cases_all .plusi .item {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
  }
  .cases_all .plusi .item:nth-child(n+2) {
    margin-top: 30px;
  }
  .cases_all .plusi .item:nth-child(1) p {
    width: 100%;
  }
  .cases_all .plusi .item:nth-child(2) p {
    width: 100%;
  }
  .cases_all .plusi .item:nth-child(3) p {
    width: 100%;
  }
  .cases_all .plusi .item .img {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #515151, #2c2c2c);
  }
  .cases_all .plusi .item .img img {
    width: 20px;
  }
  .cases_all .plusi .item p {
    margin-top: 15px;
    margin-left: 0px;
    font-size: 18px;
    font-weight: 300;
    line-height: 145%;
    width: 100%;
  }
  .cases_all .owl-prev {
    left: 0px;
    top: 19%;
    transition: ease-in-out 0.2s;
    width: 30px !important;
  }
  .cases_all .owl-next {
    right: 0px;
    top: 19%;
    transition: ease-in-out 0.2s;
    width: 30px !important;
  }
  .zayavka {
    background-image: linear-gradient(45deg, #fff, #fff);
    margin-top: 60px;
    padding: 30px 20px;
    border-radius: 5px;
    position: relative;
  }
  .zayavka img {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 60%;
    border-radius: 5px;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 50%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 50%);
  }
  .zayavka .img_2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    border-radius: 5px;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-mask-image: linear-gradient(to right, transparent 10%, black 60%);
    mask-image: linear-gradient(to right, transparent 10%, black 60%);
  }
  .zayavka .name {
    position: absolute;
    bottom: 200px;
    right: 70px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .zayavka .name p {
    background: linear-gradient(135deg, #515151, #2c2c2c);
    color: #fff;
    font-weight: 200;
    width: -moz-max-content;
    width: max-content;
    padding: 5px 15px;
    border-radius: 3px;
  }
  .zayavka .name p:nth-child(n+2) {
    font-weight: 500;
    margin-top: 3px;
  }
  .zayavka .left {
    width: 100%;
    position: relative;
    z-index: 3;
    color: #333;
  }
  .zayavka .left h3 {
    font-size: 22px;
    text-align: left;
    width: 100%;
    font-weight: 700;
  }
  .zayavka .left h3 b {
    background: -webkit-linear-gradient(-90deg, #ea9c16, #ea9c16);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-box-decoration-break: clone;
    font-weight: 700;
  }
  .zayavka .left ul {
    margin-left: 20px;
    width: 100%;
  }
  .zayavka .left ul li {
    list-style-type: none;
    position: relative;
    font-size: 14px;
    font-weight: 300;
    line-height: 140%;
    margin-top: 25px;
    width: 90%;
  }
  .zayavka .left ul li::before {
    position: absolute;
    content: "";
    left: -20px;
    top: 11px;
    width: 7px;
    height: 7px;
    background: linear-gradient(-90deg, #f9d360, #ea9c16);
    background-size: cover;
    border-radius: 50%;
  }
  .zayavka .left .button {
    margin-top: 350px;
    width: 100%;
  }
  .zayavka2 {
    background-image: linear-gradient(45deg, #dee2f4, #f2f3f7);
  }
  .zayavka2 h3 {
    text-align: center !important;
  }
  .zayavka2 .ul_short {
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .zayavka2 .ul_short li {
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .zayavka2 .img_2 {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 60%;
    border-radius: 5px;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 100%);
  }
  .zayavka2 .button {
    margin-top: 200px !important;
  }
  .o_nas .item {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
  }
  .o_nas .item:nth-child(n+2) {
    margin-top: 70px;
  }
  .o_nas .item > img {
    width: 100%;
    height: 250px;
    border-radius: 5px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    order: 1;
  }
  .o_nas .item .info {
    width: 100%;
    display: flex;
    flex-direction: column;
    order: 2;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
  .o_nas .item .info h3 {
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    line-height: 120%;
  }
  .o_nas .item .info h3 b {
    font-weight: 700;
  }
  .o_nas .item .info .plus {
    margin-top: 30px;
    display: flex;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .o_nas .item .info .plus .img {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #515151, #2c2c2c);
    margin-top: 2px;
  }
  .o_nas .item .info .plus .img img {
    width: 15px;
  }
  .o_nas .item .info .plus p {
    margin-left: 15px;
    font-size: 14px;
    font-weight: 300;
    line-height: 150%;
    width: 260px;
    margin-left: 20px;
    line-height: 140%;
  }
  .o_nas .item .info .plus p b {
    display: block;
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 5px;
  }
  .otz {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 40px;
    align-items: flex-start;
  }
  .otz a {
    width: 100%;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .otz a:nth-child(n+2) {
    margin-top: 50px;
  }
  .otz a img {
    width: 100%;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 5px;
  }
  .etapi_all .h3_block {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .etapi_all .h3_block h3 {
    text-align: center;
    width: 100%;
    font-weight: 700;
    font-size: 22px;
  }
  .etapi_all .h3_block h3 b {
    font-weight: 700;
  }
  .etapi_all .h3_block p {
    width: 100%;
    text-align: center;
    background: linear-gradient(135deg, #515151, #2c2c2c);
    padding: 15px 15px;
    border-radius: 5px;
    font-weight: 300;
    color: #fff;
    margin-top: 25px;
    font-size: 14px;
    line-height: 140%;
  }
  .etapi_all .etapi {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    flex-wrap: wrap;
  }
  .etapi_all .etapi .item {
    width: 100%;
  }
  .etapi_all .etapi .item:nth-child(n+2) {
    margin-top: 50px;
  }
  .etapi_all .etapi .item .img {
    width: 100%;
    height: 220px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
  }
  .etapi_all .etapi .item .img p {
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 0 5px 0 5px;
    background: linear-gradient(135deg, #515151, #2c2c2c);
    height: 60px;
    width: 60px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    font-weight: 600;
  }
  .etapi_all .etapi .item .img img {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .etapi_all .etapi .item b {
    display: block;
    margin-top: 20px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
  }
  .etapi_all .etapi .item > p {
    margin-top: 8px;
    font-weight: 300;
  }
  .footer {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .footer .mmap {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 30px;
    height: 350px;
  }
  .footer .left {
    width: 310px;
  }
  .footer .left h3 {
    text-align: center;
    margin-bottom: 30px;
  }
  .footer .left .cont {
    font-size: 22px;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
  }
  .footer .left .cont:nth-child(n+2) {
    margin-top: 15px;
  }
  .footer .left .cont p {
    font-weight: 200;
    font-size: 18px;
  }
  .footer .left .cont b,
  .footer .left .cont a {
    text-decoration: none;
    color: #333;
    font-weight: 700;
    margin-top: 5px;
    display: block;
    line-height: 140%;
    font-size: 18px;
  }
  .forma_pop {
    margin-top: 0px;
    width: 350px;
    background-image: linear-gradient(45deg, #dee2f4, #f2f3f7);
    padding: 20px;
    border-radius: 5px;
    color: #333;
  }
  .forma_pop h4 {
    margin-bottom: 0px;
    font-size: 18px;
    width: 100%;
    font-weight: 800;
    line-height: 140%;
  }
  .forma_pop > p {
    margin-top: 5px;
    font-size: 13px;
    margin-bottom: 0px;
    font-weight: 400;
    line-height: 140%;
  }
  .forma_pop form {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .forma_pop form input {
    width: 100%;
    height: 55px;
    padding: 0px 20px 0px 20px !important;
    border: 1px solid #d7d0c1;
    font-size: 16px !important;
  }
  .forma_pop form input:nth-child(n+3) {
    margin-left: 0px;
    margin-top: 0px;
  }
  .forma_pop form label {
    font-size: 14px;
    margin-bottom: 3px;
    font-weight: 600;
  }
  .forma_pop form label:nth-child(n+2) {
    margin-top: 10px;
  }
  .forma_pop form textarea {
    border: none;
    max-height: 120px;
    min-height: 120px;
    min-width: 100%;
    max-width: 100%;
    padding: 20px 30px 20px 30px;
    font-size: 16px;
    border-radius: 5px;
    font-family: "Ford Antenna", sans-serif !important;
  }
  .forma_pop form small {
    margin-top: 10px;
    color: #838383;
    font-weight: 200;
    text-align: center;
    font-size: 12px;
    line-height: 140%;
  }
  .forma_pop form .button {
    width: 100%;
    height: 80px;
    margin-top: 15px;
    margin-left: 0;
  }
  .forma_pop form .button button p {
    font-size: 20px;
  }
  .items_vidget {
    display: flex;
    justify-content: space-between;
    margin-left: 15px;
    flex-direction: column;
    right: 20px;
    bottom: 80px;
    z-index: 999;
    position: fixed;
  }
  .items_vidget a {
    height: 40px;
    width: auto;
  }
  .items_vidget a:nth-child(n+2) {
    margin-top: 9px;
  }
  .items_vidget a img {
    width: 100%;
    height: 100%;
  }
  .callback-bt-desctop {
    background: linear-gradient(to bottom, #f9d360, #ea9c16);
    border: 2px solid #ea9c16;
    border-radius: 50%;
    box-shadow: 0 8px 10px rgba(234, 156, 22, 0.3);
    cursor: pointer;
    height: 50px !important;
    text-align: center;
    width: 50px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 15px !important;
    bottom: 20px !important;
    z-index: 999;
    transition: 0.3s;
    animation: hoverWave linear 2s infinite;
    position: fixed;
  }
  .callback-bt-desctop img {
    width: 26px !important;
  }
  #big-modal {
    width: 350px !important;
  }
  #big-modal2 {
    width: 350px !important;
  }
  #big-modal3 {
    width: 350px !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 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(234, 156, 22, 0.3);
  cursor: pointer;
  height: 50px;
  text-align: center;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 5%;
  bottom: 5%;
  z-index: 999;
  transition: 0.3s;
  animation: hoverWave linear 2s infinite;
  position: fixed;
}

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

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

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

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

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

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

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

.fa-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  -o-object-fit: contain;
     object-fit: contain;
}

.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(234, 156, 22, 0.3), 0 0 0 0 rgba(234, 156, 22, 0.2), 0 0 0 0 rgba(234, 156, 22, 0.2);
  }
  40% {
    box-shadow: 0 8px 10px rgba(234, 156, 22, 0.3), 0 0 0 10px rgba(234, 156, 22, 0.2), 0 0 0 0 rgba(234, 156, 22, 0.2);
  }
  80% {
    box-shadow: 0 8px 10px rgba(234, 156, 22, 0.3), 0 0 0 15px rgba(234, 156, 22, 0), 0 0 0 12px rgba(234, 156, 22, 0.067);
  }
  100% {
    box-shadow: 0 8px 10px rgba(234, 156, 22, 0.3), 0 0 0 15px rgba(234, 156, 22, 0), 0 0 0 25px rgba(234, 156, 22, 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;
  position: relative !important;
}

.owl-stage {
  display: flex !important;
}

.slide2 .owl-item {
  opacity: 0.2;
  filter: blur(5px);
}

.owl-item.center {
  opacity: 1;
  transition: 0.5s all;
  filter: blur(0px);
}

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

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

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

.owl-dots {
  display: none !important;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px !important;
  height: 30px;
  display: none;
  align-items: center;
  justify-content: center;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-image: linear-gradient(to bottom, #71aeff, #266ecd) !important;
  border: none;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  border: none;
  background-color: inherit;
}

.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: 155px;
  height: 155px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: inherit !important;
  font-size: inherit !important;
  margin: inherit !important;
  padding: inherit !important;
  background: inherit !important;
  display: inherit !important;
  cursor: inherit !important;
  border-radius: inherit !important;
  border: none !important;
  cursor: pointer;
  height: 50px;
  width: 50px;
}

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

/*OWL*/
form {
  padding: 0px 0 0px 0;
  display: flex;
  flex-direction: row;
  position: relative;
}
form label {
  font-size: 18px;
  margin-bottom: 8px;
  margin-top: 25px;
}
form input {
  height: 90px;
  padding: 20px 20px 20px 30px;
  font-size: 18px;
  border-radius: 5px;
  border: none;
  background-color: #fbfbfb;
  font-family: "Ford Antenna", 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: 15px;
}/*# sourceMappingURL=style.css.map */