html {
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%
}
body {
    min-width:32rem;
    margin:0
}
*,
:active,
:focus,
:hover {
    outline:none!important
}
a {
    color:initial;
    text-decoration:none;
    -webkit-text-decoration-skip:objects;
    background:transparent
}
a,
a:active,
a:focus,
a:hover {
    text-decoration:none
}
*,
:after,
:before {
    box-sizing:border-box
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display:block
}
audio,
canvas,
progress,
video {
    display:inline-block;
    vertical-align:baseline
}
audio:not([controls]) {
    display:none;
    height:0
}
[hidden],
template {
    display:none!important
}
b,
strong {
    font-weight:700
}
ul {
    margin:0;
    padding:0;
    list-style-type:none
}
mark {
    color:#fff
}
small {
    font-size:80%
}
sub {
    bottom:-.25em
}
sub,
sup {
    position:relative;
    font-size:75%;
    line-height:0;
    vertical-align:baseline
}
sup {
    top:-.5em
}
img {
    vertical-align:middle;
    border:0
}
svg:not(:root) {
    overflow:hidden
}
figure {
    margin:1em 4rem
}
hr {
    box-sizing:content-box;
    height:0;
    margin-top:2rem;
    margin-bottom:2rem;
    border:0;
    border-top:.1rem solid #eee
}
textarea {
    resize:none
}
pre,
textarea {
    overflow:auto
}
code,
kbd,
pre,
samp {
    font-size:1em;
    font-family:monospace,monospace
}
button,
input,
optgroup,
select,
textarea {
    margin:0;
    color:inherit;
    font:inherit;
    line-height:inherit
}
optgroup {
    font-weight:700
}
button {
    overflow:visible
}
button,
select {
    text-transform:none
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
    cursor:pointer;
    -webkit-appearance:button
}
[role=button] {
    cursor:pointer
}
button[disabled],
html input[disabled] {
    cursor:default;
    background-color: #a6a6a6;
}
button::-moz-focus-inner {
    padding:0;
    border:0
}
input {
    line-height:normal;
    background-color:transparent;
    border-radius:0;
    box-shadow:none
}
input::-moz-focus-inner {
    padding:0;
    border:0
}
input[type=checkbox],
input[type=radio] {
    box-sizing:border-box;
    padding:0
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height:auto
}
input[type=search] {
    box-sizing:content-box
}
input::-webkit-search-cancel-button,
input::-webkit-search-decoration {
    webkit-appearance:none
}
fieldset {
    margin:0 .2rem;
    padding:.35em .625em .75em;
    border:.1rem solid silver
}
legend {
    padding:0;
    border:0
}
table {
    border-collapse:collapse;
    border-spacing:0
}
td,
th {
    padding:0
}
input::-webkit-input-placeholder {
    color:#535358
}
input:-moz-placeholder,
input::-moz-placeholder {
    color:#535358
}
input:-ms-input-placeholder {
    color:#535358
}
input:focus::-webkit-input-placeholder {
    opacity:0
}
input:focus:-moz-placeholder,
input:focus::-moz-placeholder {
    opacity:0
}
input:focus:-ms-input-placeholder {
    opacity:0
}
input[type=number] {
    -moz-appearance:textfield
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    margin:0;
    -webkit-appearance:none
}
@font-face {
    font-family: 'ToyotaType';
    src: url("/fonts/ToyotaType-Semibold.woff2") format("woff2"),
    url("/fonts/ToyotaType-Semibold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ToyotaType';
    src: url("/fonts/ToyotaType-Regular.woff2") format("woff2"),
    url("/fonts/ToyotaType-Regular.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ToyotaType';
    src: url("/fonts/ToyotaType-Book.woff2") format("woff2"),
    url("/fonts/ToyotaType-Book.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
:root {
    --color-primary:var(--color-red);
    --color-text:#282830;
    --color-border:var(--color-darkgray);
    --color-icon:var(--color-slategray);
    --color-primary-text:var(--color-white);
    --color-green:#2fd567;
    --color-red:#ea3323;
    --color-black:#111;
    --color-onyx:#14181d;
    --color-dark:#0e0e0e;
    --color-dark2:#333;
    --color-darkgray:#3e3e3e;
    --color-gray:#747474;
    --color-slategray:#748786;
    --color-grey:#bfbfbf;
    --color-grey2:#d5d5d5;
    --color-white:#fff;
    --color-whitesmoke:#f3f3f3;
    --color-mintsmoke:#f5f7f7;
    --color-lightblue:#f5f7ff;
    --color-lightblue2:#fcfdfd;
    --success: #048004;
}

*, ::after, ::before {
    box-sizing: border-box;
}
*, :active, :focus, :hover {
    outline: none !important;
}

*{
    box-sizing: border-box;
    font-family: ToyotaType,Arial,Helvetica,sans-serif;
    margin: 0;
    border: 0;
    outline: none;
    font-weight: 400;
    line-height: 1.5;
}

html {
    font-size:62.5%
}

body {
    position:relative;
    color:var(--color-text);
    font-size:1.6rem;
    font-family:ToyotaType,Arial,Helvetica,sans-serif;
    line-height:1.3;
    direction:ltr;
    background-color: #fff;
    -webkit-font-smoothing:subpixel-antialiased;
    -moz-osx-font-smoothing:auto;
    -osx-font-smoothing:grayscale;
}
body.noscroll {
    height:100vh;
    overflow:hidden
}

section{
    position: relative;
    width: 100%;
}

img{
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: inherit;
}

button, .button{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    text-transform: uppercase;
    line-height: 3rem;
    white-space: nowrap;
    word-break: keep-all;
    padding: 0 2rem;
    min-width: 150px;
    text-align: center;
    cursor: pointer;
    transition: transform 50ms ease;
}

button:hover, .button:hover{
    filter: brightness(1.3);
}

h1, .h1{
    font-size: 5.4rem;
    font-weight: 600;
}

h2, .h2{
    font-size: 4.6rem
}

h3, .h3{
    font-size: 3.8rem
}

h4, .h4{
    font-size: 2.6rem
}

h5, .h5{
    font-size: 1.9rem
}

.uploaded_image{
    width: 100%;
    max-width: 100%;
    margin: 2rem 0;
}

.width100{
    width: 100%;
}

.width50{
    width: 50%;
}

.relative{
    position: relative;
}

.margin0auto{
    margin: 0 auto;
}

.center_text{
    text-align: center;
}

/* flex */

.flex{
    display: flex;
}

.flex_row{
    flex-direction: row;
}

.flex_column{
    flex-direction: column;
}

.justify_content_center{
    justify-content: center;
}

.align_items_center{
    align-items: center;
}

/* flex end */

.app{
    position: relative;
    width: 100%;
    max-width: 100%;
    min-height: 100vh;
}

.header{
    width: 100%;
}

.desktop_header{
    width: 100%;
}

.mobile_header{
    display: none;
}

.rl_padding{
    padding: 0 5rem;
}

.header_upper_part{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f0f0f0;
    min-height: 50px;
    height: 50px;
}

.vk_img_wrapper{
    border-radius: 50%;
    overflow: hidden;
}

.vk_img{
    width: 28px;
    transition: all 0.3s ease;
}

.vk_img:hover{
    filter: brightness(0.85);
}

.flex_span{
    display: flex;
    align-items: center;
}

.header_info_span{
    margin-left: 1rem;
    transform: translateY(-2px);
    font-weight: 500;
}

.margin_span{
    margin-left: 4.5rem;
}

.header_info_block{
    display: flex;
}

.header_bottom_part, .footer_menu{
    display: flex;
    flex-wrap: nowrap;
    min-height: 80px;
    height: 80px;
    padding-left: 5rem;
}

.footer_menu{
    padding: 0 5rem;
    align-items: center;
    justify-content: space-between;
}

.block245{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 245px;
    min-width: 245px;
}

.bg_red{
    background-color: #ff3131;
}

.header_bottom_menu_part, .footer_menu_part{
    flex: 1 1 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding-right: 6.5rem;
}

.footer_menu_part{
    justify-content: left;
    flex: 1 0 auto;
    padding-right: 0;
}

.logo_img{
    height: 37px;
    margin: 0;
}

.menu_item, .menu_item_bottom{
    display: inline-block;
    padding: 1rem;
    font-weight: bold;
    margin-left: 3.5rem;
    font-size: 1.7rem;
    transition: color 0.2s ease;
}

.menu_item:hover, .menu_item_bottom:hover{
    color: #60626e;
}

.phone_link{
    font-size: 1.7rem;
}

.content{
    width: 100%;
    min-height: 400px;
}

.footer_middle_part{
    display: flex;
    padding: 4rem 5rem 3.5rem;
}

.pay_systems_container{
    display: flex;
    align-items: center;
    min-height: 80px;
    flex-wrap: wrap;
}

.pay_img{
    margin-right: 10rem;
}

.border_left{
    border-left: 1px solid #c2c2c2;
}

.border_bottom{
    border-bottom: 1px solid #c2c2c2;
}

.border_top{
    border-top: 1px solid #c2c2c2;
}

.footer_bottom_part{
    display: flex;
    align-items: center;
    margin: 0 5rem;
    min-height: 75px;
}

.policy_link{
    margin-left: 10rem;
}

.home_upper_block{
    background-image: url("/img/main_img.png");
    background-size: cover;
    background-position: 50% 50%;
    min-height: 520px;
    font-weight: 600;
    font-size: 1.7rem;
}

.upper_block_h1_div{
    color: #fff;
    padding-left: 5rem;
    padding-right: 5rem;
    padding-top: 5rem;
}

.upper_block_text{
    font-weight: 600;
    color: #fff;
    font-size: 1.7rem;
    padding: 2rem 5rem 0 5rem;
    max-width: 800px;
}

.full_link{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 1.7rem;
    font-weight: 600;
    cursor: pointer;
}

.search_form, .search_form1{
    position: relative;
    padding-left: 5rem;
    margin-top: 4rem;
    height: 60px;
    max-height: 60px;
    width: 65%;
    max-width: 108rem;
    overflow-y: visible;
}

.search_form1{
    margin-top: 0;
    padding-left: 0;
    width: 100%;
}

.search_input{
    width: calc(100% - 60px);
    /*width: 65%;*/
    /*max-width: 103rem;*/
    height: 100%;
    padding: 0 2.5rem;
    color: var(--color-black);
    font-weight: 500;
    letter-spacing: -.01em;
    background-color: #fff;
    border: none;
    border-radius: .2rem 0 0 .2rem;
}

.search_button{
    margin: 0;
    padding: 0;
    width: 60px;
    height: 100%;
    min-width: auto;
    background-color: #fff;
    transition: background-color 0.4ms ease;
}
.search_button:hover{
    background-color: #eee;
    filter: brightness(1);
}

.search_results{
    position: relative;
    width: 100%;
    height: 300px;
    background-color: rgba(66, 66, 66, 0.9);
    overflow-x: hidden;
    z-index: 100;
}

.invisible{
    display: none;
}

.services_block, .actions_block, .advantages_block, .feedback_block, .search_block{
    position: relative;
}

.advantages_block, .actions_block, .feedback_block, .search_block, .services_block{
    padding-bottom: 10rem;
}

.zagolovok{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6.5rem 5rem 4rem 5rem;
    flex-wrap: wrap;
}

.zagolovok_span{
    font-weight: 600;
    font-size: 4.5rem;
}

.zagolovok_goto_span{
    font-size: 2.5rem;
    border: 1px solid var(--color-text);
    padding: 0.4rem 2rem;
    white-space: nowrap;
}

.service_cards_div, .service_cards_div_2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    gap: 1rem 1rem;
    grid-auto-flow: row;
    justify-items: center;
    /*grid-template-areas:*/
    /*". . . . ."*/
    /*". . . . .";*/
}

.service_cards_div{
    grid-template-rows: 330px 330px;
}

.service_cards_div_2{
    grid-template-rows: 420px 420px;
}

.service_card, .service_card_2{
    position: relative;
    width: 100%;
    border: 1px solid #c2c2c2;
    height: 330px;
    overflow: hidden;
    background-color: #fff;
    transition: height 0.5s ease;
}

.service_card_2{
    height: 420px;
}

.card_shadow{
    -webkit-box-shadow: 0px 7px 9px 7px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 7px 9px 7px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 7px 9px 7px rgba(34, 60, 80, 0.2);
}

.service_card_inner{
    padding: 1.3rem 2rem;
    width: 100%;
}

.service_group_link{
    font-weight: 600;
    font-size: 2.2rem;
}

.service_card_items_container{
    position: relative;
    overflow-y: hidden;
    overflow-x: hidden;
    height: 320px;
}

.service_card_item{
    margin-top: 1.5rem;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.service_card_item_link{
    white-space: nowrap;
    transition: all 0.2s ease;
}

.service_card_item_link:hover{
    font-weight: 600;
    color: #000;
}

.service_card_image{
    width: 60%;
    display: block;
    margin: 0 auto;
}

.advantages_text_block{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 2rem 5rem 10rem;
}

.advantages_header{
    font-weight: 600;
    font-size: 4rem;
    max-width: 560px;
}

.span_red{
    font-weight: 600;
    font-size: 4rem;
    color: #ff3131;
}

.advantages_header_text{
    max-width: 840px;
    font-size: 1.7rem;
}

.advantages {
    padding: 0 5rem;
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    gap: 5em 5em;
    justify-items: center;
}

.advantages_card{
    width: 100%;
}

.advantages_img_div{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background-color: #58585b;;
    border-radius: 50%;
    padding: 1rem;
}

.advantages_img{
    display: block;
}

.adv_card_header{
    font-weight: 600;
    font-size: 2.2rem;
    margin-top: 2rem;
}

.adv_card_text{
    font-size: 1.7rem;
    margin-top: 1rem;
}

.mobile_header_5, .mobile_header_6{
    display: none;
}

@-webkit-keyframes showAsideWindow {
    0% {
        transform:translateX(100%);
        opacity:1
    }
    to {
        transform:translateX(0);
        opacity:1
    }
}
@keyframes showAsideWindow {
    0% {
        transform:translateX(100%);
        opacity:1
    }
    to {
        transform:translateX(0);
        opacity:1
    }
}

@-webkit-keyframes fadeAsideWindow {
    0% {
        transform:translateX(0);
        opacity:1
    }
    to {
        transform:translateX(100%);
        opacity:1
    }
}
@keyframes fadeAsideWindow {
    0% {
        transform:translateX(0);
        opacity:1
    }
    to {
        transform:translateX(100%);
        opacity:1
    }
}

.aside-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    display: none;
    background: rgba(0,0,0,.5);
}

.aside-popup-inner {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
}

.aside-popup-window {
    display: flex;
    flex-direction: column;
    background: #fff;
    width: 50rem;
    max-width: 100%;
    height: 100%;
    transform: translateX(100%);
    /*transition: all 0.4s ease-in-out;*/
}

.aside-active{
    animation: showAsideWindow .1s ease-in-out .3s forwards;
}

.aside-fade{
    animation: fadeAsideWindow .1s ease-in-out .3s forwards;
}

.aside-popup-window-header {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 8rem;
    padding: 2rem;
    background: #f8f8f8;
}

.aside-popup-window-body {
    position: relative;
    width: 100%;
    padding: 5rem 3.5rem 3.5rem;
    flex: 1;
    overflow: auto;
}

.breadcrumbs {
    margin: 1.5rem 0 4.5rem;
    padding-left: 5rem;
}

.breadcrumbs__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.breadcrumbs__item {
    display: inline-block;
}

.breadcrumbs__item:not(:last-child)::after {
    display: inline-block;
    width: .6rem;
    height: 1rem;
    margin: 0 .7em;
    background-image: url(/img/arrow.svg);
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.breadcrumbs__link {
    padding: 1.5rem 0;
    font-weight: 600;
    font-size: 1.4rem;
}

.breadcrumbs__link--current, .breadcrumbs__link:active {
    opacity: .55;
}

.breadcrumbs__name{
    margin: 0;
}

.swiper1, .swiper2{
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 5rem;
    overflow: hidden;
}

/*.swiper-wrapper{*/
/*    width: fit-content !important;*/
/*    flex-wrap: nowrap;*/
/*}*/

.swiper-slide{
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid #c2c2c2;
    height: auto !important;
    margin-bottom: 1px;
}

.promo_item{
    display: inline-block;
    position: relative;
}

.promo_image{
    width: 100%;
}

.promo_title{
    font-size: 2.6rem;
    font-weight: 600;
    padding: 2rem 3rem 5rem;
}

.mb_10rem{
    margin-bottom: 10rem;
}

.left_right{
    width: 42px;
}

.promo_cards{
    position: relative;
    display: flex;
    width: 100%;
    padding: 0 4rem;
    flex-wrap: wrap;
}

.promo_card1{
    position: relative;
    flex: 0 1 33%;
    padding: 1rem;
}

.promo_item1, .feedback_item1{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid #c2c2c2;
}

.feedback_item1{
    padding: 2.5rem;
}

.promo_image1{
    width: 100%;
}

.feedback_card{
    position: relative;
    display: block;
    border-radius: 1rem;
    overflow: hidden;
    /*border: 1px solid #c2c2c2;*/
    padding: 2.5rem;
    height: 100%;
}

.date_end{
    padding: 0.7rem 2rem;
    font-size: 2.1rem;
    background-color: #f0f0f0;
    border-radius: 0.5rem;
    white-space: nowrap;
    margin: 1rem 0;
}

.feedback_upper_div{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2.5rem;
}

.feedback_left_upper_block{
    display: flex;
}

.feedback_icon{
    margin-right: 2rem;
    width: 50px;
}

.feedback_name_block{
    position: relative;
}

.feedback_name{
    font-size: 1.8rem;
    font-weight: 600;
}

.feedback_date{
    font-size: 1.8rem;
    color: #999;
}

.feedback_stars{
    margin: 0;
}

.feedback_text{
    font-size: 1.8rem;
    font-weight: 600;
}

.map_block{
    position: relative;
    background-color: #f5f7f7;
}

.map_inner{
    position: relative;
    height: 60rem;
    overflow: hidden;
}

.ymap_container{
    width: 100%;
    max-width: 100%;
    height: inherit;
}

.contacts_container{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin-top: auto;
    margin-bottom: auto;
    padding-right: 5rem;
    padding-left: 5rem;
    z-index: 100;
}

.contacts_content{
    max-width: 39rem;
    width: 100%;
    height: 100%;
    border: 1px solid #c2c2c2;
    border-radius: 1rem;
    overflow: hidden;
}

.contacts_wrapper{
    padding: 3rem 4rem 2.5rem;
    background-color: #fff;
}

.contacts_header{
    font-weight: 600;
    font-size: 3.6rem;
    margin-bottom: 3rem;
}

.search_result_link{
    display: block;
    width: 100%;
    color: #fff;
    padding: 1rem 2rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-bottom: 1px solid #888;
}

.search_items{
    padding: 0 5rem;
    /*padding-bottom: 5rem;*/
}

.search_result_link_2{
    display: block;
    /*margin: 0 auto;*/
    padding: 1rem 0;
    font-size: 1.8rem;
    width: fit-content;
    text-align: center;
    font-weight: 600;
}

.policy_block{
    padding-bottom: 10rem;
}

.policy_inner_div{
    font-size: 1.8rem;
    font-weight: 500;
    padding: 0 5rem;
}

.icon_div{
    width: 16px;
    margin-right: 2rem;
}

.contacts_text_block{
    display: flex;
    margin-bottom: 2rem;
}

.contacts_span{
    display: block;
    white-space: nowrap;
    font-size: 1.8rem;
}

.contacts_phone{
    white-space: nowrap;
    font-weight: 600;
    font-size: 1.8rem;
}

.contacts_addr{
    display: block;
    font-weight: 600;
    font-size: 1.8rem;
}

.route_link{
    color: #0b76ef;
    text-decoration: underline;
}

.contacts_button{
    color: #fff;
    font-weight: 600;
    font-size: 1.8rem;
    text-align: center;
    padding: 1.5rem 0;
    cursor: pointer;
}

.nothing_found{
    font-size: 1.8rem;
    font-weight: 600;
    /*text-align: center;*/
}

.search_form_wrapper{
    position: relative;
    margin-left: 5rem;
    width: 100%;
    max-width: 640px;
    padding: 2rem;
    border-radius: 1rem;
    background-color: #f0f0f0;
    margin-bottom: 2rem;
}

.promo_text{
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 100rem;
}

.promo_big_image{
    width: 100%;
    padding: 5rem 0 0 0;
}

.inline_form_content{
    padding: 3.5rem 2rem 3rem;
    background-color: var(--color-mintsmoke);
    margin: 0;
    border-radius: 1rem;
}

.inline_form_inner{
    position: relative;
}

.inline_form{
    margin: 0;
}

.inline_form_fields, .inline_form_fields_1{
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3,1fr);
}

.inline_form_field{
    position: relative;
}

.inline_form_label{
    display: block;
    margin-bottom: .8rem;
    color: var(--color-gray);
}

.sup_red{
    color: #ff3131;
}

.inline_form_input{
    line-height: normal;
    box-shadow: none;
    height: 4.8rem;
    padding: 0 1.5rem;
    font-weight: 600;
    width: 100%;
    color: var(--color-onyx);
    background-color: var(--color-white);
    border: .1rem solid var(--color-grey2);
    border-radius: .2rem;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.inline_form_button, .form_button{
    margin-top: 2.8rem;
    width: 100%;
    height: 4.8rem;
    border-radius: .2rem;
    -webkit-appearance: button;
    text-transform: none;
    position: relative;
    display: inline-grid;
    place-content: center;
    max-width: 100%;
    padding: 0 4.5rem;
    overflow: hidden;
    color: var(--color-primary-text);
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2.4rem;
    letter-spacing: -.01em;
    white-space: nowrap;
    text-align: center;
    background-color: #ff3131;
    border: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: color .3s ease,background-color .3s ease,border-color .3s ease;
}

.form_button{
    margin: 0;
}

.flex_end{
    display: flex;
    align-items: flex-end;
}

.form_header{
    color: var(--color-text);
    font-weight: 600;
    line-height: 1.2;
    font-size: 3.6rem;
    padding: 2.5rem 0;
}

.note_text{
    font-style: italic;
    color: #8c8c8c;
}

.inline_form_footer{
    margin-top: 2.2rem;
    font-size: 1.24rem;
    color: var(--color-gray);
}

.link_decor, .link_decor:hover{
    text-decoration: underline;
    color: var(--color-gray);
}

.service_block{
    padding: 0 5rem;
    display: flex;
}

.service_menu_block{
    position: relative;
    min-width: 380px;
    padding-bottom: 10rem;
}

.service_main_block{
    position: relative;
    flex: 0 1 100%;
    max-width: 1000px;
    padding-left: 5rem;
}

.service_menu_item, .service_menu_service_item{
    display: block;
    background-color: var(--color-mintsmoke);
    border-bottom: 1px solid #d5d5d5;
    border-left: 2px solid var(--color-mintsmoke);
    padding: 2.5rem 1.4rem 2.5rem 1.3rem;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 1.8rem;
    font-weight: 600;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    word-break: keep-all;
}

.service_menu_item:first-child{
    border-top: 1px solid #d5d5d5;
}

.service_menu_service_item{
    font-weight: 500;
    font-size: 1.4rem;
    opacity: .8;
    background-color: var(--color-lightblue2);
    padding: 1.5rem 1.4rem 1.5rem 1.3rem;
}

.service_menu_item_active{
    border-left: 2px solid #ff3131;
    background-color: var(--color-mintsmoke);
}

.service_small_header{
    color: var(--color-text);
    font-weight: 600;
    line-height: 1.2;
    font-size: 3.6rem;
    padding: 0 0 2.5rem 0;
}

.service_price_block{
    position: relative;
    padding: 2.5rem 2rem;
    width: 100%;
    background-color: var(--color-mintsmoke);
    border-radius: 1rem;
    margin-bottom: 1rem;
}

.service_price_block_inner{
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.service_price_title{
    flex: 0 1 50%;
    padding-right: 2rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 2.2rem;
    font-weight: 600;
}

.service_price_price{
    flex: 0 1 30%;
    font-size: 2.2rem;
    font-weight: 600;
}

.service_price_button_block{
    position: relative;
    flex: 0 1 20%;
    padding-left: 2rem;
}

.service_models_block{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 0 9rem;
}

.model_name_link{
    border-bottom: 1px solid #c2c2c2;
    display: block;
    padding: 1.2rem 1.5rem;
    font-size: 1.8rem;
}

.advantages_container{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 2rem;
    padding-bottom: 10rem;
}

.advantages_card_2{
    flex: 0 1 50%;
    padding-right: 3rem;
    padding-bottom: 3rem;
}

.price_btn{
    text-decoration: none;
}

.aside-popup_title{
    margin-bottom: 1em;
    font-weight: 600;
    font-size: 2.6rem;
    line-height: 1.2;
}

.aside-popup_form{
    display: block;
    position: relative;
    width: 100%;
}

.form_field{
    position: relative;
    width: 100%;
    margin-bottom: 2.5rem;
}

.is_danger, .is_success{
    display: block;
    padding: .5rem 0;
    color: var(--color-red);
    font-size: 1.2rem;
}

.is_success{
    color: var(--success);
}

.form_label{
    margin-bottom: 1rem;
    display: block;
}

.form_textarea{
    padding: 1.5rem;
    width: 100%;
    color: var(--color-onyx) !important;
    background-color: var(--color-white) !important;
    border: .1rem solid var(--color-grey2) !important;
    border-radius: .2rem !important;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: inherit;
    overflow: auto;
    resize: none;
    margin: 0;
}

.page_404{
    color: var(--color-text);
    font-weight: 600;
    line-height: 1.2;
    font-size: 3.6rem;
    padding: 0 5rem;
}

.blur{
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
}

.pt_0{
    padding-top: 0 !important;
}

/*------------------- menu burger ------------------- */

.menu_burger{
    display: block;
    position: relative;
    width: 28px;
    height: 22px;
    transition: transform 0.2s ease;
    cursor: pointer;
}
/*.menu_burger:hover{*/
/*    transform: scale(1.1);*/
/*}*/
.menu_burger::before, .menu_burger::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    background-color: #212121;
    transition: transform 0.2s ease, top 0.2s ease, bottom 0.2s ease;
}
.menu_burger::before{
    top: 0;
}
.menu_burger::after{
    bottom: 0;
}
.menu_burger span{
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    top: 12px;
    background-color: #212121;
    transition: transform 0.2s ease;
}
.menu_burger.active::before{
    transform: rotate(45deg);
    top: 8px;
}
.menu_burger.active::after {
    transform: rotate(-45deg);
    bottom: 10px;
}
/*.menu_burger.active span{*/
/*    transform: scale(0);*/
/*}*/

/*------------------- end menu burger ------------------- */

.mobile_header_1{
    flex: 0 1 100%;
}

.mobile_logo_wrapper{
    position: relative;
    display: flex;
}

.mobile_logo_img{
    width: 120px;
    margin-left: 5rem;
}

.mobile_header_2{
    flex: 1 0 350px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2rem;
}

.mobile_address_span{
    font-size: 1.3rem;
}

.mobile_header_3{
    flex: 1 0 200px;
    text-align: center;
    font-size: 1.3rem;
}

.mobile_header_4{
    flex: 1 0 66px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile_menu{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /*max-width: 500px;*/
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 7rem 2rem 2rem 2rem;
    background-color: #fff;
    color: var(--color-text);
    transform: translateX(-100%);
    transition: all 0.2s ease;
    z-index: 140;
}

.mobile_menu_inner{
    position: relative;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}

.mobile_menu_item{
    display: block;
    width: 100%;
    border-bottom: 1px solid #c2c2c2;
    padding: 2rem 0;
    font-weight: 600;
    font-size: 2.2rem;
}

.inline_form_success, .inline_form_error{
    min-height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.input_error{
    border: 1px solid var(--color-red);
}

@media screen and (max-width: 1700px){
    .service_cards_div, .service_cards_div_2 {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .service_card:nth-child(9){
        display: none;
    }
    .service_card:nth-child(10){
        display: none;
    }
    .service_card:nth-child(11){
        display: none;
    }
    .service_card:nth-child(12){
        display: none;
    }
    .service_card:nth-child(13){
        display: none;
    }
    .service_card:nth-child(14){
        display: none;
    }
    .service_cards_div{
        grid-template-rows: 330px 330px;
    }
    .service_cards_div_2{
        grid-template-rows: 420px 420px 420px;
    }
}

@media screen and (max-width: 1400px) {
    .promo_card1{
        flex: 0 1 50%;
    }
    .advantages_header_text{
        padding-left: 2rem;
    }
    .header_bottom_menu_part{
        padding-right: 2rem;
    }
    .menu_item{
        margin-left: 0;
    }
    .bottom_menu{
        margin-left: 2rem;
    }
    .service_cards_div, .service_cards_div_2 {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .service_cards_div{
        grid-template-rows: 330px 330px 330px;
    }
    .service_cards_div_2{
        grid-template-rows: 420px 420px 420px 420px;
    }
}

@media screen and (max-width: 1280px) {
    .content{
        padding-top: 5rem;
    }
    .service_price_price {
        flex: 0 1 20%;
    }
    .service_price_button_block{
        flex: 0 1 30%;
    }
    .desktop_header{
        display: none;
    }
    .mobile_header{
        display: flex;
        position: fixed;
        width: 100%;
        top: 0;
        height: 5rem;
        justify-content: space-between;
        align-items: center;
        background-color: #f0f0f0;
        border-bottom: 1px solid #acacac;
        z-index: 150;
    }
    .advantages{
        grid-auto-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .service_price_block{
        padding: 1rem 2rem;
    }
    .service_price_block_inner{
        flex-direction: column;
    }
    .price_btn{
        width: 220px;
        margin-top: 1rem;
    }
    .inline_form_fields_1{
        grid-template-columns: repeat(1,1fr);
    }
    .upper_block_h1_div{
        padding-top: 7rem;
    }
    .service_price_title{
        padding-right: 0;
    }
    .service_price_button_block{
        padding-left: 0;
    }
}


@media screen and (max-width: 1100px) {
    .inline_form_fields_1{
        grid-template-columns: initial;
    }
    .service_block{
        padding: 0 2rem;
    }
    .service_main_block{
        padding-left: 2rem;
    }
    .service_card:nth-child(4){
        display: none;
    }
    .service_card:nth-child(5){
        display: none;
    }
    .service_card:nth-child(6){
        display: none;
    }
    .service_card:nth-child(7){
        display: none;
    }
    .service_card:nth-child(8){
        display: none;
    }
    .service_card:nth-child(9){
        display: none;
    }
    .service_cards_div{
        grid-template-rows: 330px;
    }
    h1, .h1{
        font-size: 4rem;
    }
    .zagolovok_span{
        font-size: 3.3rem;
    }
    .upper_block_h1_div{
        padding-top: 9rem;
    }
    .zagolovok_goto_span {
        font-size: 2rem;
    }
    .service_cards_div_2{
        grid-template-rows: auto;
    }
    .service_card_2{
        height: auto;
    }
    .service_card_items_container{
        height: auto;
    }
    .promo_text{
        padding: 0 5rem;
    }
}

@media screen and (max-width: 970px) {
    .service_menu_block{
        display: none;
    }
    .service_main_block{
        padding-left: 0;
    }
    .service_block{
        padding: 0 5rem;
    }
}

@media screen and (max-width: 900px) {
    .advantages_text_block{
        flex-direction: column;
    }
    .advantages_header {
        font-size: 3rem;
        max-width: initial;
        width: 100%;
    }
    .advantages_header_text{
        padding-left: 0;
        padding-top: 3rem;
    }
    .span_red {
        font-size: 3rem;
    }
    .advantages_text_block{
        padding-top: 0;
    }
    .map_block{
        background-color: #fff;
    }
    .contacts_container{
        position: relative;
        width: 100%;
    }
    .contacts_content{
        max-width: initial;
        border: 0;
        border-radius: 0;
        padding-bottom: 2rem;
    }
    .contacts_wrapper{
        padding: 0;
    }
    .contacts_header{
        margin-bottom: 1rem;
    }
    .map_inner{
        height: 80rem;
    }
    .footer_menu_part{
        position: relative;
    }
    .footer_menu{
        margin-bottom: 14rem;
    }
    .bottom_menu{
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 100%;
        margin-left: 0;
        padding-top: 3rem;
    }
    .menu_item_bottom{
        margin-left: 0;
        padding: 0.6rem;
    }
    .footer_middle_part{
        flex-direction: column;
    }
}

@media screen and (max-width: 820px) {
    .mobile_header_2, .mobile_header_3{
        display: none;
    }
    .mobile_header_5, .mobile_header_6{
        flex: 1 0 46px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width: 780px) {
    .promo_card1{
        flex: 0 1 100%;
    }
    .service_cards_div, .service_cards_div_2 {
        grid-template-columns: 1fr 1fr;
    }
    .service_card:nth-child(3){
        display: none;
    }
    .search_form{
        padding-right: 5rem;
        width: 100%;
    }
    .service_models_block{
        gap: 0 3rem;
    }
    .inline_form_fields{
        grid-template-columns: repeat(1,1fr);
    }
    .breadcrumbs {
        margin: 1.5rem 0 2.5rem;
    }
    .zagolovok{
        padding-bottom: 2rem;
    }
    .contacts_header{
        font-size: 3.3rem;
    }
    .service_small_header{
        font-size: 2.8rem;
    }
    .page_404{
        font-size: 2.6rem;
    }
    .search_form_wrapper{
        margin: 0;
        margin-bottom: 2rem;
        width: 100%;
        max-width: initial;
        border-radius: 0;
    }
    .footer_middle_part{
        padding-bottom: 0;
    }
}

@media screen and (max-width: 680px) {
    .inline_form_fields{
        grid-template-columns: initial;
    }
    /*.mobile_header_2, .mobile_header_3{*/
    /*    display: none;*/
    /*}*/
    /*.mobile_header_5, .mobile_header_6{*/
    /*    flex: 1 0 46px;*/
    /*    display: flex;*/
    /*    align-items: center;*/
    /*    justify-content: center;*/
    /*}*/
    .service_cards_div{
        display: block;
    }
    .service_card_hide{
        display: none;
    }
    .service_card{
        height: auto;
    }
    .service_card:nth-child(3){
        display: block;
    }
    .service_card:nth-child(4){
        display: block;
    }
    .service_card:nth-child(5){
        display: block;
    }
    .service_card:nth-child(6){
        display: block;
    }
    .service_card:nth-child(7){
        display: block;
    }
    .service_card:nth-child(8){
        display: block;
    }
    .service_card:nth-child(9){
        display: block;
    }
    .service_card:nth-child(10){
        display: block;
    }
    .service_card:nth-child(11){
        display: block;
    }
    .service_card:nth-child(12){
        display: block;
    }
    .service_card:nth-child(13){
        display: block;
    }
    .service_card:nth-child(14){
        display: block;
    }
    .service_change_font_size{
        font-size: 1.8rem !important;
    }
    .upper_block_h1_div{
        padding: 4rem 2rem 0 2rem;
    }
    .upper_block_text{
        padding: 2rem 2rem 0 2rem;
    }
    .search_form{
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .home_upper_block{
        min-height: 490px;
    }
    .zagolovok{
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .advantages_block, .actions_block, .feedback_block, .search_block, .services_block{
        padding-bottom: 6rem;
    }
    .swiper1, .swiper2 {
        padding: 0 2rem;
    }
    .service_cards_div_2{
        grid-template-columns: 1fr;
    }
    .service_card_image {
        width: 250px;
        display: block;
        margin: 0;
    }
    .breadcrumbs{
        padding: 0 2rem;
    }
    .pay_img{
        margin-right: 2rem;
    }
    .search_items {
        padding: 0 2rem;
        /* padding-bottom: 5rem; */
    }
    .footer_menu {
        padding: 0 2rem;
    }
    .footer_middle_part {
        padding: 4rem 2rem 3.5rem 2rem;
    }
    .footer_bottom_part {
        margin: 0 2rem;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
    }
    .policy_link{
        margin-left: 0;
    }
    .footer_middle_part{
        padding-bottom: 0;
    }
    .map_inner {
        height: 70rem;
    }
    .advantages_text_block{
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .advantages{
        padding: 0 2rem;
    }
    .contacts_container{
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .service_block{
        padding: 0 2rem;
    }
    .promo_cards{
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .promo_card1{
        padding-left: 0;
        padding-right: 0;
    }
    .promo_text{
        padding: 0 2rem;
    }
    .page_404{
        padding: 0 2rem;
    }
    .aside-popup-window{
        width: 100%;
    }
    .aside-popup-window-body{
        padding: 5rem 2rem 3.5rem 2rem;
    }
    .mobile_logo_img{
        margin-left: 2rem;
    }
}

@media screen and (max-width: 480px) {
    h1, .h1 {
        font-size: 3rem;
    }
    .upper_block_text{
        font-size: 1.5rem;
    }
    .home_upper_block {
        min-height: 420px;
    }
    .zagolovok_span {
        font-size: 2.8rem;
    }
    .service_change_font_size {
        font-size: 1.5rem !important;
    }
    .zagolovok_goto_span {
        font-size: 1.4rem;
    }
    .arrow_right{
        width: 24px;
        transform: translateY(2px);
    }
    .advantages{
        gap: 2em 2em;
    }
    .service_price_button_block{
        position: relative;
    }
    .service_price_title, .service_price_price, .service_price_button_block{
        flex: initial;
        width: 100%;
        text-align: center;
    }
    .price_btn{
        width: 100%;
    }
    .service_models_block {
        gap: 0 1rem;
    }
    .service_models_block {
        grid-template-columns: repeat(2,1fr);
        gap: 0 2rem;
    }
    .advantages_card_2 {
        flex: 0 1 100%;
        padding-right: 0;
        padding-bottom: 3rem;
    }
    .advantages {
        grid-auto-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr;
    }
    .feedback_upper_div{
        flex-direction: column;
    }
    .feedback_left_upper_block{
        width: 100%;
    }
    .feedback_stars {
        display: block;
        margin-top: 2rem;
    }
    .feedback_stars {
        align-self: end;
    }
    .logo_img {
        height: auto;
        width: 120px;
    }
    .feedback_name_block {
        height: fit-content;
    }
}

@media screen and (max-width: 380px) {
    h1, .h1 {
        font-size: 2.6rem;
    }
    .zagolovok_span {
        font-size: 2.4rem;
    }
    .promo_title {
        font-size: 2.2rem;
        font-weight: 600;
        padding: 1rem 1rem 5rem;
    }
    .span_red {
        font-size: 2.4rem;
    }
    .advantages_header {
        font-size: 2.4rem;
    }
    .contacts_header {
        font-size: 2.4rem;
    }
    .header_info_span {
        font-size: 1.4rem;
    }
    .adv_card_text {
        font-size: inherit;
    }
    .feedback_stars {
        margin-top: 3rem;
    }
    .service_main_block{
        width: 100%;
    }
    .service_small_header {
        font-size: 2.2rem;
    }
    .service_price_title{
        font-size: 1.8rem;
    }
    .form_header{
        font-size: 2.4rem;
    }
    .feedback_text {
        font-size: 1.4rem;
    }
}