@charset "UTF-8";

html body{
	color: #2F2F2F;
	min-height: 100vh;
	font-family: 'Ubuntu', sans-serif;
	font-size: 10px;
	position: relative;
}

.font-hagb{
	font-family: hagb, Georgia, "Times New Roman", Times, serif;
}

.disable-hover,
.disable-hover * {
	pointer-events: none !important;
}

*{
	outline: none;
}
*:not(html):not(body):not(ymaps){
	transition: all 0.5s ease;
}
:invalid,
:required{
	box-shadow: none;
}
h1, h2, h3, h4, h5, h6{
	font-family: hagb, Georgia, "Times New Roman", Times, serif;
	font-weight: 500;
	margin: 0;
}
h2{
	color: #666;
}
h3{
	color: #5d85ab;
}
ul, ol{
	padding: 0;
	margin: 0;
}
ul li{
	list-style: none;
}
.row-flex{
	display: flex;
	flex-flow: row wrap;
}

a{
	cursor: pointer;
	text-decoration: underline;
}
a:hover,
a:focus{
	text-decoration: none;
}

.spoiler{
	color: #369696;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.spoiler + .spoiler{
	margin-left: 10px;
}
.spoiler:after{
	content: '';
	border-bottom: #369696 2px dotted;
	width: 100%;
	position: absolute;
	bottom: 2px;
	left: 0;
}
.spoiler.red{
	color: #b40b00;
}
.spoiler.red:after{
	border-bottom-color: #b40b00;
}
.spoiler.yellow{
	color: #e8cd76;
}
.spoiler.yellow:after{
	border-bottom-color: #e8cd76;
}
.spoiler.orange{
	color: #ff8400;
}
.spoiler.orange:after{
	border-bottom-color: #ff8400;
}
.spoiler.green{
	color: #01bb3a;
}
.spoiler.green:after{
	border-bottom-color: #01bb3a;
}
.spoiler.blue{
	color: #0639f2;
}
.spoiler.blue:after{
	border-bottom-color: #0639f2;
}
.spoiler.369696{
	color: #e8cd76;
}
.spoiler.369696:after{
	border-bottom-color: #e8cd76;
}
.spoiler-target{
	max-height: 0;
	opacity: 0;
	overflow: auto;
}
.spoiler-target:not(.open) *{
	margin: 0;
	padding: 0;
}
.spoiler-target.open{
	max-height: 10000vh;
	opacity: 1;
}

.clients-slider .item{
	background-repeat: no-repeat;
	background-position: center;
	height: 158px;
}

p.lol,
p.lol2{
	padding: 15px 10px 15px 35px;
	background: url(../images/look.png) no-repeat 10px center;
	border-radius: 5px;
	border: 1px dashed #e7bcbc;
}
p.lol:first-letter,
p.lol2:first-letter{
	padding-left:0;
	margin-left: 0;
}
p.lol2{
	padding: 15px 10px 15px 35px;
	background: url(../images/look.png) no-repeat 10px center gray;
	border-radius: 5px;
	border: 1px dashed white;
	color: white;
	margin-bottom: 20px;
}
ul.lol{
	padding-left:45px;
	background: url(../images/look.png) no-repeat 10px center;
	border-radius: 5px;
	border: 1px dashed #e7bcbc;
	list-style: inside url(../images/blacknord.png);
}

.type-page{
	max-width: 1000px;
}
.type-page main article ul li{
	color:#2F2F2F;
	list-style: inside url(../images/bluenord.png );
}
.type-page main article ul.rednord li{
	list-style: inside url(../images/rednord.png );
}
.type-page main article ul.yellnord li{
	list-style: inside url(../images/yellnord.png );
}
.type-page main article ul li a#pay{
	color: white;
	padding: 4px 7px 5px;
	background-color: #ff6608;
	margin: 0;
	text-decoration: none;
	border-radius: 3px;
}
.type-page main article ul li a#pay:hover{
	background-color: #f8843d;
}

.a-inst{
	color: #f0f;
}
.a-vk{
	color: #0054a5;
}

.hdr{
	color: #666;
	font-family: hagb, Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	margin: 15px 0;
	text-align: center;
}
.hdr.blue{
	color: #5d85ab;
}
.main-hdr{
	margin: 160px 0 0;
}

.type-page h2,
.type-page h3{
	margin-top: 30px;
}
.type-page h4,
.type-page h5{
	margin-top: 25px;
}
.type-page h6{
	margin-top: 15px;
}
.type-page .section-menu{
	overflow: hidden;
	margin-top: -10px;
}
.type-page .section-menu ul{
	margin: 0;
}
.type-page .section-menu li{
	display: none;
	margin: 2px 0 0;
}
.type-page .section-menu li.current-section{
	display: block;
}
.type-page .section-menu .name{
	display: none;
}
.type-page .section-menu li i{
	display: inline-block;
	margin-right: 5px;
	position: relative;
	top: 1px;
}
.type-page .section-menu li a{
	color: #dd906c;
	padding: 3px 0;
	display: block;
	margin: 0;
	border-radius: 3px;
}
.type-page .section-menu li.selected a{
	background: #fff;
	border: #dd906c 1px solid;
	color: #dd906c;
	padding: 3px 10px;
	text-decoration: none;
}

.type-page img{
	height: auto;
	max-width: 100%;
	margin: 30px 0;
}

section.screen{
	font-size: 16px;
}
section.screen ~ section.screen{
	padding: 20px 0 0;
}
section.screen p,
section.screen u,
section.screen ol{
	margin: 15px 0 0;
}
section.screen ul li{
	list-style: inside url(../images/bluenord.png);
	margin: 20px 0 0;
}

section.screen.why{
	padding-top: 100px;
}

.breadcrumb{
	background: none;
	color: #afafaf;
	font-size: 16px;
	padding: 0;
	margin-top: 10px;
}
.breadcrumb > div{
	display: inline-block;
}
.breadcrumb > div + div{
	position: relative;
}
.breadcrumb > div + div:before{
	content: '>';
	display: inline-block;
}
.breadcrumb a{
	color: #81b1cb;
	text-decoration: none;
}
.breadcrumb a:hover,
.breadcrumb a:focus{
	text-decoration: underline;
}

#header .links{
	display: none;
}
#header .links a{
	color: #81b1cb;
	display: inline-block;
	font-size: 20px;
	white-space: nowrap;
	line-height: 1.2;
	padding: 0px 10px;
	border-radius: 3px;
}
#header .links a:after{
	content: '';
	display: block;
}
#header .links div ~ div a{
	margin-top: 5px;
}
#header .links div ~ div ~ div a{
	color: #dd906c;
}
#header .links div:last-of-type a{
	color: #999;
}
#header .links div .phone-item{
	display: block;
	margin-top: -4px;
}
#header .links div .phone{
	font-size: 26px;
	text-decoration: none;
	padding-bottom: 0;
}
#header .links div .phone-item ~ .phone-item .phone{
	color: #f2dc8d;
	padding-right: 8px;
}
#header .links div .phone span{
	color: #d2d2d2;
}
#header .links div .phone span ~ span{
	color: #efc6c6;
	font-weight: normal;
	font-style: normal;
}
#header .links div .phone + span{
	color: #f9d1d9;
	font-size: 26px;
}

.mobile-menu-button{
	width: 25px;
	height: 23px;
	padding: 3px 0;
	position: absolute;
	top: 10px;
	right: 12px;
	z-index: 900;
}
.mobile-menu-button span,
.mobile-menu-button:before,
.mobile-menu-button:after{
	content: '';
	background: #81b1cb;
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: 3px;
	left: 0;
	transform-origin: 0% 50%;
	transition: all 0.5s ease;
}
.mobile-menu-button:before{
	top: 3px;
}
.mobile-menu-button span{
	top: 10px;
}
.menu-open .mobile-menu-button:after{
	bottom: 2px;
	left: 3px;
	transform: rotate(-45deg);
}
.menu-open .mobile-menu-button span,
.menu-open .mobile-menu-button:before{
	top: 0;
	left: 3px;
	transform: rotate(45deg);
}
.menu-open .mobile-menu-button span{
	opacity: 0;
}

#header .topmenu-area .bg{
	content: '';
	opacity: 0;
	background: rgba(0,0,0,0.3);
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 700;
	transition: all 0.5s ease;
	pointer-events: none;
}
#header.menu-open .topmenu-area .bg{
	opacity: 1;
	pointer-events: auto;
}
#header .topmenu{
	opacity: 0;
	background: #fff;
	width: 100%;
	min-height: 90vh;
	padding: 25px;
	position: absolute;
	top: -1000px;
	left: 0;
	z-index: 800;
	box-shadow: 0 0 5px rgba(0,0,0,.5);
}
#header.menu-open .topmenu{
	opacity: 1;
	top: 0;
}
#header .topmenu a{
	font-size: 16px;
}
#header .topmenu li a:after{
	content: '';
	display: block;
	height: 5px;
	transition: all 0.5s ease;
}
#header .topmenu .level-2{
	padding-left: 20px;
}
#header .topmenu .links{
	display: block;
	margin: 25px -10px 0;
	position: static;
}
#header .topmenu .links .link-forum{
	margin-top: 15px;
}

#header .logo{
	background: url(../images/logo_mobile.svg) no-repeat;
	width: 170px;
	height: 125px;
	display: block;
	position: absolute;
	top: 18px;
	left: 50%;
	transform: translateX(-50%);
}

#header .social{
	padding: 0 10px;
	margin-top: 5px;
}
#header .social a{
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 49px;
	height: 49px;
	display: inline-block;
	vertical-align: top;
}
#header .social a.vk{
	background-image: url(../images/icon-vk.webp);
}
#header .social a.ws{
	background-image: url(../images/icon-ws.webp);
}
#header .social a.tg{
	background-image: url(../images/icon-tg.webp);
}
#header .social a.mail{
	background-image: url(../images/icon-mail.webp);
}
#header .social a.max{
	background-image: url(../images/icon-max.webp);
}

#footer{
	background: #81b1cb;
	color: #fff;
	font-size: 16px;
	padding: 5px 0;
	text-align: center;
	position: relative;
	z-index: 600;
}
#footer .copyright{
	margin-top: 7px;
	font-weight: bold;
}
#footer .social{
	margin-top: 15px;
	vertical-align: top;
}
#footer .social .text{
	display: inline-block;
	vertical-align: top;
	margin: 7px 0 0;
	font-weight: bold;
}
#footer .social a{
	color: #fff;
	font-size: 27px;
	display: inline-block;
	margin: 0 0 0 10px;
	position: relative;
}
#footer .social a.yell:after{
	content: '';
	background: url(../images/yell.png) no-repeat;
	background-size: contain;
	background-position: center;
	width: 26px;
	height: 24px;
	display: block;
	position: relative;
	top: 2px;
}

.type-page{
	font-size: 16px;
	padding: 0 0 80px;
}
.type-page * ~ .hdr{
	margin-top: 50px;
}
.type-page p{
	margin: 10px 0;
}
.type-page ul,
.type-page ol{
	margin: 25px 0 25px 10px;
	list-style-position: inside;
}
.type-page ul li{
	list-style: disc;
}

.type-page .note{
	background: url(../images/look.png) no-repeat 10px center;
	border: 1px dashed #e7bcbc;
	padding: 15px 10px 15px 35px;
	border-radius: 5px;
}

.address-block{
	margin-top: 20px;
}
.address-block .item{
	margin-top: 20px;
}

.map-block{
	margin-top: 40px;
}

.map-block-image{
	text-align: center;
}
.map-block-image img{
	max-width: 100%;
}

.metro{
	font-weight: bold;
	margin: 30px 0 13px;
	padding-left: 32px;
	line-height: 1.2;
	position: relative;
}
.metro:before{
	content: '';
	background: url(../images/mblue.png) no-repeat;
	width: 25px;
	height: 25px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 2px;
	transform: translateY(-51%);
}
.metro.red:before{
	background-image: url(../images/mred.png);
}

.way-block{
	margin-top: 60px;
}
.way-block .from{
	background: #f0f0f0;
	margin-top: 10px;
	padding: 3px 10px 5px 30px;
	border-radius: 5px;
	position: relative;
}
.way-block .from i{
	color: #5d85ab;
	position: absolute;
	top: 8px;
	left: 9px;
}
.way-block .transport{
	padding: 0 10px 0 30px;
	margin-top: 10px;
}
.way-block .time{
	padding: 0 10px 0 30px;
	font-style: italic;
	opacity: .7;
}
.way-block .time-2{
	margin-top: 10px;
}

.to-print-area{
	position: relative;
}
.to-print{
	margin-top: 15px;
	text-align: center;
}
.to-print a{
	color:#497591;
	width: 70px;
	padding: 73px 0 0;
	font-size: 13px;
	line-height: 1;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	position: relative;
}
.to-print a:before{
	content: '';
	background: url(../images/print.jpg) no-repeat;
	border: #ccc 3px solid;
	background-size: 100% auto;
	background-position: center top;
	width: 70px;
	height: 70px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	transition: all 0.5s ease;
}
.to-print a:hover:before{
	background-position: center bottom;
	border-color: #5b91c0;
}

.svg-clip-path{
	position: absolute;
	width: 0;
	height: 0;
}

.main-products .native-carousel__dots{
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}
.main-products a{
	display: inline-block;
	margin: 15px 15px 0;
	position: relative;
}
.main-products a img{
	width: 100%;
	max-width: 246px;
	margin: 0 auto;
	display: block;
	padding: 0;
	position: relative;
	z-index: 10;
}
.main-products a.png .figure .fg-1,
.main-products a.png .figure .fg-2{
	width: 50%;
	height: 50%;
	display: block;
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	transform-origin: 50% 50%;
	transition: all 0.5s ease;
	pointer-events: none;
}
.main-products a.png .figure .fg-2{
	transition: all 0.7s ease;
	z-index: 1;
}

.people-list{
	font-size: 18px;
}
.people-list .item{
	width: 100%;
	cursor: pointer;
	position: relative;
}
.people-list .item + .item{
	margin-top: 30px;
}
.people-list .item .image{
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 235px;
	height: 155px;
	margin: 0 auto;
	position: relative;
}
.people-list .item .name{
	width: 235px;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	position: relative;
}
.people-list .item:hover,
.people-list .item:hover .image,
.people-list .item:hover .name{
	z-index: 15;
}
.people-list .item .description{
	background: #fff;
	border: transparent 2px solid;
	width: calc(100% - 30px);
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	margin: 15px;
	padding: 0 15px;
	border-radius: 12px;
	position: relative;
	z-index: 10;
}
.people-list .item.open .description{
	border-color: #d7d7d7;
	max-height: 1999px;
	opacity: 1;
}
.people-list .item .description .text{
	font-size: 16px;
	padding: 15px 0;
	display: inline-block;
}

#ontop{
	width: 120px;
	height: 135px;
	overflow: hidden;
	position: fixed;
	right: 0;
	bottom: 38px;
}
#ontop a{
	background: #fff;
	color: #81b1cb;
	width: 42px;
	height: 42px;
	cursor: pointer;
	text-align: center;
	font-size: 34px;
	position: absolute;
	right: -80px;
	bottom: 35px;
	border-radius: 50%;
	box-shadow: 2px 3px 32px 0 rgba(0,0,0,.22);
}
#ontop.active a{
	right: 20px;
}
#ontop i{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50.1%,-50%);
}
#ontop a:hover{
	background: #81b1cb;
	color: #fff;
}

@font-face {
    font-family: 'hagr';
    src: url('../fonts/hagr.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'hagb';
    src: url('../fonts/hagb.woff') format('woff');
    font-display: swap;
}