/*
.wrapper_vn {
    position: relative !important;
}

.wrapper.vn_top {
    margin-top: 0px !important;
}
*/

.slider{margin-top: 185px;}

.sections a:nth-child(21) {
    display: none;
}

.sections a:nth-child(22) {
    display: none;
}

.sections a:nth-child(23) {
    display: none;
}

ul.submenu__list.catalog_menu li:nth-child(21) {
    display: none;
	height: 35px;
}
ul.submenu__list.catalog_menu li:nth-child(22) {
    display: none;
}
ul.submenu__list.catalog_menu li:nth-child(23) {
    display: none;
}

li.catalog-menu-3__item[name="76"] {
    display: none;
}

.sections_subsections {
    display: grid;
    grid-gap: 5px;
    /* margin-left: 20px; */
    padding-left: 0;
    
}
#sections_form ._hidden {display: none;}

.sections_subsectionslvl3 {
    display: grid;
    grid-gap: 5px;
    padding-left: 0;
    /* margin-left: 20px; */
    /* display: none; */
}

.sections_block {
    list-style: none;
    margin-bottom: 3px;
}

.section_name_open {cursor: pointer;}

.sections_block:hover > span,
.li_sections_lvl2:hover > span,
.li_sections_lvl3:hover > span {
    color: red;
}

._red > span {
    color: red;
}

.section_name:before {
    content: "•";
    margin: 0 5px 0 25px;
}

.sections_lvl1 {
    margin-right: 20px;
}

.sub_section_name {margin: 0 0 0 20px;}

.sections_lvl2 {
    margin-right: 40px;
}

.sections_lvl3 {
    margin-right: 80px;
}

.sections_subsections,
.sections_subsectionslvl3 {
    list-style: none;
}

.submit_block {
    max-width: 588px;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.btn_submit {
    background-color: red;
    border: none;
    padding: 10px 25px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 40px;
}

/* .cabinet__link._download_catalog {
    color: red;
}
.download__img {
    width: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 0 1px;
} */
.new-producton__img_wrapper._download {
    width: 35px;
    margin-right: 9px;
}

.show_subsection {cursor: pointer;}

.use-series-items {
    display: flex;
    flex-wrap: wrap;
}

.use-series-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    margin-left: 12px;
    max-width: 291px;
}

.use-series-item:nth-child(1) {
    margin-left: 0px;
}

.use-series-item:nth-child(5) {
    margin-left: 0px;
}

 .use-series-item:nth-child(9) {
    margin-left: 0px;
}

.use-series-item:nth-child(13) {
    margin-left: 0px;
}

.use-series-item:nth-child(17) {
    margin-left: 0px;
}

.use-series-item:nth-child(21) {
    margin-left: 0px;
}

.use-series-item:nth-child(25) {
    margin-left: 0px;
}

.use-series-item:nth-child(29) {
    margin-left: 0px;
}

.use-series-item:nth-child(33) {
    margin-left: 0px;
}

.use-series-item:nth-child(37) {
    margin-left: 0px;
}

.use-series-item:nth-child(41) {
    margin-left: 0px;
}

.use-series-item:nth-child(45) {
    margin-left: 0px;
}

.use-series-item:nth-child(49) {
    margin-left: 0px;
}

.use-series-item:nth-child(53) {
    margin-left: 0px;
}


.use-series-item img {
    max-width: 291px;
    height: 277px;
    margin-bottom: 11px;
    width: 291px;
}

.use-series-item span {
    max-width: 278px;
}



.slider__text-wrapper {
    position: absolute;
    width: 100%;
    max-width: 566px;
    top: 32%;
    left: 18%;
    display: flex;
    flex-direction: column;
    /* height: 53vh; */
    align-items: flex-start;
    justify-content: center;
}



.slider__overlay-wrapper {
    background: #e0d7d7;
    width: 100%;
    position: absolute;
    height: 100%;
    opacity: 0.7;
    max-width: 563px;
    left: -31px;
    height: 36vh;
}


.slider__text-h1 {
    font-weight: 500;
    font-size: 36px;
    line-height: 40px;
    padding: 0 0 17px 0;
    color: #ffff;
    font-family: Roboto;
}

.slider__text-h2 {
    margin-bottom: 9px;
    line-height: 26px;
    font-size: 15px;
    color: #ffff;
}

.buttons__wrapper {
    display: flex;
}

.detail__link-btn {
    text-align: center;
    margin-right: 32px;
    background-color: #e5111b;
    border-color: #e5111b;
    color: #fff;
    color: #fff;
    margin: 20px 20px 0 0;
    padding: 10px 40px 10px;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
}

.detail__link-btn:hover {
    background-color: #e34545;
    border-color: #e34545;
    transition: 0.3s;
}

.feedback__btn {
    text-align: center;
    margin-right: 32px;
    background-color: #fff;
    border-color: #8e9fa8;
    color: #fff;
    color: #fff;
    margin: 20px 20px 0 0;
    padding: 10px 19px 10px;
    font-size: 16px;
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

.feedback__btn:hover {
    background-color: #e5111b;
    border-color: #e5111b;
    color: #fff;
    transition: 0.3s;
}

.swiper-button-prev {
    left: 10%!important;
}


.swiper-button-next {
    right: 10%!important;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(/upload/Arrow_right_large.svg)!important;
    right: 10px;
    left: auto;
    background-repeat: no-repeat;
    background-color: #f8f8f8;
    width: 23px !important;
    height: 32px !important;
    border-radius: 26px;
    padding: 7px 10px 0 7px;
    background-size: 11px;
    background-position-x: 16px;
    background-position-y: center;
}

.swiper-button-prev:hover {
    background-color: #e5111b;
    transition: 0.4s;
    color: #ffff;
}

.swiper-button-next:hover {
    background-color: #e5111b;
    transition: 0.4s;
    color: #ffff;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(/upload/Arrow_left_large.svg)!important;
    left: 10px;
    right: auto;
    background-repeat: no-repeat;
    background-color: #f8f8f8;
    width: 23px !important;
    height: 32px !important;
    border-radius: 26px;
    padding: 7px 10px 0 7px;
    background-size: 11px;
    background-position-x: 13px;
    background-position-y: center;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffff!important;
}

.swiper-container:hover .swiper-button-next {
    transition: all 0.4s!important;
    opacity: 1;
    visibility: visible;
    right: 13%!important;
}

.swiper-container .swiper-button-next {
    transition: all 0.4s!important;
}

.swiper-button-next {
    visibility: hidden;
    opacity: 0;
}

.swiper-container:hover .swiper-button-prev {
    opacity: 1;
    visibility: visible;
    transition: all 0.4s!important;

    left: 13%!important;
}

.swiper-container .swiper-button-prev {

    transition: all 0.4s!important;
}

/* .swiper-container:hover  {
    transition: 0.4s!important;
} */

.swiper-button-prev {
    visibility: hidden;
    opacity: 0;
}

.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 100%;
    background: none; 
    opacity: 1;
    border: 1.5px solid #fff;
}
@media screen and (max-width: 1600px) {
    .slider__text-wrapper {
        top: 27% !important;
    }
}
@media(max-width: 1440px) {
    .slider__text-wrapper {
        max-width: 536px;
    }
}
@media screen and (max-width: 1366px) {
    .slider__text-wrapper {
        top: 20% !important;
    }
}
@media screen and (max-width: 1280px) {
    .slider__text-wrapper {
        top: 20% !important;
    }
    .swiper-slide-main{
        height: 313px !important;
    }

}
@media(max-width: 1260px) {
    .slider__text-wrapper {
        max-width: 576px;
    }

}


@media screen and (max-width: 768px) {
    .slider__text-wrapper {
        top: 10% !important;
left: 27%;

    }
}




@media screen and (max-width: 1024px) {
    .slider__text-wrapper {
        top: 143px;
        max-width: 461px;    
    }
}

@media screen and (max-width: 768px) {
    .slider__text-wrapper {
        max-width: 376px;
        top: 106px;
    }
    .slider__text-h2 {
        text-align: center;
    }
    .slider__text-h1 {
        text-align: center;
    }
    .swiper-button-next {
        right: 2%!important;
    }
    .swiper-button-prev {
        left: 2%!important;
    }

    /* .slider__text-wrapper {
        display: none;
    } */
    .swiper-button-next {
        display: none!important;
    }
    .swiper-button-prev {
        display: none!important;
    }
    /* .swiper-pagination {
        display: none;
    } */
}



@media screen and (max-width: 768px) {

}

@media screen and (max-width: 425px) {
    .slider__text-wrapper {
        max-width: 376px;
        top: 106px;
    }
    .swiper-pagination {
        display: none;
    } 
}

@media screen and (max-width: 375px) {
    .slider__text-wrapper {
        max-width: 324px;
        top: 106px;
        left: 1%;
    }
    .slider__text-h1 {
        font-weight: 500;
        font-size: 23px;
        line-height: 35px;
        padding: 0 0 17px 0;
        color: #ffff;
        font-family: Roboto;
        text-align: center;
    }
    .slider__text-h2 {
        margin-bottom: 9px;
        line-height: 23px;
        font-size: 14px;
        color: #ffff;
        text-align: center;
    }
    .detail__link-btn {
        text-align: center;
        margin-right: 34px;
        background-color: #e5111b;
        border-color: #e5111b;
        color: #fff;
        color: #fff;
        margin: 20px 18px 0 0;
        padding: 11px 36px 10px;
        font-size: 15px;
        text-decoration: none;
        cursor: pointer;
    }
    .feedback__btn {
        text-align: center;
        /* margin-right: 16px; */
        background-color: #fff;
        border-color: #8e9fa8;
        color: #fff;
        color: #fff;
        margin: 20px 3px 0 0;
        padding: 11px 14px 11px;
        font-size: 15px;
        text-decoration: none;
        color: #333;
        cursor: pointer;
        /* width: 100%; */
        /* max-width: 127px; */
    }
}

@media screen and (max-width: 320px) {
    .slider__text-wrapper {
        max-width: 260px;
        top: 106px;
        left: 1%;
    }
    .slider__text-h1 {
        font-weight: 500;
        font-size: 23px;
        line-height: 35px;
        padding: 0 0 17px 0;
        color: #ffff;
        font-family: Roboto;
        text-align: center;
    }
    .slider__text-h2 {
        margin-bottom: 9px;
        line-height: 23px;
        font-size: 14px;
        color: #ffff;
        text-align: center;
    }
    .detail__link-btn {
        text-align: center;
        margin-right: 34px;
        background-color: #e5111b;
        border-color: #e5111b;
        color: #fff;
        color: #fff;
        margin: 20px 18px 0 0;
        padding: 0px;
        font-size: 13px;
        text-decoration: none;
        cursor: pointer;
        height: 40px;
        line-height: 38px;
        width: 108px;
    }
    .feedback__btn {
        text-align: center;
        /* margin-right: 16px; */
        background-color: #fff;
        border-color: #8e9fa8;
        color: #fff;
        color: #fff;
        margin: 20px 3px 0 0;
        padding: 0px;
        font-size: 13px;
        text-decoration: none;
        color: #333;
        cursor: pointer;
        /* width: 100%; */
        /* max-width: 127px; */
        /* height: 20px; */
        /* height: 38px; */
        line-height: 37px;
        width: 128px;
    }
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: '' !important;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: '' !important;
}
/* .swiper-button-next {
    background: url(/upload/Arrow_right_large.svg) 17px 12px no-repeat;
}

.swiper-button-prev {
    background: url(/upload/Arrow_right_large.svg) 17px 12px no-repeat;
} */

.swiper-button-prev:hover {
    background-image: url(/upload/Arrow2_left_large.svg)!important;
}
.swiper-button-next:hover {
    background-image: url(/upload/Arrow2_right_large.svg)!important;
}
@media(max-width:768px){
    .slider__text-wrapper{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .margin-off{
        margin-right: 0px;
    }
}
@media screen and (max-width: 640px) {
    .slider__text-wrapper {
        left: 22%;
    }
}
@media screen and (max-width: 548px) {
    .slider__text-wrapper {
       /* left: 4%;*/
    }
}
@media screen and (max-width: 488px) {
    .slider__text-wrapper {
        /*left: 3%;*/
    }
}
.slider__image_mobail{
    display: none;
}

@media screen and (max-width: 510px) {
    .slider__text-wrapper {
        left: 15%;
    }
    .slider__image{
        display: none;
    }
    .slider__image_mobail{
        display: block;
    }
}
@media screen and (max-width: 440px) {
    .slider__text-wrapper {
        left: 11%;
    }
}
@media screen and (max-width: 425px) {
    .slider__text-wrapper {
        left: 8%;
    }
}
@media screen and (max-width: 390px) {
    .slider__text-wrapper {
        left: 2%;
    }
}
@media screen and (max-width: 375px) {
    .slider__text-wrapper {
        left: 5%;
    }
}
.swiper-slide-main{
    overflow: hidden;
}




@media(max-width:1260px){
.swiper-slide.swiper-slide-main {
    width: 100% !important;
    height: 313px !important;
}
.swiper-slide.swiper-slide-main img{
    max-width: none !important;
}
}

@media(max-width:820px){
ul.submenu__list.catalog_menu li:nth-child(21) {
    display: block;
}
ul.submenu__list.catalog_menu li:nth-child(22) {
    display: block;
}
ul.submenu__list.catalog_menu li:nth-child(23) {
    display: block;
}
}

@media(max-width:820px){
.menu-button {
    top: 145px;
}
.menu._active {
    z-index: 99999 !important;
}
}

@media(max-width:500px){
.header {
    padding-top: 0!important;
}
.menu-button {
    top: 175px;
}
blockquote p {
    padding: 3px;
}
}
.wishlist_want{
    display: flex;
    padding-bottom: 20px;
    color: red;
    font-size: 24px;
    text-transform: uppercase;
}
.bold{
    padding-left: 5px;
    font-weight: bold;
}
.wishlist_form {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}
.wishlist_form button{
    padding: 7px 25px;
    background-color: transparent;
    border: 1px solid silver;
    color: silver;
    font-size: 18px;
    text-transform: uppercase;
}
.section-fix {
    width: 100%;
}
.sorting__link {
    margin-left: 10px;
    color: #737373;
    text-decoration: none;
    white-space: nowrap;
}
.sorting__link_active {
    color: #e5040e;
    border-bottom: 1px dotted #e5040e;
}
.sorting {
    margin-bottom: 20px;
    color: #000;
    font-size: 14px;
}
.catalog-type {
    float: right;
    margin-top: -9px;
    z-index: 5;
}
.catalog-type__button._active {
    color: #fff;
    border-color: #ed2027;
    background: #ed2027;
}
.catalog-type__button {
    position: relative;
    padding: 0 15px 0 40px;
    color: #5a5a5a;
    font-size: 15px;
    line-height: 33px;
    border: 1px solid #a0a0a0;
    background: #fff;
}
.catalog-type__button._showcase:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 11px;
    width: 18px;
    height: 18px;
    background: url(/local/templates/mdm/img/icons.png) 0 -77px;
}
.catalog-type__button._showcase._active:before {
    background: url(/local/templates/mdm/img/icons.png) 0 -96px;
}
.catalog-type__button._table:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 9px;
    width: 21px;
    height: 16px;
    background: url(/local/templates/mdm/img/icons.png) -19px -77px;
}
.wishlist_btn_close{
    padding: 7px 25px;
    background-color: transparent;
    border: 1px solid silver;
    color: silver;
    font-size: 18px;
    text-transform: uppercase;
}
.wishlist_btn_catalog{
    padding: 7px 25px;
    background-color: transparent;
    text-transform: uppercase;
}

.consultation,
.consultation.consultation-mobile{
    display: none;
}