/****************** VAR *******************/

:root {
	
	--body_bg		:	#ffffff;

	--text_color	:	#222;
	--text_color_2	:	#555555;

	--color_0		:	#000000;
	--color_1		: 	#CAE268;
	--color_2		: 	#12592e;
	
	--color_3		: 	#c4c4c4;
	--color_4		: 	#e5e6e7;
	--color_5		: 	#dbdfe7;
	--color_6		: 	f9a700;

	--color_1_1		:	#12592e;
	--color_1_2		:	#cae268;
	--color_1_3		:	#ffffff;
	
	--color_1_n		:	231, 172, 62;

	--shadow_1		:	rgba(255,255,255, 0.6);

}

/****************** VAR - END *******************/

/****************** FONTS *******************/

body, input, select, textarea, button {font-family: 'Font1';}
h1{font-family: 'font1';}
h2,h3,h4,h5,h6,.footer_title, .title_semibig, #main_menu_block {font-family: 'font1';}

.content_text h2,.content_text h3,.content_text h4,.content_text h5,.content_text h6{text-align: left;}

@font-face {
    font-family: 'font1';
    src: url('/assets/site/css/fonts/os/Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'font1';
    src: url('/assets/site/css/fonts/os/Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'font1';
    src: url('/assets/site/css/fonts/os/SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'font1';
    src: url('/assets/site/css/fonts/os/Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'font1';
    src: url('/assets/site/css/fonts/os/ExtraBold.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/****************** FONTS - END *******************/

.logo_main_menu>img{max-height:57px;}
#main_menu_block.main_menu_block_4 {background-color: var(--color_1_2);}
.main_menu	{font-weight: 600;}

.articles_item_image_narrow img, .press_item_link .press_item_image_narrow img {transition: transform 0.5s ease-out; }

.press_item_link .press_item_image_narrow{overflow:hidden}
.articles_item_link:hover .articles_item_image_narrow img, .press_item_link:hover .press_item_image_narrow img{transform: scale(1.1)}



.main_slide_title_1, .main_slide_title_2{
text-shadow: 1px 1px 2px #12592e;	
}


.text_left .content_text p {text-align:left;}

.press_item_link, .articles_item_link {
	box-shadow: 0px 3px 10px 0px rgb(202 226 104);
}

.articles_item_link:hover, .press_item_link:hover{
	box-shadow: 1px 5px 5px rgb(202 226 104);
}

#main_menu_wrapper {box-shadow: 3px 3px 15px #00000015;}
.articles_page_date_block {display:none;}
.news_items {font-size: 0px;}

.img_cover		{width:100%; height:100%; object-fit:cover;}
.img_contain	{width:100%; height:100%; object-fit:contain;}

.cards__items	{flex-wrap: wrap; margin-bottom:; margin:0px -15px -30px -15px; align-items: flex-start; justify-content: flex-start;}
.cards__items .cards__item {list-style: none;}

.cards__items-4 .cards__item {width:25%;}
.cards__items-3 .cards__item {width:33.333%;}
.cards__items .cards__item .cards__item-inner {margin:0px 15px 30px 15px;}
.cards__item {text-align: left;}
.cards__item-inner {}
.cards__item-images-wrapper {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50%;
    padding-bottom: 75%;
	cursor:pointer;
}
.cards__item-images,
.cards__item-image {
    position: absolute;
    width: 100%; height: 100%;
    top: 0; left: 0;
    overflow: hidden;
}
.articles_type_3 .articles_item_content_info {
	    display: none !important;
}

.articles_type_3 .articles_item_content {
    padding: 10px 25px 10px 25px;
}

.cards__item:hover .img_cover {
    filter: brightness(1.1);
}

.cards__item:hover .cards__item-name{
    color: var(--color_1_1);
}

.cards__item-content {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.cards__item-name {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    padding-top: 10px;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
.cards__item-text {font-size: 14px; color: var(--text_color_1);}
.cards__item-name+.cards__item-text {margin-top: 5px;}

@media screen and (max-width: 1150px) {
    .cards__items-4 .cards__item {width:33.333%;}
    .cards__items-3 .cards__item {width:50%;}
}
@media screen and (max-width: 991px) {
    .cards__items-3 .cards__item {width:33.333%;}
}
@media screen and (max-width: 867px) {
    .cards__items-4 .cards__item {width:50%;}
    .cards__items-3 .cards__item {width:50%;}
}
@media screen and (max-width: 640px) {
    .cards__items-4, .cards__items-3 {justify-content: center;}
    .cards__items-4 .cards__item {width:100%;max-width: 350px;}
    .cards__items-3 .cards__item {width:100%;max-width: 350px;}
}



.catalog__item-block {padding-top: 35px; padding-bottom: 50px;}
.catalog__item-inner {align-items: flex-start;gap:80px;}
.catalog__item-images-wrapper {position: sticky; top: 50px;}
.catalog__item-images-container {width:540px;min-width: 540px;justify-content: flex-start;align-items: flex-start;gap:20px;}
.catalog__item-images-main {width:400px;height:400px;min-width: 400px;position: relative;border-radius: 15px; overflow: hidden;}
.catalog__item-images-main a {}
.catalog__item-images-main a img {}

.catalog__item-images-main-wide {width:auto;height:auto;min-width: 400px;}

.catalog__item-images-items {gap:20px;flex-direction: column;}
.catalog__item-images-item {width:120px;height:120px;border-radius: 15px; overflow: hidden;position: relative;}
.catalog__item-images-item-link {width:100%; height:100%; position: absolute; display: block; top:0px; left: 0px;}
.catalog__item-images-item a img {}

.catalog__item-images-item-video-icon {
    position: absolute;background-color: rgba(0,0,0, 0.5);
    width:100%; height:100%; left: 0px; top: 0px; justify-content:center;
    font-size: 0px; text-shadow: 0px 0px 3px var(--text_color);
}
.catalog__item-images-item-video-icon svg {fill: var(--text_color_white);}
.catalog__item-images-item-more {
    font-size: 40px;color: var(--text_color_white);
    width:100%; height:100%; justify-content:center;
    top: 0px;left:0px; text-align: center;
    position: absolute; z-index: 1;
    background-color: rgba(0,0,0, 0.5);
}
.catalog__item-images-item-more-inner {padding-top: 5px;}

.catalog__item-content {flex-grow:1; position: sticky;
    top: 50px;}
.catalog__item-content>*+* {margin-top: 15px;}
.catalog__item-title {margin-bottom: 0px;}

@media screen and (max-width: 1200px) {
    .catalog__item-inner {gap: 40px;}
}
@media screen and (max-width: 1100px) {
    .catalog__item-images-wrapper {}
    .catalog__item-images-container {flex-direction: column;width: 400px;min-width: 400px;}
    .catalog__item-images-items {flex-direction: row; width: 100%;}
	.catalog__item-images-wrapper {position: relative;top: 0px;}
}
@media screen and (max-width: 868px) {
    .catalog__item-inner {flex-direction: column;}
    .catalog__item-images-wrapper {width: 100%;}
    .catalog__item-images-container {flex-direction: row; width: 540px; min-width: 540px; margin: 0px auto;}
    .catalog__item-images-items {flex-direction: column;}
}
@media screen and (max-width: 767px) {
	.catalog__item-buy-wrapper {height:70px;}
	.catalog__item-buy-button {text-align:center;width:100%;flex-grow:1;}
	.catalog__item-buy-img, .catalog__item-buy-content {display:none;}
}

@media screen and (max-width: 580px) {
    .catalog__item-inner {gap:30px;}
    .catalog__item-images-container {flex-direction: column;width: auto;max-width: 400px;min-width: 0px;}
    .catalog__item-images-items {flex-direction: row;}
    .catalog__item-images-item {width: 33.333%;height: 100%;}
    .catalog__item-images-item-link {position: relative;}
    .catalog__item-images-item-more {font-size: 30px;}
    .catalog__item-images-item-video-icon svg {width:70%; height:70%;}
}
@media screen and (max-width: 430px) {
	.catalog__item-images-main {min-width: 0px;}
	.catalog__item-images-main-wide {min-width: 0px;}
}

.title_semibig {
    padding-bottom: 50px;
    background-size: 130px;
    margin-bottom: 15px;
}

.title_big {
	background-size: 130px;
    padding-bottom: 85px;
}

.event_page_content_inner .event_page_title {
	padding-bottom: 65px;
    background: url(../images/icons/title_img.svg) bottom -37px center no-repeat transparent;
    background-size: 200px;
}

.items_also.albums_items, .albums_items {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main_slide_title {
    text-align: center;
    font-family: 'font1';
}

.items_also.albums_items .albums_item, .albums_item {position: relative !important;}

.items_also.albums_items + .btn-container {display: none;}

@media screen and (max-width: 767px) {
	
    .title_semibig {
		font-size: 2em;
		background: url(../images/icons/title_img.svg) bottom 0px center no-repeat transparent;
		background-size: 120px;
		padding-bottom: 50px;
	}

	.title_big {
    background: url(../images/icons/title_img.svg) bottom 18px center no-repeat transparent;
    background-size: 100px;
    padding-bottom: 52px;
	}
	
	.footer_menu ul li a{
		text-align: center;
	}
}


