@font-face {
	font-family: 'Exo2-BoldItalic';
	src: url('../fonts/Exo2-BoldItalic.eot');
	src: local('☺'), 
	url('../fonts/Exo2-BoldItalic.woff') format('woff'), 
	url('../fonts/Exo2-BoldItalic.ttf') format('truetype'), 
	url('../fonts/Exo2-BoldItalic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Exo2-Medium';
	src: url('../fonts/Exo2-Medium.eot');
	src: local('☺'), 
	url('../fonts/Exo2-Medium.woff') format('woff'), 
	url('../fonts/Exo2-Medium.ttf') format('truetype'), 
	url('../fonts/Exo2-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Exo2-ExtraBold';
	src: url('../fonts/Exo2-ExtraBold.eot');
	src: local('☺'), 
	url('../fonts/Exo2-ExtraBold.woff') format('woff'), 
	url('../fonts/Exo2-ExtraBold.ttf') format('truetype'), 
	url('../fonts/Exo2-ExtraBold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Exo2-Bold';
	src: url('../fonts/Exo2-Bold.eot');
	src: local('☺'), 
	url('../fonts/Exo2-Bold.woff') format('woff'), 
	url('../fonts/Exo2-Bold.ttf') format('truetype'), 
	url('../fonts/Exo2-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Exo2-Regular';
	src: url('../fonts/Exo2-Regular.eot');
	src: local('☺'), 
	url('../fonts/Exo2-Regular.woff') format('woff'), 
	url('../fonts/Exo2-Regular.ttf') format('truetype'), 
	url('../fonts/Exo2-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}





.breadcrumbs {
   
    padding: 13px 0;
}
body {
	color:#000;
	margin:0;
	background:#fff;
	font:14px/16px Arial, helvetica, sans-serif;
}
/*=====General reset=====*/
h1, h2, h3, h4, h5, h6, p{margin:0;}
ul, ol{margin:0;padding:0;list-style:none;}
a{color:#000;text-decoration:none;}
a:hover, a:visited, a:link, a:active{text-decoration:none;color:#000;}
*{-moz-box-sizing: border-box;box-sizing: border-box;}
/*=======================*/
.container {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
}
img {
	max-width: 100%;
}
p {
	font-family: 'Exo2-Medium';
	font-size: 18px;
	line-height: 24px;
	color: #000;
	
margin-bottom: 15px;
}
p a,
p a:link {
	color: #0075e4;
	text-decoration: underline;
}
p a:hover {
	text-decoration: none;
}
.text-center {
	text-align: center;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.header-top {
	border-bottom: 1px solid #0e3d6a;
	padding-bottom: 21px;
}
.header-top .left-col {
	float: left;
	padding: 24px 0 0 41px;
}
.header-top .left-col span {
	display: inline-block;	
	font-family: 'Exo2-Bold';
	font-size: 14px;
	line-height: 1;
	color: rgba(0, 0, 0, .51);
	position: relative;
	margin-right: 70px;
}
.header-top .left-col span:before {
	content: '';
	position: absolute;
	width: 31px;
	height: 21px;
	left: -42px;
	top: -4px;
	background: url(../img/icon-1.png) no-repeat;
	display: block;
}
.header-top .left-col span:last-of-type:before {
	content: '';
	position: absolute;
	width: 18px;
	height: 19px;
	left: -34px;
	top: -1px;
	background: url(../img/icon-2.png) no-repeat;
	display: block;
}
.header-top .right-col {
	float: right;
}
.header-top .right-col span {
	display: inline-block;
	font-family: 'Exo2-Bold';
	font-size: 18px;
	line-height: 1;
	color: #000;
	vertical-align: top;
	letter-spacing: -0.8px;
	margin: 19px 20px 0 0;
}
.header-top .right-col a {
	display: inline-block;
	font-family: 'Exo2-Bold';
	font-size: 14px;
	line-height: 1;
	color: #fff;
	background: #0075e4;
	height: 25px;
	padding: 4px 26px 0;
	margin-top: 20px;
	border-radius: 15px;
	vertical-align: top;
	transition: .3s;
}
.header-top .right-col a:hover {
	background: #fff;
	color: #000;
	box-shadow: 0px 0px 32px 0px rgba(0, 117, 228, 0.42);
}
.header-middle {
	border-bottom: 1px solid #0e3d6a;
	padding-bottom: 27px;
}
.header-middle a.logo {
	float: left;
	display: inline-block;
	margin-top: 31px;
}
.header-middle span.slogan {
	float: left;
	display: inline-block;
	font-family: 'Exo2-BoldItalic';
	font-size: 21px;
	line-height: 1;
	color: #000;
	opacity: .51;
	letter-spacing: -0.1px;
	margin: 45px 0 0 84px;
}
.header-middle .header-contacts {
	float: right;
}
.header-middle .header-contacts a {
	display: inline-block;
	font-family: 'Exo2-Bold';
	font-size: 16px;
	line-height: 1;
	color: #fff;
	background: #0075e4;
	height: 50px;
	padding: 16px 26px 0;
	margin-top: 30px;
	margin-left: 13px;
	border-radius: 25px;
	vertical-align: top;
	transition: .3s;
}
.header-middle .header-contacts a.tel {
	font-size: 18px;
	padding: 15px 21px 0;
}
.header-middle .header-contacts a:hover {
	background: #fff;
	color: #000;
	box-shadow: 0px 0px 32px 0px rgba(0, 117, 228, 0.42);
}
.header-bottom {
	border-bottom: 1px solid #0e3d6a;
}
.header-bottom ul.header-nav {
	width: 100%;
	text-align: justify;
	-ms-text-align-last: justify;
	text-align-last: justify;
	padding: 18px 18px 23px;
}
.header-bottom ul.header-nav li {
	display: inline-block;
	text-align: center;
}
.header-bottom ul.header-nav li a {
	font-family: 'Exo2-Bold';
	color: #0e3d6a;
	line-height: 1;
	font-size: 21px;
	transition: .3s;
}
.header-bottom ul.header-nav li a:hover {
	opacity: .8;
}
.main-catalog-wrap {
	padding-top: 23px;
	padding-bottom: 31px;
	border-bottom: 1px solid #0e3d6a;
}
.main-catalog-wrap .main-catalog-row {
	text-align: justify;
	-ms-text-align-last: justify;
	text-align-last: justify;
}
.main-catalog-wrap .main-catalog-item {
	width: 371px;
	height: 439px;
	position: relative;
	display: inline-block;
	text-align: center;
	-ms-text-align-last: center;
	text-align-last: center;
	vertical-align: top;
	overflow: hidden;
	margin-bottom: 25px;
}
.main-catalog-wrap .main-catalog-col {
	display: inline-block;
	width: 523px;
}
.main-catalog-wrap .main-catalog-item-b {
	width: 619px;
	height: 575px;
}
.main-catalog-wrap .main-catalog-item-m {
	width: 523px;
	height: 275px;
}
.main-catalog-wrap .main-catalog-item .overlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #2e577d;
	opacity: .4;
	transition: .8s;
}
.main-catalog-wrap .main-catalog-item:hover .overlay {
	top: 100%;
}
.main-catalog-wrap .main-catalog-item .title {
	width: 100%;
	left: 0;
	right: 0;
	top: 166px;
	position: absolute;
	transition: .5s;
	transition-delay: .3s;
}
.main-catalog-wrap .main-catalog-item-m .title {
	top: 124px;
}
.main-catalog-wrap .main-catalog-item-b .title {
	top: 260px;
}
.main-catalog-wrap .main-catalog-item .title span {
	font-family: 'Exo2-ExtraBold';
	font-size: 36px;
	line-height: 1;
	color: #fff;
	display: block;
	margin-bottom: 12px;
	transition: .5s;
	transition-delay: .3s;
}
.main-catalog-wrap .main-catalog-item .title p {
	font-family: 'Exo2-Medium';
	font-size: 24px;
	line-height: 25px;
	color: #fff;
	transition: .5s;
	transition-delay: .3s;
}
.main-catalog-wrap .main-catalog-item:hover .title {
	top: 31px;
}
.main-catalog-wrap .main-catalog-item:hover .title span {
	color: #0075e4;
}
.main-catalog-wrap .main-catalog-item:hover .title p {
	opacity: 0;
}
.main-catalog-wrap .main-catalog-item .btn-wrap {
	position: absolute;
	width: 100%;
	bottom: 0;
	right: 0;
	left: 0;
	padding-bottom: 25px;
}
.main-catalog-wrap .main-catalog-item-m .btn-wrap,
.main-catalog-wrap .main-catalog-item-b .btn-wrap {
	bottom: -200px;
	opacity: 0;
	transition: .5s;
	transition-delay: .3s;
}
.main-catalog-wrap .main-catalog-item-m:hover .btn-wrap,
.main-catalog-wrap .main-catalog-item-b:hover .btn-wrap {
	bottom: 0;
	opacity: 1;
}
.main-catalog-wrap .main-catalog-item .btn-wrap a {
	display: block;
	font-family: 'Exo2-Bold';
	font-size: 18px;
	line-height: 1;
	color: #fff;
	background: #0075e4;
	height: 50px;
	width: 197px;
	padding: 15px 26px 0;
	margin: 4px auto;
	border-radius: 25px;
	vertical-align: top;
	transition: .3s;
}
.main-catalog-wrap .main-catalog-item-m .btn-wrap a,
.main-catalog-wrap .main-catalog-item-b .btn-wrap a {
	display: inline-block;
	margin: 0 4px;
}
.main-catalog-wrap .main-catalog-item .btn-wrap a:hover {
	background: transparent;
	color: #00519d;
	box-shadow: inset 0px 0px 0px 1px #005fb8;
}
.main-catalog-wrap .main-catalog-item .btn-more-wrap {
	overflow: hidden;
	position: relative;
}
.main-catalog-wrap .main-catalog-item .btn-more-wrap a {
	bottom: -54px;
	transition: .5s;
	transition-delay: .3s;
	position: relative;
	opacity: 0;
}
.main-catalog-wrap .main-catalog-item:hover .btn-more-wrap a {
	bottom: 4px;
	opacity: 1;
}
.main-catalog-wrap .main-catalog-item-b span.label {
	width: 225px;
	height: 54px;
	position: absolute;
	right: -225px;
	top: 98px;
	background: #0075e4;
	font-size: 18px;
	line-height: 14px;
	color: #fff;
	font-family: 'Exo2-Bold';
	padding: 11px 0 0 89px;
	text-align: left;
	-ms-text-align-last: left;
	text-align-last: left;
	transition: .5s;
	transition-delay: .3s;
}
.main-catalog-wrap .main-catalog-item-b span.label:before {
	content: '';
	position: absolute;
	top: 11px;
	left: 28px;
	width: 39px;
	height: 34px;
	background: url(../img/label.png) no-repeat;
}
.main-catalog-wrap .main-catalog-item-b:hover span.label {
	right: 0;
}
.main-catalog-banner {
	background: #0075e4;
	padding: 15px 70px 27px 145px;
	margin-bottom: 25px;
}
.main-catalog-banner .left-col {
	float: left;
	position: relative;
}
.main-catalog-banner-1 {
	padding: 8px 70px 21px 121px;
}
.main-catalog-banner-1 .left-col:before {
	content: '';
	width: 44px;
	height: 65px;
	background: url(../img/banner-icon-1.png) no-repeat;
	display: block;
	position: absolute;
	top: 18px;
	left: -78px;
}
.main-catalog-banner-2 {
	background-image: url(../img/rus-map.png);
	background-repeat: no-repeat;
	background-position: 615px 0;
	padding: 7px 90px 10px 145px;
}
.main-catalog-banner-2 .left-col {
	margin-top: 8px;
}
.main-catalog-banner-2 .left-col:before {
	content: '';
	width: 70px;
	height: 63px;
	background: url(../img/banner-icon-2.png) no-repeat;
	display: block;
	position: absolute;
	top: 19px;
	left: -106px;
}
.main-catalog-banner-3 .left-col:before {
	content: '';
	width: 68px;
	height: 69px;
	background: url(../img/banner-icon-3.png) no-repeat;
	display: block;
	position: absolute;
	top: 14px;
	left: -102px;
}
.main-catalog-banner .left-col span {
	font-family: 'Exo2-Bold';
	font-size: 54px;
	line-height: 1;
	color: #fff;
	display: block;
	margin-bottom: -2px;
	letter-spacing: 0.3px;
}
.main-catalog-banner .left-col p {
	font-family: 'Exo2-Bold';
	font-size: 36px;
	line-height: 1;
	color: #fff;
	letter-spacing: -1.7px;
}
.main-catalog-banner-1 .left-col span {
	margin-bottom: -1px;
}
.main-catalog-banner-1 .left-col p {
	font-size: 22px;
}
.main-catalog-banner-1 .left-col p {
	letter-spacing: 1.7px;
}
.main-catalog-banner .right-col {
	float: right;
	padding-top: 31px;
}
.main-catalog-banner-1 .right-col {
	padding-top: 19px;
}
.main-catalog-banner .right-col input {
	border: 1px solid #fff;
	background: transparent;
	color: #fff;
	line-height: 1;
	font-size: 14px;
	font-family: 'Exo2-Bold';
	display: inline-block;
	border-radius: 25px;
	height: 50px;
	vertical-align: top;
	outline: none;
	width: 278px;
	padding: 0 30px;
}
.main-catalog-banner .right-col input[type="submit"] {
	display: inline-block;
	font-family: 'Exo2-Bold';
	font-size: 18px;
	line-height: 1;
	color: #0e3d6a;
	background: #fff;
	border-radius: 25px;
	height: 50px;
	width: 198px;
	margin-left: 18px;
	border: none;
	cursor: pointer;
	vertical-align: top;
	outline: none;
	transition: .3s;
}
.main-catalog-banner .right-col input[type="submit"]:hover {
	background: transparent;
	color: #fff;
	box-shadow: inset 0 0 0 1px #fff;
}
.main-catalog-banner .contact-col {
	padding: 0;
}
.main-catalog-banner .contact-col span.title {
	display: block;
	font-family: 'Exo2-ExtraBold';
	font-size: 22px;
	letter-spacing: 0.8px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 3px;
}
.main-catalog-banner .contact-col span.tel {
	display: block;
	font-family: 'Exo2-ExtraBold';
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	margin-bottom: 3px;
}
.main-catalog-banner .contact-col span.mail {
	display: block;
	font-family: 'Exo2-Medium';
	font-size: 15px;
	line-height: 1;
	color: #fff;
	letter-spacing: 0.6px;
}
.main-catalog-banner .right-col input::-webkit-input-placeholder {color: rgba(255, 255, 255, .34);}
.main-catalog-banner .right-col input::-moz-placeholder          {color: rgba(255, 255, 255, .34);}
.main-catalog-banner .right-col input:-moz-placeholder           {color: rgba(255, 255, 255, .34);}
.main-catalog-banner .right-col input:-ms-input-placeholder      {color: rgba(255, 255, 255, .34);}
.main-catalog-banner .right-col input:focus::-webkit-input-placeholder {color: transparent;}
.main-catalog-banner .right-col input:focus::-moz-placeholder          {color: transparent;}
.main-catalog-banner .right-col input:focus:-moz-placeholder           {color: transparent;}
.main-catalog-banner .right-col input:focus:-ms-input-placeholder      {color: transparent;}
a.main-btn {
	display: block;
	font-family: 'Exo2-Bold';
	font-size: 18px;
	line-height: 1;
	color: #fff!important;
	background: #0075e4;
	height: 50px;
	width: 250px;
	padding: 15px 26px 0;
	margin: 4px auto;
	border-radius: 25px;
	vertical-align: top;
	text-align: center;
	transition: .3s;
	text-decoration: none!important;
}
a.main-btn:hover {
	background: transparent;
	color: #00519d!important;
	box-shadow: inset 0px 0px 0px 1px #005fb8;
}
.main-catalog-wrap .btn-row {
	padding-top: 12px;
}
.h2-wrap h2 {
	font-family: 'Exo2-Bold';
	font-size: 54px;
	line-height: 1;
	color: #0061bd;
}
.h2-wrap h1 {
	font-family: 'Exo2-Bold';
	font-size: 54px;
	line-height: 1;
	color: #0061bd;
}
.h2-wrap span {
	font-family: 'Exo2-Medium';
	font-size: 36px;
	line-height: 1;
	color: #0061bd;
}
.payment-wrap {
	padding-top: 35px;
}
.payment-wrap .right-col {
	float: right;
	width: 486px;
	padding-top: 13px;
}
.payment-wrap .right-col span {
	font-family: 'Exo2-Bold';
	line-height: 1;
	font-size: 24px;
	color: #050109;
	display: block;
	letter-spacing: -0.5px;
	text-align: center;
	margin-top: 16px;
}
.payment-wrap .left-col {
	width: 670px;
	float: left;
	padding-top: 102px;
}
.payment-wrap .left-col span.title {
	font-family: 'Exo2-Bold';
	font-size: 30px;
	line-height: 1;
	color: #050109;
	display: block;
	padding-left: 73px;
	margin-bottom: 14px;
	position: relative;
}
.payment-wrap .left-col span.title:before {
	content: '';
	position: absolute;
	bottom: 2px;
	left: -15px;
	display: block;
	width: 74px;
	height: 69px;
	background: url(../img/payment-icon-1.png) no-repeat;
}
.payment-wrap .left-col span.title-2:before {
	bottom: -2px;
	left: -2px;
	width: 62px;
	height: 60px;
	background: url(../img/payment-icon-2.png) no-repeat;
}
.payment-wrap .left-col p {
	
	font-size: 18px;
	line-height: 30px;

	letter-spacing: -0.1px;
	margin-bottom: 57px;
}
main.main {
	padding-bottom: 60px;
}
footer {
	background: #0075e4;
}
footer .left-col {
	float: left;
	padding: 126px 0 0 31px;
	width: 342px;
}
footer .footer-nav-m {
	display: none;
}
footer ul.footer-nav li {
	margin-bottom: 20px;
}
footer ul.footer-nav a {
	font-family: 'Exo2-Bold';
	font-size: 21px;
	line-height: 1;
	color: #0e3d6a;
}
footer ul.footer-nav a:hover {
	opacity: .8;
}
footer .center-col {
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	width: 514px;
	float: left;
	padding-bottom: 17px;
	margin-top: 120px;
}
footer .center-col a.footer-logo {
	display: block;
	margin-top: -92px;
}
footer .center-col span.slogan {
	text-align: center;
	display: block;
	font-family: 'Exo2-BoldItalic';
	font-size: 21px;
	line-height: 1;
	color: #fff;
	opacity: .51;
	margin-top: 22px;
	margin-bottom: 26px;
}
footer .center-col span.text {
	display: block;
	font-family: 'Exo2-Regular';
	margin-bottom: 26px;
	margin-top: 27px;
	margin-bottom: 9px;
	color: #fefefe;
	font-size: 16px;
	line-height: 1;
}
footer .center-col a.tel-btn {
	display: block;
	font-family: 'Exo2-Bold';
	font-size: 18px;
	line-height: 1;
	color: #000;
	background: #fff;
	height: 50px;
	width: 197px;
	padding: 15px 5px 0;
	margin: 4px auto 10px;
	border-radius: 25px;
	vertical-align: top;
	transition: .3s;
}
footer .center-col a.mail-btn {
	font-size: 16px;
}
footer .center-col a.tel-btn:hover {
	color: #0075e4;
}
footer .center-col a.btn {
	display: block;
	font-family: 'Exo2-Bold';
	font-size: 14px;
	line-height: 1;
	color: #000;
	background: #fff;
	width: 176px;
	height: 25px;
	padding: 4px 5px 0;
	margin: 4px auto;
	border-radius: 25px;
	vertical-align: top;
	transition: .3s;
}
footer .center-col a.btn:hover {
	color: #0075e4;
}
footer .right-col {
	float: right;
	width: 280px;
	padding-top: 116px;
	position: relative;
}
footer .right-col:before {
	content: '';
	display: block;
	width: 170px;
	height: 182px;
	position: absolute;
	right: 3px;
	top: 17px;
	background: url(../img/footer-bg.jpg) no-repeat;
	z-index: 0;
}
footer .right-col .social {
	margin-bottom: 55px;
	position: relative;
}
footer .right-col .social ul {
	margin-top: 16px;
}
footer .right-col .social li {
	display: inline-block;
	margin-right: 10px;
}
footer .right-col .social a {
	display: block;
	height: 50px;
	width: 78px;
	border-radius: 25px;
	background-color: #fff;
	transition: .3s;
}
footer .right-col .social a.ig {
	background-image: url(../img/ig.png);
	background-repeat: no-repeat;
	background-position: center;
}
footer .right-col .social a.fb {
	background-image: url(../img/fb.png);
	background-repeat: no-repeat;
	background-position: center;
}
footer .right-col .social a.vk {
	background-image: url(../img/vk.png);
	background-repeat: no-repeat;
	background-position: center;
}
footer .right-col .social a:hover {
	opacity: .8;
}
footer .right-col span {
	display: block;
	color: #fefefe;
	font-family: 'Exo2-Regular';
	font-size: 16px;
	line-height: 1;
	letter-spacing: -0.1px;
}
footer .right-col .city {
	position: relative;
}
footer .right-col .city ul {
	margin-top: 10px;
}
footer .right-col .city li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 7px;
}
footer .right-col .city a {
	font-family: 'Exo2-Regular';
	font-size: 16px;
	line-height: 1;
	color: #fefefe;
	opacity: .4;
	text-decoration: underline;
	transition: .3s;
}
footer .right-col .city a:hover {
	opacity: 1;
}
.content-wrap .content-row .img-col {
	width: 474px;
	float: left;
	padding-top: 2px;
}
.content-wrap .content-row .text-col {
	width: 667px;
	float: right;
}

h1 {
	font-family: 'Exo2-Medium';
	font-size: 38px;
	line-height: 1;
	color: #0061bd;
	margin-bottom: 18px;
	letter-spacing: 0.7px;
}

h2 {
	font-family: 'Exo2-Medium';
	font-size: 36px;
	line-height: 1;
	color: #0061bd;
	margin-bottom: 18px;
	letter-spacing: 0.7px;
}

h3 {
	font-family: 'Exo2-Medium';
	font-size: 34px;
	line-height: 1;
	color: #0061bd;
	margin-bottom: 18px;
	letter-spacing: 0.7px;
}

h4 {
	font-family: 'Exo2-Medium';
	font-size: 32px;
	line-height: 1;
	color: #0061bd;
	margin-bottom: 18px;
	letter-spacing: 0.7px;
}
.content-wrap {
	padding-top: 63px;
	padding-bottom: 32px;
	border-bottom: 1px solid #0e3d6a;
}
.content-wrap .content-row {
	margin-bottom: 67px;
}
.content-wrap .content-row a.main-btn {
	margin: 93px 0 0;
}
.content-wrap .contact-table {
	margin-top: 61px;
}
.content-wrap .contact-table table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 5px;
}
.content-wrap .contact-table td {
	font-family: 'Exo2-Medium';
	font-size: 16px;
	line-height: 18px;
	color: #000;
	background: #e3f0fc;
	text-align: left;
	width: 25%;
	vertical-align: top;
	padding: 35px 0 60px 25px;
}
.content-wrap .contact-table td.w30 {
	width: 30%;
}
.content-wrap .contact-table td.w45 {
	width: 45%;
}
.content-wrap .contact-table th {
	font-family: 'Exo2-Bold';
	font-size: 18px;
	line-height: 1;
	color: #00519d;
	border-bottom: 5px solid #fff;
	text-align: left;
	background: #bfdcf8;
	padding: 32px 0 35px 25px;
}
.content-wrap .contact-table td a {
	color: #0c57a1;
	text-decoration: underline;
}
.content-wrap .contact-table td a:hover {
	text-decoration: none;
}
.content-wrap .contact-table td span {
	color: #0175e4;
	display: block;
}
.content-wrap .contact-table td p {
	display: block;
	font-family: 'Exo2-Bold';
	font-size: 16px;
	line-height: 18px;
	margin-top: 20px;
	color: #000;
}
.address-store-wrap {
	text-align: justify;
	-ms-text-align-last: justify;
	text-align-last: justify;
	margin-top: 42px;
	margin-bottom: 36px;
}
.address-store-wrap .address-store-item {
	width: 278px;
	display: inline-block;
	text-align: left;
	-ms-text-align-last: left;
	text-align-last: left;
	vertical-align: top;
}
.address-store-wrap .address-store-item .img-wrap {
	position: relative;
	transition: .3s;
}
.address-store-wrap .address-store-item .img-wrap img {
	display: block;
}
.address-store-wrap .address-store-item:hover .img-wrap {
	box-shadow: 0px 0px 32px 0px rgba(0, 117, 228, 0.42);
}
.address-store-wrap .address-store-item .overlay {
	opacity: .3;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	transition: .3s;
}
.address-store-wrap .address-store-item:hover .overlay {
	opacity: 0;
}
.address-store-wrap .address-store-item span {
	display: block;
	font-family: 'Exo2-Bold';
	font-size: 16px;
	line-height: 1;
	color: #000;
	margin-top: 13px;
	letter-spacing: -0.5px;
}
.address-store-wrap .address-store-item p {
	font-family: 'Exo2-Medium';
	font-size: 16px;
	line-height: 18px;
	color: #000;
	margin-top: 6px;
	letter-spacing: -0.3px;
}
.other-catalog-wrap {
	border-bottom: 0;
	padding-bottom: 0;
}
.other-catalog-wrap .h2-wrap {
	margin-bottom: 45px;
}
.card-wrap {
	padding-top: 16px;
	border-bottom: 1px solid #0e3d6a;
}
.card-wrap .gallery-col {
	float: left;
	width: 617px;
	padding-top: 6px;
}
.card-wrap .product-gallery {
	position: relative;
	width: 100%;
}
.card-wrap .product-gallery .main-photo-wrap {
	width: 617px;
	border-bottom: 2px solid #0075e4;
}
.card-wrap .product-gallery .main-photo-wrap img {
	max-width: 100%;
	display: block;
}
.card-wrap .product-gallery ol li {
	height: 162px;
	width: 205px;
	overflow: hidden;
	position: relative;
	float: left;
	display: block;
	margin: 0;
	cursor: pointer;
}
.card-wrap .product-gallery ol li img {
	height: 100%;
	width: auto;
	max-width: none;
}
.card-wrap .product-gallery ol li {
	border-left: 1px solid #0075e4;
	border-right: 1px solid #0075e4;
	box-sizing: content-box;
}
.card-wrap .product-gallery span.label {
	width: 225px;
	height: 54px;
	position: absolute;
	right: 0;
	top: 98px;
	background: #0075e4;
	font-size: 18px;
	line-height: 14px;
	color: #fff;
	font-family: 'Exo2-Bold';
	padding: 11px 0 0 89px;
	text-align: left;
	-ms-text-align-last: left;
	text-align-last: left;
	transition: .5s;
	transition-delay: .3s;
}
.card-wrap .product-gallery span.label:before {
	content: '';
	position: absolute;
	top: 11px;
	left: 28px;
	width: 39px;
	height: 34px;
	background: url(../img/label.png) no-repeat;
}
.card-wrap .spec-col {
	float: right;
	width: 524px;
}
.card-wrap .spec-col h2 {
	font-family: 'Exo2-ExtraBold';
	font-size: 36px;
	line-height: 39px;
	color: #0e3d6a;
}
.card-wrap .spec-col h1 {
	font-family: 'Exo2-ExtraBold';
	font-size: 36px;
	line-height: 39px;
	color: #0e3d6a;
}
.card-wrap .spec-col span {
	font-family: 'Exo2-Regular';
	font-size: 14px;
	line-height: 1;
	color: #0e3d6a;
	display: block;
	margin-top: 22px;
}
.card-wrap .order-wrap {
	background: #e9e9e9;
	margin-top: 44px;
}
.card-wrap .order-wrap .price-row {
	border-bottom: 2px solid #0075e4;
	padding: 6px 0 29px 26px;
}
.card-wrap .order-wrap .price-col {
	float: left;
	margin-right: 55px;
}
.card-wrap .order-wrap span {
	font-family: 'Exo2-Bold';
	font-size: 14px;
	color: #0e3d6a;
	line-height: 16px;
	display: block;
	margin-top: 18px;
}
.card-wrap .order-wrap span.title {
	font-family: 'Exo2-Regular';
}
.card-wrap .order-wrap .mail-row {
	padding: 6px 0 34px 26px;
}
.card-wrap .order-wrap .mail-row .zagmailrow {
	font-family: 'Exo2-Bold';
	font-size: 14px;
	color: #0e3d6a;
	line-height: 16px;
	display: block;
	margin-top: 18px;
	opacity: .62;
	margin-bottom: 13px;
}
.card-wrap .order-wrap .mail-row span{
	display: inline;
}
.card-wrap .order-wrap input {
	height: 50px;
	width: 253px;
	background: transparent;
	border: 1px solid #005fb8;
	border-radius: 25px;
	display: inline-block;
	vertical-align: top;
	font-family: 'Exo2-Regular';
	font-size: 14px;
	color: #0e3d6a;
	line-height: 1;
	margin-right: 22px;
	padding: 0 20px 0 40px;
	outline: none;
}
.card-wrap .order-wrap input[type="submit"]  {
	display: inline-block;
	outline: none;
	font-family: 'Exo2-Bold';
	font-size: 18px;
	line-height: 1;
	color: #fff;
	background: #0075e4;
	height: 50px;
	width: 197px;
	cursor: pointer;
	padding: 0px 6px 0;
	border-radius: 25px;
	vertical-align: top;
	text-align: center;
	border: none;
	transition: .3s;
}
.card-wrap .order-wrap input[type="submit"]:hover {
	background: transparent;
	color: #00519d;
	box-shadow: inset 0px 0px 0px 1px #005fb8;
}
.card-wrap .order-wrap input::-webkit-input-placeholder {color: #0e3d6a;}
.card-wrap .order-wrap input::-moz-placeholder          {color: #0e3d6a;}
.card-wrap .order-wrap input:-moz-placeholder           {color: #0e3d6a;}
.card-wrap .order-wrap input:-ms-input-placeholder      {color: #0e3d6a;}
.card-wrap .order-wrap input:focus::-webkit-input-placeholder {color: transparent;}
.card-wrap .order-wrap input:focus::-moz-placeholder          {color: transparent;}
.card-wrap .order-wrap input:focus:-moz-placeholder           {color: transparent;}
.card-wrap .order-wrap input:focus:-ms-input-placeholder      {color: transparent;}
.card-wrap .spec-col > p {
	font-family: 'Exo2-Regular';
	font-size: 14px;
	line-height: 16px;
	margin: 36px 0 0 26px;
	color: #0e3d6a;
}
.card-wrap .spec-col > p b {
	font-family: 'Exo2-Bold';
}
.card-wrap .spec-col > p {
	font-family: 'Exo2-Regular';
	font-size: 14px;
	line-height: 16px;
	margin: 36px 0 0 26px;
	color: #0e3d6a;
}
.card-wrap .text {
	margin-top: 38px;
}
.card-wrap .text p {
	font-family: 'Exo2-Regular';
	font-size: 16px;
	line-height: 18px;
	color: #0e3d6a;
	letter-spacing: 0.1px;
}
.manual-row {
	margin-top: 39px;
}
.manual-row .video-col {
	float: left;
	width: 556px;
}
.manual-row .manual-col {
	float: right;
	width: 610px;
}
.manual-row .manual-col span.title {
	font-family: 'Exo2-Bold';
	font-size: 16px;
	color: #0e3d6a;
	line-height: 1;
	display: block;
	margin: 26px 0 49px 126px;
	position: relative;
}
.manual-row .manual-col span.title:before {
	content: '';
	position: absolute;
	left: -84px;
	top: -20px;
	background: url(../img/manual-icon.png) no-repeat;
	display: block;
	width: 60px;
	height: 61px;
}
.manual-row .manual-col .manual-item {
	display: inline-block;
	vertical-align: top;
	width: 180px;
	margin-left: 20px;
	margin-bottom: 33px;
}
.manual-row .manual-col .manual-item img {
	margin-left: 20px;
}
.manual-row .manual-col .manual-item p {
	font-family: 'Exo2-Bold';
	font-size: 14px;
	color: #000001;
	line-height: 12px;
	margin: 7px 0 0 33px;
	letter-spacing: -0.4px;
}
.modal_div {
	width: 975px; 
	height: 725px; 
	background-color: #fff;
	background-image: url(../img/modal-bg.png);
	background-repeat: no-repeat;
	background-position: 531px 158px;
	position: fixed; 
	top: 45%; 
	left: 50%; 
	transform: translate(-50%, -50%);
	display: none; 
	opacity: 0; 
	z-index: 5; 
	padding: 31px 50px 20px 70px;
	box-shadow: 0px 0px 43px 0px rgba(0, 79, 153, 0.97);
}
.modal_div .modal_close {
	width: 41px;
	height: 42px;
	position: absolute;
	top: -62px;
	right: -41px;
	cursor: pointer;
	display: block;
	background: url(../img/close.png) no-repeat;
}
#overlay {
	z-index: 3; 
	position: fixed; 
	background: #0075e4; 
	opacity: 0.84; 
	width: 100%; 
	height: 100%; 
	top: 0; 
	left: 0;
	cursor: pointer;
	display: none; 
}
.modal_div .modal-title span {
	font-family: 'Exo2-Bold';
	font-size: 54px;
	line-height: 1;
	color: #0061bd;
	display: block;
	margin-bottom: -9px;
}
.modal_div .modal-title p {
	font-family: 'Exo2-Medium';
	font-size: 36px;
	line-height: 1;
	color: #0061bd;
}
.modal_div .modal-form {
	margin-top: 45px;
}
.modal_div .input-row {
	margin-bottom: 30px;
}
 
.modal_div .input-row span.formlbl {
	font-family: 'Exo2-Regular';
	font-size: 14px;
	line-height: 16px;
	color: #0e3d6a;
	display: inline-block;
	vertical-align: top;
	width: 74px;
}
.modal_div .input-row input {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	padding-left: 80px;
	font-family: 'Exo2-Regular';
	font-size: 18px;
	line-height: 1;
	color: #000;
	outline: none;
	border: 1px solid #a6a6a6;
}
.modal_div textarea {
	display: block;
	width: 397px;
	height: 140px;
	border-radius: 5px;
	padding: 10px 20px;
	font-family: 'Exo2-Regular';
	font-size: 18px;
	line-height: 1;
	color: #000;
	outline: none;
	border: 1px solid #a6a6a6;
	resize: none;
}
.modal_div .input-row input:hover,
.modal_div textarea:hover {
	border: 1px solid #0075e4;
}
.modal_div .input-row .input-wrap {
	position: relative;
	vertical-align: top;
	display: inline-block;
	width: 319px;
	height: 63px;
}
.modal_div .input-row .input-1:before {
	content: '';
	position: absolute;
	display: block;
	width: 42px;
	height: 45px;
	background: url(../img/input-1.png) no-repeat;
	left: 17px;
	top: 10px;
	z-index: 2;
}
.modal_div .input-row .input-2:before {
	content: '';
	position: absolute;
	display: block;
	width: 41px;
	height: 45px;
	background: url(../img/input-2.png) no-repeat;
	left: 17px;
	top: 10px;z-index: 2;
}
.modal_div .input-row .input-1:hover:before {
	background-image: url(../img/input-1-h.png);
}
.modal_div .input-row .input-2:hover:before {
	background-image: url(../img/input-2-h.png);
}
.modal_div input[type="checkbox"] {
	display: none;
}
.modal_div input[type="checkbox"] + label {
	color: #0e3d6a;
	font-size: 14px;
	line-height: 1;
	font-family: 'Exo2-Regular';
	display: block;
	margin-top: 21px;
	padding-left: 39px;
	position: relative;
}
.modal_div input[type="checkbox"] + label:before {
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	border: 1px solid #a6a6a6;
	border-radius: 4px;
	left: 2px;
	top: -6px;
}
.modal_div input[type="checkbox"]:checked + label:before {
	background: url(../img/check.png) no-repeat center;
}
.modal_div input[type="checkbox"] + label a {
	text-decoration: underline;
	color: #0e3d6a;
}
.modal_div input[type="checkbox"] + label a:hover {
	text-decoration: none;
}
.modal_div input[type="submit"] {
	display: block;
	font-family: 'Exo2-Bold';
	font-size: 18px;
	line-height: 1;
	color: #fff;
	background: #0075e4;
	height: 50px;
	width: 197px;
	padding: 0px 6px 0;
	cursor: pointer;
	margin: 28px 0 0 70px;
	border-radius: 25px;
	vertical-align: top;
	text-align: center;
	transition: .3s;
	border: none;
	outline: none;
}
.modal_div input[type="submit"]:hover {
	background: transparent;
	color: #00519d;
	box-shadow: inset 0px 0px 0px 1px #005fb8;
}
header span.header-nav-tgl {
	display: none;
}
@media (max-width: 1279px) {
	.container {
		width: 980px;
	}
	.header-middle .header-contacts a {
		display: block;
		margin-top: 7px;
	}
	.header-middle {
		padding-bottom: 7px;
	}
	.main-catalog-wrap .main-catalog-col,
	.main-catalog-wrap .main-catalog-item {
		display: block;
		margin: 0 auto 30px;
	}
	.main-catalog-wrap .main-catalog-item-b {
		width: 523px;
		height: 475px;
	}
	.main-catalog-wrap .main-catalog-item .overlay {
		top: 100%;
	}
	.main-catalog-wrap .main-catalog-item .title {
		top: 31px;
	}
	.main-catalog-wrap .main-catalog-item .title span {
		color: #0075e4;
	}
	.main-catalog-wrap .main-catalog-item .title p {
		opacity: 0;
	}
	.main-catalog-wrap .main-catalog-item .btn-more-wrap a {
		bottom: 4px;
		opacity: 1;
	}
	.main-catalog-wrap .main-catalog-item-b span.label {
		right: 0;
	}
	.main-catalog-wrap .main-catalog-item-m .btn-wrap,
	.main-catalog-wrap .main-catalog-item-b .btn-wrap {
		bottom: 0;
		opacity: 1;
	}
	.main-catalog-banner .right-col {
		float: none;
		text-align: center;
	}
	.main-catalog-banner .left-col {
		float: none;
	}
	.main-catalog-banner-2 .right-col {
		float: right;
		text-align: left;
	}
	.main-catalog-banner-2 .left-col {
		float: left;
	}
	.payment-wrap .left-col {
		float: none;
		width: 100%;
	}
	.payment-wrap .right-col {
		float: none;
		width: 100%;
		text-align: center;
		margin: 0 auto 30px;
	}
	.payment-wrap .right-col img {
		width: 300px;
	}
	footer .center-col {
		width: 370px;
	}
	footer .left-col {
		width: 290px;
	}
	.modal_div {
		background: #fff;
		width: 500px;
		height: auto;
		padding: 30px 50px;
	}
	.modal_div .modal-title span {
		margin: 0;
		font-size: 48px;
	}
	.modal_div .modal-title p {
		font-size: 28px;
	}
	.modal_div button {
		margin: 30px auto 10px;
	}
	.manual-row .video-col {
		float: none;
		margin: 0 auto;
	}
	.manual-row .manual-col {
		float: none;
		width: 100%;
		margin-top: 30px;
	}
	.manual-row .manual-col .manual-item {
		margin-left: -20px;
	}
	.card-wrap .gallery-col {
		margin: 0 auto;
		float: none;
		overflow: hidden;
	}
	.card-wrap .spec-col {
		float: none;
		margin: 30px auto 0;
		width: 617px;
	}
	.card-wrap .spec-col > p {
		margin-left: 0;
	}
	.address-store-wrap .address-store-item {
		width: 230px;
	}
	.content-wrap .content-row .img-col {
		float: none;
		margin: 0 auto;
	}
	.content-wrap .content-row .text-col {
		float: none;
		width: 100%;
		margin-top: 30px;
	}
	.content-wrap .content-row a.main-btn {
		margin-top: 30px;
	}
}
@media (max-width: 1023px) {
	.container {
		width: 750px;
	}
	.header-top .left-col span {
		display: block;
		margin-bottom: 15px;
	}
	.header-top .right-col span {
		display: block;
		margin-right: 0;
	}
	.header-top .right-col {
		text-align: right;
	}
	.header-top .right-col a {
		margin-top: 10px;
	}
	.header-middle span.slogan {
		width: 200px;
		margin: 35px 0 0 30px;
	}
	.header-top {
		padding-bottom: 10px;
	}
	.header-bottom {
		display: none;
	}
	.header-bottom ul.header-nav {
		text-align: left;
		-ms-text-align-last: left;
		text-align-last: left;
	}
	.header-bottom ul.header-nav li {
		display: block;
		margin: 15px 0;
	}
	.main-catalog-banner-2 .left-col {
		float: none;
		width: 100%;
	}
	.main-catalog-banner .left-col span {
		font-size: 52px;
	}
	.main-catalog-banner-2 .right-col {
		float: none;
		width: 100%;
		text-align: center;
		margin-top: 15px;
	}
	.main-catalog-banner-2 {
		background-position: right bottom;
	}
	.payment-wrap .left-col span.title:before {
		left: 0;
	}
	footer .left-col {
		display: none;
	}
	footer .footer-nav-m {
		display: block;
		margin: 30px auto 0;
		width: 240px;
		padding: 20px 10px 0;
		border-bottom: 2px solid #fff;
		border-top: 2px solid #fff;
	}
	footer {
		padding-top: 30px;
	}
	footer .center-col {
		float: none;
		width: 100%;
		border: none;
	}
	footer .right-col {
		float: none;
		margin: 0 auto;
		padding-bottom: 30px;
	}
	.manual-row .manual-col .manual-item {
		margin-left: 0;
	}
	header {
		position: relative;
	}
	header span.header-nav-tgl {
		position: absolute;
		display: block;
		left: 15px;
		top: 25px;
		z-index: 999;
		padding: 10px 10px 5px;
		border-radius: 5px;
		cursor: pointer;
		background: #0075e4;
	}
	.header-top .left-col {
		padding: 24px 0 0 111px;
	}
	header span.header-nav-tgl span {
		display: block;
		width: 25px;
		height: 3px;
		margin: 0 0 5px 0;
		background: #fff;
	}
	.modal_div {
		width: 300px;
		padding: 20px;
	}
	.modal_div .modal-title span {
		font-size: 24px;
	}
	.modal_div .modal-title p {
		font-size: 14px;
	}
	.modal_div .modal-form {
		margin-top: 20px;
	}
	.modal_div .input-row .input-wrap {
		float: none;
		width: 100%;
		display: block;
	}
	.modal_div .input-row span {
		display: block;
		width: 100%;
	}
	.modal_div .input-row .input-wrap {
		height: 40px;
		margin-top: 5px;
	}
	.modal_div input[type="checkbox"] + label {
		margin-top: 11px;
	}
	.modal_div input[type="checkbox"] + label:before {
		top: 3px;
	}
	.modal_div .input-row .input-1:before,
	.modal_div .input-row .input-2:before {
		display: none;
	}
	.modal_div .input-row input {
		padding-left: 20px;
		height: 40px;
	}
	.modal_div textarea {
		width: 100%;
		height: 100px;
		padding-left: 20px;
	}
	.modal_div .modal_close {
		top: 0;
		right: -55px;
	}
}
@media (max-width: 767px) {
	.container {
		width: 620px;
	}
	.header-middle {
		text-align: center;
	}
	.header-middle a.logo {
		float: none;
	}
	.header-middle span.slogan {
		float: none;
		margin-left: 0;
		display: block;
		text-align: center;
		width: 100%;
		margin-top: 10px;
	}
	.header-middle .header-contacts {
		float: none;
	}
	.main-catalog-banner {
		text-align: center;
		padding: 0 0 20px !important;
	}
	.header-middle .header-contacts a {
		margin: 20px auto 20px;
		width: 205px;
	}
	.address-store-wrap .address-store-item {
		margin: 0 15px 20px;
	}
	.address-store-wrap {
		text-align: center;
		-ms-text-align-last: center;
		text-align-last: center;
	}
	.content-wrap .contact-table {
		overflow-x: scroll;
	}
	.content-wrap .contact-table table {
		width: 850px;
	}
}
@media (max-width: 639px) {
	.container {
		width: 450px;
	}
	.header-top .right-col {
		text-align: center;
		float: none;
		width: 100%;
	}
	.header-top .left-col {
		float: none;
		width: 100%;
		padding-left: 160px;
	}
	.main-catalog-banner .right-col button {
		margin: 15px 0 0;
	}
	.main-catalog-banner .left-col span {
		font-size: 42px;
		margin-bottom: 2px;
	}
	.main-catalog-banner .left-col p {
		font-size: 26px;
	}
	.h2-wrap h2 {
		font-size: 42px;
	}
	.payment-wrap .right-col span {
		font-size: 22px;
	}
	.h2-wrap span {
		font-size: 26px;
	}
	.main-catalog-wrap .main-catalog-item-b {
		width: 100%;
		height: 415px;
	}
	.main-catalog-wrap .main-catalog-col {
		width: 100%;
	}
	.main-catalog-wrap .main-catalog-item-m {
		width: 100%;
		height: 235px;
	}
	.card-wrap .gallery-col {
		width: 100%;
	}
	.card-wrap .product-gallery ol li {
		width: 148.5px;
		height: 110px;
	}
	.card-wrap .product-gallery span.label {
		top: 50px;
	}
	.card-wrap .product-gallery .main-photo-wrap {
		width: 100%;
	}
	.card-wrap .spec-col {
		width: 100%;
	}
	.card-wrap .order-wrap .price-col {
		margin-right: 35px;
	}
	.card-wrap .order-wrap input {
		margin: 0;
		width: 100%;
	}
	.card-wrap .order-wrap .mail-row {
		padding: 6px 26px 34px;
	}
	.card-wrap .order-wrap button {
		display: block;
		margin: 15px auto 0;
	}
	.manual-row .video-col {
		width: 100%;
	}
	.manual-row .manual-col span.title {
		margin: 26px 0 49px 85px;
	}
	.manual-row .manual-col {
		margin-top: 50px;
	}
	.manual-row .manual-col .manual-item {
		margin-left: 20px;
	}
	.h2-wrap span {
		font-size: 18px;
		margin-top: 5px;
		display: block;
	}
	.content-wrap .content-row .img-col {
		width: 100%;	
	}
}
@media (max-width: 479px) {
	.container {
		width: 300px;
	}
	.header-top .left-col span {
		margin-right: 0;
	}
	.header-top .left-col {
		padding-left: 100px;
	}
	.header-top {
		padding-bottom: 20px;
	}
	.main-catalog-banner .left-col span {
		font-size: 28px;
	}
	.main-catalog-banner .left-col p {
		font-size: 20px;
	}
	.main-catalog-wrap .main-catalog-item {
		width: 100%;
	}
	h3 {
		font-size: 26px;
	}
	.card-wrap .spec-col h2 {
		font-size: 26px;
		line-height: 28px;
	}
	.h2-wrap h2 {
		font-size: 38px;
	}
	.manual-row .manual-col .manual-item {
		margin-left: 55px;
	}
	.card-wrap .product-gallery span.label:before {
		left: 7px;
	}
	.card-wrap .product-gallery span.label {
		top: 20px;
		width: 165px;
		padding: 11px 0 0 50px;
	}
	.main-catalog-wrap .main-catalog-item-b span.label {
		width: 165px;
		padding: 11px 0 0 50px;
		top: 50px !important;
	}
	.main-catalog-wrap .main-catalog-item-b span.label:before {
		left: 7px;
	}
	.main-catalog-wrap .main-catalog-item .title span {
		font-size: 26px;
	}
	.card-wrap .product-gallery ol li {
		width: 98.5px;
		height: 70px;
	}
	.main-catalog-wrap .main-catalog-item {
		height: 355px;
	}
	.main-catalog-wrap .main-catalog-item .title {
		top: 10px !important;
	}
	.main-catalog-wrap .main-catalog-item .btn-wrap a {
		width: 140px;
		height: 40px;
		padding: 10px 0 0;		
		display: inline-block;
	}
	.main-catalog-wrap .main-catalog-7item-b .btn-wrap a,
	.main-catalog-wrap .main-catalog-item-m .btn-wrap a {
		margin: 0;
	}
	.main-catalog-wrap .main-catalog-item-b {
		height: 280px;
	}
	.main-catalog-wrap .main-catalog-item-b .btn-wrap,
	.main-catalog-wrap .main-catalog-item-m .btn-wrap {
		padding-bottom: 15px;
	}
	.main-catalog-wrap .main-catalog-item-m {
		height: 158px;
	}
	.header-middle a.logo {
		width: 150px;
		margin-top: 20px;
	}
	.header-middle span.slogan {
		font-size: 16px;
	}
	.header-middle .header-contacts a {
		margin: 10px auto;
		height: 40px;
		padding-top: 10px !important;
	}
	.modal_div .modal_close {
		right: 0;
		top: -55px;
	}
}