body {
    min-height: 100vh !important;
}

.wrapper {
    min-height: 100vh !important;
}

.wrapper .cont_item {
    margin-top: 50px;
}

.catalog-list .autos_search_result_list__new {
    padding-left: 0;
    padding-right: 0;
    align-items: flex-start;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.autos_list_head h1 {
    margin-top: 45px !important;
}

.car-item {
    width: 32%;
    flex-flow: column nowrap;
    box-shadow: none;
    border: 1px solid #e8e8e8;
    margin-top: -1px;
    padding-bottom: 15px;
    box-sizing: border-box;
    overflow: hidden;
    min-height: 545px;
    margin-bottom: 0;
    min-width: 280px;
    padding: 3px;
    justify-content: flex-start;
    border-bottom: 0;
    align-self: baseline;
}

.car-in-grid__img {
    position: relative;
}

.gosprog-circle {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ff0000;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.gosprog-circle span {
    display: inline-block;
    vertical-align: top;
    color: #ffffff;
    font-size: 12px;
    margin-top: 12px;
}

.gosprog-circle span:last-child {
    font-size: 24px;
    margin-top: 8px;
}

.car_card_gosprogramm {
    position: relative;
    color: #ff0000;
    padding: 4px;
    text-align: left;
    padding-left: 15px;
    margin-top: 10px;
}

.car_card_gosprogramm:before {
    position: absolute;
    content: "";
    top: 8px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #ff0000;
}

.car_info_sale--flex {
    text-align: left;
    line-height: 20px;
    font-size: 12px;
    color: #828282;
}

.car_info_sale--flex .fake_button {
    border: 1px solid #000000;
    padding: 4px;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}

@media screen and (max-width: 1499px) {
    .car_info_sale--flex {
        flex-wrap: wrap;
    }
    .car_info_sale--flex .fake_button {
        width: 100%;
    }
    .car_info_sale--flex .car_info_sale {
        width: 100%;
        text-align: center;
        margin-bottom: 3px;
    }
}

@media screen and (max-width: 1499px) {
    .car-item {
        min-height: 480px;
    }
}

@media screen and (max-width: 968px) {
    .car-item {
        min-height: 440px;
    }
}

.car-item:nth-child(even) {
    margin-left: -1px;
    margin-right: -1px;
}

.car-item .car-card__sticker {
    position: relative;
    top: 0;
    left: 0;
}

.car-item .car-card__stock {
    position: relative;
    top: 0;
    left: 0;
}

.car-item .slider_on {
    width: 90%;
    margin: 0 auto;
    margin-top: 15px;
}

.car-item .car_info {
    margin-top: 15px;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
}

.car-item .car_info_title {
    position: relative;
    font-family: "HyundaiSansHead-Regular";
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #221e1f;
    margin-bottom: 5px;
    min-height: 52px;

}

.car-item .car_info_title .shipment{
font-size: 16px;
font-weight: 400;
}

.car_main_title .shipment{
    font-size: 23px;
    font-weight: 400;
    }

.car-item .car_info_more {
    font-family: "HyundaiSansHead-Regular";
    margin-bottom: 11px;
    font-size: 15px;
    line-height: 19px;
    color: #221e1f;
    min-height: 77px;

}

.car-item .car_info_price {
    font-family: "HyundaiSansHead-Regular";
    margin-right: 10px;
    position: relative;
    font-size: 24px;
    line-height: 24px;
    color: #122333;
    margin-bottom: 20px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}

.car_info_price_wr_t {
    position: relative;
}

.car_info_price .custom-tooltip__right {
    font-size: 14px;
}

.car-item .car_info_sale {
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    background-color: #faf700;
    padding-left: 15px;
    padding-right: 15px;
}


/*---item----*/

.car_main_title_cont {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
}

.car_main_title {
    font-weight: 300;
    font-size: 35px;
    line-height: 45px;
    color: #221e1f;
}

@media screen and (max-width: 443px) {
    .car_main_title {
        width: 100%;
        text-align: center;
    }
}

.car_main_title_text {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #221e1f;
}

.car_main_big_block {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
}

@media screen and (max-width: 845px) {
    .car_main_big_block {
        flex-wrap: wrap;
    }
}

.car_main_leftblock {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 66.6667%;
    max-width: 66.666667%;
}

.car_main_sidebar_right {
    width: 31%;
    margin-left: 10px;
    background-color: #f8f8f8;
    box-sizing: border-box;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

@media screen and (max-width: 845px) {
    .car_main_sidebar_right {
        order: 0;
        width: 97%;
    }
    .car_main_leftblock {
        order: 1;
        width: 97%;
        max-width: 97%;
        margin-left: 5px;
    }
    .car_main_sidebar_right {
        margin-left: 5px;
    }
}

.car_main_sidebar_right_price_block {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    border: 1px solid #e8e8e8;
    padding: 20px;
}

.car_main_sidebar_row {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 9px;
    margin-top: 10px;
    font-weight: bold;
}

.b_b {
    border-bottom: 1px dashed #e8e8e8;
}

.car_main_sidebar_text {
    width: 45%;
    font-size: 15px;
    line-height: 21px;
    color: #989898;
    text-align: left;
    position: relative;
}

.car_main_sidebar_text--plus {
    position: relative;
}

.car_main_sidebar_text--plus span {
    display: block;
    position: absolute;
    top: 15px;
    left: 0px;
    font-size: 12px;
    color: #05ace2;
}

.wrapper_text {
    width: 53%;
}

.text_plus--plus {
    width: 58%;
    line-height: 29px;
}

.text_plus--plus span {
    top: 15px;
    left: 0px;
    font-size: 12px;
    color: #05ace2;
}

.wrapper_text p {
    width: 100%;
}

.car_main_sidebar_text--plus {
    font-weight: 400;
}

.big_font {
    font-weight: bold;
}

.car_main_sidebar_row .car_main_sidebar_value {
    width: 45%;
    color: #05ace2;
    font-size: 14px;
    line-height: 19px;
    text-align: right;
    text-transform: none;
}
.auto_col{
 margin-top: -16px;
margin-bottom: 50px;
font-size: 12px;
color: #9f9b9b;
}

.car_main_sidebar_row .value_b {
    font-size: 20px;
    line-height: 20px;
    color: #222e1f;
}

.slider_onn {
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
}

.fotorama__wrap {
    margin: 0 auto;
}

.label_cont {
    width: 29%
}

@media (min-width: 1028px) and (max-width: 1499px) {
    .label_cont {
        width: 37%;
    }
}

@media (min-width: 845px) and (max-width: 1027px) {
    .label_cont {
        width: 45%;
    }
}

@media (min-width: 461px) and (max-width: 844px) {
    .label_cont {
        width: 27%;
    }
}

@media screen and (max-width: 461px) {
    .label_cont {
        width: 38%;
    }
}
.small_text_answer{
    color: #989898!important;
    font-size: 8px!important;
    line-height: 11px!important;
    margin-top: 7px;
}

.car_main_sidebar_label {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.car_main_sidebar_row .car_main_sidebar_value {
    width: 100%;
    margin-bottom: 4px;
}

.car_main_sidebar_label input {
    display: none;
}

.car_main_sidebar_label .checkbox {
    margin-right: 8px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #dcdcdc;
    min-width: 18px;
    width: 18px;
    height: 18px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background .12s ease;
    cursor: pointer;
}

.car_main_sidebar_label .checkbox svg {
    position: absolute;
    top: -1px;
    left: -1px;
}

.car_main_sidebar_label .checkbox svg path {
    opacity: 0;
    fill: #f1f8fa;
    stroke: #0e93cc;
    stroke-width: 1;
    transition: all .15s ease;
}

.car_main_sidebar_label input:checked+.checkbox svg polyline {
    stroke-dashoffset: 0;
}

.car_main_sidebar_label input:checked+.checkbox svg path {
    fill: #05ace2;
    stroke-dashoffset: 0;
    opacity: 1;
}

.car_main_sidebar_label input:disabled+.checkbox svg path {
    fill: #b5b5b5;
    stroke: #b5b5b5;
    opacity: 1;
}

.car_main_sidebar_label .checkbox svg polyline {
    fill: none;
    stroke: #fff;
    stroke-width: 1;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 18px;
    stroke-dashoffset: 18px;
    transition: all .3s ease;
}

.bottom_m {
    margin-bottom: 0;
    padding-bottom: 0;
}

.top_m {
    margin-top: 0;
    padding-top: 0;
}

.car_main_sidebar_tech_block {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    border: 1px solid #e8e8e8;
    padding: 20px;
    margin-top: 5px;
    padding-bottom: 0;
}

.car_tech_item {
    width: 33%;
    margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
    .car_tech_item {
        width: 50%;
    }
}

.car_tech_item_img {
    width: 60px;
    height: 60px;
    border: 1px solid #e8e8e8;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.car_tech_item_img img {
    height: 60%;
}

.car_tech_item_img--small img {
    width: 70%;
    height: auto;
}

.car_tech_item_title {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 11px;
    color: #999999;
    text-transform: uppercase;
}

.car_tech_item_text {
    font-size: 13px;
    line-height: 16px;
}

.order-transport__info-item-ico-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.btn-filter {
    overflow: hidden !important;
    border: 1px solid #e8e8e8;
}

.custom-tooltip {
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #b5b5b5;
    color: #ffffff;
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 15px;
    cursor: pointer;
    background-color: #b5b5b5;
}

.custom-tooltip__left {
    left: -25px;
    top: 0;
    right: unset;
    line-height: 20px;
}

.custom-tooltip__right {
    right: -20px;
    top: 0;
    left: unset;
}

.window_info {
    display: none;
    position: absolute;
    width: 180px;
    height: auto;
    background-color: #ffffff;
    font-size: 13px;
    font-weight: 200;
    border: 1px solid #888;
    padding: 5px;
    transition: 0.5s;
    z-index: 7;
    text-align: left;
    color: #888;
}

.window_info strong {
    font-weight: bold;
}

.custom-tooltip:hover>.window_info {
    display: block;
}

.window_info::before {
    content: "";
    position: absolute;
    border: 7px solid transparent;
}

.window_info__left::before {
    border-left: 7px solid gray;
    right: -15px;
    top: 8px;
}

.window_info__left {
    left: -190px;
    top: -50%;
}

.window_info__right {
    right: -190px;
    top: -50%;
}

.custom-tooltip--top50 .window_info {
    top: -290px;
}

.custom-tooltip--top50 .window_info::before {
    top: 290px;
}

.window_info__right::before {
    border-right: 7px solid gray;
    left: -15px;
    top: 8px;
}

.wrapper_label {
    position: relative;
}


/*bread*/

.breadcrumbs {
    text-align: left;
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 20px;
    white-space: nowrap;
    margin-left: 10px;
    padding-top: 3px;
}

@media screen and (max-width: 1243px) {
    .breadcrumbs {
        margin-bottom: 40px;
        margin-top: 40px;
    }
}

.breadcrumbs_link {
    color: #05ace2;
    font-size: 14px;
    list-style: none;
}

.delimiter {
    color: #e4dcd3;
    font-size: 14px;
}

.b0m4 {
    margin: 0;
    display: inline-block;
    vertical-align: top;
    height: 16px;
    width: 16px;
    color: #999;
}

.model_br {
    color: #b5b5b5;
}

.fi-hub__open-button {
    display: block;
    width: 48%;
    padding: .65em .7em;
    font-size: 18px;
    font-family: Hyundai Sans Text, sans-serif;
    font-weight: 500;
    line-height: 27px;
    border: 1px solid transparent;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    min-height: 45px;
    padding-top: 9px;
    background-color: #e4dcd3;
    flex-grow: 1;
    color: #003a70;
}


/*комплектация*/

.car_main_info_bottom {
    position: relative;
    margin-top: 30px;
    width: 100%;
    text-align: left;
}

.car_main_info_content_container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
    box-sizing: border-box;
    font-family: "HyundaiSansHead-Regular";
    position: relative;
}

.car_main_info_titles {
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 8px;
    border-bottom: 3px solid #d6d6d6;
    margin-bottom: 30px;
}

.car_main_info_title {
    cursor: pointer;
    margin-right: 60px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    position: relative;
}

@media screen and (max-width: 570px) {
    .car_main_info_title {
        margin-right: 13px;
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
    }
}

.car_main_info_title--act::before {
    position: absolute;
    content: "";
    bottom: -11px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #221e1f;
    transition: 0.5s;
}

.car_main_info_block_title {
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 14px;
}

.car_main_info_row {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.car_main_info_block {
    width: 49%;
    margin-bottom: 25px;
    padding-left: 5px;
}

@media screen and (max-width: 996px) {
    .car_main_info_block {
        width: 99%;
    }
}

.car_main_info_options {
    width: 100%;
    margin: 0;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: #221e1f;
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 0;
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid #e8e8e8;
}

.car_main_info_options:first-child {
    border-top: 1px solid #e8e8e8;
}

.car_main_info_list {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.car_main_info_content {
    display: none;
    width: 100%;
}

.car_main_info_content--act {
    display: block;
    transition: 0.5s;
}

.car-detail__tech-info-more {
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
    background: #002c5f;
    position: absolute;
    left: 0;
    bottom: 2px;
    z-index: 2;
    cursor: pointer;
    height: 30px;
    color: #ffffff;
}

@media screen and (max-width: 570px) {
    .car-detail__tech-info-more {
        bottom: 27px;
        z-index: 7;
    }
}

.car-detail__tech-info-more span,
.car-detail__tech-info-more svg {
    display: inline-block;
    fill: currentColor;
    height: 1em;
    vertical-align: text-bottom;
    margin-right: 5px;
}

svg:not(:root) {
    overflow: hidden;
}

.text-center {
    text-align: center !important;
}

.hide_all {
    height: 288px;
    overflow: hidden;
}

.btn--fill_white {
    color: #113a70;
    background-color: #ffffff;
    border: 1px solid #113a70 !important;
}

.car_main_sidebar_right_order-block {
    border: 1px solid #e8e8e8;
    width: 100%;
    margin-top: 5px;
    padding: 20px;
    font-family: "HyundaiSansHead-Regular";
    color: #6a6868;
    font-size: 16px;
}

.lr-table__line-input input,
.lr-table__line-input textarea {
    border: 1px solid #DCDCDC;
    box-sizing: border-box;
    border-radius: 4px;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    padding: 10px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    -moz-appearance: textfield;
}

.input_pay {
    width: 100%;
    height: 38px;
    padding: 0 10px;
    background: #fff;
    border: 1px solid #bcbcbc;
    color: #6a6868;
}

.input_pay::-webkit-input-placeholder {
    line-height: 40px;
}

.input_pay::-moz-placeholder {
    line-height: 40px;
}

.input_pay:-ms-input-placeholder {
    line-height: 40px;
}

.input_pay::-ms-input-placeholder {
    line-height: 40px;
}

.input_pay::placeholder {
    line-height: 40px;
}

.label_pay {
    width: 100%;
}

.car_main_sidebar_row--title {
    font-size: 18px;
}

.car_main_sidebar_label--parvila span {
    text-align: left;
    margin-left: 15px;
    color: #989898;
}

.car_main_sidebar_label--parvila span a {
    color: #05ace2;
}

.car_main_sidebar_row--small {
    text-align: left;
    font-size: 12px;
}

.text_pravila_cont {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    margin-top: 85px;
    text-align: left;
    padding-bottom: 20px;
}

.text_pravila_cont .p1 {
    padding-left: 15px;
}

.text_pravila_cont ul {
    padding-left: 15px;
}

.text_pravila_cont li {
    padding-left: 15px;
    line-height: 1.4rem;
    font-size: 1rem;
}

.text_pravila_cont h3 {
    font-weight: 400;
    font-size: 25px;
    line-height: 35px;
    color: #221e1f;
    margin-left: -10px;
    margin-bottom: 8px;
    text-align: center;
}

.text_pravila_cont p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
    color: #221e1f;
}

.text_pravila_cont a {
    color: #113a70;
    margin-top: 15px;
    padding-bottom: 15px;
}

.d-none {
    display: none;
}


/*ссылка уютьюб*/

.link_y {
    position: relative;
    display: block;
   margin-top: 13px;
    right: 0;
    width: 35px;
    height: 20px;
}
.link_y_y{
    margin-top: -15px;
}
.fl{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    margin-top: 15px;
  }
.flimg{
    width: 35px;
    margin-top: -10px;
}
.flspan{
        margin-left: 15px;
        display: block;
        font-size: 11px;
        margin-bottom: 14px;
        line-height: 12px;
}

.link_y img {
    width: 100%;
}

.link_img {
    max-height: 320px;
    overflow: hidden;
    position: relative;
}

.text_pravila_cont .btn-pravila {
    width: 160px;
    padding-left: 45px;
    padding-right: 35px;
    line-height: 28px;
    background-color: transparent;
    border: 1px solid #c6bdbd;
    margin-bottom: 35px;
    box-sizing: border-box;
    padding-top: 7px;
    padding-bottom: 7px;
    display: block;
}

.car_main_sidebar_pay_list {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.car_main_sidebar_pay_item {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px dashed #c6bdbd;
}

.car_main_sidebar_pay_item svg {
    width: 30%;
}

.car_main_sidebar_pay_text {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
}

.car_main_sidebar_pay_item:last-child {
    border-bottom: none;
}

.modal-wrap,
.modal-wrap_check {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    z-index: 11111;
}

.modal-alert {
    position: absolute;
    top: 3vh;
    width: 100vw;
    max-width: 650px;
    background-color: #ffffff;
    min-height: 335px;
    position: relative;
    padding-top: 15px;
    margin: 0 auto;
    padding: 15px;
}

.d-none_a {
    display: none;
}

.title_alert {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
}

.text_alert {
    text-align: left;
    font-size: 16px;
}

.button-wrap {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    margin-top: 15px;
}

.btn_alert {
    width: 200px;
    height: 45px;
    background-color: #113a70;
    border: none;
    margin-left: 10px;
    margin-right: 10px;
    color: #ffffff;
    margin-bottom: 10px;
}

.modal-alert_check {
    min-height: unset;
}

.window_info__top {
    top: -94px;
    left: -154px;
}

.window_info__top::before {
    border-top: 7px solid gray;
    right: 10px;
    bottom: -15px;
}

.table_reverse {
    margin: 0 auto;
    width: 50%;
}

.catalog-list__reverse {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
}

.reversepay_title {
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 22px;
}

.reverse_text {
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 25px;
    line-height: 30px;
}

.catalog-list__reverse th {
    border: 2px solid gray;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
}

.catalog-list__reverse td {
    border: 2px solid gray;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-social {
    width: 270px!important;
    margin-left: 0px!important;
    margin-right: 15px;
  }

.footer-social > .footer-social-dz{
background-image: url(/media/img/oktan/dz.png);
background-size: 43%;
background-position-y: 5px;
background-position-x: 0px;
}
.footer-social > .footer-social-tg{
    background-image: url(/media/img/oktan/tg.png);
    background-size: 43%;
background-position-y: 5px;
background-position-x: 10px;
    }
    .footer-social > .footer-social-ok{
        background-image: url(/media/img/oktan/ok.png);
        background-size: 48%;
background-position-y: 5px;
background-position-x: 10px;
margin-left: -21px;
        }    



.title_type{
    background-color: #f7f8f8;
  min-height: 65px;
  width: 100%;
  z-index: 11;
  margin-top: 0px;
  padding-left: 30px;
  position: relative;
  padding-top: 18px;
  -webkit-box-shadow: 0px 7px 8px 0px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 0px 7px 8px 0px rgba(34, 60, 80, 0.2);
box-shadow: 0px 7px 8px 0px rgba(34, 60, 80, 0.2);
}     
.title_type p{
    color: #113a70;
    text-transform: uppercase;
    font-size: 30px;
    text-align: left;
}   

/*menu*/

.no-wrp{
    flex-wrap: nowrap!important;
    padding-top: 0px!important;
}

.backside-menu{
    min-width: 272px;
  padding: 35px;
}

.backside-menu .car_main_sidebar_label span{
    display: block;
    min-width: 70px;
    text-align: left;
    color: #113a70;

}

.cars-grid__item{
    margin-top: 30px;
    flex-direction: column;
    align-self: flex-end;
}

.backside-menu .car_main_sidebar_label input:checked + .checkbox svg path {
	fill: #113a70;
}

.backside-list{
    margin-bottom: 20px;
}


.backside-list p{
    text-align: left;
  font-size: 18px;
  font-weight: bolder;
  margin-bottom: 20px;
  margin-top: 20px;
}

.backside-menu .btn--fill{
    font-size: 16px;
    }
    #show-fill{
        display: none;
    }
    .fill-tp{
        display: none;
        position: absolute;
        margin-top: -30px;
        text-align: left;
        width: 100px;
        height: 30px;
        margin-left: -210px;
        cursor: pointer;
    }
    .support-service-m{
        display: none!important;
    }
.frm-o{
    height: 0px;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  background: transparent!important;
  padding-top: 70px;
}
.asr-o{
    margin-top: -90px;
}

.lst-n{
    margin-right: 0!important;
    margin-left: 0!important;
    width: 80%;
    padding-top: 40px!important;
    padding-bottom: 40px!important;
   
}

.lst-nn{
    justify-content: space-between!important;
    flex-wrap: nowrap!important;
  
}

.backside-menu .car_main_sidebar_label span{
    min-width: 110px!important;
}

.slt-mob{
    display: none;
}



        @media screen and (max-width: 520px) {
        #show-fill{
            display: block;
       }
       .slt-mob{
        display: block;
    }
    .slt-desk{
       display: none;
    }


.backside-menu{
    display: none;
    min-width: 260px;
    position: relative;
  margin-left: 135px;
}
.fill-tp{
    display: block;
}
.fill-tp::after{
    width: 50px;
    height: 30px;
    position: relative;
    background-image: url(/media/img/oktan/filter.png); 
    margin-top: -30px;
    
   }
   .fill-tp-m{
    margin-left: 0;
   }

.lst-n{
    width: 100%!important;
}

    }

    /*price*/
    .price_n{
        text-decoration: line-through;
        color: #888;
        font-size: 17px;
    }


    /*футер*/

    .footer-social{
        margin-bottom: 15px;
    }
    .container-foot{
        display: flex;
        flex-flow: row wrap;
    }
    .foot-two{
        display: flex;
        flex-flow: column nowrap;
        color: #ffffff;
        margin-top: 30px;
        font-family: HyundaiSansHead-Regular;
    }
    .foot-two-cont{
        display: flex;
        flex-flow: row wrap;
    }

    .foot-two-list{
        display: flex;
        flex-flow: column nowrap;
        margin-right: 15px;
        margin-top: 20px;
    }

    .foot-two-p{
        padding: 4px;
    }
    .foot-two-item-b{
        font-weight: 900;
    }

 

    .foot-two-list h4{
        margin: 4px;
        font-weight: 900;

    }
    .foot-two-item{
        margin: 4px;
    }

    @media screen and (max-width: 902px) {
        .container-foot{
            justify-content: center;
        }
        .foot-two{
            align-items: center;
        }

        .foot-two-cont{
            justify-content: center;
        }
        .foot-two-list{
            width: 305px;
        }
    }


    .cont_butt_share{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    }

    .cont_butt_share a {
        width: 100%;
    }

           .share-container {
            position: relative;
        }

        .share-btn {
            margin-left: 3px;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 48px;
            height: 51px;
            background-color: #ffffff;
            color: #113a70;
            border: 1px solid #113a70;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }

         .share-btn-item{
            margin-left: 0;
            height: 47px;
         }
        .share-btn:hover {
           
            opacity: 60%;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
        }

        .share-btn i {
            font-size: 20px;
        }

        .share_img{
            transform: rotate(180deg);
        }
        .share-dropdown {
            position: absolute;
            bottom: 100%;
            left: 50%;
            transform: translateX(-50%);
            background: white;
            border-radius: 12px;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
            padding: 15px;
            margin-bottom: 15px;
            width: 220px;
            z-index: 100;
            opacity: 0;
            visibility: hidden;
            transform: translate(-50%, 10px);
            transition: all 0.3s ease;
        }

        .share-dropdown.active {
            opacity: 1;
            visibility: visible;
            transform: translate(-80%, 0);
        }

        .share-dropdown::after {
            content: '';
            position: absolute;
            top: 100%;
            left: 80%;
            transform: translateX(-50%);
            border-width: 10px;
            border-style: solid;
            border-color: white transparent transparent transparent;
        }

        .share-item {
            display: flex;
            align-items: center;
            padding: 12px 15px;
            border-radius: 8px;
            cursor: pointer;
            transition: all 0.2s ease;
            text-decoration: none;
            color: inherit;
        }

        .share-item:hover {
            background: #f5f7fa;
        }

        .share-item i {
            width: 24px;
            text-align: center;
            margin-right: 15px;
            font-size: 20px;
        }

        .vk-item i { color: #4a76a8; }
        .tg-item i { color: #2aabee; }
        .wa-item i { color: #25d366; }
        .copy-item i { color: #6e7f8d; }

        .overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.6);
            z-index: 90;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
        }

        .overlay.active {
            opacity: 1;
            visibility: visible;
        }

        .notification {
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: rgba(0, 0, 0, 0.8);
            color: white;
            padding: 15px 30px;
            border-radius: 50px;
            z-index: 200;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .notification.active {
            opacity: 1;
            visibility: visible;
        }



.ribbon-cont{
    position: absolute;
    margin-top: 5px;
    margin-left: 1px;
}


.ribbon-cont-big {
    margin-top: 10px;
    margin-left: 72px;
}

.ribbon-cont-big span{
    font-size: 14px;
}

 @media screen and (max-width: 1500px) {
.ribbon-cont-big {
    margin-top: 10px;
    margin-left: 5px;
}
 }

        .ribbon {
    background-color: #e31c25;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 7px;
    text-align: center;
    position: relative;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    z-index: 1000;
    overflow: hidden;
     transform: skew(-20deg); /* Наклоняем блок влево на 20 градусов */
    transform-origin: center; /* Центр наклона */
}
.ribbon span {
    display: inline-block;
    transform: skew(20deg); /* Возвращаем текст в нормальное положение */
}

