@charset "UTF-8";
/**
  *
  *	CSS 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;
}

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

html {
	box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
}

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;
}

sup {
	font-size: 0.6em;
	position: relative;
	top: -0.5em;
	vertical-align: baseline;
}

sub {
	font-size: 0.6em;
	bottom: -0.5em;
	position: relative;
	vertical-align: baseline;
}

strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

/**
  *
  * Анимация
  *
**/
@keyframes flipInX {
	from {
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		animation-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		animation-timing-function: ease-in;
	}
	60% {
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}
	80% {
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}
	to {
		transform: perspective(400px);
	}
}
@keyframes wave {
	0% {
		transform: scale(0.6);
		opacity: 1;
	}
	10% {
		transform: scale(1.2);
		opacity: 0.4;
	}
	12% {
		transform: scale(1.19);
		opacity: 0.3;
	}
	20% {
		transform: scale(1.5);
		opacity: 0;
	}
	100% {
		transform: scale(0.6);
		opacity: 0;
	}
}
@keyframes pulse {
	0% {
		transform: scale(1);
	}
	90% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes progress {
	0% {
		width: 0;
	}
	50% {
		width: 25%;
	}
	90% {
		width: 75%;
	}
	100% {
		width: 100%;
	}
}
@keyframes rotate {
	0% {
		transform: rotateY(0);
	}
	50% {
		transform: rotateY(180deg);
	}
	100% {
		transform: rotateY(360deg);
	}
}
@keyframes hide {
	0% {
		opacity: 1;
	}
	50% {
		visibility: visible;
	}
	100% {
		opacity: 0;
		visibility: hidden;
	}
}
@keyframes kenburns {
	0% {
		transform: scale(1.02, 1.02) translate3D(0, 0, 0) rotate(0.01deg);
	}
	50% {
		transform: scale(1.3, 1.3) translate3D(0, 0, 0) rotate(0.01deg);
	}
	100% {
		transform: scale(1.02, 1.02) translate3D(0, 0, 0) rotate(0.01deg);
	}
}
@keyframes kenburns_stop {
	100% {
		transform: scale(1) translate(0px, 0px) rotate(0.01deg);
	}
}
@keyframes kenburns_1 {
	0% {
		transform: scale(1) translate(0px, 0px) rotate(0.01deg);
	}
	100% {
		transform: scale(1.4) translate(190px, -120px) rotate(0.01deg);
	}
}
@keyframes kenburns_2 {
	0% {
		transform: scale(1) translate(0px, 0px) rotate(0.01deg);
	}
	100% {
		transform: scale(1.4) translate(-190px, -120px) rotate(0.01deg);
	}
}
@keyframes kenburns_3 {
	0% {
		transform: scale(1.1) translate(30px, 10px) rotate(0.01deg);
	}
	100% {
		transform: scale(1) translate(0px, 0px) rotate(0.01deg);
	}
}
@keyframes kenburns_4 {
	0% {
		transform: scale(1) translate(0px, 0px) rotate(0.01deg);
	}
	100% {
		transform: scale(1.4) translate(190px, -120px) rotate(0.01deg);
	}
}
@keyframes kenburns_5 {
	0% {
		transform: scale(1.1) translate(20px, -5px) rotate(0.01deg);
	}
	100% {
		transform: scale(1) translate(-10px, 5px) rotate(0.01deg);
	}
}
@keyframes kenburns_6 {
	0% {
		transform: scale(1) translate(0px, 0px) rotate(0.01deg);
	}
	100% {
		transform: scale(1.4) translate(-190px, -120px) rotate(0.01deg);
	}
}
@keyframes kenburns_7 {
	0% {
		transform: scale(1) translate(0px, 0px) rotate(0.01deg);
	}
	100% {
		transform: scale(1.4) translate(-190px, -120px) rotate(0.01deg);
	}
}
@keyframes kenburns_8 {
	0% {
		transform: scale(1) translate(0px, 0px) rotate(0.01deg);
	}
	100% {
		transform: scale(1.4) translate(-190px, -120px) rotate(0.01deg);
	}
}
@keyframes kenburns_9 {
	0% {
		transform: scale(1) translate(0px, 0px) rotate(0.01deg);
	}
	100% {
		transform: scale(1.4) translate(-190px, -120px) rotate(0.01deg);
	}
}
@keyframes move_image {
	0% {
		transform: translate(0, 0);
	}
	50% {
		transform: translate(0, -30px);
	}
	100% {
		transform: translate(0, 0);
	}
}
@keyframes move_shadow {
	0% {
		opacity: 0.3;
		transform: scale(1, 1) translate3D(0, 0, 0) rotate(0.01deg);
	}
	50% {
		opacity: 0.1;
		transform: scale(0.6, 0.6) translate3D(0, 0, 0) rotate(0.01deg);
	}
	100% {
		opacity: 0.3;
		transform: scale(1, 1) translate3D(0, 0, 0) rotate(0.01deg);
	}
}
/**
  *
  * Начальные настройки
  *
**/
html {
	color: #000000;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 10pt;
}

body {
	background-color: #ffffff;
	background-position: center center;
	background-repeat: repeat;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h,
.h1,
.h2,
.h3,
.h4 {
	line-height: 1.1;
	margin: 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

h1,
h2,
.h,
.h2 {
	color: #000000;
	font-size: 3rem;
	font-weight: 700;
	margin-bottom: 55px;
}

h3,
.h3 {
	color: #000000;
	font-size: 1.7rem;
	font-weight: 700;
	margin-bottom: 30px;
}

h4,
.h4 {
	font-size: 1.8rem;
	margin-bottom: 25px;
}

h5,
.h5 {
	font-size: 1.6rem;
	margin-bottom: 25px;
}

h6,
.h6 {
	font-size: 1.4rem;
	margin-bottom: 20px;
}

h1 a,
h2 a,
h3 a,
.h a,
.h2 a,
.h3 a,
h1 span,
h2 span,
h3 span,
.h span,
.h3 span {
	color: #f55f3d;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
}

h1 a,
h2 a,
h3 a,
.h a,
.h2 a,
.h3 a {
	color: #ffe000;
	text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
.h a:hover,
.h2 a:hover,
.h3 a:hover {
	color: #dd1c1a;
	text-decoration: none;
}

h1 > .more,
h2 > .more,
.h > .more,
.h2 > .more {
	border-bottom: 1px solid #dd1c1a;
	color: #dd1c1a !important;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1.1rem;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: 5px;
}

h1 > .more:hover,
h2 > .more:hover,
.h > .more:hover,
.h2 > .more:hover {
	border-bottom-color: transparent;
}

p {
	font-size: 1.3rem;
	font-weight: 300;
	line-height: 1.5;
	margin: 0 0 15px;
}

a {
	color: #000000;
	cursor: pointer;
	font-size: inherit;
	text-decoration: underline;
	transition: background-color 0.4s ease, border-color 0.4s ease, color 0.4s ease;
}

a:hover {
	color: #ffe000;
	text-decoration: underline;
}

a.area,
p > a {
	border-bottom: 1px solid #ffe000;
	text-decoration: none;
}

a.white,
p.white > a {
	border-bottom-color: #ffffff;
	color: #ffffff;
}

a.area:hover,
p > a:hover {
	border-bottom-color: transparent;
	text-decoration: none;
}

a[data-hint],
span[data-hint] {
	position: relative;
}

a[data-hint]:before,
span[data-hint]:before {
	background-color: #ffe000;
	border-radius: 2px;
	color: #ffffff;
	content: attr(data-hint);
	font-family: "Roboto Condensed", sans-serif;
	font-size: 0.7rem;
	opacity: 0;
	left: 50%;
	padding: 6px 10px;
	position: absolute;
	text-transform: uppercase;
	top: calc(-100% - 5px);
	transform: translateY(-10px) translateX(-50%);
	transition: opacity 0.2s ease, transform 0.2s ease;
	white-space: nowrap;
	visibility: hidden;
	z-index: -1;
}

a[data-hint]:hover:before,
span[data-hint]:hover:before {
	opacity: 1;
	transform: translateY(-5px) translateX(-50%);
	visibility: visible;
}

ul,
ul.wysiwyg {
	margin: 0 0 30px;
}

ul li,
ul.wysiwyg li {
	color: #000000;
	font-size: 1.2rem;
	line-height: 1.4;
	list-style: none;
	margin: 0 0 30px;
	padding: 0 0 0 25px;
	position: relative;
}

ul li:before,
ul.wysiwyg li:before {
	position: absolute;
	top: -4px;
	left: 0px;
	color: #daaa00;
	font-size: 30px;
	line-height: 1;
	content: "•";
	font-weight: 700;
	padding-right: 10px;
}

ul li:nth-last-of-type(1),
ul.wysiwyg li:nth-last-of-type(1) {
	margin-bottom: 0;
}

ul.mm-listview li:before {
	display: none;
}

ol,
ol.wysiwyg {
	counter-reset: point;
}

ol > li,
ol.wysiwyg > li {
	color: #000000;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.4;
	list-style: none;
	margin-bottom: 30px;
	position: relative;
	padding-left: 55px;
	padding-top: 8px;
}

ol > li:nth-last-of-type(1),
ol.wysiwyg > li:nth-last-of-type(1) {
	margin-bottom: 0;
}

ol > li:before,
ol.wysiwyg > li:before {
	background-image: linear-gradient(-45deg, #d49ccf 0%, #2b7de0 100%);
	border-radius: 50%;
	color: #ffffff;
	content: counter(point);
	counter-increment: point;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	font-style: normal;
	height: 42px;
	left: 0;
	line-height: 1px;
	position: absolute;
	text-align: center;
	top: -3px;
	width: 42px;
	z-index: -1;
}

ol > li ul,
ol > li ol,
ol.wysiwyg > li ul,
ol.wysiwyg > li ol {
	margin-top: 20px;
}

ol > li ol,
ol.wysiwyg > li ol {
	position: relative;
	margin-bottom: 0;
}

ol > li ol:before,
ol.wysiwyg > li ol:before {
	background-color: #cccccc;
	content: "";
	height: 100%;
	left: -25px;
	position: absolute;
	top: 0;
	width: 1px;
}

ol > li ol > li {
	font-style: normal;
	margin-bottom: 20px;
}

ol > li ol > li,
ol > li ul > li,
ol.wysiwyg > li ul > li {
	font-weight: 400;
}

/**
  *
  * Исключения настройки
  *
**/
p.bigest,
p.smallest {
	font-weight: 300;
}

p.big,
p.small {
	color: #000000;
	font-weight: 700;
}

p.bigest {
	font-size: 1.4rem;
	line-height: 1.7;
}

p.big {
	font-size: 1.2rem;
	line-height: 1.3;
}

p.small {
	font-size: 1rem;
	line-height: 1.3;
}

p.smallest {
	font-size: 0.9rem;
	line-height: 1.2;
}

ul.big li {
	font-size: 1.3rem;
}

ul.white li:before {
	background-color: transparent;
}

.white,
.white * {
	color: #ffffff !important;
}

.white:hover,
.white:hover * {
	color: #ffffff;
}

.ui-autocomplete {
	background: none !important;
	background-color: #ffffff !important;
	border: 1px solid #ffe000 !important;
	border-radius: 4px !important;
	max-height: 250px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	padding: 0 !important;
}

.ui-autocomplete .ui-menu-item {
	background-image: none;
	background-color: transparent;
	border-radius: 0 !important;
	color: #ffffff;
	font-size: 0.9rem;
	font-style: normal;
	margin-top: 3px;
	padding: 12px 16px !important;
}

.ui-autocomplete .ui-menu-item:before,
.ui-autocomplete .ui-menu-item:after {
	display: none;
}

.ui-autocomplete .ui-menu-item.ui-state-focus {
	background: none;
	background-color: #F9F9FA;
	border: none;
	color: #ffffff;
	cursor: pointer;
}

.select2-container--default .select2-selection--single {
	background: none !important;
	background-color: #ffffff !important;
	border-radius: 6px;
	height: 37px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 37px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 35px !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #F9F9FA !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #ffe000 !important;
}

.select2-container--open .select2-dropdown--below {
	border-radius: 6px;
	margin-top: 6px;
	overflow: hidden;
	padding-top: 5px;
}

.select2-search--dropdown {
	margin-top: -5px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	background: transparent;
	border: 1px solid #F9F9FA;
	outline: none;
	padding: 7px 10px;
}

.ya-share2 ul,
.ya-share2 li {
	padding: 0;
	margin: 0;
}

.ya-share2 li:before,
.ya-share2 li:after {
	display: none;
}

#sb-title {
	display: none !important;
}

.cke_editable {
	color: #000000;
}

/**
  *
  * Шаблоны
  *
**/
.page {
	/*
	background-attachment: fixed;
	background-image: url(../images/background-page.jpg/index.html);
	background-position: center top;
	background-repeat: repeat-y;
	*/
	margin: 0 auto;
	min-height: 750px;
	min-width: 1200px;
	max-width: 1920px;
	overflow: hidden;
	padding-top: 60px;
	position: relative;
}
@media only screen and (max-width: 1199px) {
	.page {
		min-width: 100%;
	}
}

.region,
.block {
	clear: both;
	position: relative;
	width: 100%;
	z-index: 1;
}

.region > .wrapper,
.block > .wrapper {
	margin: 0 auto;
	max-width: 100%;
	text-align: left;
	width: 1200px;
}
@media only screen and (max-width: 1199px) {
	.region > .wrapper,
.block > .wrapper {
		width: auto;
	}
}

.region-fixed {
	z-index: 9;
}

.region-header {
	z-index: 7;
}

.region-counters {
	z-index: 8;
}

.region-footer {
	z-index: 5;
}

.region-viewer {
	z-index: 99;
}

.background {
	position: relative;
}

.columns {
	font-size: 0;
	line-height: 0;
	letter-spacing: -1;
}

.columns > .column,
.columns > .row {
	font-size: 1rem;
	line-height: 1;
	letter-spacing: normal;
	position: relative;
	vertical-align: top;
}

.columns > .column {
	display: inline-block;
	width: auto;
}

.columns > .row {
	display: block;
	width: 100%;
}

.columns > .column-20 {
	margin: 0 2%;
	width: 16%;
}

.columns > .column-25 {
	margin: 0 2%;
	width: 21%;
}

.columns > .column-33 {
	width: 30%;
}

.columns > .column-33:nth-of-type(3n+2) {
	margin: 0 5%;
}

.columns > .column-50 {
	width: 46%;
}

.columns > .column-50:nth-of-type(2n) {
	margin: 0 0 0 4%;
}

.columns > .column-50:nth-of-type(2n+1) {
	margin: 0 4% 0 0;
}

.columns > .column-66 {
	margin-left: 5%;
	width: 65%;
}

.region-system-error {
	margin: 15px 0;
}

.region-system-error .block {
	background-color: #fff;
	border: 1px dashed #ba0000;
	padding: 1px;
}

.region-system-error .wrapper {
	background-color: #ba0000;
	color: #fff;
	font-size: 1.1rem;
	margin: 0;
	padding: 18px 25px;
	width: 100%;
}

.region-system-attention {
	margin: 15px 0;
}

.region-system-attention .block {
	background-color: #fff;
	border: 1px dashed #FCBF56;
	padding: 1px;
}

.region-system-attention .wrapper {
	background-color: #FCBF56;
	color: #fff;
	font-size: 1.1rem;
	margin: 0;
	padding: 18px 25px;
	width: 100%;
}

.region-background {
	position: static;
}

.template-background {
	padding: 55px 0 40px;
	position: relative;
	z-index: 1;
}

.template-columns {
	margin: 0 auto;
	text-align: left;
	width: 1200px;
}

.template-columns > .column-1 {
	overflow-x: hidden;
	overflow-y: scroll;
	margin-top: 10px;
	padding: 25px 0px;
	position: relative;
	height: 600px;
	width: 300px;
	z-index: 2;
}

.template-columns > .column-2 {
	height: 600px;
	overflow: hidden;
	padding-left: 60px;
	position: relative;
	width: 840px;
	z-index: 1;
}

.template-columns > .column-3 {
	width: 550px;
	z-index: 2;
}

.template-columns > .column-4 {
	margin-left: 100px;
	width: 550px;
	z-index: 1;
}

.template-columns > .column-5 {
	width: 800px;
	z-index: 2;
}

.template-columns > .column-6 {
	margin-left: 60px;
	width: 340px;
	z-index: 1;
}

.columns-menu-content {
	margin-bottom: 50px;
}

.columns-menu-content > .column-1 {
	background-color: #ffe000;
}

.columns-menu-content > .column-1::-webkit-scrollbar {
	width: 15px;
}

.columns-menu-content > .column-1::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px #ffe000;
}

.columns-menu-content > .column-1::-webkit-scrollbar-thumb {
	background-color: #daaa00;
	outline: 0px solid slategrey;
}

/**
  *
  * Иконки
  *
**/
.icon {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	font-size: 0;
	line-height: 0;
	position: absolute;
	transition: opacity 0.4s ease;
}

.icon.rotate-90,
.icon.rotate-90 {
	transform: rotate(90deg);
}

.icon.rotate-180,
.icon.rotate-180 {
	transform: rotate(180deg);
}

.icon.rotate-270,
.icon.rotate-270 {
	transform: rotate(270deg);
}

.icon-adress-black {
	background-image: url(../images/icons/icon-adress-black.png);
}

.icon-adress-white {
	background-image: url(../images/icons/icon-adress-white.png);
}

.icon-arrow-down-black {
	background-image: url(../images/icons/icon-arrow-down-black.png);
}

.icon-arrow-down-white {
	background-image: url(../images/icons/icon-arrow-down-white.png);
}

.icon-arrow-lite-black {
	background-image: url(../images/icons/icon-arrow-lite-black.png);
}

.icon-arrow-lite-white {
	background-image: url(../images/icons/icon-arrow-lite-white.png);
}

.icon-arrow-big-black {
	background-image: url(../images/icons/icon-arrow-big-black.png);
}

.icon-arrow-big-white {
	background-image: url(../images/icons/icon-arrow-big-white.png);
}

.icon-basket-black {
	background-image: url(../images/icons/icon-basket-black.png);
}

.icon-basket-white {
	background-image: url(../images/icons/icon-basket-white.png);
}

.icon-buy-black {
	background-image: url(../images/icons/icon-buy-black.png);
}

.icon-buy-white {
	background-image: url(../images/icons/icon-buy-white.png);
}

.icon-buy-color {
	background-image: url(../images/icons/icon-buy-color.png/index.html);
}

.icon-call-black {
	background-image: url(../images/icons/icon-call-black.png);
}

.icon-call-white {
	background-image: url(../images/icons/icon-call-white.png);
}

.icon-country-russia {
	background-image: url(../images/icons/icon-country-russia.png/index.html);
}

.icon-check-black {
	background-image: url(../images/icons/icon-check-black.png);
}

.icon-check-white {
	background-image: url(../images/icons/icon-check-white.png);
}

.icon-checkbox-black {
	background-image: url(../images/icons/icon-checkbox-black.png);
}

.icon-checkbox-white {
	background-image: url(../images/icons/icon-checkbox-white.png);
}

.icon-compare-black {
	background-image: url(../images/icons/icon-compare-black.png);
}

.icon-compare-white {
	background-image: url(../images/icons/icon-compare-white.png);
}

.icon-document-black {
	background-image: url(../images/icons/icon-document-black.png);
}

.icon-document-white {
	background-image: url(../images/icons/icon-document-white.png);
}

.icon-dropping-black {
	background-image: url(../images/icons/icon-dropping-black.png/index.html);
}

.icon-dropping-white {
	background-image: url(../images/icons/icon-dropping-white.png/index.html);
}

.icon-quot-black {
	background-image: url(../images/icons/icon-quot-black.png/index.html);
}

.icon-quot-white {
	background-image: url(../images/icons/icon-quot-white.png/index.html);
}

.icon-quote-black {
	background-image: url(../images/icons/icon-quote-black.png/index.html);
}

.icon-quote-white {
	background-image: url(../images/icons/icon-quote-white.png/index.html);
}

.icon-mail-black {
	background-image: url(../images/icons/icon-mail-black.png);
}

.icon-mail-white {
	background-image: url(../images/icons/icon-mail-white.png);
}

.icon-more-black {
	background-image: url(../images/icons/icon-more-black.png/index.html);
}

.icon-more-white {
	background-image: url(../images/icons/icon-more-white.png/index.html);
}

.icon-novelty-color {
	background-image: url(../images/icons/icon-novelty-color.png/index.html);
}

.icon-option-black {
	background-image: url(../images/icons/icon-option-black.png);
}

.icon-option-white {
	background-image: url(../images/icons/icon-option-white.png);
}

.icon-order-white {
	background-image: url(../images/icons/icon-order-white.png/index.html);
}

.icon-person-white {
	background-image: url(../images/icons/icon-person-white.png/index.html);
}

.icon-phone-black {
	background-image: url(../images/icons/icon-phone-black.png);
}

.icon-phone-white {
	background-image: url(../images/icons/icon-phone-white.png);
}

.icon-photos-black {
	background-image: url(../images/icons/icon-photos-black.png);
}

.icon-photos-white {
	background-image: url(../images/icons/icon-photos-white.png);
}

.icon-sale-color {
	background-image: url(../images/icons/icon-sale-color.png/index.html);
}

.icon-search-black {
	background-image: url(../images/icons/icon-search-black.png);
}

.icon-search-white {
	background-image: url(../images/icons/icon-search-white.png);
}

.icon-send-black {
	background-image: url(../images/icons/icon-send-black.png);
}

.icon-send-white {
	background-image: url(../images/icons/icon-send-white.png);
}

.icon-settings-black {
	background-image: url(../images/icons/icon-settings-black.png);
}

.icon-settings-white {
	background-image: url(../images/icons/icon-settings-white.png);
}

.icon-sorted-black {
	background-image: url(../images/icons/icon-sorted-black.png);
}

.icon-sorted-white {
	background-image: url(../images/icons/icon-sorted-white.png);
}

.icon-star-empty-black {
	background-image: url(../images/icons/icon-star-empty-black.png);
}

.icon-star-empty-white {
	background-image: url(../images/icons/icon-star-empty-white.png);
}

.icon-star-fill-black {
	background-image: url(../images/icons/icon-star-fill-black.png);
}

.icon-star-fill-white {
	background-image: url(../images/icons/icon-star-fill-white.png);
}

.icon-time-black {
	background-image: url(../images/icons/icon-time-black.png);
}

.icon-time-white {
	background-image: url(../images/icons/icon-time-white.png);
}

.icon-top-black {
	background-image: url(../images/icons/icon-top-black.png);
}

.icon-top-white {
	background-image: url(../images/icons/icon-top-white.png);
}

/* **************** */
/* **************** */
.icon-adress-color {
	background-image: url(../images/icons/icon-adress-color.png);
}

.icon-calculator-color {
	background-image: url(../images/icons/icon-calculator-color.png/index.html);
}

.icon-phone-color {
	background-image: url(../images/icons/icon-phone-color.png);
}

.icon-size-color {
	background-image: url(../images/icons/icon-size-color.png/index.html);
}

.icon-squares-color {
	background-image: url(../images/icons/icon-squares-color.png/index.html);
}

.icon-question-color {
	background-image: url(../images/icons/icon-question-color.png/index.html);
}

.icon-calendar-color {
	background-image: url(../images/icons/icon-calendar-color.png/index.html);
}

.icon-car-1 {
	background-image: url(../images/icons/icon-car-1.png/index.html);
}

.icon-car-2 {
	background-image: url(../images/icons/icon-car-2.png/index.html);
}

.icon-car-3 {
	background-image: url(../images/icons/icon-car-3.png/index.html);
}

.icon-car-4 {
	background-image: url(../images/icons/icon-car-4.png/index.html);
}

.icon-car-5 {
	background-image: url(../images/icons/icon-car-5.png/index.html);
}

.icon-car-6 {
	background-image: url(../images/icons/icon-car-6.png/index.html);
}

.icon-car-7 {
	background-image: url(../images/icons/icon-car-7.png/index.html);
}

.icon-car-8 {
	background-image: url(../images/icons/icon-car-8.png/index.html);
}

.icon-car-white {
	background-image: url(../images/icons/icon-car-white.png/index.html);
}

.icon-mail-color {
	background-image: url(../images/icons/icon-mail-color.png);
}

.icon-time-color {
	background-image: url(../images/icons/icon-time-color.png/index.html);
}

.icon-days-white {
	background-image: url(../images/icons/icon-days-white.png/index.html);
}

.icon-price-white {
	background-image: url(../images/icons/icon-price-white.png/index.html);
}

.icon-sale-white {
	background-image: url(../images/icons/icon-sale-white.png/index.html);
}

.icon-range-white {
	background-image: url(../images/icons/icon-range-white.png/index.html);
}

.icon-novelty-white {
	background-image: url(../images/icons/icon-novelty-white.png/index.html);
}

.icon-hit-white {
	background-image: url(../images/icons/icon-hit-white.png/index.html);
}

.icon-call-color {
	background-image: url(../images/icons/icon-call-color.png/index.html);
}

.icon-click-white {
	background-image: url(../images/icons/icon-click-white.png/index.html);
}

.icon-cheap-color {
	background-image: url(../images/icons/icon-cheap-color.png/index.html);
}

/**
  *
  * Элементы интерфейса
  *
**/
.according .view {
	margin-top: -1px;
}

.according .view a {
	border: 1px solid #cccccc;
	font-weight: 700;
	display: block;
	padding: 20px 25px;
	text-transform: uppercase;
	text-decoration: none;
}

.according .view a:before,
.according .view a:after {
	content: "";
	height: 22px;
	width: 15px;
}

.according .view a:hover,
.according.show .view a {
	background-color: #ffe000;
	border-color: #ffe000;
	color: #ffffff;
}

.according .list {
	max-height: 5000px;
	height: 0;
	overflow: hidden;
	transition: height 0.4s linear;
}

.according.show .list {
	height: auto;
}

.according .list .content {
	padding: 25px 30px 50px;
}

.accordion {
	transition: max-height 0.4s linear, border-color 0.4s ease;
	background-color: #ffffff;
	border: 1px solid #dd1c1a;
	border-radius: 6px;
	margin-bottom: 20px;
	max-height: 60px;
	overflow: hidden;
	position: relative;
	text-align: left;
	z-index: 1;
}

.accordion.show {
	max-height: 5000px;
}

.accordion > div {
	display: block;
	position: relative;
}

.accordion .title {
	transition: color 0.4s linear;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.5;
	text-decoration: none;
	background-color: #dd1c1a;
	cursor: pointer;
	height: 60px;
	padding: 15px 30px 0 50px;
	position: relative;
	text-align: left;
	z-index: 2;
}

.accordion .title:hover {
	color: #ffffff;
}

.accordion .title:before {
	bottom: auto;
	content: "";
	height: 14px;
	left: 17px;
	right: auto;
	position: absolute;
	transform: none;
	top: 22px;
	width: 14px;
	transition: transform 0.4s linear, left 0.4s linear;
	background-image: url(../images/arrow-next.png/index.html);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 1;
}

.accordion .title:hover:before {
	left: 22px;
}

.accordion.show .title:before {
	transform: rotate(90deg);
}

.accordion .text {
	margin: 40px;
}

.buttons > .button {
	color: #ffffff;
	display: inline-block;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1.2rem;
	font-weight: 300;
	line-height: 1;
	letter-spacing: 0.5px;
	margin: 0;
	padding: 15px 30px 14px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	width: auto;
	z-index: 1;
}

.buttons > .button:before {
	bottom: auto;
	content: "";
	height: 100%;
	left: 50%;
	right: auto;
	position: absolute;
	transform: translate(-50%, 0);
	top: 0;
	width: 100%;
	border-radius: 8px;
}

.buttons > .button:before {
	background: linear-gradient(90deg, #dd1c1a 0%, #ae1e06 50%, #dd1c1a 100%);
	background-size: 200% auto;
	transition: background-position 0.4s ease;
	z-index: -2;
}

.buttons > .button:hover:before {
	background-position: right center;
}

.buttons > .button:hover {
	color: #ffffff;
}

.buttons > .button-2:before {
	background: linear-gradient(90deg, #ffe000 0%, #daaa00 50%, #ffe000 100%);
	background-size: 200% auto;
}

.buttons > .button-big:before {
	border-radius: 30px;
}

.buttons > .button-white {
	color: #000000;
}

.buttons > .button-white:before {
	background: none;
	filter: none;
	background-color: #ffffff;
	border-color: #f6f6f6;
}

.buttons > .button-black {
	color: #ffffff;
}

.buttons > .button-black:before {
	background: none;
	filter: none;
	background-color: #000000;
	border-color: #000000;
}

.buttons > .button-transparent {
	color: #ffe000;
}

.buttons > .button-transparent:before {
	background: none;
	background-color: transparent;
	border: 1px solid #ffe000;
}

.buttons > .button-transparent:before {
	box-shadow: none;
}

.buttons > .button-black.button-transparent {
	color: #ffffff;
}

.buttons > .button-black.button-transparent:before {
	transition: opacity 0.4s ease;
	background-color: #000000;
	border: 1px solid #000000;
	opacity: 0.5;
}

.buttons > .button-white.button-transparent {
	color: #ffffff;
}

.buttons > .button-white.button-transparent:before {
	border-color: #ffffff;
}

.date {
	margin: 0 0 15px;
	position: block;
}

.date span {
	background-color: transparent;
	color: #ffe000;
	font-weight: 700;
	height: auto;
	padding: 0;
	position: relative;
}

.date i {
	color: #000000;
	font-family: "Roboto Condensed", sans-serif;
	display: block;
	line-height: 1;
	text-align: center;
}

.date .day {
	color: #000000;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 3rem;
}

.date .month,
.date .year {
	font-size: 1rem;
}

.date .year {
	padding-top: 4px;
}

.float {
	float: left;
}

.float-articles {
	margin-right: 30px;
	margin-bottom: 30px;
	width: 240px;
}

.link {
	color: #000000;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.6;
	margin: 10px 0 0;
}

.link > a {
	border-bottom: 1px solid #ffe000;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	text-decoration: none;
}

.link > a.no-link {
	border-bottom-color: transparent;
	color: #ffe000;
	cursor: default;
}

.link > a:hover {
	border-bottom-color: transparent;
	color: #ffe000;
}

.lite, .lite p {
	color: #000000;
	cursor: default;
	font-size: 1.3rem;
	line-height: 1.4;
	margin: 0 0 15px;
	transition: all 0.4s ease;
}

.label {
	font-size: 0.9rem;
	font-weight: 400;
	display: inline-block;
	line-height: 0.9rem;
	margin: 5px 15px 0 0;
	text-transform: uppercase;
}

.value {
	font-size: 1.4rem;
	font-weight: 700;
	display: inline-block;
	line-height: 1.4;
}

.image {
	background-position: center center;
	background-size: cover;
	line-height: 0;
	position: relative;
}

.image.float {
	float: left;
	margin: 0 40px 40px -40px;
	width: 360px;
}

.page-teachers .image.float {
	float: right;
	margin: 0 -40px 40px 40px;
}

.image > a,
.image > span {
	display: block;
	background-position: center center;
	background-size: cover;
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 1;
}

.image img {
	width: 100%;
}

.image.no-photo,
.image.no-photo > a,
.image.nophoto,
.image.nophoto > a {
	background-color: #ffffff;
	background-position: center center;
	background-image: url(../images/nophoto.jpg/index.html);
	background-repeat: no-repeat;
	background-size: auto 90%;
}

.count {
	display: inline-block;
	vertical-align: top;
}

.count input {
	background-color: #ffffff;
	border-radius: 4px;
	border: 1px solid #cccccc;
	color: #cccccc;
	font-size: 0.9rem;
	margin: 0;
	outline: none;
	padding: 7px 11px;
	transition: background-color 0.4s ease, border-color 0.4s ease, color 0.4s ease;
	width: 100%;
}

.count input:focus {
	border-color: #9a9a9a;
	color: #000000;
}

.count input._error {
	background-color: #F2D4D8;
	border-color: #CD1B39;
	color: #CD1B39;
}

.total .label {
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 300;
	margin: 0 50px 0 0;
}

.total .text {
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 300;
	margin: 0 25px 0 0;
}

.total .count {
	line-height: 1;
}

.total .count span {
	font-size: 1.4rem;
	font-weight: 400;
	display: inline-block;
	margin: 0 5px 0 0;
}

.total .count span:after {
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 300;
	content: "шт.";
	margin: 0 50px 0 5px;
	text-transform: none;
}

.total .price span {
	color: #000000;
	font-size: 1.4rem;
	font-weight: 700;
	display: inline-block;
	margin: 0 5px 0 0;
}

.total .price span:after {
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 300;
	content: "руб.";
	margin: 0 0 0 5px;
	text-transform: none;
	display: none;
}

.favourite {
	margin: 16px 0 15px;
	text-align: right;
}

.favourite > a {
	border-bottom: 1px dashed #000000;
	color: #000000;
	font-size: 0.8rem;
	font-style: italic;
	position: relative;
	text-decoration: none;
}

.favourite > a:hover {
	border-bottom-color: transparent;
	color: #ffe000;
}

.favourite > a:before {
	background: url(../images/icon-favourite.png/index.html) no-repeat;
	background-size: 100% auto;
	content: "";
	height: 10px;
	left: -18px;
	position: absolute;
	top: 2px;
	width: 10px;
}

.favourite > .social {
	display: inline-block;
	margin: -3px 0 0 30px;
	vertical-align: top;
}

.fields {
	margin: 0;
}

.fields > .field {
	margin-bottom: 20px;
	position: relative;
}

.fields .label {
	font-size: 0.9rem;
	color: #000000;
	text-transform: uppercase;
	text-align: left;
	height: 25px;
	margin: 0;
	padding: 0 0 9px 18px;
	position: relative;
	vertical-align: top;
}

.fields .label .important {
	color: #CD1B39;
	font-size: 1.2rem;
	display: inline-block;
	padding: 0 9px;
}

.fields .label .hint {
	display: inline-block;
	text-align: left;
	font-size: 0.9rem;
	color: #cccccc;
	padding: 0 5px 0;
}

.fields .input,
.fields .textarea {
	position: relative;
}

.fields input,
.fields textarea,
.fields select {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 6px;
	color: #cccccc;
	font-size: 0.9rem;
	margin: 0;
	outline: none;
	padding: 8px 18px;
	transition: background-color 0.4s ease, border-color 0.4s ease, color 0.4s ease;
	width: 100%;
}

.fields input {
	height: 36px;
}

.fields input:focus,
.fields textarea:focus,
.fields select:focus {
	border-color: #9a9a9a;
	color: #000000;
}

.fields input._error,
.fields textarea._error,
.fields select._error {
	background-color: #F2D4D8 !important;
	border-color: #CD1B39 !important;
	color: #CD1B39 !important;
}

.fields input[name^=date] {
	cursor: pointer;
}

.fields input[name^=date] + span {
	background: url(../images/icon-calendar.png/index.html) center center no-repeat;
	background-size: 100% 100%;
	height: 14px;
	right: 8px;
	position: absolute;
	opacity: 0.7;
	top: 8px;
	width: 14px;
}

.fields textarea {
	height: 80px;
}

.fields .checkbox input[type=checkbox] {
	cursor: pointer;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

.fields .checkbox > span {
	color: #000000;
	display: inline-block;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1rem;
	line-height: 1.3;
	padding-left: 21px;
	padding-top: 1px;
	position: relative;
	transition: color 0.4s ease;
	vertical-align: top;
	white-space: normal;
	z-index: 1;
}

.fields .checkbox > span:before {
	border: 1px solid #ffe000;
	border-radius: 2px;
	content: "";
	height: 11px;
	left: 0;
	position: absolute;
	top: 3px;
	transition: background-color 0.4s ease, border-color 0.4s ease;
	width: 11px;
	z-index: 1;
}

.fields .checkbox > span .icon {
	left: 1px;
	height: 11px;
	opacity: 0;
	transition: opacity 0.2s ease;
	top: 2px;
	width: 11px;
	z-index: 2;
}

.fields .checkbox > span em {
	color: #9a9a9a;
	font-family: "Roboto Condensed", sans-serif;
	font-style: normal;
	padding-left: 7px;
}

.fields .checkbox input[type=checkbox]:hover + span:before {
	border-color: #000000;
}

.fields .checkbox input[type=checkbox]:checked + span:before {
	border-color: #650008;
}

.fields .checkbox input[type=checkbox]:checked + span .icon {
	opacity: 1;
}

.fields ._error,
.fields .error {
	border-color: #CD1B39;
}

.fields .important-text {
	color: #b2b2b2;
	font-size: 1rem;
	margin: 0;
	line-height: 1;
	text-align: left;
	padding: 32px 0 0;
}

.fields .important-text span {
	color: #CD1B39;
	font-size: 1.2rem;
	display: inline-block;
	padding: 0 4px;
}

/** 
  * Фильтры
**/
.filter {
	margin: 20px 0px 30px;
}

.filter .blocks {
	background: #f6f6f6;
	border: 1px solid #cccccc;
	padding: 25px 20px 5px;
	position: relative;
	z-index: 20;
}

.filter .block {
	margin: 0 10px 20px;
	position: relative;
}

.filter .block .label {
	cursor: pointer;
	margin: 0;
}

.filter .block .dropping {
	margin: 0;
	position: absolute;
	visibility: hidden;
	opacity: 0;
	min-width: 100px;
	max-width: 250px;
	width: auto;
	padding-top: 15px;
	left: 0;
	top: 12px;
	transition: all 0.2s ease;
}

.filter .block:hover .dropping {
	padding: 10px 0 0;
	visibility: visible;
	opacity: 1;
}

.filter .block .dropping a {
	background-color: #f6f6f6;
	color: #000000;
	display: block;
	font-size: 0.9rem;
	line-height: 1;
	padding: 10px 17px 9px 15px;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
	z-index: 1;
}

.filter .block .dropping a:hover {
	background-color: #000000;
	color: #000000;
	z-index: 2;
}

.filter .block .dropping a.ready:after {
	background-color: transparent;
	background-image: url(../images/close-white.png/index.html);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-color: transparent;
	border-radius: 0 0 0 3px;
	border-style: solid;
	border-width: 2px 2px 3px 3px;
	display: inline-block;
	height: 12px;
	position: absolute;
	opacity: 0;
	top: 0px;
	right: 0px;
	content: "";
	transition: background-color 0.4s ease, color 0.4s ease;
	width: 12px;
}

.filter .block .dropping a.ready:hover:after {
	background-color: #000000;
	border-color: #000000;
	opacity: 1;
}

.filter .list {
	margin: 30px -10px 0;
	position: relative;
	z-index: 10;
}

.filter .list a {
	display: inline-block;
	padding: 9px 16px 10px 11px;
	color: #000000;
	position: relative;
	text-decoration: none;
	margin: 0 10px 15px 10px;
	background: #7d7e7d;
}

.filter .list a:after {
	position: absolute;
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: transparent;
	background-image: url(../images/close-white.png/index.html);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-color: transparent;
	border-radius: 0 0 0 3px;
	border-style: solid;
	border-width: 2px 2px 3px 3px;
	top: 0px;
	right: 0px;
	content: "";
	transition: background-color 0.4s ease, border-color 0.4s ease;
}

.filter .list a:hover:after {
	background-color: #000000;
	border-color: #000000;
}

.policy {
	color: #9a9a9a;
	font-size: 1rem;
	font-family: "Roboto Condensed", sans-serif;
	line-height: 1.4;
}

.policy strong {
	color: #000000;
	font-weight: 700;
	text-transform: uppercase;
}

.policy a {
	border-bottom: 1px solid #ffe000;
	color: #000000;
	text-decoration: none;
}

.policy a:hover {
	border-bottom-color: transparent;
}

.social > span {
	display: inline-block;
	font-size: 1rem;
	font-family: "Roboto Condensed", sans-serif;
	margin-right: 8px;
	padding-top: 7px;
	text-transform: uppercase;
	vertical-align: top;
}

.social > div {
	display: inline-block;
	vertical-align: top;
}

.copyright {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1.1rem;
	line-height: 1.3;
}

.developer img,
.developer a {
	display: inline-block;
	vertical-align: top;
}

.developer a {
	border-bottom: 1px solid #ffe000;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1.1rem;
	line-height: 1.3;
	text-decoration: none;
}

.developer a:hover {
	border-bottom-color: transparent;
}

.pager {
	margin-top: 40px;
	text-align: center;
}

.pager a {
	border: 1px solid #ffe000;
	display: inline-block;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1rem;
	height: 40px;
	margin: 0 7px;
	position: relative;
	text-decoration: none;
	width: 40px;
	vertical-align: top;
}

.pager .previous,
.pager .next {
	background-color: transparent;
	cursor: default;
	opacity: 0.4;
	transition: background-color 0.4s ease;
}

.pager .previous.show,
.pager .next.show {
	cursor: pointer;
	opacity: 1;
}

.pager .previous:before,
.pager .next:before,
.pager .previous:after,
.pager .next:after {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 7px;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.pager .previous:before,
.pager .next:before {
	background-image: url(../images/icons/icon-arrow-lite-black.png);
	z-index: 1;
}

.pager .previous:after,
.pager .next:after {
	background-image: url(../images/icons/icon-arrow-lite-white.png);
	opacity: 0;
	transition: opacity 0.4s ease;
	z-index: 2;
}

.pager .previous:before,
.pager .previous:after {
	transform: rotate(180deg);
}

.pager .previous.show:hover,
.pager .next.show:hover {
	background-color: #ffe000;
}

.pager .previous.show:hover:after,
.pager .next.show:hover:after {
	opacity: 1;
}

.pager .page-link {
	color: #9a9a9a;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1rem;
	padding-top: 12px;
	text-align: center;
}

.pager .page-link:hover {
	background-color: #ffe000;
	color: #ffffff;
	opacity: 1;
}

.pager .page-link.active {
	background-color: #ffe000;
	color: #ffffff;
}

.pager span {
	display: inline-block;
	margin: 7px 7px 0;
	vertical-align: top;
}

.pager span:before {
	color: #9a9a9a;
	content: "...";
	display: block;
	font-size: 1.1rem;
}

.slider {
	position: relative;
}

.slider .overflow {
	position: relative;
	overflow: hidden;
}

.slider .overflow > div {
	margin: 0;
	left: 0;
	position: relative;
	white-space: nowrap;
}

.slider .overflow > div > div {
	margin-bottom: 0;
	white-space: normal;
}

.slider > .arrow {
	height: 100%;
	margin-top: 0;
	position: absolute;
	top: 0%;
	width: 50px;
	z-index: 2;
}

.slider > .arrow:before,
.slider > .arrow:after {
	background-color: #ffe000;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 50%;
	border-radius: 25px;
	content: "";
	height: 50px;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	position: absolute;
	top: 50%;
	transition: opacity 0.4s ease;
	width: 50px;
}

.slider > .arrow:before {
	opacity: 0.5;
	z-index: -1;
}

.slider > .arrow:after {
	opacity: 0.5;
	z-index: -1;
}

.slider > .arrow:hover:before {
	opacity: 0.5;
}

.slider > .arrow:hover:after {
	opacity: 1;
}

.slider > .arrow.previous {
	left: 50%;
	margin-left: -720px;
}

.slider > .arrow.previous:before {
	background-image: url(../images/icons/arrow-previous-white.png/index.html);
	z-index: -2;
}

.slider > .arrow.previous:after {
	background-image: url(../images/arrow-previous-white.png/index.html);
	z-index: -1;
}

.slider > .arrow.next {
	right: 50%;
	margin-right: -720px;
}

.slider > .arrow.next:before {
	background-image: url(../images/arrow-next-white.png/index.html);
	z-index: -2;
}

.slider > .arrow.next:after {
	background-image: url(../images/arrow-next-white.png/index.html);
	z-index: -1;
}

.charts .chart {
	box-sizing: border-box;
	display: inline-block;
	font-size: 1.3rem;
	font-weight: 300;
	height: 120px;
	margin-left: 20px;
	position: relative;
	padding-top: 30px;
	text-align: center;
	vertical-align: top;
	width: 120px;
}

.charts .chart:nth-of-type(1) {
	margin-left: 0;
}

.charts .chart span {
	display: block;
	font-size: 3rem;
	font-weight: normal;
}

.charts .chart canvas {
	position: absolute;
	left: 0;
	top: 0;
}

/* Блок шапка */
.area-header > .wrapper {
	padding: 15px 0 10px;
	position: relative;
	text-align: left;
}

.area-header .logo {
	width: 250px;
	margin-right: 20px;
}

.area-header .logo img {
	height: 70px;
}

.area-header .item {
	margin-top: 20px;
	margin-left: 65px;
	position: relative;
}
.area-header .item.time {
	margin-top: 15px;
}
.area-header .item.phone {
	margin-top: 4px;
	line-height: 1.5;
}
.area-header .item.buttons {
	margin-top: 6px;
}

.area-header .item span,
.area-header .item a,
.area-header .item strong {
	font-size: 1.3rem;
}

.area-header .item a,
.area-header .item strong {
	font-weight: 700;
}

.area-header .item span {
	padding-right: 5px;
}

.area-header .item a {
	border-bottom: 1px solid rgba(255, 224, 0, 0.5);
	color: #ffe000;
	font-family: "Roboto Condensed", sans-serif;
	text-decoration: none;
}
.area-header .item a.button {
	border-bottom: none;
	color: #ffffff;
}

.area-header .item .hint {
	font-size: 0.9rem;
	display: block;
	margin-top: 5px;
}

.area-header .item .icon {
	height: 14px;
	left: -25px;
	top: 50%;
	margin-top: -7px;
	opacity: 0.5;
	width: 14px;
}

/* блок на карте */
.area-map {
	margin: 0 auto;
	width: 100%;
	z-index: 10;
}

.area-map > .wrapper {
	margin: 0 0 0 auto;
	padding: 45px 40px 0 0;
	position: relative;
	text-align: left;
	height: 500px;
	width: 600px;
	z-index: 1;
}

.area-map > .wrapper:before,
.area-map > .wrapper:after {
	bottom: auto;
	content: "";
	height: 100%;
	left: auto;
	right: 0;
	position: absolute;
	transform: none;
	top: 0;
	width: 960px;
}

.area-map > .wrapper:before {
	box-shadow: inset 0 0 10px 0 black;
	background-image: url(../images/background-map.jpg/index.html);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -2;
}

.area-map > .wrapper:after {
	background-image: url(../images/background-noise.png/index.html);
	background-position: center center;
	background-repeat: repeat;
	opacity: 0.05;
	z-index: -1;
}

.area-map h2 {
	color: #fff;
	margin-bottom: 40px;
}

.area-map .item {
	color: #fff;
	font-size: 1.5rem;
	letter-spacing: 2px;
	padding-left: 38px;
	margin-bottom: 30px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.9);
	position: relative;
}
.area-map .item a {
	color: #fff;
	text-decoration: none;
}
.area-map .item.phone a {
	font-size: 2rem;
	font-weight: 700;
}
.area-map .item .icon {
	left: 0;
	top: 50%;
	margin-top: -8px;
	width: 16px;
	height: 16px;
	opacity: 0.7;
}
.area-map .item.buttons {
	padding-left: 0;
	margin-top: 40px;
}

/* Блок контакты */
.area-contacts {
	margin-bottom: 40px;
	position: relative;
}

.area-contacts .column {
	margin-left: 30px;
	padding-left: 65px;
	padding-top: 11px;
	position: relative;
}

.area-contacts .column:nth-of-type(1) {
	margin-left: 0;
}

.area-contacts .column-2 {
	width: 450px;
}

.area-contacts .column-1 {
	width: 390px;
}

.area-contacts .column-3 {
	width: 300px;
}

.area-contacts .image {
	height: 40px;
	left: 0;
	position: absolute;
	top: 0;
	width: 40px;
}

.area-contacts .image img {
	width: 100%;
}

.area-contacts .title,
.area-contacts .title h2 {
	color: #ffe000;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.area-contacts .text {
	font-size: 1.1rem;
	line-height: 1.3;
	margin-top: 10px;
}

.area-contacts .text span {
	color: #ffe000;
	font-weight: 700;
}

.area-contacts .text .hint {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	color: #bababa;
	display: block;
	margin-top: 4px;
}

.area-contacts .text strong {
	padding-left: 5px;
}

/* блок как */
.area-how {
	position: relative;
}

.area-how:after {
	bottom: auto;
	content: "";
	height: 100%;
	left: 50%;
	right: auto;
	position: absolute;
	transform: translate(-50%, 0);
	top: 0;
	width: 1920px;
	z-index: -1;
	background-image: url(../images/background-how.jpg/index.html);
	background-position: center bottom;
	background-repeat: repeat;
}

.area-how > .wrapper {
	padding: 45px 0 50px;
	position: relative;
	text-align: left;
	z-index: 1;
}

.area-how > .wrapper:before,
.area-how > .wrapper:after {
	bottom: auto;
	content: "";
	height: 385px;
	left: 50%;
	right: auto;
	position: absolute;
	transform: translate(-50%, 0);
	top: 0;
	width: 1920px;
	z-index: -1;
}

.area-how > .wrapper:before {
	background-color: #daaa00;
	opacity: 0.7;
	box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.5);
}

.area-how > .wrapper:after {
	background-image: url(../images/background-noise.png/index.html);
	background-position: center bottom;
	background-repeat: repeat;
	opacity: 0.05;
}

.area-how h2 {
	color: #ffffff;
	text-align: center;
}

.area-how .image {
	margin: 0 auto 25px;
	width: 140px;
}

.area-how .num {
	display: block;
	height: 48px;
	border: 3px solid #ffffff;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	width: 48px;
	margin: 0 auto;
	color: #ffffff;
	border-radius: 24px;
	padding-top: 9px;
}

.area-how .title {
	color: #ffffff;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1.8rem;
	text-align: center;
	margin-top: 60px;
}

.area-how .text {
	margin-top: 25px;
	text-align: center;
	color: #ffffff;
	line-height: 1.4;
	opacity: 0.5;
}

.area-how .text div {
	margin-bottom: 10px;
}

.area-how .buttons {
	margin-top: 45px;
	text-align: center;
}

/* Блок с преимуществами */
.area-advantages > .wrapper {
	position: relative;
	text-align: left;
}
@media only screen and (max-width: 767px) {
	.area-advantages > .wrapper {
		text-align: center;
	}
}

.area-advantages .image {
	height: 63px;
	left: 0px;
	top: 0;
	position: absolute;
	width: 63px;
}

.area-advantages .item.column {
	padding-left: 85px;
	margin-bottom: 35px;
}

.area-advantages .text {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	padding-right: 20px;
}
@media only screen and (max-width: 767px) {
	.area-advantages .text {
		text-align: left;
	}
}

/* блок вопросы */
.area-question > .wrapper {
	position: relative;
}

.area-question .form {
	border-radius: 6px;
	border: 1px solid #ffffff;
	box-shadow: 0px 0px 12px 0 rgba(0, 0, 0, 0.2);
	overflow: hidden;
	padding: 50px 700px 55px 73px;
	position: relative;
}

.area-question .form:before {
	bottom: auto;
	content: "";
	height: 100%;
	left: -400px;
	right: auto;
	position: absolute;
	transform: translate(-50%, 0);
	top: 0;
	width: 1000px;
	transform: skew(-21deg, 0);
	background: #f6f6f6;
	background: linear-gradient(to bottom, white 0%, #cccccc 100%);
	box-shadow: 0px 0px 12px 0 rgba(0, 0, 0, 0.2);
	z-index: -1;
}

.area-question .form:after {
	bottom: 0px;
	content: "";
	height: 100%;
	left: auto;
	right: -100px;
	position: absolute;
	transform: none;
	top: auto;
	width: 850px;
	background-image: url(../images/background-question.jpg/index.html);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -2;
}

.area-question .text-1 {
	font-size: 1.8rem;
	font-weight: 300;
	margin-bottom: 24px;
	text-transform: uppercase;
}

.area-question .text-2 {
	font-size: 2.1rem;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 35px;
	text-transform: uppercase;
}

.area-question .text-2 span {
	font-size: 1.2rem;
	font-weight: 300;
	margin-right: 5px;
	position: relative;
}

.area-question .phone {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1.2rem;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.area-question .phone span {
	margin-left: 24px;
	padding-left: 26px;
	position: relative;
}

.area-question .phone a {
	border-bottom: 1px solid transparent;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 400;
	text-decoration: none;
}

.area-question .phone a:hover {
	border-bottom-color: #ffe000;
	color: #dd1c1a;
}

.area-question .phone .icon {
	transform: translate(0, -50%);
	height: 14px;
	left: 0;
	top: 50%;
	width: 14px;
}

.area-question .buttons {
	margin-top: 40px;
}

/* блок в ботинке сайта */
.area-footer > .wrapper {
	padding: 35px 0 0px;
	position: relative;
	text-align: left;
	z-index: 1;
}

.area-footer > .wrapper:after {
	bottom: auto;
	content: "";
	height: 100%;
	left: 50%;
	right: auto;
	position: absolute;
	transform: translate(-50%, 0);
	top: 0;
	width: 1920px;
	background-image: url(../images/background-footer.jpg/index.html);
	background-position: center center;
	background-size: cover;
	z-index: -1;
}

.area-footer .columns-2 {
	margin-top: 30px;
	padding: 25px 0 35px;
	position: relative;
	z-index: 1;
}
.area-footer .columns-2:before {
	bottom: auto;
	content: "";
	height: 100%;
	left: 50%;
	right: auto;
	position: absolute;
	transform: translate(-50%, 0);
	top: 0;
	width: 1920px;
	background-color: #000000;
	opacity: 0.8;
	z-index: -2;
}
.area-footer .columns-2:after {
	bottom: auto;
	content: "";
	height: 100%;
	left: 50%;
	right: auto;
	position: absolute;
	transform: translate(-50%, 0);
	top: 0;
	width: 1920px;
	background-image: url(../images/background-noise.png/index.html);
	background-position: center center;
	background-repeat: repeat;
	opacity: 0.05;
	z-index: -1;
}

.area-footer .column-1 {
	margin-right: 100px;
	position: relative;
	width: 200px;
	z-index: 1;
}

.area-footer .column-2 {
	width: 500px;
	text-align: center;
}

.area-footer .column-3 {
	margin-left: 100px;
	text-align: right;
	width: 300px;
}

.area-footer .logo img {
	width: 100%;
}

.area-footer h2 {
	color: #fff;
	font-size: 1.4rem;
	margin-bottom: 0px;
	margin-top: 17px;
	text-align: center;
}

.area-footer .social {
	margin-top: 17px;
	text-align: right;
}
.area-footer .social a {
	border-bottom: none;
	display: inline-block;
	margin-left: 15px;
	text-decoration: none;
	background-position: center;
	background-size: contain;
	width: 24px;
	height: 24px;
}
.area-footer .social a.wh {
	background-image: url(../images/social-wh.png/index.html);
}
.area-footer .social a.vb {
	background-image: url(../images/social-vb.png/index.html);
}
.area-footer .social a.tg {
	background-image: url(../images/social-tg.png/index.html);
}
.area-footer .social a.vk {
	background-image: url(../images/social-vk.png/index.html);
}
.area-footer .social a.fb {
	background-image: url(../images/social-fb.png/index.html);
}

.area-footer .developer {
	padding-top: 8px;
	position: relative;
	text-align: right;
}

.area-footer .developer a {
	border-bottom: none;
	padding-right: 100px;
	text-transform: uppercase;
	color: #fff;
	line-height: 1;
}

.area-footer .developer span {
	font-size: 1rem;
	font-family: "Roboto Condensed", sans-serif;
	letter-spacing: -0.5px;
}

.area-footer .developer img {
	position: absolute;
	right: 0;
	height: 30px;
	top: 2px;
}

.area-footer .copyright {
	padding-top: 8px;
	text-align: left;
}

.area-footer .copyright,
.area-footer .copyright a {
	font-size: 1.1rem;
	line-height: 1.4;
	font-family: "Roboto Condensed", sans-serif;
	color: #fff;
}

.area-footer .links {
	padding-top: 6px;
	text-align: center;
}
.area-footer .links a {
	color: #fff;
}

/** Анимированные счетчики **/
.area-counters {
	position: relative;
}

.area-counters > .wrapper {
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.area-counters > .wrapper .column {
		margin: 0 auto 35px;
		width: 100%;
		max-width: 460px;
	}
}

.area-counters .count {
	color: #daaa00;
	font-size: 5rem;
	font-weight: 700;
}

.area-counters .text {
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.3;
	margin-top: 35px;
}

/** блок улуги **/
.area-services {
	margin-bottom: 55px;
}
.area-services > .wrapper {
	padding: 55px 0;
	position: relative;
	text-align: center;
	z-index: 2;
}
.area-services > .wrapper:before, .area-services > .wrapper:after {
	bottom: auto;
	content: "";
	height: 100%;
	left: 50%;
	right: auto;
	position: absolute;
	transform: translate(-50%, 0);
	top: 0;
	width: 1920px;
	z-index: -1;
}
.area-services > .wrapper:before {
	background-color: #000000;
	opacity: 0.7;
}
.area-services > .wrapper:after {
	background-image: url(../images/background-services.jpg);
	background-position: center center;
	background-repeat: repeat;
	z-index: -2;
}
.area-services > .wrapper > h2 {
	color: #ffffff;
}
.area-services .item {
	text-align: center;
	margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
	.area-services .item {
		max-width: 460px;
		margin: 0 auto 35px;
		width: 100%;
	}
}
.area-services .image {
	align-items: center;
	border: 4px solid #eefc57;
	border-radius: 60px;
	display: flex;
	height: 120px;
	justify-content: center;
	margin: 0 auto 25px;
	position: relative;
	width: 120px;
	z-index: 1;
}
.area-services .image img {
	width: 50%;
}
.area-services .text {
	color: #ffffff;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 0 15px;
	line-height: 1.1;
}

.area-price > .wrapper {
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
	margin: 35px 0 55px;
}
.area-price > .wrapper .item {
	background-color: #ffffff;
	align-items: center;
	display: flex;
}
.area-price > .wrapper .item:nth-of-type(2n-1) {
	background-color: #fff;
}
.area-price > .wrapper .item div {
	border-collapse: collapse;
	border: 1px solid rgba(0, 0, 0, 0.15);
	font-size: 1.5rem;
	font-weight: 700;
	padding: 18px 20px;
	text-align: center;
	min-width: 220px;
	width: 220px;
}
.area-price > .wrapper .item div:nth-of-type(1) {
	flex-grow: 2;
	font-weight: 400;
	width: auto;
	text-align: left;
}
@media only screen and (max-width: 767px) {
	.area-price > .wrapper .item div {
		width: 150px;
		min-width: 150px;
		font-size: 1.2rem;
		padding: 15px 15px;
	}
}
@media only screen and (max-width: 460px) {
	.area-price > .wrapper .item div {
		width: 100px;
		min-width: 100px;
		font-size: 1.1rem;
		padding: 10px 5px;
	}
}
.area-price > .wrapper .item.head {
	background-color: #ae1e06;
	font-weight: 700;
}
.area-price > .wrapper .item.head div {
	border: none;
	color: #ffffff;
	text-transform: uppercase;
}

.block-about > .wrapper {
	padding: 95px 0 110px;
	position: relative;
	text-align: left;
	z-index: 2;
}
@media only screen and (max-width: 1199px) {
	.block-about > .wrapper {
		margin: 0 20px;
	}
}
.block-about > .wrapper:before, .block-about > .wrapper:after {
	bottom: auto;
	content: "";
	height: 100%;
	left: 50%;
	right: auto;
	position: absolute;
	transform: translate(-50%, 0);
	top: 0;
	width: 1920px;
	z-index: -1;
}
.block-about > .wrapper:before {
	background-color: #000000;
	box-shadow: inset 0 0 4px 0 #000;
	opacity: 0.7;
}
.block-about > .wrapper:after {
	background-image: url(../images/background-about.jpg);
	background-position: center center;
	background-repeat: repeat;
	z-index: -2;
}
.block-about > .wrapper ul li:before {
	color: #eefc57;
}

/** 
 * Услуги
**/
.block-cost > .wrapper {
	padding: 95px 0 110px;
	position: relative;
	text-align: left;
	z-index: 2;
}
.block-cost > .wrapper:before, .block-cost > .wrapper:after {
	bottom: auto;
	content: "";
	height: 100%;
	left: 50%;
	right: auto;
	position: absolute;
	transform: translate(-50%, 0);
	top: 0;
	width: 1920px;
	z-index: -1;
}
.block-cost > .wrapper:before {
	background-color: #000000;
	box-shadow: inset 0 0 4px 0 #000;
	opacity: 0.7;
}
.block-cost > .wrapper:after {
	background-image: url(../images/background-cost.jpg);
	background-position: center center;
	background-repeat: repeat;
	z-index: -2;
}
.block-cost > .wrapper > h2 {
	color: #ffffff;
	margin-bottom: 15px;
}
.block-cost > .wrapper .text {
	color: #ffffff;
	font-size: 1.8rem;
	font-weight: 300;
	text-align: center;
}
.block-cost > .wrapper form {
	margin: 70px auto 0;
	max-width: 900px;
}
.block-cost > .wrapper form .field {
	margin-bottom: 15px;
}
.block-cost > .wrapper form .field input {
	border-color: #ffffff;
	background-color: transparent;
	color: #fff;
	font-size: 1.2rem;
	opacity: 1;
	height: 45px;
}
.block-cost > .wrapper form .field input::placeholder {
	color: #ffffff;
}
@media only screen and (max-width: 767px) {
	.block-cost > .wrapper form .field {
		margin: 0 20px 35px;
		display: block;
		width: auto;
	}
}
.block-cost > .wrapper form .buttons .button {
	width: 100%;
}
@media only screen and (max-width: 767px) {
	.block-cost > .wrapper form .buttons {
		display: block;
		margin: 0 auto 35px;
		width: auto;
		text-align: center;
	}
}
.block-cost > .wrapper form .policy {
	text-align: center;
	color: #ffffff;
	font-size: 0.95rem;
	line-height: 1;
	margin-top: 45px;
	max-width: 450px;
	margin: 45px auto 0;
}
.block-cost > .wrapper form .policy a {
	color: inherit;
}

.block-counters > .wrapper {
	padding: 50px 0 55px;
	position: relative;
	text-align: left;
	z-index: 2;
}
.block-counters > .wrapper:before {
	bottom: auto;
	content: "";
	height: 100%;
	left: 50%;
	right: auto;
	position: absolute;
	transform: translate(-50%, 0);
	top: 0;
	width: 1920px;
	box-shadow: 0 0 5px black;
	z-index: -1;
}

/** 
 * Услуги
**/
.block-consultation > .wrapper {
	padding: 100px 600px 110px 0;
	position: relative;
	text-align: left;
	z-index: 2;
}
@media only screen and (max-width: 1199px) {
	.block-consultation > .wrapper {
		margin: 0 20px !important;
	}
}
@media only screen and (max-width: 999px) {
	.block-consultation > .wrapper {
		padding-right: 200px;
	}
}
@media only screen and (max-width: 767px) {
	.block-consultation > .wrapper {
		padding-right: 0;
	}
}
.block-consultation > .wrapper:before, .block-consultation > .wrapper:after {
	bottom: auto;
	content: "";
	height: 100%;
	left: 50%;
	right: auto;
	position: absolute;
	transform: translate(-50%, 0);
	top: 0;
	width: 1920px;
	z-index: -1;
}
.block-consultation > .wrapper:before {
	background-color: #000000;
	box-shadow: inset 0 0 4px 0 #000;
	opacity: 0.7;
	display: none;
}
.block-consultation > .wrapper:after {
	background-image: url(../images/background-consultation.jpg);
	background-position: center center;
	background-repeat: repeat;
	z-index: -2;
}
.block-consultation > .wrapper > h2 {
	color: #ffffff;
	margin-bottom: 15px;
}
.block-consultation > .wrapper .text {
	color: #ffffff;
	font-size: 1.8rem;
	font-weight: 300;
	text-align: center;
}
.block-consultation > .wrapper form {
	margin: 50px 0 0;
}
.block-consultation > .wrapper form .field {
	margin-bottom: 15px;
}
.block-consultation > .wrapper form .field input {
	border-color: #ffffff;
	background-color: transparent;
	color: #fff;
	font-size: 1.2rem;
	opacity: 1;
	height: 45px;
}
.block-consultation > .wrapper form .field input::placeholder {
	color: #ffffff;
}
.block-consultation > .wrapper form .buttons .button {
	width: 100%;
}
.block-consultation > .wrapper form .policy {
	text-align: center;
	color: #ffffff;
	font-size: 0.95rem;
	line-height: 1;
	margin-top: 45px;
	max-width: 450px;
	margin: 45px auto 0;
}
.block-consultation > .wrapper form .policy a {
	color: inherit;
}

.block-fixed {
	position: fixed;
	top: 0;
	z-index: 4;
}

.block-fixed > .wrapper {
	height: 60px;
	position: relative;
	text-align: left;
	white-space: nowrap;
}

.block-fixed > .wrapper:before {
	bottom: auto;
	content: "";
	height: 100%;
	left: 50%;
	right: auto;
	position: absolute;
	transform: translate(-50%, 0);
	top: 0;
	width: 1920px;
	box-shadow: 0 0px 7px 0 rgba(0, 0, 0, 0.5);
	background-color: #ffffff;
	z-index: -1;
}

.block-fixed > .wrapper > .logo {
	position: absolute;
	left: 0;
	top: 4px;
}
@media only screen and (max-width: 1199px) {
	.block-fixed > .wrapper > .logo {
		left: 90px;
	}
}
@media only screen and (max-width: 767px) {
	.block-fixed > .wrapper > .logo {
		left: 50%;
		margin-left: -50px;
	}
}

.block-fixed > .wrapper > .logo img {
	height: 50px;
}

.block-fixed > .wrapper > .phone {
	right: 200px;
	position: absolute;
	top: 22px;
}
@media only screen and (max-width: 767px) {
	.block-fixed > .wrapper > .phone {
		right: 10px;
	}
}

.block-fixed > .wrapper > .phone a {
	border-bottom: 1px solid #ffe000;
	color: #000000;
	font-size: 1.1rem;
	font-weight: 700;
	text-decoration: none;
}

.block-fixed > .wrapper > .phone a:hover {
	border-bottom-color: transparent;
}

.block-fixed > .wrapper > .call {
	position: absolute;
	right: 0;
	top: 7px;
}
@media only screen and (max-width: 767px) {
	.block-fixed > .wrapper > .call {
		display: none;
	}
}

.block-fixed > .wrapper > .call a {
	font-weight: 700;
	font-size: 1.1rem;
	padding: 15px 14px;
}

.block-fixed > .wrapper > a {
	background-color: #ae1e06;
	display: none;
	width: 60px;
	height: 60px;
	padding: 11px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0px;
	visibility: hidden;
}
.block-fixed > .wrapper > a:before, .block-fixed > .wrapper > a:after {
	content: "";
	display: block;
	background: #fff;
	height: 2px;
}
.block-fixed > .wrapper > a span {
	background: #fff;
	display: block;
	height: 2px;
	margin: 6px 0;
}
@media only screen and (max-width: 1199px) {
	.block-fixed > .wrapper > a {
		display: block;
		visibility: visible;
	}
}

.block-fixed .menu {
	padding-left: 140px;
	text-align: left;
	z-index: 1;
}
@media only screen and (max-width: 1199px) {
	.block-fixed .menu {
		display: none;
	}
}

.block-fixed .item {
	margin-top: 21px;
	margin-left: 25px;
	position: relative;
	vertical-align: top;
	z-index: 1;
}

.block-fixed .item:nth-of-type(1) {
	margin-left: 0px;
}

.block-fixed .item > a {
	color: #000000;
	display: inline-block;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.5px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	z-index: 1;
}

.block-fixed .item > a:before {
	bottom: -5px;
	content: "";
	height: 2px;
	left: 50%;
	right: auto;
	position: absolute;
	transform: translate(-50%, 0);
	top: auto;
	width: 0;
	transition: width 0.4s ease;
	background-color: #ffe000;
	z-index: -1;
}

.block-fixed .item:hover > a,
.block-fixed .item > a:hover,
.block-fixed .item.active > a {
	color: #000000;
}

.block-fixed .item:hover > a:before,
.block-fixed .item > a:hover:before,
.block-fixed .item.active > a:before {
	width: 100%;
}

.block-fixed .item > a._drop {
	padding-right: 16px;
}

.block-fixed .item > a._drop .icon:nth-of-type(2) {
	display: none;
}

.block-fixed .item > a._drop .icon {
	height: 8px;
	right: 0px;
	margin-top: -4px;
	position: absolute;
	top: 50%;
	transition: opacity 0.4s ease, transform 0.4s ease;
	width: 8px;
}

.block-fixed .item:hover > a._drop .icon,
.block-fixed .item > a._drop:hover .icon {
	transform: rotate(-180deg);
}

/** Главное меню {выпадающее меню} **/
.block-fixed .dropping {
	display: flex;
	min-width: 10px;
	opacity: 0;
	padding: 10px 0 0;
	position: absolute;
	left: 0;
	top: 100%;
	/*
		-webkit-transform: translate(-50%, 20px);
		-moz-transform: translate(-50%, 20px);
		-ms-transform: translate(-50%, 20px);
		-o-transform: translate(-50%, 20px);
	transform: translate(-50%, 20px);
	*/
	transition: opacity 0.3s ease, transform 0.2s ease, visibility 0.2s ease;
	visibility: hidden;
	white-space: normal;
	width: auto;
	z-index: 25;
}

.block-fixed .dropping .item:before {
	display: none;
}

.block-fixed .dropping .dropping {
	left: 100%;
	padding: 0 0 0 10px;
	top: 0;
}

.block-fixed .menu > .item:hover > .dropping,
.block-fixed .dropping .item:hover > .dropping {
	opacity: 1;
	/*
		-webkit-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	*/
	visibility: visible;
}

.block-fixed .dropping .item:hover > .dropping {
	transform: translate(0, -10px);
}

.block-fixed .dropping > .wrapper {
	background-color: #ffe000;
	border-radius: 6px;
	box-shadow: 4px 5px 10px 0 rgba(0, 0, 0, 0.1);
	font-size: 0;
	line-height: 0;
	padding: 10px 0 15px;
}

.block-fixed .dropping .item {
	transform: skewX(0deg);
	margin: 0;
	flex-grow: 1;
	position: relative;
}

.block-fixed .dropping a {
	background: none;
	color: #ffffff;
	display: block;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1.2rem;
	font-weight: 400;
	height: auto;
	line-height: 1;
	max-width: 350px;
	overflow: hidden;
	padding: 12px 18px;
	text-align: left;
	text-overflow: ellipsis;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	transition: background-color 0.2s ease;
	white-space: nowrap;
}

.block-fixed .dropping .item:hover > a {
	background-color: #000000;
	color: #ffffff;
}

.block-fixed .dropping .item:hover > a:before,
.block-fixed .dropping .item:hover > a:after {
	display: none;
}

.block-fixed .dropping .item > a._drop .icon {
	height: 8px;
	right: 6px;
	margin-top: -4px;
	position: absolute;
	top: 50%;
	transform: rotate(-90deg);
	transition: opacity 0.4s ease, transform 0.4s ease;
	width: 8px;
}

.block-fixed .dropping .item:hover > a._drop .icon,
.block-fixed .dropping .item > a._drop:hover .icon {
	transform: rotate(-90deg);
}

/** 
  * Ботинок
**/
.block-footer {
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
	z-index: 10;
}
.block-footer > .wrapper {
	padding: 45px 0 30px;
	position: relative;
}
@media only screen and (max-width: 1199px) {
	.block-footer > .wrapper {
		margin: 0 20px;
		display: flex;
	}
}
@media only screen and (max-width: 767px) {
	.block-footer > .wrapper {
		display: block;
	}
}
.block-footer .logo {
	margin-right: 50px;
	width: 100px;
}
.block-footer .logo img {
	width: 100%;
}
@media only screen and (max-width: 1199px) {
	.block-footer .logo {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	.block-footer .logo {
		display: block;
		width: 200px;
		margin: 0 auto 25px !important;
	}
}
.block-footer .copyright {
	padding-top: 10px;
	font-size: 1.1rem;
	line-height: 1.4;
	width: 500px;
}
@media only screen and (max-width: 1199px) {
	.block-footer .copyright {
		flex-grow: 1;
		width: auto;
	}
}
@media only screen and (max-width: 767px) {
	.block-footer .copyright {
		margin: 0 20px 25px;
		width: 100%;
		text-align: center;
	}
}
.block-footer .social {
	margin-left: 30px;
	padding-top: 8px;
	width: 170px;
}
@media only screen and (max-width: 1199px) {
	.block-footer .social {
		min-width: 170px;
	}
}
@media only screen and (max-width: 767px) {
	.block-footer .social {
		width: 100%;
		margin-left: 20px !important;
		margin-right: 20px !important;
		text-align: center;
	}
}
.block-footer .developer {
	font-size: 1rem;
	margin-left: 50px;
	width: 300px;
	padding-top: 8px;
	position: relative;
	text-align: right;
}
@media only screen and (max-width: 1199px) {
	.block-footer .developer {
		min-width: 300px;
		margin-left: 30px;
	}
}
@media only screen and (max-width: 767px) {
	.block-footer .developer {
		margin: 25px 20px !important;
		padding-top: 60px;
		width: 100%;
		min-width: auto;
		text-align: center;
	}
}
.block-footer .developer a {
	font-size: 1rem;
	border-bottom: none;
	padding-right: 100px;
	text-transform: uppercase;
	line-height: 1;
}
@media only screen and (max-width: 767px) {
	.block-footer .developer a {
		padding-right: 0;
	}
}
.block-footer .developer span {
	font-size: 1rem;
	letter-spacing: -0.5px;
}
.block-footer .developer img {
	position: absolute;
	right: 0;
	height: 30px;
	top: 5px;
}
@media only screen and (max-width: 767px) {
	.block-footer .developer img {
		height: auto !important;
		width: 140px !important;
		left: 50%;
		margin-left: -70px;
		top: 0;
	}
}

.block-header > .wrapper {
	padding: 110px 400px 0 0;
	position: relative;
	min-height: 530px;
}
@media only screen and (max-width: 1199px) {
	.block-header > .wrapper {
		padding-right: 0;
		margin-left: 20px;
		margin-right: 20px;
		padding-bottom: 25px;
	}
}
.block-header > .wrapper:before, .block-header > .wrapper:after {
	bottom: auto;
	content: "";
	height: 100%;
	left: 50%;
	right: auto;
	position: absolute;
	transform: translate(-50%, 0);
	top: 0;
	width: 1920px;
	z-index: -1;
}
.block-header > .wrapper:before {
	background-color: #000000;
	opacity: 0.7;
}
.block-header > .wrapper:after {
	background-image: url(../images/background-header.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -2;
}
.block-header h1 {
	color: #eefc57;
	text-align: left;
}
@media only screen and (max-width: 1199px) {
	.block-header h1 {
		text-align: center;
	}
}
.block-header form {
	background: rgba(238, 252, 87, 0);
	background: linear-gradient(135deg, #fff 0%, #fff 60%, #fff 100%);
	position: absolute;
	right: 0;
	top: 50px;
	padding: 40px 35px;
	width: 370px;
}
@media only screen and (max-width: 1199px) {
	.block-header form {
		position: relative;
		margin-top: 60px;
		top: auto;
		width: 100%;
	}
}
.block-header form h2 {
	color: #000000;
	font-size: 1.6rem;
	margin-bottom: 35px;
	text-align: center;
}
.block-header form .field {
	margin-bottom: 30px;
}
.block-header form .field input {
	border-color: #000000;
	background-color: transparent;
	color: #000000;
	font-size: 1.2rem;
	text-align: center;
	opacity: 1;
	height: 45px;
}
.block-header form .field input::placeholder {
	color: #000000;
}
.block-header form .buttons .button {
	width: 100%;
}
.block-header form .policy {
	text-align: center;
	color: #000000;
	font-size: 0.8rem;
	line-height: 1;
	margin-top: 15px;
}
.block-header form .policy a {
	text-decoration: underline;
}
.block-header .area-advantages * {
	color: #ffffff;
}
@media only screen and (max-width: 999px) {
	.block-header .area-advantages * {
		font-size: 1.3rem !important;
	}
}
@media only screen and (max-width: 999px) {
	.block-header .area-advantages * .column {
		margin: 0 20px 45px !important;
		width: 100%;
	}
	.block-header .area-advantages * .column .text {
		white-space: nowrap;
		padding-top: 12px;
	}
	.block-header .area-advantages * .column .text br {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	.block-header .area-advantages * .column {
		max-width: 460px;
		margin: 0 auto 35px !important;
	}
	.block-header .area-advantages * .column .text {
		white-space: normal;
	}
}

.block-questions {
	margin-top: 30px;
}

.block-questions .item {
	padding-left: 70px;
	margin-bottom: 65px !important;
	position: relative;
	min-height: 50px;
}
@media only screen and (max-width: 767px) {
	.block-questions .item {
		margin: 0 20px 45px !important;
		width: auto;
	}
}

.block-questions .item:before {
	background-image: url(../images/question.png);
	background-size: 100% 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.2;
	width: 50px;
	height: 50px;
}

.block-questions .item .question {
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.5;
}

.block-questions .item .answer {
	padding-left: 25px;
	font-size: 1.3rem;
	line-height: 1.4;
	position: relative;
	margin-top: 25px;
}

.block-questions .item .answer:before {
	content: "";
	background-color: #ffe000;
	position: absolute;
	left: 0px;
	height: 100%;
	width: 4px;
	top: 0;
}

/** 
  * Наполение (карта) 
**/
.block-map > .wrapper {
	font-size: 0;
	position: relative;
	width: 100%;
	vertical-align: top;
}
.block-map > .wrapper #map-container {
	display: block;
	font-size: 0;
	height: 500px;
	position: relative;
	margin: 0;
	width: 100%;
	vertical-align: top;
	z-index: 1;
}

/** 
 * Услуги
**/
.block-services > .wrapper {
	position: relative;
	text-align: left;
	z-index: 2;
}

.block-viewer {
	text-align: center;
	z-index: 900;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	visibility: hidden;
	overflow: scroll;
}

.block-viewer > .wrapper {
	text-align: center;
}

.block-viewer .overlay {
	width: 100%;
	height: 100%;
	display: inline-block;
	background: url(../images/viewer-loading.gif) center center no-repeat rgba(26, 26, 26, 0.5);
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	opacity: 0;
	cursor: default;
}

.block-viewer .overlay .gradient {
	visibility: hidden;
}

.block-viewer .overlay .control {
	position: relative;
	width: 100%;
	height: 100%;
	display: inline-block;
}

.block-viewer .overlay .control a {
	display: inline-block;
	position: relative;
}

.block-viewer .overlay .control a span {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 30px;
	z-index: 20;
	opacity: 0.2;
	transition: all 200ms linear;
}

.block-viewer .overlay .control a div {
	width: 100%;
	height: 100%;
	z-index: 10;
	opacity: 0;
}

.block-viewer .overlay .control a:hover span {
	opacity: 1;
}

.block-viewer .overlay .control .close {
	width: 100%;
	height: 45%;
}

.block-viewer .overlay .control .close span {
	background: url(../images/close.png) center center;
	background-size: 100% 100%;
	right: 30px;
}

.block-viewer .overlay .control .next, .block-viewer .overlay .control .previous {
	width: 50%;
	height: 55%;
}

.block-viewer .overlay .control .next span {
	background: url(../images/arrow-next-black.png/index.html) center center no-repeat;
	background-size: 50% 100%;
	right: 30px;
}

.block-viewer .overlay .control .previous span {
	background: url(../images/arrow-previous-black.png/index.html) center center no-repeat;
	background-size: 50% 100%;
	left: 30px;
}

.block-viewer .overlay .control .alone {
	width: 100%;
	height: 100%;
}

.block-viewer .return {
	position: relative;
	max-width: 800px;
	width: 800px;
	display: inline-block;
	top: 0px;
	left: 0px;
	text-align: left;
	opacity: 0;
	z-index: 20;
	margin: 10px auto;
	background: #ffffff;
	vertical-align: top;
	min-height: 100px;
	padding: 30px 50px 50px;
}

.block-viewer .return._orders {
	background-color: transparent;
	min-width: 1000px;
	width: 90%;
	padding: 0;
}

.block-viewer .return._catalog {
	max-width: 1057px;
	width: 1057px;
}

.block-viewer .return._basket {
	max-width: 600px;
	width: 600px;
}

.block-viewer .return._enter,
.block-viewer .return._forget {
	max-width: 600px;
	width: 600px;
}

.block-viewer .return .title {
	margin: 0;
	padding: 0;
}

.block-viewer .return .title h1 {
	color: #1a1a1a;
	margin-bottom: 35px;
	padding: 0;
	text-align: left;
}

.block-viewer .return .title h1:before,
.block-viewer .return .title h1:after {
	display: none;
}

.block-viewer .return .control {
	position: absolute;
	z-index: 30;
	top: 18px;
	right: 18px;
	text-align: right;
	white-space: nowrap;
}

.block-viewer .return .control a {
	display: inline-block;
	position: relative;
	margin-left: 15px;
	line-height: 0;
}

.block-viewer .return .control a span {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	line-height: 0;
	transition: all 200ms linear;
}

.block-viewer .return .control a .state {
	z-index: 10;
	opacity: 0.5;
}

.block-viewer .return .control a .hover {
	display: none;
}

.block-viewer .return .control a:hover .state {
	opacity: 1;
}

.block-viewer .return .control .close {
	width: 16px;
	height: 16px;
	position: relative;
}

.block-viewer .return .control .button.close {
	height: auto;
}

.block-viewer .return .control .close span {
	background: url(../images/close.png) left top no-repeat;
	background-size: 100% 100%;
}

.block-viewer .return .buttons a, .block-viewer .return .buttons.control a {
	line-height: 1;
	width: auto;
}

.block-viewer .return ._ERROR {
	padding: 130px 150px;
	background: url(../images/viewer-error.png) center 60px no-repeat;
}

.block-viewer .catalog-item {
	display: flex;
}

.block-viewer .catalog-item .image {
	margin-right: 40px;
	width: 80px;
}

.block-viewer .catalog-item .title {
	flex-grow: 2;
	padding-top: 5px;
}

.block-viewer .catalog-item .title a {
	border-bottom: 1px solid #ffe000;
	color: #000000;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.4;
	text-decoration: none;
}

.block-viewer .catalog-item .title a:hover {
	border-bottom-color: transparent;
}

.block-viewer .catalog-item .price {
	margin-left: 40px;
	position: relative;
	white-space: nowrap;
	text-align: right;
}

.block-viewer .catalog-item .price > span {
	display: inline-block;
}

.block-viewer .catalog-item .price .value {
	color: #CD1B39;
	font-family: "PT Sans", sans-serif;
	font-size: 1.9rem;
	font-weight: 700;
}

.block-viewer .catalog-item .price .currency {
	color: #9a9a9a;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1.3rem;
	font-weight: 300;
	margin-left: 8px;
	margin-top: 8px;
}

.block-viewer .catalog-item .price .empty {
	color: #9a9a9a;
	font-size: 0.9rem;
	font-weight: 300;
	margin-top: 10px;
	position: relative;
	text-transform: uppercase;
}

.block-viewer .catalog-item .price .opt {
	height: 16px;
	margin-left: 15px;
	position: relative;
	width: 16px;
}

.block-viewer .catalog-item .price .opt .icon {
	height: 100%;
	width: 100%;
}

.block-viewer .catalog-item .price .opt .show {
	background-color: #ffe000;
	border-radius: 2px;
	color: #ffffff;
	content: attr(data-hint);
	font-family: "Roboto Condensed", sans-serif;
	font-size: 0.7rem;
	opacity: 0;
	right: -15px;
	padding: 6px 10px;
	position: absolute;
	text-transform: uppercase;
	top: calc(-100% - 5px);
	transform: translateY(-10px);
	transition: opacity 0.2s ease, transform 0.2s ease;
	white-space: nowrap;
	visibility: hidden;
	z-index: 1;
}

.block-viewer .catalog-item .price .opt:hover .show {
	opacity: 1;
	transform: translateY(-8px);
	visibility: visible;
}

.block-viewer .basket-item {
	display: flex;
	margin-bottom: 50px;
}

.block-viewer .basket-item .image {
	margin-right: 50px;
	width: 150px;
}

.block-viewer .basket-item .title {
	flex-grow: 2;
	padding-top: 5px;
}

.block-viewer .basket-item .title a {
	border-bottom: 1px solid #ffe000;
	color: #000000;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none;
}

.block-viewer .basket-item .title a:hover {
	border-bottom-color: transparent;
}

.block-viewer .basket-item .price {
	margin-top: 20px;
	position: relative;
	white-space: nowrap;
	text-align: left;
}

.block-viewer .basket-item .price > span {
	display: inline-block;
}

.block-viewer .basket-item .price .value {
	color: #CD1B39;
	font-family: "PT Sans", sans-serif;
	font-size: 1.9rem;
	font-weight: 700;
}

.block-viewer .basket-item .price .currency {
	color: #9a9a9a;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1.3rem;
	font-weight: 300;
	margin-left: 8px;
	margin-top: 8px;
}

.block-viewer .basket-item .price .empty {
	color: #9a9a9a;
	font-size: 0.9rem;
	font-weight: 300;
	margin-top: 10px;
	position: relative;
	text-transform: uppercase;
}

.block-viewer ._basket .buttons {
	position: relative;
	top: 0;
	right: 0;
}

.block-viewer ._basket .button:nth-of-type(1):before {
	background-color: #ffe000;
}

.block-viewer ._basket .button:nth-of-type(2) {
	font-size: 1.1rem;
	margin-left: 20px;
	padding: 20px 30px;
}

.block-viewer ._basket .button:nth-of-type(2):before {
	background-color: #650008;
}

.block-viewer ._basket .basket {
	margin-top: 30px;
}

.block-viewer ._basket .basket > span {
	display: block;
	line-height: 1;
}

.block-viewer ._basket .basket > span * {
	line-height: 1;
	vertical-align: bottom;
}

.block-viewer ._basket .basket .top {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1rem;
	color: #000000;
	text-align: left;
	text-transform: uppercase;
}

.block-viewer ._basket .basket .bottom {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1rem;
	color: #000000;
	margin-top: 14px;
	text-align: left;
	text-transform: uppercase;
}

.block-viewer ._basket .basket .c {
	padding: 0 4px;
	vertical-align: top;
}

.block-viewer ._basket .basket .p .value {
	padding: 0 4px;
}

.block-viewer ._basket .basket .p .label {
	padding: 0;
}

.block-viewer .label span,
.block-viewer .input input,
.block-viewer .textarea textarea {
	color: #000000;
}

.block-viewer .buttons .button {
	padding: 15px 30px;
	font-size: 1.2rem;
}

/** 
 * Услуги
**/
.block-works > .wrapper {
	margin-top: 55px;
	position: relative;
	text-align: left;
	z-index: 2;
}
.block-works .item {
	margin-bottom: 55px;
}
@media only screen and (max-width: 767px) {
	.block-works .item {
		display: block;
		margin: 0 auto 35px !important;
		max-width: 460px;
		width: auto;
	}
}
.block-works .item .text {
	margin-top: 20px;
	font-size: 1.6rem;
	text-align: center;
}