@font-face {
	font-family: 'Raydis';
	font-style: normal;
	font-weight: normal;
	src: local('Raydis'),
		url('../fonts/Raydis.ttf') format('truetype'),
}
/*Дэфолтные настройки*/
* {
    box-sizing: border-box;
}
button, input[type=submit] {
	cursor:pointer;
}
ul li{
    list-style: none;
}
html, body {
    margin: 0;
    position: relative;
    height: 100%;
    scroll-behavior: smooth;
}
body{
    overflow-x: clip;
}
section{
    position: relative;
}
h1,h2,h3,h4,h5,p,li,a{
    margin: 0;
    padding: 0;
}
input,textarea{
    font-family: 'Montserrat', sans-serif;
}
input::placeholder,textarea::placeholder{
    font-family: 'Montserrat', sans-serif;
}
ul{
    padding: 0;
    margin: 0;
}
body {
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    margin: 0;
    background-color: #FFFFFF;
    color: #1F1B20;
}
a {
    color: #1F1B20;
    text-decoration: none;
}
.container {
    width: 100%;
    max-width: 1278px;
    margin: 0 auto;
    z-index: 5;
    padding: 0;
    position: relative;
}
input, textarea {outline:none;}
input:active, textarea:active {outline:none;}
:focus {outline:none;}
textarea {resize:none;}
textarea {resize:vertical;}
textarea {resize:horizontal;}
button:active, button:focus {
    outline: none;
}
button::-moz-focus-inner {
    border: 0;
}
button{
    cursor: pointer;
    border: none;
}
button:hover{
    transition: 0.3s;
}
/*Дэфолтные настройки*/


.dropbtn {
    background-color: transparent;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.8px;
    display: flex;
    gap: 5px;
    border: none;
    align-items: center;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
header{
    position: absolute;
    width: 100%;
}
.section__main{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 195px;
    padding-bottom: 70px;
}

.dropdown:hover .dropdown-content {display: block;}
.header-container{
    display: flex;
    justify-content: space-between;
	align-items: center;
}
.header-container .header-container-menu{
    display: flex;
    align-items: center;
}
.header-container ul li:not(:last-child) {
	margin-right:25px;
}
.header-container ul li a, .header-container ul li span {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.8px;
}
.header-container ul li a:hover, .header-container ul li span {
	color: #42AF6C;
}

.header-container-menu {
	display: flex;
}
.section__main{
    position: relative;
}
.section-bg__main{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(31, 27, 32, 0.7) 0%, rgba(31, 27, 32, 0.00) 100%);
}
.section-bg2__main{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), rgba(0, 0, 0, 0.20);
}
a.header-tel {
    color: #CFCFCF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 0.4px;
}
.header-container-right-social {
    display: flex;
	align-items: center;
}
.header-container-right-social a:first-child {
	margin-right:15px;
}
.header-container-right{
    display: flex;
    align-items: center;
    gap: 25px;
}
.section-container__main h1{
    color: #FFF;
    font-family: Montserrat Alternates,sans-serif;
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    line-height: 60.5px; /* 112.037% */
}
.section-container__main p{
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px; /* 240% */
    letter-spacing: 0.4px;
    padding-top: 12px;
    padding-bottom: 27px;
}
.section-container-form__main{
    display: flex;
	align-items: center;
}
.section-container-form__main input{
    background: rgba(31, 27, 32, 0.50);
    border: 1px solid rgba(255, 255, 255, 0.78);
    padding: 12px 30px;
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 25.5px */
    letter-spacing: 0.255px;
}
.section-container-form__main input::placeholder{
    color: #FFF;
}
.section-container-form__main button{
    border-radius: 0px 3px 3px 0px;
    background: #42AF6C;
    backdrop-filter: blur(2px);
    width: 210px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 21px */
    letter-spacing: 0.21px;
}

/* для элемента input c type="checkbox" */
.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

/* для элемента label, связанного с .custom-checkbox */
.custom-checkbox+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    color: #A6A6A6;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 19.5px */
    letter-spacing: 0.195px;
}

/* создание в label псевдоэлемента before со следующими стилями */
.custom-checkbox+label::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 2px solid #A6A6A6;
    border-radius: 2px;
    margin-right: 12px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 15px;
}



/* стили для чекбокса, находящегося в состоянии checked */
.custom-checkbox:checked+label::before {
    background-image: url("/img/tick-green.svg");
}

/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox:disabled+label::before {
    background-color: #e9ecef;
}
.checkbox{
    margin-top: 20px;
}
.section-container-pluses-block__main{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 18px;
    max-width: 275px;
}
.section-container-pluses__main{
    display: flex;
    justify-content: space-between;
}
.section-container-pluses-block__main p{
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 137.5% */
}
.section-container-pluses__main{
    padding-top: 82px;
}
header{
    padding: 16px 0;
}
.services-top__main h3 {
    font-family: Montserrat Alternates,sans-serif;
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    line-height: 60.5px; /* 112.037% */
}
.mySwiperServices-block-img img{
    height: 461px;
    width: 100%;
    object-fit: cover;
}

.mySwiperServices-block h3{
    padding-top: 34px;
    padding-bottom: 17px;
    color: #333942;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 148.5%; /* 23.76px */
}
.mySwiperServices-block p{
    color: #A3A3A3;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 166%; /* 23.24px */
    letter-spacing: 0.21px;
}
.services-top-navigation__main{
    position: relative;
}
.swiper-button-next:after,.swiper-button-prev:after{
    display: none;
}
.pluses__main{
	display: none;
    margin-top: 100px;
}
.swiper-button-next-ser,.swiper-button-prev-ser{
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-size: cover!important;
    width: 36px!important;
    height: 36px!important;
    margin-top: -15px!important;
}
.swiper-button-next-ser{
    transform: rotate(180deg);
}
.services-top__main span{
    color: #42AF6C;
}
.services-top__main{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 50px;
}

.services__main{
    padding: 100px 0;
}
.swiper-button-next-ser{
    right: 0!important;
}
.swiper-button-prev-ser{
    right: 0!important;
    margin-left: -100px!important;
}
.projects__main{
    padding: 78px 0;
    background: #F8F8F8;
}
.projects-title__main{
    font-family: Montserrat Alternates,sans-serif;
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    line-height: 60.5px;
}
.projects-title__main span{
    color: #42AF6C;
}
.text_block .projects-title__main, .etaps_main .projects-title__main {
	color: #333942;
	margin-bottom:50px;
}
.projects-top__main{
    display: flex;
}
.projects-top__main div:not(:last-child) {
	margin-right:16px;
}
.projects-top-block__main{
    border-radius: 2.493px;
    border: 0.831px solid #CFCFCF;
    backdrop-filter: blur(1.6618725061416626px);
    height: 63px;
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #535353;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    letter-spacing: 0.21px;
    padding: 0 16px;
    cursor: pointer;
}
.projects-top__main{
    padding-top: 63px;
    padding-bottom: 44px;
}
.projects-top-block-active__main{
    background: #42AF6C;
    color: #FFF;
}


.swiper-container {
    position: relative;
    display: none;
}
.swiper-container-active{
    display: block;
}
.swiper-container > .swiper-slide__content {
    position: absolute;
    top: 0;
}
.swiper-slide-projects {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 200ms linear;
}

.swiper-slide__content {
    height: 300px;
}

.swiper-slide-projects img{
    width: 406px;
    height: 461px;
    object-fit: cover;
}
.projects-link__main{
    border-radius: 3px;
    background: #42AF6C;
    height: 52px;
    width: 100%;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 21px */
    letter-spacing: 0.21px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
	cursor:pointer;
}
.swiper-button-next-project,.swiper-button-prev-project{
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-size: cover!important;
    width: 36px!important;
    height: 36px!important;
    margin-top: -250px!important;
}
.swiper-button-next-project{
    transform: rotate(180deg);
}
.pluses-top-text__main h3{
    font-family: Montserrat Alternates,sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 60.5px; /* 121% */
}
.pluses-top-text__main p{
    font-size: 16px;
    padding-top: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: 31.5px; /* 196.875% */
    letter-spacing: 0.32px;
    color: #A6A6A6;
}
.pluses-top-text__main span{
    color: #42AF6C;
}
.btn-pluses-call{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #42AF6C;
    gap: 25px;
    width: 407px;
    height: 93px;
    color: #F2F2F2;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 143.9%; /* 24.463px */
    border-radius: 3px;
}
.pluses-top__main{
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
.pluses-container-block__main{
    padding: 17px 26px;
    border: 1px solid #E0E0E0;
    width: 407px;
    border-radius: 3px;
}
.pluses-container-block-top__main{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pluses-container-block-top__main h5{
    color: #333942;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
}
.pluses-container-block-top__main span{
    color: #333942;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 48px */
}
.pluses-container-block__main p{
    color: #A6A6A6;
    font-size: 14px;
    padding-top: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 178%; /* 24.92px */
    letter-spacing: 0.21px;
}
.pluses-container__main{
    display: flex;
    flex-wrap: wrap;
    margin-top: 47px;
    gap: 25px 28px;
    justify-content: center;
}
.form-contact-K__main{
    position: absolute;
    top: 180px;
    left: 310px;
}
.wpcf7-list-item, .form-contact-block__main form input:not([type=checkbox]) {
	margin:0;
}
.form-contact__main{
    background: #F7F7F7;
    padding: 63px 0;
}
.form-contact-block__main form{
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    max-width: 436px;
}
.form-contact-block__main form input:not([type=submit]) {
	margin-bottom:18px;
}

.form-contact-block__main form > input{
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.24);
    background: #FFF;
    padding: 0 24px;
    height: 51px;
    color: #333942;
    font-size: 14px;
    font-style: normal;
    width: 100%;
    font-weight: 400;
    line-height: 150%; /* 21px */
    letter-spacing: 0.21px;
}
.form-contact-block__main form > button{
    width: 100%;
    color: #F2F2F2;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 20.4px */
    background: #42AF6C;
    height: 56px;
    margin-top: 27px;
}
.checkbox2{
    margin-top: 0;
}
.form-contact-img__main{
    display: none;
}
.form-contact-block__main h3{
    font-family: Montserrat Alternates,sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 54px; /* 122.727% */
    max-width: 625px;
    padding-bottom: 11px;
}
.form-contact-block__main p{
    color: #7D7D7D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 31.5px; /* 196.875% */
    letter-spacing: 0.32px;
}
.form-contact-img__main img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.form-contact-img__main{
    width: 625px;
    height: 778px;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -134px;
}
.form-contact-img-block__main{
    width: 301px;
    height: 97px;
    background: rgba(0, 0, 0, 0.55);
    padding: 23px 28px;
    position: relative;
    z-index: 5;
    top: 494px;
}
.form-contact-img-block__main p{
    color: #FFF;
    padding-bottom: 2px;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 123%; /* 30.75px */
    letter-spacing: 0.375px;
}
.form-contact-img-block__main span{
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 16.8px */
    letter-spacing: 0.18px;
}
.form-contact__main{
    margin-top: 100px;
}
.footer-container-left-block{
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.footer-container-left-block h3{
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 21px */
}
.footer-container-left-block p{
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 21px */
}
.footer-container-left-container{
    display: flex;
    flex-direction: column;
    margin-top: 32px;
}
.footer-container-left-container > div:not(:last-child) {
	margin-bottom:24px;
}
footer{
    background: #333942;
    padding: 40px 0;
    margin-top: 100px;
}
.footer-container-left-block h3{
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 21px */
}
.footer-container-left-block p,.footer-container-left-block a{
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 21px */
}
.footer-container-right-block ul{
    display: flex;
    flex-direction: column;
}
.footer-container-right-block ul li:not(:last-child) {
	margin-bottom:25px;
}
.footer-container-right h3{
    color: #FFF;
    font-size: 25px;
    font-style: normal;
    padding-bottom: 25px;
    font-weight: 700;
    line-height: 150%; /* 37.5px */
}
.footer-container-right-block ul li a{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
}
.footer-container{
    display: flex;
    justify-content: space-between;
    padding-bottom: 23px;
}
.footer-container-right-block{
    display: flex;
    gap: 35px;
}
.footer-container-bottom-links{
    display: flex;
    gap: 24px;
}
.footer-container-bottom-links a{
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    text-decoration-line: underline;
}
.footer-container-bottom p{
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}
.footer-container-bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
	border-top:1px solid #fff;
	margin-top:32px;
}
.header-fixed{
    background: rgba(31, 27, 32, 0.91);
    transition: .5s;
}
.header-usual{
    background: rgba(31, 27, 32, 0.91);
    transition: .5s;
}
header{
    position: fixed;
    width: 100%;
    z-index: 99999;
    transition: .5s;
}
.breadcrumbs{
    display: flex;
    align-items: center;
    gap: 9px;
    padding-bottom: 50px;
}
.breadcrumbs a{
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%; /* 31.5px */
}
.breadcrumbs .kb_title{
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 175%; /* 31.5px */
}
.section-cart{
    padding-top: 190px;
}
.section-cart-container-left img{
    width: 311.383px;
    height: 564.711px;
    object-fit: cover;
}
.section-cart-container-left{
    border: 1px solid rgba(0, 0, 0, 0.10);
    width: 693.134px;
    height: 629.802px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-cart-container-right-content-part{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section-cart-container-right-content-part p{
    color: #A3A3A3;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
    letter-spacing: 0.48px;
    padding: 0!important;
}
.section-cart-container-right-content-part span{
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.48px;
    text-align: right;
}
.intro-text {
	margin-top:20px;
}
.green-color{
    color: #42AF6C;
}
.section-cart-container-right h1, h1.entry-title {
    font-family: Montserrat Alternates,sans-serif;
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.section-cart-container-right p{
    color: #A3A3A3;
    font-size: 14px;
    font-style: normal;
    line-height: 24px;
    letter-spacing: 0.21px;
    padding: 16px 0 24px;
}
.section-cart-container-right-content{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.section-cart-container{
    display: flex;
    gap: 48px;
}
.section-cart-container-right{
    max-width: 537px;
}
.section-cart-container-right button{
    color: #F2F2F2;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    width: 100%;
    background: #42AF6C;
    margin-top: 20px;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 20.4px */
}
.section-cart-catalog-title{
    font-family: Montserrat Alternates,sans-serif;
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    line-height: 60.5px; /* 112.037% */
}
.section-cart-catalog-title span{
    color: #42AF6C;
}
.section-cart-catalog-container-block-img{
    border: 1px solid rgba(0, 0, 0, 0.10);
    height: 405px;
}
.section-cart-catalog-container-block{
    width: 393px;
}
.section-cart-catalog-container-block img{
    width: 176.551px;
    height: 363.142px;
    object-fit: cover;
}
.section-cart-catalog-container-block-img{
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-cart-catalog-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 50px;
    gap: 49px;
}
.section-cart-catalog-container-block-text-content-part{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section-cart-catalog-container-block-text-content{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.cart-catalog-price{
    color: #42AF6C;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 148.5%; /* 32.67px */
    padding: 17px 0;
}
.section-cart-catalog-container-block-text h3{
    color: #333942;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 148.5%; /* 23.76px */
    padding-bottom: 17px;
    padding-top: 25px;
}
.section-cart-catalog-container-block-text button{
    color: #F2F2F2;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: 100%;
    background: #42AF6C;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 16.8px */
}
.section-cart-catalog{
    margin-top: 100px;
	display: none;
}
.price-section-title{
    font-family: Montserrat Alternates,sans-serif;
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    padding-bottom: 50px;
    line-height: 60.5px; /* 112.037% */
}
.price-section-title span{
    color: #42AF6C;
}
.table{
    width: 100%;
    border-collapse: collapse;
    border: 1px solid rgba(0, 0, 0, 0.15);
}
.table td{
    padding: 20px 25px;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.table td:last-child{
    border-right: none;
}
.table th{
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.table th:last-child{
    border-right: none;
}
.table th{
    padding: 20px 25px;
    background: #F8F8F8;
    font-size: 16px;
    font-style: normal;
    text-align: left;
    font-weight: 700;
    line-height: 140%; /* 22.4px */
}
.price-section{
    margin-top: 100px;
}
.colors-profile-img{
    width: 48%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 134px;
}
.colors-profile{
    position: relative;
    background: #F8F8F8;
    padding: 50px 0;
}
.colors-profile-container-block-part h5{
    color: #333942;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 27px */
}
.colors-profile-container-block-part p{
    color: #A6A6A6;
    padding-top: 10px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 178%; /* 24.92px */
    letter-spacing: 0.21px;
}
.colors-profile-container-block{
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.colors-profile-container h3{
    font-family: Montserrat Alternates,sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 60.5px; /* 121% */
    padding-bottom: 58px;
}
.colors-profile-container span{
    color: #42AF6C;
}
.colors-profile-container{
    max-width: 625px;
}
.colors-profile-container-parent{
    display: flex;
    justify-content: flex-end;
}
.colors-profile{
    margin-top: 100px;
}




#menu__toggle {
    opacity: 0;
}
#menu__toggle:checked ~ .menu__btn > span {
    transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
    top: 0;
    transform: rotate(0);
    display: none;
}
#menu__toggle:checked ~ .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
    visibility: visible;
    right: 0;
}
.menu__btn {
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: 1000;
    width: 48px;
    height: 48px;
    margin-top: -25px;
    position: relative;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
    display: block;
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #FFFFFF;
    transition-duration: 0.25s;
    right: 10px;
    border-radius: 10px;
}
.span-burger {
    border: none;
    outline: none;
}
.menu__btn > span::before {
    content: "";
    top: -10px;
    transition: 0.3s;
    right: 0;
}
.menu__btn > span::after {
    content: "";
    top: 10px;
    transition: 0.3s;
    right: 0;
}
.menu__box {
    position: fixed;
    visibility: hidden;
    top: 0;
    right: -100%;
    width: 70%;
    height: 100%;
    margin: 0;
    list-style: none;
    background: rgba(31, 27, 32, 0.91);
    backdrop-filter: blur(10px);
    transition-duration: 0.25s;
    z-index: 999;
    padding: 30px 20px;
    padding-top: 70px;
}
.list-header{
    display: flex;
    flex-direction: column;
}
.list-header li:not(:last-child) {
	margin-bottom:20px;
}
.hamburger-menu {
    display: none;
}
.section-montaj-container img{
    width: 100%;
    height: 550px;
    object-fit: cover;
}
.single-container h1 {
    font-family: Montserrat Alternates,sans-serif;
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 25px;
}
.single-container h2 {
    font-family: Montserrat Alternates,sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-top: 30px;
    padding-bottom: 25px;
}
.section-montaj-container h3, .section-montaj-container h1 {
    font-family: Montserrat Alternates,sans-serif;
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-top: 50px;
    padding-bottom: 25px;
}
.single-container h3 {
    font-family: Montserrat Alternates,sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-top: 25px;
    padding-bottom: 25px;
}
.single-container img {
	max-width:100%;
	height:auto;
}
.section-montaj-container p, .single-container p {
    color: #A3A3A3;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 166%; /* 23.24px */
    letter-spacing: 0.21px;
	margin-bottom:30px;
}
.single-container p {
	margin-bottom:30px;
	margin-top:20px;
}
.section-montaj{
    padding-top: 190px;
}
.price-section__contact,.projects-section{
    padding-top: 190px;
}
.price-section__contact{
    margin-top: 0!important;
}
.contact-container-block-map{
    width: 100%;
    height: 384px;
}
.contact-container-block-text-part{
    display: flex;
    gap: 16px;
}
.contact-container-block-text-part > div > p{
    color: #333942;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 30px */
    padding-bottom: 10px;
}
.contact-container-block-text-part > div > a,
.contact-container-block-text-part > div > span{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}
.contact-container-block-text h5{
    font-family: Montserrat Alternates,sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 20px;
}
.contact-container-block-text-part{
    padding-bottom: 20px;
}
.contact-container-block-text{
    padding-top: 22px;
}
.contact-container{
    display: flex;
    gap: 31px;
    width: 100%;
}
.contact-container-block{
    width: 50%;
}
.contact-container{
    padding-bottom: 30px;
}
.titleModal{
    text-align: center;
    font-family: Montserrat Alternates,sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px; /* 118.75% */
}
.subtitleModal{
    padding-top: 11px;
    padding-bottom: 30px;
    color: #7D7D7D;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 31.5px; /* 196.875% */
    letter-spacing: 0.32px;
}
.modal-content{
    background: #FFF;
    padding: 40px;
    width: 618px;
}
.modal{
    position: fixed;
    background: rgba(31, 27, 32, 0.50);
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
    align-items: center;
    justify-content: center;
    left: 0;
    z-index: 99999999999;
}
.modal-content form{
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.modal-content form > input{
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.24);
    background: #FFF;
    width: 100%;
    height: 51px;
    padding: 0 29px;
    color: #333942;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    letter-spacing: 0.21px;
}
.modal-content form > button{
    background: #42AF6C;
    height: 56px;
    width: 100%;
    color: #F2F2F2;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 20.4px */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 27px;
}
.checkbox-modal{
    margin-top: 0;
}
.close{
    position: absolute;
    top: 40px;
    right: 40px;
}
.thanks-section{
    padding-top: 463px;
    padding-bottom: 323px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.thanks-section-block h1{
    color: #FFF;
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px; /* 87.5% */
}
.thanks-section-block p{
    color: #FFF;
    text-align: center;
    padding: 50px 0;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px; /* 128.571% */
}
.thanks-section-block a{
    width: 100%;
    color: #F2F2F2;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    background: #42AF6C;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 20.4px */
}
.thanks-section-block{
    max-width: 692px;
    margin: 0 auto;
    display: block;
}

.bottomContent{
    margin-top: 30px;
}
.bottomContent h2{
    color: #333942;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
	margin-bottom:16px;
}
.bottomContent p{
    color: #A6A6A6;
    font-size: 14px;
    font-style: normal;
    line-height: 24px;
    letter-spacing: 0.21px;
}

.bottomContent ul li {
    list-style: disc;

    color: #A6A6A6;
    font-size: 14px;
    font-style: normal;
    letter-spacing: 0.21px;
}
.uptl_container{
	display: none !important;
}

.bottomContent-imagesProfile .colors-profile-container-parent{
    justify-content: space-between;
    align-items: center;
}

.bottomContent-imagesProfile h2{
    margin-bottom: 30px;
}
.bottomContent-imagesProfile img{
    width: 40%;
    max-width: 320px;
    height: auto;
    margin-right: 30px;
}
.p2_row_1 {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
	width:100%;
}
.p2_row_1 a.p2_box {
	display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex: 0 1 auto;
    width: calc(33.3333% - 30px);
    cursor: pointer;
    display: block;
    padding: 15px;
    padding-bottom: 15px;
    padding-top: 20px;
    background: #f2f2f2;
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.3);
    box-shadow: 0px 0px 4px rgba(0,0,0,.3);
    margin: 0 30px 30px 0;
	position:relative;
}
.p2_row_1 .p2_box h3, .mySwiperAlso .p2_box h3 {
	margin-bottom:20px;
}
.p2_row_1 .p2_box div.img-catalog {
    flex: 0 0 auto;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
    width: 100%;
    height: auto;
    object-fit: cover;
    background-color: rgb(0 0 0 / 5%);
}
.p2_row_1 .p2_box div.img-catalog:before {
    display: block;
    content: "";
    padding-top: 100%;
}
.p2_b10 > div.img-catalog {
	background:url(/wp-content/uploads/2019/04/vitrazhi-alyuminievye-016.jpg) center no-repeat;
}
.p2_b2 > div.img-catalog {
	background:url(/wp-content/uploads/2021/07/mobilnie-peregorodki.jpg) center no-repeat;
}
.p2_b20 > div.img-catalog {
	background:url(/wp-content/uploads/2024/08/nastolniy.jpg) center no-repeat;
}
.p2_b3 > div.img-catalog {
	background:url(/wp-content/uploads/2021/07/loft-peregorodki.jpg) center no-repeat;
}
.p2_b4 > div.img-catalog {
	background:url(/wp-content/uploads/2021/07/vhodnye-gruppy.jpg) center no-repeat;
}
.p2_b5 > div.img-catalog {
	background:url(/wp-content/uploads/2019/04/santehnicheskie-peregorodki_006.jpg) center no-repeat;
}
.p2_b7 > div.img-catalog {
	background:url(/wp-content/uploads/2019/04/lestnica-so-stupenyami-iz-stekla.jpg) center no-repeat;
}
.p2_b9 > div.img-catalog {
	background:url(/wp-content/uploads/2021/07/ograzhdeniya-metall.jpg) center no-repeat;
}
.p2_b1 > div.img-catalog {
	background:url(/wp-content/uploads/2022/08/2022-04-28-19-50-08_1651164647572.jpg) center no-repeat;
}
.wsp-pages-list .children {
	margin-left:10px;
}
.wsp-pages-list, .wsp-posts-list {
	margin-top:20px;
}
.form-contact__main--footer .wpcf7-text {
        border-radius: 3px;
        border: 1px solid rgba(0,0,0,.24);
        background: #fff;
        padding: 0 24px;
        height: 51px;
        color: #333942;
        font-size: 14px;
        font-style: normal;
        width: 100%;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: .21px;
    }
    .form-contact__main--footer .wpcf7-submit{
        width: 100%;
        color: #f2f2f2;
        text-align: center;
        font-size: 17px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        background: #42af6c;
        height: 56px;
        margin-top: 27px;
        border: none;
    }
    .form-contact__main--footer .wpcf7-list-item-label{
        font-size: 13px;
    }
.modal-content .wpcf7-text {
            border-radius: 3px;
            border: 1px solid rgba(0,0,0,.24);
            background: #fff;
            width: 100%;
            height: 51px;
            padding: 0 29px;
            color: #333942;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%;
            letter-spacing: .21px;
        }
        .modal-content .wpcf7-submit{
            background: #42af6c;
            height: 56px;
            width: 100%;
            color: #f2f2f2;
            text-align: center;
            font-size: 17px;
            font-style: normal;
            font-weight: 500;
            line-height: 120%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 27px;
        }
        .modal-content .wpcf7-spinner{
            position: absolute;
            bottom: 0;
}
/* стили для чекбокса, находящегося в состоянии checked */
.custom-checkbox:checked+label::before {
   background-image: url("<?php echo get_template_directory_uri() ?>/assets/img/tick-green.svg");
}
 .section-container-form__main .wpcf7-text{
            max-width: 251px;
            background: rgba(31,27,32,.5);
            border: 1px solid rgba(255,255,255,.78);
            color: #fff;
            font-size: 17px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%;
            letter-spacing: .255px;
        }
        .section-container-form__main .wpcf7-submit{
            border-radius: 0 3px 3px 0;
            background: #42af6c;
            backdrop-filter: blur(2px);
            width: 210px;
            height: 51.5px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            text-align: center;
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: 150%;
            letter-spacing: .21px;
        }
        .mySwiperServices-block{
            display: block;
        }
.alignright {
	float: right;
    margin-left: 30px;
	margin-bottom:16px;
}
.text_block, .etaps_main-item-text, .partners_main-text {
	font-size: 14px;
    color: #A3A3A3;
    letter-spacing: 0.21px;
	line-height: 24px;
}
.partners_main-text {
	margin-bottom:100px;
}
.text_block p, .text_block li {
	margin-bottom: 16px;
}
.text_block ul {
	margin-left:22px;
}
.text_block ul li {
	list-style: disc;
}
.text_block ul li::marker {
	width:2px;
}
.bold-black {
	font-size:16px;
	font-weight:500;
	color:#333942;
}
.text_block-sub-title {
	font-size:18px;
	font-weight:600;
	color:#333942;
	margin-bottom:16px;
}
.text_block-list {
	display: flex;
    gap: 30px;
}
.text_block-part {
	width:100%;
}
.text_block-part-item {
	margin-bottom:16px;
}
img {
	max-width:100%;
}
.etaps_main {
	margin-top:100px;
}
.etaps_main-item-number {
    font-family: 'Raydis';
	font-size:100px;
	font-weight:700;
	color:#fff;
	-webkit-text-stroke: 3px #42AF6C;
    text-stroke: 3px #42AF6C;
	text-shadow: 3px 4px 10px 0px #00000040;
	margin-right:8px;
}
.etaps_main-item-title {
	color: #333942;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 8px;
}
.etaps_main-item {
	display: flex;
	margin-bottom:84px;
	width:100%;
}
.etaps_main-row {
	display: flex;
    gap: 30px;
}
.partner-item {
	width: 297px;
    height: 96px;
    background: #fff;
    border: 1px solid #0000003D;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-right: 30px;
    margin-bottom: 30px;
}
.partners_main .partner-item:last-child, .partners_main .partner-item:nth-child(4n) {
	margin-right: 0px;
}
.partners_main {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px 0 40px;
}



@media (max-width: 991px) {
	.p2_row_1 a.p2_box {
		width: calc(47.3333% - 30px);
	}
}
@media (max-width: 800px) {
	.etaps_main-row {
		flex-direction: column;
		margin-bottom: 30px;
	}
	.etaps_main-item {
		margin-bottom:0;
	}
}
@media (max-width: 768px) {
	.alignright {
    	float: none;
    	margin-left: auto;
    	margin-right: auto;
    	display: block;
}
	.text_block-list {
    	gap: 0;
    	flex-direction: column;
	}
    .bottomContent-imagesProfile .colors-profile-container-parent{
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }
    .bottomContent-imagesProfile h2{
        margin-bottom: 20px;
    }
}
@media (max-width: 550px) {
	.etaps_main-item-number {
		font-size:50px;
	}
	.single-container h1 {
		font-size: 32px;
	}
	.single-container h2 {
		font-size: 28px;
		padding-top: 25px;
        padding-bottom: 10px;
	}
	.single-container h3 {
		font-size: 24px;
		padding-top: 25px;
        padding-bottom: 10px;
	}
	.single-container p {
        margin-bottom: 20px;
        margin-top: 10px;
    }
	.p2_row_1 a.p2_box {
		width:100%;
		margin:0 0 30px;
	}
}
.showerPeregorod-accordion{
    margin-top: 50px;
    margin-bottom: 50px;
}

.showerPeregorod-accordion .ea-header{
    background-color: #42AF6C;
}
.ea-body td a{
    text-decoration: underline;
}
.section-container__main .wpcf7-response-output, footer .wpcf7-response-output{
    color: #fff;
}
.warning {
	position: fixed;
	bottom: 0;
	left: 0;
	display: none;
	justify-content: center;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	z-index: 1000;
    background-color: rgba(50, 50, 58, 1);
    color: #fff;
    font-size: 13px;
    align-items: center;
}
.warning--active {
	display: flex;
}
.warning__text {
	margin-right: 30px;
}
.warning__read {
	display: block;
	margin-left: 15px;
}
.warning__apply {
    color: #484848;
    background-color: #fff4d9;
    border: 0;
    border-radius: 3px;
    padding: 3px 10px;
}
#menu-menyu-dlya-burgera-1 li .parent-link {
	display: flex;
    justify-content: space-between;
}
#menu-menyu-dlya-burgera-1 li .mob-menu-arrow {
	cursor:pointer;
}
#menu-menyu-dlya-burgera-1 li .mob-menu-arrow.open {
	transform: rotate(180deg);
	filter: invert(56%) sepia(38%) saturate(615%) hue-rotate(90deg) brightness(97%) contrast(90%);
}
#menu-menyu-dlya-burgera-1 li a.open {
	color: #42AF6C;
}
#menu-menyu-dlya-burgera-1 .sub-menu {
	margin-top:20px;
	display:none;
}
#menu-menyu-dlya-burgera-1 .sub-menu.open {
	display:block;
}
#menu-menyu-dlya-burgera-1 .sub-menu li {
	margin-bottom:16px;
	margin-left:8px;
}
#menu-menyu-dlya-burgera-1 .sub-menu li:last-child {
	margin-bottom:0;
}
#menu-menyu-dlya-burgera-1 .sub-menu li a {
	font-weight:400;
}
.contacts-info {
	display: flex;
    flex-direction: column;
    margin-top: 21px;
}
.contacts-info a {
	font-weight:400 !important;
}
.contacts-info-tel {
	font-size: 20px !important;
    line-height: 48px !important;
}
.contacts-info-mail {
	text-decoration: underline !important;
    margin: 16px 0 !important;
}
.contacts-info-time {
	color:#fff !important;
}
.site-description {
	color: #42AF6C;
    font-family: Montserrat;
    font-size: 10px;
    font-weight: 700;
    line-height: 14.68px;
    letter-spacing: 0.800000011920929px;
    text-transform: uppercase;
    border-left: 1px solid #42AF6C;
    padding-left: 8px;
    margin-left: 8px;
}
.header-container-logo {
	display: flex;
    align-items: center;
}
.header-container-top {
	color: #fff;
    display: flex;
    justify-content: flex-end;
	padding-bottom: 16px;
    border-bottom: 1px solid #fff;
    margin-bottom: 16px;
}
.header-container-top-time {
	margin:0 40px;
}
a.header-container-top-mail {
	color:#fff;
	text-decoration: underline;
}
.review__main {
	margin-top:100px;
}
.swiper-slide.review-block {
	border: 1px solid #0000003D;
	border-radius:3px;
	padding:32px;
	display: flex;
    flex-direction: column;
    height: auto;
    justify-content: space-between;
}
.review-rating-star {
	width:20px;
	height:19px;
	background:url(../img/star.svg) center no-repeat;
}
.review-rating {
	display: flex;
    gap: 4px;
    margin-bottom: 32px;
}
.review-body, .reviewer {
	font-size: 14px;
    line-height: 24px;
    letter-spacing: .21px;
    color: #333942;
}
.reviewer {
	margin:32px 0 4px;
}
.company {
	font-size: 14px;
    line-height: 21px;
    letter-spacing: .21px;
    color: #A3A3A3;
}
.sp_title {
	font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #333942;
    cursor: pointer;
    padding: 32px 64px 32px 32px;
	position:relative;
}
.faq-spoiler-item {
	border: 1px solid #0000003D;
	margin-bottom:24px;
}
.sp_title:hover {
	color: #42AF6C;
}
.sp_title.open {
	color: #42AF6C;
	padding: 32px 64px 24px 32px;
}
.sp_content {
	color: rgb(163, 163, 163);
    font-size: 14px;
    padding: 0px 32px 32px;
    line-height: 24px;
    letter-spacing: 0.21px;
}
.arrow {
    width: 11px;
    height: 11px;
    border: 2px solid #333942;
    border-left: 0;
    border-top: 0;
	transform: rotate(45deg);
	position:absolute;
    right: 36px;
    top: 50%;
    margin-top: -8px;
}
.sp_title:hover .arrow {
	border: 2px solid #42AF6C;
	border-left: 0;
    border-top: 0;
}
.sp_title.open .arrow {
	border: 2px solid #42AF6C;
	border-top: 0;
	transform: none;
	width: 14px;
    height: 2px;
	margin-top: -1px;
}
footer .header-container-right-social {
	margin-top:24px;
}
.price-catalog {
	background: #42AF6C;
    color: #fff;
    padding: 16px 24px;
    font-size: 14px;
    font-weight: 500;
	position: absolute;
    right: 0;
    bottom: 40px;
}
.price-catalog sup {
	font-size: 10px;
}
.price-catalog span {
	font-size: 18px;
    font-weight: 700;
}
.header-container-logo svg, .header-container-top {
	transition: .5s;
}
.fixed .header-container-logo svg {
	width: 40px;
    height: auto;
}
header.fixed {
    padding: 6px 0;
}
.fixed .header-container-top {
	margin-bottom: 6px;
	padding-bottom: 6px;
}
.text_block table thead {
	border-bottom: 1px solid #F2F2F2;
    background: #F7F7F7;
    color: #333942;
    font-weight: 700;
}
.text_block table tr {
	border-bottom: 1px solid #F2F2F2;
}
.text_block table td {
	line-height:21px;
	letter-spacing:.21px;
	padding:16px;
}
.text_block table thead td {
	letter-spacing:auto;
}
.projects_custom {
	margin-top:100px;
}
.price-product {
	color: #42AF6C;
	font-size:14px;
	font-weight:500;
	margin-bottom:24px;
}
.price-product sup {
	font-size:10px;
}
.price-product span {
	font-size:24px;
	font-weight:700;
}
.description-title {
	font-size:24px;
	font-weight:700;
	line-height:29.26px;
	margin-bottom:30px;
	color: #1F1B20;
}
.mySwiperAlso .p2_box {
	display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    cursor: pointer;
    padding: 15px;
    padding-bottom: 15px;
    padding-top: 20px;
    background: #f2f2f2;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, .3);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .3);
    position: relative;
    border: 1px solid #ccc;
    border-radius: 8px;
    text-decoration: none;
    color: #333;
    transition: transform 0.3s ease-in-out;
	height:100%;
}
.mySwiperAlso .p2_box div.img-catalog {
	flex: 0 0 auto;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
    width: 100%;
    height: auto;
    object-fit: cover;
    background-color: rgb(0 0 0 / 5%);
}
.mySwiperAlso .p2_box div.img-catalog:before {
	display: block;
    content: "";
    padding-top: 100%;
}
.mySwiperAlso .swiper-slide {
	height:auto;
}