

/* Start:/bitrix/templates/1/components/bitrix/catalog/catalog_new/style.css?1779814279697*/
.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%;
	}

}
/* End */


/* Start:/bitrix/templates/1/components/bitrix/catalog/catalog_new/bitrix/catalog.section.list/.default/style.css?17798142793996*/
.catalog-section {
    margin: 0px auto;
}
.catalog-section .item-wrapper {
    width: 33.3%;
    float: left;
}
.catalog-subsection .item-wrapper {
    /*width: 25%;*/
    width: 228px;
    float: left;
    min-height: 280px;
}

.catalog-section .catalog-descr {display: none;}

.catalog-subsection .catalog-descr {
    margin: 0px;
    text-align: center;
}
.catalog-subsection .catalog-descr .hidden-wrapper {
    height: 70px;
    overflow: hidden;
    transition: all 0.3s;
    text-align: left;
}
.catalog-subsection .catalog-descr .hidden-wrapper.open {
    transition: all 0.3s;
}
.catalog-subsection .catalog-descr .hidden-wrapper .hidden-text {
    padding: 0px 25px;
    color: #242729;
    font-family: "PT Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}


.catalog-subsection .catalog-descr .show-more {
    margin: 20px auto;
    display: inline-block;
    color: #e8a700;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
    font-family: "PT Sans";
}
.catalog-subsection .catalog-descr .show-more i {
    font-size: 12px;
    margin-left: 6px;
}
.catalog-subsection .catalog-descr .show-more .link {
    display: inline-block;
    border-bottom: 1px dashed #e8a700;
}

.catalog-section .item, .catalog-subsection .item {

    text-align: center;
    margin: 15px;
    color: #595353;
    font-family: "PT Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 14px;
    background-color: #fff;
    margin-bottom: 20px;
    border: 1px solid #dfdfdf;
}
.catalog-section .item .title, .catalog-subsection .item .title {
    height: 75px;
    padding: 0 10px;
    position: relative;
}
.catalog-section .item .title:before, .catalog-subsection .item .title:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 -2px;
    width: 0px;
}
.catalog-section .item .title a, .catalog-subsection .item .title a{
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
}
.catalog-section .item .text, .catalog-subsection .item .text  {
    margin: 0px 20px;
}
.catalog-section .item .title a, .catalog-subsection .item .title a{
    color: #302d2d;
    font-family: "PT Sans";
    font-size: 18px;
    font-weight: 700;
    text-decoration: underline;
    text-transform: uppercase;
    max-width: calc(100% - 2px);
}
.catalog-section .item .title a:hover, .catalog-subsection .item .title a:hover {
    text-decoration: none;
}
.catalog-subsection .item .title a{
    font-size: 15px;
    font-weight: 700;
}
.catalog-subsection h3 {
    margin: 0px;

}

.hidden-sections {
    margin: 10px 0px;
    overflow: hidden;
}

.hidden-sections__toggler{
    display: block;
    position: relative;
    text-align: center;
}

.hidden-sections__toggler i{
    position: relative;
    font-size: 12px;
    transition: all .4s;
}

.hidden-sections__toggler_pressed i{
    transform: rotate(180deg);
    transition: all .4s;
}

.hidden-sections__content{
    display: block;
    position: relative;
}

.hidden-sections__content_hidden{
    display: block;
    position: relative;
    height: 0;
}

.hidden-sections__content .link_block{
    padding: 0;
}

.hidden-sections a {
    display: inline-block;
    margin-right: 5px;
    color: #e8a700;
    font-family: "PT Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: underline;
}

.section-rating{
    display: inline-block;
    position: relative;
    vertical-align: middle;
}


@media (max-width: 767px) {
    .section-rating{
        display: block;
        position: relative;
        margin-left: 25px;
        margin-bottom: 10px;
    }
}

.section-rating .as_marker{
    color: #febc11;
    font-size: 18px;
}

@media (max-width: 767px) {
    .section-rating .as_marker{
        font-size: 22px;
    }
}
.section-rating .as_marker:before{
    content: "\f006";
}

.section-rating .set_mark:before{
    content: "\f005";
}
/* End */


/* Start:/bitrix/templates/1/components/bitrix/catalog/catalog_new/bitrix/catalog.section/.default/style.css?17798142791083*/
.mark-wrapper {
	margin: 0px;
}
.mark-wrapper .mark-title {
	color: #201e1e;
	font-family: "PT Sans";
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin-left: 25px;
	margin-bottom: 25px;
}
.mark-wrapper .mark-title:before{
	display: inline-block;
	content: "";
	width: 7px;
	height: 17px;
	background-color: #febc11;
	margin-right: 10px;
}

.mark-wrapper .mark-content{
	margin: 0px 12px;
}

.mark-wrapper .mark-content .item-wrapper{
	/*width: 25%;*/
	width: 228px;
	float: left;
	margin-bottom: 30px;

}
.mark-wrapper .mark-content .item-wrapper .item {
	margin: 0px 12px;
	border: 1px solid #dfdfdf;
}
.mark-wrapper .mark-content .item-wrapper .item img {
	width: 100%;
}
.mark-wrapper .mark-content .item-wrapper .item .title{
	text-align: center;
	margin: 10px 0px;
}

.mark-wrapper .mark-content .item-wrapper .item .title a {
	color: #302d2d;
	font-family: "PT Sans";
	font-size: 16px;
	font-weight: 700;
	text-decoration: underline;
	text-transform: uppercase;
}
.mark-wrapper .mark-content .item-wrapper .item .title a:hover {
	text-decoration: none;
}
/* End */


/* Start:/bitrix/templates/1/components/bitrix/news.detail/link/style.css?1779814279260*/
.link_block{
    padding: 0 24px;
}
.link_block a{
    display: inline-block;
    margin-right: 5px;
    color: #e8a700;
    font-family: "PT Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: underline;
}
/* End */
/* /bitrix/templates/1/components/bitrix/catalog/catalog_new/style.css?1779814279697 */
/* /bitrix/templates/1/components/bitrix/catalog/catalog_new/bitrix/catalog.section.list/.default/style.css?17798142793996 */
/* /bitrix/templates/1/components/bitrix/catalog/catalog_new/bitrix/catalog.section/.default/style.css?17798142791083 */
/* /bitrix/templates/1/components/bitrix/news.detail/link/style.css?1779814279260 */
