body {
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    color: #333333;
}

a {
    text-decoration: none;
    /*color: #f9c95a;*/
}
a:hover {
    /*color: #fbb70f;*/
}
.bg-yellow {
    /*желтый*/
    background-color: #f9c95a;
    /*#48a2a2 бирюзовый*/
}

/*---------------  HEADER  ----------------*/
.bg-turquoise {
    background-color: #a9e1e1;
}
a.header_logo_link {
    font-size: 1.2rem;
    font-weight: 800;
    text-decoration: none;
    color: #000;
}
header a {
    color: #000;
    text-decoration: underline;
}
header a:hover {
    color: #000;
}

header.text-white a,
header.text-white a:hover {
    color: #FFF;
}
header span.company_name {
    margin-left: 10px;
    font-size: 38px;
    line-height: 28px;
}
header span.company_description {
    margin-left: 10px;
    font-size: 10px;
    font-weight: normal;
}
.header_logo_img {
    width: 100px;
}

.header_phone{
    font-size: 21px;
    font-weight: bold;
    line-height: 21px;
    color: #333333;
    padding-bottom: 20px;
}
.header_phone:hover{
    text-decoration: underline;
}

.header_contacts > ul {
    list-style-type: none;
    padding-left: 0;
}
.header_contacts li {
    display: inline-block;
    padding-right: 10px;
}

.header_contacts li i.fa-brands {
    font-size: larger;
}
.header_contacts li i.fa-whatsapp {
    color: #2f9e03;
}
.header_contacts li i.fa-telegram {
    color: #003fca;
}

.header_service {
    font-size: smaller;
    font-weight: bold;
}

.header_social_network {
    text-align: center;
}

.header_social_network > ul {
    list-style-type: none;
    padding-left: 0;
}
.header_social_network li {
    display: inline-block;
    padding-right: 10px;
    font-size: 1.8rem;
}
.header_social_network li i.fa-youtube{
    color: #ff0303;
}
.header_social_network li a:hover i.fa-youtube{
    color: #e40202;
}
.header_social_network li i.fa-vk{
    color: #1a38ff;
}
.header_social_network li a:hover i.fa-vk{
    color: #0331a5;
}

.header_hot_links > ul {
    list-style-type: none;
    padding-left: 0;
}
.header_hot_links li > a {
    text-decoration: underline;
    font-size: 16px;
    font-weight: bold;
}
.header_hot_links li > a.btn {
    text-decoration: none;
    width: 60%;
}
.header_region > a{
    font-size: smaller;
}

/*---------------  MENU  ---------------*/
.sticky-offset {
    top: 124px;
}
.main-navbar {
    padding: 0;
}
.main-navbar li.nav-item {
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.bg-turquoise li.nav-item:hover {
    background-color: #a9e1e1;
}
.bg-turquoise .dropdown-menu {
    border-style: none;
}
.bg-turquoise .dropdown-item:focus,
.bg-turquoise .dropdown-item:hover {
    background-color: #6ecccc;
}

.bg-yellow li.nav-item:hover {
    background-color: #fab71d;
}
.bg-yellow .dropdown-menu {
    border-style: none;
}
.bg-yellow .dropdown-item:focus,
.bg-yellow .dropdown-item:hover {
    background-color: #fab71d;
}

ul.dropdown-menu.bg-turquoise,
ul.dropdown-menu.bg-yellow {
    border-radius: 0 5px 5px 5px;
    padding-top: 0;
}
#navbarsAiwaMain a.nav-link,
#navbarsAiwaMain a.dropdown-item {
    color: #000;
    text-decoration: underline;
}
.bg-turquoise #navbarsAiwaMain li.nav-item:hover
{
    background-color: #39f1f1;
}

.bg-yellow #navbarsAiwaMain li.nav-item:hover
{
    background-color: #fab71d;
}

.show-hover:hover .dropdown-menu {
    display: block;
}

.show-hover~.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
/*---------------  SLIDER  ----------------*/
.wrap-slider {
    position: relative;
    height: 550px;
    overflow: hidden;
}
.single-items div.item {
    height: 550px;
    position: relative;
}
.wrap-slider .right-block {
    background-color: #f2f2f2a6;
    border-radius: 8px;
    position: absolute;
    top: 40px;
    padding: 34px 37px;
    right: 6%;
    width: auto;
    height: auto;
}

/*---------------  ORDER FORM  ----------------*/
.top-form {
    position: absolute;
    top: 40px;
    left: 6%;
    padding: 34px 37px;
    background: #fff;
    border-radius: 8px;
    z-index: 1;
    width: 400px;
}

/*---------------  HORIZON MENU FOR SELECT TYPE_CAR AND VENDOR  ---------------*/
div.wrap_links {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #C7C6C6;
}
.wrap_links.dropdown_selector {
    display: none;
}
div.wrap_links > a.link {
    font-weight: 600;
    cursor: default;
    padding: 18px;
    color: #000;
    font-size: larger;
}
div.wrap_links > a.link:hover {
    background-color: #ECF0F9;
}
div.wrap_links > a.active {
    border-bottom: 2px solid #446ACA;
}
/*---------------  LEFT FILTER MENU  ---------------*/
.wrap-left-widget {
    border: 1px solid #C7C6C6;
    border-radius: 10px;
    margin-bottom: 40px;
}
.wrap-left-widget > div {
    border-bottom: 1px solid #C7C6C6;
}
.wrap-left-widget > div:last-child {
    border-bottom-style: none;
}
.wrap-left-widget > div.header-left-widget {
    font-weight: bold;
    font-size: larger;
    padding: 18px;
}
.wrap-left-widget > div.body-left-widget {
    /*padding: 20px;*/
}
.wrap-left-widget div.content-left-widget {
    padding: 20px;
}
.wrap-left-widget > div.body-left-widget ul {
    list-style-type: none;
    padding-left: 0;
}
.wrap-left-widget > div.body-left-widget li {

}
.wrap-left-widget > div.body-left-widget li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    color: #333;
    text-decoration: none;
    padding: 20px;
}
.wrap-left-widget > div.body-left-widget li a:hover {
    background-color: #ECF0F9;
}
.wrap-left-widget > div.body-left-widget li img{
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wrap-left-widget > div.body-left-widget li span.text_link{
     flex: 2;
}
.wrap-left-widget > div.body-left-widget li span.counter_link{

}

/*---------------  CARD CAR  ----------------*/
.card .card-image {
    width: 100%;
    /*background-color: #f2f2f2;*/
    height: 228px;
}
.card .card-image img{
    object-fit: scale-down;
    max-height: 228px;
}

.card-body a.card-link {
    display: block;
    color: #333;
    font-weight: bold;
}
.card-body a.card-link:hover {
    text-decoration: underline;
}
.card-body .card-detail {
    display: block;
    font-size: smaller;
}
.card-body .card-days {
    display: block;
    font-size: smaller;
    text-align: end;
}
.card-body .card-total-price {
    display: block;
    font-size: large;
    font-weight: bold;
    text-align: end;
}
.card-footer .card-price {
    font-weight: bold;
}
.card-footer .card-btn-text {
    font-size: 14px;
}


/*---------------  FOOTER  ----------------*/
footer {
    margin-top: 60px;
    background: #333333;
    padding: 60px 0 35px 0;
    color: #ffffff;
}

footer ul {
    list-style-type: none;
    padding-left: 0;
}
footer li a{
    color: #fff;
    font-weight: normal;
    line-height: 44px;
}
footer li a:hover {
    color: #fff;
    text-decoration: underline;
}
footer .footer_phone {
    font-size: 24px;
}
footer .footer_recall {
    margin: 20px 0;
}
footer .footer_service {
    font-size: smaller;
}
footer .text-copywriter {
    font-size: smaller;
}
footer .social_network {
    text-align: right;
}
footer .social_network .fa-brands{
    font-size: 29px;
    padding-left: 10px;
}
footer .social_network i.fa-youtube {
    color: #ff0303;
}
footer .social_network i.fa-youtube:hover {
    color: #e40202;
}

/*-------------  FORM   --------------*/
span.calendar-icon {
    position: absolute;
    top: 30px;
    right: 26px;
    display: block;
}
.d-relative-block {
    position: relative;
}
.width-65 {
    width: 65px;
}
.mt-66 {
    margin-top: .66em;
}

/*-------------  FAQ   --------------*/
.faq_answer {
    display: none;
}

/***/
.block-hover {

}
.block-hover:hover {
    background-color: #dfdfdf;
    cursor: pointer;
}
.text-underline {
    text-decoration: underline;
}
.contacts-wrap .fa-whatsapp {
    color: #2f9e03;
}
.contacts-wrap .fa-telegram {
    color: #003fca;
}

.contacts-wrap .fa-yandex-international {
    color: #ff0000;
}
.contacts-wrap .fa-google {
    color: #000000;
}

/*-------------  Tablet   --------------*/
@media (max-width: 1024px) {
    .d-none-tablet {
        display: none;
    }
}

.d-block-mobile {
    display: none;
}
/** Mobile */
@media (max-width: 768px) {
    .d-none-mobile {
        display: none;
    }

    .header_logo {

    }
    .header_logo .header_logo_link img{
        width: 60px;
    }
    .header_logo .header_logo_link .company_name{
        font-size: 23px;
        margin-bottom: 0;
    }
    .header_logo .header_logo_link .company_description{
        font-size: 6px;
    }
    .header_region {
        font-size: 12px;
    }

    .header_phone {
        display: none;
    }
    .header_contacts a {
        font-size: 20px;
    }
    .mobile-phone {
        font-size: 16px;
    }
    .header_contacts span {
        display: none;
    }

    .d-block-mobile {
        display: block;
    }
    .main-navbar {
        /*display: none;*/
    }
    .sticky-offset {
        top: 90px;
    }
    .wrap-slider {
        height: auto;
    }
    #navbarsAiwaMain .nav-item {
        width: 100%;
    }
    #navbarsAiwaMain .nav-item .dropdown-menu {
        display: block;
        padding-left: 20px;
        position: relative;
    }
    .top-form {
        position: relative;
        display: block;
        border: 1px solid #dfdfdf;
        border-radius: 5px;
        margin: 30px auto;
        left: auto;
        top: auto;
        width: 100%;
    }
    .wrap_links.menu_selector {
        display: none;
    }
    .wrap_links.dropdown_selector {
        display: block;
    }
    div.wrap_links.dropdown_selector {
        border-bottom-style: none;
    }
    .wrap_links.dropdown_selector select {
        width: 100%;
        /*height: 50px;*/
        font-size: 30px;
        padding: 0 20px;
        margin: 12px 0;
    }
}

/*-------------  Car page   --------------*/
.parameter {
    display: flex;
    border-bottom: 1px dotted #0a0e14;
    margin: 20px 0;
}

.parameter-title {
    flex: 1;
    background-color: #fff;
}

.parameter-value {
    flex: 1;
    text-align: right;
    background-color: #fff;
}
.parameter_main {
    display: flex;
}
.parameter_main > .car_main {
    flex: 1;
    background-color: #fff;
}
