/*!
Theme Name: RSC
Theme URI: http://rsc-olympic.com
Author: Александра Глоба
Author URI: https://rsc-olympic.com
Description: Тема разработана для Республиканского Спортивного Комплекса «Олимпийский» Донецкой Народной Республики.
Version: 1.0.26
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: landing-page
Tags: bootstrap, theia sticky,
*/

body {
	font-size: 18px;
	line-height: 24px;
	color: #666;
}

a{
	color: #ffa500;
	text-decoration: none;
}
a:hover{
	color: #ff9a00;
	text-decoration: none;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.hidden{
	display: none;
}

/*-------------- FONT AWESOME -----------------------*/
.fas {
 padding-right: 6px;
	/* color: #ffffff; */
}

.fa-fw {
    text-align: center;
    width: 30px;
}


/*------------------ таблицы -----------------------*/
table { 
    width: 100%; /* Ширина таблицы */
    border-spacing: 0; /* Расстояние между ячейками */
	margin-bottom: 20px;
	border-collapse: collapse;
   }
table, th, td {
  border: 1px solid black;
	padding: 4px;
}
tr:nth-child(2n) {
    background: #f0f0f0; /* Цвет фона */
   }
tr:nth-child(1) {
	font-weight: bold;
    background: #666; /* Цвет фона */
    color: #fff; /* Цвет текста */
	text-align: center;
}

/* ------------------------ Заглавные буквы https://fonts.google.com/?subset=cyrillic ---------------------- */
h1, h2, h3, h4, h5, h5{
	font-family: 'Oswald', sans-serif !important;
}
h* a{
	color: #444444;
}
h3, .h3 {
    font-size: 18px;
	text-transform: uppercase;
}


/* ------------------- navbar --------------------------------- */

/* logo */
.logo img {
	border-radius: 0px;
	width: 120px;
    height: auto;
	-webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
  	filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
}

.navbar .limiter{
	min-width: 177px;
}
.navbar-center { 
    position: relative; 
    left: 50%; 
    transform: translatex(-50%); 
}
.bg-dark {
    background: rgb(51,51,51);
	background: linear-gradient(0deg, rgba(51,51,51,1) 0%, rgba(51,51,51,1) 35%, rgba(68,68,68,1) 100%);
	box-shadow: 0 0.25rem 0.75rem #212529;
}
.navbar-dark .navbar-nav .nav-link {
	font-family: 'Oswald', sans-serif !important;
    color: rgba(255, 255, 255, 1);
	text-transform: uppercase;
    font-size: 15px;
    font-weight: bolder;
	white-space: nowrap;
	text-shadow: 2px 2px 2px #000000;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: #ff9a00;
}

.navbar-dark .navbar-toggler {
    background-color: white;
}
.navbar-dark .navbar-toggler-icon{
	filter: brightness(1) invert(1);
}

/*---------------------HEADER---------------------------------------*/
.header_sticky{
	height:100vh;
}


/*-------------- CAROUSEL -----------------------------------------*/

header{
	background-color: #000;
}
.carousel-indicators li{
	height:10px !important;
	cursor: pointer !important;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 50px !important;
    height: 50px !important;
}

.carousel.carousel-fade .carousel-item {
       display: block;
       opacity: 0;
       transition: opacity ease-out .7s;
}

.carousel.carousel-fade .carousel-item.active {
       opacity: 1 !important;
}
.carousel, .carousel-inner{
	height: 100%;
}
.carousel-control-prev, .carousel-control-next {
	top: auto !important;
	bottom: 70px !important;
}
.carousel-caption{
	text-transform: uppercase;
	text-shadow: 2px 2px 2px #000000;
}
.carousel-item::before { /* Наложение сетки на изображение */
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent url(https://6495af.claudeassets.com/20260117160119im_/https://rsc-olympic.com/wp-content/themes/new/assets/img/pattern_01.png) 0 0 repeat; /* pattern_01, pattern_02 */
	z-index: 1;
}
.carousel img{
	object-fit: cover;
	width: 100%;
    height: 100%;
	z-index: 0;
}
.carousel img{ /* Анимация картинок - увеличение */
	animation-name: scale;
    animation-duration: 60s;
    animation-iteration-count: infinite;
}
@keyframes scale {
    0 {
        transform: scale(1)
    }
    50% {
        transform: scale(1.2)
    }
    100% {
        transform: scale(1)
    }
}

/* --------------------------Лента----------------------- */

.block_padding_top{
	padding: 20px;
}
.blog-post:after {
    content: '\2022 \2022 \2022';
    font-size: 40px;
    color: #dae0e5;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.blog-post .blog_cover{
	position: relative;
	margin-bottom: 20px;
	/*box-shadow: 0 0.25rem 0.75rem #212529;*/
	text-align: center;
	border-radius: 5px;
}
.blog-post .blog_cover h2{
	position: absolute;
    bottom: 0px;
    padding: 12px;	
	width: 100%;
	margin: 0 !important;
	font-size: 22px;
	line-height: 30px;
	text-shadow: 2px 2px 2px #000000;
}

.blog-post img{
	border-radius: 5px;
}

/* тень под обложкой */
.effect5
{
  position: relative;
}
.effect5:before, .effect5:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 30px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #fff;
  -webkit-box-shadow: 0 35px 10px #777;
  -moz-box-shadow: 0 35px 10px #777;
  box-shadow: 0 35px 10px #777;
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
}
.effect5:after
{
  -webkit-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  -o-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
  right: 10px;
  left: auto;
}

.blog-post{
	line-height: 20px;  
}

.blog-post a h2{
	color: #ffffff;
}
.blog-post a h2:hover{
	color: #ff9a00;
}

.blog-post .post_data{
	position: absolute;
    color: #fff;
    font-size: 14px;
    left: 0px;
    top: 10px;
    padding: 2px 26px 2px 6px;
	background-color: #ffa500;
    clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 0 100%, 0 0);
	text-shadow: 1px 1px 2px #000000; 
}

.cover {
    height: 300px;
    object-fit: cover;
	width: 100%;
}

.blog-post a{
	color: #ffa500;
    font-weight: bold;
}

.blog-post a p{
    color: #666;
    font-weight: normal;
}

.blog-post p{
	text-align:justify;
}

.more{
	display: block;
	width: 100%;
    text-align: right;
	font-weight: bold;
    color: #ff9a00;
	padding-top: 8px;
}


.container{
	padding-top: 60px;
	padding-bottom: 80px;
}

.pagination {
   justify-content: center;
}
.page-item.active .page-link {
    background-color: #ffa500;
    border-color: #c79602;
}
.page-link {
    color: #6c757d;
	border: 1px solid #dae0e5;
}
.page-link:hover {
	color: #ff9a00;
    background-color: #ff9a00;
    border-color: #dae0e5;
}
.page-link:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}



/*-------------- CONTENT -----------------------------------------*/

.post-edit-link, .post-edit-link:hover{
	color:#ffffff;
	
}

.content p{
	text-align:justify;
}
.content img {
    max-width: 100%;
    min-width: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    margin: 10px 0 10px 0;
}

blockquote{
	padding: 20px 20px 1px 20px;
    border-left: solid 25px #ffa500;
    background-color: #fffbf4;
    /* font-weight: bold; */
    line-height: 19px;
    font-style: italic;
}

blockquote:after {
    position: inherit;
    display: block;
    width: 70px;
    height: 36px;
    left: -8px;
    margin: -35px 0px 21px -76px;
    padding: 0px;
    content: '';
    opacity: 0.8;
    background-image: url(/assets/rsc-olympic.com/wp-content/themes/new/assets/img/logo_white.svg); /* logo_black.svg or logo_white.svg, logo_color.svg*/
	background-size: 70px;
    background-repeat: no-repeat;
    background-position: bottom 0px left 0px;
	-webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.tags{
	padding-bottom: 30px;
}

/*-----------------ВИДЖЕТ --------------------------------------------*/
.widget-title{
	text-align: center;
    background-color: #383838de;
    padding: 6px;
    color: #fff;
    border-radius: 5px;
}

.wpp-post-data a:hover {
	color: #ff9a00;
    text-decoration: none;
}
/*----------------- */
.wpp-tiles li .wpp-thumbnail{
	filter: grayscale(100%);
    transition: 1s;
}

/* ---------------------------ВИДЖЕТ погоды-------------------- */ 
div.sp-location-weather-widget img {
    margin-left: 93px !important;
}

/* ---------------------------ВИДЖЕТ Популярные публикации -------------------- */ 

/* ВНИМАНИЕ! При обновлении плагина слетает изменение цветности при наведении мышки. Решение - Изменить CSS в плагинt wordpress-popular-posts/assets/themes/tiles/style.css */
/*
 
.wpp-tiles {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}

    .wpp-tiles li {
        position: relative;
        list-style: none;
        margin: 0 0 1.2em 0;
        padding: 0;
    }

    .in-preview-mode .wpp-tiles li {
        margin: 0 0 1.2em 0;
        padding: 0;
    }

    .wpp-tiles li:last-of-type {
        margin: 0;
    }

        .wpp-tiles li .wpp-thumbnail {
            overflow: hidden;
            display: block;
            margin: 0;
            width: 100%;
            height: auto;
            font-size: 0.8em;
            line-height: 1;
            background: #f0f0f0;
            border: none;
        }

        .wpp-tiles li a {
            text-decoration: none;
        }

        .wpp-tiles li a:hover {
            text-decoration: underline;
        }

        .wpp-tiles li .wpp-post-data {
            position: absolute;
            left: 0;
            bottom: 0;
            padding: 6px;
            width: 100%;
			text-align: center;
            box-sizing: border-box;
            background: rgba(0, 0, 0, 0.5);
        }

            .wpp-tiles li .wpp-post-data .category,
            .wpp-tiles li .wpp-post-data .wpp-post-title {
                color: #fff;
                font-weight: bold;
            }

            .wpp-tiles li .wpp-post-data .category {
                margin: 0;
                font-size: 0.7em;
                line-height: 1;
            }

            .wpp-tiles li .wpp-post-data .wpp-post-title {
                display: block;
                margin: 0 0 0;
                font-size: 14px;
                line-height: 1.2;
             }


.wpp-tiles li .wpp-thumbnail {
     -webkit-filter: grayscale(100%); 
    filter: grayscale(100%); 
    transition: 0.5s;
}

.wpp-tiles li .wpp-thumbnail:hover {
     -webkit-filter: grayscale(0%); 
    filter: grayscale(0%); 
    transition: 0.5s; 
}

.wpp-tiles li .wpp-post-data{
	pointer-events: none;
}

*/



/* ---------------------------Yandex поделиться-------------------- */ 
.ya-share2{
	padding: 60px 0 20px 0;
}
.title_share{font-family: 'Oswald', sans-serif;font-weight: bold;text-align: center;font-size: 20px;text-transform: uppercase;padding-bottom:20px;} 
.ya-share2__container_size_m {text-align: center; } 
.ya-share2__counter .entry ol, .entry ul {margin: 0 0 15px 10px; } 
/* 1 */ 
.ya-share2__container_size_m .ya-share2__icon {height: 44px !important; /* 24px */width: 44px !important; /* 24px */background-size: 44px 44px !important; /* 24px 24px */ }
/* 2 */ .ya-share2__container_size_m .ya-share2__counter {font-size: 20px !important; /* 12px */padding: 10px 10px 0 10px !important; /* 5px 8px 0 8px */ }/* 3 */ 
.ya-share2__container_size_m .ya-share2__item { margin: 5px 4px 5px 0; padding-bottom: 5px;}
.ya-share2__container_size_m .ya-share2__icon_more:before {line-height: 22px !important; /* 13px */ } 
.ya-share2__container_size_m .ya-share2__popup_direction_bottom {top: 36px !important; /* 28px */ } 

/* PAGINATION */
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
}
.page-link {
    color: #888;
}
.page-link:hover {
    color: #ffffff;
}
@media (max-width: 1200px) {	
	.pagination-lg .page-link {
		padding: .5rem .75rem;
    	font-size: 1rem;
    	line-height: 1.25;
	}
}



/*-------------- FOOTER -----------------------------------------*/
footer {
  background: #333;
  color: #aaa;
  padding-top: 10px;
	font-size: 14px;
    line-height: 18px;
}
footer .container{
	padding-top: 60px;
	padding-bottom: 20px;
}

.footer_logo img{
	width: 200px;
    border-radius: unset;
}

footer li {
  list-style-type: none;
}

footer p {
  text-align:justify;
}

footer a {
  color: #aaa;
}

footer a:hover {
  color: #fff;
}

footer h3 {
	color: #ffa500;
    letter-spacing: 1px;
    margin: 30px 0 20px;
    padding-bottom: 6px;
    font-size: 16px;
    border-bottom: 1px solid;
}
footer h4, footer .fas {
 color: #ffffff;
 font-size: 14px;
}
footer .three-column {
	overflow: hidden;
	display: flex;
    justify-content: space-evenly;
}

footer .socila-list {
  overflow: hidden;
  margin: 20px 0 10px;
}

footer .socila-list li {
  float: left;
  margin-right: 3px;
  opacity: 0.7;
  overflow: hidden;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

footer .socila-list li:hover {
  opacity: 1;
}

.btn-lg, .btn-group-lg > .btn {
    font-size: 28px;
}

footer .img-thumbnail {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid #444;
  margin-bottom: 5px;
}

footer .copyright {
  padding: 15px 0;
  margin-top: 20px;
  font-size: 12px;
	background: rgb(51,51,51);
background: linear-gradient(0deg, rgba(51,51,51,1) 0%, rgba(51,51,51,1) 35%, rgba(68,68,68,1) 100%);
}

footer .img_logo {
    width: 64px;
    height: 64px;
    margin-right: 10px;
}

footer .copyright span {
  color: #ffa500;
}

/* Увеличение картинок на CSS */
.image-share-wrap, .cool-image-share{
	min-width:100%;
}
.thumbnail_zoom:hover {
	cursor: zoom-in;
	/*cursor: url(https://52b5ee.claudeassets.com/20260117160119im_/https://rsc-olympic.com/wp-content/themes/clean-wp-bootstrap/img/zoom-in.png) 19 19, auto;*/
}
.lightbox_zoom {
	/** Default lightbox to hidden */
	clear:both;
	visibility: hidden;
    opacity: 0;
	/** Position and style */	
	z-index: 2000;  	
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	background: rgba(0,0,0,0.8);
	/* background: url(https://9a3531.claudeassets.com/20260117160119im_/https://rsc-olympic.com/wp-content/themes/clean-wp-bootstrap/img/overlay.png) repeat 0 0; */
    transition: all .6s;
	cursor: zoom-out;
	/* cursor: url(https://b14cd2.claudeassets.com/20260117160119im_/https://rsc-olympic.com/wp-content/themes/clean-wp-bootstrap/img/zoom-out.png) 19 19, auto; */
}
.lightbox_zoom img {
	/** Pad the lightbox image */
	object-fit: contain;
    margin-left: auto;
    margin-right: auto;
    max-height: 90%;
    min-width: 90%;
}
.lightbox_zoom:target {
	/** Remove default browser outline */
	outline: none;
	/** Unhide lightbox **/
	visibility: visible;
    opacity: 1;
    transition: all .6s;
}

/* EMBED video*/
.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
    padding-bottom:20px;
}
.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
    width: 100% !important;
    height: 100% !important;
}
.mejs-container {
    padding-top: 56.25%;
}
.wp-video, video.wp-video-shortcode {
    max-width: 100% !important;
}
video.wp-video-shortcode {
    position: relative;
}
.mejs-mediaelement {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.mejs-controls {
    display: none;
}
.mejs-overlay-play {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto !important;
    height: auto !important;
}

/* COOKIE */
.lwpcngNotice-dark {
    background: #ffa500;
    color: #000;
    border-color: #2b2b2b;
}

.lwpcngNoticeBar-bottom.lwpcngNotice-sticked {
    border-top-width: 0;
}

.lwpcngNotice-dark A, .lwpcngNotice-dark A:hover, .lwpcngNotice-dark A:visited {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

.lwpcngNotice_accept, .lwpcngNotice_reject {
    font-weight: 700;
}

.lwpcngNotice-dark .lwpcngNotice_accept, .lwpcngNotice-dark .lwpcngNotice_reject {
    border: none !important;
    color: #ffa500;
	background-color: #000000;
	border-radius: 5px;
}
.lwpcngNotice-dark .lwpcngNotice_accept:hover, .lwpcngNotice-dark .lwpcngNotice_reject:hover {
    background: #2b2b2b;
    color: #ffffff;
}


/* МАСШТАБИРОВАНИЕ */

@media only screen and (max-width : 768px) {
	.carousel-caption h1 {
		font-size: 22px;
	}
	
	.blog-post h2 {
		font-size: 22px;
	}
	
	.footer_logo{
		display: flex;
	}  
     
}

/*
     FILE ARCHIVED ON 00:56:51 Jan 13, 2026 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:47:06 Jul 10, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.618
  exclusion.robots: 0.075
  exclusion.robots.policy: 0.059
  esindex: 0.013
  cdx.remote: 15.474
  LoadShardBlock: 45.74 (3)
  PetaboxLoader3.datanode: 46.012 (4)
  PetaboxLoader3.resolve: 34.83 (2)
  load_resource: 37.433
*/