@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ol[class],
ul[class] {
    padding: 0;
}

blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol[class],
p,
ul[class] {
    margin: 0;
}

ul {
    padding: 0;
}

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
}

ol[class],
ul[class] {
    list-style: none;
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
}

article>*+* {
    margin-top: 1em;
}

button,
input,
select,
textarea {
    font: inherit;
}

* {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 19.28px;
    color: #474955;
}

.noOverflow {
    overflow: visible;
}

body {
    overflow-x: hidden;
    max-width: 100vw;
}

body::-webkit-scrollbar {
    width: 5px;
}

body::-webkit-scrollbar-thumb {
    background-color: #474955;
}

body.active {
    overflow: hidden;
}

a {
    text-decoration: none;
    color: unset;
}

a:hover {
    color: unset;
}

p {
    margin: 0;
}

.button__request {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 52px;
    width: 210px;
    border: none;
    background-color: #fff;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    position: relative;
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.button__request-telegram {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    background-color: #474955;
    left: 0;
    bottom: 0;
    width: 20%;
    min-width: 55px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.button__request p {
    margin-left: 55px;
    width: 100%;
    text-align: center;
    font-weight: 600;
}

.button__request:hover .button__request-telegram {
    width: 100%;
}

.input {
    height: 49px;
    padding-left: 18px;
    padding-right: 18px;
    border: none;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 9px;
}

.input::-webkit-input-placeholder {
    color: #b2b7bf;
}

.input::-moz-placeholder {
    color: #b2b7bf;
}

.input:-ms-input-placeholder {
    color: #b2b7bf;
}

.input::-ms-input-placeholder {
    color: #b2b7bf;
}

.input::placeholder {
    color: #b2b7bf;
}

.input:focus {
    outline: #474955;
}

.select {
    position: relative;
    height: 49px;
    display: flex;
    display: block;
    padding-left: 18px;
    padding-right: 18px;
    display: flex;
    align-items: center;
    width: 100%;
    border: none;
    background-color: #fff;
    color: #b2b7bf;
    appearance: none;
    /* appearance: ; */
    /* background-image: url("../images/src/home/icons/arrowSelect.png") no-repeat right center; */
    outline: 0;
}

.select-wrapper {
    position: relative;
}

.select-wrapper::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 1px;
    background-color: #b2b7bf;
    top: 25px;
    right: 15px;
    z-index: 1;
    transform: rotate(135deg);
    pointer-events: none;
}

.select-wrapper::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 1px;
    background-color: #b2b7bf;
    top: 25px;
    right: 23px;
    transform: rotate(45deg);
    pointer-events: none;
    z-index: 1;
}


/* .select::before {} */

.menu {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    right: -100vw;
    z-index: 100;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    background-color: #fff;
}

.menu.active {
    right: 0;
}

.menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 90px;
}

.menu__list-item {
    margin-top: 40px;
    text-align: center;
    color: #474955;
    font-weight: 700;
    font-size: 20px;
}

.menu__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.menu__contacts .header__item {
    margin-left: 0;
    margin-top: 40px;
}

.header {
    height: 81px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 1000;
    background-color: #fff;
}

.header__logo {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    font-style: italic;
}

.header__logo span {
    color: #7ebc3c;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    font-style: italic;
}

.header__links {
    margin-left: 110px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header__link {
    font-weight: 600;
    margin-right: 45px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.header__link a {
    transition: 0.2s;
}

.header__link:last-child {
    margin-right: 0;
}

.header__link:hover a {
    color: #7ebc3c;
}

.header__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
}

.header__item {
    text-align: right;
    margin-left: 60px;
}

.header__item:first-child {
    margin-left: 0;
}

.header__item p {
    color: #7ebc3c;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
}

.header__item a {
    font-weight: 700;
    font-style: italic;
    font-size: 18px;
    line-height: 21px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.header__item a:hover {
    color: #7ebc3c;
}

.header__menu-trigger {
    display: none;
}

@media screen and (max-width: 1195px) {
    .header__links {
        display: none;
    }
    .header__items {
        display: none;
    }
    .header__menu-trigger {
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 34px;
        position: relative;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 20px;
    }
    .header__menu-trigger span {
        width: 100%;
        height: 4px;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        background-color: #474955;
    }
    .header__menu-trigger.active span {
        position: absolute;
    }
    .header__menu-trigger.active span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        height: 10px;
        top: 8.5px;
        height: 3px;
    }
    .header__menu-trigger.active span:nth-child(2) {
        opacity: 0;
    }
    .header__menu-trigger.active span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        height: 10px;
        bottom: 9.5px;
        height: 3px;
    }
}

.footer__wrapper {
    background-color: #474955;
    padding-top: 32px;
    padding-bottom: 34px;
}

.footer__wrapper p {
    color: #fff;
}

.footer__up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__up h2 {
    color: #fff;
    font-weight: 700;
    font-style: italic;
    font-size: 24px;
    line-height: 28px;
}

.footer__up h2 span {
    color: #7ebc3c;
    font-weight: 700;
    font-style: italic;
    font-size: 24px;
    line-height: 28px;
}

.footer__up p {
    text-align: right;
}

.footer__mid {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__mid p {
    color: rgba(255, 255, 255, 0.47);
    font-size: 12px;
}

.footer__mid a {
    font-size: 12px;
    color: #7ebc3c;
}

.footer__mid-policy a {
    margin-left: 30px;
}

.head__wrapper {
    max-height: 535px;
    background-color: #474955;
    position: relative;
    margin-top: 81px;
    overflow: hidden;
}

.head__wrapper .container {
    height: 100%;
}

.head__box-sm {
    position: absolute;
    width: 263px;
    height: 239px;
    bottom: 0;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

.head__box-mid {
    position: absolute;
    width: 55%;
    height: 459px;
    bottom: 0;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

.head {
    height: 100%;
}

.head__image {
    height: 100%;
}

.head__image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 535px;
}

.head__image-wrapper {
    padding-left: 0;
    height: 100%;
}

.head__descp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.head__descp-wrapper {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
}

.head__descp h1 {
    color: #fff;
    font-weight: 700;
    line-height: 49px;
    font-size: 36px;
    font-style: italic;
    max-width: 692px;
}

.head__descp h1 span {
    color: #7ebc3c;
    font-weight: 700;
    line-height: 49px;
    font-size: 36px;
    font-style: italic;
}

.head__descp p {
    color: #fff;
    max-width: 496px;
    margin-top: 33px;
}

.promo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.promo__wrapper {
    background: -webkit-gradient( linear, right top, left top, from(#7ebc3c), to(#4a9f3c));
    background: -o-linear-gradient(right, #7ebc3c 0, #4a9f3c 100%);
    background: linear-gradient(270deg, #7ebc3c 0, #4a9f3c 100%);
    padding-top: 33px;
    padding-bottom: 33px;
}

.promo__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.promo__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 260px;
    margin-left: 66px;
}

.promo__item:first-child {
    margin-left: 0;
}

.promo__item img {
    margin-right: 8px;
}

.promo__item p {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.choiceProf__wrapper {
    padding-top: 100px;
}

.choiceProf h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    font-style: italic;
    margin-bottom: 34px;
}

.choiceProf h2 span {
    color: #7ebc3c;
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    font-style: italic;
}

.choiceProf__text {
    max-width: 735px;
    margin-bottom: 21px;
}

.choiceProf__image {
    width: 100%;
}

.choiceProf__image img {
    width: 100%;
}

.vinForm__wrapper {
    background: -webkit-gradient( linear, right top, left top, from(#7ebc3c), to(#4a9f3c));
    background: -o-linear-gradient(right, #7ebc3c 0, #4a9f3c 100%);
    background: linear-gradient(270deg, #7ebc3c 0, #4a9f3c 100%);
}

.vinForm__descp {
    padding-top: 52px;
    padding-bottom: 52px;
}

.vinForm__descp h2 {
    color: #fff;
    font-weight: 700;
    font-style: italic;
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 8px;
}

.vinForm__descp p {
    color: #fff;
}

.vinForm__policy {
    font-size: 10px;
    line-height: 13px;
    color: #fff;
    margin-top: 9px;
    height: 49px;
    margin-bottom: 9px;
}

.vinForm__inputs {
    margin: auto;
}

.table {
    border-spacing: 0;
    border-collapse: unset;
}

.table__not {
    position: absolute;
    left: 50%;
    top: 60%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-weight: 600;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 300px;
    text-align: center;
}

.table__not a {
    font-weight: 700;
    font-style: italic;
    font-size: 18px;
    line-height: 21px;
    transition: 0.3s;
}

.table__not a:hover {
    color: #4a9f3c;
}

.table__not span {
    font-weight: 900;
    font-size: 18px;
    color: #7ebc3c;
}

.table__have.red {
    color: #ed3c15;
}

.table__have.yellow {
    color: #edbd15;
}

.table thead {
    border: none;
}

.table thead tr {
    border-bottom: 1px solid #e3e6ec;
}

.table thead th {
    color: #b2b7bf;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    padding-top: 17px;
    padding-bottom: 17px;
    border-left: 1px solid #e3e6ec;
    padding-left: 30px;
}

.table thead th:first-child {
    border-left: 0;
    padding-left: 0;
}

.table tr {
    border-bottom: 1px solid #e3e6ec;
}

.table tr td {
    border-left: 1px solid #e3e6ec;
}

.table__air {
    padding-left: 75px;
    padding-right: 75px;
    position: relative;
    min-height: 300px;
}

.table__air.active {
    display: block;
}

.table__wrapper {
    padding-bottom: 97px;
}

.table__table {
    background: #fff;
    -webkit-box-shadow: 0 4px 27px rgba(230, 231, 234, 0.78);
    box-shadow: 0 4px 27px rgba(230, 231, 234, 0.78);
}

.table__head {
    background-color: #474955;
    padding-left: 75px;
    padding-right: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 17px;
    padding-bottom: 11px;
}

.table__head h2 {
    color: #fff;
    font-weight: 700;
    font-style: italic;
    font-size: 24px;
    line-height: 33px;
}

.table__body td {
    font-weight: 500;
    font-size: 13px;
    line-height: 17.9px;
    padding-left: 30px;
    padding-top: 17px;
    padding-bottom: 17px;
}

.table__body td:nth-child(2n + 1) {
    width: 300px;
}

.table__footer {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.table__footer-wrapper {
    padding-left: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 75px;
    padding-bottom: 20px;
    padding-top: 8px;
}

.table__footer-btn {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.table__footer-btn.disabel {
    pointer-events: none;
    opacity: 0.5;
}

.table__footer-btn.prev {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.table__artic {
    color: #7ebc3c;
    padding-top: 17px !important;
    padding-left: 0 !important;
    padding-bottom: 17px !important;
    font-size: 13px;
    font-weight: 500;
}

.table__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.table__search-reload {
    width: 53px;
}

.table__search-reload img {
    width: 100%;
}

.table__search input {
    background-color: #5a5c66;
    height: 52px;
    border: none;
    color: #fff;
    padding-left: 26px;
    padding-right: 26px;
    width: 600px;
}

.table__search input::-webkit-input-placeholder {
    color: #b2b7bf;
}

.table__search input::-moz-placeholder {
    color: #b2b7bf;
}

.table__search input:-ms-input-placeholder {
    color: #b2b7bf;
}

.table__search input::-ms-input-placeholder {
    color: #b2b7bf;
}

.table__search input::placeholder {
    color: #b2b7bf;
}

.table__search input:focus {
    outline: 0;
}

.table__search button {
    border: none;
    padding-right: 16px;
    padding-left: 16px;
    height: 52px;
    background-color: #5a5c66;
}

.contact__wrapper {
    overflow: hidden;
}

.contact__map-wrapper {
    position: relative;
    height: 100%;
}

#map {
    position: absolute;
    right: 0;
    top: 0;
    left: calc(-50vw + 660px);
}

.contact {
    min-height: 404px;
}

.contact__descp {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contact__descp h2 {
    text-align: right;
    color: #7ebc3c;
    font-size: 24px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 52px;
}

.contact__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 35px;
}

.contact__adress {
    margin-top: 37px;
    text-align: right;
    max-width: 400px;
    margin-left: auto;
}

.page-item .page-link {
    border: none;
    cursor: pointer;
    color: #474955;
    font-weight: 700;
    font-style: italic;
    font-size: 18px;
    line-height: 24px;
}

.page-item.active .page-link {
    background-color: transparent;
    color: #7ebc3c;
}

.spinner-custom {
    position: absolute;
    left: 50%;
    top: 50%;
}

.button__request-form-ok {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #474955;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.button__request-form-ok.active {
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width: 1600px) {
    .head__box-sm {
        width: 100px;
        height: 100px;
    }
    .head__image img {
        max-height: 420px;
    }
}

@media screen and (max-width: 1400px) {
    #map {
        left: calc(-50vw + 574px);
    }
    .promo__item {
        margin-left: 20px;
    }
    .header__items .header__item {
        margin-left: 20px;
    }
    .header__links {
        margin-left: 50px !important;
    }
}

@media screen and (max-width: 1195px) {
    #map {
        left: calc(-50vw + 482px);
    }
    .header__links {
        margin-left: 20px !important;
    }
}

@media screen and (max-width: 992px) {
    .contact {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .contact__descp {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    #map {
        position: unset;
        left: unset;
        height: 100%;
    }
}

@media screen and (max-width: 576px) {
    .contact__descp .header__item {
        margin-left: 20px;
    }
    .table__artic {
        padding-right: 10px;
    }
    .table__body td:nth-child(2n + 1) {
        width: 125px;
    }
    .contact__map-wrapper {
        padding: 0;
    }
    .head__descp {
        max-width: 90%;
    }
    .head__box-sm {
        display: none;
    }
    .head__box-mid {
        width: 97%;
        height: 91%;
    }
    .head__image {
        width: 100%;
    }
    .head__image img {
        width: 100%;
    }
    .head__image-wrapper {
        z-index: 1;
        padding: 0;
    }
    .head__descp {
        margin-top: 75px;
        margin-bottom: 59px;
    }
    .head__descp h1 {
        font-size: 18px;
        line-height: 24px;
    }
    .head__descp h1 span {
        font-size: 18px;
        line-height: 24px;
    }
    .head__descp p {
        margin-top: 12px;
    }
    .promo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .promo__wrapper {
        padding-bottom: 40px;
        padding-top: 28px;
    }
    .promo button {
        width: 100%;
    }
    .promo__items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .promo__item {
        margin-top: 40px;
        margin-left: 0;
        max-width: unset;
    }
    .choiceProf__wrapper {
        padding-top: 54px;
        padding-bottom: 0;
    }
    .choiceProf h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 28px;
    }
    .choiceProf h2 span {
        font-size: 18px;
        line-height: 24px;
    }
    .table {
        width: 700px;
    }
    .table__head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 10px;
        padding-right: 10px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }
    .table__head h2 {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 24px;
    }
    .table__search {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-color: #5a5c66;
        width: 100%;
    }
    .table__search-reload {
        width: 38px;
        padding-right: 10px !important;
    }
    .table__search button {
        padding-left: 5px;
        padding-right: 15px;
    }
    .table__search input {
        width: unset;
    }
    .table__air {
        padding-left: 5px;
        padding-right: 5px;
        width: 100%;
        overflow-y: scroll;
    }
    .table__footer-wrapper {
        padding-left: 5px;
        padding-right: 5px;
    }
    .select {
        margin-bottom: 9px;
    }
    .button__request {
        width: 100%;
        margin-top: 25px;
    }
    .vinForm__wrapper {
        padding-bottom: 20px;
    }
    .footer__up {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer__up p {
        margin-top: 20px;
        text-align: left;
    }
    .footer__mid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer__mid p {
        margin-bottom: 20px;
    }
    .footer__mid-policy a {
        margin-left: 0;
        display: block;
    }
}

.services__wrapper {
    padding-top: 100px;
    padding-bottom: 50px;
}

.services__card-wrapper {
    margin-bottom: 56px;
}

.services__card-img {
    width: 100%;
}

.services__card-img img {
    width: 100%;
}

.services__card h4 {
    font-size: 18px;
    line-height: 24px;
    font-style: italic;
    font-weight: 700;
    margin-top: 21px;
}