/*
Theme Name: San
*/


/* =WordPress Core
-------------------------------------------------------------- */
@media (max-width: 600px) {
.tetst_class_test, .catal-card {
    display: block;
}
	.wrap_catalog .catal-card__img{margin-bottom:16px;max-width: 15rem;}
	.header .button {
    padding: 10px 15px;
}
	.news__input-wrapper input{    padding: 0.625rem 2rem 0.625rem 1rem;}
}




.wrap_catalog.class_30 {
    display: grid
;
    grid-template-columns: repeat(1, 1fr);
}

.class_30 .catal-card__img {
    max-width: 100%;
}

.tetst_class_test{grid-template-columns: 1fr 1fr;}
.news_desc{display:none;}
.class_30 .catal-card__descr{display:none;}
.class_30 .news_desc{display:block;}
    .product-page__inner.textpage_inner .pdfemb-viewer {
        width: 100% !important;
    }

.product-page__inner.textpage_inner .pdfemb-the-canvas {
        width: 100% !important;
    }

.catal-card__more{
	    background-color: #e84b0f;
    border-radius: 6px;
    padding: 10px 50px;
	
}
.button{border-radius: 6px;
    padding: 10px 50px;}
.hero__label{display:none;}
.sketchfab-embed-wrapper iframe{width: 100%;
    height: auto;
    min-height: 400px;}


.wpcf7-response-output{text-align: center;
    font-weight: 300;}
.screen-reader-response, .wpcf7-not-valid-tip{
    display: none !important;
}
.wpcf7-not-valid{
    border-color: red !important;
}
.typical-img{
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}
.typical-img > *{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
}
.typical-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.typical-img:before{
    padding-bottom: 100%;
    display: block;
    content: '';
}
.downsite-menu[style*="display: block"]{
    display:flex!important;
}
