

/* Start:/local/templates/picaso/components/bitrix/news.list/catalog/style.css?17514612282141*/
.catalog__empty{
    color: #4F12FD;
    font-size: 20px;
}

.catalog__list{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 5px;
}

.catalog__item{
    display: flex;
    align-items: stretch;

}

.catalogPreview{
    width: 100%;
    background-color: #fff;
    padding: 15px 15px 85px;
    position: relative;
}

.catalogPreview__image{
    height: 200px;
    width: 100%;
    margin-bottom: 25px;
}
.catalogPreview__img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.catalogPreview__title{
    margin-bottom: 15px;
}
.parameterCatalog{
    font-size: 14px;
}
.parameterCatalog__description{
    font-weight: 700;
    color: #000;
    margin-right: 5px;
}

.catalogPreview__bottom{
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
}
.catalogPreview__button{
    display: block;
    width: 150px;
    max-width: 85%;
    height: 50px;
    line-height: 50px;
    position: relative;
    z-index: 2;
    color: white;
    text-align: center;
    text-decoration: none;
    font-family: "FuturaPT", sans-serif;
    font-weight: 500;
    font-size: 18px;
    transition: transform 0.2s linear;
    margin: 0 auto;
}
.catalogPreview__button span {
    z-index: 2;
    position: relative;
}

.catalogPreview__button:hover {
    cursor: pointer;
    transform: rotate(-2deg);
}

.catalogPreview__button::before {
    position: absolute;
    display: block;
    content: '';
    background-color: #4d26ca;
    transform: skewX(30deg);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}

.catalog__nav{
    text-align: center;
}

.catalog{
    margin-bottom: 90px;
}

@media (max-width: 1200px){
    .catalog__list{
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (max-width: 992px) {
    .catalog__list{
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 768px) {
    .catalog__list{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 576px) {
    .catalog__list{
        grid-template-columns: repeat(1, 1fr);
        text-align: center;
    }
}

/* End */


/* Start:/local/templates/picaso/components/bitrix/form.result.new/popUp/style.css?1751461228960*/

.formPopUp__title{
	color: black;
	font-size: 24px;
	text-align: center;
	margin-bottom: 25px;
	margin-top: 25px;
}

.text_field,
.textarea_field{
	width: 100%;
	display: block;
	position: relative;
}

.textinput{
	width: 100%;
	background: none;
	outline: none;
	border: none;
	border-bottom: 1px solid black;
	display: block;
	height: 50px;
	margin-bottom: 15px;
}

.formPopUp_agreement{
	font-size: 12px;
}

.formPopUp__submit{
	display: block;
	background: url('/local/templates/picaso/components/bitrix/form.result.new/popUp/./images/blubutton.png') no-repeat center transparent;
	background-size: auto;
	-webkit-background-size: contain;
	background-size: contain;
	border: none;
	outline: none;
	height: 53px;
	width: 280px;
	max-width: 100%;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	font-family: "FuturaPT", sans-serif;
	margin: 35px auto 20px;
	transition: 0.2s ease-in-out;
}

.formPopUp__submit:hover{
	cursor: pointer;
	transform: scale(1.05);
}

/* End */
/* /local/templates/picaso/components/bitrix/news.list/catalog/style.css?17514612282141 */
/* /local/templates/picaso/components/bitrix/form.result.new/popUp/style.css?1751461228960 */
