.km-sections-wrapper {
    overflow: hidden;
    position: relative
}

@media(min-width: 1500px) {
    .km-sections-wrapper::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 150px;
        height: 1343px;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(../../images/km-sections-wrapper-left-bg.svg);
        z-index: 10
    }
}

.wrkm-apper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%
}

.km-footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.km-logo {
    position: relative;
    z-index: 1
}

.km-logo__img {
    width: 185px;
    height: 40px
}

@media(max-width: 1320px) {
    .km-logo__img {
        width: calc(140px + 45 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-logo__img {
        height: calc(36px + 4 * ((100vw - 375px) / 945))
    }
}

.km-btn {
    color: #fff;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    letter-spacing: .8px;
    text-transform: uppercase;
    background: #fabc00;
    border: 1px solid rgba(0, 0, 0, 0);
    -webkit-transition: background .3s, border .3s, color .3s;
    -o-transition: background .3s, border .3s, color .3s;
    transition: background .3s, border .3s, color .3s;
    position: relative;
    padding: 20px 46px 20px 36px;
    font-size: 16px;
    line-height: 18px
}

@media(max-width: 1320px) {
    .km-btn {
        font-size: calc(14px + 2 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-btn {
        line-height: calc(16px + 2 * ((100vw - 375px) / 945))
    }
}

.km-btn span:nth-child(2) {
    width: 25px;
    height: 25px;
    min-width: 25px;
    min-height: 25px;
    background: #222;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -15px;
    -webkit-transition: right .3s, background .3s;
    -o-transition: right .3s, background .3s;
    transition: right .3s, background .3s
}

.km-btn span:nth-child(2) svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.km-btn span:nth-child(2) svg path {
    fill: #fff;
    -webkit-transition: fill .3s;
    -o-transition: fill .3s;
    transition: fill .3s
}

.km-btn:hover {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #fabc00;
    color: #fabc00
}

.km-btn:hover span:nth-child(2) {
    right: -10px
}

.km-titling {
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left
}

.km-titling__suptext {
    color: #fabc00;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 20px;
    padding-bottom: 9px;
    margin-bottom: 15px;
    position: relative
}

@media(max-width: 1320px) {
    .km-titling__suptext {
        font-size: calc(16px + 2 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-titling__suptext {
        line-height: calc(18px + 2 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-titling__suptext {
        padding-bottom: calc(6px + 3 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-titling__suptext {
        margin-bottom: calc(10px + 5 * ((100vw - 375px) / 945))
    }
}

.km-titling__suptext span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 54px;
    height: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px
}

.km-titling__suptext span::before {
    content: "";
    width: 10px;
    height: 1px;
    display: block;
    background: #777
}

.km-titling__suptext span::after {
    content: "";
    width: 40px;
    height: 1px;
    display: block;
    background: #777
}

.km-titling__title {
    color: #222;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 48px;
    line-height: 70px;
    margin-bottom: 20px
}

@media(max-width: 1320px) {
    .km-titling__title {
        font-size: calc(36px + 12 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-titling__title {
        line-height: calc(44px + 26 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-titling__title {
        margin-bottom: calc(15px + 5 * ((100vw - 375px) / 945))
    }
}

.km-titling__text {
    font-size: 16px;
    line-height: 29px;
    margin-top: 0;
    margin-bottom: 0;
}

.km-titling__text-white {
    color: #fff;
    opacity: 0.7;
}

@media(max-width: 1320px) {
    .km-titling__text {
        font-size: calc(14px + 2 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-titling__text {
        line-height: calc(22px + 7 * ((100vw - 375px) / 945))
    }
}

.km-titling__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 50px;
    row-gap: 15px !important
}

@media(max-width: 1320px) {
    .km-titling__inner {
        gap: calc(30px + 20 * ((100vw - 375px) / 945))
    }
}

.km-titling--centered {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.km-titling--centered .km-titling__suptext span {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.km-socials__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px
}

@media(max-width: 1320px) {
    .km-socials__list {
        gap: calc(8px + 4 * ((100vw - 375px) / 945))
    }
}

.km-socials__list-link {
    width: 38px;
    height: 38px;
    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;
    border-radius: 4px;
    border: 1px solid #777;
    -webkit-transition: border .3s;
    -o-transition: border .3s;
    transition: border .3s;
    width: 38px;
    height: 38px
}

@media(max-width: 1320px) {
    .km-socials__list-link {
        width: calc(32px + 6 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-socials__list-link {
        height: calc(32px + 6 * ((100vw - 375px) / 945))
    }
}

.km-socials__list-link svg {
    width: 14px;
    height: 14px
}

@media(max-width: 1320px) {
    .km-socials__list-link svg {
        width: calc(12px + 2 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-socials__list-link svg {
        height: calc(12px + 2 * ((100vw - 375px) / 945))
    }
}

.km-socials__list-link svg path {
    -webkit-transition: fill .3s, fill-opacity .3s;
    -o-transition: fill .3s, fill-opacity .3s;
    transition: fill .3s, fill-opacity .3s
}

.km-socials__list-link:hover {
    border: 1px solid #fff
}

.km-socials__list-link:hover svg path {
    fill-opacity: 1;
    fill: #fff
}

.km-header-mobile {
    display: none
}

.km-header-top {
    padding: 20px 0;
    background: #222
}

.km-header-top__text {
    color: #fff;
    font-size: 13px;
    line-height: 20px
}

.km-header-top__inner {
    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
}

.km-header-top__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.km-header-top__links-link {
    color: #fff;
    font-size: 13px;
    line-height: 19.5px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.km-header-top__links-link:hover {
    color: #fabc00
}

.lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    position: relative;
    cursor: pointer
}

.lang:hover .lang__list {
    opacity: 1;
    z-index: 1
}

.lang:hover .lang-current__text {
    color: #222
}

.lang:hover .lang-current__arrow {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.lang__list {
    position: absolute;
    opacity: 0;
    right: 33px;
    top: 20px;
    z-index: -1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.lang__list-link {
    color: #777;
    font-size: 13px;
    line-height: 19px;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.lang__list-link:hover {
    color: #222
}

.lang::after {
    content: "";
    display: block;
    width: 1px;
    height: 13px;
    background: #e63619
}

.lang-current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 9px
}

.lang-current__text {
    color: #777;
    font-size: 13px;
    line-height: 19px;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.lang-current__arrow {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.entrance {
    color: #777;
    font-size: 13px;
    line-height: 19px
}

.entrance__link {
    color: #777;
    font-size: 13px;
    line-height: 19px;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.entrance__link:hover {
    color: #222
}

.km-header-content {
    position: relative
}

.km-header-content::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../../images/km-header-squeres.svg);
    left: 0;
    top: 0;
    z-index: 1;
    opacity: .15
}

.km-header-content__inner {
    padding: 20px 0;
    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;
    gap: 45px;
    position: relative
}

.km-header-content__inner::before {
    content: "";
    width: 500%;
    background: #fabc00;
    left: calc(-500% + 292px);
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-clip-path: polygon(0 0, 100% 0%, 99% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 99% 100%, 0% 100%)
}

.km-header-content__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 35px
}

.km-burger {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    width: 30px;
    height: 20px
}

.km-burger span {
    display: block;
    width: 100%;
    height: 2px;
    background: #000
}

.menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px
}

.menu-list__item--inner {
    position: relative;
    z-index: 100
}

.menu-list__item--inner:hover .menu-sublist {
    z-index: 1;
    opacity: 100
}

.menu-list__item--inner:hover .menu-list__text {
    color: #fabc00
}

.menu-list__item--inner:hover .menu-list__text svg {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.menu-list__link {
    color: #222;
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.menu-list__link:hover {
    color: #fabc00
}

.menu-list__text {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    color: #222;
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.menu-list__text svg {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.menu-sublist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 0;
    top: 30px;
    position: absolute;
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.menu-sublist::before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    top: -10px;
    height: 10px;
    left: 0;
    right: 0;
    opacity: 0;
    background: #000
}

.menu-sublist__item {
    padding-bottom: 10px
}

.menu-sublist__link {
    color: #222;
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.menu-sublist__link:hover {
    color: #fabc00
}

.km-call {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px
}

@media(max-width: 1320px) {
    .km-call {
        gap: calc(10px + 5 * ((100vw - 375px) / 945))
    }
}

.km-call__icon {
    background: #fabc00;
    border-radius: 100%;
    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;
    width: 50px;
    height: 50px
}

@media(max-width: 1320px) {
    .km-call__icon {
        width: calc(38px + 12 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-call__icon {
        height: calc(38px + 12 * ((100vw - 375px) / 945))
    }
}

.km-call__icon svg {
    width: 22px;
    height: 22px
}

@media(max-width: 1320px) {
    .km-call__icon svg {
        width: calc(18px + 4 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-call__icon svg {
        height: calc(18px + 4 * ((100vw - 375px) / 945))
    }
}

.km-call__box-text {
    color: #777;
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 5px
}

.km-call__box-link {
    color: #222;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    font-size: 22px;
    line-height: 24px
}

@media(max-width: 1320px) {
    .km-call__box-link {
        font-size: calc(18px + 4 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-call__box-link {
        line-height: calc(20px + 4 * ((100vw - 375px) / 945))
    }
}

.km-call__box-link:hover {
    color: #fabc00
}

.km-offer {
    padding-top: 120px;
    margin-bottom: 140px
}

@media(max-width: 1320px) {
    .km-offer {
        margin-bottom: calc(70px + 70 * ((100vw - 375px) / 945))
    }
}

.km-offer .km-titling {
    max-width: 615px;
    margin-bottom: 70px
}

@media(max-width: 1320px) {
    .km-offer .km-titling {
        margin-bottom: calc(35px + 35 * ((100vw - 375px) / 945))
    }
}

.km-offer__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width: 1320px) {
    .km-offer__inner {
        gap: calc(30px + 10 * ((100vw - 375px) / 945))
    }
}

.km-offer-item {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding-top: 58px;
    padding-right: 30px;
    padding-bottom: 68px;
    padding-left: 30px;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
    position: relative
}

@media(max-width: 1320px) {
    .km-offer-item {
        padding-top: calc(25px + 33 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-offer-item {
        padding-right: calc(15px + 15 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-offer-item {
        padding-bottom: calc(35px + 33 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-offer-item {
        padding-left: calc(15px + 15 * ((100vw - 375px) / 945))
    }
}

.km-offer-item:hover {
    background: #f7f7f7
}

.km-offer-item:hover .km-offer-item__arrow {
    opacity: 1
}

.km-offer-item__icon {
    width: 128px;
    height: 128px;
    margin-bottom: 38px
}

@media(max-width: 1320px) {
    .km-offer-item__icon {
        width: calc(88px + 40 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-offer-item__icon {
        height: calc(88px + 40 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-offer-item__icon {
        margin-bottom: calc(20px + 18 * ((100vw - 375px) / 945))
    }
}

.km-offer-item__icon-img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.km-offer-item__title {
    color: #222;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 25px
}

@media(max-width: 1320px) {
    .km-offer-item__title {
        font-size: calc(18px + 4 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-offer-item__title {
        line-height: calc(20px + 4 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-offer-item__title {
        margin-bottom: calc(15px + 10 * ((100vw - 375px) / 945))
    }
}

.km-offer-item__text {
    color: #777;
    max-width: 300px;
    font-size: 16px;
    line-height: 28px
}

@media(max-width: 1320px) {
    .km-offer-item__text {
        font-size: calc(14px + 2 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-offer-item__text {
        line-height: calc(26px + 2 * ((100vw - 375px) / 945))
    }
}

.km-offer-item__arrow {
    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;
    background: #222;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    width: 80px;
    height: 35px;
    bottom: -18px
}

@media(max-width: 1320px) {
    .km-offer-item__arrow {
        width: calc(60px + 20 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-offer-item__arrow {
        height: calc(30px + 5 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-offer-item__arrow {
        bottom: calc(-15px + -3 * ((100vw - 375px) / 945))
    }
}

.km-offer-item__arrow svg path {
    fill: #fabc00
}

.km-cars {
    background: #f7f7f7;
    padding-top: 120px;
    padding-bottom: 120px;
    margin-bottom: 120px
}

@media(max-width: 1320px) {
    .km-cars {
        padding-top: calc(60px + 60 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-cars {
        padding-bottom: calc(60px + 60 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-cars {
        margin-bottom: calc(60px + 60 * ((100vw - 375px) / 945))
    }
}

.km-cars__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -205px 0 -205px;
    position: relative;
    gap: 60px
}

@media(max-width: 1320px) {
    .km-cars__inner {
        gap: calc(30px + 30 * ((100vw - 375px) / 945))
    }
}

.km-cars__inner::before {
    content: "";
    position: absolute;
    left: -273px;
    bottom: -120px;
    width: 275px;
    height: 297px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../../images/km-cars-bg.svg)
}

.km-cars .km-titling {
    max-width: 400px;
    position: relative
}

.km-cars .km-titling::after {
    content: "";
    position: absolute;
    width: 210px;
    height: 20px;
    bottom: -110px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../../images/km-cars-taxi-checkers.svg)
}

.km-cars .km-titling__text {
    margin-bottom: 60px
}

@media(max-width: 1320px) {
    .km-cars .km-titling__text {
        margin-bottom: calc(30px + 30 * ((100vw - 375px) / 945))
    }
}

.km-cars__link {
    display: none
}

.km-cars-swiper {
    max-width: 1210px;
    padding-bottom: 65px;
    margin-left: -15px;
    margin-right: -15px;
    padding-right: 15px;
    padding-left: 15px
}

@media(max-width: 1320px) {
    .km-cars-swiper {
        padding-bottom: calc(40px + 25 * ((100vw - 375px) / 945))
    }
}

.km-cars-swiper .swiper-pagination {
    bottom: 0 !important;
    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;
    gap: 10px
}

.km-cars-swiper .swiper-pagination-bullet {
    margin-left: 0 !important;
    margin-right: 0 !important;
    opacity: 1;
    width: 10px;
    border-radius: unset;
    -webkit-transition: width .3s, background .3s;
    -o-transition: width .3s, background .3s;
    transition: width .3s, background .3s;
    background: #d9d9d9
}

.km-cars-swiper .swiper-pagination-bullet:hover {
    background: #222
}

.km-cars-swiper .swiper-pagination-bullet-active {
    width: 26px;
    background: #222
}

.car-card {
    -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, .1);
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, .1)
}

.car-card__title {
    color: #fff;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    background: #222;
    padding: 16px;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 0;
}

@media(max-width: 1320px) {
    .car-card__title {
        padding: calc(13px + 3 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .car-card__title {
        font-size: calc(18px + 4 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .car-card__title {
        line-height: calc(20px + 4 * ((100vw - 375px) / 945))
    }
}

.car-card__link {
    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;
    margin-right: 15px;
    background: #eee;
    color: #222
}

.car-card__link span:nth-child(2) {
    background: #fabc00
}

.car-card__link:hover {
    background: #fabc00;
    border: 1px solid rgba(0, 0, 0, 0);
    color: #222
}

.car-card__link:hover span:nth-child(2) {
    background: #222
}

.car-card__inner {
    background: #fff;
    padding-top: 32px;
    padding-right: 28px;
    padding-bottom: 40px;
    padding-left: 28px
}

@media(max-width: 1320px) {
    .car-card__inner {
        padding-top: calc(25px + 7 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .car-card__inner {
        padding-right: calc(15px + 13 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .car-card__inner {
        padding-bottom: calc(25px + 15 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .car-card__inner {
        padding-left: calc(15px + 13 * ((100vw - 375px) / 945))
    }
}

.car-card-poster {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    height: 240px
}

@media(max-width: 1320px) {
    .car-card-poster {
        height: calc(200px + 40 * ((100vw - 375px) / 945))
    }
}

.car-card-poster__price {
    position: absolute;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 106px;
    height: 44px;
    padding-right: 18px;
    right: 0;
    top: 0
}

@media(max-width: 1320px) {
    .car-card-poster__price {
        width: calc(90px + 16 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .car-card-poster__price {
        height: calc(38px + 6 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .car-card-poster__price {
        padding-right: calc(14px + 4 * ((100vw - 375px) / 945))
    }
}

.car-card-poster__price::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fabc00;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 16% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 16% 100%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 0
}

.car-card-poster__price-text {
    position: relative;
    z-index: 1;
    color: #222;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    margin: 0;
}

@media(max-width: 1320px) {
    .car-card-poster__price-text {
        font-size: calc(18px + 4 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .car-card-poster__price-text {
        line-height: calc(20px + 4 * ((100vw - 375px) / 945))
    }
}

.car-card-poster__price-text span {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.car-card-poster__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.car-card-list {
    margin-bottom: 53px;
    margin-left: 0;
    padding-left: 0;
}

@media(max-width: 1320px) {
    .car-card-list {
        margin-bottom: calc(25px + 28 * ((100vw - 375px) / 945))
    }
}

.car-card-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.car-card-list-box__icon svg {
    max-width: 20px;
}

.car-card-list-box__icon svg * {
    fill: #222 !important;
    opacity: 0.5;
}

.car-card-list__text {
    color: #777;
    width: 60px;
    min-width: 60px;
    font-size: 14px;
    line-height: 28px;
    margin: 0;
}

@media(max-width: 1320px) {
    .car-card-list__text {
        font-size: calc(14px + 2 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .car-card-list__text {
        line-height: calc(26px + 2 * ((100vw - 375px) / 945))
    }
}

.car-card-list__line {
    width: 100%;
    background: #d9d9d9;
    height: 1px
}

.car-card-list-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    width: 95px;
    min-width: 95px;
}

.car-card-list-box__icon {
    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;
    width: 30px;
    text-align: center;
}

.car-card-list-box__text {
    color: #222;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}

@media(max-width: 1320px) {
    .car-card-list-box__text {
        font-size: calc(14px + 2 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .car-card-list-box__text {
        line-height: calc(16px + 2 * ((100vw - 375px) / 945))
    }
}

.km-about {
    margin-bottom: 120px
}

@media(max-width: 1320px) {
    .km-about {
        margin-bottom: calc(60px + 60 * ((100vw - 375px) / 945))
    }
}

.km-about__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 70px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.km-about-images {
    position: relative
}

.km-about-images::after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../../images/km-about-taxi-checkers.svg);
    position: absolute;
    top: 156px;
    right: -71px;
    display: block;
    width: 16px;
    height: 96px
}

.km-about-images__img {
    position: relative
}

.km-about-images__img:nth-child(1) {
    width: 520px;
    height: 564px
}

.km-about-images__img:nth-child(1)::before {
    content: "";
    height: 100%;
    width: 100px;
    -webkit-clip-path: polygon(0 0, 100% 0, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 0% 100%);
    background: #fff;
    position: absolute;
    left: 0;
    top: 0
}

@media(max-width: 1320px) {
    .km-about-images__img:nth-child(1)::before {
        width: calc(65px + 35 * ((100vw - 375px) / 945))
    }
}

.km-about-images__img:nth-child(2) {
    width: 291px;
    height: 235px;
    position: absolute;
    bottom: -50px;
    right: -100px
}

.km-about-images__img:nth-child(2)::after {
    content: "";
    width: 75px;
    height: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    background: #fff;
    position: absolute;
    right: 0;
    top: 0
}

@media(max-width: 1320px) {
    .km-about-images__img:nth-child(2)::after {
        width: calc(45px + 30 * ((100vw - 375px) / 945))
    }
}

.km-about-images__img-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.km-about-body {
    max-width: 585px;
    margin-right: 13px;
    width: 100%
}

.km-about-body .km-titling {
    max-width: 550px;
    margin-bottom: 40px
}

@media(max-width: 1320px) {
    .km-about-body .km-titling {
        margin-bottom: calc(30px + 10 * ((100vw - 375px) / 945))
    }
}

.km-about-body .km-titling__title {
    margin-bottom: 25px
}

@media(max-width: 1320px) {
    .km-about-body .km-titling__title {
        margin-bottom: calc(15px + 10 * ((100vw - 375px) / 945))
    }
}

.km-about-body .km-about-images {
    display: none
}

.km-about-body-list {
    margin-bottom: 48px;
    border-radius: 2px;
    background: #fff;
    -webkit-box-shadow: 0px 4px 52px 0px rgba(0, 0, 0, .1);
    box-shadow: 0px 4px 52px 0px rgba(0, 0, 0, .1);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    padding: 40px;
    position: relative;
    gap: 20px
}

@media(max-width: 1320px) {
    .km-about-body-list {
        margin-bottom: calc(25px + 23 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-about-body-list {
        padding: calc(20px + 20 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-about-body-list {
        gap: calc(15px + 5 * ((100vw - 375px) / 945))
    }
}

.km-about-body-list::before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 2px;
    background: #777
}

.km-about-body-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #222;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    gap: 14px
}

@media(max-width: 1320px) {
    .km-about-body-list__item {
        font-size: calc(14px + 2 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-about-body-list__item {
        line-height: calc(24px + 4 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-about-body-list__item {
        gap: calc(10px + 4 * ((100vw - 375px) / 945))
    }
}

.km-about-body-list__item::before {
    content: "";
    background-image: url(../../images/km-tick-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 13px;
    min-width: 20px;
    min-height: 13px;
    margin-top: 10px
}

@media(max-width: 1320px) {
    .km-about-body-list__item::before {
        width: calc(17px + 3 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-about-body-list__item::before {
        height: calc(10px + 3 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-about-body-list__item::before {
        min-width: calc(17px + 3 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-about-body-list__item::before {
        min-height: calc(10px + 3 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-about-body-list__item::before {
        margin-top: calc(7px + 3 * ((100vw - 375px) / 945))
    }
}

.km-about-body-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    gap: 85px
}

@media(max-width: 1320px) {
    .km-about-body-bottom {
        gap: calc(30px + 55 * ((100vw - 375px) / 945))
    }
}

.km-about-body-bottom .km-call__icon {
    background: #eee
}

.km-about-body-bottom .km-call__icon svg path {
    stroke: #222
}

.km-plans {
    margin-bottom: 170px
}

@media(max-width: 1320px) {
    .km-plans {
        margin-bottom: calc(85px + 85 * ((100vw - 375px) / 945))
    }
}

.km-plans .km-titling {
    max-width: 615px;
    margin-bottom: 70px
}

@media(max-width: 1320px) {
    .km-plans .km-titling {
        margin-bottom: calc(35px + 35 * ((100vw - 375px) / 945))
    }
}

.km-plans__inner {
    display: -ms-grid;
    display: grid;
    gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr
}

@media(max-width: 1320px) {
    .km-plans__inner {
        gap: calc(15px + 15 * ((100vw - 375px) / 945))
    }
}

.km-plans-card {
    border-radius: 2px;
    border: 1px solid #d9d9d9;
    background: #fff;
    padding-top: 45px;
    padding-right: 30px;
    padding-bottom: 45px;
    padding-left: 30px;
    -webkit-transition: border .3s, -webkit-box-shadow .3s;
    transition: border .3s, -webkit-box-shadow .3s;
    -o-transition: border .3s, box-shadow .3s;
    transition: border .3s, box-shadow .3s;
    transition: border .3s, box-shadow .3s, -webkit-box-shadow .3s
}

@media(max-width: 1320px) {
    .km-plans-card {
        padding-top: calc(25px + 20 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-plans-card {
        padding-right: calc(15px + 15 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-plans-card {
        padding-bottom: calc(25px + 20 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-plans-card {
        padding-left: calc(15px + 15 * ((100vw - 375px) / 945))
    }
}

.km-plans-card:hover {
    border: 1px solid rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0px 4px 52px 0px rgba(0, 0, 0, .1);
    box-shadow: 0px 4px 52px 0px rgba(0, 0, 0, .1)
}

.km-plans-card__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 245px 1fr;
    grid-template-columns: 245px 1fr;
    gap: 35px;
    height: 100%
}

@media(max-width: 1320px) {
    .km-plans-card__inner {
        gap: calc(20px + 15 * ((100vw - 375px) / 945))
    }
}

.km-plans-card__img {
    width: 100%;
    height: 100%;
    min-height: 270px
}

@media(max-width: 1320px) {
    .km-plans-card__img {
        min-height: calc(200px + 70 * ((100vw - 375px) / 945))
    }
}

.km-plans-card__img-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.km-plans-card__wrapper {
    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-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.km-plans-card__title {
    color: #222;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 13px
}

@media(max-width: 1320px) {
    .km-plans-card__title {
        font-size: calc(18px + 4 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-plans-card__title {
        line-height: calc(24px + 9 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-plans-card__title {
        margin-bottom: calc(10px + 3 * ((100vw - 375px) / 945))
    }
}

.km-plans-card__text {
    color: #fabc00;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
    margin-top: 0;
}

@media(max-width: 1320px) {
    .km-plans-card__text {
        font-size: calc(14px + 2 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-plans-card__text {
        line-height: calc(20px + 4 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-plans-card__text {
        margin-bottom: calc(15px + 9 * ((100vw - 375px) / 945))
    }
}

.km-plans-card__list {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}

@media(max-width: 1320px) {
    .km-plans-card__list {
        margin-bottom: calc(15px + 15 * ((100vw - 375px) / 945))
    }
}

.km-plans-card__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
    color: #777;
    font-size: 13px;
    line-height: 30px
}

.km-plans-card__list-item::before {
    content: "";
    width: 4px;
    height: 4px;
    background: #777;
    display: block;
    border-radius: 100%;
    margin-top: 14px
}

.km-plans-card__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #222
}

.km-plans-card__link span:nth-child(2) {
    background: #fff
}

.km-plans-card__link span:nth-child(2) svg path {
    fill: #222
}

.km-plans-card__link:hover span:nth-child(2) {
    background: #222
}

.km-plans-card__link:hover span:nth-child(2) svg path {
    fill: #fff
}

.km-app {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 165px
}

@media(max-width: 1320px) {
    .km-app {
        margin-bottom: calc(80px + 85 * ((100vw - 375px) / 945))
    }
}

.km-app__inner {
    position: relative;
    padding-top: 110px;
    padding-bottom: 110px
}

@media(max-width: 1320px) {
    .km-app__inner {
        padding-top: calc(55px + 55 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-app__inner {
        padding-bottom: calc(55px + 55 * ((100vw - 375px) / 945))
    }
}

.km-app-body {
    max-width: 640px
}

.km-app-body .km-titling {
    margin-bottom: 40px
}

@media(max-width: 1320px) {
    .km-app-body .km-titling {
        margin-bottom: calc(20px + 20 * ((100vw - 375px) / 945))
    }
}

.km-app-body .km-titling__title {
    color: #fff;
    margin-bottom: 25px
}

@media(max-width: 1320px) {
    .km-app-body .km-titling__title {
        margin-bottom: calc(15px + 10 * ((100vw - 375px) / 945))
    }
}

.km-app-body .km-titling__text {
    max-width: 616px
}

.km-app-body__list {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px;
    margin-bottom: 68px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media(max-width: 1320px) {
    .km-app-body__list {
        gap: calc(15px + 17 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-app-body__list {
        margin-bottom: calc(35px + 33 * ((100vw - 375px) / 945))
    }
}

.km-app-body__list-item {
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 24px
}

@media(max-width: 1320px) {
    .km-app-body__list-item {
        gap: calc(6px + 2 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-app-body__list-item {
        font-size: calc(14px + 2 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-app-body__list-item {
        line-height: calc(22px + 2 * ((100vw - 375px) / 945))
    }
}

.km-app-body__list-item::before {
    content: "";
    width: 21px;
    height: 29px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../../images/km-checkbox-icon.svg)
}

@media(max-width: 1320px) {
    .km-app-body__list-item::before {
        width: calc(18px + 3 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-app-body__list-item::before {
        height: calc(17px + 12 * ((100vw - 375px) / 945))
    }
}

.km-app-body__img {
    position: absolute;
    -webkit-filter: drop-shadow(-4px -9px 7px rgba(0, 0, 0, 0.08)) drop-shadow(1px 4px 24px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(-4px -9px 7px rgba(0, 0, 0, 0.08)) drop-shadow(1px 4px 24px rgba(0, 0, 0, 0.15));
    top: -50px;
    width: 390px;
    height: 750px;
    right: 30px
}

@media(max-width: 1320px) {
    .km-app-body__img {
        width: calc(250px + 140 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-app-body__img {
        height: calc(400px + 350 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-app-body__img {
        right: calc(0px + 30 * ((100vw - 375px) / 945))
    }
}

.km-app-body__img-image {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.km-markets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px
}

@media(max-width: 1320px) {
    .km-markets {
        gap: calc(15px + 10 * ((100vw - 375px) / 945))
    }
}

.km-markets-link {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
    padding-top: 18px;
    padding-right: 46px;
    padding-bottom: 21px;
    padding-left: 36px
}

@media(max-width: 1320px) {
    .km-markets-link {
        padding-top: calc(15px + 3 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-markets-link {
        padding-right: calc(15px + 31 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-markets-link {
        padding-bottom: calc(15px + 6 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-markets-link {
        padding-left: calc(15px + 21 * ((100vw - 375px) / 945))
    }
}

.km-markets-link:nth-child(1) svg {
    width: 49px;
    height: 60px
}

@media(max-width: 1320px) {
    .km-markets-link:nth-child(1) svg {
        width: calc(34px + 15 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-markets-link:nth-child(1) svg {
        height: calc(40px + 20 * ((100vw - 375px) / 945))
    }
}

.km-markets-link:nth-child(2) svg {
    width: 54px;
    height: 60px
}

@media(max-width: 1320px) {
    .km-markets-link:nth-child(2) svg {
        width: calc(34px + 20 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-markets-link:nth-child(2) svg {
        height: calc(40px + 20 * ((100vw - 375px) / 945))
    }
}

.km-markets-link:hover {
    background: #fabc00
}

.km-markets-link__icon {
    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
}

.km-markets-link__box-text {
    color: #777;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 2px
}

.km-markets-link__box-subtext {
    color: #222;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    letter-spacing: .8px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

@media(max-width: 1320px) {
    .km-markets-link__box-subtext {
        font-size: calc(14px + 2 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-markets-link__box-subtext {
        line-height: calc(20px + 4 * ((100vw - 375px) / 945))
    }
}

.km-drivers {
    margin-bottom: 120px
}

@media(max-width: 1320px) {
    .km-drivers {
        margin-bottom: calc(60px + 60 * ((100vw - 375px) / 945))
    }
}

.km-drivers .km-titling {
    max-width: 615px;
    margin-bottom: 70px
}

@media(max-width: 1320px) {
    .km-drivers .km-titling {
        margin-bottom: calc(35px + 35 * ((100vw - 375px) / 945))
    }
}

.km-drivers__wrapper {
    position: relative
}

.km-drivers__wrapper::before {
    content: "";
    position: absolute;
    left: -470px;
    top: 125px;
    width: 275px;
    height: 297px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../../images/km-drivers-bg.svg)
}

.km-drivers__wrapper::after {
    content: "";
    position: absolute;
    right: 71px;
    top: 67px;
    width: 96px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../../images/km-drivers-taxi-checkers.svg)
}

.km-drivers__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px
}

@media(max-width: 1320px) {
    .km-drivers__inner {
        gap: calc(15px + 15 * ((100vw - 375px) / 945))
    }
}

.km-drivers-card {
    -webkit-box-shadow: 0px 4px 52px 0px rgba(0, 0, 0, .1);
    box-shadow: 0px 4px 52px 0px rgba(0, 0, 0, .1);
    cursor: pointer
}

.km-drivers-card:hover .km-drivers-card__inner {
    background: #222
}

.km-drivers-card:hover .km-drivers-card__title {
    color: #f7f7f7
}

.km-drivers-card:hover .km-drivers-card__text {
    color: #fff
}

.km-drivers-card:hover .km-socials {
    opacity: 1
}

.km-drivers-card__inner {
    border-radius: 2px;
    background: #fff;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 33px;
    padding-left: 30px
}

@media(max-width: 1320px) {
    .km-drivers-card__inner {
        padding-top: calc(15px + 15 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-drivers-card__inner {
        padding-right: calc(15px + 15 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-drivers-card__inner {
        padding-bottom: calc(15px + 18 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-drivers-card__inner {
        padding-left: calc(15px + 15 * ((100vw - 375px) / 945))
    }
}

.km-drivers-card__title {
    color: #222;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    margin-bottom: 4px;
    font-size: 22px;
    line-height: 33px
}

@media(max-width: 1320px) {
    .km-drivers-card__title {
        margin-bottom: calc(2px + 2 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-drivers-card__title {
        font-size: calc(18px + 4 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-drivers-card__title {
        line-height: calc(24px + 9 * ((100vw - 375px) / 945))
    }
}

.km-drivers-card__text {
    color: #777;
    font-size: 13px;
    line-height: 19px;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    margin: 0;
}

.km-drivers-card-poster {
    position: relative;
    width: 100%;
    height: 300px
}

@media(max-width: 1320px) {
    .km-drivers-card-poster {
        height: calc(200px + 100 * ((100vw - 375px) / 945))
    }
}

.km-drivers-card-poster__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.km-drivers-card-poster .km-socials {
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    top: 30px;
    right: 30px
}

@media(max-width: 1320px) {
    .km-drivers-card-poster .km-socials {
        top: calc(15px + 15 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-drivers-card-poster .km-socials {
        right: calc(15px + 15 * ((100vw - 375px) / 945))
    }
}

.km-drivers-card-poster .km-socials__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px
}

.km-drivers-card-poster .km-socials__list-link {
    background: #fabc00;
    border: 1px solid rgba(0, 0, 0, 0);
    width: 28px;
    height: 28px
}

.km-drivers-card-poster .km-socials__list-link:hover {
    border: 1px solid #fff
}

.km-drivers-card-poster .km-socials__list-link svg {
    width: 10px;
    height: 10px
}

.km-drivers-card-poster .km-socials__list-link svg path {
    fill: #fff;
    fill-opacity: 1
}

.km-recalls {
    position: relative;
    background: #f7f7f7;
    padding-top: 110px;
    padding-bottom: 110px;
    margin-bottom: 120px
}

@media(max-width: 1320px) {
    .km-recalls {
        padding-top: calc(55px + 55 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-recalls {
        padding-bottom: calc(55px + 55 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-recalls {
        margin-bottom: calc(60px + 60 * ((100vw - 375px) / 945))
    }
}

.km-recalls::after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -10px;
    width: 1410px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../../images/km-recalls-taxi-checkers.svg)
}

.km-recalls .km-titling {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 55px
}

@media(max-width: 1320px) {
    .km-recalls .km-titling {
        gap: calc(15px + 15 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-recalls .km-titling {
        margin-bottom: calc(25px + 30 * ((100vw - 375px) / 945))
    }
}

.km-recalls .km-titling__title {
    margin-bottom: 0
}

.km-recalls .km-titling__text {
    max-width: 505px;
    line-height: 27px;
}

.km-recalls-swiper {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 80px
}

@media(max-width: 1320px) {
    .km-recalls-swiper {
        padding-bottom: calc(50px + 30 * ((100vw - 375px) / 945))
    }
}

.km-recalls-swiper .swiper-pagination {
    bottom: 0 !important;
    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;
    gap: 10px
}

.km-recalls-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
    background: #d7d7d7;
    opacity: 1;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s
}

.km-recalls-swiper .swiper-pagination-bullet:hover {
    background: #fabc00
}

.km-recalls-swiper .swiper-pagination-bullet-active {
    background: #fabc00
}

.km-recalls-slide {
    border-radius: 2px;
    background: #fff;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s;
    padding-top: 55px;
    padding-right: 30px;
    padding-bottom: 55px;
    padding-left: 30px
}

@media(max-width: 1320px) {
    .km-recalls-slide {
        padding-top: calc(25px + 30 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-recalls-slide {
        padding-right: calc(15px + 15 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-recalls-slide {
        padding-bottom: calc(25px + 30 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-recalls-slide {
        padding-left: calc(15px + 15 * ((100vw - 375px) / 945))
    }
}

.km-recalls-slide:hover {
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, .1);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, .1)
}

.km-recalls-slide__inner {
    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;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    height: 100%
}

.km-recalls-slide__text {
    max-width: 520px;
    color: #777;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 16px;
    line-height: 29px;
    margin-bottom: 30px;
    margin-top: 0;
}

@media(max-width: 1320px) {
    .km-recalls-slide__text {
        font-size: calc(14px + 2 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-recalls-slide__text {
        line-height: calc(20px + 9 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-recalls-slide__text {
        margin-bottom: calc(15px + 15 * ((100vw - 375px) / 945))
    }
}

.km-recalls-slide__box-text {
    color: #222;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px
}

@media(max-width: 1320px) {
    .km-recalls-slide__box-text {
        font-size: calc(16px + 4 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-recalls-slide__box-text {
        line-height: calc(20px + 10 * ((100vw - 375px) / 945))
    }
}

.km-recalls-slide__box-subtext {
    color: #777;
    font-size: 13px;
    line-height: 20px;
    margin: 0;
}

.km-recalls-slide-top {
    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;
    margin-bottom: 40px;
    position: relative
}

@media(max-width: 1320px) {
    .km-recalls-slide-top {
        margin-bottom: calc(20px + 20 * ((100vw - 375px) / 945))
    }
}

.km-recalls-slide-top svg {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: -57px;
    width: 32px;
    height: 32px
}

@media(max-width: 1320px) {
    .km-recalls-slide-top svg {
        right: calc(-40px + -17 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-recalls-slide-top svg {
        width: calc(24px + 8 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-recalls-slide-top svg {
        height: calc(24px + 8 * ((100vw - 375px) / 945))
    }
}

.km-recalls-slide-top__img {
    border-radius: 100%;
    border: 4px solid #fabc00;
    overflow: hidden;
    width: 80px;
    height: 80px
}

@media(max-width: 1320px) {
    .km-recalls-slide-top__img {
        width: calc(55px + 25 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-recalls-slide-top__img {
        height: calc(55px + 25 * ((100vw - 375px) / 945))
    }
}

.km-recalls-slide-top__img-image {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.km-articles {
    padding-bottom: 110px
}

@media(max-width: 1320px) {
    .km-articles {
        padding-bottom: calc(60px + 50 * ((100vw - 375px) / 945))
    }
}

.km-articles .km-titling {
    max-width: 615px;
    margin-bottom: 70px
}

@media(max-width: 1320px) {
    .km-articles .km-titling {
        margin-bottom: calc(35px + 35 * ((100vw - 375px) / 945))
    }
}

.km-articles .km-titling__title {
    margin-bottom: 25px
}

.km-articles__inner {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px
}

@media(max-width: 1320px) {
    .km-articles__inner {
        gap: calc(15px + 15 * ((100vw - 375px) / 945))
    }
}

.km-articles__bg {
    position: absolute;
    left: -345px;
    bottom: -36px
}

.km-articles-card {
    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-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s;
    height: 100%
}

.km-articles-card:hover {
    -webkit-box-shadow: 0px 4px 52px 0px rgba(0, 0, 0, .1);
    box-shadow: 0px 4px 52px 0px rgba(0, 0, 0, .1)
}

.km-articles-card:hover .km-articles-card__inner {
    border: 1px solid rgba(0, 0, 0, 0)
}

.km-articles-card:hover .km-articles-card__link {
    background: unset;
    border: unset;
    color: #222
}

.km-articles-card:hover .km-articles-card__link span:nth-child(2) {
    background: #fabc00
}

.km-articles-card__poster {
    border-radius: 4px 4px 0 0;
    overflow: hidden;
    width: 100%;
    height: 230px
}

@media(max-width: 1320px) {
    .km-articles-card__poster {
        height: calc(200px + 30 * ((100vw - 375px) / 945))
    }
}

.km-articles-card__inner {
    border-radius: 0 0 4px 4px;
    border: 1px solid #d9d9d9;
    -webkit-transition: border .3s;
    -o-transition: border .3s;
    transition: border .3s;
    padding-top: 45px;
    padding-right: 45px;
    padding-bottom: 45px;
    padding-left: 45px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

@media(max-width: 1320px) {
    .km-articles-card__inner {
        padding-top: calc(25px + 20 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-articles-card__inner {
        padding-right: calc(15px + 30 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-articles-card__inner {
        padding-bottom: calc(25px + 20 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-articles-card__inner {
        padding-left: calc(15px + 30 * ((100vw - 375px) / 945))
    }
}

.km-articles-card__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.km-articles-card__title {
    color: #222;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 12px
}

@media(max-width: 1320px) {
    .km-articles-card__title {
        font-size: calc(20px + 2 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-articles-card__title {
        line-height: calc(24px + 2 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-articles-card__title {
        margin-bottom: calc(10px + 2 * ((100vw - 375px) / 945))
    }
}

.km-articles-card__text {
    color: #777;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px
}

@media(max-width: 1320px) {
    .km-articles-card__text {
        font-size: calc(14px + 2 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-articles-card__text {
        line-height: calc(24px + 4 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-articles-card__text {
        margin-bottom: calc(20px + 10 * ((100vw - 375px) / 945))
    }
}

.km-articles-card__link {
    padding: 0;
    background: unset;
    border: unset;
    color: #fabc00;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px
}

@media(max-width: 1320px) {
    .km-articles-card__link {
        gap: calc(10px + 2 * ((100vw - 375px) / 945))
    }
}

.km-articles-card__link span:nth-child(2) {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    position: unset
}

.km-articles-card-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 22px;
    margin-bottom: 20px
}

@media(max-width: 1320px) {
    .km-articles-card-info {
        gap: calc(15px + 7 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-articles-card-info {
        margin-bottom: calc(15px + 5 * ((100vw - 375px) / 945))
    }
}

.km-articles-card-info__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px
}

@media(max-width: 1320px) {
    .km-articles-card-info__box {
        gap: calc(10px + 2 * ((100vw - 375px) / 945))
    }
}

.km-articles-card-info__box svg {
    width: 16px;
    height: 16px
}

.km-articles-card-info__box-text {
    color: #777;
    font-size: 13px;
    line-height: 19px
}

.km-footer {
    background: #202020;
    padding-top: 70px
}

@media(max-width: 1320px) {
    .km-footer {
        padding-top: calc(50px + 20 * ((100vw - 375px) / 945))
    }
}

.km-footer__inner {
    margin-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px
}

@media(max-width: 1320px) {
    .km-footer__inner {
        margin-bottom: calc(50px + 50 * ((100vw - 375px) / 945))
    }
}

.km-footer .km-logo {
    margin-bottom: 55px
}

.km-footer__wrapper {
    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-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.km-footer__wrapper:nth-child(1) {
    max-width: 331px
}

.km-footer__wrapper:nth-child(1) .km-footer__text {
    margin-bottom: 45px
}

@media(max-width: 1320px) {
    .km-footer__wrapper:nth-child(1) .km-footer__text {
        margin-bottom: calc(30px + 15 * ((100vw - 375px) / 945))
    }
}

.km-footer__wrapper:nth-child(4) {
    max-width: 295px
}

.km-footer__title {
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 45px;
    padding-bottom: 15px;
    position: relative
}

@media(max-width: 1320px) {
    .km-footer__title {
        font-size: calc(18px + 4 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-footer__title {
        line-height: calc(24px + 4 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-footer__title {
        margin-bottom: calc(15px + 30 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-footer__title {
        padding-bottom: calc(10px + 5 * ((100vw - 375px) / 945))
    }
}

.km-footer__title span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 54px;
    height: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px
}

.km-footer__title span::before {
    content: "";
    width: 10px;
    height: 1px;
    display: block;
    background: #fabc00
}

.km-footer__title span::after {
    content: "";
    width: 40px;
    height: 1px;
    display: block;
    background: #fabc00
}

.km-footer__text {
    color: #fff;
    opacity: 0.7;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 35px
}

@media(max-width: 1320px) {
    .km-footer__text {
        font-size: calc(14px + 2 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-footer__text {
        line-height: calc(26px + 2 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-footer__text {
        margin-bottom: calc(20px + 15 * ((100vw - 375px) / 945))
    }
}

.km-footer__copy {
    background: #1a1a1a;
    color: rgba(238, 238, 238, .5);
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 16px;
    line-height: 28px
}

@media(max-width: 1320px) {
    .km-footer__copy {
        padding-top: calc(30px + 10 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-footer__copy {
        padding-bottom: calc(30px + 10 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-footer__copy {
        font-size: calc(14px + 2 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-footer__copy {
        line-height: calc(26px + 2 * ((100vw - 375px) / 945))
    }
}

.km-footer-top {
    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;
    margin-bottom: 90px
}

@media(max-width: 1320px) {
    .km-footer-top {
        margin-bottom: calc(45px + 45 * ((100vw - 375px) / 945))
    }
}

.km-contacts {
    display: -ms-grid;
    display: grid;
    width: 100%;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    border-radius: 2px;
    overflow: hidden
}

.km-contacts-item {
    padding: 40px;
    background: #424242;
    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;
    gap: 15px;
    width: 100%;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
    position: relative
}

@media(max-width: 1320px) {
    .km-contacts-item {
        padding: calc(15px + 25 * ((100vw - 375px) / 945))
    }
}

.km-contacts-item:nth-child(1) {
    z-index: 1
}

.km-contacts-item:nth-child(1)::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100px;
    right: -100px;
    height: 100%;
    bottom: 0;
    background: #424242;
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
    clip-path: polygon(100% 0, 0 0, 0 100%);
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s
}

@media(max-width: 1320px) {
    .km-contacts-item:nth-child(1)::before {
        width: calc(50px + 50 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-contacts-item:nth-child(1)::before {
        right: calc(-50px + -50 * ((100vw - 375px) / 945))
    }
}

.km-contacts-item:nth-child(3) {
    z-index: 1
}

.km-contacts-item:nth-child(3)::after {
    content: "";
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    position: absolute;
    top: 0;
    width: 100px;
    left: -100px;
    height: 100%;
    bottom: 0;
    background: #424242;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s
}

@media(max-width: 1320px) {
    .km-contacts-item:nth-child(3)::after {
        width: calc(50px + 50 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-contacts-item:nth-child(3)::after {
        left: calc(-50px + -50 * ((100vw - 375px) / 945))
    }
}

.km-contacts__item-active {
    background: #fabc00
}

.km-contacts__item-active .km-contacts-item__icon {
    background: #222
}

.km-contacts__item-active .km-contacts-item__icon svg path {
    fill: #fff
}

.km-contacts__item-active .km-contacts-item__box-text {
    color: #222
}

.km-contacts__item-active .km-contacts-item__box-subtext {
    color: #222
}

.km-contacts-item__icon {
    background: #fabc00;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
    border-radius: 100%;
    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;
    width: 50px;
    height: 50px
}

@media(max-width: 1320px) {
    .km-contacts-item__icon {
        width: calc(35px + 15 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-contacts-item__icon {
        height: calc(35px + 15 * ((100vw - 375px) / 945))
    }
}

.km-contacts-item__icon svg path {
    -webkit-transition: fill .3s;
    -o-transition: fill .3s;
    transition: fill .3s
}

.km-contacts-item__box-text {
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 1px;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.km-contacts-item__box-subtext {
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    font-size: 22px;
    line-height: 33px
}

@media(max-width: 1320px) {
    .km-contacts-item__box-subtext {
        font-size: calc(18px + 4 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-contacts-item__box-subtext {
        line-height: calc(24px + 9 * ((100vw - 375px) / 945))
    }
}

.navigaion__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px
}

@media(max-width: 1320px) {
    .navigaion__list {
        gap: calc(10px + 2 * ((100vw - 375px) / 945))
    }
}

.navigaion__list-link {
    color: #fff;
    opacity: 0.7;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    font-size: 16px;
    line-height: 28px
}

@media(max-width: 1320px) {
    .navigaion__list-link {
        font-size: calc(14px + 2 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .navigaion__list-link {
        line-height: calc(26px + 2 * ((100vw - 375px) / 945))
    }
}

.navigaion__list-link:hover {
    color: #fff
}

.navigaion--quick .navigaion__list-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 1320px) {
    .navigaion--quick .navigaion__list-link {
        gap: calc(10px + 2 * ((100vw - 375px) / 945))
    }
}

.navigaion--quick .navigaion__list-link span:nth-child(1) {
    background: #292929;
    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-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
    width: 25px;
    height: 25px
}

@media(max-width: 1320px) {
    .navigaion--quick .navigaion__list-link span:nth-child(1) {
        width: calc(20px + 5 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .navigaion--quick .navigaion__list-link span:nth-child(1) {
        height: calc(20px + 5 * ((100vw - 375px) / 945))
    }
}

.navigaion--quick .navigaion__list-link span:nth-child(1) svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.navigaion--quick .navigaion__list-link:hover span:nth-child(1) {
    background: #fabc00
}

.km-contact-form {
    position: relative;
    margin-right: 15px;
    width: 285px
}

.km-contact-form__input {
    border-radius: 2px;
    background: #fff;
    font-size: 13px;
    line-height: 20px;
    padding: 20px;
    width: 100%;
    color: #222
}

.km-contact-form__input::-webkit-input-placeholder {
    font-size: 13px;
    line-height: 20px;
    color: #777
}

.km-contact-form__input::-moz-placeholder {
    font-size: 13px;
    line-height: 20px;
    color: #777
}

.km-contact-form__input:-ms-input-placeholder {
    font-size: 13px;
    line-height: 20px;
    color: #777
}

.km-contact-form__input::-ms-input-placeholder {
    font-size: 13px;
    line-height: 20px;
    color: #777
}

.km-contact-form__input::placeholder {
    font-size: 13px;
    line-height: 20px;
    color: #777
}

.km-contact-form__arrow {
    position: absolute;
    right: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    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;
    width: 25px;
    height: 25px;
    background: #fabc00;
    z-index: 1
}

.km-heading {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden
}

.km-heading::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(5deg, rgba(0, 0, 0, 0.75) 39.79%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(85deg, rgba(0, 0, 0, 0.75) 39.79%, rgba(0, 0, 0, 0) 100%)
}

.km-heading__inner {
    padding-top: 165px;
    padding-bottom: 145px;
    position: relative
}

@media(max-width: 1320px) {
    .km-heading__inner {
        padding-top: calc(80px + 85 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .km-heading__inner {
        padding-bottom: calc(40px + 105 * ((100vw - 375px) / 945))
    }
}

.km-heading__inner::after {
    content: "";
    position: absolute;
    right: -470px;
    top: 35px;
    width: 275px;
    height: 297px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../../images/km-heading-bg-treangle.svg)
}

.km-heading .km-titling {
    max-width: 800px;
    position: relative;
    z-index: 1
}

.km-heading .km-titling::before {
    content: "";
    position: absolute;
    width: 110px;
    height: 20px;
    left: 0;
    top: -50px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../../images/km-heading-taxi-checkers.svg)
}

.km-heading .km-titling__title {
    color: #fff;
    margin-bottom: 55px
}

@media(max-width: 1320px) {
    .km-heading .km-titling__title {
        margin-bottom: calc(30px + 25 * ((100vw - 375px) / 945))
    }
}

.km-heading .km-titling__link:hover {
    color: #fff
}

.km-heading .km-titling__link:nth-child(1) span:nth-child(2) {
    background: #fff
}

.km-heading .km-titling__link:nth-child(1) span:nth-child(2) svg path {
    fill: #222
}

.km-heading .km-titling__link:nth-child(2) {
    background: #fff;
    color: #222
}

.km-heading .km-titling__link:nth-child(2):hover {
    background: rgba(0, 0, 0, 0);
    color: #fff;
    border: 1px solid #fff
}

.km-heading .km-titling__link:nth-child(2) span:nth-child(2) {
    background: #fabc00
}

.km-heading .km-titling__link:nth-child(2) span:nth-child(2) svg path {
    fill: #222
}

.selections__inner {
    padding-top: 120px;
    position: relative
}

@media(max-width: 1320px) {
    .selections__inner {
        padding-top: calc(60px + 60 * ((100vw - 375px) / 945))
    }
}

.selections__inner::before {
    content: "";
    width: 1000%;
    background: #f7f7f7;
    left: calc(-1000% + 185px);
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0
}

.selections__inner::after {
    content: "";
    position: absolute;
    left: 195px;
    top: 0;
    width: 100%;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../../images/km-selections-taxi-checkers.svg)
}

.selections__img {
    position: absolute;
    right: -520px;
    bottom: -85px;
    z-index: 1
}

.selections__wrapper {
    border-radius: 2px;
    background: #fff;
    -webkit-box-shadow: 0px 4px 52px 0px rgba(0, 0, 0, .1);
    box-shadow: 0px 4px 52px 0px rgba(0, 0, 0, .1);
    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-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 950px;
    position: relative;
    border-bottom: 1px solid #f7f7f7;
    z-index: 1;
    padding-top: 45px
}

@media(max-width: 1320px) {
    .selections__wrapper {
        padding-top: calc(25px + 20 * ((100vw - 375px) / 945))
    }
}

.selections .km-titling {
    position: relative;
    margin-bottom: 30px;
    padding-left: 55px
}

@media(max-width: 1320px) {
    .selections .km-titling {
        margin-bottom: calc(20px + 10 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .selections .km-titling {
        padding-left: calc(15px + 40 * ((100vw - 375px) / 945))
    }
}

.selections .km-titling::after {
    content: "";
    position: absolute;
    right: -146px;
    bottom: 27px;
    width: 96px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../../images/km-drivers-taxi-checkers.svg)
}

.selections .km-titling__title {
    margin-bottom: 0
}

.selections-form {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 185px 1fr;
    grid-template-columns: 185px 1fr;
    gap: 70px;
    padding-right: 140px
}

@media(max-width: 1320px) {
    .selections-form {
        gap: calc(15px + 55 * ((100vw - 375px) / 945))
    }
}

.selections-form__radios {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
}

.selections-form__radios .container {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #777;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    padding-top: 25px;
    padding-right: 30px;
    padding-bottom: 25px;
    padding-left: 35px;
    font-size: 16px;
    line-height: 24px
}

@media(max-width: 1320px) {
    .selections-form__radios .container {
        padding-top: calc(20px + 5 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .selections-form__radios .container {
        padding-right: calc(15px + 15 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .selections-form__radios .container {
        padding-bottom: calc(20px + 5 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .selections-form__radios .container {
        padding-left: calc(35px + 0 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .selections-form__radios .container {
        font-size: calc(14px + 2 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .selections-form__radios .container {
        line-height: calc(20px + 4 * ((100vw - 375px) / 945))
    }
}

.selections-form__radios .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.selections-form__radios .checkmark {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    height: 25px;
    width: 25px;
    background: #fff;
    border-radius: 100%;
    border: 1px solid #ddd;
    -webkit-transition: border .3s, background .3s;
    -o-transition: border .3s, background .3s;
    transition: border .3s, background .3s
}

.selections-form__radios .container input:checked~.checkmark {
    border: 1px solid rgba(0, 0, 0, 0)
}

.selections-form__radios .checkmark:after {
    content: "";
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.selections-form__radios .container input:checked~.checkmark:after {
    opacity: 1
}

.selections-form__radios .container .checkmark:after {
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background: #fabc00
}

.selections-form__radios-radio {
    padding-left: 35px;
    background: #f7f7f7;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
    position: relative;
}

@media(max-width: 1320px) {
    .selections-form__radios-radio {
        padding-left: calc(15px + 20 * ((100vw - 375px) / 945))
    }
}

.selections-form__radios-radio:nth-child(1) {
    border-radius: 0 2px 0 0
}

.selections-form__radios-radio:nth-child(2n) {
    background: #eee
}

.selections-form__radios-radio--acitve {
    background: #222 !important
}

.selections-form__radios-radio--acitve:after {
    border: 10px solid #222;
    content: '';
    position: absolute;
    right: -8px;
    top: 27px;
    transform: rotate(45deg);
}

.selections-form__radios-radio--acitve .container {
    color: #fabc00
}

.form-body__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    row-gap: 24px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    margin-bottom: 55px;
    padding-top: 45px;
}

@media(max-width: 1320px) {
    .form-body__inner {
        row-gap: calc(15px + 9 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .form-body__inner {
        -webkit-column-gap: calc(15px + 15 * ((100vw - 375px) / 945));
        -moz-column-gap: calc(15px + 15 * ((100vw - 375px) / 945));
        column-gap: calc(15px + 15 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .form-body__inner {
        margin-bottom: calc(30px + 25 * ((100vw - 375px) / 945))
    }
}

.form-body__inner .custom-select {
    position: relative
}

.form-body__inner .custom-select select {
    display: none
}

.form-body__inner .select-selected:after {
    content: "";
    position: absolute;
    right: 12px;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../../images/km-select-arrow.svg);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    width: 11.2px;
    height: 7px
}

@media(max-width: 1320px) {
    .form-body__inner .select-selected:after {
        right: calc(5px + 7 * ((100vw - 375px) / 945))
    }
}

.form-body__inner .select-selected.select-arrow-active:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.form-body__inner .select-items div,
.form-body__inner .select-selected {
    border-bottom: 1px solid #d9d9d9;
    cursor: pointer;
    color: #777;
    font-size: 16px;
    line-height: 28px;
    padding-top: 6px;
    padding-right: 5px;
    padding-bottom: 15px;
    padding-left: 5px
}

.cl-fields {
    height: 30px;
}

@media(max-width: 1320px) {
    .form-body__inner .select-items div,
    .form-body__inner .select-selected {
        font-size: calc(14px + 2 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .form-body__inner .select-items div,
    .form-body__inner .select-selected {
        line-height: calc(20px + 8 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .form-body__inner .select-items div,
    .form-body__inner .select-selected {
        padding-top: calc(5px + 1 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .form-body__inner .select-items div,
    .form-body__inner .select-selected {
        padding-right: calc(5px + 0 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .form-body__inner .select-items div,
    .form-body__inner .select-selected {
        padding-bottom: calc(10px + 5 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .form-body__inner .select-items div,
    .form-body__inner .select-selected {
        padding-left: calc(5px + 0 * ((100vw - 375px) / 945))
    }
}

.form-body__inner .select-items {
    position: absolute;
    background-color: #eee;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    padding: 0 20px;
}

.form-body__inner .select-items div {
    padding: 15px 5px 15px 5px;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s
}

.form-body__inner .select-hide {
    display: none
}

.form-body__input {
    width: 100%;
    color: #222;
    border-bottom: 1px solid #d9d9d9;
    font-size: 16px;
    line-height: 28px;
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 5px;
}

@media(max-width: 1320px) {
    .form-body__input {
        font-size: calc(14px + 2 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .form-body__input {
        line-height: calc(20px + 8 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .form-body__input {
        padding-top: calc(5px + 1 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .form-body__input {
        padding-right: calc(5px + 0 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .form-body__input {
        padding-bottom: calc(10px + 5 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .form-body__input {
        padding-left: calc(5px + 0 * ((100vw - 375px) / 945))
    }
}

.form-body__input::-webkit-input-placeholder {
    color: #777;
    font-size: 16px;
    line-height: 28px
}

.form-body__input::-moz-placeholder {
    color: #777;
    font-size: 16px;
    line-height: 28px
}

.form-body__input:-ms-input-placeholder {
    color: #777;
    font-size: 16px;
    line-height: 28px
}

.form-body__input::-ms-input-placeholder {
    color: #777;
    font-size: 16px;
    line-height: 28px
}

.form-body__input::placeholder {
    color: #777;
    font-size: 16px;
    line-height: 28px
}

@media(max-width: 1320px) {
    .form-body__input::-webkit-input-placeholder {
        font-size: calc(14px + 2 * ((100vw - 375px) / 945))
    }
    .form-body__input::-moz-placeholder {
        font-size: calc(14px + 2 * ((100vw - 375px) / 945))
    }
    .form-body__input:-ms-input-placeholder {
        font-size: calc(14px + 2 * ((100vw - 375px) / 945))
    }
    .form-body__input::-ms-input-placeholder {
        font-size: calc(14px + 2 * ((100vw - 375px) / 945))
    }
    .form-body__input::placeholder {
        font-size: calc(14px + 2 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .form-body__input::-webkit-input-placeholder {
        line-height: calc(20px + 8 * ((100vw - 375px) / 945))
    }
    .form-body__input::-moz-placeholder {
        line-height: calc(20px + 8 * ((100vw - 375px) / 945))
    }
    .form-body__input:-ms-input-placeholder {
        line-height: calc(20px + 8 * ((100vw - 375px) / 945))
    }
    .form-body__input::-ms-input-placeholder {
        line-height: calc(20px + 8 * ((100vw - 375px) / 945))
    }
    .form-body__input::placeholder {
        line-height: calc(20px + 8 * ((100vw - 375px) / 945))
    }
}

.form-body__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 15px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #222;
    margin-right: 15px;
    margin-bottom: 55px
}

@media(max-width: 1320px) {
    .form-body__link {
        margin-bottom: calc(25px + 30 * ((100vw - 375px) / 945))
    }
}

.form-body__calendar {
    position: relative;
    width: 100%
}

.form-body__calendar::after {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    top: 40%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../../images/km-date-icon.svg);
    z-index: 0
}

@media(max-width: 1320px) {
    .form-body__calendar::after {
        right: calc(5px + 15 * ((100vw - 375px) / 945))
    }
}

.form-body__calendar-input {
    width: 100%;
    color: #222;
    border-bottom: 1px solid #d9d9d9;
    font-size: 16px;
    line-height: 28px;
    padding-top: 6px;
    padding-right: 5px;
    padding-bottom: 15px;
    padding-left: 5px
}

@media(max-width: 1320px) {
    .form-body__calendar-input {
        font-size: calc(14px + 2 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .form-body__calendar-input {
        line-height: calc(20px + 8 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .form-body__calendar-input {
        padding-top: calc(5px + 1 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .form-body__calendar-input {
        padding-right: calc(5px + 0 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .form-body__calendar-input {
        padding-bottom: calc(10px + 5 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .form-body__calendar-input {
        padding-left: calc(5px + 0 * ((100vw - 375px) / 945))
    }
}

.form-body__calendar-input::-webkit-input-placeholder {
    color: #777;
    font-size: 16px;
    line-height: 28px
}

.form-body__calendar-input::-moz-placeholder {
    color: #777;
    font-size: 16px;
    line-height: 28px
}

.form-body__calendar-input:-ms-input-placeholder {
    color: #777;
    font-size: 16px;
    line-height: 28px
}

.form-body__calendar-input::-ms-input-placeholder {
    color: #777;
    font-size: 16px;
    line-height: 28px
}

.form-body__calendar-input::placeholder {
    color: #777;
    font-size: 16px;
    line-height: 28px
}

@media(max-width: 1320px) {
    .form-body__calendar-input::-webkit-input-placeholder {
        font-size: calc(14px + 2 * ((100vw - 375px) / 945))
    }
    .form-body__calendar-input::-moz-placeholder {
        font-size: calc(14px + 2 * ((100vw - 375px) / 945))
    }
    .form-body__calendar-input:-ms-input-placeholder {
        font-size: calc(14px + 2 * ((100vw - 375px) / 945))
    }
    .form-body__calendar-input::-ms-input-placeholder {
        font-size: calc(14px + 2 * ((100vw - 375px) / 945))
    }
    .form-body__calendar-input::placeholder {
        font-size: calc(14px + 2 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1320px) {
    .form-body__calendar-input::-webkit-input-placeholder {
        line-height: calc(20px + 8 * ((100vw - 375px) / 945))
    }
    .form-body__calendar-input::-moz-placeholder {
        line-height: calc(20px + 8 * ((100vw - 375px) / 945))
    }
    .form-body__calendar-input:-ms-input-placeholder {
        line-height: calc(20px + 8 * ((100vw - 375px) / 945))
    }
    .form-body__calendar-input::-ms-input-placeholder {
        line-height: calc(20px + 8 * ((100vw - 375px) / 945))
    }
    .form-body__calendar-input::placeholder {
        line-height: calc(20px + 8 * ((100vw - 375px) / 945))
    }
}

.form-body__calendar-input::-webkit-calendar-picker-indicator {
    opacity: 0
}

@media(max-width: 1850px) {
    .km-cars__inner {
        margin-left: unset;
        margin-right: unset
    }
    .km-cars-swiper {
        max-width: 850px
    }
}

@media(max-width: 1650px) {
    .km-header-content::after {
        content: unset
    }
    .sections-wrapper::before {
        content: unset
    }
}

@media(max-width: 1450px) {
    .km-recalls::after {
        width: 100%;
        bottom: -10px
    }
}

@media(max-width: 1450px)and (max-width: 1320px) {
    .km-recalls::after {
        bottom: calc(-20px + 10 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1350px) {
    .km-cars .km-titling {
        min-width: 400px
    }
    .km-about-images__img:nth-child(1) {
        width: 440px;
        height: 460px
    }
    .km-about__inner {
        gap: 150px
    }
}

@media(max-width: 1250px) {
    .selections__img {
        right: -700px
    }
}

@media(max-width: 1200px) {
    .km-plans-card__inner {
        -ms-grid-columns: 180px 1fr;
        grid-template-columns: 180px 1fr
    }
}

@media(max-width: 1150px) {
    .km-about-images__img:nth-child(1) {
        width: 340px;
        height: 460px
    }
    .km-about-images__img:nth-child(2) {
        width: 160px;
        height: 170px;
        right: -35px
    }
    .km-footer__inner {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        gap: 60px
    }
}

@media(max-width: 1150px)and (max-width: 1320px) {
    .km-footer__inner {
        gap: calc(30px + 30 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1100px) {
    .km-contacts {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        gap: 60px
    }
}

@media(max-width: 1100px)and (max-width: 1320px) {
    .km-contacts {
        gap: calc(30px + 30 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1100px) {
    .km-footer__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media(max-width: 1100px) {
    .km-footer__inner {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
}

@media(max-width: 1100px) {
    .km-contacts-item {
        padding: 0;
        background: unset !important;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .km-contacts-item::before {
        content: unset !important
    }
    .km-contacts-item::after {
        content: unset !important
    }
    .km-contacts-item:hover {
        background: unset
    }
    .km-contacts-item:hover .km-contacts-item__icon {
        background: #fabc00
    }
    .km-contacts-item:hover .km-contacts-item__icon svg path {
        fill: #222
    }
    .km-contacts-item:hover .km-contacts-item__box-text {
        color: #fff
    }
    .km-contacts-item:hover .km-contacts-item__box-subtext {
        color: #fabc00
    }
}

@media(max-width: 1100px) {
    .km-burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media(max-width: 1100px) {
    .menu {
        display: none
    }
}

@media(max-width: 1100px) {
    .km-header-content__wrapper {
        margin-left: auto
    }
}

@media(max-width: 1100px) {
    .km-header-content__wrapper {
        display: none
    }
}

@media(max-width: 1100px) {
    .body--active {
        overflow: hidden
    }
    .body--active .km-header-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-top: 100px;
        -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;
        gap: 30px;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 100;
        min-height: 100vh
    }
}

@media(max-width: 1100px)and (max-width: 1320px) {
    .body--active .km-header-mobile {
        padding-top: calc(40px + 60 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1100px) {
    .body--active .km-header-mobile .km-header-top__inner {
        display: none;
        gap: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
}

@media(max-width: 1100px) {
    .body--active .km-header-mobile .menu {
        display: block;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media(max-width: 1100px) {
    .body--active .km-header-mobile .menu-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media(max-width: 1100px) {
    .body--active .km-header-mobile .km-header-content__wrapper {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media(max-width: 1100px) {
    .body--active .km-header-mobile .km-header-content__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: unset
    }
}

@media(max-width: 1100px) {
    .body--active .km-header-content {
        border-bottom: 1px solid #d9d9d9
    }
}

@media(max-width: 1100px) {
    .selections__img {
        display: none
    }
}

@media(max-width: 1100px) {
    .selections__wrapper {
        max-width: unset
    }
}

@media(max-width: 1100px) {
    .selections-form {
        padding-right: 70px
    }
}

@media(max-width: 1100px)and (max-width: 1320px) {
    .selections-form {
        padding-right: calc(15px + 55 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1050px) {
    .km-app-body {
        max-width: 550px
    }
}

@media(max-width: 1000px) {
    .km-cars__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .km-cars-swiper {
        margin-left: -15px;
        margin-right: -15px;
        max-width: calc(100% + 30px)
    }
    .km-cars .km-titling::after {
        content: unset
    }
    .km-cars .km-titling {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        margin-left: auto;
        margin-right: auto
    }
    .km-cars .km-titling__link {
        display: none
    }
    .km-cars .km-titling__text {
        margin-bottom: 0
    }
    .km-cars__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: auto;
        margin-right: auto
    }
    .km-about__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .km-about-body {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .km-about-body .km-titling {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
    .km-about-body {
        margin-left: auto;
        margin-right: auto
    }
    .km-about-body-bottom {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .km-about-body .km-about-images {
        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
    }
    .km-about-images {
        margin-bottom: 100px;
        margin-left: -100px;
        display: none
    }
}

@media(max-width: 1000px)and (max-width: 1320px) {
    .km-about-images {
        margin-bottom: calc(80px + 20 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1000px)and (max-width: 1320px) {
    .km-about-images {
        margin-left: calc(0px + -100 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1000px) {
    .km-about-images__img:nth-child(1) {
        width: 520px;
        height: 564px
    }
}

@media(max-width: 1000px)and (max-width: 1320px) {
    .km-about-images__img:nth-child(1) {
        width: calc(320px + 200 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1000px)and (max-width: 1320px) {
    .km-about-images__img:nth-child(1) {
        height: calc(340px + 224 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1000px) {
    .km-about-images__img:nth-child(2) {
        width: 291px;
        height: 235px;
        bottom: -50px;
        right: -40px
    }
}

@media(max-width: 1000px)and (max-width: 1320px) {
    .km-about-images__img:nth-child(2) {
        width: calc(225px + 66 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1000px)and (max-width: 1320px) {
    .km-about-images__img:nth-child(2) {
        height: calc(180px + 55 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1000px)and (max-width: 1320px) {
    .km-about-images__img:nth-child(2) {
        right: calc(0px + -40 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1000px) {
    .km-about-images::after {
        right: -70px;
        top: 156px
    }
}

@media(max-width: 1000px)and (max-width: 1320px) {
    .km-about-images::after {
        right: calc(25px + -95 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1000px)and (max-width: 1320px) {
    .km-about-images::after {
        top: calc(50px + 106 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 1000px) {
    .km-plans__inner {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

@media(max-width: 1000px) {
    .km-plans-card__inner {
        -ms-grid-columns: 245px 1fr;
        grid-template-columns: 245px 1fr
    }
}

@media(max-width: 1000px) {
    .km-plans-card__link {
        width: calc(100% - 15px);
        margin-right: 15px
    }
}

@media(max-width: 1000px) {
    .km-articles__inner {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr
    }
}

@media(max-width: 1000px) {
    .km-cars .km-titling__suptext span {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media(max-width: 1000px) {
    .km-about .km-titling__suptext span {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media(max-width: 950px) {
    .km-markets {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 240px;
        grid-template-columns: 240px
    }
}

@media(max-width: 950px)and (max-width: 1320px) {
    .km-markets {
        -ms-grid-columns: calc(180px + 60 * ((100vw - 375px) / 945));
        grid-template-columns: calc(180px + 60 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 950px) {
    .km-app-body {
        max-width: 450px
    }
}

@media(max-width: 950px) {
    .km-app-body__img {
        top: unset;
        bottom: -50px
    }
}

@media(max-width: 950px)and (max-width: 1320px) {
    .km-app-body__img {
        bottom: calc(-45px + -5 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 850px) {
    .km-offer__inner {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr
    }
    .km-app-body__img {
        right: 30px;
        width: 390px;
        height: 750px
    }
}

@media(max-width: 850px)and (max-width: 1320px) {
    .km-app-body__img {
        right: calc(-15px + 45 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 850px)and (max-width: 1320px) {
    .km-app-body__img {
        width: calc(170px + 220 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 850px)and (max-width: 1320px) {
    .km-app-body__img {
        height: calc(240px + 510 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 850px) {
    .km-drivers__wrapper::after {
        content: unset
    }
}

@media(max-width: 800px) {
    .km-drivers__inner {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr
    }
}

@media(max-width: 750px) {
    .km-recalls .km-titling {
        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;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
    .km-recalls .km-titling__suptext span {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .km-header-top {
        display: none
    }
    .body--active {
        overflow: hidden
    }
    .body--active .km-header-mobile .km-header-top__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .km-header-top__links-link {
        color: #222
    }
    .km-header-top__text {
        color: #222
    }
    .km-header-top__links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .km-header-top__inner {
        gap: 15px !important
    }
    .km-header-top__links {
        gap: 15px
    }
}

@media(max-width: 650px) {
    .km-contact-form {
        width: calc(100% - 15px)
    }
    .selections-form {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        padding-left: 70px
    }
}

@media(max-width: 650px)and (max-width: 1320px) {
    .selections-form {
        padding-left: calc(15px + 55 * ((100vw - 375px) / 945))
    }
}

@media(max-width: 650px) {
    .selections .km-titling::after {
        content: unset
    }
}

@media(max-width: 650px) {
    .form-body {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
}

@media(max-width: 650px) {
    .selections-form__radios {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        gap: 15px
    }
}

@media(max-width: 650px) {
    .form-body__link {
        margin-bottom: 0
    }
}

@media(max-width: 650px) {
    .selections-form__radios-radio:nth-child(2n) {
        background: #f7f7f7
    }
}

@media(max-width: 650px) {
    .selections-form__radios-radio:nth-child(1) {
        border-radius: 0
    }
}

@media(max-width: 600px) {
    .km-articles__inner {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

@media(max-width: 550px) {
    .km-offer__inner {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
    .km-cars .km-titling {
        min-width: unset
    }
    .km-about-images__img:nth-child(2)::after {
        background: rgba(0, 0, 0, 0)
    }
    .km-about-body-bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .km-plans-card__inner {
        -ms-grid-columns: 180px 1fr;
        grid-template-columns: 180px 1fr
    }
}

@media(max-width: 500px) {
    .km-footer__inner {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
    .km-footer__wrapper {
        max-width: unset !important
    }
    .km-contacts {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

@media(max-width: 450px) {
    .km-about-body-list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
    .km-plans-card__inner {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
    .km-plans-card__img {
        min-height: 200px;
        height: 200px
    }
    .km-plans-card__link {
        width: unset
    }
    .km-drivers__inner {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}