@font-face {
    font-family: 'Geometria';
    font-style: normal;
    font-weight: normal;
    src: local('Geometria'),
        url('../fonts/Geometria.woff') format('woff'),
        url('../fonts/Geometria.ttf') format('ttf'),
        url('../fonts/Geometria.eot') format('eot');
    font-display: swap;
}
@font-face {
    font-family: 'Geometria';
    font-style: normal;
    font-weight: bold;
    src: local('Geometria-Bold'),
        url('../fonts/Geometria-Bold.woff') format('woff'),
        url('../fonts/Geometria-Bold.ttf') format('ttf'),
        url('../fonts/Geometria-Bold.eot') format('eot');
    font-display: swap;
}
@font-face {
    font-family: 'Geometria-Thin';
    font-style: normal;
    font-weight: normal;
    src: local('Geometria-Thin'),
        url('../fonts/Geometria-Thin.woff') format('woff'),
        url('../fonts/Geometria-Thin.ttf') format('ttf'),
        url('../fonts/Geometria-Thin.eot') format('eot');
    font-display: swap;
}

body {
    box-sizing: border-box;
}

html {
    background-color: #FFFFFF;
    font-family: 'Geometria', sans-serif;
    scroll-behavior: smooth;
}
.container {
    background-image: url('../img/main-bg.webp');
    background-color: #222222;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top center;
    margin: auto;
    padding-bottom: 50px;
    -moz-background-size: 100%; /* Firefox 3.6+ */
    -webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: 100%; /* Opera 9.6+ */
    background-size: 100%; /* Современные браузеры */
}
.content_block {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 10px;
}
.information_block_mobile_info {
    display: none;
}
.information_block_mobile_info_row {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #FFFFFF;
}
.information_block_mobile_info_numbers {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.information_block_mobile_info_row div, .information_block_mobile_info_row .header_numbers a {
    font-size: 18px;
}
.information_block_mobile_info_row_discount {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    padding: 20px 0;
}
.information_block_mobile_info_row_discount_price {
    font-size: 18px;
    color: #FF8C00;
}
.information_block_mobile_info_row_discount_heading {
    display: flex;
    gap: 4px;
}
.information_block_mobile_info_row_discount_subtitle {
    font-size: 12px;
    line-height: 20px;
}
.information_block_mobile_info_row_badge {
    background-color: #FF8C00;
    padding: 4px 8px;
    border-radius: 20px;
    color: #FFFFFF;
    margin-bottom: 8px;
}
.purple_button {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    line-height: 26px;
    background: #7B64D8;
    box-shadow: 0px 0px 46px rgba(123, 100, 216, 0.74);
    border-radius: 68px;
    border: none;
    padding: 20px 85px;
}

.header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.header_placesite {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
}
.header_placesite > img {
    max-width: 120px;
    width: 100%;
}
.header_numberblock {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.header_numbers {
    display: flex;
    flex-direction: column;
    margin: 0 14px;
}

.header_numbers > a:active,
.header_numbers > a:visited,
.header_numbers > a {
    color: #FFFFFF;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
}
.header_numbers > a:hover {
    color: #7B64D8;
}

.callback_button {
    border: 1.5px solid #7B64D8;
    box-sizing: border-box;
    border-radius: 48px;
    padding: 16px 38px;
    background-color: inherit;
    color: #FFFFFF;
    cursor: pointer;
}
.callback_button:hover {
    background-color: #7B64D8;
}
.information_block {
    margin-top: 200px;
}
.information_block > h1 {
    font-style: normal;
    font-weight: 800;
    font-size: 58px;
    line-height: 73px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.information_block > h2 {
    font-family: 'Geometria-Thin';
    margin-top: 15px;
    font-style: normal;
    font-weight: 300;
    font-size: 42px;
    line-height: 53px;
    color: #FFFFFF;
    margin-bottom: 52px;
}
#map {
    /*border: 1px solid #7B64D8;*/
    padding-top: 50px;
    width: 400px;
    height: 500px;
}
.pickup_map_button {
    background-color: #7B64D8;
    color: #FFFFFF;
    border-radius: 30px;
    border: none;
    padding: 10px;
    margin: 10px 0;
    width: 150px;
}
.pickup_map_button_chosen {
    color: #3A3A3A;
    background-color: #FFFFFF;
    border: 1px solid #7B64D8;
}

#target_button {
    text-decoration: none;
    font-weight: bold;
    font-size: 21px;
    line-height: 26px;
}
#target_button:hover {
    background-color: rgba(123, 100, 216, 0.74);
}

.order_block {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.order_form > form {

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.order_form_title {
    font-style: normal;
    font-weight: bold;
    font-size: 38.4245px;
    line-height: 40px;
    color: #000000;
    text-align: center;
}
.order_form_title:first-letter{
    color: #7B64D8;
}
.order_contact_info {

}
.order_input {
    font-style: bold;
    font-weight: 500;
    font-size: 16px;
    line-height: 12px;
    color: #252525;
    background: #F3F3F3;
    width: 220px;
    height: 40px;
    border: none;
    outline: none;
    margin: 10px 0;
    padding: 0 20px;
}
.order_input_error {
    border-bottom: 2px solid rgba(163, 0, 0, 0.8);
}
.order_input::placeholder {
    color: #D0D0D0;
}
.pickup_block {
    flex-direction: column;
    justify-content: center;
    width: 160px;
}
.delivery_block {
    display: none;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}
.order_form_text {
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16.9622px;
    line-height: 21px;

    color: #252525;
}
.input_group {
    margin: 10px 0;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #3A3A3A;
    display: flex;
    align-items: center;
    gap: 8px;
}
.input_group > input[type='radio']:checked ~ label{
    color: #7B64D8;
    margin-left: 10px;
}
.input_group > input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

.input_group > input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #7B64D8;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}
/*
.input_group > label {
    width: 200px;
    height: 20px;
    background-color: #FFFFFF;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.input_group > input[type=radio] {
    display: none;
}
.input_group > input[type=radio]:checked ~ label {
    background-color: #7B64D8;
    border-radius: 30px;
    color: #FFFFFF;
}
*/
#order_next_button {
    font-style: normal;
    margin-top: 20px;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    box-shadow: 0px 0px 13.0445px rgba(0, 0, 0, 0.46) !important;
}
#make_order_btn:disabled,
#order_next_button:disabled {
    background-color: #cccccc;
}
.order_info_message {
    margin-top: 30px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #252525;
    display: flex;
    flex-direction: row;
    align-items: start;
    padding: 0 20px;
}
.order_info_tag {
    color: #7B64D8;
    font-size: 16px;
}
.delivery_success {
    display: none;
    /*visibility: hidden;*/
}
.delivery_refuse {
    display: none;
   /* visibility: hidden;*/
}
.delivery_fail {
    display: none;
}
#advantages_section {
    font-family: 'Geometria';
    margin-top: 50px;
}
.headings_block {
    width: 512px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.headings_block > h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 55.5858px;
    line-height: 57px;
    color: #252525;
    margin-bottom: 22px;
}
.headings_block > h3:first-letter {
    color: #7B64D8;
}
.headings_block > h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 20.3695px;
    line-height: 21px;
    color: #595959;
    margin-bottom: 90px;
}
.icons_and_text {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 60px;
    padding-bottom: 15px;
}
.icon_line {
    padding-top: 30px;
    width: 80px;
    max-width: 100%;
    height: auto;
}
.block_icon_and_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;

}
.icon_svg {
    width: 60px;
    max-height: 60px;
    margin-bottom: 20px;
    max-width: 100%;
    height: auto;
}

.icon_text {
    /*display: flex;*/
    text-align: center;
    font-size: 2.5vh;
    flex-direction: column;
}
.discount_block {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-bottom: 50px;
}

.discount_image {
    background-image: url('../img/discount.webp');
    background-color: #222222;
    background-repeat: no-repeat;
    -moz-background-size: 100%; /* Firefox 3.6+ */
    -webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: 100%; /* Opera 9.6+ */
    background-size: cover; /* Современные браузеры */
    background-position: bottom center;
    width: 100%;
}

.discount_block_title {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 38px;
    color: #FFFFFF;
    margin-top: 73px;
    width: 400px;
}
.discount_info_tag {
    color: #7B64D8;
    font-size: 38px;
}
.discount_block_description {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 31px;
    color: #FFFFFF;
    margin-top: 27px;
}
.discount_block_promocode {
    font-style: normal;
    font-weight: 800;
    font-size: 80px;
    line-height: 149px;
    color: #FFFFFF;
    margin-left: 100px;
}
.discount_block_right {
    text-align: right;
    margin-bottom: 50px;
}
.discount_block_new_price {
    color: darkorange;
    font-weight: 800;
    font-size: 70px;
    line-height: 51px;
}

.full_information_card {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 50px;
}
.card_background_theme {
    padding-top: 70px;
    background: #252525;
    box-shadow: 29.7145px 35.6574px 43.5812px rgba(0, 0, 0, 0.47);
    width: 100%;
}
.card_background_par {
    color: #FFFFFF;
    margin-bottom: 50px;
    padding: 0 3%;
    line-height: 130%;
}
.card_background_par_subtitle {
    margin-bottom: 5%;
    font-weight: 700;
    line-height: 170%;
}
.link_orange {
    color: orange;
    text-decoration: none;
}
.colored {
    color: #7B64D8;
    font-weight: 800;
}
.card_background_title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-weight: bold;
    font-size: 46px;
    line-height: 47px;
    color: #FFFFFF;
    margin-bottom: 35px;
}
.card_background_price_el {
    display: flex;
    flex-direction: column;
}
.card_background_price_el_row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 48px;
}
.card_background_vehicle {
    font-weight: 500;
    font-size: 26px;
    line-height: 103%;
    color: #FFFFFF;
    padding-left: 2%;
}
.card_background_vehicle_price {
    font-weight: 800;
    font-size: 30px;
    line-height: 103%;
    color: #7B64D8;
    padding-right: 2%;
}



.fixed-overlay {
    position: fixed;
    overflow: auto;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 15;
}

.fixed-overlay__modal {
    display: none;
    text-align: center;
    white-space: nowrap;
}

.fixed-overlay__modal::after {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
    content: '';
}

.modal {
    display: inline-block;
    vertical-align: middle;
}

.modal_container > form {
    margin: 50px;
    padding: 0 200px;
    text-align: left;
    white-space: normal;
    background-image: url("../img/callmeback_img.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #7B64D8;
    color: #FFFFFF;
    min-width: 200px;
    max-width: 1500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.modal_title {
    margin: 60px 0 10px 0;
    font-weight: bold;
    font-size: 42px;
    line-height: 37px;
    color: #FFFFFF;
    text-align: center;
}
.modal_subtitle {
    font-weight: bold;
    font-size: 19px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.46);
    text-align: center;
}
.modal_input {
    margin-top: 50px;
    border: none;
    outline: none;
    background-color: transparent;
    color: rgb(255, 255, 255);
    border-bottom: 2px solid rgba(255, 255, 255, 0.4);
    width: 200px;
}

.icons_and_text::-webkit-scrollbar { width: 3px; height: 3px;}

.icons_and_text::-webkit-scrollbar-track {  background-color: #999;}
.icons_and_text::-webkit-scrollbar-track-piece { background-color: #ffffff;}
.icons_and_text::-webkit-scrollbar-thumb { height: 50px; width: 20px; background-color: #7B64D8; border-radius: 3px;}

.icons_and_text::-webkit-resizer { background-color: #666; }

input[class='modal_input']::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.46); }
input[class='modal_input']:-ms-input-placeholder { color: rgba(255, 255, 255, 0.46); }
input[class='modal_input']::-ms-input-placeholder { color: rgba(255, 255, 255, 0.46); }
input[class='modal_input']::placeholder { color: rgba(255, 255, 255, 0.46); }
input[class='modal_input tel']::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.46); }
input[class='modal_input tel']:-ms-input-placeholder { color: rgba(255, 255, 255, 0.46); }
input[class='modal_input tel']::-ms-input-placeholder { color: rgba(255, 255, 255, 0.46); }
input[class='modal_input tel']::placeholder { color: rgba(255, 255, 255, 0.46); }

.modal_input:focus {
    border-bottom: 2px solid rgba(255, 255, 255);
}
.modal_button {
    margin-top: 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.21);
    border-radius: 72px;
    padding: 25px 50px;
    outline: none;
    border: none;
    margin-bottom: 40px;
    margin-top: 20px;
}
.modal_button:hover {
    background: #cccccc;
}
.close_modal {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
}

.close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 32px;
    height: 32px;
    opacity: 0.6;
    cursor: pointer;
}
.close:hover {
    opacity: 1;
}
.close:before, .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 3px;
    background-color: #333;
}
.close:before {
    transform: rotate(45deg);
}
.close:after {
    transform: rotate(-45deg);
}

.callmeback_success {
    visibility: hidden;
    display: flex;
    padding-bottom: 20px;
    flex-direction: row;
    align-items: center;
    font-weight: 500;
    font-size: 13px;
    line-height: 17px;
}

footer {
    background-color: #3A3A3A;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 50px;
}
.footer_left {
    width: 50%;
    padding-right: 20px;
}
.footer_right {
    width: 50%;

}
iframe {
    width: 100%;
    height: 100%;
}
.footer_left_side_wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.content_block_half {
    display: flex;
    justify-content: flex-end;
}
.footer_left_side_wrapper_phone_callback {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.footer_left_side_address {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
    text-align: right;
    width: 360px;
    margin-top: 100px;
    margin-bottom: 50px;
}
.gray_text {
    width: 360px;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 17px;
    color: rgba(255, 255, 255, 0.23);
    margin-top: 30px;
}
.footer_left_side_additional_info {
    text-align: right;
}
.footer_left_side_years {
    margin-bottom: 60px;
    text-align: right;
}
/* toggle switch */
.switcher {
    display: inline-block;
    height: 30px;
    margin: 30px;
    padding: 4px;
    background: #fff;
    width: 300px;
    border-radius: 30px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.21);
    position: relative;
    font-style: normal;
    font-weight: bold;
    font-size: 18.5776px;
    line-height: 23px;
}

.switcher__input {
    display: none;
}

.switcher__label {
    float: left;
    width: 50%;
    font-size: 12px;
    line-height: 30px;
    color: rgba(37, 37, 37, 0.28);
    text-align: center;
    cursor: pointer;
    position: inherit;
    z-index: 10;
    transition: color 0.2s cubic-bezier(0.4, 0.0, 0.2, 1);
    will-change: transform;
}

.switcher__toggle {
    position: absolute;
    float: left;
    height: 100%;
    width: 50%;
    font-size: 12px;
    line-height: 30px;
    cursor: pointer;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.21);
    border-radius: 30px;
    left: 0px;
    top: 0px;
    transition: left 0.25s cubic-bezier(0.4, 0.0, 0.2, 1);
    will-change: transform;
}

.switcher__input:checked + .switcher__label {
    color: #7B64D8;

}
.switcher__input:checked[disabled] + .switcher__label {
    color: rgba(37, 37, 37, 0.28);
}

.switcher__input--yang:checked ~ .switcher__toggle {
    left: 153px;
}

.secondary_form {
    display: none;
    flex-direction: column;
    align-items: center;
}
.initial_form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.amount_and_promocode {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    /*padding: 5% 30%;*/
}
.amount_toggler {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 2%;
    width: 20px;
}
#amount {
    padding: 6px 0 3px 3px;
}

#arrow_bottom {
    transform: rotate(180deg);
}
#arrow_top:hover, #arrow_bottom:hover {
    filter: grayscale(0.5);
}
.arrow_btn {
    padding: 0;
    margin: 0;
    outline: none;
    border: none;
    background-color: transparent;
    background-image: url("../img/arrow.svg");
    width: 12px;
    height: 7px;
    background-repeat: no-repeat;
    background-size: contain;
}
.promocode {
    width: 70px;
    color: #7B64D8;
    font-weight: bold;
    font-size: 11.5px;
}
.payment {
    display: none;
}
.loader {
    width: 100px;
    display: none;
}
.promocode_success {
    outline: 1px solid #7B64D8;
}
.promocode::placeholder {
    color: #7B64D8;
}
.amount_wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.success_upload {
    border: 1px solid #7B64D8 !important;
    background-color: #cccccc !important;
    color: #7B64D8 !important;
}
.upload_files {
    display: flex;
    flex-direction: column;
    padding: 5px 50px;
}
.upload_files_row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 15px;
}
.upload_files_row > p {
    font-size: 12px;
    width: 50%;
}
.upload_file_btn {
    background-color: #7B64D8;
    border-radius: 9px;
    padding: 5px 17px;
    color: white;
    line-height: 1.2;
    font-size: 12px;
    cursor: pointer;
    width: 86px;
    text-align: center;
}

input[type="file"] {
    z-index: -1;
    opacity: 0;
    width: 0.1px;
    height: 0.1px;
    position: absolute;
}
#value_price {
    width: 100px;
    background-color: transparent;
    border: none;
    color: green;
    font-weight: 900;
    font-size: 23px;
    text-align: right;
}
.final_price {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.confirm_button {

    font-style: normal;
    margin-top: 20px;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    box-shadow: 0px 0px 13.0445px rgba(0, 0, 0, 0.46) !important;

}
.plate_block {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 16px;
    line-height: 12px;
    color: #252525;
    background: #F3F3F3;
    width: 220px;
    height: 40px;
    border: none;
    outline: none;
    margin: 10px 0;
    padding: 0 20px;
}
.plate_block > img {
    height: 90%;
}
.number_1 {
    width: 60%;
    border: none;
    outline: none;
    background: #F3F3F3;
}

.number_2 {
    padding-left: 6%;
    width: 15%;
    border: none;
    outline: none;
    background: #F3F3F3;
}

.form_success {
    display: none;
    flex-direction: row;
    align-items: center;
    padding: 10%;
}
.form_success > img {
    margin-right: 10%;
}
.gray_text > a:visited,
.gray_text > a:active,
.gray_text > a:link,
.gray_text > a {
    color: rgba(255, 255, 255, 0.23);
    text-decoration: none;
}
.gray_text > a:hover {
    color: #7B64D8;
}
.icon_text > a:visited,
.icon_text > a:active,
.icon_text > a:link,
.icon_text > a {
    text-decoration: none;
    color: #7B64D8;
}
.icon_text > a:hover {
    color: darkorange;
}
.secondary_form > p > a:visited,
.secondary_form > p > a:active,
.secondary_form > p > a:link,
.secondary_form > p > a {
    text-decoration: none;
    color: #7B64D8;
}
.secondary_form > p > a:hover {
    color: darkorange;
}
.secondary_form > p {
    text-align: center;
}
.map_phone_number {
    text-decoration: none;
    color: #7B64D8;
    font-weight: bold;
}
.map_phone_number:hover {
    color: darkorange;
}
.mobile {
    display: none;
}
.rotate_device_alert {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 5%;
}
.rotate_device_alert > img {
    width: 20%;
}
@media(max-width: 1600px) {
    .icons_and_text {
        overflow-y: scroll;
    }
}
/* mobile adaptive */
@media(max-width: 1100px) {
    .content_block {
        max-width: 1100px;
    }
    .information_block {
        margin-top: 100px;
    }
    .information_block > h1 {
        font-size: 48px;
        max-width: 600px;
    }
    .information_block > h2 {
        font-size: 36px;
    }
    .icons_and_text {
        overflow-y: scroll;
    }
}
@media(max-width: 880px) {
    .content_block {
        max-width: 1100px;
    }
    .information_block {
        margin-top: 100px;
    }
    .information_block > h1 {
        font-size: 40px;
        line-height: 50px;
        max-width: 450px;
    }
    .information_block > h2 {
        font-size: 30px;
        line-height: 30px;
    }
    #map {
        width: 350px;
    }
    .modal_container > form {
        margin: 0 2%;
    }
    .discount_block_promocode {
        font-size: 15vw;
    }
}
@media(max-width: 750px){
    .final_price {
        padding: 0 2%;
    }
    .block_icon_and_text:nth-child(odd) {
        padding: 0 3%;
    }
    header {
        padding: 0 5%;
    }
    h3, h4 {
        padding-left: 2%;
    }
    .container {
        background-size: cover;
        height: 100vh;
    }
    .content_block {
        max-width: 750px;
        padding: 0;
    }
    .information_block {
        margin-top: 70px;
        padding: 0 5%;
    }
    #target_button {
        margin-top: 5%;
    }
    .information_block > h1 {
        font-size: 30px;
        padding-top: 10%;
    }
    .information_block > h2 {
        font-size: 20px;
        margin-top: 10px;
    }
    .header_placesite, .header_numbers > a, .callmeback{
        font-size: 10px;
    }
    #advantages_section {
        width: 100%;
    }
    .card_background_theme, .discount_image {
        width: 100%;
    }
    .icon_line {
        width: 20%;
    }
    .icon_svg {
        width: 100%;
    }
    .headings_block > h4 {
        font-size: 4vw;
    }
    .headings_block {
        width: 100%;
    }
}

@media(max-width: 650px) {
    span.mobile {
        display: inline;
    }
    div.mobile {
        display: block;
    }
    .pickup_block {
        width: 200px;
    }
    .rotate_device_alert {
        display: flex;
    }
    #map {

        display: none;
    }
    .headings_block > h3 {
        font-size: 13vw;
        line-height: 12vw;
    }
    .order_block {
        flex-wrap: wrap;
    }
    .footer_right {
        display: none;
    }
    .footer_left {
        padding: 0;
    }
    .content_block_half {
        justify-content: center;
    }
    .footer_left_side_wrapper {
        align-items: center;
    }
    .footer_left_side_address, .footer_left_side_additional_info, .footer_left_side_years {
        text-align: center;
    }
    .discount_info_tag {
        font-size: 10vw;
    }
    .discount_block_title {
        font-size: 10vw;
        line-height: 12vw;
        width: 100%;
    }
    .order_form {
        width: 100%;
    }
    .upload_files {
        padding: 0;
    }
    .card_background_title {
        font-size: 6vw;
        line-height: 12vw;
    }
    .footer_left_side_address, .footer_left_side_additional_info, .footer_left_side_years {
        width: 100%;
    }
    .footer_left {
        width: 100%;
    }
    .footer_left_side_years {
        margin-bottom: 0;
        margin-top: 10%;
    }


    .modal_container > form {
        padding: 0 20%;
    }


}
@media(max-width: 550px) {
    .card_background_vehicle_price {
        font-size: 5vw;
    }
    .card_background_vehicle {
        font-size: 4vw;
    }
    .discount_block_new_price {
        font-size: 15vw;
    }
    .discount_block_description {
        text-align: center;
    }
    .discount_block_promocode {
        margin: 0;
        text-align: center;
    }
    .discount_block_right {
        line-height: 14vw;
    }
    .discount_info_tag {
        display: block;
    }
    .discount_block_title {
        text-align: center;
    }
    .discount_block_promocode {
        line-height: 32vw;
    }
}
@media(max-width: 500px) {
    .header_numberblock > .header_numbers {
        display: none;
    }
}

@media(max-width: 450px) {
    .information_block {
        display: flex;
        flex-direction: column;
    }
    .information_block_mobile_info {
        display: flex;
        flex-direction: column;
        padding: 20px 0;
    }
    .modal_container > form {
        padding: 0;
    }
    .information_block {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .information_block > h2 {
        margin: 0;
    }
    .information_block > h1 {
        font-size: 8vw;
        line-height: 9vw;
    }
}
@media(max-width: 320px) {
    .secondary_form {
        width: 300px;
    }
    .switcher {
        padding: 4px 0;
    }
}
