

/* Start:/local/templates/almaval/components/bitrix/catalog/template_new_catalog/style.css?17284791671115*/

.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/almaval/components/bitrix/catalog.element/.default/style.css?17284791676889*/
h1.title{
    font-family: 'Onest-ExtraBold';
    line-height: 54px;
    color: #1A1E24;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
}
.catalog_element{margin: 40px 0;}
.element_item > .element_slider {
    max-width: 530px;
    width: 100%;
    height: auto;
    display: block;
    min-width: 300px;
}
.catalog_element > .element_item {
    display: flex;
    flex-flow: row wrap;
    gap: 40px;
}
.catalog_element > .element_item > .element_slider > .slider_big_img{
    margin: 0 0 30px 0;
    border: 1px solid #DEE1E5;
    border-radius: 20px;
}
.catalog_element > .element_item > .element_slider > .slider_mini_img_block{
    display: flex;
    gap: 15px;
    flex-direction: row;
    width: 100%;
    max-width: 520px;
    min-width: 320px;
}
.catalog_element > .element_item > .element_slider > .slider_mini_img_block > .slider_mini_img{
    display: flex;
    gap: 15px;
    flex-direction: row;
    width: 100%;
    max-width: 520px;
    min-width: 320px;
}
.mini_img{
    border: 1px solid #DEE1E5;
    border-radius: 15px;
    padding: 15px;
    width: 100%!important;
    max-width: 118px!important;
    min-width: 118px!important;
    height: 118px!important;
    display: block!important;
    margin: 0 15px 0 0;
    transition: all .3s;
}
.mini_img.slick-slide.slick-current.slick-active{border: 2px solid #27A8E0;}
.big_img {
    height: auto!important;
    display: block!important;
    padding: 30px!important;
}
.element_slider__btn {
    display: flex;
    flex-flow: row wrap;
    margin: 40px 0;
    gap: 15px;
}
.element_slider__btn > .btn_downloads {
    font-family: 'Onest-Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    background: #27A8E0;
    border-radius: 10px;
    padding: 22px 30px;
    height: 64px;
}
.element_slider__btn > .btn_downloads::after{
    content: url("/local/templates/almaval/components/bitrix/catalog.element/.default/images/arrowDown.svg");
    display: inline-block;
    width: 14px;
    height: auto;
    margin: 0 0 0 15px;
    vertical-align: middle;
}
.element_slider__btn > .btn_consultant {
    background: #1BC100;
    border-radius: 10px;
    padding: 22px 30px;
    font-family: 'Onest-Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    height: 64px;
}
.catalog_element > .element_item > .element_info {
    width: 100%;
    max-width: 650px;
    min-width: 300px;
    height: auto;
    display: block;
}
p.haract {
    font-family: 'Onest-Bold';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #1A1E24;
    display: block;
    margin: 0 0 15px 0;
}
.element_info > .title{
	font-family: 'Onest-Bold';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 41px;
	color: #1A1E24;
	margin: 15px 0 35px 0;
}
.element_info > .element_info__articul{
	font-family: 'Onest-Regular';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #7F8A9B;
}
.element_info > .element_info__articul > span{
	margin: 0 15px 0 0;
}
.element_description > p{
	font-family: 'Onest-Regular';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 160%;
	color: #1A1E24;
}
.element_description > .element_description__title{
	font-family: 'Onest-Bold';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 41px;
	color: #1A1E24;
	margin: 0 0 20px 0;
}
.element_video{margin: 50px 0 100px 0;}
.element_video > iframe > body,
.element_video > iframe > body > #player,
.element_video > iframe > body.date-20221116.ru_RU.ltr.site-center-aligned.site-as-giant-card.webkit.webkit-537 {
    background-color: transparent!important;
    border-radius: 25px!important;
}
.info_property__info {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.info_property__info > p {
    font-family: 'Onest-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #7F8A9B;
    margin: 0 0 20px 0;
}
.info_property__info > p{
    width: 250px;
    position: relative;
}
.info_property__info > p:nth-child(2) {
    color: black;
    display: inline;
    background: white;
    padding: 0 0 0 4px;
}

.info_property__info > p:nth-child(1):after {
    content: "";
    position: absolute;
    outline: 1px dashed #DEE1E5;
    height: 0px;
    width: 150%;
    text-align: center;
    margin: 0 11px 0 9px;
    top: 16px;
    bottom: 7px;
}

.element_docs {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 100px 0 0;
}
.element_docs > .title{
    font-family: 'Onest-Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 41px;
    color: #1A1E24;
}
.element_docs > .models_3d > .title,
.element_docs > .docs > .title {
    font-family: 'Onest-Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    color: #1A1E24;
}
.element_docs > .models_3d > .models_item,
.element_docs > .docs > .docs_item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 20px 0 0;
}
.element_docs > .models_3d > .models_item > .item,
.element_docs > .docs > .docs_item > .item{
    font-family: 'Onest-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #27A8E0;
}
.element_docs > .models_3d > .models_item > .item::before,
.element_docs > .docs > .docs_item > .item::before {
    content: url("/local/templates/almaval/components/bitrix/catalog.element/.default/images/down.svg");
    display: inline-block;
    width: 24px;
    height: auto;
    margin: 0 15px 0 0;
    vertical-align: text-top;
}
.element_docs > .models_3d > .models_item > .item > .size,
.element_docs > .docs > .docs_item > .item > .size {
    font-family: 'Onest-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #7F8A9B;
    margin: 0 0 0 15px;
}
.element_video {
    margin: 40px 0 0 0;
    width: 100%;
    max-width: 100%;
    min-width: 300px;
    height: auto;
    display: block;
    position: relative;
}
.element_video > .overlay {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 635px;
    display: block;
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    border-radius: 25px;
    cursor: pointer;
}
.element_video > .overlay > .play{
    background-size: cover;
    display: block;
    width: 145px;
    height: inherit;
    margin: 0 auto;
}
.element_video > iframe {
    width: 100%;
    max-width: 100%;
    min-width: 300px;
    height: 634px;
    display: block;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(/local/templates/almaval/components/bitrix/catalog.element/.default/image.png);
    border-radius: 25px;
}
.element_video_link{
    width: 118px;
    max-width: 118px;
    min-width: 118px;
    height: auto;
    margin: 0;
}

/* End */


/* Start:/local/templates/almaval/components/bitrix/catalog.section.list/template_category_detail_element/style.css?17284791671621*/
/* Category_catalog */
.category_catalog > .title {
    font-family: 'Onest-Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 41px;
    color: #1A1E24;
	margin: 0 0 40px 0;
}
.category_catalog > .category_catalog__items {
    display: grid;
    -ms-grid-columns: repeat(auto-fit, minmax(227px, 227px));
    grid-template-columns: repeat(auto-fit, minmax(227px, 227px));
    -ms-grid-gap: 20px;
    grid-gap: 20px;
}
.category_catalog > .category_catalog__items > .category_catalog__item > a{
    background: #F7F7F9;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
    align-items: center;
    height: 235px;
}
.category_catalog > .category_catalog__items > .category_catalog__item > a > .title {
    font-family: 'Onest-Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #1A1E24;
    padding: 0 20px 25px;
    text-align: center;
}
.category_catalog > .category_catalog__items > .category_catalog__item > a > img {
    max-width: 100%;
    display: block;
    object-fit: cover;
    height: auto;
    padding: 10px 40px 17px;
}
.category_catalog.category_catalog__items___detail{margin: 100px 0 0;}
@media screen and (max-width: 820px){
    .category_catalog > .category_catalog__items > .category_catalog__item > a > .title {
        padding: 0;
        font-weight: 500;
        font-size: 14px;
        line-height: 130%;
        white-space: break-spaces;
  }
  .category_catalog > .category_catalog__items > .category_catalog__item > a {height: 177px;}
}
/* End */
/* /local/templates/almaval/components/bitrix/catalog/template_new_catalog/style.css?17284791671115 */
/* /local/templates/almaval/components/bitrix/catalog.element/.default/style.css?17284791676889 */
/* /local/templates/almaval/components/bitrix/catalog.section.list/template_category_detail_element/style.css?17284791671621 */
