body {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;	
	line-height: 27px;
	font-weight: 500;

}

a {
	/** color: #2196f3; **/
	color: #0072ff;
	text-decoration: none;
}

a:hover, a:focus {
    color: #121212;
    text-decoration: none;
    cursor: pointer;
}

.mr-3 {
	margin-right: 1rem;
}

.padding-no {
	padding-left: 0;
	padding-right: 0;
}

.padding-left {
	padding-left: 15px !important;
	padding-right: 0px !important;
}

.padding-right {
	padding-left: 0px !important;
	padding-right: 15px !important;
}

.logo-block {
	width: 212px;
}

.h-phone-block {
	width: calc(65% - 212px);
	display: flex;
    justify-content: space-evenly;
    color: #01152b;
}

.h-phone-block > div > img {
	float: left;
	padding: 26px 20px 26px 0;
}

.h-phone-block > div > span {
	font-size: 10px;
	letter-spacing: 2px;
}

.h-phone-block > div > div {
	font-size: 21px;
	font-family: 'Muller Narrow';
	font-weight: 800;
	letter-spacing: 1.5px;
	white-space: nowrap;
}

.h-cart-block {
	width: 35%;
	display: flex;
    justify-content: space-between;
    padding-top: 14px;
}

.btn-green {
	display: inline-block;
	line-height: 43px;
	padding: 0 25px;
	border-radius: 25px;
	background: #7cc272;
	color: #fff;
	text-transform: uppercase;
	transition: all .2s ease-in-out;
	border: none;
}

.btn-green:hover {
	color: #fff;
	background: #01152b;
}

.btn-orange {
	display: inline-block;
	line-height: 43px;
	padding: 0 25px;
	border-radius: 25px;
	background: #ff8745;
	color: #fff;
	text-transform: uppercase;
	transition: all .2s ease-in-out;
	text-align: center;
	border: none;
}

.btn-orange:hover {
	color: #fff;
	background: #01152b;
}

.btn-search {
	line-height: 40px;
	width: 43px;
	height: 43px;
	display: inline-block;
	text-align: center;
	border-radius: 25px;
	background: #f5f5f5;
	transition: all .2s ease-in-out;
}

.btn-search img {
	transition: all .2s ease-in-out;
	filter: invert(0);
}

.btn-search:hover {
	background: #01152b;
}

.btn-search:hover img {
	filter: invert(1);
}

.mini-cart-box {
	position: relative;
}

.mini-cart-box > div {
	line-height: 40px;
	width: 43px;
	height: 43px;
	display: inline-block;
	text-align: center;
	border-radius: 25px;
	background: #7cc272;
	transition: all .2s ease-in-out;
}

.mini-cart-box > span {
	position: absolute;
	right: 0;
	top: 0;
	width: 15px;
	height: 15px;
	line-height: 14px;
	font-weight: 800;
	font-size: 9px;
	color: #fff;
	background: #ff8745;
	border-radius: 8px;
	text-align: center;

}

.btn-lang {
	padding: 0 15px;
	border-radius: 25px;
	border: 3px solid #c1c1c1;
	height: 43px;
	box-sizing: border-box;
	display: inline-block;
	line-height: 36px;
	font-weight: 300;
	color: #01152b;
	font-size: 14px;
}

.btn-lang > img,
.h-lang-block .dropdown-menu.show li a > img {
	margin-top: -2px;
    margin-right: 5px;
}

.h-lang-block .dropdown-menu.show {
	min-width: 79px;
	padding: 0;
	border-radius: 25px;
	border: 3px solid #c1c1c1;
	box-sizing: border-box;

}

.h-lang-block .dropdown-menu.show li a {
	line-height: 34px;
	font-weight: 300;
	color: #01152b;
	font-size: 14px;
	padding: 0 15px;
}

.h-lang-block .dropdown-menu.show .dropdown-item:focus, .dropdown-item:hover {
	background-color: transparent;
}

.logo-index {
	width: 175px;
	height: auto;
}

.h-block {
	padding: 25px 0;
	border-bottom: 1px solid #ededed;
}

.h-menu-block {
	padding: 15px 0;
	box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 10%);
}

.header-menu {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	justify-content: space-between;
}

.header-menu li a {
	color: #01152b;
	line-height: 40px;
	font-family: 'Muller Narrow';
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.header-menu li a:hover,
.header-menu li.active a {
	color: #7cc272;
}

.slider-index {
	min-height: 600px;
	background: url('./../images/bg-slider.jpg') no-repeat;
	background-position: center bottom;
	background-size: cover;
}

.swiper-slide {
	display: flex;
	justify-content: center;
}

.swiper-slide > div {
	width: 50%;
}

.swiper-slide > div > .swiper-caption {
	width: 648px;
	float: right;
}

.swiper-caption {
	padding: 100px 0;
}

.swiper-caption > div:first-child {
	font-family: 'Muller Narrow';
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #0b0b0b;
	font-size: 72px;
	line-height: 72px;
	margin-bottom: 15px;
}

.swiper-caption > span {
	font-family: 'Muller Narrow';
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 9px;
    color: #0b0b0b;
    font-size: 44px;
    line-height: 57px;
    display: block;
    margin-bottom: 25px;
}

.swiper-caption > div:last-child {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.swiper-nav {
	position: relative;
    width: 250px;
    left: -50px;
}

.slider-index .swiper-pagination {
	font-family: 'Muller Narrow';
	font-weight: 800;
	font-size: 32px;
	line-height: 27px;
	color: #adadad;
}

.slider-index .swiper-pagination-current {
	font-size: 37px;
	color: #7cc272;
}

.swiper-button-prev, 
.swiper-button-next {
    width: 28px;
    height: 28px;
    margin-top: -18px;
    z-index: 1000;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	content: '' !important;
    background: url(./../images/slider-arrow.png) no-repeat;
    background-size: contain;
    background-position: center center;
    display: block;
    width: 28px;
    height: 28px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}

.swiper-button-next:after {
	transform: rotate(180deg);
}

.section {
	padding: 70px 0;
}

.section-title {
	font-family: 'Muller Narrow';
	font-weight: 800;
	font-size: 52px;
	text-transform: uppercase;
	line-height: 72px;
	letter-spacing: 5px;
}

.txt-green {
	color: #7cc272;
}

.swiper-service .swiper-slide {
	width: calc(25% - 10px);
}

.service-card {
	width: 100% !important;
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
	padding: 15px 25px;
	height: 100%;
}

.service-card > div:first-child {
	height: 95px;
}

.service-card > a:nth-child(2) {
	font-family: 'Muller Narrow';
	font-weight: 800;
	font-size: 20px;
	text-transform: uppercase;
	color: #0b0b0b;
	display: block;
	width: 80%;
	margin-bottom: 10px;
	letter-spacing: 2px;
}

.service-card > a:nth-child(2):hover {
	color: #7cc272;
}

.service-card > p {
	color: #61666f;
	font-size: 14px;
	line-height: 24px;
}

.service-card > a:nth-child(4) {
	font-family: 'Muller Narrow';
	font-weight: 800;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #7cc272;
	text-decoration: underline;
}

.service-card > a:nth-child(4):hover {
	text-decoration: none;
	color: #0b0b0b;
}

.swiper-dotted-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #d7d7d7;
    opacity: 1;
}

.swiper-dotted-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    text-align: center;
    bottom: 9px;
    position: relative;
}

.swiper-dotted-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #4a4a4a;
}

.services-index .swiper-nav {
    position: absolute;
    width: 250px;
    left: auto;
    right: 12px;
    top: -85px;
}

.benefits-block {
	background: #7cc272;
	border-radius: 10px;
	justify-content: space-around;
	font-family: 'Muller Narrow';
	font-weight: 800;
	font-size: 19px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	align-items: stretch;
}

.benefits-block > div {
	padding: 45px;
	background: #7cc272;
	transition: all .3s ease-in-out;
	border-radius: 0;
}

.benefits-block > div:hover {
	background: #ff8745;
	border-radius: 10px;
	transform: scale(1.1);
}

.benefits-block > div > div > b {
    font-size: 48px;
    display: block;
    padding: 10px 0 25px;
    margin-bottom: 25px;
    position: relative;
}

.benefits-block > div > div > b::before {
	position: absolute;
	content: '';
	width: 20px;
	background: #fff;
	height: 3px;
	left: 0;
	bottom: 0;
}

.section-subtitle {
	font-family: 'Muller Narrow';
	font-weight: 800;
	font-size: 32px;
	letter-spacing: 2px;
	color: #0b0b0b;
	margin-bottom: 30px;
}

.section-subtitle-up {
	font-family: 'Muller Narrow';
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 5px;
    color: #0b0b0b;
    font-size: 32px;
    line-height: 57px;
    display: block;
}

.about-index p {
	color: #61666f;

}

.grid-news .swiper-slide {
	width: 67% !important;
}

.nav-pills.fm-5 {
	margin: 0 -5px;
	
}

.nav-pills.fm-5 li.nav-item {
	margin: 0 5px;
}

.nav-pills.fm-5 .nav-link {
	background: transparent;
	color: #7f7f7f;
    font-family: 'Muller Narrow';
	font-weight: 800;
	font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 3px solid #d8d8d8;
    border-radius: 30px;
}

.nav-pills.fm-5 .nav-link:hover,
.nav-pills.fm-5 .nav-link.active {
	background: #7cc272;
	border-color: #7cc272;
	color: #fff;
}

.news-card {
	display: flex;
    justify-content: space-between;
    width: 100% !important;
}

.news-card > div:first-child {
	border: 1px solid #d6d6d6;
	padding: 25px;
	margin-right: 5px;
}

.news-card > div:first-child > a:first-child {
	font-family: 'Muller Narrow';
	font-weight: 800;
	font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #0b0b0b;
}

.news-card > div:first-child > a:first-child:hover {
    color: #7cc272;
}

.news-card > div:first-child > span {
	display: block;
    font-family: 'Muller Narrow';
    font-weight: 800;
    font-size: 16px;
    letter-spacing: 3px;
    font-style: italic;
    color: #bdbdbd;
    margin: 10px 0px;
}

.news-card > div:first-child > p {
    font-weight: 300;
    font-size: 14px;
    color: #61666f;
}

.news-card > div:first-child > a:last-child {
	font-family: 'Muller Narrow';
	font-weight: 800;
	font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #0b0b0b;
}

.news-card > div:first-child > a:last-child {
	font-family: 'Muller Narrow';
    font-weight: 800;
    font-size: 16px;
    letter-spacing: 2px;
    color: #7cc272 !important;	
} 

.news-card > div:first-child > a:last-child:hover {
    color: #0b0b0b !important;	
} 

.news-card > div:last-child {
	margin-left: 5px;
}

.order-block {
	background: url('./../images/bg-order.jpg') no-repeat;
	background-position: center bottom;
	background-size: cover;
	padding: 50px 0;
}

.w-form input.form-control,
.review-block input.form-control {
	width: 70%;
    line-height: 50px;
    border-radius: 30px;
    border: 1px solid #e1e1e1;
    padding: 0 20px;
    margin-bottom: 15px;
}

.w-form textarea.form-control,
.review-block textarea.form-control {
	width: 100%;
    line-height: 50px;
    border-radius: 30px;
    border: 1px solid #e1e1e1;
    padding: 0 20px;
    margin-bottom: 15px;
}

.w-form .copy-police-txt {
	font-size: 10px;
    color: #61666f;
    line-height: 12px;
}

.w-form .btn-green {
	box-shadow: none;
    outline: none;
    border: 0;
    margin: 40px 0 25px;
}

.brand-block {
	padding: 25px 0 50px;
}

.brand-box > div {
	display: table;
}

.brand-box > div > span {
	display: table-cell;
	vertical-align: middle;
}

.reviews-block {
	border-top: 1px solid #e9e9e9; 
}

.reviews-block .section-subtitle-up {
	line-height: 42px;
}

.fs-16 {
	font-size: 16px;
}

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

.review-card {
	border: 1px solid #d5d5d5;
	padding: 25px;
	width: 100% !important;
}

.review-card > div {
	margin-bottom: 15px;
}

.review-card > div > div:first-child {
	width: 129px;
	height: 129px;
	float: left;
}

.review-card > div > div:last-child {
	height: 129px;
	display: table;
	padding-left: 15px;
}

.review-card > div > div:last-child > div {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	font-family: 'Muller Narrow';
    font-weight: 800;
    font-size: 16px;
    letter-spacing: 2px;
    font-style: italic;
    color: #bdbdbd;
}

.review-card > div > div:last-child > div > span {
	font-style: normal;
	font-size: 20px;
	display: block;
	color: #0b0b0b;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.reviews-block .swiper-nav {
    left: -10px;
    margin-top: 50px;
}

.info-block {
	padding-top: 60px;
	background: linear-gradient(180deg, transparent, #f3f3f3);
}

.info-block .section-subtitle-up {
	line-height: 42px;
}

.mt-7 {
	margin-top: 5rem!important;
}

.map-block {
	position: relative;
	margin: 0 -15px;
}

.map-block::before {
	display: block;
	content: '';
	width: 100%;
	height: 100px;
	background: linear-gradient(0deg, #000000 0%, #ffffff 100%);
	position: absolute;
	left: 0;
	top:0;
	z-index: 1000;
	background: linear-gradient(180deg, #f3f3f3 0%, #f3f3f3 50%, transparent 100%);
}

.map-block::after {
	display: block;
	content: '';
	width: 100%;
	height: 80px;
	background: linear-gradient(0deg, #000000 0%, #ffffff 100%);
	position: absolute;
	left: 0;
	bottom:0;
	z-index: 1000;
	background: linear-gradient(0deg, #fff 0%, #fff 50%, transparent 100%);
}

.b-relative {
	position: relative;
}

.contact-map-block {
	width: 560px;
	position: absolute;
	z-index: 1000;
	top: 130px;
	left: 50%;
	padding: 40px 60px;
	background: #fff;
	border-radius: 10px;
	box-sizing: border-box;
}

.contact-map-block > div:first-child {
	font-family: 'Muller Narrow';
    font-weight: 800;
    font-size: 42px;
    line-height: 52px;
    letter-spacing: 2px;
}

.contact-map-block ul {
	list-style-type: none;
	margin: 25px 0 0;
	padding: 0;
	font-size: 26px;
}

.contact-map-block ul li {
	padding-bottom: 10px;
	display: block;
}

.contact-map-block ul li:last-child {
	font-family: 'Muller Narrow';
    font-weight: 800;
    letter-spacing: 3px;
}

.contact-map-block ul li > span {
	margin-right: 5px;
}

.contact-map-block ul li > span > img {
	position: relative;
	top: -2px;
}

.contact-map-block > div:last-child {
	display: flex;
	margin-top: 30px;
	justify-content: space-between;
}

.contact-map-block > div:last-child > a {
	font-family: 'Muller Narrow';
    font-weight: 800;
    letter-spacing: 3px;
    color: #7cc272;
    font-size: 22px;
    text-decoration: underline;
}

.contact-map-block > div:last-child > a:hover {
	color: #0b0b0b;
	text-decoration: none;
}

.contact-map-block > div:last-child > div > a {
	display: inline-block;
	margin-left: 7px;
}

footer {
	padding: 50px 0 30px;
}

footer .fs-12 {
	font-size: 12px;
    padding-top: 40px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 16px;
}

.f-phones > div {
	margin-bottom: 15px;
}

.f-phones > div > img {
	float: left;
	padding: 20px 20px 10px 0;
}

.f-phones > div > span {
	font-size: 12px;
	letter-spacing: 1px;
}

.f-phones > div > div {
	font-size: 21px;
	font-family: 'Muller Narrow';
	font-weight: 800;
	letter-spacing: 1.5px;
	white-space: nowrap;
}

.f-phones > div > div > a,
.h-phone-block > div > div > a {
	color: #212529;
}

.f-phones > div > div > a:hover,
.h-phone-block > div > div > a:hover {
	color: #7cc272;
}

.f-menu > div {
	font-size: 14px;
	font-family: 'Muller Narrow';
	font-weight: 800;
	text-transform: uppercase;
    letter-spacing: 1px;
	
}

.footer-menu {
	margin: 15px 0 0;
	padding: 0;
	list-style-type: none;
	font-size: 14px;
	line-height: 16px;
}

.footer-menu li {
	padding: 5px 0;
	margin-bottom: 2px;
}

.footer-menu li a {
	color: #7e7e7e !important;
}

.footer-menu li a:hover {
	color: #7cc272 !important;
}

.police-block {
	padding-top: 30px;
}

.police-link {
	color: #7e7e7e;
	letter-spacing: 2px;
	font-weight: 300;
	font-size: 12px;
}

.header-page {
	padding: 30px 0 50px;
	background-size: cover !important;
	background-position: center bottom !important;
	min-height: 280px;
}

.breadcrumbs-list {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.breadcrumbs-list > li {
	display: inline-block;
}

.breadcrumbs-list > li > a,
.breadcrumbs-list > li > span {
	color: #5d616b;
}

.breadcrumbs-list .separate-ul {
	display: inline-block;
	padding-left: 7px;
	padding-right: 7px;
}

h1 {
	font-size: 56px;
	line-height: 62px;
	font-family: 'Muller Narrow';
	font-weight: 800;
	text-transform: uppercase;
    letter-spacing: 1px;
    margin: 30px 0;
}

h3 {
	font-size: 27px;
	line-height: 32px;
	font-family: 'Muller Narrow';
	font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

.section-30 {
	padding: 30px 0;
}

.content p {
	margin-bottom: 25px;
	color: #61666f;
	
}

.fbt {
	border-top: 1px solid #eeeeee;
}

.header-page p {
	width: 30%;
}

.category-menu {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.category-menu li {
	border: 1px solid #d6d6d6;
	margin-bottom: 15px;
}

.category-menu li > a {
	padding: 20px 100px 20px 20px;
    display: block;
    color: #0b0b0b;
	font-size: 14px;
	line-height: 18px;
	font-family: 'Muller Narrow';
	font-weight: 800;
	text-transform: uppercase;
	cursor: pointer !important;
	position: relative;
}

.category-menu li > a:hover {
	color: #7cc272;
}

.category-menu li > a:after{
	content: '+';
    position: absolute;
    right: 25px;
    font-size: 27px;
    color: #7cc272;
    top: calc(50% - 12px);
}

.service-subtitle {
	font-size: 27px;
	line-height: 27px;
	font-family: 'Muller Narrow';
	font-weight: 800;
	color: #0b0b0b;
	margin-bottom: 25px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.service-info {
	display: flex;
	margin-bottom: 30px;
}

.service-info > div:first-child,
.service-info > div:nth-child(2) {
	width: 20%;
}

.service-info > div:last-child {
	width: 60%;
	text-align: right;
}

/** .raiting-block > div {
	width: 21px;
	height: 21px;
	display: inline-block;
	margin-right: 5px;
	background: url('./../images/star-a.png') no-repeat;
	background-position: center center;
	background-size: contain;
} **/

.service-info > div:nth-child(2) a,
.product-info > div:nth-child(2) a {
	font-size: 17px;
	line-height: 21px;
	font-family: 'Muller Narrow';
	font-weight: 800;
	color: #989898;
	text-transform: uppercase;
	text-decoration: underline;
}

.service-info > div:nth-child(2) a:hover,
.product-info > div:nth-child(2) a:hover {
	text-decoration: none;
	color: #0b0b0b;
}

.select-city {
	display: inline-block;
    width: 60%;
    border-radius: 30px;
}

.price_service {
	margin-top: 30px;
	margin-bottom: 30px;
}

.price_service > span {
	font-size: 36px;
    font-family: 'Muller Narrow';
    font-weight: 800;
    color: #0b0b0b;
    margin-right: 30px;
    position: relative;
    top: 3px;
}

.content-full {
	border-top: 1px solid #dddddd;
	padding-top: 30px;
}

.content-full img {
	margin: 0px 0 25px;
}

.content-full table {
	width: 100%;
	border-collapse: separate;
	border-spacing:0 5px;
	margin-bottom: 50px;
}

.content-full table tr {
    background: #f0f0f0;
    color: #4f4f4f;
    border-radius: 5px;
    margin-bottom: 5px;
    text-align: center;
    font-size: 22px;
    font-family: 'Muller Narrow';
    font-weight: 800;
    letter-spacing: 2px;
}

.content-full table tr td,
.content-full table tr th {
	padding: 25px;
}

.content-full table tr td {
	border-right: 1px solid #d3d3d3;
}

.content-full table tr th {
	background: #7cc272;
	border-right: 1px solid #addaa7;
	color: #fff;
}

.content-full table tr td:last-child {
	border-right: none;
	border-radius: 0px 7px 7px 0;
}

.content-full table tr th:last-child {
	border-right: none;
	border-radius: 0px 7px 7px 0;
}

.content-full table tr th:first-child,
.content-full table tr td:first-child {
	border-radius: 7px 0px 0px 7px;
}

.cons-block,
.review-block {
	padding: 50px 80px;
	background: #7cc272;
	border-radius: 7px;
	margin-top: 50px;
}

.cons-block-title,
.r-block-title {
	font-size: 26px;
    font-family: 'Muller Narrow';
    font-weight: 800;
    letter-spacing: 5px;
    text-align: center;
    margin-bottom: 25px;
    text-transform: uppercase;
    color: #fff;
}

.cons-block .w-form input.form-control,
.review-block input.form-control {
	width: 100%;
}

.cons-block .copy-police-txt a,
.cons-block .copy-police-txt,
.review-block .copy-police-txt a,
.review-block .copy-police-txt {
	color: #fff;
}

.cons-block .btn-orange,
.review-block .btn-orange {
	border: none;
	margin-top: 25px;
}

.faq-block {
	margin-top: 50px;
	margin-bottom: 30px;
}

.txt-orange {
	color: #ff8745;
}

.faq-block .accordion-item {
	margin-bottom: 25px;
	border:none;
}

.faq-block .accordion-button {
	background: #f3f3f3;
	padding: 25px 250px 25px 40px;
	border-radius: 10px !important;
	border: none;
	font-size: 27px;
    font-family: 'Muller Narrow';
    font-weight: 800;
    letter-spacing: 2px;
}

.faq-block .accordion-button::after {
    width: 50px;
    height: 50px;
    background: #7cc272;
    font-size: 36px;
    line-height: 46px;
    font-family: 'Muller Narrow';
    font-weight: 800;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 40px;
    border-radius: 25px;
    content: '+';
    padding: 0px;
}

.faq-block .accordion-button:not(.collapsed) {
	color: #7cc272;
}

.faq-block .accordion-button:not(.collapsed)::after {
	content: '-';
	line-height: 40px;
}

.faq-block .accordion-body {
    padding: 25px 40px;
}

.no-border {
	border: none !important; 
}

.doc-block {
	border-bottom: 1px solid #eeeeee;
}

.swiper-docs .swiper-slide > div {
	width: 100% !important;
	text-align: center;
	position: relative;
    z-index: 10;
}

.swiper-docs .swiper-slide > div:last-child {
	font-family: 'Muller Narrow';
    font-weight: 800;
    letter-spacing: 2px;
}

.swiper-docs .swiper-slide {
	display: block;
}

.swiper-docs .swiper-nav {
    position: relative;
    width: 100%;
    left: auto;
    z-index: 1000;
}

.swiper-docs .swiper-dotted-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -5px;
}

.swiper-docs .swiper-button-prev, 
.swiper-docs .swiper-button-next {
    top: -220px;
    position: absolute;
    z-index: 10000;
}

.benefits-block-us > div > div {
	position: relative;
	font-family: 'Muller Narrow';
    font-weight: 800;
    letter-spacing: 2px;
    font-size: 24px;
    margin: 15px 0; 
}

.benefits-block-us > div > div::after {
	content: '+';
	position: absolute;
	left: 200px;
    top: -45px;
	color: #7cc272;
	font-size: 64px;
}

.gray-bg {
	border: none;
	background: linear-gradient(0deg, transparent 0%, #f3f3f3 15%, #f3f3f3 85%, transparent 100%);
}

.relative {
	position: relative; 
}

.map-block-page {
	border-radius: 10px;
}

.map-block-page .contact-map-block {
	top: -50px;
	left: 0px;
	box-shadow: 0 0 7px 0 rgb(0 0 0 / 10%);
	z-index: 1000;
}

.map-block-page .contact-map-block > div > div {
	position: relative;
}

.map-block-page .contact-map-block > div > div > img {
	position: absolute;
	left: -35px;
}

.map-block-page .contact-map-block > div > div > b {
	display: block;
	font-family: 'Muller Narrow';
    font-weight: 800;
    letter-spacing: 2px;
    font-size: 27px;
    margin-block: 15px;
}

.map-block-page .contact-map-block > div > div > b > a {
	color: #212529;
}

.map-block-page .contact-map-block > div > div > b > a:hover {
	color: #7cc272;
} 

.green-label {
	position: absolute;
    z-index: 500;
    background: #7cc272;
    color: #fff;
    font-family: 'Muller Narrow';
    font-weight: 800;
    letter-spacing: 2px;
    font-size: 27px;
    padding: 20px 25px;
    left: 555px;
    top: 270px;
    border-radius: 0 10px 10px 0;
}

.green-label > span {
	font-size: 22px;
    display: block;
    margin-top: 10px;
}

.news-list-card {
	border: 1px solid #d6d6d6;
	height: 100%;
}

.news-list-card > div:first-child > img {
	width: 100%;
	height: auto;
}

.news-list-card > div:last-child {
	padding: 25px;
	margin-right: 5px;
}

.news-list-card > div:last-child > a:first-child {
	font-family: 'Muller Narrow';
	font-weight: 800;
	font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #0b0b0b;
}

.news-list-card > div:last-child > a:first-child:hover {
    color: #7cc272;
}

.news-list-card > div:last-child > span {
	display: block;
    font-family: 'Muller Narrow';
    font-weight: 800;
    font-size: 16px;
    letter-spacing: 3px;
    font-style: italic;
    color: #bdbdbd;
    margin: 10px 0px;
}

.news-list-card > div:last-child > p {
    font-weight: 300;
    font-size: 14px;
    color: #61666f;
}

.news-list-card > div:last-child > a:last-child {
	font-family: 'Muller Narrow';
	font-weight: 800;
	font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #0b0b0b;
}

.news-list-card > div:last-child > a:last-child {
	font-family: 'Muller Narrow';
    font-weight: 800;
    font-size: 16px;
    letter-spacing: 2px;
    color: #7cc272 !important;	
} 

.news-list-card > div:last-child > a:last-child:hover {
    color: #0b0b0b !important;	
} 

.pagination {
	padding: 30px 0 0;
	justify-content: center;
}

.page-link {
	font-family: 'Muller Narrow';
    font-weight: 800;
    font-size: 18px;
    color: #7f7f7f;
    background-color: transparent;
    border: 3px solid transparent;
    width: 45px;
    border-radius: 30px !important;
    box-sizing: border-box;
    margin: 0 2px;
}

.page-link:hover {
	color: #7f7f7f;
}

.page-item.active .page-link {
    z-index: 3;
    color: #0b0b0b;
    background-color: transparent;
    border-color: #7cc272;
}

.right-block-title {
	font-family: 'Muller Narrow';
    font-weight: 800;
    font-size: 14px;
    line-height: 50px;
    margin-bottom: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #7cc272 !important;
    padding: 0px 20px;
    border: 1px solid #d6d6d6;
}

.right-list-news {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.right-list-news li {
	border: 1px solid #d6d6d6;
	padding: 20px;
	margin-bottom: 15px;
}

.right-list-news li > span:first-child {
	display: block;
	font-family: 'Muller Narrow';
    font-weight: 800;
    font-size: 28px;
    color: #7cc272;
}

.right-list-news li > span:last-child {
	color: #bdbdbd;
	display: block;
	font-family: 'Muller Narrow';
    font-weight: 800;
    font-size: 16px;
    font-style: italic;
    letter-spacing: 2px;
}

.right-list-news li a {
	color: #0b0b0b;
}

.right-list-news li a:hover {
	color: #7cc272;
}

.news-info {
	margin-bottom: 50px;
	display: flex;
	justify-content: space-between;
    align-content: space-around;
    align-items: center;
}

.news-info a {
	font-family: 'Muller Narrow';
    font-weight: 800;
    font-size: 14px;
    line-height: 50px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0px 20px;
    border: 1px solid #d6d6d6;
    color: #969696;
}

.news-info a:hover {
	color: #7cc272;
}

.news-info > span {
	font-family: 'Muller Narrow';
    font-weight: 800;
    font-size: 12px;
    line-height: 50px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #969696;
}

.news-info > span:last-child {
	color: #ff8745;
}

.another-news {
	margin-top: 50px;
}

.another-news .right-list-news {
	display: flex;
}

.another-news .right-list-news li {
	width: calc(33.33% - 15px);
	margin-right: 15px;
}

.another-news .right-list-news li:last-child {
	margin-right: 0;
}

.shop-card {
	width: 100% !important;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    padding: 10px 20px 75px;
    height: 100%;
    position: relative;
}

.shop-card > a,
.shop-card-h > div:nth-child(2) > a {
	font-family: 'Muller Narrow';
    font-weight: 800;
    color: #0b0b0b;
    line-height: 22px;
    font-size: 18px;
    display: block;
    margin: 15px 0 10px;
}

.shop-card > a:hover,
.shop-card-h > div:nth-child(2) > a:hover {
	color: #7cc272;
}

.shop-card > div:first-child {
	text-align: center;
	height: 170px;
}

.shop-card > div:first-child > img {
	height: 170px;
	width: auto;
	margin: 0 auto;
}

.shop-card > p,
.shop-card-h > div:nth-child(2) > p {
	color: #61666f;
    font-size: 14px;
    line-height: 18px;
}

.shop-card > div:last-child {
	display: flex;
	justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    position: absolute;
    bottom: 25px;
    right: 20px;
    left: 20px;
}

.shop-card-h > div:nth-child(2) > div:last-child {
	display: flex;
	justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
}

.shop-card .btn-green {
	font-size: 14px;
	line-height: 36px;
	padding: 0 15px;
}

.shop-card-h .btn-green {
	margin-left: 15px;
}

.shop-card > div:last-child > div:first-child,
.shop-card-h > div:nth-child(2) > div:last-child > div:first-child {
	font-family: 'Muller Narrow';
    font-weight: 800;
    color: #0b0b0b;
    line-height: 15px;
    font-size: 14px;
    letter-spacing: 1px;
}

.shop-card > div:last-child > div:first-child > b,
.shop-card-h > div:nth-child(2) > div:last-child > div:first-child > b {
	font-size: 28px;
}

.shop-card > div:last-child > div:first-child > span,
 .shop-card-h > div:nth-child(2) > div:last-child > div:first-child > span {
	color: #ff8745;
	display: block;
}

.shop-card .d-flex {
	justify-content: space-between;
	margin-bottom: 15px;
}

.shop-card-h .d-flex {
	margin-bottom: 15px;
}

.shop-card .ec-stars,
.shop-card .ec-stars span,
.shop-card-h .ec-stars,
.shop-card-h .ex-stars span {
	background-image: url(./../images/stars-review-gray.png) !important;
	display: block;
}

.shop-card .review-link,
.shop-card-h .review-link {
	color: #989898;
    text-transform: uppercase;
    text-decoration: underline;
    font-family: 'Muller Narrow';
    font-weight: 800;
    font-size: 16px;
    letter-spacing: 1px;
}

.shop-card-h .review-link {
	padding-left: 15px;
}

.shop-card .review-link:hover,
.shop-card-h .review-link:hover {
	text-decoration: none;
	color: #0b0b0b;
}

.shop-item-page .header-page {
	background: url('./../images/bg-header-shop-item.jpg') no-repeat !important;
	background-size: cover !important;
    background-position: center bottom !important;
    min-height: 240px;
}

.shop-item-page .header-page p {
    display: none;
}

.product-gallery {
	padding: 25px;
	border: 1px solid #eee;
}

.product-gallery .fotorama__thumb-border {
    border-radius: 5px;
    border-color: #e05948;
}

.product-gallery .fotorama__stage img.fotorama__img {
	max-height: 450px !important;
	width: auto !important;
}

.product-info {
	display: flex;
	justify-content: space-between;
}

.product-info > div:nth-child(2) {
	width: 50%;
	text-align: left;
}

.product-info > div:last-child {
	font-size: 16px;
	font-weight: 800;
	color: #e05948
}

.product-info > div:last-child > span {
	color: #7cc272;
}

.product-intro > div {
	font-family: 'Muller Narrow';
    font-weight: 800;
    color: #0b0b0b;
    margin: 30px 0;
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 32px;
    text-transform: uppercase;
}

.product-cart-block > div:last-child,
.product-cart-block > div:first-child {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.product-cart-block .btn-orange,
.product-cart-block .btn-green {
	width: calc(50% - 7px);
	line-height: 55px;
    border-radius: 30px;
}

.product-cart-block {
	margin: 50px 0 25px;
}

.product-cart-block > div:first-child {
	margin-bottom: 25px;
}

.product-cart-block > div:first-child > div:first-child {
	font-family: 'Muller Narrow';
    font-weight: 800;
    color: #ff8745;
    line-height: 22px;
    font-size: 18px;
    letter-spacing: 1px;
}

.product-cart-block > div:first-child > div:first-child > b {
	font-size: 42px;
}

.product-cart-block > div:first-child > div:first-child > span {
	color: #7cc272;
	display: block;
}

.link-green {
	font-family: 'Muller Narrow';
    font-weight: 800;
    color: #7cc272;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: underline;
}

.link-green:hover {
	text-decoration: none;
	color: #0b0b0b;
}

.link-green:hover {
	text-decoration: none;
	color: #0b0b0b;
}

.product-cart-block > div:first-child > div:nth-child(2) {
	width: 100px;
	line-height: 50px;
	border-radius: 30px;
	border: 2px solid #eee;
	display: flex;
	justify-content: space-between;
	font-size: 18px;
	overflow: hidden;
}

.product-cart-block > div:first-child > div:nth-child(2) > span {
	width: 30%;
	text-align: center;
	cursor: pointer;
}

.product-cart-block > div:first-child > div:nth-child(2) > span:hover {
	background: #f3f3f3;
}

.product-cart-block > div:first-child > div:nth-child(2) > span:focus,
.product-cart-block > div:first-child > div:nth-child(2) > span:active {
	background: #7cc272;
	color: #fff;
}

.product-cart-block > div:first-child > div:nth-child(2) > span:first-child {
	border-right: 1px solid #eee;
}

.product-cart-block > div:first-child > div:nth-child(2) > span:last-child {
	border-left: 1px solid #eee;
}

.product-cart-block > div:first-child > div:nth-child(2) > input {
	width: 40%;
	text-align: center;
    padding: 0 0 0 5px;
    margin: 0;
    border: none;
}

.bt-1 {
	border-top: 1px solid #eee;
}

.shop-card-h {
	display: flex;
	margin-bottom: 15px;
	width: 100% !important;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    padding: 10px 20px;
}

.shop-card-h > div:first-child {
	width: 170px;
	height: 100%;
}

.shop-card-h > div:first-child > img {
	width: 170px;
	height: auto;
}

.shop-item-page .nav-pills .nav-link {
	font-family: 'Muller Narrow';
    font-weight: 800;
    font-size: 24px;
    letter-spacing: 1px;
    padding: 0;
    color: #838383;
    margin: 0 15px 0 0;
}

.shop-item-page .nav-pills .nav-link > span {
	font-size: 20px;
    color: #7cc272;
}

.shop-item-page .nav-pills .nav-link.active, 
.shop-item-page .nav-pills .show > .nav-link {
    color: #0b0b0b;
    background-color: transparent;
    
}

.shop-item-page .tab-content {
	padding-top: 15px;
	color: #3c4b5c;
}

.shop-item-page .tab-content .form-group:nth-child(odd) {
	background: #f3f3f3;
}

.shop-item-page .tab-content .form-group label {
	font-weight: 700;
}

.search-box {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.95);
	text-align: center;
	z-index: 11000;
}

.search-box.hidden {
	display: none;
}

.search-box-close {
	position: absolute;
    width: 50px;
    height: 10px;
    border-radius: 3px;
    background: #0b0b0b;
    top: 30px;
    right: 25px;
    transition: all .2s ease-in-out;
    transform: rotate(45deg);
    cursor: pointer;
}

.search-box-close::after {
	position: absolute;
	display: block;
	content: '';
    width: 50px;
    height: 10px;
    border-radius: 3px;
    background: #0b0b0b;
    top: 1px;
    right: 0;
    transition: all .2s ease-in-out;
    transform: rotate(-90deg);
}

.search-box-close:hover {
	transform: rotate(-45deg);
	background: #7cc272;
}

.search-box-close:hover:after {
	transform: rotate(90deg);
    background: #7cc272;
    top: -1px;
}

.search-box-form {
	position: absolute;
	width: 50%;
	height: 50px;
	left: 25%;
	top: calc(50% - 25px);
}

.search-box-form input[type="text"] {
	width: calc(100% - 120px);
	border:none;
	border-bottom: 2px solid #0b0b0b;
	font-family: 'Muller Narrow';
    font-weight: 800;
    font-size: 32px;
    letter-spacing: 1px;
    text-align: center
}

.search-box-form input[type="text"]:focus,
.search-box-form input[type="text"]:active {
	outline: none;
	box-shadow: none;
}
.w-modal .modal-content {
	border-radius: 25px;
}

.w-modal .modal-body {
    padding: 25px 30px;
    text-align: center;
}

.w-modal .w-form input.form-control {
    width: 100%;
}

.w-modal .w-form .btn-green {
    margin: 30px 0 20px;
    padding: 0 50px;
}

.w-modal .modal-header {
	display: block;
	position: relative;
	font-family: 'Muller Narrow';
    font-weight: 800;
    font-size: 32px;
    letter-spacing: 1px;
    border: none;
    text-align: center;
    padding: 30px 0px 15px;
}

.w-modal .w-header > img {
	display: block;
	margin: 0 auto 25px;
}

.w-modal .w-header {
	display: block;
	position: relative;
	font-family: 'Muller Narrow';
    font-weight: 800;
    font-size: 24px;
    letter-spacing: 1px;
    border: none;
    text-align: center;
    padding: 0 0 50px;
}

.review-block {
    padding: 40px 50px;
    border-radius: 25px;
}

.review-block .form-group {
	background: none !important;
}

.ec-rating-stars span {
    background-position: 0 -25px !important;
    background-repeat: no-repeat !important;
    width: 35px !important;
    height: 25px !important;
}

.review-block textarea.form-control {
	line-height: 27px !important;
    padding: 20px 20px !important;
}

.ec-rating-stars span.active {
    background-position: 0 0 !important;
}

.ec-rating-stars span, .ec-stars, .ec-stars span {
    background-image: url('./../images/stars-review.png') !important;
}

.raiting-block .ec-rating-stars span,
.raiting-block .ec-stars,
.raiting-block .ec-stars span {
	background-image: url('./../images/stars-review-gray.png') !important;
}

.review-block .btn-orange {
	margin-top: 0px;
}

.review-block .ec-error {
    position: relative;
    top: -15px;
    font-size: 16px;
    left: 21px;
}

.review-block .copy-police-txt {
    font-size: 10px;
    line-height: 16px;
    padding-top: 10px;
}

.ec-stars {
    background-position: 0 -25px !important;
    background-repeat: repeat-x;
    margin: 0 !important;
    width: 130px !important;
    height: 25px !important;
}

.ec-stars span {
    height: 25px !important;
}

.ec-stars span.rating-5 {
    width: 130px !important;
}
.ec-stars span.rating-4 {
    width: 105px !important;
}

.ec-stars span.rating-3 {
    width: 78px !important;
}

.ec-stars span.rating-2 {
    width: 51px !important;
}

.ec-stars span.rating-1 {
    width: 25px !important;
}

.ec-message.ec-message-review {
	border-color: #d6d6d6;
	background: transparent;
	border-radius: 0px;
}

.ec-message.ec-message-review .ec-stars {
    margin-bottom: 15px !important;
}

.ec-message.ec-message-review .ec-message__meta .ec-message__author,
.ec-message_reply.ec-message__reply > p > strong {
	font-family: 'Muller Narrow';
    font-weight: 800;
    font-size: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.ec-message-review .ec-message__date {
    line-height: 35px;
    font-size: 14px;
}

.ec-message_reply.ec-message__reply {
    background: #f2fff0;
    padding: 19px;
    margin-left: 30px;
    margin-bottom: 20px;
    border: 1px solid #d6d6d6;
}

.map-block-page {
	border-radius: 15px;
	overflow: hidden;
	height: 650px;
}

.map-block-page iframe {
	margin-top: -50px;
}

.search-page .simplesearch-search-form {
	display: flex;
	margin-bottom: 30px;
}

.search-page .simplesearch-search-form input[type="text"] {
	border-radius: 25px 0 0px 25px;
    box-shadow: none;
    outline: none;
    border: 1px solid #ebebeb;
    padding: 0 25px;
    line-height: 43px;
    width: calc(100% - 115px);
} 

.search-page .simplesearch-search-form input[type="submit"] {
	border-radius: 0 25px 25px 0px;
}

.input-parent input[type="text"],
.input-parent textarea {
	border-radius: 25px;
	padding: 5px 15px !important;
	line-height: 2 !important;
	margin-bottom: 10px !important;
}

.coast-cart {
	line-height: 43px;
	padding-right: 25px;
	font-size: 1.7em;
}

#ms2_order_cost {
	font-family: 'Muller Narrow';
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 1.4em;
}

footer .logo-index {
    width: 180px;
    height: auto;
}