@charset "utf-8";
/* CSS Document */



.main-container p, .main-container li { 
	font-family: "Roboto", sans-serif;
	font-weight:300;
}
.space-top-150, .col.space-top-150, .col-pr.space-top-150 { margin-top:150px; }
.space-top-200, .col.space-top-200, .col-pr.space-top-200 { margin-top:200px; }
.space-top-250, .col.space-top-250, .col-pr.space-top-250 { margin-top:250px; }

.space-bottom-150, .col.space-bottom-150, .col-pr.space-bottom-150 { margin-bottom:150px; }
.space-bottom-200, .col.space-bottom-200, .col-pr.space-bottom-200 { margin-bottom:200px; }
.space-bottom-250, .col.space-bottom-250, .col-pr.space-bottom-250 { margin-bottom:250px; }

.-orange  { color:#FF9933 !important; }
.-magenta { color:#A05578 !important; }
.-blue { color: #0099FF !important; }
.-border-color-1 { border-color:#DDD; }
.-border-color-2 { border-color:#A05578; }
.-border-color-3 { border-color:#D4D4D4; }

header .-border-bottom-1 { padding-bottom:0px}
header .-border-bottom-2 { padding-bottom:0px}
header .-border-bottom-3 { padding-bottom:0px}
header .-border-bottom-4 { padding-bottom:0px}
header .-border-bottom-5 { padding-bottom:0px}

/********************** Header START *************************/
header h1 {
	margin:0px;
	padding:0px;
}

header h2 {
	width:100%;
	margin:0px;
	font-family: 'Oswald', sans-serif;
	font-weight:600;
}
.language {
	float:left;
	width:100%;
	font-family: 'Tahoma', Geneva, sans-serif;
}

#slide-show {
	float:left;
	width:100%;
}
/* END Header */


/********************** Main menu-1 START *************************/
.main-menu-1 {
	font-family:Verdana, Geneva, sans-serif;
	text-transform:uppercase;
	width:auto;
	float:right;
}
.main-menu-1-container {
	width:100%;
	display:table-cell;
	vertical-align:bottom;
	text-align:right;
}

.button-buy {
	border-width: 1px;
	border-style: solid;
	padding: 2px 20px;
	float: left;*
	margin-top: 20px;
}

.button-buy-2 {
	border-width: 1px;
	border-style: solid;
	padding: 10px 50px;
	margin-top: 20px;
}

/* END Main menu-1 */

/********************** RGB Video block START **********************/
.video-block-container {
	background: -webkit-linear-gradient(top, #E4E4E4 0%, #E4E4E4 60%, white 40%, white 100%);
	background: -moz-linear-gradient(top, #00aa66 0%, #00aa66 60%, white 40%, white 100%);
	background: -o-linear-gradient(top, #E4E4E4 0%, #E4E4E4 60%, white 40%, white 100%);
	background: linear-gradient(top, #E4E4E4 0%, #E4E4E4 60%, white 40%, white 100%);
}
.video-container {
	position: relative;
	overflow: hidden;
	width: 100%;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
}
.video-conent {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 0;
}
.videoblock-text-container {
	position: relative;
	z-index: 1;
	color: white;
	top: 50%;
	text-shadow: 0 2px 5px rgba(0,0,0,0.7);
	padding: 20px;
	border-radius: 10px;
}
.videoblock-text-container a.video-link {
	text-decoration: none;
	text-shadow: none;
	color: #FFF;
	font-weight: 400;
	font-size: 18px;
	padding: 12px 53px;
	background-color: #0B4CBF;
	border-radius: 224px;
	transition: background-color 0.2s; 
}
.videoblock-text-container a.video-link:hover {
	background-color: #DD0830;
}



/********************** RGB Slide carousel-2 START **********************/
.rgb-slideshow-2 {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #000;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    opacity: 0;
    animation: fadeZoom 18s infinite ease-in-out;
}

.slide1 {
    background-image: url("../images/slideshow/1.jpg");
    animation-delay: 0s;
}
.slide2 {
    background-image: url("../images/slideshow/2.jpg");
    animation-delay: 7s;
}
.slide3 {
    background-image: url("../images/slideshow/3.jpg");
    animation-delay: 13s;
}

/* Textes */
.caption {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    font-size: 2rem;
    font-family: Arial, sans-serif;
    text-shadow: 0 0 10px rgba(0,0,0,0.7);
    opacity: 0;
    animation: captionFade 18s infinite ease-in-out;
	text-align: center;
}

/* Slide animation  */
@keyframes fadeZoom {
    0% { opacity: 0; transform: scale(1); }
    8% { opacity: 1; }
    50% { opacity: 1; transform: scale(1.15) }
    60% { opacity: 0; }
    100% { opacity: 0; transform: scale(1.15); }
}

/* Caption Appearance Animation */
@keyframes captionFade {
    0%, 8% { opacity: 0; transform: translateX(-50%) translateY(20px); }
    12%, 28% { opacity: 1; transform: translateX(-50%) translateY(0); }
    50%, 100% { opacity: 0; transform: translateX(-50%) translateY(-20px); }
}

/* Delays for Caption */
    .slide1 .caption { animation-delay: 0s; }
    .slide2 .caption { animation-delay: 6s; }
    .slide3 .caption { animation-delay: 12s; }

/* END RGB Slide carousel-2 */



/*************** Main Container START ***************/
p .value {
	margin-left:50px;
}

.event-image-container {
	width: 100%;
	overflow: hidden;
	position: relative;	
}
.event-image-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.8s ease;
}
.event-item {
	box-shadow:0px 0px 15px rgba(0,0,0,0.5);
	background-color: white;
}
.event-item, .event-item p, .event-item h3 {
	color: #333333;
}
.event-item:hover {
	background-color: #333333;
	transition: background-color 0.3s;
}
.event-item:hover, .event-item:hover p, .event-item:hover h3 {
	color: #FFFFFF;
}

.event-item:hover .event-image-container img {
	transform: scale(1.1);
}
.event-info-container h3 {
	text-align: center;
}
.bt-event-item  {
	text-decoration: none;
	text-shadow: none;
	color: #FFF;
	font-weight: 400;
	font-size: 18px;
	padding: 10px 45px;
	background-color: #0B4CBF;
	border-radius: 224px;
	transition: background-color 0.2s; 
}
.bt-event-item:hover {
	background-color: #DD0830;
}


.main-event {
	box-shadow:0px 0px 15px rgba(0,0,0,0.5);
	background-image: url("../images/events/main-event.jpg");
	background-position: center;
	background-size: cover; 
	background-repeat: no-repeat;
	transition: background-size 0.8s ease;
}
.main-event:hover {
	background-size: 107%;
}
.main-event h2, .main-event h3, .main-event-date, .main-event-place {
	color: white;
	font-family: 'Roboto';
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
}
.main-event-date, .main-event-place {
	font-weight: 400;
	color: white;
}



.armat-sotial-medias {
	background-image: url("../images/bg-armat-sotial-mesias.jpg");
	background-size: cover;  
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed; 
}


/* END Main Container */



/********************** Footer START *************************/
footer {
	float:left;
	width:100%;
}
.mediabuttons-container {
	display:block;
	float:left;
	width:100%;
	margin-bottom:0px;
	text-align:center;
}
.media-bt {
	display:table-cell;
	width:40px;
	height:40px;
	margin-left:7px;
	margin-right:7px;
	float:left;
}
.media-bt.bt-facebook {
	background-position: 0px top;	
}
.media-bt.bt-twitter {
	background-position: -40px top;	
}
.media-bt.bt-youtube {
	background-position: -80px top;	
}
.media-bt.bt-instagram {
	background-position: -120px top;	
}
.media-bt.bt-telegram  {
	background-position: -160px top;	
}
.media-bt.bt-tiktok  {
	background-position: -200px top;	
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:20px;
}
.rgb {
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.2em;
	text-align:center;
	background:#666666;
	padding:10px;
	padding-bottom:40px;
}
.zoom-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;            /* не искажает пропорции */
	transition: transform 1s ease; /* плавное увеличение */
}
.zoom-img:hover img {
	transform: scale(1.05);        /* масштабирование изображения */
}

/* END Footer */