

/* Start:/local/templates/landing/template_styles.css?176838340132933*/
html {line-height: 1.15;-webkit-text-size-adjust: 100%;}body {margin: 0;}h1 {font-size: 2em;margin: 0.67em 0;}hr {box-sizing: content-box;height: 0;overflow: visible;}pre {font-family: monospace, monospace;font-size: 1em;}a {background-color: transparent;}abbr[title] {border-bottom: none;text-decoration: underline;text-decoration: underline dotted;}b, strong {font-weight: bolder;}code, kbd, samp {font-family: monospace, monospace;font-size: 1em;}small {font-size: 80%;}sub, sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}sub {bottom: -0.25em;}sup {top: -0.5em;}img {border-style: none;}button, input, optgroup, select, textarea {font-family: inherit;font-size: 100%;line-height: 1.15;margin: 0;}button, input {overflow: visible;}button, select {text-transform: none;}button, [type="button"], [type="reset"], [type="submit"] {-webkit-appearance: button;}button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {border-style: none;padding: 0;}button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {outline: 1px dotted ButtonText;}fieldset {padding: 0.35em 0.75em 0.625em;}legend {box-sizing: border-box;color: inherit;display: table;max-width: 100%;padding: 0;white-space: normal;}progress {vertical-align: baseline;}textarea {overflow: auto;}[type="checkbox"], [type="radio"] {box-sizing: border-box;padding: 0;}[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {height: auto;}[type="search"] {-webkit-appearance: textfield;outline-offset: -2px;}[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}::-webkit-file-upload-button {-webkit-appearance: button;font: inherit;}details {display: block;}summary {display: list-item;}template {display: none;}[hidden] {display: none;}
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*, *::before, *::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}
@font-face {
	font-family: Verdana;
	src: url("/local/templates/landing/fonts/verdana.woff") format("woff"), url("/local/templates/landing/fonts/verdana.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: Verdana;
	src: url("/local/templates/landing/fonts/verdanab.woff") format("woff"), url("/local/templates/landing/fonts/verdanab.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: Verdana;
	src: url("/local/templates/landing/fonts/verdanai.woff") format("woff"), url("/local/templates/landing/fonts/verdanai.ttf") format("truetype");
	font-weight: normal;
	font-style: italic;
}
html {
	font: 16px/1.5 Verdana, Geneva, sans-serif;
	background: #fff;
	color: #36393c;
	padding-top: 100px;
}
body {
	min-width: 320px;
}
.clearfix:before, .clearfix:after, .container:before, .container:after, #header:after, #footer:before {
	content: "";
	display: table;
	table-layout: fixed;
	clear: both;
}
.page-section {
	padding: 5rem 0;
}
.top-gap {
	margin-top: 3rem;
}
.bottom-gap {
	margin-bottom: 3rem;
}
.top-gap-small {
	margin-top: 2rem;
}
.bottom-gap-small {
	margin-bottom: 2rem;
}
a {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}
a[href^="tel:"] {
	cursor: text;
	white-space: nowrap;
}
a:focus {
	outline: none;
}
[data-href] {
	cursor: pointer;
}
.container {
	width: 100%;
	max-width: 1170px;
	padding: 0 15px;
	margin: 0 auto;
}
.container.full-width {
	max-width: none;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-justify {
	text-align: justify;
}
.text-uppercase {
	text-transform: uppercase;
}
.font-bold {
	font-weight: bold;
}
.font-italic {
	font-style: italic;
}
.orange {
	color: #ec621f;
}
h1, h2, h3 {
	font-size: 1.75rem;
	font-weight: normal;
	line-height: 1.2;
	margin: 0 0 .8em;
}
.section-header {
	text-align: center;
	margin-bottom: 3rem;
}
.section-header.alt {
	text-transform: uppercase;
	font-weight: bold;
}
h3 {
	font-size: 1.3125rem;
	line-height: 1.3;
}
p {
	margin: 0;
}
ul, ol, .article-content .list-unstyled {
	list-style: none;
	padding: 0;
	margin: 0;
}
.article-content p, .article-content > img {
	margin: 1.5em 0;
}
.article-content ul, .article-content ol {
	margin: 1.5em 0 1.5em 2em;
}
.article-content ul:not(.list-unstyled) li + li, .article-content ol:not(.list-unstyled) li + li {
	margin-top: .5em;
}
.article-content .list-unstyled {
	margin-top: 0;
}
.article-content li {
	position: relative;
}
.article-content li:before {
	content: "";
	position: absolute;
}
.article-content ul li:before {
	width: 4px;
	height: 4px;
	background: #ec621f;
	border-radius: 50%;
	left: -1.5em;
	top: .75em;
	margin-top: -1px;
}
.article-content ol {
	list-style: none;
	counter-reset: num;
}
.article-content ol li:before {
	content: counter(num, decimal);
	counter-increment: num;
	color: #ec621f;
	left: -1.5em;
	top: 0;
}
.article-content li > ul, .article-content li > ol {
	margin-bottom: 0;
	margin: .5em 0 .5em 2em;
}
img {
	height: auto;
	max-width: 100%;
}
.contact-form fieldset {
	border: 0;
	padding: 0;
	border: 0;
}
label {
	display: block;
}
.field-label {
	display: block;
	margin: 0 0 10px;
}
button, [type=submit], .button {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	height: 46px;
	line-height: 42px;
	padding: 0 28px;
	white-space: nowrap;
	border: 2px solid #ec621f;
	border-radius: 23px;
	font-family: inherit;
	font-size: 14px;
	text-decoration: none;
	background: #ec621f;
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
}
.button.icon:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	background: 50% 50% no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	margin: -2px 12px 0 -8px;
}
.button.icon.mail:before {
	background-image: url("/local/templates/landing/img/mail.svg");
}
.button.service:before {
	background-image: url("/local/templates/landing/img/service-white.svg"), url("/local/templates/landing/img/service.svg");
}
.button.service:hover:before {
	background-image: url("/local/templates/landing/img/service.svg");
}
.button.icon.shop-link:before {
	width: 20px;
	height: 20px;
	background-image: url("/local/templates/landing/img/cart.svg"), url("/local/templates/landing/img/cart-white.svg");
	margin: -2px 8px 0 -12px;
}
.button.icon.shop-link:hover:before {
	background-image: url("/local/templates/landing/img/cart-white.svg");
}
button:active, [type=submit]:active, .button:active {
	opacity: .8;
}
button:disabled, [type=submit]:disabled, .button:disabled {
	opacity: .5;
	pointer-events: none;
}
button, [type=submit] {
	display: block;
	width: 100%;
	margin: 15px auto 0;
}
button:hover, [type=submit]:hover, .button:hover, .button.black:hover {
	background: #fff;
	color: #ec621f;
	border-color: #ec621f;
}
.button.black {
	background: #595a5c;
	border-color: #595a5c;
}
.button.white {
	background: none;
	color: #fff;
	border-color: #fff;
}
.button.white:hover {
	background: #fff;
	color: #ec621f;
}
input, textarea, .attachment, select {
	vertical-align: top;
	width: 100%;
	height: 48px;
	font-size: 14px;
	font-family: inherit;
	background: transparent;
	color: #36393c;
	border: 0;
	border-bottom: 2px solid #d1d3d5;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	padding: 0;
	margin-bottom: 10px;
}
.dark input, .dark textarea, .dark .attachment, .dark select {
	color: #fff;
}
textarea {
	max-width: 100%;
	height: 100px;
	padding-top: 20px;
	overflow: auto;
	resize: none;
}
input:focus, textarea:focus{
	border-color: #ec621f;
}
label.select {
	position: relative;
}
.select .field-label {
	font-size: 12px;
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
}
.select .field-label + select {
	padding-top: 10px;
}
label.select select {
	max-width: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	padding-right: 30px;
}
.radio input, .checkbox input {
	display: none;
}
.radio label, .checkbox label {
	text-align: left;
	padding-left: 25px;
	font-size: 14px;
	cursor: pointer;
	position: relative;
	margin-bottom: 10px;
}
.radio .large, .checkbox .large {
	font-size: 1.2em;
	line-height: 1;
}
.radio label:before, .radio label:after, .checkbox label:before, .checkbox label:after {
	content: "";
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 3px;
}
.radio label:before, .checkbox label:before {
	background: #e5e7ea;
	border-radius: 3px;
}
.radio label:before, .radio label:after {
	border-radius: 50%;
}
.radio.alt label {
	padding-left: 28px;
}
.radio label:after {
	background: #ec621f;
	-webkit-background-clip: content-box;
	background-clip: content-box;
	padding: 4px;
	display: none;
}
.radio.alt label:before, .radio.alt label:after {
	width: 20px;
	height: 20px;
	top: 1px;
}
.radio.alt label:before {
	border: 1px solid #d1d1d1;
	background: #fff;
}
.radio.alt input:checked + label:before {
	border-color: #ec621f;
	border-width: 2px;
}
.radio.alt label:after {
	padding: 5px;
}
.checkbox label:after {
	background: url("/local/templates/landing/img/check.svg") 50% 50% no-repeat;
	-webkit-background-size: 10px;
	background-size: 10px;
	display: none;
	z-index: 1;
}
.radio input:checked + label:after, .checkbox input:checked + label:after {
	display: block;
}
.attachment {
	padding-top: 19px;
	text-align: left;
	cursor: pointer;
}
.attachment input {
	display: none;
}
.attachment span, #review-form .defect + .duplicate {
	display: inline-block;
	vertical-align: top;
	padding-right: 20px;
	background: url("/local/templates/landing/img/plus.svg") 100% 50% no-repeat;
	-webkit-background-size: 12px 12px;
	background-size: 12px 12px;
}
.attachment span {
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.attachment span:hover {
	color: #ec621f;
}
form .agreement label {
	font-size: 12px;
	margin: 10px 0 20px;
}
form .agreement a {
	color: #1e6cb9;
}
form .agreement a:hover {
	text-decoration: underline;
}
form .required-note {
	font-size: 11px;
	text-align: center;
	margin-top: 20px;
}
form .required-note span {
	color: #ec621f;
}
::-moz-placeholder {
	color: inherit;
	opacity: 1;
}
:-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}
::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}
:focus::-moz-placeholder {
	opacity: .5;
}
:focus:-ms-input-placeholder {
	opacity: .5;
}
:focus::-webkit-input-placeholder {
	opacity: .5;
}
.input-error {
	color: #d00 !important;
	border-color: #d00 !important;
}
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/local/templates/landing/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.owl-prev, .owl-next {
	width: 43px;
	height: 43px;
	border: 2px solid #fff;
	border-radius: 50%;
	position: absolute;
	bottom: 50%;
	margin-bottom: -21.5px;
	cursor: pointer;
}
.owl-prev {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	left: 0;
}
.owl-next {
	right: 0;
}
.owl-prev:before, .owl-prev:after, .owl-next:before, .owl-next:after {
	content: "";
	width: 13px;
	height: 13px;
	background: url("/local/templates/landing/img/next-white.svg") 50% 50% no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	position: absolute;
	left: 14px;
	top: 13px;
}
.owl-prev:after, .owl-next:after {
	background-image: url("/local/templates/landing/img/next.svg");
	opacity: 0;
}
.owl-prev:hover, .owl-next:hover {
	background: #fff;
}
.owl-prev:hover:before, .owl-next:hover:before {
	opacity: 0;
}
.owl-prev:hover:after, .owl-next:hover:after {
	opacity: 1;
}
#header {
	width: 100%;
	min-width: 320px;
	height: 100px;
	background: #fff;
	-webkit-box-shadow: 0 1px 16px rgba(0,0,0,0.21);
	box-shadow: 0 1px 16px rgba(0,0,0,0.21);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 102;
}
#header .logo {
	background-color: #ec621f;
	display: block;
	width: 166px;
	height: 100px;
	float: left;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 251px;
    flex: 0 0 251px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#header .logo img {
	display: block;
	width: 100%;
	height: 100%;
}
#header .logo .logo__text{
    font-size: 11px;
    line-height: 13px;
    margin-top: 8px;
    color: #fff;
}	
#header .contacts {
	max-width: 370px;
	font-size: 14px;
	position: absolute;
	left: 200px;
	top: 20px;
}
#header .email {
	color: #307bc7;
}
#header .shop-link {
	height: 36px;
	line-height: 32px;
	padding-right: 20px;
	font-size: 11px;
	background: #fff;
	color: #36393c;
	text-transform: uppercase;
	float: left;
	margin: 32px 0 0 430px;
}
#header .shop-link:hover {
	background: #ec621f;
	color: #fff;
}
#header .buttons {
	float: right;
	margin: 28px 24px 0 0;
}
#header .actions a {
	float: left;
	margin-left: 8px;
}
#header .phone, #contacts .phone {
	font-size: 20px;
	padding-left: 1.8em;
	background: url("/local/templates/landing/img/phone.svg") 0 50% no-repeat;
	-webkit-background-size: 1.2em;
	background-size: 1.2em;
}
#contacts .phone.viber {
	font-size: 20px;
	padding-left: 1.8em;
	background: url("/local/templates/landing/img/viber_logo.svg") 0 50% no-repeat;
	-webkit-background-size: 1.2em;
	background-size: 1.2em;
}
#contacts .phone.telegram {
	font-size: 20px;
	padding-left: 1.8em;
	background: url("/local/templates/landing/img/telegram_logo.svg") 0 50% no-repeat;
	-webkit-background-size: 1.2em;
	background-size: 1.2em;
}
#contacts .phone.whats-new {
	font-size: 20px;
	padding-left: 1.8em;
	background: url("/local/templates/landing/img/whatsapp_logo.svg") 0 50% no-repeat;
	-webkit-background-size: 1.2em;
	background-size: 1.2em;
}
#contacts .phone.whats {
	font-size: 20px;
	padding-left: 1.8em;
	background: url("/local/templates/landing/img/whatsapp.svg") 0 50% no-repeat;
	-webkit-background-size: 1.2em;
	background-size: 1.2em;
}
#header .phone {
	float: right;
	/*margin: 5px 40px 0 0;*/
	margin: 20px 40px 0 0;
}
#showcase {
	background: #ec621f;
	color: #fff;
	position: relative;
}
#showcase .item {
	height: 660px;
	background: 50% 50% no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
#showcase .item + .item {
	display: none;
}
#showcase .title, #showcase .subtitle {
	font-size: 2.3125rem;
	font-weight: bold;
	line-height: 1.1;
	margin-bottom: 2rem;
}
#showcase .subtitle {
	font-size: 1.5em;
	line-height: 1.15;
}
#showcase .button {
	height: 43px;
	line-height: 39px;
	padding: 0 40px;
	font-size: 12px;
	text-transform: uppercase;
	vertical-align: top;
	margin: 2.5rem 40px 0 0;
}
#showcase .slider-nav {
	width: 94px;
	height: 43px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 2.5rem -15px 0 0;
}
#services {
	background: #dfe1e7;
}
.services li {
	min-height: 400px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	padding: 40px;
	background: #fff;
}
.services img {
	display: block;
	max-width: 34%;
}
.services li + li {
	margin-top: 20px;
}
.services .text {
	width: 61%;
	font-size: .875rem;
	margin-left: 3%;
	text-align: justify;
}
#about .intro {
	padding: 0 4%;
	margin: 0 auto 4rem;
	position: relative;
	z-index: 2;
}
#about .intro:before {
	content: "";
	display: block;
	width: 100%;
	height: 90%;
	border: 3px solid #ec621f;
	position: absolute;
	left: 0;
	top: 5%;
	z-index: -1;
}
#about .intro p {
	font-size: 1.375em;
	line-height: 1.2;
}
#about .section-header {
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
}
.resources, #advantages ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#docs ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#docs ul li{
	margin-right:20px;
}
@media(max-width:767px){
	#docs ul{
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	#docs ul li{
		margin-right:5px;
	}
}
.resources li {
	width: 22%;
	text-align: center;
	line-height: 1.375;
}
.resources img {
	display: block;
	width: 120px;
	height: 80px;
	margin: 0 auto 15px;
}
#advantages {
	background: #dfe1e7;
}
#advantages li {
	width: calc(25% - 8px);
	padding: 30px;
	text-align: center;
	line-height: 1.25;
	background: #fff;
}

li.advantage1::before,
li.advantage2::before,
li.advantage3::before,
li.advantage4::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto 15px;   
    -webkit-background-size: contain;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
li.advantage1::before {
    background-image: url("/local/templates/landing/img/sroki.svg");
}
li.advantage2::before {
    background-image: url("/local/templates/landing/img/ceny.svg");
}
li.advantage3::before {
    background-image: url("/local/templates/landing/img/tekhpodderzhka.svg");
}
li.advantage4::before {
    background-image: url("/local/templates/landing/img/podhod.svg");
}
#advantages li div {
	max-width: 180px;
	margin: 0 auto;
}
#docs ul {
	-webkit-align-items: center;
	align-items: center;
	margin: 0 auto;
}
#docs li {
	width: 23%;
	max-width: 163px;
}
#docs li a, #docs img {
	display: block;
	padding: 6px;
	border: 1px solid #dfe1e7;
}
#docs li a:hover {
	-webkit-box-shadow: 0 0 10px #ccc;
	box-shadow: 0 0 10px #ccc;
}
#footer {
	position: relative;
}
#footer:after {
	content: "";
	width: 100%;
	height: 106px;
	background: -webkit-linear-gradient(rgba(0,0,0,0.28),rgba(0,0,0,0));
	background: linear-gradient(rgba(0,0,0,0.28),rgba(0,0,0,0));
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	pointer-events: none;
}
#map {
	z-index: 1;
}
#contacts .section-header {
	margin: 0 0 1rem;
}
#contacts .address {
	font-size: .875rem;
	margin: 1rem 0 .5rem;
}
#contacts .email,
#contacts .contacts-link {
	font-size: .875rem;
	color: #307bc7;
}
#contacts .button {
	display: table;
	margin: 1.5rem auto 0;
}

.modal-container, .lightboxOverlay {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.67);
	text-align: center;
	overflow: auto;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1010;
	-webkit-transform-style: preserve-3d;
}
.modal-container:not(.active) {
	display: none;
}
.modal-window {
	width: 90%;
	max-width: 360px;
	background: #fff;
	padding: 40px;
 	position: relative;
	margin: 40px auto;
}
.modal-window.modal-text {
	max-width: 960px;
	text-align: left;
	font-size: .875rem;
}
.modal-header {
	font-size: 1.75rem;
	margin-bottom: 1rem;
}
.modal-window form {
	max-width: 360px;
	margin: 0 auto;
}
.modal-close, .products-cart .remove {
	display: block;
	width: 40px;
	height: 40px;
	background: url("/local/templates/landing/img/close.svg") 50% 50% no-repeat;
	-webkit-background-size: 14px;
	background-size: 14px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	z-index: 50;
}
.modal-close:hover, .products-cart .remove:hover {
	opacity: .8;
}
#confirmation .modal-window {
	max-width: 25em;
	font-size: 1.25rem;
	font-weight: bold;
}
[data-lightbox] {
	cursor: zoom-in;
}
.lightbox {
	width: 100%;
	padding-bottom: 50px;
	text-align: center;
	position: absolute;
	left: 0;
	z-index: 10000;
}
.lightbox .lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	max-height: none;
}
.lb-outerContainer {
	position: relative;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	background: #fff;
}
.lb-outerContainer:after {
	content: "";
	display: table;
	clear: both;
}
.lb-loader {
	width: 32px;
	height: 32px;
	border: 2px solid #666;
	border-top-color: #bbb;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -16px 0 0 -16px;
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
}
@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
	}
}
@keyframes spin {
	100% {
		transform: rotate(360deg);
	}
}
.lb-nav {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	-webkit-backface-visibility: hidden;
}
.lb-nav a {
	display: table;
	width: 50%;
	height: 100%;
	font-size: 5em;
	color: #36393c;
	text-decoration: none;
}
.lb-nav a span {
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px;
	position: relative;
}
.lb-nav a span:after {
	content: "";
	background-color: rgba(0,0,0,0.6);
	background: red;
}
.lb-nav a.lb-prev {
	float: left;
	text-align: left;
}
.lb-nav a.lb-next {
	float: right;
	text-align: right;
}
.lb-nav a:hover {
	color: #ec621f;
}
.lb-dataContainer {
	margin: 0 auto;
	padding: 4px 0 0;
	width: 100%;
}
.lb-dataContainer:after {
	content: "";
	display: table;
	clear: both;
}
.lb-data {
	padding: 0 10px;
}
.lb-details {
	width: 85%;
	float: left;
	text-align: left;
	color: #fff;
	margin-top: 4px;
}
.lb-caption {
	font-size: 1em;
}
.lb-number {
	display: block;
}
.lb-close {
	display: block;
	float: right;
	font-size: 32px;
	line-height: .7;
	color: #fff;
	cursor: pointer;
}
.lb-close:hover {
	color: #ec621f;
}
@media (max-width: 1600px) {
	#header .contacts {
		top: 4px;
	}
	#header .shop-link {
		margin: 54px 0 0 34px;
	}
	#header .contacts{
		max-width:unset;
	}
}
@media (max-width: 1400px) {
	#showcase .item {
		height: 600px;
	}
	#header .phone{
		margin: 23px 40px 0 0;
		font-size: 16px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	html {
		padding-top: 180px;
	}
	#header {
		-webkit-box-shadow: 0 1px 16px rgba(0,0,0,0.21), 0 80px 0 #fff, 0 0 10px 80px rgba(0,0,0,0.25);
		box-shadow: 0 1px 16px rgba(0,0,0,0.21), 0 80px 0 #fff, 0 0 10px 80px rgba(0,0,0,0.25);
	}
	#header .shop-link {
		margin-top: 32px;
	}
	#header .contacts {
		left: 24px;
		top: 110px;
	}
	#header .phone {
		position: absolute;
		right: 24px;
		/*top: 105px;*/
		top: 115px;
		margin: 0;
	}
}
@media (min-width: 992px) {
	#menu {
		display: block;
	}
	.menu-trigger {
		display: none;
	}
	#showcase .text {
		width: 420px;
		padding: 50px 60px;
		background: rgba(255,90,15,0.85);
		position: absolute;
		bottom: 40px;
		z-index: 2;
	}
	#services {
		padding: 10rem 0;
	}
	#about .intro img {
		max-width: 54.2%;
		float: right;
	}
	#about .intro p {
		max-width: 36%;
		position: absolute;
		left: 7%;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
@media (max-width: 991px) {
	html {
		font-size: 14px;
		padding-top: 60px;
	}
	.page-section {
		padding: 4rem 0;
	}
	.container {
		max-width: 750px;
	}
	#header {
		height: 60px;
	}
	#header .logo {
		height: 60px;
	}
	#header .buttons {
		margin: 0 0 15px;
	}
	#header .button {
		height: 40px;
		font-size: 12px;
		line-height: 36px;
		margin-bottom: 10px;
	}
	#header .contacts {
		position: static;
	}
	#header .address {
		line-height: 1.2;
		margin-bottom: 8px;
	}
	#header .shop-link {
		font-size: 11px;
		margin: 30px 0 0;
	}
	#header .phone {
		/*margin: 3px 20px 0 0;
		font-size:13px;*/
		margin: 10px 20px 0 0;
		font-size:15px;
	}
	.menu-trigger {
		display: block;
		width: 60px;
		height: 60px;
		background: #fff url("/local/templates/landing/img/menu-trigger.svg") 50% 50% no-repeat;
		-webkit-background-size: 20px;
		background-size: 20px;
		border-left: 1px solid #e2e2e2;
		float: right;
		position: relative;
		z-index: 2;
	}
	.menu-trigger.active {
		background-image: url("/local/templates/landing/img/close.svg");
		border-color: #fff;
	}
	.menu-trigger.active {
		border-color: #fff;
		-webkit-box-shadow: 0 -20px 20px rgba(0,0,0,0.3);
		box-shadow: 0 -20px 20px rgba(0,0,0,0.3);
	}
	#menu {
		width: 310px;
		padding: 40px 30px;
		background: #fff;
		text-align: center;
		position: absolute;
		right: 0;
		top: 100%;
		-webkit-box-shadow: 0 0 57px rgba(0,0,0,0.5);
		box-shadow: 0 0 57px rgba(0,0,0,0.5);
		display: none;
	}
	#showcase .item {
		height: 48vw;
		background-position: 95% 0;
		-webkit-background-size: auto 100%;
		background-size: auto 100%;
	}
	#showcase .text {
		padding: 30px 0;
	}
	.services li {
		min-height: 0;
		padding: 40px;
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}
	.services li + li {
		margin-top: 10px;
	}
	#about .intro {
		padding: 50px 60px;
	}
	#about .intro:before {
		height: 100%;
		top: 0;
	}
	#about .intro {
		padding: 50px 60px;
	}
	#about .intro p {
		margin-top: 2em;
	}
	.resources img {
		width: 90px;
		height: 60px;
	}
	#advantages li {
		padding: 25px 10px;
		font-size: 12px;
	}
}
@media (min-width: 768px) {
	#docs li:nth-child(2) {
		order: 4;
	}
	#footer {
		height: 600px;
	}
	#map {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}
	#footer .container {
		height: 100%;
	}
	#contacts {
		width: 50%;
		max-width: 506px;
		padding: 50px 70px;
		background: #fff;
		-webkit-box-shadow: 1px 1px 111px rgba(0,0,0,0.14);
		box-shadow: 1px 1px 111px rgba(0,0,0,0.14);
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 2;
	}
	#contacts .section-header {
		text-align: left;
	}
	#contacts .button {
		margin-left: 0;
	}
}
@media (max-width: 767px) {
	.services li {
		display: block;
	}
	.services img, .services .text {
		width: auto;
	}
	.services img {
		max-width: 100%;
		margin: 0 auto;
	}
	.services .text {
		margin: 2rem 0 0;
	}
	.resources li {
		width: 48%;
	}
	.resources li:nth-child(n+3) {
		margin-top: 2em;
	}
	#docs ul {
		max-width: 320px;
		margin-top: -20px;
	}
	#docs li {
		width: calc(50% - 9px);
		margin: 15px 0 0;
	}
	#map {
		height: 24rem;
	}
	#contacts {
		padding: 3rem 15px;
		text-align: center;
	}
	#contacts .phone {
		font-size: 1.5rem;
	}
	#contacts .address, #contacts .email {
		font-size: 1rem;
	}
}
@media (min-width: 600px) and (max-width: 991px) {

}
@media (max-width: 599px) {
	html {
		font-size: 13px;
	}
	#advantages ul {
		display: block;
		max-width: 360px;
		margin: -1px auto 0;
	}
	#advantages li {
		width: 100%;
		text-align: left;
		margin-top: 1px;
		line-height: 1.5;
	}
	#advantages li:before {
		display: inline-block;
		vertical-align: middle;
		margin: 0 20px;
	}
	#advantages li div {
		display: inline-block;
		vertical-align: middle;
		max-width: calc(100% - 90px);
	}
}
@media (min-width: 480px) {

}
@media (min-width: 480px) and (max-width: 767px) {

}
@media (min-width: 480px) and (max-width: 599px) {

}
@media (max-width: 479px) {
	#header .phone {
		font-size: 13px;
		/*margin-top: 3px;*/
		margin-top: 10px;
	}
	#showcase .title {
		font-size: 2.25rem;
	}
	#showcase .subtitle {
		font-size: 1.167rem;
		line-height: 1.3;
	}
	.services li {
		padding: 30px;
	}
	#about .intro {
		padding: 24px;
	}
	#about .intro p {
		font-size: 1.167em;
		line-height: 1.33;
		margin-top: 1.5em;
	}
	.modal-window {
		max-width: 320px;
		padding: 30px;
	}
}
@media (max-width: 399px) {
	html {
		font-size: 12px;
	}
}
@media (max-width: 359px) {
	#header .phone {
		font-size: 13px;
		margin-right: 10px;
	}
}
a, input, textarea, button, [type=submit], .button, select, .owl-prev, .owl-next, .owl-prev:before, .owl-prev:after, .owl-next:before, .owl-next:after {
	-webkit-transition: .15s;
	transition: .15s;
}


#vacancies{
	background: #dfe1e7;
}
.vacancies {
	margin-bottom: -10px;
}
.vacancies > li {
	background: #fff;
	font-size: 14px;
}
.vacancies > li + li {
	margin-top: 10px;
}
.vacancies .header {
	display:flex;
	flex-wrap:wrap;
	padding: 20px 60px 20px 30px;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	cursor: pointer;
	font-size: 1rem;
}
.vacancies .title {
	font-size: 1.125rem;
	line-height: 1.1;
	width: 100%;
}
.vacancies .header > div{
	width:100%;
	margin-bottom:5px;
}
.vacancies .header:hover .title {
	color: #ec621f;
}
.vacancies .city {
	padding-left: 18px;
	background: url("/local/templates/landing/img/marker2.svg") 0 50% no-repeat;
	-webkit-background-size: 14px;
	background-size: 14px;
	font-size: 12px;
}
.vacancies .details {
	padding: 10px 50px 40px;
	display: none;
}
.vacancies .details > *:first-child {
	margin-top: 0;
}
.vacancies h4 {
	font-size: 1.285em;
	margin: 1.5em 0 .5em;
}
#vacancy-request .position {
	font-size: 18px;
	color: #ec621f;
}
.collapsible-list .header:after {
	content: "";
	font-size: 18px;
	width: 1em;
	height: 1em;
	background: url("/local/templates/landing/img/plus2.svg") 50% 50% no-repeat;
	-webkit-background-size: 1em;
	background-size: 1em;
	position: absolute;
	right: 24px;
	top: 50%;
	margin-top: -0.5em;
}
.collapsible-list .active .header:after {
	background-image: url("/local/templates/landing/img/close-black.svg");
	-webkit-background-size: .8em;
	background-size: .8em;
}
@media(max-width:640px){
	.vacancies .header > div{
		width:100%;
	}
}
.city a:hover{
	text-decoration:underline;
}

.str_em {
	font-weight: bold;
	font-style: italic;
}

.mess-block-wrap {
	position: relative;
}

.mess-block {
	position: absolute;
	left: -72px;
}

.services .text h3 {
	text-align: left;
}

@media (max-width: 991px) {
	.mess-block {
		top: -2px;
		left: -48px;
	}
}

@media (max-width: 433px) {
	.mess-block {
		display: none;
	}
}

/*#header .phone div {
	font-size: 14px;
	font-style: italic;
}

@media (max-width: 991px) {
    .phone div {
        margin: 3px 20px 0 0;
        font-size: 13px;
    }
}*/
/* End */
/* /local/templates/landing/template_styles.css?176838340132933 */
