/****************** FONTS *******************/

body, input, select, textarea  {font-family: 'font1';}
h1, h2,h3,h4,h5,h6,.footer_title, button, .btn, .title_semibig, #main_menu {font-family: 'font2';}

@font-face {
    font-family: 'font2';
    src: url('/assets/site/css/fonts/font2/Regular.woff2') format('woff2');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'font1';
    src: url('/assets/site/css/fonts/font1/Regular.woff2') format('woff2');
    font-weight: normal;
	font-style: normal;
    font-display: swap;
	
   
}

@font-face {
    font-family: 'font1';
    src: url('/assets/site/css/fonts/font1/Bold.woff2') format('woff2');
    font-weight: bold;	
	font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'font1';
    src: url('/assets/site/css/fonts/font1/Black.woff2') format('woff2');
    font-weight: 900;	
	font-style: normal;
    font-display: swap;
	
   
}

/****************** FONTS - END *******************/

/*SHORTCLASS */

.ff1 {font-family: 'font1';}
.ff2 {font-family: 'font2';}
.fs12 {font-size: 1.2rem;}
.fs15 {font-size: 1.5rem;}
.fs20 {font-size: 2.0rem;}

.fw900 {font-weight: 900;}

.mt10 {margin-top:10px;}
.mb10 {margin-bottom:10px;}
.mt20 {margin-top:15px;}
.mb20 {margin-bottom:15px;}
.mt20 {margin-top:20px;}
.mb20 {margin-bottom:20px;}

/*SHORTCLASS-END */

#main_menu_wrapper {box-shadow: 3px 3px 15px #00000015;}

.index_1 main .content_wrapper:nth-child(-n+3){
    background-color: #f7c248;
}



@media screen and (min-width: 991px) {
.index_1 h1 {font-size:4em;}
}

.index_1 .press_item img {
	object-fit: contain; 
	-webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}

a.btn.btn-simple:link, .btn.btn-simple, a.btn.btn-simple:visited, .btn.btn-simple:visited, a.btn.btn-simple-2:link, .btn.btn-simple-2, a.btn.btn-simple-2:visited, .btn.btn-simple-2:visited {
    padding: 15px 20px 12px 20px;
    border-radius: 7px;
}


.index_1 .press_item:hover img {
	transform:scale(1.07) rotate(-15deg);
}

.catalog__item-content .inline_block a.btn+a {
        margin-left: 20px;
    }

@media screen and (max-width: 767px) {
    .catalog__item-content .inline_block a.btn {
        width:100%
    }

    .catalog__item-content .inline_block a.btn+a {
        margin-top: 15px;
		margin-left: 0px;
    }
}

@media screen and (min-width: 767px) {
   .catalog__item-content .article_page_title {
	   text-align:left;
   }
}


.infoblock {
    background: #fff3e4;
    padding: 20px;
    border-radius: 10px;
}


.footer_socials ul li a:hover svg {
	fill: var(--color_2);
}

.footer_title a {
    color: var(--color_1);
}

.footer_title a:hover {
    color: var(--color_2);
}

.index_1 .press_item_link {
    background:transparent;
    border-color:transparent;
    box-shadow:none;
}

.index_1 .content_wrapper:nth-child(-n+3) .content_text a {
	color:#000;
}

.index_1 .content_wrapper:nth-child(-n+3) .content_text a:hover {
	color:red;
}

.index_1 .content_wrapper:nth-child(-n+3) a.btn.btn-simple:link, 
.index_1 .content_wrapper:nth-child(-n+3) .btn.btn-simple,
.index_1 .content_wrapper:nth-child(-n+3) a.btn.btn-simple:visited,
.index_1 .content_wrapper:nth-child(-n+3) .btn.btn-simple:visited		{
	color:var(--color_0);
	border:2px solid var(--color_0);
	background:transparent;
	
}

.index_1 .content_wrapper:nth-child(-n+3) a.btn.btn-simple:hover,
.index_1 .content_wrapper:nth-child(-n+3) .btn.btn-simple:hover,
.index_1 .content_wrapper:nth-child(-n+3) a.btn-link:hover .btn.btn-simple {background: var(--color_0);color:#fff;}


.cards__item-text {margin-bottom: 10px;}

nav.main_menu ul a {font-size: 1.5rem;}

.img_cover		{width:100%; height:100%; object-fit:cover;}
.img_contain	{width:100%; height:100%; object-fit:contain;}

.cards__items-wrapper {margin:0px 15px 30px 15px;}
.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: 50%;
	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: left;
    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;flex-direction:column;}
.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: row;justify-content: flex-start;}
.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 { width: 540px; min-width: 540px; margin: 0px auto;}
    .catalog__item-images-items {}
}
@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: 30px;
    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;
	}
}

