/* Main slider */
.ms video {
    height: 602px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

.ms img {
    height: 602px;
    max-width: 100%;
}

/* Product card */
.oldprice {
    display: inline-block;
}

.prod_img {
    position: relative;
}

.icon_on_card_wrapper {
    position: absolute;
    z-index: 1;
}

/*Эти классы соответствуют названиям позиций иконок, их нельзя менять*/
.top_right {
    top: 0;
    right: 0;
}

.top_left {
    top: 0;
    left: 0;
}

.bottom_right {
    bottom: 0;
    right: 0;
}

.bottom_left {
    bottom: 0;
    left: 0;
}

.center {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100px;
    max-height: 100px;
    width: fit-content;
    height: fit-content;
}

.top_center {
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 100px;
    max-height: 100px;
    width: fit-content;
    height: fit-content;
}

.bottom_center {
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 100px;
    max-height: 100px;
    width: fit-content;
    height: fit-content;
}

/*---*/

.no_results {
    text-align: center;
    padding: 50px;
    font-size: 20px;
    font-weight: 500;
}

#disabled_pay_range{
    display: inline-flex;
    background: lightgrey;
    border: 1px solid #CAD1E0;
    box-shadow: inset 4px 4px 4px rgba(0, 0, 0, 0.05);
    border-radius: 20px 0 0 20px;
}

#disabled_pay_range span{
    display: none;
}

.first_pay_range_wrapper {
    display: flex;
}

.first_pay_range_wrapper  #first_pay_range{
    display: inline-flex;
    border-radius: 0 20px 20px 0;
}

.page_form_wrapper {
    margin-bottom: 25px;
}

.page_text_wrapper {
    display: block;
    width: 100%;
    height: 100%;
}

.page_form {
    display: block;
    width: 100%;
}

.page_form_row {
    margin: 10px auto;
}

.page_form_row label {
    display: block;
    width: 100%;
    height: 100%;
}

.page_form_row textarea {
    border: 1px solid #CAD1E0;
    box-shadow: inset 4px 4px 4px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    height: 200px;
    padding: 15px;
    width: 100%;
    resize: none;
}

/* Animation on accented classes */
.accented {
    border: 1px solid red !important;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes shake {
    from, to {
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    animation-name: shake;
}
/* ----- */

.contact_map {
    position: relative;
    z-index: 1;
}

/* CP popup */
.car_exchange_popup {
    display: none;
    position: relative;
    z-index: 5;
}

.cp_popup_mid_section {
    padding: 0 50px;
}

.cp_feedback_title.subtitle {
    font-size: 15px;
    font-weight: 400;
}

.cpf_inp.multiselect {
    height: 150px;
}

.cpf_row {
    width: 100%;
}

.cp_form {
    margin: 10px auto;
}

.cpf_file {
    max-width: 100%;
}

/* -------- */

.soon_form_wrapper {
    margin-top: 15px;
}

.captcha_input_wrapper {
    display: flex !important;
}

.captcha_input_wrapper img {
    height: 36px;
    margin-right: 5px;
}

.cp_monthly_pay_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lang_flag_img {
    max-width: 20px;
    height: 12px;
}

#panorama-360-view {
    width: 100%;
    height: auto;
    min-height: 400px;
}

.manage_360_link {
    cursor: pointer;
}

.image_360_popup {
    display: none;
    position: relative;
    z-index: 5;
}

/* 28/03/2023 */
.product_text_wrapper {
    max-width: 100%;
    word-wrap: break-word;
    padding-top: 30px;
    border-top: 1px solid #E6E6E6;
}

/* 29/03/2023 */
.toogle_images_360_wrapper {
    position: relative;
}

.toogle_images_360 {
    position: absolute;
    font-size: 20px;
    cursor: pointer;
    padding: 5px 10px;
    background-color: #CC0E0E;
    color: white;
    border-radius: 200px;
    bottom: -60px;
    left: 20px;
    z-index: 5;
}

.toogle_images_360:hover {
    background-color: #EB1A1A;
}

.file_download_popup {
    display: none;
    position: relative;
    z-index: 5;
}

.pdf_link {
    cursor: pointer;
}

/* 25/04/2023 */
.toggle_filter_item {
    cursor: pointer;
}

.toggle_filter_item img {
    transition: all 0.3s ease;
}

.toggle_filter_item.active img {
    transform: rotate(180deg);
    transition: all 0.3s ease;
}

/* 28/04/2023 */
.omf {
    width: fit-content;
    text-align: right;
    background: #1167BE;
    border-radius: 200px;
    cursor: pointer;
    border: none;
    padding: 0;
    transition: all 0.3s ease;
    height: 43px;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    font-family: "Jost", serif;
    padding-left: 15px;
    text-transform: unset;
    padding-right: 15px;
    color: #FFFFFF;

    align-items: center;
    justify-content: center;
}

.omf img {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-left: 7px;
    filter: invert(1);
}

/* 02/05/2023 */
.image_360_popup .cp_content {
    max-height: 95%;
    height: auto;
    padding: 0;
    width: 100%;
}

.threesixty_wrapper {
    width: 100%;
    height: auto;
    min-height: 200px;
}

.threesixty {
    max-width: 100%;
    background-size: contain;
}

.image_for_sizes_wrapper {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

/* 03.05.2023 */
.pnlm-controls-container {
    top: 50%;
}

.image_for_sizes_wrapper img {
    width: 100%;
}

.image_360_popup .cp_content .close_cp:hover svg path {
    fill: #EB1A1A;
}

/* 2023/06/12 */
.catalog_sort_wrapper {
    display: flex;
    justify-content: end;
    margin-bottom: 15px;
}

.catalog_sort_select_wrapper {
    font-family: "Jost", serif;
    min-width: 150px;
}

.prod_card:hover {
    transform: scale(1.02);
}

/* 2023/06/15 */
.prod_gallery {
    position: relative;
}

.open_360_btn_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.open_360_btn {
    background: rgba(20,20,20,0.8);
    padding: 8px 12px;
    border-radius: 8px;
    border: 0 none;
    cursor: pointer;
    transition: .3s;
}

.open_360_btn:hover {
    background: rgba(20,20,20,0.9);
    transition: .3s;
}

.social_contacts_wrapper {
    position: fixed;
    top: 40%;
    right: 0;
    display: flex;
    flex-direction: column;
    z-index: 1;
}

.social_contacts_wrapper a {
    margin: 5px;
}

.social_contacts_wrapper img {
    width: 45px;
    height: 45px;
}

.carousel_padding .owl-item{
    padding: 10px;
}

.carousel_padding{
    margin: -10px;
}

.carousel_padding .next_slide{
    right: -11px;
}

.carousel_padding .prev_slide{
    left: -15px;
}

.less_padding {
    margin-bottom: 10px;
}

.main_slider{
    max-height: 602px;
}

.prod_chars{
    gap: 15px;
}

.prod_char{
    width: auto;
}

.prod_chars .prod_char:first-child{
    width: 50%;
}

.cp_feedback_title {
    margin-top: 20px;
}

.danner_container .ms_subtitle {
    font-size: 24px;
    font-weight: bold;
}

.dptl_block {
    margin-top: 20px;
}


@media(max-width: 720px){
    .ms_full{
        margin-top: 103px;
    }
    .index_page{
      margin-top: 0;
    }
    .ms img{
        min-height: 0;
        height: 230px;
    }
    .ms .ms_title{
        font-size: 24px;
        line-height: 24px;
    }

    .ms .ms_subtitle{
        font-size: 18px;
        line-height: 20px;
        margin-top: 10px;
    }

}
.btnfiltermobile {
    text-align: center;
    background: #1167BE;
    border-radius: 200px;
    cursor: pointer;
    border: none;
    padding: 0;
    transition: all 0.3s ease;
    height: 43px;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    padding-left: 15px;
    text-transform: unset;
    padding-right: 15px;
    color: #FFFFFF;
    display: none;
    position: fixed;
    bottom: 15px;
    width: calc(100% - 80px);
    left: 15px;
}