

/* Start:/local/templates/spa/components/bitrix/catalog/.default/style.css?17521510951717*/
.section_banner__text {
    width: 100%;
    max-width: 1336px;
    margin: 0 auto;
    position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.section_banner {
    position: relative;
	height: 350px;
}
.section_banner__img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.section_banner__text_name {
    color: white;
	max-width: 549px;
    font-weight: 700;
    font-size: 42px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 18px;
}
.section_banner__text_desc {
    margin-bottom: 18px;
}
.section_banner__text__btn {
	display: block;
    box-sizing: border-box;
    padding: 13px 40px;
    background-color: #D3DDED;
    width: fit-content !important;
    border-radius: 10px;
    font-size: 18px;
    color: #D3DDED;
    font-weight: bold;
    text-decoration: none !important;
}
.section_banner__text__btn span{
	font-size: 18px;
    color: #5B5E62;
    font-weight: bold;
	
}
.detail_section_block {
    display: flex;
    flex-direction: row-reverse;
}
.detail_section_block__image {
    float: right;
    max-width: 507px;
    max-height: 300px;
}
.detail_section_block__image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.detail_section_block__text {
    flex: 1;
  }
@media (max-width: 1400px) {
	.section_banner__text{
		width: calc(100% - 80px);
		
	}
}
@media (max-width: 1200px) {
    .detail_section_block__image {
        max-width: 40%;
    }
}
@media (max-width: 900px) {
    .section_banner{
        display: none;
    }
}
@media (max-width: 700px) {
    .detail_section_block__image{
        display: none;
    }
}
/* End */
/* /local/templates/spa/components/bitrix/catalog/.default/style.css?17521510951717 */
