@font-face {
	font-family: "Roboto Light";
	src: url("../fonts/Roboto-Light.eot");
	src: url("../fonts/Roboto-Light.eot#iefix") format("embedded-opentype"), url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.ttf") format("truetype");
	font-style: normal;
	font-weight: normal
}

@font-face {
	font-family: "Roboto Regular";
	src: url("../fonts/Roboto-Regular.eot");
	src: url("../fonts/Roboto-Regular.eot#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal
}

@font-face {
	font-family: "Roboto Bold";
	src: url("../fonts/Roboto-Bold.eot");
	src: url("../fonts/Roboto-Bold.eot#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype");
	font-style: normal;
	font-weight: normal
}

body,
html {
	margin: 0 !important;
	padding: 0
}

::placeholder {
	color: #040404;
	font-size: 15px;
	font-family: "Roboto Regular"
}

*,
a,
select,
button,
.slick-slide {
	outline: none
}

*:focus,
*:active,
a:focus,
a:active,
select:focus,
select:active,
button:focus,
button:active,
.slick-slide:focus,
.slick-slide:active {
	outline: none
}

body {
	font-family: "Roboto Regular";
	color: #212121;
	font-size: 16px
}

ul,
li,
p {
	list-style-type: none;
	padding: 0;
	margin: 0
}

section {
	overflow: hidden
}

.main-screen {
	background: url(../images/screen1-bg.jpg) no-repeat center;
	background-size: cover;
	color: #202020
}

.main-header {
	padding-bottom: 5px;
	background: rgba(255, 255, 255, 0.6);
	display: flex;
	justify-content: space-between;
	align-items: center
}

.header-logo__block {
	display: flex;
	padding: 18px 15px
}

.site-decsr {
	display: block;
	font-size: 18px;
	margin-left: 10px;
	margin-top: 10px;
	border-left: 3px solid #202020;
	padding-left: 10px;
}

.header-phone__wrapper {
	float: right;
	width: 216px
}

.header-phone__txt {
	display: block;
	font-size: 18px;
	line-height: 18px;
	margin: 6px 0 2px
}

.header-phone__main {
	display: flex;
	justify-content: space-between;
	margin-bottom: 4px
}

.header-phone__icon {
	display: block;
	width: 16px;
	height: 26px;
	background: url(../images/phone-icon.png) no-repeat
}

.header-phone {
	font-size: 21px;
	line-height: 21px;
	color: #2b9603
}

.header-phone:hover,
.header-phone:focus {
	color: #fff;
	text-decoration: none
}

.viber-btn {
	width: 100%;
	display: block;
	text-align: center;
	color: #c8000e;
	font-size: 16px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #c8000e
}

.viber-btn:hover,
.viber-btn:focus {
	cursor: pointer;
	color: #000;
	background-color: #c8000e;
	text-decoration: none
}

.main-title__wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 52px
}

.main-title {
	font-family: "Roboto Bold";
	font-size: 35px;
	display: block;
	margin-right: 16px;
	text-align: center;
}

.main-adv__list {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 60px;
	padding-bottom: 100px
}

.main-adv__item {
	background: rgba(90, 203, 0, 0.6);
	margin: 5px;
	padding: 0 30px;
	position: relative;
	font-size: 20px
}

.main-adv__item:after {
	position: absolute;
	content: "";
	width: 50px;
	height: 1px;
	background-color: #000;
	bottom: -7px;
	left: 20px
}

.main-adv__item2 {
	background: rgba(203, 0, 14, 0.7);
	margin: 5px;
	padding: 0 30px;
	position: relative;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}

.main-adv__item2:after {
	position: absolute;
	content: "";
	width: 50px;
	height: 1px;
	background-color: #000;
	bottom: -7px;
	left: 20px
}

.main-adv__item {
	background: rgba(90, 203, 0, 0.6);
	margin: 5px;
	padding: 0 30px;
	position: relative;
	font-size: 20px
}

.main-adv__item:after {
	position: absolute;
	content: "";
	width: 50px;
	height: 1px;
	background-color: #fff;
	bottom: -7px;
	left: 20px
}

.main-form {
	width: 950px;
	margin: 100px auto 85px;
	color: #212121;
	background-color: rgba(255, 255, 255, 0.7);
	text-align: center;
	padding: 30px
}

.main-form__title {
	font-size: 24px
}

.main-form__composition {
	display: flex;
	margin-top: 20px
}

.main-form__input-wrapper {
	padding: 0 4px;
	position: relative
}

.main-form__input-wrapper.select-wrapper:after {
	pointer-events: none;
	content: "";
	position: absolute;
	background: url(../images/dropdown-arrow.png) no-repeat;
	width: 11px;
	height: 7px;
	right: 22px;
	top: 18px
}

.main-form__select {
	width: 100%;
	background-color: transparent;
	height: 42px;
	line-height: 40px;
	padding-left: 20px;
	padding-right: 10px;
	border: 1px solid #212121;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.main-form__select option {
	line-height: 20px
}

.main-form__input {
	width: 100%;
	background-color: transparent;
	height: 42px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #212121
}

.main-form__btn {
	width: 100%;
	background-color: #ffd200;
	height: 42px;
	line-height: 38px;
	text-align: center;
	border: 1px solid #ffd200;
	color: #fff;
	font-size: 17px
}

#phone-error {
	position: absolute;
	width: 155px;
	left: 50%;
	transform: translateX(-50%);
	bottom: -17px;
	font-size: 12px;
	font-family: "Roboto Light";
	color: red
}

.main-form__list {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 20px
}

.main-form__item {
	font-size: 14px;
	padding: 0 15px;
	display: flex;
	align-items: center
}

.main-form__item img {
	margin-right: 4px
}

.main-form__item span {
	color: #ffd200;
	margin-right: 2px
}

.tabs-screen {
	color: #000;
	background: #fff;
}

.tabs-header {
	background-color: #62c009;
	height: 60px
}

.tabs-screen__title {
	font-size: 34px;
	line-height: 60px;
	font-family: "Roboto Bold";
	display: block;
	margin-right: 20px
}

.tabs-wrapper {
	display: flex;
	justify-content: flex-end
}

.tabs-list {
	display: flex
}

.tabs-item {
	padding: 10px 12px;
	font-size: 18px;
	cursor: pointer
}

.tabs-item:hover .tabs-item__inner {
	border: 1px solid rgba(255, 255, 255, 0.3)
}

.tabs-item.active {
	font-family: "Roboto Bold";
	background-color: #fff
}

.tabs-item.active .tabs-item__inner {
	border: 1px solid #62c009
}

.tabs-item.active .tabs-icon {
	display: block
}

.tabs-item__inner {
	line-height: 38px;
	padding: 0 6px;
	border: 1px solid transparent;
	display: flex;
	align-items: center
}

.tabs-icon {
	display: none;
	width: 24px;
	height: 24px;
	background: url(../images/round-checkmark.png) no-repeat;
	margin-right: 10px
}

.tabs-content {
	height: max-content;
	display: none;
	align-items: center
}

.tabs-content.active {
	display: flex
}

.tabs-slider__wrapper {
	width: 54%;
	height: inherit
}

.tabs-form__wrapper {
	width: 505px;
	padding-left: 3px;
}

.slider-wrapper {
	display: block;
	height: inherit
}

.slider {
	height: inherit;
	margin-bottom: 0
}

.slider .slick-slide {
	text-align: center
}

.slider .slick-slide img {
	width: 100%;
	object-fit: cover
}

.slider .arrow-left {
	position: absolute;
	background-color: #000;
	opacity: .7;
	width: 52px;
	height: 52px;
	transform: rotate(45deg);
	cursor: pointer;
	left: 20px;
	top: calc(50% - 36px);
	z-index: 3
}

.slider .arrow-left:hover {
	opacity: 1
}

.slider .arrow-left:after {
	content: "";
	position: absolute;
	width: 13px;
	height: 24px;
	background: url(../images/arrow.png) no-repeat;
	transform: rotate(135deg);
	top: calc(50% - 7px);
	left: calc(50% - 12px)
}

.slider .arrow-right {
	position: absolute;
	background-color: #000;
	opacity: .7;
	width: 52px;
	height: 52px;
	transform: rotate(-45deg);
	cursor: pointer;
	right: 20px;
	top: calc(50% - 36px);
	z-index: 3
}

.slider .arrow-right:hover {
	opacity: 1
}

.slider .arrow-right:after {
	content: "";
	position: absolute;
	width: 13px;
	height: 24px;
	background: url(../images/arrow.png) no-repeat;
	transform: rotate(45deg);
	top: calc(50% - 7px);
	right: calc(50% - 12px)
}

.slider .slick-dots {
	bottom: 15px
}

.slider .slick-dots li {
	width: 12px;
	height: 12px;
	border: 2px solid #fff;
	transform: rotate(45deg)
}

.slider .slick-dots li button {
	width: 8px;
	height: 8px
}

.slider .slick-dots li button:before {
	width: 8px;
	height: 8px;
	line-height: 12px;
	content: "";
	background-color: #000
}

.tabs-form__wrapper-title {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 20px
}

.tabs-form__wrapper-txt {
	font-size: 18px;
	margin-right: 15px
}

.tabs-form__wrapper-pic {
	max-width: 115px
}

.specs-list {
	font-size: 14px;
	margin-top: 22px;
	margin-left: 45px;
	position: absolute;
}

.specs-list__item {
	margin-bottom: 6px
}

.specs-list__item strong {
	font-family: "Roboto Bold"
}

.specs-adv__list {
	display: flex;
	justify-content: space-around;
	align-items: center;
	font-size: 16px;
	margin-top: 32px
}

.specs-adv__list-item {
	display: flex;
	align-items: center
}

.specs-adv__icon {
	display: block;
	margin-right: 5px
}

.specs-adv__icon.specs-adv1 {
	width: 34px;
	height: 24px;
	background: url(../images/adv-icon1.png) no-repeat
}

.specs-adv__icon.specs-adv2 {
	width: 28px;
	height: 23px;
	background: url(../images/adv-icon2.png) no-repeat
}

.specs-adv__icon.specs-adv3 {
	width: 26px;
	height: 26px;
	background: url(../images/adv-icon3.png) no-repeat
}

.specs-adv__txt {
	position: relative
}

.specs-adv__txt:after {
	position: absolute;
	content: "";
	height: 1px;
	width: 30px;
	background-color: #44a5f2;
	left: 0;
	bottom: -4px
}

.specs-form {
	margin-top: 5px;
	margin-left: 15px;
	width: 490px;
	background-color: #ebebeb;
	padding: 30px 60px 20px;
	color: #010102;
	text-align: center;
	margin-bottom: 20px
}

.specs-form__title {
	display: block;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 20px
}

.specs-form__input-wrapper {
	position: relative;
	margin-bottom: 10px;
	width: 100%
}

.specs-form__input {
	width: 100%;
	background-color: transparent;
	height: 42px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #212121
}

.specs-form__btn {
	width: 100%;
	background-color: #ffd200;
	height: 52px;
	line-height: 48px;
	text-align: center;
	border: 1px solid #ffd200;
	color: #000;
	font-size: 24px;
	margin-top: 10px
}

.video-screen {
	padding-top: 50px;
	color: #0f0e12
}

.video-screen__title {
	display: block;
	font-size: 34px;
	line-height: 34px;
	text-align: center;
	margin-bottom: 30px
}

.video-wrapper {
	position: relative;
	height: max-content
}

.iframe-wrapper {
	position: relative;
	height: 0;
	padding-bottom: 56.25%
}

.iframe-wrapper iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0
}

.video-preview01 {
	width: 100%;
	height: 100%;
	background: url(../images/video-preview01.gif) no-repeat center;
	background-size: cover;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0
}

.video-preview02 {
	width: 100%;
	height: 100%;
	background: url(../images/video-preview02.gif) no-repeat center;
	background-size: cover;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0
}

.video-preview03 {
	width: 100%;
	height: 100%;
	background: url(../images/video-preview03.gif) no-repeat center;
	background-size: cover;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0
}

.play-btn__wpapper {
	position: absolute;
	width: 125px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	z-index: 2;
	cursor: pointer;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%)
}

.play-btn__wpapper:hover .play-btn {
	transform: scale(1.1)
}

.play-btn__wpapper2 {
	position: absolute;
	width: 125px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	z-index: 2;
	cursor: pointer;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%)
}

.play-btn__wpapper2:hover .play-btn {
	transform: scale(1.1)
}

.play-btn__wpapper3 {
	position: absolute;
	width: 125px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	z-index: 2;
	cursor: pointer;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%)
}

.play-btn__wpapper3:hover .play-btn {
	transform: scale(1.1)
}

.play-btn {
	display: block;
	background: url(../images/play-btn.png) no-repeat;
	width: 51px;
	height: 39px;
	transition: .2s linear
}

.play-btn__txt {
	display: block;
	color: #62c009;
	margin-top: 7px
}

.video-about {
	padding-left: 85px;
	padding-top: 80px
}

.video-about__title {
	display: block;
	font-family: "Roboto Bold";
	font-size: 18px
}

.video-about__list {
	margin-top: 20px
}

.video-about__item {
	display: flex;
	align-items: center;
	margin-bottom: 18px
}

.video-about__icon {
	margin-right: 6px
}

.choose-screen {
	padding-top: 50px;
	color: #0f0e12
}

.choose-screen .container {
	position: relative;
	height: 570px
}

.choose-screen .container:after {
	position: absolute;
	content: "";
	width: 770px;
	height: 565px;
	background: url(../images/screen4-bg.png) no-repeat;
	left: -105px;
	bottom: 0;
	z-index: -1
}

.choose-screen__title {
	display: block;
	font-size: 34px;
	line-height: 34px;
	text-align: center;
	margin-bottom: 10px
}

.choose-screen__subtitle {
	display: block;
	font-size: 18px;
	line-height: 18px;
	text-align: center
}

.choose-form {
	margin-top: 25px;
	margin-left: 70px;
	width: 485px;
	background-color: #efefef;
	padding: 30px 60px 20px;
	color: #010102;
	text-align: center
}

.choose-form__title {
	display: block;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 20px
}

.choose-form__input-wrapper {
	position: relative;
	margin-bottom: 10px;
	width: 100%
}

.choose-form__input-wrapper.select-wrapper:after {
	pointer-events: none;
	content: "";
	position: absolute;
	background: url(../images/dropdown-arrow.png) no-repeat;
	width: 11px;
	height: 7px;
	right: 22px;
	top: 18px
}

.choose-form__input-wrapper.email-wrapper {
	display: none
}

.choose-form__select {
	width: 100%;
	background-color: transparent;
	height: 42px;
	line-height: 40px;
	padding: 0 10px;
	text-align-last: center;
	border: 1px solid #212121;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.choose-form__select option {
	line-height: 20px
}

.choose-form__options-wrapper {
	display: flex;
	justify-content: space-between
}

.choose-form__option {
	width: 31%
}

.choose-form__option-input {
	display: none
}

.choose-form__option-input+label {
	display: block;
	height: 42px;
	line-height: 40px;
	cursor: pointer;
	text-align: center;
	border: 1px solid #212121;
	background-color: transparent
}

.choose-form__option-input:checked+label {
	color: #fff;
	background-color: #212121
}

.choose-form__input {
	width: 100%;
	background-color: transparent;
	height: 42px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #212121
}

.choose-form__btn {
	width: 100%;
	background-color: #62c009;
	height: 42px;
	line-height: 38px;
	text-align: center;
	border: 1px solid #62c009;
	color: #fff;
	font-size: 17px;
	margin-top: 10px
}

.production-title__wrapper {
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #62c009;
	color: #000;
}

.production-title {
	font-family: "Roboto Bold";
	color: #fff;
	font-size: 34px
}

.production-content {
	display: flex;
	justify-content: stretch;
	align-items: center;
	height: 636px
}

.production-content__bg {
	width: 55%;
	height: 100%
}

.production-content__bg-inner {
	display: none;
	transition: .2s linear
}

.production-content__bg-inner.active {
	display: block;
	width: 100%;
	height: 100%
}

.production-content__bg-inner.active.bg1 {
	background: url(../images/bg1.jpg) no-repeat right;
	background-size: cover
}

.production-content__bg-inner.active.bg2 {
	background: url(../images/bg2.jpg) no-repeat right;
	background-size: cover
}

.production-content__bg-inner.active.bg3 {
	background: url(../images/bg3.jpg) no-repeat right;
	background-size: cover
}

.production-content__bg-inner.active.bg4 {
	background: url(../images/bg4.jpg) no-repeat right;
	background-size: cover
}

.production-content__bg-inner.active.bg5 {
	background: url(../images/bg5.jpg) no-repeat right;
	background-size: cover
}

.production-content__bg-inner.active.bg6 {
	background: url(../images/bg6.jpg) no-repeat right;
	background-size: cover
}

.production-content__bg-inner.active.bg7 {
	background: url(../images/bg7.jpg) no-repeat right;
	background-size: cover
}

.production-content__info {
	width: 45%;
	height: 100%;
	background: #62c009;
}

.production-list {
	padding-top: 100px;
	color: #000
}

.production-list__item {
	display: flex;
	height: 50px;
	line-height: 50px;
	margin-bottom: 10px;
	width: 415px;
	position: relative;
	padding-left: 45px;
	transition: .2s linear;
	cursor: pointer
}

.production-list__item:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-top: 25px solid transparent;
	border-right: 25px solid transparent;
	border-bottom: 25px solid transparent;
	right: 100%;
	top: 0;
	transition: .2s linear
}

.production-list__item.active {
	background-color: #ffd200
}

.production-list__item.active:after {}

.production-list__item.active .production-list__number {
	opacity: 1
}

.production-list__item.active .production-list__txt {
	font-size: 18px;
	padding-left: 0
}

.production-list__number {
	font-size: 34px;
	opacity: .3;
	margin-right: 20px;
	transition: .2s linear
}

.production-list__txt {
	font-size: 20px;
	padding-left: 15px;
	transition: .2s linear
}

.individual-screen {
	padding-top: 45px;
	color: #0f0e12
}

.individual-title {
	font-size: 35px;
	display: block;
	text-align: center;
	font-family: "Roboto Bold";
	margin-bottom: 92px
}

.individual-list__wrapper {
	width: 450px;
	margin: 0 auto
}

.individual-list__title {
	font-size: 25px;
	display: block;
	text-align: center;
	font-family: "Roboto Light";
	margin-top: 10px
}

.individual-list {
	margin-top: 35px
}

.individual-list__item {
	display: flex;
	align-items: center;
	margin-bottom: 35px;
	font-size: 20px
}

.individual-list__icon {
	width: 40px;
	margin-right: 10px
}

.individual-list__icon.ind-adv1 {
	background: url(../images/ind-icon1.png) no-repeat center;
	height: 18px
}

.individual-list__icon.ind-adv2 {
	background: url(../images/ind-icon2.png) no-repeat center;
	height: 38px
}

.individual-list__icon.ind-adv3 {
	background: url(../images/ind-icon3.png) no-repeat center;
	height: 34px
}

.individual-list__txt {
	position: relative
}

.individual-list__txt:after {
	position: absolute;
	content: "";
	height: 1px;
	width: 30px;
	background-color: #44a5f2;
	bottom: -8px;
	left: -5px
}

.individual-form {
	margin-left: 50px;
	width: 490px;
	background-color: #efefef;
	padding: 35px 60px;
	color: #010102;
	text-align: center
}

.individual-form__title {
	display: block;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 20px
}

.individual-form__input-wrapper {
	position: relative;
	margin-bottom: 24px;
	width: 100%
}

.individual-form__input {
	width: 100%;
	background-color: transparent;
	height: 42px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #212121
}

.individual-form__btn {
	width: 100%;
	background-color: #62c009;
	height: 42px;
	line-height: 38px;
	text-align: center;
	border: 1px solid #62c009;
	color: #fff;
	font-size: 17px
}

.individual-form__footnote {
	font-size: 16px;
	display: block;
	text-align: center
}

.region-screen {
	padding-top: 150px;
	color: #0f0e12
}

.region-title {
	font-size: 34px;
	line-height: 34px;
	display: block;
	text-align: center;
	margin-bottom: 10px
}

.region-subtitle {
	font-size: 18px;
	line-height: 18px;
	display: block;
	text-align: center;
	margin-bottom: 50px
}

#mapdiv {
	background: center url(../images/map.png) no-repeat;
	background-size: contain;
	position: relative;
	width: 650px
}

#map-cont {
	height: 100%;
	position: absolute;
	width: 100%;
	background-size: contain
}

#Map {
	height: 100%;
	width: 100%
}

.map-all {
	width: 100%
}

#mapdiv .map-1 {
	background: center url(../images/map-1.png) no-repeat;
	background-size: contain
}

#mapdiv .map-2 {
	background: center url(../images/map-2.png) no-repeat;
	background-size: contain
}

#mapdiv .map-3 {
	background: center url(../images/map-3.png) no-repeat;
	background-size: contain
}

#mapdiv .map-4 {
	background: center url(../images/map-4.png) no-repeat;
	background-size: contain
}

#mapdiv .map-5 {
	background: center url(../images/map-5.png) no-repeat;
	background-size: contain
}

#mapdiv .map-6 {
	background: center url(../images/map-6.png) no-repeat;
	background-size: contain
}

#mapdiv .map-7 {
	background: center url(../images/map-7.png) no-repeat;
	background-size: contain
}

#mapdiv .map-8 {
	background: center url(../images/map-8.png) no-repeat;
	background-size: contain
}

#mapdiv .map-9 {
	background: center url(../images/map-9.png) no-repeat;
	background-size: contain
}

#mapdiv .map-10 {
	background: center url(../images/map-10.png) no-repeat;
	background-size: contain
}

#mapdiv .map-11 {
	background: center url(../images/map-11.png) no-repeat;
	background-size: contain
}

#mapdiv .map-12 {
	background: center url(../images/map-12.png) no-repeat;
	background-size: contain
}

#mapdiv .map-13 {
	background: center url(../images/map-13.png) no-repeat;
	background-size: contain
}

#mapdiv .map-14 {
	background: center url(../images/map-14.png) no-repeat;
	background-size: contain
}

#mapdiv .map-15 {
	background: center url(../images/map-15.png) no-repeat;
	background-size: contain
}

#mapdiv .map-16 {
	background: center url(../images/map-16.png) no-repeat;
	background-size: contain
}

#mapdiv .map-17 {
	background: center url(../images/map-17.png) no-repeat;
	background-size: contain
}

#mapdiv .map-18 {
	background: center url(../images/map-18.png) no-repeat;
	background-size: contain
}

#mapdiv .map-19 {
	background: center url(../images/map-19.png) no-repeat;
	background-size: contain
}

#mapdiv .map-20 {
	background: center url(../images/map-20.png) no-repeat;
	background-size: contain
}

#mapdiv .map-21 {
	background: center url(../images/map-21.png) no-repeat;
	background-size: contain
}

#mapdiv .map-22 {
	background: center url(../images/map-22.png) no-repeat;
	background-size: contain
}

#mapdiv .map-23 {
	background: center url(../images/map-23.png) no-repeat;
	background-size: contain
}

#mapdiv .map-24 {
	background: center url(../images/map-24.png) no-repeat;
	background-size: contain
}

#mapdiv .map-25 {
	background: center url(../images/map-25.png) no-repeat;
	background-size: contain
}

.region-list {
	margin-top: 115px;
	margin-left: 35px
}

.region-list__item {
	display: flex;
	align-items: center;
	margin-bottom: 35px;
	font-size: 20px
}

.region-list__icon {
	width: 30px;
	margin-right: 10px
}

.region-list__icon.reg-adv1 {
	background: url(../images/reg-icon1.png) no-repeat center;
	height: 25px
}

.region-list__icon.reg-adv2 {
	background: url(../images/reg-icon2.png) no-repeat center;
	height: 16px
}

.region-list__icon.reg-adv3 {
	background: url(../images/reg-icon3.png) no-repeat center;
	height: 30px
}

.region-list__txt {
	position: relative
}

.region-list__txt:after {
	position: absolute;
	content: "";
	height: 1px;
	width: 30px;
	background-color: #44a5f2;
	bottom: -8px;
	left: -5px
}

.delivery-screen {
	padding-top: 60px;
	padding-bottom: 55px
}

.delivery-title {
	font-size: 34px;
	line-height: 34px;
	display: block;
	text-align: center
}

.delivery-list {
	margin-top: 55px;
	display: flex;
	justify-content: space-around;
	align-items: center
}

.main-footer {
	color: #fff;
	background: #62c009;
	padding: 40px 0
}

.main-footer__inner {
	display: flex;
	justify-content: space-around
}

.main-footer__block {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 155px
}

.main-footer__item {
	display: flex;
	align-items: center;
	margin-bottom: 8px
}

.main-footer__icon {
	width: 22px;
	margin-right: 5px
}

.main-footer__icon.icon1 {
	background: url(../images/phone-icon.png) no-repeat center;
	height: 26px
}

.main-footer__icon.icon2 {
	background: url(../images/mail-icon.png) no-repeat center;
	height: 16px
}

.main-footer__icon.icon3 {
	background: url(../images/location-icon.png) no-repeat center;
	height: 26px
}

.main-footer__link {
	color: #fff
}

.main-footer__link:hover,
.main-footer__link:focus {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #62c009
}

.main-footer__btn {
	width: 245px;
	border: 2px solid #fff;
	background-color: transparent;
	text-align: center;
	height: 40px;
	line-height: 36px;
	color: #fff
}

.main-footer__btn:hover,
.main-footer__btn:focus {
	color: #000;
	background-color: #ffd200
}

.popup {
	width: 490px;
	color: #212121;
	margin: 0 auto;
	text-align: center;
	position: relative;
	padding: 35px 60px;
	background-color: #efefef
}

.popup .mfp-close {
	width: 25px;
	height: 25px;
	top: 12px;
	right: 12px;
	background: url(../images/close-icon.png) no-repeat
}

.popup .mfp-close:hover,
.popup .mfp-close:focus {
	top: 12px;
	opacity: 1
}

.popup-title {
	font-size: 24px;
	margin-bottom: 30px
}

.popup-input__wrapper {
	width: 100%;
	margin-bottom: 20px;
	position: relative
}

.popup-input {
	width: 100%;
	background-color: transparent;
	height: 42px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #212121
}

.popup-btn {
	width: 100%;
	background-color: #62c009;
	height: 42px;
	line-height: 38px;
	text-align: center;
	border: 1px solid #62c009;
	color: #fff;
	font-size: 17px;
	margin-bottom: 10px
}

.popup-footnote {
	display: block
}

.alert-error {
	color: red
}

.reviews-screen {
	padding: 120px 0;
}

.reviews-title {
	font-size: 35px;
	display: block;
	text-align: center;
	font-family: "Roboto Bold";
	margin-bottom: 45px
}

.reviews-wrapper {
	width: 1005px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.reviews-inner {
	width: calc(100% - 55px)
}

.reviews-content {
	display: none
}

.reviews-content.active {
	display: block
}

.reviews-nav {
	width: 30px;
	min-width: 30px;
	display: flex;
	flex-direction: column
}

.reviews-nav__item {
	border-radius: 50%;
	cursor: pointer;
	transition: .1s linear;
	width: 11px;
	height: 11px;
	margin: 3px auto;
	background-color: #2b9603
}

.reviews-nav__item.active {
	width: 30px;
	height: 30px;
	background-color: #62c009;
	margin: 9px auto
}

.reviews-main {
	display: flex;
	justify-content: space-between;
	align-content: stretch
}

.reviews-client {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width: 260px;
	min-width: 260px;
	background-color: #f6f6f6;
	padding: 10px
}

.reviews-pic {
	border-radius: 50%;
	width: 100%;
	object-fit: cover
}

.reviews-btn__wrapper {
	display: flex;
	justify-content: center;
	margin-top: 10px
}

.reviews-txt__wrapper {
	width: 100%;
	margin-left: 15px;
	background-color: #f6f6f6;
	padding: 15px 65px 15px 15px;
	color: #2c2c2c;
	overflow: hidden
}

.reviews-name {
	font-size: 20px;
	line-height: 20px;
	font-family: "Roboto Bold";
	display: block
}

.reviews-city {
	font-size: 16px;
	line-height: 16px;
	font-family: "Roboto Light";
	margin-top: 22px;
	display: block
}

.reviews-city strong {
	font-family: "Roboto Bold"
}

.reviews-txt {
	font-size: 16px;
	font-family: "Roboto Light";
	font-style: italic;
	margin-top: 20px
}

.reviews-date {
	font-size: 18px;
	line-height: 18px;
	margin-top: 30px;
	display: block
}

.reviews-gallery {
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 30px
}

.reviews-gallery__pic-wrapper {
	padding: 0 10px
}

.reviews-gallery__pic-wrapper:hover {
	filter: brightness(110%)
}

.reviews-gallery__pic {
	width: 100%;
	object-fit: cover
}

/*# sourceMappingURL=style.css.map */
.dev-footer {
	position: absolute;
	opacity: .4;
	width: 100%;
}

.dev-footer img {
	width: 100%;
}

section.stock-screen {
	color: #fff;
}

.stock-screen .main-title__wrapper {
	padding-top: 108px;
	flex-direction: column;
	text-align: center;
}

span.sub-tittle_stock {
	color: #000;
	font-size: 19px;
	margin: 15px 0;
}

.stock-screen .main-title {
	color: #000;
}

.stock-screen .wrap .img-left {
	width: 420px;
}

.stock-screen .wrap .img-right {
	width: 290px;
}

.stock-screen .wrap .img-left img {
	width: 470px;
}

.stock-screen {
	-webkit-box-shadow: inset 5px 0px 135px 4px rgba(0, 0, 0, 0.62);
	-moz-box-shadow: inset 5px 0px 135px 4px rgba(0, 0, 0, 0.62);
	box-shadow: inset 5px 0px 135px 4px rgba(0, 0, 0, 0.62);
}

.stock-screen .wrap .plus img {
	width: 30px;
}

.stock-screen .wrap .img-right img {
	width: 70%;
}

.stock-screen .wrap {
	display: flex;
	justify-content: center;
	align-items: center;
}

.stock-screen .wrap .plus {
	color: #000;
	font-size: 30px;
	font-weight: 500;
	margin-right: 15px;
}

.stock-screen form.main-form {
	margin-top: 0;
	width: 980px;
	padding: 30px 0 60px;
	background: transparent;
}

.stock-screen .main-form__composition .col-md-3 {
	width: 20%;
}

.stock-screen .main-form__select {
	padding-left: 10px;
}

div#policy-popup {
	width: auto;
	max-width: 960px;
}

.policy_block {
	text-align: left;
}

.policy_block ul,
.policy_block li {
	list-style-type: disc;
}

.name_elk {
	font-size: 30px;
	color: #000;
}

.tabs-form__wrapper TABLE {
	border: solid 1px #ccc;
}

.table_prices {
	margin: 20px auto 10px;
}

.table_prices td {
	text-align: center;
}

.specs-form__btn2 {
	width: 250px;
	background-color: #ffd200;
	height: 42px;
	line-height: 38px;
	text-align: center;
	border: 1px solid #ffd200;
	color: #000;
	font-size: 20px;
	margin: 10px auto;
	text-decoration: none;
}

.pr_old {
	text-decoration: overline;
}

.specs-form__btn2 a {
	text-decoration: none;
	color: #000;
}

.price_1 {
	font-size: 20px;
	color: #e82100;
	font-weight: bold;
}

.specs-form__btn2 a:hover {
	text-decoration: none;
	color: #000;
}

.yellow {
	background: rgba(255, 210, 0, 0.8);
	color: #000;
}

.header-logo {
	display: block;
}

.header-logo-mob {
	display: none;
}

@media only screen and (max-width: 480px) {
	.header-logo {
		display: none;
	}

	.header-logo-mob {
		display: block;
		width: 90%;
	}

	.yellow {
		font-size: 22px;
		line-height: 22px;
	}
}

.special {
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	background: red;
	margin: 5px auto;
	text-align: center;
	padding: 8px 10px;
}

.corona2 {
	font-size: 16px;
	color: red;
	font-weight: bold;
}