:root {
  --lazy-loader-animation-duration: 0ms !important;
}

* {
	outline: none;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, select, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

.clear {
	clear: both;
}

* + html .clearfix, * + html .row, * + html .content-wrap {
	min-height: 1%;
}

.clearfix:after, .row:after, .content-wrap:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	height: 0;
}

* html .clearfix, * html .row, * html .content-wrap {
	height: 1%;
}

.mt0 {
	margin-top: 0 !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt35 {
	margin-top: 35px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt45 {
	margin-top: 45px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mt70 {
	margin-top: 70px !important;
}

.mt80 {
	margin-top: 80px !important;
}

.mt90 {
	margin-top: 90px !important;
}

.mt100 {
	margin-top: 100px !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb35 {
	margin-bottom: 35px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb45 {
	margin-bottom: 45px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mb70 {
	margin-bottom: 70px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.mb90 {
	margin-bottom: 90px !important;
}

.mtb100 {
	margin-bottom: 100px !important;
}

.col {
	float: left;
}

body {
	min-width: 1220px;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 15px;
	line-height: 24px;
	color: #232323;
}

a {
	color: #db2768;
	text-decoration: underline;
}

a:hover {
	color: #db2768;
	text-decoration: none;
}

.main-wrap {
	width: 100%;
}

header .top {
	height: 45px;
	border-bottom: 1px solid #e1e1e1;
}

header .center {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

header .contacts {
	font-size: 15px;
	line-height: 20px;
	color: #000;
	padding-top: 13px;
}

header .contacts div, header .contacts a {
	display: inline-block;
	padding-left: 28px;
	margin-left: 38px;
}

header .contacts div:first-child, header .contacts a:first-child {
	margin-left: 0;
	padding-left: 15px;
}

header .contacts a {
	text-decoration: none;
	color: #000;
}

header .contacts a:hover {
	text-decoration: underline;
	color: #000;
}

header .phone {
	background: url(../img/icon-phone.png) no-repeat;
}

header .e-mail {
	background: url(../img/icon-email.png) no-repeat;
}

header .vk {
	background: url(../img/icon-vk.png) no-repeat;
}

header .tg {
	background: url(../img/icon-tg.png) no-repeat;
}

header .search-form {
	position: absolute;
	right: 0;
	top: 8px;
	width: 282px;
	height: 30px;
}

header .search-form input[type="text"] {
	display: block;
	width: 233px;
	height: 28px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #a3a3a3;
	padding: 0 38px 0 9px;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 13px;
}

header .search-form input[type="text"]::-webkit-input-placeholder {
	color: #9f9f9f;
	zoom: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	font-style: italic;
	line-height: 14px;
}

header .search-form input[type="text"]::-moz-placeholder {
	color: #9f9f9f;
	zoom: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	font-style: italic;
}

header .search-form input[type="text"]:-moz-placeholder {
	color: #9f9f9f;
	zoom: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	font-style: italic;
}

header .search-form input[type="text"]:-ms-input-placeholder {
	color: #9f9f9f;
	zoom: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	font-style: italic;
}

header .search-form input[type="text"].placeholder {
	color: #9f9f9f;
	font-style: italic;
}

header .search-form input[type="submit"] {
	display: block;
	background: url(../img/icon-search.png) no-repeat center center;
	border: none;
	width: 36px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

header .bottom {
	width: 1200px;
	height: 71px;
	margin: 0 auto;
	position: relative;
}

header .logo {
	font-size: 28px;
	line-height: 28px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: -1px;
	position: relative;
	top: 20px;
}

header .logo a { color: #000; text-decoration: none; }

header nav {
	position: absolute;
	right: 0;
	top: 2px;
}

header nav li {
	display: inline-block;
	font-family: "roboto condensed", arial, sans-serif;
	font-size: 13px;
	line-height: 66px;
	border-bottom: 3px solid transparent;
	text-transform: uppercase;
	margin-left: 21px;
}

header nav li:first-child {
	margin-left: 0;
}

header nav .current-menu-item,
header nav .current-page-ancestor {
	font-weight: bold;
	color: #ff3973;
	padding-bottom: 0;
	border-bottom-color: #ff3973;
}

header nav .current-menu-item > a,
header nav .current-page-ancestor > a {
	color: #ff3973;
}

header nav a {
	display: inline-block;
	color: #a0a0a0;
	text-decoration: none;
}

header nav a:hover {
	color: #ff3973;
	text-decoration: none;
}

.home-slider {
	height: 414px;
	background-color: #00b4e4;
	position: relative;
}

.home-slider .item {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-position: center 0;
	background-repeat: no-repeat;
	padding-top: 63px;
}

.home-slider .text {
	width: 840px;
	padding-right: 360px;
	margin: 0 auto;
	color: #ffffff;
}

.home-slider h2 {
	font-size: 43px;
	line-height: 43px;
	font-weight: bold;
	margin-bottom: 28px;
}

.home-slider p {
	font-size: 30px;
	line-height: 42px;
	font-weight: 100;
	margin-bottom: 37px;
}

.home-slider .buy {
	display: inline-block;
	font-size: 16px;
	line-height: 32px;
	font-weight: 600;
	color: #ffffff;
	text-decoration: none;
	padding: 1px 18px 0 18px;
	border: 2px solid transparent;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #ff488f;
	text-transform: uppercase;
	-moz-text-shadow: 1px 1px 0 rgba(0,0,0,.3);
	-webkit-text-shadow: 1px 1px 0 rgba(0,0,0,.3);
	text-shadow: 1px 1px 0 rgba(0,0,0,.3);
	-moz-box-shadow: 6px 6px 9px rgba(0,0,0,.1);
	-webkit-box-shadow: 6px 6px 9px rgba(0,0,0,.1);
	box-shadow: 6px 6px 9px rgba(0,0,0,.1);
}

.home-slider .buy:hover {
	color: #ffffff;
	text-decoration: none;
	background: none;
	border-color: #ffffff;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	text-shadow: none;
}

.home-slider .dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 18px;
	z-index: 100;
}

.home-slider .dots ul {
	display: block;
	overflow: hidden;
	width: 1200px;
	height: 18px;
	margin: 0 auto;
}

.home-slider .dots li {
	display: block;
	float: left;
	width: 12px;
	height: 12px;
	padding: 3px;
	cursor: pointer;
}

.home-slider .dots li:before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #ffffff;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

.home-slider .dots li:hover:before, .home-slider .dots li.active:before {
	background-color: #ffffff;
}

.home-slider .dots li.active {
	cursor: default;
}

.advantages {
	background-color: #dcdcdc;
	position: relative;
	margin-bottom: 60px;
}

.advantages ul {
	display: block;
	width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.advantages li {
	display: block;
	float: left;
	width: 150px;
	height: 52px;
	padding-top: 98px;
	font-size: 14px;
	line-height: 18px;
	color: #ffffff;
	font-weight: 600;
	text-align: center;
	position: relative;
}

.advantages li:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 21px;
	height: 69px;
	background-repeat: no-repeat;
	background-position: center center;
}

.advantages li p {
	width: 228px;
	padding: 15px 14px 16px 14px;
	font-size: 12px;
	line-height: 17px;
	color: #ffffff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
	left: 50%;
	margin-left: -128px;
	top: 161px;
	text-align: left;
	background-color: #555555;
	display: none;
}

.advantages li p:before {
	content: "";
	display: block;
	border-style: solid;
	border-width: 0 5.5px 6px 5.5px;
	border-color: transparent transparent #555 transparent;
	position: absolute;
	left: 50%;
	margin-left: -5px;
	top: -6px;
}

.advantages li:hover p {
	display: block;
}

.advantages li:nth-child(1) {
	background: #db2768;
	background: -moz-linear-gradient(top, #db2768 0%, #ab194b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #db2768), color-stop(100%, #ab194b));
	background: -webkit-linear-gradient(top, #db2768 0%, #ab194b 100%);
	background: -o-linear-gradient(top, #db2768 0%, #ab194b 100%);
	background: -ms-linear-gradient(top, #db2768 0%, #ab194b 100%);
	background: linear-gradient(to bottom, #db2768 0%, #ab194b 100%);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#db2768', endColorstr='#ab194b', GradientType=0);
	-moz-text-shadow: 2px 2px 0  #a0083e;
	-webkit-text-shadow: 2px 2px 0  #a0083e;
	text-shadow: 2px 2px 0  #a0083e;
}

.advantages li:nth-child(1):before {
	background-image: url(../img/nav-icon1.png);
}

.advantages li:nth-child(1) p {
	background-color: #ad1a4e;
	left: 0;
	margin-left: 0;
	-moz-text-shadow: 1px 1px 1px #a0083e;
	-webkit-text-shadow: 1px 1px 1px #a0083e;
	text-shadow: 1px 1px 1px #a0083e;
}

.advantages li:nth-child(1) p:before {
	border-bottom-color: #ad1a4e;
	left: 75px;
}

.advantages li:nth-child(2) {
	background: #ff4a92;
	background: -moz-linear-gradient(top, #ff4a92 0%, #e62f6b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff4a92), color-stop(100%, #e62f6b));
	background: -webkit-linear-gradient(top, #ff4a92 0%, #e62f6b 100%);
	background: -o-linear-gradient(top, #ff4a92 0%, #e62f6b 100%);
	background: -ms-linear-gradient(top, #ff4a92 0%, #e62f6b 100%);
	background: linear-gradient(to bottom, #ff4a92 0%, #e62f6b 100%);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff4a92', endColorstr='#e62f6b', GradientType=0);
	-moz-text-shadow: 2px 2px 0  #d92a64;
	-webkit-text-shadow: 2px 2px 0  #d92a64;
	text-shadow: 2px 2px 0  #d92a64;
}

.advantages li:nth-child(2):before {
	background-image: url(../img/nav-icon2.png);
	top: 24px;
}

.advantages li:nth-child(2) p {
	background-color: #e6316b;
	-moz-text-shadow: 1px 1px 1px #d92a64;
	-webkit-text-shadow: 1px 1px 1px #d92a64;
	text-shadow: 1px 1px 1px #d92a64;
}

.advantages li:nth-child(2) p:before {
	border-bottom-color: #e6316b;
}

.advantages li:nth-child(3) {
	background: #ff982c;
	background: -moz-linear-gradient(top, #ff982c 0%, #ff7216 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff982c), color-stop(100%, #ff7216));
	background: -webkit-linear-gradient(top, #ff982c 0%, #ff7216 100%);
	background: -o-linear-gradient(top, #ff982c 0%, #ff7216 100%);
	background: -ms-linear-gradient(top, #ff982c 0%, #ff7216 100%);
	background: linear-gradient(to bottom, #ff982c 0%, #ff7216 100%);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff982c', endColorstr='#ff7216', GradientType=0);
	-moz-text-shadow: 2px 2px 0  #f0690b;
	-webkit-text-shadow: 2px 2px 0  #f0690b;
	text-shadow: 2px 2px 0  #f0690b;
}

.advantages li:nth-child(3):before {
	background-image: url(../img/nav-icon3.png);
}

.advantages li:nth-child(3) p {
	background-color: #fd7317;
	-moz-text-shadow: 1px 1px 1px #f0690b;
	-webkit-text-shadow: 1px 1px 1px #f0690b;
	text-shadow: 1px 1px 1px #f0690b;
}

.advantages li:nth-child(3) p:before {
	border-bottom-color: #fd7317;
}

.advantages li:nth-child(4) {
	background: #ffcb35;
	background: -moz-linear-gradient(top, #ffcb35 0%, #fd941c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffcb35), color-stop(100%, #fd941c));
	background: -webkit-linear-gradient(top, #ffcb35 0%, #fd941c 100%);
	background: -o-linear-gradient(top, #ffcb35 0%, #fd941c 100%);
	background: -ms-linear-gradient(top, #ffcb35 0%, #fd941c 100%);
	background: linear-gradient(to bottom, #ffcb35 0%, #fd941c 100%);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffcb35', endColorstr='#fd941c', GradientType=0);
	-moz-text-shadow: 2px 2px 0  #f99217;
	-webkit-text-shadow: 2px 2px 0  #f99217;
	text-shadow: 2px 2px 0  #f99217;
}

.advantages li:nth-child(4):before {
	background-image: url(../img/nav-icon4.png);
}

.advantages li:nth-child(4) p {
	background-color: #fd941c;
	-moz-text-shadow: 1px 1px 1px #e26a32;
	-webkit-text-shadow: 1px 1px 1px #e26a32;
	text-shadow: 1px 1px 1px #e26a32;
}

.advantages li:nth-child(4) p:before {
	border-bottom-color: #fd941c;
}

.advantages li:nth-child(5) {
	background: #84d519;
	background: -moz-linear-gradient(top, #84d519 0%, #559a0f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #84d519), color-stop(100%, #559a0f));
	background: -webkit-linear-gradient(top, #84d519 0%, #559a0f 100%);
	background: -o-linear-gradient(top, #84d519 0%, #559a0f 100%);
	background: -ms-linear-gradient(top, #84d519 0%, #559a0f 100%);
	background: linear-gradient(to bottom, #84d519 0%, #559a0f 100%);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#84d519', endColorstr='#559a0f', GradientType=0);
	-moz-text-shadow: 2px 2px 0  #4d9000;
	-webkit-text-shadow: 2px 2px 0  #4d9000;
	text-shadow: 2px 2px 0  #4d9000;
}

.advantages li:nth-child(5):before {
	background-image: url(../img/nav-icon5.png);
	top: 19px;
}

.advantages li:nth-child(5) p {
	background-color: #569b0e;
	-moz-text-shadow: 1px 1px 1px #4d9000;
	-webkit-text-shadow: 1px 1px 1px #4d9000;
	text-shadow: 1px 1px 1px #4d9000;
}

.advantages li:nth-child(5) p:before {
	border-bottom-color: #569b0e;
}

.advantages li:nth-child(6) {
	background: #00b12e;
	background: -moz-linear-gradient(top, #00b12e 0%, #00831d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00b12e), color-stop(100%, #00831d));
	background: -webkit-linear-gradient(top, #00b12e 0%, #00831d 100%);
	background: -o-linear-gradient(top, #00b12e 0%, #00831d 100%);
	background: -ms-linear-gradient(top, #00b12e 0%, #00831d 100%);
	background: linear-gradient(to bottom, #00b12e 0%, #00831d 100%);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#00b12e', endColorstr='#00831d', GradientType=0);
	-moz-text-shadow: 2px 2px 0  #007619;
	-webkit-text-shadow: 2px 2px 0  #007619;
	text-shadow: 2px 2px 0  #007619;
}

.advantages li:nth-child(6):before {
	background-image: url(../img/nav-icon6.png);
	top: 19px;
}

.advantages li:nth-child(6) p {
	background-color: #00841c;
	-moz-text-shadow: 1px 1px 1px #007619;
	-webkit-text-shadow: 1px 1px 1px #007619;
	text-shadow: 1px 1px 1px #007619;
}

.advantages li:nth-child(6) p:before {
	border-bottom-color: #00841c;
}

.advantages li:nth-child(7) {
	background: #0089a1;
	background: -moz-linear-gradient(top, #0089a1 0%, #006973 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0089a1), color-stop(100%, #006973));
	background: -webkit-linear-gradient(top, #0089a1 0%, #006973 100%);
	background: -o-linear-gradient(top, #0089a1 0%, #006973 100%);
	background: -ms-linear-gradient(top, #0089a1 0%, #006973 100%);
	background: linear-gradient(to bottom, #0089a1 0%, #006973 100%);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0089a1', endColorstr='#006973', GradientType=0);
	-moz-text-shadow: 2px 2px 0  #006774;
	-webkit-text-shadow: 2px 2px 0  #006774;
	text-shadow: 2px 2px 0  #006774;
}

.advantages li:nth-child(7):before {
	background-image: url(../img/nav-icon7.png);
}

.advantages li:nth-child(7) p {
	background-color: #0089a1;
	-moz-text-shadow: 1px 1px 1px #006774;
	-webkit-text-shadow: 1px 1px 1px #006774;
	text-shadow: 1px 1px 1px #006774;
}

.advantages li:nth-child(7) p:before {
	border-bottom-color: #0089a1;
}

.advantages li:nth-child(8) {
	background: #1441bf;
	background: -moz-linear-gradient(top, #1441bf 0%, #0e2c87 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1441bf), color-stop(100%, #0e2c87));
	background: -webkit-linear-gradient(top, #1441bf 0%, #0e2c87 100%);
	background: -o-linear-gradient(top, #1441bf 0%, #0e2c87 100%);
	background: -ms-linear-gradient(top, #1441bf 0%, #0e2c87 100%);
	background: linear-gradient(to bottom, #1441bf 0%, #0e2c87 100%);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#1441bf', endColorstr='#0e2c87', GradientType=0);
	-moz-text-shadow: 2px 2px 0  #13138c;
	-webkit-text-shadow: 2px 2px 0  #13138c;
	text-shadow: 2px 2px 0  #13138c;
}

.advantages li:nth-child(8):before {
	background-image: url(../img/nav-icon8.png);
}

.advantages li:nth-child(8) p {
	background-color: #123cb3;
	-moz-text-shadow: 1px 1px 1px #13138c;
	-webkit-text-shadow: 1px 1px 1px #13138c;
	text-shadow: 1px 1px 1px #13138c;
	left: auto;
	margin-left: 0;
	right: 0;
}

.advantages li:nth-child(8) p:before {
	border-bottom-color: #123cb3;
	left: 180px;
}

.ui-button,
.btn-green {
	display: inline-block;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 16px;
	line-height: 16px;
	padding: 11px 18px 10px 18px;
	font-weight: 600;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #52b600;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
}

.btn-green:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #008a20;
}
.ui-button,
input[type="submit"].btn-green {
	display: block;
	border: none;
	line-height: normal;
	height: 37px;
	cursor: pointer;
	padding: 0;
}

.ui-button {
	padding-left: 1em;
	padding-right: 1em;
}

@media (min-width: 768px) {
	.btn-green {
		text-shadow: 1px 1px 1px #3b9200;
	}
}

.main-banner {
	height: 141px;
	background: url(../img/main-banner-bg.jpg) no-repeat center 0 #00b4e5;
}

.main-banner .center {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.main-banner .text {
	width: 785px;
	color: #ffffff;
	padding-top: 22px;
}

.main-banner h2 {
	font-weight: bold;
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 10px;
}

.main-banner p {
	font-size: 19px;
	line-height: 26px;
}

.main-banner .buy, .main-banner a {
	display: inline-block;
	font-size: 16px;
	line-height: 32px;
	font-weight: 600;
	color: #ffffff;
	text-decoration: none;
	padding: 1px 18px 0 18px;
	border: 2px solid transparent;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #ff488f;
	text-transform: uppercase;
	-moz-text-shadow: 1px 1px 0 rgba(0,0,0,.3);
	-webkit-text-shadow: 1px 1px 0 rgba(0,0,0,.3);
	text-shadow: 1px 1px 0 rgba(0,0,0,.3);
	position: absolute;
	left: 804px;
	top: 53px;
}

.main-banner .buy:hover, .main-banner a:hover {
	color: #ffffff;
	text-decoration: none;
	background: none;
	border-color: #ffffff;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	text-shadow: none;
	-moz-box-shadow: 5px 5px 6px rgba(0,0,0,.1);
	-webkit-box-shadow: 5px 5px 6px rgba(0,0,0,.1);
	box-shadow: 5px 5px 6px rgba(0,0,0,.1);
}

.main-banner .plain {
	width: 139px;
	height: 98px;
	background: url(../img/main-banner-plain.png) no-repeat;
	position: absolute;
	right: 64px;
	bottom: -52px;
}

.crumbs {
	margin: 33px 0 38px 0;
}

.crumbs ul {
	display: block;
	width: 1200px;
	margin: 0 auto;
	font-family: Tahoma, Arial, sans-serif;
	color: #000;
	word-spacing: 2px;
}

.crumbs li {
	display: inline;
}

.crumbs a {
	color: #7b7b7b;
	text-decoration: underline;
}

.crumbs a:hover {
	color: #000;
	text-decoration: underline;
}

.crumbs li > span {
	font-weight: bold;
}

.content-wrap {
	width: 1200px;
	margin: 0 auto;
}

.sidebar {
	float: left;
	width: 307px;
	margin: 0 59px 45px 0;
}

.sidebar.small-margin {
	margin-right: 33px;
}

.sidebar.small-margin  + .content {
	width: 860px;
}

.widget-menu {
	margin-bottom: 65px;
}

.widget-menu h3 {
	font-size: 29px;
	line-height: 29px;
	margin: 0 0 18px -2px;
	text-transform: uppercase;
	color: #00b4e4;
}

.widget-menu > ul {
	display: block;
}

.widget-menu > ul > li {
	display: block;
	font-size: 16px;
	line-height: 19px;
	margin-top: -1px;
}

.widget-menu > ul > li:first-child {
	margin-top: 0;
}

.widget-menu ul li a {
	display: block;
	padding: 10px 18px 10px 18px;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #dbdbdb;
	border-top: 1px solid #dbdbdb;
	position: relative;
}


.widget-menu ul .current-menu-item a,
.widget-menu ul .current-page-ancestor a {
	display: block;
	padding: 11px 18px 11px 18px;
	color: #ffffff;
	background-color: #f73c7b;
	position: relative;
	z-index: 1;
}


.widget-menu > ul > li.opened ul {
	display: block;
}

.widget-menu > ul > li.opened > a
{
	background-color: #f73c7b;
	color: #ffffff;
	border-color: #f73c7b;
	padding-right: 50px;
}

.widget-menu > ul > .current-menu-item a,
.widget-menu > ul > .current-page-ancestor a {
	background-color: #f73c7b;
	color: #ffffff;
	border-color: #f73c7b;
	padding-right: 50px;
}

.widget-menu > ul > .current-menu-item a:after,
.widget-menu > ul > .current-page-ancestor a:after {
	content: "";
	display: block;
	width: 41px;
	position: absolute;
	right: 0;
	top: -1px;
	bottom: -1px;
	background: url("data:image/gif;base64,R0lGODlhCgAGAIABAP///////yH5BAEAAAEALAAAAAAKAAYAAAINRI4Hm2qMYIDS1WhQAQA7") no-repeat center center #d81959;
}


.widget-menu > ul > li.opened > a:after {
	content: "";
	display: block;
	width: 41px;
	position: absolute;
	right: 0;
	top: -1px;
	bottom: -1px;
	background: url("data:image/gif;base64,R0lGODlhCgAGAIABAP///////yH5BAEAAAEALAAAAAAKAAYAAAINRI4Hm2qMYIDS1WhQAQA7") no-repeat center center #d81959;
}




.widget-menu ul ul {
	display: none;
	padding: 17px 0 17px 18px;
}

.widget-menu ul ul ul {
	padding: 17px 0 7px 18px;
}


.widget-menu ul .current-menu-item ul,
.widget-menu ul .current-page-ancestor ul {
	display: block;
}

.widget-menu ul ul li {
	display: block;
	font-size: 14px;
	line-height: 16px;
	margin-top: 12px;
}

.widget-menu ul ul li:first-child {
	margin-top: 0;
}

.widget-menu ul ul a {
	display: block;
	color: #818181 !Important;
	text-decoration: none;
	background: none !Important;
	border: 0px solid blue !important;
	margin: 0 !important;
	padding: 0 !important;
}


.widget-menu ul ul ul a {
	display: block;
	color: #c28499 !Important;
	text-decoration: none;
	background: none !Important;
	border: 0px solid blue !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: .9em;
}



.widget-menu ul ul ul li {
	line-height: 14px;
	margin-top: 6px;
}


.widget-menu ul ul a {

}

.widget-menu ul ul a:after { background: none !important; }

.widget-menu ul ul a:hover,
.widget-menu ul ul .current-menu-item a,
.widget-menu ul ul .current-page-ancestor a {
	color: #d81959 !important;
	text-decoration: none;
}



.widget-menu ul ul span {
	display: inline-block;
	color: #d81959;
}








.widget-news {
	margin-bottom: 69px;
}

.widget-news h3 {
	font-size: 22px;
	line-height: 22px;
	text-transform: uppercase;
	color: #000;
	margin: 0 0 23px -1px;
}

.widget-news ul {
	display: block;
}

.widget-news li {
	display: block;
	margin-top: 12px;
}

.widget-news li:first-child {
	margin-top: 0;
}

.widget-news li a {
	display: block;
	padding-left: 17px;
	font-size: 14px;
	line-height: 22px;
	color: #db2768;
	text-decoration: none;
	position: relative;
}

.widget-news li a:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: #db2768;
	position: absolute;
	left: 0;
	top: 8px;
}

.widget-news li a:hover {
	color: #db2768;
	text-decoration: underline;
}

.widget-reviews {
	position: relative;
	margin-bottom: 55px;
}

.widget-reviews h3 {
	font-size: 24px;
	line-height: 22px;
	text-transform: uppercase;
	color: #000;
	margin: 0 0 30px -1px;
}

.widget-reviews a {
	font-size: 14px;
	color: #000;
	text-decoration: underline;
	position: absolute;
	right: 0;
	top: 0;
}

.widget-reviews a:hover {
	color: #db2768;
	text-decoration: underline;
}

.widget-reviews article {
	font-style: italic;
	font-size: 14px;
	line-height: 23px;
	color: #7c7c7c;
}

.widget-reviews article:before {
	content: "";
	display: block;
	float: left;
	width: 42px;
	height: 36px;
	background: url(../img/icon-review.png) no-repeat;
	margin: 1px 17px 0 0;
}

.widget-reviews article div {
	font-style: normal;
	font-size: 14px;
	color: #3e2527;
	margin-top: 12px;
}

.widget-reviews article + article {
	margin-top: 38px;
}

.social-links {
	overflow: hidden;
	position: absolute;
	left: 0;
	top: -50px;
}

.social-links a {
	display: block;
	float: left;
	width: 26px;
	height: 26px;
	margin-left: 5px;
	background: url(../img/social-sprite2.png) no-repeat;
}

.social-links a:first-child {
	margin-left: 0;
}

.social-links .fb {
	background-position: -31px 0;
}

.social-links .ok {
	background-position: -62px 0;
}

.social-links .mr {
	background-position: -93px 0;
}

.social-links .tw {
	background-position: -124px 0;
}

.social-links .gp {
	background-position: -155px 0;
}

.content {
	float: left;
	width: 834px;
	position: relative;
}

.text-styles {
	font-size: 15px;
	line-height: 24px;
	color: #232323;
	position: relative;
}

.text-styles h1 {
	font-size: 28px;
	line-height: 28px;
	color: #00b4e4;
	margin-bottom: 27px;
}

.text-styles h2 {
    font-size: 24px;
    line-height: 24px;
    color: #00b4e4;
    margin: 0px;
    padding-top: 45px;
}

.text-styles h3 {
	font-size: 22px;
	line-height: 22px;
	color: #00b4e4;
	margin-bottom: 18px;
	margin-top: 18px;
}

.text-styles .product-item {
	margin-top: 5px;
}

@media (min-width: 768px) {
	.text-styles .product-item {
		float: left;
		margin-top: 5px;
	}
}

.text-styles ul.styled {
	display: block;
	margin: 4px 0 4px 0;
	overflow: hidden;
}

.text-styles ul.styled li {
	display: block;
	font-style: italic;
	color: #db2768;
	padding-left: 17px;
	position: relative;
	margin-top: 9px;
}

.text-styles ul.styled li:first-child {
	margin-top: 0;
}

.text-styles ul.styled li:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: #db2768;
	position: absolute;
	left: 0;
	top: 9px;
}

.text-styles ul,
.text-styles p {
	margin: 20px 0;
}



.product-item {
	width: 348px;
	float: left;
}

@media (min-width: 768px) {
	.product-item {
		margin-right: 27px;
	}	

	.price-row {
		text-align: right;
	}
}

@media (max-width: 767px) {
	.product-item {
		margin-left: auto;
		margin-right: auto;
	}

	.price-row {
		text-align: center;
	}

	.price-row .btn-green {
		width: 100%;
	}
}

.product-item .title {
	font-family: Tahoma, Arial, sans-serif;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	font-weight: bold;
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 13px;
	margin-bottom: 15px;
}

.product-item .product-slider {
	margin-bottom: -11px;
}

.product-item .price-row {
	overflow: hidden;
}

.product-item .price-row .price {
	float: left;
	font-size: 16px;
	line-height: 35px;
	color: #000;
}

.product-item .price-row .price b {
	font-size: 24px;
}

.product-item .price-row .btn-green {
	box-sizing: border-box;
	text-align: center;
}

.product-slider {
	width: 348px;
	height: 217px;
	position: relative;
	overflow-y: hidden;
	display: grid;
	align-content: center;
}

.product-slider img {
	display: block;
	width: 348px;
	height: auto;
}

.product-slider .left {
	width: 41px;
	height: 41px;
	background: url("data:image/gif;base64,R0lGODlhBgAKAIABAP///////yH5BAEAAAEALAAAAAAGAAoAAAINjANwuWr8XDyTwkYRKAA7") no-repeat 17px center rgba(35, 35, 35, 0.75);
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -20px;
	z-index: 100;
	cursor: pointer;
}

.product-slider .left:hover {
	background-color: #000000;
}

.product-slider .right {
	width: 41px;
	height: 41px;
	background: url("data:image/gif;base64,R0lGODlhBgAKAIABAP///////yH5BAEAAAEALAAAAAAGAAoAAAINBIJoqcf7XEsw1CtDAQA7") no-repeat 18px center rgba(35, 35, 35, 0.75);
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
	z-index: 100;
	cursor: pointer;
}

.product-slider .right:hover {
	background-color: #000000;
}

.block-404 {
	width: 680px;
	margin: 30px auto 30px auto;
	color: #ffffff;
	background: url(../img/bg-404.jpg) no-repeat center bottom #00b4e4;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	text-align: center;
	padding-bottom: 210px;
}

.block-404 .top {
	font-size: 27px;
	line-height: 27px;
	font-weight: 300;
	letter-spacing: 0.02em;
	padding: 29px 0 26px 0;
}

.block-404 .top b {
	text-transform: uppercase;
	font-size: 30px;
	font-weight: bold;
}

.block-404 nav {
	background-color: #e8336d;
	margin-bottom: 11px;
}

.block-404 nav a {
	display: inline-block;
	font-size: 15px;
	line-height: 18px;
	padding: 14px 0;
	color: #ffffff;
	text-decoration: none;
	-moz-text-shadow: 1px 1px 1px rgba(0,0,0,.2);
	-webkit-text-shadow: 1px 1px 1px rgba(0,0,0,.2);
	text-shadow: 1px 1px 1px rgba(0,0,0,.2);
	text-transform: uppercase;
	margin-left: 30px;
}

.block-404 nav a:first-child {
	margin-left: 0;
}

.block-404 nav a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.block-404 .num {
	font-family: Arial, sans-serif;
	font-size: 200px;
	line-height: 200px;
}

.block-404 .descr {
	font-family: "roboto condensed", arial, sans-serif;
	font-size: 27px;
	line-height: 30px;
	margin: -22px 0 33px 0;
}

.block-404 .search-form {
	width: 355px;
	margin: 0 auto;
	position: relative;
}

.block-404 .search-form input[type="text"] {
	display: block;
	width: 285px;
	height: 36px;
	padding: 0 13px;
	border: none;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background-color: #ffffff;
	color: #222222;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 14px;
}

.block-404 .search-form input[type="text"]::-webkit-input-placeholder {
	color: #606060;
	zoom: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	font-style: italic;
	line-height: 16px;
}

.block-404 .search-form input[type="text"]::-moz-placeholder {
	color: #606060;
	zoom: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	font-style: italic;
}

.block-404 .search-form input[type="text"]:-moz-placeholder {
	color: #606060;
	zoom: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	font-style: italic;
}

.block-404 .search-form input[type="text"]:-ms-input-placeholder {
	color: #606060;
	zoom: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	font-style: italic;
}

.block-404 .search-form input[type="text"].placeholder {
	color: #606060;
	font-style: italic;
}

.block-404 .search-form input[type="submit"] {
	display: block;
	width: 35px;
	height: 35px;
	border: none;
	background: url(../img/search-submit.png) no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

@-moz-document url-prefix() {
	.block-404 nav a {
		font-weight: 600;
		margin-left: 27px;
	}
}
.prices-block {
	width: 1200px;
	margin: 0 auto 25px auto;
}

.prices-block h1 {
	text-align: center;
    /* text-transform: uppercase; */
    font-size: 21px;
    line-height: 21px;
    font-weight: 600;
    margin-bottom: 27px;
    color: #00ccf1;
}

.prices-block .item {
	float: left;
	width: 199px;
	height: 408px;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	margin-right: -1px;
	position: relative;
}

.prices-block .item:nth-child(-n+7) {
	border-top: 1px solid #d6d6d6;
}

.prices-block .item .img {
	display: table-cell;
	vertical-align: middle;
	width: 199px;
	height: 132px;
	text-decoration: none;
}

.prices-block .item .img:hover {
	text-decoration: none;
}

.prices-block .item .img img {
	display: block;
	margin: 0 auto;
	max-width: 199px;
	max-height: 132px;
}

.prices-block .item .title {
	display: block;
	margin: 0 10px 10px 10px;
	text-decoration: none;
}

.prices-block .item .title:hover {
	text-decoration: none;
}

.prices-block .item .title span {
	display: table-cell;
	vertical-align: middle;
	width: 179px;
	height: 152px;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	color: #555555;
}

.prices-block .item .price {
	font-size: 14px;
	text-align: center;
	border: 0px solid red;
}

.prices-block .item .price b {
	font-size: 22px;
	color: #000;
}

.prices-block .item .more {
	display: block;
	width: 101px;
	font-size: 14px;
	line-height: 15px;
	padding: 10px 0;
	color: #ffffff;
	text-decoration: none;
	background: #00b4e4;
	background: -moz-linear-gradient(top, #00b4e4 0%, #009bc8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00b4e4), color-stop(100%, #009bc8));
	background: -webkit-linear-gradient(top, #00b4e4 0%, #009bc8 100%);
	background: -o-linear-gradient(top, #00b4e4 0%, #009bc8 100%);
	background: -ms-linear-gradient(top, #00b4e4 0%, #009bc8 100%);
	background: linear-gradient(to bottom, #00b4e4 0%, #009bc8 100%);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#00b4e4', endColorstr='#009bc8', GradientType=0);
	text-align: center;
	position: absolute;
	left: -1px;
	bottom: 0;
	z-index: 1;
}

.prices-block .item .more:hover {
	color: #ffffff;
	text-decoration: none;
	background: #008CB3;
	filter: none;
}

.prices-block .item .buy {
	display: block;
	width: 100px;
	font-size: 14px;
	line-height: 15px;
	padding: 10px 0;
	color: #ffffff;
	text-decoration: none;
	background: #00b600;
	background: -moz-linear-gradient(top, #00b600 0%, #009400 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00b600), color-stop(100%, #009400));
	background: -webkit-linear-gradient(top, #00b600 0%, #009400 100%);
	background: -o-linear-gradient(top, #00b600 0%, #009400 100%);
	background: -ms-linear-gradient(top, #00b600 0%, #009400 100%);
	background: linear-gradient(to bottom, #00b600 0%, #009400 100%);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#00b600', endColorstr='#009400', GradientType=0);
	text-align: center;
	position: absolute;
	right: -1px;
	bottom: 0;
	z-index: 1;
}

.prices-block .item .buy:hover {
	color: #ffffff;
	text-decoration: none;
	background: #007a00;
	filter: none;
}

.prices-block .item:hover {
	z-index: 10;
	-moz-box-shadow: -18px 0 18px -18px rgba(0,0,0,.2), 18px 0 18px -18px rgba(0,0,0,.2);
	-webkit-box-shadow: -18px 0 18px -18px rgba(0,0,0,.2), 18px 0 18px -18px rgba(0,0,0,.2);
	box-shadow: -18px 0 18px -18px rgba(0,0,0,.2), 18px 0 18px -18px rgba(0,0,0,.2);
}

.prices-block .item:hover .title span {
	color: #009cd1;
}

@-moz-document url-prefix() {
	.prices-cells a {
		font-weight: 600;
	}
}
.questions-content {
	margin-bottom: 90px;
}

.questions-content h1 {
	font-size: 21px;
	line-height: 21px;
	text-transform: uppercase;
	color: #000;
	font-weight: 600;
	margin: -12px 0 20px -1px;
}

.questions-content .descr {
	font-size: 14px;
	line-height: 24px;
	color: #555555;
	letter-spacing: -0.01em;
	margin-bottom: 31px;
}

.ask-form {
	margin-bottom: 49px;
}

.ask-form label {
	display: block;
	font-style: italic;
	font-size: 16px;
	line-height: 18px;
	color: #000;
	margin-bottom: 11px;
}

.ask-form textarea {
	display: block;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 512px;
	height: 110px;
	padding: 5px 0 5px 8px;
	font-family: "Open Sans", Arial, sans-serif;
	color: #222222;
	font-size: 15px;
	line-height: 20px;
	border: 1px solid #a3a3a3;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: #ffffff;
	resize: none;
	overflow: auto;
	margin-right: 19px;
}

.ask-form input[type="submit"] {
	float: left;
	width: 177px;
	margin-top: 32px;
}

.question-item {
	min-height: 49px;
	padding-left: 51px;
	background: url(../img/icon-question.png) no-repeat 0 2px;
}

.question-item h2 {
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	color: #00b4e4;
	margin-bottom: 7px;
}

.question-item p,
.question-item ul {
	font-size: 14px;
	line-height: 24px;
	font-style: italic;
	color: #555555;
}

.question-item strong {
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
	font-style: normal;
	margin-right: 3px;
}

.question-item + .question-item {
	margin-top: 34px;
}

.order-content h1 {
	font-size: 22px;
	line-height: 30px;
	color: #00b4e4;
	margin: -2px 0 27px 0;
}

.order-content .descr {
	margin-bottom: 38px;
}

.order-content .descr.italic {
	font-style: italic;
}

.wpcf7 {
	margin-bottom: 60px;
}

/*.wpcf7 .inp-step1 #st {
	display: none;
}*/
.wpcf7 .inp-step1 + p {
	display: none;
}

.wpcf7 .capt {
	font-size: 15px;
	font-style: italic;
	color: #8a8a8a;
	margin-bottom: 32px;
}

.wpcf7 label.multiline {
	letter-spacing: -0.02em;
	margin-top: 0;
}

.inp-err-name,
.inp-err-phone,
.inp-err-imail { position: absolute; margin: -25px 0 0 -40px !important; }


.wpcf7 .inp-style1.err {
	border-color: #f73c7b;
}

.wpcf7 select.inp-style1 {
	padding: 9px;
}

.wpcf7 textarea {
	line-height: 1.3;
	height: calc(1.3 * 5em + 7px + 7px) !important;
	padding-top: 7px;
	padding-bottom: 7px;
	resize: vertical;
	overflow: auto;
}

.wpcf7 .hint {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 201px;
	padding: 5px 12px;
	border: 1px solid #bababa;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 10px;
	line-height: 12px;
	position: relative;
	margin: -4px 0 -6px 0;
}

.wpcf7 .hint:before {
	content: "";
	width: 6px;
	height: 12px;
	background: url("data:image/gif;base64,R0lGODlhBgAMAJECAP///7q6uv///wAAACH5BAEAAAIALAAAAAAGAAwAAAISlB0nAce9gIwSvHpnRtVNrywFADs=") no-repeat;
	position: absolute;
	left: -6px;
	top: 17px;
}

.wpcf7 .hint b {
	color: #d81959;
}

.wpcf7 .hint.absolute {
	position: absolute;
	left: 632px;
	top: 0;
}

.wpcf7 div.err {
	width: 618px;
	font-size: 12px;
	line-height: 14px;
	color: #d81959;
	text-align: right;
	margin: -11px 0 16px 0;
}

.wpcf7 .required {
	font-size: 12px;
	line-height: 16px;
	color: #565656;
	margin: -10px 0 25px 174px;
}

.wpcf7 .required i {
	font-style: normal;
	color: #f73c7b;
}

.wpcf7 #st,
.rsform-submit-button.btn-primary,
button.hasTooltip {
	display: block;
	border: none;
	padding-left: 24px;
	padding-right: 24px;
	margin-left: 204px;

	display: inline-block;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 16px;
	line-height: 16px;
	padding: 11px 28px 10px 18px;
	font-weight: 600;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #52b600 url(../img/submit-arrow.png) 130px center no-repeat !important;
	-moz-text-shadow: 1px 1px 1px #3b9200;
	-webkit-text-shadow: 1px 1px 1px #3b9200;
	text-shadow: 1px 1px 1px #3b9200;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
}

.wpcf7 .inp-date {
	background: url(../img/icon-date.png) no-repeat right 6px top 5px #ffffff;
}

.wpcf7.step2 label {
	width: 182px;
}

.wpcf7.step2 .inp-style1 {
	width: 426px;
}

.wpcf7.step2 .required {
	margin-left: 192px;
}

.wpcf7.step2 button[type="submit"] {
	margin-left: 192px;
}

.call-time {
	margin: -9px 0 32px 0;
}

.call-time h3 {
	padding-left: 100px;
	background: url(../img/icon-call-time.png) no-repeat 0 2px;
	font-size: 15px;
	line-height: 32px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	padding: 0 0 2px 41px;
	margin-bottom: 10px;
}

.call-time ul {
	display: block;
	margin-left: 42px;
}

.call-time ul li {
	display: block;
	font-size: 14px;
	line-height: 17px;
	color: #818181;
	padding-left: 17px;
	margin-top: 13px;
	position: relative;
}

.call-time ul li:first-child {
	margin-top: 0;
}

.call-time ul li:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: #00b5e4;
	position: absolute;
	left: 0;
	top: 5px;
}

.shipping-content h1 {
	font-size: 22px;
	line-height: 22px;
	color: #00b4e4;
	margin: 2px 0 31px 0;
}

.shipping-content h2 {
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 600;
	color: #f73c7b;
	margin: 38px 0 23px 0;
}

.shipping-content .capt {
	font-size: 15px;
	line-height: 16px;
	font-style: italic;
	color: #db2768;
	margin-bottom: 10px;
}

.shipping-content select {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 374px;
	height: 39px;
	background-color: #ffffff;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	border: 1px solid #50d7f3;
	color: #000;
	font-size: 15px;
	font-family: "Open Sans", Arial, sans-serif;
	padding: 5px 5px 5px 9px;
	margin-bottom: 25px;
}

.shipping-content .step {
	font-size: 16px;
	line-height: 22px;
	font-style: italic;
	color: #000;
	padding: 6px 0 12px 42px;
	min-height: 29px;
}

.shipping-content .step b {
	font-weight: 600;
	color: #00b4e4;
}

.shipping-content .shipping-block {
	margin-top: 15px;
}

.shipping-content .time {
	font-size: 14px;
	line-height: 16px;
	font-style: italic;
	color: #5d9c00;
	padding: 10px 0 14px 64px;
	background: url(../img/between-steps.png) no-repeat 4px 0;
	margin-bottom: 9px;
}

.shipping-content .ico1 {
	background: url(../img/step-ico1.png) no-repeat 1px 0;
}

.shipping-content .ico2 {
	background: url(../img/step-ico2.png) no-repeat;
}

.shipping-content .ico3 {
	background: url(../img/step-ico3.png) no-repeat 0 3px;
}

.shipping-content .ico4 {
	background: url(../img/step-ico4.png) no-repeat 0 2px;
}

.shipping-content .ico5 {
	background: url(../img/step-ico5.png) no-repeat 0 4px;
}

.shipping-content .ico6 {
	background: url(../img/step-ico6.png) no-repeat 0 1px;
}

.shipping-content .ico7 {
	background: url(../img/step-ico7.png) no-repeat 0 1px;
}

.shipping-content .ico8 {
	background: url(../img/step-ico8.png) no-repeat;
}

.shipping-content .ico9 {
	background: url(../img/step-ico9.png) no-repeat 0 3px;
}

.shipping-content .shipping-steps, .shipping-content .shipping-block, .shipping-content .city-steps {
	display: none;
}

.shipping-content .shipping-steps.opened, .shipping-content .shipping-block.opened, .shipping-content .city-steps.opened {
	display: block;
}

/*adaptive*/
.material-menu-button, .sidebar_mobile {
    display:none;
}
@media screen and (max-width: 1240px) {
	.main-wrap .crumbs, .content-wrap {padding:0 20px 0 20px; box-sizing: border-box;}
	body {min-width: inherit;width: 100%;}
	.about {width: 100%;}
	.about .text {width: 100%;float: none;height:inherit;padding-bottom: 25px;}
	.about .video {float: none;margin: 0 auto;margin-top: 25px;}
	.home-slider .text {width: 80%;padding-right: 20%;}
	.home-slider p {line-height: 30px;}
	.home-slider h2 {font-size: 37px;line-height: 37px;}
	.home-slider .item {padding: 63px 20px 0 20px;}
	.advantages ul {width: 100%;}
	.advantages li {width: 25%;}
	header .bottom, header .center {width: 100%;}
	header {padding: 0 15px;}
	.content-wrap {width: 100%;}
	.sidebar {width: 25%;margin-right: 5%;}
	.content{width:70%;}
	.main-banner .center {width: 100%;}
	.main-banner .plain {display: none;}
	.main-banner .text {width: 90%;}
	.main-banner {height: inherit;background-color: #01c8f1;padding: 15px;}
	.crumbs ul {width: 100%;}
	.home-slider * {max-width: 100%;}
	.advantages li:hover p {display: none !important;}
	.prices-cells {width: 100%;}
	.prices-block {width: 100%;}
	#inp-1683 {margin-bottom: 20px;}
	body {min-width: 320px;}
}
@media screen and (max-width: 1080px) {
	header .top {display: none;}
}
@media screen and (max-width: 910px) {
	.material-menu-button {
        display:block;
        width:35px;
        height:35px;
        padding:10px 10px 0px 10px;
        background-color:#000;
		position: absolute;
		left: 10px;
		top: 10px;
		z-index: 999;
    }
    .material-menu-button span {
        display:block;
        width:100%;
        height:5px;
        margin-bottom:4px;
        background-color:#fff;
    }
    .material-menu-wrapper {
        padding:20px;
    }
    .material-menu-view-mobile {
        background-color:#fff;
        -webkit-box-shadow:40px 0px 30px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow:40px 0px 30px 0px rgba(0, 0, 0, 0.2);
        box-shadow:40px 0px 30px 0px rgba(0, 0, 0, 0.2);
    }
    .material-menu-titlebar {
        -webkit-box-shadow:0px 2px 3px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow:0px 2px 3px 0px rgba(0, 0, 0, 0.2);
        box-shadow:0px 2px 3px 0px rgba(0, 0, 0, 0.2);
    }
	header .logo {text-align:center;}
	header nav li {float: none;display: block;margin: 5px 0 0 0;line-height: 35px;border-bottom: 1px solid #d0d3d4;}
	header nav {position: static;}
}
@media screen and (max-width: 872px) {
	.prices-cells > a {margin: 0 auto !important;}
	.wpcf7 button[type="submit"], .wpcf7 .rsform-submit-button, .wpcf7 #st, .rsform-submit-button.btn-primary, button.hasTooltip {margin-left: 0;}
}
@media screen and (max-width: 813px) {
	.prices-cells {padding: 0 14%;}
}
@media screen and (max-width: 767px) {
	.prices-cells {padding: 0 6%;}
	.content-wrap .sidebar_mobile {padding-top:20px;}
	.home-slider {display: none;}
	.content{width: 100%;}
    body .menuarrow {display: none !important;opacity: 0 !important;visibility: hidden;z-index: -1;}
    body header nav a ~ ul {display: none !important;opacity: 0 !important;visibility: hidden;z-index: -1;}
}
@media screen and (max-width: 613px){
	.prices-cells {padding: 0 17.5%;}
}
@media screen and (max-width: 554px) {
	.content-wrap .soc {text-align: center;}
	.prices-cells {padding: 0 14%;}
	.prices-cells a {margin-top: 0 !important;padding-top: 130px !important;}
	input, textarea {max-width: 100%;}
	.shipping-content select {width: 100%;}
}
@media screen and (max-width: 470px) {
	.prices-cells {padding: 0 5% 0 5%;}
	.advantages li {width: 50%;}
	.about .video, iframe {width: 100% !important;}
	.about .text {padding: 25px 10px;}
}
@media screen and (max-width: 414px) {
	.prices-cells {padding: 0 25%;}
	.prices-block .item {float: none;margin: 0 auto;}
}
@media screen and (max-width: 360px) {
	header .logo {text-align: right;}
}



.inviz {display: none;}

header nav a ~ ul{
    position: absolute;
    background: white;
    margin-left: -20px;
    z-index: 100;
    box-shadow: 1px 1px 2px #0000006b;
    padding: 20px;
}
header nav a:hover ~ ul, header nav a ~ ul:hover{
    display: block;
}
header nav a ~ ul li{
	display: block;
    margin-left: 0;
    line-height: 40px;
}
.menuarrow{
	display: none!important;
	padding-top: 10px;
    display: block;
    font-size: 40px;
    float: right;
    height: 20px;
}
.moblogo{
	display: none;
}
header nav .current-menu-item a,
header nav .current-page-ancestor a {
    color: #a0a0a0;
    font-weight: 500;
}
header nav .current-menu-item > a,
header nav .current-page-ancestor > a{
	color: #ff3973;
    font-weight: bold;
}
@media screen and (max-width: 910px) {
.menuarrow{
	display: block!important;
}
header nav a ~ ul {
	position: static;
    background: white;
    margin-left: 20px;
    z-index: 100;
    box-shadow: none;
    padding: 0px;
}
header nav a ~ ul li{
    border: none;
}
header {
    padding: 0 15px;
    position: fixed;
    top: 0;
    z-index: 10;
    background: white;
    width: 100%;
}
.main-wrap {
    margin-top: 80px;
}
.material-menu-button {
    position: fixed;
}
.material-menu-overlay{
	z-index: 9!important;
}
.logo, .logo + div{
	display: none;
}
.moblogo{
    display: block;
    text-decoration: none;
    color: black;
    text-align: center;
    font-size: 30px;
    padding-top: 20px;
    font-weight: bold;
}
.material-menu-wrapper .menu{
	padding-top: 50px;
}
}
body > div.main-wrap > div > aside:nth-child(1) > section > a.read-all { 

    bottom: -28px;
    top: auto;
    right: auto;

}

.rsform-block-submit::after {
    content: '';
    display: block;
    clear: both;
}