@font-face {
	font-family: 'Roboto Thin';
	src: url('../fonts/roboto-thin.woff') format('woff');
}

@font-face {
	font-family: 'Roboto Light';
	src: url('../fonts/roboto-light.woff') format('woff');
}

@font-face {
	font-family: 'Roboto Regular';
    src: url('../fonts/roboto-regular.woff') format('woff');
}

@font-face {
	font-family: 'Roboto Medium';
    src: url('../fonts/roboto-medium.woff') format('woff');
}

@font-face {
	font-family: 'Roboto Bold';
    src: url('../fonts/roboto-bold.woff') format('woff');
}

@font-face {
	font-family: 'Roboto Black';
    src: url('../fonts/roboto-black.woff') format('woff');
}


html {
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
}

:root {
	--color1: #79142a;
	--color1-hover: #980022;
	--color1-hover: #a70025;
	--color1-shadow: rgba(0, 0, 0, 0.1);
	
	--color2: #9aa9ae;
	--color2-hover: rgb(40, 137, 219);
	--color2-shadow: rgba(154, 169, 174, 0.5);
}

body {	
	margin-top: 169px;
	/* background-color: #e0e3f3; */
	background-color: var(--color2);
}

.clear {
	clear: both;
}


/* Header */
header {
	background-color: rgb(255, 255, 255);
	box-shadow: 3.441px 4.915px 18px 0px rgba(80, 82, 89, 0.31);	
	margin-top: 60px;
	margin-left: -550px;
	width: 1100px;
	height: 84px;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 900;
}

.header-scroll {	
	position: fixed;
	margin-top: 0;
	opacity: 0.95;
}

.mobile-menu {
	display: none;
}

.mobile-menu-button {
	display: none !important;
}

.header-contacts {
	float: right;
	position: relative;
}

.header-contacts-phone {
	font-family: 'Roboto Medium';
	font-size: 18px;
	display: block;
	position: absolute;
	top: 21px !important;
	right: 25px;
}

.header-contacts-phone a {
	color: #79142a;
	text-decoration: none;
}

.header-contacts-address {
	font-family: 'Roboto Light';
	font-size: 13px;
	display: inline-block;	
	position: relative;
	top: 49px !important;
	right: 25px;
}

.menu-parent:hover > .menu-sublink-wrap-3 {
	display: block;	
}

.menu-sublink-wrap-3 {
	display: none;
	width: 233px;
	height: 190px;
	background: #79142a;
	position: absolute;
	left: 700px;
	margin-top: 84px;
	padding-top: 14px;	
	box-shadow: 3.441px 4.915px 18px 0px rgba(80, 82, 89, 0.31);	
}

.menu-sublink-wrap-2 {
	visibility: hidden;
	background: var(--color1);
	position: absolute;
	left: 492px;
	margin-top: 84px;
	padding-top: 14px;
	padding-bottom: 20px;
	box-shadow: 3.441px 4.915px 18px 0px rgba(80, 82, 89, 0.31);
}

.menu-parent:hover > .menu-sublink-wrap-2 {
	visibility: visible;	
}

.menu-sublink-wrap-2:after {
	content: "";
	width: 100%;
	height: 8px;
	background: var(--color2);
	position: absolute;
	bottom: 0;
}

/* Персонал */
.menu-sublink-wrap-1 {
	visibility: hidden;
	background: #79142a;
	position: absolute;
	left: 388px;
	margin-top: 84px;
	padding-top: 14px;
	padding-bottom: 20px;
	box-shadow: 3.441px 4.915px 18px 0px rgba(80, 82, 89, 0.31);	
}

.first {	
/*	display: block !important;*/
}

.menu-parent:hover > .menu-sublink-wrap-1 {
	visibility: visible;	
}

.menu-sublink-wrap-1:after {
	content: "";
	width: 100%;
	height: 8px;	
	background: var(--color2);
	position: absolute;
	bottom: 0;
}

.main-menu {
	font-family: 'Roboto Light';
	font-size: 14px;
	color: white;
	text-decoration: none;
	height: 37px;
	padding-left: 21px;
	padding-right: 20px;	
	line-height: 34px;	
	cursor: pointer;
}

.main-menu:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

.ul-wrap {
	display: none;
	position: fixed;
	margin-top: -48px;
}

.main-menu ul {
	font-family: 'Roboto Light';
	font-size: 14px;
	color: white;
	text-decoration: none;
	line-height: 37px;
	background-color: #79142a;
	box-shadow: 3.441px 4.915px 18px 0px rgba(80, 82, 89, 0.31);	
	padding-top: 14px;
	padding-bottom: 20px;
	position: relative;		
	z-index: 1;
}

.main-menu .ul-wrap:after {
	content: "";
	width: 100%;
	height: 8px;
	background: var(--color2);
	position: absolute;
	bottom: 0;
	z-index: 1;
}

.main-menu ul a {	
	text-decoration: none;
	font-family: 'Roboto Light';
	font-size: 14px;
	color: white;	
}

.main-menu ul li {
	padding-left: 36px !important;
	padding-right: 20px !important;
	text-decoration: none;	
	background-image: url(../img/07_subcategory_icon.png);
	background-repeat:  no-repeat;
	background-position: 16px 9px;
}

.main-menu ul li:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

.main-menu:hover > .ul-wrap {
	display: block;
}
/* /Персонал */



.subcategory-icon-8 {
	background: url(../img/07_subcategory_icon.png) no-repeat 20px 9px;
	margin-top: 1px;
	line-height: 19px;
	padding-top: 6px;
	padding-bottom: 6px;
}


.menu-sublink-parent-1:hover > div,
.menu-sublink-parent-2:hover > div,
.menu-sublink-parent-3:hover > div,
.menu-sublink-parent-4:hover > div,
.menu-sublink-parent-5:hover > div,
.menu-sublink-parent-6:hover > div,
.menu-sublink-parent-7:hover > div {
	display: block;	
}

.menu-subsublink-wrap-1 {
	display: none;
	width: 261px;
	height: 94px;
	background: #79142a;
	position: absolute;
	left: 248px;
	top: -34px;
	margin-top: 84px;
	padding-top: 14px;	
	box-shadow: 3.441px 4.915px 18px 0px rgba(80, 82, 89, 0.31);
}

.sub-red-strip-1 {
	width: 261px;
	height: 8px;
	background: var(--color2);
	position: absolute;
	bottom: 0;
}

.menu-subsublink-wrap-2 {
	display: none;
	width: 260px;
	height: 126px;
	background: #79142a;
	position: absolute;
	left: 248px;
	top: 0px;
	margin-top: 84px;
	padding-top: 14px;	
	box-shadow: 3.441px 4.915px 18px 0px rgba(80, 82, 89, 0.31);
}

.sub-red-strip-2 {
	width: 260px;
	height: 8px;
	background: var(--color2);
	position: absolute;
	bottom: 0;
}

.menu-subsublink-wrap-3 {
	display: none;
	width: 204px;
	height: 92px;
	background: #0c6072;
	position: absolute;
	left: 248px;
	top: 33px;
	margin-top: 84px;
	padding-top: 14px;	
	box-shadow: 3.441px 4.915px 18px 0px rgba(80, 82, 89, 0.31);
}

.sub-red-strip-3 {
	width: 204px;
	height: 8px;
	background: var(--color2);
	position: absolute;
	bottom: 0;
}

.menu-subsublink-wrap-4 {
	display: none;
	width: 246px;
	height: 91px;
	background: #79142a;
	position: absolute;
	left: 248px;
	top: 68px;
	margin-top: 84px;
	padding-top: 14px;	
	box-shadow: 3.441px 4.915px 18px 0px rgba(80, 82, 89, 0.31);
}

.sub-red-strip-4 {
	width: 246px;
	height: 8px;
	background: var(--color2);
	position: absolute;
	bottom: 0;
}

.menu-subsublink-wrap-5 {
	display: none;
	width: 201px;
	height: 54px;
	background: #79142a;
	position: absolute;
	left: 248px;
	top: 103px;
	margin-top: 84px;
	padding-top: 14px;	
	box-shadow: 3.441px 4.915px 18px 0px rgba(80, 82, 89, 0.31);
}

.sub-red-strip-5 {
	width: 201px;
	height: 8px;
	background: var(--color2);
	position: absolute;
	bottom: 0;
}

.menu-subsublink-wrap-6 {
	display: none;
	width: 201px;
	height: 154px;
	background: #79142a;
	position: absolute;
	left: 248px;
	top: 137px;
	margin-top: 84px;
	padding-top: 14px;	
	box-shadow: 3.441px 4.915px 18px 0px rgba(80, 82, 89, 0.31);
}

.sub-red-strip-6 {
	width: 201px;
	height: 8px;
	background: var(--color2);
	position: absolute;
	bottom: 0;
}

.menu-subsublink-wrap-7 {
	display: none;
	width: 201px;
	height: 88px;
	background: #79142a;
	position: absolute;
	left: 248px;
	top: 171px;
	margin-top: 84px;
	padding-top: 14px;	
	box-shadow: 3.441px 4.915px 18px 0px rgba(80, 82, 89, 0.31);
}

.sub-red-strip-7 {
	width: 201px;
	height: 8px;
	background: var(--color2);
	position: absolute;
	bottom: 0;
}

.red-strip-1 {
	width: 248px;
	height: 8px;
	background: var(--color2);
	position: absolute;
	bottom: 0;
}

.red-strip-2 {
	width: 267px;
	height: 8px;
	background: var(--color2);
	position: absolute;
	bottom: 0;
}

.red-strip-3 {
	width: 233px;
	height: 8px;
	background: var(--color2);
	position: absolute;
	bottom: 0;
}

.menu-sublink {
	display: block;
	font-family: 'Roboto Light';
	font-size: 14px;	
	color: white;
	text-decoration: none;
	padding-left: 48px;
	line-height: 34px;
	padding-right: 20px;
}

.menu-sublink:hover {
	background-color: rgba(255, 255, 255, 0.2);	
}

.subcategory-icon-1 {
	background: url(../img/01_subcategory_icon.png) no-repeat 22px 5px;
}

.subcategory-icon-2 {
	background: url(../img/02_subcategory_icon.png) no-repeat 21px 7px;
}

.subcategory-icon-3 {
	background: url(../img/03_subcategory_icon.png) no-repeat 20px 7px;
}

.subcategory-icon-4 i {
	font-size: 15px;
	margin-left: -25px;
	margin-right: 13px;
}

.subcategory-icon-5 {
	background: url(../img/05_subcategory_icon.png) no-repeat 20px 8px;
}

.subcategory-icon-6 {
	background: url(../img/06_subcategory_icon.png) no-repeat 20px 12px;
}

.subcategory-icon-7 {
	background: url(../img/07_subcategory_icon.png) no-repeat 20px 9px;
}

.subcategory-icon-8 {
	background: url(../img/07_subcategory_icon.png) no-repeat 20px 9px;
	margin-top: 1px;
	line-height: 19px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.logo {
	background: url(../img/logo.png) no-repeat;
	width: 180px;
	height: 84px;
	display: block;
	float: left;
	transition: all ease 0.3s;
	background-position: 15px
}

@media (hover: hover) {
	.logo:hover {
		filter: saturate(2.3)
	}
}

.menu-link {
	font-family: 'Roboto Regular';
	font-size: 14px;
	display: block;
	float: left;
	padding-top: 36px;
	text-align: center;
	color: #000;
	width: 104px;
	height: 48px;
	text-decoration: none;
	transition: all 0.3s;
}
 
.menu-link:hover {
	transition: all 0.3s;	
	color: #ffffff;
	background-color: #79142a;
	box-shadow: inset 0px 0px 18px 0px var(--color1-shadow);	
}

.active {
	font-family: 'Roboto Regular';
	color: #ffffff;
	background-color: #79142a;
	box-shadow: inset 0px 0px 18px 0px var(--color1-shadow);
}

.active-2 {
	font-family: 'Roboto Regular';
	color: #ffffff;
	background-color: #79142a;
	box-shadow: inset 0px 0px 18px 0px var(--color1-shadow);
}
/* /Header */


/* GoToTop */
#toTop {
    width: 45px;
	height: 45px;
    position: fixed;
    bottom: 12.7%;;
    right: 17.6%;
    cursor: pointer;
    display: none;
	background: url(../img/up.png) var(--color1) no-repeat center;
	box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.12);
	border-radius: 50px;
    z-index: 1000;
}

@media (max-width: 1900px) {
	#toTop {
		right: 16%;
	}
}

@media (max-width: 1800px) {
	#toTop {
		right: 15%;
	}
}

@media (max-width: 1750px) {
	#toTop {
		right: 14%;
	}
}

@media (max-width: 1700px) {
	#toTop {
		right: 10%;
	}
}

@media (max-width: 1600px) {
	#toTop {
		right: 8%;
	}
}

@media (max-width: 1500px) {
	#toTop {
		right: 4%;
	}
}

@media (max-width: 1360px) {
	#toTop {
		right: 1%;
	}
}

@media (max-width: 1240px) {
	#toTop {
		right: 0%;
	}
}

@media (max-width: 1210px) {
	#toTop {
		right: 4%;
	}
}

@media (max-width: 1100px) {
	#toTop {
		width: 60px;
		height: 60px;
	}
}
/* /GoToTop */


/* Popup */
.popup {
	color: #333;
	--color: #79142a;
	border-radius: 0;
	--border-radius: 0;
}

.popup input {
	color: #000;
}

.popup input {
	--placeholder-color: #444;
}

#overlay {
    background: #000;
    position: fixed;
	top: 0;
    left: 0;
    height: 100%;
	width: 100%;
    opacity: 0.7;
    z-index: 1000;
	display: none;
}

.popup {
	background: #fff;
	padding: 50px 60px;
	position: fixed;
	top: 45%;
	left: 50%;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5), inset 0 0 60px rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	z-index: 1001;
	display: none;
}

.popup h2 {
	width: 224px;
	font-family: Arial, sans-serif;
	font-size: 23px;
	line-height: 28px;
	text-align: center;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 10px;
}

.popup form input {
	display: block;
	border: 2px solid #3a486a;
	border: 2px solid var(--color);
	font-family: Arial, sans-serif;
	font-size: 16px;
	padding: 10px;
	outline: none;
	margin: auto;
	width: 200px !important;
	border-radius: 0;
	border-radius: var(--border-radius);
}

input::-webkit-input-placeholder {color: #555; color: var(--placeholder-color);}
input::-moz-placeholder          {color: #555; color: var(--placeholder-color); opacity: 1;}
input:-ms-input-placeholder      {color: #555; color: var(--placeholder-color);}

.close {
	width: 14px;
	height: 16px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAYAAAAmlE46AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODBGM0E5NjI3REUyMTFFM0EzRTBFMzY5QkY1MkJGNTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODBGM0E5NjM3REUyMTFFM0EzRTBFMzY5QkY1MkJGNTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4MEYzQTk2MDdERTIxMUUzQTNFMEUzNjlCRjUyQkY1MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4MEYzQTk2MTdERTIxMUUzQTNFMEUzNjlCRjUyQkY1MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsmTR5QAAAF9SURBVHjafFK9agJBEJ71xJ9CFETB5t5ANCReSJE8h8UipPZ1tExjhMM2jxBsDlOIvoGtCIIW6gmb+ZYb2btIBpbb/X6O2W+WjDEkazQaKff8H5ejpMbjcd/zvAl/FWUKWML1BcuJqV6vh81mU+fz+ZQZe2DgoBGz4hYCBqJKpWKF5/OZttvt9Hq9DnCGqdFo6GKxaPnD4UC73e5ZHY/H1+Vy+b3f72+tJeYZb2PXhKrVatTtdt9wYXW5XCaLxUK7ZsZsCFlTr9ebFgqFgU0KLd8zu+Wa+GgkVQOg0+nM+E5/TMDAicliTnrERNxqtUip9ETiOKYwDGO0PxwOU+NA5B+crs6a7D0YAweNjMrj1KyJv+9uENVqlUqlkk1Y2mX+4XQ6+VEUfeXK5fJL1oQggiCYYWEvBQ208CDVx/V6/bPZbO6lR9m0fd+ndrv9JI9Wr1YrM5/PDbf2idk6D1oBAwcNtHaEjkDz37OmmznhtGDyAG4BypzuVIr7FWAAE4oheSt5J/kAAAAASUVORK5CYII=) no-repeat;
	cursor: pointer;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 10002;
}

.close:hover {
	opacity: 0.85;
}

.send {
	width: 223px;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	border: 2px solid #3a486a;
	border: 2px solid var(--color);
	color: #fff;
	background-color: #3a486a;
	background-color: var(--color);
	text-transform: uppercase;
	text-decoration: none;
	padding: 16px 15px 12px 15px;
	transition: all 0.5s;
	cursor: pointer;
	outline: none;
	border-radius: 0;
	border-radius: var(--border-radius);
}

.send:hover {
	background-color: rgba(255, 255, 255, 0);
	color: #3a486a;
	color: var(--color);
	transition: all 0.5s;
}