

/* Start:/local/templates/rubezh_template/css/category.css?169717658671552*/
@charset "UTF-8";
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

.category__navItem,
.community,
.community__sliderDots,
.content__field,
.content__tag,
.content__tags,
.events,
.events__sliderDots,
.footer__contacts,
.footer__social,
.header__controls,
.header__profile,
.header__profile-pic,
.header__row,
.header__search,
.logo,
.menu__search,
.modal,
.more,
.pagination__link,
.schedule,
.schedule__date,
.subnav__item,
.subnav__link,
.support__container,
.videos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: center;
	align-self: center
}

body::-webkit-scrollbar {
	width: .5%;
	min-width: 8px
}

body::-webkit-scrollbar-track {
	background: 0 0
}

body::-webkit-scrollbar-thumb {
	border-left: 1px solid #f2f2f2;
	background: #64A70B
}

.content__title,
h2 {
	font-size: 2.625rem;
	font-weight: 700
}

.materials__title {
	font-size: 2.25rem;
	margin-bottom: 1.8125rem;
}

.banner__closeBtn,
.content__mobileClose,
.header__search.active>.header__search-closeBtn,
.modal__close {
	position: absolute;
	height: 20px;
	width: 20px
}

.banner__closeBtn::after,
.banner__closeBtn::before,
.content__mobileClose::after,
.content__mobileClose::before,
.header__search.active>.header__search-closeBtn::after,
.header__search.active>.header__search-closeBtn::before,
.modal__close::after,
.modal__close::before {
	content: '';
	position: absolute;
	top: 50%;
	right: calc(50% - 10px);
	height: 2px;
	width: 100%;
	background-color: #64A70B;
	-webkit-transition: background-color .2s linear;
	transition: background-color .2s linear
}

.banner__closeBtn::after,
.content__mobileClose::after,
.header__search.active>.header__search-closeBtn::after,
.modal__close::after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.banner__closeBtn::before,
.content__mobileClose::before,
.header__search.active>.header__search-closeBtn::before,
.modal__close::before {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg)
}

.banner__closeBtn:hover::after,
.banner__closeBtn:hover::before,
.content__mobileClose:hover::after,
.content__mobileClose:hover::before,
.header__search.active>.header__search-closeBtn:hover::after,
.header__search.active>.header__search-closeBtn:hover::before,
.modal__close:hover::after,
.modal__close:hover::before {
	background-color: #8cd23a
}

.menu__btn::after,
.menu__btn::before,
.nav__item--subnav::after,
.nav__item--subnav::before {
	content: '';
	position: absolute;
	top: calc(50% - 1px);
	height: 6px;
	width: 1.3px;
	border-radius: 5px;
	background-color: #34353e;
	-webkit-transition: background-color .2s linear, -webkit-transform .2s linear;
	transition: transform .2s linear, background-color .2s linear, -webkit-transform .2s linear
}

.menu__btn::before,
.nav__item--subnav::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.menu__btn::after,
.nav__item--subnav::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.header__search,
.menu__search {
	position: relative
}

.header__search-btn,
.menu__search-btn {
	position: absolute;
	top: calc(50% + 2px);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.header__search-btn>svg>path,
.menu__search-btn>svg>path {
	-webkit-transition: fill .2s linear;
	transition: fill .2s linear
}

.header__search-btn:hover>svg>path,
.menu__search-btn:hover>svg>path {
	fill: #8cd23a
}

.header__search-input,
.menu__search-input {
	height: 100%;
	color: #34353e;
	font-family: "Exo 2", sans-serif;
	font-size: .875rem;
	font-weight: 300
}

.header__search-input::-webkit-input-placeholder,
.menu__search-input::-webkit-input-placeholder {
	color: #6b7785
}

.header__search-input::-moz-placeholder,
.menu__search-input::-moz-placeholder {
	color: #6b7785
}

.header__search-input:-ms-input-placeholder,
.menu__search-input:-ms-input-placeholder {
	color: #6b7785
}

.header__search-input::-ms-input-placeholder,
.menu__search-input::-ms-input-placeholder {
	color: #6b7785
}

.header__search-input::placeholder,
.menu__search-input::placeholder {
	color: #6b7785
}

.header__burger {
	overflow: visible
}

.header__burger>span {
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	width: 16px
}

.header__burger>span,
.header__burger>span::after,
.header__burger>span::before {
	height: 2px;
	border-radius: 1px;
	background-color: #6b7785;
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.header__burger>span::after,
.header__burger>span::before {
	position: absolute;
	content: '';
	left: 0;
	width: 100%
}

.header__burger>span::after {
	top: 5px
}

.header__burger>span::before {
	top: -5px
}

.active.header__burger>span {
	background-color: transparent;
	-webkit-transition: none;
	transition: none
}

.active.header__burger>span::after {
	top: 0;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

.active.header__burger>span::before {
	top: 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg)
}

.category__sectionText,
.category__text,
.community__sliderText,
.events__sliderStatus,
.more__text,
.postItem__status,
.postItem__text,
.videoItem__text {
	font-family: "Exo 2", sans-serif;
	font-weight: 300
}

.banner--ie .banner__text a,
.banner__link,
.not-found__text a,
.schemeItem,
.support__mail {
	color: #64A70B;
	text-decoration: underline;
	-webkit-transition: color .2s linear;
	transition: color .2s linear
}

.banner--ie .banner__text a:hover,
.banner__link:hover,
.not-found__text a:hover,
.schemeItem:hover,
.support__mail:hover {
	color: #8cd23a;
	text-decoration: none
}

.account__link,
.menu__link,
.nav__link,
.subnav__item,
.subnav__link {
	font-size: 1.125rem;
	font-weight: 500
}

.community__sliderLink,
.content__mobileSubmit,
.draft__download,
.events__link,
.header__profile-signup,
.modal__button,
.more__btn,
.schedule__button,
.videoItem__btn,
.videos__link {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1.25rem 2.25rem;
	border-radius: 31px;
	background-color: #64A70B;
	text-align: center;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 500;
	-webkit-transition: background-color .2s linear;
	transition: background-color .2s linear
}

.btn_closed {
	min-width: 10.9375rem;
	padding: .9375rem;
	border-radius: 23px;
	font-size: .875rem;
	color: #34353e80;
}

.community__sliderLink:hover,
.content__mobileSubmit:hover,
.draft__download:hover,
.events__link:hover,
.header__profile-signup:hover,
.modal__button:hover,
.more__btn:hover,
.schedule__button:hover,
.videoItem__btn:hover,
.videos__link:hover {
	background-color: #8cd23a
}

.community__sliderLink,
.draft__download,
.events__link,
.header__profile-signup,
.modal__button,
.more__btn,
.schedule__button,
.videoItem__btn,
.videos__link {
	min-width: 10.9375rem;
	padding: .9375rem;
	border-radius: 23px;
	font-size: .875rem
}

.more__btn {
	min-width: 11.25rem;
	padding: .875rem;
	border: 1px solid #64A70B;
	background-color: #fff;
	color: #64A70B;
	font-size: 1rem;
	line-height: 1.15;
	-webkit-transition: background-color .2s linear, color .2s linear;
	transition: background-color .2s linear, color .2s linear
}

.more__btn:hover {
	background-color: #64A70B;
	color: #fff
}

.events__sliderStatus,
.postItem__status {
	min-width: 10.875rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: .5625rem 1.875rem;
	border-radius: 20px;
	border: 1px solid #165aa2;
	text-align: center;
	font-size: 1.125rem;
	-webkit-transition: border-color .2s linear, background-color .2s linear, color .2s linear;
	transition: border-color .2s linear, background-color .2s linear, color .2s linear;
	min-width: unset;
	padding: .3125rem 1.1875rem;
	background-color: #165aa2;
	line-height: 1;
	color: #fff
}

.events__sliderStatus:hover,
.postItem__status:hover {
	color: #fff;
	border-color: #165aa2;
	background-color: #165aa2
}

.active.events__sliderStatus,
.active.postItem__status {
	border-color: #165aa2;
	background-color: #165aa2;
	color: #fff
}

.active.events__sliderStatus:hover,
.active.postItem__status:hover {
	background-color: #165aa2
}

.owl-next,
.owl-prev {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 3rem;
	width: 3rem;
	border-radius: 50%;
	background-color: #64A70B;
	-webkit-transition: background-color .2s linear;
	transition: background-color .2s linear
}

.owl-next>svg,
.owl-prev>svg {
	height: 19px;
	width: 8px
}

.owl-next:hover,
.owl-prev:hover {
	background-color: #8cd23a
}

.owl-dot {
	position: relative;
	height: 1rem;
	width: 1rem
}

.owl-dot:not(:last-child) {
	margin-right: .75rem
}

.owl-dot>span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: inline-block;
	height: .75rem;
	width: .75rem;
	border-radius: 50%;
	background-color: #efeff1;
	-webkit-transition: height .2s linear, width .2s linear, background-color .2s linear;
	transition: height .2s linear, width .2s linear, background-color .2s linear
}

.active.owl-dot>span {
	height: 100%;
	width: 100%;
	background-color: #6b7785
}

.category__navItem {
	height: 15.125rem;
	width: calc(94% / 4);
	margin-right: calc(6% / 3);
	margin-bottom: 2vw;
	-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;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2.5rem 1.6875rem;
	border-radius: 8px;
	-webkit-box-shadow: -1px 9px 20px rgba(107, 119, 133, .25);
	box-shadow: -1px 9px 20px rgba(107, 119, 133, .25);
	-webkit-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out
}
.category__navItem:nth-child(4n){
	margin-right: 0;
}
.category__navItem>img {
	height: 80px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	max-width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-transition: -webkit-filter .2s ease-in-out;
	transition: filter .2s ease-in-out;
	transition: filter .2s ease-in-out, -webkit-filter .2s ease-in-out
}

.category__navItem>h6 {
	text-align: center;
	-webkit-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
	max-width: 100%;
}

.category__navItem:hover {
	background-color: #64A70B
}

.category__navItem:hover>img {
	-webkit-filter: invert(0) sepia(0) saturate(1) hue-rotate(0) brightness(5);
	filter: invert(0) sepia(0) saturate(1) hue-rotate(0) brightness(5)
}

.category__navItem:hover>h6 {
	color: #fff
}

.content__checkbox,
.content__radio,
.menu {
	position: absolute;
	left: -9999px;
	top: -9999px;
	visibility: hidden;
	overflow: hidden
}

.content__checkbox~label {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.content__checkbox+label {
	position: relative;
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #64A70B;
	border-radius: 2px;
	background-color: #fff
}

.content__checkbox+label::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 12px;
	height: 8px;
	background-image: url(/local/templates/rubezh_template/css/../img/icons/checkbox.svg);
	background-repeat: no-repeat;
	background-size: contain
}

.content__radio~label {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer
}

.content__radio+label {
	position: relative;
	display: block;
	width: 16px;
	height: 16px;
	border: 1px solid #34353e;
	border-radius: 50%
}

.content__radio+label::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 10px;
	height: 10px;
	background-color: #165aa2;
	border-radius: 50%;
	opacity: 0
}

.content__radio:checked+label {
	border-color: #165aa2
}

.content__radio:checked+label::before {
	opacity: 1
}

.content__radio[disabled]~label {
	opacity: .55
}

.content__filter {
	padding: .5rem 1.875rem;
	border: 1px solid #34353e;
	border-radius: 20px;
	font-size: 1.125rem;
	font-family: "Exo 2", sans-serif;
	background-color: transparent;
	color: #34353e;
	cursor: pointer;
	-webkit-transition: background-color .3s, color .3s;
	transition: background-color .3s, color .3s
}

.active.content__filter,
.content__filter:hover {
	background-color: #165aa2;
	color: #fff;
	border-color: #165aa2
}

html {
	font-size: 16px
}

* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

body {
	font-family: Raleway, sans-serif;
	cursor: default;
	background-color: #fff;
	color: #34353e
}

section {
	position: relative
}

p {
	color: #34353e
}

ul {
	list-style: disc
}

li {
	list-style-position: outside
}

h1 {
	font-size: 4rem;
	font-weight: 800
}

h3,
h4 {
	font-size: 2.25rem;
	font-weight: 700
}

h5 {
	font-family: "Exo 2", sans-serif;
	font-size: 1.5rem;
	font-weight: 700
}

h6 {
	font-family: "Exo 2", sans-serif;
	font-size: 1.125rem;
	font-weight: 600
}

.wrapper {
	width: calc(100% - 250px);
	margin: 0 auto;
	max-width: 1200px
}

.wrapper--wide {
	max-width: 1670px
}

.wrapper--middle {
	max-width: 1400px
}

.wrapper--detail {
	max-width: 850px
}

a {
	color: #34353e;
	display: inline-block;
	text-decoration: none
}

svg {
	min-height: 1rem
}

button,
input,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: Raleway, sans-serif;
	border: none;
	background: 0 0;
	outline: 0
}

button[disabled],
input[disabled],
textarea[disabled] {
	cursor: default;
	opacity: .7
}

button {
	cursor: pointer
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
	font-size: 1rem;
	-webkit-box-shadow: 0 0 0 1000px transparent inset;
	-webkit-transition: background-color 5000s ease-in-out;
	transition: background-color 5000s ease-in-out
}

.preloader {
	width: 100vw;
	height: 100vh;
	background-color: #fff;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0
}

.modal {
	z-index: 1;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	background-color: rgba(0, 0, 0, .5)
}

.modal.active {
	z-index: 99;
	opacity: 1;
	visibility: visible
}

.modal__box {
	position: relative;
	overflow: auto;
	max-height: 100%;
	max-width: 100%;
	padding: 4.625rem 3.125rem 3.125rem;
	border-radius: 8px;
		-webkit-box-shadow: -1px 9px 20px rgba(107, 119, 133, .25);
	box-shadow: -1px 9px 20px rgba(107, 119, 133, .25);
	background-color: #fff;
	text-align: center
}

.content__mobileClose,
.modal__close {
	top: 1.5rem;
	right: 2rem
}

.modal__title {
	display: block;
	max-width: 25rem;
	font-family: "Exo 2", sans-serif;
	font-size: 1.125rem;
	line-height: 1.4
}

.modal__button {
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 1.875rem auto 0
}

.modal__already {
	display: block;
	margin-top: 1.25rem
}

.modal__login {
	color: #64A70B;
	font-weight: 500;
	text-decoration: underline
}

.header__container {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 6.875rem;
	padding-top: .6875rem
}

.header__controls {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-bottom: 1.0625rem
}

.header__search {
	height: 1.875rem
}

.header__search-btn {
	right: 0;
	height: 100%
}

.header__search-input {
	width: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: width .2s linear, visibility .2s linear, opacity .2s linear, padding .2s linear;
	transition: width .2s linear, visibility .2s linear, opacity .2s linear, padding .2s linear
}

.header__search-closeBtn {
	opacity: 0;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear
}

.header__search.active>.header__search-btn {
	left: .8125rem;
	right: auto
}

.header__search.active>input {
	width: 28.125rem;
	visibility: visible;
	opacity: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 2.625rem;
	border: 1px solid rgba(107, 119, 133, .5);
	border-radius: 15px
}

.header__search.active>.header__search-closeBtn {
	top: 50%;
	right: .76375rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 1
}

.header__row {
	position: relative;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.header__menu {
	margin-right: 3.1875rem
}

.header__menu-item {
	color: #6b7785;
	font-size: .75rem;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: color .2s linear;
	transition: color .2s linear
}

.header__menu-item:not(:last-child):after {
	content: '';
	display: inline-block;
	position: relative;
	top: -2px;
	width: 4px;
	height: 4px;
	margin: 0 .6875rem;
	border-radius: 50%;
	background-color: #6b7785
}

.header__menu-item:hover {
	color: #64A70B
}

.header__profile--logged {
	position: relative;
	cursor: default
}

.header__profile--logged:hover .header__profile-pic {
	background-color: #8cd23a
}

.header__profile--logged:hover .header__profile-name {
	color: #8cd23a
}

.header__profile--logged:hover .account {
	opacity: 1;
	visibility: visible
}

.header__profile-pic {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	margin-right: 1rem;
	background-color: #64A70B;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.5rem;
	font-weight: 700;
	border-radius: 50%;
	-webkit-transition: background-color .3s;
	transition: background-color .3s
}

.header__profile-name {
	color: #64A70B;
	font-size: .875rem;
	font-weight: 600;
	-webkit-transition: color .3s;
	transition: color .3s
}

.header__profile-auth {
	color: #64A70B;
	font-weight: 700;
	margin-right: 1.875rem;
	-webkit-transition: color .2s linear;
	transition: color .2s linear
}

.header__profile-auth:hover {
	color: #8cd23a
}

.header__burger {
	display: none
}

.logo {
	height: 2.6875rem;
	width: 14.375rem;
	border-color: #6b7785;
	color: #6b7785;
	font-family: "Exo 2", sans-serif
}

.logo--white {
	border-color: #fff;
	color: #fff
}

.logo__img {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 1.375rem;
	border-right: 1px solid;
	border-color: inherit;
	margin-right: 1.375rem
}

.nav {
	z-index: 2
}

.nav__item {
	display: inline-block;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.nav__item:not(:last-child) {
	margin-right: 3.125rem
}

.nav__item:hover {
	color: #64A70B
}

.nav__item--subnav {
	z-index: 2;
	padding-right: 1rem
}

.nav__item--subnav::before {
	right: calc(.5rem - 3.8px)
}

.nav__item--subnav::after {
	right: .5rem
}

.nav__item--subnav:hover>.subnav {
	visibility: visible;
	opacity: 1
}

.nav__item--subnav:hover::after,
.nav__item--subnav:hover::before {
	background-color: #64A70B
}

.nav__item--subnav:hover::before {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg)
}

.nav__item--subnav:hover::after {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

.nav__link {
	color: inherit;
	-webkit-transition: color .2s linear;
	transition: color .2s linear
}

.subnav {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 1.875rem;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear
}

.subnav__box {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3.125rem 1.875rem;
	background-color: #fff;
		-webkit-box-shadow: -1px 9px 20px rgba(107, 119, 133, .25);
	box-shadow: -1px 9px 20px rgba(107, 119, 133, .25)
}

.subnav__box::after {
	content: '';
	position: absolute;
	top: -8px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	height: 16px;
	width: 16px;
	background-color: inherit
}

.subnav__box--grid {
	display: grid;
	grid-template-columns: repeat(3, 17rem);
	gap: 3.0625rem
}

.subnav__box--grid::after {
	left: 21%
}

.subnav__item,
.subnav__link {
	position: relative;
	width: 100%;
	color: #34353e;
	-webkit-transition: color .2s linear;
	transition: color .2s linear
}

.subnav__item:hover,
.subnav__link:hover {
	color: #64A70B
}

.subnav__item>svg,
.subnav__link>svg {
	color: inherit;
	margin-right: 1.25rem;
	-webkit-transition: color .2s linear;
	transition: color .2s linear
}

.subnav__item>span,
.subnav__link>span {
	width: 70%
}

.subnav__link {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}

.subnav__link[target='_blank'] {
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding-right: 19px
}

.subnav__link[target='_blank']::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 13px;
	width: 13px;
	background-image: url(/local/templates/rubezh_template/css/../img/icons/target--green.svg)
}

.subnav__link:not(:last-child) {
	margin-bottom: 1.875rem
}

.subnav--grid {
	left: -60%;
	-webkit-transform: none;
	transform: none
}

.menu {
	z-index: 99;
	height: calc(100vh - 60px);
	width: 100vw;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 0;
	background-color: #fff;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s
}

.menu__search {
	height: 40px;
	margin-bottom: 50px
}

.menu__search-btn {
	left: 18px
}

.menu__search-input {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 47px;
	padding-right: 18px;
	border: 1px solid #6b7785;
	border-radius: 20px
}

.menu__box {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 40px
}

.menu__item {
	position: relative
}

.menu__item:not(:last-child) {
	margin-bottom: 30px
}

.menu__itemBox {
	position: relative
}

.menu__link {
	margin-right: 20px
}

.menu__link--bold {
	font-weight: 700
}

.menu__btn {
	position: absolute;
	top: 50%;
	right: -10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 30px;
	width: 30px
}

.menu__btn::after,
.menu__btn::before {
	-webkit-transition: -webkit-transform .2s linear;
	transition: transform .2s linear;
	transition: transform .2s linear, -webkit-transform .2s linear
}

.menu__btn::before {
	right: 16px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.menu__btn::after {
	right: 12.2px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.menu__btn.active::before {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

.menu__btn.active::after {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg)
}

.menu__profile {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 40px;
	border-top: 1px solid rgba(52, 53, 62, .5)
}

.submenu {
	display: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 0 0 20px
}

.submenu__link {
	width: 60%;
	font-weight: 500
}

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

.main {
	z-index: 1;
	position: relative;
	min-height: 100vh;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 4.5rem;
	padding-bottom: 9.375rem;
	overflow: hidden;
	display: block;
}

.main--p0 {
	padding: 0
}

.postItem {
	height: 18.75rem;
	width: 100%;
	-webkit-box-shadow: -1px 9px 20px rgba(107, 119, 133, .25);
	box-shadow: -1px 9px 20px rgba(107, 119, 133, .25);
	-webkit-transition: -webkit-box-shadow .3s;
	transition: box-shadow .3s;
	transition: box-shadow .3s, -webkit-box-shadow .3s
}

.postItem:not(:last-child) {
	margin-bottom: 3.125rem
}

.postItem:hover {
	-webkit-box-shadow: -1px 9px 20px rgba(107, 119, 133, .45);
	box-shadow: -1px 9px 20px rgba(107, 119, 133, .45)
}

.postItem__link {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	height: 100%;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3.125rem
}

.postItem__img {
	height: 100%;
	width: 21.25rem;
	-o-object-fit: cover;
	object-fit: cover;
	margin-right: 5rem
}

.postItem__status {
	position: relative;
	display: inline-block;
	margin-bottom: 1.875rem
}

/* .postItem__text,
.postItem__title {
	color: #6b7785
} */

.postItem__title {
	margin-bottom: 1.25rem;
	-webkit-transition: color .2s linear;
	transition: color .2s linear
}

.videoItem {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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;
	height: 33.5625rem;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1.875rem;
	border-radius: 8px;
	-webkit-box-shadow: -1px 9px 20px rgba(107, 119, 133, .25);
	box-shadow: -1px 9px 20px rgba(107, 119, 133, .25)
}

.videoItem:not(:last-child) {
	margin-bottom: 2rem
}

.videoItem__img {
	height: 18.4375rem;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	margin-bottom: 1.875rem
}

.videoItem__tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%
}

.videoItem__tags-item {
	margin-bottom: .75rem;
	color: #64A70B;
	font-family: "Exo 2", sans-serif;
	font-weight: 500
}

.videoItem__tags-item:not(:last-child) {
	margin-right: 1rem
}

.videoItem__title {
	margin-bottom: 1.25rem
}

.videoItem__content {
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%
}

.videoItem__text {
	color: #000;
	line-height: 1.3;
	margin-bottom: 1.875rem
}

.videoItem__text li:not(:last-child),
.videoItem__text p:not(:last-child) {
	margin-bottom: .7rem
}

.videoItem__text li {
	list-style-position: inside
}

.videoItem__btn {
	-ms-flex-item-align: center;
	align-self: center;
	margin-bottom: 1.875rem
}

.videoItem__date {
	color: #b2b4bf;
	font-family: "Exo 2", sans-serif;
	font-weight: 500
}

.schemeItem {
	position: relative;
	display: block;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 2rem;
	font-family: "Exo 2", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.44
}

.schemeItem:hover>svg>* {
	stroke: #8cd23a
}

.schemeItem>svg {
	position: absolute;
	top: 5px;
	left: 0;
	height: 1rem;
	width: 1.25rem
}

.schemeItem>svg>* {
	-webkit-transition: stroke .2s linear;
	transition: stroke .2s linear
}

.schemeItem--detail {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}

.schemeItem--detail:not(:last-of-type) {
	margin-bottom: 1.375rem
}

.more {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 3.75rem
}

.more__btn {
	margin-bottom: 1.875rem
}

.more__text {
	color: #000;
	font-size: .875rem
}

.owl-next,
.owl-prev {
	position: absolute
}

.owl-prev {
	left: -4rem
}

.owl-next {
	right: -4rem
}

.bg-points {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%
}

.bg-points>svg:nth-child(even),
.bg-points>svg:nth-child(odd) {
	position: absolute
}

.bg-points>svg:nth-child(odd) {
	top: 24.375rem;
	left: 0
}

.bg-points>svg:nth-child(even) {
	top: 75.6875rem;
	right: 0
}

.banner {
	position: relative;
	background-color: #6b7785
}

.banner__box {
	z-index: 1;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5rem 0
}

.banner__description {
	width: 52%;
	margin-right: 8%
}

.banner__title {
	color: #fff
}

.banner__icon {
	position: absolute;
	right: 0;
	bottom: 0;
	max-height: 100%;
	width: 50%
}

.banner__link {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 10px;
	font-weight: 700
}

.banner__link::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 14px;
	width: 9px;
	background: url(/local/templates/rubezh_template/css/../img/index/arrow.svg) no-repeat;
	background-size: contain;
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.banner__link:hover::after {
	-webkit-transform: translateX(10px) translateY(-50%);
	transform: translateX(10px) translateY(-50%)
}

.banner__closeBtn {
	top: 1rem;
	right: 0
}

.banner__closeBtn::after,
.banner__closeBtn::before {
	background-color: #fff
}

.banner__closeBtn:hover::after,
.banner__closeBtn:hover::before {
	background-color: #64A70B
}



.banner--reminder .banner__box {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 16px 0
}

.banner--reminder .banner__text {
	text-align: center;
	color: #fff;
	font-weight: 400;
	margin-right: 2rem
}

.banner--ie .banner__text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.banner--ie .banner__text>h5 {
	color: #64A70B;
	line-height: 1;
	margin-bottom: .375rem
}

.subscribe {
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 3.125rem;
	width: 40%;
	max-width: 29.8125rem;
	border-radius: 5px;
	font-weight: 500
}

.subscribe__input {
	height: 100%;
	width: 70%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 1.5625rem;
	background-color: #fff;
	font-weight: inherit;
	border-radius: inherit;
	border-radius: inherit;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.subscribe__input::-webkit-input-placeholder {
	opacity: .5
}

.subscribe__input::-moz-placeholder {
	opacity: .5
}

.subscribe__input:-ms-input-placeholder {
	opacity: .5
}

.subscribe__input::-ms-input-placeholder {
	opacity: .5
}

.subscribe__input::placeholder {
	opacity: .5
}

.subscribe__btn {
	height: 100%;
	width: 30%;
	border-top-right-radius: inherit;
	border-bottom-right-radius: inherit;
	background-color: #64A70B;
	color: #fff;
	font-weight: inherit;
	-webkit-transition: background-color .2s linear;
	transition: background-color .2s linear
}

.subscribe__btn:hover {
	background-color: #8cd23a
}

.footer {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 4.4375rem 0;
	background-color: #34353e
}

.footer__flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 7.8125rem
}

.footer__column {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-right: 7.875rem
}

.footer__contacts {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin-top: 4.4375rem
}

.footer__phone {
	color: #fff;
	font-family: "Exo 2", sans-serif;
	font-size: 1.25rem;
	margin-bottom: 1.25rem
}

.footer__social {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.footer__socialItem:not(:last-child) {
	margin-right: .75rem
}

.footer__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.footer__nav:not(:last-child) {
	margin-right: 1.625rem
}

.footer__link {
	margin-bottom: .9375rem;
	color: #fff;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	-webkit-transition: color .2s linear;
	transition: color .2s linear
}

.footer__link > img{
    display: none;
}
.footer__link[target='_blank'] {
	position: relative;
	padding-right: 19px;
}
.footer__link[target='_blank'] > img{
    display: inline;
    padding-left: 6px;
	position: absolute;
    bottom: 2px;
    margin: auto;
}

.footer__link:hover {
	color: #64A70B
}

.footer__link--title {
	font-weight: 500;
	margin-bottom: 1.0625rem
}

.footer__link--title:hover {
	color: #fff
}

.footer__link--subtitle {
	font-weight: 500;
	margin-bottom: 1.0625rem;
	margin-top: 1.0625rem;
}

.footer__company,
.footer__policy {
	color: #fff;
	font-size: .875rem
}

.footer__company {
	margin-right: 7.3125rem
}

.footer__policy {
	text-decoration: underline
}

.footer__policy:hover {
	text-decoration: none
}

.account {
	position: absolute;
	top: 130%;
	left: -100%;
	visibility: hidden;
	opacity: 0;
	min-width: 264px;
	padding: 50px 30px;
	border-radius: 4px;
		-webkit-box-shadow: -1px 9px 20px rgba(107, 119, 133, .25);
	box-shadow: -1px 9px 20px rgba(107, 119, 133, .25);
	background-color: #fff;
	-webkit-transition: opacity .3s, visibility .3s;
	transition: opacity .3s, visibility .3s;
	z-index: 3
}

.account::before {
	content: '';
	position: absolute;
	top: -20px;
	right: 54px;
	border: 10px solid transparent;
	border-bottom: 10px solid #fff
}

.account__link {
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	-webkit-transition: color .3s;
	transition: color .3s
}

.account__link:not(:first-child) {
	margin-top: 30px
}

.account__link:hover {
	color: #64A70B
}

.content__header {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(52, 53, 62, .5)
}

.content__subtitle {
	max-width: 53.125rem;
	margin-top: 1.75rem;
	font-family: "Exo 2", sans-serif;
	font-size: 1.5rem
}

.content__field {
	position: relative
}

.content__field--search::before {
	content: '';
	position: absolute;
	left: 14px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	background-image: url(/local/templates/rubezh_template/css/../img/icons/search.svg);
	background-size: contain;
	background-repeat: no-repeat
}

.content__field--filter {
	margin-top: 12px;
	font-size: 18px;
	font-family: "Exo 2", sans-serif
}

.content__mobile {
	display: none
}

.content__filters,
.content__filters--custom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 1.5625rem
}

.content__filters>[class*=field],
.content__filters--custom>[class*=field] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.content__filters>*,
.content__filters--custom>* {
	margin-top: 30px
}

.content__filters>:not(:last-child),
.content__filters--custom>:not(:last-child) {
	margin-right: 30px
}

.content__search {
	margin-top: 4.0625rem
}

.content__searchInput {
	margin-right: 1.875rem;
	width: 276px;
	padding: 6px 14px 6px 44px;
	border-radius: 15px;
	background-color: #efeff1;
	font-weight: 400;
	font-size: 1rem
}

.content__searchClear {
	font-size: 1rem;
	text-decoration: underline;
	-webkit-transition: color .2s linear;
	transition: color .2s linear
}

.content__searchClear:hover {
	color: #64A70B;
	text-decoration: none
}

.content__searchFilters {
	display: none
}

.content__tags {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 65px;
	font-family: "Exo 2", sans-serif
}

.content__tag {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	padding: 0 16px;
	height: 30px;
	background: #efeff1;
	border-radius: 15px;
	margin-right: 30px;
	margin-bottom: 10px;
	font-size: 16px;
	font-family: "Exo 2", sans-serif;
	font-weight: 300
}

.content__tag.custom {
	text-align: left;
	padding-right: 48px
}

.content__tag.custom::after {
	content: '';
	position: absolute;
	right: 8px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	background-image: url(/local/templates/rubezh_template/css/../img/icons/close.svg);
	background-size: contain;
	background-repeat: no-repeat
}

.content__clear {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-bottom: 10px;
	text-decoration: underline;
	font-size: 16px
}

.content__body {
	margin-top: 3.75rem
}

.content__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.content__block--narrow {
	width: 295px
}

.content__block--wide {
	width: 786px
}

.content__flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.content__column:first-child {
	margin-right: 2.375rem
}

.content__control,
.content__controlBlock {
	margin-bottom: 60px
}

.content__heading {
	display: block;
	margin-bottom: 24px;
	font-size: 18px;
	font-weight: 700
}

.content__radio+label {
	margin-right: 16px
}

.content__checkbox+label {
	border-color: #34353e;
	margin-right: 16px
}

.content__checkbox:checked+label {
	border-color: #165aa2;
	background-color: #165aa2
}

.not-found__image {
	display: block;
	width: 960px;
	height: 680px;
	-o-object-fit: contain;
	object-fit: contain;
	margin: 0 auto
}

.not-found__text {
	margin-top: 40px
}

.not-found__text p {
	font-size: 24px;
	text-align: center;
	line-height: 1.3
}

.not-found__text p:not(:first-child) {
	margin-top: 16px
}

.search__count {
	font-family: "Exo 2", sans-serif;
	margin-bottom: 50px;
	font-weight: 500;
	color: #165aa2
}

.result {
	font-family: "Exo 2", sans-serif;
	margin-bottom: 40px
}

.result__found {
	background-color: #efeff1
}

.result__category {
	display: inline-block;
	margin-top: 8px;
	opacity: .5
}

.result__date {
	margin-right: 20px;
	opacity: .5
}

.result__tag {
	margin-right: 16px;
	font-size: 18px;
	color: #6b7785
}

.result__link {
	margin-top: 16px
}

.result__title {
	display: block;
	font-size: 24px;
	font-weight: 600
}

.result__title:hover {
	text-decoration: underline
}

.result__text {
	margin-top: 15px;
	font-size: 18px
}

.category__header {
	position: relative;
	height: 25.0625rem;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 6.25rem 7.5rem;
	overflow: hidden;
	background-color: #6b7785;
	margin-bottom: 3.75rem
}

.category__header::after {
	content: '';
	position: absolute;
	right: 1.1875rem;
	bottom: 0;
	height: 100%;
	width: calc(100% - 1.1875rem);
	background: url(/local/templates/rubezh_template/css/../img/category/header-bg.svg) right bottom no-repeat;
	background-size: 12rem 23.875rem
}

.category__text,
.category__title {
	position: relative;
	z-index: 1;
	color: #fff
}

.category__title {
	text-transform: uppercase;
	margin-bottom: 1.875rem
}

.category__text {
	font-size: 1.5rem;
	line-height: 1.3
}

.category__icon {
	position: absolute;
	right: 1.25rem;
	bottom: 1.25rem
}

.category__section:not(:last-child) {
	margin-bottom: 7.5rem
}

.category-section-indent {
	margin-bottom: 7.5rem
}

.category-section-indent {
	margin-bottom: 7.5rem
}

.category__sectionDesc {
	margin-bottom: 3.125rem
}

.category__sectionText,
.category__sectionTitle {
	width: 70%
}

.category__sectionTitle:not(:last-child) {
	margin-bottom: 3.125rem
}

.category__sectionText {
	font-size: 1.5rem
}

.category__nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap	;
}

.subcategory__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 2.625rem
}

.subcategory__section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.subcategory__section:not(:last-child) {
	margin-bottom: 6.25rem
}

.subcategory__title {
	font-family: "Exo 2", sans-serif;
	color: #165aa2
}

.schemes:not(:last-child) {
	margin-bottom: 3.125rem
}

.schemes__title {
	font-family: "Exo 2", sans-serif;
	font-weight: 600;
	margin-bottom: 1.25rem
}

.schemes__box {
	display: grid;
	word-break: break-all;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.25rem
}

.events {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.events__slider {
	position: relative;
	width: calc(100% + 2.5rem)
}

.events__sliderBox {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: .5rem 1.25rem 3.125rem;
	overflow: hidden
}

.events__sliderBox>.owl-stage-outer {
	overflow: visible
}

.events__sliderItem {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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;
	height: 24.5625rem;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3.125rem 1.875rem;
	border-radius: 8px;
	-webkit-box-shadow: -1px 9px 20px rgba(107, 119, 133, .25);
	box-shadow: -1px 9px 20px rgba(107, 119, 133, .25)
}

.events__sliderItem::before {
	z-index: -1;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background: url(/local/templates/rubezh_template/css/../img/index/slider-item-bg.svg) top right no-repeat;
	background-size: 60%
}

.events__sliderStatus {
	margin-bottom: 1.5625rem
}

.events__sliderTitle {
	font-family: "Exo 2", sans-serif;
	font-weight: 600
}

.events__sliderDate {
	color: #6b7785;
	font-family: "Exo 2", sans-serif
}

.events__sliderNav {
	position: absolute;
	top: calc(50% - 2.5625rem);
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%
}

.events__sliderDots {
	display: none;
	z-index: 1;
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: .125rem
}

.videos {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.videos__box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%
}

.videos__box--promo {
	margin-bottom: 3.125rem
}

.videos__column {
	width: calc(50% - 1rem)
}

.videos__column:first-child {
	margin-right: 2rem
}

.calcs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.community {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.community__slider {
	position: relative;
	width: calc(100% + 2.5rem)
}

.community__sliderBox {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: .5rem 1.25rem 3.5rem;
	overflow: hidden
}

.community__sliderBox>.owl-stage-outer {
	overflow: visible
}

.community__sliderBox .owl-item img {
	width: 48%
}

.community__sliderItem {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 27.5rem;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3.125rem;
	border-radius: 8px;
	-webkit-box-shadow: -1px 9px 20px rgba(107, 119, 133, .25);
	box-shadow: -1px 9px 20px rgba(107, 119, 133, .25)
}

.community__sliderContent {
	width: 48%;
	position: relative
}

.community__sliderImg {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	margin-right: 4%
}

.community__sliderTitle {
	font-family: "Exo 2", sans-serif;
	font-size: 1.75rem;
	font-weight: 700;
	margin-bottom: 1.25rem
}

.community__sliderText {
	font-size: 1.125rem;
	line-height: 1.625
}

.community__sliderLink {
	position: absolute;
	left: 0;
	bottom: 0
}

.community__sliderNav {
	position: absolute;
	top: calc(50% - 2.75rem);
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%
}

.community__sliderDots {
	z-index: 1;
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: .125rem
}

.schedule {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1.875rem;
	border-radius: 8px;
	-webkit-box-shadow: -1px 9px 20px rgba(107, 119, 133, .25);
	box-shadow: -1px 9px 20px rgba(107, 119, 133, .25)
}

.schedule:not(:first-child) {
	margin-top: 1.875rem
}

.schedule * {
	font-family: "Exo 2", sans-serif
}

.schedule__date {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 100px;
	width: 100px;
	padding: .875rem 1.375rem;
	border-radius: 10px;
	background-color: #efeff1;
	color: #165aa2
}

.schedule__day {
	font-size: 48px;
	font-weight: 600;
	line-height: 1
}

.schedule__month {
	font-weight: 600
}

.schedule__content {
	max-width: 46.375rem;
	min-width: 46.375rem;
}

.schedule__format {
	font-weight: 500;
	color: #165aa2
}

.schedule__text {
	margin-top: .75rem;
	font-size: 22px;
	font-weight: 600
}

.article {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 50px;
	-webkit-box-shadow: -1px 9px 20px rgba(107, 119, 133, .25);
	box-shadow: -1px 9px 20px rgba(107, 119, 133, .25);
	border-radius: 8px;
	-webkit-transition: -webkit-box-shadow .3s;
	transition: box-shadow .3s;
	transition: box-shadow .3s, -webkit-box-shadow .3s
}

.article * {
	font-family: "Exo 2", sans-serif
}

.article:not(:first-child) {
	margin-top: 80px
}

.article:hover {
	-webkit-box-shadow: -1px 9px 20px rgba(107, 119, 133, .45);
	box-shadow: -1px 9px 20px rgba(107, 119, 133, .45)
}

.article__content {
	width: 65%
}

.article__date {
	color: #165aa2;
	font-weight: 500
}

.article__title {
	font-weight: 600;
	margin-top: 32px
}

.article__text {
	line-height: 1.3;
	margin-top: 20px
}

.article__image {
	position: relative;
	height: 220px;
	width: 29%;
	-o-object-fit: contain;
	object-fit: contain;
	margin-right: 6%
}

.article__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.article__digest {
	position: absolute;
	right: 40px;
	bottom: 24px;
	color: #fff;
	font-size: 2.625rem;
	font-weight: 300
}

.article--digest .article__content {
	width: 42%;
	margin-right: 6%
}

.article--digest .article__image {
	height: 300px;
	width: 52%;
	margin-right: 0
}

.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 62px auto 0
}

.pagination__link {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	color: rgba(52, 53, 62, .5);
	border: 1px solid rgba(52, 53, 62, .5);
	border-radius: 50%;
	-webkit-transition: background-color .3s, color .3s;
	transition: background-color .3s, color .3s
}

.pagination__link path {
	-webkit-transition: stroke .3s;
	transition: stroke .3s
}

.pagination__link:not(:last-child) {
	margin-right: 10px
}

.pagination__link.current,
.pagination__link:hover {
	background-color: #165aa2;
	color: #fff
}

.pagination__link.current path,
.pagination__link:hover path {
	stroke: #fff
}

.support {
	background-color: #6b7785
}

.support__container {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 38px 0;
	color: #fff
}

.support__content {
	max-width: 740px
}

.support__title {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.15
}

.support__text {
	margin-top: 16px;
	font-family: "Exo 2", sans-serif;
	font-size: 24px;
	line-height: 1.3
}

.support__phone {
	font-weight: 500;
	color: #fff
}

.support__mail {
	font-size: 24px;
	font-weight: 500
}

.draft {
	position: relative;
	width: 100%;
	padding: 35px 30px;
	-webkit-box-shadow: -1px 9px 20px rgba(107, 119, 133, .25);
	box-shadow: -1px 9px 20px rgba(107, 119, 133, .25);
	border-radius: 8px;
	background: #fff;
	-webkit-transition: padding-bottom .3s;
	transition: padding-bottom .3s
}

.draft:not(:last-child) {
	margin-bottom: 40px
}

.draft:hover {
	padding-bottom: 126px
}

.draft:hover>.draft__download {
	display: block;
	-webkit-animation: .2s .2s forwards fadeIn;
	animation: .2s .2s forwards fadeIn
}

.draft__title {
	font-size: 24px;
	line-height: 1.15;
	font-weight: 600;
	color: #165aa2
}

.draft__list {
	padding: 0;
	margin-top: 20px;
	font-family: "Exo 2", sans-serif;
	font-size: 18px;
	list-style: none;
	line-height: 1.15
}

.draft__item:not(:first-child) {
	margin-top: 10px
}

.draft__name {
	font-weight: 500
}

.draft__value {
	font-weight: 300
}

.draft__download {
	position: absolute;
	left: 50%;
	bottom: 50px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: none;
	font-size: 14px;
	opacity: 0
}

@media (max-width:1600px) {
	html {
		font-size: 16px
	}
}

@media (max-width:1550px) {
	html {
		font-size: 15.5px
	}
}

@media (max-width:1500px) {
	html {
		font-size: 15px
	}
}

@media (max-width:1450px) {
	html {
		font-size: 14.5px
	}
}

@media (max-width:1400px) {
	html {
		font-size: 14px
	}
}

@media (max-width:1366px) {
	.wrapper {
		width: calc(100% - 200px)
	}
}

@media (max-width:1350px) {
	html {
		font-size: 13.5px
	}
}

@media (max-width:1300px) {
	html {
		font-size: 13px
	}
	.wrapper {
		width: calc(100% - 150px)
	}
	.header .logo {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		font-size: 0
	}
	.header .logo__img {
		padding-right: 0;
		border-right: none
	}
	.nav__item:not(:last-child) {
		margin-right: 3.125rem
	}
	.bg-points {
		display: none
	}
	.footer__column {
		margin-right: 3.9375rem
	}
	.content__block--narrow {
		width: 32%
	}
	.content__block--wide {
		width: 66%
	}
	.article {
		padding: 35px
	}
	.article__content {
		width: 62%
	}
	.article__image {
		width: 35%;
		margin-right: 3%
	}
	.article--digest .article__content {
		width: 40%;
		margin-right: 3%
	}
	.article--digest .article__image {
		width: 57%;
		margin-right: 0
	}
}

@media (max-width:1250px) {
	html {
		font-size: 12.5px
	}
}

@media (max-width:1200px) {
	html {
		font-size: 12px
	}
}

@media (max-width:1024px) {
	html {
		font-size: 16px
	}
	.content__title,
	h2 {
		font-size: 24px
	}
	.community__sliderLink,
	.content__mobileSubmit,
	.draft__download,
	.events__link,
	.header__profile-signup,
	.modal__button,
	.more__btn,
	.schedule__button,
	.videoItem__btn,
	.videos__link {
		min-width: 155px;
		padding: 12px 14px;
		font-size: 16px
	}
	.owl-dot {
		height: 12px;
		width: 12px
	}
	.owl-dot>span {
		height: 9px;
		width: 9px;
		background-color: #6b7785
	}
	.active.owl-dot>span {
		height: 100%;
		width: 100%;
		background-color: #64A70B
	}
	h1 {
		font-size: 28px
	}
	h3,
	h4,
	h5 {
		font-size: 20px
	}
	.main {
		padding-top: 20px;
		padding-bottom: 60px
	}
	.main--p0 {
		padding: 0
	}
	.wrapper {
		width: 100%;
		padding: 0 30px
	}
	.header__container {
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
		padding-top: 25px;
		padding-bottom: 4px
	}
	.header__controls {
		display: none
	}
	.header__row {
		height: 31px;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
	.header .logo {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%
	}
	.header .logo__img {
		height: inherit
	}
	.header__profile {
		margin-right: 26px
	}
	.header__profile-auth {
		color: #6b7785;
		font-size: 14px;
		font-weight: 400;
		margin-right: 0
	}
	.header__profile-pic,
	.header__profile-signup {
		display: none
	}
	.header__burger {
		display: block
	}
	.account {
		top: 190%;
		left: -250%
	}
	.nav {
		display: none
	}
	.menu.active {
		top: 100%;
		left: -30px;
		overflow: auto;
		visibility: visible;
		opacity: 1
	}
	.postItem__link {
		padding: 30px
	}
	.postItem__img {
		margin-right: 30px
	}
	.postItem__status {
		margin-bottom: 20px
	}
	.postItem__title {
		margin-bottom: 12px
	}
	.videoItem {
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
		padding: 15px
	}
	.videoItem:not(:last-child) {
		margin-bottom: 24px
	}
	.videoItem__img {
		height: 57%;
		margin-bottom: 20px
	}
	.videoItem__tagsItem {
		font-size: 14px
	}
	.videoItem__tagsItem:not(:last-child) {
		margin-right: 16px
	}
	.videoItem__title {
		margin-bottom: 12px
	}
	.videoItem__date {
		font-size: 14px
	}
	.banner__box {
		padding: 40px 0
	}
	.banner__description {
		width: 48%;
		margin-right: 4%
	}
	.banner--reminder {
		margin-top: 9.5px
	}
	.subscribe {
		width: 48%
	}
	.subscribe__input::-webkit-input-placeholder {
		font-size: 15px
	}
	.subscribe__input::-moz-placeholder {
		font-size: 15px
	}
	.subscribe__input:-ms-input-placeholder {
		font-size: 15px
	}
	.subscribe__input::-ms-input-placeholder {
		font-size: 15px
	}
	.subscribe__input::placeholder {
		font-size: 15px
	}
	.subscribe__btn {
		font-size: 14px
	}
	.footer {
		padding: 40px 0
	}
	.footer__flex {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 46px
	}
	.footer__column {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-flex: unset;
		-ms-flex-positive: unset;
		flex-grow: unset;
		margin-right: unset
	}
	.footer__contacts {
		margin-top: 50px
	}
	.footer__socialItem:not(:last-child) {
		margin-right: 20px
	}
	.footer__nav {
		display: none
	}
	.footer__copyright {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.footer__company {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-right: unset
	}
	.footer__policy {
		margin-bottom: 16px
	}
	.content__subtitle {
		margin-top: 15px;
		font-size: 18px
	}
	.content__search {
		margin-top: 30px
	}
	.content__block--narrow {
		width: 34%
	}
	.content__block--wide {
		width: 62%
	}
	.content__column:first-child {
		margin-right: 0
	}
	.category__header {
		height: -webkit-max-content;
		height: -moz-max-content;
		height: max-content;
		min-height: 250px;
		padding: 30px
	}
	.category__header::after {
		content: none
	}
	.category__icon {
		height: 144px
	}
	.category__title {
		margin-bottom: 20px
	}
	.category__text {
		font-size: 18px
	}
	.category__nav {
		display: block;
		grid-template-columns: repeat(3, 1fr);
		gap: 15px
	}
	.category__navItem{
		margin-right: 0;
		margin-bottom: 2rem;
		width: 100%;
	}
	.category__section:not(:last-child) {
		margin-bottom: 100px
	}
	.category-section-indent {
		margin-bottom: 100px
	}
	.category__sectionText,
	.category__sectionTitle {
		width: 100%;
		text-align: center
	}
	.category__sectionTitle:not(:last-child) {
		margin-bottom: 20px
	}
	.category__sectionText {
		font-size: 18px
	}
	.subcategory__section:not(:last-child) {
		margin-bottom: 80px
	}
	.subcategory__header {
		display: block
	}
	.subcategory__header>.schemeItem {
		margin-top: 20px
	}
	.videos__column {
		width: calc(50% - 12px)
	}
	.videos__column:first-child {
		margin-right: 24px
	}
	.schemes:not(:last-child) {
		margin-bottom: 30px
	}
	.events__sliderBox {
		padding-bottom: 32px
	}
	.events__sliderItem {
		height: 333px;
		padding: 25px 18px
	}
	.events__sliderDots {
		display: block
	}
	.events__link {
		margin-top: 20px
	}
	.community__sliderBox {
		padding-bottom: 32px
	}
	.community__sliderBox .owl-item img {
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
		width: 48%
	}
	.community__sliderItem {
		height: 391px;
		padding: 15px
	}
	.community__sliderImg {
		-o-object-fit: cover;
		object-fit: cover
	}
	.community__sliderContent {
		width: 48%
	}
	.community__sliderTitle {
		margin-bottom: 12px
	}
	.community__sliderText {
		font-size: 16px;
		line-height: 1.375;
		margin-bottom: 20px
	}
	.community__sliderLink {
		position: relative
	}
	.community__sliderNav {
		display: none
	}
	.community__link {
		margin-top: 20px
	}
	.article {
		padding: 25px
	}
	.article:not(:first-child) {
		margin-top: 50px
	}
	.article__content {
		width: 57%
	}
	.article__image {
		height: 200px;
		width: 40%;
		margin-right: 3%
	}
	.article__digest {
		font-size: 24px
	}
	.article--digest .article__image {
		height: 250px
	}
}

@media (max-width:768px) {
	body {
		-webkit-text-size-adjust: none
	}
	.postItem {
		height: -webkit-max-content;
		height: -moz-max-content;
		height: max-content;
		-webkit-box-shadow: none;
		box-shadow: none
	}
	.postItem:hover {
		-webkit-box-shadow: none;
		box-shadow: none
	}
	.postItem__link {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0
	}
	.postItem__img {
		height: 333px;
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px
	}
	.postItem__status {
		position: absolute;
		top: 24px;
		left: 9px
	}
	.videoItem {
		padding: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}
	.videoItem:not(:last-child) {
		margin-bottom: 50px
	}
	.banner__box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 30px 0
	}
	.banner__description {
		width: 70%;
		margin-right: 0;
		margin-bottom: 40px
	}
	.banner__icon {
		width: 100%
	}
	.subscribe {
		height: 40px;
		width: 100%
	}
	.content__mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-family: "Exo 2", sans-serif
	}
	.content__mobile--panel {
		margin-top: 30px
	}
	.content__mobileHeader {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%
	}
	.content__mobileFooter {
		position: fixed;
		z-index: 2;
		left: 0;
		bottom: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		height: 80px;
		margin-bottom: 0;
		padding: 22px 30px 18px 60px;
		background: #fff;
		-webkit-box-shadow: 0 -4px 20px rgba(107, 119, 133, .25);
		box-shadow: 0 -4px 20px rgba(107, 119, 133, .25)
	}
	.content__mobileTitle {
		font-size: 24px;
		font-weight: 400
	}
	.content__mobileClose {
		position: relative;
		top: unset;
		right: unset;
		width: 16px;
		height: 16px
	}
	.content__mobileClose::after,
	.content__mobileClose::before {
		background-color: #34353e
	}
	.content__mobileTags {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
		margin-top: 30px
	}
	.content__mobileClear {
		font-size: 16px;
		text-decoration: underline
	}
	.content__mobileSubmit {
		font-size: 16px;
		padding: 10px 36px
	}
	.content__mobileSearch {
		width: 100%;
		padding: 12px 30px 12px 50px;
		border: 1px solid rgba(107, 119, 133, .5);
		border-radius: 20px;
		font-size: 14px;
		font-family: "Exo 2", sans-serif;
		-webkit-transition: border-color .3s;
		transition: border-color .3s
	}
	.content__mobileSearch:focus {
		border-color: #34353e
	}
	.content__tag {
		margin-right: 9px;
		margin-bottom: 20px;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
		padding: 5px 16px;
		border-radius: 15px;
		font-family: "Exo 2", sans-serif;
		font-weight: 300;
		font-size: 16px;
		background-color: #efeff1
	}
	.content__tag:not(.default) {
		padding-right: 46px
	}
	.content__block--control {
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		visibility: hidden;
		overflow: auto;
		opacity: 0;
		background-color: #fff;
		z-index: 99;
		padding: 26px 35px 110px 30px;
		-webkit-transition: opacity .3s, visibility .3s;
		transition: opacity .3s, visibility .3s;
		pointer-events: none;
	}
	.content__block--control.active {
		opacity: 1;
		visibility: visible;
		pointer-events: all;
	}
	.content__block--wide {
		width: 100%
	}
	.content__header {
		padding-bottom: 40px;
		border-bottom: none
	}
	.content__body {
		margin-top: 0
	}
	.content__body .wrapper--detail {
		padding: 0
	}
	.content__control {
		margin-top: 30px;
		margin-bottom: 0
	}
	.content__controlBlock {
		margin-bottom: 30px
	}
	.content__heading {
		position: relative;
		padding-right: 16px;
	}
	.content__heading::after {
		content: '';
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		width: 16px;
		height: 6px;
		background-image: url(/local/templates/rubezh_template/css/../img/icons/arrow.svg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center
	}
	.content__heading.open::after {
		-webkit-transform: translateY(-50%) rotate(-180deg);
		transform: translateY(-50%) rotate(-180deg)
	}
	.content__heading.open~.content__fields {
		display: block;
		visibility: visible;
		height: 100%;
		transition: none;
		z-index: 1;
	}
	.content__fields {
		visibility: hidden;
		height: 0;
		transition: none;
		position: relative;
		z-index: -1;
	}
	.content__field--mobile {
		position: relative;
		width: 100%;
		margin-top: 35px
	}
	.content__field--mobile::before {
		content: '';
		position: absolute;
		left: 18px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 18px;
		height: 18px;
		z-index: 1;
		background-image: url(/local/templates/rubezh_template/css/../img/icons/search--green.svg);
		background-size: contain;
		background-repeat: no-repeat
	}
	.content__search {
		display: none
	}
	.content__search--mobile {
		display: block
	}
	.content__search--main {
		display: block;
		margin-bottom: 20px
	}
	.content__searchFilters {
		position: relative;
		z-index: 3;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 148px;
		height: 31px;
		padding-left: 15px;
		border-radius: 15px;
		font-size: 16px;
		font-family: "Exo 2", sans-serif;
		background-color: #efeff1
	}
	.content__searchFilters svg {
		margin-right: 8px
	}
	.content__searchCount {
		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;
		width: 12px;
		height: 12px;
		margin-left: 14px;
		border-radius: 50%;
		font-size: 10px;
		line-height: 1;
		color: #fff
	}
	.content__searchCount:not(:empty) {
		background-color: #165aa2
	}
	.content__searchInput {
		width: 100%;
		margin-right: 0
	}
	.content__searchInput--mobile {
		position: relative;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		min-width: 147px;
		margin-right: 20px
	}
	.content__searchClear {
		display: none
	}
	.content__search--mobile {
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		visibility: hidden;
		overflow: auto;
		z-index: 99;
		margin-top: 0;
		padding: 26px 35px 110px 30px;
		background-color: #fff;
		opacity: 0;
		-webkit-transition: opacity .3s, visibility .3s;
		transition: opacity .3s, visibility .3s
	}
	.content__search--mobile.active {
		opacity: 1;
		visibility: visible
	}
	.content__filters,
	.content__filters--custom {
		position: relative;
		height: 40px
	}
	.content__tags {
		display: none
	}
	.mobile-select {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow: auto;
		margin: 0;
		padding: 83px 30px 30px;
		border: 1px solid #34353e;
		z-index: 3;
		background-color: rgba(0, 0, 0, .5);
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity .3s, visibility .3s;
		transition: opacity .3s, visibility .3s
	}
	.mobile-select.active {
		opacity: 1;
		visibility: visible
	}
	.mobile-select__box {
		padding: 30px;
		border-radius: 20px;
		background-color: #fff
	}
	.mobile-select__box>button {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0;
		border: none;
		background-color: transparent;
		width: 100%;
		text-align: left
	}
	.mobile-select__box>button:not(:first-child) {
		margin-top: 24px
	}
	.mobile-select__box>button.active,
	.mobile-select__box>button.active:hover,
	.mobile-select__box>button:hover,
	.mobile-select__box>button:not(.active),
	.mobile-select__box>button:not(.active):hover {
		background-color: transparent;
		color: #34353e
	}
	.mobile-select__box>button.active::after {
		background-image: url(/local/templates/rubezh_template/css/../img/icons/circle.svg);
		background-size: 10px;
		background-repeat: no-repeat;
		background-position: center
	}
	.mobile-select__box>button::after {
		content: '';
		display: block;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 16px;
		height: 16px;
		border-radius: 50%;
		border: 1px solid #34353e
	}
	.mobile-select__img {
		margin-right: 30px
	}
	.mobile-select__status {
		margin-bottom: 20px
	}
	.mobile-select__title {
		margin-bottom: 12px
	}
	.filter-current {
		position: relative;
		width: 100%;
		text-align: left;
		margin-top: 0;
		border-color: #34353e
	}
	.filter-current:first-child {
		margin-right: 0
	}
	.filter-current.active,
	.filter-current:hover,
	.filter-current:not(.active),
	.filter-current:not(.active):hover {
		background-color: transparent;
		color: #34353e;
		border-color: #34353e
	}
	.filter-current::after {
		content: '';
		position: absolute;
		right: 20px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 16px;
		height: 6px;
		background-image: url(/local/templates/rubezh_template/css/../img/icons/arrow.svg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center
	}
	.result__title {
		font-size: 20px
	}
	.result__text {
		font-size: 16px
	}
	.result__category,
	.result__date {
		font-size: 14px
	}
	.search__count {
		margin-bottom: 20px
	}
	.not-found__image {
		width: calc(100% - 60px);
		height: auto;
		margin: 0 auto
	}
	.not-found__text {
		margin-top: 50px
	}
	.not-found__text>p {
		font-size: 18px
	}
	.modal__box {
		width: calc(100% - 60px);
		padding: 74px 30px 30px
	}
	.modal__title {
		max-width: unset;
		font-size: 16px
	}
	.modal__already {
		font-size: 14px
	}
	.modal__button {
		padding: 12px 30px;
		font-size: 14px
	}
	.category__nav {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px
	}
	.videos {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: unset;
		-ms-flex-align: unset;
		align-items: unset
	}
	.videos__box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.videos__column {
		width: 100%
	}
	.videos__column:first-child {
		margin-right: 0
	}
	.videos__link {
		-ms-flex-item-align: center;
		align-self: center
	}
	.schemes__box {
		grid-template-columns: repeat(2, 1fr)
	}
	.community__sliderItem {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		height: auto;
		padding: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}
	.community__sliderItem:not(:last-child) {
		margin-bottom: 60px
	}
	.community__sliderContent,
	.community__sliderImg {
		width: 100%
	}
	.community__sliderImg {
		margin-bottom: 20px
	}
	.community__sliderDots {
		display: none
	}
	.support {
		position: relative
	}
	.support__container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.support__title {
		font-size: 24px
	}
	.support__mail,
	.support__text {
		font-size: 16px
	}
	.support__image {
		display: none
	}
	.schedule {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-bottom: 40px
	}
	.schedule__content {
		margin-top: 20px
	}
	.schedule__text {
		margin-top: 8px;
		font-size: 20px
	}
	.schedule__button {
		padding: 12px 30px;
		font-size: 14px;
		margin: 30px auto 0
	}
	.article {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}
	.article~.pagination {
		display: none
	}
	.article~.more {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.article:hover {
		-webkit-box-shadow: none;
		box-shadow: none
	}
	.article__content {
		width: 100%;
		margin-top: 20px
	}
	.article__date {
		font-size: 14px
	}
	.article__title {
		margin-top: 12px
	}
	.article__text {
		margin-top: 8px
	}
	.article__image {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		height: 300px;
		width: 100%
	}
	.article__digest {
		right: 14px;
		bottom: 19px
	}
	.article--digest .article__content,
	.article--digest .article__image {
		width: 100%
	}
	.article--digest .article__image {
		height: 300px
	}
	.draft {
		margin-right: 0;
		padding: 30px
	}
	.draft:not(:last-child) {
		margin-bottom: 30px
	}
	.draft:hover {
		padding-bottom: 106px
	}
	.draft__title {
		font-size: 20px
	}
	.draft__list {
		font-size: 16px
	}s
	.draft__download {
		bottom: 30px
	}
}

@media (max-width:890px) {
	.draft__download {
		display: inline-block !important;
		opacity: 1 !important;
		margin-top: 2rem;
		position: relative;
		bottom: auto;
	}
}

@media (max-width:576px) {
	.owl-dot {
		height: 8px;
		width: 8px
	}
	.owl-dot:not(:last-child) {
		margin-right: 6px
	}
	.owl-dot>span {
		height: 6px;
		width: 6px
	}
	.postItem__img {
		height: 185px
	}
	.banner__description {
		width: 100%
	}
	.subscribe__btn {
		width: 40%
	}
	.category__nav {
		grid-template-columns: 1fr
	}
	.subcategory--solutions .category__nav {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px
	}
	.subcategory--solutions .category__navItem {
		height: 131px;
		padding: 20px 13px
	}
	.subcategory--solutions .category__navIcon {
		height: 40px
	}
	.subcategory--solutions .category__navTitle {
		font-size: 14px
	}
	.schemes__box {
		grid-template-columns: 1fr
	}
	.article--digest .article__image,
	.article__image {
		height: 205px
	}
}

@media (max-width:374px) {
	h1 {
		font-size: 24px
	}
	.subscribe__btn {
		width: 45%
	}
	.category__header {
		padding: 15px
	}
}

/* End */


/* Start:/local/templates/rubezh_template/css/detail.css?173098295664948*/
@charset "UTF-8";
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

.appears__container,
.comment__pic,
.content__field,
.content__tag,
.content__tags,
.detail__nav,
.footer__contacts,
.footer__social,
.header__controls,
.header__profile,
.header__profile-pic,
.header__row,
.header__search,
.logo,
.menu__search,
.modal,
.more,
.subnav__item,
.subnav__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: center;
	align-self: center
}

body::-webkit-scrollbar {
	width: .5%;
	min-width: 8px
}

body::-webkit-scrollbar-track {
	background: 0 0
}

body::-webkit-scrollbar-thumb {
	border-left: 1px solid #f2f2f2;
	background: #64A70B
}

.content__title,
.detail__title,
h2 {
	font-size: 2.625rem;
	font-weight: 700
}

.banner__closeBtn,
.content__mobileClose,
.header__search.active>.header__search-closeBtn,
.modal__close {
	position: absolute;
	height: 20px;
	width: 20px
}

.banner__closeBtn::after,
.banner__closeBtn::before,
.content__mobileClose::after,
.content__mobileClose::before,
.header__search.active>.header__search-closeBtn::after,
.header__search.active>.header__search-closeBtn::before,
.modal__close::after,
.modal__close::before {
	content: '';
	position: absolute;
	top: 50%;
	right: calc(50% - 10px);
	height: 2px;
	width: 100%;
	background-color: #64A70B;
	-webkit-transition: background-color .2s linear;
	transition: background-color .2s linear
}

.banner__closeBtn::after,
.content__mobileClose::after,
.header__search.active>.header__search-closeBtn::after,
.modal__close::after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.banner__closeBtn::before,
.content__mobileClose::before,
.header__search.active>.header__search-closeBtn::before,
.modal__close::before {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg)
}

.banner__closeBtn:hover::after,
.banner__closeBtn:hover::before,
.content__mobileClose:hover::after,
.content__mobileClose:hover::before,
.header__search.active>.header__search-closeBtn:hover::after,
.header__search.active>.header__search-closeBtn:hover::before,
.modal__close:hover::after,
.modal__close:hover::before {
	background-color: #8cd23a
}

.menu__btn::after,
.menu__btn::before,
.nav__item--subnav::after,
.nav__item--subnav::before {
	content: '';
	position: absolute;
	top: calc(50% - 1px);
	height: 6px;
	width: 1.3px;
	border-radius: 5px;
	background-color: #34353e;
	-webkit-transition: background-color .2s linear, -webkit-transform .2s linear;
	transition: transform .2s linear, background-color .2s linear, -webkit-transform .2s linear
}

.menu__btn::before,
.nav__item--subnav::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.menu__btn::after,
.nav__item--subnav::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.header__search,
.menu__search {
	position: relative
}

.header__search-btn,
.menu__search-btn {
	position: absolute;
	top: calc(50% + 2px);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.header__search-btn>svg>path,
.menu__search-btn>svg>path {
	-webkit-transition: fill .2s linear;
	transition: fill .2s linear
}

.header__search-btn:hover>svg>path,
.menu__search-btn:hover>svg>path {
	fill: #8cd23a
}

.header__search-input,
.menu__search-input {
	height: 100%;
	color: #34353e;
	font-family: "Exo 2", sans-serif;
	font-size: .875rem;
	font-weight: 300
}

.header__search-input::-webkit-input-placeholder,
.menu__search-input::-webkit-input-placeholder {
	color: #6b7785
}

.header__search-input::-moz-placeholder,
.menu__search-input::-moz-placeholder {
	color: #6b7785
}

.header__search-input:-ms-input-placeholder,
.menu__search-input:-ms-input-placeholder {
	color: #6b7785
}

.header__search-input::-ms-input-placeholder,
.menu__search-input::-ms-input-placeholder {
	color: #6b7785
}

.header__search-input::placeholder,
.menu__search-input::placeholder {
	color: #6b7785
}

.header__burger {
	overflow: visible
}

.header__burger>span {
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	width: 16px
}

.header__burger>span,
.header__burger>span::after,
.header__burger>span::before {
	height: 2px;
	border-radius: 1px;
	background-color: #6b7785;
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.header__burger>span::after,
.header__burger>span::before {
	position: absolute;
	content: '';
	left: 0;
	width: 100%
}

.header__burger>span::after {
	top: 5px
}

.header__burger>span::before {
	top: -5px
}

.active.header__burger>span {
	background-color: transparent;
	-webkit-transition: none;
	transition: none
}

.active.header__burger>span::after {
	top: 0;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

.active.header__burger>span::before {
	top: 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg)
}

.detail__image figcaption,
.more__text,
.postItem__status,
.postItem__text,
.videoItem__text {
	font-family: "Exo 2", sans-serif;
	font-weight: 300
}

.banner--ie .banner__text a,
.banner__link,
.comments__check a,
.detail__body a,
.materials__info>a,
.not-found__text a,
.schemeItem {
	color: #64A70B;
	text-decoration: underline;
	-webkit-transition: color .2s linear;
	transition: color .2s linear
}

.banner--ie .banner__text a:hover,
.banner__link:hover,
.comments__check a:hover,
.detail__body a:hover,
.materials__info>a:hover,
.not-found__text a:hover,
.schemeItem:hover {
	color: #8cd23a;
	text-decoration: none
}

.account__link,
.menu__link,
.nav__link,
.subnav__item,
.subnav__link {
	font-size: 1.125rem;
	font-weight: 500
}

.appears__button,
.comments__send,
.content__mobileSubmit,
.detail__button,
.header__profile-signup,
.modal__button,
.more__btn,
.videoItem__btn {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1.25rem 2.25rem;
	border-radius: 31px;
	background-color: #64A70B;
	text-align: center;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 500;
	-webkit-transition: background-color .2s linear;
	transition: background-color .2s linear
}

.appears__button:hover,
.comments__send:hover,
.content__mobileSubmit:hover,
.detail__button:hover,
.header__profile-signup:hover,
.modal__button:hover,
.more__btn:hover,
.videoItem__btn:hover {
	background-color: #8cd23a
}

.appears__button,
.detail__button,
.header__profile-signup,
.modal__button,
.more__btn,
.videoItem__btn {
	min-width: 10.9375rem;
	padding: .9375rem;
	border-radius: 23px;
	font-size: .875rem
}

.more__btn {
	min-width: 11.25rem;
	padding: .875rem;
	border: 1px solid #64A70B;
	background-color: #fff;
	color: #64A70B;
	font-size: 1rem;
	line-height: 1.15;
	-webkit-transition: background-color .2s linear, color .2s linear;
	transition: background-color .2s linear, color .2s linear
}

.more__btn:hover {
	background-color: #64A70B;
	color: #fff
}

.postItem__status {
	min-width: 10.875rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: .5625rem 1.875rem;
	border-radius: 20px;
	border: 1px solid #165aa2;
	text-align: center;
	font-size: 1.125rem;
	-webkit-transition: border-color .2s linear, background-color .2s linear, color .2s linear;
	transition: border-color .2s linear, background-color .2s linear, color .2s linear;
	min-width: unset;
	padding: .3125rem 1.1875rem;
	background-color: #165aa2;
	line-height: 1;
	color: #fff
}

.postItem__status:hover {
	color: #fff;
	border-color: #165aa2;
	background-color: #165aa2
}

.active.postItem__status {
	border-color: #165aa2;
	background-color: #165aa2;
	color: #fff
}

.active.postItem__status:hover {
	background-color: #165aa2
}

.comments__send {
	padding: 14px 30px;
	font-size: 16px;
	border: 1px solid #64A70B;
	background-color: transparent;
	color: #64A70B;
	cursor: pointer
}

.comments__send:hover {
	background-color: #64A70B;
	color: #fff
}

.owl-next,
.owl-prev {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 3rem;
	width: 3rem;
	border-radius: 50%;
	background-color: #64A70B;
	-webkit-transition: background-color .2s linear;
	transition: background-color .2s linear
}

.owl-next>svg,
.owl-prev>svg {
	height: 19px;
	width: 8px
}

.owl-next:hover,
.owl-prev:hover {
	background-color: #8cd23a
}

.owl-dot {
	position: relative;
	height: 1rem;
	width: 1rem
}

.owl-dot:not(:last-child) {
	margin-right: .75rem
}

.owl-dot>span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: inline-block;
	height: .75rem;
	width: .75rem;
	border-radius: 50%;
	background-color: #efeff1;
	-webkit-transition: height .2s linear, width .2s linear, background-color .2s linear;
	transition: height .2s linear, width .2s linear, background-color .2s linear
}

.active.owl-dot>span {
	height: 100%;
	width: 100%;
	background-color: #6b7785
}

.content__checkbox,
.content__radio,
.menu {
	position: absolute;
	left: -9999px;
	top: -9999px;
	visibility: hidden;
	overflow: hidden
}

.content__checkbox~label {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.content__checkbox+label {
	position: relative;
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #64A70B;
	border-radius: 2px;
	background-color: #fff
}

.content__checkbox+label::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 12px;
	height: 8px;
	background-image: url(/local/templates/rubezh_template/css/../img/icons/checkbox.svg);
	background-repeat: no-repeat;
	background-size: contain
}

.content__radio~label {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer
}

.content__radio+label {
	position: relative;
	display: block;
	width: 16px;
	height: 16px;
	border: 1px solid #34353e;
	border-radius: 50%
}

.content__radio+label::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 10px;
	height: 10px;
	background-color: #165aa2;
	border-radius: 50%;
	opacity: 0
}

.content__radio:checked+label {
	border-color: #165aa2
}

.content__radio:checked+label::before {
	opacity: 1
}

.content__radio[disabled]~label {
	opacity: .55
}

.content__filter {
	padding: .5rem 1.875rem;
	border: 1px solid #34353e;
	border-radius: 20px;
	font-size: 1.125rem;
	font-family: "Exo 2", sans-serif;
	background-color: transparent;
	color: #34353e;
	cursor: pointer;
	-webkit-transition: background-color .3s, color .3s;
	transition: background-color .3s, color .3s
}

.active.content__filter,
.content__filter:hover {
	background-color: #165aa2;
	color: #fff;
	border-color: #165aa2
}

html {
	font-size: 16px
}

* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

body {
	font-family: Raleway, sans-serif;
	cursor: default;
	background-color: #fff;
	color: #34353e
}

section {
	position: relative
}

p {
	color: #34353e
}

ul {
	list-style: disc
}

li {
	list-style-position: outside
}

h1 {
	font-size: 4rem;
	font-weight: 800
}

h3,
h4 {
	font-size: 2.25rem;
	font-weight: 700
}

.detail__body blockquote h3,
.detail__body blockquote h4,
.detail__body blockquote h5,
h5 {
	font-family: "Exo 2", sans-serif;
	font-size: 1.5rem;
	font-weight: 700
}

h6 {
	font-family: "Exo 2", sans-serif;
	font-size: 1.125rem;
	font-weight: 600
}

.wrapper {
	width: calc(100% - 250px);
	margin: 0 auto;
	max-width: 1200px
}

.wrapper--wide {
	max-width: 1670px
}

.wrapper--middle {
	max-width: 1400px
}

a {
	color: #34353e;
	display: inline-block;
	text-decoration: none
}

svg {
	min-height: 1rem
}

button,
input,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: Raleway, sans-serif;
	border: none;
	background: 0 0;
	outline: 0
}

button[disabled],
input[disabled],
textarea[disabled] {
	cursor: default;
	opacity: .7
}

button {
	cursor: pointer
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
	font-size: 1rem;
	-webkit-box-shadow: 0 0 0 1000px transparent inset;
	-webkit-transition: background-color 5000s ease-in-out;
	transition: background-color 5000s ease-in-out
}

.preloader {
	width: 100vw;
	height: 100vh;
	background-color: #fff;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0
}

.modal {
	z-index: 1;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	background-color: rgba(0, 0, 0, .5)
}

.modal.active {
	z-index: 99;
	opacity: 1;
	visibility: visible
}

.modal__box {
	position: relative;
	overflow: auto;
	max-height: 100%;
	max-width: 100%;
	padding: 4.625rem 3.125rem 3.125rem;
	border-radius: 8px;
		-webkit-box-shadow: -1px 9px 20px rgba(107, 119, 133, .25);
	box-shadow: -1px 9px 20px rgba(107, 119, 133, .25);
	background-color: #fff;
	text-align: center
}

.content__mobileClose,
.modal__close {
	top: 1.5rem;
	right: 2rem
}

.modal__title {
	display: block;
	max-width: 25rem;
	font-family: "Exo 2", sans-serif;
	font-size: 1.125rem;
	line-height: 1.4
}

.modal__button {
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 1.875rem auto 0
}

.modal__already {
	display: block;
	margin-top: 1.25rem
}

.modal__login {
	color: #64A70B;
	font-weight: 500;
	text-decoration: underline
}

.header__container {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 6.875rem;
	padding-top: .6875rem
}

.header__controls {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-bottom: 1.0625rem
}

.header__search {
	height: 1.875rem
}

.header__search-btn {
	right: 0;
	height: 100%
}

.header__search-input {
	width: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: width .2s linear, visibility .2s linear, opacity .2s linear, padding .2s linear;
	transition: width .2s linear, visibility .2s linear, opacity .2s linear, padding .2s linear
}

.header__search-closeBtn {
	opacity: 0;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear
}

.header__search.active>.header__search-btn {
	left: .8125rem;
	right: auto
}

.header__search.active>input {
	width: 28.125rem;
	visibility: visible;
	opacity: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 2.625rem;
	border: 1px solid rgba(107, 119, 133, .5);
	border-radius: 15px
}

.header__search.active>.header__search-closeBtn {
	top: 50%;
	right: .76375rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 1
}

.header__row {
	position: relative;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.header__menu {
	margin-right: 3.1875rem
}

.header__menu-item {
	color: #6b7785;
	font-size: .75rem;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: color .2s linear;
	transition: color .2s linear
}

.header__menu-item:not(:last-child):after {
	content: '';
	display: inline-block;
	position: relative;
	top: -2px;
	width: 4px;
	height: 4px;
	margin: 0 .6875rem;
	border-radius: 50%;
	background-color: #6b7785
}

.header__menu-item:hover {
	color: #64A70B
}

.header__profile--logged {
	position: relative;
	cursor: default
}

.header__profile--logged:hover .header__profile-pic {
	background-color: #8cd23a
}

.header__profile--logged:hover .header__profile-name {
	color: #8cd23a
}

.header__profile--logged:hover .account {
	opacity: 1;
	visibility: visible
}

.header__profile-pic {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	margin-right: 1rem;
	background-color: #64A70B;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.5rem;
	font-weight: 700;
	border-radius: 50%;
	-webkit-transition: background-color .3s;
	transition: background-color .3s
}

.header__profile-name {
	color: #64A70B;
	font-size: .875rem;
	font-weight: 600;
	-webkit-transition: color .3s;
	transition: color .3s
}

.header__profile-auth {
	color: #64A70B;
	font-weight: 700;
	margin-right: 1.875rem;
	-webkit-transition: color .2s linear;
	transition: color .2s linear
}

.header__profile-auth:hover {
	color: #8cd23a
}

.header__burger {
	display: none
}

.logo {
	height: 2.6875rem;
	width: 14.375rem;
	border-color: #6b7785;
	color: #6b7785;
	font-family: "Exo 2", sans-serif
}

.logo--white {
	border-color: #fff;
	color: #fff
}

.logo__img {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 1.375rem;
	border-right: 1px solid;
	border-color: inherit;
	margin-right: 1.375rem
}

.nav {
	z-index: 2
}

.nav__item {
	display: inline-block;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.nav__item:not(:last-child) {
	margin-right: 3.125rem
}

.nav__item:hover {
	color: #64A70B
}

.nav__item--subnav {
	z-index: 2;
	padding-right: 1rem
}

.nav__item--subnav::before {
	right: calc(.5rem - 3.8px)
}

.nav__item--subnav::after {
	right: .5rem
}

.nav__item--subnav:hover>.subnav {
	visibility: visible;
	opacity: 1
}

.nav__item--subnav:hover::after,
.nav__item--subnav:hover::before {
	background-color: #64A70B
}

.nav__item--subnav:hover::before {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg)
}

.nav__item--subnav:hover::after {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

.nav__link {
	color: inherit;
	-webkit-transition: color .2s linear;
	transition: color .2s linear
}

.subnav {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 1.875rem;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear
}

.subnav__box {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3.125rem 1.875rem;
	background-color: #fff;
		-webkit-box-shadow: -1px 9px 20px rgba(107, 119, 133, .25);
	box-shadow: -1px 9px 20px rgba(107, 119, 133, .25)
}

.subnav__box::after {
	content: '';
	position: absolute;
	top: -8px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	height: 16px;
	width: 16px;
	background-color: inherit
}

.subnav__box--grid {
	display: grid;
	grid-template-columns: repeat(3, 17rem);
	gap: 3.0625rem
}

.subnav__box--grid::after {
	left: 21%
}

.subnav__item,
.subnav__link {
	position: relative;
	width: 100%;
	color: #34353e;
	-webkit-transition: color .2s linear;
	transition: color .2s linear
}

.subnav__item:hover,
.subnav__link:hover {
	color: #64A70B
}

.subnav__item>svg,
.subnav__link>svg {
	color: inherit;
	margin-right: 1.25rem;
	-webkit-transition: color .2s linear;
	transition: color .2s linear
}

.subnav__item>span,
.subnav__link>span {
	width: 70%
}

.subnav__link {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}

.subnav__link[target='_blank'] {
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding-right: 19px
}

.subnav__link[target='_blank']::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 13px;
	width: 13px;
	background-image: url(/local/templates/rubezh_template/css/../img/icons/target--green.svg)
}

.subnav__link:not(:last-child) {
	margin-bottom: 1.875rem
}

.subnav--grid {
	left: -60%;
	-webkit-transform: none;
	transform: none
}

.menu {
	z-index: 99;
	height: calc(100vh - 60px);
	width: 100vw;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 0;
	background-color: #fff;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s
}

.menu__search {
	height: 40px;
	margin-bottom: 50px
}

.menu__search-btn {
	left: 18px
}

.menu__search-input {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 47px;
	padding-right: 18px;
	border: 1px solid #6b7785;
	border-radius: 20px
}

.menu__box {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 40px
}

.menu__item {
	position: relative
}

.menu__item:not(:last-child) {
	margin-bottom: 30px
}

.menu__itemBox {
	position: relative
}

.menu__link {
	margin-right: 20px
}

.menu__link--bold {
	font-weight: 700
}

.menu__btn {
	position: absolute;
	top: 50%;
	right: -10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 30px;
	width: 30px
}

.menu__btn::after,
.menu__btn::before {
	-webkit-transition: -webkit-transform .2s linear;
	transition: transform .2s linear;
	transition: transform .2s linear, -webkit-transform .2s linear
}

.menu__btn::before {
	right: 16px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.menu__btn::after {
	right: 12.2px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.menu__btn.active::before {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

.menu__btn.active::after {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg)
}

.menu__profile {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 40px;
	border-top: 1px solid rgba(52, 53, 62, .5)
}

.submenu {
	display: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 0 0 20px
}

.submenu__link {
	width: 60%;
	font-weight: 500
}

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

.main {
	z-index: 1;
	position: relative;
	min-height: 100vh;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 4.5rem;
	padding-bottom: 9.375rem;
	overflow: hidden;
	display: block;
}

.main--p0 {
	padding: 0
}

.postItem {
	height: 18.75rem;
	width: 100%;
	-webkit-box-shadow: -1px 9px 20px rgba(107, 119, 133, .25);
	box-shadow: -1px 9px 20px rgba(107, 119, 133, .25);
	-webkit-transition: -webkit-box-shadow .3s;
	transition: box-shadow .3s;
	transition: box-shadow .3s, -webkit-box-shadow .3s
}

.postItem:not(:last-child) {
	margin-bottom: 3.125rem
}

.postItem:hover {
	-webkit-box-shadow: -1px 9px 20px rgba(107, 119, 133, .45);
	box-shadow: -1px 9px 20px rgba(107, 119, 133, .45)
}

.postItem__link {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	height: 100%;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3.125rem
}

.postItem__img {
	height: 100%;
	width: 21.25rem;
	-o-object-fit: cover;
	object-fit: cover;
	margin-right: 5rem
}

.postItem__status {
	position: relative;
	display: inline-block;
	margin-bottom: 1.875rem
}

/* .postItem__text,
.postItem__title {
	color: #6b7785
} */

.postItem__title {
	margin-bottom: 1.25rem;
	-webkit-transition: color .2s linear;
	transition: color .2s linear
}

.videoItem {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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;
	height: 33.5625rem;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1.875rem;
	border-radius: 8px;
	-webkit-box-shadow: -1px 9px 20px rgba(107, 119, 133, .25);
	box-shadow: -1px 9px 20px rgba(107, 119, 133, .25)
}

.videoItem:not(:last-child) {
	margin-bottom: 2rem
}

.videoItem__img {
	height: 18.4375rem;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	margin-bottom: 1.875rem
}

.videoItem__tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%
}

.videoItem__tags-item {
	margin-bottom: .75rem;
	color: #64A70B;
	font-family: "Exo 2", sans-serif;
	font-weight: 500
}

.videoItem__tags-item:not(:last-child) {
	margin-right: 1rem
}

.videoItem__title {
	margin-bottom: 1.25rem
}

.videoItem__content {
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%
}

.videoItem__text {
	color: #000;
	line-height: 1.3;
	margin-bottom: 1.875rem
}

.videoItem__text li:not(:last-child),
.videoItem__text p:not(:last-child) {
	margin-bottom: .7rem
}

.videoItem__text li {
	list-style-position: inside
}

.videoItem__btn {
	-ms-flex-item-align: center;
	align-self: center;
	margin-bottom: 1.875rem
}

.videoItem__date {
	color: #b2b4bf;
	font-family: "Exo 2", sans-serif;
	font-weight: 500
}

.schemeItem {
	position: relative;
	display: block;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 2rem;
	font-family: "Exo 2", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.44
}

.schemeItem:hover>svg>* {
	stroke: #8cd23a
}

.schemeItem>svg {
	position: absolute;
	top: 5px;
	left: 0;
	height: 1rem;
	width: 1.25rem
}

.schemeItem>svg>* {
	-webkit-transition: stroke .2s linear;
	transition: stroke .2s linear
}

.schemeItem--detail {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}

.schemeItem--detail:not(:last-of-type) {
	margin-bottom: 1.375rem
}

.more {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 3.75rem
}

.more__btn {
	margin-bottom: 1.875rem
}

.more__text {
	color: #000;
	font-size: .875rem
}

.owl-next,
.owl-prev {
	position: absolute
}

.owl-prev {
	left: -4rem
}

.owl-next {
	right: -4rem
}

.bg-points {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%
}

.bg-points>svg:nth-child(even),
.bg-points>svg:nth-child(odd) {
	position: absolute
}

.bg-points>svg:nth-child(odd) {
	top: 24.375rem;
	left: 0
}

.bg-points>svg:nth-child(even) {
	top: 75.6875rem;
	right: 0
}

.banner {
	position: relative;
	background-color: #6b7785
}

.banner__box {
	z-index: 1;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5rem 0
}

.banner__description {
	width: 52%;
	margin-right: 8%
}

.banner__title {
	color: #fff
}

.banner__icon {
	position: absolute;
	right: 0;
	bottom: 0;
	max-height: 100%;
	width: 50%
}

.banner__link {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 10px;
	font-weight: 700
}

.banner__link::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 14px;
	width: 9px;
	background: url(/local/templates/rubezh_template/css/../img/index/arrow.svg) no-repeat;
	background-size: contain;
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.banner__link:hover::after {
	-webkit-transform: translateX(10px) translateY(-50%);
	transform: translateX(10px) translateY(-50%)
}

.banner__closeBtn {
	top: 1rem;
	right: 0
}

.banner__closeBtn::after,
.banner__closeBtn::before {
	background-color: #fff
}

.banner__closeBtn:hover::after,
.banner__closeBtn:hover::before {
	background-color: #64A70B
}



.banner--reminder .banner__box {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 16px 0
}

.banner--reminder .banner__text {
	text-align: center;
	color: #fff;
	font-weight: 400;
	margin-right: 2rem
}

.banner--ie .banner__text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.banner--ie .banner__text>h5,
.banner--ie .detail__body blockquote .banner__text>h3,
.banner--ie .detail__body blockquote .banner__text>h4,
.banner--ie .detail__body blockquote .banner__text>h5,
.detail__body blockquote .banner--ie .banner__text>h3,
.detail__body blockquote .banner--ie .banner__text>h4 {
	color: #64A70B;
	line-height: 1;
	margin-bottom: .375rem
}

.subscribe {
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 3.125rem;
	width: 40%;
	max-width: 29.8125rem;
	border-radius: 5px;
	font-weight: 500
}

.subscribe__input {
	height: 100%;
	width: 70%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 1.5625rem;
	background-color: #fff;
	font-weight: inherit;
	border-radius: inherit;
	border-radius: inherit;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.subscribe__input::-webkit-input-placeholder {
	opacity: .5
}

.subscribe__input::-moz-placeholder {
	opacity: .5
}

.subscribe__input:-ms-input-placeholder {
	opacity: .5
}

.subscribe__input::-ms-input-placeholder {
	opacity: .5
}

.subscribe__input::placeholder {
	opacity: .5
}

.subscribe__btn {
	height: 100%;
	width: 30%;
	border-top-right-radius: inherit;
	border-bottom-right-radius: inherit;
	background-color: #64A70B;
	color: #fff;
	font-weight: inherit;
	-webkit-transition: background-color .2s linear;
	transition: background-color .2s linear
}

.subscribe__btn:hover {
	background-color: #8cd23a
}

.footer {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 4.4375rem 0;
	background-color: #34353e
}

.footer__flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 7.8125rem
}

.footer__column {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-right: 7.875rem
}

.footer__contacts {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin-top: 4.4375rem
}

.footer__phone {
	color: #fff;
	font-family: "Exo 2", sans-serif;
	font-size: 1.25rem;
	margin-bottom: 1.25rem
}

.footer__social {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.footer__socialItem:not(:last-child) {
	margin-right: .75rem
}

.footer__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.footer__nav:not(:last-child) {
	margin-right: 1.625rem
}

.footer__link {
	margin-bottom: .9375rem;
	color: #fff;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	-webkit-transition: color .2s linear;
	transition: color .2s linear
}
.footer__link > img{
    display: none;
}
.footer__link[target='_blank'] {
	position: relative;
	padding-right: 19px
}
.footer__link[target='_blank'] > img{
    display: inline;
    padding-left: 6px;
	position: absolute;
    bottom: 2px;
    margin: auto;
}

.footer__link:hover {
	color: #64A70B
}

.footer__link--title {
	font-weight: 500;
	margin-bottom: 1.0625rem
}

.footer__link--title:hover {
	color: #fff
}

.footer__link--subtitle {
	font-weight: 500;
	margin-bottom: 1.0625rem;
	margin-top: 1.0625rem;
}

.footer__company,
.footer__policy {
	color: #fff;
	font-size: .875rem
}

.footer__company {
	margin-right: 7.3125rem
}

.footer__policy {
	text-decoration: underline
}

.footer__policy:hover {
	text-decoration: none
}

.account {
	position: absolute;
	top: 130%;
	left: -100%;
	visibility: hidden;
	opacity: 0;
	min-width: 264px;
	padding: 50px 30px;
	border-radius: 4px;
		-webkit-box-shadow: -1px 9px 20px rgba(107, 119, 133, .25);
	box-shadow: -1px 9px 20px rgba(107, 119, 133, .25);
	background-color: #fff;
	-webkit-transition: opacity .3s, visibility .3s;
	transition: opacity .3s, visibility .3s;
	z-index: 3
}

.account::before {
	content: '';
	position: absolute;
	top: -20px;
	right: 54px;
	border: 10px solid transparent;
	border-bottom: 10px solid #fff
}

.account__link {
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	-webkit-transition: color .3s;
	transition: color .3s
}

.account__link:not(:first-child) {
	margin-top: 30px
}

.account__link:hover {
	color: #64A70B
}

.content__header {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(52, 53, 62, .5)
}

.content__subtitle {
	max-width: 53.125rem;
	margin-top: 1.75rem;
	font-family: "Exo 2", sans-serif;
	font-size: 1.5rem
}

.content__field {
	position: relative
}

.content__field--search::before {
	content: '';
	position: absolute;
	left: 14px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	background-image: url(/local/templates/rubezh_template/css/../img/icons/search.svg);
	background-size: contain;
	background-repeat: no-repeat
}

.content__field--filter {
	margin-top: 12px;
	font-size: 18px;
	font-family: "Exo 2", sans-serif
}

.content__mobile {
	display: none
}

.content__filters {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 1.5625rem
}

.content__filters>[class*=field] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.content__filters>* {
	margin-top: 30px
}

.content__filters>:not(:last-child) {
	margin-right: 30px
}

.content__search {
	margin-top: 4.0625rem
}

.content__searchInput {
	margin-right: 1.875rem;
	width: 276px;
	padding: 6px 14px 6px 44px;
	border-radius: 15px;
	background-color: #efeff1;
	font-weight: 400;
	font-size: 1rem
}

.content__searchClear {
	font-size: 1rem;
	text-decoration: underline;
	-webkit-transition: color .2s linear;
	transition: color .2s linear
}

.content__searchClear:hover {
	color: #64A70B;
	text-decoration: none
}

.content__searchFilters {
	display: none
}

.content__tags {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 65px;
	font-family: "Exo 2", sans-serif
}

.content__tag {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	padding: 0 16px;
	height: 30px;
	background: #efeff1;
	border-radius: 15px;
	margin-right: 30px;
	margin-bottom: 10px;
	font-size: 16px;
	font-family: "Exo 2", sans-serif;
	font-weight: 300
}

.content__tag.custom {
	text-align: left;
	padding-right: 48px
}

.content__tag.custom::after {
	content: '';
	position: absolute;
	right: 8px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	background-image: url(/local/templates/rubezh_template/css/../img/icons/close.svg);
	background-size: contain;
	background-repeat: no-repeat
}

.content__clear {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-bottom: 10px;
	text-decoration: underline;
	font-size: 16px
}

.content__body {
	margin-top: 3.75rem
}

.content__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.content__block--narrow {
	width: 295px
}

.content__block--wide {
	width: 786px
}

.content__flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.content__column:first-child {
	margin-right: 2.375rem
}

.content__control,
.content__controlBlock {
	margin-bottom: 60px
}

.content__heading {
	display: block;
	margin-bottom: 24px;
	font-size: 18px;
	font-weight: 700
}

.content__radio+label {
	margin-right: 16px
}

.content__checkbox+label {
	border-color: #34353e;
	margin-right: 16px
}

.content__checkbox:checked+label {
	border-color: #165aa2;
	background-color: #165aa2
}

.not-found__image {
	display: block;
	width: 960px;
	height: 680px;
	-o-object-fit: contain;
	object-fit: contain;
	margin: 0 auto
}

.not-found__text {
	margin-top: 40px
}

.not-found__text p {
	font-size: 24px;
	text-align: center;
	line-height: 1.3
}

.not-found__text p:not(:first-child) {
	margin-top: 16px
}

.search__count {
	font-family: "Exo 2", sans-serif;
	margin-bottom: 50px;
	font-weight: 500;
	color: #165aa2
}

.result {
	font-family: "Exo 2", sans-serif;
	margin-bottom: 40px
}

.result__found {
	background-color: #efeff1
}

.result__category {
	display: inline-block;
	margin-top: 8px;
	opacity: .5
}

.result__date {
	margin-right: 20px;
	opacity: .5
}

.result__tag {
	margin-right: 16px;
	font-size: 18px;
	color: #6b7785
}

.result__link {
	margin-top: 16px
}

.result__title {
	font-size: 24px;
	font-weight: 600
}

.result__title:hover {
	text-decoration: underline
}

.result__text {
	margin-top: 15px;
	font-size: 18px
}

.wrapper--detail {
	max-width: 850px
}

.detail__header {
	margin-bottom: 3.75rem;
	padding: 3.125rem 7.625rem;
	background-color: #efeff1
}

.detail__header * {
	font-family: "Exo 2", sans-serif
}

.detail__tags .detail__date {
	display: inline-block;
	margin-right: 30px;
	margin-top: 0
}

.detail__tag {
	margin-right: 1.125rem;
	font-family: "Exo 2", sans-serif;
	font-weight: 300;
	color: #64A70B
}

.detail__title {
	line-height: 1.2;
	margin-top: 1.875rem
}

.detail__subhead {
	display: inline-block;
	max-width: 80%;
	margin-top: 1rem;
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.4
}

.detail__date {
	display: block;
	margin-top: 1.625rem;
	font-size: 1rem;
	font-family: "Exo 2", sans-serif;
	font-weight: 500
}

.detail__button {
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-top: 1.875rem
}

.detail__author {
	margin-top: 3.125rem;
	display: flex;
	flex-wrap: wrap;
}
.detail__author .detail__author--photo {
	display: flex;
	width: 100px;
	height: 100px;
	margin-right: 25px;
}
.detail__author .detail__author--photo img{
	max-width: 100%;
	border: 3px solid #FFFFFF;
	border-radius: 50%;
}
.detail__author .detail__author--info {
	font-family: "Exo 2", sans-serif;
	font-size: 16px;
	line-height: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.detail__author .detail__author--info .name {
	font-weight: 600;
	color: #34353E;
}
.detail__read-time {
	font-family: "Exo 2", sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 3.125rem;

	color: #6B7785;
}

.detail__read-time::before {
	content: '';
	background-image: url('/local/templates/rubezh_template/css/../img/icons/clock.svg');

	width: 1em;
	height: 1em;
}

.detail__name {
	display: block;
	font-weight: 400
}

.detail__position {
	font-weight: 300
}

.detail__body {
	padding-bottom: 35px
}

.detail__body * {
	font-family: "Exo 2", sans-serif
}

.detail__body a figcaption {
	color: #34353e;
	text-align: center
}

.detail__body {
	margin-top: 1rem;
	font-size: 1.125rem;
	font-family: "Exo 2", sans-serif;
	font-weight: 300;
	line-height: 1.4
}

.detail__body strong {
	font-weight: 400
}

.detail__body ol {
	max-width: 800px;
	margin: 1.125rem auto 2.5rem
}

.detail__body ol li a {
	display: inline
}

.detail__body ol li:not(:first-child) {
	margin-top: .75rem
}

.detail__body iframe {
	display: block;
	min-width: 37.5rem;
	min-height: 21.0625rem;
	margin: 2.375rem auto 3.75rem
}

.detail__body .detail__button {
	color: #fff;
	text-decoration: none;
	-webkit-transition: background-color .3s;
	transition: background-color .3s
}

.detail__body .detail__button:hover {
	color: #fff
}

.detail__body ul {
	margin: 1.25rem 0 2.5rem 3rem;
	font-size: 1.125rem
}

.detail__body ul li {
	font-weight: 300
}

.detail__body ul li a {
	display: inline
}

.detail__body ul li:not(:first-child) {
	margin-top: .75rem
}

.detail__body h3 {
	margin: 3.75rem 0 1.875rem;
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1.75rem;
	text-transform: uppercase
}

.detail__body blockquote {
	margin: 2.5rem 0;
	padding: 1.875rem 1.875rem 2.1875rem;
	border-left: 4px solid #d7d8dc;
	background-color: #efeff1
}

.detail__body blockquote h3,
.detail__body blockquote h4,
.detail__body blockquote h5 {
	margin: 0;
	text-transform: unset
}

.detail__body blockquote p {
	margin-top: .875rem;
	font-family: "Exo 2", sans-serif;
	font-weight: 300;
	line-height: 1.5
}

.detail__list {
	width: 820px;
	margin: 1.25rem 0 2.5rem 30px;
	font-family: "Exo 2", sans-serif;
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 1.4;
	list-style: disc
}

.detail__list--unstyled {
	list-style: none
}

.detail__item:not(:first-child) {
	margin-top: .5rem
}

.detail__item strong {
	font-weight: 500
}

.detail__image {
	position: relative;
	display: block;
	text-align: center;
	width: 600px;
max-width: 100%;
	margin: 2.5rem auto
}
.detail__image figure{
	text-align: center
}
.detail__image img {
	max-width: 100%
}
.detail__image[data-fancybox] {
	text-decoration: none
}

.detail__image:hover::after {
	opacity: 1
}

.detail__image::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 2.2rem;
	width: 2.5rem;
	height: 2.5rem;
	background-color: #64A70B;
	background-image: url(/local/templates/rubezh_template/css/../img/details/zoom.svg);
	background-size: 18px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-box-shadow: -1px 5px 10px rgba(107, 119, 133, .25);
	box-shadow: -1px 5px 10px rgba(107, 119, 133, .25);
	border-radius: 8px;
	-webkit-transition: opacity .3s;
	transition: box-shadow .3s;
	transition: opacity .3s, _ .3s;
	pointer-events: none;
	opacity: 0
}

.detail__image:active,
.detail__image:focus,
.detail__image:visited {
	outline: 0
}

.detail__image img {
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	margin-bottom: 3.4375rem
}

.detail__image figcaption {
	min-height: 1.096rem;
	font-size: .875rem
}

.detail__description {
	display: block;
	width: 100%;
	margin-top: 1rem;
	text-align: center
}

.detail__subtitle {
	display: block;
	font-size: 1.5rem;
	font-weight: 600;
	text-transform: uppercase
}

.detail__nav {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 1.875rem;
	border-top: 1px solid rgba(52, 53, 62, .5)
}

.detail__back,
.detail__next {
	position: relative;
	color: #64A70B;
	max-width: 20.25rem;
	font-weight: 700;
	margin-top: 1.875rem
}

.detail__back::after,
.detail__back::before,
.detail__next::after,
.detail__next::before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
	height: 18px;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.detail__back {
	padding-left: 18px;
	display: block;
}

.detail__back:hover::before {
	-webkit-transform: translateY(-50%) translateX(-8px);
	transform: translateY(-50%) translateX(-8px)
}

.detail__back::before {
	left: 0;
	background-image: url(/local/templates/rubezh_template/css/../img/details/back.svg)
}

.detail__next {
	padding-right: 18px;
	text-align: right
}

.detail__next:hover::after {
	-webkit-transform: translateY(-50%) translateX(8px);
	transform: translateY(-50%) translateX(8px)
}

.detail__next::after {
	right: 0;
	background-image: url(/local/templates/rubezh_template/css/../img/details/next.svg)
}

.materials {
	margin-top: 2.5rem;
	padding-top: 2.5rem;
	border-top: 1px solid rgba(52, 53, 62, .5)
}

.materials * {
	font-family: "Exo 2", sans-serif
}

.materials__title {
	font-size: 2.25rem;
	margin-bottom: 1.8125rem
}

.materials__info {
	display: block;
	margin-top: 2.5rem
}

.appears {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	height: 80px;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	background-color: #64A70B;
	-webkit-transition: opacity .3s, visibility .3s;
	transition: opacity .3s, visibility .3s
}

.appears.visible {
	opacity: 1;
	visibility: visible
}

.appears__container {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 850px;
	height: 100%;
	margin: 0 auto
}

.appears__text {
	font-family: "Exo 2", sans-serif;
	font-size: 1.5rem;
	font-weight: 600;
	color: #fff
}

.appears__button {
	padding: 12px 30px;
	border: 1px solid #fff
}

.appears__button:hover {
	background-color: #fff;
	color: #64A70B
}

.comments {
	margin-top: 80px
}

.comments * {
	font-family: "Exo 2", sans-serif
}

.comments__count {
	font-size: 24px;
	font-weight: 400
}

.comments__check {
	margin-top: 20px;
	padding-top: 24px;
	border-top: 1px solid rgba(52, 53, 62, .5)
}

.comments__check a {
	font-weight: 700
}

.comments__container {
	width: 790px;
	margin: 40px auto 0
}

.comments__write {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-bottom: 60px
}

.comments__area {
	width: 100%;
	min-height: 150px;
	padding: 8px 20px;
	font-size: 16px;
	border: 1px solid rgba(52, 53, 62, .5);
	border-radius: 5px;
	resize: none
}

.comments__send {
	margin-top: 30px;
	font-family: Raleway, sans-serif
}

.comment {
	margin-top: 40px
}

.comment__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.comment .comment {
	/*margin-left:60px;margin-top:30px*/
}

.comment__pic {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-item-align: start;
	align-self: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	margin-right: 16px;
	font-family: Raleway, sans-serif;
	font-size: 24px;
	font-weight: 700;
	border-radius: 50%;
	background-color: #64A70B;
	color: #fff
}

.comment__pic--admin {
	background-color: #165aa2
}

.comment__name {
	font-family: Raleway, sans-serif;
	font-weight: 600
}

.comment__whom {
	position: relative;
	display: block;
	font-family: Raleway, sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: rgba(52, 53, 62, .5)
}

.comment__whom:not(:empty) {
	margin-top: 8px
}

.comment__whom:not(:empty)::before {
	display: inline-block;
	content: "";
	width: 10px;
	height: 8px;
	margin-right: 4px;
	background-image: url(/local/templates/rubezh_template/css/../img/icons/reply.svg);
	background-size: contain;
	background-repeat: no-repeat
}

.comment__text {
	margin-top: 6px
}

.comment__reply {
	margin-top: 10px;
	font-size: 16px;
	opacity: .5;
	text-decoration: underline
}

.fancybox-slide--image .fancybox-content {
	background-color: #fff
}

.fancybox-button {
	background-color: transparent !important;
}

.fancybox-button svg path {
	fill: #fff
}

.fancybox-toolbar {
	right: 60px !important;
	top: 40px !important;
	height: 40px;
	padding: 0 8px;
box-sizing: border-box;
	-webkit-box-shadow: -1px 5px 10px rgba(116, 116, 188, .25);
	box-shadow: -1px 5px 10px rgba(116, 116, 188, .25);
	border-radius: 20px;
	background-color: #64A70B
}
.fancybox-button{
height: 100% !important;
padding: 8px !important;
width: 38px !important;
}
.fancybox-button svg path{
	fill: #fff !important;
}
@media (max-width:1600px) {
	html {
		font-size: 16px
	}
}

@media (max-width:1550px) {
	html {
		font-size: 15.5px
	}
}

@media (max-width:1500px) {
	html {
		font-size: 15px
	}
}

@media (max-width:1450px) {
	html {
		font-size: 14.5px
	}
}

@media (max-width:1400px) {
	html {
		font-size: 14px
	}
}

@media (max-width:1366px) {
	.wrapper {
		width: calc(100% - 200px)
	}
}

@media (max-width:1350px) {
	html {
		font-size: 13.5px
	}
}

@media (max-width:1300px) {
	html {
		font-size: 13px
	}
	.wrapper {
		width: calc(100% - 150px)
	}
	.header .logo {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		font-size: 0
	}
	.header .logo__img {
		padding-right: 0;
		border-right: none
	}
	.nav__item:not(:last-child) {
		margin-right: 3.125rem
	}
	.bg-points {
		display: none
	}
	.footer__column {
		margin-right: 3.9375rem
	}
	.content__block--narrow {
		width: 32%
	}
	.content__block--wide {
		width: 66%
	}
}

@media (max-width:1250px) {
	html {
		font-size: 12.5px
	}
}

@media (max-width:1200px) {
	html {
		font-size: 12px
	}
}

@media (max-width:1024px) {
	html {
		font-size: 16px
	}
	.content__title,
	.detail__title,
	h2 {
		font-size: 24px
	}
	.appears__button,
	.comments__send,
	.content__mobileSubmit,
	.detail__button,
	.header__profile-signup,
	.modal__button,
	.more__btn,
	.videoItem__btn {
		min-width: 155px;
		padding: 12px 14px;
		font-size: 16px
	}
	.owl-dot {
		height: 12px;
		width: 12px
	}
	.owl-dot>span {
		height: 9px;
		width: 9px;
		background-color: #6b7785
	}
	.active.owl-dot>span {
		height: 100%;
		width: 100%;
		background-color: #64A70B
	}
	h1 {
		font-size: 28px
	}
	.detail__body blockquote h3,
	.detail__body blockquote h4,
	.detail__body blockquote h5,
	h3,
	h4,
	h5 {
		font-size: 20px
	}
	.main {
		padding-top: 20px;
		padding-bottom: 60px
	}
	.main--p0 {
		padding: 0
	}
	.wrapper {
		width: 100%;
		padding: 0 30px
	}
	.header__container {
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
		padding-top: 25px;
		padding-bottom: 4px
	}
	.header__controls {
		display: none
	}
	.header__row {
		height: 31px;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
	.header .logo {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%
	}
	.header .logo__img {
		height: inherit
	}
	.header__profile {
		margin-right: 26px
	}
	.header__profile-auth {
		color: #6b7785;
		font-size: 14px;
		font-weight: 400;
		margin-right: 0
	}
	.header__profile-pic,
	.header__profile-signup {
		display: none
	}
	.header__burger {
		display: block
	}
	.account {
		top: 190%;
		left: -250%
	}
	.nav {
		display: none
	}
	.menu.active {
		top: 100%;
		left: -30px;
		overflow: auto;
		visibility: visible;
		opacity: 1
	}
	.postItem__link {
		padding: 30px
	}
	.postItem__img {
		margin-right: 30px
	}
	.postItem__status {
		margin-bottom: 20px
	}
	.postItem__title {
		margin-bottom: 12px
	}
	.videoItem {
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
		padding: 15px
	}
	.videoItem:not(:last-child) {
		margin-bottom: 24px
	}
	.videoItem__img {
		height: 57%;
		margin-bottom: 20px
	}
	.videoItem__tagsItem {
		font-size: 14px
	}
	.videoItem__tagsItem:not(:last-child) {
		margin-right: 16px
	}
	.videoItem__title {
		margin-bottom: 12px
	}
	.videoItem__date {
		font-size: 14px
	}
	.banner__box {
		padding: 40px 0
	}
	.banner__description {
		width: 48%;
		margin-right: 4%
	}
	.banner--reminder {
		margin-top: 9.5px
	}
	.subscribe {
		width: 48%
	}
	.subscribe__input::-webkit-input-placeholder {
		font-size: 15px
	}
	.subscribe__input::-moz-placeholder {
		font-size: 15px
	}
	.subscribe__input:-ms-input-placeholder {
		font-size: 15px
	}
	.subscribe__input::-ms-input-placeholder {
		font-size: 15px
	}
	.subscribe__input::placeholder {
		font-size: 15px
	}
	.subscribe__btn {
		font-size: 14px
	}
	.footer {
		padding: 40px 0
	}
	.footer__flex {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 46px
	}
	.footer__column {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-flex: unset;
		-ms-flex-positive: unset;
		flex-grow: unset;
		margin-right: unset
	}
	.footer__contacts {
		margin-top: 50px
	}
	.footer__socialItem:not(:last-child) {
		margin-right: 20px
	}
	.footer__nav {
		display: none
	}
	.footer__copyright {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.footer__company {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-right: unset
	}
	.footer__policy {
		margin-bottom: 16px
	}
	.content__subtitle {
		margin-top: 15px;
		font-size: 18px
	}
	.content__search {
		margin-top: 30px
	}
	.content__block--narrow {
		width: 34%
	}
	.content__block--wide {
		width: 62%
	}
	.content__column:first-child {
		margin-right: 0
	}
	.detail__header {
		margin-bottom: 40px;
		padding: 40px 30px
	}
	.detail__subhead {
		font-size: 18px;
		max-width: 100%
	}
	.detail__body {
		font-size: 16px;
		margin-top: 20px
	}
	.detail__body blockquote {
		padding: 30px 20px 30px 30px
	}
	.detail__body blockquote h3,
	.detail__body blockquote h4,
	.detail__body blockquote h5 {
		font-size: 20px
	}
	.detail__body ul {
		margin-left: 20px;
		font-size: 16px
	}
	.detail__body h3 {
		font-size: 18px
	}
	.detail__body ol {
		margin-left: 16px
	}
	.detail__body iframe {
		width: 100%;
		min-width: auto;
		min-height: 400px
	}
	.detail__body img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}

	.detail__body table {
    display: block;
    width: 100%;
    overflow-x: scroll;
	}

	.detail__image {
		width: 100%
	}

	.detail__image::after {
		opacity: 1
	}
	.materials__title {
		font-size: 20px
	}
	.materials__link {
		font-size: 18px
	}
}

@media (max-width:768px) {
	body {
		-webkit-text-size-adjust: none
	}
	.postItem {
		height: -webkit-max-content;
		height: -moz-max-content;
		height: max-content;
		-webkit-box-shadow: none;
		box-shadow: none
	}
	.postItem:hover {
		-webkit-box-shadow: none;
		box-shadow: none
	}
	.postItem__link {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0
	}
	.postItem__img {
		height: 333px;
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px
	}
	.postItem__status {
		position: absolute;
		top: 24px;
		left: 9px
	}
	.videoItem {
		padding: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}
	.videoItem:not(:last-child) {
		margin-bottom: 50px
	}
	.banner__box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 30px 0
	}
	.banner__description {
		width: 70%;
		margin-right: 0;
		margin-bottom: 40px
	}
	.banner__icon {
		width: 100%
	}
	.subscribe {
		height: 40px;
		width: 100%
	}
	.content__mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-family: "Exo 2", sans-serif
	}
	.content__mobile--panel {
		margin-top: 30px
	}
	.content__mobileHeader {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%
	}
	.content__mobileFooter {
		position: fixed;
		left: 0;
		bottom: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		height: 80px;
		margin-bottom: 0;
		padding: 22px 30px 18px 60px;
		background: #fff;
		-webkit-box-shadow: 0 -4px 20px rgba(107, 119, 133, .25);
		box-shadow: 0 -4px 20px rgba(107, 119, 133, .25)
	}
	.content__mobileTitle {
		font-size: 24px;
		font-weight: 400
	}
	.content__mobileClose {
		position: relative;
		top: unset;
		right: unset;
		width: 16px;
		height: 16px
	}
	.content__mobileClose::after,
	.content__mobileClose::before {
		background-color: #34353e
	}
	.content__mobileTags {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
		margin-top: 30px
	}
	.content__mobileClear {
		font-size: 16px;
		text-decoration: underline
	}
	.content__mobileSubmit {
		font-size: 16px;
		padding: 10px 36px
	}
	.content__mobileSearch {
		width: 100%;
		padding: 12px 30px 12px 50px;
		border: 1px solid rgba(107, 119, 133, .5);
		border-radius: 20px;
		font-size: 14px;
		font-family: "Exo 2", sans-serif;
		-webkit-transition: border-color .3s;
		transition: border-color .3s
	}
	.content__mobileSearch:focus {
		border-color: #34353e
	}
	.content__tag {
		margin-right: 9px;
		margin-bottom: 20px;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
		padding: 5px 16px;
		border-radius: 15px;
		font-family: "Exo 2", sans-serif;
		font-weight: 300;
		font-size: 16px;
		background-color: #efeff1
	}
	.content__tag:not(.default) {
		padding-right: 46px
	}
	.content__block--control {
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		visibility: hidden;
		overflow: auto;
		opacity: 0;
		background-color: #fff;
		z-index: 99;
		padding: 26px 35px 110px 30px;
		-webkit-transition: opacity .3s, visibility .3s;
		transition: opacity .3s, visibility .3s
	}
	.content__block--control.active {
		opacity: 1;
		visibility: visible
	}
	.content__block--wide {
		width: 100%
	}
	.content__header {
		padding-bottom: 40px;
		border-bottom: none
	}
	.content__body {
		margin-top: 0
	}
	.content__body .wrapper--detail {
		padding: 0
	}
	.content__control {
		margin-top: 30px;
		margin-bottom: 0
	}
	.content__controlBlock {
		margin-bottom: 30px
	}
	.content__heading {
		position: relative
	}
	.content__heading::after {
		content: '';
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		width: 16px;
		height: 6px;
		background-image: url(/local/templates/rubezh_template/css/../img/icons/arrow.svg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center
	}
	.content__heading.open::after {
		-webkit-transform: translateY(-50%) rotate(-180deg);
		transform: translateY(-50%) rotate(-180deg)
	}
	.content__heading.open~.content__fields {
		display: block
	}
	.content__fields {
		display: none
	}
	.content__field--mobile {
		position: relative;
		width: 100%;
		margin-top: 35px
	}
	.content__field--mobile::before {
		content: '';
		position: absolute;
		left: 18px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 18px;
		height: 18px;
		z-index: 1;
		background-image: url(/local/templates/rubezh_template/css/../img/icons/search--green.svg);
		background-size: contain;
		background-repeat: no-repeat
	}
	.content__search {
		display: none
	}
	.content__search--mobile {
		display: block
	}
	.content__search--main {
		display: block;
		margin-bottom: 20px
	}
	.content__searchFilters {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 148px;
		height: 31px;
		padding-left: 15px;
		border-radius: 15px;
		font-size: 16px;
		font-family: "Exo 2", sans-serif;
		background-color: #efeff1
	}
	.content__searchFilters svg {
		margin-right: 8px
	}
	.content__searchCount {
		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;
		width: 12px;
		height: 12px;
		margin-left: 14px;
		border-radius: 50%;
		font-size: 10px;
		line-height: 1;
		color: #fff
	}
	.content__searchCount:not(:empty) {
		background-color: #165aa2
	}
	.content__searchInput {
		width: 100%;
		margin-right: 0
	}
	.content__searchInput--mobile {
		position: relative;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		min-width: 147px;
		margin-right: 20px
	}
	.content__searchClear {
		display: none
	}
	.content__search--mobile {
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		visibility: hidden;
		overflow: auto;
		z-index: 99;
		margin-top: 0;
		padding: 26px 35px 110px 30px;
		background-color: #fff;
		opacity: 0;
		-webkit-transition: opacity .3s, visibility .3s;
		transition: opacity .3s, visibility .3s
	}
	.content__search--mobile.active {
		opacity: 1;
		visibility: visible
	}
	.content__filters {
		position: relative;
		height: 40px
	}
	.content__tags {
		display: none
	}
	.mobile-select {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow: auto;
		margin: 0;
		padding: 83px 30px 30px;
		border: 1px solid #34353e;
		z-index: 3;
		background-color: rgba(0, 0, 0, .5);
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity .3s, visibility .3s;
		transition: opacity .3s, visibility .3s
	}
	.mobile-select.active {
		opacity: 1;
		visibility: visible
	}
	.mobile-select__box {
		padding: 30px;
		border-radius: 20px;
		background-color: #fff
	}
	.mobile-select__box>button {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0;
		border: none;
		background-color: transparent;
		width: 100%;
		text-align: left
	}
	.mobile-select__box>button:not(:first-child) {
		margin-top: 24px
	}
	.mobile-select__box>button.active,
	.mobile-select__box>button.active:hover,
	.mobile-select__box>button:hover,
	.mobile-select__box>button:not(.active),
	.mobile-select__box>button:not(.active):hover {
		background-color: transparent;
		color: #34353e
	}
	.mobile-select__box>button.active::after {
		background-image: url(/local/templates/rubezh_template/css/../img/icons/circle.svg);
		background-size: 10px;
		background-repeat: no-repeat;
		background-position: center
	}
	.mobile-select__box>button::after {
		content: '';
		display: block;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 16px;
		height: 16px;
		border-radius: 50%;
		border: 1px solid #34353e
	}
	.mobile-select__img {
		margin-right: 30px
	}
	.mobile-select__status {
		margin-bottom: 20px
	}
	.mobile-select__title {
		margin-bottom: 12px
	}
	.filter-current {
		position: relative;
		width: 100%;
		text-align: left;
		margin-top: 0;
		border-color: #34353e
	}
	.filter-current:first-child {
		margin-right: 0
	}
	.filter-current.active,
	.filter-current:hover,
	.filter-current:not(.active),
	.filter-current:not(.active):hover {
		background-color: transparent;
		color: #34353e;
		border-color: #34353e
	}
	.filter-current::after {
		content: '';
		position: absolute;
		right: 20px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 16px;
		height: 6px;
		background-image: url(/local/templates/rubezh_template/css/../img/icons/arrow.svg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center
	}
	.result__title {
		font-size: 20px
	}
	.result__text {
		font-size: 16px
	}
	.result__category,
	.result__date {
		font-size: 14px
	}
	.search__count {
		margin-bottom: 20px
	}
	.not-found__image {
		width: calc(100% - 60px);
		height: auto;
		margin: 0 auto
	}
	.not-found__text {
		margin-top: 50px
	}
	.not-found__text>p {
		font-size: 18px
	}
	.modal__box {
		width: calc(100% - 60px);
		padding: 74px 30px 30px
	}
	.modal__title {
		max-width: unset;
		font-size: 16px
	}
	.modal__already {
		font-size: 14px
	}
	.modal__button {
		padding: 12px 30px;
		font-size: 14px
	}
	.detail__header {
		-webkit-transform: translateX(-30px);
		transform: translateX(-30px);
		width: calc(100% + 60px)
	}
	.detail__back,
	.detail__next {
		margin-top: 12px;
		max-width: 49%;
		font-size: 14px
	}
	.detail__button {
		font-size: 14px
	}
	.detail__body iframe {
		min-height: 180px;
		margin-bottom: 30px
	}
	.detail__image::after {
		left: 8px;
		bottom: 48px
	}
	.detail__image img {
		margin-bottom: 20px
	}
	.comments {
		margin-top: 40px
	}
	.comments__container {
		width: auto
	}
	.comments__send {
		width: 100%
	}
	.comment__pic {
		display: none
	}
	/*.comment .comment {*/
	/*	margin-left: 30px*/
	/*}*/
	.appears__container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%
	}
	.appears__text {
		display: none
	}
	.appears__button {
		font-size: 14px
	}
}

@media (max-width:576px) {
	.owl-dot {
		height: 8px;
		width: 8px
	}
	.owl-dot:not(:last-child) {
		margin-right: 6px
	}
	.owl-dot>span {
		height: 6px;
		width: 6px
	}
	.postItem__img {
		height: 185px
	}
	.banner__description {
		width: 100%
	}
	.subscribe__btn {
		width: 40%
	}
	.detail__body iframe {
		max-height: 450px
	}
}

@media (max-width:374px) {
	h1 {
		font-size: 24px
	}
	.subscribe__btn {
		width: 45%
	}
}

/* End */
/* /local/templates/rubezh_template/css/category.css?169717658671552 */
/* /local/templates/rubezh_template/css/detail.css?173098295664948 */
