.news__type--active, .catalog-menu__link--active > a {
    color: rgb(255,255,255) !important;
}

@media only screen and (max-width: 1024px) {
    .header__field {
        width: 100%;
    }
}

.header__toolbar {
    padding-bottom: 10px;
}
@media screen and (max-width: 1024px) {
    .header__toolbar {
        padding-bottom: 5px;
    }
}

.product-card__figure {
    text-align: center;
}

.product-card__img {
    width: auto;
}

li.active > a {
    border-color: #032b80;
    background-color: #032b80;
    color: #fff !important;
}

li.active > a:hover {
    color: #fff !important;
}

.header__btn {
    border: 1px solid #032B80;
    font-size: 14px;
}

.product-card:hover {
    transform: scale(1.04);
    transition: 300ms;
}

.product-card {
    transition: transform 400ms, color 400ms;
}

.catalog-slider__content .product-info__link.link, .showcase__inner .product-info__link.link {
    padding: 8px 58px;
}

.showcase .slick-dots {
    bottom: 100px;
}
@media only screen and (max-width: 991px) {
    .showcase .slick-dots {
        bottom: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .showcase .slick-dots {
        bottom: 10px;
    }
}
.showcase.container .slick-dots {
    left: 5vh;
    margin-left: unset;
}
.promotions__item {
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}
.promotions__item a {
    width: 100%;
}
.promotions__img {
    width: 100% !important;
    margin: 0;
    height: 100%;
}
.promotions__img img {
    width: 100% !important;
    height: 100%;
    margin: 0;
}
.catalog-filters__tabs {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
.product__item b {
    font-weight: 800;
}
.product__item dd:before {
    content: "— ";
}
.product__item.not_list dd:before {
    content: "";
}
.product__item dd {
    margin-top: 9px;
}
.header__logo {
    background: no-repeat top/100% url(/assets/images/logo.svg);
    /* background: no-repeat top/100% url(/assets/images/logo_new-year.svg); */
}
.nav__list a:hover {
    font-weight: 800;
}
.accept-container {
    display: inline-block;
    width: 20%;
}
.product-details__section img {
    max-width: none !important;
    max-height: none !important;
}
@media screen and (max-width: 991px) {
    .product-details__section img {
        width: 100%;
    }
}
.product-carousel__item img {
    max-height: 598px;
}
.product-carousel__thumb img {
    max-height: 185px;
}
.product-carousel__hint {
    position: absolute;
    top: 6px;
    left: 6px;
    font-size: 14px;
    background-color: #383838;
    color: rgb(255, 255, 255);
    padding: 2px 5px;
}
.fancybox-caption {
    background: #383838 !important;
    width: fit-content;
    top: 0;
    height: fit-content;
    padding: 2px 5px !important;
    margin: 0 !important;
}
.fancybox-caption__body {
    width: fit-content;
}
.fancybox-inner > .fancybox-caption {
    display: none;
}
.location__field {
    width: 45%;
}
.news-list .slick-arrow {
    background: unset;
    width: 38px;
    height: 38px;
}
.news-slide-items.slick-vertical .slick-next {
    margin-top: 0;
}
.news-slide-items.slick-vertical .slick-prev {
    margin-bottom: 15px;
}
.news-list__title {
    margin-bottom: 24px;
}
.promotions__item {
    border: 0;
}
.news-list__promotion a {
    width: 100%;
}
.news-list__promotion .news-list__item {
    padding: 0;
    border: 0;
    overflow: hidden;
}
.product .advantages {
    background-color: #ffffff;
    padding: 0;
}
.slider-section {
    margin-top: 100px;
    margin-bottom: 100px;
}
.advantages {
    margin-top: 100px;
}
.slider-section .catalog-product {
    width: min-content !important;
}
.slider-section .catalog-product__figure {
    width: 324px;
}
body > section.advantages p, body > section.advantages .advantage-card div {
    text-align: left !important;
}
.slider-section__items {
    margin: 0;
}
.product-addits .catalog-product__figure {
    width: 340px;
}
.series-description {
    margin-top: 100px;
}
.series-description h2 {
    font-weight: bold;
}
.slider-section .slick-track {
    margin-left: unset;
}
@media screen and (max-width: 1910px) {
    .slider-section .catalog-product__figure {
        width: 340px;
    }
}
@media screen and (max-width: 1336px) {
    .slider-section .catalog-product__figure {
        width: 258px;
    }
}
@media screen and (max-width: 991px) {
    .slider-section .catalog-product__figure {
        width: 280px;
    }
}
@media screen and (max-width: 767px) {
    .slider-section .catalog-product__figure {
        width: 272px;
    }
}
.slider-section__header {
    margin-left: 12px;
    margin-right: 17px;
}
.connection-options {
    margin-bottom: 100px;
}
.advantages .advantage-card__figure img {
    width: auto;
    height: auto;
}
.product-details__section .accept-image img {
    max-width: 100% !important;
    max-height: 100% !important;
}
.page-item {
    width: 48px;
    height: 38px;
    margin-left: 4px;
    margin-right: 4px;
    text-align: center;
}
.pagination a {
    color: rgb(77,77,77);
}
.page-item.active .page-link {
    background-color: #032c7f;
    border-color: #032c7f;
}

.page-item .page-link {
    border-radius: 3px !important;
}
.pagination a:hover {
    border-color: #032c7f;
    background-color: unset;
    color: #032c7f;
}
.pagination a:focus {
    box-shadow: unset;
}
.pagination {
    margin-right: 60px;
}
.page-link.prev, .page-link.next {
    font-size: 30px;
    padding: .05rem .75rem;
}
.news-card__figure.no-image {
    display: flex;
    justify-content: center;
    align-items: center;
}
.news-card__figure.no-image img {
    height: auto;
}
.news-wrapper {
    overflow: hidden;
}
.pagination {
    margin-right: 60px;
}

.news-card__text {
    margin-bottom: -16px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active
{
    -webkit-box-shadow: 0 0 0 30px #E8E8E8 inset !important;
}
h3.title {
    font-size: 25px;
}
.faq {
    background-color: #f4f3f3;
    margin-bottom: 40px;
}
#faq-1 {
    margin-top: 80px;
}
.faq > .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}
.faq > .container .big-btn {
    margin-bottom: 0;
}
.faq__content {
    width: 49%;
}
.faq__title {
    font-size: 20px;
    min-height: 54px;
    line-height: normal;
    margin-bottom: 10px;
    color: rgb(0, 0, 0);
}
.faq__text {
    font-size: 16px;
    margin-top: 15px;
}
.faq__link {
    width: auto !important;
    display: inline-flex !important;
    padding: 10px 20px;
}
#faq-form {
    width: 50%;
    margin: 0 auto;
}
.faq__items {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: space-between;
}
.faq__items .faq__content {
    margin-bottom: 60px;
}
.page__title.title {
    padding-top: 22px;
    margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
    .news-card__text {
        margin-bottom: 0;
    }
    .news-card {
        height: auto;
        --height-card: auto;
        padding: 8px 8px;
    }
    .news__items {
        --height-card: auto;
    }
}
@media screen and (max-width: 991px) {
    .pagination {
        margin-right: 0;
    }
}
.search .title {
    margin-top: 21px;
    margin-bottom: 51px;
}
.search-details__tabs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    margin-bottom: 72px;
    border: 1px solid #bdbdbd;
    border-radius: 4px;
}
.search-details__tab {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    border-right: 1px solid #bdbdbd;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}
.search-details__tab:last-child {
    border-right: 0;
}
.search-details__tab--active {
    background-color: #032c7f;
    color: #fff;
}
.search-result {
    margin-bottom: 43px;
}
.search-result__date {
    font-size: 14px;
    fon-weight: 400;
    color: rgba(140, 140, 140, 1);
}
.search-result h2 {
    font-size: 20px;
    font-weight: 600;
}
.search-result h2 a {
    color: rgb(0, 0, 0);
    font-weight: 600;
}
.search-result h2 a:hover {
    color: rgba(3, 44, 127, 1);
    text-decoration: underline;
}
.search-result__introtext {
    font-size: 18px;
    font-weight: 400;
    color: rgba(77, 77, 77, 1);
}
.search-details__items ul.pagination {
    margin-top: 95px;
}
.header__field button, .cookie-block-btn button {
    font-size: 12px;
    position: absolute;
    right: 3px;
    top: 3px;
    width: 86px;
    height: 30px;
    justify-content: center;
    align-items: center;
    color: rgba(77, 77, 77, 1);
    border-radius: 4px;
    background-color: rgba(246, 246, 246, 1);
}
.cookie-block-btn button {
    position: static;
    font-size: 20px;
    font-weight: bold;
}
.big-btn {
    padding: 10px 20px;
    margin-bottom: 20px;
}
.row-card__items {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-self: center;
}
.row-card__item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
}
.row-card__img {
    justify-content: center;
    margin-bottom: 12px;
}
.row-card__text {
    text-align: center;
}
.row-card__img img {
    width: 100%;
    height: 100%;
}
.cooperation-form {
    max-width: 537px;
    margin: 80px auto 0 auto;
}
.row-card__item.cooperation-block {
    width: 32%;
    box-sizing: border-box;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    align-items: flex-start;
}
.cooperation-block-wrap .container {
    width: 95%;
}
.row-card__item.cooperation-block:first-child {
    margin-left: 0;
}
.row-card__item.cooperation-block:last-child {
    margin-right: 0;
}
.row-card__items.cooperation-block {
    width: 100%;
    box-sizing: border-box;
}
.row-card__text.cooperation-block {
    text-align: left;
}
.row-card__item.icon-circle {
    width: 254px;
}
.row-card__img.icon-circle {
    width: 100px;
    height: 100px;
}
.cooperation-block-wrap {
    display: flex;
    justify-content: center;
    margin: 118px 0;
    background-color: #f4f3f3;
    padding: 75px 0;
}
.row-card__item.icon-circle.empty {
    height: 1px;
}

.cooperation-block-wrap .row-card__img {
    box-sizing: border-box;
    box-shadow: 0px 2px 10px rgba(112, 119, 154, 0.25);
    border-radius: 4px;
    border: 9px solid rgb(255,255,255);
}
.cooperation-block-wrap > .container {
    justify-content: center;
    display: flex;
}
.cooperation-block-wrap.not-full .row-card__items {
    justify-content: flex-start;
}
.cooperation-block-wrap.not-full .row-card__item {
    margin-left: 20px;
    margin-right: 20px;
}
.cooperation-block-wrap.not-full .row-card__item:first-child {
    margin-left: 0;
}
.cooperation-block-wrap.not-full .row-card__item:last-child {
    margin-right: 0;
}
.row-card__items.vacancies {
    margin-top: 25px;
    justify-content: flex-start;
}
.row-card__items.vacancies .row-card__item {
    width: 200px;
    align-items: flex-start;
}
.row-card__items.vacancies .row-card__text {
    text-align: left;
}

.about-gallery__body .gallery {
    height: auto !important;
}
@media screen and (max-width: 1366px) {
    .cooperation-block-wrap {
        margin: 80px 0;
        padding: 48px 0;
    }
    .cooperation-block-wrap .row-card__img {
        box-sizing: border-box;
        border: 6px solid rgb(255,255,255);
    }
    .row-card__items.cooperation-block {
        width: 95%;
    }
    .about-gallery__body .gallery {
        height: auto;
    }
}
@media screen and (max-width: 1024px) {
    .cooperation-block-wrap .row-card__img {
        width: 100%;
        border: 4px solid rgb(255,255,255);
    }
    .row-card__text.cooperation-block {
        font-size: 14px;
    }
    .row-card__text.cooperation-block strong {
        font-size: 16px;
    }
    .horizontal-card__text {
        font-size: 16px;
    }
    .horizontal-card {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .horizontal-card {
        flex-direction: column;
    }
    .horizontal-card__text {
        padding: 25px;
    }
    .horizontal-card__image img {
        width: 100%;
    }
    .cooperation-tour__items {
        display: flex;
    }
    .cooperation-tour__item {
        width: 32%;
    }
}

@media screen and (max-width: 768px) {
    .cooperation-tour__items {
        flex-direction: column;
        justify-content: center;
    }
    .cooperation-tour__item {
        margin: 0 auto 25px auto;
        padding: 10px;
    }
    .cooperation-block-wrap {
        margin: 60px 0;
        padding: 32px 0;
    }
    .cooperation-tour__item {
        width: 220px;
    }
    .cooperation-block-wrap .row-card__img {
        width: auto;
        border: 3px solid rgb(255,255,255);
    }
    .cooperation-block-wrap .row-card__items {
        justify-content: center;
    }
    .row-card__text.cooperation-block {
        font-size: 12px;
        width: 100%;
    }
    .row-card__text.cooperation-block strong {
        font-size: 14px;
    }
    .row-card__item.cooperation-block {
        width: 380px;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 40px;
        align-items: center;
    }
    .row-card__items.cooperation-block {
        width: 99%;
    }
    .row-card__item.cooperation-block.not-full {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    .row-card__item.cooperation-block:first-child {
        margin-left: 0 !important;
    }
    .row-card__item.cooperation-block:last-child {
        margin-right: 0 !important;
    }
    .cooperation-block-wrap.not-full .row-card__item {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 460px) {
    .card-parametr {
        flex-direction: column;
    }
}
@media screen and (max-width: 320px) {
    .cooperation-block-wrap {
        margin: 40px 0;
        padding: 32px 0;
    }
    .cooperation-block-wrap .row-card__img {
        width: 100%;
        height: auto;
        border: 5px solid rgb(255,255,255);
    }
    .row-card__items.cooperation-block {
        width: 100%;
        margin-left: 10px;
        margin-right: 10px;
    }
    .row-card__text.cooperation-block {
        font-size: 12px;
    }
    .row-card__text.cooperation-block strong {
        font-size: 14px;
    }
}

.horizontal-card {
    display: flex;
    max-width: 1330px;
    margin: 0 auto 80px auto;
}
.horizontal-card__text {
    flex: 1 0;
}
.card-parametr {
    display: flex;
}
.card-parametr__attribute {
    width: 90px;
    font-weight: bold;
}
.horizontal-card__text {
    padding-left: 25px;
    padding-top: 25px;
    background-color: #f4f3f3;
}
.row-card__items.icon-circle {
    margin-top: 40px;
}

@media screen and (max-width: 1910px) {
    .horizontal-card {
        margin-top: 40px;
    }
}
@media screen and (max-width: 767px) {
    .row-card__items {
        justify-content: center;
    }
}
@media only screen and (min-width: 991px) {
    .garantee {
        font-size: 16px;
    }
}
@media only screen and (max-width: 991px) {
    .garantee {
        font-size: 12px;
    }
    .header__field button {
        width: 80px;
        height: 24px;
    }
    .faq__content {
        width: 99%;
        margin: 0 auto;
    }
    .faq__items {
        display: block;
    }
    .faq > .container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .faq__items .faq__content img {
        width: 100%;
    }
    .faq__text {
        font-size: 12px;
        line-height: normal;
    }
    h3.title {
        font-size: 18px;
        text-align: center;
    }
    .faq__title {
        font-size: 16px;
    }
}
@media screen and (max-width: 370px) {
    .link.big-btn {
        font-size: 13px;
        padding: 10px 8px;
    }
}
@media screen and (max-width: 991px) {
    #faq-form {
        width: 80%;
    }
}
@media screen and (max-width: 767px) {
    .faq {
        padding-left: 15px;
        padding-right: 15px;
    }
    .faq > .container {
        align-items: flex-start;
    }
    h3.title {
        text-align: left;
    }
    #faq-form {
        width: 95%;
    }
    .row-card__item.cooperation-block:first-child {
        margin-left: 20px;
    }
    .row-card__item.cooperation-block:last-child {
        margin-right: 20px;
    }
}
@media only screen and (min-width: 991px) {
    .row-card__text {
        font-size: 16px;
    }
}

.cookie-block {
    background: rgba(3, 44, 127, 0.7) !important;
    font-size: 12px !important;
}
.cookie-block-btn button {
    color: rgb(255, 255, 255) !important;
    border: 1px solid rgb(255, 255, 255) !important;
    background: rgb(3, 44, 127) !important;
    text-transform: uppercase;
    font-size: 12px;
}

.content-fix-blocks-wrapper.row {
    margin-left: 0;
    margin-right: 0;
}
h5.page__title {
    color: rgb(0, 0, 0);
    font-weight: bold;
}

.cards > div {
    display: flex;
}
.cards__item {
    display: flex;
    flex-direction: column;
    padding: 10px;
    border: 3px solid #fff;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0px 2px 10px rgb(112 119 154 / 25%);
    transition: transform 400ms, color 400ms;
    margin: 20px;
}
.cards__item:first-child, .cards__item:nth-child(3n+1) {
    margin-left: 0;
}
.cards__item:nth-child(3n) {
    margin-right: 0;
}
.cards__figure {
    margin-bottom: 13px;
}
.cards__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.cards__name {
    max-width: 400px;
    min-height: 50px;
    margin: 0 auto;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.35;
    text-align: center;
}
.cards__item:hover {
    transform: scale(1.04);
    color: #000;
}
.design-projects .cards__item {
    max-width: 30%;
}

.design-project__image, .design-project__content, .design-project__author, .design-project__products h4, .design-project__products {
    margin-bottom: 40px;
}
.design-project__products h4 {
    font-weight: bold;
    color: rgb(0, 0, 0);
}
.design-project__content {
    font-size: 14px;
}
.send-by-email {
    background: #F4F3F3;
    height: 242px;
    display: flex;
    align-items: center;
    padding: 40px 0;
}
.send-by-email .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80% !important;
    margin: 0 auto;
}
.send-by-email h4 {
    font-weight: bold;
    color: rgb(0, 0, 0);
}
.input-text {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none;
    height: 45px;
    padding: 0 10px;
    border: 1px solid #bdbdbd;
    border-radius: 4px;
    background-color: #fff;
}
.send-by-email .input-text {
    margin-right: 20px;
}
.disabled {
    border: 2px solid #9f9f9f;
    background-color: #9f9f9f;
    color: #bababa;
    cursor: not-allowed;
}
.disabled:hover {
    background-color: unset !important;
}
@media screen and (max-width: 767px) {
    .send-by-email {
        height: auto;
    }
    .input-text {
        height: 34px;
    }
    .send-by-email .container {
        flex-direction: column;
    }
    .send-by-email div {
        text-align: center;
    }
    .send-by-email div.container div:last-child {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
    }
    .input-text::-webkit-input-placeholder {
        font-size: 14px;
    }
    .send-by-email div.container div:last-child input, .send-by-email div.container div:last-child button {
        width: 200px;
        margin-bottom: 15px;
    }
    .send-by-email div.container div:last-child input {
        margin-right: 0;
    }
    .design-project__products .product-addits__items > div {
        display: none;
    }
}
@media screen and (max-width: 575px) {
    .send-by-email.design-project button, .send-by-email.design-project input {
        width: 100% !important;
    }
    .send-by-email.design-project div.container div:last-child {
        width: 100%;
    }
    .send-by-email.design-project div.container {
        width: 100% !important;
    }
    .send-by-email h4 {
        font-size: 16px;
        font-weight: 700;
        max-width: 100%;
        text-align: center;
        width: 100%;
    }
    .send-by-email .container > div {
        font-size: 12px;
        font-weight: 400;
    }
    .send-by-email label {
        font-size: 12px;
        font-weight: 400;
    }
}
@media screen and (max-width: 991px) {
    .design-projects .cards__item {
        max-width: 45%;
        margin: 15px;
    }
    .design-projects .cards__item:nth-child(odd) {
        margin-left: 0;
    }
    .design-projects .cards__item:nth-child(even) {
        margin-right: 0;
    }
    .design-projects .cards__name {
        font-size: 14px;
    }
}
@media screen and (max-width: 768px) {
    .design-projects .cards__item {
        max-width: 100%;
        margin: 15px 0;
    }
}

#gallery .cap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 160px;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 11;
}
#gallery .on-3d-tour {
    background: none;
    color: rgb(255, 255, 255);
    border: 2px solid rgb(255, 255, 255);
    padding: 15px 20px;
}
#gallery .off-3d-tour {
    position: absolute;
    right: 20px;
    top: 35px;
    padding: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.gallery {
    height: auto;
}
@media screen and (min-width: 768px) {
    #gallery .cap {
        display: none;
    }
}
.retail-stores__head {
    color: #000000;
}
@media screen and (max-width: 767px) {
    .catalog-filters__links {
        margin-bottom: 10px;
    }
    .catalog-filters__tab {
        min-height: 36px;
    }
}


.main-news {
    /*padding: 86px 0 80px;*/
    background-color: #fff;
}

section.main-news .main-news-list__item {
    display: flex;
}
.main-news__items {
    margin-left: -40px;
    margin-right: -40px;
}
.main-news .news-list__item {
    display: flex;
    margin-right: 40px;
    margin-left: 40px;
}


@media screen and (max-width: 1910px) {
    .main-news {
        padding: 106px 0 100px;
    }
    .main-news__items {
        margin-left: -15px;
        margin-right: -15px;
    }
    .main-news .news-list__item {
        margin-right: 15px;
        margin-left: 15px;
    }
}

@media screen and (max-width: 1336px) {
    .main-news {
        padding: 80px 0;
    }
    .main-news__items {
        margin-left: -10px;
        margin-right: -10px;
    }
    .main-news .news-list__item {
        margin-right: 10px;
        margin-left: 10px;
    }
}

@media screen and (max-width: 991px) {
    .main-news {
        padding: 57px 0;
    }
    .main-news__items {
        margin-left: -5px;
        margin-right: -5px;
    }
    .main-news .news-list__item {
        margin-right: 5px;
        margin-left: 5px;
    }
}

@media screen and (max-width: 767px) {
    .main-news {
        padding: 40px 0;
    }
}

.main-news__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

@media screen and (max-width: 1336px) {
    .main-news__header {
        margin-bottom: 13px;
    }
}

.main-news__header .slick-arrows {
    margin-top: -4px;
}

/*.main-news__items {*/
/*    margin: 0 -49px;*/
/*}*/

/*@media screen and (max-width: 1910px) {*/
/*    .main-news__items {*/
/*        margin: 0 -15px;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 1336px) {*/
/*    .main-news__items {*/
/*        margin: 0 -11px;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 991px) {*/
/*    .main-news__items {*/
/*        margin: 0 -7px;*/
/*    }*/
/*}*/

.main-news__items .slick-track {
    display: flex;
}

.main-news__item {
    display: flex !important;
    height: auto;
    margin: 0 49px;
    padding: 14px 27px 14px 17px;
    border: 2px solid #dcdcdc;
    border-radius: 4px;
}

@media screen and (max-width: 1910px) {
    .main-news__item {
        margin: 0 15px;
        padding: 10px 20px 10px 10px;
    }
}

@media screen and (max-width: 1336px) {
    .main-news__item {
        margin: 0 11px;
        padding: 16px 26px 8px 16px;
    }
}

@media screen and (max-width: 991px) {
    .main-news__item {
        align-items: center;
        margin: 0 7px;
        padding: 11px 7px 9px;
    }
}

.main-news__img {
    flex-shrink: 0;
    width: 172px;
    margin: 0;
    margin-right: 120px;
    text-align: center;
}

@media screen and (max-width: 1910px) {
    .main-news__img {
        width: 154px;
        margin-right: 30px;
    }
}

@media screen and (max-width: 1336px) {
    .main-news__img {
        width: 108px;
        margin-right: 20px;
    }
}

@media screen and (max-width: 991px) {
    .main-news__img {
        width: 100px;
        margin-right: 12px;
    }
}

@media screen and (max-width: 767px) {
    .main-news__img {
        width: 118px;
        margin-right: 4px;
    }
}

.main-news__content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

@media screen and (max-width: 1910px) {
    .main-news__content {
        margin-top: -4px;
    }
}

@media screen and (max-width: 1336px) {
    .main-news__content {
        margin-top: -7px;
    }
}

@media screen and (max-width: 991px) {
    .main-news__content {
        margin-top: -1px;
    }
}

@media screen and (max-width: 767px) {
    .main-news__content {
        margin-top: -10px;
    }
}

.main-news__date {
    margin-bottom: 17px;
    color: #969696;
}

@media screen and (max-width: 1910px) {
    .main-news__date {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 1336px) {
    .main-news__date {
        margin-bottom: 12px;
        font-size: 12px;
    }
}

@media screen and (max-width: 991px) {
    .main-news__date {
        margin-bottom: 6px;
        font-size: 10px;
    }
}

.main-news__name {
    margin-bottom: 17px;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.25;
}

@media screen and (max-width: 1910px) {
    .main-news__name {
        margin-bottom: 9px;
    }
}

@media screen and (max-width: 1336px) {
    .main-news__name {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 1.3;
    }
}

@media screen and (max-width: 991px) {
    .main-news__name {
        margin-bottom: 6px;
        font-size: 12px;
    }
}

@media screen and (max-width: 1336px) {
    .main-news__text {
        font-size: 12px;
        line-height: 1.3;
    }
}

@media screen and (max-width: 991px) {
    .main-news__text {
        font-size: 10px;
    }
}

.main-news__footer {
    margin-top: 30px;
    text-align: right;
}

@media screen and (max-width: 1910px) {
    .main-news__footer {
        margin-top: 28px;
    }
}

@media screen and (max-width: 1336px) {
    .main-news__footer {
        margin-top: 20px;
    }
}

@media screen and (max-width: 991px) {
    .main-news__footer {
        margin-top: 17px;
    }
}

@media screen and (max-width: 767px) {
    .main-news__footer {
        margin-top: 11px;
    }
}

.main-news__link {
    color: #032b80;
    font-size: 20px;
    line-height: 1.35;
}

@media screen and (max-width: 1336px) {
    .main-news__link {
        font-size: 18px;
    }
}

@media screen and (max-width: 991px) {
    .main-news__link {
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    ymaps[id^=ymaps] {
        height: 200px !important;
    }
}

@media screen and (max-width: 700px) {
    /*    .about-page__items {
            display: flex !important;
            flex-direction: column;
        }
        .about-page__item {
            margin-bottom: 30px !important;
        }*/
}

@media only screen and (max-width: 1910px) {
    .categories__content {
        margin-left: 3px;
        margin-right: 3px;
    }
}

.promotions {
    padding: 0;
}

.about-gallery {
    margin-top: 0;
}

.location.main, .new, .promotions, .main-news, .info, .design, .categories__inner, .company-philosophy, .certificates, .about-gallery, .useful-videos, .cooperation-tour, .product-info, .news, .page, .advantages, .product, .sentences, .contacts, .where-buy, .products, .series-description, .send-by-email, .object-equipped, .portfolio, .search-navigation {
    margin-bottom: 130px;
}
.main-news {
    margin-top: 130px;
}
.main-news, .promotions {
    padding: 0;
}
.sentences {
    padding-bottom: 0;
}
@media screen and (max-width: 1910px) {
    .main-news, .promotions {
        padding: 0;
    }
}
@media screen and (max-width: 1336px) {
    .location.main, .new, .promotions, .main-news, .info, .design, .categories__inner, .company-philosophy, .certificates, .about-gallery, .useful-videos, .cooperation-tour, .product-info, .news, .page, .advantages, .product, .sentences, .contacts, .where-buy, .products, .series-description, .send-by-email, .object-equipped, .portfolio, .search-navigation {
        margin-bottom: 100px;
    }
    .main-news {
        margin-top: 100px;
    }
    .main-news, .promotions {
        padding: 0;
    }
}

@media screen and (max-width: 991px) {
    .location.main, .new, .promotions, .main-news, .info, .design, .categories__inner, .company-philosophy, .certificates, .about-gallery, .useful-videos, .cooperation-tour, .product-info, .news, .page, .advantages, .product, .sentences, .contacts, .where-buy, .products, .series-description, .send-by-email, .object-equipped, .portfolio, .search-navigation {
        margin-bottom: 80px;
    }
    .main-news {
        margin-top: 80px;
    }
    .main-news, .promotions {
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    .location.main, .new, .promotions, .main-news, .info, .design, .categories__inner, .company-philosophy, .certificates, .about-gallery, .useful-videos, .cooperation-tour, .product-info, .news, .page, .advantages, .product, .sentences, .contacts, .where-buy, .products, .series-description, .send-by-email, .object-equipped, .portfolio, .search-navigation {
        margin-bottom: 60px;
    }
    .main-news {
        margin-top: 60px;
    }
    .main-news, .promotions {
        padding: 0;
    }
    #details img {
        width: 100%;
    }
}

@media screen and (max-width: 320px) {
    .location.main, .new, .promotions, .main-news, .info, .design, .categories__inner, .company-philosophy, .certificates, .about-gallery, .useful-videos, .cooperation-tour, .product-info, .news, .page, .advantages, .product, .sentences, .contacts, .where-buy, .products, .series-description, .send-by-email, .object-equipped, .portfolio {
        margin-bottom: 55px;
    }
    .main-news {
        margin-top: 55px;
    }
    .main-news, .promotions {
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    .adaptive-scroll {
        overflow-x: scroll;
    }
}

.new .slick-prev, .design .slick-prev {
    margin-right: 81px;
}

@media screen and (max-width: 1336px) {
    .new .slick-prev, .design .slick-prev {
        margin-right: 49px;
    }
}

@media screen and (max-width: 991px) {
    .new .slick-prev, .design .slick-prev {
        margin-right: 38px;
    }
}

@media screen and (max-width: 767px) {
    .new .slick-arrow, .design .slick-arrow {
        left: unset;
        margin-bottom: 0;
        bottom: unset;
        top: -40px;
        right: -16px;
    }
    .new .slick-prev, .design .slick-prev {
        margin-right: 52px;
    }
    .design .slick-arrow {
        right: 0px;
    }
}

.showcase__title {
    padding-top: unset;
    line-height: 1.19;
}
@media screen and (max-width: 1336px) {
    .showcase__title {
        padding-top: 60px;
    }
}

@media screen and (max-width: 991px) {
    .showcase__title {
        margin-bottom: 20px;
    }
}

.showcase__item .container {
    display: flex;
    align-items: center;
}
.showcase__item {
    background-size: cover;
    background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
    .showcase__item {
        background-size: cover;
        background-position: center center;
    }
}
@media screen and (max-width: 767px) {
    .showcase__title {
        margin-bottom: 20px;
    }
    .catalog-slider__content .product-info__link.link, .showcase__inner .product-info__link.link {
        padding: 8px 40px;
    }
    .design .slick-prev {
        margin-right: 40px;
    }
}

@media screen and (max-width: 1910px) {
    .showcase.container {
        height: 525px;
    }
}

@media screen and (max-width: 1366px) {
    .showcase.container {
        height: 389px;
    }
}

@media screen and (max-width: 991px) {
    .showcase.container {
        height: 274px;
    }
}

@media screen and (max-width: 767px) {
    .showcase.container {
        height: 314px;
    }
}

p.faq-ask {
    color: #666666;
    cursor: pointer;
}
p.faq-ask:hover {
    text-decoration: underline;
}
div.faq {
    padding: 20px 20px 15px 20px;
    display: none;
}
p span span {
    color: rgb(0, 0, 0) !important;
    font-size: 20px;
}
div.break {
    height: 48px;
}
.news .collapse:not(.show) {
    display: block;
}
.design__footer {
    margin-top: 28px;
    text-align: right;
}
@media screen and (max-width: 1336px) {
    .design__footer {
        margin-top: 20px;
    }
}
@media screen and (max-width: 991px) {
    .design__footer {
        margin-top: 17px;
    }
}
@media screen and (max-width: 767px) {
    .design__footer {
        margin-top: 11px;
    }
}
.review-block {
    width: 50%;
    margin-top: 100px;
}
.design__items {
    flex-wrap: wrap;
}
.file {
    margin-top: 20px;
    margin-bottom: 20px;
}
.news .review-form {
    width: 50%;
}
.news .review-form input[type=file]{
    font-size: 12px;
}
@media screen and (max-width: 991px) {
    .news .review-form {
        width: 100%;
    }
}
span[style="color:#800000;"] {
    font-size: 12px;
}
.news .slick-arrow {
    position: absolute;
    top: 30px;
    z-index: 10;
}
.news .slick-next {
    right: -75px;
}
.news .slick-prev {
    left: -75px;
}
.news .slick-slide {
    margin-left: 10px;
    margin-right: 10px;
}
.news .slick {
    margin-left: 75px;
    margin-right: 75px;
}

.gallery .slick img {
    height: 150px;
}
.gallery .slick-slide {
    margin-left: 10px;
    margin-right: 10px;
}
.gallery .slick-arrow {
    position: absolute;
    top: 45px;
    z-index: 10;
}
.gallery .slick-next {
    right: 0;
}
.gallery .slick-prev {
    left: 0;
}
/*.cooperation-tour .gallery .slick {
    max-width: 923px;
}*/
@media screen and (max-width: 991px) {
    .cooperation-tour .gallery .slick {
        max-width: 626px;
    }
}
@media screen and (max-width: 768px) {
    .cooperation-tour .gallery .slick {
        max-width: 697px;
    }
}
@media screen and (max-width: 576px) {
    .cooperation-tour .gallery .slick {
        max-width: 500px;
    }
}
.gallery .slick {
    width: 100%;
    max-width: 100%;
    padding-left: 80px;
    padding-right: 80px;
    margin-left: 0;
    margin-right: 0;
}
.gallery.full .slick-next {
    right: 0;
}
.gallery.full .slick-prev {
    left: 0;
}

.connection-options .slick-slide img {
    height: 526px;
}

.where-buy__body h3 {
    font-weight: bold;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 40px;
}
@media screen and (min-width: 1900px) {
    span.nowrap {
        white-space: nowrap;
    }
}
@supports (-webkit-touch-callout: none) {
    .header__btn:hover, .pagination__item:hover:not(.pagination__item--prev):not(.pagination__item--next) .pagination__link, .catalog-filters__link:hover, .catalog-filters__tab:hover, .catalog-filters__item:hover, .catalog-menu__item:hover .catalog-menu__link, .news__type:hover, .news__type--promo:hover, .where-buy__item-link:hover, .where-buy__link:hover, .showcase__btn:hover {
        color: unset;
        background: unset;
    }
    .link:hover, .location__btn:hover {
        border-color: #032b80;
        background-color: #032c7f;
        color: #fff;
    }
}

div.promos__item img {
    width: unset !important;
}
div.promos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between !important;
}
div.promos__item {
    margin-bottom: 85px;
    width: 33% !important;
}
@media screen and (max-width: 1366px) {
    div.promos__item {
        width: 49% !important;
    }
}
@media screen and (max-width: 768px) {
    div.promos__item {
        width: 100% !important;
        text-align: center;
    }
}
@media screen and (max-width: 576px) {
    div.promos__item {
        margin-right: 0px;
        margin-bottom: 40px;
    }
}

div.rows {
    display: flex;
    flex-wrap: wrap;
}
div.rows__item {
    margin-right: 20px;
    margin-bottom: 20px;
}
#complex .rows__item {
    width: 290px;
}
#complex .rows__item-text {
    margin-top: 20px;
}
.cooperation-tour__body {
    display: inline-flex;
}
.cooperation-tour__gallery {
    max-width: 923px;
}
@media screen and (max-width: 1910px) {
    .cooperation-tour__body {
        display: block;
    }
}
.header__btn {
    width: unset;
    padding-left: 38px;
    padding-right: 38px;
    margin-right: 0;
}
.header__btn:first-child {
    margin-right: 15px;
}
.header__buttons {
    justify-content: flex-end;
}
.cooperation-tour__aside {
    padding-top: 132px;
}
@media screen and (max-width: 1910px) {
    .cooperation-tour__aside {
        padding-top: 0;
    }
}
@media screen and (max-width: 991px) {
    .header__btn {
        height: 30px;
        padding-left: 34px;
        padding-right: 34px;
    }
}
@media only screen and (max-width: 768px) {
    .header__btn {
        font-size: 12px;
    }
    .header__buttons {
        display: flex;
    }
    .header__btn:last-child {
        width: 100%;
    }
}
@media screen and (max-width: 1910px) {
    .cooperation-tour__aside {
        padding-bottom: 50px;
    }
    .cooperation-tour__gallery > h2, .cooperation-tour__gallery > .cooperation-tour__text {
        display: block;
    }
    .cooperation-tour > .container > h2, .cooperation-tour > .container > .cooperation-tour__text {
        display: none;
    }
}
@media screen and (max-height: 768px) and (min-width: 991px) {
    .showcase {
        height: 600px;
    }
}
.product__price {
    margin-top: 42px;
    font-size: 24px;
    text-align: left !important;
}
.product__price span {
    font-size: 36px;
    font-weight: bold;
}
.product__shops a {
    margin-top: 30px;
    margin-bottom: 20px;
    width: 360px;
    padding-left: 0;
    padding-right: 0;
}
.product__shops p {
    font-size: 14px;
}
.product__action {
    margin-top: 28px;
}
@media screen and (max-width: 1368px) {
    .product__shops a {
        margin-bottom: 10px;
        width: 292px;
        height: 50px;
    }
}
@media screen and (max-width: 991px) {
    .advantages__items {
        display: flex;
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 768px) {
    .product__shops a {
        width: 243px;
        height: 39px;
    }
}
@media screen and (max-width: 576px) {
    .header__btn {
        padding-left: 15px;
        padding-right: 15px;
    }
    .header__btn:first-child {
        margin-right: 8px;
    }
    .header__btn:last-child {
        padding-left: 0;
        padding-right: 0;
    }
}

.pagination .disabled {
    border: unset;
}

.btn-more {
    margin: 100px auto 0 auto !important;
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    line-height: 1.25;
    background-color: #fff !important;
    border: 1px solid rgba(189, 189, 189, 1);
    color: rgba(77, 77, 77, 1) !important;
    font-size: 18px;
    height: 38px;
    width: 100% !important;
    max-width: 498px;
}
.btn-more:hover {
    border: 1px solid rgba(3, 44, 127, 1);
    background-color: unset;
    color: rgba(77, 77, 77, 1);
}
.btn-more:focus {
    border: 1px solid rgba(189, 189, 189, 1);
    background-color: rgba(3, 44, 127, 1);
    color: rgba(255, 255, 255, 1);
}
@media screen and (max-width: 539px) {
    .contacts__map iframe {
        width: 100%;
        height: 299px;
    }
}
@media screen and (max-width: 470px) {
    .contacts__map iframe {
        height: 256px;
    }
}
@media screen and (max-width: 404px) {
    .contacts__map iframe {
        height: 198px;
    }
}
button[type=submit] {
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
}

.mse2-ac-item {
    font-size: 12px;
}
@media only screen and (min-width: 768px) {
    .categories__inner {
        grid-template-columns: repeat(6, minmax(88px, 200px));
    }
}
@media only screen and (min-width: 1910px) {
    .categories__inner {
        grid-template-columns: repeat(6, 1fr);
    }
}
.header__toolbar button {
    outline: none;
}
.header__toolbar button:focus {
    background-color: rgb(255, 255, 255);
}
.header__btn {
    height: 39px;
}
@media only screen and (max-width: 768px) {
    .header__btn {
        height: 30px;
    }
}
.catalog-product__figure {
    position: relative;
}
.catalog-product__figure {
    position: relative;
}
.catalog-product__figure .product-card__label {
    top: 14px;
    left: 14px;
}
@media screen and (max-width: 575px) {
    .catalog-product__figure .product-card__label {
        height: 25px;
        top: 6px;
        left: 6px;
    }
}
[itemprop=priceCurrency] {
    display: none;
}

.cookie-block {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px;
    display: none;
    align-items: center;
    justify-content: space-evenly;
    background-color: #032C7F;
    color: #fff;
    z-index: 10001;
}
.cookie-block-text {
    text-align: center;
}
.cookie-block-text a {
    color:#fff;
    text-decoration: underline;
}
.cookie-block-btn button {
    color: #000;
}

/*Ð£Ð±Ñ€Ð°Ð» Ð»Ð¸ÑˆÐ½Ð¸Ð¹ Ð±Ð»Ð¾Ðº Ð²Ð¾ Ð²ÐºÐ»Ð°Ð´ÐºÐµ https://wasserkraft-gmbh.com/information-about-table-bath-accessories-wasserkraft */
.embed-responsive.embed-responsive-16by9{
    display: none;
}
@media screen and (min-width: 991px) {
    .header__logo {
        min-height: 107px;
    }
}

section.new {
    margin-top: 100px;
}

.card__info {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9;
}

.card__like {
    display: flex;
    align-items: center;
    margin-left: 14px;
    flex-shrink: 0;
    transition: 300ms;
    cursor: pointer;
}

.card__like svg {
    width: 33px;
    height: 30px;
    fill: none;
    transition: 300ms;
    stroke-width: 2px;
    stroke: #787878;
}

.breadcrumbs__items {
    display: flex;
    align-items: center;
}