

/* Start:/local/templates/teko2024/components/bitrix/catalog/.default/style.css?17321012441182*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

/* End */


/* Start:/local/templates/teko2024/components/bitrix/catalog/.default/bitrix/catalog.section.list/.default/style.css?17321012439677*/
.level_index {
    font-size: 16px;
    font-weight: 300;
    width: 50%;
    flex: 1;
}
.level_index > li {
    position: relative;
}
/* *********************************** */
.block_sections {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}
.block_second_sections {
    flex: 1;
    padding-left: 20px;
}
.level_second {
    display: none;
}
.margin-top-40 {
    margin-top: 40px;
}
/* *************************************** */

.inner_content .level_index > li, .inner_content .level_index > li > ul > li {
    padding-left: 0;
    position: relative;
    background-color: #fff;
}

.inner_content .level_index > li:after, .inner_content .level_index > li > ul > li:after {
    display: none;
}
.level_index > li.select {

}
.level_index > li > a, .second_level > li > a, .level_second > li > a {
    display: block;
    padding: 17px 50px 17px 175px;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    margin-bottom: 15px;
    position: relative;
    min-height: 72px;

    display: flex;
    align-items: center;
}

.level_index > li > a span, .second_level > li > a span, .level_second > li > a span {
    margin: 0; 
    -webkit-line-clamp: 1; 
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    overflow: hidden;
}
.second_level > li > a, .level_second > li > a {
    padding: 17px 50px 17px 120px;
    padding: 17px 50px 17px 175px;
}
.level_index > li > a.noImg, .second_level > li > a.noImg, .level_second > li > a.noImg {
    padding: 17px 50px;
}
.level_index > li > a:before, .second_level > li > a:before, .level_second > li > a:before {
    content: "";
    position: absolute;
    left: 0;
    width: 145px;
    top: 0;
    bottom: 0;
    background-image: var(--news-bg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    z-index: 10;
}
.second_level > li > a:before, .level_second > li > a:before {
    width: 145px;
}
.level_index > li > a:after,
.second_level > li > a:after, .level_second > li > a:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    width: 30px;
    background-image: url("data:image/svg+xml,\
    <svg xmlns='http://www.w3.org/2000/svg' width='8' height='16' viewBox='0 0 8 16'>\
    <line x1='0' y1='0' x2='8' y2='8' stroke-width='1' stroke='rgb(0,0,0)' />\
    <line x1='0' y1='16' x2='8' y2='8' stroke-width='1' stroke='rgb(0,0,0)' />\
    </svg>");
    background-repeat: no-repeat;
    background-position: center;
}
.inner_content .second_level {
    display: none;
    position: absolute;
    width: 100%;
    left: 100%;
    margin-left: 15px;
    top: 0;
}
.inner_content .second_level.show {
    display: block;
    margin-top: 0;
}
.second_level > li {

}
.second_level > li >a,.level_second > li >a,
.level_index li.select > a {    
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.level_index li.select > a, .level_index a:hover, .level_second a:hover {
    text-decoration: none;
    color: var(--color-blue);
    border-color: var(--color-blue);
}
.level_index > li.select > a:after, .level_index > li > a:hover::after, .level_second a:hover::after {
    background-image: url("data:image/svg+xml,\
    <svg xmlns='http://www.w3.org/2000/svg' width='8' height='16' viewBox='0 0 8 16'>\
    <line x1='0' y1='0' x2='8' y2='8' stroke-width='1' stroke='rgb(117,158,237)' />\
    <line x1='0' y1='16' x2='8' y2='8' stroke-width='1' stroke='rgb(117,158,237)' />\
    </svg>");
}


.section_element {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    margin-bottom: 75px;
    justify-content: space-between;
}
.section_element .img_block {
    width: 450px;
    text-align: center;
    flex: none;
}
.section_element .img_block img {
    max-width: 100%;
    max-height: 100%;
}
.section_element .text_block {
    /*height: 60%;*/
    /*font-size: 18px;*/
    font-weight: 300;
    flex: 1;
}
.section_element .img_block + .text_block {
    padding-left: 125px;
}
.section_element .text_block .ttl {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 25px;
}
.section_element .text_block ul {
    margin-bottom: 25px;
    padding-left: 0;
}
.section_element .text_block ul li {
    padding: 5px 0 5px 25px;
    position: relative;
}
.inner_content .section_element .text_block ul li:after {
    display: none;
}
.inner_content .section_element .text_block ul li:before {
    content: "";
    position: absolute;
    /*top: 50%;
    transform: translateY(-50%);*/
    top:0.4em;
    background: #E55362;
    display: block;
    left: 0px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-image: none;
}
.section_element .text_block .btn_link {
    background: #ffffff;
    border: 1px solid #A0A0A0;
    color: var(--default-color-font)!important;
    position: relative;
    padding: 14px 30px 14px 65px;
    border-radius: 10px;
    display: block;
    margin-top: 16px;
}
.section_element .text_block .btn_link:hover {
    border: 1px solid var(--color-blue);
    color: var(--color-blue)!important;
}
.section_element .text_block .btn_link:before {
    content: "";
    background-image: var(--arrow-svg-red);
    background-repeat: no-repeat;
    background-position: 50%;
    left: 10px;
    top: 0;
    bottom: 0;
    width: 50px;
    position: absolute;
}
.section_element .text_block .btn_link:hover::before {
    background-image: var(--arrow-svg-blue);
}
.section_after_h1 {
    margin-top: -35px;
    margin-bottom: 35px;
    font-size: 16px;
}
.section_img {
    width: 100%;
    margin-bottom: 55px;
}
.section_img img {
    width: 100%;
    height: auto;
}
.section_img + .full_text {
    margin-bottom: 70px;
}


@media all and (max-width: 1200px) {
    .level_index > li > a:before {
        width: 150px;
    }
    .level_index > li > a {
        padding: 17px 50px 17px 170px;
    }
    .section_after_h1 {
        font-size: 24px;
        font-weight: 600;
        margin-top: -20px;
    }
    .section_img + .full_text {
        margin-bottom: 40px;
    }
    .section_element .img_block {
        width: 415px;
    }
    .section_element .img_block + .text_block {
        padding-left: 50px;
    }
}
@media all and (max-width: 1100px) {
    .section_element .img_block {
        width: 315px;
    }

}
@media all and (max-width: 991px) {
    .block_second_sections {
        flex: inherit;
    }
    .level_index {
        width: 100%;
    }
    .level_index > li > a {
        padding: 10px 50px 10px 20px;
    }
    .level_index > li.select > a:after {
        transform: rotate(90deg);
    }
    .level_index > li > a:before {
        content: none;
        display: none;
        /*background-size: auto 40px;*/
    }
    .inner_content .second_level {
        position: static;
        width: initial;
        margin-left: 30px;
        font-size: 14px;
        border: 1px solid #D9D9D9;
        border-radius: 10px;
        margin-bottom: 15px;
    }
    .inner_content .second_level > li > a {
        border: 0;
        padding: 10px 45px 10px 20px;
        position: relative;
        margin-bottom: 5px;
    }
    .inner_content .second_level > li > a.noImg {
        border: 0;
        padding: 10px 45px 10px 20px;
    }
    .inner_content .second_level > li > a:after {
        content: "";
        position: absolute;
        right: 15px;
        top: 0;
        bottom: 0;
        width: 30px;
        background-image: url("data:image/svg+xml,\
    <svg xmlns='http://www.w3.org/2000/svg' width='8' height='16' viewBox='0 0 8 16'>\
    <line x1='0' y1='0' x2='8' y2='8' stroke-width='1' stroke='rgb(0,0,0)' />\
    <line x1='0' y1='16' x2='8' y2='8' stroke-width='1' stroke='rgb(0,0,0)' />\
    </svg>");
        background-repeat: no-repeat;
        background-position: center;
    }
    .inner_content .second_level > li > a:hover::after {
        background-image: url("data:image/svg+xml,\
    <svg xmlns='http://www.w3.org/2000/svg' width='8' height='16' viewBox='0 0 8 16'>\
    <line x1='0' y1='0' x2='8' y2='8' stroke-width='1' stroke='rgb(117,158,237)' />\
    <line x1='0' y1='16' x2='8' y2='8' stroke-width='1' stroke='rgb(117,158,237)' />\
    </svg>");
    }
    .second_level > li > a:before {
        display: none;
    }
}

@media all and (max-width: 768px) {
    .section_element {
        flex-wrap: wrap;
        margin-bottom: 50px;
        position: relative;
    }
    .section_element .img_block {
        width:100%;
        height: 250px;
        position: absolute;
    }
    .section_element .text_block {
        width: 100%;
        padding-left: 0;
    }
    .section_element .img_block img {
        max-height: 250px;
    }
    .section_after_h1 {
        line-height: 1.2em;
        margin-top: -20px;
    }
    .section_element .text_block .btn_link {
        font-size: 14px;
        line-height: 1.3em;
    }
    .level_index > li > a {
        padding: 10px 50px 10px 20px;
    }
    .level_index > li > a:before {
        width: 100px;
    }
    .second_level > li > a:before {
        width: 75px;
    }
    .section_element .img_block + .text_block {
        padding-left: 0;
    }
    .section_element .img_block + .text_block .ttl {
        margin-bottom: 250px;
    }
}


/* End */
/* /local/templates/teko2024/components/bitrix/catalog/.default/style.css?17321012441182 */
/* /local/templates/teko2024/components/bitrix/catalog/.default/bitrix/catalog.section.list/.default/style.css?17321012439677 */
