@charset "UTF-8";



/* ------------ *Default ------------- */
/* Flex Class */
.fx-column {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: nowrap;flex-wrap: nowrap;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
.flex-center {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.fx-between {-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.align-start {-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;}
.align-center {-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.align-end {-webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;}
.fx-start {-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;}
.fx-center {-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.fx-end {-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;}
.fx {display: -webkit-box;display: -ms-flexbox;display: flex;}
.fx-wrap {-ms-flex-wrap: wrap;flex-wrap: wrap;}
/* Flex Class End */

/* Reserved Class */
.text-center {text-align: center;}
/* Reserved Class End*/

/* Style Default*/
a, a:hover,button, button:hover, .speed {-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
button {border: 0;padding: 0;cursor: pointer;background: none;}
* {-webkit-box-sizing: border-box;box-sizing: border-box;}
* {outline: none;}
/* Style Default End */

body {
	font-weight: 400;
	/*Font-family: 'Literata';*/
	font-family: 'Literata', serif;
	/*font-family: 'Open Sans', sans-serif;
	font-family: 'Roboto', sans-serif; */
}

.page_bg {
	background: #f6fcff;
}

.wrapper {
	overflow: hidden;
	min-height: 100%;
}

.no-scroll {
	height: 100%;
}

.btn {
	
}

.btn:hover {
	
}

/* ------------ *Header ------------- */

.header__top {
	color: #fff;
	padding: 5px 0;
	background: #353535;
}

.signing__list {
	margin-left: 20px;
}

.signing__link {
	border-radius: 50%;
	width: 24px;height: 24px;
}

.signing__link:not(:last-child) {
	margin-right: 15px;
}

.signing__link svg {
	fill: #fff;
	display: block;
	-webkit-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
}

.signing__link:hover svg {
	fill: #0078ff;
}

.header__nav {
    border-bottom: 3px solid #353535;
}

.header__logo {
	padding: 16px 0;
	position: relative;
	margin-left: -7px;
}

.header__logo a {
	width: 270px;
	/* height: 50px; */
}

.header__logo a img {
	width: 100%;height: 100%;
}

.header__select {
	position: relative;
	left: 8px;
	top: 16px;
}

.header__select:before, .header__select:after {
    content: " ";
    position: absolute;
	
}

.header__select:before {
	
}

.header__select:after {
	
	
}

.header__select:after {
    width: 0;
    height: 0;
    top: 8px;
    right: 0;
    left: 7px;
    pointer-events: none;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #000;
}

.header__select select {
	display: block;
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	border-color: #F4F4F4;
	background: #F4F4F4;
	/* Tag shadow */
	padding-right: 0;
	padding-left: 22px;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	height: 20px;
	width: auto;
	padding-right: 10px;
	text-align-last: center;
	border-radius: 10px;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


.nav,
.header__search {
	min-height: 48px;
}

.nav {
	width: 100%;
	/* border-top: 1px solid #626466; */
	/* border-bottom: 3px solid #353535; */
}

.nav__list {
	width: inherit;
}

.nav__item {
	padding: 0 13px;
	position: relative;
}

.nav__item:not(:last-child) {
	/* margin-right: 40px; */
}

.nav__item:before,
.nav__item:after {
	top: 50%;
	width: 21px;
	height: 21px;
	/* background: url(../images/svg/i-menu.svg) center no-repeat; */
}

.nav__item:before {
	left: 0;
	-webkit-transform: translateY(-50%) rotate(0);
	-ms-transform: translateY(-50%) rotate(0);
	transform: translateY(-50%) rotate(0);
}

.nav__item:after {
	right: 0;
	-webkit-transform: translateY(-50%) rotate(-180deg);
	-ms-transform: translateY(-50%) rotate(-180deg);
	transform: translateY(-50%) rotate(-180deg);
}

.nav__link {
	color: #353535;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}

.nav__link:hover {
	color: #ff3c00;
	text-decoration: underline;
}

.header__search {
	width: 56px;
	margin-left: 14px;
	/* border-top: 1px solid #2f1903; */
	/* border-bottom: 1px solid #2f1903; */
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-right: 0;
	margin-right: -7px;
}

.header__search svg {
	fill: #2f1903;
	width: 24px;
	height: 24px;
	-webkit-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
}

.header__search svg:last-child {
	display: none;
}



.header__search:hover svg {
	fill: #ff3c00;
}

.d-flex .right {margin-left: auto;}
.d-flex .right a {color: #FFF;}
.d-flex .right a:hover {color: #007aff;}


/* Toggle */

.navbar-toggle {
	z-index: 60;
	display: none;
	margin-left: 22px;
}

.navbar-toggle span {
	display: block;
	position: relative;
	background: #353535;
	width: 30px;height: 3px;
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 10px;
}

.navbar-toggle.active span:first-child {
	top: 13px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.navbar-toggle.active span:nth-child(2) {
	opacity: 0;
}

.navbar-toggle.active span:last-child {
	top: -13px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* Toggle End */

/* ----------- *Articles ------------- */

.articles {
	padding-bottom: 50px;
}

.articles__sl {
	padding: 8px 0;
	border-bottom: 1px solid #626466;
}

.articles__sl .swiper-wrapper {
	left: -1px;
}

.articles__sl .swiper-slide {
	width: 20.1%;height: auto;
}

.articles__item {
	height: 114px;
	
	padding: 8px 28px;
	text-align: center;
	border-right: 1px solid #bababa;
}

.articles__link {
	color: #626466;
	font-size: 14px;
	line-height: 1.25;
}

.articles__img {
	margin: 0 auto;
	overflow: hidden;
	
	border-radius: 5%;
	width: 160px;height: 96px;
    transform: scale(1.2); /* Увеличиваем масштаб */
}


.articles__item:hover .articles__txt{
	background: linear-gradient(to top, #0000007a, rgba(0, 0, 0, 0));
	
}

.articles__txt {
	z-index: 9999;
	color: #f6fcff;
	position: absolute; bottom: 0;
	left:0;
	margin-left: 14px;
	margin-right: 15px;
	padding: 8px;
	text-shadow: 1px 1px 1px #000;
	border-radius: 8px;
	word-wrap: break-word;
	overflow: hidden;
	font-size: 13px;
	line-height: 14px;
	background: -o-linear-gradient(bottom, #0000005c, rgba(0, 0, 0, 0));
	background: -webkit-gradient(linear, left bottom, left top, from(#0000005c), to(rgba(0, 0, 0, 0)));
	background: linear-gradient(to top, #0000005c, rgba(0, 0, 0, 0));
}

/* SL controls */

.articles__sl .swiper-button {
	z-index: 1;
	margin-top: 0;
	width: auto;height: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.articles__sl .swiper-button:after {
	content: " ";
	width: 12px;height: 20px;
	background: url(../images/icons/sl-controls.png) no-repeat;
}

.articles__sl .swiper-button:hover {
	opacity: .4;
}

.articles__sl .swiper-button-prev {
	left: 0;
}

.articles__sl .swiper-button-next {
	right: 0;
}

.articles__sl .swiper-button-next:after {
	background-position: 100% 0;
}

/* SL controls */

.articles__sl__mob {
	display: none;
}

/* ------------- *News ------------- */

.news .row [class*='col'] {
	margin-bottom: 30px;
}

.news__item {
	height: 100%;
	display: block;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
	box-shadow: 1px 1px 15px rgba(0,0,0,0.5);
}

.news__item:hover {
	box-shadow:none;
}
/*
	.news__item:hover:after {
	opacity: 0.2;
	
	}
*/
.news__item:hover > .news__txt {
	text-shadow: 1px 1px 1px #484848;
	
}


/*
.news__bg {
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	
}

.news__bg:after,
.articles__sl__mob .articles__link:after {
	-webkit-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
	/top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: -o-linear-gradient(bottom, #0000005c, rgba(0, 0, 0, 0));
		background: -webkit-gradient(linear, left bottom, left top, from(#0000005c), to(rgba(0, 0, 0, 0)));
		background: linear-gradient(to top, #0000005c, rgba(0, 0, 0, 0));
	/
	top: 30%;
	left: 0;
	right: 0;
	bottom: 0;
	background: -o-linear-gradient(bottom, #000000, rgba(0, 0, 0, 0));
	background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0, 0, 0, 0)));
	background: linear-gradient(to top, #000000, rgba(0, 0, 0, 0));
}
*/
.news__txt {
	z-index: 1;
	position: relative;
	width: 100%;
}



.news__middle .news__img {
	height: 370px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border: 1px solid #bababa;
	border-radius: 10px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background: rgba(255, 255, 255, 0.9);
	
	
}

.news__big .news__img {
	height: 435px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border: 1px solid #bababa;
	border-radius: 10px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background: rgba(255, 255, 255, 0.9);
	
	
}


.news__small, .news__middle, .news__big, 
.news__text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.news__small .news__img {
	height: 266px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border: 1px solid #bababa;
	border-radius: 10px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background: rgba(255, 255, 255, 0.9);
	
	
}

.news__big .news__name {
	color: #353535;
	font-size: 32px;
	line-height: 1.2;
}

.news__middle .news__name {
	color: #353535;
	font-size: 28px;
	line-height: 1.2;
}



.news__text {
	border-radius: inherit;
	padding: 18px 18px 15px;
	border: 1px solid #bababa;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-top: none;
	background: rgba(255, 255, 255, 0.9);
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

 .news__name {
	color: #353535;
	font-size: 18px;
	line-height: 1.2;
}

.news__desc {
	color: #353535;
	font-size: 15px;
	margin-top: 10px;
	line-height: 1.15;
}

.news__info {
	font-size: 12px;
	margin-top: 15px;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

 .news__type {
	/*color: #ff3c00;*/
	color: #626466;
	font-weight: 500;
}

.news__date {
	color: #626466;
}

.news__interview .news__type {
	color: #0078ff;
}

.news__name {
	font-weight: 700;
}

.news__type {
	padding-right: 15px;
	text-transform: uppercase;
}

.interview {
	margin-top: 15px;
}

/* Radio */

.radio__item {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.radio__item:not(:last-child) {
	margin-bottom: 14px;
}

input[type="radio"],
input[type="checkbox"] {
	display: none;
}

.radio__custom {
	border-radius: 50%;
	position: relative;
	width: 20px;height: 20px;
	border: 2px solid #0078ff;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.radio__custom:before {
	opacity: 0;
	border-radius: 50%;
	top: 50%;left: 50%;
	background: #0078ff;
	width: 8px;height: 8px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

input[type="radio"]:checked + .radio__custom:before {
	opacity: 1;
}

.radio__name {
	line-height: 1;
	color: #353535;
	margin-left: 20px;
}

/* Radio box End */

.interview__btn {
	padding: 5px;
	color: #353535;
	font-size: 11px;
	margin-left: 20px;
	border-radius: 15px;
	border: 1px solid #626466;
}

.interview__btn:hover {
	color: #fff;
	background: #0078ff;
	border-color: #0078ff;
}

.hide-pc {
	display: none !important;
}

.news__interview__box {
	padding: 15px;
	display: block;
	background: #fff;
	border-radius: 10px;
	border: 2px solid #0078ff;
}

.news__interview__box h2 {
	font-weight: 700;
}

.news__interview__top {
	color: #0078ff;
	font-size: 18px;
}

.news__interview__bot {
	color: #353535;
	font-size: 20px;
	margin-top: 10px;
}

.news__interview__box .news__info {
	margin-top: 35px;
}

.news__interview__box .news__type {
	font-size: 14px;
	font-weight: 500;
}

.news__interview__box .news__date {
	color: #626466;
	font-size: 12px;
}

/* Sl */

.news__sl__box {
	background: #353535;
}

.news__sl__mob {
	padding: 10px 0;
}

.news__sl__mob .swiper-slide {
	width: 54%;height: auto;
}

.news__sl__item {
	color: #fff;
	height: 100%;
	font-size: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.news__sl__img {
	width: 100%;height: 134px;
}

.box-play {
	position: relative;
}

.box-play span {
	margin: auto;
	position: absolute;
	width: 52px;height: 40px;
	top: 0;left: 0;right: 0;bottom: 0;
}

.box-play span svg {
	fill: #fff;
	width: 100%;height: 100%;
}

.news__sl__txt {
	margin-top: 13px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.news__sl__name {
	line-height: 1.25;
}

.news__sl__mob .news__info {
	font-size: 12px;
	margin-top: 10px;
}

.news__sl__mob .news__type {
	font-weight: 500;
}

/* Video */

.news__video {
	padding: 2px;
	background: rgba(53, 53, 53, 0.9);
}

.news__video .news__img {
	border-radius: inherit;
}

.news__video .box-play span {
	width: 74px;height: 58px;
}

.news__video .news__text {
	border: 0;
	background: none;
}

.news__video .news__desc {
	color: #fff;
	margin-top: 0;
	font-size: 20px;
	font-weight: 500;
}

.news__video .news__info {
	margin-top: 15px;
}

.news__video .news__type {
	color: #fff;
}

.news__video .news__date {
	color: #fff;
}

/* More */

.news__more__box {
	margin-top: 5px;
	padding: 15px 0 !important;
	border-top: 1px solid #bababa;
	border-bottom: 1px solid #bababa;
}

.news__more {
	color: #353535;
	line-height: 1;
	display: block;
	font-weight: 500;
}

.news__more span {
	display: block;
	margin: 13px auto 0;
	width: 30px;height: 18px;
	background: url(../images/icons/i-arrow-down.png) center no-repeat;
}

/* ------------- *Uncos ------------- */

.uncos {
	padding-bottom: 36px;
}

.uncos .box {
	background: #fff;
	border-radius: 10px;
	padding: 0 17px 0 30px;
	border: 1px solid #bababa;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.uncos__item {
	padding: 20px 0;
}

.uncos__item:not(:last-child) {
	border-bottom: 1px solid #bababa;
}

.uncos__link {
	color: #353535;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.uncos__link:before {
	/* content: "▶";*/
	margin-right: 8px;
	display: inline-block;
	vertical-align: middle;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.uncos__name {
	width: 100%;
	font-size: 22px;
	font-weight: 700;
}

.uncos__date {
	margin-left: 20px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

/* ------------ *Reclame ------------- */

.reclame .row [class*='col'] {
	
	margin-bottom: 30px;
	
	
}

.reclame__item {
	display: block;
}

.reclame__item img {
	display: inherit;
}

/* ----------- *Publicity ------------- */

.publicity {
	padding-bottom: 30px;
}

.publicity__item {
	display: block;
}

.publicity__item img {
	width: 100%;
	display: inherit;
}

/* ------------ *Footer ------------- */

.footer {
	color: #fff;
	background: #353535;
	padding: 30px 0 45px;
}

.footer__logo a {
	width: 770px;height: 113px;
}

.footer__logo img {
	width: 100%;height: 100%;
}

.footer__signing {
	padding: 40px 0;
	border-bottom: 1px solid #f6fcff;
}

.footer__signing .signing__title {
	display: none;
	margin-right: 20px;
}

.footer__signing .signing__list {
	margin-left: 0;
}

.footer__text {
	line-height: 1.2;
	padding: 40px 50px 0;
}

/* Nav */

.footer__nav {
	margin-top: 20px;
}

.footer__nav .nav__link {
	color: #fff;
}

.footer__nav .nav__item {
	margin-bottom: 20px;
}
/*
	.footer__nav .nav__item:before,
	.footer__nav .nav__item:after {
	background: url(../images/svg/i-menu-footer.svg);
	}
*/

/* =================================== */
/*           Page Textual:             */
/* =================================== */

/* ------------ *Content ------------- */

.content {
	margin: 40px 0;
	background: #fff;
	border-radius: 10px;
	padding: 30px 30px 0;
	border: 1px solid #bababa;
}

.content__box {
	/* padding-right: 50px; */
}

.content h1 {
	color: #353535;
	font-weight: 700;
	line-height: 1.13;
}

.content__info {
	font-size: 12px;
	font-weight: 700;
}

.content__info__item {
	color: #626466;
}

.content__info__item:first-child {
	text-transform: uppercase;
}

.content__info__item strong {
	color: #353535;
	font-weight: 700;
}

.content__img,
.content__item__img,
.content__data__img,
.same__img {
	overflow: hidden;
	position: relative;
	border-radius: 10px;
	width:100%;
	/* max-height: 400px; */
}

.content__img img,
.content__item__img img,
.content__data__img img {
	display: inherit;
	width:100%;
	margin: 0 auto;
	object-fit: contain;
	max-height: 450px;
}



.zoom {
	z-index: 1;
	opacity: 0;
	cursor: pointer;
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 24px;height: 24px;
}

.zoom:hover {
	opacity: .7;
}

.zoom svg {
	fill: #020202;
	width: 100%;height: 100%;
}

.zoom_white svg {
	fill: #fff;
}

.content__img .zoom {
	right: 25px;bottom: 25px;
}

.zoom-img {
	cursor: pointer;
}

.zoom-img:hover .zoom {
	opacity: 1;
}

.content__box h3 {
	color: #353535;
	font-size: 20px;
	margin-top: 30px;
	font-weight: 700;
	line-height: 1.15;
}

/*.content__text {
	color: #353535;
	line-height: 1.3;
	margin-top: 8px;
	}
*/

.content__box p{
    color: #353535;
	line-height: 1.3;
	margin-top: 8px;
	text-align: left;
	font-family: Helvetica;
	font-size: 13pt;
}

/*.content__box p + p {text-indent: 1.5em;}*/


.content__group__box p {
	color: #626466;
	font-size: 12px;
	margin-top: 10px;
}

.content__item__box {
	padding: 15px;
	color: #353535;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 500;
	border-radius: 10px;
	background: #f4f4f4;
}

.content__data__txt {
	color: #626466;
	font-weight: 500;
	line-height: 1.3;
	padding-left: 25px;
}

.content__data__txt__item:not(:last-child) {
	margin-bottom: 20px;
}

.content__data__txt strong {
	color: #353535;
	font-weight: 700;
}

.content__signing {
	padding: 5px 0;
	border-top: 1px solid #bababa;
	border-bottom: 1px solid #bababa;
}

.content__signing .signing__title {
	color: #353535;
}

.content__signing .signing__link svg {
	fill: #353535;
}

.content__signing .signing__link:hover svg {
	fill: #0078ff;
}

.same__group {
	margin-top: 20px;
}

.same__group.row {
	margin-left: -5px;margin-right: -5px;
}

.same__group.row [class*='col'] {
	padding: 0 5px;
	margin-bottom: 20px;
}

.same__item {
	color: #353535;
	display: block;
	font-weight: 700;
}

.same__img {
	width: 100%;
	height: 150px;
}

.same__txt {
	/*display: -webkit-box;
		-webkit-line-clamp: 4; 
	-webkit-box-orient: vertical; */
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	/* height:60px /* fallback;;; */ */;
	/* word-break: break-word; */
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
}

.same__txt:hover {
	
}

.mt-20 {
	margin-top: 20px;
}

.mt-25 {
	margin-top: 25px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-40 {
	margin-top: 40px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-25 {
	margin-bottom: 25px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-40 {
	margin-bottom: 40px;
}


/* Banners */

/* Banners */

.content__banners {
	padding-left: 30px;
	border-left: 1px solid #bababa;
	padding-bottom: 30px;
}

/*.content__banners__item:not(:last-child) {
	margin-bottom: 30px;
}*/
.content__banners__link {
	display: block;
}

.content__banners__link img {
	display: inherit;
}

.content__sl__reclame {
	display: none;
}

/* ------------ *Default ------------- */
/* ------------ *Default ------------- */
/* ------------ *Default ------------- */
/* ------------ *Default ------------- */

/* =================================== */
/*                Modal:               */
/* =================================== */

.modal {
	z-index: 71;
	display: none;
	position: fixed;
	overflow-y: auto;
	top: 0;left: 0;right: 0;bottom: 0;
	background: rgba(0, 0, 0, 0.7);
}

.modal__fullScreen {
	min-height: 100%;
}

.modal__box {
	margin: 0 auto;
	position: relative;
}

.modal__close {
	position: absolute;
	top: 20px;right: 20px;
	width: 26px;height: 26px;
}

.modal__close svg {
	fill: #fff;
	width: inherit;height: inherit;
}

.modal__close:hover {
	opacity: .7;
}

/* Search */

.modal_search .modal__box {
	position: static;
	max-width: 700px;width: 96%;height: 100%;
}

.search {
	width: 100%;
	position: relative;
}

.search .form__field input {
	border: 0;
	font-size: 16px;
	font-weight: 400;
	border-radius: 8px;
	padding: 0 60px 0 20px;
	font-family: 'Literata';
	width: 100%;height: 52px;
}

.search__btn {
	position: absolute;
	top: 50%;right: 15px;
	width: 22px;height: 22px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.search__btn svg {
	fill: #9f9f9f;
	width: inherit;height: inherit;
	-webkit-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
}

.search__btn:hover svg {
	fill: #000;
}

/* Search END */

/* ------------ *Default ------------- */
/* ------------ *Default ------------- */
/* ------------ *Default ------------- */
/* --------- *Before::After ---------- */
.header__select:before,
.header__select:after,
.nav__item:before,
.nav__item:after,
.news__bg:after,
.radio__custom::before,
.articles__sl__mob .articles__link:after {
	/* content: " "; */
	position: absolute;
}



blockquote {
	padding: 15px;
	margin-top: 30px;
	color: #353535;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 500;
	border-radius: 10px;
	background: #f4f4f4;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 1px;
	margin-inline-end: 1px;
}

p.instagram {
    display: table;
    margin: 0 auto;
    width: 80%;
}



#button_up {
	display: inline-block;
	background-color: #ff3c00;;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	transition: background-color .3s, 
    opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}
#button_up::after {
	content: "\f077";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	color: #fff;
}
#button_up:hover {
	cursor: pointer;
	background-color: #900000;
}
#button_up:active {
	background-color: #555;
}
#button_up.show {
	opacity: 1;
	visibility: visible;
}

#button_up.bshow {
	bottom: 100px;
}

.archives {
	border-radius: 10px;
    background: #f4f4f4;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 20px;
    margin-bottom: 40px;
    padding-left: 90px;
    padding-right: 90px;
}

.archive {
	float: none; margin: 0 auto;
	width: 350px;
}

.archive__item {
	width: 300px;
    display: block;
    margin: 10px;
    background-color: #FFF;
    overflow: hidden;
    position: relative;
    padding: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */
}

.archive h4 {
    font-size: 18px;
    font-weight: bold; 
    text-align: center;
    margin-left: -26px;
    color: #353535;
}

.archive__item:hover:after {
	opacity: 0.2;
	
}

.news__item a{position:relative;}
.news__item a{background-position:50% 50%;background-repeat:no-repeat;}
.news__item img{
    position:absolute;
    margin:auto;
    top:0;
    bottom:0;
    left:0;
    right:0;
    border:0;
    vertical-align:middle;
    max-width:100%;
    max-height:100%;
    /* border: solid 1px rgba(0, 0, 0, 0.03); */
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
    /* border-radius: 10px; */
}


.news__item img {bottom: unset;height: 433px;top: 1px;}

.news__item.news__middle img {bottom: unset;height: 368px;top: 1px;}


.footer__text a {
    color: #ff3c00;
}
.footer__text li {
    list-style: inside;
}



/* Pagination */
.pagination {
    list-style: none;
    text-align: center;
    /* background: #fff; */
    padding: 15px 10px 5px;
    /* margin: -40px 0 40px; */
}
.page_item {
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 10px;
}
.page_link {
    display: block;
    padding: 3px 7px;
    min-width: 30px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #e8e8e1;
    background-color: #fff;
    color: #303030;
}
.page_link:hover,
.active .page_link {
    color: #fff;
    background-color: #ff3c00;
    border-color: #ff3c00;
	border-radius: 4px;
    transition: background-color .3s, opacity .5s, visibility .5s;
	
}


.fn_banner_splash_banner {
	position: fixed;
    bottom: -5px;
    z-index: 9999;
}

.hidder {
    position: relative;
    right: 21px;
    /* margin-bottom: -16px; */
    top: 0px;
    color: #000;
    background-color: #fff;
    border: solid 1px #000;
    border-radius: 5px 5px 0 0;
    width: 30px;
    height: 30px;
    font-weight: bold;
    float: right;
    font-size: 14px;
    line-height: 28px;
    cursor: pointer;
    transition: 0.3s;
    text-align: center;
}

.hidder:hover {
    color: #fff;
    background-color: #000;
    
}



/* Quiz Classes */
.quizContainer ul {
    list-style: none;
}
.quizContainer li {
    font-size: 18px;
}
.quizContainer input[type=radio] {
    width: 20px;
    height: 1.3em;
    display: unset;
    padding-left: 20px;
    margin-right: 10px;
}

.quizContainer label {
    cursor: pointer;
}


.quizContainer {
    background-color: #f4f4f4;
    border-radius:  0 0 6px 6px;
    margin: auto;
    position: relative;
    padding: 15px;
	
}
.nextButton {
	box-shadow: 3px 3px 5px #888;
    border-radius: 6px;
    text-align: center;
    background-color: #00ae95;
    clear: both;
    width: 220px;
    color: #fff;
    position: relative;
    margin: auto;
    padding: 6px;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: -20px;
    cursor: pointer;
    font-family: Helvica;
	display: inline-block;
}

.btn{
	text-align:center;
	margin-top: 5px;
    margin-bottom: 20px;
}

.Button {
	
	box-shadow: 3px 3px 5px #888;
    border-radius: 6px;
    text-align: center;
    /* background-color: #00ae95; */
    clear: both;
    width: 220px;
    color: #484848;
    position: relative;
    /* margin: auto; */
    padding: 6px;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: -20px;
    cursor: pointer;
    font-family: Helvica;
    display: inline-block;
	
}


/*.question {
    font-size: 18px;
    height: auto;
    margin: auto;
	
    border-radius: 6px;
    background-color: lightgrey;
    text-align: center;
}*/

.question, .question p {
	
    color: #353535;
    line-height: 1.13;
    padding: 5px;
	text-align: left;
    font-family: Helvetica;
    font-size: 14pt;
    /* height: auto; */
    /* margin: auto; */
    /* border-radius: 6px; */
    /* background-color: lightgrey; */
    /* text-align: center; */
}

.quizMessage {
    background-color: peachpuff;
    border-radius: 6px;
    width: 30%;
    margin: auto;
    text-align: center;
    padding: 2px;
	
    color: red;
}
.choiceList {
	margin-left: 7px;
	color: #333333;
}
.result {
	/* width: 70%; */
    height: auto;
    border-radius: 6px;
    /* background-color: linen; */
    margin: auto;
    font-size: 32px;
    text-align: center;
}

.result .fa-check-circle {
    color: #00ae95;
	padding: 7px;    
}

.result .fa-times-circle {
    color: #ff1100;
	padding: 7px;
}

/* End of Quiz Classes */
ul.result {
    text-align: left;
}


ul.result p {
	padding-left: 20px;
    margin-top: -7px;
}

.resinfo {
    position: absolute;
    left: 80px;
    /* width: 140px; */
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    top: -380px;
    font-weight: bold;
    font-size: 70px;
    padding-top: 0px;
    text-align: center;
    line-height: 90px;
}

.resinfo span{
    font-size: 13px;
    /* clear: both; */
    display: block;
    font-weight: 100;
    line-height: 0;
    padding-top: 16px;
    padding-bottom: 0px;
    /* padding-left: 0px; */
}


.restest {
	/*
	position: absolute;
    top: -200px;
    width: 80%;
    left: 90px;
    color: #fff;
	text-shadow: 1px 1px 1px #000;*/
	position: absolute;
	top: -200px;
	/* width: 100%; */
	left: 0;
	color: #fff;
	line-height: 32px;
	text-shadow: 1px 1px 1px #000;
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 20px;
	text-align: center;
	padding: 12px;
	margin-left: 30px;
	margin-right: 30px;
}

img#test_img {
	/*width: 640px;*/
	max-width: 640px;
	max-height: 480px;
	min-height: 480px;
	border-radius: 8px;
	margin-top: -5px;
}


.postbanner.reclame {
    margin-top: 30px;
}


.thumb-wrap {
	position: relative;
	padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
	height: 0;
	overflow: hidden;
}

.thumb-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-width: 0;
	outline-width: 0;
}

.thumb-wrap video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}

.thumb-wrap43 {
	position: relative;
	padding-bottom: 75%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
	height: 0;
	overflow: hidden;
}

.thumb-wrap43 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-width: 0;
	outline-width: 0;
}



.reclame .container a.reclame__item{/* margin-bottom: 30px; */}
.reclame {
    margin-bottom: 30px;
}

.header__body {
    /* border-bottom: 3px solid #353535; */
    padding-left: 0px;
    width: 100%;
    padding-right: 0px;
    margin-bottom: 30px;
    margin-top: -30px;
}


.content__box ul, .content__box ol {
    margin-left: 40px;
    padding-left: 5px;
    /* display: list-item; */
}

.hotblock {
    padding-left: 24px;
}
.hotblock ul {
	list-style-type: none; /* Убираем маркеры */    
}

.hotblock li {
	padding-top: 25px;
}

.hotblock .news__name {
	font-family: Literata;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
	
}

.hotblock .news__date {
    font-family: Literata;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 20px;
    padding-top: 5px;
    color: #808080;
    
}

.hotblock span{
	font-family: Literata;
	height: 25px;
	/* font-style: normal; */
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #FFFFFF;
	padding-left:30px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:2px;
	background: #FF3C00;
	border-radius: 10px;
	user-select: none;
	outline: 0 none !important;
}

.hotblock span svg {
    margin-top: 3px;
    left: 30px;
    width: 17px;
    height: 17px;
    position: absolute;
}

.content__related {
    padding: 5px 0;
    border-top: 1px solid #bababa;   
    margin-bottom: -20px; 
}

.content__related .related__title {
    font-size: 20px;
    font-weight: bold;
}
.content__related ul {
    margin-top: 10px;
}

.content__related li {
    font-weight: bold;
    font-size: 14px;
    padding: 5px;
}

.content__related li {
    list-style-type: none; /* Убираем маркеры у списка */
   }

.content__related li:before {
    content: "► "; /* Добавляем в качестве маркера символ */
   }
   
 .content__related a {
color:#2f1903;
}

.content__related a:hover {
color:#ff3c00;
}


.autor{
	color: #626466;
}


.autor:hover{
	color: #ff3c00;
}

.hotblock .news__name:hover{
	color: #ff3c00;
}


.ajax_load_btn {
    list-style: none;
    text-align: center;
    padding: 15px 10px 5px;
}

.more_text_ajax{font-size:13px;line-height:20px;font-weight:600;cursor:pointer;display:inline-block;position:relative;padding:10px 0px 10px 34px;}
.more_text_ajax:before, .more_text_ajax:after{content:"";display:block;position:absolute;}
.more_text_ajax:before{width:25px;height:25px;left:0px;top:8px;border-radius:25px; color: #ff3c00; background-color: #ff3c00;}
.more_text_ajax:after{width:15px;height:13px;left:5px;top:14px;background:url('../images/icons_wish.png') -67px -82px;-webkit-transition:background 0.7s ease-in-out;-moz-transition:background 0.7s ease-in-out; -o-transition:background 0.7s ease-in-out; transition:background 0.7s ease-in-out;}
.more_text_ajax:hover:before{background:#383838;}
.more_text_ajax.loading:after{/*transform:rotate(1080deg);*/ -webkit-animation:spinner .5s linear infinite !important;animation:spinner .5s linear infinite !important;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d; -ms-transform-style:preserve-3d; transform-style:preserve-3d;}
.more_text_ajax:hover:after{/*transform:rotate(360deg);*/ -webkit-animation:spinner .5s ease-out 1;animation:spinner .5s ease 1;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d; -ms-transform-style:preserve-3d; transform-style:preserve-3d;}

@-webkit-keyframes spinner{
	from{
		-webkit-transform:rotate(0deg);
	}
	to{
		-webkit-transform:rotate(360deg);
	}
}

@keyframes spinner{
	from{
		-moz-transform:rotate(0deg);
		-ms-transform:rotate(0deg);
		transform:rotate(0deg);
	}
	to{
		-moz-transform:rotate(360deg);
		-ms-transform:rotate(360deg);
		transform:rotate(360deg);
	}
}


.news h9{
        position: absolute;
    display: block;
    left: 30px;
    z-index: 99;
    color: #ff3c00;
    border: solid 2px #ff3c00;
    border-radius: 40px;
    width: 54px;
    text-align: center;
    height: 40px;
    padding-bottom: 50px;
    margin: 20px;
    font-size: 30px;
    background-color: #fff1f2;
}

form.form_search {
    display: none;
}

nav.nav.d-lg-flex.align-items-center.menu_group.menu_group_footer.open form.form_search {
    border: solid 1px #000;
    width: 92%;
    margin-top: -30px;
    margin-left: 10px;
    border-radius: 10px;
    display: block;
	position: relative;
}



.form_search .form__field input {
	border: 0;
	font-size: 16px;
	font-weight: 400;
	border-radius: 8px;
	padding: 0 60px 0 20px;
	font-family: 'Literata';
	width: 100%;height: 52px;
}

nav.nav.d-lg-flex.align-items-center.menu_group.menu_group_footer.open form.form_search .btn {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
}