@import "./bootstrap.css" all;
@import "../fonts/stylesheet.css" all;

* {
    -webkit-appearance: none;
}

:root {
    --accent-color: #9C0D0B;
    --accent2-color: #06988B;
    --text-color: #1D1D1D;
    --bg-color: #EBEBEB;
    --bg2-color: #D2D2D2;
    --border-color: #D2D2D2;
}

/*
CSS_variables | Usage:
  color: var(--main-color);)
 */

body {
    font-family: 'Proxima Nova Rg';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: var(--text-color);
}


/*
Общие стили
*/
input, textarea, .input-select, .input-dig, .input-block {
    display: inline-block;
    width: 290px;
    padding: 16px 23px 17px;
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
    font-size: 16px;
    background: #fff;
    border: 2px solid var(--border-color);
    border-radius: 5px;
    margin: 0 25px 18px 0;
}

input:focus {
    border: 2px solid var(--accent2-color);
}

input::-webkit-input-placeholder {
    color: var(--text-color);
}

input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

textarea {
    width: 100%;
    max-width: 610px;
    min-height: 80px;
}

.input-select {
    display: inline-block;
    position: relative;
    width: 290px;
    margin: 0 25px 18px 0;
    cursor: pointer;
}

.input-select:after {
    position: absolute;
    content: '';
    width: 42px;
    height: 7px;
    background: #fff url('../img/arrow.svg') no-repeat;
    background-size: contain;
    top: 25px;
    right: 2px;
}

.input-dig__name, .input-dig__dig {
    display: inline-block;
    vertical-align: middle;
}

.input-dig {
    padding: 16px 14px 10px 23px;
}

.input-dig .input-digs {
    float: right;
    margin-top: -3px;
    user-select: none;
}

.input-digs input {
    width: 24px;
    border: none;
    padding: 0;
    margin: 0 6px;
    text-align: center;
    vertical-align: middle;
    font-size: 21px;
}

.minus, .plus {
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
    font-size: 21px;
    cursor: pointer;
    vertical-align: middle;
}

.minus:hover, .plus:hover {
    color: var(--accent2-color)
}

.input-block {
    position: relative;
    height: 140px;
}

.input-block__img, .input-block__data {
    display: inline-block;
    vertical-align: top;
}

.input-block__data {
    width: 120px;
    margin: 11px 0;
    text-align: center;
    float: right;
}

.input-block__data .input-digs {
    margin-top: 7px;
    user-select: none;
}

.input-block__data_1-line {
    margin: 21px 0;
}

.btn {
    display: inline-block;
    width: 290px;
    padding: 16px 23px 17px;
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
    font-size: 16px;
    border: 2px solid var(--border-color);
    border-radius: 5px;
    margin: 0 25px 18px 0;
    text-align: center;
    background: var(--accent-color);
    color: #fff;
    border: none;
    transition: .5s;
}

.btn:focus {
    border: none;
}

.btn:hover {
    text-decoration: none;
    color: #fff;
    box-shadow: 0 3px 6px rgba(196, 13, 11, 0.75);
}

.btn-b {
    background: var(--accent2-color);
}

.btn-b:hover {
    text-decoration: none;
    color: #fff;
    box-shadow: 0 3px 6px rgba(6, 152, 139, 0.75);
}

.btn_bold {
    font-size: 21px;
    padding: 14px 23px 15px;
}

.title-h1 {
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
    font-size: 52px;
    letter-spacing: .7px;
    margin-bottom: 15px;
}

.title-h1__sub {
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    max-width: 655px;
    margin: 15px 0 30px;
}


.title-h2 {
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
    font-size: 48px;
    letter-spacing: .7px;
    margin-bottom: 15px;
}

.title-h3 {
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
    font-size: 28px;
}

.title-h3 span {
    font-size: 21px;
    color: var(--accent-color);
}

/*
Шапка
*/
header {
    z-index: 9;
    position: relative;
}

.header_left, .header_right {
    display: inline-block;
    padding-top: 35px;
}

.logo {
    margin-top: 3px;
    display: inline-block;
}

.social, .header_contact {
    display: inline-block;
    vertical-align: middle;
}

.header_right {
    float: right;
}

.social {
    margin-right: 65px;
}

.social__insta, .social__vk {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 8px;
}

.social__insta:hover, .social__vk:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    text-decoration: none;
}

.social__insta {
    background: url('../img/insta-dark.svg') no-repeat;
}

.social__vk {
    background: url('../img/vk-dark.svg') no-repeat;
    margin-left: 10px;
}

.contact__phone {
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
    font-size: 21px;
    color: var(--text-color);
    text-decoration: none;
}

.contact__phone:hover {
    color: var(--text-color);
    text-decoration: underline;
}

.contact__callback {
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
    font-size: 17px;
    color: var(--text-color);
    text-decoration: underline;
    cursor: pointer;
}

.contact__callback:hover {
    text-decoration: none;
}

.header_contact .contact__callback {
    margin-left: 25px;
}

/*
Первый блок
*/
.first-screen {
    background: url('../img/first-block.png') no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: -68px;
    z-index: 1;
}

.first-screen-title {
    margin-top: 224px;
}

.first-screen_form {
    max-width: 650px;
    margin-bottom: 223px;
}

.pdn {
    display: inline-block;
    width: 100%;
    max-width: 290px;
    font-family: 'Proxima Nova Rg';
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    color: #fff;
    vertical-align: middle;
}

.pdn a {
    color: #fff;
    text-decoration: underline;
}

.pdn a:hover {
    text-decoration: none;
}

/*
Блок приемуществ
*/

.advantage__box {
    margin-top: -70px;
    background: #fff;
    box-shadow: 0 3px 6px var(--border-color);
}

.advantage {
    display: inline-block;
    max-width: 423px;
    padding: 50px;
    border-right: 2px solid var(--border-color);
    vertical-align: top;
}

.advantage:last-child {
    border-right: none;
}

.advantage__title {
    max-width: 240px;
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
    padding-top: 25px;
}

.advantage__text {
    padding-top: 20px;
}

/*
Блок цен
*/
.price {
    margin-bottom: 53px;
}

.price .title-h2 {
    margin-top: 55px;
}

.price__text {
    max-width: 1005px;
}

.price-box {
    margin-top: 45px;
    margin-bottom: 22px;
}

.price-box__item {
    display: inline-block;
    width: 100%;
    max-width: 390px;
    margin-right: 50px;
    padding: 50px;
    border: 2px solid var(--border-color);
}

.price-box__item:last-child {
    margin-right: 0;
}

.price-item__title {
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    max-width: 190px;
    margin: 0 auto;
}

.price-item__price {
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
    font-size: 42px;
    text-align: center;
    margin: 33px 0 28px;
}

.price-box__item .btn {
    margin: 0;
}

/*
FAQ
*/

.faq {
    background: var(--bg-color);
    padding-bottom: 32px;
}

.faq .title-h2 {
    margin-top: 55px;
    margin-bottom: 35px;
}

.faq_item {
    position: relative;
    display: inline-block;
    max-width: 555px;
    margin-left: 70px;
    margin-bottom: 36px;
    vertical-align: top;
}

.faq_item:nth-child(2n) {
    margin-left: 95px;
}

.faq_item_1-1ine {
    margin-top: 18px;
}

.faq_item:before {
    content: '';
    width: 40px;
    height: 40px;
    background: url('../img/question.svg') no-repeat;
    position: absolute;
    left: -70px;
    top: 15px;
}

.faq_item.faq_item_1-1ine:before {
    top: -5px;
}

.faq_item__title {
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
    font-size: 28px;
    line-height: 35px;
}

.faq_item__text {
    margin-top: 18px;
    line-height: 24px;
}

/*
Баннер
*/

.banner {
    background: var(--bg2-color);
    text-align: right;
    overflow: hidden;
}

.banner__body {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 560px;
    text-align: center;
    padding: 50px 0;
}

.banner__title {
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: .6px;
}

.banner-1-line .banner__body {
    padding: 80px 0 71px;
}

.banner__text {
    margin: 18px 0 -3px;
}

.banner__btn {
    margin: 29px 0 0 0;
}

.banner__btn_m20 {
    margin: 20px 0 0 0;
}

.banner1 .banner__body:before {
    content: '';
    width: 100%;
    width: 809px;
    height: 295px;
    background: url('../img/banner-01.png') no-repeat;
    position: absolute;
    left: -921px;
    top: 0;
}

.banner2 {
    text-align: left;
}

.banner2 .banner__body {
    width: 100%;
    max-width: 568px;
}

.banner2 .banner__body:before {
    content: '';
    width: 799px;
    height: 303px;
    background: url('../img/banner-02.png') no-repeat;
    position: absolute;
    right: -901px;
    top: 0;
}

/*
Автопарк
*/
.car-park {
    margin-bottom: 36px;
}

.car-park .title-h2 {
    margin-top: 55px;
}

.car-park__menu {
    margin: 34px 0 49px;
}

.car-park__menu-item {
    display: inline-block;
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
    font-size: 28px;
    margin-right: 36px;
    cursor: pointer;
    line-height: 35px;
}

.car-park__menu-item:last-child {
    margin-right: 0px;
}

.car-park__menu-item:hover, .car-park__menu-item_active {
    border-bottom: 4px solid var(--accent2-color);
}

.car-park__menu-item_blocked {
    color: var(--border-color);
    cursor: default;
}

.car-park__menu-item_blocked:hover {
    border-bottom: none;
}

.car-park__tab {
    padding: 52px 0;
    border-bottom: 2px solid var(--border-color);
}

.car-park__tab:first-child {
    padding-top: 0;
}

.car-park__tab:last-child {
    border: none;
}

.car-park__car-img {
    max-width: 390px;
    vertical-align: top;
    box-shadow: 4px 4px 0 var(--accent2-color);
    cursor: pointer;
    transition: .5s;
}

.car-park__car-img:hover {
    box-shadow: 0px 0px 0 var(--accent2-color);
}

.car-park__data {
    display: inline-block;
    vertical-align: top;
    max-width: 700px;
    margin-left: 44px;
}

.car-park__title {
    display: inline-block;
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
    font-size: 24px;
    margin: 5px 15px;
    vertical-align: top;
}

.car-park__text {
    margin: 24px 0;
    line-height: 24px;
}

.car-park__driver {
    margin-top: 36px;
}

.driver__photo {
    float: left;
}

.driver__name {
    display: inline-block;
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
    font-size: 24px;
    margin: 7px 29px;
    vertical-align: top;
}

.driver__desc {
    display: inline-block;
    margin: -6px 29px;
    vertical-align: top;
}

/*
Сео текст
*/
.main-content .title-h2 {
    margin-top: 55px;

}

.main-content p {
    margin-bottom: 26px;
    line-height: 24px;
}

.main-content__text {
    max-width: 1140px;
}

.main-content__img {
    max-width: 290px;
}

.main-content__img_right {
    float: right;
    margin-left: 50px;
    margin-bottom: 50px;
}

.main-content__img_left {
    float: left;
    margin-right: 50px;
    margin-bottom: 50px;
}

/*
Футер
*/
footer .row {
    margin-top: 20px;
    padding-top: 50px;
    border-top: 2px solid var(--border-color);

}

footer.missing-main-content .row {
    margin-top: 0;
    border-top: none;
}

footer .logo {
    display: block;
    margin: 0 -16px;
}

footer .social {
    margin: 28px -16px;
}

footer .social__insta {
    background: url('../img/insta.svg') no-repeat;
}

footer .social__vk {
    background: url('../img/vk.svg') no-repeat;
}

.footer-center {
    text-align: center;
    font-size: 12px;
}

.footer-center a {
    display: inline-block;
    color: var(--text-color);
    text-decoration: underline;
    font-size: 12px;
    margin-top: 18px;
}

.footer-center a:hover {
    text-decoration: none;
}

.footer-right {
    text-align: right;
    padding-right: 0;
    margin-top: -3px;
}

.footer-right .contact__phone {
    position: relative;
}

.footer-right .contact__phone:before {
    position: absolute;
    content: '';
    width: 25px;
    height: 25px;
    background: url('../img/phone.svg');
    left: -35px;
}

.footer-right .address {
    display: block;
    margin-top: 17px;
}

/*
Калькулятор
*/
.order {
    margin-bottom: 84px;
}

.order-section {
    margin-bottom: -14px;
    clear: both;
}

.order-section > input, .order-section > .input-select {
    margin: 0 25px 5px 0;
}

.order-section_action {
    padding-top: 1px;
}

.order .title-h3 {
    margin: 26px 0 22px;
}

a.chat-link, .order-section__toggle span {
    display: inline-block;
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
    font-size: 18px;
    margin-left: 55px;
    color: var(--text-color);
    text-decoration: none;
    cursor: pointer
}

.chat-link span, .order-section__toggle span {
    position: relative;
    text-decoration: none;
}

.chat-link span:after, .order-section__toggle span:after {
    content: '';
    position: absolute;
    background: var(--text-color);
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
}

.chat-link:hover span, .order-section__toggle span:hover {
    color: var(--text-color);
    text-decoration: none;
}

.chat-link:hover span:after, .order-section__toggle:hover:after {
    background: var(--accent2-color);
}

.order-section__toggle {
    text-align: center;
    margin: 40px 0 15px;
}

.order-section__toggle span {
    margin-left: 0;
}

.order-section__box_hide {
    display: none;
}

.chat-link__img {
    width: 24px;
    margin-right: 5px;
}

.calc {
    margin-top: 34px;
}

.child-box {
    display: none;
    margin-left: 320px;
}

.child-box p {
    margin: 5px 0 24px;
    line-height: 24px;
}

.input-block__active {
    border-color: var(--accent2-color);
}

.input-block__svg {
    margin: 12px 5px;
}

.input-block__svg path {
    fill: var(--border-color);
}

.input-block__active path {
    fill: var(--accent2-color);
}

.child-seats__02 {
    margin: 12px 19px;
}

.child-seats__03 {
    margin: 42px 7px;
}

.luggage__box {
    display: none;
}

.luggage-01 {
    margin: 32px 20px;
}

.luggage-02 {
    margin: 12px 24px;
}

.luggage-03 {
    margin: 12px 19px;
}

.luggage-04 {
    margin: 12px 13px;
}

.two-rows {
    width: 100%;
    max-width: 610px;
}

.input-block__info {
    position: absolute;
    left: 257px;
    top: 8px;
    z-index: 9;
}

.input-block__info-ico {
    width: 20px;
    height: 20px;
    background: url('../img/info.svg') no-repeat;
    cursor: help;
}

.input-block__info-data {
    position: absolute;
    display: none;
    left: -7px;
    top: 28px;
    width: 182px;
    padding: 17px;
    text-align: center;
    background: #fff;
    border: 2px solid var(--border-color);
    border-radius: 5px;
}

.input-block__info-data__right {
    right: -7px;
    left: auto;
}

.input-block__info-data__right:before {
    right: 10px;
    left: auto !important;
}

.input-block__info:hover .input-block__info-data {
    display: block;
}

.input-block__info-data:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    border-top: 2px solid var(--border-color);
    border-left: 2px solid var(--border-color);
    transform: rotate(45deg);
    top: -6px;
    left: 10px;
}

.meet__box, .animal__box {
    display: none;
}

.meet, .animal, .order-section_sex, .order-section_wishes {
    display: inline-block;
    margin-top: 5px;
    vertical-align: top;
}

.order-section_sex .checkbox + label {
    display: inline-block;
    margin-bottom: 25px;
}

.meet p, .animal p {
    margin: 23px 0;
}

.animal, .order-section_wishes {
    width: 100%;
    max-width: 635px;
    float: right;
    margin-right: 5px;
}

.animal_line {
    max-width: 100%;
}

.carrier-01 {
    margin: 37px 12px 0;
}

.carrier-02 {
    margin: 22px 5px 0;
}

/*
Чекбокс
*/
label.disabled {
    color: var(--border-color);
}

.checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 20px;
}

.checkbox + label {
    position: relative;
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
    font-size: 16px;
    padding: 0 0 0 50px;
    margin-right: 57px;
    cursor: pointer;
}

.checkbox + label:before {
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    width: 30px;
    height: 30px;
    border: 2px solid var(--border-color);
    border-radius: 5px;
    background: #fff;
    transition: .2s;
}

.checkbox + label:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 7px;
    width: 15px;
    height: 13px;
    background: url('../img/check.svg') no-repeat;
    background-size: cover;
    transition: .2s;
}

.checkbox:checked + label:before {
    background: var(--accent2-color);
    border: 2px solid var(--accent2-color);
}

label.title-h3_label {
    display: block;
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
    font-size: 28px;
    margin: 26px 0 22px;
}

.checkbox + label.title-h3_label:before {
    top: 4px;
}

.checkbox + label.title-h3_label:after {
    top: 12px;
}

.auto {
    margin-top: 33px;
    display: none;
}

.auto_active {
    display: block;
}

.input-block_auto {
    padding: 0 23px 15px;
    text-align: center;
    height: auto;
}

.input-block_auto .input-block__data {
    float: none;
    width: auto;
    margin: 16px 0 0;
}

.input-block_auto .input-digs {
    margin-top: 11px;
    user-select: none;
}

.resume__price {
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
    font-size: 52px;
}

.resume__price span {
    display: block;
    font-size: 28px;
}

.order-section_discont, .order-section_resume {
    display: inline-block;
    vertical-align: top;
    margin-top: -7px;
}

.order-section_resume {
    float: right;
    max-width: 796px;
    width: 100%;
}

.resume__price-box {
    margin-top: -20px;
}

.resume__price {
    display: inline-block;
}

.resume__submit {
    float: right;
    margin: 6px 5px;
}

.resume__submit .pdn, .fancybox-content .pdn {
    display: block;
    color: var(--text-color);
    margin: -8px 0;
}

/*
Всплывашки
*/


.fancybox-content .title-h3 {
    padding: 20px;
}

.fancybox-content .pdn {
    margin: 0 auto;
}

.resume__submit .pdn a, .fancybox-content .pdn a {
    color: var(--text-color);
}

.fancybox-content input {
    margin: 0 auto 18px;
}

.popup-time__date {
    width: 165px;
}

.popup-time__time {
    width: 120px;
}


/*
Ввод номера телефона
*/
.iti__flag {
    background-image: url("../src/intlTelInput/img/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("../src/intlTelInput/img/flags@2x.png");
    }
}

/*
Всплывающие подсказки для локаций
*/
.input__hint-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.location-hint, .input-select__box {
    position: absolute;
    display: none;
    background: #fff;
    border: 2px solid var(--border-color);
    padding: 16px 23px 17px;
    width: 100%;
    max-width: 610px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    z-index: 9;
}

.loaction-hint__name, .input-select__item {
    border-bottom: 2px solid var(--border-color);
    padding: 10px 0;
    cursor: pointer;
}

.loaction-hint__name:first-child, .input-select__item:first-child {
    padding-top: 0;
}

.loaction-hint__name:last-child, .input-select__item:last-child {
    padding-bottom: 0;
    border: none;
}

.prices-link {
    display: inline-block;
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
    font-size: 18px;
    margin-left: 50px;
    color: var(--accent2-color);
    text-decoration: none;
}

.prices-link:hover, .prices-link:focus {
    color: var(--accent2-color);
    text-decoration: underline;
}

/*
* Адаптивность:
* width < 1300
* */
@media (max-width: 1300px) {
    .advantage {
        max-width: 387px;
    }

    input, textarea, .input-select, .input-dig, .input-block {
        max-width: 263px;
    }

    .input-select select {
        max-width: 555px;
    }

    .two-rows {
        max-width: 555px;
    }

    .child-box {
        display: none;
        margin-left: 293px;
    }

    .input-block__data {
        width: 115px;
    }

    .input-block__info {
        left: 231px;
    }

    .auto img {
        max-width: 100%;
    }

    .checkbox + label {
        margin-right: 50px;
    }

    textarea {
        width: 100%;
        max-width: 610px;
        min-height: 80px;
    }

    .faq_item {
        max-width: 500px;
    }

    .price-box__item {
        max-width: 350px;
        padding: 25px;
    }
}

/*
* Адаптивность:
* width < 1200
* */
@media (max-width: 1200px) {
    .advantage {
        max-width: 320px;
        padding: 30px;
    }

    .two-rows {
        margin: 0 25px 18px 0 !important;
    }

    .child-box {
        margin-left: 0;
    }

    input, textarea, .input-select, .input-dig, .input-block {
        margin: 0 18px 18px 0;
    }

    .animal, .order-section_wishes {
        max-width: 545px;
    }

    .input-block {
        max-width: 250px;
    }

    .input-block__data {
        width: 105px;
    }

    .input-block__info {
        left: 219px;
    }

    .checkbox + label {
        margin-right: 30px;
    }

    .checkbox:last-of-type + label {
        margin-right: 0;
    }

    .animal, .order-section_wishes {
        max-width: 500px;
    }

    .order-section_resume {
        max-width: 660px;
    }

    .faq_item {
        max-width: 400px;
    }

    .faq_item_1-1ine {
        margin-top: 0;
    }

    .banner1 .banner__body:before {
        left: -805px;
    }

    .car-park__data {
        max-width: 520px;
    }

    .banner2 .banner__body:before {
        right: -794px;
    }

    .price-box__item {
        max-width: 350px;
        margin-bottom: 50px;
        padding: 25px;
    }

    .price-box {
        text-align: center;
    }

    .price-box__item:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 992px) {
    .first-screen_form {
        max-width: 650px;
        margin-bottom: 80px;
    }

    .advantage {
        max-width: 100%;
        border: none;
        border-bottom: 2px solid var(--border-color);
        display: block;
    }

    .animal, .order-section_wishes {
        max-width: 100%;
        float: none;
        margin: 25px 0;
    }

    .order-section_resume {
        max-width: 100%;
        float: none;
        margin-top: 25px;
    }

    .faq_item {
        max-width: 100%;
    }

    .faq_item:nth-child(2n) {
        margin-left: 70px;
    }

    .banner {
        text-align: center;
    }

    .banner1 .banner__body:before, .banner2 .banner__body:before {
        display: none;
    }

    .car-park__car-img {
        max-width: 275px;
    }

    .car-park__data {
        max-width: 410px;
    }

    .car-park__driver {
        display: none;
    }

    .footer-center {
        display: none;
    }

    .price-box__item {
        max-width: 350px;
        margin-right: 20px;
        margin-bottom: 20px;
        padding: 25px;
    }
}

@media (max-width: 770px) {
    .car-park__tab {
        padding: 52px 0;
        border-bottom: 2px solid var(--border-color);
        text-align: center;
    }

    .car-park__data {
        margin: 30px 20px 0 20px;
    }

    .header_left, .header_right {
        display: block;
        text-align: center;
        float: none;
    }

    .first-screen {
        margin-top: -200px;
    }

    textarea {
        margin-right: 0;
    }

    .price-box__item {
        max-width: 320px;
        margin-right: 0;
        margin-bottom: 20px;
        padding: 20px 0;
    }

    .prices-link {
        display: block;
        margin-top: 15px;
        margin-left: 0;
    }
}

@media (max-width: 610px) {
    .first-screen {
        background-position: right;
    }

    .first-screen input {
        margin-right: 0;
        width: 100%;
    }

    input, textarea, .input-select, .input-dig {
        max-width: 100%;
        margin-right: 0;
    }

    input, textarea, .input-select, .input-dig {
        width: 100%;
    }

    .iti {
        max-width: 100%;
        display: block !important;
    }

    .order-section > input, .order-section > .input-select {
        margin: 0 25px 18px 0;
    }

    .input-select {
        margin: 0;
    }

    .two-rows, .input-select select {
        max-width: 572px;
        margin-right: 0 !important;
    }

    .order input {
        margin-right: 0 !important;
    }

    .checkbox {
        display: none;
    }

    .resume__submit {
        float: none;
        margin: 20px 0;
    }

    .car-park__menu-item {
        margin-bottom: 10px;
    }

    .chat-link__box {
        display: block;
        margin-top: 20px;
    }

    a.chat-link {
        margin-left: 0;
        margin-right: 25px;
    }

    .chat-link:last-child {
        margin-right: 0;
    }

    .auto-type__box {
        max-width: 300px;
    }

    .auto-type__box .checkbox + label, .order-section_sex .checkbox + label {
        margin-right: 30px;
        display: inline-block;
        margin-bottom: 25px;
    }

    .auto {
        margin-top: 13px;
    }

    .order-section_wishes {
        margin: 0;
    }

    .title-h3 span {
        font-size: 16px;
        color: var(--accent-color);
        display: block;
    }
}

@media (max-width: 510px) {
    .social {
        margin: -10px 0 20px;
        display: block;
    }

    .main-content__img_left, .main-content__img_right {
        float: none;
        margin: 20px auto;
        display: block;
    }

    .input-block__info-data {
        right: -7px;
        left: auto;
    }

    .input-block__info-data:before {
        right: 10px;
        left: auto !important;
    }
}


@media (max-width: 420px) {
    .title-h1 {
        font-size: 48px;
        line-height: 52px;
    }

    .title-h2 {
        font-size: 42px;
        line-height: 48px;
    }

    .faq_item.faq_item_1-1ine:before {
        top: 5px;
    }

    .footer-left, .footer-right {
        width: 100%;
        float: none;
        text-align: center;
    }

    .location-hint, .input-select__box {
        max-width: 345px;
    }
}

@media (max-width: 350px) {
    .header_contact .contact__callback {
        margin: 10px 0 0;
        display: inline-block;
    }

    .advantage__title {
        font-size: 24px;
    }

    .chat-link {
        margin-right: 25px;
    }

    .banner__title {
        font-size: 42px;
        line-height: 48px;
    }

    .callback__form .iti input {
        padding-left: 74px !important;
    }

    .pdn {
        font-size: 9px;
    }

    .location-hint, .input-select__box {
        max-width: 290px;
    }

    .price-box__item {
        margin-bottom: 0;
        border: none;
        border-bottom: 2px solid var(--border-color);
    }

    .price-box__item:last-child {
        border-bottom: none;
    }

    .prices-link {
        font-size: 14px;
    }
}