@font-face {
  font-family: 'PT Sans';
  src: url("../fonts/PTSans-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }
  
@font-face {
  font-family: 'PT Sans';
  src: url("../fonts/PTSans-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold; }

html {
	height: 100%;
}  

body{
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	color: #282828;
	height: 100%;
	display: flex;
	flex-direction: column;
}  

a, a:hover {
	color: #039e54;
	text-decoration: underline;
}

h1 {
	font-size: 28px;
	font-weight: bold;
	margin: 0;
}

/*button {
	opacity: .75;
}*/

button:hover {
	opacity: .8;
}

label, input, textarea {
	width: 100%;
}

input, textarea {
    border: 1px solid #c1b8c1;
    padding: 5px;
}

input::placeholder, textarea::placeholder {
	color: #7b7b7b;
}

input[type='radio'], label {
	cursor: pointer;
	border: none;
}

input[type='radio'] {
	position: relative;
	height: 18px;
	width: 18px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}

input[type='radio']::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	transform: translate(-50%, -10%);
	background-color: transparent;
	border: 2px solid #9ea8b5;
}

input[type='radio']:checked::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #039e54;
	transform: translate(-50%, 40%);
	visibility: visible;
}

/*.modal {
	top: 30%;
}*/

#authModal .modal-dialog {
	max-width: 550px;
}

#authModal .modal-body {
	padding: 0;
}

#authModal .modal-content {
	border-radius: 8px;
	background: #fff;
	padding: 10px 60px;
	text-align: left;
}

#authModal .modal-content .modal-body>* {
	padding: 10px 0;
}

#authModal .modal-content .modal-body h4 {
	font-weight: 700;
}

#authModal .modal-content .modal-body .authPhone, #authModal .authSMSCode {
	border: 1px solid #5A9D5A;
	border-radius: 4px;
	font-size: 16px;
	padding: 16px;
	color: #5F696C;
}

#authModal .modal-content .modal-body .authSend {
	background: #039E54;
	border-radius: 4px;
	font-size: 16px;
	line-height: 21px;
	color: #fff;
	width: 100%;
	text-align: center;
	padding: 15px 0;
	border: 0;
}

#authModal .modal-content .modal-body .authSend:disabled, #authModal .modal-content .modal-body .authSend:disabled:hover {
	background: #AFE6CB;
}

#authModal .modal-content .modal-body .authSend:hover {
	background: #35B176;
	opacity: 1;
}

#authModal .modal-content .modal-body .authAgreelabel {
	font-size: 9px;
	vertical-align: middle;
	height: 16px;
}

#authModal .modal-content .modal-body .authAgreelabel a {
	text-decoration: underline;
	color: #000;
}

#authModal .modal-content .modal-body .authAgreelabel .authAgree {
	margin-right: 9px;
	width: 16px;
	height: 16px;
}

#authModal .smstext, #authModal .newSMSdenied {
  font-size: 14px;
  color: #5F696C;
}

.newSMS a {
  text-decoration: none;
}

.newSMS a:hover {
  color: #5F696C;
}

.modal-content {
	background: #cdd5df;
	border-radius: 0;
	text-align: center;
}

.modal-phone {
    font-size: 28px;
    color: #039e54;
    margin: 20px 0;
    font-weight: bold;
}

.modal-time {
    font-size: 18px;
}

button.close {
    background: url(../img/modal-close.png) no-repeat;
	width: 36px;
	height: 36px;
	margin: auto;
}

.header-section {
  background: #fff;
  padding: 14px 0;
  position: relative;
  padding-bottom: 0; }

.head-xs {
	display: none;
}

.logo {
	width: 220px;
}

.logo img {
	max-width: 100%;
}

.nav-container {
	margin: 8px 0 4px 15px;
	border-bottom: 2px solid #9ea8b5;
}

.nav-container div{
	-webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.city {
	height: 100%;
	/*margin-right: 37px;*/
}

.navbar-nav{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.navbar-nav .nav-item {
    text-align: center;
    height: 100%;
	margin: auto 10px;
}

.navbar-nav .nav-item .nav-link {
	color: #747f8d;
        font-size: 14px;
        height: 100%;
        width: 100%;
		text-decoration: none;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
}

.consult {
	color: #039e54;
	height: 100%;
	margin: auto 30px;
}

.consult img {
	margin: 0 5px;
}

.phone {
	font-weight: 700;
	font-size: 18px;
	margin-left: 20px;
}

.info {
	margin-left: 7px;
}

.message {
	position: absolute; 
	max-width: 100%;
	/*margin-top: 89px;*/
}

.message p {
	margin: auto; 
	color: #c42b37;
}

.top-index {
	margin: 30px 0;
}

.top-index>.container.row {
	position: relative;
}

.nav-header {
	padding: 5px 0;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-color: #039e54;
	border-bottom: 17px solid #9ea8b5;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.nav-header img{
	padding: 0 10px;
}

.cat-menu {
	border: 1px solid #9ea8b5;
	border-collapse: collapse;
	list-style: none;
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	height: 400px;
}

.cat-menu>li{
	flex: 1 0 auto;
	display: flex;
}

.cat-menu>li:hover {
	color: #fff;
	background-color: #039e54;
}

.cat-menu>li a{
	text-decoration: none;
	color: #282828;
	font-size: 16px;
	margin: auto 0;
	width: 100%;
}

.cat-menu>li:hover>a{
	color: #fff;
}

.cat-menu-wrapper {
	position: absolute;
	z-index: 2;
	top: 100%;
	display: none;
}

.top-index>.row>.nav-catalog.col-md-3:hover ~ div.cat-menu-wrapper, .cat-menu-wrapper:hover {
	display: flex;
}

.cat_menu_inner {
	width: 100%;
	height: 400px;
	display: flex;
	flex-direction: column;
}

.cat_menu_inner .nav-item {
	flex: 1 0 auto;
}

.cat_menu_inner .nav-item .col-md-3 {
    height: 100%;
}

.cat_menu_inner .nav-item .col-md-9 {
    padding: 0;
    right: 15px;
	position: absolute;
	top: 0;
	display: none;
}

.cat_menu_inner>.nav-item>.col-md-3:hover + .col-md-9, .cat_menu_inner>.nav-item .col-md-9:hover{
	display: flex;
}

.cat_menu_inner .nav-item .submenu {
    top: 0;
    left: unset;
    right: 0;
    width: 100%;
	display: flex;
	opacity: 1;
}

.nav-name {
	height: 100%;
	display: flex;
	border: 1px solid #e8edf4;
	border-top: none;
	text-decoration: none;
	background: #fff;
}

.cat_menu_inner>.nav-item a {
    width: 100%;
    text-decoration: none;
    color: #282828;
	margin: auto;
	font-size: 16px;
}

.nav-name:hover{
    background: #039e54;
}

.nav-name:hover .nav-link{
    color: #fff;
}

.cat_menu_inner .cat-menu-right.col-md-8 {
    max-height: 400px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.cat_menu_inner .cat-menu-right .nav-item {
    padding: 5px 0;
	flex: 0 1 auto;
	max-width: 50%;
}

.cat_menu_inner .cat-menu-right .nav-item a:hover {
    color: #039e54;
}

.devider {
	border-bottom: 1px solid #9ea8b5;
}

.devider:last-child{
	border: 0;
}

.submenu {
	position: absolute;
	display: none;
	opacity: 0;
	z-index: 2;
	background: #e8edf4;
	top: 51px;
	left: 99%;
	width: 301%;
	margin-left: -15px;
	height: 400px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.submenu ul{
	column-count: 2;
	list-style: none;
}

.submenu ul li{
	padding: 3px 0;
	display: inline-block;
	width: 100%;
}

.submenu ul li a{
	color: #282828;
}

.submenu ul li a:hover{
	color: #039e54;
	font-weight: bold;
}

.menu-banner {
	padding-top: 20px;
	padding-bottom: 20px;
}

.menu-banner .banner-name {
	position: absolute;
	left: 0;
	top: 0;
	font-weight: bold;
	font-size: 16px;
	margin: 27px;
}

.menu-banner .menu-banner-name1, .menu-banner .menu-banner-name2, .menu-banner .menu-banner-name3 {
	color: #282828;
}

.menu-banner .menu-banner-name2 {
	font-size: 26px;
}

.menu-banner .menu-banner-price {
	color: #fff;
	bottom: 0;
	position: absolute;
	font-size: 26px;
	margin: 27px 12px;
	font-weight: bold;
}

.cat-menu li:hover .submenu{
	display:flex;
	opacity: 1;
}

.srch-cart{
	margin-bottom: 15px;
}

.srch-cart div {
	padding: 0;
}

.search {
    width: 100%;
}

.search-inp, .nc_search {
    width: 100%;
    border-radius: 17px;
    border: 1px solid #9ea8b5;
    height: 36px;
	background: #fff;
}

.search-input, #nc_search_query {
    border: 0;
	height: 100%;
	width: 92%;
	padding: 0 10px;
	background: none;
	outline: none;
    -webkit-appearance: none;
	z-index: 2;
	position: relative;
}

.search-sub, .nc_search .submit, .nc_search button {
    width: 34px;
    border: none;
    background: url(../img/search-ico.png) no-repeat 50% 50%;
    height: 34px;
    float: right;
	position: absolute;
	right: 1px;
	z-index: 2;
	top: 1px;
}

.ui-front .ui-menu {
  width: 100% !important;
  background: #fff;
  z-index: 1;
  margin-top: -20px;
  padding: 24px 0 2px 0;
  border: 1px solid #9ea8b5;
  border-top: none;
  /*border-radius: 0 0 17px 17px;*/
}

.ui-menu .ui-menu-item {
  padding: 10px !important;
}

.ui-front .ui-menu .ui-state-focus {
  border: 0;
  font-weight: unset;
  color: #fff;
  background: #039e54;
}

div.cart-panel {
	text-align: center;
	height: 36px;
	padding-left: 20px;
}

.cart-link {
	color: #747f8d;
	text-decoration: none;
}

.cart-link:hover, .icon-active .cart-link {
	color: #232323;
	text-decoration: none;
}

.cart-link:hover .seen:before, .cart-link:hover .compare:before, .cart-link:hover .favorite:before, .cart-link:hover .cart:before, .icon-active .cart-link div:before{
	opacity: 1;
}

.seen, .compare, .favorite, .cart {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}

.seen:before, .compare:before, .favorite:before, .cart:before {
	width: 34px;
	height: 22px;
	margin: auto;
	opacity: 0.3;
}

.seen:before {
	content: url('../img/watch.png');
}

.compare:before {
	content: url('../img/compare.png');
}

.favorite:before {
	content: url('../img/fav.png');
}

.cart:before {
	content: url('../img/cart.png');
}

.number {
    position: absolute;
    right: 18px;
    top: -10px;
    width: 18px;
    height: 18px;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    background: #039E54;
    border-radius: 50%;
}

.mobile-menu {
	display: none;;
}

.banner.slick-initialized .slick-slide {
	height: 400px;
}

.slick-slide img {
    width: 100%;
    object-fit: fill;
    height: 100%;
}

ul.slick-dots {
	bottom: 0;
	text-align: left;
	padding: 19px 37px;
}

ul.slick-dots li {
	width: 11px;
	height: 11px;
	margin: 0 2px;
}

ul.slick-dots li button {
	width: 9px;
	height: 9px;
	padding: 2px;
}

ul.slick-dots li.slick-active button:before, ul.slick-dots li button:hover:before, ul.slick-dots li button:focus:before {
	color: #039e54;
}

ul.slick-dots li button:before {
	color: #fff;
	width: 11px;
	height: 11px;
	line-height: 11px;
	font-size: 9px;
	opacity: 1;
}

button.slick-arrow {
	width: 32px;
	height: 32px;
	top: unset;
	left: unset;
	z-index: 1;
	right: 10px;
	bottom: 0;
}

button.slick-arrow:before{
	font-size: 32px;
}

button.slick-prev {
	margin-right: 34px;
}

button.slick-prev:before {
	content: url('../img/prev.png');
}

button.slick-next:before {
	content: url('../img/next.png');
}

.index-cats-icons .col {
    padding: 0 6px;
}

.index-cat {
	display: flex;
    border: 1px solid #9ea8b5;
    padding: 7px 6px;
	color: #212529;
}

.index-cat-ico {
    float: left;
}

.index-cat-info {
    float: left;
    padding: 0 23px;
}

.index-cat-name {
    line-height: 14px;
}

.index-cat-price {
    font-size: 26px;
    line-height: 26px;
}

.prod-slider .slick-track {
	margin-right: 0;
	margin-left: 0;
}

.prod-slider .product-card {
	margin-right: 15px;
	margin-left: 15px;
}

.hits, .new {
	margin-bottom: 45px;
}

.subcatsMenu-wrapper, #subcatsMenu .fas.fa-angle-down, #subcatsMenu::after {
	display: none;
}

.prddiscount {
    background: #039e54;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-shadow: 1px 1px 1px black;
    padding: 1px 5px;
    position: absolute;
}

.product-card {
	border: 1px solid #e8edf4;
	padding: 8px 9px;
}

.product-card a {
	color: #282828;
	text-decoration: none;
}

.product-card:hover {
	background-color: #e8edf4;
}

.product-card-compare-fav {
	text-align: right;
}

.prod-card-compare-button {
	background: url('../img/compare.png');
	display: inline-block;
	width: 18px;
	height: 20px;
	border: none;
	opacity: 0.5;
	margin-right: 17px;
}

.prod-card-fav-button {
	background: url('../img/fav.png');
	display: inline-block;
	width: 23px;
	height: 21px;
	border: none;
	opacity: 0.5;
}

.prod-card-fav-button.in-fav {
    background: url('../img/in-fav.png');
    opacity: 1;
}

.prod-card-compare-button.in-comp {
	opacity: 1;
}


.prod-card-compare-button:hover, .prod-card-fav-button:hover {
	opacity: 1;
}

.product-card-img {
	margin: 7px 0;
	height: 235px;
	overflow: hidden;
}

.product-card-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.product-card-name {
	margin: 0 5px;
	font-size: 18px;
	color: #282828;
	line-height: 20px;
	height: 80px;
}

.product-card-name p{
	margin-bottom: 0;
	/*text-overflow: ellipsis;*/
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.prod-card-vendor {
	color: #898989;
}


.product-card-price {
	margin-top: 5px;
	height: 45px;
}

.price_green {
    color: #039e54;
}

.old_price {
	font-size: 17px !important;
	clear: left;
	height: auto !important;
	float: left;
	position: absolute;
	margin-top: 28px;
	text-decoration: line-through;
	color: #c04242;
}

.product-card-price div{
	font-weight: bold;
	font-size: 26px;
	height: 39px;
}

.prod-price-left {
	float: left;
}

.product-card-add-to-cart {
	display: flex;
	float: right;
	margin-top: 10px;
}

.add-to-cart-button {
	width: 80px;
	height: 30px;
	border: none;
	border-radius: 3px;
	display: block;
	background: url('../img/add-to-cart.png') center no-repeat #b9c1ca;
	margin: auto;
}

.add-to-cart-button:hover {
	background-color: #039e54;
}

.mid-banner {
	margin-bottom: 20px;
}

.mid-banner img {
	width: 100%;
}

.index-cats-icons {
    margin-bottom: 40px;
}

.index-cats-icons-mobile {
	display: none;
}

.index-cats-icons a {
	text-decoration: none;
	color: #fff;
}

.index-cats-icons a:hover {
	text-decoration: none;
	color: #fff;
}

.index-cats-icons .col-md-6.row {
	padding-left: 0;
	padding-right: 0;
}

.index-cat-img {
    border: 1px solid #70808f;
    background: #70808f;
    color: white;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    height: 100%;
}

a.index-cat {
	text-decoration: none;
}

.index-cat-ico-img {
	margin: 10px 0;
	height: 56px;
}

.index-cat-ico-img img {
    max-height: 100%;
    max-width: 100%;
}

.index-cat-ico-name {
    margin: auto;
}

.index-more {
	background: #282828;
	/*color: #fff;*/
	padding: 10px 0;
	margin-top: 10px;
}

.index-more .product-card{
	border: none;
	/*border-bottom: 1px solid #b9c1ca;*/
	/*padding-top: 35px;*/
	background: #fff;
}

.catalog-title .subcatsMenu-wrapper .subcatsMenu {
    position: relative;
}

.index-more > .row > .col-md-3 {
    margin: 30px 0;
}

.index-more .product-card:hover {
    background: #e8edf4;
}

.more-products-table .product-card {
	border-left: none;
	border-right: none;
}

.table-product-card-img {
    margin: auto;
    flex: 0;
}

.table-product-card-img img {
    max-width: 75px;
}

.more-products-table .product-card-name {
    margin: auto;
    flex: 1;
    font-size: 16px;
    display: flex;
	padding-left: 15px;
}

.more-products-table .product-card-name p {
    margin: auto;
}

.prod-price-center {
    margin: auto;
    font-size: 16px;
    font-weight: bold;
    color: #039e54;
}

.more-products-table a.btn-add-to-cart {
    width: 100%;
    display: block;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    border-radius: 3px;
    margin: auto;
}

.more-products-table .btn-buy-now {
    border: none;
    border-radius: 3px;
    width: 100%;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin: auto;
}

.more-products.row.container {
    margin-bottom: 50px;
}

.catalog-watched>div {
    margin-bottom: 25px;
}

.in-cart {
    background-color: #039e54;
}

/*
.index-more .product-card-name{
	color: #fff;
}

.index-more .product-card-price {
	margin-top: 13px;
	height: 39px;
}*/

section.empty {
	flex: 1 0 auto;
}

footer {
	background: #282828;
	color: #fff;
	padding: 10px 0;
	flex: 0 0 auto;
}

footer h2 {
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 20px;
}

footer h3 {
	font-weight: bold;
	font-size: 16px;
}

.footer-menu {
	list-style: none;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 220px;
    padding-left: 0;
}

.footer-menu li {
	padding: 10px;
}

.footer-menu a{
	color: #b9c1ca;
	text-decoration: none;
	font-size: 16px;
}

.copyrights {
	color: #b9c1ca;
	font-size: 16px;
}

.breadcrumbs {
	color: #282828;
}

.breadcrumbs a{
	text-decoration: none;
	color: #282828;
	font-size: 16px;
}

.breadcrumbs .active {
	color: #039e54;
	font-size: 16px;
}

.product-wrapper {
	margin-top: 15px;
}

.product-title h1{
	background: #e8edf4;
	padding: 10px;
}

.product-information {
	margin: 44px auto;
}

.product-information .object-actions.row {
    max-width: 100%;
}

.product-delivery-info {
	padding: 11px;
	background: #e8edf4;
}

.prod-delivery-info-title {
	color: #039e54;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: auto;
}

.prod-delivery-info-text {
	margin-bottom: 34px;
}

.product-information .fotorama__nav-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 6px;
	width: 80%;
}

.product-information .fotorama__nav.fotorama__nav--thumbs {
    text-align: left;
}

.product-information .fotorama__thumb-border {
	border-color: #039e54;
}

.product-main-info {
	padding-top: 18px;
	font-size: 16px;
}

.product-main-info p {
	margin-bottom: 5px;
}

.product-main-info a {
	text-decoration: none;
}

.product-buttons {
	margin: 15px auto;
}

.product-buttons a {
	display: block;
	font-size: 16px;
	text-decoration: none;
	padding-left: 32px;
}

.fav-button {
	background: url('../img/prod-card/fav-ico.png') no-repeat 0 3px;
}

.compare-button {
	background: url('../img/prod-card/compare-ico.png') no-repeat 3px 1px;
	margin-top: 10px;
}

.product-price {
	font-size: 28px;
	font-weight: bold;
	margin: 20px 0;
	color: #039e54;
}

.product-price .old_price {
    font-size: 20px !important;
    position: unset;
    clear: unset;
    float: unset;
    display: inline-block;
    width: 40%;
    text-align: center;
    margin-top: 9px;
}

.quantity-title {
	font-size: 16px;
	margin-bottom: 5px;
}

.quantity button {
    border: 0;
    background: none;
    padding: 0;
	float: left;
	margin: 0 3px;
}

.quantity input {
	-moz-appearance: textfield !important;
	-webkit-appearance: none;
	width: 32px;
	height: 32px;
	padding: 0;
	border: none;
	background: #e8edf4;
	border-radius: 16px;
	margin: auto;
	text-align: center;
	float: left;
	font-size: 20px;
}

.quantity i {
    display: flex;
    width: 32px;
    height: 32px;
    background: #9baab7;
    border-radius: 16px;
    color: #fff;
	align-items: center;
}

.icon-angle-minus:before {
	content: "-";
	font-style: normal;
    font-size: 28px;
    vertical-align: middle;
    line-height: 28px;
    margin: 0 auto;
	height: 36px;
}

.icon-angle-plus:before {
	content: "+";
	font-style: normal;
    font-size: 28px;
    vertical-align: middle;
    line-height: 28px;
    margin: 0 auto;
}

.prod-checkout {
	margin-top: 13px;
	margin-bottom: 50px;
	padding: 7px 0;
	border-bottom: 1px solid #9baab7;
}

.prod-checkout button {
    width: 100%;
    border: none;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border-radius: 3px;
    height: 40px;
}

.total-price {
	font-size: 16px;
	font-weight: bold;
	display: flex;
}

.total-price-value {
	margin: auto 0;
}

.btn-add-to-cart {
	background: #9baab7;
}

.btn-buy-now {
	background: #039e54;
}

.product-description {
	font-size: 16px;
}

.prod-description-head {
	margin-top: 30px;
}

.prod-min-specs {
  column-count: 3;
  margin: 0 -15px;
}

.characteristics .prod-min-specs p {
  justify-content: space-between;
  display: flex;
  border-bottom: 1px dotted #6c757d;
  margin-left: 15px;
  margin-right: 15px;
  color: #039e54;
}

.prod-min-specs span {
  color: #9baab7;
}

.watched-products {
	margin-top: 30px;
}

.catalog-title {
	margin: 15px 0;
}

.catalog-title h2 {
	margin-bottom: 0;
	background: #e8edf4;
	padding: 6px 10px;
}

.catalog-subcategories {
	margin-bottom: 10px;
}

.catalog-subcategories ul {
	padding: 0;
	list-style: none;
	font-size: 16px;
	font-weight: bold;
	column-count: 4;
}

.catalog-subcategories li {
	padding: 7px 0;
	display: inline-block;
	width: 100%;
	position: relative;
}

.catalog-subcategories li::after {
    content: "";
    float: right;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 10px solid #039e54;
    border-bottom: 18px solid transparent;
    position: absolute;
    right: 10px;
    top: 7px;
}

.catalog-subcategories a {
    color: #fff;
    background: #039e54;
    display: block;
    padding: 7px;
    text-decoration: none;
    margin-right: 20px;
}

.catalog-prefix {
	padding: 10px 0;
	border-bottom: 1px solid #e8edf4;
	border-top: 1px solid #e8edf4;
	background: #fff;
	z-index: 1;
}

#filter-button, .filter-header {
	background: #039e54;
	width: 100%;
	border: none;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	border-radius: 3px;
	height: 40px;
}

.filter-header>div {
	margin: auto 0;
	text-align: left;
}

.filter-close {
    width: 40px;
    background: #f56262;
    border-radius: 3px;
    right: 0px;
    position: absolute;
    height: 40px;
    border: none;
    color: #fff;
}

.filter-fields {
    margin-top: 20px;
}

.c20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
	float: left;
}

.filter-Vendor .filter-field {
    max-height: 308px;
	height: 308px;
}

.filter-field {
    max-height: 131px;
	height: 131px;
    overflow-y: auto;
    padding: 10px;
    border: 1px solid #e8edf4;
	position: relative;
}

.filter-checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.filter-checkbox label>span {
  display: inline-flex;
  align-items: center;
  user-select: none;
}

.filter-checkbox label>span::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 2px;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.filter-checkbox input:checked+span::before {
	color: #039e54;
	content: '\f00c';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	line-height: 16px;
}

.filter-field-name {
    background: #e8edf4;
    padding: 0 11px;
    font-weight: bold;
    font-size: 16px;
	height: 46px;
}

.filter-range .filter-field label {
	display: flex;
}

.filter-range .filter-field label span{
	font-size: 16px;
	margin: auto;
	margin-right: 10px;
}

.filter-range .filter-field label input{
	margin: 0 5px;
	font-size: 16px;
	background: #e8edf4;
	border: none;
	padding: 5px 8px;
}

.filter-buttons {
	direction: rtl;
	margin-top: 10px;
}

.filter-buttons button, .filter-buttons input {
    width: 100%;
    padding: 8px;
    font-size: 16px;
    color: #fff;
    border: none;
    border-radius: 3px;
    font-weight: bold;
}

.filter-buttons input {
    background: #b9c1ca;
}

.filter-buttons button {
    background: #039e54;
}

.sorting {
	display: flex;
}

.sort-by {
	margin: auto;
	font-size: 16px;
	color: #747f8d;
}

.sort-by a {
	text-decoration: none;
	color: #747f8d;
	margin: auto 10px;
	padding: 5px 0;
}

.sort-by a.active {
	border-bottom: 2px solid #039e54;
}

.catalog-pagination {
	display: flex;
	justify-content: right;
}

.catalog-page {
	font-size: 16px;
	color: #7b848d;
	text-decoration: none;
	margin: auto 12px;
	padding-bottom: 2px;
}

.catalog-page:hover, .catalog-page-current {
	text-decoration: none;
	color: #7b848d;
	border-bottom: 2px solid #039e54;
	padding-bottom: 0;
}

.catalog-page-arrow {
    font-size: 0;
    width: 32px;
    height: 32px;
    display: inline-block;
    opacity: 1;
    line-height: 32px;
    margin: auto 2px;
}

.catalog-page-prev {
    background: url('../img/prev.png');
}

.catalog-page-next {
    background: url('../img/next.png');
}

.catalog-page-prev:hover, .catalog-page-next:hover {
	opacity: .8;
}

.catalog-products .catalog-prod {
	margin: 15px 0;
}

.more-wrapper {
    margin: 20px auto;
}

.more-button {
    margin: auto;
    color: #fff;
    background: #039e54;
    padding: 10px 20px;
    border-radius: 3px;
    text-decoration: none;
    font-size: 16px;
}

.more-button:hover {
    color: #fff;
    opacity: 0.8;
	text-decoration: none;
}

.more-button .fa-chevron-down {
    font-size: 12px;
}

.cart-page-labels {
	display: none;
}

.cart-page-stage {
	display: none;
}

.cart-page-stage.active {
	display: block;
}

.cart-form-wrapper {
    font-size: 16px;
}

.cart-form-wrapper .catalog-title{
	padding-left: 0;
	padding-right: 0;
}

.cart-items-table {
	border-top: 1px solid #7b7b7b;
}

.cart-items-label {
	font-weight: bold;
}

.cart-items-table.row, .cart-items-table.row>.row, .cart-items-label, .cart-items-val {
	padding-left: 0;
	padding-right: 0;
}

.cart-items-table.row>.row {
	margin-top: 5px;
	/*align-items: center;*/
	border-bottom: 1px solid #7b7b7b;
	padding: 15px 0;
}

.cart-items-name {
	/*color: #039e54;*/
	font-weight: bold;
}

.cart-items-image img {
	width: 100%;
}

.delete-from-cart {
	position: absolute;
	bottom: 0;
}

.cart-items-val.quantity{
	padding-left: 20px;
}

.cart-items-val .js-cart-item-quanity-input::-webkit-outer-spin-button, .cart-items-val .js-cart-item-quanity-input::-webkit-inner-spin-button{
	-webkit-appearance: none;
}

.cart-items-val .js-quantity-btn{
	width: 32px;
	height: 32px;
	background: #e8edf4;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	float: left;
	margin: 0 3px;
}

.quant-name, .price-name {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 16px;
}

.js-cart-item-price {
	font-size: 28px;
}

.deleted .cart-items-val {
    opacity: 0.3;
}

.total-cart-items-count, .cart-sidebar {
	font-size: 16px;
}

.cart-items-table-total.row {
    height: 50px;
	border-bottom: 1px solid #7b7b7b;
}

.cart-items-table-total.row>div, .delivery-methods-wrapper, .tpl-block-order-delivery-address {
	padding-left: 0;
	padding-right: 0;
}

.total-label, .total-val {
	color: #039e54;
	font-weight: bold;
	margin: auto 0;
}

.total-val {
	font-size: 28px;
	text-align: right;
}

.cart-page-changeStatus.js-cart-item-changeStatus-btn {
    color: #af243c;
    cursor: pointer;
	
}

.cart-page-changeStatus.js-cart-item-changeStatus-btn:after {
	font-size: 14px;
    line-height: 1;
    font-weight: 400;
    content: 'Удалить из корзины';
    color: #af243c;
}

.deleted .cart-page-changeStatus.js-cart-item-changeStatus-btn:after {
	content: 'Вернуть в корзину';
	color: #039e54;
}

.cart-contacts-wrapper.row {
    margin-top: 40px;
}

.cart-contacts-left, .delivery-method-name {
	padding-left: 0;
}

.cart-contacts-right, .delivery-method-description {
	padding-right: 0;
}

.cart-contacts-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}

.cart-contacts-wrapper label, .cart-contacts-wrapper input, .cart-contacts-wrapper textarea {
	width: 100%;
}

.cart-contacts-wrapper input, .cart-contacts-wrapper textarea {
    border: 1px solid #c1b8c1;
    padding: 9px;
}

.cart-contacts-wrapper input::placeholder, .cart-contacts-wrapper textarea::placeholder {
	color: #7b7b7b;
}

.cart-checkbox {
    display: flex;
    align-items: first baseline;
}

.cart-checkbox input, input[type='checkbox'] {
	width: auto;
}

.cart-checkbox label {
    margin-left: 6px;
	font-size: 14px;
}

.cart-submit-wrapper.prod-checkout {
	border: none;
	direction: rtl;
}

.delivery-methods-wrapper > .row {
    padding-top: 30px;
}

.delivery-method-name span {
	font-weight: bold;
	margin-left: 10px;
	width: auto;
}

.delivery-method-price {
    margin-left: 32px;
    font-size: 28px;
    font-weight: bold;
    color: #039e54;
	text-transform: capitalize;
}

.cart-input-text {
	font-weight: bold;
}

.divider {
    height: 1px;
    background: #7b7b7b;
    margin: 25px 0;
}

.delivery-point-adr-name {
    font-weight: bold;
    margin: 10px 0;
}

.tpl-block-order-delivery-point input {
	display: none;
}

.contacts-wrapper {
    margin-top: 20px;
	font-size: 16px;
	margin-bottom: 50px;
}

.contacts-block-title {
	font-weight: bold;
}

.contacts-block-text {
    margin-bottom: 35px;
}

.contacts-text p {
    margin-top: 35px;
    font-size: 16px;
}

.tpl-component-netcat-module-requests-request .form-fields .tpl-block-input {
	margin-bottom: 10px;
}

.tpl-component-netcat-module-requests-request .form-fields .tpl-block-input input, .tpl-component-netcat-module-requests-request .form-fields .tpl-block-input TEXTAREA, .tpl-component-netcat-module-requests-request .form-fields .tpl-block-input input:focus, .tpl-component-netcat-module-requests-request .form-fields .tpl-block-input TEXTAREA:focus {
    padding: 7px;
    font-size: 16px;
    border-radius: unset;
}

.tpl-component-netcat-module-requests-request .form-fields .tpl-block-input input[type='checkbox'] {
	width: auto;
	-webkit-appearance: checkbox;
	opacity: 0.4;
}

.tpl-component-netcat-module-requests-request .form-fields .tpl-block-input textarea {
	height: 80px;
}

.form-header.row {
	margin-bottom: 10px;
}

.form-header-title {
	font-weight: bold;
}

.tpl-component-netcat-module-requests-request .tpl-block-fields .tpl-field-privacy-policy-agree .tpl-caption {
	display: block;
	padding-bottom: unset;
	padding-left: 10px;
	font-size: 14px;
}

.form-button-wrapper.row.col-md-12 {
    direction: rtl;
}

.form-button-wrapper .form-button button {
    min-height: auto;
    padding: 8px;
    font-size: 16px;
}

.tpl-block-fields .tpl-value {
	align-items: baseline;
}

.cart-sidebar-contacts {
    margin-top: 16px;
}

.cart-sidebar-contacts .green {
	color: #039e54;
	font-weight: bold;
	margin-bottom: 0;
}

.cart-sidebar-contacts .large {
	font-size: 26px;
	margin-bottom: 10px;
}

.cart-sidebar-payments {
    margin-top: 14px;
}

.cart-sidebar-payments-money {
    margin-top: 32px;
}

.about-header h2 {
    font-weight: bold;
}

.col-md-12.about-sub-header {
    font-weight: bold;
    color: #039e54;
}

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

.about-text {
	columns: 2;
}

.about-text p {
	display: inline-block;
	margin: 15px 0;
}

.tpl-text-default-paragraph.col-md-12 {
    text-align: center;
    margin: 40px auto;
    font-size: 26px;
}

.cart-stage-header {
    font-size: 28px;
    margin-top: 30px;
    font-weight: bold;
}

.cart-stage-postfix span {
    color: #039e54;
}

.tpl-button-primary {
    color: #fff;
    text-decoration: none;
    margin: 10px 0;
}

.tpl-button-primary:hover {
    color: #fff;
    opacity: 0.8;
}

.nc_netshop_filter_field_max {
	margin-bottom: 0;
}

.tpl-button-primary .fas.fa-chevron-left {
    margin-right: 6px;
	font-size: 14px;
}

.irs-from, .irs-to, .irs-min, .irs-max {
    display: none !important;
}

.irs--flat {
	height: 30px !important;
}

.irs {
	height: 0 !important;
}

.irs--flat .irs-line {
	top: 14px !important;
	border-radius: none !important;
}

.irs--flat .irs-bar {
	top: 14px !important;
	background-color: #039e54 !important;
}

.irs--flat .irs-handle {
	top: 11px !important;
}

.irs--flat .irs-handle > i:first-child {
	background-color: #039e54 !important;
}

.cookies_agree {
    position: fixed;
    bottom: 0;
    color: #fff;
    padding: 10px 50px;
    background: #282828eb;
    display: flex;
    z-index: 9999999999;
}

.cookies_agree_text {
    flex: 9 0;
}

.cookies_agree_text_mobile {
    display: none;
}

.cookie_btn_wrapper {
    flex: 1 0;
    display: flex;
}

.cookie_btn {
    color: #fff;
    text-decoration: none;
    background: #039e54;
    padding: 10px;
    border-radius: 3px;
    margin: auto;
}

.cookie_btn:hover {
    color: #fff;
    opacity: 0.8;
    text-decoration: none;
}


@media screen and (max-width: 1000px) {
	
h1 {
    font-size: 26px;
}

h2 {
	font-size: 24px;
}

.product-title h1 {
    font-size: 18px;
}
	
.head-lg {
	display: none;
}

.head-xs {
	display: block;
}

.message {
	position: relative;
    flex: 0 0 auto !important;
	margin-top: 0;
}

.message p {
	text-align: center;
}

.mb-tp-rght {
	padding: 0;
}

.logo, .city, .consult, .phone {
	margin: auto 0;
	padding: 0;
	height: 100%;
	display: flex;
}

.city img, .consult img, .phone img {
	margin: 0;
}

.city {
	padding: 5px;
}

.consult-link {
	margin: auto;
}

.top-index {
	margin: 10px 0;
}

.nav-catalog {
	display: none;
}

.mobile-menu {
	display: flex;
    margin: 10px 0;
}

#catalogMenu, #siteMenu {
    background: #039e54;
    border: none;
    color: #fff;
    font-weight: bold;
    text-align: left;
	font-size: 16px;
	padding: 5px;
	display: flex;
}

#siteMenu {
    margin-left: 10px;
    display: flex;
}

#catalogMenu:focus, #siteMenu:focus {
    z-index: 1050;
}

#catalogMenu1, #siteMenu1 {
	z-index: 1050;
}

#catalogMenu1 .close, #siteMenu1 .close {
    width: 100%;
    text-align: center;
	margin: 15px 0;
    background-position-x: center;
}

.dropdown-item {
    padding: 10px;
    border-bottom: 1px solid #9ea8b5;
    text-decoration: none;
}

.dropdown-item:hover, .dropdown-item:focus, .dropdown-item.cur {
    color: #fff;
	background-color: #039e54;
}

.dropdown-toggle::after {
	display: none;
}

#catalogMenu img {
    margin: auto 5px;
    display: block;
    float: left;
}

#siteMenu img {
	max-width: 34px;
	max-height: 15px;
	margin: auto;
}

.dropdown-menu {
    transform: none !important;
    right: 0 !important;
    left: unset !important;
    width: 100%;
    border-radius: 0;
    background: #cdd5df;
    margin: 0;
	padding: 0;
	top: 0;
	transition: none;
}

.search-sub {
	position: absolute;
	right: 1px;
}

div.cart-panel {
    padding-left: 0;
	margin-top: 20px;
}

.banner.slick-initialized .slick-slide {
    height: auto;
}

.slick-slide img {
    max-width: 100%;
}

.slick-dots {
	display: none !important;
}

.index-cat-price {
    font-size: 24px;
}

.mid-banner a {
	display: block;
	overflow-x: hidden;
}

.mid-banner a img{
    min-height: 250px;
    width: auto;
}

.footer-menu {
	max-height: none;
}

.copyrights {
	margin-top: 15px;
}

.index-cats-icons-mobile {
	display: block;
}

.index-cats-icons {
	display: none;
}

.breadcrumbs-wrapper {
    display: none;
}

.product-delivery {
	display: none;
}

.total-price {
	margin: 0 0 10px 0;
	color: #039e54;
}

.watched-products-slider .product-card-img {
	height: 145px;
}

.sorting {
    padding: 20px 0;
}

.catalog-page {
    margin: auto;
}

.catalog-watched>div {
	padding: 5px;
	margin-bottom: 0;
}

.catalog-products .product-card .prod-card-compare-button, .index-more-slider .product-card .prod-card-compare-button, 
.watched-products .product-card .prod-card-compare-button, .catalog-watched .product-card .prod-card-compare-button {
	margin-right: 10px;
}

.catalog-products .product-card .product-card-img, .index-more-slider .product-card .product-card-img, 
.watched-products .product-card .product-card-img, .catalog-watched .product-card .product-card-img {
	height: 115px;
}

.catalog-products .product-card .product-card-name, .index-more-slider .product-card .product-card-name, 
.watched-products .product-card .product-card-name, .catalog-watched .product-card .product-card-name {
	font-size: 16px;
}

.catalog-products .catalog-prod {
	padding: 0 7px;
}

.catalog-products .product-card .product-card-price, .index-more-slider .product-card .product-card-price, 
.watched-products .product-card .product-card-price, .catalog-watched .product-card .product-card-price {
	display: flex;
	height: 30px;
}

.catalog-products .product-card .prod-price-left, .index-more-slider .product-card .prod-price-left, 
.watched-products .product-card .prod-price-left, .catalog-watched .product-card .prod-price-left {
	height: 30px;
	margin: auto;
	font-size: 16px;
}

.catalog-products .product-card .add-to-cart-button, .index-more-slider .product-card .add-to-cart-button, 
.watched-products .product-card .add-to-cart-button, .catalog-watched .product-card .add-to-cart-button {
	width: 50px;
}

.c20 {
	width: 100%;
	margin: 15px 0;
}

.filter-field {
    max-height: 110px;
    height: 110px;
}

.nc_netshop_filter_row.nc_netshop_filter_row_range {
    display: flex;
}

.filter-range .filter-field label {
    margin: auto 10px;
}

.js-quantity, .js-cart-item-price{
    padding-top: 15px;
    padding-left: 0;
}

.cart-items-name, .quant-name, .price-name{
	font-size: 14px;
}

.cart-contacts-right {
	padding: 0;
}

.prod-checkout {
	margin-bottom: 20px;
	margin-top: 0;
}

.cart-sidebar {
	margin-bottom: 40px;
}

.delivery-method-description {
	padding: 0;
}

.fas.fa-arrow-left {
	margin-right: 5px;
}

.about-text {
    columns: 1;
}

.catalog-subcategories {
	display: none;
}

.subcatsMenu-wrapper {
	display: flex;
}

.subcatsMenu {
    background: #9ea8b5;
	border: none;
}

.subcatsMenu a {
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid #b9c1ca;
}

#subcatsMenu .fas.fa-angle-down {
    font-size: 22px;
    padding: 5px 10px;
	display: inline-block;
}

.mid-banner img {
    height: 200px;
    object-position: left;
    object-fit: cover;
}

.prddiscount {
    left: 6%;
    font-size: 18px;
}

.product-buttons {
	column-count: 2;
}

.product-buttons a {
	padding-left: 28px;
}

.compare-button {
	margin-left: -30px;
}

.product-price {
    width: 50%;
    float: left;
	margin-bottom: 10px;
}

.quantity {
    width: 34%;
    float: right;
}

.product-price .old_price {
	margin-top: -10px;
	font-size: 17px !important;
	clear: left;
	float: left;
	position: absolute;
	width: auto;
	display: block;
}

.prod-min-specs {
  column-count: 1;
}

.cookies_agree {
    width: 100%;
	padding: 10px;
}

.cookies_agree_text {
	display: none;
}

.cookies_agree_text_mobile {
	display: block;
}

.filter-fields {
    overflow-y: auto;
    /*height: 60vh;*/
}

}

