@charset "UTF-8";
@font-face {
	font-family: "roboto-example";
	font-weight: normal;
	font-style: normal;
	src: url("../fonts/RobotoRegular/RobotoRegular.eot");
	src: url("../fonts/RobotoRegular/RobotoRegular.eot") format("embedded-opentype"),
		url("../fonts/RobotoRegular/RobotoRegular.woff") format("woff"),
		url("../fonts/RobotoRegular/RobotoRegular.ttf") format("truetype");
}

@font-face {
	font-family: "roboto-example";
	font-weight: bold;
	font-style: normal;
	src: url("../fonts/RobotoBold/RobotoBold.eot");
	src: url("../fonts/RobotoBold/RobotoBold.eot") format("embedded-opentype"),
		url("../fonts/RobotoBold/RobotoBold.woff") format("woff"),
		url("../fonts/RobotoBold/RobotoBold.ttf") format("truetype");
}

@font-face {
	font-family: "pfdindisplaypro-light";
	font-weight: normal;
	font-style: 100;
	src: url("../fonts/pfdindisplaypro-light/pfdindisplaypro-light.woff") format("woff"),
		url("../fonts/pfdindisplaypro-light/pfdindisplaypro-light.ttf") format("truetype");
}

@font-face {
	font-family: "pfdindisplaypro-reg";
	font-weight: 400;
	font-style: normal;
	src: url("../fonts/pfdindisplaypro-reg/pfdindisplaypro-reg.woff") format("woff"),
		url("../fonts/pfdindisplaypro-reg/pfdindisplaypro-reg.ttf") format("truetype");
}

@font-face {
	font-family: "pfdindisplaypro-thin";
	font-weight: normal;
	font-style: normal;
	src: url("../fonts/pfdindisplaypro-thin/pfdindisplaypro-thin.woff") format("woff"),
		url("../fonts/pfdindisplaypro-thin/pfdindisplaypro-thin.ttf") format("truetype");
}

@font-face {
	font-family: "pfdindisplaypro-bold";
	font-weight: normal;
	font-style: normal;
	src: url("../fonts/pfdindisplaypro-bold/pfdindisplaypro-bold.woff") format("woff"),
		url("../fonts/pfdindisplaypro-bold/pfdindisplaypro-bold.ttf") format("truetype");
}
@font-face {
	font-family: "pfdindisplaypro-med";
	font-weight: normal;
	font-style: normal;
	src: url("../fonts/pfdindisplaypro-med/pfdindisplaypro-med.woff") format("woff"),
		url("../fonts/pfdindisplaypro-med/pfdindisplaypro-med.ttf") format("truetype");
}

:root {
	--color-brand: #1946ba;
	--color-accent: #e50f2e;
	--color-btn: #0081e7;
	--color-text: #222222;
	--color-text-muted: #9b9b9b;
	--font-body: "pfdindisplaypro-reg", sans-serif;
	--font-heading: "pfdindisplaypro-bold", sans-serif;
}

h1 {
	font-weight: normal;
}
/*------MAIN--------*/
/*------LINKS------*/
/*------FONTS------*/
/*-----BUTTONS-----*/
/*-----FON------*/

.link__td a {
	color: var(--color-brand);
}
.link__td a:hover {
	text-decoration: underline;
}
.set {
	color: var(--color-brand);
}
.meet_abu_link:hover {
	text-decoration: underline;
}
.requ__link {
	color: var(--color-brand);
}
.requ-td {
	position: relative;
	padding: 10px;
	background: #fafafa;
	width: 50%;
	font-family: "pfdindisplaypro-med";
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	color: var(--color-text);
}
.news-detail {
	margin-top: 50px;
}
.requ-td:first-child {
	position: relative;
	font-family: "pfdindisplaypro-reg";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #505050;
}
.requ-td:first-child::after {
	content: "";
	position: absolute;
	background-color: #e5e5e5;
	width: 100%;
	height: 1px;
	left: 11px;
	bottom: 0;
}
.requ-td:last-child::after {
	content: "";
	position: absolute;
	background-color: #e5e5e5;
	width: 100%;
	height: 1px;
	right: 11px;
	bottom: 0;
}
.requ-table {
	overflow-x: auto;
	padding: 18px 0;
	background: #fafafa;
	width: 70%;
}
.education__picture_link {
	width: 50%;
	margin: 0 auto;
	padding: 8px;
}
.education__picture {
	width: 100% !important;
}

/*Файл загрузка*/
.file-upload {
	position: relative; /* Даем возможность делать позиционирование, внутри данного элемента */
	overflow: hidden; /* Все что выходит за пределы - скрываем */
	width: 230px; /* Задаем ширину кнопки выбора файла */
	height: 35px; /* Задаем высоту кнопки выбора файла */
	background: var(--color-btn);
	padding: 8px 4px;
	color: #fff;
	text-align: center;
	font-size: 14px;
}

.file-upload:hover {
	opacity: 0.9;
}

.file-upload input[type="file"] {
	opacity: 0; /* Обязательно скрываем настоящий Input File */
	position: absolute;
}
.file-upload label {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.file-upload span {
	line-height: 36px; /* Делаем вертикальное выравнивание текста, который написан на кнопке */
}
/*конец загрузка*/

/*Чекбокс*/
.checkbox {
	opacity: 0;
	position: absolute;
}

.checkbox-custom {
	width: 20px;
	height: 20px;
	border: 2px solid #ccc;
	border-radius: 3px;
	position: relative;
	float: left;
}

.checkbox-custom,
.labels {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}

span.labels {
	width: 100%;
	padding: 0 13px;
	font-size: 12px;
}
span.checkbox-custom {
	position: relative;
	top: 17px;
	left: 3px;
	border: 2px solid #6f6f6f;
	margin-right: 12px;
	cursor: pointer;
}

.checkbox:checked + .checkbox-custom::before {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	right: 2px;
	bottom: 2px;
	left: 3px;
	background: var(--color-btn);
	background-image: url("../img/galochka.svg");
	background-repeat: no-repeat;
	border-radius: 2px;
}

.checkbox-custom,
.checkbox:checked + .checkbox-custom::before {
	border-radius: 0%;
	border: 1px solid var(--color-btn);
	margin-right: 1px;
}
/*Конец чекбокса*/

.services__newsP {
	font-size: 20px;
	font-family: pfdindisplaypro-reg;
	color: var(--color-text);
	margin-bottom: 25px;
}
.services__newsP2 {
	margin-top: 25px;
}

.flot__baseImg {
	width: 100%;
}
body.fixed {
	overflow: hidden;
}
body .modalWindow__forms {
    max-height: 96%;
    overflow: hidden;
    margin: 0;
}
.modalWindow__zag {
	text-align: center;
	padding: 5px 0;
}

.contactForm__input {
	font-family: "pfdindisplaypro-light", sans-serif;
	font-size: 16px;
}
.fileuploadfield {
	display: none;
}
.uploadbrowsebutton {
    margin-top: 5px;
    text-align: center;
    width: 100%;
    height: 35px;
    background: var(--color-btn);
    padding: 8px 4px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    border: none;
}
.succs_send .wpcf7 .wpcf7-response-output {
	border: 0 ;
	padding: 70px 20px ;
	font-size: 22px;
	text-align: center;
}
.succs_send .form_wrapper {
	display: none;
}

.modalWindow {
	background-color: #fff;
	/*border: 1px solid #55B1C9;*/
	margin: 0 auto;
	font-size: 14px;
	/*font-size: 20px;*/
	/*width: 87%;*/
	position: relative;
	max-height: 96vh;
	overflow-y:auto;
}
.modalWindow__close {
	cursor: pointer;
	position: absolute;
	right: 5px;
	top: 3px;
	font-style: normal;
	font-weight: 300;
	color: var(--color-btn);
	font-size: 40px;
	height: 20px;
	width: 20px;
	line-height: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.modalWindow__input::-webkit-input-placeholder {
	color: #80828a;
	background-color: #fff;
}
.modalWindow__input::-moz-placeholder {
	color: #80828a;
	background-color: #fff;
}
.modalWindow__input:-ms-input-placeholder {
	color: #80828a;
	background-color: #fff;
}
.modalWindow__input::-ms-input-placeholder {
	color: #80828a;
	background-color: #fff;
}
.modalWindow__input::placeholder {
	color: #80828a;
	background-color: #fff;
}
.modalWindow__textarea {
	border: 1px solid #ddd;
	outline: none;
}

.modalWindow__input_width {
	width: 100%;
	margin: 7px 0;
}
.modalWindow__link {
	color: #0078e2;
	font-weight: 600;
}

.language-chooser-image {
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
}
.non_dn > .qtranxs_language_chooser {
	display: block;
}
.qtranxs_language_chooser {
	display: none;
}
.qtranxs_language_chooser li {
	display: inline-block;
}

/*explorer*/

.call__forms {
	padding: 0 10px;
}
.footer__main {
	padding: 30px 0px;
}
.header__topImg {
	position: relative;
	/*top: -214px;*/
}

.video__right {
	width: 100%;
}
.video__item.video__itemPress {
	width: 100%;
}
.pressNews__block2 {
	width: 100%;
}
/*endExplorer*/

/*Услуги кастыль*/
.item__content.item__content_margin {
	position: relative;
	top: 0;
	padding: 20px 10px;
}
.header__topImg {
	display: none;
}

.headerVideo {
	position: relative;
	background: url("../img/bg_video.jpg");
	background-position: center;
	background-size: cover;
	height: 350px;
}

.VideImg_header {
	position: absolute;
	top: 0;
}
.video__zag23 {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}
.header-top {
	position: relative;
	z-index: 9999;
}
.header__topImg {
	/*    top: -50px;
position: absolute;*/
}
.news__zag {
	margin: 0;
}
.uslugi__text {
	text-align: center;
}
.flot__text_email {
	font-family: pfdindisplaypro-light;
}
.footer__item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 14%;
	    -ms-flex: 0 0 14%;
	        flex: 0 0 14%;
}
.flot__mainImg {
	position: relative;
	width: 100%;
}
.flot__textimg {
	font-family: pfdindisplaypro-light;
	text-transform: uppercase;
	font-size: 20px;
	position: absolute;
	top: 0;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.flot__mainImg {
	padding: 0 2px;
}

.services_main {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	margin-right: auto;
	margin-left: auto;
	max-width: 1170px;
	min-width: 320px;
	width: 100%;
}

.education p.education__zag_main {
	width: 100%;
	font-family: "pfdindisplaypro-bold";
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 40px;
	color: var(--color-text);
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0 0;
}

.flot_text_link {
	cursor: pointer;
	color: #fff;
}

.flot__galery_zag {
	font-size: 36px;
	font-family: pfdindisplaypro-light;
	text-align: center;
}

.flot__text__iconD {
	position: relative;
	top: 2px;
	left: -5px;
}
.flot__text_red {
	font-family: pfdindisplaypro-light;
	font-size: 12px;
	text-transform: uppercase;
	color: red;
	padding: 10px;
	border: 1px solid #dcdfe8;
}
.flot__text_red:hover {
	background: var(--color-accent);
	color: #fff;
	cursor: pointer;
	border: none;
}
.education__block {
	height: 360px;
	overflow: hidden;
	-webkit-transition-duration: 1s;
	     -o-transition-duration: 1s;
	        transition-duration: 1s;
	-webkit-transition-delay: 0s, 1s;
	     -o-transition-delay: 0s, 1s;
	        transition-delay: 0s, 1s;
}
.middle__zag.middle__interview {
	margin: 0;
	padding: 0;
}
.mediateka__picture_link:hover {
}
.mediateka__picture_link {
	display: block;
	width: 100%;
	text-align: center;
}
.mediateka__blockInside {
	width: 95%;
	margin: 0 auto;
}
.call__input {
	outline: none;
}
.slider__data.slider_data:hover {
	opacity: 0.8;
	color: var(--color-text);
}
.slider__data_link {
	outline: none;
}
.company__mission {
	margin-top: 5px;
}
/*мы социальных сетях*/
i.fab.fa-facebook-f.social__socImg.wesocials:before {
	left: 0%;
}
i.fab.fa-instagram.social__socImg.wesocials:before {
	left: 0%;
}
i.fab.fa-vk.social__socImg.wesocials:before {
	left: 0%;
}
i.fab.fa-youtube.social__socImg.wesocials:before {
	left: 0%;
}
.call__link {
	padding: 0 12px;
}

.servicesNews__linkText:hover {
	color: #fff !important;
}
.slider_text a:hover {
	opacity: 0.8;
}

.slider-buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.slider.news {
	padding: 0 0 20px 0;
}
.slick-disabled {
	pointer-events: none;
	cursor: pointer;
}
.next.slick-arrow {
	position: absolute;
	right: -90px;
	top: 50%;
	cursor: pointer;
	-webkit-transform: translateY(-50%) translateX(-50%);
	    -ms-transform: translateY(-50%) translateX(-50%);
	        transform: translateY(-50%) translateX(-50%);
}
.prev.slick-arrow {
	position: absolute;
	left: -60px;
	top: 50%;
	cursor: pointer;
	-webkit-transform: translateY(-50%) translateX(-50%);
	    -ms-transform: translateY(-50%) translateX(-50%);
	        transform: translateY(-50%) translateX(-50%);
}
.prev_3.slick-arrow {
	-webkit-transform: translateY(-50%) translateX(-50%);
	    -ms-transform: translateY(-50%) translateX(-50%);
	        transform: translateY(-50%) translateX(-50%);
}
.next_3.slick-arrow {
	-webkit-transform: translateY(-50%) translateX(-50%);
	    -ms-transform: translateY(-50%) translateX(-50%);
	        transform: translateY(-50%) translateX(-50%);
}
.prev {
	position: relative;
	height: 64px;
	width: 40px;
	border: 2px solid #e2e2e2;
}
.prev:before {
	content: "";
	background: url("../img/chev-left.svg") no-repeat;
	position: absolute;
	width: 14px;
	height: 22px;
	top: 20px;
	left: 10px;
}
.prev:hover::before {
	background: url("../img/chev/chev-left.svg") no-repeat;
}
.prev:active {
	border: 2px solid var(--color-accent);
}
.next {
	position: relative;
	height: 64px;
	width: 40px;
	border: 2px solid #e2e2e2;
}
.next:before {
	content: "";
	background: url("../img/chev-right.svg") no-repeat;
	position: absolute;
	width: 14px;
	height: 22px;
	top: 20px;
	left: 13px;
}
.next:active {
	border: 2px solid var(--color-accent);
}
.next:hover::before {
	background: url("../img/chev/rights.svg") no-repeat;
}

/*Второй слайдер*/
.next2.slick-arrow {
	position: absolute;
	right: -60px;
	top: 22px;
	cursor: pointer;
}
.next2 {
	background-image: url("../img/rightarrow.svg");
	background-repeat: no-repeat;
	height: 68px;
	width: 43px;
}
.next2:hover {
	background-repeat: no-repeat;
	background-image: url("../img/rightarrowhover.svg");
}
.prev2.slick-arrow {
	position: absolute;
	left: -60px;
	top: 22px;
	cursor: pointer;
}
.prev2 {
	background-image: url("../img/leftarrow.svg");
	background-repeat: no-repeat;
	height: 68px;
	width: 43px;
}
.prev2:hover {
	background-repeat: no-repeat;
	background-image: url("../img/leftarrowhover.svg");
}
.service__hrefLink:hover {
	opacity: 0.8;
}

.service__hrefLink {
	color: #fff;
}

.social__single {
	padding: 5px;
}
.history__link:hover {
	font-weight: 600;
}
.company__gid:hover {
	font-weight: 600;
}
.company__sertf:hover {
	font-weight: 600;
}
.servicesNews {
	background: none;
}
.servicesNews__blocks {
	border-radius: 4px;
	margin: 0 0 100px;
}
.company__about li {
	position: relative;
	list-style: none;
	padding: 8px 0 8px 16px;
}
.company__about li:before {
	content: "";
	position: absolute;
	background-color: var(--color-accent);
	width: 8px;
	height: 8px;
	left: 0;
	top: 17px;
}

/*.social__socImg.facebook:hover {
    background-image: url("../img/ikon_head/hover/Facebook.svg");
    }*/
.wrapper__servicesNews {
	font-family: pfdindisplaypro-light;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	        flex-direction: column;
	margin-right: auto;
	margin-left: auto;
	max-width: 1170px;
	min-width: 320px;
	width: 100%;
	padding: 0px 10px;
}
.servicesNews__img {
	width: 107%;
	height: 100%;
	object-fit: cover;
	-webkit-filter: brightness(0.8);
	        filter: brightness(0.8);
}
.servicesNews__block .servicesNews__img {
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}

.servicesNews__block:hover .servicesNews__img {
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}
.servicesNews__textLine {
	bottom: 32px;
	width: 100%;
	margin-top: 0;
	padding: 0 20px;
	position: absolute;
}
.servicesNews__hrblock {
	width: 9%;
}
.servicesNews__block {
	margin: 15px auto;
	width: 100%;
	height: 220px;
	overflow: hidden;
	position: relative;
}
.servicesNews__linkText {
	font-family: pfdindisplaypro-light;
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
}
.servicesNews__blockMain {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.servicesNews__block {
	margin: 15px;
}
.servicesNews__hr {
	height: 3px;
	border: none;
	background: red;
	width: 100%;
}
.middle_pad {
	justify-content: flex-start;
}
.servicesNews__zag {
	font-size: 36px;
	margin-top: 45px;
}
.servicesNews__podzag {
	font-size: 36px;
}
.servicesNews__textUl {
	font-size: 22px;
	font-family: pfdindisplaypro-med;
	color: #3f3f3f;
	margin-bottom: 25px;
}
.servicesNews__ul {
	position: relative;
	margin: 0;
}
.servicesNews__li {
	position: relative;
	padding: 12px 0;
	margin-left: 25px;
	list-style: none;
	font-family: pfdindisplaypro-reg;
}
.mediateka__photo_zag {
	font-family: pfdindisplaypro-light;
	font-size: 36px;
	width: 100%;
	text-align: center;
}
.mediateka__block {
	font-size: 18px;
	margin-right: 28px;
	padding: 10px;
	margin: 0 auto;
}
.mediateka__zag {
	font-family: pfdindisplaypro-reg;
	margin: 12px 0;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: var(--color-text-muted);
	display: none;
}
.mediateka__span {
	font-family: pfdindisplaypro-med;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	color: var(--color-text);
}
.mediateka__zag a {
	-webkit-transition: 1s time;
	-o-transition: 1s time;
	transition: 1s time;
	color: var(--color-text-muted);
}
.mediateka__picture_link img {
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}
.mediateka__picture_link:hover {
	border-radius: 4px;
}
.mediateka__picture_link:hover img {
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
	margin: 0;
}

a.photo-item-inner img {
	border-radius: 4px;
}
.mediateka__zag a:hover {
	color: var(--color-brand);
}
.mediateka__quantity {
	font-family: pfdindisplaypro-reg;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	color: var(--color-text-muted);
}
.mediateka__link_two {
	color: var(--color-text-muted);
}
.mediateka__link_two:hover {
	color: var(--color-brand);
}
div.photo-album-item div.photo-album-name {
	font-family: pfdindisplaypro-bold;
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	line-height: 46px;
	color: var(--color-text);
}
div.photo-album-item div.photo-album-date {
	font-family: pfdindisplaypro-reg;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: var(--color-text-muted);
}
.photo-album-date {
	display: none;
}
div.photo-album-item div.photo-album-description {
	font-family: pfdindisplaypro-reg;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 28px;
	color: var(--color-text);
}
.photo-items-list.photo-photo-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.photo-items-list .photo-item-cont {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 24%;
	    -ms-flex: 0 0 24%;
	        flex: 0 0 24%;
	margin: 15px 0;
}
.photo-item-inner {
	height: 220px !important;
	max-width: 280px !important;
	width: 100% !important;
	margin: 0;
}
.photo-item-inner img {
	width: 100% !important;
	height: 100% !important;
	position: relative !important;
	left: 0 !important;
}
.mediateka__podrobnee {
	display: none;
}
.mediateka__button {
	padding: 11px 27px;
	border: 1px solid #dcdfe8;
	text-transform: uppercase;
	font-size: 10px;
	font-family: pfdindisplaypro-med;
	display: inline-block;
}
.mediateka__button:hover {
	opacity: 0.8;
}

.video__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.video__mainLink {
	width: 100%;
}
.video__press {
	margin-right: 17px;
	margin-bottom: 8px;
}
.video__videoblockimg {
	width: 100%;
}

.mediateka__podrobnee {
	width: 100%;
	text-align: right;
}
.mediateka__picture {
	width: 100%;
	margin: 0 0;
	max-width: 400px;
	height: 100%;
	display: block;
	border-radius: 4px;
}
.mediateka__block_two {
	padding-right: 86px;
	width: 100%;
	text-align: right;
	margin: 24px 0;
}
.mediateka__texDown {
	font-family: pfdindisplaypro-light;
	font-size: 14px;
	color: #a9a9a9;
}
.education__photo.mediateka__photo {
	margin: 0;
}
.main__nav_menu {
	position: relative;
	width: auto;
	outline: none;
}

.social.social__list:nth-child(1):hover {
}

.service__text_uslugi {
	font-size: 28px;
}

.mobili__sub_three {
	list-style-type: none;
}
.mobili__sub_three_link {
	color: var(--color-brand);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.mobili__sub_four {
	padding: 0 13px;
	font-size: 14px;
	list-style: none;
}
.mediaabout {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.media__press {
	position: relative;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 29%;
	    -ms-flex: 0 0 29%;
	        flex: 0 0 29%;
	margin: 72px 45px 56px 0;
}
.media__press p:first-child {
	position: absolute;
	top: -80px;
}
.fed-list {
	border-bottom: unset !important;
}
div.news-detail img.detail_picture {
	width: 100%;
}
table {
	display: block;
	overflow-x: scroll;
}
.site-content table {
	display: table;
	width: 100%;
	border-collapse: collapse;
	overflow-x: auto;
}
.site-content table th,
.site-content table td {
	border: 1px solid #d0d0d0;
	padding: 12px 18px;
	text-align: center;
	vertical-align: middle;
}
.site-content table th,
.site-content table thead td {
	background-color: #e8e8e8;
	font-weight: normal;
}
.site-content table td img {
	max-width: 120px;
	max-height: 120px;
	width: auto;
	height: auto;
	display: block;
	margin: 0 auto;
}

.begin__present {
	padding: 25px;
}
.icon {
	display: inline-block;
	width: 15px;
	height: 18px;
	margin-right: 10px;
	background-image: url("../img/icons/phone.svg");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: auto;
}
.middle__main {
	padding: 9px 28px;
	background: rgba(255, 255, 255, 0.7);
}

.inter {
	background-position: center center;
	background-size: cover;
	height: auto;
}

.singleItem {
}

.singleItem__wrapper {
	font-family: "pfdindisplaypro-light", sans-serif;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	        flex-direction: column;
	margin-right: auto;
	margin-left: auto;
	max-width: 1170px;
	min-width: 320px;
	width: 100%;
}

a.begin__href {
	color: #000;
}
a.begin__href:hover {
	color: red;
}
a.begin__href {
	font-size: 19px;
	font-style: normal;
}
.find__form {
	background: red;
	height: 1px;
	border: none;
}
.search-page {
	margin: 45px 0px;
}

.begin__href_zag_one {
	font-family: "pfdindisplaypro-light", sans-serif;
	font-size: 34px;
}
.begin__href_zag {
	font-size: 34px;
	margin-bottom: 12px;
}
.begin__onetxt_list {
	margin-top: 27px;
}

*,
::after,
::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

input {
	outline: none;
}

a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: var(--color-brand) !important;
}

ul {
	padding: 0;
}

body {
	font-family: var(--font-body);
	font-weight: 300;
	background: #fff;
	min-width: 320px;
	font-size: 20px;
	color: var(--color-text);
	margin: 0;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

#page {
	flex: 1;
}

.wrapper {
	margin-right: auto;
	margin-left: auto;
	max-width: 1440px;
	min-width: 320px;
	width: 100%;
	padding: 0 4%;
}
.wrapper-header {
	margin-right: auto;
	margin-left: auto;
	max-width: 1440px;
	min-width: 320px;
	width: 100%;
}
.wrapper_zag {
	margin-right: auto;
	margin-left: auto;
	max-width: 1440px;
	min-width: 320px;
	width: 100%;
	padding: 0 4%;
}
.flot__Inertext {
	color: var(--color-accent);
	font-size: 18px;
}
.flot__div {
	padding: 0;
}
.flot__div1 {
	text-align: left;
}
.flot_spans {
	margin-bottom: 8px;
}

.wrapper__service {
}

.wrapper-large {
	margin-right: auto;
	margin-left: auto;
	max-width: 1920px;
	width: 100%;
}

.button {
	display: inline-block;
	font-weight: 300;
	font-size: 14px;
	text-transform: uppercase;
	padding: 12px 35px;
}

.button_theme_purple {
	background-color: #302572;
}

.button_theme_purple:hover {
	background-color: #3c2f87;
}

.wrapper__main {
	background: #bdbdbd2e;
	background-position: center center;
	background-size: cover;
	/*height: 850px;*/
	/*height: 792px;*/
}

.wrapper__main_contakt {
	background: #fff;
}

.wrapper__interbg {
	background-image: url("../img/bg4.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 804px;
	background-position: center center;
}

.wrapper__flot {
	position: relative;
	height: 455px;
}

.headerFon {
	position: relative;
	background-color: rgba(255, 255, 255);
	width: 100%;
	border-bottom: 1px solid #e2e2e2;
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
	z-index: 1000;
}
.headerFon.fix {
	width: 100%;
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
	-webkit-transform: translateY(-100%);
	    -ms-transform: translateY(-100%);
	        transform: translateY(-100%);
	background: rgba(255, 255, 255);
}
.headerFon.out {
	position: fixed;
	top: 0;
}

.header-top {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	        flex-direction: column;
	width: 100%;
	min-height: 116px;
}

.pressNews__hreflink {
	padding-right: 13px;
}

.social {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
}

.social__list {
	list-style-type: none;
}

/*.social__single {
  width: 100%;
  }*/

.logo {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
	text-align: center;
	text-transform: uppercase;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.logo__single_txt {
	color: var(--color-brand);
	font-size: 12px;
	letter-spacing: 3px;
}

@media screen and (max-width: 1200px) {
	.logo__img.logo-en {
		width: 50%;
	}
}

.logo__div {
	margin: 10px 0;
	width: 100%;
}

.logo__span {
	font-family: "pfdindisplaypro-reg", sans-serif;
	margin: 5px 0;
	background-color: red;
	padding: 7px 12px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
}

.logo__text {
	font-family: "HelveticaNeueCyr-Roman", sans-serif;
}

.menu {
	width: 100%;
	padding: 7.5px 0px 4.5px 0%;
	color: #fff;
	font-size: 20px;
}
.menu .hamburger-inner,
.menu .hamburger-inner::before,
.menu .hamburger-inner::after {
	background-color: #000;
}
.menu .hamburger.is-active .hamburger-inner,
.menu .hamburger.is-active .hamburger-inner::before,
.menu .hamburger.is-active .hamburger-inner::after {
	background-color: #000;
}

.menu__fail {
	display: block;
	width: 70px;
}

.menu__bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin: 8px;
	width: 30px;
	height: 1px;
	background: #c3c3c3;
	z-index: 999;
}

.menu__list {
	display: none;
}
.menu__single {
	position: relative;
}
.menu__single:hover {
	color: var(--color-brand);
	position: relative;
}
.menu__single:hover::after {
	content: "";
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: var(--color-brand);
}

.mobili {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	background: #fff;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	        flex-direction: column;
	display: none;
	border-bottom: 3px solid #6788dd;
	position: absolute;
	z-index: 9999;
}
.mobili__item {
}
.mobili__sub {
	font-family: "pfdindisplaypro-light", sans-serif;
	list-style-type: none;
	background: rgb(255, 255, 255, 0.8);
	padding: 9px 0px;
	display: block;
}
.mobili__sub_li {
	margin: 10px 0px;
	font-family: "pfdindisplaypro-med";
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: var(--color-text);
}
.mobili__sub_href:hover {
	color: var(--color-brand);
}
.mobili__sub {
	border-left: 2px solid #6788dd;
	padding: 7px;
	font-size: 18px;
	display: none;
}
.mobili__href {
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	font-weight: lighter;
	letter-spacing: 1px;
	color: #000;
}

.mobili__href:hover {
	opacity: 0.8;
}

.mobili__list {
	list-style-type: none;
	margin: 5% 0%;
	padding: 0px 10px;
}
.mobili__list:hover .mobili__sub {
}
#play {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	    -ms-transform: translateY(-50%) translateX(-50%);
	        transform: translateY(-50%) translateX(-50%);
	cursor: pointer;
}
.icon {
	-webkit-transform: scale(0.8);
	    -ms-transform: scale(0.8);
	        transform: scale(0.8);
	-webkit-transform-origin: 50% 50%;
	    -ms-transform-origin: 50% 50%;
	        transform-origin: 50% 50%;
	-webkit-transition: -webkit-transform 200ms ease-out;
	transition: -webkit-transform 200ms ease-out;
	-o-transition: transform 200ms ease-out;
	transition: transform 200ms ease-out;
	transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}
#play:hover .stroke-solid {
	opacity: 1;
	stroke-dashoffset: 300;
}
#play:hover .icon {
	-webkit-transform: scale(0.9);
	    -ms-transform: scale(0.9);
	        transform: scale(0.9);
}
@-webkit-keyframes spin {
	to {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
@keyframes spin {
	to {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
.stroke-solid {
	stroke-dashoffset: 0;
	stroke-dasharray: 300;
	stroke-width: 4px;
	-webkit-transition: stroke-dashoffset 1s ease, opacity 1s ease;
	-o-transition: stroke-dashoffset 1s ease, opacity 1s ease;
	transition: stroke-dashoffset 1s ease, opacity 1s ease;
	fill: var(--color-text);
}
.aboutcomp__column h2 {
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 40px;
	color: var(--color-text);
}
.aboutcomp__column p {
	font-family: "pfdindisplaypro-reg", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 28px;
	color: var(--color-text);
	margin: 33px 0;
}
h2 {
	font-size: 32px !important;
}
.item-aboutcomp__flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.item-aboutcomp_flex_row {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
}
.aboutcomp__item_text {
	font-family: "pfdindisplaypro-bold";
	font-style: normal;
	font-weight: normal;
	font-size: 48px;
	color: var(--color-accent);
}
.aboutcomp__item {
	padding: 24px 30px 0;
	border: 1px solid #e2e2e2;
	max-height: 131px;
}
.aboutcomp__item.aboutcomp__item_img {
	padding: 0;
}
.aboutcomp__item.aboutcomp__item_img img {
	-webkit-box-shadow: none;
	        box-shadow: none;
	border-radius: 0;
	vertical-align: middle;
	height: 149px;
}
.history .aboutcomp__column:last-child {
	padding-top: 0;
}
.aboutcomp__item_text span,
.aboutcomp__item_text sup {
	font-family: "pfdindisplaypro-bold";
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	color: #000;
}
.aboutcomp__item p {
	font-family: "pfdindisplaypro-med";
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 130%;
	color: #000;
	margin: 0 0 27px;
}
.item-aboutcomp_flex_row .bt {
	border-top: 2px solid #e2e2e2;
}
.item-aboutcomp_flex_row .bl {
	border-left: 2px solid #e2e2e2;
}
.item-aboutcomp_flex_row .br {
	border-right: 2px solid #e2e2e2;
}
.item-aboutcomp_flex_row .bb {
	border-bottom: 2px solid #e2e2e2;
}
.button-container {
	position: relative;
}
.aboutcomp__column {
	width: 45%;
	display: inline-block;
}
.aboutcomp button {
	font-family: "pfdindisplaypro-bold", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	background-color: #fff;
	color: var(--color-accent);
	border: 2px solid var(--color-accent);
	cursor: pointer;
	-webkit-animation: ani2 0.3s steps(22) forwards;
	animation: ani2 0.3s steps(22) forwards;
	outline: none;
}
.aboutcomp button:hover {
	-webkit-animation: ani 0.3s steps(22) forwards;
	animation: ani 0.3s steps(22) forwards;
	background-color: var(--color-accent);
	color: #fff;
	border: 2px solid var(--color-accent);
}
.inter .middle__position {
	position: static;
}
.inter .middle.middle__position_news .middle__main {
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	    -ms-transform: translateY(-50%) translateX(-50%);
	        transform: translateY(-50%) translateX(-50%);
	left: 50%;
	position: absolute;
	max-width: 985px;
    padding: 0 10%;
	width: 100%;
}

@-webkit-keyframes ani {
	from {
		-webkit-mask-position: 100% 0;
		mask-position: 100% 0;
	}
	to {
		-webkit-mask-position: 0 0;
		mask-position: 0 0;
	}
}
@keyframes ani {
	from {
		-webkit-mask-position: 100% 0;
		mask-position: 100% 0;
	}
	to {
		-webkit-mask-position: 0 0;
		mask-position: 0 0;
	}
}
@-webkit-keyframes ani2 {
	from {
		-webkit-mask-position: 0 0;
		mask-position: 0 0;
	}
	to {
		-webkit-mask-position: 100% 0;
		mask-position: 100% 0;
	}
}
@keyframes ani2 {
	from {
		-webkit-mask-position: 0 0;
		mask-position: 0 0;
	}
	to {
		-webkit-mask-position: 100% 0;
		mask-position: 100% 0;
	}
}
.contact-row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-o-flex-flow: row wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	        flex-flow: row wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.wrapper__zag {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 47%;
	    -ms-flex: 0 0 47%;
	        flex: 0 0 47%;
}
.contact__flex {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 53%;
	    -ms-flex: 0 0 53%;
	        flex: 0 0 53%;
}
span.zag {
	display: block;
	font-family: "pfdindisplaypro-bold", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	line-height: 46px;
	color: var(--color-text);
	margin: 76px 0 40px;
}
.wrapper__zag span:first-child {
	font-family: "pfdindisplaypro-reg", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: var(--color-text-muted);
}
.contact-mail a {
	padding-left: 60px;
}
.contact-phone a {
	padding-left: 40px;
}
.wrapper__zag .contact-mail {
	padding: 0 0 16px;
}
.contact-social {
	padding: 16px 0;
}
.contact-mail,
.contact-phone {
	font-family: "pfdindisplaypro-med", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	color: var(--color-text);
	padding: 16px 0;
}
.contact-social span {
	padding-right: 40px;
}
.contact-social span:last-child a {
	color: #505050;
	font-size: 27px;
	padding: 0 12px;
}
.contact-social span:last-child a:first-child {
	padding: 0 12px 0 0;
}
.video-target {
	cursor: pointer;
}

.video-wrapper {
	display: none;
	position: fixed;
	min-width: 100%;
	min-height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	z-index: 21000;
}

.video-frame {
	position: absolute;
	top: 50%;
	left: 50%;
}
.video-frame .video {
	display: block !important;
}
.video iframe {
	width: 100%;
	height: 100%;
}

.video-close {
	float: right;
	margin-top: -30px;
	margin-right: -30px;
	cursor: pointer;
	color: #fff;
	border: 1px solid #aeaeae;
	border-radius: 30px;
	background: #605f61;
	font-size: 31px;
	font-weight: bold;
	display: inline-block;
	line-height: 0px;
	padding: 11px 3px;
}

.video-close:before {
	content: "";
}
.footer__dtext {
	color: var(--color-text-muted);
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	text-align: center;
}
.footer__aboutMain {
	display: none !important;
}

.middle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
	color: var(--color-text);
	padding: 7em 0px;
}

.middle__zag {
	font-family: "pfdindisplaypro-light", sans-serif;
	text-align: center;
	font-size: 22px;
	padding: 20px;
	font-weight: 400;
	background: #fff;
	background-color: rgba(255, 255, 255, 0.7);
}

.middle__zag_pos {
	text-align: left;
}

.middle__span {
	color: #2e5cd5;
}

.middle__interview {
	padding: 10px;
	font-size: 35px;
	background: none;
}

.service {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	        align-items: center;
	margin: 45px 0;
}
.service__img_link {
	display: block;
	height: 100%;
}
.service__img_link:hover {
	display: block;
	border-radius: 2px;
}
.service__block .service__img:hover {
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}
.service__block .service__img {
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	border-bottom: 4px solid var(--color-accent);
	max-width: 280px;
}
.service__img {
	width: 100%;
	-webkit-filter: brightness(0.8);
	        filter: brightness(0.8);
}
.service__block:hover .service__img {
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
	border-radius: 2px;
}

.service__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	        align-items: center;
	position: relative;
	width: 73%;
	overflow: hidden;
	border-radius: 2px;
}
.service__opacitetext {
	font-family: "pfdindisplaypro-light", sans-serif;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 18px;
	padding: 0px 32px;
	background: #094ab5;
	color: #fff;
	height: 334px;
	width: 100%;
	background: #094ab5d9;
	display: none;
	cursor: default;
}

.elips {
	border-radius: 50%;
	background-color: #a9c1e7;
	position: absolute;
	width: 9px;
	height: 9px;
	left: 30px;
	margin: 7px 0;
}
.service__ul {
	list-style-type: none;
	margin-left: 18px;
}
.service__link_more {
	text-align: right;
	color: #ffffff;
	position: absolute;
	right: 20px;
	bottom: 20px;
	font-family: "pfdindisplaypro-bold", sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	border: 1px solid #fff;
	display: inline-block;
	padding: 10px 30px;
	color: #fff;
}
.service__link_more:hover {
	opacity: 0.8;
}
.service__li {
	margin: 6px 0px;
}

.service__line {
	height: 3px;
	background: red;
	width: 55px;
	padding: 0px;
	margin: 0;
	border: 0;
	position: relative;
	top: 17px;
}
.service__block:nth-child(3) .service__zag {
	top: 40px;
}
.service__br {
	position: absolute;
	bottom: 0.6px;
	width: 100%;
	border: 2px solid var(--color-accent);
}

.service__zag {
	position: absolute;
	top: 65px;
	left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
	font-family: "pfdindisplaypro-bold";
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	color: #ffffff;
}

.service__text {
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 20px;
	font-family: "pfdindisplaypro-light", sans-serif;
	padding: 0 25px;
}

.service__text:hover {
	color: #fff !important;
}
.header__bg {
	position: relative;
}

.service__bottom {
	font-size: 16px;
	border: 1px solid #e9e9e9;
	margin-bottom: 30px;
	padding: 12px;
	width: 100%;
	min-height: 114px;
	max-height: 150px;
	font-family: "pfdindisplaypro-light", sans-serif;
}

.service__bottom_span {
	color: red;
}

.slider {
	width: 80%;
	margin: 0 auto;
}
.public2 {
	padding: 45px 0;
}
.slider__img {
	width: 100%;
}
.news.news__title {
	padding-bottom: 24px;
	padding-top: 41px;
}
.slider__img_wrap {
	width: 100%;
	height: 190px;
	overflow: hidden;
	margin: 0 0;
	position: relative;
	border-radius: 4px;
}
.slider__img_wrap img.slider__img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	border-radius: 4px;
}
.slider__content {
	padding: 20px 0;
}
.slick-slide img {
	padding: 0;
}

.slider__item {
	font-family: "pfdindisplaypro-light", sans-serif;
}

.slider__data {
	font-family: "pfdindisplaypro-reg", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: var(--color-text-muted);
}

.slider__text {
	font-size: 18px;
}

.public {
	background: #fafafa;
	padding: 45px 0 0;
}

.slider__data {
	margin: 7px 0;
	padding: 0;
}

.slider__data_link:hover {
	opacity: 0.7;
}

.slider_content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	        flex-direction: column;
	outline: none;
	border: none;
	padding: 0;
	margin: 2px;
}

.slider__content .slider_text {
	font-family: "pfdindisplaypro-med", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: var(--color-text);
	margin: 0px;
	padding: 0 32px 0 0;
}

.slider_img {
	width: 100%;
	max-width: 245px;
}

.slider__contImg {
	margin: 0 auto;
}

.slider__social {
	padding: 0;
	margin: 0;
}

.slider__part {
	text-align: center;
}

.slider__partner {
	width: 60%;
	margin: 0 auto;
}
.singleItem a {
	color: var(--color-brand);
}
.singleItem a:hover {
	text-decoration: underline;
}

.slider__link {
	display: inline-block;
}

.slider__contSoc {
	width: 100%;
	padding: 0px 15px;
}

.slider__item {
	outline: none;
	border: none;
}

.slider__three {
	height: 10vh;
}

.news {
	width: 100%;
	text-align: center;
	font-family: "pfdindisplaypro-light", sans-serif;
	padding-bottom: 80px;
	padding-top: 0;
}

.news__zag {
	font-size: 36px;
}
.subscriber {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 30vh;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	        align-items: center;
	font-family: "pfdindisplaypro-light", sans-serif;
	background: url("../img/bg-hero.jpg") no-repeat;
	background-size: cover;
	background-position: center 50%;
	height: 218px;
}
.subscriber_two {
	height: 35vh;
}

.subscriber__main {
	margin-bottom: 38px;
	padding: 0 10px;
}

.subscriber__form {
	text-align: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 40%;
	    -ms-flex: 0 0 40%;
	        flex: 0 0 40%;
	margin: auto 0;
}

.subscriber_form,form[name="s2formwidget"] p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	        flex-direction: column;
}

.subscriber__text {
	font-family: "pfdindisplaypro-bold", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 40px;
	color: var(--color-text);
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 56%;
	    -ms-flex: 0 0 56%;
	        flex: 0 0 56%;
}

.subscriber__email {
	border: 1px solid #d7d7d7;
	padding: 10px 20px;
	background: #fafafa;
	width: 100%;
}

.subscriber__submit {
	padding: 10px 15px;
	border: 1px solid red;
	background: #fafafa;
	text-decoration: none;
	cursor: pointer;
	font-family: "pfdindisplaypro-bold", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	color: var(--color-accent);
}

.subscriber__submit:hover {
	background: var(--color-accent);
	color: #fff;
}
.middle.middle__position_news {
	padding: 25px 0;
}

.subscriber__Scontact {
	text-align: center;
}

.subscriber__kcontact {
	font-family: pfdindisplaypro-med;
	display: inline-block;
	color: red;
	border: 1px solid #d7d7d7;
	padding: 10px 25px;
	text-transform: uppercase;
	font-size: 14px;
}
.subscriber__kcontact:hover {
	background: var(--color-accent);
	color: #fff;
}

.flotwrapper__flot {
	padding: 0 11%;
}
.flotwrapper__flot .middle__position {
	position: absolute;
	padding: 0;
	top: 250px;
}
.flotwrapper__flot .middle__zag.middle__interview {
	margin: 0;
	padding: 0 30px;
	max-width: 881px;
}
.subscriber__Nphone {
	text-align: center;
}

.subscriber__phone {
	margin: 0px;
	font-size: 34px;
	color: #2f5ed9;
}

.subscriber__hotLine {
	font-size: 17px;
	color: #8c8f97;
}

.video {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	        align-items: center;
	color: #fff;
	background-image: url("../img/bg2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.video__main {
	width: 86%;
	margin: 45px auto;
}

.video__img {
	width: 100%;
}

.video__video {
	max-width: 100%;
}
.video__video iframe {
	width: 100%;
}

.video__zag {
	font-family: "pfdindisplaypro-reg", sans-serif;
	font-size: 42px;
	width: 100%;
	margin: 0;
}
.video__press_zag {
	margin: 0;
	font-size: 32px;
	margin-left: 39px;
	margin-bottom: 9px;
}
.video__item.video__itemPress {
	padding: 0;
}
.video__pressLink:hover {
	opacity: 0.8;
}
.video__press_podrobnee {
	width: 100%;
	text-align: center;
	margin-bottom: 69px;
}
.video__press_button {
	font-family: "pfdindisplaypro-med", sans-serif;
	border: 1px solid #fff;
	padding: 10px 30px;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	display: inline-block;
}
.video__press_button:hover {
	font-family: "pfdindisplaypro-med", sans-serif;
	background-color: #d7dfef;
	color: #00235a;
}

.video__text {
	font-family: "pfdindisplaypro-reg", sans-serif;
}

.video__knopka {
	font-family: "pfdindisplaypro-bold", sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	border: 1px solid #fff;
	display: inline-block;
	padding: 10px 30px;
	color: #fff;
}

.video__knopka:hover {
	background: #d7dfef;
	color: #00235a;
}

.call {
	font-family: "pfdindisplaypro-light", sans-serif;
	background-image: url("../img/bg3.jpg");
	padding: 40px 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.call__main {
	width: 100%;
}

.call_text {
	margin: 5px 0;
}

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

.call__zag {
	font-size: 36px;
}

.call__podtext {
	font-size: 18px;
	color: #8c8f97;
	font-weight: 500;
}

.call__href {
	margin: 0px 7px;
}

.call__content {
	text-align: center;
}

.call__link {
	display: inline-block;
}

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

.call__input {
	border: none;
	margin: 5px;
	padding: 11px;
	background: #ffffff9c;
	font-family: "pfdindisplaypro-light";
	font-size: 16px;
}
.call__input::-webkit-input-placeholder {
	color: #80838b;
}
.call__input::-moz-placeholder {
	color: #80838b;
}

.call__textarea {
	padding: 20px 11px;
}

.call__submit {
	font-family: "pfdindisplaypro-med", sans-serif;
	font-size: 14px;
	border: 1px solid #2f5ed9;
	background: none;
	outline: none;
	color: #2f5ed9;
	text-transform: uppercase;
	padding: 13px 7px;
	cursor: pointer;
}

.call__submit:hover {
	background: #2f5ed9;
	color: #fff;
}

.footer {
	background: #fbfbfb;
	color: #fff;
	width: 100%;
	margin-top: 80px;
}
.footermain_bcg {
	margin-top: 0;
}
li.servicesNews__li:before {
	content: "";
	position: absolute;
	background-color: var(--color-accent);
	width: 8px;
	height: 8px;
	left: -16px;
	top: 21px;
}

.footer__main {
}

.footer__search {
	padding: 0px 8px;
}

.footer__zag,
.footer__zag a {
	font-family: "pfdindisplaypro-med";
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.footer__menu {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	        flex-direction: column;
	width: 100%;
	font-size: 16px;
	padding: 10px;
}

.footer__href {
	color: #cdcdcd;
}

.footer__href:hover {
	opacity: 0.7;
}

.footer__link {
	list-style-type: none;
	line-height: 1.6;
	font-family: "pfdindisplaypro-med";
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	padding: 7px 0;
}

.footer__link:first-child {
	padding: 0 0 7px;
}
.footer__link:last-child {
	padding: 7px 0 0;
}

.footer__poisk {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 42.5px;
	line-height: 30px;
	outline: 0;
	border: 0;
	display: none;
	font-size: 1em;
	border-radius: 20px;
	padding: 0 20px;
}

.footer__poisk::-webkit-input-placeholder {
	color: #000;
	font-size: 14px;
}

.footer__poisk::-moz-placeholder {
	color: #000;
	font-size: 14px;
}

.footer__poisk:-moz-placeholder {
	color: #000;
	font-size: 14px;
}

.footer__poisk:-ms-input-placeholder {
	color: #000;
	font-size: 14px;
}

.footer__forms {
	position: relative;
	margin: 0 0 0 auto;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	width: 50px;
	height: 50px;
	background: #424242;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 25px;
	border: 4px solid rgba(0, 0, 0, 0);
}

.footer__forms .fa-search {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 10px;
	width: 42.5px;
	height: 42.5px;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	font-size: 18px;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.footer__forms:hover {
	width: 163px;
	cursor: pointer;
	background-color: #fff;
}

.footer__forms:hover input {
	display: block;
}

.footer__forms:hover .fa-search {
	background: #424242;
	color: #fff;
}
.menu__item:first-child .mobili__sub{
	flex-direction: row;
}
.footer_knopka {
	background-image: url("../img/loop.png");
	margin: 0;
	background-color: transparent;
	position: absolute;
	right: 16px;
	top: 8px;
	height: 15px;
	width: 15px;
	border: 0;
	outline: none;
	cursor: pointer;
}
.footer__item_phone {
	text-align: right;
}
.footer__item_phone a {
	display: block;
	font-family: "pfdindisplaypro-med";
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #fff;
	padding: 8px 10px;
}
.footer__item_social {
	text-align: right;
	margin-top: 16px;
	font-size: 26px;
	padding: 0 2px;
}
.footer__item_social a {
	color: #fff;
	padding: 0 4px;
}
.footer__about {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	        flex-direction: column;
}

.footer__aboutMain {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	        align-items: center;
	color: #bdbdbd;
	border-top: 1px solid #616161;
	font-family: "pfdindisplaypro-light", sans-serif;
	height: 8vh;
	font-size: 13px;
}

.footer__span {
	color: #bdbdbd;
}
.footer__htext {
	color: #fff;
}
.footer__htext:hover {
	opacity: 0.7;
}

.begin {
	color: #585858;
	padding: 60px 10px;
}

.begin__onetxt {
	font-family: "pfdindisplaypro-light", sans-serif;
	font-style: italic;
	font-weight: 500;
	font-size: 18px;
}

.begin__twotxt {
	font-family: "pfdindisplaypro-light", sans-serif;
	font-weight: 500;
	font-size: 22px;
}

.begin__zag {
	font-family: "pfdindisplaypro-light", sans-serif;
	font-size: 34px;
	color: var(--color-text);
}

.begin__txt {
	font-size: 18px;
}

.begin__citata {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
	border-top: 2px solid #dce1e7;
	border-bottom: 2px solid #dce1e7;
	padding: 40px;
}

.begin__blockLine {
	position: relative;
	width: 100%;
	height: 30px;
}

.begin__line {
	background: var(--color-accent);
	position: absolute;
	width: 26%;
	height: 4px;
	border: none;
}

.career {
	background-image: url("../img/bg5.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	height: 626px;
}

.career__company {
	background-image: url("../img/company/bg3.jpg");
	height: auto;
}

.career__ctext {
	color: var(--color-text);
	width: 100%;
	font-size: 20px;
}

.career__content {
	/*margin-top: 103px;*/
	padding: 77px 10px;
	z-index: 3;
	font-family: "pfdindisplaypro-light", sans-serif;
	color: #eaeef6;
	position: relative;
}

.career__content_comp {
	margin-bottom: 103px;
}

.career__fonblue {
	background: #1c5fcfd6;
	width: 100%;
	height: 100%;
	position: absolute;
}

.career__fonwhite {
	background: #ffffffb3;
}

.career__text {
	color: #fff;
	width: 100%;
	font-size: 20px;
}

.career__link {
	text-decoration: underline;
}

.career__link {
	color: #2152d1;
}

.career__link2 {
	color: var(--color-text);
}

.work {
	margin-top: 62px;
	margin-bottom: 62px;
	padding: 0px 10px;
	font-family: "pfdindisplaypro-light", sans-serif;
	font-size: 18px;
}

.item {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	font-family: "pfdindisplaypro-light", sans-serif;
}

.item__uslugi {
	height: auto;
}
.accordion-menu li.open {
    background: #f2f2f2;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
padding: 5px;
}
.education__photo_slider,
.flot,
.flot__galery_zag {
	display: none !important;
}

.item__uslugi_spisok {
	list-style-type: none;
}

.item__uslugi_spisok:before {
	color: red;
	content: "•";
	padding-right: 10px;
	font-size: 30px;
}

.item__company {
	margin: 40px 0;
}

.item__comp_content {
	color: #fff;
}

.item__content {
	padding: 45px 10px;
	position: relative;
	top: 100px;
}

.item__content_margin {
	padding: 45px 0;
}

.item__zag {
	font-size: 46px;
	text-transform: uppercase;
}

.item__zag_size {
	font-size: 30px;
}

.item__zag_black {
	color: #000;
}

.item__czag {
	color: #fff;
	font-size: 46px;
}

.item__ctext {
	font-size: 18px;
}

.item__text {
	margin: 34px 0;
}

.item__line {
	background: var(--color-accent);
	width: 8%;
	height: 4px;
	border: none;
	position: absolute;
}

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

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

.item__banner {
	margin-top: 20%;
}

.item__elips {
	border: 1px solid;
	height: 164px;
	width: 164px;
	border-radius: 100%;
	position: relative;
	border: none;
	margin: 0 auto;
	background-color: rgba(34, 34, 34, 0.5);
}

.item__chif {
	position: absolute;
	top: 13%;
	text-align: center;
	color: #fff;
	left: 14%;
	right: 15%;
}

.item__num {
	font-size: 60px;
}

.item__numtext {
	font-size: 15px;
}

.item2__content {
	font-family: "pfdindisplaypro-light", sans-serif;
	margin-top: 62px;
	margin-bottom: 62px;
	padding: 0 10px;
	font-size: 18px;
}

.item2__zag {
	font-size: 34px;
}

.item3 {
	font-family: "pfdindisplaypro-light", sans-serif;
	background: #fafafa;
}

.item3__content {
	margin-top: 62px;
	margin-bottom: 62px;
	padding: 0 10px;
}

.item3__text {
	font-size: 18px;
}

.item3__zag {
	font-size: 34px;
}

.item3__photo {
	background-image: url("../img/bg7.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 596px;
}

.item3__personal {
	font-family: "pfdindisplaypro-reg", sans-serif;
	text-align: center;
	margin-bottom: 7px;
	padding-bottom: 77px;
}

.item3__txt {
	color: #3f3f3f;
}

.item3__email {
	color: #5170d7;
}
#main_bcg {
	position: relative !important;
	height: 650px !important;
	background-position: 100% 75% !important;
}

.aboutcomp__row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	overflow: hidden;
}


.company {
	position: relative;
	font-family: "pfdindisplaypro-reg", sans-serif;
	margin: 0 0 40px;
}
.company p {
	font-family: "pfdindisplaypro-reg", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	color: var(--color-text);
}
.wpcf7-list-item-label {
    font-size: 16px;
    font-weight: 400;
}
p.modalWindow__accept {
	font-family: "pfdindisplaypro-reg", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 23px;
	color: var(--color-text);

}
.company__zag.company__zag_size {
	position: absolute;
	top: 250px;
	padding: 0 30px;
	color: #fff;
	font-family: "pfdindisplaypro-bold";
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: 38px;
	line-height: 46px;
	max-width: 881px;
	z-index: 99;
}
.flotbgwrapper__flot {
	padding: 0 11%;
	margin-right: auto;
	margin-left: auto;
	max-width: 1440px;
	min-width: 320px;
	width: 100%;
	margin-top: 22px;
}
.flotbgwrapper__flot div {
	position: relative !important;
	border-radius: 4px;
}
.company__main {
	padding: 0 11%;
}

.company__gid {
	text-decoration: underline;
	font-size: 14px;
	color: #fff;
}

.company__zag {
	font-family: "pfdindisplaypro-bold";
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	line-height: 46px;
	color: var(--color-text);
}

.company__zag_size {
	font-size: 36px;
	font-weight: normal;
}

.company__text {
	font-size: 20px;
}

.company__line {
	background: none;
	border: none;
	height: 3px;
	width: 7%;
	position: absolute;
}

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

.company__logo {
	display: none;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 40%;
	-webkit-flex: 0 0 40%;
	        flex: 0 0 40%;
}

.company__about {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	    -ms-flex: 0 0 100%;
	        flex: 0 0 100%;
}

.company__img {
	width: 100%;
	max-width: 171px;
}

.company__sertf {
	text-transform: uppercase;
	font-size: 14px;
	color: blue;
	text-decoration: underline;
}

.history {
	margin-top: 40px;
}

.history__whitefon {
	background-color: rgba(255, 255, 255, 0.8);
	height: 100%;
	width: 100%;
	position: absolute;
}

.history__zag {
	font-size: 36px;
}

.history__text {
	font-size: 18px;
}

.history__link {
	color: blue;
	font-size: 14px;
}

.history__link_black {
	color: #000;
}

.history__content {
	margin-top: 0px;
	padding: 30px 10px;
	z-index: 3;
	position: relative;
}

.history__line {
	background: var(--color-accent);
	width: 8%;
	height: 4px;
	border: none;
	position: absolute;
}

.contact__img {
	width: 100%;
	max-width: 280px;
	margin-bottom: 24px;
}

.contact__content {
}

.contact__zag {
	font-size: 36px;
}

.contact__text {
	font-size: 18px;
	color: #80838b;
}

.contact__data {
	font-size: 18px;
}

.contact__line {
	background: red;
	height: 4px;
	width: 15%;
	border: none;
	position: absolute;
}

.contact__blockline {
	width: 100%;
	position: relative;
	margin-bottom: 33px;
}

.contact__flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	        flex-direction: column;
	width: 100%;
	margin: 0;
}

.contactForm {
	font-family: "pfdindisplaypro-light", sans-serif;
	margin: 45px 0;
}

.contactForm__singleForm {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	        flex-direction: column;
	width: 100%;
	padding: 0 10px;
}

.contactForm__content {
	width: 100%;
	margin-bottom: 25px;
	text-align: center;
}

.contactForm__link {
	color: #80838b;
	font-size: 14px;
	text-align: right;
}

.contactForm__link:hover {
	opacity: 0.7;
}

.contactForm__zag {
	font-size: 36px;
}

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

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

.contactForm__input {
	padding: 9px;
	margin: 5px 0;
	outline: none;
	border: 1px solid #dcdfe8;
}

.contactForm__submit {
	border: 1px solid blue;
	background: none;
	text-transform: uppercase;
	cursor: pointer;
}

.contactForm__submit:hover {
	background: #033cff;
	color: #fff;
}

.find__link {
	color: #000;
	font-weight: 600;
}
.find__link:hover {
	color: var(--color-brand);
}

.contactForm__textarea {
	padding: 11px;
}

.uslugi {
	background-image: url("../img/uslugi/bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	padding: 78px 0;
	background-size: cover;
}

.uslugi__container {
	width: 100%;
	font-family: "pfdindisplaypro-light", sans-serif;
	font-size: 18px;
}
.page-numbers.dots {
	display: none;
}
.splide__pagination {
	display: none;
}
.splide {
	overflow: hidden;
}
ul.page-numbers li:last-child {
	display: none;
}
.uslugi__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	        align-items: center;
}

.world {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin: 0;
}

.world__list {
	padding-right: 40px;
	list-style-type: none;
}

.world .slick-prev:before {
	opacity: 1;
	color: #f30e0e;
}

.world .slick-next:before {
	opacity: 1;
	color: #f30e0e;
}

.education {
	font-family: "pfdindisplaypro-light", sans-serif;
}
.education__wrappernew {
	padding: 0 11%;
}
.education p {
	font-family: "pfdindisplaypro-reg", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	color: var(--color-text);
}

.education__main {
	width: 100%;
	padding: 18px 0;
	background: #fafafa;
}

.education__photo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	        flex-direction: column;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin-bottom: 45px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.education__picture {
	width: 50%;
	margin: 2px auto;
	max-width: 280px;
}

.education p.education__photo_zag {
	font-family: "pfdindisplaypro-bold";
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 40px;
	color: var(--color-text);
	width: 100%;
	padding: 0 0;
	display: none;
}

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

.education p.education__zag {
	font-family: "pfdindisplaypro-bold";
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 40px;
	color: var(--color-text);
	width: 100%;
	padding: 0 0;
}

.education__text {
	padding: 12px 11px;
	background: #fafafa;
	font-size: 12px;
	text-transform: uppercase;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 49%;
	    -ms-flex: 0 0 49%;
	        flex: 0 0 49%;
	margin: 0 1px;
}

.education__text_nobg {
}

.pressSearch {
	width: 76%;
}

.pressSearch__blockF {
	padding: 0px 8px;
}

.pressSearch__center {
	text-align: center;
	padding-top: 57px;
	padding-bottom: 43px;
}

.pressSearch__zag {
	font-family: "pfdindisplaypro-bold", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	line-height: 46px;
	color: var(--color-text);
}

.pressSearch__form {
	position: relative;
}

.pressSearch__input {
	padding: 12px 5px;
	outline: none;
}

.pressSearch__wrap {
	position: absolute;
	top: 0;
	right: 0;
	padding: 2px 30px;
	cursor: pointer;
	border: 2px solid var(--color-accent);
}
.pressSearch__wrap .pressSearch__icon {
	color: var(--color-accent);
}

.pressSearch__wrap:hover {
	background-color: var(--color-accent);
}

.pressSearch__wrap:hover .pressSearch__submit,
.pressSearch__wrap:hover .pressSearch__icon {
	color: #fff;
}

.pressSearch__icon {
	font-size: 14px;
	color: #636363;
}

.pressSearch__input_text {
	width: 100%;
	background-color: transparent;
	border: 2px solid var(--color-text-muted);
	padding: 12px 15px;
	font-family: "pfdindisplaypro-reg";
	font-size: 15px;
}

.pressSearch__submit {
	border: none;
	background: none;
	cursor: pointer;
	color: var(--color-accent);
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	font-family: "pfdindisplaypro-bold";
	padding: 8px 5px;
}

.mainBlock {
}

.pressNews {
	font-family: "pfdindisplaypro-light", sans-serif;
}

.pressNews__textLink {
	color: #000;
	outline: none;
}

.pressNews__textLink:hover {
	color: var(--color-brand);
	outline: none;
}

.pressNews__curent {
	color: red;
}

ul.page-numbers {
	margin: 0 auto;
	color: red;
}
.media__slider_gallery {
	font-family: "pfdindisplaypro-bold", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	line-height: 46px;
	color: var(--color-text);
	margin-top: 100px;
}
.mediateka__block.slick-slide {
	height: 383px;
}

.pressNews__date {
	width: 100%;
}

.pressNews__books {
	border-bottom: 1px solid #f2f2f2;
	padding: 18px;
}

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

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

.pressNews__zag {
	font-size: 24px;
}

.pressNews__zag_logodown {
	font-size: 14px;
	padding: 12px;
}

.pressNews__contact {
	font-size: 18px;
}

.pressNews__span {
	font-weight: 600;
}

.pressNews__text4 {
	font-size: 16px;
	color: #989898;
}

.pressNews__download {
	font-family: "pfdindisplaypro-reg", sans-serif;
	color: var(--color-accent);
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
}

.pressNews__download:hover {
	opacity: 0.7;
}

.pressNews__book {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	        flex-direction: column;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	        align-items: center;
}

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

.pressNews__block_one {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	        flex-direction: row;
	-ms-flex-pack: distribute;
	-webkit-justify-content: space-around;
	        justify-content: space-around;
}

.pressNews__block_two {
	background: #fff;
	padding: 20px;
	margin: 0 0 8px 0;
}

.pressNews__block_three {
	background: #fff;
	padding: 2px 8px;
}

.pressNews__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	        align-items: flex-start;
	flex-direction: column;
	margin: 23px auto;
	width: 100%;
	max-width: 310px;
	padding: 8px;
	background: #fff;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	-webkit-flex: 0 0 50%;
	        flex: 0 0 50%;
}
.pressNews__link-wrap {
	-webkit-align-self: end;
	    -ms-flex-item-align: end;
	        align-self: end;
	display: none;
}
.pressNews__item2 {
	position: relative;
}
.pressNews__block2 .pressNews__item2 {
	position: relative;
	max-width: 248px;
	max-height: 112px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.pressNews__block2 .pressNews__img2 {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-filter: brightness(0.8);
	        filter: brightness(0.8);
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}

.pressNews__itemLink {
	margin: 12px 0;
	border-radius: 2px;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}
.pressNews__itemLink:hover {
	display: block;
	border-radius: 2px;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}
.pressNews__itemLink:hover .pressNews__img2 {
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}
.pressNews__block2 .pressNews__item2:before {
	position: absolute;
	content: "";
	width: 2px;
	height: 100%;
	background-color: var(--color-accent);
	left: 0;
	z-index: 100;
}

.pressNews__positionText {
	position: absolute;
	bottom: 24px;
	left: 20px;
}

.pressNews__img {
	width: 100%;
	max-width: 292px;
	border-radius: 4px;
	height: auto;
}
form[name="s2formwidget"] p{
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	        flex-direction: row;
	width: 100%;
}
form[name="s2formwidget"] label {
	display: none;
}
form[name="s2formwidget"] input[name="email"] {
	border: 1px solid #d7d7d7;
	padding: 10px 20px;
	background: #fafafa;
	width: 100%;
}

form[name="s2formwidget"] input[name="subscribe"] {
	width: 100%;
	padding: 10px 15px;
	border: 1px solid red;
	background: #fafafa;
	text-decoration: none;
	cursor: pointer;
	font-family: "pfdindisplaypro-bold", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	color: var(--color-accent);
}
.pressNews__img2 {
	width: 100%;
	max-width: 236px;
}

.pressNews__img3 {
	width: 100%;
	max-width: 164px;
}

.pressNews__text {
	width: 100%;
	margin: 0 0 16px;
	padding-bottom: 15px;
	font-family: "pfdindisplaypro-med";
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: var(--color-text);
	outline: none;
}
.pressNews__text:hover {
	outline: none;
}
.slick-slide {
	outline: none;
}
.slick-slide:focus {
	outline: none;
}

.slick-slide a {
	outline: none;
}

.pressNews__text2 {
	margin: 0 auto auto;
	font-family: "pfdindisplaypro-reg";
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: var(--color-text);
	visibility: hidden;
	height: 0;
}

.pressNews__text3 {
	font-family: "pfdindisplaypro-med";
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
}

.pressNews__blockLine {
	width: 50px;
	display: none;
}

.pressNews__link {
	color: #989898;
}

.pressNews__link:hover {
	color: var(--color-brand);
}

.pressNews__line {
	border: none;
	background: red;
	height: 4px;
}

.pressNews__date {
	font-family: "pfdindisplaypro-reg";
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: var(--color-text-muted);
	text-align: left;
	padding-top: 0px;
	padding-bottom: 12px;
	margin: 0 0 0;
}

.pressNews__read {
	color: #000;
	text-transform: uppercase;
	border: 1px solid #dcdfe8;
	padding: 10px 29px;
	font-size: 10px;
	font-weight: 600;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.pressNews__read:hover {
	opacity: 0.7;
}

.pressNews__pagination {
	width: 100%;
	margin-bottom: 30px;
}
.news-subscribe {
}

ul.page-numbers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: distribute;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
	list-style-type: none;
}
ul.page-numbers:last-child {
	border: 1px solid #e2e2e2;
}
ul.page-numbers li,
ul.page-numbers b {
	padding: 10px 15px;
}
a.page-numbers {
	color: #000;
}

a.page-numbers.current {
	color: red;
}

.pressNews__pageLink {
	color: #000;
}

.pressNews__pageLink:hover {
	color: red;
	font-weight: 600;
}

.pressNews__subcrib {
	/*  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;*/
	width: 100%;
	padding: 40px 10px;
	/*  margin: 40px 0;*/
}

.pressNews__subcrib_form {
	padding: 0px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.pressNews__subcrib_text {
	text-align: center;
	margin: 17px 0;
}

.pressNews__subcrib_input {
	outline: none;
}

.pressNews__subcrib_zag {
	font-size: 20px;
}

.pressNews__subcrib_email {
	padding: 10px;
	background-color: transparent;
	border-left: 1px solid #d7d7d7;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	border-right: none;
}

.pressNews__subcrib_submit {
	padding: 10px;
	background: none;
	border: 1px solid red;
	color: red;
	text-transform: uppercase;
	font-size: 10px;
	cursor: pointer;
}

.pressNews__subcrib_submit:hover {
	background: var(--color-accent);
	color: #fff;
}

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

.flot__link:hover {
}

.flot__picture {
	width: 100%;
	margin: 3px 0;
}

.flot__setting {
	width: 100%;
	text-align: center;
	border: 1px solid #dcdfe8;
	padding: 11px 0;
}

.flot__main {
	margin: 65px 0;
}

.flot__setting:hover {
	background-color: #dcdfe8;
	cursor: pointer;
}
.flot__menu {
	text-align: center;
	border: 1px solid #dcdfe8;
	padding: 10px;
}

.flot__podrobnee {
	color: #53555c;
	text-transform: uppercase;
	font-size: 13px;
	font-family: pfdindisplaypro-med;
}

.flot__text {
	font-size: 30px;
	font-family: pfdindisplaypro-thin;
}

.flot__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	        flex-direction: column;
	text-align: center;
}
.education__picture_link {
	width: 100%;
}

@media (min-width: 576px) {
	.modalWindow__label {
	}

	.modalWindow__input_width {
		width: 100%;
	}
	.middle__zag {
		font-size: 30px;
	}
	.history__flex {
		display: block;
	}
	.header__topImg {
		display: block;
	}
	.headerVideo {
		height: 100%;
	}
	.flot__div {
		float: left;
		padding: 0px 19px;
		text-align: right;
	}
	.flot__div1 {
		text-align: left;
	}
	.flot__Inertext {
		color: var(--color-accent);
		font-size: 37px;
	}
	.flot_text_link {
		font-size: 12px;
	}
	.flot__text_red {
		font-family: pfdindisplaypro-light;
		font-size: 16px;
		text-transform: uppercase;
		color: red;
		padding: 10px;
		border: 1px solid #dcdfe8;
	}
	.servicesNews__linkText {
		font-family: pfdindisplaypro-bold;
		color: #fff;
		font-style: normal;
		font-weight: normal;
		font-size: 22px;
		line-height: 28px;
		text-transform: inherit;
	}
	.flot {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		-webkit-flex-direction: row;
		        flex-direction: row;
		width: 100%;
	}

	.flot__link {
		margin: 0px 3px;
		position: relative;
		display: inline-block;
	}

	.pressNews__logoDown_link {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		-webkit-flex-direction: row;
		        flex-direction: row;
		-ms-flex-pack: distribute;
		-webkit-justify-content: space-around;
		        justify-content: space-around;
		margin-bottom: 11px;
	}
	.pressNews__item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 49%;
		    -ms-flex: 0 0 49%;
		        flex: 0 0 49%;
		width: 49%;
	}
	.pressNews__block_item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		        flex-wrap: wrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	ulul.page-numbers li::marker {
		display: none;
	  }
	.pressNews__block__img2 {
		max-width: 100%;
	}
	.pressNews__books {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		-webkit-flex-direction: row;
		        flex-direction: row;
		-ms-flex-pack: distribute;
		-webkit-justify-content: space-around;
		        justify-content: space-around;
	}
	.pressNews__subcrib {
		/*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-bottom: 45px;
    margin-top: 16px;*/
	}
	.pressNews__subcrib_form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	.pressNews__subcrib_text {
		padding: 0;
		margin: 0;
	}
	.pressNews__subcrib_submit {
		padding: 10px;
	}
	.subscriber_form,form[name="s2formwidget"] {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		-webkit-flex-direction: row;
		        flex-direction: row;
	}
	
	.education__set {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		-webkit-flex-direction: row;
		        flex-direction: row;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		        justify-content: center;
	}
	.education__text {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 49%;
		-webkit-flex: 0 0 49%;
		        flex: 0 0 49%;
	}
	.header-top {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	.social {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		        justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-flow: column wrap;
		    -ms-flex-flow: column wrap;
		        flex-flow: column wrap;
	}
	.service__text {
		font-size: 40px;
	}
	.footer__about {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		-webkit-flex-direction: row;
		        flex-direction: row;
		-ms-flex-pack: distribute;
		-webkit-justify-content: space-around;
		        justify-content: space-around;
	}
	.call__flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		-webkit-flex-direction: row;
		        flex-direction: row;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.call_text {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 48%;
		-webkit-flex: 0 0 48%;
		        flex: 0 0 48%;
	}
	.call_email {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 48%;
		-webkit-flex: 0 0 48%;
		        flex: 0 0 48%;
	}
	.item__text {
		width: 55%;
	}
	.item__flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		-webkit-flex-direction: row;
		        flex-direction: row;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		        justify-content: center;
		-webkit-box-align: end;
		-ms-flex-align: end;
		-webkit-align-items: flex-end;
		        align-items: flex-end;
		height: 80%;
	}
	.item__uslugi_list {
		width: 50%;
	}
	.item__banner {
		margin-top: 62px;
	}
	.contactForm__singleForm {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		-webkit-flex-direction: row;
		        flex-direction: row;
		padding: 0;
	}
	.contactForm__content {
		text-align: left;
	}
	.contactForm__one {
		padding-right: 4%;
	}
	.contactForm__two {
		padding-left: 4%;
	}
	.education__picture_link {
		width: auto;
		margin: 0;
	}
}

@media (min-width: 768px) {
	.requ__about {
		float: left;
		width: 65%;
	}
	/*	.education__picture {
  width: 100%;
  margin: 5px 0;
  }*/
	.modalWindow {
		font-size: 18px;
	}
	.flot__galery_zag {
		font-size: 36px;
		font-family: pfdindisplaypro-light;
	}
	.education__photo {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.mediateka__picture_link {
		display: block;
		height: 133px;
		overflow: hidden;
	}
	.mediateka__block {
		width: 100%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		    -ms-flex: 0 0 25%;
		        flex: 0 0 25%;
		margin: 0;
	}
	.item__content {
		padding: 45px 10px;
		position: relative;
	}
	.education__text {
		font-size: 15px;
	}
	.uslugi__text {
		text-align: left;
		padding: 0 15px;
	}

	.flot__mainImg {
		position: relative;
		max-width: 296px;
		width: 100%;
		padding: 0 10px;
	}
	.flot_text_link {
		color: var(--color-text);
	}
	.flot__textimg {
		font-family: pfdindisplaypro-light;
		text-transform: uppercase;
		font-size: 18px;
		position: absolute;
		top: 0;
		width: 100%;
		bottom: 0;
		left: 0;
		right: 0;
		display: none;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.flot__mainImg:hover .flot__textimg {
		background-color: rgba(255, 255, 255, 0.7);
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.flot_text_link {
		cursor: pointer;
	}

	.service__block:hover .service__opacitetext {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	.middle__zag {
		font-size: 40px;
	}
	.slider_content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		-webkit-flex-direction: row;
		        flex-direction: row;
		-webkit-box-align: none;
		-ms-flex-align: none;
		-webkit-align-items: none;
		        align-items: none;
	}
	.flot__main {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		-webkit-flex-direction: row;
		        flex-direction: row;
		-ms-flex-pack: distribute;
		-webkit-justify-content: space-around;
		        justify-content: space-around;
		width: 100%;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		        align-items: center;
	}
	.flot__text {
		margin: 0;
		padding: 10px;
	}

	.flot__block2 {
		padding: 10px;
		border-left: 1px solid #dcdfe8;
	}
	.footer__menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		-webkit-flex-flow: row wrap;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: center;
		        justify-content: center;
		width: 100%;
	}
	.footer__main {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	.footer_knopka {
		background-image: url("../img/loop.png");
		margin: 0;
		background-color: transparent;
		position: absolute;
		right: 18px;
		top: 8px;
		height: 15px;
		width: 15px;
		border: 0;
		outline: none;
		cursor: pointer;
	}
	.up-arrow__wrapper {
		position: fixed;
		bottom: 133px;
		right: 44px;
		z-index: 100;
		display: none;
	}
	.up-arrow {
		border-radius: 50%;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		opacity: 0.55;
		-webkit-transition: all 0.15s ease-in-out;
		-o-transition: all 0.15s ease-in-out;
		transition: all 0.15s ease-in-out;
		height: 83px;
		width: 83px;
		background: var(--color-brand);
		border: 2px solid var(--color-brand);
		position: relative;
	}
	.up-arrow:after {
		position: absolute;
		content: "";
		display: block;
		width: 20px;
		height: 20px;
		border-top: 5px solid #fff;
		border-right: 5px solid #fff;
		-webkit-transform: rotate(-45deg);
		    -ms-transform: rotate(-45deg);
		        transform: rotate(-45deg);
		right: -webkit-calc(50% - 8px);
		right: calc(50% - 8px);
		top: -webkit-calc(50% - 14px);
		top: calc(50% - 14px);
	}
	.up-arrow:before {
		position: absolute;
		content: "";
		display: block;
		width: 30px;
		height: 20px;
		border-top: 5px solid #fff;
		-webkit-transform: rotate(90deg);
		    -ms-transform: rotate(90deg);
		        transform: rotate(90deg);
		right: -webkit-calc(50% - 6px);
		right: calc(50% - 6px);
		top: -webkit-calc(50% - 10px);
		top: calc(50% - 10px);
	}
	.service__text {
		font-size: 45px;
	}
	.career__text {
		width: 40%;
	}
	.career__fonblue {
		width: 50%;
	}
	.career__ctext {
		width: 40%;
		color: var(--color-text);
	}
	.uslugi {
		background-image: url("../img/uslugi/bg.jpg");
		background-position: center center;
		background-position-background-repeat: no-repeat;
		background-position-padding: 78px 0;
	}
	.uslugi__container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	.uslugi__item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		-webkit-flex-direction: row;
		        flex-direction: row;
		-webkit-box-align: start;
		-ms-flex-align: start;
		-webkit-align-items: flex-start;
		        align-items: flex-start;
	}
	.uslugi__img {
		width: 100px;
	}
	.uslugi__block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		-webkit-flex-direction: row;
		        flex-direction: row;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		        flex-wrap: wrap;
		width: 100%;
	}
	.uslugi__item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 46%;
		-webkit-flex: 0 0 46%;
		        flex: 0 0 46%;
		padding: 0px 17px;
		margin-bottom: 22px;
		-webkit-box-align: center;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
		width: 50%;
	}
	.uslugi__img {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 22%;
		-webkit-flex: 0 0 22%;
		        flex: 0 0 22%;
	}
	.uslugi__paragraf {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 70%;
		-webkit-flex: 0 0 70%;
		        flex: 0 0 70%;
	}
}

@media (min-width: 992px) {
	.requ__about {
		float: left;
		width: 73%;
	}

	.logo__span {
		margin: 5px 0;
	}
	.language-chooser-image {
		display: none;
	}
	.non_dn .qtranxs_language_chooser {
		display: none;
	}
	.ru_en_header,.qtranxs_language_chooser {
		display: block;
		position: absolute;
		right: 0;
		width: 5%;
		background: var(--color-brand);
		border-radius: 0px 0px 0px 18px;
	}
	.wrapper__zag {
		text-align: left;
	}
	.middle_pad {
		padding: 18% 0%;
	}
	.slider {
		width: 100%;
		margin: 0 auto;
	}
	.education__text {
		position: relative;
		font-family: "pfdindisplaypro-reg";
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 22px;
		color: #505050;
		margin: 0;
	}
	.education__text:last-child {
		font-family: "pfdindisplaypro-med";
		font-style: normal;
		font-weight: normal;
		font-size: 16px;
		line-height: 22px;
		color: var(--color-text);
	}
	.education__text:first-child::after {
		content: "";
		position: absolute;
		background-color: #e5e5e5;
		width: 100%;
		height: 1px;
		left: 11px;
		bottom: 0;
	}
	.education__text:last-child::after {
		content: "";
		position: absolute;
		background-color: #e5e5e5;
		width: 100%;
		height: 1px;
		right: 11px;
		bottom: 0;
	}
	.education__main .education__set:last-child .education__text:after {
		content: unset;
	}
	.service__opacitetext {
		height: 286px;
	}
	.mobili__sub_li {
		margin: 5px 0px;
	}
	.servicesNews__block {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 30%;
		    -ms-flex: 0 0 30%;
		        flex: 0 0 30%;
		margin: 15px;
		width: 100%;
		height: 220px;
		overflow: hidden;
		border-radius: 4px;
	}
	a.service__text.service__text_uslugi {
		font-size: 28px;
	}
	.service__zag.service__zag_uslugi {
		position: absolute;
		top: 28%;
		left: 6%;
		text-transform: uppercase;
	}
	.service__block.service__block_uslugi {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 47%;
		-webkit-flex: 0 0 49%;
		        flex: 0 0 49%;
		width: 47%;
		padding: 11px;
	}
	.mobili__sub_three {
		display: block;
		border-top: none;
		border-left: none;
		font-weight: 400;
		list-style-type: none;
	}
	.mobili__div {
		position: absolute;
		width: 100%;
		max-width: 1170px;
		left: 0;
		z-index: 3;
		display: none;
		top: 95px;
	}
	.mobili__sub_four_link {
		text-transform: none;
		font-size: 12px;
	}
	.mobili__sub {
		border-left: none;
		border-top: 3px solid #6788dd;
		font-weight: 400;
		margin-top: 88px;
		background: rgb(255, 255, 255, 0.9);
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		min-height: 341px;
		max-height: 500px;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	.mobili__sub_four {
		padding: 12px 0 0;
	}
	.menu__item:hover .mobili__div {
		display: block;
	}
	.mobili__sub_li {
		padding: 12px 0;
		text-transform: none;
		max-width: 300px;
		width: auto;
	}
	.mobili__div .mobili__sub > .mobili__sub_li {
		margin: 0 50px 0 0;

	}
	.mobili__sub_href.mobili__sub_three_link,
	.mobili__sub_href.mobili__sub_four_link {
		display: block;
		text-transform: none;
		font-family: "pfdindisplaypro-med";
		font-style: normal;
		font-weight: 500;
		font-size: 14px;
		line-height: 120%;
		color: #505050;
	}
	.mobili__sub_four .mobili__sub_li_four {
		padding: 0;
	}
	.mobili__sub_li_four {
		padding: 12px 0;
		font-weight: 600;
		font-size: 14px;
	}
	.mobili__sub_href.mobili__sub_three_link:hover {
		color: red;
	}
	.header-top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		-webkit-flex-direction: row;
		        flex-direction: row;
		-ms-flex-pack: distribute;
		-webkit-justify-content: space-around;
		        justify-content: space-around;
		position: relative;
	}
	.logo {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		-webkit-flex: 0 0 25%;
		        flex: 0 0 25%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		-webkit-order: 1;
		        order: 1;
	}
	.logo__text {
		font-size: 16px;
		text-transform: uppercase;
	}
	.menu {
		display: none;
	}
	.menu__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		-webkit-order: 2;
		        order: 2;
		list-style-type: none;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		        flex-wrap: wrap;
		-webkit-box-flex: 0;
		-ms-flex: auto;
		-webkit-flex: auto;
		        flex: auto;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
				-webkit-box-align: center;
				-webkit-align-items: center;
				    -ms-flex-align: center;
				        align-items: center;
		margin: auto;
	}
	.menu__single {
		font-family: "pfdindisplaypro-med";
		font-style: normal;
		font-weight: 500;
		font-size: 20px;
		line-height: 22px;
		color: var(--color-text);
	}
	.menu__item {
		padding: 0px 12px;
	}
	.social {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		-webkit-order: 3;
		        order: 3;
		-webkit-box-flex: 0;
		-ms-flex: auto;
		-webkit-flex: auto;
		        flex: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-flow: column wrap;
		    -ms-flex-flow: column wrap;
		        flex-flow: column wrap;
	}
	.service {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		-webkit-flex-direction: row;
		        flex-direction: row;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		        flex-wrap: wrap;
		-ms-flex-pack: distribute;
		-webkit-justify-content: space-around;
		        justify-content: space-around;
	}
	.service__block {
		max-width: 280px;
		max-height: 170px;
		height: 100%;
		width: 100%;
		padding: 0;

	}
	.call__input {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 45%;
		-webkit-flex: 0 0 45%;
		        flex: 0 0 45%;
	}
	.call_email {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		-webkit-flex: 0 0 50%;
		        flex: 0 0 50%;
	}
	.call_text {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 48%;
		-webkit-flex: 0 0 48%;
		        flex: 0 0 48%;
	}
	.history__flex {
		display: block;
	}
	.history__content {
		width: 48%;
	}
	.history__whitefon {
		width: 50%;
	}
	.contact__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 45%;
		-webkit-flex: 0 0 45%;
		        flex: 0 0 45%;
		margin-bottom: 44px;
	}
	.contact__item img {
		border-radius: 2px;
	}
	.contact__content .contact__zag {
		font-family: "pfdindisplaypro-bold", sans-serif;
		font-style: normal;
		font-weight: bold;
		font-size: 22px;
		line-height: 28px;
		color: var(--color-text);
	}
	p.contact__data {
		font-family: "pfdindisplaypro-reg", sans-serif;
		font-style: normal;
		font-weight: normal;
		font-size: 16px;
		line-height: 24px;
		color: var(--color-text);
		margin: 8px 0;
	}
	.contact__flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		-webkit-flex-direction: row;
		        flex-direction: row;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		        flex-wrap: wrap;
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		-webkit-align-items: baseline;
		        align-items: baseline;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		        justify-content: space-between;
		width: 100%;
	}
	/*.pressNews__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        }*/
	.pressNews__item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		        flex-direction: column;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 31%;
		-webkit-flex: 0 0 31%;
		        flex: 0 0 31%;
		margin: 10px 0;
		padding: 0;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		        justify-content: space-between;
	}
	.education__photo {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		-webkit-flex-direction: row;
		        flex-direction: row;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		        justify-content: center;
	}
	/*.education__photo a {*/
	/*-webkit-box-flex: 0;*/
	/*-ms-flex: 0 0 33%;*/
	/*flex: 0 0 33%;*/
	/*}*/
	.education__picture {
		width: 100%;
		margin: 5px 5px;
	}
}
/* 19.06.2020 */
.header__top-social_phone {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	padding: 11px 0;
}
@media (max-width: 1500px) {
	.header__top-social_phone {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
}
@media (max-width: 1300px) {
	.header__top-social_phone {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-flow: column wrap;
		    -ms-flex-flow: column wrap;
		        flex-flow: column wrap;
		-ms-align-items: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}
.header__top-social_phone span {
	padding: 0 0 0 16px;
}
.header__top-social_phone a {
	font-family: "pfdindisplaypro-med";
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #505050;
}
.social__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	margin: 0;
}
.social .social_phone {
	text-align: right;
	font-family: "pfdindisplaypro-med";
	font-style: normal;
	font-weight: 500;
}
.social .social_phone a {
	color: var(--color-text);
}
.logo__text {
	margin: auto 0;
}
.logo__text p {
	font-family: "pfdindisplaypro-bold";
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	margin: 0;
	color: var(--color-accent);
}
.logo__text p:first-child {
	color: var(--color-brand);
}
.social__list li a {
	color: #505050;
	font-size: 18px;
}
.social__list li {
	padding: 0 12px;
}
.social__list .footer__forms {
	position: relative;
	margin: 0 0 0 auto;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	width: 30px;
	height: 30px;
	background: #fff;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 25px;
	border: 4px solid rgba(0, 0, 0, 0);
}
.social__list .footer__poisk {
	height: 22.5px;
	border-radius: unset;
	padding: 0;
}
.social__list .footer__forms .fa-search {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 4px;
	width: 22.5px;
	height: 22.5px;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 50%;
	color: #505050;
	text-align: center;
	font-size: 18px;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.social__list .footer__forms:hover {
	width: 95px;
	cursor: pointer;
	background-color: #fff;
}

.social__list .footer__forms:hover input {
	display: block;
}

.social__list .footer__forms:hover .fa-search {
	background: #424242;
	color: #fff;
}
.mobili__sub_href {
	font-family: "pfdindisplaypro-med";
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: var(--color-text);
}
@media (min-width: 1200px) {
	@media (min-width: 1200px) {
	.menu__item:nth-child(3) .mobili__sub {
    display: block;
		column-count: 2;
    display: block;
		page-break-inside: avoid;
  break-inside: avoid;
}
}
	.mobili__sub_three .mobili__sub_li {
		font-family: "pfdindisplaypro-med";
		font-style: normal;
		font-weight: 500;
		font-size: 14px;
		line-height: 120%;
		color: #505050;
		list-style: disc;
		margin-left: 15px;
	}
	.modalWindow {
		padding: 0px 18px;
	}
	.flot__galery_zag {
		text-align: left;
	}
	.logo__div {
		display: -webkit-inline-box;
		display: -webkit-inline-flex;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin-right: 32px;
		width: auto;
	}
	.logo__span {
		margin: 44px 0;
	}
	.headerVideo {
		height: 700px;
		overflow: hidden;
		background: rgba(255, 255, 255, 1);
	}
	.mediateka__picture_link {
		max-height: 220px;
		max-width: 280px;
		width: 100%;
		height: 100%;
		margin: 0;
	}
	.education__zag_main,
	.education__zag {
		padding: 0;
	}
	.item__content {
		padding: 45px 10px;
		position: relative;
		top: 100px;
	}
	.subscriber {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		height: 30vh;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		        align-items: center;
		font-family: "pfdindisplaypro-light", sans-serif;
		background: url("../img/bg-hero.jpg") no-repeat;
		background-size: cover;
		background-position: center 50%;
		height: 218px;
	}
	.flot__Inertext {
		color: var(--color-accent);
		font-size: 42px;
	}
	.header__topImg {
		position: relative;
		top: -65px;
	}
	.flot__div {
		float: left;
		margin-right: 71px;
		padding: 0;
		text-align: right;
	}
	.flot__div1 {
		text-align: left;
	}
	.flot_spans {
		margin-bottom: 8px;
	}
	.education__photo_zag {
		text-align: left;
	}
	.video__main {
		margin: 90px auto;
	}
	.subscriber_two {
		height: 145px;
		display: none;
	}
	.public {
		padding: 0;
	}
	.flot_text_link {
		font-size: 20px;
	}
	.subscriber__main {
		margin: 0;
	}
	/*мы социальных сетях*/
	i.fab.fa-facebook-f.social__socImg.wesocials:before {
		left: 34%;
	}
	i.fab.fa-instagram.social__socImg.wesocials:before {
		left: 21%;
	}
	i.fab.fa-vk.social__socImg.wesocials:before {
		left: 10%;
	}
	i.fab.fa-youtube.social__socImg.wesocials:before {
		left: 13%;
	}
	.service__opacitetext {
		height: 340px;
	}
	.mediateka__photo_zag {
		font-size: 36px;
		width: 100%;
		text-align: left;
	}
	.video__press_podrobnee {
		width: 100%;
		text-align: right;
		position: relative;
		right: 59px;
		top: -53px;
	}
	.mobili__div {
		position: absolute;
		width: 100%;
		max-width: 1440px;
		top: 64px;
		left: 0;
		z-index: 9999;
	}
	.mobili__sub {
		border-left: none;
		border-top: 3px solid #6788dd;
		font-weight: 400;
		margin: 52px auto 0;
		max-width: 1245px;
		width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		height: 100%;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
		padding: 22px 48px;
		background-color: #fff;
		background-color: rgb(255, 255, 255);
	}

	ul.page-numbers {
		margin: 0;
	}
	.wrapper__main {
		position: relative;
	}
	.pressSearch__center {
		text-align: left;
	}
	.pressNews__item {
	}
	.pressSearch__blockF {
		padding: 0px 0px;
	}
	.header-top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-pack: distribute;
		-webkit-justify-content: space-around;
		        justify-content: space-around;
		        -webkit-box-align: center;
		        -webkit-align-items: center;
		            -ms-flex-align: center;
		                align-items: center;
		margin: auto;
	}
	.menu__item {
		padding: 0px 16px;
		margin: auto;
	}
	.menu__list {
		font-family: "pfdindisplaypro-reg", sans-serif;
	}
	.logo {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		-webkit-flex-direction: row;
		        flex-direction: row;
		-webkit-box-flex: 0;
		-ms-flex: auto;
		-webkit-flex: auto;
		        flex: auto;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		text-align: left;
	}
	.logo__img {
		width: 100%;
		max-width: 114px;
		/*position: relative;*/
		/*left: 50px;*/
		/*left: 0;*/
	}
	.logo__text {
		font-size: 14px;
	}
	.logo__span {
		padding: 7px 12px;
	}
	.social {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-flow: column wrap;
		    -ms-flex-flow: column wrap;
		        flex-flow: column wrap;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		-webkit-order: 3;
		        order: 3;
		-webkit-box-flex: 0;
		-ms-flex: auto;
		-webkit-flex: auto;
		        flex: auto;
		-ms-align-items: unset;
		-webkit-box-align: unset;
		-webkit-align-items: unset;
		    -ms-flex-align: unset;
		        align-items: unset;
		margin-bottom: auto;
	}
	.header-top .social.non_dn {
		display: none;
	}

	.header-top .ru_en.non_dn {
		display: none;
	}
	.middle__position {
		position: relative;
		width: 100%;
		max-width: 700px;
	}
	.pressNews__block_two {
		margin: 0 8px 8px 8px;
	}
	.pressNews__block_three {
		margin: 0 8px;
	}
	.middle_pad {
		padding: 150px 0 0;
		position: absolute;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row wrap;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
				justify-content: flex-start;
		top: 0;
	}
	.middle__pad_m {
		/*padding: 280px 0;*/
		padding: 64px 0 0;
		width: 100%;
	}
	.middle__item {
		margin: 0 30px 0 0;
		display: inline-block;
	}
	.middle__item:nth-child(2) {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 13%;
		    -ms-flex: 0 0 13%;
		        flex: 0 0 13%;
	}
	.middle__item_text {
		font-family: "pfdindisplaypro-bold";
		font-style: normal;
		font-weight: normal;
		font-size: 48px;
		color: var(--color-accent);
	}
	.middle__item_text span {
		font-family: "pfdindisplaypro-bold";
		font-style: normal;
		font-weight: normal;
		font-size: 16px;
		color: #ffffff;
	}
	.middle__item_text sup {
		font-family: "pfdindisplaypro-bold";
		font-style: normal;
		font-weight: normal;
		font-size: 16px;
		color: #ffffff;
	}
	.middle__item p {
		font-family: "pfdindisplaypro-med";
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 130%;
		color: #ffffff;
		margin: 6px 0;
	}
	.middle__main {
		position: absolute;
		left: 0;
		padding: 9px 28px;
		background: none;
		color: #fff;
	}
	.middle__zag {
		font-family: "pfdindisplaypro-bold";
		text-align: left;
		font-style: normal;
		font-weight: normal;
		font-size: 40px;
		line-height: 46px;
	}
	.middle__zag_pos {
		background-color: transparent;
		color: #fff;
		padding: 0;
		width: 43%;
		margin: 0 auto 0 0;
	}
	.middle__zag_pos span {
		color: #fff;
	}
	.service__text {
		font-family: "pfdindisplaypro-bold";
		font-style: normal;
		font-weight: normal;
		font-size: 24px;
		line-height: 28px;
		text-align: center;
		color: #ffffff;
	}
	.service__bottom_txt {
		font-size: 20px;
	}
	.news {
		width: 100%;
		text-align: left;
		font-family: "pfdindisplaypro-light", sans-serif;
	}
	.news__zag {
		font-size: 36px;
	}
	p.news__zag {
		font-family: "pfdindisplaypro-bold";
		font-style: normal;
		font-weight: normal;
		font-size: 32px;
		line-height: 40px;
		color: var(--color-text);
	}

	.subscriber__main {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		width: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		        justify-content: space-between;
	}
	.subscriber_text {
		margin: 0;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 30%;
		-webkit-flex: 0 0 30%;
		        flex: 0 0 30%;
	}
	.video__main {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		-webkit-flex-direction: row;
		        flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		        align-items: center;
		width: 100%;
	}
	.video__video {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 60%;
		-webkit-flex: 0 0 60%;
		        flex: 0 0 60%;
	}
	.video__video iframe {
		width: 70%;
	}
	.video__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 40%;
		-webkit-flex: 0 0 40%;
		        flex: 0 0 40%;
		padding: 20px;
	}
	.call {
		padding: 70px 0;
	}
	.call__input {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 48%;
		-webkit-flex: 0 0 48%;
		        flex: 0 0 48%;
	}
	.call__main {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		width: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		        justify-content: space-between;
	}
	.call__content {
		text-align: left;
	}
	.call__forms {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 48%;
		-webkit-flex: 0 0 48%;
		        flex: 0 0 48%;
	}
	.footer__about {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		-webkit-flex-direction: row;
		        flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		        justify-content: space-between;
	}
	.company__content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		        justify-content: space-between;
	}
	.company__logo {
		padding: 0 50px;
	}
	.company__line {
		width: 40%;
		height: 4px;
	}
	.pressNews {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		-o-flex-flow: row wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		        flex-flow: row wrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.pressNews__block {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 76%;
		-webkit-flex: 0 0 76%;
		        flex: 0 0 76%;
		margin: 0;
		max-width: 100%;
	}
	.pressNews__block_one {
		margin: 0;
	}
	.pressNews__read {
		width: 44%;
	}
	.pressNews__block2 {
		-webkit-flex: 0 0 20%;
		-moz-flex: 0 0 20%;
		-ms-flex: 0 0 20%;
		-o-flex: 0 0 20%;
		-webkit-box-flex: 0;
		        flex: 0 0 20%;
	}
	.education__photo {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		-webkit-flex-direction: row;
		        flex-direction: row;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
	/*.education__photo a{*/
	/*-webkit-box-flex: 0;*/
	/*-ms-flex: 0 0 33%;*/
	/*flex: 0 0 33%;*/
	/*width: 33%;*/
	/*}*/
	.education__picture {
		width: 100%;
		margin: 5px 0;
	}
}

i.fab.fa-vk.social__socImg {
	border: 1px solid #de98a2;
	height: 33px;
	width: 33px;
	border-radius: 100%;
	position: relative;
	color: var(--color-accent);
}
i.fab.fa-vk.social__socImg:hover {
	background-color: #e40e34;
	color: #fff;
}
i.fab.fa-vk.social__socImg:before {
	position: absolute;
	top: 19%;
	left: 4px;
	right: 0;
	bottom: 0;
}

i.fa-facebook-f.social__socImg {
	color: var(--color-accent);
	border: 1px solid #de98a2;
	height: 33px;
	width: 33px;
	border-radius: 100%;
	position: relative;
}
i.fa-facebook-f.social__socImg:hover {
	background-color: #e40e34;
	color: #fff;
}

i.fa-facebook-f.social__socImg:before {
	position: absolute;
	top: 16%;
	left: 10px;
	right: 0;
	bottom: 0;
}

i.fa-instagram.social__socImg {
	color: var(--color-accent);
	border: 1px solid #de98a2;
	height: 33px;
	width: 33px;
	border-radius: 100%;
	position: relative;
}
i.fa-instagram.social__socImg:hover {
	background-color: #e40e34;
	color: #fff;
}
i.fa-instagram.social__socImg:before {
	position: absolute;
	top: 17%;
	left: 7px;
	right: 0;
	bottom: 0;
}
i.fa-youtube.social__socImg {
	color: var(--color-accent);
	border: 1px solid #de98a2;
	height: 33px;
	width: 33px;
	border-radius: 100%;
	position: relative;
}
i.fa-youtube.social__socImg:before {
	position: absolute;
	top: 17%;
	left: 15%;
	right: 0;
	bottom: 0;
}
i.fa-youtube.social__socImg:hover {
	background-color: #e40e34;
	color: #fff;
}
i.fa-twitter.social__socImg {
	color: var(--color-accent);
	border: 1px solid #de98a2;
	height: 33px;
	width: 33px;
	border-radius: 100%;
	position: relative;
}
i.fa-twitter.social__socImg:hover {
	background-color: #e40e34;
	color: #fff;
}
i.fa-twitter.social__socImg:before {
	position: absolute;
	top: 17%;
	left: 15%;
	right: 0;
	bottom: 0;
}
/*Мы в социальных сетях*/
i.fab.fa-vk.wesocial__socImg {
	color: #2f5ed9;
	border: 1px solid #b3bfdc;
	height: 30px;
	width: 30px;
	border-radius: 100%;
	position: relative;
}
i.fab.fa-vk.wesocial__socImg:hover {
	background-color: #2f5ed9;
	color: #fff;
}
i.fab.fa-vk.wesocial__socImg:before {
	position: absolute;
	top: 17%;
	left: 12%;
	right: 0;
	bottom: 0;
	font-size: 18px;
}

i.fa-facebook-f.wesocial__socImg {
	color: #2f5ed9;
	border: 1px solid #b3bfdc;
	height: 30px;
	width: 30px;
	border-radius: 100%;
	position: relative;
}
i.fa-facebook-f.wesocial__socImg:hover {
	background-color: #2f5ed9;
	color: #fff;
}

i.fa-facebook-f.wesocial__socImg:before {
	position: absolute;
	top: 18%;
	left: 10px;
	right: 0;
	bottom: 0;
	font-size: 16px;
}

i.fa-instagram.wesocial__socImg {
	color: #2f5ed9;
	border: 1px solid #b3bfdc;
	height: 30px;
	width: 30px;
	border-radius: 100%;
	position: relative;
}
i.fa-instagram.wesocial__socImg:hover {
	background-color: #2f5ed9;
	color: #fff;
}
i.fa-instagram.wesocial__socImg:before {
	position: absolute;
	top: 14%;
	left: 19%;
	right: 0;
	bottom: 0;
	font-size: 19px;
}
i.fa-youtube.wesocial__socImg {
	color: #2f5ed9;
	border: 1px solid #b3bfdc;
	height: 30px;
	width: 30px;
	border-radius: 100%;
	position: relative;
}
i.fa-youtube.wesocial__socImg:before {
	position: absolute;
	top: 18%;
	left: 14%;
	right: 0;
	bottom: 0;
	font-size: 18px;
}
i.fa-youtube.wesocial__socImg:hover {
	background-color: #2f5ed9;
	color: #fff;
}
.subscriber_vak {
	color: #000;
	border: 2px solid #d7d7d7;
	padding: 10px;
}
.subscriber_vak2 {
	color: #000;
	border: 1px solid #b7b7b7;
	padding: 10px;
}

.vakFormdiv {
	text-align: center;
	padding: 0 12px;
	position: relative;
	top: -20px;
}
.subscriber_vak2:hover {
	background-color: #a2a2a2;
	color: #fff;
	border: 1px solid #b7b7b7;
	cursor: pointer;
}
.hs-ok-text {
	color: var(--color-btn);
	width: 100%;
	padding: 5px;
	text-align: center;
}
.subscriber_vak:hover {
	background-color: red;
	color: #fff;
	border: none;
	cursor: pointer;
}
.news-list ul {
	padding: 0px 36px;
}

/*Style modal okno*/
.modalWindow__input {
	border: 1px solid #ddd;
	outline: none;
	background: transparent !important;
	padding: 8px 17px;
	color: var(--color-text);
}

.modalWindow__inputs {
	padding: 12px;
}
.modalWindow__zag {
	padding: 0;
	margin: 0;
}

.modalFooter {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 9999999;
	align-items: center;
	height: 100vh;
	width: 480px;
	max-width: 96%;
	margin: 0 auto;
}
.modalFooter.opened {
	display: flex;
}
#modalFooterDark {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 99999;
	background-color: rgba(0, 0, 0, 0.55);
}
.modalWindow {
	position: relative;
}

@media (max-width: 1200px) {
	.menu__item {
		list-style-type: none;
    margin: 16px 0%;
    padding: 0px 10px;
	}
	.middle_pad {
		/*padding: 280px 0;*/
		padding: 150px 0 0;
		position: absolute;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row wrap;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
		top: 45%;
		-webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
	.middle__pad_m {
		/*padding: 280px 0;*/
		padding: 32px 0 0;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
	.middle__item {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 30%;
		    -ms-flex: 0 0 30%;
		        flex: 0 0 30%;
		margin: 0 0 0 0;
	}
	.middle__item_text {
		font-family: "pfdindisplaypro-bold";
		font-style: normal;
		font-weight: normal;
		font-size: 48px;
		color: var(--color-accent);
	}
	.middle__item_text span {
		font-family: "pfdindisplaypro-bold";
		font-style: normal;
		font-weight: normal;
		font-size: 16px;
		color: #ffffff;
	}
	.middle__item_text sup {
		font-family: "pfdindisplaypro-bold";
		font-style: normal;
		font-weight: normal;
		font-size: 16px;
		color: #ffffff;
	}
	.middle__item p {
		font-family: "pfdindisplaypro-med";
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 130%;
		color: #ffffff;
	}
	.middle__main {
		position: absolute;
		left: 0;
		padding: 9px 28px;
		background: none;
		color: #fff;
	}
	.middle__zag {
		font-family: "pfdindisplaypro-bold";
		text-align: left;
		font-style: normal;
		font-weight: normal;
		font-size: 30px;
		line-height: 1.3;
	}
	.middle__zag_pos {
		background-color: transparent;
		color: #fff;
		padding: 0;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
	}
	.middle__zag_pos span {
		color: #fff;
	}
	.service__text {
		font-family: "pfdindisplaypro-bold";
		font-style: normal;
		font-weight: normal;
		font-size: 24px;
		line-height: 28px;
		text-align: center;
		color: #ffffff;
	}
	.service__block {
		max-width: 280px;
		width: 100%;
		padding: 0;
		margin: 15px;
	}
	.service {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row wrap;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.main_bg {
		height: 100% !important;
	}
	.company__zag.company__zag_size {
		padding: 0;
		font-size: 34px;
	}
	.wrapper__zag {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
	}
	.contact__flex {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
	}
	.contact__flex {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row wrap;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		margin: 0;
	}
	.contact__item {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
	}
	.subscriber_two {
		display: none;
	}
	.aboutcomp__column {
		width: 100%;
		display: inline-block;
	}
	.item-aboutcomp_flex_row {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
	}
	.item-aboutcomp {
		max-width: 600px;
		margin: auto;
	}
	.slider.news {
		padding: 0 80px;
	}
	.slider__content .slider_text {
		padding: 0 15px 0 0;
	}
	.slider__img_wrap {
		margin: 0 auto;
	}
	.slider {
		width: 80%;
	}
	.photo-items-list.photo-photo-list {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.photo-items-list .photo-item-cont {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33%;
		    -ms-flex: 0 0 33%;
		        flex: 0 0 33%;
	}
	.photo-item-inner {
		margin: auto;
	}
	.photo-item-cont .photo-item-inner img {
		top: unset !important;
	}
}

.photo-item-cont .photo-item-inner img {
	top: unset !important;
}
.text__hide {
	display: none;
}
.main__tac {
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 40px;
	color: var(--color-text);
}
@media (max-width: 992px) {
	body.menu-open {
		overflow: hidden;
	}
	.text__hide {
		display: block;
	}
	.mobili {
		background: #fff;
		display: none;
		border-bottom: 3px solid #6788dd;
		position: absolute;
		width: 100vw;
		left: 0;
		top: 100%;
		z-index: 9999;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
		min-height: calc(100vh - 130px);
		overflow-y: auto;
		box-sizing: border-box;
	}
	.mobili__list {
		list-style-type: none;
		margin: 16px 0%;
		padding: 0px 10px;
	}
	.mobili__href {
		font-family: "pfdindisplaypro-reg";
		font-style: normal;
		font-weight: 500;
		font-size: 20px;
		line-height: 22px;
		color: var(--color-text);
		display: block;
		min-height: 44px;
		padding: 10px 0;
	}
	.menu .hamburger-box {
		height: 40px;
	}
	.header-top {
		position: relative;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row wrap;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		z-index: 10000;
	}
	.main__nav_menu {
		position: static;
		width: auto;
		outline: none;
	}
	.logo {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row wrap;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
		text-align: left;
	}
	.logo__div {
		width: auto;
	}
	.logo__text {
		margin: auto 5px;
	}
	.logo__text p {
		font-size: 14px;
		color: var(--color-text, #1a2332);
	}
	.header-top .social,
	.header-top .ru_en {
		display: none;
	}
	.header-top .social.non_dn {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		margin-top: 49px;
	}
	.header__top-social_phone span {
		padding: 0 0 15px 12px;
	}
	.header-top .social.non_dn .header__top-social_phone {
		-ms-align-items: flex-start;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	.header-top .social.non_dn .social_phone {
		padding: 0 12px;
		text-align: left;
	}

	.header-top .ru_en.non_dn {
		display: block;
		padding: 12px;
		text-align: left;
	}

	.contact__content .contact__zag {
		font-family: "pfdindisplaypro-bold", sans-serif;
		font-style: normal;
		font-weight: bold;
		font-size: 22px;
		line-height: 28px;
		color: var(--color-text);
	}
	p.contact__data {
		font-family: "pfdindisplaypro-reg", sans-serif;
		font-style: normal;
		font-weight: normal;
		font-size: 16px;
		line-height: 24px;
		color: var(--color-text);
	}
	.hamburger {
		width: 100%;
		text-align: center;
	}
	.hamburger.hamburger--slider .hamburger-box {
		width: 20px;
		height: 15px;
	}
	.hamburger.hamburger--slider .hamburger-inner,
	.hamburger.hamburger--slide .hamburger-inner::before,
	.hamburger.hamburger--slide .hamburger-inner::after {
		width: 20px;
		height: 1px;
	}
	.hamburger.hamburger--slider .hamburger-inner::before {
		top: 6px;
		width: 20px;
		height: 1px;
	}
	.hamburger.hamburger--slider .hamburger-inner::after {
		top: 12px;
		width: 20px;
		height: 1px;
	}
	.hamburger.hamburger--slider.is-active .hamburger-inner::after {
		top: 20px;
		width: 20px;
		height: 1px;
	}
	.hamburger.hamburger--slider.is-active .hamburger-inner {
		-webkit-transform: translate3d(0, 5px, 0) rotate(45deg);
		        transform: translate3d(0, 5px, 0) rotate(45deg);
	}
	.wrapper__flot {
		height: auto !important;
		min-height: 500px;
	}
	.servicesNews__img {
		width: 100%;
		height: 100%;
	}
	.main__tac {
		text-align: center;
	}
	.news {
		padding-bottom: 0;
	}
	.mediateka__picture_link {
		margin: 15px 0;
	}
}
@media (max-width: 768px) {
	.slider {
		width: 100%;
	}
	form[name="s2formwidget"] p {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		        justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		        flex-direction: column;
	}
	.photo-items-list .photo-item-cont {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 49%;
		    -ms-flex: 0 0 49%;
		        flex: 0 0 49%;
	}
	.slider.news {
		padding: 0 0 20px 0;
	}
	.middle__main {
		position: absolute;
		background: none;
		color: #fff;
		padding: 0 20px;
		font-size: 22px;
	}
	#main_bcg {
		position: relative !important;
		height: 650px !important;
		background-position: 53% 75% !important;
	}
	.del__wrapper {
		padding: 0 !important;
	}
	.wrapper__flot {
		height: auto !important;
		min-height: 400px;
	}
	.flotwrapper__flot .middle__position {
		position: absolute;
		padding: 0;
		top: 200px;
		width: 78%;
	}
	.flotwrapper__flot .middle__zag.middle__interview {
		padding: 0 0;
	}
	.social {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		        justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-flow: column wrap;
		    -ms-flex-flow: column wrap;
		        flex-flow: column wrap;
	}

	.service {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: unset;
		-webkit-align-items: unset;
		    -ms-flex-align: unset;
		        align-items: unset;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row wrap;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
		-webkit-justify-content: space-around;
		    -ms-flex-pack: distribute;
		        justify-content: space-around;
		margin: 0;
	}
	.service__text {
		font-family: "pfdindisplaypro-bold";
		font-style: normal;
		font-weight: normal;
		font-size: 14px;
		line-height: 18px;
	}
	.middle__zag_pos {
		font-size: 24px;
		line-height: 130%;
	}
	.middle__zag_pos span {
		line-height: 130%;
		font-size: 24px;
	}
	.middle__item_text {
		font-size: 32px;
	}
	.middle__item p {
		font-size: 16px;
		width: 49%;
		margin: 0;
	}
	.middle__item {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 32%;
		    -ms-flex: 0 0 32%;
		        flex: 0 0 32%;
	}
	.aboutcomp__column {
		width: 100%;
		display: inline-block;
	}
	.company__zag.company__zag_size {
		padding: 0 20px;
		font-size: 22px;
		left: 50%;
		width: 79%;
		-webkit-transform: translateY(-50%) translateX(-50%);
		    -ms-transform: translateY(-50%) translateX(-50%);
		        transform: translateY(-50%) translateX(-50%);
	}
	.middle__zag.middle__interview {
		font-size: 22px;
	}
	.middle {
		padding: 0px 15px;
	}
	.inter .middle.middle__position_news .middle__main {
		top: 50%;
		-webkit-transform: translateY(-50%) translateX(-50%);
		    -ms-transform: translateY(-50%) translateX(-50%);
		        transform: translateY(-50%) translateX(-50%);
		left: 50%;
		position: absolute;
		max-width: 687px;
		padding: 0 70px;
		width: 100%;
	}
	.header__top-social_phone {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.pressSearch {
		width: 100%;
	}
	.pressSearch__wrap {
		top: 44px;
		left: 0;
	}
	.servicesNews__block {
		height: auto;
		overflow: auto;
	}
	.contact__item {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
	}
	.contact__img {
		max-width: 100%;
		border-radius: 2px;
		-webkit-box-shadow: 3px 3px 0px 0px rgba(80, 80, 80, 1);
		box-shadow: 3px 3px 0px 0px rgba(80, 80, 80, 1);
	}
	.contact-social span:last-child a,
	.contact-social span:last-child a:first-child {
		padding: 0;
	}
	.subscriber {
		height: 100%;
	}
	.item-aboutcomp_flex_row:last-child .bt:first-child {
		border-top: none;
	}
	.item__company,
	.history {
		margin: 0;
	}
	.slider__img_wrap {
		margin: 0 auto;
	}
	.prev.slick-arrow {
		left: 0;
	}
	.next.slick-arrow {
		right: -40px;
	}
	.middle__pad_m {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-flow: column wrap;
		    -ms-flex-flow: column wrap;
		        flex-flow: column wrap;
	}
	.flotmain_bg {
		padding: 0;
	}
	.service__block:nth-child(3) .service__zag {
		top: 65px;
	}
	.subscriber_text {
		text-align: center;
	}
	.guide {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-flow: column wrap;
		    -ms-flex-flow: column wrap;
		        flex-flow: column wrap;
		-webkit-box-align: center;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.guide .detail_picture_wrap {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		    -ms-flex-order: 1;
		        order: 1;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		margin-bottom: 25px;
	}
	.guide .guideflex {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		    -ms-flex-order: 2;
		        order: 2;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
	}
	.media__press {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 48%;
		    -ms-flex: 0 0 48%;
		        flex: 0 0 48%;
	}
	.media__press p:first-child {
		position: absolute;
		top: -100px;
	}
}

@media (max-width: 673px) {
	.service__block:nth-child(3) .service__zag {
		top: 30px;
	}
	.service__zag {
		top: 45px;
	}
	.service__block {
		max-width: 190px;
		width: 100%;
		padding: 0;
		margin: 15px;
	}
}
@media (max-width: 584px) {
	.callendar th {
		display: none;
	}
	table.callendar {
		border: 0;
	}

	table.callendar caption {
		font-size: 1.3em;
	}

	table.callendar thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
	table.callendar tr:nth-child(1) {
		display: none;
	}
	table.callendar tr {
		border: 1px dotted #000;
		display: block;
		margin-bottom: 0.625em;
	}

	table.callendar td {
		border: 1px dotted #ddd;
		display: block;
		font-size: 0.8em;
		text-align: center;
		width: 100%;
	}
	table.callendar th:nth-child(1),
	table.callendar td:nth-child(1) {
		text-align: center;
		width: 100%;
		display: none;
	}
	table.callendar th:nth-child(3),
	table.callendar td:nth-child(3) {
		width: 100%;
	}

	table.callendar td::before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
		text-transform: uppercase;
	}

	table.callendar td:last-child {
		border-bottom: 0;
	}
}
@media (max-width: 480px) {
	.photo-items-list .photo-item-cont {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
	}
	.media__press {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
	}
	.media__press iframe,
	.media__press video {
		height: 250px;
	}
	.logo__text p {
		font-size: 12px;
	}
	.service {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.service__block {
		max-width: 46%;
		margin: 5px;
	}
	.service__zag {
		top: 50%;
		left: 50%;
		-webkit-transform: translateY(-50%) translateX(-50%);
		    -ms-transform: translateY(-50%) translateX(-50%);
		        transform: translateY(-50%) translateX(-50%);
	}
	.service__text {
		font-family: "pfdindisplaypro-med";
		font-style: normal;
		font-weight: normal;
		font-size: 14px;
		line-height: 18px;
	}
	.service__block:nth-child(3) .service__zag {
		top: 50%;
	}
}

/*----------------------------------------------------------------------------*\
  Headhesive Specific Styles
  /*----------------------------------------------------------------------------*/

/**
 * Headhesive element clone
 * > `clone` class for the cloned element:
 *
 * @example
 * var options = {
 *   classes {
 *     clone: 'banner--clone';
 *   }
 * }
 */
.banner--clone {
	/* Required styles */
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;

	/* Additional styles */

	/* Translate -100% to move off screen */
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);

	/* Animations */
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

/**
 * Headhesive stick
 * > `stick` class for the cloned element:
 *
 * @example
 * var options = {
 *   classes {
 *     stick: 'banner--stick';
 *   }
 * }
 */
.banner--stick {
	/* Translate back to 0%; */
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	background-color: #fff;
}
.mediateka__quantity {
	display: none;
}
.mediateka__span {
	display: block;
	padding: 10px 0 15px;
}
.logo__img {
	max-width: 114px;
}


/* ВНИМАНИЕ (ADR-014): порядок блоков завязан на body_class='page-id-874' и структуру HTML в БД.
   Если body_class страницы /about/rabota-v-kompanii/ изменится или блоки в content будут
   переструктурированы — вёрстка сломается молча. При изменениях обновить и CSS, и ADR-014. */
.page-id-874 .company__content {
	display: flex;
	flex-direction: column;
}
.page-id-874 .company__content .company__about:first-child {
	margin-bottom: 30px;
}

.page-id-874 #content {
	display: flex;
	flex-direction: column;
}
.page-id-874 #content > .news-detail {
	order: 1;
}
.page-id-874 #content > .company {
	order: 2;
}
.page-id-874 #content > .news-list {
	order: 3;
	max-width: 1440px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 11% 50px;
	box-sizing: border-box;
	text-align: center;
}

.news-hero__container {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
}
.news-hero__image {
	display: block;
	width: 100%;
	height: 440px;
	object-fit: cover;
	filter: brightness(0.6);
}
.news-hero__overlay {
	position: absolute;
	bottom: 30px;
	left: 30px;
	right: 30px;
}
.news-hero__h1 {
	color: #fff;
	font-family: "pfdindisplaypro-bold", sans-serif;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.3;
	margin: 0;
}

@media (max-width: 1200px) {
	.news-hero__image { height: 360px; }
}
@media (max-width: 768px) {
	.news-hero__image { height: 280px; }
	.news-hero__h1 { font-size: 22px; }
}
@media (max-width: 480px) {
	.news-hero__image { height: 220px; }
	.news-hero__h1 { font-size: 18px; }
}

.muzej-gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
	margin-top: 16px;
}
.muzej-gallery a {
	display: block;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	position: relative;
	background: #1a2a3a;
}
.muzej-gallery a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.3s ease, opacity 0.3s ease;
}
.muzej-gallery a::after {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0, 60, 120, 0.35);
	opacity: 0;
	transition: opacity 0.3s ease;
}
.muzej-gallery a:hover img {
	transform: scale(1.06);
	opacity: 0.9;
}
.muzej-gallery a:hover::after {
	opacity: 1;
}
@media (max-width: 768px) {
	.muzej-gallery {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 480px) {
	.muzej-gallery {
		grid-template-columns: 1fr;
	}
}

.modalFooter {
	width: 580px;
	max-width: 96%;
}
.modalWindow {
	border-radius: 12px;
	box-shadow: 0 20px 60px rgba(0,0,0,.25);
	padding: 0;
}
.modalWindow__inputs {
	padding: 28px 32px 24px;
}
.modalWindow__zag {
	font-size: 22px;
	font-weight: 600;
	margin: 0 0 20px;
	padding: 0;
	color: var(--color-text, #1a2332);
	text-align: center;
}
.modalWindow__close {
	right: 12px;
	top: 10px;
	font-size: 28px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	color: #8899aa;
	text-decoration: none;
	transition: background .2s, color .2s;
	z-index: 1;
}
.modalWindow__close:hover {
	background: #f0f2f5;
	color: #333;
}
.mw-field {
	display: block;
	margin-bottom: 16px;
}
.mw-field__label {
	display: block;
	font-size: 13px;
	font-weight: 500;
	color: #556677;
	margin-bottom: 5px;
}
.mw-req { color: #e74c3c; }
.mw-field__input {
	display: block;
	width: 100%;
	padding: 10px 14px;
	border: 1px solid #d0d6e0;
	border-radius: 6px;
	font-size: 15px;
	font-family: inherit;
	color: var(--color-text, #1a2332);
	background: #fff;
	outline: none;
	transition: border-color .2s, box-shadow .2s;
	box-sizing: border-box;
}
.mw-field__input:focus {
	border-color: var(--color-btn, #2a5298);
	box-shadow: 0 0 0 3px rgba(42,82,152,.12);
}
.mw-field__input::placeholder { color: #aab5c0; }
.mw-field__textarea {
	resize: vertical;
	min-height: 80px;
}
.mw-form-row {
	display: flex;
	gap: 12px;
}
.mw-form-row--two .mw-field { flex: 1; min-width: 0; }
.mw-file-upload {
	margin-bottom: 16px;
}
.mw-file-upload__area {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
	border: 2px dashed #d0d6e0;
	border-radius: 8px;
	cursor: pointer;
	transition: border-color .2s, background .2s;
	text-align: center;
}
.mw-file-upload__area:hover {
	border-color: var(--color-btn, #2a5298);
	background: #f7f9fc;
}
.mw-file-upload__input {
	position: absolute;
	width: 1px; height: 1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
}
.mw-file-upload__text {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
}
.mw-file-upload__icon { font-size: 24px; }
.mw-file-upload__label {
	font-size: 14px;
	color: var(--color-btn, #2a5298);
	font-weight: 500;
}
.mw-file-upload__hint {
	font-size: 12px;
	color: #8899aa;
}
.mw-file-upload__name {
	display: block;
	font-size: 13px;
	color: #556677;
	margin-top: 6px;
	word-break: break-all;
}
.mw-consent {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin: 20px 0 16px;
	font-size: 13px;
	color: #556677;
	cursor: pointer;
	line-height: 1.4;
}
.mw-consent input[type="checkbox"] {
	margin-top: 2px;
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	accent-color: var(--color-btn, #2a5298);
}
.mw-submit {
	display: block;
	width: 100%;
	padding: 14px;
	border: none;
	border-radius: 8px;
	background: var(--color-btn, #2a5298);
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	font-family: inherit;
	cursor: pointer;
	transition: background .2s, transform .1s;
	text-transform: none;
}
.mw-submit:hover { background: #1e3f7a; }
.mw-submit:active { transform: scale(.98); }

@media (max-width: 480px) {
	.modalWindow__inputs { padding: 20px 16px 16px; }
	.mw-form-row { flex-direction: column; gap: 0; }
}