@charsevt "UTF-8";

@font-face {
	font-family: "Manrope";
	src: url("../fonts/Manrope/Manrope-Medium.ttf");
	font-weight: normal;
}
@font-face {
	font-family: "Manrope";
	src: url("../fonts/Manrope/Manrope-ExtraBold.ttf");
	font-weight: bold;
}
@font-face {
	font-family: 'icomoon';
	src:  url('../fonts/icomoon.eot?p8b8ke');
	src:  url('../fonts/icomoon.eot?p8b8ke#iefix') format('embedded-opentype'),
	  url('../fonts/icomoon.ttf?p8b8ke') format('truetype'),
	  url('../fonts/icomoon.woff?p8b8ke') format('woff'),
	  url('../fonts/icomoon.svg?p8b8ke#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
  
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-envelope:before {
	content: "\e900";
}
.icon-eye:before {
	content: "\e901";
}
.icon-phone:before {
	content: "\e902";
}


/*Обнуление*/
* {
	padding: 0;
	margin: 0;
	border: 0;
}

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:focus, :active {
	outline: none;
}

nav, footer, header, aside {
	display: block;
}

html, body {
	font-family: 'Manrope';
	height: 100%;
	width: 100%;
	font-size: 15px;
	line-height: 140%;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

input, button, textarea {
	font-family: inherit;
}

input::-ms-clear {
	display: none;
}

button {
	cursor: pointer;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

a, a:visited {
	/*text-decoration: none;*/
	color: #001786;
	scroll-margin-top: 95px;
}

/*a:hover {
	text-decoration: none;
	border-bottom: 2px solid #7CD704;
}*/

a:focus, a:active {
	outline: none;
	color: #FF1021;
}

ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 30px;
	/*margin-bottom: 10px;*/
	color: #34372E;
}

h1 {
	font-size: 20px;
}

/*--------------------*/


.index-wrapper {
	min-height: 100%;
	background-image: url("../img/index-bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

.index-page {
	animation: OpacityAnimation ease 3s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;	
	opacity: 0;
	background-color: #16AFFB;	
}

.empty {
	width: 100%;
	height: 4vw;
	min-height: 35px;
}

.index-logo {
	animation: OpacityAnimation ease 1s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	animation-delay: 1s;
	opacity: 0;
	position: relative;
	width: 100%;	
	height: 15vw;
	margin: 0 auto;
	background-image: url("../img/index-logo.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.index-menu {
	margin: 0 auto;
	padding: 10px 0;
	border-radius: 10px;
}
.index-menu {
	animation: OpacityAnimation ease 1s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	animation-delay: 2s;
	opacity: 0;
	position: relative;
	width: 100%;
	margin-top:2vw;
}
@keyframes OpacityAnimation {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.index-menu-list {
	display: flex;
	justify-content: center;	
	line-height: 120%;
	padding: 5px 20px!important;
}
ul.index-menu-list li {
	list-style: none;
	padding: 5px 20px!important;
}
ul.index-menu-list li a {
	padding: 0!important;
	font-size: 24px!important;
	color: #24465a;
	border-style: none!important;
	text-decoration: none;
	transition: 555ms;
}
ul.index-menu-list li a:hover,
ul.index-menu-list li a:focus,
ul.index-menu-list li a:active {
	border: none!important;
	color: #FF1021;
	transition: 555ms;
}

/*.index-menu-item-container {
	margin: 0 auto;
	padding: 10px 0;;
	border-radius: 10px;
}

.index-menu-item {
	display: inline-block;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 120%;
	text-transform: uppercase;
	padding: 5px 20px;
}
.index-menu-item-link {
	color: #24465a;
	border-style: none!important;
	text-decoration: none;
	transition: 555ms;
}
.index-menu-item-link:hover,
.index-menu-item-link:focus,
.index-menu-item-link:active {
	color: #FF1021;
	transition: 555ms;
}*/

.wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: 100%;
	overflow: hidden;
}

.container {
	display: flex;
	justify-content: center;
	max-width: 1000px;
	margin: 0 auto;
}

.header {
	position: fixed;
	box-shadow: 0px 1px 5px rgba(36, 70, 90, 0.3);
	top: 0;
	width: 100%;
	/*min-height: 85px;*/
	background: #E4F1F1;
}

.gradient-line {
	width: 100%;
	height: 4px;
	background: linear-gradient(90deg, #16AFFB 0%, #7CD704 69.27%, #676B54 100%);
}

.header__logo {
	margin: auto 0;
	width: 260px;
	height: 74px;
	text-align: center;
}

.header__logo a {
	border-style: none!important;
}

.top-menu {
	margin: auto auto;
	/*padding: 0 71px;*/
}

.top-menu__list {
	display: flex;
	font-weight: 500;
}

.top-menu__item {
	padding: 0 14px;
}

.top-menu__item a {
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	color: #24465a;
	padding: 0 8px 26px;
	border-bottom: 2px solid transparent!important;
	text-decoration: none;
	white-space: nowrap;
	transition: border-color 555ms;
}

.top-menu__item a:hover,
.top-menu__item a:focus,
.top-menu__item a:active {
	color: #2C3136;
	border-bottom: 2px solid #7CD704!important;
	transition: border-color 555ms;
}

.header__buttons {
	margin: auto 0;
}

.left-buttons {
	margin-right: auto;
}

.right-buttons {
	margin-left: auto;
}

.menu-button {
	align-items: center;
	justify-content: space-between;
	z-index: 999;
	display: none;
	position: relative;
	background: #127baf;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	box-shadow: 2px 2px 11px 1px rgba(36, 70, 90, 0.72);
	transition: 555ms;
}

.menu-button:hover {
	background: #0f628b;
	transition: 555ms;
	box-shadow: 2px 2px 17px 1px rgba(36, 70, 90, 0.72);
}

.menu-button__icon {
	position: relative;
	margin: 0 auto;
}

/*.menu-button__icon::before,
.menu-button__icon::after {
	content: "";
	background-color: #fff;
	position: absolute;
	width: 100%;
	height: 3px;
	margin: 0 auto;
	transition: all 300ms ease 0s;
}

.menu-button__icon::before {
	top: 0px;
}

.menu-button__icon::after {
	top: 14px;
}*/

.burger-line {
	width: 25px;
	height: 3px;
	background-color: #fff;
	margin: 5px;
	transition: all 0.3s ease;
}

.mobile-menu-overlay {
	display: none;
	width: 100%;
	height: 100%;
	z-index: 997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(36, 70, 90, 0.65);
}

.mobile-menu {
	display: none;
	position: fixed;
	padding: 20px;
	top: 0;
	bottom: 0;
	/*left: 90px;*/
	right: -1000px;
	margin-left: 90px;
	z-index: 998;
	background: #E4F1F1;
	width: 75%;
	overflow-y: auto;
	transition: 300ms;
	line-height: 125%;
}

.mobile-menu ul ul,
.left-menu ul ul {
	display: none;
}

.mobile-menu li.current_page_item ul, 
.mobile-menu li.current_page_ancestor ul, 
.mobile-menu li.current-menu-item ul, 
.mobile-menu li.current-menu-ancestor > ul,
.left-menu li.current-menu-ancestor ul {
	display: block;
}

.sub-menu {
	padding-left: 20px;
}

.menu-item a {
	color: #242735;
}

.mobile-menu .sub-menu {
	padding-top: 10px;
	padding-bottom: 5px;
}

.mobile-menu a {
	text-decoration: none;
}

.mobile-menu ul li {
	padding-bottom: 10px;
}

.mobile-menu-overlay.active {
	display: flex;
}
.mobile-menu.active {
	right: 0px;
}

.upper-line.active {
	transform: rotate(45deg) translate(6px, 6px);
}

.middle-line.active {
	width: 0;
}

.lower-line.active {
	transform: rotate(-45deg) translate(5px, -5px);
}

.show_menu {
	overflow: hidden;
}

a.bvi-button {
	font-size: 22px;
	text-decoration: none;
	display: inline-block;
	background: #FF1126;
	color: #FFF;
	line-height: 1;
	padding: 13px 0;
	border-radius: 50%;
	text-align: center;
	width: 50px;
	height: 50px;
	box-shadow: 2px 2px 11px 1px rgba(217, 13, 13, 0.49);
	transition: 555ms;
}

a.bvi-button:hover {
	background: #b70010;
	transition: 555ms;
	box-shadow: 2px 2px 17px 1px rgba(217, 13, 13, 0.49);
}

.main {
	flex: 1 0 auto;
	height: 100%;
	margin-top: 78px;
	padding-top: 35px;
	padding-bottom: 50px;
}

.left-menu {
	width: 260px;
	/*height: auto;*/
	height: 100%;
	background-color: #E8EAE9;
	padding: 56px 30px;
}

.left-menu__item {
	padding-bottom: 15px;
}

.left-menu__item a {
	line-height: 120%;
	border-bottom: 2px solid transparent!important;
	text-decoration: none;
	transition: border-color 555ms;
}

.left-menu__item a:hover {
	border-bottom: 2px solid #7CD704!important;
	transition: border-color 555ms;
}

.left-menu li.current-menu-item > a,
.top-menu li.current-page-ancestor > a,
.top-menu li.current-menu-item > a,
.top-menu li.current_page_item > a,
.mobile-menu li.current-menu-item > a,
.mobile-menu li.current-menu-ancestor > a,
ul li.current-menu-parent > a {
	border-bottom: 2px solid #7CD704!important;
}

.mobile-menu li.menu-item-has-children > a {
	font-weight: 700;
}

.left-menu__item a:focus,
.left-menu__item a:active {
	outline: none;
	color: #34372E;
}

.left-menu .sub-menu {
	padding-top: 15px;
}

.content {
	width: 730px;
	padding-left: 30px;
}

.content-fullsize {
	width: 1000px;
}

.content__title {
	font-weight: 700;
	font-size: 2em;
	line-height: 132%;
	text-align: center;
	/*letter-spacing: 1px;*/
}

.content__text {
	padding-top: 20px;
}

.content__text p {
	padding-top: 17px;
}

.content__text a {
	text-decoration: underline;
}

.content__text ul {
	padding: 5px 0 0 20px;
}

.content__text ul li {
	list-style: disc;
	list-style-position: inside;
}

.content__text img {
	/*width: 100%;*/
	/*margin-bottom: 17px;*/
	border: 1px solid #676B54;
	border-radius: 5px;
}

.no-border {
	border: none!important;
}

.content__text a:hover {
	color: #FF1021;
}

.footer {
	flex: 0 0 auto;
	margin-top: 30px;
	width: 100%;
	border-top: 1px solid #7CD704;
}

.footer__contacts {
	display: flex;
	padding: 25px 0;
	text-align: center;
	font-size: 2.1em;
	line-height: 123%;
	color: rgb(36 70 90 / 68%);
	font-weight: 400;
	white-space: nowrap;
}

.footer__contacts span {
	color: #16AFFB;
	padding-right: 10px;
	font-size: 0.7em;
}

.icon-phone {
	margin-top: 10px;
}

.icon-envelope {
	margin-left: 40px;
	margin-top: 11px;
}

.copyright {
	flex: 1 0 100%;
	background-color: #E8EAE9;
	padding: 20px 0;
	font-size: 12px;
	line-height: 140%;
	text-align: center;
}

.page-404 {
	width: 100%;
	height: 100%;
	background: radial-gradient(118.89% 118.89% at 50% -7.96%, #04D78B 1.23%, #16AFFB 78.5%, #0093DC 100%);
	background-repeat: no-repeat no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
	color: #FFFFFF;
	font-weight: 700;
}

.page-404__wrapper {
	display: flex;
	width: 100vw;
	height: 100vh;
	align-items: center;
    justify-content: center;
}

.page-404__main {
	display: flex;
	max-width: 1000px;
}

.ooops {
	display: inline-block;
	font-size: 85px;
	line-height: 100%;
	padding-right: 5px;
	padding-top: 15px;
}

.sign {
	display: inline-block;
	width: 200px;
	object-fit: contain;
}

.not-found {
	display: inline-block;
	width: 250px;
}

.no-page {
	display: inline-block;
	width: 200px;
	font-size: 35px;
	line-height: 120%;
	padding-bottom: 55px;
}

.move-to {
	font-size: 16px;
	line-height: 350%;
}

.move-to a {
	text-decoration: none;
	background: #E4F1F1;
	padding: 10px 15px;
	margin-left: 15px;
	border-radius: 8px;
	transition: 555ms;
}

.move-to a:hover {
	color: #FF1021;
	transition: 555ms;
}

.children {
	padding-left: 25px;
}

.sitemap > li {
	padding-bottom: 10px;
}

.sitemap {
	line-height: 150%;
}