* {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

@font-face {
	font-family: Akrobat-Black;
	src: url(../fonts/Akrobat-Black.otf);
}

@font-face {
	font-family: Akrobat-Bold;
	src: url(../fonts/Akrobat-Bold.otf);
}

@font-face {
	font-family: Akrobat-ExtraBold;
	src: url(../fonts/Akrobat-ExtraBold.otf);
}

@font-face {
	font-family: Akrobat-ExtraLight;
	src: url(../fonts/Akrobat-ExtraLight.otf);
}

@font-face {
	font-family: Akrobat-Light;
	src: url(../fonts/Akrobat-Light.otf);
}

@font-face {
	font-family: Akrobat-Regular;
	src: url(../fonts/Akrobat-Regular.otf);
}

@font-face {
	font-family: Akrobat-SemiBold;
	src: url(../fonts/Akrobat-SemiBold.otf);
}

@font-face {
	font-family: Akrobat-Thin;
	src: url(../fonts/Akrobat-Thin.otf);
}

@font-face {
	font-family: Montserrat;
	src: url(../fonts/Montserrat-Regular.ttf);
}

@font-face {
	font-family: Montserrat-Medium;
	src: url(../fonts/Montserrat-Medium.ttf);
}

@font-face {
	font-family: Montserrat-Semibold;
	src: url(../fonts/Montserrat-Semibold.ttf);
}

@font-face {
	font-family: Montserrat-Bold;
	src: url(../fonts/Montserrat-Bold.ttf);
}

input:focus,select:focus,textarea:focus,button:focus{outline:none !important;box-shadow:none !important}

a:hover {
	text-decoration: none;
}

a {
	color: inherit;
}

strong {
	font-family: Montserrat-Semibold;
}

body {
	font-family: Montserrat;
	overflow-x: hidden;
}

header nav {
	padding-top: 40px;
	z-index: 2;
}

header nav .menu {
	display: inline-block;
	vertical-align: top;
	padding-left: 31px;
	padding-top: 14px;
}

header nav .menu ul {
	display: block;
	margin-bottom: 0;
}

header nav .menu ul.basic li {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

header nav .menu ul.basic li:first-child a {
	position: relative;
	padding-right: 30px;
}

header nav .menu ul.basic li:first-child a:after {
	content: url(../img/down.png);
	position: absolute;
	right: 7px;
	top: 12px;
}

footer .menu .basic li:first-child a {
	position: relative;
	padding-right: 25px;
}

footer .menu .basic li:first-child a:after {
	content: url(../img/down_2.png);
	position: absolute;
	right: 7px;
	top: 9px;
}

header nav .menu ul.default {
	margin-left: 22px;
	padding-top: 3px;
	margin-bottom: 0;
	display: inline-block;
	padding-top: 15px;
	position: relative;
}

header nav .menu ul.default:before {
	border-top: 1px solid #dbdada;
	position: absolute;
	width: 100%;
	height: 1px;
	top: 7px;
	left: 0;
	content: '';
}

header nav .menu ul.default li {
	margin-right: 37px;
	display: inline-block;
	list-style: none;
	position: relative;
}

header nav .menu ul.default li:after {
	position: absolute;
	background-color: #abaaaa;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	top: 10px;
	right: -25px;
	content: '';
}

header nav .menu ul.default li:last-child {
	margin-right: 0;
}

header nav .menu ul.default li:last-child:after {
	display: none;
}

header nav .menu ul.default li a {
	font-size: 17px;
	color: #767676;
	font-weight: 500;
	font-family: Montserrat-Medium;
}

header nav .menu ul.basic li a {
	font-family: Montserrat-Medium;
	font-size: 17px;
	color: #121212;
	display: block;
	box-sizing: border-box;
	padding: 3px 17px;
}

header nav .menu ul.basic li.active a {
	color: #fff;
	background-color: #38aa34;
	border-radius: 30px;
}

header nav .phone,
header nav .nav_right_element {
	display: inline-block;
	vertical-align: top;
	padding-top: 17px;
}

header nav .nav_right_element {
	text-align: right;
	margin-left: 66px;
}

header nav .phone .number {
	font-size: 18px;
	color: #9c8357;
	font-family: Montserrat-Medium;
	cursor: pointer;
}

header nav .phone .call {
	font-size: 17px;
	color: #abaaaa;
	font-family: Montserrat-Medium;
	cursor: pointer;
}

header nav .nav_right_element .basket {
	position: relative;
	padding-top: 3px;
	margin-bottom: 29px;
	cursor: pointer;
}

header nav .nav_right_element .basket .count {
	color: #fff;
	font-size: 11px;
	font-family: Montserrat-Medium;
	background-color: #cb4949;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	top: -1px;
	right: -6px;
}

header nav .nav_right_element .search {
	cursor: pointer;
	font-size: 15px;
	color: #000000;
	font-family: Montserrat-Medium;
	position: relative;
}

header nav .nav_right_element .search input {
	box-sizing: border-box;
	position: absolute;
	right: 20px;
	top: -6px;
	border: 1px solid rgba(171, 170, 170, 0.83);
	display: inline-block;
	vertical-align: top;
	height: 30px;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 30px;
	background: transparent;
	padding: 0 15px;
	width: 0;
    opacity: 0;
    visibility: hidden;
    transition: .2s;
}

header nav .nav_right_element .search input.show {
	visibility: visible;
	opacity: 1;
	width: 240px;
}

.slider {
	margin-top: 45px;
	position: relative;
	margin-bottom: 169px;
}

.slider:before {
	background-image: url(../img/header_bg.png);
	background-repeat: no-repeat;
	height: 1282px;
	width: 1282px;
	position: absolute;
	left: 404px;
	bottom: -156px;
	content: '';
}

.slider .title {
	font-size: 24px;
	color: #38aa34;
	font-family: Montserrat-Medium;
	padding-top: 11px;
}

.slider .longtitle {
	text-transform: uppercase;
	font-size: 50px;
	color: #313131;
	font-family: Akrobat-SemiBold;
	line-height: 51px;
}

.slider .desc {
	font-size: 15px;
	color: #8f8f8f;
	font-family: Montserrat-Medium;
	padding-top: 35px;
	line-height: 24px;
	max-width: 245px;
}

.slider .about {
	padding-top: 30px;
}

.slider .about a {
	color: #c9c9c9;
	font-size: 13px;
	font-family: Montserrat-Medium;
	border-bottom: 1px solid #c9c9c9;
	z-index: 2;
}

.slider .img {
	margin-left: -302px;
}

.slider .img img {
	max-width: 1039px;
	max-height: 524px;
}

.slider .owl-nav {
	position: absolute;
	margin: 0;
	bottom: -28px;
	left: 237px;
}

.slider .owl-theme .owl-nav [class*=owl-],
.catalog .owl-theme .owl-nav [class*=owl-],
.full_slider .owl-theme .owl-nav [class*=owl-],
.gallery .owl-theme .owl-nav [class*=owl-],
.rewiews .owl-theme .owl-nav [class*=owl-],
.card_info .owl-theme .owl-nav [class*=owl-] {
	background: transparent;
	color: #38aa34;
	margin: 0;
	padding: 0;
	border-radius: 50%;
	width: 55px;
	height: 55px;
	margin: 0 2px;
	background: transparent;
	z-index: 2;
}

.slider .owl-theme .owl-nav [class*=owl-]:hover,
.catalog .owl-theme .owl-nav [class*=owl-]:hover,
.gallery .owl-theme .owl-nav [class*=owl-]:hover,
.rewiews .owl-theme .owl-nav [class*=owl-]:hover,
.card_info .owl-theme .owl-nav [class*=owl-]:hover {
	background-color: #f0f4ed;
}

.slider .owl-theme .owl-nav span,
.catalog .owl-theme .owl-nav span,
.full_slider .owl-theme .owl-nav span,
.gallery .owl-theme .owl-nav span,
.rewiews .owl-theme .owl-nav span,
.card_info .owl-theme .owl-nav span {
	font-size: 30px;
	display: block;
	margin: 12px auto;
}

.slider .owl-theme .owl-dots {
	position: absolute;
	right: -57px;
	top: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.slider .owl-theme .owl-dots .owl-dot {
	display: block;
	margin-bottom: 25px;
}

.slider .link {
	display: inline-block;
	z-index: 3;
	margin-top: -21px;
	position: relative;
}

.link a {
	text-transform: uppercase;
	font-size: 14px;
	color: #38aa34;
	font-family: Montserrat-Semibold;
	border-radius: 20px;
	border: 2px solid #38aa34;
	box-sizing: border-box;
	padding: 10px 21px;
	transition: .2s;
	display: block;
	position: relative;
	cursor: pointer;
}

.link a.quest:after {
	content: '?';
	font-size: 15px;
	color: #ffffff;
	font-family: Montserrat-Medium;
	position: absolute;
	right: -4px;
	top: -3px;
}

.link a.quest:before {
	background-color: #cd2323;
	height: 21px;
	width: 21px;
	border-radius: 50%;
	position: absolute;
	right: -9px;
	top: -2px;
	content: '';
}

.link a:hover {
	background: #38aa34;
	color: #fff;
}

.owl-theme .owl-dots .owl-dot span {
	width: 5px;
	height: 5px;
	background-color: #98bf97;
	margin: 0;
	border-radius: 50%;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background-color: #38aa34;
}

header .soc {
	float: right;
	margin-top: -10px;
	position: relative;
	z-index: 2;
}

header .soc a {
	color: #38aa34;
	font-size: 19px;
	margin-left: 14px;
}

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

.buttons .link {
	display: inline-block;
	vertical-align: top;
	margin: 0 16px;
}

.head {
	font-size: 38px;
	color: #38aa34;
	font-family: Akrobat-SemiBold;
	position: relative;
	text-align: center;
	padding-bottom: 29px;
}

.head:after {
	background-color: #38aa34;
	width: 30px;
	height: 2px;
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.catalog {
	position: relative;
	z-index: 2;
}

.catalog .head {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin-bottom: 73px;
}

.catalog .head:after {
	right: auto;
}

.catalog .owl-nav {
	position: absolute;
	left: 0;
	bottom: -50px;
}

.catalog .name {
	font-size: 26px;
	font-family: Akrobat-SemiBold;
	color: #313131;
	position: relative;
	padding: 0 20px;
	margin-bottom: 23px;
	transition: .3s;
}

.catalog .name:before {
	opacity: 0.5;
	background-color: #5e8746;
	height: 30px;
	width: 2px;
	position: absolute;
	content: '';
	left: 2px;
	top: 4px;
	transition: .3s;
}

.catalog .desc {
	line-height: 22px;
	font-size: 14px;
	color: #8f8f8f;
	font-family: Montserrat-Medium;
	padding: 0 20px;
	margin-bottom: 8px;
}

.catalog .price {
	font-size: 28px;
	color: #38aa34;
	font-family: Akrobat-SemiBold;
	padding: 0 20px;
}

.catalog .img {
	margin-bottom: 42px;
}

.catalog .item:hover .name {
	background-color: #38aa34;
	border-radius: 0 24px 24px 0;
}

.catalog .item:hover .name:before {
	visibility: hidden;
	opacity: 0;
}

.catalog .item .add {
	background: transparent;
	border: none;
	position: absolute;
	right: 10px;
	top: 10px;
	transition: .3s;
}

.catalog .item:hover .add {
	visibility: visible;
	opacity: 1;
}

.owl-catalog {
	padding-bottom: 84px;
}

.full_slider {
	text-align: center;
	position: relative;
	padding-top: 97px;
	margin-bottom: 228px;
}

.full_slider:before {
	background-image: url(../img/full_slide_fon.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 1204px;
	height: 1204px;
	content: '';
	top: -48px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
}

.full_slider .item {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 460px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.full_slider .name {
	letter-spacing: 0.38px;
	text-transform: uppercase;
	font-size: 38px;
	color: #ffffff;
	font-family: Akrobat-Regular;
}

.full_slider .desc {
	letter-spacing: 0.7px;
	text-transform: uppercase;
	font-size: 70px;
	color: #ffffff;
	font-family: Akrobat-ExtraBold;
	line-height: 80px;
}

.full_slider .info {
	margin-top: -107px;
}

.full_slider .owl-theme .owl-nav [class*=owl-] {
	color: #fff;
}

.full_slider .owl-theme .owl-nav [class*=owl-],
.gallery .owl-theme .owl-nav [class*=owl-] {
	position: absolute;
	top: calc(50% - 23px);
}

.full_slider .owl-theme .owl-nav .owl-prev {
	left: 0;
}

.full_slider .owl-theme .owl-nav .owl-next {
	right: 0;
}

.full_slider .label_slide {
	position: absolute;
	top: 360px;
	z-index: 3;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
}

.gallery {
	margin-bottom: 59px;
}

.gallery .owl-theme .owl-nav .owl-prev {
	left: -77px;
}

.gallery .owl-theme .owl-nav .owl-next {
	right: -77px;
}

.advantages {
	text-align: center;
	margin-bottom: 89px;
}

.advantages .head {
	margin-bottom: 85px;
}

.advantages .ico {
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 8px;
}

.advantages .name {
	font-size: 26px;
	color: #313131;
	font-family: Akrobat-SemiBold;
	margin-bottom: 22px;
}

.advantages .desc {
	font-size: 14px;
	line-height: 22px;
	color: #8f8f8f;
	font-family: Montserrat-Medium;
}

.about .info {
	padding-top: 0;
	margin-bottom: 50px;
}

.about .name {
	color: #a8a8a8;
	line-height: 45px;
	font-family: Akrobat-SemiBold;
	font-size: 38px;
	margin-bottom: 42px;
}

.about .desc {
	line-height: 24px;
	font-size: 15px;
	color: #8f8f8f;
	font-family: Montserrat-Medium;
	margin-bottom: 54px;
}

.about .order a {
	text-transform: uppercase;
	font-size: 14px;
	color: #ffffff;
	font-family: Montserrat-Semibold;
	background-color: #38aa34;
	border-radius: 20px;
	height: 40px;
	width: 173px;
	text-align: center;
	display: block;
	box-sizing: border-box;
	padding-top: 11px;
	cursor: pointer;
}

.about .play_video {
	position: relative;
}

.about .play_video .img img {
	width: 100%;
}

.about .play_video .play {
	cursor: pointer;
}

.about .play_video .play img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

footer {
	padding-top: 11px;
	padding-bottom: 11px;
	position: relative;
}

footer:after {
	width: 100%;
	height: 100%;
	background-image: url(../img/footer.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
}

footer * {
	position: relative;
	z-index: 2;
}

footer:before {
	bottom: 0;
	left: 0;
	content: url(../img/footer_el.png);
	position: absolute;
}

footer .logo {
	display: block;
	padding-top: 15px;
}

footer .menu .default {
	margin: 0;
	padding-bottom: 6px;
}

footer .menu {
	position: relative;
}

footer .menu .default {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}

footer .menu .basic li {
	padding-top: 32px;
}

footer .menu .default li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-right: 24px;
}

footer .menu .default li:last-child {
	margin-right: 0;
}

footer .menu .default li:after {
	position: absolute;
	right: -19px;
	top: 11px;
	background-color: #8a7b61;
	height: 6px;
	width: 6px;
	border-radius: 50%;
	content: '';
}

footer .menu .default li:last-child:after {
	display: none;
}

footer .menu .default li a {
	font-size: 13px;
	color: #83693d;
	line-height: 26px;
	font-family: Montserrat-Medium;
}

footer .menu .basic li {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

footer .menu .basic li.active a,
footer .menu .basic li a:hover {
	background-color: #8a7b61;
	
}

footer .menu .basic li a {
	font-size: 13px;
	color: #ffffff;
	font-family: Montserrat-Medium;
	padding: 3px 9px;
	border-radius: 13px;
	box-sizing: border-box;
	display: block;
}

footer .phone {
	font-size: 14px;
	color: #ffffff;
	font-family: Montserrat-Medium;
	display: inline-block;
	vertical-align: top;
	margin-top: 35px;
}

footer .soc {
	display: inline-block;
	vertical-align: top;
	margin-top: 32px;
}

footer .soc a {
	color: #fff;
	font-size: 20px;
	margin-right: 12px;
}

footer .made {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	margin-top: 27px;
}

footer .made span {
	display: inline-block;
	vertical-align: top;
	padding-top: 7px;
	padding-right: 7px;
}

footer .copyright {
	letter-spacing: 0.07px;
	font-size: 10px;
	color: #ffffff;
	font-family: Montserrat-Medium;
	margin-left: 17px;
}

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

.about,
.catalog_page,
.article_seo,
.basket_card {
	position: relative;
	z-index: 2;
}

.catalog_page .item {
	margin-top: 60px;
	margin-bottom: 60px;
	z-index: 2;
}

.catalog_page .params span {
	display: block;
	font-size: 14px;
	line-height: 22px;
	color: #8f8f8f;
	font-family: Montserrat-Medium;
}

.catalog_page .params span strong {
	color: #000000;
	font-family: Montserrat-Medium;
	font-weight: 500;
}

.catalog_page .name {
    font-size: 22px;
    font-family: Akrobat-SemiBold;
    color: #313131;
    position: relative;
    padding: 0 20px;
    margin-bottom: 23px;
    transition: .3s;
    padding-bottom: 6px;
    z-index: 3;
    box-sizing: border-box;
    padding-top: 4px;
}

.catalog_page .name:before {
	opacity: 0.5;
	background-color: #5e8746;
	height: 30px;
	width: 2px;
	position: absolute;
	content: '';
	left: 2px;
	top: 4px;
	transition: .3s;
}

.catalog_page .desc {
	line-height: 22px;
	font-size: 14px;
	color: #8f8f8f;
	font-family: Montserrat-Medium;
	padding: 0 20px;
	margin-bottom: 8px;
}

.catalog_page .price {
	font-size: 28px;
	color: #38aa34;
	font-family: Akrobat-SemiBold;
}

.catalog_page .price span {
	float: right;
	text-decoration: line-through;
	color: #8b8b8b;
}

.catalog_page .img {
	margin-bottom: 42px;
	min-height: 140px;
}

.catalog_page .item:hover .name {
	background-color: #38aa34;
	border-radius: 0 24px 24px 0;
}

.catalog_page .item:hover .name:before {
	visibility: hidden;
	opacity: 0;
}

.catalog_page .item .add {
	background: transparent;
	border: none;
	position: absolute;
	right: 10px;
	top: 10px;
	transition: .3s;
}

.catalog_page .item:hover .add {
	visibility: visible;
	opacity: 1;
}

.page {
	text-align: center;
	border-bottom: 2px solid #efefef;
	padding-bottom: 60px;
	margin-bottom: 55px;
}

.page a {
	color: #a3a3a3;
	font-family: Akrobat-SemiBold;
	font-size: 28px;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	text-align: center;
	padding-top: 5px;
}

.page a.active {
	background-color: #e7ede3;
}

.article_seo .text {
	line-height: 24px;
	font-size: 14px;
	color: #8f8f8f;
	font-family: Montserrat-Medium;
	text-align: justify;
	position: relative;
	padding-top: 28px;
}

.article_seo .img {
	padding-top: 36px;
}

.girl_bg {
	position: relative;
	z-index: 1;
}

.girl_bg:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 396px;
	margin: 0 auto;
	content: url(../img/seo_text_bg.png);
	bottom: 0;
	height: 570px;
	margin-top: auto;
	margin-bottom: auto;
}

.filter {
	font-size: 15px;
	color: #000000;
	font-family: Montserrat-Medium;
	text-align: center;
	margin-bottom: 20px;
}

.filter select,
.filter input {
	border: 1px solid rgba(171, 170, 170, 0.83);
	height: 30px;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 30px;
	background: transparent;
	padding: 0 15px;
	margin: 0 10px;
}

.filter select {
	width: 200px;
	position: relative;
	z-index: 2;
}

.f_select {
	position: relative;
}

.f_select:after {
	position: absolute;
	right: 20px;
	top: 2px;
	content:"\f107";
	font-family: 'FontAwesome';
	font-size: 20px;
	color: #000;
}

.filter input {
	width: 120px;
}

.filter fieldset,
.filter fieldset div {
	display: inline-block;
	vertical-align: top;
}

.filter button {
	background-color: #5e8746;
	height: 30px;
	width: 137px;
	font-size: 15px;
	color: #ffffff;
	font-family: Montserrat-Medium;
	border-radius: 30px;
	border: none;
}

.select_spec {
	text-align: center;
}

.select_spec a:after {
	background-color: #cd2323;
	height: 21px;
	width: 21px;
	border-radius: 50%;
	text-align: center;
	content: '?';
	font-size: 15px;
	color: #ffffff;
	font-family: Montserrat-Medium;
	right: -9px;
	top: -11px;
	display: block;
	position: absolute;
}

.select_spec a {
	background-color: #ffcd35;
	height: 30px;
	width: 274px;
	display: block;
	font-size: 15px;
	color: #000000;
	font-family: Montserrat-Medium;
	text-align: center;
	box-sizing: border-box;
	padding-top: 5px;
	border-radius: 30px;
	position: relative;
	margin: 0 auto;
	margin-top: 34px;
	margin-bottom: 74px;
}

.select_spec .tool {
	position: relative;
	cursor: pointer;
}

.select_spec .toolt {
	line-height: 22px;
	font-size: 15px;
	color: #ffffff;
	font-family: Montserrat-Medium;
	background-image: url(../img/tooltip.png);
	background-size: contain;
	width: 385px;
	height: 116px;
	background-repeat: no-repeat;
	position: absolute;
	right: -339px;
	top: -131px;
	padding-top: 9px;
	opacity: 0;
	visibility: hidden;
	transition: .2s;
}

.select_spec .tool:hover .toolt {
	opacity: 1;
	visibility: visible;
}

.bread {
	background-color: #efefef;
	padding-top: 14px;
	margin-bottom: 40px;
}

.bread ul li {
	display: inline-block;
	vertical-align: top;
}

.bread a {
	color: #7d7d7d;
	font-size: 12px;
	text-decoration: underline;
	font-family: Montserrat-Medium;
	position: relative;
	display: block;
	margin-right: 16px;
}

.bread a:after {
	content: '>';
	font-size: 12px;
	font-family: Montserrat-Medium;
	color: #7d7d7d;
	position: absolute;
	right: -13px;
	top: 0;
}

.bread span {
	color: #b2b2b2;
	font-size: 12px;
	font-family: Montserrat-Medium;
}

.article_seo .order {
	margin-top: 69px;
	margin-bottom: 78px;
	z-index: 2;
	position: relative;
}

.article_seo .all_article {
	text-decoration: underline;
	font-size: 14px;
	color: #5e8746;
	font-family: Montserrat-Semibold;
	float: left;
	position: relative;
	z-index: 3;
	padding-top: 6px;
}

.article_seo .order .quest a {
	font-size: 14px;
	color: #ffffff;
	font-family: Montserrat-Semibold;
	background-color: #5e8746;
	border-radius: 20px;
	width: 298px;
	height: 40px;
	text-align: center;
	margin: 0 auto;
	display: block;
	box-sizing: border-box;
	padding-top: 10px;
	text-transform: uppercase;
	cursor: pointer;
}

.size:after {
	content: '';
	clear: both;
	display: table;
}


.size .radio input {
	display: none;
}

.size .radio {
	float: left;
	width: 33.333333%;
	margin: 0;
}

.size .radio span {
	font-size: 13px;
	color: #7f7e7e;
	font-family: Montserrat-Medium;
	display: block;
	width: 100%;
	height: 34px;
	text-align: center;
	box-sizing: border-box;
	padding-top: 8px;
	cursor: pointer;
}

.size .radio input:checked + span { 
	color: #48782b;
	background-color: #b6ccaa;
	border-radius: 7px;
}

.catalog_page .item {
	overflow: hidden;
	position: relative;
}

.catalog_page .item .more {
	text-decoration: underline;
	font-size: 13px;
	color: #000000;
	font-family: Montserrat-Medium;
	text-align: center;
	margin-top: 9px;
	cursor: pointer;
	display: none;
}

.catalog_page .item .size {
	transition: .3s;
	height: 68px;
	overflow: hidden;
}

.catalog_page .item .size.show {
	height: auto;
}

.catalog_page .item .sizes {
	background-color: #efefef;
	border-radius: 0 20px 5px 5px;
	position: absolute;
	top: 180px;
	left: -1000px;
	padding-top: 45px;
	padding-bottom: 10px;
	transition: .3s;
	width: 100%;
}

.catalog_page .item:hover .sizes {
	left: 0;
}

.rewiews {
	position: relative;
	z-index: 2;
	text-align: center;
	margin-bottom: 67px;
}

.rewiews .img {
	margin-bottom: 12px;
}

.rewiews .img img {
	width: 67px;
	height: 67px;
	border-radius: 50%;
	text-align: center;
	display: inline;
}

.rewiews .name {
	font-size: 26px;
	color: #313131;
	font-family: Akrobat-SemiBold;
	margin-bottom: 15px;
}

.rewiews .desc {
	line-height: 24px;
	font-size: 14px;
	color: #8f8f8f;
	font-family: Montserrat-Medium;
	max-width: 550px;
	margin: 0 auto;
	margin-bottom: 6px;
}

.rewiews .owl-rew {
	padding-top: 61px;
}

.nav-tabs>li {
	width: 33.3333%;
	text-align: center;
}

.nav-tabs>li>a {
	border: none;
	border-bottom: 2px solid #efefef;
	margin: 0;
	line-height: 22px;
	font-size: 22px;
	color: #3f3f3f;
	font-family: Montserrat-Medium;
	transition: .2s;
	padding-bottom: 26px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	border: none;
	border-bottom: 2px solid #5e8746;
	background: transparent;
	color: #5e8746;
}

.nav-tabs>li>a:hover {
	background: transparent;
	border-bottom: 2px solid #5e8746;
	color: #5e8746;
}

.nav-tabs {
	border: none;
}

.tabs .desc {
	font-size: 16px;
	color: #8f8f8f;
	line-height: 28px;
	font-family: Montserrat-Medium;
	margin-bottom: 20px;
}

.tabs .params {
	padding-top: 20px;
	border-top: 2px solid #5e8746;
}

.tabs .params span {
	display: block;
	letter-spacing: -0.18px;
	color: #939393;
	font-size: 18px;
	font-family: Montserrat-Medium;
	margin-bottom: 7px;
}

.tabs .params span strong {
	font-weight: 500;
	color: #3f3f3f;
}

.tabs .tab-content {
	border-bottom: 2px solid #efefef;
	padding: 53px 43px;
	margin-bottom: 65px;
}

.card_adv {
	background-color: #f5f5f5;
	border-bottom: 2px solid #e3e3e3;
	text-align: center;
	font-size: 18px;
	color: #949494;
	font-family: Montserrat;
	padding-top: 21px;
	padding-bottom: 19px;
	margin-bottom: 60px;
}

.card_adv .img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 35px;
	margin-bottom: 6px;
}
 
.card_adv .container {
	max-width: 790px;
}

.card_info .card_info_param {
	padding-top: 3px;
}

.card_info .card_info_param .article {
	font-size: 20px;
	color: #767676;
	font-family: Akrobat-SemiBold;
}

.card_info .card_info_param .name {
	font-size: 34px;
	color: #5e8746;
	font-family: Akrobat-SemiBold;
	margin-bottom: 40px;
}

.card_info .card_info_param .rating {
	background-image: url(../img/star_grey.png);
	width: 110px;
	height: 22px;
	position: relative;
	margin-top: 41px;
	margin-bottom: 42px;
}

.card_info .card_info_param .rating.rating1:before {
	background-image: url(../img/star_yellow.png);
	position: absolute;
	left: 0;
	top: 0;
	height: 22px;
	width: 22px;
	content: '';
}

.card_info .card_info_param .rating.rating2:before {
	background-image: url(../img/star_yellow.png);
	position: absolute;
	left: 0;
	top: 0;
	height: 22px;
	width: 44px;
	content: '';
}

.card_info .card_info_param .rating.rating3:before {
	background-image: url(../img/star_yellow.png);
	position: absolute;
	left: 0;
	top: 0;
	height: 22px;
	width: 66px;
	content: '';
}

.card_info .card_info_param .rating.rating4:before {
	background-image: url(../img/star_yellow.png);
	position: absolute;
	left: 0;
	top: 0;
	height: 22px;
	width: 88px;
	content: '';
}

.card_info .card_info_param .rating.rating5:before {
	background-image: url(../img/star_yellow.png);
	position: absolute;
	left: 0;
	top: 0;
	height: 22px;
	width: 110px;
	content: '';
}

.card_info .card_info_param .weight,
.card_info .card_info_param .height {
	font-size: 16px;
	color: #616161;
	font-family: Montserrat-Medium;
	position: relative;
	padding-left: 26px;
}

.card_info .card_info_param .weight:before,
.card_info .card_info_param .height:before {
	position: absolute;
	left: 0;
	top: -4px;
}

.card_info .card_info_param .weight {
	margin-bottom: 23px;
}

.card_info .card_info_param .weight:before {
	content: url(../img/weight.png);
}

.card_info .card_info_param .height:before {
	content: url(../img/size.png);
}

.card_info .card_info_param .range {
	color: #8f8f8f;
	font-size: 15px;
	font-family: Montserrat-Medium;
	margin-bottom: 35px;
}

.card_info .card_info_param .range span {
	color: #3f3f3f;
	margin-bottom: 7px;
	display: block;
}

.card_info .card_info_param .sizes .title {
	font-size: 15px;
	color: #8f8f8f;
	font-family: Montserrat-Medium;
	margin-bottom: 14px;
}


.card_info .card_info_param .size .radio {
	width: calc(20% - 7px);
	margin-right: 7px;
	margin-bottom: 7px;
    padding-top: 0;
}

.card_info .card_info_param .size .radio span {
	font-size: 16px;
	color: #616161;
	font-family: Montserrat-Medium;
	background-color: #efefef;
	border-radius: 7px;
	height: 40px;
	padding-top: 9px;
}

.card_info .card_info_param .size .radio input:checked + span { 
	color: #5e8746;
	background-color: #b6ccaa;
}

.card_info .card_info_param .size {
	height: 40px;
	overflow: hidden;
	float: left;
	width: 93%;
	transition: .2s;
}

.card_info .card_info_param .size.show {
	height: auto;
}

.card_info .card_info_param .more {
	float: left;
	width: 7%;
}

.card_info .card_info_param .more span {
	font-size: 30px;
	color: #38aa34;
	border-radius: 7px;
	background-color: #efefef;
	width: 100%;
	display: block;
	text-align: center;
	height: 40px;
	box-sizing: border-box;
	padding-top: 5px;
	cursor: pointer;
}

.card_info .card_info_param .sizes:after {
	clear: both;
	display: table;
	content: '';
}

.card_info .card_info_param .sizes {
	border-bottom: 2px solid #efefef;
	padding-bottom: 68px;
	margin-bottom: 25px;
}

.card_info .card_info_param .price {
	font-size: 50px;
	color: #5e8746;
	font-family: Akrobat-SemiBold;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.card_info .card_info_param .price:after {
	content: url(../img/rub.png);
	position: absolute;
	right: -29px;
	top: 28px;
}

.card_info .card_info_param .count {
	float: right;
	padding-top: 14px;
}

.card_info .card_info_param .count input {
	background-color: #efefef;
	border-radius: 7px;
	height: 48px;
	width: 43px;
	font-size: 30px;
	color: #8b8b8b;
	font-family: Akrobat-Light;
	text-align: center;
	border: none;
}

.card_info .card_info_param .count button {
	background-color: #5e8746;
	border-radius: 7px;
	height: 48px;
	width: 145px;
	border: none;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	font-size: 15px;
	font-family: Montserrat-Medium;
	color: #fff;
	margin-left: 4px;
}

.card_info .card_info_param .count button img {
	margin-left: 7px;
	margin-top: -5px;
}

.card_info {
	padding-bottom: 37px;
}

.owl-card {
	height: 440px;
}

.owl-card .owl-nav {
	position: absolute;
	bottom: 0;
	left: 0;
}

.owl-card .owl-dots {
	position: absolute;
	right: 0;
	bottom: 24px;
}

.owl-card.owl-theme .owl-dots .owl-dot span {
	width: 6px;
	height: 6px;
}

.owl-card.owl-theme .owl-dots .owl-dot {
	margin: 0 12px;
}

.owl-card .item {
	display: flex;
	height: 100%;
	width: 100%;
	align-items: center;
	justify-content: center;
}

.basket_card .item .name {
	font-size: 26px;
	color: #313131;
	font-family: Akrobat-SemiBold;
	margin-bottom: 3px;
}

.basket_card .item .name span {
	color: #8b8b8b;
}

.basket_card .item .range {
	font-size: 14px;
	color: #8f8f8f;
	font-family: Montserrat-Medium;
	margin-bottom: 2px;
}

.basket_card .item .article {
	font-size: 14px;
	color: #8f8f8f;
	font-family: Montserrat-Medium;
}

.basket_card .item .number {
	margin-top: 17px;
}

.basket_card .item .number input {
	background-color: #efefef;
	border-radius: 7px;
	height: 48px;
	max-width: 43px;
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #8b8b8b;
	border: none;
}

.basket_card .item .price {
	font-size: 35px;
	color: #5e8746;
	font-family: Akrobat-SemiBold;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-top: 15px;
}

.basket_card .item .price:after {
	background-image: url(../img/rub.png);
	background-size: contain;
	position: absolute;
	right: -21px;
	top: 21px;
	width: 13px;
	height: 19px;
	content: '';
}

.basket_card .item .del {
	background-color: #efefef;
	border-radius: 7px;
	height: 48px;
	width: 43px;
	text-align: center;
	box-sizing: border-box;
	margin-top: 18px;
	border: none;
}

.basket_card .head {
	margin-bottom: 56px;
}

.basket_card .item .img img {
	width: 100%;
}

.basket_card .item {
	position: relative;
	padding-bottom: 47px;
	margin-bottom: 38px;
}

.basket_card .item:after {
	background-color: #efefef;
	height: 2px;
	max-width: 680px;
	width: 100%;
	margin: 0 auto;
	left: 0;
	right: 0;
	content: '';
	position: absolute;
	bottom: 0;
}

.basket_card .item:last-child:after {
	display: none;
}

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

.result {
	background: #efefef;
	border-top: 20px solid #d6ddd3;
	position: relative;
	z-index: 2;
	font-family: Akrobat-SemiBold;
	padding-top: 35px;
	padding-bottom: 36px;
	margin-bottom: 61px;
}

.result .bottom_text {
	font-size: 26px;
	color: #313131;
}

.result .itog {
	font-size: 50px;
	color: #5e8746;
}

.result .count {
	font-size: 35px;
	color: #8b8b8b;
	margin-top: 11px;
}

.result .cost {
	font-size: 50px;
	color: #5e8746;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.result .cost:after {
	background-image: url(../img/rub.png);
	background-size: contain;
	position: absolute;
	right: -25px;
	top: 30px;
	width: 17px;
	height: 26px;
	content: '';
}

.checkout_card {
	position: relative;
	z-index: 2;
	padding-bottom: 69px;
}

.checkout_block {
	max-width: 700px;
	margin: 0 auto;
	margin-bottom: 60px;
}

.checkout_block .title {
	font-size: 26px;
	color: #313131;
	font-family: Akrobat-SemiBold;
	margin-bottom: 24px;
}

.checkout_block input {
	border: 1px solid rgba(171, 170, 170, 0.83);
	height: 30px;
	width: 100%;
	border-radius: 16px;
	padding: 0 16px;
	font-size: 15px;
	color: #8b8b8b;
	font-family: Montserrat-Medium;
	margin-bottom: 36px;
}

.checkout_block textarea {
	height: 100px;
	width: 100%;
	border-radius: 16px;
	border: 1px solid rgba(171, 170, 170, 0.83);
	padding: 10px 20px;
}

.checkout_block .f_select {
	display: inline-block;
	vertical-align: top;
	max-width: 450px;
	width: 100%;
}

.checkout_block select {
	border: 1px solid rgba(171, 170, 170, 0.83);
	height: 30px;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 16px;
	background: transparent;
	padding: 0 15px;
	width: 100%;
	font-size: 15px;
	color: #000000;
	font-family: Montserrat-Medium;
}

.checkout_block .text_bottom {
	line-height: 22px;
	font-size: 15px;
	color: #8b8b8b;
	font-family: Montserrat-Medium;
	margin-top: 13px;
	margin-left: 16px;
}

.checkout_block .l_chek {
	font-size: 15px;
	color: #000000;
	font-family: Montserrat-Medium;
	padding-top: 1px;
}

.checkout_block input.checkbox {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

.checkout_block .l_chek a {
	text-decoration: underline;
}

.delivery_click {
	font-size: 15px;
	color: #000000;
	font-family: Montserrat-Medium;
	background-color: #ffcd35;
	height: 30px;
	width: 274px;
	border-radius: 16px;
	margin: 0 auto;
	text-align: center;
	box-sizing: border-box;
	padding-top: 4px;
	cursor: pointer;
	margin-top: 49px;
	margin-bottom: 65px;
}

.checkout_card .submit {
	max-width: 700px;
	margin: 0 auto;
	text-align: right;
}

.checkout_card .submit  button {
	border: none;
	text-transform: uppercase;
	font-size: 15px;
	color: #ffffff;
	font-family: Montserrat-Medium;
	background-color: #5e8746;
	border-radius: 7px;
	height: 48px;
	width: 233px;
}

.contacts {
	position: relative;
	z-index: 2;
}

.contacts .title {
	font-size: 34px;
	color: #767676;
	font-family: Akrobat-SemiBold;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 7px;
}

.contacts .contact_block_text {
	line-height: 24px;
	font-size: 14px;
	color: #8f8f8f;
	font-family: Montserrat-Medium;
}

.contacts .contact_block_text strong {
	display: block;
	color: #000000;
}

.contacts .title a {
	text-decoration: underline;
}

.contacts .soc {
	float: right;
}

.contacts .soc {
	color: #767676;
	font-family: Akrobat-SemiBold;
	font-size: 34px;
}

.contacts .soc a {
	text-decoration: underline;
}

.contacts .soc a.inst {
	color: #000000;
}

.contacts .soc a.fb {
	color: #0054a6;
}

.contacts .soc a.yo {
	color: #cd0a0a;
}

.contacts .soc_phone {
	display: inline-block;
	vertical-align: top;
	font-size: 40px;
	margin-left: 14px;
	margin-top: -9px;
}

.contacts .soc_phone .viber {
	color: #a069f2;
}

.contacts .soc_phone .whatsapp {
	color: #19c119;
}

.contacts .soc_phone .telegram {
	color: #499ee7;
}

.contacts .head {
	margin-bottom: 60px;
}

.contacts .contact_block {
	margin-bottom: 57px;
}

.articles {
	position: relative;
	z-index: 2;
}

.articles .item {
	margin-bottom: 80px;
}

.articles .item .title {
	font-size: 26px;
	color: #636363;
	font-family: Akrobat-SemiBold;
	margin-bottom: 7px;
}

.articles .item .desc {
	line-height: 24px;
	font-size: 14px;
	color: #8f8f8f;
	font-family: Montserrat-Medium;
}

.articles .item a {
	text-transform: uppercase;
	font-size: 14px;
	color: #ffffff;
	font-family: Montserrat-Semibold;
	background-color: #5e8746;
	border-radius: 20px;
	height: 40px;
	width: 109px;
	display: block;
	box-sizing: border-box;
	text-align: center;
	padding-top: 10px;
	margin: 0 auto;
	margin-top: 84px;
}

.articles .head {
	margin-bottom: 33px;
}

.bg_girl {
	position: relative;
}

.bg_girl:after {
	content: url(../img/seo_text_bg.png);
	position: absolute;
	right: 100px;
	bottom: 100px;
}

.page_no_bottom {
	border-bottom: 0;
}

.article .desc {
	padding-top: 50px;
}

.article .desc p {
	font-size: 14px;
	color: #585656;
	line-height: 24px;
	margin-bottom: 25px;
}

.article img {
	margin-right: 12px;
}

.article .all_article {
	text-align: center;
	margin-top: 58px;
	margin-bottom: 65px;
}

.article .all_article a {
	text-decoration: underline;
	font-size: 14px;
	font-family: Montserrat-Semibold;
	color: #5e8746;
	cursor: pointer;
}

.about_card .title {
	text-transform: uppercase;
	font-size: 35px;
	color: #636363;
	font-family: Akrobat-SemiBold;
	margin-bottom: 6px;
}

.about_card .desc {
	line-height: 24px;
	font-size: 14px;
	color: #8f8f8f;
	font-family: Montserrat-Semibold;
}

.about_card .author {
	line-height: 24px;
	font-size: 14px;
	color: #000000;
	font-family: Montserrat-Semibold;
	font-style: italic;
	float: right;
	margin-top: 18px;
}

.about_card .row {
	display: flex;
	align-items: center;
}

.about_card .item,
.about_card .head {
	margin-bottom: 50px;
}

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

.about_card .order a {
	text-transform: uppercase;
	font-size: 14px;
	color: #ffffff;
	font-family: Montserrat-Semibold;
	background-color: #5e8746;
	border-radius: 20px;
	height: 40px;
	width: 298px;
	box-sizing: border-box;
	display: block;
	text-align: center;
	padding-top: 10px;
	margin: 0 auto;
	cursor: pointer;
}

.about_card {
	z-index: 2;
	position: relative;
	padding-bottom: 105px;
}

.son {
	max-width: 520px;
	margin: 0 auto;
	margin-top: 126px;
	margin-bottom: 117px;
}

.son .title {
	margin-bottom: 16px;
}

.son .desc {
	color: #000000;
}

.modal-content {
	background-color: #e7e7e7;
	background-image: url(../img/modal_bg.png);
	border: 5px solid #5e8746;
	border-radius: 20px;
	box-shadow: 0 0 38px rgba(0, 0, 0, 0.58);
	position: relative;
	padding: 47px 113px;
}

.modal-content:before {
	height: 323px;
	width: 273px;
	content: '';
	position: absolute;
	left: -71px;
	bottom: -130px;
	background-image: url(../img/modal_img.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.modal-content .inputs {
	position: relative;
}

.modal-content .inputs.required:after {
	color: #cd2323;
	font-size: 26px;
	font-family: Akrobat-SemiBold;
	content: '*';
	position: absolute;
	right: -5px;
	top: -15px;
}

.modal-content .inputs input,
.modal-content .inputs textarea {
	background-color: #ffffff;
	border: 1px solid rgba(171, 170, 170, 0.28);
	height: 30px;
	width: 100%;
	border-radius: 16px;
	font-size: 15px;
	color: #8b8b8b;
	font-family: Montserrat-Medium;
	margin-bottom: 35px;
	padding: 0 15px;
}

.modal-content .inputs textarea {
	height: 71px;
	padding: 15px;
}

.modal-content .order {
	text-align: right;
}

.modal-content .order button {
	text-transform: uppercase;
	font-size: 15px;
	color: #ffffff;
	font-family: Montserrat-Medium;
	background-color: #5e8746;
	border-radius: 7px;
	height: 48px;
	width: 233px;
}

.modal-content .close {
	position: absolute;
	right: 15px;
	top: 15px;
}

input[name="surname"] {
	display: block;
	width: 2px !important;
	height: 3px !important;
	margin-bottom: -3px !important;
	opacity: 0.01;
}

.article {
    z-index: 2;
    position: relative;
}

.navbar {
	max-width: 1266px;
	margin: 0 auto;
	margin-bottom: 20px;
	position: relative;
	z-index: 5;
}

.about .rvg-gallery-item-wrap a,
.tab-pane .rvg-gallery-item-wrap a{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tab-pane .rvg-gallery-item-wrap {
    text-align: center;
    margin: 10px auto;
    display: block;
}

.about .rvg-gallery-item-wrap,
.tab-pane .rvg-gallery-item-wrap{
	position: relative;
}

.about .rvg-icon.rvg-hover-1,
.tab-pane .rvg-icon.rvg-hover-1{
	box-shadow: none;
}

.about .rvg-icon.rvg-hover-1:after,
.tab-pane .rvg-icon.rvg-hover-1:after{
	background: #000;
	opacity: 0.7;
}

.slider:before {
	z-index: 1;
}

.slider:after {
	background-image: url(../img/flare-min.png);
	background-repeat: no-repeat;
	height: 1825px;
	width: 1804px;
	position: absolute;
	left: 53px;
	bottom: -150px;
	content: '';
	z-index: 2;
}

.slider .owl-slider {
	position: relative;
	z-index: 4;
}

.article_seo img {
	position: relative;
}

.gallery .item {
    margin: 10px 0;
    transition: .2s;
}

.gallery .item:hover {
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
}


