@charset "UTF-8";
@media screen and (min-width: 700px) {
  * {
    margin: 0;
    padding: 0;
    outline: 0 !important;
    box-sizing: border-box;
  }
  h1,
  h2,
  h3,
  h4,
  h5 {
    /* font-family: "Montserrat", sans-serif !important; */
  }
  html {
    min-width: 1200px;
    line-height: 145%;
    overflow-x: hidden;
  }
  *:before,
  *:after {
    box-sizing: border-box;
  }
  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;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }
  .cd-auto-hide-header.is-hidden {
    transform: translateY(0%);
  }
  .animate {
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }
  section {
    padding: 90px 0;
  }
  .font {
    font-family: "Montserrat", sans-serif !important;
    text-transform: uppercase;
  }
  .color {
    background: -webkit-linear-gradient(-90deg, #ffa500, #eb9800);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-box-decoration-break: clone;
    font-weight: 700;
  }
  header {
    background-size: cover;
    background-position: center top;
    position: relative;
    padding-bottom: 80px;
    background-image: linear-gradient(to top, #4f4f4f 0%, rgb(79 79 79 / 72%) 100%), url(../images/image2.jpg);
  }
  .bg_gray {
    background: #828282;
    background-size: cover;
    background-position: center top;
    position: relative;
  }
  h3 {
    font-size: 33px;
    font-weight: 700;
    text-align: center;
    line-height: 130%;
  }
  h3 small {
    display: block;
    font-family: "Ford Antenna", sans-serif !important;
    font-weight: 200;
    color: #606060;
  }
  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, #ffa500, #eb9800);
    font-family: "Montserrat", sans-serif !important;
    cursor: pointer;
    border: none;
    color: #fff;
    font-weight: 400;
    transition: background 0.2s ease;
    width: 100%;
    transition: 0.3s;
  }
  .button button p , .button button span{
    position: relative;
    z-index: 1;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0px;
  }
  .button button p small {
    display: block;
    font-weight: 300;
    margin-top: 8px;
    font-size: 16px;
  }
  .button button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-image: linear-gradient(to top, #ffa500, #eb9800);
    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: 139%;
    font-weight: 700;
  }
  .menu p b {
    font-weight: 700;
  }
  .menu .logo {
    display: flex;
    align-items: center;
  }
  .menu .logo img {
    width: 60px;
    height: 60px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    align-items: center;
  }
  .menu .logo p {
    width: 240px;
    margin-left: 15px;
    text-transform: uppercase;
  }
  .menu .social {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .menu .social p {
    margin-left: 15px;
    font-weight: 400;
    line-height: 150%;
    font-size: 16px;
  }
  .menu .social p b {
    display: block;
    font-weight: 800;
    text-transform: uppercase;
  }
  .menu .social img {
    width: 60px;
    height: 60px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
  }
  .menu .social .items {
    display: flex;
    justify-content: space-between;
    margin-left: 15px;
  }
  .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;
  }
  .menu .tel p {
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
  }
  .menu .tel a {
    font-size: 17px;
    line-height: 28px;
    font-weight: 700;
    text-decoration: none;
    color: #333;
    margin-top: 4px;
    display: block;
  }
  .main {
    padding-top: 130px;
    position: relative;
  }
  .main .voenniy {
    position: absolute;
    right: -150px;
    bottom: -80px;
    width: 700px;
  }
  .main .left {
    width: 750px;
  }
  .main .left h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 125%;
    color: #fff;
  }
  .main .left h1 span {
    background: -webkit-linear-gradient(-90deg, #ffa500, #eb9800);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-box-decoration-break: clone;
    font-weight: 700;
    display: block;
  }
  .main .left .dops {
    display: flex;
    flex-wrap: wrap;
  }
  .main .left .dops:nth-child(n+2) {
    margin-top: 15px;
  }
  .main .left .dops p {
    padding: 8px 17px;
    background-color: #fff;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 300;
    line-height: 18px;
  }
  .main .left .dops p:nth-child(n+2) {
    margin-left: 15px;
  }
  .main .left .plusi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
    margin-left: 20px;
    width: 590px;
    margin-left: 0;
  }
  .main .left .plusi .plus {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .main .left .plusi .plus:nth-child(n+3) {
    margin-top: 35px;
  }
  .main .left .plusi .plus b {
    font-weight: 800;
    font-size: 19px;
    position: relative;
    align-items: center;
    display: flex;
  }
  .main .left .plusi .plus b::before {
    content: "";
    background: -webkit-linear-gradient(-90deg, #ffa500, #eb9800);
    width: 8px;
    height: 8px;
    font-weight: bold;
    display: inline-block;
    position: absolute;
    left: -20px;
    border-radius: 50%;
  }
  .main .left .plusi .plus p {
    color: #fff;
    font-weight: 300;
    margin-top: 3px;
    font-size: 19px;
    font-weight: lighter;
  }
  .main .left .button {
    margin-top: 45px;
    width: 550px;
  }
  .otz h3 {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .otz .otzivi {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
  .otz .otzivi video {
    width: 22%;
    height: 450px;
    border-radius: 5px;
    overflow: hidden;
  }
  .bg2 .left {
    width: 640px;
    position: relative;
  }
  .bg2 .left .voenniy {
    position: absolute;
    right: -550px;
    bottom: -200px;
  }
  .bg2 .left .voenniy img {
    width: 520px;
  }
  .bg2 .left .voenniy .name {
    background-image: linear-gradient(to top, rgba(245, 245, 245, 0.95) 0%, rgba(245, 245, 245, 0.92) 100%), url(../images/bg1_blur.jpg);
    background-size: cover;
    background-position: center top;
    position: absolute;
    padding: 20px;
    width: 215px;
    border-radius: 5px;
    right: 50px;
    top: 300px;
  }
  .bg2 .left .voenniy .name b {
    font-size: 16px;
    font-weight: 800;
    line-height: 135%;
    display: block;
  }
  .bg2 .left .voenniy .name p {
    font-weight: 300;
    font-size: 14px;
    line-height: 135%;
    margin-top: 5px;
  }
  .bg2 .left h3 {
    text-align: left;
    text-transform: uppercase;
  }
  .bg2 .left .plusi h4 {
    font-size: 28px;
    font-weight: 400;
    margin-top: 25px;
  }
  .bg2 .left .plusi .plus {
    margin-top: 25px;
  }
  .bg2 .left .plusi .plus p {
    font-size: 18px;
    line-height: 150%;
    font-weight: 300;
  }
  .bg2 .left .button {
    margin-top: 45px;
    width: 550px;
  }
  .uslugi h3 {
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    color: #fff;
  }
  .uslugi .items {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .uslugi .items .item {
    background-color: #fff;
    border-radius: 5px;
    width: 23%;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
  }
  .uslugi .items .item:last-child{
    width:100%;
    margin: 0;
    position: relative;
    overflow: hidden;
  }
  .uslugi .items .item:last-child .img{
    position: absolute;
    right: 0;
    max-width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
  .uslugi .items .item .dop {
    padding: 35px 35px 35px 40px;
    font-size: 17px;
    max-width: 52%;
  }
  .uslugi .items .item .dop li:nth-child(n+2) {
    margin-top: 6px;
  }
  .uslugi .items .item:nth-child(n+4) {
    /* margin-top: 60px; */
  }
  .uslugi .items .item img {
    width: 100%;
    /* height: 200px; */
    border-radius: 5px;
    display: flex;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 1/1;
  }
  .uslugi .items .item:nth-child(4) .info {
    height: 100%;
  }
  .uslugi .items .item:nth-child(5) .info {
    /* height: 310px; */
  }
  .uslugi .items .item:nth-child(6) .info {
    /* height: 310px; */
  }
  .uslugi .items .item .info {
    padding: 90%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    height: 380px;
  }
  .uslugi .items .item .info h4 {
    font-size: 22px;
    font-weight: 700;
    line-height: 130%;
  }
  .uslugi .items .item .info > p {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 300;
  }
  .uslugi .items .item .info .button {
    width: 100%;
    margin-top: auto;
  }
  .uslugi .zayavka {
    background-color: #fff;
    margin-top: 70px;
    border-radius: 5px;
    padding: 60px;
  }
  .uslugi .zayavka .left {
    width: 410px;
    position: relative;
  }
  .uslugi .zayavka .left h3 {
    text-align: left;
    width: 100%;
    color: #000;
  }
  .uslugi .zayavka .left h3 small {
    font-size: 30px;
    line-height: 120%;
    margin-top: 10px;
    text-transform: initial;
  }
  .uslugi .zayavka .left .button {
    width: 100%;
    margin-top: 0;
  }
  .uslugi .zayavka .left .voenniy {
    position: absolute;
    right: -630px;
    bottom: -66px;
  }
  .uslugi .zayavka .left .voenniy img {
    width: 520px;
  }
  .uslugi .zayavka .left .voenniy .name {
    background-image: linear-gradient(to top, rgba(245, 245, 245, 0.95) 0%, rgba(245, 245, 245, 0.92) 100%), url(../images/bg1_blur.jpg);
    background-size: cover;
    background-position: center top;
    position: absolute;
    padding: 20px;
    width: 215px;
    border-radius: 5px;
    right: 50px;
    top: 300px;
  }
  .uslugi .zayavka .left .voenniy .name b {
    font-size: 16px;
    font-weight: 800;
    line-height: 135%;
    display: block;
  }
  .uslugi .zayavka .left .voenniy .name p {
    font-weight: 300;
    font-size: 14px;
    line-height: 135%;
    margin-top: 5px;
  }
  .footer {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 30px;
  }
  .footer .mmap {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    height: 500px;
  }
  .footer .left {
    width: 100%;
    order: 1;
  }
  .footer .left h3 {
    text-align: left;
  }
  .footer .left .conts {
    margin-top: 25px;
  }
  .footer .left .conts .item {
    font-size: 22px;
    margin-top: 20px;
  }
  .footer .left .conts .item p {
    font-weight: 300;
    color: #606060;
  }
  .footer .left .conts .item a,
  .footer .left .conts .item b {
    font-weight: 800;
    color: #333;
    text-decoration: none;
    margin-top: 7px;
    display: block;
  }
  .footer .left .conts small {
    display: block;
    margin-top: 30px;
    font-weight: 300;
    color: #606060;
  }
  .zayavka_pop {
    background-color: #fff;
    background-size: cover;
    background-position: center center;
    width: 480px;
    padding: 45px 50px 36px 50px;
  }
  .zayavka_pop h4 {
    font-size: 24px;
    line-height: 130%;
    color: #333;
    font-weight: 700;
  }
  .zayavka_pop h4 small {
    font-size: 15px;
    margin-top: 7px;
    display: block;
    line-height: 150%;
    font-weight: 400;
    color: #5f5f5f;
  }
  .zayavka_pop form {
    flex-direction: column;
    margin-top: 25px;
  }
  .zayavka_pop form textarea {
    margin-bottom: 15px;
    border: none;
    max-height: 140px;
    min-height: 140px;
    padding: 20px 25px 25px 20px;
    font-size: 17px;
    border-radius: 5px;
    max-width: 100%;
    min-width: 100%;
  }
  .zayavka_pop form input {
    width: 100%;
    height: 80px;
    padding: 20px 25px 25px 20px;
  }
  .zayavka_pop form input[type="tel"] {
    margin-bottom: 15px;
  }
  .zayavka_pop form .button {
    width: 100%;
    margin-left: 0;
  }
  .zayavka_pop > small {
    font-size: 12px;
    color: #fff;
    line-height: 160%;
    text-align: center;
    width: 100%;
    margin-top: 15px;
    display: block;
    font-weight: 200;
    color: #8e8e8e;
  }
  .vidget {
    display: none !important;
  }
  .callback-bt-desctop {
    background-image: linear-gradient(to bottom, #ffa500, #eb9800);
    border: 2px solid #ffa500;
    border-radius: 50%;
    box-shadow: 0 8px 10px rgba(255, 165, 0, 0.3);
    cursor: pointer;
    height: 70px;
    text-align: center;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 5% !important;
    bottom: 5% !important;
    z-index: 999;
    transition: 0.3s;
    animation: hoverWave linear 2s infinite;
    position: fixed;
  }
}
@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;
  }
  h1,
  h2,
  h3,
  h4,
  h5 {
    font-family: "Montserrat", sans-serif !important;
  }
  html {
    min-width: 700px;
    line-height: 145%;
    overflow-x: hidden;
  }
  *:before,
  *:after {
    box-sizing: border-box;
  }
  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%;
  }
  .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: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }
  section {
    padding: 90px 0;
  }
  .font {
    font-family: "Montserrat", sans-serif !important;
  }
  .color {
    background: -webkit-linear-gradient(-90deg, #ffa500, #eb9800);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-box-decoration-break: clone;
    font-weight: 700;
  }
  header {
    background-image: linear-gradient(to top, rgba(250, 250, 250, 0.95) 0%, rgba(250, 250, 250, 0.92) 100%), url(../images/bg1.jpg);
    background-size: cover;
    background-position: center top;
    position: relative;
    padding-bottom: 80px;
  }
  .bg_gray {
    background-image: linear-gradient(to top, rgba(250, 250, 250, 0.95) 0%, rgba(250, 250, 250, 0.92) 100%), url(../images/bg1_blur.jpg);
    background-size: cover;
    background-position: center top;
    position: relative;
  }
  h3 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    line-height: 130%;
    width: 100%;
  }
  h3 small {
    display: block;
    font-family: "Ford Antenna", sans-serif !important;
    font-weight: 200;
    color: #606060;
  }
  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, #ffa500, #eb9800);
    font-family: "Montserrat", sans-serif !important;
    cursor: pointer;
    border: none;
    color: #fff;
    font-weight: 400;
    transition: background 0.2s ease;
    width: 100%;
    transition: 0.3s;
  }
  .button button p , .button button span{
    position: relative;
    z-index: 1;
    font-size: 20px;
    font-weight: 700;
  }
  .button button p small {
    display: block;
    font-weight: 300;
    margin-top: 8px;
    font-size: 16px;
  }
  .button button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-image: linear-gradient(to top, #ffa500, #eb9800);
    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: 18px;
    line-height: 140%;
    font-weight: 700;
  }
  .menu p b {
    font-weight: 700;
  }
  .menu .logo {
    display: flex;
    align-items: center;
  }
  .menu .logo img {
    width: 50px;
    height: 50px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    align-items: center;
  }
  .menu .logo p {
    width: 213px;
    margin-left: 10px;
    font-size: 16px;
  }
  .menu .social {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .menu .social p {
    margin-left: 15px;
    font-weight: 400;
    line-height: 150%;
    font-size: 16px;
    display: none;
  }
  .menu .social p b {
    display: block;
    font-weight: 800;
  }
  .menu .social > img {
    width: 60px;
    height: 60px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
    display: none;
  }
  .menu .social .items {
    display: flex;
    justify-content: space-between;
    margin-left: 0px;
  }
  .menu .social .items a {
    height: 42px;
    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;
  }
  .menu .tel p {
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
  }
  .menu .tel a {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    text-decoration: none;
    color: #333;
    margin-top: 4px;
    display: block;
  }
  .main {
    padding-top: 110px;
    position: relative;
  }
  .main .voenniy {
    position: absolute;
    right: 0px;
    bottom: auto;
    top: 330px;
    width: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-mask-image: linear-gradient(to top, transparent 20%, black 75%);
    mask-image: linear-gradient(to top, transparent 0%, black 20%);
  }
  .main .left {
    width: 100%;
  }
  .main .left h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 125%;
    margin-bottom: 40px;
    text-align: center;
    color: #000;
  }
  .main .left h1 span {
    background: -webkit-linear-gradient(-90deg, #ffa500, #eb9800);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-box-decoration-break: clone;
    font-weight: 700;
    display: block;
  }
  .main .left .dops {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-end;
    width: 258px;
    margin-top: 20px !important;
  }
  .main .left .dops:nth-child(n+2) {
    margin-top: 30px;
  }
  .main .left .dops p {
    padding: 8px 17px;
    width: -moz-max-content;
    width: max-content;
    background-color: #fff;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 300;
    line-height: 18px;
  }
  .main .left .dops p:nth-child(n+2) {
    margin-left: 0px;
    margin-top: 15px;
  }
  .main .left .plusi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 40px;
    margin-left: 20px;
    width: 100%;
  }
  .main .left .plusi .plus {
    width: 266px;
  }
  .main .left .plusi .plus:nth-child(n+3) {
    margin-top: 35px;
  }
  .main .left .plusi .plus b {
    font-weight: 800;
    font-size: 19px;
    position: relative;
    align-items: center;
    display: flex;
  }
  .main .left .plusi .plus b::before {
    content: "";
    background: -webkit-linear-gradient(-90deg, #ffa500, #eb9800);
    width: 8px;
    height: 8px;
    font-weight: bold;
    display: inline-block;
    position: absolute;
    left: -20px;
    border-radius: 50%;
  }
  .main .left .plusi .plus p {
    color: #666666;
    font-weight: 300;
    margin-top: 3px;
  }
  .main .left .button {
    margin-top: 45px;
    width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
  .otz h3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .otz .otzivi {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    flex-wrap: wrap;
  }
  .otz .otzivi video {
    width: 48%;
    height: 540px;
    border-radius: 5px;
    overflow: hidden;
  }
  .otz .otzivi video:nth-child(n+3) {
    margin-top: 40px;
  }
  .bg2 .left {
    width: 100%;
    position: relative;
  }
  .bg2 .left .voenniy {
    position: absolute;
    right: -150px;
    bottom: -200px;
  }
  .bg2 .left .voenniy img {
    width: 500px;
    -webkit-mask-image: linear-gradient(66deg, transparent 20%, black 75%);
    mask-image: linear-gradient(66deg, transparent 0%, black 20%);
  }
  .bg2 .left .voenniy .name {
    background-image: linear-gradient(to top, rgba(245, 245, 245, 0.95) 0%, rgba(245, 245, 245, 0.92) 100%), url(../images/bg1_blur.jpg);
    background-size: cover;
    background-position: center top;
    position: absolute;
    padding: 20px;
    width: 215px;
    border-radius: 5px;
    right: 150px;
    top: 300px;
  }
  .bg2 .left .voenniy .name b {
    font-size: 16px;
    font-weight: 800;
    line-height: 135%;
    display: block;
  }
  .bg2 .left .voenniy .name p {
    font-weight: 300;
    font-size: 14px;
    line-height: 135%;
    margin-top: 5px;
  }
  .bg2 .left h3 {
    text-align: left;
  }
  .bg2 .left .plusi {
    width: 400px;
  }
  .bg2 .left .plusi h4 {
    font-size: 28px;
    font-weight: 400;
    margin-top: 25px;
    line-height: 140%;
    width: 600px;
  }
  .bg2 .left .plusi .plus {
    margin-top: 25px;
  }
  .bg2 .left .plusi .plus p {
    font-size: 18px;
    line-height: 150%;
    font-weight: 300;
  }
  .bg2 .left .button {
    margin-top: 45px;
    width: 550px;
  }
  .uslugi h3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .uslugi .items {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .uslugi .items .item {
    background-color: #fff;
    border-radius: 5px;
    width: 48%;
  }
  .uslugi .items .item .dop {
    padding: 35px 35px 35px 40px;
    font-size: 16px;
    font-weight: 300;
  }
  .uslugi .items .item .dop li:nth-child(n+2) {
    margin-top: 10px;
  }
  .uslugi .items .item:nth-child(n+3) {
    margin-top: 60px;
  }
  .uslugi .items .item img {
    width: 100%;
    height: 200px;
    border-radius: 5px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .uslugi .items .item:nth-child(3) .info {
    height: 310px;
  }
  .uslugi .items .item:nth-child(4) .info {
    height: 310px;
  }
  .uslugi .items .item:nth-child(5) .info {
    height: 310px;
  }
  .uslugi .items .item:nth-child(6) .info {
    height: 310px;
  }
  .uslugi .items .item:nth-child(7) .info {
    height: 380px;
  }
  .uslugi .items .item:nth-child(8) .info {
    height: 380px;
  }
  .uslugi .items .item:last-child {
    width: 100%;
  }
  .uslugi .items .item .info {
    padding: 90%;
    padding: 25px 25px 25px 25px;
    display: flex;
    flex-direction: column;
    height: 360px;
  }
  .uslugi .items .item .info h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 130%;
  }
  .uslugi .items .item .info > p {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 300;
  }
  .uslugi .items .item .info .button {
    width: 100%;
    margin-top: auto;
  }
  .uslugi .zayavka {
    background-color: #fff;
    margin-top: 70px;
    border-radius: 5px;
    padding: 60px;
  }
  .uslugi .zayavka .left {
    width: 100%;
    position: relative;
    text-align: center;
  }
  .uslugi .zayavka .left h3 {
    text-align: center;
    width: 100%;
  }
  .uslugi .zayavka .left h3 small {
    font-size: 30px;
    line-height: 120%;
    margin-top: 10px;
  }
  .uslugi .zayavka .left .button {
    width: 100%;
    margin-top: 50px;
  }
  .uslugi .zayavka .left .voenniy {
    position: relative;
    right: 0px;
    bottom: -66px;
    margin-top: -30px;
  }
  .uslugi .zayavka .left .voenniy img {
    width: 520px;
  }
  .uslugi .zayavka .left .voenniy .name {
    background-image: linear-gradient(to top, rgba(245, 245, 245, 0.95) 0%, rgba(245, 245, 245, 0.92) 100%), url(../images/bg1_blur.jpg);
    background-size: cover;
    background-position: center top;
    position: absolute;
    padding: 20px;
    width: 215px;
    border-radius: 5px;
    right: 50px;
    top: 300px;
  }
  .uslugi .zayavka .left .voenniy .name b {
    font-size: 16px;
    font-weight: 800;
    line-height: 135%;
    display: block;
  }
  .uslugi .zayavka .left .voenniy .name p {
    font-weight: 300;
    font-size: 14px;
    line-height: 135%;
    margin-top: 5px;
  }
  .footer {
    display: flex;
    justify-content: space-between;
  }
  .footer .mmap {
    width: 350px;
    border-radius: 5px;
    overflow: hidden;
  }
  .footer .left {
    width: 420px;
  }
  .footer .left h3 {
    text-align: left;
  }
  .footer .left .conts {
    margin-top: 25px;
  }
  .footer .left .conts .item {
    font-size: 22px;
    margin-top: 20px;
  }
  .footer .left .conts .item p {
    font-weight: 300;
    color: #606060;
  }
  .footer .left .conts .item a,
  .footer .left .conts .item b {
    font-weight: 800;
    color: #333;
    text-decoration: none;
    margin-top: 7px;
    display: block;
  }
  .footer .left .conts small {
    display: block;
    margin-top: 30px;
    font-weight: 300;
    color: #606060;
  }
}
@media screen and (max-width: 700px) {
  * {
    margin: 0;
    padding: 0;
    outline: 0 !important;
    box-sizing: border-box;
  }
  h1,
  h2,
  h3,
  h4,
  h5 {
    font-family: "Montserrat", sans-serif !important;
  }
  html {
    min-width: 340px;
    line-height: 145%;
    overflow-x: hidden;
  }
  *:before,
  *:after {
    box-sizing: border-box;
  }
  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: 340px;
    min-width: 340px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .container2 {
    max-width: 340px;
    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;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }
  .cd-auto-hide-header.is-hidden {
    transform: translateY(0%);
  }
  .animate {
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }
  section {
    padding: 60px 0;
  }
  .font {
    font-family: "Montserrat", sans-serif !important;
  }
  .color {
    background: -webkit-linear-gradient(-90deg, #ffa500, #eb9800);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-box-decoration-break: clone;
    font-weight: 700;
  }
  header {
    background-color: #4f4f4f;
    background-size: cover;
    background-position: center top;
    position: relative;
    padding-bottom: 80px;
  }
  .uslugi .zayavka .left .zayavka_pop{
    width: 100%!important;
    max-width: 100%!important;
}
  .advantages_block .plusi{} 
  .advantages_block .plusi .plus{
    max-width: 100%!important;
    flex: 0 0 100%!important;
    padding: 0!important;
}
  .bg_gray {
    background-color: #828282;
    background-size: cover;
    background-position: center top;
    position: relative;
  }
  h3 {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    line-height: 130%;
    width: 100%;
  }
  h3 small {
    display: block;
    font-family: "Ford Antenna", sans-serif !important;
    font-weight: 200;
    color: #606060;
    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: 80px;
    font-size: 18px;
  }
  .button button {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom, #ffa500, #eb9800);
    font-family: "Montserrat", sans-serif !important;
    cursor: pointer;
    border: none;
    color: #fff;
    padding: 0 5px;
    font-weight: 400;
    transition: background 0.2s ease;
    width: 100%;
    transition: 0.3s;
  }
  .button button p , .button button span{
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: 700;
    line-height: 130%;
  }
  .button button p small {
    display: block;
    font-weight: 300;
    margin-top: 8px;
    font-size: 13px;
  }
  .button button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-image: linear-gradient(to top, #ffa500, #eb9800);
    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: 18px;
    line-height: 140%;
    font-weight: 700;
  }
  .menu p b {
    font-weight: 700;
  }
  .menu .logo {
    display: flex;
    align-items: center;
  }
  .menu .logo img {
    width: 40px;
    height: 40px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    align-items: center;
  }
  .menu .logo p {
    width: 80px;
    margin-left: 5px;
    font-size: 10px;
  }
  .menu .social {
    display: flex;
    flex-direction: row;
    align-items: center;
    display: none;
  }
  .menu .social p {
    margin-left: 15px;
    font-weight: 400;
    line-height: 150%;
    font-size: 16px;
    display: none;
  }
  .menu .social p b {
    display: block;
    font-weight: 800;
  }
  .menu .social > img {
    width: 60px;
    height: 60px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
    display: none;
  }
  .menu .social .items {
    display: flex;
    justify-content: space-between;
    margin-left: 0px;
  }
  .menu .social .items a {
    height: 42px;
    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;
  }
  .menu .tel p {
    font-weight: 400;
    font-size: 9px;
    line-height: 15px;
  }
  .menu .tel a {
    font-size: 11px;
    line-height: 12px;
    font-weight: 700;
    text-decoration: none;
    color: #333;
    margin-top: 2px;
    display: block;
  }
  .main {
    padding-top: 90px;
    position: relative;
  }
  .main .voenniy {
    position: absolute;
    right: -80px;
    bottom: auto;
    top: 190px;
    width: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-mask-image: linear-gradient(to top, transparent 20%, black 75%);
    mask-image: linear-gradient(to top, transparent 20%, black 75%);
  }
  .main .left {
    width: 100%;
  }
  .main .left h1 {
    font-size: 22px;
    font-weight: 700;
    line-height: 125%;
    margin-bottom: 30px;
    text-align: center;
    color: #fff;
  }
  .main .left h1 span {
    background: -webkit-linear-gradient(-90deg, #ffa500, #eb9800);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-box-decoration-break: clone;
    font-weight: 800;
    display: block;
  }
  .main .left .dops {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    z-index: 3;
    width: 258px;
    margin-top: 20px !important;
  }
  .main .left .dops:nth-child(n+2) {
    margin-top: 30px;
  }
  .main .left .dops p {
    padding: 7px 15px;
    width: -moz-max-content;
    width: max-content;
    background-color: #fff;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
  }
  .main .left .dops p:nth-child(n+2) {
    margin-left: 0px;
    margin-top: 15px;
  }
  .main .left .plusi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
    margin-left: 20px;
    width: 100%;
    position: relative;
    z-index: 3;
    margin-left: 0;
  }
  .main .left .plusi .plus {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  .main .left .plusi .plus:nth-child(n+2) {
    margin-top: 35px;
  }
  .main .left .plusi .plus b {
    font-weight: 800;
    font-size: 16px;
    position: relative;
    align-items: center;
    display: flex;
  }
  .main .left .plusi .plus b::before {
    content: "";
    background: -webkit-linear-gradient(-90deg, #ffa500, #eb9800);
    width: 8px;
    height: 8px;
    font-weight: bold;
    display: inline-block;
    position: absolute;
    left: -20px;
    border-radius: 50%;
  }
  .main .left .plusi .plus p {
    color: #fff;
    font-weight: 300;
    margin-top: 3px;
    font-size: 14px;
    line-height: 140%;
  }
  .main .left .button {
    margin-top: 45px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .otz h3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .otz .otzivi {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    flex-wrap: wrap;
  }
  .otz .otzivi video {
    width: 48%;
    height: 255px;
    border-radius: 5px;
    overflow: hidden;
  }
  .otz .otzivi video:nth-child(n+3) {
    margin-top: 30px;
  }
  .bg2 .left {
    width: 100%;
    position: relative;
  }
  .bg2 .left .voenniy {
    position: relative;
    right: 0px;
    bottom: -200px;
    margin-top: -179px;
  }
  .bg2 .left .voenniy img {
    width: 300px;
  }
  .bg2 .left .voenniy .name {
    background-image: linear-gradient(to top, rgba(245, 245, 245, 0.95) 0%, rgba(245, 245, 245, 0.92) 100%), url(../images/bg1_blur.jpg);
    background-size: cover;
    background-position: center top;
    position: absolute;
    padding: 20px;
    width: 215px;
    border-radius: 5px;
    right: 0px;
    top: 200px;
  }
  .bg2 .left .voenniy .name b {
    font-size: 16px;
    font-weight: 800;
    line-height: 135%;
    display: block;
  }
  .bg2 .left .voenniy .name p {
    font-weight: 300;
    font-size: 14px;
    line-height: 135%;
    margin-top: 5px;
  }
  .bg2 .left h3 {
    text-align: left;
  }
  .bg2 .left .plusi {
    width: 100%;
  }
  .bg2 .left .plusi h4 {
    font-size: 18px;
    font-weight: 400;
    margin-top: 25px;
    line-height: 140%;
    width: 100%;
  }
  .bg2 .left .plusi .plus {
    margin-top: 25px;
  }
  .bg2 .left .plusi .plus p {
    font-size: 14px;
    line-height: 150%;
    font-weight: 300;
  }
  .bg2 .left .button {
    margin-top: 45px;
    width: 100%;
  }
  .uslugi h3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
  }
  .uslugi .items {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .uslugi .items .item {
    background-color: #fff;
    border-radius: 5px;
    width: 100%;
  }
  .uslugi .items .item .dop {
    padding: 30px 30px 30px 35px;
    font-size: 16px;
    font-weight: 300;
  }
  .uslugi .items .item .dop li {
    line-height: 145%;
  }
  .uslugi .items .item .dop li:nth-child(n+2) {
    margin-top: 10px;
  }
  .uslugi .items .item:nth-child(n+2) {
    margin-top: 50px;
  }
  .uslugi .items .item img {
    width: 100%;
    height: 200px;
    border-radius: 5px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .uslugi .items .item .info {
    padding: 90%;
    padding: 25px 20px 25px 20px;
    display: flex;
    flex-direction: column;
  }
  .uslugi .items .item .info h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 130%;
  }
  .uslugi .items .item .info > p {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 300;
    line-height: 140%;
  }
  .uslugi .items .item .info .button {
    width: 100%;
    height: 70px;
    margin-top: auto;
    margin-top: 30px;
  }
  .uslugi .zayavka {
    background-color: #fff;
    margin-top: 70px;
    border-radius: 5px;
    padding: 30px;
  }
  .uslugi .zayavka .left {
    width: 100%;
    position: relative;
    text-align: center;
  }
  .uslugi .zayavka .left h3 {
    text-align: center;
    width: 100%;
        color: #000;
  }
  .uslugi .zayavka .left h3 small {
    font-size: 18px;
    line-height: 120%;
    margin-top: 10px;
  }
  .uslugi .zayavka .left .button {
    width: 100%;
    margin-top: 0;
  }
  .uslugi .zayavka .left .voenniy {
    position: relative;
    right: 0px;
    bottom: -66px;
    margin-top: -30px;
  }
  .uslugi .zayavka .left .voenniy img {
    width: 100%;
  }
  .uslugi .zayavka .left .voenniy .name {
    background-image: linear-gradient(to top, rgba(245, 245, 245, 0.95) 0%, rgba(245, 245, 245, 0.92) 100%), url(../images/bg1_blur.jpg);
    background-size: cover;
    background-position: center top;
    position: absolute;
    padding: 15px 20px;
    width: 100%;
    border-radius: 5px;
    right: 0px;
    top: 200px;
  }
  .uslugi .zayavka .left .voenniy .name b {
    font-size: 14px;
    font-weight: 800;
    line-height: 135%;
    display: block;
  }
  .uslugi .zayavka .left .voenniy .name p {
    font-weight: 300;
    font-size: 14px;
    line-height: 135%;
    margin-top: 5px;
  }
  .footer {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .footer .mmap {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    height: 400px;
    margin-top: 50px;
  }
  .footer .left {
    width: 100%;
    text-align: center;
  }
  .footer .left h3 {
    text-align: center;
  }
  .footer .left .conts {
    margin-top: 25px;
  }
  .footer .left .conts .item {
    font-size: 18px;
    margin-top: 20px;
  }
  .footer .left .conts .item p {
    font-weight: 300;
    color: #606060;
  }
  .footer .left .conts .item a,
  .footer .left .conts .item b {
    font-weight: 800;
    color: #333;
    text-decoration: none;
    margin-top: 7px;
    display: block;
  }
  .footer .left .conts small {
    display: block;
    margin-top: 30px;
    font-weight: 300;
    color: #606060;
  }
  .zayavka_pop {
    background-color: #fff;
    background-size: cover;
    background-position: center center;
    width: 300px;
    padding: 20px 20px 20px 20px;
  }
  .zayavka_pop h4 {
    font-size: 17px;
    line-height: 130%;
    color: #333;
    font-weight: 700;
  }
  .zayavka_pop h4 small {
    font-size: 12px;
    margin-top: 7px;
    display: block;
    line-height: 150%;
    font-weight: 400;
    color: #5f5f5f;
  }
  .zayavka_pop form {
    flex-direction: column;
    margin-top: 20px;
  }
  .zayavka_pop form textarea {
    margin-bottom: 15px;
    border: none;
    max-height: 140px;
    min-height: 140px;
    padding: 20px 20px 20px 20px;
    font-size: 16px;
    border-radius: 5px;
    max-width: 100%;
    min-width: 100%;
    font-weight: 200;
  }
  .zayavka_pop form input {
    width: 100%;
    height: 70px;
    padding: 20px 20px 20px 20px;
  }
  .zayavka_pop form input[type="tel"] {
    margin-bottom: 15px;
  }
  .zayavka_pop form .button {
    width: 100%;
    margin-left: 0;
    height: 80px;
  }
  .zayavka_pop > small {
    font-size: 12px;
    color: #fff;
    line-height: 160%;
    text-align: center;
    width: 100%;
    margin-top: 15px;
    display: block;
    font-weight: 200;
    color: #8e8e8e;
  }
  .callback-bt-desctop {
    height: 50px !important;
    width: 50px !important;
  }
  .callback-bt-desctop img {
    width: 25px !important;
  }
}
@media screen and (max-width: 340px) {
  body {
    min-width: 340px;
    zoom: 100%;
  }
}
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;
}

.vidget {
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 25px;
  bottom: 87px;
  z-index: 999;
  position: fixed;
  flex-direction: column;
}
.vidget a {
  width: 40px;
  height: 40px;
  display: flex;
  -o-object-fit: cover;
     object-fit: cover;
}
.vidget a:nth-child(n+2) {
  margin-top: 7px;
}
.vidget a img {
  width: 100%;
  height: 100%;
  display: flex;
  -o-object-fit: cover;
     object-fit: cover;
}

/*call desc*/
.callback-bt-desctop {
  background-image: linear-gradient(to bottom, #ffa500, #eb9800);
  border: 2px solid #ffa500;
  border-radius: 50%;
  box-shadow: 0 8px 10px rgba(255, 165, 0, 0.3);
  cursor: pointer;
  height: 70px;
  text-align: center;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 20px;
  bottom: 30px;
  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(255, 165, 0, 0.3), 0 0 0 0 rgba(255, 165, 0, 0.2), 0 0 0 0 rgba(255, 165, 0, 0.2);
  }
  40% {
    box-shadow: 0 8px 10px rgba(255, 165, 0, 0.3), 0 0 0 10px rgba(255, 165, 0, 0.2), 0 0 0 0 rgba(255, 165, 0, 0.2);
  }
  80% {
    box-shadow: 0 8px 10px rgba(255, 165, 0, 0.3), 0 0 0 15px rgba(255, 165, 0, 0), 0 0 0 12px rgba(255, 165, 0, 0.067);
  }
  100% {
    box-shadow: 0 8px 10px rgba(255, 165, 0, 0.3), 0 0 0 15px rgba(255, 165, 0, 0), 0 0 0 25px rgba(255, 165, 0, 0);
  }
}
/* animations icon */
@keyframes shake {
  0% {
    transform: rotateZ(10deg);
    -ms-transform: rotateZ(10deg);
    -webkit-transform: rotateZ(10deg);
  }
  50% {
    transform: rotateZ(-2deg);
    -ms-transform: rotateZ(-2deg);
    -webkit-transform: rotateZ(-2deg);
  }
  100% {
    transform: rotateZ(10deg);
    -ms-transform: rotateZ(10deg);
    -webkit-transform: rotateZ(10deg);
  }
}
/* конец кнопки звонка */
/*OWL*/
.owl-stage-outer {
  overflow: visible !important;
}

.owl-item {
  opacity: 0;
}

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

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

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

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  margin-top: 40px;
  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;
}

/*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 textarea {
  background-color: #f3f3f3;
  font-family: "Ford Antenna", sans-serif !important;
}
form input {
  height: 90px;
  font-size: 18px;
  border-radius: 5px;
  border: none;
  background-color: #f3f3f3;
  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 */


.wpcf7-not-valid-tip{
  display: none;
}

.wpcf7-not-valid{
  border: 1px solid rgb(255, 83, 46);
}

.wpcf7-spinner{
  position: absolute;
}

.zayavka_pop form .button p{
  height: 100%;
}


.advantages_block{}
.advantages_block .plusi{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.advantages_block .plusi .plus{
    flex: 0 0 25%;
    max-width: calc(25% - 15px);
    padding-right: 15px;
}
.advantages_block .plusi .plus .font{
    font-weight: 800;
    font-size: 19px;
    position: relative;
    align-items: center;
    display: flex;
}
.advantages_block .plusi .plus p{
    color: #666666;
    font-weight: 300;
    margin-top: 3px;
}


.advantages_block .plusi .plus b:before {
    content: "";
    background: -webkit-linear-gradient(-90deg, #ffa500, #eb9800);
    width: 8px;
    height: 8px;
    font-weight: bold;
    display: inline-block;
    position: absolute;
    left: -20px;
    border-radius: 50%;
  }


  .uslugi .zayavka .left .zayavka_pop{
    padding: 0;
}