@charset "UTF-8";
/* Основной шаблон */
:root {
    --swiper-theme-color: #4F728E;
}

body {
    font-family: Montserrat;
    font-size: 1em;
    font-weight: 500;
    padding: 0;
    margin: 0;
    position: relative;
}

body.no-scroll {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

input, textarea {
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 500;
}

main {
    min-height: calc(50vh);
}

.container {
    width: calc(1400px - 40px);
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

[data-counter=card-counter] {
    height: 25px;
    border: 1px solid #4F728E;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

[data-counter=card-counter] .minus, [data-counter=card-counter] .plus {
    padding: 0px 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

[data-counter=card-counter] input.count {
    text-align: center;
    width: 40px;
    border: 0;
    outline: 0;
    font-size: 16px;
    background: transparent;
}

[data-counter=card-counter] input.count:focus {
    border: 0;
    outline: 0;
}

.swiper-container {
    position: relative;
    overflow: hidden;
}

.swiper-button-next, .swiper-button-prev, .swiper-pagination {
    z-index: 2;
}

@media (max-width: 1400px) {
    .container {
        width: calc(1200px - 40px);
    }

    [data-counter=card-counter] input.count {
        font-size: 15px;
    }
}

@media (max-width: 1200px) {
    body {
        font-size: 0.7em;
    }

    .container {
        width: calc(992px - 40px);
    }

    [data-counter=card-counter] input.count {
        font-size: 12px;
    }
}

@media (max-width: 992px) {
    .container {
        width: calc(768px - 40px);
    }
}

@media (max-width: 768px) {
    .container {
        width: calc(576px - 40px);
    }
}

@media (max-width: 576px) {
    .container {
        width: calc(320px - 0px);
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* Шаблон */
.test-style-21236478 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.test-style-21236478::after {
    content: "";
    width: 15px;
    height: 15px;
    background-image: url();
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 15px;
}

/* Основной шаблон end */
.block-action {
    margin-bottom: 60px;
}

.block-action a {
    color: black;
    text-decoration: none;
}

.block-action__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.block-action__wrapper {
    width: calc(100% / 4 * 3 - 0px);
}

.block-action__tile-action {
    width: calc(100% / 4 * 1 - 34px);
}

.block-action__card-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(100% - 42px);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid silver;
    border-radius: 10px;
    padding: 15px;
}

.block-action__card-img, .block-action__tile-action__img {
    height: 270px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
}

.block-action__card-title {
    margin-bottom: 30px;
}

.block-action__card-price {
    font-size: 24px;
    font-weight: 700;
}

.block-action__tile-action {
    display: block;
    background: #4F728E;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 1px solid #4F728E;
    overflow: hidden;
}

.block-action__title {
    font-size: 16px;
}

.block-action__tile-action__title {
    padding: 10px 20px;
    font-weight: 700;
    color: white;
}

.block-action__tile-action__price {
    padding: 10px 20px;
    font-size: 14px;
    color: white;
}

@media (max-width: 1400px) {
    .block-action__card-img, .block-action__tile-action__img {
        height: 230px;
    }
}

@media (max-width: 1200px) {
    .block-action__card-img, .block-action__tile-action__img {
        height: 201.33px;
    }

    .block-action__wrapper {
        margin-right: 0px;
    }

    .block-action__tile-action {
        width: calc(100% / 4 * 1 - 12px);
    }
}

@media (max-width: 992px) {
    .block-action__card-img, .block-action__tile-action__img {
        height: 150.33px;
    }

    .block-action__tile-action__price {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .block-action__wrapper {
        width: calc(100% / 3 * 2 - 6px);
    }

    .block-action__tile-action {
        width: calc(100% / 3 * 1 - 6px);
    }
}

@media (max-width: 576px) {
    .block-action__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .block-action__wrapper {
        width: calc(100% - 2px);
    }

    .block-action__card-img, .block-action__tile-action__img {
        height: 246px;
    }

    .block-action__tile-action {
        width: calc(100% - 4px);
        margin-bottom: 20px;
    }

    .block-action__tile-action__title {
        font-size: 16px;
    }

    .block-action__tile-action__price {
        padding: 10px 20px 30px;
        font-size: 14px;
    }
}

.form-write {
    height: 130px;
    border-top: 10px solid #f0f1f5;
}

.form-write .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-write .form-write-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-write .form-write-form input {
    height: 35px;
    width: 230px;
    padding-left: 17px;
    border: 1px solid #d0d6dc;
    border-radius: 5px;
    margin-right: 5px;
}

.form-write .form-write-form button {
    width: 250px;
    height: 40px;
    background-color: #ED691F;
    border: 0;
    border-radius: 5px;
    color: white;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.form-write .form-write-form button:hover {
    background-color: #d45207;
}

.form-write .form-write-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 17px;
    margin-right: 55px;
    height: 35px;
}

@media (max-width: 1200px) {
    .form-write .form-write-title {
        font-size: 1.2em;
    }
}

@media (max-width: 768px) {
    .form-write {
        height: 100px;
        margin-bottom: 30px;
    }

    .form-write .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .form-write .form-write-form {
        width: 100%;
    }

    .form-write .form-write-form input {
        width: 48%;
    }

    .form-write .form-write-form button {
        width: 48%;
    }

    .form-write .form-write-title {
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .form-write {
        padding-top: 28px;
    }
}

.go-to-basket__overlay {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 6;
}

.go-to-basket__overlay.active {
    display: block;
}

.go-to-basket__overlay.active ~ .go-to-basket__open {
    display: block;
}

.go-to-basket__open {
    display: none;
    width: 70vw;
    height: 70vh;
    background-color: white;
    position: fixed;
    border-radius: 20px;
    left: calc((100vw - 70vw) / 2);
    top: calc((100vh - 70vh) / 2);
    z-index: 6;
}

.go-to-basket__close img {
    display: none;
}

.go-to-basket__content {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.go-to-basket__content-close {
    position: absolute;
    right: 20px;
    top: 20px;
}

.go-to-basket__content-close img {
    width: 20px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}

.go-to-basket__content-close img:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.go-to-basket__wrapper {
    width: 80%;
    min-height: 20%;
    border: 1px solid #ED691F;
    border-radius: 20px;
    padding: 15px;
}

.go-to-basket__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.go-to-basket__top .desc {
    font-size: 13px;
    color: silver;
}

.go-to-basket__top .go-to-basket__sum-desc {
    color: #ED691F;
}

.go-to-basket__img {
    width: 8vw;
    height: 8vw;
    margin-right: 15px;
    margin-bottom: 15px;
}

.go-to-basket__img img {
    width: 8vw;
    height: 8vw;
    -o-object-fit: cover;
    object-fit: cover;
}

.go-to-basket__name,
.go-to-basket__price,
.go-to-basket__count,
.go-to-basket__sum {
    margin-top: 20px;
    margin-right: 15px;
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.go-to-basket__price {
    text-align: right;
}

.go-to-basket__price-title,
.go-to-basket__sum-title {
    font-size: 19px;
    min-width: 105px;
}

.go-to-basket__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.go-to-basket__bottom .go-to-basket__next, .go-to-basket__bottom .go-to-basket__back {
    border: 1px solid #ED691F;
    border-radius: 10px;
    width: 330px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 19px;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.go-to-basket__bottom .go-to-basket__next:hover, .go-to-basket__bottom .go-to-basket__back:hover {
    background-color: #ED691F;
    color: white;
}

.go-to-basket__back {
    margin-right: 20px;
}

@media (max-width: 1400px) {
    .go-to-basket__bottom div {
        width: 265px;
        height: 33px;
        font-size: 16px;
    }

    .go-to-basket__name-title {
        font-size: 14px;
    }

    .go-to-basket__top .desc {
        font-size: 12px;
    }

    .go-to-basket__price-title, .go-to-basket__sum-title {
        font-size: 17px;
        min-width: 97px;
    }
}

@media (max-width: 1200px) {
    .go-to-basket__bottom div {
        width: 224px;
        height: 28px;
        font-size: 14px;
    }

    .go-to-basket__name-title {
        font-size: 12px;
    }

    .go-to-basket__top .desc {
        font-size: 10px;
    }

    .go-to-basket__name, .go-to-basket__price, .go-to-basket__count, .go-to-basket__sum {
        margin-top: 16px;
        padding-bottom: 10px;
    }

    .go-to-basket__price-title, .go-to-basket__sum-title {
        font-size: 16px;
        min-width: 91px;
    }

    [data-counter=card-counter] {
        height: 20px;
    }

    .go-to-basket__content-close img {
        width: 15px;
    }

    .go-to-basket__close img {
        width: 9px;
    }

    .go-to-basket__wrapper {
        width: 85%;
    }
}

@media (max-width: 992px) {
    .go-to-basket__open {
        height: 60vh;
        width: 620px;
        left: calc((100vw - 620px) / 2);
    }

    .go-to-basket__bottom div {
        width: 198px;
        height: 25px;
        font-size: 12px;
    }

    .go-to-basket__name-title {
        font-size: 10px;
    }

    .go-to-basket__top .desc {
        font-size: 9px;
    }

    .go-to-basket__name, .go-to-basket__price, .go-to-basket__count, .go-to-basket__sum {
        margin-top: 13px;
        margin-right: 8px;
        padding-bottom: 10px;
    }

    .go-to-basket__price-title, .go-to-basket__sum-title {
        font-size: 14px;
        min-width: 81px;
    }

    [data-counter=card-counter] {
        height: 18px;
    }
}

@media (max-width: 768px) {
    .go-to-basket__open {
        height: 199px;
        width: 536px;
        left: calc((100vw - 536px) / 2);
        top: calc((100vh - 199px) / 2);
        border-radius: 10px;
    }

    .go-to-basket__content-close {
        right: 10px;
        top: 10px;
    }

    .go-to-basket__content-close img {
        width: 10px;
    }

    .go-to-basket__bottom div {
        width: 148px;
        height: 20px;
        font-size: 10px;
    }

    .go-to-basket__name-title {
        font-size: 9px;
        margin-bottom: 5px;
    }

    .go-to-basket__top .desc {
        margin-bottom: 5px;
    }

    .go-to-basket__price-title, .go-to-basket__sum-title {
        font-size: 12px;
        min-width: 68px;
    }

    [data-counter=card-counter] {
        height: 15px;
        margin-right: 0;
    }

    .go-to-basket__name, .go-to-basket__price, .go-to-basket__count, .go-to-basket__sum {
        margin-top: 7px;
        margin-right: 5px;
        padding-bottom: 10px;
    }

    .go-to-basket__bottom .go-to-basket__next, .go-to-basket__bottom .go-to-basket__back {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .go-to-basket__open {
        width: 280px;
        left: calc((100vw - 280px) / 2);
        height: unset;
        padding: 30px 0 5px;
        top: 47px;
    }

    .go-to-basket__wrapper {
        border-radius: 7px;
        padding: 8px;
        width: 90%;
        position: relative;
    }

    .go-to-basket__top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .go-to-basket__img {
        width: 45px;
        height: 45px;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .go-to-basket__img img {
        width: 45px;
        height: 45px;
    }

    .go-to-basket__name {
        margin-right: 18px;
    }

    .go-to-basket__close {
        position: absolute;
        right: 7px;
        top: 5px;
    }

    .go-to-basket__name, .go-to-basket__price, .go-to-basket__count, .go-to-basket__sum {
        margin-top: 9px;
        padding-bottom: 10px;
    }

    .go-to-basket__bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .go-to-basket__bottom div {
        width: 100%;
    }

    .go-to-basket__back {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.catalog-plitka__cards {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.catalog-plitka__cards a {
    color: rgb(79, 115, 142);
    text-decoration: none;
}

.catalog-plitka__card {
    width: calc(25% - 20px - 40px);
    margin-right: 20px;
    margin-bottom: 60px;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.catalog-plitka__card:hover {
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

.catalog-plitka__card-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.catalog-plitka__card-img {
    display: block;
    height: 280px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
}

a.catalog-plitka__card-title {
    display: block;
    margin-bottom: 20px;
    font-weight: 700;
    height: 39px;
    overflow: hidden;
    color: rgb(33, 35, 36);
}

.catalog-plitka__card-title:hover {
    text-decoration: underline;
    color: #ED691F;
}

.catalog-plitka__card-items {
    border-left: 5px solid #ED691F;
    font-size: 12px;
    padding-left: 15px;
}

.catalog-plitka__card-item {
    padding-bottom: 10px;
    text-align: left;
}

.catalog-plitka__card-item-hide {
    display: none;
}

.catalog-plitka__card-item:hover {
    text-decoration: underline;
    color: #ED691F;
}

.catalog-plitka__card-item-show-more {
    display: flex;
    align-items: center;
    gap: 2px;
    width: fit-content;
    border: none;
    padding: 0;

    text-align: left;

    color: rgb(179, 189, 202);
    background: none;

    cursor: pointer;
}

.catalog-plitka__title {
    margin-top: 30px;
}

.collection-tabs {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.collection-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 19px;
    padding: 8px 50px;
    margin-right: 15px;
    cursor: pointer;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    text-decoration: none;
    color: black;
    border: 1px solid #ED691F;
    border-radius: 7px;
}

.collection-tab.selected {
    border: none;
    border: 1px solid #ED691F;
    border-radius: 7px;
    color: black;
    cursor: pointer;
}

.collection-tab:hover {
    color: #ED691F;
}

@media (max-width: 1400px) {
    .catalog-plitka__card-img {
        height: 230px;
    }
}

@media (max-width: 1200px) {
    .collection-tabs {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .collection-tabs a {
        font-size: 14px;
    }

    .collection-tab {
        margin-right: unset;
        padding: 8px 59px;
    }

    .catalog-plitka__card-img {
        height: 178px;
    }

    .catalog-plitka__card {
        margin-bottom: 20px;
    }
}

@media (max-width: 992px) {
    .collection-tab {
        padding: 8px 22px;
        margin-right: 0;
    }

    .collection-tabs {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .catalog-plitka__card {
        width: calc(33% - 20px - 40px);
    }

    .catalog-plitka__card-img {
        height: 180.23px;
    }
}

@media (max-width: 768px) {
    .collection-tabs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
    }

    .collection-tab {
        margin-bottom: 10px;
    }

    .catalog-plitka__card {
        width: calc(50% - 10px - 40px);
        margin-right: 10px;
    }

    .catalog-plitka__card-img {
        height: 218px;
    }
}

@media (max-width: 576px) {
    .catalog-plitka__card {
        width: 100%;
        margin-right: 0;
        border: 1px solid silver;
    }

    .catalog-plitka__card-img {
        height: 238px;
    }

    .catalog-plitka__card-title {
        font-size: 14px;
    }
}
