.prod-detail__slider .slick-dots {
    display: none !important;
}
.detail-slider {
    width: 1660px;
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 80px;
}
.footer-send .bx-input-group>input {
    padding-left: 12px;
    font-size: 14px;
}
.footer-logo {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.footer-logo>div:last-child {
    margin-bottom: 0;
}
.footer-logo img {
    object-fit: contain;
}
.mob-none{
    display:none;
}
/* .mobe-none{
    display:none;
} */
.mob-min-non{
display: none;
}
.active {
    /*font-weight: normal !important;*/
}
.prev.slick-arrow{
    left: 1%;
    z-index: 1;
    cursor: pointer;
}
.next.slick-arrow{
    right: 1%;
    z-index: 1;
    cursor: pointer;
}
.custom-product-list-catalog-item .catalog__item-img.response-img.contain img {
    width: 200px;
    height: 200px;
    object-fit: cover;
}
.collection-detail-slider {
    /* max-height: 750px !important; */
    overflow: inherit !important;
}
.collection-detail_img{
    width: 750px !important;
    height: 750px !important;
    object-fit: cover;
}
.load_more {
    width: 200px !important;
}
*:focus-visible {
    outline:none;
    outline-color: transparent;
    outline-style: auto;
    outline-width: 1px;
}
a:focus {
    outline:none !important;
    outline-offset: 0 !important;
}
/* .catalog__item-cart .catalog__item-img{
    height: 150px;
    width: 100px;

}
.catalog__item-cart .catalog__item-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    
} */
.detail-catalog .catalog__item-img{
    height: 300px;
    width: 200px;
}
.detail-catalog .catalog__item-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    margin-top: 0px;
}
.footer-mob-blok{
    display: none;
}
.catalog-container.align-height-catalog .catalog__section-img.response-img img {
    margin-top: 0 !important;
}
body .detail-catalog .detail-catalog__slider .catalog__item {
    padding-top: 0px !important;
}
@media(max-width: 1500px) {
    .prod-detail-container {
        display: grid;
        grid-template-areas:
        "slider info"
        "mini info";
        grid-template-columns: 560px auto;
        align-items: flex-start;
        gap: 20px;
        row-gap: 8px;
    }
    .prod-detail__slider-mini {
        grid-area: mini;
    }
    .prod-detail__slider-mini .slick-list {
        padding: unset !important;
    }
    .prod-detail__slider-mini .slick-list:after {
        bottom: unset;
        left: unset;
        right: 0;
        top: 0;
        width: 60px;
        height: 122px;
        background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    }
    .prod-detail__slider-mini .slick-track {
        flex-direction: row;
        max-height: 134px;
        width: 100% !important;
        padding: 0 0 8px;
    }
    .prod-detail__slider-mini .slick-list .slick-slide {
        min-width: 100px !important;
        max-width: 100px !important;
        min-height: 122px !important;
        max-height: 122px !important;
    }
    .prod-detail__slider-wrap {
        grid-area: slider;
        width: unset;
        height: 521px;
        margin: 0;
    }
    .prod-detail__slider .slick-slide {
        padding: 32px 56px;
    }
    .prod-detail__slider .slick-arrow {
        width: 20px;
        height: 20px;
    }
    .prod-detail__slider .slick-arrow:first-child {
        left: 20px;
    }
    .prod-detail__slider .slick-arrow:nth-child(3) {
        right: 20px;
    }
    .slide__img-wrap a div.prod-detail_zoom_icon {
        right: -36px;
    }
    .prod-detail__info {
        grid-area: info;
        height: 100%;
    }
    .prod-detail__info-bottom {
        margin-top: 32px;
        gap: 14px;
    }
    /*.btn.prod-detail__info-btn {*/
        /*height: 60px;*/
        /*font-weight: 700;*/
        /*font-size: 16px;*/
        /*line-height: 22px;*/
    /*}*/
    .detail-price {
        margin-bottom: 20px;
    }
    div.d-char {
        padding-top: 50px;
    }
    .bx-products-identical div.bx-color {
        margin-bottom: 30px;
    }
    .d-char .d-char__color .d-char__imgs .d-char__img {
        width: 40px;
        height: 46px;
    }
    .catalog__item.catalog__item-line .detail-dop__artikul {
        margin-bottom: 72px;
    }
    .d-char__width {
        flex-direction: column;
        gap: 5px;
    }
    body .main__slider .container .block {
        left: 200px;
    }
    body .container {
        max-width: 950px  !important;
        width: 950px !important;
    }
    .detail-slider {
        width: auto;
    }
    .features {
        margin-top: 40px;
    }
    .company-left {
        width: 40%;
    }
    .company-right {
        width: 60%;
    }
    .company-right__img {
        height: 100%;
        object-fit: cover;
    }
    
    .about .container {
        padding-left: 0;
    }
    .download-catalog__list .catalog__item {
        height: 440px;
    }
    .catalog__item-star {
        right: 3px;
    }
    .catalog__item-star:nth-child(2) {
        right: 5px;
    }
    .collection-slider__item {
        background-position: -150px 14px;
    }
    .collection-slider__item {
        padding-right: 50px;
        margin-left: 80px;
    }
    .collection-catalog__wrap img {
        height: 210px;
    }
    .detail-info__bottom-text {
        width: 60%;
        padding-left: 100px;
    }
    .contacts-info>div>div {
        width: 250px;
    }
    .cform-form {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
    .cform-form textarea {
        margin-left: 0;
        margin-top: 30px;
    }
    .cform-form input {
        margin-bottom: 30px;
    }
    .cform-form>div {
        width: 100%;
    }
    .cform-form>div:last-child {
        margin-top: 30px;
        margin-left: 0;
    }
    .captcha {
        margin-bottom: 10px;
    }
    .captcha input {
        margin-left: 70px;
    }
    .adress-map iframe {
        width: 100%;
    }
    .catalog__item {
        height: 400px;
    }
    .footer .footer-form .footer-send .bx-input-group>input {
        width: 300px;
        height: 30px;
    }
    .footer-send .btn-subscribe {
        width: 30px;
        height: 30px;
    }
    .footer .footer-soc a {
        width: 30px;
        height: 30px;
    }
    .params .container {
        padding: 0;
        justify-content: space-between;
    }
    .params-download {
        margin-right: 0;
    }
    .params .container:before, .params .container:after {
        display: none;
    }
    .catalog__item-line {
        padding: 15px;
    }
    .catalog__item-center-bottom>div>span {
        margin-right: 10px;
    }
    .catalog__item-line .catalog__item-center {
        margin-left: 20px;
    }
    .catalog__item-line .catalog__item-right {
        margin-right: 30px;
    }
    .catalog__item-line .star-line {
        right: 16px;
        top: 37px;
    }
    .catalog__item {
        height: 300px;
    }
    /*body .favorite-items .favorite-section {
        height: 400px !important;
    }*/
    .bottom-form {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
    .bottom-form>div {
        width: 100%;
    }
    .bottom-form__right {
        margin-top: 20px;
    }
    .adress-st__row>div:first-child {
        min-width: 150px;
        width: 150px;
    }
    .coordinates {
        min-width: 130px;
    }
    .filter-container {
        flex-wrap: wrap;
    }
    .filter-container > * {
        width: 23%;
        margin-top: 15px;
    }
    .filter-container .position {
        justify-content: flex-start;
    }
    .position .card img {
        margin-left: 0;
    }
    .filter-container {
        height: 110px;
        flex-direction: column;
    }
    .filter-btn__show {
        order: 1 !important;
    }
    .filter-btn {
        order: 2;
    }
    .position {
        order: 2;
    }
    .filter-container .position {
        align-items: flex-start;
    }
    .filter-container .position {
        width: 9%;
    }
    .filter-container > * {
        width: 29%;
    }
}
@media(max-width: 1366px) {
    .collection-catalog__wrap {
        width: 33%;
    }
    .custom-product-list-catalog-item{
        width: 33.3333%;
    }
    .new-collection-detail-page .align-height-inner .catalog__wrap{
        width: 33.3333%;
    }
}
@media(max-width: 1000px) {
    .footer-mob-blok{
        display: block;
    }
.row.custom-product-list-catalog-card {
    flex-wrap: wrap;
}
    .company__slider .collection-catalog__wrap {
        padding: 0;
        margin: 0 auto;
    }
    .main .main__top>div:first-child {
        align-items: center;
    }
    .detail-info__top .name-block .name {
        font-size: 50px;
    }
    .detail-catalog__slide {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex !important;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        align-items: center;
    }
    .prod-detail-filter .filter-container {
        flex-wrap: wrap;
    }
    .prod-detail-filter .filter-container>* {
        width: 40%;
    }
    .params-download {
        width: 45%;
        margin-right: 30px;
    }
    .params-info {
        width: 45%;
    }
}
@media(max-width: 950px) {
    .prod-detail-container {
        grid-template-columns: 460px auto;
    }
    .catalog__item.catalog__item-line .detail-dop__artikul {
    margin-bottom: 10px;
}
    body .main__slider .container .block {
        left: 100px;
    }
    body .main-title  {
        font-size: 70px;
    }
    body .main__top-menu__list>li {
        margin-left: 20px;
    }
    body .adress {
        height: auto;
    }
    .detail-catalog__slider .catalog__item, .detail-catalog__sim-slider .catalog__item {
        position: static;
    }
    .detail-catalog__slider .catalog__item-slide, .detail-catalog__sim-slider .catalog__item-slide {
        position: relative;
    }
    .detail-catalog__slider .catalog__item-star, .detail-catalog__sim-slider .catalog__item-star {
        right: 10px;
    }
    .detail-catalog__slider, .detail-catalog__sim-slider {
        width: 570px;
    }
    .params .params-download {
        width: 40%;
        margin-right: 75px;
    }
    .params .params-info {
        width: 50%;
    }
    .card-catalog .card {
        margin-left: 0;
    }
    .filter-container .position {
        width: 100%;
    }
    .filter-container {
        height: auto;
        flex-direction: row;
    }
    body .container {
        max-width: 750px !important;
        width: 750px !important;
    }
    .info__block-bottom__title {
        font-size: 22px;
    }
    .info__block-bottom>div:first-child {
        height: 83px;
    }
    
    .title {
        font-size: 30px;
    }
    .footer-container {
        flex-wrap: wrap;
    }
    .footer-logo {
        width: 50%;
    }
    .footer-info {
        width: 50%;
    }
    .footer-form {
        margin-top: 30px;
        width: 50%;
    }
    .footer-soc {
        margin-top: 30px;
        flex-wrap: wrap;
    }
    .main__top-menu__list a {
        white-space: nowrap;
        font-size: 14px;
    }
    .main__top-menu__item {
        margin-right: 20px;
    }
        .footer-info {
        text-align: right;
    }
    .catalog__wrap  {
        width: 50%;
    }
    .download-catalog__list .catalog__item {
        height: 470px;
    }
    /* .collection-catalog__wrap {
        width: 50%;
    } */
    .catalog-container {
        justify-content: flex-start;
    }
    .collection-catalog__wrap img {
        height: 310px;
    }
    .collection-catalog__wrap:nth-child(2n) {
        padding-right: 0;
        padding-left: 15px;
    }
    .detail-info__bottom-text {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .catalog__wrap:nth-child(2n) {
        padding-right: 0;
    }
    .back a {
        font-size: 70px;
    }
    .back img {
        transform: scale(.8);
    }
    .back .container {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
    }
    .back .container a {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
    }
    .collection-slider__item  {
        margin-left: 40px;
        margin-right: 40px;
    }
        .adress-st__row>div:first-child {
        width: 120px;
        min-width: 120px;
    }
    .contacts-info>div>div {
    width: 190px;
    padding-right: 10px;
    }
    .captcha input {
        margin-left: 40px;
    }
    .prod-filter .filter-container {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .filter-container > * {
        width: 48%;
        margin: 10px;
        margin-left: 0;
    }
    .prod-detail .prod-detail-container {
        flex-wrap: wrap;
    }
    .prod-detail__info {
        width: 100%;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        align-items: flex-end;
    }
    .about .container {
        -webkit-flex-direction: column-reverse;
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        -o-flex-direction: column-reverse;
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .about .container>div {
        margin-bottom: 30px;
        width: 100%;
    }
    .news-item {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        align-items: center;
        display: grid;
        justify-items: start;
        justify-content: start;
        width: 90%;
        margin: 0 auto;
        margin-bottom: 40px;
    }
    
    .news-list__img-wrap{
        grid-column: 1 / 2;
        grid-row: 1 / 4;
    }
    .news-content{
        grid-column: 3 / 4;
        grid-row: 1 / 3;
        margin-left: 30px;
        width: 80%;
    }
    .breadcrumb__list{
        width: 90%;
        margin: 30px auto;
    }
    .news-title {
        padding-left: 0;
        margin-top: 30px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .news-link {
        margin-top: 20px;
        align-self: flex-start;
        grid-column: 3 / 4;
        grid-row: 3 / 4;
        margin-left: 30px;

    }
    .news-content div:nth-child(2) {
        display: none;
    }
    .new {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
    .new>div {
        width: 100%;
    }
    .invert .company-left {
        text-align: left;
        padding-left: 0;
    }
    .invert {
        flex-direction: column-reverse;
    }
    .company-right__img {
        margin-top: 20px;
    }
    .prod-filter select {
        height: 50px;
    }
    body .product-item-big-card .catalog__item-line {
        flex-wrap: wrap;
        height: auto;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        align-content: flex-end;
    }
    .catalog__item-line .catalog__item-right {
        width: 100%;
        -webkit-flex-direction: row-reverse;
        -moz-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        -o-flex-direction: row-reverse;
        flex-direction: row-reverse;
        align-items: flex-end;
    }
    .catalog__item-line .detail-price {
        margin-bottom: 0;
    }
    .catalog__item-line .star-line {
        top: 16px;
    }
    .catalog__item-line .catalog__item-center {
        margin-left: 40px;
    }
    body .catalog__item {
        height: 250px;
    }
    .catalog__item {
        padding: 15px;
    }
    .adress .container {
        flex-wrap: wrap;
    }
    .adress .container>div {
        width: 100%;
        min-height: 300px;
    }
    .pagenav{
        float: none;
        margin-top: 0px;
    }
}
.mob-blokc{
    display:none;
}
.mob-map-768{
    display: none;
}
.mob-only{
    display: none;
}

.detail-artikul.mob-only{
    display: none;
}
.detail-page,
.prod-detail .detail-title,
.prod-detail .detail-artikul{
    display:block;
}

@media(max-width: 1024px) {

    .detail-page,
    .prod-detail .detail-title,
    .prod-detail .detail-artikul{
        display:none
    }
    .detail-artikul.mob-only{
        display: block !important;
        margin-bottom: 12px;
    }
    .detail-artikul {
        margin: 0;
    }
    .detail-catalog .catalog__item-img {
        height: 280px;
        width: 185px;
    }
    body .filter-container-btn {
        margin-bottom: 0px;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        width: 100%;
        height: 50px;
        background-color: #CABA9E;
        color: #fff;
        font-size: 16px;
        cursor: pointer;
    }
    body .filter-container.filter-container-open {
        height: auto !important;
        transition: 1s;
    }
    
    
    .prod-filter .filter-container {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .filter-container {
        height: 0;
        overflow: hidden;
        transition: 1s;
    }
    .westpower-filter .col-sm-7 {
        width: 58.33333333%;
    }
    .westpower-filter .filter-item, .westpower-filter .filter-in {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .westpower-filter .col-sm-2 {
        width: 16.66666667%;
    }
    
    .westpower-filter .button-block {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
        padding-left: 15px;
        text-align: left;
    }

    .westpower-filter .col-sm-3 {
        width: 25%;
    }
    .westpower-filter .price-block .price-name {
        margin-right: 15px;
        position: relative;
        top: -4px;
        display: flex;
        position: relative;
        width: 100%;
    }
    .westpower-filter .dropdown-block {
        position: relative !important;
        width: 100% !important;
    }
    .button-block{
        margin-top: 10px;
    }

    

    .main__slider.slick-initialized.slick-slider{
        /*height: 1024px;*/
    }
    [data-pagination-num="1"]{
        margin-bottom: 20px;
    }
    .slick-initialized .slick-slide {
        display: flex !important;
        align-items: center !important;
    }
    body{
        font-family: 'Cormorant', serif !important;
    }
    .catalog__item-left a img {
        width: 136px;
        height: 200px;
        object-fit: contain !important;
    }
    .news-list__img {
        max-width: 200px !important;
        height: 210px;
        object-fit: contain !important;
    }
    .mob-map-768{
        display: block;
    }
    .mob-non{
        display:none;
    }
    .mob-blokc{
        display: block;
    }
    body .main__top-menu .custom-new-menu.main__top-menu__list li {
        padding: 30px 0px;
    }
    .main__top-menu__list .custom-mobile-line {
        display: block;
    }
    body .main__top-menu__list>li {
        margin-left: 0px;
    }
    .main__top-menu .custom-new-menu .top-block {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }
    .main__top-menu .custom-new-menu .top-block>div {
        width: 50%;
    }
    body .main__top-menu .custom-new-menu.main__top-menu__list li a {
        position: relative;
        text-decoration: none;
        outline: none;
        font-family: Arial;
        padding: 13px 5px;
        display: block;
    }
    .main__top-menu .custom-new-menu img {
        filter: none !important;
        margin: 0px;
    }
    body .main__top-menu .main__top-menu__list {
        border: 0px;
        width: 100%;
        padding: 30px;
        height: 150%;
        position: fixed;
        overflow: scroll;
    }
    body .product-item-image-wrapper {
        padding-top: 50%;
    }
    body .product-item-big-card {
        width: 50%;
        float: left;
    }
    body .catalog__item {
        padding-top: 30px;
    }
    body .catalog__item-line.catalog__item {
        padding-top: 40px;
        flex-direction: column;
        height: 100%;
    }
    .catalog__item .catalog__item-star:hover {
        background: url(/local/templates/aqwella-new/img/star.png);
    }
    .catalog__item .catalog__item-star.active {
        background: url(/local/templates/aqwella-new/img/star-active.png);
    }
    body .catalog__item-star:hover {
        filter: invert(.3)!important;
        background: url(/local/templates/aqwella-new/img/star.png);
    }
    .collection-catalog__wrap .catalog__item-star.active {
        filter: invert(0)!important;
        background: url(/local/templates/aqwella-new/img/star-active.png);
    }
    .burger {
        margin-right: 10px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        justify-content: center;
    }
    .burger:hover {
        cursor: pointer;
    }
    .burger span {
        margin: 2px 0;
        height: 2px;
        width: 20px;
        background-color: #000000;
        border-radius: 2px;
    }
    body .main__top-menu .main__top-menu__list.active {
        display: block;
        left: 0px;
        top: 0px !important;
    }
    
    body .main__top-menu .main__top-menu__list.active {
        z-index: 99;
    }
    

    body .main__top-menu .main__top-menu__list.active {
        z-index: 99;
    }
    body .main__search-menu__item:last-child {
        margin-left: 30px;
    }
    body .search-form .search-send {
        width: 100%;
        font-size: 16px;
        position: static;
        text-align: left;
        background: none;
        color: #fff;
        font-family: 'Circe-Regular', sans-serif;
    }
    
    .showmenu ul li {
        padding-left: 10px;
        justify-content: flex-start;
        text-align: left;
    }
    .showmenu ul li {
        text-transform: none;
    }
    body .main__top-menu .close-menu {
        margin: 0;
        color: #CABA9E;
        top: -10px;
        width: 50px;
        border-bottom: 0;
        font-size: 50px;
        z-index: 2;
    }
    .company .company-left, .company .company-right {
        padding-right: 0;
        width: 100%;
    }
    .main__search-menu__item:first-child {
        margin-right: 10px;
    }

    .main__top  .main__top-menu {
        align-items: center;
    }
    .main__top>div:first-child {
        align-items: center;
    }
    .main__top-menu__list a {
        color: #fff !important;
    }

    body .showmenu .root-item.active {
        color: #fff !important;
    }
    body .main__top-menu .main__top-menu__list {
        padding: 30px;
        background-color: rgba(0,0,0,.7);
        position: fixed;
        top: -40px;
        right: -90vw;
        z-index: 1;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        border: 1px solid #fff;
        transition: .3s;
        display: none;
    }
    body .inner .main__top-menu .main__top-menu__list {
        height: calc(100vh + 40px);
    }
    .main__top-menu__list li {
        margin: 4px 0;
        border-top: none;
        border-bottom: 1px solid #fff;
    }
    .main__slider img {
        z-index: 0;
    }
    .detail-catalog__slider {
        width: auto;
    }
    .detail-catalog__sim-slider {
        width: auto;
    }
    body .favorite-items .favorite-element {
        width: 32%;
    }
    body .favorite-items .favorite-section {
        width: 32%;
    }
    body .main__top-menu .main__top-menu__list {
        background-color: #484848;
        box-shadow: 0 0 5px rgba(0,0,0,.3);
    }
    .search-form .search-suggest {
        background-color: #fff !important;
    }
    body .main__top-menu__list>li {
        text-align: left;
        text-transform: none;
        padding: 10px 0 10px 10px;
        margin: 0;
        border-bottom: 1px solid #575757;
    }
    .main__top {
        z-index: 2;
    }
    .main__top-menu .root-item {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        padding-right: 40px;
        text-transform: none;
    }
    .showmenu .root-item.active {
        color: #000 !important;
    }
    body .main__search-menu__list .search-send {
        filter: invert(0) !important;
    }
    
     .main__search-menu__list img {
        filter: invert(0);
     }
     .menu-f .main__search-menu__list img {
        filter: invert(1) !important;
     }
     .main__search-menu__list {
        position: relative;
     }
     .search-suggest {
        position: absolute;
        right: 0px;
        top: 40px;
     }
     .search-form .search-send {
        top: 3px !important;
     }
     .main__search-menu__item .search-form {
        position: static;
     }
     body .main .main__top-menu__list>li>ul {
        margin-left: 0;
     }
     .mobile-serch-form.open-in-mobile-serch {
        transition: 0.3s;
        position: fixed;
        z-index: 22222;
        width: 100%;
        height: 100%;
        left: 100%;
        top: 0px;
        background: #484848;
     }
     .mobile-serch-form.open-in-mobile-serch.active {
        position: fixed;
        z-index: 22222;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
    }
    .main__top-menu__list li .close-in a:after {
        content: '';
        transform: rotate(-45deg);
    }
    .main__top-menu__list li .close-in a span, .main__top-menu__list li .close-in a:after {
        display: block;
        width: 100%;
        height: 2px;
        background: #fff;
        position: absolute;
        top: 0px;
        bottom: 0px;
        margin: auto;
    }
    .main__top-menu__list li .close-in a span {
        transform: rotate(45deg);
    }
    body .main__top-menu .main__top-menu__list li .close-in a {
        display: block;
        width: 22px;
        height: 22px;
        position: relative;
    }
    
    body .main__top-menu .custom-new-menu.main__top-menu__list li a {
        position: relative;
        text-decoration: none;
        outline: none;
        font-family: Arial;
        padding: 13px 5px;
        display: block;
    }
    .main__top-menu .custom-new-menu .top-block>div.right-block {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .close-in.mobile-menu-top-item {
        padding-top: opx;
        margin-left: 42px;
    }
    .custom-new-menu.main__top-menu__list li a.hasChild.active:after {
        border-color: #fff;
    }
    .custom-new-menu.main__top-menu__list li a.hasChild:after {
        content: '';
        transition: 0.3s;
        content: '';
        border-bottom: 1px solid #868786;
        border-left: 1px solid #868786;
        position: absolute;
        display: inline-block;
        width: 7px;
        height: 7px;
        right: 10px;
        top: -5px;
        bottom: 0px;
        margin: auto;
        transform: rotate(-45deg);
    }
    body .main__top-menu .custom-new-menu.main__top-menu__list li ul li {
        padding: 0px;
        font-size: 14px;
    }
    .main__top-menu__list li {
        border: none;
    }
    .main__top-menu__list.not-burger>li>ul {
        background: none !important;
    }
    body .main__top-menu__list>li>ul {
        position: static;
    }
    .custom-new-menu.main__top-menu__list li a{
        font-size: 26px;
    }
    .custom-new-menu.main__top-menu__list.not-burger li ul li a {
        font-size: 22px;
    }
    .mobile-serch-form .mobile-search-item {
        font-size: 20px !important;
        padding: 30px 0px !important;
    }

    .custom-new-menu.main__top-menu__list li a.hasChild.active:after {
        transform: rotate(135deg)
    }
    body .filter-container-btn {
        background-color: transparent !important; 
        color: #000 !important;
    }
    .filter {
        padding: 0px;
        background: transparent;
        position: relative;
    }
    
    .westpower-filter .price-block, .westpower-filter .filter-item .selected {
        padding: 30px 6px !important;
    }
    .westpower-filter .dropdown-block.open {
        max-height: max-content !important;
        box-shadow: none !important;
    }
    .filter.prod-filter .container{
        background-color: #F9F9F9;
    }
    .westpower-filter .filter-item .selected:after {
        transform: rotate(-135deg) !important;
    }
    .westpower-filter .filter-item.open .selected:after {
        transform: rotate(135deg);
    }  
    .westpower-filter .filter-item.open .selected:before, .westpower-filter .filter-item.open .selected:after {
        right: 0 !important;
        position: absolute;
        content: ' ';
        height: 20px !important;
        width: 1px !important;
        background-color: #333 !important;
    }
    .westpower-filter .filter-item.open .selected:before {
        transform: rotate(45deg) !important;
    }
    .westpower-filter .filter-item.open .selected:after {
        transform: rotate(-45deg) !important;
    }
    .filter-container-btn::before{
        content: "";
        position: absolute;
        display: block;
        width: 100vw;
        height: 100%;
        top: 0;
        right: 50%;
        transform: translate(50%, 0%);
        background-color: #F9F9F9;
        z-index: -1;

    }
    .catalog-next .filter.prod-filter > .container{
        position: relative;
    }
    .filter.prod-filter .container {
        background-color: transparent;
    }
    .westpower-filter{
        background: transparent !important;
    }
    .westpower-filter .dropdown-block .filter-select {
        border-top: none !important;
        display: flex;
        align-items: center;
    }
    .filter-item:first-child .filter-select {
        text-transform: uppercase !important;
    }
    body .westpower-filter .dropdown-block .filter-select:before {
        display: block;
        margin-right: 20px !important;
        width: 15px;
        height: 14px;
        content: '';
        -webkit-background-size: cover;
        background-size: cover;
        border: 1px solid #C4C4C4;
    }
    .westpower-filter .price-all-container .price-elem {
        width: 45% !important;
    }
    .westpower-filter .price-block .price-name{
        padding: 0 !important;
        margin: 0 !important;
    }
    .price-name::before{
        content: "Цена";
        display: block;
        margin-bottom: 10px;
        font-weight: normal ;

    }
    .price-block{
        display: flex;
        flex-direction: column;
    }
    .price-block .price-elem.from-price::before{
        content: "";
        display: block;
        position: absolute;
        right: 50%;
        top: 60%;
        border-bottom: 1px solid #000;
        width: 25px;
        transform: translate(50%, 0);

    }
    .price-block .price-elem .input {
        border-bottom: none !important;
    }
    .price-block .price-elem{
        border: none !important;
    }
    .westpower-filter .price-all-container .input input {
        background-color: #F3F3F3 !important;
    }
    .westpower-filter .button-block .button {
        width: 44% !important;
        padding: 18px !important;
    }
    .button[data-action="clear"]{
        background: transparent !important;
        color: #caba9e !important;
        
        margin-right: 20px;
    }
    .button{
        text-transform: uppercase;
        border: 2px solid #caba9e;
    }
    .westpower-filter .filter-item .selected {
        font-weight: normal !important;
    }
    .westpower-filter .price-all-container .input input {
        padding: 16px !important;
    }
    .price-elem .input input {
        padding-bottom: 0px !important;
    }
    .catalog-next .filter.prod-filter .container::before {
        content: "";
        display: block;
        position: absolute;
        top: 20%;
        right: 15%;
        transform: translate(0, 20%);
        background-image: url(/local/templates/aqwella-new/img/trelk.png);
        background-repeat: no-repeat;
        background-position: center;
        width: 20px;
        height: 18px;
        background-size: contain;
    }
    .catalog-next  .filter.prod-filter  .container::after {
        content: "";
        display: block;
        position: absolute;
        top: 20%;
        right: 8%;
        transform: translate(0, 20%);
        background-image: url(/local/templates/aqwella-new/img/minin.png);
        background-repeat: no-repeat;
        background-position: center;
        width: 20px;
        height: 18px;
        background-size: contain;
    }
    .container.filter-container.filter-container-open::before,
    .container.filter-container.filter-container-open::after{
        display: none !important;
    }
    body .filter-container-btn {
        height: 40px !important;
        justify-content: flex-start !important;
    }
    .catalog__item-line .catalog__item-right .catalog__item-right-bottom{
        display: none;
    }
    .catalog__item-center  .catalog__item-center-bottom {
        display: none;
    }
    .catalog-next .col-xs-12.product-item-small-card{
        width: 100%;
    }
    .catalog-next .col-xs-12.product-item-small-card .col-xs-12.col-md-12{
        width: 31%;
        padding: 0 !important;
        margin-right: 3%;
    }
    .catalog-next .catalog__item-left {
        width: 100%;
    }
    .catalog-next .col-xs-12.product-item-small-card .col-xs-12.col-md-12:nth-child(3n+3){
        margin-right: 0%;
    }
    .catalog__item-center-top{
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
    }
    .catalog__item-center-top .title {
        order: 2;
        
    }
    .catalog__cart-title {
        order: 1;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 140%;
        text-transform: uppercase;
        color: #000000;
    }
    .catalog__item-center .catalog__item-center-top .title a {
        color: #000;
        font-size: 20px;
        display: block;
        overflow: hidden;
        /* white-space: nowrap; */
        /* text-overflow: ellipsis; */
        padding: 0px 10px;
        height: 90px;
    }
    body.index .main__top.inner.menu-f.minu-add-class{
     background: #fff !important;
    }
    

    body.index .main__top.inner.menu-f.minu-add-class .main__search-menu__link img{
         display: block;
    }
    .catalog__item-center .catalog__item-center-top .title{
        margin-bottom: 0 !important;

    }
    .catalog__item-line .catalog__item-center {
        margin-left: 0px;
        width: 100%;
        text-align: center;
        padding-bottom: 0px !important;
    }
    .catalog__cart-title {
        text-align: center !important;
    }
    .catalog__cart-title {
        margin-top: 20px !important;
    }
     .catalog__item-star {
        border-radius: 50%;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 10%);
        padding: 15px;
        background-repeat: no-repeat !important;
        background-position: center !important;
    }
    .catalog__item.catalog__item-line{
        border-radius: 0 !important;

    }
    .prod-detail__slider .slide__img-wrap {
        background: transparent;
    }
    .slick-initialized .slick-slide {
        background: transparent;
    }
    .catalog__wrap {
        width: 31% ;
        margin-right: 3.5%;
    }
    .catalog__wrap:nth-child(3n+3){
        margin-right: 0%;
    }
    body .catalog__item {
        padding-left: 0px;
        padding-right: 0px;
    }
    .catalog__item{
        position: relative;
    }
    .download .catalog__item {
        border: none;
    }
    .catalog__wrap {
         padding-right: 0px !important;  
    }
    .download-catalog__list .catalog__item-img {
        margin-bottom: 0px;
    }
    .params-download {
        width: 100%;
    }
    .download-catalog__title {
        width: 100%;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 140%;
        letter-spacing: 0.1em;
        color: #000000;
    }
    .mob-none{
        display: block;
    }
    .container.prod-detail-container{
        position: relative;
    }
    .title-mpbail .detail-title{
        margin-bottom: 20px;
    }
    .breadcrumb__list {
        margin: 30px 0 !important;
    }
    .prod-detail {
        margin-bottom: 25px;
    }
    
    .prod-detail__info {
        flex-direction: column !important;
        align-items: flex-start !important;
    }
    .prod-detail__info-bottom{
        display: flex;
    }
    .prod-detail__info-bottom>div:first-child {
        order: 2;
        margin-left: 10%;
    }
    .params-download{
        order: 2;
        margin-right: 0px !important;
    }

    .view-all:after {
        transition: 0.3s;
    }
    .view-all{
        position: relative;
    }
    .view-all:after {
        transition: 0.3s;
        content: '';
        border-bottom: 1px solid #1f1f1f;
        border-left: 1px solid #1f1f1f;
        position: absolute;
        display: inline-block;
        width: 7px;
        height: 7px;
        right: 10px;
        top: 0px;
        bottom: 0px;
        margin: auto;
        transform: rotate(-45deg);
    }
    .params.container{
        flex-wrap: wrap;
    }
    body.collection  .new-aqwell-sections .collection{
        display: none;
    }
    body.collection  .new-aqwell-sections .line{
        justify-content: flex-start;
        padding: 20px 20px !important;
    }
    body.collection  .container.catalog-container.align-height-catalog .collection-catalog__item {
        border: none;
    }
    
    .collection-catalog__item{
        padding: 0 !important;
    }
    body.product .catalog-next .show-more.catalog-section.container.bx-blue .pagenav-load-more-item.row.product-item-list-col-4 .col-xs-12.product-item-small-card  .row.custom-product-list-catalog-card.tablet .col-xs-6.col-md-4{
        width: 33%;
    }
    body.product .catalog-next .show-more.catalog-section.container.bx-blue .pagenav-load-more-item.row.product-item-list-col-4 .col-xs-12.product-item-small-card  .row.custom-product-list-catalog-card.tablet .col-xs-6.col-md-4 .detail-price-card{
        display: none;
    }
    body.product .catalog-next .show-more.catalog-section.container.bx-blue .pagenav-load-more-item.row.product-item-list-col-4 .col-xs-12.product-item-small-card  .row.custom-product-list-catalog-card.tablet .col-xs-6.col-md-4 .catalog__item.collection__catalog-item{
        padding-top: 0px;
    } 
    body.product .row.custom-product-list-catalog-card .catalog__item-img.response-img.contain {
        margin-bottom: 0px;
    }
    body.product  .params .container {
        flex-wrap: wrap !important;
    }
    .params-info.params-view.info-hide{
        order: 1 !important;
        padding-left: 0px;

    }
    .detail-catalog__slider .catalog__item-slide, .detail-catalog__sim-slider .catalog__item-slide {
        width: 30%;
        margin-bottom: 30px;
    }
    /* .detail-catalog  .container {
        padding: 0 !important;
    
    } */
    
    .about .container{
        flex-direction: row;
        flex-wrap: wrap;
    }
    .about .container img{
        order: 2;
        width: 45%;
    }
    .about .container > div{
      order: 3 !important;
      width: 45%;
    }
    .about .container .params-head.mob-none{
        order: 1 !important;
        width: 100% !important;
      }
    .about img {
        object-fit: cover;
    }
    .main__search-menu__item.none-mobile .search-form .search-send {
        width: 22px;
        height: 21px;
        background: url(/local/templates/aqwella-new/img/poisk.png);
        background-repeat: no-repeat;
        background-position: center;
    }
    .search-suggest {
        z-index: 9999;
    }
    body .main__top-menu .custom-new-menu.main__top-menu__list li a.opensearch{
        padding: 0 !important;
    }
    .main__search-menu__list{
        margin-bottom: 0px !important;
    }
    .burger{
        margin-bottom: 0;
        margin-left: 30px;
        margin-right: 0;
        order: 1;
    }
    .container.footer-container.footer-mob-non{
        display: none !important;
    }
    .footer-mob-blok{
        display: flex !important;
    }
    .footer-soc .i,
    .footer-soc .f,
    .footer-soc .v,
    .footer-soc .y {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 40px !important;
        height: 40px !important;
    }
    .footer-soc{
      width: 100% !important;
      justify-content: flex-start;
    }
    .footer-soc a {
        margin-left: 0px !important;
        margin-right: 20px;
    }
    .footer-info {
        text-align: start !important;
        padding: 0 !important;
    }
    .footer-info > div{
        margin-top: 40px;

    }
    .copyright{
        margin-top: 60px;
    }
    .footer-form{
        margin-top: 0px;
    }
    
    .company-container iframe {
        height: 400px !important;
    }
    body.index  .container {
        max-width: 700px !important;
        width: 700px !important;
    }
    body.index  .features__content-block img {
        height: 30px;
        width: 30px;
    }
    .features__content-block__text p {
        border-left: none;
    }
    
    .collection-catalog__wrap {
        margin-bottom: 20px;
    }
    body.collection .row.custom-product-list-catalog-card>.product-item-big-card, .new-collection-detail-page .align-height-inner .catalog__wrap, body .favorite-items.align-height .fav-new-elem {
    flex: 0 0 33.333%;
    }
    .catalog__item .catalog__item-star {
        border: 50px;
        background-color: 50%;
        border-radius: 50%;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 10%);
        padding: 15px;
    }
    .download-wrap.test.mob-blokc{
        display: flex;
    }
    .detail-info__top {
        margin: 0px 0;
    }
    .detail-slider {
         margin-top: 0px; 
            margin-bottom: 40px;
    }
    .detail-info.collection-detail-custom .detail-info__top .name-block .aftername {
         margin-top: 0px !important; 
    }
    .contacts-info-79{
        width: 100% !important;
    }
    .mob-map-non-768{
        display: none;
    }
    body.contacts  section{
        padding: 0px 40px;
    }
    body.contacts  section.map{
        padding: 0px 0px;
    }
    body.collection .catalog__item-star.addToFavorite {
        display: none;
    }
    body.contacts .breadcrumb__list{
        padding: 0px 40px;
    }
    body.contacts .title{
        font-size: 50px;
    }
    body.contacts .cform-form{
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    body.contacts .cform-form>div {
        width: 48%;
    }
    body.contacts .cform-form textarea {
        margin-left: 0;
        margin-top: 0px;
    }
    body.contacts .cform-form textarea {
        height: 83%;
    }
    body.contacts .cform-form>div:nth-child(5) {
        width: 100%;
    }
    body.contacts .personal .btn {
        width: 40%;
    }
    .contacts.mob-map-768P{
        margin-bottom: 20px;
    }
    .container.detail-container p:nth-child(2){
        margin: 25px 0px;
    }
    body.o-kompanii .container {
        max-width: 700px !important;
        width: 700px !important;
    }
    .text-block iframe {
        width: 700px;
        height: 380px;
        
    }
    .main__top.inner{
        z-index: 11 !important;
    }
    /* .westpower-filter .price-block {
         margin: 20px 0px ; 
    }
    .westpower-filter .price-block, .westpower-filter .filter-item .selected {
        padding: 30px 6px !important;
        padding-top: 0px!important;
    }
    padding-bottom: 0px !important;
    .price-block{
    margin-bottom: 0px!important;
    }
    .westpower-filter  .col-md-2.col-sm-2.col-xs-2.filter-item.single{
        padding-right: 10px;
    } */
    .filter-item[data-prop="SORTING"]{
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .filter-item[data-prop="SORTING"] .selected {
        width: 95%;
        
    }
    body .catalog__item-desc {
        height: 135px !important;
    }
    .new-collection-detail-page .collection__catalog-item {
        padding: 0px 30px 0px !important;
    }   
    .new-collection-detail-page .collection__catalog-item .catalog__item-img.response-img.contain img {
        max-height: 260px !important;
        padding-top: 20px;
    }
    .new-collection-detail-page .collection__catalog-item .catalog__item-img.response-img.contain {
        margin-bottom: 0px;
        height: 200px;
    }
    .new-collection-detail-page .collection__catalog-item {
        height: 100% !important;
    }
    .detail-info.collection-detail-custom{
        margin-bottom: 30px;
    }
    .personal{
        order: 2;
    }
    .g-recaptcha{
        order: 1;
        margin-bottom: 20px;
    }
    .download-catalog__list.align-height-catalog .catalog__item-star {
        top: 0px !important;
    }
    .pagenav {
        float: none !important;
        margin-top: 0px !important;
    }
    
    .main__slider .slick-slide img {
        width: 100% !important;
        object-fit: contain;
        height: 100% !important;
        aspect-ratio: auto;
    }
    body .main__slider .container .block {
        z-index: 9999;
    }
    .scroll-to-top {
        z-index: 9;
    }
    .detail-info__bottom-content{
        font-size: 15px;
    }
/* 
    .prod-detail__slider .slide__img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        max-height: 100%!important;
    } */
    .detail-name,
    .detail-dop,
    .detail-info,
    .detail-size,
    .catalog__cart-article,
    .catalog__cart-article{
        font-family: 'Circe-Regular', sans-serif !important;
    }
    /* body .main-title {
        color: #000!important;
    }
    body .main__slider .container .block .btn {
        color: #000 !important;
    } */
    .collection-detail_img{
        height: 100% !important;
        width: 100% !important;
    }
    .collection-detail-slider {
        max-height: 100% !important;
    }
    .slick-track{
        height: 100% !important;
    }
    /* .collection-detail-slider .slick-slide.slick-current {
        height:  750px !important;
    } */
    /* .row{
        margin-right: 0px !important;
        margin-left: 0px !important;
    } */
    body.product .detail-catalog  .slick-slide {
        min-height: 440px !important;
    }
    body.product .detail-catalog .catalog__item-cart {
        flex: 1 !important;
    }
    .mobil-none{
        display: none;
    }
    .row--none  .row{
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
    .wash-popup {
        color: #333;
    }
    .detail-title {
        line-height: 42px;
    }

    .catalog-section.container .product-item-list-col-4 .product-item-small-card>.row{
        display: flex;
        flex-wrap:wrap;
    }
    .catalog-section.container .product-item-list-col-4 .product-item-small-card>.row .product-item-container{
        height:100%;
        padding-bottom:15px;
    }
    .catalog-section.container .product-item-list-col-4 .product-item-small-card>.row .product-item-container .catalog__item-line{
        height:100%!important;
    }
}

.detail-catalog__slider .catalog__item-slide, .detail-catalog__sim-slider .catalog__item-slide {
    margin-bottom: 30px;
}
body.collection .collection{
 margin-bottom: 30px;
}

.contacts {
    margin-bottom: 0px !important; 
}



@media screen and (max-width:1000px){
    .catalog.aqwella_5_stars .catalog__cart-article{
        word-break: break-all;
    }
}

@media(max-width: 760px) {
    .prod-detail-container {
        grid-template-columns: 360px auto;
    }
    .prod-detail__slider-wrap {
        height: 423px;
    }
}

@media(max-width: 650px) {
    .prod-detail_zoom_icon {
        display: none;
    }
    .prod-detail-container {
        grid-template-columns: 100%;
        grid-template-areas:
        "slider"
        "info";
        row-gap: 30px;
    }
    .prod-detail__slider-mini {
        display: none;
    }
    div.dop-btns {
        top: 10px !important;
        right: 10px !important;
    }
    .dop-btns__label {
        font-size: 10px;
    }
    section.prod-detail {
        margin-bottom: 30px;
    }
    .prod-detail__slider .slick-arrow:first-of-type {
        left: 10px;
    }
    .prod-detail__slider .slick-arrow:last-of-type {
        right: 10px;
    }
    .prod-detail__slider .slick-slide {
        padding: 0;
    }
    .prod-detail__info-wrap {
        display: flex;
        flex-direction: column;
    }
    .detail-price {
        order: 2;
        margin: 30px 0 0;
    }
    .bx-products-identical div.bx-color {
        margin-bottom: 10px;
    }
    div.d-char {
        padding-top: 20px;
    }
    .d-char__color .d-char__imgs {
        gap: 10px;
    }
    .d-char .d-char__color .d-char__imgs .d-char__img {
        width: 50px;
        height: 58px;
    }
     .slick-slide.slick-current {
        height: 450px !important;
    }
    .new-collection-detail-page .collection__catalog-item{
        padding: 0px 10px 0px !important;
    }
    .catalog__cart-title{
        letter-spacing: 0px;
    }
    .slick-slide.slick-current{
        height: 100% !important;
    }   
    /* .detail-slide.slick-slide{
        height: 500px;
    } */
    /* .collection-detail-slider .slick-slide.slick-current {
        height: 450px !important;
    } */

    .collection-detail_img {
        height: 450px !important;
        width: 450px !important;
    }
    body .catalog__item-desc {
        height: 135px !important;
        margin-bottom: 20px;
    }
    .text-block iframe {
        max-width: 700px;
        max-height: 380px;
        width: 100%;
        height:100%;
        margin-bottom: 30px;

    }
    body.o-kompanii .container {
        max-width: 100% !important;
        width: 100% !important;
    }
    body.o-kompanii .company-container{
        width: 87%;
        margin: 0 auto;
    }
    /* .pagenav-load-more-item.row.product-item-list-col-4 .col-xs-12.product-item-small-card .row .col-xs-12.col-md-12:nth-child(1){
        display: none;
    } */
    .prod-detail__slider {
        width: 100%;
    }
    .prod-detail__slider {
        width: 100% !important;
    }
    .detail-slider .slick-dots,
    .prod-detail__slider .slick-dots {
        display: flex !important;
        justify-content: center;
        position: static;
        top: unset;
        right: unset;
        transform: unset;
    }
    body.contacts section {
        padding: 0px 0px;
    }
    body.contacts .personal span {
        width: 40%;
    }
    body.contacts .personal {
      margin-bottom: 20px;
    }
    body.contacts .cform-form>div {
        width: 100%;
    }
    body.contacts .cform-form textarea {
        height: 100%;
    }
    body.contacts .cform-form>div:nth-child(5) {
        width: 100%;
    }
    body.contacts .title {
        font-size: 40px;
    }
    body.contacts .сform{
        order: 2;
    }
    .mob-map-non-768{
        display: block;
    }
    .mob-map-768{
        display: none;
    }
    
    body .container {
        width: 100% !important;
        padding: 0px 20px!important;
    }
    body.collection .row.custom-product-list-catalog-card>.product-item-big-card, .new-collection-detail-page .align-height-inner .catalog__wrap, body .favorite-items.align-height .fav-new-elem {
        flex: 0 0 49%;
    }
    .params, .about, .detail-catalog, .prod-detail__info, .detail-catalog {
        padding: 0px 40px !important;
    }
    .close-in.mobile-menu-top-item {
        padding-top: 0px !important;
    }
    .about .container img{
        order: 2;
        width: 100%;
    }
    .about .container > div{
      order: 3 !important;
      width: 100%;
    }
    .about .container .params-head.mob-none{
        order: 1 !important;
        width: 100% !important;
      }

    .detail-catalog__slider .catalog__item-slide, .detail-catalog__sim-slider .catalog__item-slide {
        width: 44%;
    }
    /* .slick-list.draggable{
        height: 100%!important;
    } */
    
    
    .catalog__item .catalog__item-star {
        background-size: 15px;
    }
    .collection-fl {
        flex-wrap: wrap;
    }
    body .collection-fl>* {
        width: 280px !important;
    }
    body .collection-fl a {
        margin-bottom: 20px;
    }
    .form-info {
        align-items: center;
    }
    .form-info>.select-open {
        width: 280px !important;
    }
    body .ajax-map-where .align-info {
        height: 350px;
    }

    body .ajax-map-where .where-map-in {
        margin-top: 10px;
        margin-bottom: -60px;
        height: 200px;
        overflow: hidden;
    }
    body .align-height-catalog a {
        margin-bottom: 30px;
    }
    body .detail-info.collection-detail-custom .detail-info__top .name-block .name {
        font-size: 36px;
    }
    body .filter-container-btn {
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        width: 100%;
        height: 50px;
        background-color: #CABA9E;
        color: #fff;
        font-size: 16px;
        cursor: pointer;
    }
    .filter-container {
        height: 0;
        overflow: hidden;
        transition: 1s;
    }
    body .filter-container.filter-container-open {
        height: auto !important;
        transition: 1s;
    }
    body .container:not(.prod-detail-container) {
        max-width: 450px !important;
    }
    div.prod-detail__info {
        max-width: 450px !important;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .prod-detail__slider-wrap {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
        height: unset !important;
    }
    .slide__img-wrap a {
        position: relative;
        padding-bottom: 100%;
        width: 100%;
        height: 0 !important;
    }
    .prod-detail__slider .slide__img-wrap img {
        position: absolute;
    }
    .info__block-bottom {
        padding: 0 10px 10px;
    }
    .info__block-bottom__title {
        margin-bottom: 10px;
        font-size: 18px;
    }
    .company-container {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
    .company-left {
        width: 100%;
        margin-bottom: 30px;
    }
    .company-right {
        width: 100%;
    }
    .info__block-bottom img {
        margin: 15px 0;
    }
    .info__block-bottom>div:first-child {
        height: 60px;
    }
            .catalog__wrap  {
        width: 100%;
    }
        .catalog__item-star {
        right: 17px;
    }
    .catalog__item-star:nth-child(2) {
        right: 15px;
    }
    .download-catalog {
        margin-bottom: 40px;
    }
    .download .params-download {
        margin-bottom: 70px;
    }
    .collection-catalog__wrap {
        width: 50%;
    }
    .collection-catalog__wrap {
        padding: 0 !important;
    }
    .form-info {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
    .form-title {
        width: 280px;
        white-space: nowrap;
        font-size: 18px;
        word-spacing: -85px;
    }
    .form-subtitle {
        width: 280px;
    }
    .form {
        padding: 0 10px;
        padding-bottom: 30px;
    }
    .form select {
        width: 280px;
    }
    .form-submit input {
        width: 280px;
    }
        .back a {
        font-size: 50px;
    }
    .back img {
        transform: scale(.6);
    }
    .catalog__wrap {
        padding-right: 0;
    }
    .detail-info__top-title {
        margin-right: 30px;
        font-size: 100px;
    }
    .detail-info__bottom {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
    .detail-info__bottom-info {
        margin-top: 20px;
    }
    .download-wrap {
        margin-top: 30px !important;
    }
    .inner {
        padding: 20px 40px;
    }
    .collection-slider__item-center {
        font-size: 70px;
    }
    .collection-slider__item-link {
        margin-bottom: 20px;
    }
    .adress .container {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
    .adress .container>div {
        width: 100%;
    }
    .adress-st__row {
        margin-right: 0;
        padding: 15px 0;
    }
    .adress-st {
        margin-bottom: 30px;
    }
    .adress-map iframe {
        height: 350px;
    }
    .contacts-info>div {
        width: 100%;
        margin-bottom: 15px;
    }
    .contacts-info>div>div {
        width: 100%;
    }
    .contacts-info {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
    .personal .btn {
        margin-left: 45px;
    }
    .prod-detail__slider-mini {
        display: none !important;
    }
    .prod-detail .slick-slide {
        padding: 0 40px;
    }
    .invert {
        flex-direction: column-reverse;
    }
    .company-right__img {
        margin-top: 0;
    }
    .catalog__item-line .white {
        width: 140px;
        font-size: 12px;
    }
    .catalog__item-line .catalog__item-left {
        width: 30%;
    }
    .prod-filter select {
        width: 100%;
    }
    .prod-filter .filter-container>div:first-child {
        width: 100%;
    }
    .prod-filter .position {
        justify-content: flex-start;
    }
    .prod-filter .position .card {
        margin-left: 0;
    }
    .catalog__item-line .catalog__item-right {
        flex-wrap: wrap;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
    }
    .catalog__item-line .catalog__item-right>div {
        margin-top: 15px;
    }
    body .product-item-image-wrapper {
        padding-top: 65%;
    }

    .favorite-items {
        justify-content: center;
    }
    .adress .container>div {
        min-height: 240px;
    }
    .adress .container {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        justify-content: space-between;
    }
    .adress .container .clmn {
        width: 50%;
    }
    .filter-container > * {
        width: 100%;
    }
    .download .params-download {
        width: 100%;
    }
    .instagramm-block {
        width: 100%;
        margin: 0 auto;
    }
    .breadcrumb__list { 
        margin: 30px auto !important;
    }
    body.index .container {
        width: 90% !important;
    }
    .collection {
        margin-bottom:0px !important;
    }
    .main__slider.slick-initialized.slick-slider{
        /*height: 700px;*/
    }
    .params, .about, .detail-catalog, .prod-detail__info, .detail-catalog {
        padding: 0px 0px !important;
    }
}

@media (max-width: 490px) {
    div.prod-detail__info {
        padding: 0 !important;
    }
}

@media (max-width: 375px) {
    .prod-detail__slider-wrap {
        height: 320px;
    }
}

.catalog-container.align-height-catalog .catalog__section-img.response-img img {
    width: 200px !important;
    height: 300px !important;
    object-fit: cover;
}


@media(max-width: 650px) {
    .collection-detail_img {
        height: 400px !important;
        width: 400px !important;
    }
    
    .star.addToFavorite {
        display: none;
    }
    .info__block-top{
        display: none;
    }
    .slick-dots li button{
        font-size: 0;
        padding: 3px;
        border-radius: 50%;
        border: none;
        background: #FFFFFF;
        opacity: 0.5;
    }
    .slick-dots li{
        margin-left: 3px;
        margin-right: 3px;
    }
    .slick-dots li.slick-active button{
        opacity: 1;
    }
    .detail-slider .slick-dots li button,
    .prod-detail__slider .slick-dots li button {
        background: #333;
        width: 20px;
        height: 3px;
        padding: 0;
        border-radius: 20%;
    }
    
    .slick-dots{
        position: absolute;
        top: 72%;
        display: flex !important;
        right: 50%;
        transform: translate(50%, 50%);
    }
    .mob-min-non{
        display: block;
    }
    .main__search-menu__item-f.mob-min-non {
        margin-right: 25px;
    }

    body.collection .star.addToFavorite {
        display: block !important;
    }
    .main__search-menu__item-f.mob-min-non .main__search-menu__link{
        font-size: 0;
    }
    .params,
    .about,
    .detail-catalog,
    .prod-detail__info,
    .detail-catalog{
        padding: 0px 20px;
    }
    
    .features{
        display: none;

    }
    .burger {
     margin-left: 0px; 
    }
    .main__search-menu__item.none-mobile.trter{
      display: block;
    }
    body .main__search-menu__item:last-child {
    margin-left: 0px;
    margin-right: 10px;
    }
    .main__search-menu__item.none-mobile{
        display: none;
    }
    .slide__img-wrap img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .about img {
        display: block !important;
    }

    .btn.white{
        width: 100%!important;
    }
    .prod-detail__info-bottom{
        width: 100%;
    }
    .prod-detail__info-bottom div:nth-child(1),
    .prod-detail__info-bottom div:nth-child(2){
        width: 60%;

    }
    body .collection-detail-slider .arr-wrap {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: transparent;
        box-shadow: none;
        left: 0;
        top: 45%;
    }
    body .arr-wrap:last-child {
        right: 0 !important;
        left: auto;
    }
    .new-collection-detail-page .collection-detail-slider .slick-arrow {
        filter: invert(1);
    }
    .favorite-items.align-height .favorite-element__img {
        height: 50%;
        object-fit: contain;
    }
    .favorite-section__img {
        margin-bottom: 10px !important;
    }
    .favorite-items.align-height .favorite-section__img {
        height: 65%;
        object-fit: contain;
    }
    .favorite-section .inner-favor-align {
        padding-top: 10px !important;
    }
    .coll-title {
        font-size: 12px;
    }
    .detail-container img {
        height: auto !important;
    }
    .company-right__img {
        height: auto;
    }
    .news-detail img {
        object-fit: contain;
        height: auto;
    }
    body .contacts {
        margin-bottom: 30px;
    }
    body .main__top-menu .root-item {
        font-family: "Cormorant";
        font-size: 20px;
    }
    body .main__top-menu .main__top-menu__list li a {
        font-family: "Cormorant";
        font-size: 20px;
    }
    body .main__top-menu .search-form .search-send {
        font-family: "Cormorant";
        font-size: 20px;
    }
    body .main__top-menu .close-menu {
        font-family: "Cormorant";
    }
    body .main__slider .container .block {
        top:auto;
        bottom:40px;
        left: 30%;
        /*top: 56%;*/
    }
    body .main-title  {
        font-size: 50px;
    }
    body .main__slider .container .block .btn {
        font-size: 12px;
    }
    .collection-catalog__wrap .catalog__item-star {
        background-position: center !important;
        background-repeat: no-repeat !important;
    }
    .main__top-menu .root-item {
        font-size: 18px;
    }
    body .main__top-menu__list li a {
        font-size: 18px;
    }
    body .search-form .search-send {
        font-size: 18px;
    }
    body .main__top-menu__list>li {
        padding: 15px 0 15px 10px;
    }
    body .footer-form input {
        height: 30px;
    }
    body .sender-btn {
        min-width: 30px;
        width: 30px;
        height: 30px;
        margin-left: 35px;
        color: #fff;
    }
    .detail-popup .popup-wrap {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
    .detail-popup .popup-wrap>div {
        height: auto;
        width: 100%;
    }
    /*.main__top {
        left: 10px;
        right: 10px;
    }*/
    /*.breadcrumb__list {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }*/
    .news {
        margin-bottom: -50px;
    }
    .news-link {
        width: 50%;
        margin-left: 0px; 
    }
    .catalog__item-star {
        right: 14px;
    }
    body .download .params-download {
        margin-bottom: -20px;
    }
    .container .map {
        margin-bottom: 40px;
    }
    .container .company__slider {
        margin-bottom: -40px !important;
    }
    .company__slider .slick-arrow:first-child {
        left: -20px;
    }
    .company__slider .slick-arrow:last-child {
        right: -20px;
    }
    .company-container .company-right {
        margin-top: 0;
    }
    .company-container .company-left {
        padding-right: 0;
    }
    .footer-form__title {
        margin-top: 40px;
    }
    .detail-catalog .slick-arrow:first-child {
        left: -20px;
    }
    .detail-catalog .slick-arrow:last-child {
        right: -20px;
    }
    .params-info {
        padding-left: 0;
    }
    .prod-detail .slick-slide {
        padding: 0;
    }
    .company .company-left__link {
        width: 100%;
    }
    .bottom-form__right .personal {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    .bottom-form__right .personal>div {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        width: 100%;
    }
    .bottom-form__right .personal>div .btn {
        margin-left: 0;
        margin-top: 10px;
    }
    .bottom-form__right .personal>div span {
        margin-top: 0;
    }
    .form-info .select-open {
        margin-left: 0;
        width: 100%;
    }
    .cform-form input {
        margin-bottom: 10px;
    }
    .cform-form input {
        height: 40px;
    }
    .favotites-bottom .title {
        margin-bottom: 20px !important;
    }
    .cform-form textarea {
        padding-left: 10px;
        padding-top: 10px;
        font-size: 12px;
    }
    .cform-form input {
        padding-left: 10px;
        font-size: 12px;
    }
    .bottom-form__right {
        margin-top: 10px;
    }
    .cform-form textarea {
        margin-top: 20px;
    }
    .bottom-form__right .btn {
        height: 40px;
    }
    body .favorite-items .favorite-element,body .favorite-items .favorite-section {
        height: 380px !important;
    }
    body .favorite-items {
        justify-content: space-between;
    }
    body .favorite-items .favorite-element,body .favorite-items .favorite-section {
        width: 48%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .addToFavorite {
        transform: scale(1);
    }
    .catalog__item-line .star-line,.collection-catalog__wrap .catalog__item-star {
        background-position: center;
        background-repeat: no-repeat;
    }
    .prod-detail__info-bottom .addToFavorite {
        transform: scale(1);
    }
    .detail-info__bottom-info .addToFavorite {
        transform: scale(1);
    }
    .close {
        z-index: 0;
    }
    .form .form-title {
        margin-top: 10px;
        position: relative;
        height: 190px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        overflow: hidden;
    }
    .form .form-title img {
        position: absolute;
        left: 14px;
    }
    body>.col-xs-12 {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
    body .adress {
        height: auto;
    }
    .main {
        margin-bottom: 0px;
    }
    .info {
        margin-top: 30px;
    }
    .features {
        margin-top: 20px;
    }
    .info {
        margin-bottom: 0;
    }
    .select-open .subselect {
        padding-left: 0;
        z-index: 1;
    }
    .form-info .subselect-active .select-wrap {
        padding-left: 0px;
        padding-right: 10px;
        margin: 0 10px;
        border-bottom: 1px solid #fff;
    }
    .form-info .subselect-active .select-wrap:last-child {
        border-bottom: 0;
    }
    .absolute {
        box-shadow: none !important;
    }
    .filter-list__check {
        border-bottom: 1px solid rgba(0,0,0,.1);
    }
    .adress .online-page .clmn {
        width: 100%;
        height: auto !important;
        min-height: 0 !important;
        margin-bottom: 30px;
    }

    .adress .online-page {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        justify-content: flex-start;
        flex-wrap: nowrap;
    }
    .catalog__item-center-top .title {
        margin-top: 10px;
        margin-bottom: 10px!important;
    }
    .back-link .back-coll {
        width: 30px;
        height: 30px;
        background-size: contain;
    }
    .adress-st__row {
        font-size: 12px;
    }
    .collection-slider__item {
        margin-right: 0;
        margin-left: 0;
    }
    .collection-slider .slick-arrow:first-child {
        left: -25px;
        transform: scale(0.5);
    }
    .collection-slider .slick-arrow:last-child {
        right: -25px;
        transform: scale(0.5);
    }
    .main__top-menu__list>li>ul>li {
        margin: 10px 0;
    }
    .footer {
        padding-top: 0px;
    }
    .footer-logo>div {
        margin-bottom: 0;

    }
    .footer-form {
        order: 0;
        margin-bottom: 20px;
        width: 100%;
    }
    .footer-soc {
        order: 0;
        margin-bottom: 20px;
    }
    .footer-info {
        width: 55%;
        padding-left: 0;
    }
    .footer-logo {
        width: 100%;
    }
    .footer-logo img {
        width: 125px;
    }
    .coordinates {
        min-width: 85px;
    }
    .adress-st__row>div:first-child {
        min-width: 95px;
    }
    .adress .container .clmn {
        width: 100%;
    }
    body .container {
        width: 100% !important;
        padding: 0;
    }
    .news-item {
        width: 100%;
        display: flex;
        border: none;
    }
    .news-content{
        width: 100%;
        margin-left: 0;
    }
    .main__slider img {
        left: 10px;
    }
    .main__slider img:first-child {
        z-index: 1;
    }
    .slick-arrow {
        z-index: 1;
        transform: scale(.5);
    }
    .main__slider img:last-child {
        right: 10px;
        z-index: 0;
    }
    .main__top-menu__list {
        right: -10px;
    }
    .main__top-menu__list a {
        font-size: 12px;
    }
    .main__top>div:first-child {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
    }
    .info-container {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
    .info__block-top {
        margin-bottom: 0;
    }
    .info__block {
        width: 100%;
        margin-bottom: 30px;
    }
    .download-catalog__title {
        width: 290px;
    }
    .catalog__wrap {
        padding-right: 0;
    }
    .detail-info__top {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        align-items: flex-start;
    }
    .detail-info__top-title {
        margin-bottom: 20px;
    }
    .back a {
        font-size: 38px;
    }
    .collection-slider__item {
        padding-right: 6px;
    }
    .adress-st__row>div:first-child {
        width: 120px;
        min-width: 100px;
        padding-left: 5px;
    }
    .adress-st__number {
        white-space: nowrap;
    }
    .adress-filter select,.adress-filter input{
        width: 40%;
    }
    .captcha {
        flex-wrap: wrap;
    }
    .captcha input {
        margin-left: 0;
        margin-top: 20px;
    }
    .personal {
        flex-wrap: wrap;
    }
    .cform-form input:last-child {
        margin-left: 0;
        margin-top: 10px;
    }
    .personal span {
        margin-top: 10px;
        width: 80%;
    }
    .personal .checkbox {
        margin-top: 10px !important;
    }
    .contacts {
        margin-bottom: 50px;
    }
    .сform {
        margin-bottom: -30px;
    }
    .footer {
        margin-top: 80px;
        padding: 40px 20px;
    }
    .prod-detail__info {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        align-items: flex-start;
    }
    .prod-detail__info-bottom {
        flex-wrap: nowrap;
        gap: 20px;
        margin-top: 30px;
    }
    .btn.prod-detail__info-btn {
        height: 50px;
    }
    .params .container {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
    .params .container> div {
        width: 100%;
    }
    .params-download .params-head {
        margin-bottom: 10px;
    }
    .params-info {
        margin-top: 40px;
    }
    body .detail-catalog {
        margin-bottom: 30px;
    }
    body .detail-catalog .params-head {
        margin-bottom: 20px;
    }
    .params {
        margin: 40px 0;
    }
    .detail-catalog,.detail-catalog,.about {
        margin-bottom: 0px;
    }
    .params-download {
        width: 100%;
    }
    .footer .footer-form .footer-send .bx-input-group>input {
        width: 134px;
    }
    .footer-soc a {
        margin-left: 10px;
    }
    .company__slider .slick-track {
        justify-content: center;
    }
    .collection-slider__item-link {
        width: 168px;
    }
    .back a {
        white-space: nowrap;
    }
    .catalog__item-line .catalog__item-left, .catalog__item-line .catalog__item-center {
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: center;
        align-items: center;

    }
    .catalog__item-line .catalog__item-center-bottom {
        align-items: center;
    }
    .catalog__item-line .catalog__item-right-bottom {
        flex-wrap: wrap;
    }
    body .catalog__item-right-bottom .white:last-child {
        display: none;
    }
    .catalog__item-line .catalog__item-right {
        margin-right: 0;
        padding: 0;
        align-items: center;
        justify-content: center;
    }
    .catalog__item-line .catalog__item-right .catalog__item-right-top{
        margin-top: 0;
    }
    body .catalog__item-right-bottom .white {
        width: 100%;
    }
    .catalog__item-center-bottom>div {
        justify-content: space-between;
    }
    body .catalog__item-center-bottom>div>span {
        margin-right: 0;
    }
    body .product-item-big-card {
        width: 100%;
    }
    body .product-item-image-wrapper {
        padding-top: 50%;
    }
    .contact-line .container {
        flex-wrap: wrap;
    }
    .contact-line .container select {
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
    }
    .to-top {
        bottom: -18px;
        right: 4px;
    }
    .info__block-bottom__title {
        margin-top: 30px;
    }
    .info__block-bottom__subtitle {
        margin-top: 20px;
    }
    .catalog__item.catalog__item-line .detail-dop__proportions {
        display: none;
    }
    .news-detail .row .detail-block .text-block{
        margin-bottom: 18px;
    }
    .news-detail .row .detail-block .module-gallery-list li{
        padding: 2px
    }
    .news-detail .row .detail-block .module-gallery-list li{
        padding: 2px
    }
    .news-detail .row .detail-block .col-md-6{
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .new-collection-detail-page .back-bottom a {
        font-size: 40px;
    }
    .pagenav{
        display: flex!important;
    }
    .company-container iframe{
        height: 360px!important;
    }
    .about-company-video{
        height: 360px!important;
    }
    body .news-list__img-wrap {
        width: 100%;
        margin-bottom: 25px;
    }
    .catalog-next .col-xs-12.product-item-small-card .col-xs-12.col-md-12 {
        width: 45%;
        margin-right: 2.5%;
        margin-left: 2.5%;
    }
    .catalog-next .col-xs-12.product-item-small-card .col-xs-12.col-md-12:nth-child(3n+3) {
        margin-right: 2.5%;
        margin-left: 2.5%;
    }
    .catalog__item-left a img {
        height: 160px !important;
    }
    .westpower-filter .filter-item.open .selected:before, .westpower-filter .filter-item.open .selected:after {
        right: 3% !important;
    }
    .filter-container-btn{
        padding-left: 15px;
    }
    .westpower-filter .button-block {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        justify-content: space-between;
        display: flex !important;
        padding-left: 15px !important;
    }
    .westpower-filter .button-block .button {
        padding: 13px !important;
    }
    .download{
        padding-left: 0px;
        padding-right: 0px;

    }
    
    .download-catalog__title {
        width: 100%;
    }
    .catalog__wrap {
        width: 45%;
        margin-right: 2.5%;
        margin-left: 2.5%;
    }
    .catalog__wrap::nth-child(3n+3) {
        margin-right: 2.5%;
        margin-left: 2.5%;
    }
    .container.footer-container.footer-mob-blok{
        flex-direction: column;
    }
    .copyright {
        margin-top: 0px;
    }
    .catalog__item-star img.download {
        width: auto;
        min-width: 18px;
        height: 20px;
    }
    .download-catalog__list.align-height-catalog .catalog__item .response-img {
        height: 200px  !important;
    }
    .catalog-container.align-height-catalog .catalog__section-img.response-img img {
        width: 150px !important;
        height: 225px !important;
        object-fit: cover;
    }
    .catalog-container.align-height-catalog .catalog__section-img.response-img {
        height: 225px !important;
    }

    .detail-catalog .catalog__item-img {
        height: 200px;
        width: 139px;
    }
    .detail-catalog .catalog__item {
        height: 220px;
    }
    
}
@media(max-width: 375px){
    .prod-detail__info-bottom {
        flex-direction: column;
    }
    .detail-catalog .catalog__item-img {
        height: 180px;
        width: 120px;
    }
    
    .collection-detail_img {
        height: 370px !important;
        width: 370px !important;
    }
    /* .collection-detail-slider .slick-slide.slick-current {
        height: 400px !important;
    } */
    .line span:after {
        display: none;
    }
    .detail-info.collection-detail-custom .detail-info__top .name-block .aftername {
        margin-left: 0px ;
    }
    .catalog__item-desc {
        margin-bottom: 0px;
    }

    .detail-catalog__slider .catalog__item-slide, .detail-catalog__sim-slider .catalog__item-slide {
        width: 43%;
    }
    .detail-title {
        line-height: 40px;
    }
    .slide__img-wrap{
        margin-left: 0 !important;
    }
    
    
}
@media (max-width: 360px){
    .detail-catalog .catalog__item-img {
        height: 150px;
        width: 92px;
    }
}
@media (max-width: 320px){

    .collection-detail_img {
        height: 320px !important;
        width: 320px !important;
    }
    .collection-detail-slider {
        height: 350px !important;
    }
    /* .collection-detail-slider .slick-slide.slick-current {
        height: 350px !important;
    } */
    .detail-catalog__slider .catalog__item-slide, .detail-catalog__sim-slider .catalog__item-slide {
        width: 41%;
    }
    .catalog__cart-title{
        height: 19px;
    }
}
.bx_subscribe_submit_container .btn-subscribe:hover {
    background-color: #565655;
}
.footer-soc a {
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
}
.footer-soc .f {
    transition: .3s;
    background-image: url(/local/templates/aqwella-new/img/f1.png);
}
.footer-soc .i {
    transition: .3s;
    background-image: url(/local/templates/aqwella-new/img/i1.png);
}
.footer-soc .y {
    transition: .3s;
    background-image: url(/local/templates/aqwella-new/img/you-tube.png);
}
.footer-soc .v {
    transition: .3s;
    background-image: url(/local/templates/aqwella-new/img/vk1.png);
}

.footer-soc .f:hover {
    transition: .3s;
    background-image: url(/local/templates/aqwella-new/img/f2.png);
}
.footer-soc .i:hover {
    transition: .3s;
    background-image: url(/local/templates/aqwella-new/img/i2.png);
}
.footer-soc .y:hover {
    transition: .3s;
    background-image: url(/local/templates/aqwella-new/img/you-tube-hover.png);
}
.footer-soc .v:hover {
    transition: .3s;
    background-image: url(/local/templates/aqwella-new/img/vk2.png);
}

.footer-soc .f:active,.footer-soc .f:focus {
    transition: .3s;
    background-image: url(/local/templates/aqwella-new/img/f3.png);
}
.footer-soc .i:active,.footer-soc .i:focus {
    transition: .3s;
    background-image: url(/local/templates/aqwella-new/img/i3.png);
}
.footer-soc .y:active,.footer-soc .y:focus {
    transition: .3s;
    background-image: url(/local/templates/aqwella-new/img/you-tube-active.png);
}
.footer-soc .v:active,.footer-soc .v:focus {
    transition: .3s;
    background-image: url(/local/templates/aqwella-new/img/vk3.png);
}
.footer-send .btn-subscribe:active, .footer-send .btn-subscribe:focus {
    background-color: #DCC69F;
}
.company-left__link:hover {
    background-color: #DCC69F;
    transition: .3s;
}
.company-left__link:focus, .company-left__link:active {
    background-color: #565655;
}
.footer-mob-blok{
    display: none;
}

@media (max-width: 500px) {
    /*.catalog-next .col-xs-12.product-item-small-card .col-xs-12.col-md-12 {
        width: 100%;
    }*/
    .catalog__item-center .catalog__item-center-top .title a {
        height: unset;
    }
    .fire_hit, .gray_new{
        padding:3px 4px !important;
        font-size:10px;
        margin-top: 5px !important;
        margin-left: 5px !important;
    }
    .catalog__item-center .catalog__item-center-top .title a{
        font-size:16px;
        line-height
    }
    .catalog__item-right .detail-price{
        margin-top: 0px;
        font-size:20px;
        line-height:1.2;

    }
    .catalog__item .catalog__item-star{
        right:5px;
        top:5px;
    }
    .catalog__item-center.activebtn{
        padding-top: 10px !important;
    }
    .catalog__item-left.activebtn{
        padding-top: 0px !important;
    }
    body .catalog__item-line.catalog__item{
        padding-bottom: 0px;
    }
    .catalog__cart-title, .catalog__item-center-top .title {
        height:auto !important;
        margin-top: 0px !important;
    }
    .page-el, .modern-page-first, .modern-page-last{
        line-height:1;
    }
    .catalog__cart-title{
        margin-bottom: 0;
    }
    .catalog__item-center .catalog__item-center-top .title a{
        line-height:1.1;
    }
    .catalog__item-center{
        flex-basis: auto;
    }
    .catalog__item-line .catalog__item-center{
                flex-basis: auto;
        height: auto;
    }
    .catalog__item-line .catalog__item-right{
        height:auto;
    }
}