@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%;
  }
  *:before, *:after {
    box-sizing: border-box;
  }
  body {
    color: #333333;
    font-family: "Lato", sans-serif !important;
    -webkit-overflow-scrolling: touch;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    background-color: #F2F3F7;
  }
  .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: #F2F3F7;
  }
  .cd-auto-hide-header.is-hidden {
    transform: translateY(0%);
  }
  section {
    padding: 90px 0;
  }
  header {
    background-size: cover;
    background-position: center center;
    position: relative;
  }
  h3 {
    font-size: 56px;
    font-weight: 800;
    text-align: left;
    line-height: 100%;
    margin-bottom: 50px;
  }
  h3 span {
    font-weight: 500;
    color: #008aff;
  }
  .button {
    cursor: pointer;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
    width: 500px;
    height: 100px;
    font-size: 18px;
  }
  .button button {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to top, #FFE163, #FFE163);
    font-family: "Lato", sans-serif !important;
    cursor: pointer;
    border: none;
    color: #333;
    font-weight: 400;
    transition: background 0.2s ease;
    width: 100%;
    transition: 0.3s;
  }
  .button button p {
    position: relative;
    z-index: 1;
    font-size: 26px;
  }
  .button button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-image: linear-gradient(to top, #ffeb91, #ffeb91);
    opacity: 0;
    transition: 0.3s;
  }
  .button button:hover:before {
    opacity: 1;
  }
  .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border-radius: 20px 20px 0 0;
    padding: 25px 65px;
    margin-top: 40px;
    position: relative;
    overflow: hidden;
  }
  .menu::before {
    content: "";
    position: absolute;
    width: 340px;
    height: 100%;
    background-color: #252525;
    z-index: 0;
    right: 0;
  }
  .menu .button_menu {
    height: 50px;
    width: 205px;
    position: relative;
    z-index: 3;
  }
  .menu .button_menu button {
    width: 100%;
    height: 100%;
    background-color: #252525;
    border-radius: 10px;
    border: 1px solid #fff;
    cursor: pointer;
  }
  .menu .button_menu button p {
    font-size: 16px;
    color: #fff;
  }
  .menu p {
    font-size: 14px;
    line-height: 180%;
    font-weight: 400;
  }
  .menu p b {
    font-weight: 700;
  }
  .menu .logo {
    display: flex;
    align-items: center;
  }
  .menu .logo img {
    height: 50px;
  }
  .menu .logo p {
    width: 240px;
    margin-left: 20px;
  }
  .menu .adr {
    display: flex;
    align-items: center;
  }
  .menu .adr img {
    width: 52px;
  }
  .menu .adr p {
    width: 200px;
    margin-left: 15px;
  }
  .menu .social {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .menu .social .social_item {
    display: flex;
    justify-content: space-between;
    width: 130px;
  }
  .menu .social .social_item a {
    height: 28px;
    width: auto;
  }
  .menu .social .social_item a img {
    width: 100%;
    height: 100%;
  }
  .menu .tel {
    text-align: right;
  }
  .menu .tel a {
    font-size: 25px;
    font-weight: 700;
    text-decoration: none;
    color: #333;
    margin-top: 1px;
    display: block;
  }
  .main {
    margin-top: 140px;
    padding: 55px 65px 65px 65px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
  }
  .main::before {
    content: "";
    position: absolute;
    width: 340px;
    height: 100%;
    background-color: #252525;
    z-index: 0;
    right: 0;
    top: 0;
  }
  .main .left {
    width: 560px;
    position: relative;
  }
  .main .left h1 {
    font-size: 60px;
    font-weight: 800;
    line-height: 115%;
  }
  .main .left h1 span {
    display: block;
  }
  .main .left .h1_dop {
    margin-top: 12px;
    font-size: 31px;
    line-height: 130%;
    font-weight: 300;
    color: #323232;
    width: 580px;
  }
  .main .left .plusi {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .main .left .plusi .item {
    display: flex;
    align-items: center;
  }
  .main .left .plusi .item:nth-child(n+3) {
    margin-top: 35px;
  }
  .main .left .plusi .item .img {
    width: 35px;
    height: 35px;
    background-color: #252525;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main .left .plusi .item p {
    margin-left: 15px;
    font-size: 20px;
    font-weight: 400;
    width: 227px;
  }
  .main .left .man {
    position: absolute;
    bottom: -32%;
    width: 1085px;
    right: -150%;
  }
  .main .left .button {
    margin-top: 60px;
    width: 400px;
    height: 90px;
  }
  .main .left .button button p {
    font-weight: 600;
  }
  .transport {
    background-color: #252525;
    padding: 35px 65px;
    border-radius: 0 0 20px 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .transport p {
    width: 485px;
    font-size: 36px;
    line-height: 110%;
  }
  .transport .items {
    display: flex;
    justify-content: space-between;
    width: 450px;
  }
  .transport .items .item {
    width: 28%;
    height: 73px;
    border-radius: 20px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .transport .items .item img {
    width: 43px;
    height: 43px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .transport .items .item:nth-child(1) img {
    width: -moz-max-content;
    width: max-content;
    height: 28px;
  }
  .bg2 .plusi {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .bg2 .plusi .item {
    background-color: #fff;
    width: 48%;
    padding: 35px 40px;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 20px;
    justify-content: space-between;
  }
  .bg2 .plusi .item:last-child {
    width: 100%;
    height: auto;
    background-color: #252525;
    color: #fff;
    padding: 55px 60px;
    align-items: flex-end;
  }
  .bg2 .plusi .item:last-child .left {
    width: 440px;
  }
  .bg2 .plusi .item:last-child .left .button {
    margin-top: 50px;
    width: 100%;
  }
  .bg2 .plusi .item:last-child img {
    width: 530px;
    position: relative;
    bottom: auto;
    left: auto;
    top: auto;
    right: auto;
  }
  .bg2 .plusi .item:nth-child(n+3) {
    margin-top: 40px;
  }
  .bg2 .plusi .item > img {
    position: absolute;
    right: 30px;
    width: 170px;
    bottom: 30px;
  }
  .bg2 .plusi .item .left {
    width: 277px;
  }
  .bg2 .plusi .item .left h4 {
    font-size: 30px;
    line-height: 110%;
  }
  .bg2 .plusi .item .left > p {
    font-size: 20px;
    margin-top: 10px;
    line-height: 130%;
  }
  .otz {
    display: flex;
    justify-content: space-between;
  }
  .otz .item {
    width: 31%;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
  }
  .otz .item img {
    width: 100%;
    height: 220px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .otz .item .info {
    padding: 25px 30px 30px 30px;
  }
  .otz .item .info h4 {
    font-size: 24px;
  }
  .otz .item .info small {
    font-size: 14px;
    line-height: 14px;
  }
  .otz .item .info p {
    margin-top: 10px;
  }
  .zayavka {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .zayavka .left {
    position: relative;
    width: 500px;
  }
  .zayavka .left h3 {
    margin-bottom: 10px;
  }
  .zayavka .left > p {
    font-size: 30px;
    font-weight: 300;
    margin-top: 20px;
    line-height: 120%;
  }
  .zayavka .left .manager {
    position: absolute;
    bottom: -191px;
    width: 430px;
    right: -300px;
  }
  .zayavka .left .plusi {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .zayavka .left .plusi .item {
    display: flex;
    align-items: center;
  }
  .zayavka .left .plusi .item:nth-child(n+2) {
    margin-top: 35px;
  }
  .zayavka .left .plusi .item .img {
    width: 35px;
    height: 35px;
    background-color: #252525;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .zayavka .left .plusi .item p {
    margin-left: 15px;
    font-size: 20px;
    font-weight: 400;
    width: 340px;
  }
  .zayavka .left .plusi .item .ios {
    margin-left: -75px;
    opacity: 0.6;
  }
  .zayavka .forma {
    margin-top: 0px;
    width: 400px;
    background-color: #252525;
    padding: 30px 40px;
    border-radius: 20px;
    color: #fff;
  }
  .zayavka .forma h4 {
    margin-bottom: 0px;
    font-size: 28px;
    width: 100%;
    font-weight: 600;
    line-height: 110%;
    margin-bottom: 5px;
  }
  .zayavka .forma form {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .zayavka .forma form input {
    width: 100%;
    height: 70px;
    border-radius: 10px;
  }
  .zayavka .forma form input:nth-child(n+2) {
    margin-left: 0px;
    margin-top: 15px;
  }
  .zayavka .forma form .select_wrap {
    width: 100%;
    position: relative;
    margin-top: 15px;
  }
  .zayavka .forma form .select_wrap .arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    opacity: 0.7;
    display: block;
  }
  .zayavka .forma form .select_wrap select {
    width: 100%;
    height: 70px;
    border-radius: 10px;
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
  }
  .zayavka .forma form .select_wrap select::-ms-expand {
    display: none; /* удалите стрелку по умолчанию в IE 10 и 11 */
  }
  .zayavka .forma 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;
  }
  .zayavka .forma form small {
    margin-top: 10px;
    color: #b0afaf;
    font-weight: 300;
    text-align: center;
    font-size: 12px;
    line-height: 160%;
  }
  .zayavka .forma form .button {
    width: 100%;
    height: 80px;
    margin-top: 15px;
    margin-left: 0;
  }
  .zayavka .forma form .button button p {
    font-weight: 600;
  }
  .footer {
    background-color: #252525;
    border-radius: 20px 20px 0 0;
    padding: 60px 75px;
  }
  .footer .info {
    text-align: center;
    color: #fff;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer .info:nth-child(n+2) {
    margin-top: 30px;
  }
  .footer .info b {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
  }
  .footer .info p {
    font-weight: 300;
    margin-top: 10px;
    color: #b8b8b8;
  }
  .footer .info .cont {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
  }
  .footer .info .cont a {
    margin-right: 15px;
    font-size: 36px;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
  }
  .footer .info .cont a:hover svg {
    fill: #5046e5;
  }
  .footer .info .cont a img {
    width: 45px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 993px) {
  html {
    min-width: 993px;
    zoom: 80%;
  }
}
@media screen and (max-width: 992px) and (min-width: 700px) {
  * {
    margin: 0;
    padding: 0;
    outline: 0 !important;
    box-sizing: border-box;
  }
  html {
    min-width: 700px;
    line-height: 145%;
    overflow-x: hidden;
  }
  *:before, *:after {
    box-sizing: border-box;
  }
  body {
    color: #333333;
    font-family: "Lato", sans-serif !important;
    -webkit-overflow-scrolling: touch;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    background-color: #F2F3F7;
    overflow: hidden;
  }
  .container {
    max-width: 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%);
  }
  section {
    padding: 90px 0;
  }
  header {
    background-size: cover;
    background-position: center center;
    position: relative;
  }
  h3 {
    font-size: 56px;
    font-weight: 800;
    text-align: left;
    line-height: 100%;
    margin-bottom: 50px;
  }
  h3 span {
    font-weight: 500;
    color: #008aff;
  }
  .button {
    cursor: pointer;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
    width: 500px;
    height: 100px;
    font-size: 18px;
  }
  .button button {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to top, #FFE163, #FFE163);
    font-family: "Lato", sans-serif !important;
    cursor: pointer;
    border: none;
    color: #333;
    font-weight: 400;
    transition: background 0.2s ease;
    width: 100%;
    transition: 0.3s;
  }
  .button button p {
    position: relative;
    z-index: 1;
    font-size: 26px;
  }
  .button button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-image: linear-gradient(to top, #ffeb91, #ffeb91);
    opacity: 0;
    transition: 0.3s;
  }
  .button button:hover:before {
    opacity: 1;
  }
  .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border-radius: 20px 20px 0 0;
    padding: 25px 55px;
    margin-top: 40px;
    position: relative;
    overflow: hidden;
  }
  .menu::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background-color: #252525;
    z-index: 0;
    right: 0;
  }
  .menu .button_menu {
    height: 50px;
    width: 205px;
    position: relative;
    z-index: 3;
  }
  .menu .button_menu button {
    width: 100%;
    height: 100%;
    background-color: #252525;
    border-radius: 10px;
    border: 1px solid #fff;
    cursor: pointer;
  }
  .menu .button_menu button p {
    font-size: 16px;
    color: #fff;
  }
  .menu .button_menu button:hover {
    background-color: #FFE163;
    border: 0;
  }
  .menu .button_menu button:hover p {
    color: #333;
  }
  .menu p {
    font-size: 14px;
    line-height: 180%;
    font-weight: 400;
  }
  .menu p b {
    font-weight: 700;
  }
  .menu .logo {
    display: flex;
    align-items: center;
  }
  .menu .logo img {
    height: 50px;
  }
  .menu .logo p {
    width: 240px;
    margin-left: 20px;
  }
  .menu .adr {
    display: flex;
    align-items: center;
  }
  .menu .adr img {
    width: 52px;
  }
  .menu .adr p {
    width: 200px;
    margin-left: 15px;
  }
  .menu .social {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .menu .social .social_item {
    display: flex;
    justify-content: space-between;
    width: 130px;
  }
  .menu .social .social_item a {
    height: 28px;
    width: auto;
  }
  .menu .social .social_item a img {
    width: 100%;
    height: 100%;
  }
  .menu .tel {
    text-align: right;
  }
  .menu .tel a {
    font-size: 25px;
    font-weight: 700;
    text-decoration: none;
    color: #333;
    margin-top: 1px;
    display: block;
  }
  .main {
    margin-top: 140px;
    padding: 55px 55px 65px 55px;
    background-color: #fff;
    position: relative;
  }
  .main::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 220px;
    background-color: #252525;
    z-index: 0;
    right: 0;
    top: auto;
    bottom: 0;
  }
  .main .left {
    width: 100%;
    position: relative;
  }
  .main .left h1 {
    font-size: 58px;
    font-weight: 800;
    line-height: 115%;
  }
  .main .left h1 span {
    display: block;
  }
  .main .left .h1_dop {
    margin-top: 12px;
    font-size: 31px;
    line-height: 130%;
    font-weight: 300;
    color: #323232;
  }
  .main .left .plusi {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
  }
  .main .left .plusi .item {
    display: flex;
    align-items: center;
  }
  .main .left .plusi .item:nth-child(n+2) {
    margin-top: 35px;
  }
  .main .left .plusi .item .img {
    width: 35px;
    height: 35px;
    background-color: #252525;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main .left .plusi .item p {
    margin-left: 15px;
    font-size: 20px;
    font-weight: 400;
    width: 227px;
  }
  .main .left .plusi .item:nth-child(odd) p {
    width: 180px;
  }
  .main .left .man {
    position: absolute;
    bottom: 60px;
    width: 680px;
    right: -48%;
  }
  .main .left .button {
    margin-top: 110px;
    width: 100%;
    height: 90px;
  }
  .main .left .button button p {
    font-weight: 600;
  }
  .transport {
    background-color: #252525;
    padding: 35px 65px;
    border-radius: 0 0 20px 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    flex-direction: column;
  }
  .transport p {
    width: 100%;
    font-size: 36px;
    line-height: 110%;
    text-align: center;
  }
  .transport .items {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-top: 25px;
  }
  .transport .items .item {
    width: 73px;
    height: 73px;
    border-radius: 20px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  .transport .items .item:nth-child(n+2) {
    margin-left: 0px;
  }
  .transport .items .item img {
    width: 43px;
    height: 35px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .transport .items .item:nth-child(1) img {
    width: -moz-max-content;
    width: max-content;
    height: 20px;
  }
  .bg2 .plusi {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .bg2 .plusi .item {
    background-color: #fff;
    width: 100%;
    padding: 35px 40px;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 20px;
  }
  .bg2 .plusi .item:last-child {
    width: 100%;
    height: auto;
    background-color: #252525;
    color: #fff;
    padding: 55px 50px;
    align-items: flex-end;
    flex-direction: column;
  }
  .bg2 .plusi .item:last-child .left {
    width: 100%;
    order: 2;
  }
  .bg2 .plusi .item:last-child .left .button {
    margin-top: 50px;
    width: 100%;
  }
  .bg2 .plusi .item:last-child img {
    width: 100%;
    position: relative;
    bottom: auto;
    left: auto;
    top: auto;
    right: auto;
    order: 0;
    margin-bottom: 40px;
  }
  .bg2 .plusi .item:nth-child(n+2) {
    margin-top: 40px;
  }
  .bg2 .plusi .item > img {
    position: absolute;
    right: 30px;
    width: 170px;
    bottom: 30px;
  }
  .bg2 .plusi .item .left {
    width: 277px;
  }
  .bg2 .plusi .item .left h4 {
    font-size: 30px;
    line-height: 110%;
  }
  .bg2 .plusi .item .left > p {
    font-size: 20px;
    margin-top: 10px;
    line-height: 130%;
  }
  .otz {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .otz .item {
    width: 48%;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
  }
  .otz .item:last-child {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .otz .item img {
    width: 100%;
  }
  .otz .item .info {
    padding: 25px 30px 30px 30px;
  }
  .otz .item .info h4 {
    font-size: 24px;
  }
  .otz .item .info small {
    font-size: 14px;
    line-height: 14px;
  }
  .otz .item .info p {
    margin-top: 10px;
  }
  .zayavka {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
  }
  .zayavka .left {
    position: relative;
    width: 500px;
  }
  .zayavka .left h3 {
    margin-bottom: 10px;
  }
  .zayavka .left > p {
    font-size: 30px;
    font-weight: 300;
    margin-top: 20px;
    line-height: 120%;
  }
  .zayavka .left .manager {
    position: absolute;
    bottom: -100px;
    width: 430px;
    right: -250px;
    -webkit-mask-image: linear-gradient(to top, transparent 10%, black 55%);
    mask-image: linear-gradient(to top, transparent 10%, black 55%);
  }
  .zayavka .left .plusi {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 2;
  }
  .zayavka .left .plusi .item {
    display: flex;
    align-items: center;
  }
  .zayavka .left .plusi .item:nth-child(n+2) {
    margin-top: 35px;
  }
  .zayavka .left .plusi .item .img {
    width: 35px;
    height: 35px;
    background-color: #252525;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .zayavka .left .plusi .item p {
    margin-left: 15px;
    font-size: 20px;
    font-weight: 400;
    width: 340px;
  }
  .zayavka .left .plusi .item .ios {
    margin-left: -75px;
    opacity: 0.6;
  }
  .zayavka .forma {
    margin-top: 60px;
    width: 100%;
    background-color: #252525;
    padding: 30px 40px;
    border-radius: 20px;
    color: #fff;
    z-index: 3;
  }
  .zayavka .forma h4 {
    margin-bottom: 0px;
    font-size: 28px;
    width: 100%;
    font-weight: 600;
    line-height: 110%;
    margin-bottom: 5px;
  }
  .zayavka .forma form {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .zayavka .forma form input {
    width: 100%;
    height: 70px;
    border-radius: 10px;
  }
  .zayavka .forma form input:nth-child(n+3) {
    margin-left: 0px;
    margin-top: 15px;
  }
  .zayavka .forma 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;
  }
  .zayavka .forma form small {
    margin-top: 10px;
    color: #b0afaf;
    font-weight: 300;
    text-align: center;
    font-size: 12px;
    line-height: 160%;
  }
  .zayavka .forma form .button {
    width: 100%;
    height: 80px;
    margin-top: 15px;
    margin-left: 0;
  }
  .zayavka .forma form .button button p {
    font-weight: 600;
  }
  .footer {
    background-color: #252525;
    border-radius: 20px 20px 0 0;
    padding: 60px 55px;
  }
  .footer .info {
    text-align: center;
    color: #fff;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .footer .info:nth-child(n+2) {
    margin-top: 30px;
  }
  .footer .info b {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
  }
  .footer .info p {
    font-weight: 300;
    margin-top: 10px;
  }
  .footer .info .cont {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
  }
  .footer .info .cont a {
    margin-right: 15px;
    font-size: 36px;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
  }
  .footer .info .cont a:hover svg {
    fill: #5046e5;
  }
  .footer .info .cont a img {
    width: 45px;
  }
}
@media screen and (max-width: 700px) {
  * {
    margin: 0;
    padding: 0;
    outline: 0 !important;
    box-sizing: border-box;
  }
  html {
    min-width: 340px;
    line-height: 145%;
    overflow-x: hidden;
  }
  *:before, *:after {
    box-sizing: border-box;
  }
  body {
    color: #333333;
    font-family: "Lato", sans-serif !important;
    -webkit-overflow-scrolling: touch;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    background-color: #F2F3F7;
  }
  .container {
    max-width: 360px;
    min-width: 340px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .container2 {
    max-width: 360px;
    width: 100%;
    min-width: 340px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .cd-auto-hide-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    transition: transform 0.5s;
    z-index: 30;
    display: flex;
    align-items: center;
    background-color: #F2F3F7;
  }
  .cd-auto-hide-header.is-hidden {
    transform: translateY(0%);
  }
  section {
    padding: 90px 0;
  }
  header {
    background-size: cover;
    background-position: center center;
    position: relative;
  }
  h3 {
    font-size: 26px;
    font-weight: 800;
    text-align: left;
    line-height: 120%;
    margin-bottom: 40px;
  }
  h3 span {
    font-weight: 500;
    color: #008aff;
  }
  .button {
    cursor: pointer;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
    width: 500px;
    height: 100px;
    font-size: 18px;
  }
  .button button {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to top, #FFE163, #FFE163);
    font-family: "Lato", sans-serif !important;
    cursor: pointer;
    border: none;
    color: #333;
    font-weight: 400;
    transition: background 0.2s ease;
    width: 100%;
    transition: 0.3s;
  }
  .button button p {
    position: relative;
    z-index: 1;
    font-size: 24px;
    font-weight: 600;
  }
  .button button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-image: linear-gradient(to top, #ffeb91, #ffeb91);
    opacity: 0;
    transition: 0.3s;
  }
  .button button:hover:before {
    opacity: 1;
  }
  .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border-radius: 20px 20px 0 0;
    padding: 15px 15px;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
  }
  .menu .button_menu {
    height: 45px;
    width: 130px;
    position: relative;
    z-index: 3;
  }
  .menu .button_menu button {
    width: 100%;
    height: 100%;
    background-color: #252525;
    border-radius: 10px;
    border: 1px solid #fff;
    cursor: pointer;
  }
  .menu .button_menu button p {
    font-size: 14px;
    color: #fff;
  }
  .menu p {
    font-size: 14px;
    line-height: 180%;
    font-weight: 400;
  }
  .menu p b {
    font-weight: 700;
  }
  .menu .logo {
    display: flex;
    align-items: center;
  }
  .menu .logo img {
    height: 35px;
  }
  .menu .logo p {
    width: 240px;
    margin-left: 20px;
  }
  .main {
    margin-top: 100px;
    padding: 25px 20px;
    background-color: #fff;
    position: relative;
    display: flex;
  }
  .main::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 130px;
    background-color: #252525;
    z-index: 0;
    right: 0;
    top: auto;
    bottom: 0;
  }
  .main .left {
    width: 100%;
    position: relative;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }
  .main .left h1 {
    font-size: 27px;
    font-weight: 800;
    line-height: 115%;
    text-align: center;
  }
  .main .left h1 span {
    display: block;
  }
  .main .left .h1_dop {
    margin-top: 10px;
    font-size: 16px;
    line-height: 140%;
    font-weight: 300;
    color: #323232;
    text-align: center;
  }
  .main .left .plusi {
    margin-top: -30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
  }
  .main .left .plusi .item {
    display: flex;
    align-items: center;
  }
  .main .left .plusi .item:nth-child(n+2) {
    margin-top: 25px;
  }
  .main .left .plusi .item .img {
    width: 30px;
    height: 30px;
    background-color: #252525;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main .left .plusi .item p {
    margin-left: 12px;
    font-size: 18px;
    font-weight: 400;
    width: 227px;
  }
  .main .left .plusi .item:nth-child(odd) p {
    width: 180px;
  }
  .main .left .man {
    position: relative;
    bottom: 0px;
    width: 150%;
    margin-top: 20px;
  }
  .main .left .button {
    margin-top: 60px;
    width: 100%;
    height: 80px;
  }
  .main .left .button button p {
    font-weight: 600;
  }
  .transport {
    background-color: #252525;
    padding: 25px 20px;
    border-radius: 0 0 20px 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    flex-direction: column;
  }
  .transport p {
    width: 100%;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
  }
  .transport .items {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin-top: 20px;
  }
  .transport .items .item {
    width: 60px;
    height: 60px;
    border-radius: 15px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .transport .items .item img {
    width: 38px;
    height: 28px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .transport .items .item:nth-child(1) img {
    width: -moz-max-content;
    width: max-content;
    height: 16px;
  }
  .bg2 .plusi {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .bg2 .plusi .item {
    background-color: #fff;
    width: 100%;
    padding: 25px;
    display: flex;
    align-items: flex-start;
    position: relative;
    border-radius: 20px;
    flex-direction: column;
  }
  .bg2 .plusi .item:last-child {
    width: 100%;
    height: auto;
    background-color: #252525;
    color: #fff;
    padding: 25px;
    align-items: flex-end;
    flex-direction: column;
  }
  .bg2 .plusi .item:last-child .left {
    width: 100%;
    order: 2;
  }
  .bg2 .plusi .item:last-child .left .button {
    margin-top: 30px;
    width: 100%;
  }
  .bg2 .plusi .item:last-child .left .button button p {
    line-height: 110%;
  }
  .bg2 .plusi .item:last-child .left > p {
    font-weight: 300;
  }
  .bg2 .plusi .item:last-child img {
    width: 100%;
    position: relative;
    bottom: auto;
    left: auto;
    top: auto;
    right: auto;
    order: 0;
    margin-bottom: 0px;
  }
  .bg2 .plusi .item:nth-child(n+2) {
    margin-top: 40px;
  }
  .bg2 .plusi .item > img {
    position: relative;
    width: 80px;
    order: 1;
  }
  .bg2 .plusi .item .left {
    width: 100%;
    order: 2;
    margin-top: 20px;
  }
  .bg2 .plusi .item .left h4 {
    font-size: 26px;
    line-height: 110%;
  }
  .bg2 .plusi .item .left > p {
    font-size: 18px;
    margin-top: 10px;
    line-height: 130%;
  }
  .otz {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .otz .item {
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
  }
  .otz .item:nth-child(n+2) {
    margin-top: 30px;
  }
  .otz .item img {
    width: 100%;
  }
  .otz .item .info {
    padding: 25px 30px 30px 30px;
  }
  .otz .item .info h4 {
    font-size: 24px;
  }
  .otz .item .info small {
    font-size: 14px;
    line-height: 14px;
  }
  .otz .item .info p {
    margin-top: 10px;
  }
  .zayavka {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
  }
  .zayavka .left {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .zayavka .left h3 {
    text-align: center;
    margin-bottom: 0;
  }
  .zayavka .left > p {
    font-size: 18px;
    font-weight: 300;
    margin-top: 10px;
    line-height: 120%;
    text-align: center;
  }
  .zayavka .left .manager {
    position: relative;
    bottom: 0px;
    width: 60%;
    right: auto;
    margin-top: 15px;
    -webkit-mask-image: linear-gradient(to top, transparent 10%, black 55%);
    mask-image: linear-gradient(to top, transparent 10%, black 55%);
  }
  .zayavka .left .plusi {
    margin-top: -50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 2;
  }
  .zayavka .left .plusi .item {
    display: flex;
    align-items: center;
  }
  .zayavka .left .plusi .item:nth-child(n+2) {
    margin-top: 35px;
  }
  .zayavka .left .plusi .item .img {
    width: 30px;
    height: 30px;
    background-color: #252525;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .zayavka .left .plusi .item p {
    margin-left: 12px;
    font-size: 18px;
    font-weight: 400;
    width: 227px;
  }
  .zayavka .left .plusi .item .ios {
    right: 85px;
    opacity: 0.6;
    width: 40px;
    top: 22px;
    position: absolute;
  }
  .zayavka .forma {
    margin-top: 40px;
    width: 100%;
    background-color: #252525;
    padding: 25px;
    border-radius: 20px;
    color: #fff;
    z-index: 3;
  }
  .zayavka .forma h4 {
    margin-bottom: 0px;
    font-size: 24px;
    width: 100%;
    font-weight: 600;
    line-height: 110%;
    margin-bottom: 5px;
  }
  .zayavka .forma form {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .zayavka .forma form input {
    width: 100%;
    height: 60px;
    border-radius: 10px;
    padding: 20px 20px 20px 20px !important;
    font-size: 16px !important;
  }
  .zayavka .forma form input:nth-child(n+2) {
    margin-left: 0px;
    margin-top: 15px;
  }
  .zayavka .forma form .select_wrap {
    width: 100%;
    position: relative;
    margin-top: 15px;
  }
  .zayavka .forma form .select_wrap .arrow {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    opacity: 0.7;
    display: block;
  }
  .zayavka .forma form .select_wrap select {
    padding: 20px 20px 20px 20px !important;
    width: 100%;
    height: 60px;
    border-radius: 10px;
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    font-size: 15px;
  }
  .zayavka .forma form .select_wrap select::-ms-expand {
    display: none; /* удалите стрелку по умолчанию в IE 10 и 11 */
  }
  .zayavka .forma 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;
  }
  .zayavka .forma form small {
    margin-top: 15px;
    color: #b0afaf;
    font-weight: 300;
    text-align: center;
    font-size: 12px;
    line-height: 140%;
  }
  .zayavka .forma form .button {
    width: 100%;
    height: 80px;
    margin-top: 15px;
    margin-left: 0;
  }
  .zayavka .forma form .button button p {
    font-weight: 600;
  }
  .footer {
    background-color: #252525;
    border-radius: 20px 20px 0 0;
    padding: 35px 25px;
  }
  .footer .info {
    text-align: center;
    color: #fff;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .footer .info:nth-child(n+2) {
    margin-top: 30px;
  }
  .footer .info b {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
  }
  .footer .info p {
    font-weight: 300;
    margin-top: 10px;
    font-size: 14px;
    line-height: 140%;
  }
  .footer .info .cont {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    flex-wrap: wrap;
  }
  .footer .info .cont a {
    font-size: 26px;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
  }
  .footer .info .cont a:first-child {
    width: 100%;
    margin-bottom: 15px;
  }
  .footer .info .cont a:nth-child(n+3) {
    margin-left: 10px;
  }
  .footer .info .cont a img {
    width: 40px;
  }
  .callback-bt-tel {
    height: 50px !important;
    width: 50px !important;
  }
  .callback-bt-tel img {
    width: 24px !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: linear-gradient(to top, #64EE7D, #2DA743);
  border: 2px solid #64EE7D;
  border-radius: 50%;
  box-shadow: 0 8px 10px rgba(45, 167, 67, 0.3);
  cursor: pointer;
  height: 60px;
  text-align: center;
  width: 60px;
  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 img {
  width: 30px;
}

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

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

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

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

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

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

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

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

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

.callback-bt-desctop i {
  animation: 1200ms ease 0s normal none 1 running shake;
  animation-iteration-count: infinite;
  -webkit-animation: 1200ms ease 0s normal none 1 running shake;
  -webkit-animation-iteration-count: infinite;
}
@keyframes hoverWave {
  0% {
    box-shadow: 0 8px 10px rgba(45, 167, 67, 0.3), 0 0 0 0 rgba(45, 167, 67, 0.2), 0 0 0 0 rgba(45, 167, 67, 0.2);
  }
  40% {
    box-shadow: 0 8px 10px rgba(45, 167, 67, 0.3), 0 0 0 10px rgba(45, 167, 67, 0.2), 0 0 0 0 rgba(45, 167, 67, 0.2);
  }
  80% {
    box-shadow: 0 8px 10px rgba(45, 167, 67, 0.3), 0 0 0 15px rgba(45, 167, 67, 0), 0 0 0 12px rgba(45, 167, 67, 0.067);
  }
  100% {
    box-shadow: 0 8px 10px rgba(45, 167, 67, 0.3), 0 0 0 15px rgba(45, 167, 67, 0), 0 0 0 25px rgba(45, 167, 67, 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 input {
  height: 90px;
  padding: 20px 20px 20px 30px;
  font-size: 18px;
  border-radius: 5px;
  border: none;
  background-color: #fbfbfb;
  font-family: "Lato", sans-serif !important;
  font-weight: 400;
  color: #333333;
  z-index: 10;
  width: 300px;
}
form select {
  height: 90px;
  width: 100%;
  padding: 20px 20px 20px 30px;
  font-size: 18px;
  border-radius: 5px;
  border: none;
  background-color: #fbfbfb;
  font-family: "Lato", sans-serif !important;
  font-weight: 400;
  color: #333333;
  z-index: 10;
}
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 */