@import url('//fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700,800&display=swap&subset=cyrillic');
@font-face {
  font-family: "Franklin";
  src: url("../fonts/FranklinGothicMediumC1.eot"); /* IE9 Compat Modes */
  src: url("../fonts/FranklinGothicMediumC1.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/FranklinGothicMediumC1.otf") format("opentype"), /* Open Type Font */
    url("../fonts/FranklinGothicMediumC1.svg") format("svg"), /* Legacy iOS */
    url("../fonts/FranklinGothicMediumC1.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/FranklinGothicMediumC1.woff") format("woff"), /* Modern Browsers */
    url("../fonts/FranklinGothicMediumC1.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
/* reset ---------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
HTML {
 	overflow-x: hidden;
	height: 100%;
}
*{box-sizing:border-box}*:before,*:after{box-sizing:border-box}
BODY {
	font-family: 'Franklin', Helvetica, Verdana, sans-serif;
	background: #fff;
	color: #000;
	font-weight: 400;
	position: relative;
 	height: auto !important;
 	height: 100%;
 	min-height: 100%;
 	font-size: 14px;
 	overflow-x: hidden;
 	-moz-osx-font-smoothing: grayscale;
 	-webkit-font-smoothing: antialiased;
}
A {
	text-decoration: none;
	color: inherit;
	-webkit-transition:all 0.2s;
	-moz-transition:all 0.2s;
	transition:all 0.2s;
}
A:hover {
	text-decoration: underline;
}
.l {
	float: left;
}
.r {
	float: right;
}
.clr {
	clear: both;
}
B, STRONG {
	font-weight: 700;
}
I, EM {
	font-style: italic;
}
input {
	font-family: 'Franklin', Helvetica, Verdana, sans-serif;
}
input[type=text], textarea {
	font-family: 'Open Sans', Helvetica, Tahoma, sans-serif;
}
.tc {
	text-align: center;
}
.none {
	display: none;
}
.inp:focus::-webkit-input-placeholder {opacity: 0 !important; transition: opacity 0.2s ease;}
.inp:focus::-moz-placeholder          {opacity: 0 !important; transition: opacity 0.2s ease;}
.inp:focus:-moz-placeholder           {opacity: 0 !important; transition: opacity 0.2s ease;}
.inp:focus:-ms-input-placeholder      {opacity: 0 !important; transition: opacity 0.2s ease;}
.inp::-webkit-input-placeholder {color: rgba(0,0,0,.4); opacity: 1; }
.inp::-moz-placeholder          {color: rgba(0,0,0,.4); opacity: 1; }
.inp:-moz-placeholder           {color: rgba(0,0,0,.4); opacity: 1; }
.inp:-ms-input-placeholder      {color: rgba(0,0,0,.4); opacity: 1; }
textarea {
	resize: none;
}
input[type=text]:focus, input[type=search]:focus, .inp:focus {
	outline: none;
}
::selection {
	background: #122047;
	color: #fff;
}
::-moz-selection {
	background: #122047;
	color: #fff;
}
a[href^="tel:"]:hover {
	text-decoration: none;
}
/* common ---------------------------------------------- */
.main {
	position: relative;
	margin: 0 6.75%;
}
.cell {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
a.und {
	text-decoration: underline;
}
a.und:hover {
	text-decoration: none;
}
.smooth {
	-webkit-transition:all 0.2s;
	-moz-transition:all 0.2s;
	transition:all 0.2s;
}
.grayscale {
	-webkit-filter: grayscale(100%);
	  -moz-filter: grayscale(100%);
	  -ms-filter: grayscale(100%);
	  -o-filter: grayscale(100%);
	  filter: grayscale(100%);
}
.button {
	display: inline-block;
	position: relative;
	border-radius: 3px;
	background: #fff;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: .5px;
	font-weight: 400;
	text-transform: uppercase;
	text-shadow: none;
	text-align: center;
	color: #122047;
	min-width: 250px;
	height: 50px;
	padding: 15px 24px 0;
}
.button:hover {
	opacity: .95;
	text-decoration: none;
}
input.button {
	border: 0;
	cursor: pointer;
	padding: 0 24px;
}
/* Top Block ---------------------------------------------- */
.top {
	background: #122047;
	height: 50px;
	letter-spacing: .25px;
	padding: 0 6.75% 0;
}
.top .address {
	float: left;
	font-size: 18px;
	color: #fff;
	padding-top: 17px;
}
.top .address a {
	opacity: .6;
}
.top .address a:hover {
	opacity: 1;
	text-decoration: none;
}
.top .r DIV {
	float: left;
}
.top .phone {
	padding-top: 17px;
	color: #fff;
	font-size: 20px;
}
.callback {
	display: block;
	position: relative;
	border-radius: 3px;
	background: #fff;
	font-size: 15px;
	text-transform: uppercase;
	color: #122047;
	margin: 9px 0 0 24px;
	height: 32px;
	padding: 10px 20px 0 35px;
}
.callback:hover {
	opacity: .95;
	text-decoration: none;
}
.callback span {
	display: block;
	position: absolute;
	left: 14px;
	top: 9px;
	background: url("../images/ico_phone.png");
	background-size: cover;
	width: 16px;
	height: 16px;
}
.menu-ico, .menu-logo {
	display: none;
}
/* Menu Block ---------------------------------------------- */
.menu {
	position: relative;
	height: 110px;
}
.logo {
	position: absolute;
	left: 30px;
	top: 11px;
}
.logo A {
	display: block;
	background: url("../images/logo.png") no-repeat center center;
	background-size: contain;
	width: 70px;
	height: 88px;
}
nav {
	float: right;
	color: #122047;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 600;
	padding-top: 52px;
	letter-spacing: .25px;
}
nav LI {
	float: left;
	margin-left: 52px;
	padding: 0 0 6px;
}
nav UL UL {
	position: absolute;
	display: none;
	box-shadow: 0 0 10px rgba(18, 32, 71, 0.95);
	z-index: 50;
	-webkit-transition:all 0.2s;
	-moz-transition:all 0.2s;
	transition:all 0.2s;
	padding: 5px 0;
	border-radius: 2px;
	margin-top: 6px;
	left: auto;
	top: auto;
	background: #fff;
}
nav UL UL LI {
	float: none;
	margin: 0;
	padding: 0;
}
nav UL UL LI A {
	display: block;
	font-size: 14px;
	font-weight: 400;
	padding: 8px 16px;
}
nav UL UL LI A:hover {
	background: #e6e6e6;
}
nav LI.level1:hover UL {
	display: block;
}
nav A:hover {
	color: #000;
	text-decoration: none;
}
/* Content ---------------------------------------------- */
.content {
	position: relative;
	padding-bottom: 300px;
}
.slogan {
	position: absolute;
	left: 6%;
	top: 20px;
	background: url("../images/slogan.png");
	background-size: cover;
	width: 155px;
	height: 80px;
	z-index: 40;
}
.head {
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
	color: #122047;
	margin: 50px 0 40px;
}
.head DIV {
	display: inline-block;
	position: relative;
	white-space: nowrap;
	padding: 0 80px;
}
.head SPAN {
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	background: #122047;
	top: 12px;
	left: 0;
}
.head I {
	position: relative;
	z-index: 2;
	padding: 0 24px;
	font-style: normal;
	background: #fff;
}
/* Slider ---------------------------------------------- */
.slider {
	position: relative;
	overflow: hidden;
	height: calc(100vh - 160px);
}
.slider .item {
	position: absolute;
	left: 0;
	top: 0;
	height: calc(100vh - 160px);
	background: #122047;
}
.slider .im IMG {
	width: 100%;
}
.slider .pager {
	position: absolute;
	left: 0;
	bottom: 24px;
	width: 100%;
	z-index: 4;
	text-align: center;
}
.slider .pager span {
	display: inline-block;
	width: 50px;
	height: 4px;
	margin: 0 4px;
	background: #e6e6e6;
	-webkit-transition:all 0.2s;
	-moz-transition:all 0.2s;
	transition:all 0.2s;
	cursor: pointer;
}
.slider .pager span:hover, .slider .pager span.active {
	background: #fff;
}
.slider .bg {
	background: rgba(18,32,71,.4);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.slider .txt {
	position: absolute;
	left: 40%;
	top: 14%;
	z-index: 3;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-shadow: 0px 1px 5px rgba(18, 32, 71, 0.95);
	margin-right: 6.75%;
}
.slider .title {
	text-transform: uppercase;
	font-size: 32px;
	font-weight: 600;
	letter-spacing: 0.75px;
	text-shadow: 0px 2px 16px rgba(18, 32, 71, 0.95);
	margin-bottom: 4%;
}
.slider .txt LI {
	position: relative;
	min-height: 40px;
	margin-bottom: 10px;
	padding-left: 60px;
}
.slider .txt li span {
	display: table-cell;
	height: 40px;
	vertical-align: middle;
}
.slider .txt LI:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background-size: contain !important;
}
.slider .button {
	margin-top: 20px;
}
.slider .txt li:before {
	filter: brightness(0) invert(1);
}
li.ico1:before {
	background: url("../images/ico1.png") no-repeat center center;
}
li.ico2:before {
	background: url("../images/ico2.png") no-repeat center center;
}
li.ico3:before {
	background: url("../images/ico3.png") no-repeat center center;
}
li.ico4:before {
	background: url("../images/ico4.png") no-repeat center center;
}
li.ico5:before {
	background: url("../images/ico5.png") no-repeat center center;
}
li.ico6:before {
	background: url("../images/ico6.png") no-repeat center center;
}
li.ico7:before {
	background: url("../images/ico7.png") no-repeat center center;
}
li.ico8:before {
	background: url("../images/ico8.png") no-repeat center center;
}
li.ico9:before {
	background: url("../images/ico9.png") no-repeat center center;
}
li.ico10:before {
	background: url("../images/ico10.png") no-repeat center center;
}
li.ico11:before {
	background: url("../images/ico11.png") no-repeat center center;
}
li.ico12:before {
	background: url("../images/ico12.png") no-repeat center center;
}
li.ico13:before {
	background: url("../images/ico13.png") no-repeat center center;
}
li.ico14:before {
	background: url("../images/ico14.png") no-repeat center center;
	transform: scale(.8, .8);
}
li.ico15:before {
	background: url("../images/ico15.png") no-repeat center center;
}
/* Main page block ---------------------------------------------- */
/* about */
.about {
	color: #424242;
	font-size: 22px;
	line-height: 1.25;
	max-width: 1150px;
	margin: 0 10%;
}
.anons {
	text-align: center;
}
.about blockquote {
	margin: 0 20px 0 160px;
}
.about .txt P, .about .txt UL {
	padding-bottom: 22px;
}
.about .txt LI {
	position: relative;
	min-height: 34px;
	margin-bottom: 10px;
	padding-left: 46px;
}
.about .txt li span {
	display: table-cell;
	height: 34px;
	vertical-align: middle;
}
.about .txt LI:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 32px;
	height: 32px;
	background-size: contain !important;
}
/* advantages */
.advantages {
	color: #424242;
	font-size: 24px;
	line-height: 1.25;
	max-width: 1150px;
	margin: 0 10%;
}
.advantages .txt {
	margin: 0 40px 0 139px;
}
.advantages .txt LI {
	position: relative;
	min-height: 54px;
	margin-bottom: 16px;
	padding-left: 66px;
}
.advantages .txt li span {
	display: table-cell;
	height: 54px;
	vertical-align: middle;
}
.advantages .txt LI:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 54px;
	height: 54px;
	background-size: contain !important;
}
.advantages UL {
	margin-bottom: 30px;
}
/* Other page ---------------------------------------------- */
.pic {
	position: relative;
	overflow: hidden;
	height: 65vh;
	min-height: 350px;
}
.box {
	position: relative;
	overflow: hidden;
	height: 40vh;
	min-height: 250px;
	background: #122047;
}
.pic .im {
	position: absolute;
	left: 0;
	top: -160px;
}
.pic .im IMG {
	width: 100%;
}
.pic .txt, .box .txt {
	position: absolute;
	left: 0;
	bottom: 15%;
	width: 100%;
	z-index: 20;
	color: #fff;
}
.pic .bg {
	background: rgba(18,32,71,.4);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.pic-head {
	text-align: center;
	font-size: 40px;
	line-height: 1.25;
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
	color: #fff;
}
.pic-head DIV {
	display: inline-block;
	vertical-align: top;
}
.pic-head .line {
	width: 66px;
	height: 2px;
	margin-top: 21px;
	background: #fff;
}
.left-line {
	margin-right: 24px;
}
.right-line {
	margin-left: 24px;
}
/* text block */
.b-text .txt {
	color: #424242;
	font-size: 22px;
	line-height: 1.25;
	max-width: 1150px;
	margin: 40px 10% 0;
}
.b-text .anons {
	text-align: center;
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 30px;
}
.b-text .txt UL {
	margin: 12px 20px 28px 160px;
}
.b-text .txt P {
	padding-bottom: 22px;
}
.b-text .txt .sm {
	font-size: 15px;
}
.b-text .txt LI {
	position: relative;
	min-height: 34px;
	margin-bottom: 10px;
	padding-left: 46px;
}
.b-text .txt li span {
	display: table-cell;
	height: 34px;
	vertical-align: middle;
}
.b-text .txt LI:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 32px;
	height: 32px;
	background-size: contain !important;
}
.b-text .big li {
	min-height: 54px;
	padding-left: 54px;
	margin-bottom: 18px;
}
.b-text .big li span {
	height: 54px;
}
.b-text .big LI:before {
	width: 44px;
	height: 52px;
}
.b-text TABLE {
	margin-bottom: 22px;
}
.b-text TD h4, .b-text TD h3 {
	color: #122047;
	font-size: 22px;
	font-weight: 600;
}
.b-text TD {
	border-bottom: 2px solid #122047;
	font-size: 16px;
	vertical-align: middle;
	text-align: center;
	padding: 12px 15px;
	min-height: 40px;
}
.b-text TD.left {
	text-align: left;
}
.b-text .txt TD P {
	padding-bottom: 14px;
}
.b-text img {
	max-width: 100%! important;
	height: auto !important;
}
.b-text p.alt {
	position: relative;
	font-size: 13px;
	margin-top: -16px;
}
/* Contacts ---------------------------------------------- */
.contacts.b-text .txt {
	margin: 0 auto;
}
.contacts .block {
	float: left;
	width: 50%;
	margin: 25px 0;
}
.contacts h3 {
	color: #0077be;
	font-size: 36px;
	line-height: 1.1;
	font-weight: 700;
	padding-bottom: 20px;
}
.contacts h3.s2 {
	padding-top: 20px;
}
.contacts .block p {
	padding-bottom: 8px;
}
.contacts .block.col23 {
	width: 70%;
}
.contacts .block.col13 {
	width: 30%;
	padding-left: 30px;
}
.contacts .block iframe {
	width: 100% !important;
}
.contacts .feedback {
	margin: 0;
}
.contacts .feedback .form-block {
	padding: 40px 60px;
	width: auto;
	height: auto;
}
#ymap {
	margin: 25px 0;
}
/* News ---------------------------------------------- */
.news .item {
	position: relative;
	min-height: 120px;
	padding-left: 150px;
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.25;
}
.news .date {
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	width: 120px;
}
.news .date DIV {
	font-size: 34px;
	color: #000;
	font-weight: 700;
	border-bottom: 1px dotted #C0C0C0;
	margin-bottom: 6px;
}
.news .title {
	color: #555;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.1;
	margin-bottom: 12px;
}
.news .title A:hover {
	color: #000;
}
.news .box .pic-head {
	font-size: 24px;
	text-transform: none;
	margin: 0 10%;
}
.news .box .pic-head .line {
	display: none !important;
}
.news .full {
	margin-left: 40px;
}
.news .full .date {
	width: 100px;
	left: auto;
	margin-left: -120px;
}
.slide-box {
	position: fixed;
	left: 0;
	bottom: 10%;
	cursor: pointer;
}
.slide-box.next {
	left: auto;
	right: 0;
}
.slide-box .arr {
	position: relative;
	z-index: 2;
	background: #122047;
	width: 34px;
	height: 80px;
}
.slide-box .arr svg {
	position: absolute;
	display: block;
	left: calc(50% - 5px);
	top: calc(50% - 12px);
}
.slide-box.next .arr {
	transform: scale(-1, 1);
}
.slide-box.prev:hover .arr svg {
	margin-left: -2px;
}
.slide-box.next:hover .arr svg {
	margin-left: 2px;
}
.slide-box .desc {
	z-index: 1;
	box-shadow: 1px 1px 4px rgba(85, 86, 86, 0.43);
	background: #fff;
	font-size: 13px;
	line-height: 1.25;
	font-weight: 700;
	color: #122047;
	position: absolute;
	left: 34px;
	top: 0;
	width: 200px;
	height: 80px;
	overflow: hidden;
	margin-left: -200px;
}
.slide-box .cell {
	width: 200px;
	height: 80px;
}
.slide-box.next .desc {
	margin-right: -200px;
	left: auto;
	right: 34px;
}
.slide-box:hover .desc {
	margin: 0;
}
.news .b-text .txt .full ul {
	list-style: disc !important;
}
.news .b-text .txt .full li {
	margin: 0 !important;
	padding: 0 0 6px 20px;
}
/* Style bullets ---------------------------------------------- */
li.pass1:before {
	background: url("../assets/images/icons/pass1.png") no-repeat center center;
}
li.pass2:before {
	background: url("../assets/images/icons/pass2.png") no-repeat center center;
}
li.pass3:before {
	background: url("../assets/images/icons/pass3.png") no-repeat center center;
}
li.pass4:before {
	background: url("../assets/images/icons/pass4.png") no-repeat center center;
}
li.pass5:before {
	background: url("../assets/images/icons/pass5.png") no-repeat center center;
}
li.pass6:before {
	background: url("../assets/images/icons/pass6.png") no-repeat center center;
}
li.pass7:before {
	background: url("../assets/images/icons/pass7.png") no-repeat center center;
}
li.pass8:before {
	background: url("../assets/images/icons/pass8.png") no-repeat center center;
}
li.vip1:before {
	background: url("../assets/images/icons/vip1.png") no-repeat center center;
}
li.vip2:before {
	background: url("../assets/images/icons/vip2.png") no-repeat center center;
}
li.it1:before {
	background: url("../assets/images/icons/it1.png") no-repeat center center;
}
li.it2:before {
	background: url("../assets/images/icons/it2.png") no-repeat center center;
}
li.dron1:before {
	background: url("../assets/images/icons/dron1.png") no-repeat center center;
}
li.dron2:before {
	background: url("../assets/images/icons/dron2.png") no-repeat center center;
}
li.dron3:before {
	background: url("../assets/images/icons/dron3.png") no-repeat center center;
}
li.dron4:before {
	background: url("../assets/images/icons/dron4.png") no-repeat center center;
}
li.dron5:before {
	background: url("../assets/images/icons/dron5.png") no-repeat center center;
}
li.advantage1:before {
	background: url("../assets/images/icons/advantage1.png") no-repeat center center;
}
li.advantage2:before {
	background: url("../assets/images/icons/advantage2.png") no-repeat center center;
}
li.advantage3:before {
	background: url("../assets/images/icons/advantage3.png") no-repeat center center;
}
li.advantage4:before {
	background: url("../assets/images/icons/advantage4.png") no-repeat center center;
}
li.advantage5:before {
	background: url("../assets/images/icons/advantage5.png") no-repeat center center;
}
/* Feedback ---------------------------------------------- */
.feedback {
	margin: 70px 0 40px;
}
.feedback .title {
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	font-size: 26px;
	text-align: center;
	padding: 35px 0 15px;
}
.form-block {
	margin: 0 auto;
	background: #1f3161;
	width: 640px;
	height: 400px;
	border-radius: 7px;
	background-image: -moz-radial-gradient( 50% 50%, circle closest-side, rgb(50,73,135) 0%, rgb(18,32,71) 100%);
  background-image: -webkit-radial-gradient( 50% 50%, circle closest-side, rgb(50,73,135) 0%, rgb(18,32,71) 100%);
  background-image: -ms-radial-gradient( 50% 50%, circle closest-side, rgb(50,73,135) 0%, rgb(18,32,71) 100%);
  box-shadow: 0px 1px 5px 0px rgba(137, 137, 137, 0.95);
	padding: 0 60px;
}
.form DIV {
	margin-bottom: 20px;
}
.form .inp {
	border: 0;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .75);
	width: 100%;
	height: 50px;
	font-weight: 600;
	border-radius: 5px;
	font-size: 18px;
	padding: 0 30px;
	color: #122047;
}
.form div.err .inp {
	border-right: 5px solid red;
}
.form textarea.inp {
	padding-top: 8px;
	height: 120px;
}
.form .inp::-webkit-input-placeholder {color: #122047; opacity: .8; }
.form .inp::-moz-placeholder          {color: #122047; opacity: .8; }
.form .inp:-moz-placeholder           {color: #122047; opacity: .8; }
.form .inp:-ms-input-placeholder      {color: #122047; opacity: .8; }
.form input[type=submit] {
	display: block;
	margin: 30px auto 0;
}
/* Foot ---------------------------------------------- */
.foot {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #122047;
	color: #fff;
	font-size: 18px;
	line-height: 1.25;
	letter-spacing: .25px;
	z-index: 3;
}
.foot .main {
	height: 290px;
}
.foot-logo {
	background: url("../images/foot_logo.png") no-repeat center center;
	background-size: contain;
	position: absolute;
	left: 30px;
	top: 30px;
	width: 105px;
	height: 136px;
}
.foot .column {
	float: left;
	width: calc(30% - 150px);
	min-width: 240px;
	margin: 28px 30px 0 0;
}
.foot .column.first {
	margin-left: 200px;
	min-width: 160px;
}
.foot .column li {
	margin-bottom: 6px;
}
.foot .contact {
	position: absolute;
	right: 0;
	top: 28px;
	width: 30%;
	min-width: 280px;
}
.foot .contact .hd {
	margin-bottom: 6px;
}
.foot .contact DIV {
	position: relative;
	margin-top: 16px;
}
.foot .contact SPAN {
	display: block;
	position: absolute;
	left: -30px;
	top: auto;
	background-size: cover !important;
}
.foot .address SPAN {
	top: -2px;
	background: url("../images/white_pin.png");
	width: 18px;
	height: 28px;
}
.foot .email SPAN {
	background: url("../images/white_mail.png");
	width: 22px;
	height: 16px;
	top: 2px;
}
.foot .phone SPAN {
	background: url("../images/white_phone.png");
	width: 20px;
	height: 20px;
}
.copy {
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 18px;
	width: 100%;
	font-size: 16px;
	color: #fff;
}
/* Lay styles ---------------------------------------------- */
.laybg {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .65);
	z-index: 9995;
}
.lay {
	display: none;
	position: fixed;
	z-index: 9999;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}
.close {
	display: block;
	position: absolute;
	z-index: 2;
	cursor: pointer;
	right: 18px;
	top: 22px;
	width: 26px;
	height: 26px;
	transition:all 0.2s;
}
.close:before, .close:after {
    content: "";
    position: absolute;
    width: 26px;
    height: 1px;
    background: #fff;
    margin-top: 12px;
}
.close:before {
    transform: rotate(45deg);
}
.close:after {
    transform: rotate(-45deg);
}
/* lay callback */
.lay.lay-callback {
	left: calc(50% - 320px);
	top: calc(50% - 200px);
	width: 640px;
	height: 400px;
}
.form-success {
	display: none;
	font-size: 18px;
	text-align: center;
	padding-top: 60px;
	font-style: italic;
	color: #fff;
}
.feedback .form-success {
	padding-bottom: 60px;
}
.lay .title {
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	font-size: 26px;
	text-align: center;
	padding: 45px 0;
}
/* media queries ---------------------------------------------- */
@media screen and (min-width: 1000px) and (max-width: 1140px) {
	.main {
		margin: 0 5%;
	}
	.top .address {
		font-size: 16px;
		padding-top: 19px;
	}
	nav LI {
		margin-left: 40px;
	}
	.slider .txt {
		font-size: 18px;
		top: 10%;
	}
	.slider .title {
		font-size: 34px;
	}
	.slider .txt LI {
		min-height: 50px;
	}
	.slider .txt li span {
		height: 50px;
	}
	.slider .txt LI:before {
		width: 50px;
		height: 50px;
	}
	.advantages {
		margin: 0 5%;
	}
	.foot {
		font-size: 16px;
	}
}
@media screen and (max-width: 999px) {
	/* common */
	.main {
		width: auto;
		box-sizing: border-box;
		margin: 0;
	}
	.content {
		padding: 50px 0 10px;
	}
	.content .main {
		padding: 0 15px;
	}
	.head {
		font-size: 22px;
	}
	input[type=submit], input[type=button], input[type=text], input[type=password], textarea { 
		border-radius: 0 !important;
		-webkit-appearance: none !important;
	}
	body.fixed {
		overflow-y: hidden;
		position: fixed;
		width: 100vw;
		height: 100vh;
	}
	.slogan {
		left: 5px;
		top: 60px;
		width: 78px;
		height: 40px;
		z-index: 3;
	}
	.button {
		font-size: 16px;
		min-width: 200px;
		height: 36px;
		padding: 11px 16px 0;
	}
	/* top */
	.top {
		position: fixed;
		z-index: 19;
		width: 100%;
		left: 0;
		top: 0;
	}
	.top .phone {
		padding: 0;
		position: absolute;
		top: 15px;
		right: 53px;
	}
	.top .phone A {
		text-indent: -99999px;
		display: block;
		background: url("../images/white_phone.png");
		background-size: cover;
		width: 20px;
		height: 20px;
	}
	.top .address {
		padding: 0;
		position: absolute;
		top: 15px;
		right: 84px;
	}
	.top .address A {
		text-indent: -99999px;
		display: block;
		background: url("../images/ico_pin.svg");
		filter: brightness(0) invert(1);
		opacity: 1;
		background-size: cover;
		width: 20px;
		height: 20px;
	}
	.callback {
		display: none;
	}
	.menu-logo {
		display: block;
		position: absolute;
		left: 28px;
		top: 5px;
		background: url("../images/logo.png") no-repeat center center;
		filter: brightness(0) invert(1);
		background-size: contain;
		width: 32px;
		height: 40px;
	}
	/* menu ico */
	.menu-ico {
		display: block;
		width: 25px;
	  height: 20px;
	  position: absolute;
	  right: 15px;
	  top: 15px;
		z-index: 9997;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: .5s ease-in-out;
	  -moz-transition: .5s ease-in-out;
	  -o-transition: .5s ease-in-out;
	  transition: .5s ease-in-out;
	  cursor: pointer;
	}
	.menu-ico span {
	  display: block;
	  position: absolute;
	  height: 3px;
	  width: 100%;
	  background: #fff;
	  border-radius: 3px;
	  opacity: 1;
	  left: 0;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: .25s ease-in-out;
	  -moz-transition: .25s ease-in-out;
	  -o-transition: .25s ease-in-out;
	  transition: .25s ease-in-out;
	}
	.menu-ico span:nth-child(1) {
	  top: 0px;
	}
	.menu-ico span:nth-child(2) {
	  top: 8px;
	}
	.menu-ico span:nth-child(3) {
	  top: 16px;
	}
	.menu-ico.open span:nth-child(1) {
	  top: 8px;
	  -webkit-transform: rotate(135deg);
	  -moz-transform: rotate(135deg);
	  -o-transform: rotate(135deg);
	  transform: rotate(135deg);
	}
	.menu-ico.open span:nth-child(2) {
	  opacity: 0;
	  left: -20px;
	}
	.menu-ico.open span:nth-child(3) {
	  top: 8px;
	  -webkit-transform: rotate(-135deg);
	  -moz-transform: rotate(-135deg);
	  -o-transform: rotate(-135deg);
	  transform: rotate(-135deg);
	}
	/* menu */
	.menu {
		position: fixed;
		display: none;
		width: calc(100vw - 50px);
		height: 100vh;
		overflow: auto;
		z-index: 9996;
		background: #122047;
		-webkit-overflow-scrolling: touch;
	}
	.menu .logo {
		filter: brightness(0) invert(1);
		position: static;
		margin: 20px 0 30px 20px;
	}
	nav {
		display: block;
		float: none;
		font-size: 17px;
		padding: 0 20px;
		color: #fff;
	}
	nav LI {
		float: none;
		margin: 14px 0;
		padding: 0;
	}
	nav UL UL {
		position: static;
		display: block;
		box-shadow: none;
		z-index: auto;
		transition: none;
		padding: 5px 0 0 10px;
		border-radius: none;
		background: none;
	}
	nav UL UL LI {
		float: none;
		margin: 0;
		padding: 0;
	}
	nav UL UL LI A {
		display: block;
		font-size: 12px;
		font-weight: 400;
		padding: 8px 16px;
	}
	nav UL UL LI A:hover {
		background: #e6e6e6;
	}
	nav A:hover {
		color: #fff;
	}
	/* slider */
	.slider {
		height: calc(100vh - 120px);
	}
	.slider .item {
		height: calc(100vh - 120px);
	}
	.slider .im IMG {
		width: auto;
		height: calc(100vh - 120px);
	}
	.slider .pager span {
		width: 30px;
		transition: none;
	}
	.slider .txt {
		left: 15px;
		top: 14%;
		width: calc(100vw - 30px);
		font-size: 15px;
	}
	.slider .title {
		font-size: 28px;
		text-shadow: none;
		margin-bottom: 4%;
	}
	.slider .txt LI {
		min-height: 36px;
		margin-bottom: 3px;
		padding-left: 40px;
	}
	.slider .txt li span {
		height: 36px;
	}
	.slider .txt LI:before {
		width: 34px;
		height: 34px;
	}
	.slider .button {
		margin-top: 20px;
	}
	/* head */
	.head {
		font-size: 20px;
		margin: 30px 0 20px;
	}
	.head DIV {
		white-space: normal;
		padding: 0;
	}
	.head SPAN {
		display: none;
	}
	.head I {
		padding: 0;
	}
	.pic-head .line {
		display: none;
	}
	.pic-head {
		font-size: 20px;
	}
	.box {
		height: 20vh;
		min-height: 200px;
	}
	.pic {
		position: relative;
		overflow: hidden;
		height: 35vh;
		min-height: 250px;
		background: #122047;
	}
	.pic .im {
		position: absolute;
		left: 0;
		top: auto;
		bottom: 0;
	}
	.pic .im IMG {
		display: block;
		width: auto;
		height: 40vh;
	}
	.pic .txt, .box .txt {	
		bottom: 5%;
		z-index: 6;
	}
	/* main */
	.about {
		font-size: 16px;
		margin: 0 15px;
	}
	.about blockquote {
		margin: 0 20px;
	}
	.advantages {
		font-size: 16px;
		margin: 0 15px;
	}
	.advantages .txt {
		margin: 0 20px;
	}
	/* feedback */
	.feedback {
		margin: 30px 15px;
	}
	.feedback .title {
		font-size: 20px;
		padding: 25px 0 10px;
	}
	.form {
		width: 100%;
		height: auto;
		padding: 0 20px 30px;
	}
	.form DIV {
		margin-bottom: 20px;
	}
	.form .inp {
		height: 40px;
		font-size: 16px;
		padding: 0 20px;
		border-radius: 3px !important;
	}
	.form textarea.inp {
		padding-top: 8px;
		height: 100px;
	}
	.form input[type=submit] {
		display: block;
		margin: 20px auto 0;
		border-radius: 3px !important;
	}
	/* btext */
	.b-text .txt {
		font-size: 16px;
		margin: 30px 15px 0;
	}
	.b-text .anons {
		font-size: 18px;
		margin-bottom: 30px;
	}
	.b-text .txt UL {
		margin: 12px 20px 28px;
	}
	.b-text .txt P {
		padding-bottom: 18px;
	}
	.b-text .txt .sm {
		font-size: 13px;
	}
	.b-text .txt img {
		max-width: 100% !important;
		height: auto !important;
	}
	.b-text .tbl {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.b-text TABLE {
		margin-bottom: 22px;
	}
	.b-text TD h4, .b-text TD h3 {
		font-size: 16px;
	}
	.b-text TD {
		font-size: 13px;
		padding: 8px 10px;
		min-height: 40px;
	}
	.b-text TD.left {
		text-align: left;
	}
	.b-text .txt TD P {
		padding-bottom: 14px;
	}
	.b-text .txt td img {
		height: 60px !important;
	}
	.b-text p.alt {
		position: relative;
		font-size: 13px;
		margin-top: -16px;
	}
	/* news */
	.news .b-text .txt {
		margin-left: 0;
		margin-right: 0;
	}
	.news .item {
		position: relative;
		min-height: 90px;
		padding-left: 90px;
		font-size: 16px;
		line-height: 1.25;
	}
	.news .date {
		font-size: 12px;
		width: 70px;
	}
	.news .date DIV {
		font-size: 26px;
		margin-bottom: 4px;
	}
	.news .full {
		margin: 0 30px;
	}
	.news .full .date {
		width: 70px;
		position: static;
		margin: -10px auto 10px;
	}
	.news .box .pic-head {
		font-size: 20px;
	}
	/* contacts */
	.contacts.b-text .txt {
		margin: 0 auto;
	}
	.contacts .block {
		float: none;
		width: auto;
		margin: 20px 0;
	}
	.contacts h3 {
		font-size: 24px;
		padding-bottom: 16px;
	}
	.contacts .block p {
		padding-bottom: 8px;
	}
	.contacts .block.col23 {
		width: auto;
	}
	.contacts .block.col13 {
		width: auto;
		padding-left: 0;
	}
	.contacts .block iframe {
		width: 100% !important;
	}
	.contacts .feedback {
		margin: 0;
	}
	.contacts .feedback form {
		padding: 30px;
		width: auto;
		height: auto;
	}
	/* foot */
	.foot {
		position: relative;
		font-size: 15px;
		line-height: 1.25;
		letter-spacing: .25px;
		z-index: 3;
	}
	.foot .main {
		height: auto;
		padding: 15px 15px 40px;
	}
	.foot-logo {
		position: static;
		margin: 0 auto 24px;
		width: 75px;
		height: 97px;
	}
	.foot .column {
		float: none;
		width: auto;
		min-width: auto;
		margin: 0;
		text-align: center;
	}
	.foot .column.first {
		margin-left: 0;
		min-width: auto;
	}
	.foot .column li {
		margin-bottom: 8px;
	}
	.foot .contact {
		position: static;
		width: auto;
		min-width: auto;
		margin: 30px 0 20px 30px;
	}
	.foot .contact .hd {
		margin-bottom: 6px;
	}
	.foot .contact DIV {
		position: relative;
		margin-top: 16px;
	}
	.foot .contact SPAN {
		display: block;
		position: absolute;
		left: -30px;
		top: auto;
		background-size: cover !important;
	}
	.foot .address SPAN {
		top: -2px;
		background: url("../images/white_pin.png");
		width: 18px;
		height: 28px;
	}
	.foot .email SPAN {
		background: url("../images/white_mail.png");
		width: 22px;
		height: 16px;
		top: 2px;
	}
	.foot .phone SPAN {
		background: url("../images/white_phone.png");
		width: 20px;
		height: 20px;
	}
	.copy {
		bottom: 10px;
		font-size: 10px;
		line-height: 1.1;
	}
	/* lay */
	.lay.lay-callback {
		left: 2%;
		top: 4%;
		width: 96%;
		height: 92%;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	.form-block {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		padding: 0 30px;
	}
	.form-success {
		display: none;
		font-size: 18px;
		text-align: center;
		padding-top: 60px;
		font-style: italic;
		color: #fff;
	}
	.feedback .form-success {
		padding-bottom: 60px;
	}
	.lay .title {
		text-transform: uppercase;
		font-weight: 600;
		color: #fff;
		font-size: 26px;
		text-align: center;
		padding: 45px 0;
	}
}