.catalog {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 50px;
}
.wpcf7-list-item-label{
	display: none !important;
}
.product {
    width: 15%;
    margin: 20px 0 10px;
}

.product img {
    width: 100%;
    max-width: 100%;
}

.product a {
    position: relative;
    display: block;
    height: min-content;
}
.policy_item{
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 199px;
}
.product a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 98%;
    border: 1px solid black;
    right: -10px;
    top: -7px;
    z-index: -1;
}

.product p {
    font-weight: 450;
    font-size: 16px;
    line-height: 21px;
    color: #221D21;
    margin-top: 20px;
}

.__white {
    background: transparent;
    color: white;
    font-size: 16px;
    line-height: 21px;
    color: white;
    position: relative;
    left: calc(50% - 101px);
    border: 2px solid white;
}

.whiteBg {
    color: white;
}

.__white:hover {
    background: white;
    color: #686FC1;
    border: 2px solid #686FC1;
}

.linkMess {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 22px;
    color: #282828;
}

.linkMess a {
    margin: 0 15px;
    color: #221D21;
    font-weight: bold;
    text-decoration: none;
}

.whiteBg .linkMess a {
    color: white;
}

.linkMess a:hover {
    opacity: 0.6;
}

.advantagesList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 40px;
}

.advantagesItem {
    width: 30%;
    margin-top: 15px;
}

.advantagesItem h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    margin: 9px 0;
}

.certContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 62px;
}

.certContainer a {
    width: calc(20% - 15px);
}

.certContainer a img {
    max-width: 100%;
}

.wildContainer a {
    padding: 29px 78px;
    background: transparent;
    border: 2px solid #221D21;
    color: #221D21;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    font-size: 35px;
    line-height: 41px;
    color: #221D21;
    margin-top: 47px;
}

.wildContainer a:hover {
    color: white;
    background: linear-gradient(to right, #cb11ab 0, #481173 100%) no-repeat;
    border: 2px solid transparent;
}

.wildContainer p {
    font-size: 25px;
    line-height: 32px;
}

.__black {
    position: relative;
    left: calc(50% - 101px);
}

.__paddingBot {
    padding-bottom: 60px;
}

.mapContainer {
    position: relative;
}

.fiol-pad {
    padding-top: 51px;
}

.dataContainer {
    position: absolute;
    top: 42px;
    left: 64px;
    background-color: white;
    padding: 20px 30px;
}

.dataContainer h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 10px;
    color: #282828;
}

.dataContainer p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #282828;
}

.location {
    margin-top: 15px;
}

.location,
.tel,
.mail {
    position: relative;
    padding-left: 23px;
    text-decoration: none;
    display: block;
    font-size: 12px;
    line-height: 15px;
    color: #221D21;
    margin: 5px 0;
}

.tel:hover,
.mail:hover {
    opacity: 0.6;
}

.location::after,
.tel::after,
.mail::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    top: 2px;
}

.location::after {
    background-image: url(../images/loc.png);
}

.tel::after {
    background-image: url(../images/tel.png);
}

.mail::after {
    background-image: url(../images/email.png);
}

footer {
    padding: 30px 0;
}

footer .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.condef {
    margin: 15px 0;
}

footer a {
    text-decoration: none;
    color: white;
}

footer a:hover {
    color: #221D21;
}

.download-catalog {
    padding: 50px;
    background: #C7C0BA;
}

.download-catalog h2 {
    padding: 0;
    font-weight: 400;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #282828;
    margin: 0 0 30px;
}

.download-catalog button:hover {
    background: #A8947F;
}

.download-catalog button {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF !important;
    width: 228px;
    height: 50px;
    background: #3D3D3D;
    border-radius: 2px;
    border: none !important;
    left: unset;
    padding: 0;
    display: flex;
    margin: 0 auto 32px;
    align-items: center;
    justify-content: center;
}

.linkMess a {
    color: inherit !important;
    font-weight: 600;
}

.download-catalog__social-list {
    margin: 0 15px;
}
.download-catalog__social-list .social-list__link {
    margin: 0;
}

.about-text {
    padding: 50px 0 0;
    background: #F4F4F4
}

.about-text h2 {
    padding: 0;
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
    /* identical to box height, or 111% */
    text-align: center;
    text-transform: uppercase;
    color: #282828;
    margin: 0 0 50px;
}

.about-text__content {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    /* or 138% */
    color: #282828;
    flex: 0 0 auto;
    max-width: 407px;
    margin-right: auto;
}

.about-text__content>* {
    margin-bottom: 33px;
}

.about-text__content ul {
    padding: 0;
    list-style-position: inside;
}

.about-text__wrapper {
    display: flex;
    border-bottom: 1px solid #A8947F;
    padding-bottom: 50px;
}

.about-text__content>*:last-child {
    margin-bottom: 0;
}

.about-text__image img {
    display: block;
    max-width: 100%;
    height: auto;
}

.advantages {
    background: #F4F4F4;
    padding: 50px 0;
}

.advantages h2 {
    padding: 0;
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
    /* or 111% */
    text-align: center;
    text-transform: uppercase;
    color: #282828;
    margin: 0 0 51px;
}

.advantagesItem h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #282828;
    margin: 12px 0 14px;
}

.advantagesItem {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #282828;
    margin: 0 0 52px;
}

.advantagesItem:nth-last-child(-n+3) {
    margin-bottom: 0;
}

.whiteBg.cert {
    background: #C7C0BA;
    padding: 50px 0;
}

.whiteBg.cert h2 {
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
    /* or 111% */
    text-align: center;
    text-transform: uppercase;
    color: #282828;
    margin: 0 0 59px;
    padding: 0;
}

.certContainer {
    padding: 0;
}

.certContainer img {
    display: block;
}

.whiteBg.contacts {
    background: #C7C0BA;
    padding: 50px 0;
}

.container.fiol-pad {
    padding-top: 0;
}

iframe {
    display: block;
}

main+.whiteBg {
    background: #C7C0BA;
}

footer {
    padding: 0 0 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #282828;
}

a.condef {
    margin: 0;
}

footer a {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #282828;
}

.certContainer a img {
    box-shadow: 0px 0px 22.3992px rgba(0, 0, 0, 0.15);
}

.reviews h3 {
    font-weight: 400;
    font-size: 17px;
    text-align: center;
    color: #282828;
    margin-bottom: 20px;
}

.reviews h2:has(+h3) {
    margin-bottom: 25px;
}

.yandex-slide__card-mark svg {
    display: block;
}

.yandex-slide__card-mark {
    display: flex;
    gap: 3px;
}

.yandex-slider {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
}

.yandex-slides {
    max-width: calc(100% - 30px - 100px);
    margin: 0 -15px;
}

.yandex-slide {
    padding: 0 15px;
    height: auto;
}

button.yandex-prev.slick-arrow svg,button.yandex-next.slick-arrow svg {
    display: block;
}

button.yandex-prev.slick-arrow,button.yandex-next.slick-arrow {
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    flex: 0 0 50px;
}

button.yandex-prev.slick-arrow:hover circle,button.yandex-next.slick-arrow:hover circle {
    fill: #a8947f;
}

button.yandex-prev.slick-arrow:hover path,button.yandex-next.slick-arrow:hover path {
    stroke: white;
}

.yandex-slide__card {
    border: 1px solid #c8bcb0;
    padding: 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.yandex-slide__card-author {
    display: flex;
    flex-direction: column;
    row-gap: 1px;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #282828;
}

span.yandex-slide__card-date {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #959595;
}

.yandex-slide__card-header {
    display: flex;
    gap: 15px 30px;
    align-items: start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.yandex-slide__card-text {
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    color: #282828;
    margin: 20px 0 25px;
}

a.yandex-slide__card-link {
    margin-top: auto;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #959595;
}

.yandex-slides .slick-track {
    display: flex;
}

.reviews__wrapper {
    padding-bottom: 50px;
    border-bottom: 1px solid #A8947F;
}

.reviews {
    padding: 50px 0 0;
    background: #F4F4F4
}

.reviews h2 {
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
    /* identical to box height, or 111% */
    text-align: center;
    text-transform: uppercase;
    color: #282828;
    margin: 0 0 50px;
    padding: 0;
}

.reviews__slider.slick-initialized.slick-slider {
    border: 1px solid #A8947F;
    margin-bottom: 50px;
    padding: 20px;
}

.reviews__wrapper img {
    margin: 0 auto;
}

.reviews__arrows {
    display: flex;
}

.reviews__next {
    margin-left: 30px;
}

.reviews__arrows>* {
    cursor: pointer;
}

.reviews__dots ul.slick-dots {
    position: relative;
    display: inline-flex;
    width: auto;
    bottom: 0;
    background: #FFFFFF;
    border-radius: 4px;
    height: 2px;
}

.reviews__dots li {
    width: 12px;
    height: 2px;
    margin: 0 !important;
    position: static;
    opacity: 1;
}

.reviews__dots li button {
    width: auto;
    height: auto;
    background: transparent;
    padding: 0;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: #282828;
    margin: 0 !important;
    font-family: "Manrope", sans-serif;
    opacity: 1;
}

.reviews__dots button:before {
    display: none;
}

.reviews__dots li:not(:first-child):not(:last-child) button {
    font-size: 0;
}

.reviews__dots {
    display: flex;
    justify-content: center;
    height: 18px;
    margin: 0 auto;
    align-items: center;
}

.reviews__dots li:first-child button {
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%) translateX(-15px);
}

.reviews__dots li:last-child button {
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%) translateX(15px);
}

.reviews__dots li:first-child button:before {
    content: '0';
    display: inline;
    background: transparent;
    padding: 0;
    position: static;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-family: inherit;
    opacity: 1;
}

.reviews__dots li:last-child button:before {
    content: '0';
    display: inline;
    background: transparent;
    padding: 0;
    position: static;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-family: inherit;
    opacity: 1;
}

li.slick-active {
    background: #A8947F;
    border-radius: 4px;
}

.reviews__wrapper {
    display: flex;
    flex-wrap: wrap;
}

.reviews__slider {
    flex: 0 0 100%;
    max-width: 100%;
}

.reviews__arrows {
    width: 0px;
    flex: 0 0 0px;
    justify-content: flex-end;
}
.modal2-result{
    width: 630px;
    max-width: 100%;
    margin: 0 auto;
    z-index: 2;
}
.modal2-content{
    position: relative;
    padding: 45px ;
    background: white;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
}
.modal2-close-btn{
    position: absolute;
    top: 30px;
    right: 30px;
}
.modal2-title{
    color: #1D1D1D;
    text-align: center;
    font-family: Arial;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px; /* 110.526% */
    text-transform: uppercase;
    margin-bottom: 14px;
}
.modal2-image img{
    width: 100%;
    height: 100%;
}
.modal2-text-content{
    padding: 21px 33px;
    
    border-radius: 10px;
    background: #ECECEC;
    text-align: center;
    width: 100%;
}
.modal2-text{
    color: #1D1D1D;
    text-align: center;
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px; /* 210% */
}
.client-email{
    color: #9E866D;
    text-align: center;
    font-family: Arial;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px; /* 168% */
}
.show-response{
    background: rgba(0, 0, 0, 0.6) !important;
    display: flex !important;
    align-items: center !important;
}
footer div:not(.container){
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cookie-policy{
        align-items: flex-end;
        background-color: #fff;
        box-shadow: 0 0 3.2rem #0000003d;
        color: #000000;
        display: flex;
        font-size: 14px;
        max-width: 425px;
        padding: 12px 18px;
        position: fixed;
        right: 0;
        bottom: 0;
        z-index: 1000;
        align-items: center;
        gap: 24px;
}
.btn_solid{
    background: #003092;
    border: none;
    color: #fff;
    display: inline-block;
    font-size: var(--btn-font-size);
    font-weight: 400;
    padding: 1.2ex calc(2.4rem* .75);
    text-align: center;
    transition: all .2s cubic-bezier(.19,1,.22,1);
    cursor: pointer;
}
@media (max-width: 1199px) {
    .container {
        max-width: 960px;
    }

    .new-collection__col-1 {
        flex: 0 0 calc(100%/6 - 30px*4/6);
        max-width: calc(100%/6 - 30px*4/6);
    }

    .new-collection__col-3 {
        flex: 0 0 calc(100%/6 - 30px*4/6);
        max-width: calc(100%/6 - 30px*4/6);
    }

    .new-collection__col-2 {
        flex: 0 0 calc(100%*2/6 - 20px);
        max-width: calc(100%*2/6 - 20px);
    }

    .new-collection__col-4 {
        flex: 0 0 calc(100%*2/6 - 2*20px*4/6);
        max-width: calc(100%*2/6 - 2*20px*4/6);
        align-items: flex-start;
        align-content: space-between;
    }

    .new-collection__row img {
        max-width: 100%;
        height: auto;
    }

    .new-collection__col-4 img {
        max-width: calc(50% - 6px);
        width: calc(50% - 6px);
        flex: 0 0 calc(50% - 6px);
    }

    .new-collection__text h2 {
        font-size: 30px;
        line-height: 40px;
        margin: 15px 0;
    }

    .new-collection__text button {
        margin: 0 0 40px;
        width: auto;
    }

    .new-collection__text {
        display: flex;
        flex-direction: column;
    }

    .new-collection__col-1 img+img {
        margin-top: auto;
    }

    .new-collection__col-3 img+img {
        margin-top: auto;
    }

    .about-text__content {
        margin-right: 30px;
    }

    .about-text__content>* {
        margin-bottom: 23px;
    }

    .advantagesItem {
        width: 32%;
        font-size: 15px;
        line-height: 22px;
    }

    .advantagesItem h3 {
        font-size: 17px;
        line-height: 25px;
        margin-bottom: 10px;
        margin-top: 5px;
    }
}

@media (max-width: 991px) {
    .new-collection__text button {
        margin-bottom: 0;
    }

    .about-text__content {
        max-width: 59%;
        font-size: 14px;
        margin-right: 15px;
        line-height: 20px;
    }

    .about-text__content>* {
        margin-bottom: 10px;
    }

    .about-text__content p+ul {
        margin-top: -10px;
    }

    .advantagesItem {
        margin-bottom: 30px !important;
    }

    .advantages {
        padding-bottom: 20px;
    }

    .advantagesList {
        padding-bottom: 0;
    }

    .whiteBg.cert h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .download-catalog h2 {
        max-width: 380px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media(max-width:895px) {
    .product {
        width: 23%;
    }

    .advantagesItem {
        width: 47%;
    }

    .certContainer img {
        margin-right: 0;
    }

    .dataContainer {
        position: static;
        margin: 20px 0 0;
        width: max-content;
        max-width: calc(100% - 30px);
        padding: 15px;
    }
}

@media (max-width: 767px) {
    .dataContainer {
        margin-left: auto;
        margin-right: auto;
    }

    .new-collection__col-1 {
        flex: 0 0 calc(100%/4 - 2*30px/4 - 10px);
        max-width: calc(100%/4 - 2*30px/4 - 10px);
    }

    .new-collection__col-2 {
        flex: 0 0 calc(2*100%/4 - 2*2*30px/4 + 10px);
        max-width: calc(2*100%/4 - 2*2*30px/4 + 10px);
    }

    .new-collection__col-3 {
        flex: 0 0 calc(100%/4 - 2*30px/4 - 10px);
        max-width: calc(100%/4 - 2*30px/4 - 10px);
    }

    .new-collection__col-4 {
        margin-top: 30px;
        flex: 0 0 100%;
        max-width: 100%;
        align-items: flex-end;
    }

    .new-collection__col-4 img {
        max-width: calc(100%/4 - 2*30px/4 - 10px);
        width: calc(100%/4 - 2*30px/4 - 10px);
        flex: 0 0 calc(100%/4 - 2*30px/4 - 10px);
    }

    .new-collection__text {
        flex: 0 0 calc(100%/2 - 30px*3/2);
        margin-left: 23px;
    }

    .new-collection__text h2 {
        text-align: right;
    }

    .about-text__image {
        display: none;
    }

    .about-text__content {
        margin: 0;
        max-width: 100%;
        font-size: 16px;
        line-height: 24px;
    }

    .about-text__content p+ul {
        margin-top: 0;
    }

    .certContainer a {
        margin-bottom: 30px;
    }

    footer .container {
        align-items: center;
        flex-direction: column;
        padding-bottom: 1px;
    }

    a.condef {
        /* margin: 10px 0; */
    }
}

@media(max-width:650px) {
    .product {
        width: 30%;
    }

    .advantagesItem {
        width: 100%;
    }

    .firstSlider .slick-dots {
        display: none;
    }

    .certContainer a {
        width: calc(50% - 15px);
    }

    .certContainer a img {
        width: 100%;
    }
}
@media (max-width: 575px){
    .modal2-text{
        font-size: 18px;
        line-height: 27px;
    }

    .new-collection__text h2 {
        text-align: left;
    }
    
    .new-collection__text button {
        white-space: nowrap;
        padding: 0 15px;
    }
    
    .new-collection__text {
        margin-left: 0;
        flex: 0 0 100%;
    }
    .client-email{
        font-size: 20px;
        word-wrap: break-word;
        line-height: 22px;
    }
    
    .new-collection {
        padding: 50px 0;
    }
    
    .new-collection__col-1 {
        flex: 0 0 30%;
        max-width: 100%;
        margin-bottom: 15px;
    }
    
    .new-collection__col-2 {
        flex: 0 0 65%;
        max-width: 100%;
        margin-bottom: 15px;
    }
    
    .new-collection__col-3 {
        flex: 0 0 30%;
        max-width: 100%;
        margin-bottom: 0;
    }
    
    .new-collection__col-4 {
        flex: 0 0 65%;
        max-width: 100%;
        margin-bottom: 0;
        margin-top: 0;
    }
    
    .new-collection__col-4 img {
        max-width: unset;
        width: auto;
        flex: 0 0 auto;
        height: calc(265*100vw/575);
    }
    
    .new-collection__col-3 img+img {
        margin-top: 15px;
    }
    
    .new-collection__col-1 img+img {
        margin-top: 15px;
    }

    .yandex-slides.slick-initialized.slick-slider {
        max-width: 100%;
        order: -1;
    }
    
    .yandex-slider {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }
    
    .yandex-slide__card-header {
        flex-direction: column;
        gap: 5px;
    }
}
@media(max-width:470px) {
    .product {
        width: 47%;
    }
    .linkMess {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
}

@media(max-width:400px) {
    .modal2-title{
        margin-top: 30px;
        font-size: 26px;
        line-height: 33px;
    }
    .modal2-content{
        padding: 25px;
    }

    .wildContainer a {
        padding: 12px 35px;
        font-size: 18px;
        margin-top: 20px;
    }

    .wildContainer p {
        font-size: 18px;
    }

    .__black {
        left: calc(50% - 93px);
    }

    .__white {
        left: calc(50% - 93px);
    }
}