body {
	min-width: 1080px;
}

.hidden {
	display: none;
}

.show {
	display: block;
}

a {
	color: #86ad00;
}

a:hover {
	text-decoration: none;
}

.clearfloat {
	display: block;
	height: 0;
	clear: both;
}

.clear:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
}

.container {
    position: relative;
    width: 100%;
    max-width: 1080px; /* максимум до которого расширяется */
    padding: 0 20px; /* отступы по бокам для мобильных */
    margin: 0 auto;
}


.container:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
}

.btn {
	font-family: 'open_sans_condensedbold';
	font-size: 18px;
	cursor: pointer;
	color: #fff;
	background-color: #515e29;
	border-radius: 19px;
	display: inline-block;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 7px;
	padding-left: 27px;
	padding-right: 27px;
}

.btn.small {
	font-size: 14px;
	padding: 8px 21px;
}

.btn.big {
	padding: 19px 35px 15px;
	border-radius: 30px;
	margin-bottom: 12px;
}

.btn.biggest {
	font-size: 24px;
	padding: 15px 33px;
	border-radius: 40px;
}

.btn.green {
	font-size: 24px;
	background-color: #bccf00;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 50px;
	padding-right: 50px;
	border-radius: 24px;
}

.some_textarea, .some_input {
	font-family: 'open_sanscondensed_light';
	font-size: 18px;
	color: #7a888c;
	border-radius: 19px;
	width: 160px;
}

.some_textarea::-webkit-input-placeholder, .some_input::-webkit-input-placeholder {
	color: #7a888c;
}

.some_textarea:-moz-placeholder, .some_input:-moz-placeholder {
	color: #7a888c;
}

.some_textarea::-moz-placeholder, .some_input::-moz-placeholder {
	color: #7a888c;
}

.some_textarea:-ms-input-placeholder, .some_input:-ms-input-placeholder {
	color: #7a888c;
}

.some_input {
	height: 40px;
	padding: 0 18px;
}

.some_textarea {
	resize: none;
	height: 107px;
	padding: 12px 18px;
}

.mr_0 {
	margin-right: 0 !important;
}

@font-face {
	font-family: 'pf_beausans_prothin';
  src: url("../fonts/pfbeausanspro-thin.eot");
  src: url("../fonts/pfbeausanspro-thin-1.eot") format("embedded-opentype"), url("../fonts/pfbeausanspro-thin.woff2") format("woff2"), url("../fonts/pfbeausanspro-thin.woff") format("woff"), url("../fonts/pfbeausanspro-thin.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: 'open_sanscondensed_light';
  src: url("../fonts/opensans-condlight.eot");
  src: url("../fonts/opensans-condlight-1.eot") format("embedded-opentype"), url("../fonts/opensans-condlight.woff2") format("woff2"), url("../fonts/opensans-condlight.woff") format("woff"), url("../fonts/opensans-condlight.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: 'open_sans_condensedbold';
  src: url("../fonts/opensans-condbold.eot");
  src: url("../fonts/opensans-condbold-1.eot") format("embedded-opentype"), url("../fonts/opensans-condbold.woff2") format("woff2"), url("../fonts/opensans-condbold.woff") format("woff"), url("../fonts/opensans-condbold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: 'pt_serifregular';
  src: url("../fonts/ptserif_regular.eot");
  src: url("../fonts/ptserif_regular-1.eot") format("embedded-opentype"), url("../fonts/ptserif_regular.woff2") format("woff2"), url("../fonts/ptserif_regular.woff") format("woff"), url("../fonts/ptserif_regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: 'pt_serifbold';
  src: url("../fonts/ptserif_bold.eot");
  src: url("../fonts/ptserif_bold-1.eot") format("embedded-opentype"), url("../fonts/ptserif_bold.woff2") format("woff2"), url("../fonts/ptserif_bold.woff") format("woff"), url("../fonts/ptserif_bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: 'pt_sans_narrowbold';
  src: url("../fonts/ptsans_narrow_bold.eot");
  src: url("../fonts/ptsans_narrow_bold-1.eot") format("embedded-opentype"), url("../fonts/ptsans_narrow_bold.woff2") format("woff2"), url("../fonts/ptsans_narrow_bold.woff") format("woff"), url("../fonts/ptsans_narrow_bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: 'pt_sans_narrowregular';
  src: url("../fonts/ptsans_narrow.eot");
  src: url("../fonts/ptsans_narrow-1.eot") format("embedded-opentype"), url("../fonts/ptsans_narrow.woff2") format("woff2"), url("../fonts/ptsans_narrow.woff") format("woff"), url("../fonts/ptsans_narrow.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* Хедер */

.section_title {
	font-size: 36px;
	color: #515e29;
	font-family: 'pt_serifregular';
	padding-top: 49px;
	padding-bottom: 39px;
}

.header {
	height: 165px;
}

.header .logo {
	width: 169px;
	height: 98px;
	float: left;
	margin-top: 25px;
	background-image: url("../images/ui/logo.png");
}

.header .phones {
	float: left;
	margin-left: 231px;
	margin-top: 46px;
	position: relative;
	font-family: 'pt_sans_narrowregular';
}

.header .phones:before {
	content: '';
	position: absolute;
	display: block;
	width: 43px;
	height: 43px;
	background-image: url("../images/ui/phone_icon.png");
	left: -64px;
	top: 16px;
}

.header .phones .label {
	font-size: 18px;
	color: #a7bb00;
	margin-bottom: 1px;
	margin-top: 5px;
}

.header .phones .text {
	font-family: 'open_sanscondensed_light';
	font-size: 20px;
	color: #008f32;
	margin-bottom: 11px;
}

.header .phones .order_call {
	font-size: 18px;
	color: #a7bb00;
}

.header .phones .order_call:hover {
	text-decoration: none;
}

.header .social {
	float: right;
	margin-top: 61px;
}

.social a {
	width: 44px;
	height: 44px;
	float: left;
	display: block;
	margin-left: 5px;
}

.social a.fb {
	background-image: url("../images/ui/fb_icon.png");
}

.social a.vk {
	background-image: url("../images/ui/vk_icon.png");
}

.social a.whatsapp {
	background-image: url("../images/ui/whatsapp.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.social a.insta {
	background-image: url("../images/ui/insta_icon.png");
	width: 43px;
	height: 43px;
}

/* Навигация */

.navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    background-color: #f2f2d5;
}

/* Центрируем список пунктов */
#main-menu ul.menu {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 0;
    margin: 0 auto;
    list-style: none;
}

/* Пункты меню */
.navigation li {
    font-family: 'open_sanscondensed_light';
    font-size: 24px;
    color: #676f6f;
    text-decoration: none;
    text-transform: uppercase;
}

/* Ховер по li */
.navigation li:hover {
    color: #bccf00;
}

/* Ссылки внутри меню */
#main-menu ul.menu li a {
    text-decoration: none;
    color: inherit;
    font-weight: 500;
    padding: 5px 10px;
}

/* Ховер по ссылкам */
#main-menu ul.menu li a:hover {
    color: #ff6600;
}

/* Активный пункт меню */
#main-menu ul.menu li.current-menu-item a {
    color: #ff6600;
    font-weight: 700;
}


/* Слайдер */

.index_slider {
	height: 443px;
	overflow: hidden;
	position: relative;
}

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

.index_slider .before, .index_slider .after {
	width: 100%;
	height: 443px;
	position: absolute;
	z-index: 200;
	top: 0;
	background-image: url("../images/ui/white_opacity.png");
	background-repeat: repeat;
}

.index_slider .before {
	right: 50%;
	margin-right: 500px;
}

.index_slider .after {
	left: 50%;
	margin-left: 500px;
}

.index_slider .slick-arrow {
	position: absolute;
	background-color: transparent;
	font-size: 0;
	width: 45px;
	height: 356px;
	z-index: 300;
	cursor: pointer;
	top: 49px;
}

.index_slider .slick-prev {
	left: 50%;
	margin-left: -545px;
	background-image: url("../images/ui/index_slider_prev.png");
}

.index_slider .slick-next {
	right: 50%;
	margin-right: -545px;
	background-image: url("../images/ui/index_slider_next.png");
}

.why_us {
	height: 508px;
	background-position: center top;
	background-image: url("../images/ui/ozon_bg_01.jpg");
}

.why_us .container {
	text-align: justify;
}

.why_us .container:before {
	content: '';
	display: block;
	width: 100%;
}

.why_us .container:after {
	content: '';
	display: inline-block;
	width: 100%;
}

.why_us .item {
	display: inline-block;
	vertical-align: top;
	margin-top: 135px;
}

.why_us .item .image {
	width: 224px;
	height: 224px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background-color: #bccf00;
	border-radius: 150px;
}

.why_us .item .image img {
	vertical-align: middle;
}

.why_us .item .text {
	font-size: 18px;
	color: #fff;
	line-height: 1.2;
	font-family: 'open_sans_condensedbold';
	width: 224px;
	text-align: center;
	padding-top: 29px;
}

.products_slider {
	height: 370px;
	position: relative;
}

.products_slider .before, .products_slider .after {
	content: '';
	display: block;
	width: 116px;
	height: 339px;
	z-index: 200;
	top: 0;
	background-image: url("../images/ui/white_opacity.png");
	background-repeat: repeat;
}

.products_slider .before {
	left: 0;
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
}

.products_slider .after {
	right: 0;
	border-top-left-radius: 9px;
	border-bottom-left-radius: 9px;
}

.products_slider .item {
	height: 337px;
	width: 230px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 9px;
	margin: 0 12px;
}

.products_slider .item .item_top {
	height: 162px;
}

.products_slider .item .item_top .image {
	width: 230px;
	height: 162px;
	cursor: pointer;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
}

.products_slider .item .item_top .image img {
	vertical-align: middle;
	display: inline-block;
	width: 180px;
}

.products_slider .item .item_top .composition {
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	display: none;
	height: 140px;
	background-color: #515e29;
	color: #fff;
	padding-top: 27px;
	padding-left: 20px;
	padding-right: 20px;
}

.products_slider .item .item_top .composition .label {
	font-family: "helveticaneuecyrbold";
	margin-bottom: 5px;
}

.products_slider .item .item_top .composition .text {
	font-family: "helveticaneuecyrlight";
	line-height: 1.2;
}

.products_slider .item .item_bottom {
	height: 145px;
	padding-top: 10px;
	padding-left: 27px;
	padding-right: 27px;
	position: relative;
}

.products_slider .item .item_bottom .name {
	font-family: 'open_sans_condensedbold';
	font-size: 24px;
	color: #86ad00;
	text-decoration: none;
	margin-bottom: 8px;
	cursor: pointer;
}

.products_slider .item .item_bottom .name:hover {
	text-decoration: underline;
}

.products_slider .item .item_bottom .text {
	font-family: 'pt_sans_narrowregular';
	font-size: 16px;
	color: #737373;
	line-height: 1.2;
	height: 76px;
	overflow: hidden;
	margin-bottom: 36px;
}

.products_slider .item .item_bottom .price {
	font-family: 'open_sans_condensedbold';
	position: absolute;
	bottom: 2px;
	left: 26px;
	font-size: 24px;
	color: #86ad00;
}

.products_slider .item .item_bottom .buy_link {
	position: absolute;
	bottom: -3px;
	right: 17px;
}

.products_slider .slick-arrow {
	position: absolute;
	background-color: transparent;
	font-size: 0;
	width: 45px;
	height: 356px;
	z-index: 300;
	cursor: pointer;
	top: -8px;
}

.products_slider .slick-prev {
	background-image: url("../images/ui/index_slider_prev.png");
	left: -45px;
}

.products_slider .slick-next {
	background-image: url("../images/ui/index_slider_next.png");
	right: -45px;
}

.products {
	height: 950px;
	background-color: #f2f2d5;
}

.products .top {
	z-index: 10;
	position: relative;
	margin-bottom: 25px;
}

.products .top .title {
	float: left;
	width: 180px;
	line-height: 1.2;
	font-size: 36px;
	color: #96a700;
	margin-top: 61px;
	font-family: 'open_sans_condensedbold';
}

.products .top .list {
	float: left;
	margin-left: 36px;
	margin-top: 68px;
}

.products .top .list li {
	position: relative;
	margin-bottom: 24px;
}

.products .top .list li:before {
	content: '';
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	background-color: #fff;
	border: 2px solid #c1d215;
	border-radius: 10px;
	left: -20px;
	top: 6px;
}

.products .top .list a {
	font-family: 'open_sanscondensed_light';
	font-size: 24px;
	color: #515e29;
}

.products .top .list a:hover {
	text-decoration: none;
}

.products .top .application_form {
	float: right;
	background-color: #bccf17;
	border-radius: 14px;
	width: 463px;
	padding-top: 29px;
	margin-top: 57px;
	padding-left: 37px;
	padding-bottom: 19px;
}

.products .top .application_form .form_element {
	width: 200px;
	float: left;
	margin-bottom: 11px;
	margin-right: 31px;
}

.products .top .application_form .form_element.reCaptchaWrapp .recaptcha {
	overflow: hidden;
	margin-bottom: 0;
	height: 83px;
}

.products .top .application_form .form_element.reCaptchaWrapp:hover .recaptcha {
	overflow: visible;
}

.products .bottom .title {
	font-family: 'open_sans_condensedbold';
	font-size: 24px;
	color: #96a700;
	text-align: center;
	margin-bottom: 32px;
}

.products .bottom .download_price {
	text-align: center;
}

.products .bottom .download_text {
	font-size: 18px;
	color: #515e29;
	font-family: 'pt_sans_narrowregular';
}

.who_we_are {
	margin-bottom: 78px;
}

.who_we_are:before {
	content: '';
	position: absolute;
	display: block;
	background-image: url("../images/ui/we-are.png");
	width: 359px;
	height: 300px;
	right: -48px;
	top: 46px;
}

.who_we_are .text {
	width: 570px;
	margin-bottom: 36px;
}

.who_we_are .title {
	font-family: 'open_sanscondensed_light';
	font-size: 28px;
	color: #86ad00;
	margin-bottom: 17px;
}

.who_we_are p {
	font-family: 'pt_sans_narrowregular';
	font-size: 18px;
	color: #8a8a8a;
	line-height: 1.2;
	margin-bottom: 23px;
}

.who_we_are .statistics {
	background-color: #f2f2d5;
	border-radius: 14px;
	text-align: center;
	padding-top: 45px;
	padding-bottom: 31px;
}

.who_we_are .statistics .item {
	vertical-align: top;
	display: inline-block;
	width: 250px;
	margin: 0 12px;
}

.who_we_are .statistics .count {
	font-family: 'pt_serifregular';
	color: #fff;
	background-color: #515e29;
	width: 211px;
	height: 211px;
	border-radius: 150px;
	display: inline-block;
	margin-bottom: 16px;
}

.who_we_are .statistics .count .more {
	font-size: 18px;
	margin-top: 53px;
	margin-bottom: 2px;
	height: 18px;
}

.who_we_are .statistics .count .number {
	font-size: 60px;
}

.who_we_are .statistics .label {
	font-family: 'open_sanscondensed_light';
	font-size: 22px;
	color: #515e29;
	width: 250px;
	line-height: 1.2;
}

.providers {
	background-position: center top;
	background-image: url("../images/ui/ozon_bg_02.jpg");
}

.providers .container {
	padding-top: 53px;
}

.providers .title {
	font-family: 'pt_serifregular';
	font-size: 36px;
	color: #fff;
	margin-bottom: 45px;
}

.providers .item {
	width: 30%;
	float: left;
	margin-right: 30px;
	margin-bottom: 87px;
}

.providers .item .image_wr {
	float: left;
	width: 169px;
	height: 169px;
	margin: 20px;
}

.providers .item .image {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 169px;
	height: 169px;
	background-color: #fff;
	border-radius: 150px;
}

.providers .item .image img {
	vertical-align: middle;
}

.providers .item .content {
	float: left;
	padding-left: 25px;
	width: 290px;
}

.providers .item .name {
	font-family: 'open_sans_condensedbold';
	font-size: 24px;
	color: #fff;
	line-height: 1.2;
	margin-top: 2px;
	margin-bottom: 19px;
}

.providers .item .text {
	font-family: 'pt_sans_narrowregular';
	font-size: 16px;
	line-height: 21px;
	color: #fff;
	margin-bottom: 10px;
}

.providers .item .link {
	display: inline-block;
	font-family: 'pt_sans_narrowregular';
	font-size: 18px;
	color: #bed108;
	text-decoration: none;
}

.providers .item .link:hover {
	text-decoration: underline;
}

.reviews {
	background-color: #f2f2d5;
	padding-bottom: 48px;
}

.reviews .container {
	padding-top: 53px;
}

.reviews .take_part {
	float: left;
}

.reviews .take_part_label {
	float: left;
	width: 330px;
	font-size: 18px;
	color: #6b6b6b;
	line-height: 21px;
	margin-left: 33px;
	margin-top: 4px;
}

.reviews_slider {
	margin-bottom: 53px;
}

.reviews_slider .user {
	float: left;
	width: 300px;
}

.reviews_slider .user .name {
	font-family: 'open_sans_condensedbold';
	font-size: 30px;
	color: #86ad00;
}

.reviews_slider .user .position {
	font-family: 'open_sanscondensed_light';
	font-size: 24px;
	color: #6c553d;
	margin-bottom: 24px;
}

.reviews_slider .user .image {
	display: inline-block;
	width: 120px;
	height: 120px;
	border-radius: 100px;
}

.reviews_slider .text {
	font-family: 'pt_sans_narrowregular';
	font-size: 18px;
	line-height: 24px;
	color: #6b6b6b;
	width: 598px;
	float: right;
	border-top: 2px solid #bccf00;
	border-bottom: 2px solid #bccf00;
	border-radius: 28px;
	margin-top: 6px;
	padding: 64px 30px 50px;
}

.reviews_slider .text .scroll-wrapp {
	height: 166px;
	overflow-y: auto;
	padding-right: 10px;
}

.reviews_slider .slick-arrow {
	position: absolute;
	z-index: 200;
	width: 40px;
	height: 40px;
	bottom: 0;
	font-size: 0;
	cursor: pointer;
	background-color: transparent;
}

.reviews_slider .slick-prev {
	background-image: url("../images/ui/review_arrow_prev.png");
	left: 0px;
}

.reviews_slider .slick-next {
	background-image: url("../images/ui/review_arrow_next.png");
	left: 60px;
}

.map {
  /*height: 560px;*/
	height: 850px;
	position: relative;
	background-image: url("../images/ui/map.jpg");
  /*margin-bottom: 65px; */;
}

#map {
	z-index: 1;
	height: inherit;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.map .dropdown {
	position: relative;
	z-index: 10;
	background-color: #bccf00;
	color: #fff;
	font-size: 24px;
	font-family: 'open_sans_condensedbold';
	padding-top: 14px;
	padding-left: 36px;
	padding-bottom: 16px;
	float: left;
	width: 353px;
	margin-top: 41px;
	cursor: pointer;
	border-radius: 26px;
}

.map .dropdown:after {
	content: '';
	position: absolute;
	display: block;
	width: 28px;
	height: 14px;
	background-image: url("../images/ui/dropdown_arrow.png");
	right: 27px;
	top: 21px;
}

.map .dropdown .list {
	position: absolute;
	display: none;
	border-radius: 26px;
	top: 56px;
	left: 0;
	background-color: #fff;
	font-size: 18px;
	width: 330px;
	padding-top: 28px;
	padding-left: 37px;
	padding-right: 23px;
	padding-bottom: 6px;
}

.map .dropdown .list li {
	margin-bottom: 18px;
}

.map .dropdown .list a {
	color: #515e29;
	text-decoration: none;
}

.map .dropdown .list a.active, .map .dropdown .list a:hover {
	color: #bccf00;
}

.map .for_providers {
	position: relative;
	z-index: 10;
	background-color: #fff;
	text-align: center;
	width: 414px;
	float: right;
	margin-top: 40px;
	padding: 47px 43px 69px;
}

.map .for_providers .title {
	font-family: 'open_sanscondensed_light';
	font-size: 28px;
	color: #86ad00;
	text-align: left;
	margin-bottom: 39px;
}

.map .for_providers .text {
	font-family: 'pt_sans_narrowregular';
	font-size: 16px;
	color: #808080;
	line-height: 21px;
	text-align: left;
	margin-bottom: 52px;
}

.map .for_providers .text p {
	font-size: 14px;
	margin: 1em 0;
}

.map .for_providers .do_providers {
	margin-bottom: 22px;
	padding-left: 80px;
	padding-right: 80px;
}

.map .for_providers .do_providers_label {
	font-family: 'pt_sans_narrowregular';
	font-size: 18px;
	color: #808080;
}

.footer {
	background-color: #f2f2d5;
}

.footer .container {
	padding-top: 79px;
}

.contact_info {
	float: left;
	width: 470px;
}

.contact_info .phones {
	font-family: 'pt_sans_narrowregular';
	margin-bottom: 27px;
}

.contact_info .phones .name {
	font-size: 24px;
	color: #515e29;
	margin-bottom: 9px;
}

.contact_info .phones .numbers {
	font-size: 30px;
	color: #96a700;
}

.contact_info .address {
	font-family: 'pt_sans_narrowregular';
	margin-bottom: 50px;
}

.contact_info .address .name {
	font-size: 24px;
	color: #515e29;
	margin-bottom: 14px;
}

.contact_info .address .text {
	font-family: 'pt_sans_narrowregular';
	position: relative;
	font-size: 18px;
	color: #96a700;
	padding-left: 21px;
	line-height: 1.2;
	margin-bottom: 15px;
}

.contact_info .address .text:before {
	content: '';
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	background-color: #fff;
	border: 2px solid #c1d215;
	border-radius: 10px;
	left: -1px;
	top: 3px;
}

.contact_info .social {
	margin-top: 90px;
	margin-bottom: 37px;
}

.contact_info .social a {
	margin-left: 0;
	margin-right: 5px;
}

.contact_info .copyright {
	font-size: 18px;
	color: #515e29;
	line-height: 24px;
	font-family: 'pt_sans_narrowregular';
}

.feedback_form {
	width: 500px;
	float: right;
	margin-top: -4px;
}

.feedback_form .title {
	font-family: 'pt_serifregular';
	font-size: 36px;
	color: #515e29;
	margin-bottom: 24px;
}

.feedback_form .info {
	font-size: 18px;
	line-height: 21px;
	color: #96a700;
	font-family: 'pt_sans_narrowregular';
	margin-bottom: 41px;
}

.feedback_form .form_filed {
	margin-bottom: 29px;
}

.feedback_form .form_filed.error {
	margin-bottom: 11px;
}

.feedback_form .form_filed.error .some_input {
	border: 1px solid #c13030;
}

.form_filed ul {
	display: none;
}

.form_filed.error ul {
	display: block;
	padding-left: 5px;
	margin-top: 5px;
}

.form_filed.error ul li {
	color: #c13030;
	font-size: 18px;
	font-family: 'pt_sans_narrowregular';
}

.feedback_form .some_input {
	border: 1px solid #bfb6ab;
	border-radius: 22px;
	height: 44px;
	width: 466px;
}

.feedback_form .some_textarea {
	width: 466px;
	border: 1px solid #bfb6ab;
}

.feedback_form .submit_feedback {
	font-family: 'open_sans_condensedbold';
	margin-bottom: 20px;
	color: #fff;
}

.cart_widget {
	z-index: 800;
	cursor: pointer;
	width: 150px;
	height: 63px;
	padding-left: 100px;
	padding-top: 17px;
	font-size: 22px;
	color: #fefefe;
	background-image: url("../images/ui/cart_icon.png");
	background-color: #515e29;
	background-repeat: no-repeat;
	background-position: 31px 24px;
	border-top-left-radius: 22px;
	border-top-right-radius: 22px;
	position: fixed;
	bottom: 0;
	right: 0;
}

.cart_widget .item_count {
	font-family: 'pt_sans_narrowregular';
	margin-bottom: 3px;
}

.cart_widget .item_price {
	font-family: 'pt_sans_narrowbold';
}

.cart_widget .success {
	display: none;
	font-family: 'pt_sans_narrowregular';
	position: absolute;
	width: 246px;
	text-align: center;
	top: -111px;
	left: 0;
	font-size: 22px;
	color: #515e29;
	border-radius: 22px;
	padding-top: 33px;
	padding-bottom: 32px;
	background-color: #bccf00;
}

.cart_widget .success:before {
	content: '';
	position: absolute;
	display: block;
	width: 25px;
	height: 12px;
	left: 40px;
	bottom: -12px;
	background-image: url("../images/ui/cart_widget_arrow.png");
}

.popup {
	display: none;
	width: 614px;
	position: absolute;
	margin-left: -307px;
	border: 2px solid #bccf00;
	left: 50%;
	z-index: 10001;
	background-color: #fff;
	border-radius: 22px;
	padding-top: 44px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 30px;
}

.popup .title {
	font-size: 36px;
	color: #515e29;
	font-family: 'pt_serifregular';
	margin-bottom: 16px;
}

.popup .info {
	font-size: 24px;
	color: #86ad00;
	margin-bottom: 52px;
	font-family: 'open_sanscondensed_light';
}

.popup .form_table {
	width: 100%;
}

.popup .form_table td {
	padding-bottom: 26px;
}

.popup .form_table .label {
	width: 150px;
	font-size: 18px;
	color: #808080;
	text-align: right;
	padding-right: 19px;
	font-family: 'pt_sans_narrowregular';
}

.popup .form_table .some_input {
	height: 44px;
	width: 333px;
	border: 1px solid #bfb6ab;
	border-radius: 22px;
}

.popup .form_table .some_textarea {
	width: 333px;
	height: 95px;
	border-radius: 22px;
	border: 1px solid #bfb6ab;
}

.order_success_popup {
	position: fixed;
	top: 150px;
	font-family: 'open_sanscondensed_light';
}

.cart_popup {
	width: 896px;
	margin-left: -500px;
}

.cart_popup .cart_title {
	font-family: 'pt_serifregular';
	float: left;
	font-size: 36px;
	color: #515e29;
	margin-bottom: 35px;
}

.cart_popup .cart_info {
	font-family: 'open_sans_condensedbold';
	float: right;
	font-size: 24px;
	color: #86ad00;
	margin-top: 5px;
	margin-right: 40px;
}

.cart_popup .cart_table {
	width: 900px;
	margin-bottom: 24px;
}

.cart_popup .cart_table th {
	font-family: 'pt_sans_narrowregular';
	font-size: 18px;
	color: #808080;
	padding-bottom: 16px;
}

.cart_popup .cart_table th, .cart_popup .cart_table td {
	border-bottom: 2px solid #e8f1f1;
}

.cart_popup .cart_table td {
	padding-top: 6px;
	padding-bottom: 4px;
}

.cart_popup .cart_table .image {
	padding-right: 22px;
	width: 113px;
}

.cart_popup .cart_table .image_wr {
	width: 100px;
	height: 77px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.cart_popup .cart_table .image_wr img {
	vertical-align: middle;
}

.cart_popup .cart_table .name {
	font-size: 24px;
	color: #515e29;
	width: 222px;
	font-family: 'open_sans_condensedbold';
}

.cart_popup .cart_table .price {
	font-family: "open_sans_condensedbold";
	font-size: 24px;
	color: #86ad00;
	width: 109px;
}

.cart_popup .cart_table .sum {
	font-family: "open_sans_condensedbold";
	font-size: 24px;
	color: #86ad00;
	width: 145px;
}

.cart_popup .cart_table .quantity {
	width: 200px;
}

.cart_popup .cart_table .quantity .item {
	border: 1px solid #c0b6ac;
	border-radius: 22px;
	padding: 3px;
	width: 135px;
}

.cart_popup .cart_table .quantity .minus {
	width: 38px;
	height: 38px;
	float: left;
	background-image: url("../images/ui/cart_minus.png");
	background-repeat: no-repeat;
	background-position: center center;
}

.cart_popup .cart_table .quantity .plus {
	width: 38px;
	height: 38px;
	float: left;
	background-image: url("../images/ui/cart_plus.png");
}

.cart_popup .cart_table .quantity .quantity_input {
	font-size: 24px;
	color: #808080;
	font-family: "open_sans_condensedbold";
	width: 26px;
	height: 36px;
	text-align: center;
	float: left;
	padding: 0 16px;
}

.cart_popup .cart_table .remove {
	display: block;
	width: 38px;
	height: 38px;
	background-image: url("../images/ui/cart_remove.png");
}

.cart_popup .title {
	font-family: "open_sans_condensedbold";
	color: #515e29;
	font-size: 24px;
	margin-bottom: 39px;
}

.cart_popup .btn {
	background-color: #bccf17;
}

.cart_popup .full_sum {
	float: right;
	margin-right: 119px;
	margin-bottom: 46px;
}

.cart_popup .full_sum .label {
	font-family: "open_sans_condensedbold";
	font-size: 16px;
	color: #808080;
}

.cart_popup .full_sum .value {
	font-family: "open_sans_condensedbold";
	font-size: 30px;
	color: #86ad00;
	margin-left: 10px;
}

.cart_popup .form_table {
	width: 500px;
	margin: 0 auto;
}

.mask {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-image: url("../images/ui/black_opacity.png");
	background-repeat: repeat;
	z-index: 10000;
}

.close_popup {
	width: 14px;
	height: 15px;
	top: 17px;
	right: 20px;
	position: absolute;
	cursor: pointer;
	background-image: url("../images/ui/close_popup.png");
}

* {
	outline: none;
	margin: 0;
	padding: 0;
	border: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

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

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q, blockquote {
	quotes: none;
}

a img {
	border: none;
}

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

form button {
	position: relative;
	z-index: 2;
}

form button:before,
.products_slider .item .buy_link:before {
	transition: right .3s ease-out;
	position: absolute;
	content: '';
	background-color: inherit;
	display: none;
	top: 0;
	background-image: url(../images/ui/oval.svg);
	background-repeat: no-repeat;
	background-position: center center;
}

form button:before {
	width: 54px;
	height: 54px;
	right: -54px;
	border-radius: 50%;
	z-index: -1;
	background-size: 34px 34px;
}

.application_form form button:before {
	width: 40px;
	height: 40px;
	right: -40px;
}

form.loading button:before {
	display: block;
}

.products_slider .item .buy_link {
	overflow: hidden;
}

.products_slider .item .buy_link:before {
	width: 20px;
	height: 31px;
	right: -20px;
	background-size: 15px 15px;
}

.products_slider .item .buy_link.loading:before {
	right: 2px;
	display: block;
}

body {
	height: initial!important;
}

.products {
	position: relative;
}

#prlx .left-0,
#prlx .left-1,
#prlx .left-2,
#prlx .right-0,
#prlx .right-1,
#prlx .right-2 {
	position: absolute;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

#prlx {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow-y: hidden;
}

#prlx .left-0 {
	left: 180px;
	top: 177px;
	width: 105px;
	height: 82px;
	background-image: url(../images/prlx/left-0.png);
}

#prlx .left-1 {
	z-index: 1;
	width: 199px;
	height: 175px;
	left: 40px;
	top: 313px;
	background-image: url(../images/prlx/left-1.png);
}

#prlx .left-2 {
	z-index: 2;
	width: 225px;
	height: 325px;
	left: 80px;
	top: 320px;
	background-image: url(../images/prlx/left-2.png);
}

#prlx .right-0 {
	right: 40px;
	top: 177px;
	width: 145px;
	height: 159px;
	background-image: url(../images/prlx/right-0.png);
}

#prlx .right-1 {
	z-index: 1;
	width: 148px;
	height: 135px;
	right: 160px;
	top: 213px;
	background-image: url(../images/prlx/right-1.png);
}

#prlx .right-2 {
	z-index: 2;
	width: 252px;
	height: 235px;
	right: 75px;
	top: 160px;
	background-image: url(../images/prlx/right-2.png);
}

.reviews_slider {
	height: 316px;
	overflow: hidden;
}



/* CSS styles for viewport with minimum width of 480px and maximum width of 800px*/
@media screen and (min-width:1180px) and (max-width:1500px) {

	#prlx .left-0 {
		width: 52px;
		left: 90px;
	}

	#prlx .left-1 {
		width: 100px;
		left: 20px;
	}

	#prlx .left-2 {
		width: 113px;
		left: 40px;
	}

	#prlx .right-0 {
		width: 77px;
		right: 20px;
	}

	#prlx .right-1 {
		width: 79px;
		right: 80px;
	}

	#prlx .right-2 {
		width: 126px;
		right: 38px;
	}
/*CSS style rules */;
}

/* CSS styles for viewport with minimum width of 480px and maximum width of 800px*/
@media screen and (max-width:1180px) {

	#prlx {
		display: none;
	}

	.wow {
		visibility: visible!important;
	}

	.container {
		overflow-x: hidden;
	}
/*CSS style rules */;
}

.product_popup {
	width: 878px;
	margin-left: -501px;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 60px;
}

.product_popup_inner .image {
	width: 350px;
	float: left;
	margin-right: 40px;
}

.product_popup_inner .product_content {
	width: 485px;
	float: left;
}

.product_popup_inner .product_content .price {
	font-family: 'open_sans_condensedbold';
	font-size: 42px;
	margin-bottom: 22px;
	color: #86ad00;
}

.product_popup_inner .product_content .btn {
	font-size: 24px;
}

.product_popup_inner .product_content .morelink {
	font-family: 'open_sans_condensedbold';
	font-size: 24px;
	display: block;
	margin-top: 24px;
}

.product_popup_inner .product_content .text {
	font-family: 'pt_sans_narrowregular';
	font-size: 18px;
	color: #737373;
	line-height: 1.2;
	margin-top: 30px;
}

.product_popup_inner .product_description h3 {
	font-family: 'open_sans_condensedbold';
	font-size: 30px;
	color: #86ad00;
	margin: 20px 0 0 0;
	padding: 0;
}

.product_popup_inner .product_description .text {
	font-family: 'pt_sans_narrowregular';
	font-size: 18px;
	color: #737373;
	line-height: 1.2;
	margin-top: 10px;
}

.product_popup_inner .product_description .text p {
	margin: 5px 0;
}

.product_popup_inner .text b, .product_popup_inner .text strong {
	font-family: 'pt_sans_narrowbold';
	color: #86ad00;
}

.product_popup_inner .product_content a.buy_link.loading {
	background: url(/images/load.gif) center no-repeat #515e29;
}