@charset "utf-8";
/*CSS3*/


/*
Template developer: Elesin Alexander
Skype: virusanja
*/

/*
@font-face {
	font-family: "Open Sans";
	font-display: fallback;
	src: local("☺");
	src: url("../fonts/opensans-bold.woff2") format("woff2"),
		url("../fonts/opensans-bold.woff") format("woff"),
		url("../fonts/opensans-bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: "Open Sans";
	font-display: fallback;
	src: local("☺");
	src: url("../fonts/opensans-extrabold.woff2") format("woff2"),
		url("../fonts/opensans-extrabold.woff") format("woff"),
		url("../fonts/opensans-extrabold.ttf") format("truetype");
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: "Open Sans";
	font-display: fallback;
	src: local("☺");
	src: url("../fonts/opensans-regular.woff2") format("woff2"),
		url("../fonts/opensans-regular.woff") format("woff"),
		url("../fonts/opensans-regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Open Sans";
	font-display: fallback;
	src: local("☺");
	src: url("../fonts/opensans-semibold.woff2") format("woff2"),
		url("../fonts/opensans-semibold.woff") format("woff"),
		url("../fonts/opensans-semibold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
}
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&display=swap&subset=cyrillic');

html {
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	font-size: 10px;
}

body {
	margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
	/* 3 */
	border-radius: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],

/* 1 */

input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
	border-radius: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	-webkit-box-sizing: content-box;
	/* 2 */
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	/* 1 */
	padding: 0;
	/* 2 */
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
}

a {
	text-decoration: underline;
	color: inherit;
}

a:hover {
	text-decoration: none;
}

img {
	max-width: 100%;
	width: auto;
	height: auto;
	border: 0;
}

.row:after,
.clearfix:after {
	content: ' ';
	display: table;
	clear: both;
}

.container {
	width: 1270px;
	margin: 0 auto;
	padding: 0 15px;
	max-width: 100%;
}

.btn {
	/*	iOS reset style*/
	-webkit-appearance: none;
	border-radius: 0;
	border: 0;
	min-width: 191px;
	height: 56px;
	background-color: #11b5de;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: white;
	text-decoration: none;
	text-align: center;
	border: none;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: 700;
	-webkit-transition: background-color 300ms;
	transition: background-color 300ms;
}

.btn:hover {
	background-color: #06AAD3;
}




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

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

.text-left {
	text-align: left;
}

.slider-load {
	opacity: 0;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}

.slider-load.slick-initialized {
	opacity: 1;
}

.slider-load:not(.slick-slider) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}

ul.custom {
	display: block;
	margin: 0;
	padding: 0;
}

ul.custom > li {
	display: block;
	list-style: none;
}

body {
	background: white;
	font-family: "Open Sans", sans-serif;
	line-height: 1.5;
	min-width: 320px;
	font-size: 16px;
	color: #2b2b2b;
	overflow: hidden;
	overflow-y: auto;
}

.site-wrapper {
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
}

.content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}


p {
	margin: 0 0 10px 0;
}


h1,
.caption,
h2,
.caption2,
h3,
.caption3,
h4,
.caption4,
h5,
.caption5,
h6,
.caption6 {
	font-weight: 400;
	margin: 0 0 1.04em 0;
	line-height: 1.3;
}

.caption,
h1 {
	font-size: 5rem;

}

.caption2,
h2 {
	font-size: 4rem;
}

.caption3,
h3 {
	font-size: 2.4rem;
	margin-bottom: 0.8em;
}




.header {
	background-color: #ffffff;
	padding: 24px 0;
	position: relative;
	z-index: 120;
}

.h-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;

}

.h-col-r,
.h-col-l {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.h-col-c {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 1%;
	padding: 0 20px;
}


.logo {
	text-decoration: none;
	display: block;
	max-width: 137px;
	width: 100%;
}


.h-tel-box {
	text-align: right;
	margin-top: -14px;
	margin-bottom: -7px;
}

.h-tel {
	color: #11b5de;
	font-size: 19px;
	font-weight: 700;
	text-decoration: none;
	line-height: 1;
	display: block;

}

.h-worktime {
	color: #919191;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	display: block;

}


ul.nav-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: 30px;
	margin-right: 13px;
}

ul.nav-list > li {}

ul.nav-list a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	color: #2b2b2b;
	font-size: 14px;
	font-weight: 600;
	height: 35px;
	text-transform: uppercase;
	padding: 2px 10px;
	-webkit-transition: color 300ms;
	transition: color 300ms;
}

ul.nav-list a:hover {
	color: #11b5de;
}


.sections {
	padding-top: 70px;
	padding-bottom: 70px;
}



.top-screen {
	min-height: calc(100vh - 91px);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #f5f5f5;
}

.top-screen .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ts-centered {
	-ms-flex-item-align: center;
	align-self: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ts-col-l {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 1%;
	padding-right: 10px;
	padding-bottom: 12px;
}

.ts-col-r {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 51.3%;
}

.ts-img img {
	width: 100%;
}


.caption-mark {
	color: #eca205;
	font-size: 0.8em;
	font-weight: 800;
	display: inline-block;
	vertical-align: baseline;
	margin-left: 9px;
}


.top-screen p {
	font-size: 18px;
	max-width: 550px;
	margin-bottom: 43px;
}


.pl-section {}

.sub-caption {
	color: #919191;
	font-size: 20px;
	font-weight: 400;
	display: block;
	margin-top: 5px;
}



.pl-section h2 {
	margin-bottom: 0.76em;
}


ul.pl-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}

ul.pl-list > li {
	width: 20%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 0 10px 20px 10px;
}

.pl-box {
	border: 1px solid #ededed;
	background-color: #ffffff;
	display: block;
	text-decoration: none;
	padding: 10px 16px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
}


.pl-city {
	color: #919191;
}

.pl-img {
	height: 88px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pl-img img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.pl-section .container > .pl-list:last-child {
	margin-bottom: -20px;
}


.section-color {
	background-color: #f5f5f5;
}





.tabs-content.animate {
	-webkit-transition: height 600ms;
	transition: height 600ms;
	overflow: hidden;
}

.tab-box {
	opacity: 0;
	-webkit-transition: opacity 600ms;
	transition: opacity 600ms;
	padding: 1px 0;
}












ul.pr-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}

ul.pr-list > li {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 0 10px 20px 10px;
	width: 420px;
	flex-grow: 1;
}

ul.pr-list > li.fix {
	padding: 0;
}

.pr-box {
	background-color: white;
	padding: 20px 15px;
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: -webkit-box-shadow 300ms;
	transition: -webkit-box-shadow 300ms;
	transition: box-shadow 300ms;
	transition: box-shadow 300ms, -webkit-box-shadow 300ms;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;

}


.pr-box:hover {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.pr-caption-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	margin-bottom: 1px;
}

.pr-caption {
	color: #2b2b2b;
	font-size: 18px;
	font-weight: 600;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.pr-type {
	padding-left: 10px;
	font-size: 16px;
	font-weight: 600;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.pr-qt {
	color: #11b5de;
	font-size: 14px;
	font-weight: 400;
}




.pr-labels {
	position: absolute;
	left: 0;
	top: 10px;
	z-index: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.pr-labels > * {
	background-color: grey;
	color: #ffffff;
	font-size: 12px;
	font-weight: 600;
	padding: 4px 6px;
	line-height: 1;
	margin-bottom: 6px;
}

.pr-labels .pr-label-del {
	background-color: #de7311;
}

.pr-labels .pr-label-slot {
	background-color: #11b5de;
	padding-left: 10px;
	padding-right: 10px;
}

.pr-labels .pr-label-isul {
	background-color: #de1142;
}

.pr-labels .pr-label-price {
	background-color: #00a031;
}





.pr-img-wrp {
	/*	padding: 31.084% 0;*/
	height: 230px;
	display: block;
	position: relative;
}

.pr-img-wrp img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
	font-family: 'object-fit: cover; object-position: center;';
}

.pr-top {
	margin-bottom: 10px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.pr-img {
	margin-bottom: 11px;
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.pr-prop-text {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 9px;

}



.pr-prop {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 5px;
	width: 100%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}




.prp-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: calc(50% - 5px);
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 4px;
}

.pr-tbl {
	display: table;
	width: 100%;
}

.pr-tr {
	display: table-row;
}

.pr-td {
	display: table-cell;
	padding-bottom: 5px;
}


.prop-title {
	color: #919191;
	padding-right: 3px;
}

.prop-val {}

.prop-title {
	margin-right: 4px;
}

.pr-bottom {
	border-top: 1px solid #ededed;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 20px;
	line-height: 1;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.col-btn {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.col-price-vol {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 31%;
}

.col-price-one {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 27.2%;
}

.col-btn .btn {
	min-width: 155px;
	height: 45px;
	font-size: 12px;
}

.prb-title {
	color: #919191;
	font-size: 14px;
	margin-bottom: 6px;
}

.pr-bottom strong {
	font-size: 18px;
	font-weight: 700;
}

.col-price-vol,
.col-price-one {
	padding-top: 4px;
}










.plants-tabs > ul.tabs-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: -25px;
	margin-right: -25px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 24px;
}

.plants-tabs > ul.tabs-title > li {
	border-right: 1px solid #d3d3d3;
}

.plants-tabs > ul.tabs-title > li:last-child {
	border-right: none;
}

.plants-tabs > ul.tabs-title a {
	color: #919191;
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
	padding: 0 25px;
	line-height: 1.3;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	-webkit-transition: color 300ms;
	transition: color 300ms;
}

.plants-tabs > ul.tabs-title > li.active a,
.plants-tabs > ul.tabs-title a:hover {
	color: #11b5de;
}


h3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.caption-small {
	font-size: 0.7em;
	letter-spacing: -0.4px;
	margin-left: 10px;
}


.pr-tabs-title-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 28px;
}

.pr-tabs-title {
	margin-right: 16px;
}

.product-tabs {
	margin-top: 20px;

}

.product-tabs ul.tabs-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -10px;

}

.product-tabs ul.tabs-title > li {
	margin-left: 10px;
}

.product-tabs ul.tabs-title a {
	text-decoration: none;
	background-color: #c4c4c4;
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: white;
	padding: 5px 13px;
	-webkit-transition: color 300ms, background-color 300ms;
	transition: color 300ms, background-color 300ms;
}

.product-tabs ul.tabs-title > li.active a,
.product-tabs ul.tabs-title a:hover {
	background-color: #eca205;
}


.td-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.td-col-l {
	width: calc(50% - 115px);
}

.td-col-r {
	width: 50%;
	padding-left: 10px
}



.td-wrap {
	padding-top: 30px;
}

.td-wrap .td-col-l h2 {
	font-size: 4rem;
	font-weight: 700;
	margin-bottom: 0.2em;
}

.td-wrap .td-col-r {
	padding-top: 18px;
}

.mnb-btn-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}


.nmb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.nmb-item {
	width: 65px;
	height: 66px;
	background-color: #414141;
	color: #ffffff;
	font-size: 20px;
	font-weight: 800;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.nmb-divider {
	color: #2b2b2b;
	font-size: 20px;
	font-weight: 400;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 20px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}


.nmb-btn .btn {
	min-width: 210px;
	height: 66px;
}


.td-section {
	padding-bottom: 20px;
}


.dl-section {
	padding-top: 48px;
	/*	padding-bottom: 40px;*/
}


.dl-img img {
	width: 100%;
}

ul.city-list {
	-webkit-column-count: 2;
	column-count: 2;
	margin-bottom: 17px;
}

ul.city-list li {
	line-height: 1.3;
	margin-bottom: 10px;
}



.td-wrap.dl-wrp {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 0;
}


ul.ed-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}

ul.ed-list > li {
	width: 25%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 0 10px 20px 10px;
}

.ed-box {
	border: 1px solid #ededed;
	background-color: #ffffff;
	text-align: center;
	padding: 15px 15px 9px 15px;
	font-size: 14px;
	height: 100%;
}

.ed-ico {
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 13px;

}

.ed-title {
	color: #2b2b2b;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.ed-section {
	padding-top: 14px;
}


.ed-box hr {
	border: none;
	display: block;
	width: 55px;
	height: 2px;
	background-color: #ededed;
	margin: 18px auto;
}


.clbk-section {
	position: relative;
	color: white;
	background-color: black;
	text-align: center;
}


.clbk-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	font-family: 'object-fit: cover; object-position: center;';
	z-index: 0;
	opacity: 0.5;
}



.clbk-section .container {
	z-index: 2;
	position: relative;
}


.clbk-section h2 {
	font-size: 3rem;
	font-weight: 700;
	max-width: 710px;
	margin-left: auto;
	margin-right: auto;
}


.clbk-section h2 a {
	text-decoration: none;
	font-weight: 800;
	display: inline-block;
}

.clbk-section p {
	margin-bottom: 30px;
}

.td-wrap.upl-wrp {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.td-wrap.upl-wrp .td-col-l {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.td-wrap.upl-wrp .td-col-r {
	padding-left: 0;
	/*	padding-top: 0px;*/
}

.upl-section h2 {
	max-width: 560px;
}


ul.upl-list > li {
	padding-left: 35px;
	position: relative;
	margin-bottom: 29px;
}

ul.upl-list > li:before {
	content: ' ';
	width: 20px;
	height: 17px;
	position: absolute;
	left: 0;
	top: 0.5em;
	margin-top: -3px;
	background: url('../img/chek.svg') no-repeat;
	background-size: contain;
	background-position: center;
}

ul.upl-list > li strong {
	font-size: 18px;
}

.upl-section {
	padding-bottom: 20px;
}


.cnt-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 14px;
}

.cnt-item {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-right: 20px;
	margin-bottom: 30px;
}

.cnt-item:nth-child(1) {
	-webkit-box-flex: 2.2;
	-ms-flex-positive: 2.2;
	flex-grow: 2.2;
}

.ctn-title {
	color: #919191;
	font-size: 14px;
	font-weight: 400;
	display: block;
	margin-bottom: 3px;
}

.ctn-vl {
	color: #2b2b2b;
	font-size: 20px;
	font-weight: 600;
	display: inline-block;
	text-decoration: none;
	-webkit-transition: color 300ms;
	transition: color 300ms;
}

a.ctn-vl:hover {
	color: #11b5de;
}



.map {
	height: 500px;
	background-color: grey;
}

.sections.cnt-section {
	padding-bottom: 0;
}

.footer {
	padding-top: 18px;
	padding-bottom: 18px;
}

ul.f-nav-list a,
.dev {
	text-decoration: none;
	color: #2b2b2b;
	font-size: 14px;
	font-weight: 600;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}

.dev:hover span {
	text-decoration: underline;
}

.f-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

ul.f-nav-list {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 1%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-right: 15px;
	margin-left: -15px;
	margin-right: -15px;
}

ul.f-nav-list a {
	padding-left: 15px;
	padding-right: 15px;
	-webkit-transition: color 300ms;
	transition: color 300ms;
}

ul.f-nav-list a:hover {
	color: #11b5de;
}

.f-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #919191;
	font-size: 12px;
	font-weight: 600;
	padding-top: 4px;
	padding-bottom: 4px;
}

.f-bottom a {
	text-decoration: none;
}

.f-bottom a:hover {
	text-decoration: underline;
}


.modal {
	width: 610px;
	background-color: #ffffff;
	padding: 49px 50px;
	overflow: visible;
}

.m-caption {
	font-size: 3.5rem;
	font-weight: 400;
	letter-spacing: 0.9px;
	margin: 0 0 14px 0;
}

.in-item {
	display: block;
	margin-bottom: 24px;
}

input:not(.btn) {
	height: 55px;
	border: 1px solid #ededed;
	background-color: #ffffff;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 15px;
	color: black;
	-webkit-transition: border-color 300ms;
	transition: border-color 300ms;
}

input.parsley-error {
	border-color: #ff8383;
}


.label-text {
	display: block;
	font-size: 19px;
	font-weight: 400;
	margin-bottom: 5px;
}

.m-btn-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 7px;
}

.m-btn-wrp .btn {
	margin-right: 28px;
}

.mb-text {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.2;
}

.fancybox-close-small {
	left: 100%;
	top: -12px;
	margin-left: 7px;
	color: white;
	padding: 0;
	width: 40px;
	height: 40px;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}

.fancybox-close-small svg {
	opacity: 1;
}

.fancybox-close-small:hover {
	opacity: 0.6;
}


.fancybox-bg {
	background-color: black;
}

.fancybox-is-open .fancybox-bg {
	opacity: 0.5;
}


.contacts-fixed {
	position: fixed;
	right: 90px;
	bottom: 170px;
	z-index: 130;
	border-radius: 50%;
}

.cf-ico-wrp {
	width: 70px;
	height: 70px;
	position: relative;
	border-radius: 50%;
}

.cf-ico {
	background-color: #11B5DE;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, .2);
	transition: background-color 200ms ease-in-out, box-shadow 200ms ease-in-out;

}

.cf-ico:hover {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
}

jdiv .wrap_3s {
	transition: opacity .15s ease, box-shadow 200ms ease-in-out;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, .2);
}

jdiv .wrap_3s:hover {
	transition: opacity .15s ease, box-shadow 200ms ease-in-out;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
}



.cf-ico:not(.more-ico) {
	position: absolute;
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
	width: auto;
	height: auto;
	z-index: 2;
	transition: transform 200ms ease-in-out, box-shadow 200ms ease-in-out;
}





.cf-ico.more-ico {
	position: relative;
	z-index: 5;

}

.cf-open-ico {
	transition: transform 200ms ease-in-out;
}

.cf-close-ico {
	transform: scale(0);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-style: normal;
	font-family: 'Times New Roman';
	font-size: 34px;
	color: #2B2B2B;
	line-height: 1;

	transition: transform 200ms ease-in-out;
}







.cf-ico.viber-ico {
	background-color: #935BBE;
}

.cf-ico.telegram-ico {
	background-color: #039BE5;
}

.cf-ico.whatsapp-ico {
	background-color: #4CAF50;
}


.cf-ico-wrp.active .cf-ico.viber-ico {
	transform: translate3d(0, -125%, 0);
}

.cf-ico-wrp.active .cf-ico.telegram-ico {
	transform: translate3d(0, -241%, 0);
}

.cf-ico-wrp.active .cf-ico.whatsapp-ico {
	transform: translate3d(0, -359%, 0);
}


.cf-ico-wrp.active .cf-open-ico {
	transform: scale(0);
}

.cf-ico-wrp.active .cf-close-ico {
	transform: scale(1);
}

.cf-ico-wrp.active .cf-ico.more-ico {
	background-color: #E8E8E8;
}





jdiv .wrap_mW .button_1O,
.wrap_3s {
    margin-right: 90px;
	margin-bottom: 90px;
	    width: 70px;
    height: 70px;
}


/*media for fixed icon*/

@media screen and (max-width: 1612px) {
	.contacts-fixed {
    right: 15px;
	}
	jdiv .wrap_mW .button_1O,
	jdiv .wrap_3s {
		margin-right: 15px;
	}
}
@media screen and (max-width: 1448px) {
	.contacts-fixed {
    right: 10px;
	}
	jdiv .wrap_mW .button_1O,
	jdiv .wrap_3s {
		margin-right: 10px;
	}
}
@media screen and (max-width: 767px) {
	.contacts-fixed {
    bottom: 105px;
	}
	.cf-ico-wrp {
    width: 50px;
		height: 50px;
	}
	jdiv .wrap_mW .button_1O,
	jdiv .wrap_3s {
		margin-bottom: 50px;
		width: 50px;
		height: 50px;
	}
	jdiv .logoCallback_w0 {
		top: -4px;
		position: relative;
	}
	.cf-ico {
		padding: 8px;
	}
}
@media screen and (max-width: 479px) {
	jdiv .logoCallback_w0 {
		top: -7px;
	}
	.cf-ico {
		padding: 7px;
	}
}

/*//media for fixed icon*/

























@media screen and (max-width: 1299px) {
	.prp-col {
		font-size: 12px;
	}

	ul.pr-list > li {
		width: 372px;
	}
}

@media screen and (max-width: 1199px) {
	html {
		font-size: 8px;
	}

	ul.nav-list {
		margin-left: 0;
		margin-right: 0;
	}

	ul.nav-list a {
		padding-left: 5px;
		padding-right: 5px;
		font-size: 13px;
	}

	.h-tel {
		font-size: 18px;
	}

	.h-worktime {
		font-size: 13px;
	}

	.header {
		padding: 15px 0;
	}

	ul.pl-list > li {
		width: 25%;
	}

	.plants-tabs > ul.tabs-title a {
		font-size: 16px;
	}

	.caption3,
	h3 {
		font-size: 22px;
	}

	.td-col-l {
		width: calc(50% - 10px);
	}

	.sections {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.td-wrap {
		padding-top: 0;
	}

	.nmb-item {
		width: 45px;
		height: 46px;
	}

	.nmb-divider {
		width: 15px;
	}

	.nmb-btn .btn {
		height: 46px;
		min-width: 191px;
	}

	.sub-caption {
		font-size: 18px;
	}

	.ctn-vl {
		font-size: 18px;
	}

	.logo img {
		display: block;
	}
}

@media screen and (max-width: 991px) {
	body {
		font-size: 14px;
	}

	.ts-col-r {
		width: 40%;
	}

	h1,
	.caption,
	h2,
	.caption2,
	h3,
	.caption3,
	h4,
	.caption4,
	h5,
	.caption5,
	h6,
	.caption6 {
		margin-bottom: 0.5em;
	}

	.caption,
	h1 {
		font-size: 4.4rem;
	}

	.top-screen p {
		font-size: 16px;
		margin-bottom: 20px;
	}

	.btn {
		height: 40px;
	}

	.sub-caption {
		font-size: 16px;
	}

	ul.pl-list > li {
		width: 33.3333%;
	}

	.plants-tabs > ul.tabs-title {
		margin-left: -10px;
		margin-right: -10px;
	}

	.plants-tabs > ul.tabs-title a {
		padding-left: 10px;
		padding-right: 10px;
	}

	ul.pr-list > li {
		width: 368px;
	}

	.col-btn .btn {
		min-width: 0;
	}

	.pr-bottom strong {
		font-size: 15px;
	}

	.col-btn .btn {
		font-size: 11px;
	}

	.pr-caption {
		font-size: 17px;
	}

	.td-wrap.td-wrp {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.td-wrap.td-wrp .td-col-r,
	.td-wrap.td-wrp .td-col-l {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.caption2,
	h2 {
		font-size: 3.5rem;
	}

	ul.ed-list > li {
		width: 50%;
	}

	.map {
		height: 380px;
	}

	ul.f-nav-list {
		margin-left: -6px;
		margin-right: -6px;
	}

	ul.f-nav-list a {
		padding-left: 6px;
		padding-right: 6px;
	}

	.sections {
		padding-bottom: 25px;
	}

	ul.upl-list > li strong {
		font-size: 16px;
	}

	.h-col-c {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.h-flex {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.header {
		padding-bottom: 0;
		padding-top: 9px;
	}

	ul.nav-list {
		margin-left: -5px;
		margin-right: -5px;

	}

	input:not(.btn) {
		height: 40px;
	}

	.h-tel-box {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		margin-bottom: 0;
	}

	.h-worktime {
		width: 100%;

	}

	.h-tel {
		margin-left: 20px;
	}
}

@media screen and (min-width: 768px) {
	.nav {
		display: block !important;
	}

}

@media screen and (max-width: 767px) {
	html {
		font-size: 7px;
	}

	ul.pl-list > li {
		width: 50%;
	}

	.td-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.td-col-r,
	.td-col-l {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.td-col-l {
		max-width: 300px;
		margin-bottom: 30px;
	}

	.td-wrap.upl-wrp .td-col-l {
		margin-bottom: 0;
	}

	.td-wrap.upl-wrp .td-col-r {
		margin-bottom: 30px;
	}

	.cnt-item {
		margin-bottom: 10px;
	}

	.ctn-vl {
		font-size: 16px;
	}

	ul.f-nav-list {
		display: none;
	}

	.footer .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.f-nav {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		text-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.td-wrap.td-wrp .td-col-l {
		max-width: none;
	}

	.header {
		position: relative;
		padding-bottom: 10px;
	}

	.nav {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background-color: white;
		padding: 10px 15px;
		border-top: 1px solid #ebebeb;
		-webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.31);
		box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.31);
		display: none;
	}

	ul.nav-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.nav-btn {
		display: block;
		width: 30px;
		height: 40px;
		background-color: transparent;
		margin-right: 0;
		border-radius: 5px;
		position: relative;
		z-index: 10;
		margin-left: 15px;
	}

	.nav-btn span {
		position: absolute;
		left: 0;
		right: 0;
		height: 2px;
		background-color: #11b5de;
		top: 50%;
		margin-top: -1px;
		-webkit-transition: background 1ms linear 300ms, background-color 300ms ease;
		transition: background 1ms linear 300ms, background-color 300ms ease;
	}

	.nav-btn span:after,
	.nav-btn span:before {
		content: ' ';
		position: absolute;
		left: 0;
		right: 0;
		background-color: #11b5de;
		top: -9px;
		height: 100%;
		border-radius: inherit;
		-webkit-transition: top 300ms linear 300ms, -webkit-transform 300ms ease;
		transition: top 300ms linear 300ms, -webkit-transform 300ms ease;
		transition: transform 300ms ease, top 300ms linear 300ms;
		transition: transform 300ms ease, top 300ms linear 300ms, -webkit-transform 300ms ease;
	}

	.nav-btn span:after {
		top: auto;
		bottom: -9px;
		-webkit-transition: bottom 300ms linear 300ms, -webkit-transform 300ms ease;
		transition: bottom 300ms linear 300ms, -webkit-transform 300ms ease;
		transition: transform 300ms ease, bottom 300ms linear 300ms;
		transition: transform 300ms ease, bottom 300ms linear 300ms, -webkit-transform 300ms ease;
	}

	.nav-btn.active span {
		background-color: rgba(0, 0, 0, 0);
		-webkit-transition: background 1ms linear 300ms;
		transition: background 1ms linear 300ms;
	}

	.nav-btn.active span:before {
		top: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition: top 300ms linear, -webkit-transform 300ms ease 300ms;
		transition: top 300ms linear, -webkit-transform 300ms ease 300ms;
		transition: top 300ms linear, transform 300ms ease 300ms;
		transition: top 300ms linear, transform 300ms ease 300ms, -webkit-transform 300ms ease 300ms;

	}

	.nav-btn.active span:after {
		bottom: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transition: bottom 300ms linear, -webkit-transform 300ms ease 300ms;
		transition: bottom 300ms linear, -webkit-transform 300ms ease 300ms;
		transition: bottom 300ms linear, transform 300ms ease 300ms;
		transition: bottom 300ms linear, transform 300ms ease 300ms, -webkit-transform 300ms ease 300ms;
	}

	.h-col-r {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.fancybox-close-small {
		right: 0;
		left: auto;
		top: 0;
		color: grey;
	}

	.label-text {
		font-size: 16px;
	}

	.h-tel-box {
		flex-direction: column;
		margin-top: 0
	}

	.h-flex {
		align-items: center;
	}

	.h-tel {
		font-size: 15px;
	}

	.h-worktime {
		letter-spacing: -0.5px;
		font-size: 12px;
	}
}

@media screen and (min-width: 480px) {
	.nav .h-tel-box {
		display: none;
	}
}

@media screen and (max-width: 479px) {
	.h-col-r .h-tel-box {
		display: none;
	}

	.ts-centered {
		position: relative;
	}

	.ts-col-r {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		opacity: 0.2;
	}

	.ts-col-l {
		z-index: 2;
	}

	.sections.top-screen {
		background-image: none !important;
	}

	ul.pl-list > li {
		width: 100%;
	}

	.pr-tabs-title-wrp {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;

	}

	.pr-tabs-title {
		margin-bottom: 10px;
	}

	.pr-prop {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.prp-col {
		width: 100%;
	}

	.pr-td.prop-title {
		width: 32%;
	}

	.prp-col {
		font-size: 14px;
	}

	.pr-bottom {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.col-btn {
		width: 100%;
		text-align: center;
		margin-top: 17px;
	}

	.pr-bottom strong {
		font-size: 18px;
	}

	.col-price-one,
	.col-price-vol {
		width: auto;
	}

	.col-btn .btn {
		width: 100%;
	}

	.mnb-btn-wrp {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.nmb {
		margin-bottom: 20px;
	}

	.td-wrap.td-wrp .td-col-l {
		margin-bottom: 0;
	}

	ul.ed-list > li {
		width: 100%;
	}

	.f-bottom {
		-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;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: 14px;
	}

	.modal {
		padding: 30px 20px;
	}

	.m-btn-wrp {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.m-btn-wrp .btn {
		width: 100%;
		margin-bottom: 20px;
	}

	.mb-text {
		font-size: 14px;
	}
}

.phone1 {
	position: absolute;
	left: -99999px;
	display: none;
}
