#tab-shipping ul, #tab-payment ul, #tab-packaging ul {
margin-left: 20px;
font-size: 13px;
}


.btn-send {
    margin: 0 auto 20px auto;
    padding: 0.5em 2em;
    background: #528a4e;
    color: #ffffff !important;
    border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
	cursor: pointer;
}
.calc-alert {
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 1000;
	text-align: center;
	border-width: 0 0 1px 0;
	border-radius: 0;
}
#form-calc label {
	font-size: 14px !important;
}
.button-box {
	text-align: center;
}
.degree-box label.radio-inline + label {
	margin-left: 30px !important;
}
.degree-box, .price-box {
	margin-bottom: 15px;
}
.price-box span {
	font-weight: bold !important;
}
.price-box > span + span {
	margin-left: 30px !important;
}	
.track-code {
	width: 320px;
    margin-left: -40px;
    margin-bottom: 15px;
	background-color: #205432;
	border-radius: 4px;
}
.track-code img {
	width: 320px;
    height: 103px;
	border-radius: 4px 4px 0 0;
}
@media (max-width: 991px) {
	.track-code img {
		display: none;
	}
	.track-code {
		width: 100%;
		margin-left: 0;
		margin-top: 5px;
                display: none;
	}
}
.track-code label {
	text-align: left !important;
	color: #fff !important;
        font-size: 13px;
}
.track-code div {
	padding: 15px;
}
.track-code + a {
	margin-bottom: 1px !important;
	border-radius: 4px 4px 0 0;
}
.track-code + a + a {
	border-radius: 0 0 4px 4px;
}
.top-side {
	width: 100%;
	padding: 0 0 10px 5px;
}
.section-title-page {
  font-size: 30px !important;
}
.total-block > div{
	margin-top: 5px;
}
.total-of {
  position: absolute;
  border: 1px solid #ccc;
  background: #fff;
  padding: 0px 10px;
  display: block;
  color: #000;
  top: 20px;
  left: 20px;
  text-align: center;
  border-radius: 10px;
}
/* Mobile Menu */
@media (max-width: 992px){
	#navbarsExample05 .mobile-sub-menu {
	    background-color: transparent;
	    border: none;
	}
	#navbarsExample05 .mobile-sub-menu-20 {
	    margin-left: 20px;
	}
	#navbarsExample05 .mobile-sub-menu a{
	    color: #fff;
	}
	#navbarsExample05 .mobile-sub-menu a:hover, #navbarsExample05 .mobile-sub-menu a:active {
	    color: #64b02c;
		background-color: transparent;
	}
	#navbarsExample05 .nav-title {
		display: none !important;
	}
	
	#navbarsExample05 > ul > li.nav-item + li {
		border-top: 1px solid #FFF;
	}
	#navbarsExample05 .dropdown-item {
		padding: 10px 0 10px 36px !important;
	}
	#navbarsExample05 .nav-no-border {
	    border: none !important;
	}
	#navbarsExample05 .nav-item-mobile-title {
		font-weight: bold;
		color: #fff;
		margin-top: 10px;
	}
	#navbarsExample05 .nav-item {
		position: relative;
	}
	#navbarsExample05 .dropdown-toggle:after {
		display: none;
	}
	#navbarsExample05 .nav-toggle {
		position: absolute;
		width: 42px;
		height: 42px;
		right: 0px;
		top: 0px;
		cursor: pointer;
		text-align: center;
	}
	#navbarsExample05 .dropdown-toggle {
		cursor: pointer;
	}
	#navbarsExample05 .nav-item.open .dropdown-menu {
		display: block;
	}
	#navbarsExample05 .nav-toggle img {
		margin-top: 12px;
		width: 17px;
		height: 17px;
	}
	#navbarsExample05 .nav-item.open > .nav-toggle img {
		transform: rotate(90deg);
	}
	#navbarsExample05 .nav-item > ul {
		display: none;
	}	
	#navbarsExample05 .nav-item.open > ul {
		display: block;
	}
	#navbarsExample05 .nav-item a > span, #navbarsExample05 .nav-item span > span {
		display: inline-block;
		vertical-align: middle;
		height: 25px;
	}
	#navbarsExample05 .nav-item a > span:first-child {
		width: 32px;
		background-size: 32px 25px;
		background-repeat: no-repeat;
	}
}
/* REST */
@font-face{
    font-family: 'AnastasiaScriptC';    
      font-display: swap;
    src: url('https://rasteniya24.ru/catalog/view/theme/default/fonts/AnastasiaScriptC.otf') format('opentype');    
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}

a {
    transition: color .3s, background-color .3s;
    color: #6cad7e;
    /*text-decoration: underline;*/
}

a.btn {
    text-decoration: none;
}

label {
    margin-bottom: 0;
}


/* html{overflow-x: hidden;} */

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

h2, .h1 {
    font-size: 30px;
}

h2, .h2 {
    padding: 0px;
    font-size: 18px;
}

h3, .h3 {
    font-size: 16px;
}

h4, .h5 {
    font-size: 14px;
}

p {
    font-size: 13px;
    color: #000;
}

ol.list, ul.list {
    margin: 0 0 1.5em;
    padding: 0;
    counter-reset: item;
    font-size: 13px;
}

ol.list > li, ul.list > li {
    margin: 0;
    padding: 0;
    /*text-indent: -2em;*/
    list-style-type: none;
    counter-increment: item;
}

ol.list > li:before {
    display: inline-block;
    width: 1em;
    padding-right: 1.5em;
    font-weight: bold;
    text-align: right;
    content: counter(item) ".";
}

ul.list > li:before {
    display: inline-block;
    padding-right: 1.5em;
    font-weight: bold;
    text-align: right;
    content: "\2022";
    color: rgba(0, 0, 0, .2);
    font-size: 10px;
    vertical-align: middle;
}

blockquote {
    background: #f7f7f7;
    padding: 14px;
    
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    
}

blockquote:before,
blockquote:after {
    color: #6cad7e;
    font-size: 25px;
    font-family: 'Flaticon', sans-serif;
    letter-spacing: -18px;
    width: 50px;
    height: 100%;
    display: flex;
    align-items: center;
}

table.custom {
    font-size: 13px;
    color: #333;
}

table.custom thead {
    background: #6cad7e;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

table.custom td,
table.custom th {
    padding: 15px;
}

table.custom tbody {
    border: 1px solid #e7e7e7;
    border-top: none;
}

table.custom tbody td {
    border: 1px solid #e7e7e7;
}

/* End REST */

/* Main */
.underline {
    text-decoration: underline;
}

.gradient-bg {
    background: #a9d04a; /* Old browsers */
    background: -moz-linear-gradient(top, #a9d04a 0%, #6cad7e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #a9d04a 0%, #6cad7e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #a9d04a 0%, #6cad7e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a9d04a', endColorstr='#6cad7e', GradientType=0); /* IE6-9 */
}

.gradient-color, #content > h1 {
    display: inline-block;
    color: #fff; /* Old browsers */
    background: -webkit-linear-gradient(left, #9cd127 0%, #143a21 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #9cd127 0%, #143a21 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-radius: 5px;
}

.btn.focus, .btn:focus {
    box-shadow: none !important;
}

.btn.btn-success {
    color: #fff;
    background: #6cad7e;
    border: none;
    border-radius: unset;
}

.section {
    padding: 18px 0 70px;
}

.section .section-title {
    font-size: 30px;
    margin-bottom: 35px;
}

.section.shop-page .section-title{
    margin-left: -1px;
}

.custom-select {
    border-radius: 0;
    border: 1px solid #dfe0df;
}

/* End Main */

/* Preloader */
#preloader {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, .95);
}

#preloader:before {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    border-top: 5px solid #6cad7e;
    border-left: 5px solid #6cad7e;
    border-radius: 50px;
    animation: preloader-spinner 1s linear infinite;
    pointer-events: all;
}

#preloader.stop {
    animation: preloader-hide .5s linear both;
    display: none;
}

@keyframes preloader-spinner {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes preloader-hide {
    from {
        opacity: 1;
        pointer-events: none;
    }
    to {
        opacity: 0;
        pointer-events: none;
    }
}

/* End Preloader */


.prmn-cmngr {
    position: relative;
    margin-left: 11px;
    text-align: left!important;
}

.text-right span.phone {
    line-height: 21px;
    display: inline-block;
}


/* NavBar */
.header-placeholder {
    background: #333;
    width: 100%;
    height: 0px;
}

.navbar {
    padding: 0;
    height: 80px;
background-color: #0f0f0f;
    z-index: 100;
}

.navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar .navbar-brand {
    display: flex;
    align-items: center;
}

.navbar .navbar-brand .logo {
    height: 40px;
    width: auto;
}

.item-descr.active {
    z-index: 111;
}

.product-descr {
    border-right: 1px solid #eee;
    opacity: 0;
    visibility: hidden; 
    font-size: 13px;
    box-shadow: 0px 0px 20px rgba(0,0,0,.3);
    font-size: 13px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 1111;
        position: absolute;
     background: #fff url(../image/bg-item.png) no-repeat;
    background-position: bottom;
    background-size: cover;
    width: 300px;
    left: -298px;
}
.product-descr{
    font-size: 11px;
    width: 240px;
    left: auto;
    right: 100%;
}

.item-descr .table thead th {
    padding: .5rem;
    font-weight: normal;
}
.item-descr .table.table-cart thead th{
    padding: 3px;
}


.product-descr .table tr, .product-descr .table th, .product-descr .table td {
    border: unset!important;
}

.catalog .item.item-descr.active .product{box-shadow: unset;}
.product-descr .table a {
    color: #000;
    border-bottom: 1px dashed;
    text-decoration: none;
}

.product-descr .table a:hover {
    cursor: help;
}

.product-descr .dop-info-block__item {
    display: block;
    width: 100%;
    border-right: unset;
    min-height: unset;
    padding-top: 10px;
}
.product-descr .dop-info-block__item:last-child{
border-bottom: unset;
}
.product-descr .dop-info-block__value {
    justify-content: flex-start;
}

.product-descr .dop-info-block {
    border: unset;
}

.product-descr .price {
    color: #6cad7e;
    font-weight: bold;
}
.item-descr .product-wrapper{
    position: relative;
    width: 100%;
}
.active .product-layout .dop-info-block__item span{font-size: 14px; margin-bottom: 10px;}
.item-descr.active .product-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.item-descr.active .product-descr {
    opacity: 1;
    visibility: visible;
   

}

.item.item-descr.active .product-wrapper .product {
    box-shadow: 0px 0px 10px rgba(0,0,0,.4);
}
.fit-image img{
    height: 198px;
    width: 198px;
    object-fit: contain;
}
.calendar-work {
    display: inline-block;
    position: relative;
    height: 14px;
    width: 100%;
    vertical-align: middle;
}
#work_type1 .calendar-work{
    background-color: red;
}
#work_type2 .calendar-work{
    background-color: blue;
}
#work_type3 .calendar-work{
    background-color: orange;
}
#work_type4 .calendar-work{
    background-color: violet;
}
.table-bordered {
    border: 1px solid #ddd;
}

.calendar-section__inner th {
    font-weight: bold;
    color: #000;
    padding: 5px!important;
    border-bottom-width: 1px!important;
}
#tipscateContent{
    margin: 22px auto 0;
}
#tipscateContent .table{
    margin-bottom: 5px!important;
}
.calendar-section__inner {
    font-size: 14px;
}
#tipscateContent .calendar-section__inner >p{
    font-size: 11px;
    color: #777;
}
.work-type__header td {
    padding: 5px 0!important;
    vertical-align: middle;
}

tr.calendar__work.work-type__header td {
    padding: 5px 0;
}

tr.work-type__header td:first-child {
    padding: 5px!important;
font-size: 13px;
}
[newtooltip]:hover:before {
    content: attr(newtooltip);
    border: #151414;
    background-color: #151414;
    color: #fff;
    position: absolute;
    border-radius: 5px;
    top: -40px;
    left: 50%;
    width: max-content;
    transform: translate(-50%, 0);
    padding: 5px 15px;
}
[newtooltip]:hover:after {
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translate(-50%, 0);
}
#product.info .buy-1-click.goods__oneclick span {
    width: 73px;
}
body.modal-open{/* padding-right:0px !important; */overflow: hidden;}
.card-product{
    text-align: center;
}
body.compensate-for-scrollbar {
    margin-right: 0;
}
.text-wrapper .description-main-page, .map-main .map-wrapper{
    height: 389px;
}
.header-search {
    position: absolute;
    right: 0;
    width: 0;
    display: none;
}

.header-search.active {
    transition: border-color .4s, width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    width: 100%;
    padding: 0px 120px 0px 0px;
    background-color: #0f0f0f;
    display: block;
}



 
.header-search.active input {
    width: 100%;
    background: #fff;
    color: #000;
    margin-left: 0;
}

.header-search > div {
    margin: 0!important;
}

.header-search .header-search-wrap {
    width: 100%;
}

.header-search input {
    /*background-color: #0f0f0f!important;
    color: #fff!important;*/
    padding: 0!important;
    height: 34px!important;
    margin-left: 15px;
    padding-left:15px !important;
    border: unset;
   /*  padding-right: 20%!important; */
}



.header-search input::placeholder {
    color: #777;
}
.navbar .navbar-collapse{
    position: relative;
}
.header-search__close-btn{
    width: 19px;
    height: 21px;
    background-image: url('https://rasteniya24.ru/catalog/view/theme/default/image/search-close.png');
    opacity: 0;
    transition: all .4s;
    z-index: -1;
    cursor: pointer;
}
.header-search__close{    
    position: absolute;
    right: -30px;
    top: 6px;
}



.header-search__close-btn:hover{
    background-color: #0f2d19;
}
.header-search .input-group-btn{
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    color: #777;
    height: 100%;

}
.header-search i::before{
    font-size: 22px;
}
.header-search .input-group-btn button{
    
    border-radius: 0 .25rem .25rem 0;
   /* background-color: transparent;*/
    outline: unset;
    cursor: pointer;
    color: #777;
    border: unset;
    height: 100%;
    padding: 0 8px;
}
.header-search.active .header-search__close-btn, .header-search.active .input-group-btn{
    opacity: 1;
    z-index: 1;
}
.header-search.active::before {
    transition: border-color .4s, width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    background-color: #fff;
    width: 98.1%;
    right: 0;
    display: none;
}

.header-search::before {
    content: "";
    width: 0; 
    border-bottom: 1px solid transparent;
    position: absolute;
    bottom: 6px;
    z-index: 11;
}

@media (max-width: 768px){
    .header-search{
        width: 100%;
        opacity: 1;
        z-index: 1;
        padding: 0 15px;
    }
    .header-search .input-group-btn{
        opacity: 1;
        z-index: 1;
    }
}
.documents{
    padding: 30px;
    background: #fafafa;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.doc-img-title{
    font-size: 12px;
    text-align: center;
    margin-top: 1rem;
    line-height: 1;
    display: block;
    padding: 0 0 15px 0;
}
.documents-text{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.documents-text li{
    padding-bottom: 20px;
}
.documents-text li span{
    display: block;
    font-size: 14px;
}
.contacts-captcha legend {
    display: none;
}

.contacts-captcha .form-group > div {
    display: flex;
    align-items: flex-start;
}

.contacts-captcha .form-group > div img {
    margin-left: 10px;
    width: 25%;
}

.contacts .pull-right {
    padding-right: 15px;
}
.contacts-captcha .form-group.has-error > div input {
    width: 73%;
    display: inline-flex;
}
.contacts-captcha .has-error > div {
    flex-wrap: wrap;
}
.contacts-captcha .text-danger{
    width: 100%;
}


#salebanner{position:fixed;
    display: flex;
    z-index:999;
    align-items: center;
    justify-content: space-between;
	bottom:0px;
	left:0px;
	width:100%;
	text-align:center;
	color:#fff;
	background:#143a21;
	padding:15px;
	font-size:22px;
}
#salebanner div{align-items:center;}
#salebanner span {
    float: right;
    cursor: pointer;
    font-weight: bold;
    font-size: 24px;
    position: relative;
    margin: 0 0 -9px 16px;
}

#salebanner span:hover {
   color:#eaeaea;
}


@media (min-width: 992px) {


.sub-menu li ul li a{font-size:12px;}
    .sub-menu li ul li a:hover ,.sub-menu li ul li:hover>a{
    text-decoration:none;
 color:#fff !important;   
}

    .sub-menu li:hover{    background-color: #6cad7e;
    color: #fff;}


    .sub-menu li>ul{
        opacity: 0;
    width: 0px;
    position: absolute;
    right:1000px;
    top: 0;
    z-index: 9999;
    background: #fff;
    border: 2px solid #6cad7d;
    }
.sub-menu li>ul{list-style-type: none;}
.triger-menu{display: none;}

    .sub-menu li:hover>ul {
    opacity: 1;
    width: 200px;
    position: absolute;
    right: -200px;
    top: 0;
    z-index: 9999;
    background: #fff;
    border: 2px solid #6cad7d;
}
ul.sub-menu_3{
    top:-2px !important;
}


    .navbar .navbar-nav {
        display: flex;
        align-items: center;
    }

    .navbar .navbar-nav .nav-item {
        padding: 0 16px;
    }

    .navbar .navbar-nav .nav-item .nav-link {
        font-size: 13px;
        text-decoration: none;
        color: #fff;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
    }

    .navbar .navbar-nav .nav-item .nav-link.disabled {
        opacity: .7;
    }

    .navbar .navbar-nav .nav-item.active .nav-link,
    .navbar .navbar-nav .nav-item .nav-link:not(.disabled):hover {
        color: #8dad40;
        border-bottom: 2px solid #8dad40;
        border-top: 2px solid transparent;
    }

    .navbar .navbar-nav .nav-item .nav-link [class^="flaticon-"]:before {
        font-size: 21px;
    }

}

/* End NavBar */

body {
    overflow-x: hidden;
}

/* Breadcrumb */
.section-breadcrumb {
    overflow: hidden;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    height: 40px;
   overflow-x: auto;
}

.breadcrumb {
    background: transparent;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    align-items: center;
    height: 40px;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
}
.breadcrumb:after {
    content: "";
    position: absolute;
    bottom: 0;
    /* width: 200%;
    left: -50%; */
    height: 1px;
    display: block;
    background: #e7e7e7;
}

@media(max-width:768px){
    .breadcrumb:after {
        width: 100%;
        left: 0;
    }
}

.breadcrumb li {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.breadcrumb li + li::before {
    content: '\f103';
    display: block;
    padding-top: 2px;
    font-family: 'Flaticon', sans-serif;
    font-size: 7px;
    color: #6cad7e;
    margin-right: 8px;
}

.breadcrumb li.active,
.breadcrumb li a {
    font-size: 12px;
    color: #6cad7e;
    text-decoration: none;
    white-space: nowrap;
}

.breadcrumb li a:hover {
    color: #333;
}

.breadcrumb li span {
        white-space: nowrap;
        padding-right: 15px;

}


.breadcrumb li:last-child a {
    color: #999;
}

.breadcrumb-item {
	font-size:12px;
	color:#999999;
	
}

/* End Breadcrumb */

/* Pagination */
.pagination-block {
    display: flex;
    width: 100%;
    padding: 30px 0;
    justify-content: center;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    flex-wrap: wrap;
    color: #333;
}

.pagination .page-item {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px 5px 0;

}

.pagination .page-item .page-link {
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
    border: none;
    color: #333333;
    font-weight: lighter;
    font-size: 13px;
    text-decoration: none;
}

.pagination .page-item.arrows .page-link {
    border: 1px solid #e0dcd6;
    border-radius: 0;
}

.pagination .page-item:not(.arrows) {
    width: 30px;
    height: 30px;
}

.pagination .page-item.active {
    width: 40px;
    height: 40px;
}

.pagination .page-item.arrows i:before {
    font-size: 10px;
}

.pagination .page-item.arrows:hover i:before {
    color: #6cad7e;
}

.pagination .page-item.active .page-link {
    background: #6cad7e;
    border: 1px solid #6cad7e;
    color: #fff;
}

.pagination .page-item:not(.active) .page-link:hover {
    background: transparent;
    color: #6cad7e;
}

/* End Pagination */

/* Footer */
footer {
    /*margin-top: 30px;*/
    width: 100%;
    background: #232323;
}

/* footer:before {
    content: '';
    display: block;
    width: 100%;
    height: 165px;
    background: #fff url("../image/bg-footer.jpg") no-repeat bottom;
    background-size: cover;
} */
.footer-header-img{
    width: 100%;
}
.footer-header-img img{
    width: 100%;
}
footer .blocks {
    padding: 20px 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

footer .blocks .about {
    width: 275px;
    font-size: 12px;
    color: #666666;
}

footer .blocks .about .logo {
    display: block;
    margin-bottom: 30px;
}

footer .blocks .contacts {
    width: 275px;
}

footer .blocks .contacts ul {
    list-style: none;
}

footer .blocks .contacts a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    display: flex;
    align-items: center;
    padding: 10px 0;
}

footer .blocks .contacts a:hover {
    color: #6dad7d;
}

footer .blocks .contacts a [class^="flaticon-"]:before {
    font-size: 13px;
    margin-right: 20px;
}

footer .blocks .block.main {
    width: 375px;
}

footer .blocks .social {
    margin-bottom: 35px;
}

footer .blocks .social ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

footer .blocks .social ul li {
    margin: 0 8px;
}

footer .blocks .social ul li:first-child {
    margin-left: 0;
}

footer .blocks .social ul a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #616161;
    border: 1px solid #616161;
    border-radius: 3px;
    width: 40px;
    height: 40px;
    text-decoration: none;
}

footer .blocks .social ul a:hover {
    color: #fff;
}

footer .blocks .social ul a i:before {
    font-size: 16px;
}

footer .blocks .subscribe form {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

footer .blocks .subscribe form input[type="email"] {
    border: 1px solid #3a3a3a;
    background: transparent;
    color: #3a3a3a;
    outline: none;
    padding: 0 10px;
    flex: 1;
    margin-right: 10px;
}

footer .blocks .subscribe form input[type="email"]:focus {
    border: 1px solid #fff;
    color: #fff;
}

footer .blocks .subscribe form .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 125px;
    height: 40px;
}

footer .blocks .block .title {
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    margin: 15px 0;
}
.footer-menu{
    padding: 20px 0 20px;
}
.footer-contacts{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.footer-contacts li{
    white-space: nowrap;
    padding-bottom: 1rem;
}
.footer-contacts li span, .footer-contacts li a{
    border: 1px solid #3a3a3a;
    display: block;
    color: #fff;
    line-height: 2.5;
    font-size: 12px;
    padding-right: 15px;
    border-radius: 12px;
    text-decoration: none;
    width: 100%; 
}
.footer-contacts li span::before, .footer-contacts li a::before{
    font-family:'FontAwesome';
    padding: 0 15px;
    margin-right: 15px;
    border-radius: 12px 0 0 12px; 
    border-right: 1px solid #3a3a3a;
    height: 100%;
    display: inline-block;
    min-width: 45px;
    text-align: center;
}

.footer-contacts li span.address::before, .footer-contacts li a.address::before{
    content: '\f041';
}
.footer-contacts li span.our-email::before, .footer-contacts li a.our-email::before{
    content: '\f0e0';
} 
.footer-contacts li span.telephone::before, .footer-contacts li a.telephone::before{
    content: '\f095';
} 
.footer-contacts li span.work-time::before, .footer-contacts li a.work-time::before{
    content: '\f017';
} 
.footer-menu h4{
    color: #fff;
    font-size: 16px;
    padding: 0;
    text-transform: uppercase;
    font-weight: 400;
}
.footer-menu-list{
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}
.footer-menu-list li a{
    color: #fff; 
    font-size: 12px; 
}

.footer-menu-list.with-border{
    border-right: 1px solid #fff;
}
.footer-social{
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}
.footer-social li{
    display: inline-block;
    margin-right: 5px;
}
.footer-social a{
    color: #fff
}
/* End Footer */

/* Other */
.section-description {
    margin-bottom: 20px;
}

.section-description .title {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    font-family: 'TimeNewRoman';
    color: #333;
    margin-bottom: 20px;
}

.section-description .description {
    font-size: 13px;
    color: #333;
}

/* Border */
[class^="product-category"] .section-description .description {
    border-radius: 10px;
    border: 3px solid #a8cb3e;
    min-height: 200px;
    padding: 2rem 1rem;
    position: relative;
  }
  [class^="product-category"] .section-description .description::before,
  [class^="product-category"] .section-description .description::after {
    content: '';
    width: 100px;
    height: 45px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-size: contain;
    display: inline-block;
  }
  [class^="product-category"] .section-description .description::before {
    background: url('../image/border/border-divider-top.jpg') no-repeat center center;
    top: -35px;
  }
  [class^="product-category"] .section-description .description::after {
    background: url('../image/border/border-divider-bottom.jpg') no-repeat center center;
    bottom: -35px;
  }
  [class^="product-category"] .section-description .description h2 {
    color: #176000;
  }

.buttons {
}

.buttons .button {
    display: flex;
    align-items: stretch;
    text-decoration: none;
}

.buttons .button.buy i {
    border: 1px solid #a9d04a;
    background-color: #a9d04a;
    margin-right: 0;
    width: 50px;
    height: 40px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.buttons .button.buy .text {
    color: #a9d04a;
    border: 1px solid #a9d04a;
    text-transform: uppercase;
    transition: all .2s;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 7px;
	font-size: 13px
}

.buttons .button:hover .text {
    background: #6cad7e;
    color: #fff;
    border-color: #6cad7e;
}

.buttons .button.buy-1-click .text {
    text-transform: none;
    text-align: center;
    line-height: 1;
}

.image-left {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.image-right {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

/* End Other */

/* Home Slider */


.home-slider .slick-arrow {
    width: 40px;
    height: 54px;
    opacity: 0;
    pointer-events: none;
    transition: all .3s;
}

.home-slider:hover .slick-arrow {
    opacity: 1;
    pointer-events: all;
}

.home-slider .slick-arrow:before {
    opacity: 1;
    font-family: 'Flaticon', sans-serif;
    font-size: 45px;
    color: #fff;
    display: block;
}

.home-slider .slick-prev {
    left: 50%;
    transform: translate(-525px, -50%);
    z-index: 10;
}

.home-slider .slick-next {
    right: 50%;
    transform: translate(525px, -50%);
    z-index: 10;
}

.home-slider .slick-next:before {
    content: '\f105';
}

.home-slider .slick-prev:before {
    content: '\f104';
}

.home-slider .slick-arrow:hover:before {
    opacity: 1;
    color: #a9d04a;
}

.home-slider .slide {
    height: 818px;
    position: relative;
}

.home-slider .slide .content {

    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 820px;
    
}
.wrap-cont {
    margin: 180px 0 0 0px;
}

.home-slider .slide .content .title {
    font-weight: 600 !Important;
    width: 750px;
    letter-spacing: .5px;
    font-size: 37px;
    text-transform: uppercase;
    line-height: 34px;
    color: #fff;
    /* text-shadow: 1px 1px 3px #000; */
}

.home-slider .slide .content .title span{font-size:29px;letter-spacing: .45px;}
.home-slider .slide .content .subtitle {
    font-size: 36px;
    letter-spacing: 6px;
}

.home-slider .slide .content .description {
    width: 770px;
    margin: 40px 0;
    font-size: 19px;
}

.home-slider .slide .content .buttons {
    margin: 15px 0;
}

.home-slider .slide .content .buttons .btn {
    padding: 10px 45px;
    font-size: 13px;
}

.home-slider .slide .content .buttons a{
    display: inline-block;
  background-image: -moz-linear-gradient( -180deg, rgb(169,208,74) 0%, rgb(217,251,136) 100%);
  background-image: -webkit-linear-gradient( -180deg, rgb(169,208,74) 0%, rgb(217,251,136) 100%);
  background-image: -ms-linear-gradient( -180deg, rgb(169,208,74) 0%, rgb(217,251,136) 100%);
  transition: all 0.3s;
  width: 210px;
  height: 44px;
      line-height: 44px;
    color: #333333;
    border-radius: 41px;
    padding-left: 28px;
    font-size: 17px;
    position: relative;
}
.home-slider .slide .content .buttons a .fa{
    display: inline-block;
    height: 44px;
    background: #595959;
    color:#fff;
    border-radius: 0 41px 41px 0;
    width: 46px;float: right;
        line-height: 44px;
    text-align: center;
    font-size: 22px;
}
.home-slider .slide .content  a:hover {
    text-decoration: none;
    padding-left: 45px;
}
.home-slider .slide .content  a:hover .fa{
    background: transparent;
}
.home-slider .slick-dots {
    bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-slider .slick-dots li,
.home-slider .slick-dots li button {
    width: auto;
    height: auto;
}

.home-slider .slick-dots li {
    margin: 0 4px;
}

.home-slider .slick-dots li button:before {
    color: #fff;
    opacity: 1;
    font-size: 8px;
}

.home-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #8dad40;
    font-size: 13px;
}

/* End Home Slider */

/* Catalog */
.categories {
    width: 320px;
    margin-left: -40px;
}

.categories.home {
    border-top: 1px solid #dfdfd5;
}

.categories .title {
    padding: 18px 0px 13px 24px;
    font-size: 16px;
    color: #333;
    display: flex;
    align-items: center;
    background: #f5f5ef;
    border: 1px solid #dfdfd5;
    margin: 0px 0px 7px 0px;
}

.categories.home .title {
    background: transparent;
    border-bottom: none;
}

.categories .title:before {
    content: '';
    background: url("../image/logo-small.png");
    display: block;
    width: 26px;
    height: 24px;
    margin-right: 8px;
}
.categories .title.title-back:before {
    background-image: none;
    background: url("../image/back-menu-btn.png") no-repeat center;
    
}
.categories .title.title-back{
    font-weight: bolder;
}
.categories .title.title-back a{
    color: #333;
}
.categories .title.title-back a:hover{
    text-decoration: none;
}
.categories > ul {
    list-style: none;
    background: #f5f5ef;
    border-right: 1px solid #dfdfd5;
    border-left: 1px solid #dfdfd5;
}

.categories > ul > li.item {
    border-bottom: 1px solid #dfdfd5;
    position: relative;
}

.categories > ul > li.item > a.item-link {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    font-size: 13px;
    color: #333;
    text-decoration: none;
    position: relative;
}
.categories > ul > li.item:first-child> a.item-link {display:none;}
.categories > ul > li.item > a.item-link i[class^="flaticon-"] {
    margin-right: 18px;
}

.categories > ul > li.item >  span {
    cursor:pointer;
    content: '\f100';
    color: #333;
    font-family: 'Flaticon', sans-serif;
    position: absolute;
        right: 0;
        top:0px;
    width: 50px;
    line-height: 50px;
    background: #f5f5ef;
    height: 49.5px;
    text-align: center;
    border-left: 1px solid #dfdfd5;
    transition: all .3s;
}
.categories > ul > li.item >  span:hover {
color: #fff;
    background: #a9d04a;

}


.categories > ul > li.item >  span:hover:before {
color: #fff;
}
.categories > ul > li.item > span:before {
content: '\f100';
color: #333;
font-family: 'Flaticon', sans-serif;
}


.categories > ul > li.item > a.item-link.toggle.active+span:before,
.categories > ul > li.item > a.item-link.toggle.active:hover+span:before {
    content: '\f101';
}

.categories > ul > li.item > a.item-link.active,
.categories > ul > li.item > a.item-link:hover {
    color: #fff;
    background: #a9d04a;
}

.categories > ul > li.item > a.item-link.active ~ ul.sub-menu {
    display: block;
}

.categories > ul > li.item > ul.sub-menu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 10px 0 10px 0;
    background: #f8f8f8;
}

.categories > ul > li.item > ul.sub-menu > li {
}

.categories > ul > li.item > ul.sub-menu > li > a.item-link {
    color: #6cad7e;
    text-decoration: none;
    font-size: 13px;
    padding: 5px 10px 6px 20px;
    display: flex;
    align-items: center;
}

.categories > ul > li.item > ul.sub-menu > li > a.item-link:before {
    background-color: rgba(0, 0, 0, .2);
    border-radius: 1em;
    content: '';
    display: block;
    height: 3px;
    width: 3px;
    margin-right: 15px;
    transition: all .3s;
}

.categories > ul > li.item > ul.sub-menu > li > a.item-link.active,
.categories > ul > li.item > ul.sub-menu > li > a.item-link:hover {
    background-color: #6cad7e;
    color: #fff;
}

.categories > ul > li.item > ul.sub-menu > li > a.item-link.active:before,
.categories > ul > li.item > ul.sub-menu > li > a.item-link:hover:before {
    background: #fff;
}

.catalog .item {
    display: flex;
    position: relative;
    height: 550px;
}

.catalog .product {
    border-bottom: 1px solid #f5f5f5;
    border-top: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    border-left: 1px solid #f5f5f5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}
 


.catalog .product img {
    max-width: 100%;
}

.catalog .product .image {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    object-fit: contain;
    overflow: hidden;
}

.catalog .product .info {
    padding: 0 10px 20px 10px;
    display: flex;
  flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex: 1;
		
}

.catalog .product .info .rating {
	padding-bottom:10px;
}


.catalog .product .info .title {
    /* display: flex; */
    display: block;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 48px;
	width: 100%;
}

.catalog .product .info .title a {
    color: #333;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    display: block; 
    line-height: 16px;
}

.catalog .product .info .title .sub {
    font-size: 12px;
    color: #999;
}

.catalog .product .info .title a:hover {
    color: #6cad7e;
    text-decoration: underline;
}

.catalog .product .info .hidden {
    display: none;
    width: 100%;
}

.catalog .product .info .hidden .table {
    margin: 0;
    font-size: 13px;
    color: #666;
}

.catalog .product .info .hidden .table .row {
    border-bottom: 1px solid #efefef;
    padding: 5px 0;
    margin: 0;
    width: 100%;
}

.catalog .product .info .hidden .table .row:first-child {
    border-top: 1px solid #efefef;
}

.catalog .product .info .hidden .table .row > div {
    padding: 0;
}

.catalog .product .info .hidden .table .row > div:last-child {
    color: #333;
}

.catalog .product .info .shop {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 5px;
		height:37px;
}

.catalog .product .info .shop .prices {
    display: flex;
    flex-direction: column;
}

.catalog .product .info .shop .prices .old-price {
    color: #999;
    text-decoration: line-through;
    font-size: 14px;
    line-height: 1;
}

.catalog .product .info .shop .prices .old-price .cur {
    font-size: 12px;
}

.catalog .product .info .shop .prices .price {
    color: #333333;
    font-weight: bold;
    font-size: 15px;
}

.catalog .product .info .shop .prices .price .cur {
    font-size: 13px;
}

.catalog .item:hover {
    /*margin: -15px;*/
    /*box-sizing: content-box;*/
    /*padding: 15px;*/
}


@medi (min-width: 700px){
.catalog .item:hover .product {
    padding: 0 15px;
    position: absolute;
    background: #fff url("../image/bg-item.png") no-repeat;
    background-position: bottom;
    background-size: cover;
    width: 100%;
    left: -15px;
    top: 0;
    right: -15px;
    height: auto;
    border-bottom-color: transparent;
    box-sizing: content-box;
    z-index: 11;
}

.catalog .item:hover .product .info{padding:20px 10px;}


.catalog .item:hover .product .info {
    padding: 20px 25px;
}

.catalog .item:hover .product .info .hidden {
    display: block;
    margin-top: 20px;
}


.catalog .item:hover .product {
transition: box-shadow .25s ease-out;
}
    .catalog .item:hover .product{box-shadow: 0 0 10px rgba(0,0,0,.4);}

}

/* End Catalog */

/* Features */
.features {
    background: url("../image/features.png") no-repeat;
    background-size: cover;
}

.features ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.features ul li {
    flex: 0 0 25%;
    padding: 27px;
    text-align: center;
    cursor: help;
}

.features ul li [class^="flaticon-"] {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    color: #a9d04a;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);

}

.features ul li [class^="flaticon-"]:before {
    font-size: 50px;
}

.features ul li .title {
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    padding: 20px;
}

.features ul li .description {
    color: #fff;
    opacity: .82;
    font-size: 13px;
    font-weight: lighter;
}

.features ul li:hover [class^="flaticon-"] {
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    color: #fff;
}

.features ul li:hover .title {
    color: #a9d04a;
}

.features ul li:hover .description {
    opacity: 1;
}

/* End Features */

/* Informers */
.informers .container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.informers .informer-portfolio {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.informers .informer-news {
    display: flex;
    flex-direction: column;
    width: 370px;
}

.informers .portfolio {
    flex: 1;
    margin-right: 30px;
}

.informers .portfolio .item {
    background: #f4f4f4;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px 0;
}

.informers .portfolio .item:hover {
    background: #ebebeb;
}

.informers .portfolio .item .image {
    margin-bottom: 20px;
    max-width: 310px;
    max-height: 285px;
    display: block;
    outline: none;
    position: relative;
}

.informers .portfolio .item .image:after {
    content: '\f11f';
    font-family: 'Flaticon', sans-serif;
    color: #fff;
    font-size: 40px;
    opacity: 0;
    transition: all .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    background: rgba(0, 0, 0, .5);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.informers .portfolio .item .image:hover:after {
    opacity: 1;
}

.informers .portfolio .item .title {
    color: #6dad7d;
    font-weight: 600;
    font-size: 13px;
    text-decoration: underline;
    display: block;
    max-width: 310px;
}

.informers .portfolio .item .title:hover {
    text-decoration: none;
    color: #333333;
}

.informers .news .item {
    flex: 1;
}

.informers .news .item {
    padding: 20px 0;
    display: block;
    text-decoration: none;
    border-bottom: 1px solid #e2e2e2;
}

.informers .news .item:first-child {
    padding-top: 0;
}

.informers .news .item time {
    font-size: 11px;
    color: #999999;
    display: block;
}

.informers .news .item .title {
    color: #6dad7d;
    text-decoration: underline;
    font-weight: 600;
    font-size: 14px;
    margin: 3px 0 10px;
    display: block;
}

.informers .news .item .description {
    color: #666666;
    font-size: 13px;
}

.informers .news .item:hover {
    border-bottom: 1px solid #6dad7d;
}

.informers .news .item:hover .title {
    color: #333333;
    text-decoration: none;
}

/* End Informers */

/* Gallery */
.gallery .item {
    margin-top: 15px;
    margin-bottom: 15px;
}

.gallery .item a {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    position: relative;
    display: block;
    height: 100%;
}

.gallery .item a:hover {
    color: #8dae3e;
}

.gallery .item a img.image {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
       object-position: center;
    height: 100%;
}

.gallery .item a .title {
    padding: 10px;
    position: absolute;
    text-align: center;
    background: rgba(0, 0, 0, .76);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    min-height: 70px;
    bottom: 0;
    transition: all .3s;
}

.gallery .item a:hover .title {
    min-height: 100%;
    color: #8dae3e;
}

.gallery-category {
}

.gallery-category .item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 20px 0;
    overflow: hidden;
    height: 270px;
}

.gallery-category .item.full {
    height: 560px;
}

.gallery-category img {
    object-fit: cover;
}

.gallery-category .item:hover {
    border: 5px solid #fff;
    box-shadow: 0 0 20px 0 rgba(0, 1, 5, .35);
}

/* End Gallery */

/* Shop Page */
.shop-page {
}

.shop-page .info {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.shop-page .info .left-side {
    width: 370px;
}

.shop-page .info .left-side a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    border: 1px solid #efefef;
    max-height: 500px;
    outline: none;
    position: relative;
}
.shop-page .info .left-side a img {
    max-width: 100%;
}

.shop-page .info .left-side .image:after {
    content: '\f11f';
    font-family: 'Flaticon', sans-serif;
    color: #fff;
    font-size: 40px;
    transition: all .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.shop-page .info .left-side .image:hover:after {
    opacity: 1;
}


.shop-page .info .left-side a img {
    object-fit: cover;
}

.shop-page .info .right-side {
    flex: 1;
}

.shop-page .info .right-side .section-title {
    /*padding: 0 20px;*/
    margin-bottom: 0;
}

.shop-page .info .right-side .item-section {
    color: #333;
    font-size: 13px;
    padding: 10px 10px 20px;
}

.shop-page .info .right-side .table {
    color: #333;
    font-size: 12px;
}

.shop-page .info .right-side .table tr > :first-child {
    padding-left: 20px;

}

.shop-page .info .right-side .table thead th {
    border-top: 1px solid #efefef;
    font-weight: normal;
    border-bottom: none;
    font-size: 12px;
    padding: 5px 3px ;
}

.shop-page .info .right-side .table thead th:last-child{
    padding: 0 3px 0 0;
    vertical-align: middle;
    font-size: 16px;
}

.shop-page .info .table tbody tr:nth-of-type(odd) {
    background: #f7f7f7;
}

.shop-page .info .right-side .table td {
    border: none;
}

.shop-page .info .right-side .table .price {
    font-size: 14px;
    font-weight: bold;
    color: #6cad7e;
    
}
.shop-page .info .right-side .table .price span{
    display: block;
    white-space: nowrap;
}

.shop-page .info .right-side .table .price span.old-price{
    color: #aaa;
    text-decoration: line-through;
    font-size: 14px;
}


.shop-page .info .right-side .help {
    color: #333;
    border-bottom: 1px dashed #333;
    text-decoration: none;
    cursor: help;
}

.shop-page .info .right-side .section {
    padding: 20px;
    margin: 0;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    font-size: 13px;
    color: #333;
}

.shop-page .info .right-side .price-block {
    color: #333;
    font-size: 13px;
    line-height: 1;
    max-width: 180px;
}

.shop-page .info .right-side .price-block .price {
    font-weight: bold;
    font-size: 24px;
}

.shop-page .info .right-side .price-block .price .cur {
    font-size: 14px;
    font-weight: normal;
}

.shop-page .info .right-side .buttons .button .text {
    /*padding: 0 15px;*/
}

.count {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
}

.count input {
    width: 38px;
    height: 38px;
    font-size: 13px;
    text-align: center;
    background: #fff;
    border: 1px solid #dfe0df;
    outline: none;
}

.count .minus,
.count .plus {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    width: 24px;
    height: 30px;
    border: 1px solid #dfe0df;
    text-decoration: none;
    font-size: 20px;
    line-height: 1;
}

.count .minus {
    border-right: 0;
}

.count .plus {
    border-left: 0;
}

.count .minus:hover,
.count .plus:hover {
    color: #6cad7e;
    border-color: #6cad7e;
}

.count input:focus {
    border: 1px solid #6cad7e;
}

.shop-page .description {
    font-size: 13px;
    color: #333;
}

.shop-page .description .title {
    font-size: 24px;
    margin: 10px 0;
}
.rekvizit-c b{font-weight:300;display:inline-block;width:220px;}
.contacts h3{
    display: inline-block;
    margin-bottom:0px;
}

.preorder {
justify-content: end;
}

.preorder .btn-block {
border-radius: 0rem;
border: 0;
padding: 0;
width: 141px;
display: flex;
flex-wrap: nowrap;
}

.preorder .btn-danger {
background-color: #a9d04a;
border-color: transparent;
}

.preorder .btn-danger:hover, .preorder .btn-danger:focus, .preorder .btn-danger:not(:disabled):not(.disabled):active {
background-color: #a9d04a;
border-color: transparent;
}

.preorder span {
font-size: 11px;
padding: 18px 11px 10px 10px;
width: 73%;
display: flex;
align-items:center;
height: 100%;
}

.preorder span.preorder-img {
background-color: #205432;
padding: 17px 9px 14px 10px;
width: 28%;
display: flex;
align-items:center;
}



span#newsletter-email {
    display: block;
    width: 100%;
    margin-right: 10px;
}
span#newsletter-email input {
    width: 100%;
     height: 40px;
}

 img {
   max-width: 100%;
}
div#text-danger-newsletter {
    font-size: 13px;
    margin-top: 8px;
}
.sub-menu li,.sub-menu li ul li{position:relative;}


    
.sub-menu>li:hover>a{color:#fff !important;}
.sub-menu li ul li a {
    color: #6cad7e !important;
    display: block;
    padding: 5px 10px;
    border-bottom: 1px solid #dcdcdc;
}

.section-title p{color:#5d5d5d;}

.subli:after {
    content: '\f105';
    color: #333;
    font-family: 'Flaticon', sans-serif;
    position: absolute;
    right: 19px;
    font-size: 14px;
    color: #6cad7d;
    transition: all .3s;
    top: 4px;
}

.subli .subli:after {
right:5px;  
}

.subli:hover:after {
color:#fff; 
}

.description table.table.table-striped {
    display: none;
}

.contacts-block-main {
    display: block;
    width: 100%;
    color: #fff;
    font-size:24px;
        line-height: 23px;
        margin-bottom: 10px;
}

a.phone-block-main {
    text-align: center;
    color: #fff;
    font-size: 33px;
    font-weight: bold;
    margin: 10px 0 0px 0;
        display: flex;
    width: 100%;
    justify-content: center;
}

.phone-block-main-second{
    margin-bottom: 40px;
}
a.phone-block-main:hover{
    color:#fff;
    text-decoration: underline;
}


.container.description.description-main-page h2,h2.title-footer-descr{
        width: 100%;
        text-transform: uppercase;
    margin: 10px 0 20px;
}
.text-descr-main{
    color: #fff;
    text-align: center;
}

.row.text-center{justify-content: center;}
.text-center{text-align: center;}

section.section.informers {
    padding-bottom: 30px;
}
.description.description-main-page {
    margin-bottom: 30px;
}
.map-description {
    position: relative;
    background: #7ba77e;
    padding: 40px 0 50px 0;
    background: url(https://rasteniya24.ru/catalog/view/theme/default/image/contacts-bg.jpg) no-repeat;
    background-position: top center;
    background-size: 100%;
    background-attachment: fixed;
}

.map-description .contacts{
    box-shadow:0 0 39px rgba(0,0,0,0.141);
   
    background-color:#fff;
    border-radius:3px;
    width:100%;
    margin-left: 20px;
    padding:40px 32px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    color:#303030;
    z-index:99;
    height:430px;
}
.map-description .contacts .h2{
    margin-top:0;
    font-size:44px;
    margin-bottom:32px
}
.map-description .contacts p{
    color:#848484;
}
.map-description .contacts p b{
    color:#303030
}
.map-description .contacts a{
    display:block;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    background-position:left center;
    background-repeat:no-repeat;
}
.map-description .contacts a.m-phone{
    font-size:22px;
    letter-spacing:-2px;
    margin-bottom:18px;
    margin-top:45px
}
.map-description .contacts a.m-mail{
    font-size:16px;
    letter-spacing:-1px;
}
h1.gradient-color{margin-bottom: 8px !important;}
@media(max-width: 768px){
    .container h1.gradient-color{font-size: 26px;}
}
h1.gradient-color{}
.thumbnail{text-align:center;}
.thumbnail a {
    display: inline-block !important;
    height: auto;
    width: 31.9% !important;
    outline: 1px solid #a9d049 !important;
    /* border: none !important; */
    margin: 1% 1% 0 0;
}

.thumbnail a img{display:block;width:100px;display:inline-block;}


.thumbnail a:nth-child(3n){margin-right:0px !important}
#content section{position:relative;}

.contacts-in-slideshow {
    position: absolute;
    right: 100px;
    top: 20px;
    z-index: 1;
}

.contacts-in-slideshow a.m-phone.top-phone {
    color: #fff;
    font-size: 26px;
    text-align: center;
    font-weight: bold;
        margin-bottom: -6px;
    display: block;
}
.wrap-phone-number {
    text-align: right;
    display: inline-block;
}

.wrap-phone-number span {
    opacity: .8;
    font-size: 19px;
    font-weight: bold;
    color: #a5a5a5;
}
.callback-btn {
    display: inline-block;
    padding: 10px 20px;
    font-size: 17px;
    color: #8abf62;
    border: 2px solid #8abf61;
    border-radius: 38px;
    cursor: pointer;
    vertical-align: top;
    margin-top: 6px;
    margin-left: 29px;
}

.callback-btn:hover {color: #fff;
    background:#8abf61;
    border: 2px solid #8abf61;}
.top-info-panel{background:#143a21;color:#fff;font-size:14px; padding: 10px 0;}
.top-info-panel .phone a, .top-info-panel .callback-header a {color:#fff;margin-left:11px;}
.top-info-panel .phone a:hover, .top-info-panel .callback-header a:hover {text-decoration: none;color: #777;}

span.input-group-addon {
    background: #6cad7d;
    color: #fff;
    width: 30px;
    text-align: center;
    line-height: 35px;
    border-radius: 4px 0 0 4px;
}


 .modal-header {
    padding: 10px;
    border-bottom: 1px solid #000000;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-repeat: repeat-x;
    border-radius: 5px 5px 0 0;
}
 .modal-header {
    background: #6cad7d!important;
    text-align: center;
    border-bottom: none!important;
}
#xd_zvonok_modal, #boc_order{
    padding-right: 0 !important;
}
#xd_zvonok_modal button.close {
    opacity: 1;
    color: #fff;
}
#xd_zvonok_modal button.close,#xd_zvonok_modal .modal-content,#xd_zvonok_modal .modal-header {
    border-radius: 0px !important;
}

#xd_zvonok_modal .modal-title {
    text-align: left;
    color: #fff;
    display: block;
    width: 100%;
    margin-bottom: 0;
}

#xd_zvonok_modal button[type='submit']{
        background: #6cad7e;
    color: #fff;
    font-weight: normal;
    border-radius: unset;
    text-transform: none;
    width: auto;
    margin: 0 auto;
    font-size: 16px;
    padding: 7px 0;
    width: 200px;
}


.hidden {
    display: none!important;
}

.modal-backdrop{background: #000000ad}
.input-group.has-warning.has-error input {
        border-color: red;
}


.options-category .form-control{width:auto;display:inline;margin-bottom: 0px;margin-top:10px;}

.info .options-category{display: none;}
.product:hover .info .options-category{display: block;}
.carousel .slick-list.draggable{padding:20px 0 80px 0px;}

.block-title {
    border-bottom: 2px solid #6cad7e;
}
.block-title span {
    background: #6cad7e;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    font-size: 15px;
}
.contrell-btn {
    display: inline-block;
    float: right;
}


.contrell-btn>div {
    display: inline-block;
    cursor: pointer;
    padding: 4px 6px;
    font-size: 21px;
    color: #6cad7e;
}

.contrell-btn>div:hover {
color:#326f43;
    }

    .catalog .item:hover .product {
    position: inherit;
    left: 0px;
        padding: 0px;
    right: 0px;
}
.catalog .info .options-category {
    display: block;
    width: 100%;
    text-align: center;
}

    .catalog .item{height:auto;}


.pagination a,.pagination  .active{
    display: inline-block;
    font-size: 18px;
    padding: 4px 12px;
    border: 1px solid;
    margin: 0 3px 5px 3px;
}
.pagination a:hover,.pagination  .active {
    color:#fff;
    background: #528a4e;
    text-decoration: none;
}
.no-margin-padding-left,.row.catalog.related{margin:0px;padding-left: 15px;}
.no-margin-padding-left .item,.row.catalog.related .item{margin:0px;padding:0px;}
.description ul{padding:5px 0 0 18px;
font-size: 13px;
}


.mobile-title-asideblock,.col-12.onlymobile{display:none;}

.we-work-callback .main-callback{background:none;border:none;}
.we-work-callback{background:url(../image/calback-bg2v.jpg);
padding-bottom: 85px;
}
.we-work-callback .main-callback p.title {
    color: #fff;
   font-size: 23px;
    line-height: 23px;
    text-shadow: 2px 2px 1px #000;
    margin-bottom: 0px;

}
.we-work-callback .price-btn {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    box-sizing: border-box;
    padding: 15px 12px 11px;
    margin-bottom: 0px;
        width: 195px;
        font-size: 12px;
}


.we-work-callback .callback-wrapper input {
    width: 200px;
    margin-right: 30px;
    padding: 12px 15px 12px;
    }



.how-we-work__title {
    font-weight: bold;
    color: #fff;
    padding: 35px 0 22px;
    /* margin-bottom: 15px; */
    font-size: 15px;
    margin-left: 0px;
}

.how-we-work__item__bg {
    position: relative;
    width: 79px;
    height: 89px;
    line-height: 89px;
    font-size: 30px;
    color: #454545;
    text-align: center;
    background: url(../image/shag-bg.png) no-repeat;
    margin-bottom: 15px;
    display:inline-block;
}
.how-we-work__item:first-child .how-we-work__item__bg::after {
    position: absolute;
    content: '';
    height: 9px;
    background: linear-gradient(-90deg,#6b6b6b,#fff);
    top: 50%;
    right: -600px;
    width: 600px;
    margin-top: -5px;
    z-index: 0;
}




.step_1 .how-we-work__item__descr{width: 84px;}
.step_2 .how-we-work__item__descr{width: 122px;}
.step_3 .how-we-work__item__descr{width: 115px;}
.step_4 .how-we-work__item__descr{width: 125px;}
.step_5 .how-we-work__item__descr{width: 132px;}
.how-we-work__item__descr span {
    color:#fff;
    display: block;
    text-align: center;
    padding-bottom: 5px;

}
.how-we-work__item__descr p {
    color: #fff;
    display: block;
    padding: 0 0px;
    margin-top: 5px;
    font-size: 12px;
    text-align: center;
    letter-spacing: -.7px;
}
.how-we-work__item {
    text-align: center;
}
.how-we-work-wrap{
padding-left: 50px;
padding-right: 23px;
    background: #000;
    margin-bottom: 30px;
}
.how-we-work {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    background: #000;
}
.container .category-page h1 {
    font-size: 23px;
    width: 320px;
    /* margin-left: -40px;
    margin-left: -55px; */
    text-transform: uppercase;
    text-align: center;
    display: block;
    
}
.container .category-page .wrap-popular-search{display: none;}

.catalog-column-row .wrap-popular-search{display:none;}
 
 .category-title{   align-items: center;
    display: flex;
}

.row.category-page {
    margin-bottom: 0px;
}
.row.catalog.no-margin-padding-left {
    padding: 0px;
}
.row.category-page #search{margin-top: 0px;}


.dop-info-block{
display: flex;
flex-direction: row;
flex-wrap: wrap;
    border:1px solid #dfe0df;
border-bottom: none;
border-right: none;
margin:30px 0;
}

.dop-info-block__item{
    min-height: 80px;
    padding:  5px 10px;
    width: 50%;
border-right:1px solid #dfe0df;
border-bottom: 1px solid #dfe0df;
}

.dop-info-block__item span{
font-size:11px;
color:#333;
    }

.dop-info-block__value {
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    justify-content: center;
    /* height: min-content; */
    min-height: 41px;
}
/* End Shop Page */
.slider-section-home .wrap-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.home-slider .slide .content .title, .home-slider .slide .content .description{
    width: 59%;
}
.home-slider .slide .content .title{
    text-shadow: 0px 0px 5px rgb( 0, 0, 0 );
}

.home-slider .buttons{
    width: 59%;
    margin-top: 28px!important;
}

.home-slider .description.text-white{
    display: none;
}
.slider-section-home #search{
    position: absolute;
    right: 30px;
    bottom: 14%;
    width: 28%;
}
.slider-section-home #search .input-search-wrap {
    background: unset;
    padding: unset;
    width: 500px;
    max-width: 430px;
    border-radius: 4px 0 0 4px;
    position: relative;

}

.social-blocks {
    display: flex;
}
img.social-block-img {
    margin-right: 20px;
}
.social-block-item {
    width: 33.33333333333%;
    color: #fff;
    padding: 45px 0 45px 45px;
    display: flex;
    font-weight: bold;
    align-items: center;
}
.social-block-item:hover{
    text-decoration: none;
    color:#fff;
    opacity: .95;
}
.social-block-item span{font-weight: normal;display: block;}


  .social-block-item-vk {
    background: #0e2b56 url(../image/bg-social.png) no-repeat;
    background-position: 106% -17px;
}

.social-block-item-youtube {
    background: #b20000 url(../image/bg-social.png) no-repeat;
    background-position: 109% -340px;
}
.social-block-item-inst {
    background: #ffcc00 url(../image/bg-social.png) no-repeat;
    background-position: 107% -764px;
}

.our-advantages {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin-top: 45px;
    justify-content: space-between;
}
.our-advantages li {
    flex: 0 0 24%;
    padding: 0 27px;
    text-align: left;
    position: relative;
    padding:15px;
    background: #fff;
    box-shadow: 0 0 9px rgba(0,0,0,.22);
    color:#555555;
    font-size:12px;
    transition: all .3s;
    padding-bottom: 90px;
}

.our-advantages li .title {
    margin-bottom: 20px;
    font-size: 20px;
    position: relative;
        min-height: 60px;
        font-weight: bold;
    display: flex;
    align-items: flex-end;
    line-height: 20px;
    margin-top: 15px;
}

.our-advantages li .title span{
        color: #fff;
    background: -webkit-linear-gradient(left, #9cd127 0%, #143a21 100%);
    background: linear-gradient(to right, #9cd127 0%, #143a21 100%);
    display:inline-block;
        -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    }

.our-advantages li .title:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 58px;
    height: 58px;
    right: 0px;
    top:0px;
}

.our-advantages li:first-child .title:after{
background: url(../image/advanteges-icon.png) no-repeat;
}

.our-advantages li:nth-child(2n) .title:after{
background: url(../image/advanteges-icon.png) no-repeat;
width: 56px;
background-position: -62px 0px;
}


.our-advantages li:nth-child(3n) .title:after{
background: url(../image/advanteges-icon.png) no-repeat;
width: 64px;
background-position: -123px 0;
}
.our-advantages li:nth-child(4n) .title:after{
background: url(../image/advanteges-icon.png) no-repeat;
width: 61px;
background-position: -194px 0px;
}

  

ul.our-advantages li [class^="flaticon-"] {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    color: #42604c;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}
ul.our-advantages li [class^="flaticon-"]::before {
    font-size: 50px;
    font-family: 'Flaticon', sans-serif;
    font-style: normal;
    background-color: #fff;
    border-radius: 50%;
    width: 75px;
    border: 1px solid #42604c;
}


.price-catalog{
    padding-top: 58px;
    background: linear-gradient(to right, #12883b, #1C6D64);
    height: 360px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    box-sizing: border-box;

}
.price-catalog__title{
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #fff;
}
.price-btn,.readmore-adv, .readmore-btn{
 color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    box-sizing: border-box;
    padding: 20px 42px 19px;
    background-color: #205432;
    border-bottom: 2px solid #203f23;
    cursor: pointer;
    border-radius: 4px;
    margin-bottom: 60px;
    display: inline-block;
}
.price-btn:hover{
    background-color: #203f23;
    text-decoration: none;
    color: #fff;
}


.readmore-adv{background: #51ad4f;
    width: calc(100% - 30px);
margin: 0px;
position: absolute;
bottom: 15px;
    text-align: center;
}
.readmore-adv:hover{text-decoration: none;color: #fff;
background: #203f23}
.price-catalog .price-btn{
    margin-bottom: 40px;
    margin-top: 80px;
}

.readmore-btn{
    width: 100%;
    margin: 0px;
    text-align: center;
    background-color: #52a953;
}
.readmore-btn:hover{
    text-decoration: none;
    color: #fff;
    background: #203f23
}


.card-product {
    vertical-align: top;
    margin-top: 30px;
}
.card {
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
    border-radius: 6px;
    color: rgba(0,0,0,0.87);
    background: #fff;
    max-width: 100%;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.2),0 1px 5px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
}
.card-product>.card-image {
    display: inline-flex;
    box-shadow: 0 5px 15px -8px rgba(0,0,0,0.24), 0 8px 10px -5px rgba(0,0,0,0.2), 0 10px 10px -5px rgba(0,0,0,0.2);
}
.card .card-image{
    -webkit-box-shadow: 0 16px 38px -12px rgba(0,0,0,0.56), 0 4px 25px 0 rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 16px 38px -12px rgba(0,0,0,0.56),0 4px 25px 0 rgba(0,0,0,0.12),0 8px 10px -5px rgba(0,0,0,0.2);
    box-shadow: 0 16px 38px -12px rgba(0,0,0,0.56), 0 4px 25px 0 rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.2);
}
.card .card-image{
    overflow: hidden;
    position: relative;
    height: 60%;
    margin-top: -30px;
    margin-right: 15px;
    margin-left: 15px;
    border-radius: 6px;
    -webkit-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
    -moz-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
    -o-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
    -ms-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
    transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.best-deals .col-ms-6.col-sm-6 .card-product .card-image>a>img {
    max-width: 230px;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    border-radius: 6px;
    background-color: #f8f8f8;
}
.card-product .content {
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 10px;
    text-align: center;
}
.card-product:hover>.card-image {
    -webkit-box-shadow: 0 15px 35px -15px rgba(0,0,0,0.5), 0 5px 25px 0 rgba(0,0,0,0.12), 0 10px 10px -5px rgba(0,0,0,0.2);
    box-shadow: 0 15px 35px -15px rgba(0,0,0,0.5), 0 5px 25px 0 rgba(0,0,0,0.12), 0 10px 10px -5px rgba(0,0,0,0.2);
    -webkit-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    transform: translate(0, -10px);
}
.card-title{
    margin: 20px auto 10px;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    color: #000;
}
.card-title a:hover{
    text-decoration: none;
}
.card-title a{
    color: #000;}


    .tabs__content {
  display: none; /* по умолчанию прячем все блоки */
}
.tabs__content.active {
  display: block; /* по умолчанию показываем нужный блок */
}

ul.tabs__caption2 {
    padding: 0px;
    list-style: none;
    margin: 20px 0px 20px 0px;
    border-bottom: 1px solid #ddd;
}

.slider-reviews__wrapper ul.tabs__caption2{border-bottom:0px;}

ul.tabs__caption2 li {
    font-size: 14px;
    cursor: pointer;
    color: #000;
    border: 1px solid #fff;
    border-bottom: 1px solid #ddd;
    display: inline-block;
    padding: 10px;
    margin-bottom: -1px;
}

ul.tabs__caption2 li.active {
    border: 1px solid #dddddd;
    border-bottom: 1px solid #fff;
    border-radius: 3px 3px 0 0;
}

.card-description ul{
    list-style-type: none;
    text-align: left;
    font-weight: lighter;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    text-transform: uppercase;

}



.card-description ul a{
    color: #000;
}
.card-description ul a:hover{
    text-decoration: none;
    color: #6cad7e;
}
.card-description p{
    font-size: 16px;
    font-weight: lighter;
    font-family: "Open Sans", sans-serif;
}
.full-catalog-btn{
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    box-sizing: border-box;
    padding: 20px 42px 19px;
    background-color: #205432;
    border-bottom: 2px solid #86988c;
    cursor: pointer;
    border-radius: 4px;
    margin-bottom: 100px;
    margin-top: 25px;
    display: inline-block;

}
.full-catalog-btn:hover{
    background-color: #203f23;
    text-decoration: none;
    color: #fff;
}
.footer-text{
    background-color: #ffffff;
    padding: 40px 0 20px;
}
.description-main-page{
    background-color: #fff;
    padding: 30px 20px;
    box-sizing: border-box;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .4);
}
.description-main-page p{
    margin-bottom: 15px;
}
.description-main-page h2{
    text-align: center;
    display: block;
    text-transform: uppercase;
}
.footer-text .gradient-color{
    background: -webkit-linear-gradient(left, #9cd127 0%, #193f21 100%);
    background: linear-gradient(to right, #9cd127 0%, #193f21 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.gallery-item{
    width:20%;
    display: flex;
    align-items: center; 
}
.gallery-item .single_image{
    width: 100%; 
    text-align: center;
    display: block;
}
.single_image img{
    max-width: 100%;
    width: 30px;
    /* object-fit: cover; */
}


.gallery-wrapper{
    display: flex;
    flex-wrap: wrap;
    max-width: 1920px;
    margin: 0 auto;
}
.common-home.compensate-for-scrollbar{
    margin-right: 0;
}
.main-gallery{
    box-sizing: border-box;
    padding: 40px 0 0;
}
.main-gallery h2{
    background: -webkit-linear-gradient(left, #9cd127 0%, #193f21 100%);
    background: linear-gradient(to right, #9cd127 0%, #193f21 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-size: 30px;
}
.main-gallery p{
    margin-bottom: 40px;
    font-size: 13px;
}
.main-gallery .full-catalog-btn{
    margin: 30px auto;
}
.full-catalog__wrapper{
    background:#fff;
}
.slider-reviews__wrapper{
    position: relative;
background: linear-gradient(to bottom right, #4fa24f, #277770);    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0; 
    box-sizing: border-box;
}
.tabs__content {
  display: none; /* по умолчанию прячем все блоки */
}
.tabs__content.active {
  display: block; /* по умолчанию показываем нужный блок */
}

.slider-reviews__wrapper ul.tabs__caption2 {
    text-align: center;
    margin-bottom: 50px;
    list-style: none;
}

.slider-reviews__wrapper ul.tabs__caption2 li{
display: inline-block;
    }

    .wrap-video-rew {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    z-index: 9;
    flex-wrap: wrap;
}

span.play-btn {
    position: absolute;
    display: inline-block;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background: #828080;
    top: 50%;
    margin-top: -35px;
    left: 50%;
    margin-left: -35px;
    border: 6px solid #002910c4;
    cursor: pointer;
}
.item-video-rew a{display:inline-block;margin-bottom: 15px;position: relative;}

span.play-btn:before{
content:'';
border: 20px solid transparent; 
border-left: 20px solid green;

}


span.play-btn:before {
    content: '';
    border: 17px solid transparent;
    border-left: 22px solid #2c735a;
   
    width: 28px;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: 50%;
    margin-left: -7px;
}



.item-video-rew {
    width: 31%;
    display: inline-block;
    background: #fff;
    padding: 15px 10px 10px 10px;
    border-radius: 6px;
    position: relative;
    margin-bottom: 20px;

}

    .item-video-name{

        font-size: 24px;
    font-family: 'AnastasiaScriptC', sans-serif;
     position: relative;
    top: -10px;
}

.item-video-name:before {
    content: "";
    background-repeat: no-repeat;
    background-image: url(https://rasteniya24.ru/catalog/view/theme/default/image/reviews-icon.jpg);
    width: 43px;
    height: 45px;
    left: 0;
    /* position: absolute; */
    display: inline-block;
    text-align: right;
    /* bottom: -17px; */
    float: left;
    margin-right: 10px;
    /* margin-bottom: -11px; */
    position: relative;
    top: 16px;
}
    .slider-reviews__wrapper ul.tabs__caption2 li {
    display: inline-block;
    width: 135px;
    height: 44px;
    color: #fff;
    line-height: 20px;
    margin: 0 20px;
    border: 2px solid #00ff43;
    border-radius: 9px;
    cursor: pointer;
}
.review-item-info {
    display: flex;
    justify-content: space-between;
    margin-bottom:20px;
}
.review-item-author-img-name span {
    font-size: 50px;
    color: #235432;
}
.review-block{margin-bottom:30px;}
.review-item-left {
    text-align: center;
    flex-direction: column;
    padding: 15px;
    display: flex;
    align-items: center;
    min-width: 255px;
}
.review-item-author-img.review-item-author-img-name {
    width: 94px;
    height: 94px;
        line-height: 94px;
    background: #f2f2f2;
    display: inline-block;
}
.review-item-text {
    margin-bottom: 20px;
    line-height: 17px;
}
.review-item-imgs {
    margin-bottom: 10px;
}

.review-item-imgs a{
    display:inline-block;
    margin-right:20px;
}

.review-item-imgs img{
	width:74px;
	height:74px;
}

.review-item-tags span {
    display: inline-block;
    background: #d1ff46;
    padding: 5px 17px;
    border-radius: 18px;
}

.review-item-right {
    display: flex;
    flex-direction: column;
    padding: 15px;
    justify-content: space-between;
    border-left:1px solid #ddd;
}
.review-item-author-name {
    margin-bottom: 20px;
    font-weight: bold;
}

.review-item-author-descr {
    text-align: left;
    font-size: 12px;
    line-height: 16px;
}


.review-item-author-img {
    border-radius: 50%;
    overflow: hidden;
    margin-bottom:20px;
}
.review-item-author-img img{
height:94px;
width:94px;
}


.review-item {
    display: flex;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    font-size: 13px;
    color: #000;
}


.slider-reviews__wrapper ul.tabs__caption2 li:hover,.slider-reviews__wrapper ul.tabs__caption2 li.active {
    background: #009928;
    }

/*.slider-reviews__wrapper:after{
content:'';
position: absolute;
bottom:0;
left:0px;
height: 505px;
width: 285px;
background: url(https://rasteniya24.ru/catalog/view/theme/default/image/feddback_left_bg.png);
}*/

.slider-reviews__wrapper .slick-slider{z-index: 9999;}

/*.slider-reviews__wrapper:before{
content:'';
position: absolute;
bottom:0;
right:0px;
height: 472px;
width: 296px;
background: url(https://rasteniya24.ru/catalog/view/theme/default/image/feddback_right_bg.png);
}*/


.slider-reviews__wrapper .title, .main-callback .title{
    text-align: center;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    color: #fff;
    box-sizing: border-box;
    padding: 40px 0;
    font-weight: 600;
}

.reviews-item__bg{
    box-sizing: border-box;
    padding: 25px 20px 30px;
    background-color: white;
    position: relative;
    
    /* margin: 0 12px; */
}
.reviews-item__bg::after {
    content: ''; 
    position: absolute; /* Абсолютное позиционирование */
    left: 20px; bottom: -39px; /* Положение треугольника */
    border: 20px solid transparent; 
    border-top: 20px solid white; 
    z-index: 100;
}
 
.reviews-item__icon{
    background-repeat: no-repeat;
    background-image: url('https://rasteniya24.ru/catalog/view/theme/default/image/reviews-icon.jpg');
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.reviews-item__author{
    margin-top: 30px;
    color: #fff;
    font-weight: bold;
}
.reviews-item__author .name{
    color: #fff;
    font-size: 16px;
}

.reviews-author{
    padding-left: 50px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.reviews-author .name{
    font-size: 20px;
    font-family: 'AnastasiaScriptC', sans-serif;
}
.reviews-author::before{
    content: "";
    background-repeat: no-repeat;
    background-image: url('https://rasteniya24.ru/catalog/view/theme/default/image/reviews-icon.jpg');
    width: 43px;
    height: 45px;
    left:0;
    position: absolute;
    text-align: right;
    bottom: -17px;
}
.reviews-video iframe {
    width: 100%;
    height: auto;
    margin: 20px 0 35px;
}

.reviews-video {
    box-sizing: border-box;
    padding: 0 20px;
}
.reviews-item>p{
    font-size: 16px;
}
.slider-reviews__wrapper .slick-prev:before, .slick-next:before{
    font-family: unset;
    background-image: url('https://rasteniya24.ru/catalog/view/theme/default/image/arrow-reviews.png');
    background-repeat: no-repeat;
    width: 16px;
    position: absolute;
    font-size: unset;
    top: 5px;
    left: 18px;
    height: 32px;
}
.slider-reviews__wrapper .slick-next, .slider-reviews__wrapper .slick-prev{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #fff;
    opacity: .8;
    top:45%;
    transition: opacity .5s;
}
.slider-reviews__wrapper .slick-prev{
    left: -40px;
}
.slider-reviews__wrapper .slick-next{
    right: -40px;
}
.slider-reviews__wrapper .slick-prev:hover,
.slider-reviews__wrapper .slick-next:hover{
    opacity: 1;
    cursor: pointer;
}
.main-callback{
    background-color: #669204;
    padding-bottom: 0px;
    border-bottom: 1px solid #699409;
}
.callback-wrapper input {
    width: 248px;
    margin-right: 30px;
    padding: 17px 15px 18px;
    box-sizing: border-box;
    border-radius: 3px;
    border: unset;
    font-size: 14px;
    font-weight: lighter;
    box-shadow: inset 0px 3px 5px rgba(0,0,0,.44);
}
#call-submit{
    color: #fff;
}
.slider-reviews__wrapper .slick-prev:before{
    transform: rotate(-180deg);
    left: 12px;
}
.slider-reviews__content{
    margin-bottom: 40px;
}
.slider-reviews__content .slick-dots{
    bottom: 25px;
    width: auto;
    right: 0;
}
.slider-reviews__content .slick-dots li button::before{
    font-size: 18px;
    color: #fff;
    opacity: 1;
}
.slick-dots li button:hover::before, .slick-dots li button:focus::before {
    opacity: .25;
}
.slider-reviews__content .slick-dots li.slick-active button::before {
    color: #9ed029;
}

.map-main{
    background-color: #669204;
    padding: 30px 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-text{
    padding: 30px 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.slider-section-home {
    background: linear-gradient(to bottom right, #4fa24f, #277770);
    top: unset;
    height: 739px;
}
.home-slider .slide .content{
    z-index: 11111;
}
.common-home .home-slider::before {
    content: "";
    width: 20%;
    background-repeat: no-repeat;
    height: 194px;
    position: absolute;
    background-image: url('/catalog/view/theme/default/image/image-home2.png');
    top: 50%;
    transform: translateY(-50%);
    right: 10%;
    z-index: 11111;
    background-size: cover;
}

.slider-section-home::before {
    background-image: url(/catalog/view/theme/default/image/home_back1.png);
    content: "";
    position: absolute;
    /* top: -30px; */
    top: 0;
    width: 100%;
    background-repeat: no-repeat;
    height: 745px;
    background-size: cover;
}
.home-slider .slide {
    height: auto;
}
.best-deals .additional-info{
    color: #5f5f5f;
    margin-top: 70px;
    font-family: "Open Sans", sans-serif;
}
.best-deals{
    padding-bottom: 40px;
}
.price-catalog .additional-info{
    color: #fff;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 40px;
}
.map-wrapper, .text-wrapper{
    width: 47%;
    margin: 0 15px;
}
.common-home{
    background-color: #f8f8f8;
}
.main-gallery, .full-catalog__wrapper{
    background-color: #fff;
}
.common-home section.section.best-deals{
    margin-top: 0;
}



.block-category-name {
    background: linear-gradient(0.25turn, #abcf4c, #7fb37c);
    height: 50px;
    line-height: 50px;
    color: #fff;
    padding: 0 20px;
}

@media(max-width:576px){
.block-category-name {
    height: 44px;
    line-height: 44px;
}
}

.block-category-name .fa {
    font-size: 26px;
    position: relative;
    top: 4px;
    margin-right: 10px;
}

.block-category-content-left li {
    width: 32%;
    list-style: none;
    display: inline-flex;

}

@media(max-width:768px){
::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 5px;
    width: 5px;
  }
  ::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
  }
}
@media(max-width:576px){
    .block-category-content-left li {
        width: 100%!important;
        padding-left: 20px;
    }

    .block-category-content-left ul{
        max-height: 200px;
        overflow-y: scroll;
    }
}

.block-category-content-left {
    width: 75%;
}


.block-category-content-right {
    width: 25%;
}

.block-category-content {
    position: relative;
     border-top:none;
    border-left: 2px solid #abcf4c;
    border-right: 2px solid #7fb37c;
    padding: 40px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.block-category-content{
    padding: 15px 15px 15px 15px;
}
@media (max-width: 570px){
.block-category-content{
    padding: 10px 15px 0px 5px;
}
}

.block-category-content:after {
    position: absolute;
height:2px;
width:100%;
left:0px;
bottom:0px;
content:'';
      background:linear-gradient(0.25turn, #abcf4c, #7fb37c);

    }

.description table{
    border-collapse: collapse;
}
    .description table td{
        padding: 5px;
        border:1px solid #eee;
    }

@media (max-width: 1800px) {
.slider-section-home::before{
    background-position: -100px 0;
}
}
@media (max-width: 1600px) {
.slider-section-home::before{
    background-position: -200px 0;
}
.common-home .home-slider::before{
    top: 60%;
}
}
@media (max-width: 1367px) {
    .common-home .wrap-cont {
        margin: 120px 0 0 0px;
    }
    .slider-section-home::before{
        height: 560px;
        background-position: 80% 0;
        background-size: contain;
    }
    .slider-section-home {
    height: 490px;
}
.common-home .home-slider::before{
    height: 90px;
    width: 180px;
    top: 50%;
}
}
@media (max-width: 1365px) {
.slider-section-home{
    height: 555px;
}
.slider-section-home::before {
    height: 560px;
    background-position: 80% 0;
    background-size: cover;
}
}
@media (max-width: 1199px) {
	#p-review-total-top {
	  padding-left: 0px;
	}
    .how-we-work-wrap{padding-left:15px;padding-right:15px;}
    .navbar-nav .dropdown:hover>.dropdown-menu {
        display:block;
      }
      .how-we-work__item:first-child .how-we-work__item__bg::after {
   
    right: -450px;
    width: 450px;
}
.we-work-callback {
    background: url(../image/calback-bg2v.jpg);
    padding-bottom: 10px;
    background-size: cover;
}
.we-work-callback .price-btn {
    margin-top: 10px;
    }

    .price-catalog {
        background-attachment: scroll;
      }
    .how-we-work {

    justify-content: center;
}
.common-home .wrap-cont {
    margin: 80px 0 0 0px;
}
    .map-description .contacts .h2 {
    margin-top: 0;
    font-size: 26px;
}
    .shop-page .info .left-side {
        width: 100%;
    }
    .main-callback{
        padding-bottom: 30px;
    }
    .map-wrapper, .text-wrapper {
        width: 45%;
    }    
    .slider-section-home{
        background-size: cover;
    height: 507px;
    }
    .common-home .navbar {
    z-index: 9999;
}
#product.info .gradient-color {
	font-size: 22px;
	position: relative;
    }

#product.info .right-side .item-section{
    padding-left: 0;
}
.text-wrapper .description-main-page, .map-main .map-wrapper{
    height: auto;
}
.slider-section-home{
    height: 490px;
}
.slider-section-home::before{
    height: 500px;
}
}

@media (max-width: 1065px) {
    .home-slider .slick-arrow {
        transform: scale(0);
    }
    .social-block-item{padding:20px 0 20px 20px;}
    img.social-block-img{width: 80px;}
}




@media (max-width: 992px) {
	.header-search.active::before{widht:100% !important;}
	.header-search input{margin-left:0px !Important;}
.category-title {
    margin-bottom: 12px;
}
.home-slider .slide .content .title span{
    padding-left: 6px;
}
    .row.category-page {
     margin-bottom: -10px;
}
.slider-section-home #search .input-search-wrap{
    width: 500px;
}
.slider-section-home #search {
    right: 20px;
}
.home-slider .slide .content{
    left: 27%;
}


    .container .category-page h1 {
    font-size: 23px;
    width: 100%;
     margin-left: 0px;
}
    .mobile-title-asideblock{display:block;}

.home-slider .slide .content .title span {
    font-size: 20px;
    display: block;
}

    span.triger-menu {
    text-align: center;
    color: #fff;
    line-height: 34px;
    background: #a9d04a;
    display: inline-block;
    height: 36px;
    font-size: 21px;
    width: 50px;
    position: absolute;
    right: 0px;
    top: 0px;
    /* float: right; */
}


.sub-menu li, .sub-menu li ul li{list-style: none}

.sub-menu li ul li a.active{
    color: #6cad7e !important;
}

.sub-menu_2,.sub-menu_3 {
    display: none;
    padding-left: 40px;
    font-size: 13px;
    background: #ececec;
}
.categories > ul > li.item > ul.sub-menu > li {
    list-style-type: none;
    border-bottom: 1px solid #eee;
    line-height: 26px;
}


    .subli:after{
        display: none;
    }

    .home-slider .slide .content .title{
        font-size:26px; 
        width: 88%;
        text-align: center;
}
.home-slider .buttons {
    width: 75%;
}
    span.time-working {
    display: none;
}
    .navbar {
        height: auto;
        min-height: 80px;
        
    }

    .navbar .navbar-toggler {
        height: 80px;
        outline: none;
    }

    .navbar-collapse {
        position: relative;
        padding: 10px 0 0;
        margin: 0;
        border-top: 1px solid #a9d04a;
        /*margin-top: 10px;*/
    }

    .navbar .nav-item .nav-link {
        display: block;
        text-decoration: none;
        color: #ffff;
font-size: 14px;
    }

    .navbar .nav-item.active .nav-link,
    .navbar .nav-item .nav-link:hover {
        color: #a9d04a;
    }

   /* .navbar-collapse > ul:first-child {
        max-height: 80vh;
       overflow-y: scroll;
    } */

    .navbar-collapse > ul:last-child {
        margin-top: 10px;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        height: 80px;
        border-top: 1px solid #a9d04a;
    }

    .features ul{
        justify-content: center;
    }

    .features ul li, .our-advantages li {
        flex: 0 0 47%;
        margin-bottom: 15px;
    }

    .categories {
        width: 100%;
        margin: 0;
        display: none;
    }

.row.catalog-column-row>div:first-child{    flex-direction: column !important;display: flex;    padding: 0 15px !important;}
    .categories .title{display: none;}

.col-12.onlymobile{display:block;}
.col-12.onlymobile .wrap-popular-search,.catalog-column-row #search,.catalog-column-row .wrap-popular-search{display: none;}
.col-12.onlymobile .gradient-color {
    font-size: 24px;
    display: block;
    text-align: center;
    margin: -21px 0 20px 0;}

.catalog-column-row  h1 {
    font-size: 21px !important;
    margin: 15px 0 -15px 0;
}

.catalog-column-row  .section-title{margin-bottom: 0;}
#call-submit{
    display: inline-block;
    margin: 30px auto
}
.main-callback{
    padding-bottom: 0;
}
.common-home .navbar {
    z-index: 100;
}
.slider-section-home{
    height: 400px;
}
.slider-section-home::before{
    height: 440px;
}
}

@media (max-width: 800px) {
    .social-blocks {
    flex-direction: column;
}
.social-block-item {
    width: 100%;
    }
    .home-slider .slide .content .description {
        width: 100%;
        padding: 0 30px;
    }
}

@media (max-width: 768px) {

.review-item-left {
        padding: 10px;
        min-width: 180px;
}
.review-item-right {
        padding: 10px;
}

    .item-video-rew{width:80%;}
    .wrap-we-work {
    margin-top: 20px;
}
.wrap-video-rew {
    justify-content: center;
}

    .how-we-work__item {
    text-align: center;
    width: 33.3%;
    text-align: center;
}

.how-we-work__item:first-child .how-we-work__item__bg::after {
    right: -250px;
    width: 250px;
}

.how-we-work__item__descr {
    margin: 0 auto;
}

	#salebanner{
	font-size:18px;
}


    .block-category-content-right{display: none}
    .block-category-content-left {
    width: 100%;
}
    .contacts {
    padding: 0 20px 0 20px;
}
    .top-info-panel {
    height: auto;
    text-align: center;

}

.top-info-panel .text-right{text-align: center !important}
    footer .blocks .block {
        width: 100%;
    }

    .informers .portfolio {
        padding: 15px;
        margin: 0;
    }

    .informers .portfolio .item {
        padding: 15px;
    }

    .informers .informer-news {
        width: 100%;
    }

    p img {
        width: 100%;
        height: auto;
        margin: 10px 0;
    }

     .descriptionPart p img { 
        width: auto;
    }

    .home-slider .buttons{
        width: 85%;
    }
    .slider-section-home #search {
        display: none;
    }
    .best-deals .col-md-3.shop-item {
        display: inline-block;
        float: none !important;
        margin-right: -3px;
        margin-left: -2px;
    }
    section.section.best-deals__mtnone{
        padding-top: 20px;
    }
    .slider-reviews__wrapper .title, .main-callback .title{
        padding: 15px 0;
    }
    .callback-wrapper input{
        width: 100%;
        max-width: 400px;
        margin: 0 auto 20px;
    }
    .slick-dots li button:before{
        font-size: 10px;
        color: #fff;
    }
    .map-main{
        padding: 30px 15px;
    }
    .main-gallery{
        padding-top: 40px;
    }
    .slider-reviews__wrapper{
        padding: 40px 0;
    }
    .slider-reviews__content{
        margin-bottom: 10px;
    }
    .best-deals .additional-info{
        margin-top: 30px;
    }
    .price-catalog .price-btn{
        margin-bottom: 20px;
        margin-top: 40px;
    }
    .map-wrapper, .text-wrapper {
        width: 100%;
        margin-bottom: 20px;
    }
    .home-slider .slide .content .title{
        text-align: left;
    }
    .home-slider .slide .content .title span{
        padding-left: 0;
    }
    .slider-section-home {
        height: 450px;
    }
.slider-section-home{
    height: 375px;
}
.slider-section-home::before{
    top: 0;
    height: 380px;
    background-position-x: 90%;
}
.common-home .home-slider::before{
    right: 1%;
    height: 60px;
    width: 120px;
}
}

@media (max-width: 600px) {
    
    .we-work-callback .main-callback p.title {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
}
.home-slider .slide .content .title span {
    font-size: 15px;
    
}
    .home-slider .slide .content .title {
    font-size: 20px;
    width: 100%;
    text-align: center;
}
.home-slider .buttons{
    text-align: center;
    width: 100%;
}
.home-slider .buttons a{
    text-align: left;
}
.wrap-cont {
    margin: 180px 0 0 5px;
}

.home-slider .slide .content .description {
    width: 100%;
    padding: 0 10px;
}
.home-slider .slide .content .description {
    font-size: 14px;
    margin: 15px 0;
    font-size: 15px;
    }

    .home-slider .slide .content .subtitle {
        font-size: 1.5em;
        letter-spacing: normal;
    }

    footer .blocks {
        padding: 20px;
    }
    .slider-section-home {
        height: 380px;
    }
     [newtooltip]:hover:after {
        top: -13px;
    }
    #product.info .buy-1-click.goods__oneclick span {
        width: 100%;
        text-transform: uppercase;
    }
    .how-we-work > .how-we-work{
        padding: 15px;
    }
    #product.info .right-side .section.border-0.d-flex.flex-column.flex-sm-row.justify-content-between.align-items-center.pr-0{
    padding-left: 0;
}
.slider-section-home::before{
    background-position-x: 65%;
        background-size: cover;
}
.common-home .home-slider::before{
    transform: unset;
}
}

@media (max-width: 600px) {

    .table td, .table th {
    padding: .5rem;
    font-size: 14px;
    line-height: 17px;
}
    .navbar {
        padding: 0 15px;
    }
    .slider-section-home {
        top: 0px!important;
    }
}

@media (max-width: 575px) {


    .our-advantages li {
        flex: 0 0 100%;
    }

.we-work-callback .callback-wrapper input{margin-right:0px;}
   
.we-work-callback #call-submit {
    display: inline-block;
    margin: 10px auto;
}

    .section-description {
        padding: 0 15px;
    }

    .catalog .item:hover .product {
        padding: 0;
        right: 0;
        left: 0;
    }

    .shop-page .right-side .buttons {
        padding-top: 15px;
    }

    .shop-page .right-side .buttons .button {
        flex: 1;
    }

    .shop-page .info .right-side .price-block {
        text-align: center;
    }
	.shop-page .info .button.buy {
        margin-top: 0px !important;
    }
/*
    .shop-page .info .right-side .buttons,
    .shop-page .info .right-side .buttons .button .text {
        width: 100%;
        font-size: 16px;
    }

    .shop-page .info .right-side .buttons .button.buy i {
        height: 60px;
        width: 60px;
    }

    .shop-page .info .right-side .buttons .button.buy i:before {
        font-size: 30px;
    } */
    .shop-item{
        text-align: center;
    }
    .best-deals .full-catalog-btn{
        margin-bottom: 30px;
    }
        .best-deals .card-product{
        width: 300px;
    }   
    .best-deals .card .card-image {
        width: 260px;
    }
    .best-deals .card .card-image a{
        width: 100%;
        display: block;
    }
   .best-deals .col-ms-6.col-sm-6 .card-product .card-image>a>img{
    max-width: unset;
    }
}

@media (max-width: 520px) {
	
	

.review-item {
    flex-direction: column;
}
.review-item-right {
    border-left: none;
    border-top: 1px solid #ddd;
}
	
		#salebanner{
	font-size:16px;
}

    .block-category-content-left li {
    width: 49%;
}

  
    .catalog .item{
    /* padding: 0 15px; */
}


    .wrap-cat-name li {
    flex-basis: 50% !important;
}
.catalog .product .info{padding:0px;}
.row.catalog.no-margin-padding-left{margin:0 -15px;}
.catalog .product .info .title a{    font-size: 12px;
    line-height: 14px;}
    .catalog .product .info .shop {
    flex-direction: column;
    margin-bottom: 5px;
}
.catalog .info .options-category {
    font-size: 12px;
}
.catalog .info .options-category select{font-size:12px;margin-top: 0px;}
.catalog .product .info .shop .prices {
    margin: 0 0 10px 0;
}
.slider-section-home {
    height: 390px;
}
.common-home .home-slider::before{
    display: none;
}
.slider-section-home::before{
    background-position-x: 50%;
    height: 400px;
}
}

@media (max-width: 450px) {
    ul.tabs__caption2{border-bottom: none;}
 ul.tabs__caption2 li{    border-bottom: 1px solid #fff;    margin-bottom: 0;}
    ul.tabs__caption2 li.active {
        border-radius: 3px;
    border-bottom: 1px solid #ddd;
}



    .slider-reviews__wrapper ul.tabs__caption2 li{margin:0 5px;}

     .how-we-work__item:first-child .how-we-work__item__bg::after {
    right: -200px;
    width: 200px;
}

	

}

.footer-contacts .address {
		white-space: normal !important;
		display: flex;
        align-items: center;
	}
	
	/* .footer-contacts li span.address {
		line-height: 1.5;
	} */
	
	.footer-contacts li span.address::before {
	  display: block;
	  float: left;
	}

@media (max-width: 576px) {
    .how-we-work__item:first-child .how-we-work__item__bg::after {display:none;}

    .how-we-work__item {
    text-align: center;
    width: 100%;
    text-align: center;
}

.how-we-work__item__descr{width:80% !important;}

    .features ul li {
        flex: 0 0 100%;
    }
    .gallery-item {
        width: 50%;
    }
    .map-wrapper iframe{
        height: 200px;
    }
    .home-slider .slide .content .title{
        text-align: left;
    }

    
}

@media (max-width: 420px) {

.home-slider .slide .content .title {
    font-size: 16px;
    width: 90%;
    line-height: 20px;
}

.home-slider .slide .content .title span {
    font-size: 12px;
    display: block;
}
}


@media (max-width: 380px){

    .table td, .table th,.shop-page .info .right-side .table .price span.old-price, .shop-page .info .right-side .table .price {
    
    font-size: 11px;
}
.slider-section-home {
    height: 360px;
}
.home-slider .slide .content .buttons a{
    width: 190px;
}
.home-slider .buttons {
    text-align: center;
    width: 90%;
}

}
@media (min-width: 768px) and (max-width: 992px) {
    footer .blocks .contacts {
        margin-top: 30px;
        width: 100%;
    }
    .home-slider .buttons {
        width: 84%;
    }

    footer .blocks .contacts .title {
        display: none;
    }

    footer .blocks .contacts ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    #call-submit {
        display: inline-block;
        margin: 30px;
    }
}




fieldset .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
legend {
    margin-bottom: 20px;
}
#content {
    font-size: 14px;
}

.btn.btn-primary {
    color: #fff;
    background: #6cad7e;
    border: none;
    border-radius: unset;
}
.form-group .control-label {
    margin-bottom: 7px;
}
.form-control {
    font-size: 12px;
}


a:hover {
    color: #6cad7e;
    text-decoration: underline;
}
#column-right .list-group-item {
    font-size: 14px;
}
#column-right .list-group-item:hover {
    background: #eefbef;
}
.mfp-gallery .mfp-image-holder .mfp-figure figure {
    margin-bottom: 0;
}
a:focus {
    outline: none!Important;
}
.alert button.close {
    position: relative;
    top: -3px;
}
.alert {
    font-size: 12px;
}
ul.breadcrumb + .alert {
    margin-top: 20px;
}
select + .text-danger {
    position: absolute;
    top: 60px;
    left: 143px;
}
.shop-page .info .right-side .section {
    position: relative;
}

.page-news .informer-news {
    width: auto;
    margin-bottom: 20px;
}
.btn-info {
    color: #fff;
    border: none;
    background: -webkit-linear-gradient(left, #a9d04a 0%, #6cad7e 100%);
    background: linear-gradient(to right, #a9d04a 0%, #6cad7e 100%);
}
.container h1 {
    font-size: 30px;
   /* text-transform: uppercase; */
    text-align: center;
    display: block;
    margin-bottom: 35px;
}

.flaticon-159::after {
    /* content: "\f112"; */
    content: '';
    background: url(../image/icons/garden_icon.png);
    background-size: cover;
    height: 25px;
    margin: -3px 0 -2px 0;
    width: 25px;
    position: relative;
    top: 3px;
    display: inline-block;
}
.flaticon-188::after {
    /* content: "\f10e"; */
    content: '';
    background: url(../image/icons/decor_icon.png);
    background-size: cover;
    height: 25px;
    margin: -3px 0 -2px 0;
    width: 25px;
    position: relative;
    top: 3px;
    display: inline-block;
}
.flaticon-160::after {
    /* content: "\f10f"; */
    content: '';
    background: url(../image/icons/seedling_icon.png);
    background-size: cover;
    height: 25px;
    margin: -3px 0 -2px 0;
    width: 25px;
    position: relative;
    top: 3px;
    display: inline-block;
}
.flaticon-161::after {
    /* content: "\f10a"; */
    content: '';
    background: url(../image/icons/big_icon.png);
    background-size: cover;
    height: 25px;
    margin: -3px 0 -2px 0;
    width: 25px;
    position: relative;
    top: 3px;
    display: inline-block;
}
.flaticon-62::after {
    content: "\f111";
}
.flaticon-68::after {
    content: "\f10b";
}
.flaticon-162::after {
    content: "\f110";
}
.flaticon-1612::after {
    content: "\f10d";
}
.flaticon-1621::after {
    content: "\f10c";
}

.flaticon-346::after {
    content: "\f10a";
}


.flaticon-347::after {
    content: "\f10a";
}
i.flaticon-346:after {
    content: '';
    /* background: url(../image/cid346.png);
    height: 30px;
    width: 20px;
    background-position: -10px -4px; */
    background: url(../image/icons/addit_icon.png);
    background-size: cover;
    margin: -3px 0 -2px 0;
    position: relative;
    top: 3px;
    display: inline-block;
    height: 25px;
    width: 25px;
}
i.flaticon-347:after {
    content: '';
    /* background: url(../image/cid347.png);
    height: 30px;
    width: 20px;
    top: 8px;
    margin: -3px 0 -2px 0;
    background-position: -10px -4px;
    background-repeat: no-repeat; */
    background: url(../image/icons/cert_icon.png);
    background-size: cover;
    margin: -3px 0 -2px 0;
    position: relative;
    top: 3px;
    display: inline-block;
    height: 25px;
    width: 25px;
    
}

.flaticon-420::after {
    /* content: "\f112"; */
    content: '';
    background: url(../image/icons/garden_icon.png);
    background-size: cover;
    height: 25px;
    margin: -3px 0 -2px 0;
    width: 25px;
    position: relative;
    top: 3px;
    display: inline-block;
}

a.link-to-about {
    display: block;
    margin: 20px 0;
    text-align: center;
    color: #000;
}
.remodal-content img {
    width: 200px;
}
.remodal-content p {
    font-size: 14px;
    padding: 20px 0 15px;
    line-height: 20px;
}
.remodal-content .btn-basket {
    color: #fff;
    background: #6cad7e;
    border: none;
    border-radius: unset;
    padding: 10px 20px;
}
.remodal-content .btn-basket:hover {
    text-decoration: none;
    color: #fff;
}

.remodal-overlay {
    background: rgba(0, 0, 0, 0.7);
}

.remodal-close {
  left: inherit;
  right: 0;
}

.modal-open .modal {
    background: rgba(0, 0, 0, 0.7);
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
#boc_order h2#boc_order_title {
    text-align: center;
    display: block;
    width: 100%;
    padding-left: 40px;
}
#boc_order .modal-content, #boc_order .modal-header {
    border-radius: 0!important;
}
#boc_order .checkbox label {
    font-size: 13px;
}
#boc_order .checkbox label input {
    margin-right: 6px;
}
#boc_order #boc_product_field {
	display: none;
}
form#boc_form span.input-group-addon {
    background: #6cad7d;
    color: #fff;
    width: 30px;
    text-align: center;
    line-height: 35px;
    border-radius: 4px 0 0 4px;
}
#boc_order .modal-header, #preorder-box .modal-header, #xd_zvonok_modal .modal-header, #sizeproduct-box .modal-header, #modal-agree .modal-header, #ll_cdek_modal .modal-header{
    background: #97d139 !important;
    text-align: center;
    border-bottom: none!important;
	border-radius: 0 !important;
}
#boc_order .modal-footer, #preorder-box .modal-footer, #xd_zvonok_modal .modal-footer {
    padding: 0 !important;
}
#boc_order .modal-footer .btn, #preorder-box .modal-footer .btn, #xd_zvonok_modal .modal-footer .btn{
    display: block !important;
	background: #00532c !important;
	width: 100% !important;
	padding: 13px;
}
#boc_order .modal-title, #preorder-box .modal-title, #sizeproduct-box .modal-title, #modal-agree .modal-title, #ll_cdek_modal .modal-title {
    margin-bottom: 0 !important;
  	color: #fff !important;
}
#preorder-box  .modal-content {
	border-radius: 0 !important;
}
#boc_order .modal-header .close, #preorder-box .modal-header .close, #xd_zvonok_modal button.close, #sizeproduct-box  button.close, #modal-agree button.close, #ll_cdek_modal button.close{
  padding: 11px 15px 12px 15px!important;
  margin: 1rem 1rem 1rem auto!important;
  background: #00532c!important;
  position: absolute!important;
  right: 0!important;
  top: 0!important;
  margin: 0!important;
  color: #fff !important;
  opacity: 1 !important;
}

#modal-agree h4.modal-title, #ll_cdek_modal h4.modal-title{
    font-size: 18px;
    
}

#xd_zvonok_modal form ._usermail{
    display: none;
}
#boc_order #boc_submit {
    background: #6cad7e;
    color: #fff;
    font-weight: normal;
    border-radius: unset;
    text-transform: none;
    width: auto;
    margin: 0 auto;
        font-size: 16px;
    padding: 13px 0;
    width: 200px;
}
#boc_order .input-group.has-error input, #boc_order .form-group.has-error textarea {
    background: #fff!important;
    border-color: red;
}
.fade {
    opacity: 0;
    -webkit-transition: .15s linear;
    -o-transition: .15s linear;
    transition: .15s linear;
}
.fade.in {

    opacity: 1;
}
.modal.fade.in {

    background: rgba(0, 0, 0, 0.5);
}
#boc_order .checkbox label {
    color: grey!important;
}
#boc_order .checkbox.has-error {
    border: none!important;
}

#boc_order .checkbox label a {
    color: #6cad7c!important;
    border-bottom: 1px dotted #6cad7c!important;
}
#boc_order .checkbox.has-error label, #boc_order .checkbox.has-error label a {
    color: #cc0000!important;
    border-color: #cc0000!important;
}
input:focus {
    outline: none!important;
    box-shadow: none!important;
}
input#button-search {
    width: 120px;
}
.list-group a.list-group-item:hover {
    background: #dcffe5;
}
.collapse.in {
    display: block;
}
.panel-body {
    margin-bottom: 20px;
}
.panel-body2 {
    font-size: 14px;
}

h4.panel-title {
    margin-bottom: 5px;
}
.panel-body label {
    margin-bottom: 10px;
    max-width: 100%!important;
    padding-left: 0;
}
.panel-title i {
    margin-left: 5px;
}
.popover-title {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}
.popover-content {
    padding: .5rem .75rem;
    color: #212529;
}
.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem;
}
.popover .arrow {
    left: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
}
.popover .arrow::after, .popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
    border-width: .5rem .5rem .5rem 0;
}
.popover .arrow::before  {
    left: 0;
    border-right-color: rgba(0,0,0,.25);
}
.popover .arrow::after  {
        left: 1px;
    border-right-color: #fff;
}




@media (min-width: 768px) {
.modal-dialog {
        max-width: 600px;
    margin: 30px auto;
}

}

@media only screen and (min-width: 641px) {
.remodal {
    max-width: 400px;
}
}

@media only screen and (max-width: 420px) {
footer .blocks .subscribe form input[type="email"] {
    padding: 10px;
    margin: 0 0 10px;
}
footer .blocks .subscribe form {
    flex-direction: column;
}
footer .blocks .subscribe form .btn {
    width: 100%;
    margin: 0 0 10px;
}
.section .section-title {
    font-size: 22px!important;
}

}

.thumbnail1 img{border:1px solid #6cad7e;}

.info-message-shipping {
    font-size: 12px;
    margin: 17px 0 -22px 0;
    color: #888;
}

.description-main-page p{
    margin:0 0 5px 0;
}


.description-main-page h1{margin-bottom: 10px !important;}

.description-main-page h3{
    margin:0px 0 0px 0;
}
.description-main-page ul {
    padding: 0px 0 0 20px;
    margin: 0px 0 5px 0;
    font-size: 13px;
}

.slider-section-home{
       background-repeat: no-repeat;
    background-position: top center !important;
        z-index: 10;
}

section.section.best-deals {
    margin: -122px 0 0 0;
    z-index: 999;
    background-color: #f8f8f8;
}
section.section.best-deals__mtnone{
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 0px;
}

.leaves-anim
{
width: 376px;
height: 349px;
    background: url("../image/green_leaves.png") top left;
    z-index: 99999;
    position: absolute;
    bottom: 45px;
    left: 100px;

    }


    .show-full-catalog{
        display: block;
        position: relative;
            background: url("../image/catalog-btn.png") top left;
width: 263px;
height: 113px;
transition: all 1s;
margin: 60px auto 0px auto;
    }

    .show-full-catalog:before{
width: 63px;
height: 155px;
content: '';
            background: url("../image/arrow.png") top left;
display: block;
position: absolute;
    bottom: 31px;
    left: -67px;
    }


    .show-full-catalog:hover{
        transform:scale(1.1,1.1);
    }


    .wrap-cat-name{display: -webkit-flex;
        
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  flex-direction: row;
  list-style: none;
  flex-wrap: wrap;
    justify-content: center;

margin:0 auto;
margin-top: 7px;
}

.wrap-cat-name li{flex-basis: 33%;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
    margin-bottom: 6px;
    }

.input-search-wrap {
   background: linear-gradient(0.25turn, #abcf4c, #7fb37c);
    padding: 3px;
    width: calc(100% - 87px);
    border-radius: 0 0 0 0;
    /* border-radius: 4px 0 0 4px; */
    position: relative;
}
#search{margin-top: 8px;}

#search button.btn.btn-default.btn-lg {
    height: 44px;
    line-height: 40px;
    background: #7fb37c;
    padding: 0px;
    width: 87px;
    font-size: 14px;
    color: #fff;
    margin: 0px;
    position: relative;
   /* border-radius: 0px 3px 3px 0; */
   border-radius: 0px 0px 0px 0;
}



#search button.btn.btn-default.btn-lg :hover{
    color:#e2e2e2
}

/*#search button.btn.btn-default.btn-lg:after {
    content: '';
    position: absolute;
    top: -1px;
    right: -42px;
    display: block;
    border: 21px solid transparent;
    border-left: 20px solid #6cad7e;
}*/

.wrap-popular-search {
    padding: 0 0 0 20px;
    margin-bottom: 20px;
    margin-top: 5px;
    color: #676767;
      font-size: 15px;
}


#search input[name='search']{
height: 38px;
border: none;
font-size:12px;
padding: .375rem .75rem;
}



span.clear-search-btn {
    background: #0000007a;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 11px;
    right: 10px;
    cursor: pointer;
}

span.sale-price {
    color: #4c4c4c;
    font-size: 17px;
    display: block;
    font-weight: normal;
}

.sale-info {
    margin: -10px 0 0 18px;
}

.sale-info b{color:red;}

.map-description iframe{
    margin-top: 20px;
}




.col-md-12.sorting {
	padding-top:10px;
	
}

.sorting label {
    font-size: 13px;
    margin-right: 10px;
   line-height: 30px;
    color: #777;
}
span#cart-num {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #a9d04a;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    margin: -14px 0 0 -6px;
}


.mobile-title-asideblock {
    background: linear-gradient(.25turn,#abcf4c,#7fb37c);
    text-align: center;
    color: #fff;
    line-height: 50px;
    border-radius: 4px;
    margin-bottom: 5px;
    font-size: 16px;
}

.info-detail-text {
    font-size: 11px;
    text-align: left;
    color: #777;
    padding: 10px 5px 15px 4px;
}

.block-category {
    margin-top: 0px;
}
.map-wrapper {
    text-align: center;
}

a.price-btn.download-price-link {
    width: 320px;
    margin-left: -40px;
    margin-bottom: 15px;
	text-transform: none !important;
}

a.price-btn.download-price-link img {
	margin-right: 10px;
}

@media(max-width:991px){
	.hide-mobile {
		display: none !important;
	}
	a.price-btn.download-price-link.kalky {
display: none !important;
}
	
    .column-reverse-mobile{flex-direction: column-reverse;}
a.price-btn.download-price-link {margin:0 auto; width:100%;
margin-bottom: 15px;}
}


.list-scroll {
    padding: 0 15px;
}

.list-scroll a {
    border-radius: 3px;
    display: block;
    margin-bottom: 20px;
    background: #f9f9f9;
    padding: 10px;
    font-size:14px;
    border: 1px solid #ecebeb;
}
html{scroll-behavior: smooth;}

.list-scroll a:hover {
text-decoration: none;
border-color: #6cad7e;
    }
    @media(min-width:992px){
		
		
		#product .thumbnails {
			margin-left: 30px;
			margin-right: 30px;
		}
		#product .splide__arrow--next {
			right: -30px;
		}
		#product .splide__arrow--prev {
			left: -30px;
		}

    .sticky {
  position: fixed;
  z-index: 101;
}
.stop {
  position: relative;
  z-index: 101;
}
}

.list-scroll a.active {
    background: #6cad7e;
    color: #fff;
    border-color: #6cad7e;
}


.profile-block-style {
    padding: 30px;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.22);
    margin-bottom: 26px;
    border-radius: 3px;
}
.profile-block-style a{color:#555;}

.profile-block-style h2 {
    font-size: 24px;
    color: #2e2e2e;
    padding-left: 40px;
    position: relative;
}


.profile-block-style h2:before {
width: 29px;
display: inline-block;
height: 32px;
content: '';
background: url('../image/profile-icon.png');
position: absolute;
top:6px;
left: 0px;
    }
.profile-block-style h2.invoice:before {
background: url('../image/invoice-icon.png');
width: 35px;
height: 28px;
}
.profile-block-style h2.bonus:before {
background: url('../image/bonus-icon.png');
width: 30px;
height: 29px;
}

    .bonus-info-profile p {
    margin-bottom: 4px;
}

.profile-top-line {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
}

.profile-top-line h1{margin-bottom:0px;
font-size:30px;
color:#2e2e2e;
    padding: 0;
    text-align: left;
}


a.profile-btn {
    background: #143a21;
    height: 47px;
    border-radius: 12px;
    padding: 0 22px;
    line-height: 47px;
    display: inline-block;
    color: #fff;
}
a.profile-btn.exit {
background: #700404;
}

a.profile-btn:hover {
opacity:.9;
    text-decoration: none;

}

.bonus-info-profile {
    position: relative;
    padding-bottom: 100px;
}


.block-bonus {
    width: 211px;
    height: 211px;
    position: absolute;
    bottom: -135px;
    background: #fff;
    right: 0px;
    border-radius: 50%;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.22);
}
.block-bonus:after {
    position: absolute;
    content: '';
    background: #fff;
    width: 260px;
    height: 120px;
    bottom: 105px;
    right: -20px;
    z-index: 1;
}

.justify-content-md-center{justify-content: center;}
.profile-top-line .left-col{
    margin-bottom: 20px;
}

.options-category select{min-width: 110px;}


.tabs__content ul{padding-left:20px;}

div#video-content,.onevideoblock {
    margin-left: -40px;
    margin-right: 0px;
}
.wrap-img-catalog-block a#video-content-in:after{display:none;}
.onevideoblock{margin-top:20px;}
a#video-content-in {
    /* display: block;
    width: 100%; */
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

a#video-content-in:after {
content:'';
position: absolute;
left: 0px;
top: 0px;
width:100%;
height: 100%;
background: rgba(0, 0, 0, 0.41);
    }

    a#video-content-in:hover:after{
background: rgba(0, 0, 0, 0);
    }
    a#video-content-in:before {
content:'';
position: absolute;
left: 50%;
top: 50%;
margin: -22.5px 0 0 -22.5px;
width:55px;
height: 55px;
background: url('../image/play-bg.png');
    }
.navbar .navbar-collapse{
    position: static;
}
.navbar .navbar-collapse.search-open{
    position: relative;
}
.nav-item:hover .dropdown-cat {
display: block;
}
@media(max-width:992px){
    .nav-item:hover .dropdown-cat {
        display: none;
        }
}
.dropdown-cat {
background: #0f0f0f;
padding-top: 1rem;
padding-bottom: 1rem;
color: #fff;
position: absolute;
width: 100%;
display: none;
left: 0;
z-index: 1000;
}
.dropdown-cat [class^="menu-cat"] {
display: block;
width: 100%;
min-height: 50px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
-webkit-transition: background-image 0.2s ease-in-out;
transition: background-image 0.2s ease-in-out;
}
.dropdown-cat .expand-menu {
display: flex;
width: 100%;
flex-wrap: wrap;
list-style-type: none;
}
.dropdown-cat .expand-menu li {
border: 1px solid #353535;
width: 20%;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
flex-grow: 1;

}
.dropdown-cat .expand-menu li:last-child {
margin-left: auto;
}
.dropdown-cat .expand-menu li a {
display: flex;
height: 100%;
justify-content: center;
flex-direction: column;
color: #fff;
padding: 1rem;
}
.dropdown-cat .expand-menu li a span {
text-align: center;
display: block;
font-size: 14px;
}
.dropdown-cat .expand-menu li a .menu-cat-1 {
background-image: url('../image/menu/hvoya.png');
}
.dropdown-cat .expand-menu li a .menu-cat-2 {
background-image: url('../image/menu/listv.png');
}
.dropdown-cat .expand-menu li a .menu-cat-3 {
background-image: url('../image/menu/plod.png');
}
.dropdown-cat .expand-menu li a .menu-cat-4 {
background-image: url('../image/menu/mnogol.png');
}
.dropdown-cat .expand-menu li a .menu-cat-5 {
background-image: url('../image/menu/shtamb.png');
}
.dropdown-cat .expand-menu li a .menu-cat-6 {
background-image: url('../image/menu/roses.png');
}
.dropdown-cat .expand-menu li a .menu-cat-7 {
background-image: url('../image/menu/seedlings.png');
}
.dropdown-cat .expand-menu li a .menu-cat-8 {
background-image: url('../image/menu/big.png');
}
.dropdown-cat .expand-menu li a .menu-cat-9 {
background-image: url('../image/menu/berry.png');
}
.dropdown-cat .expand-menu li a .menu-cat-10 {
background-image: url('../image/menu/discount.png');
}
.dropdown-cat .expand-menu li a .menu-cat-11 {
background-image: url('../image/menu/cert.png');
}
.dropdown-cat .expand-menu li a .menu-cat-12 {
background-image: url('../image/menu/related.png');
}
.dropdown-cat .expand-menu li a .menu-cat-0 {
background-image: url('../image/menu/all.png');
}
.dropdown-cat .expand-menu li a:hover {
text-decoration: none;
}
.dropdown-cat .expand-menu li a:hover .menu-cat-1 {
background-image: url('../image/menu/hvoya_hover.png');
}
.dropdown-cat .expand-menu li a:hover .menu-cat-2 {
background-image: url('../image/menu/listv_hover.png');
}
.dropdown-cat .expand-menu li a:hover .menu-cat-3 {
background-image: url('../image/menu/plod_hover.png');
}
.dropdown-cat .expand-menu li a:hover .menu-cat-4 {
background-image: url('../image/menu/mnogol_hover.png');
}
.dropdown-cat .expand-menu li a:hover .menu-cat-5 {
background-image: url('../image/menu/shtamb_hover.png');
}
.dropdown-cat .expand-menu li a:hover .menu-cat-6 {
background-image: url('../image/menu/roses_hover.png');
}
.dropdown-cat .expand-menu li a:hover .menu-cat-7 {
background-image: url('../image/menu/seedlings_hover.png');
}
.dropdown-cat .expand-menu li a:hover .menu-cat-8 {
background-image: url('../image/menu/big_hover.png');
}
.dropdown-cat .expand-menu li a:hover .menu-cat-9 {
background-image: url('../image/menu/berry_hover.png');
}
.dropdown-cat .expand-menu li a:hover .menu-cat-10 {
background-image: url('../image/menu/discount_hover.png');
}
.dropdown-cat .expand-menu li a:hover .menu-cat-11 {
background-image: url('../image/menu/cert_hover.png');
}
.dropdown-cat .expand-menu li a:hover .menu-cat-12 {
background-image: url('../image/menu/related_hover.png');
}
.dropdown-cat .expand-menu li a:hover .menu-cat-0 {
background-image: url('../image/menu/all_hover.png');
}

/* Мобильная версия */
a .mobile-menu-cat-0 {
background-image: url('../image/menu/all.png');
}
a .mobile-menu-cat-allcatalog {
background-image: url('../image/menu/all.png');
}
a .mobile-menu-cat-1 {
background-image: url('../image/menu/hvoya.png');
}
a .mobile-menu-cat-2 {
background-image: url('../image/menu/listv.png');
}
a .mobile-menu-cat-3 {
background-image: url('../image/menu/plod.png');
}
a .mobile-menu-cat-4 {
background-image: url('../image/menu/mnogol.png');
}
a .mobile-menu-cat-5 {
background-image: url('../image/menu/shtamb.png');
}
a .mobile-menu-cat-6 {
background-image: url('../image/menu/roses.png');
}
a .mobile-menu-cat-7 {
background-image: url('../image/menu/seedlings.png');
}
a .mobile-menu-cat-8 {
background-image: url('../image/menu/big.png');
}
a .mobile-menu-cat-9 {
background-image: url('../image/menu/berry.png');
}
a .mobile-menu-cat-10 {
background-image: url('../image/menu/discount.png');
}
a .mobile-menu-cat-11 {
background-image: url('../image/menu/cert.png');
}
a .mobile-menu-cat-12 {
background-image: url('../image/menu/related.png');
}
a .mobile-menu-cat-0 {
background-image: url('../image/menu/all.png');
}
a .mobile-menu-cat-100 {
background-image: url('../image/menu/seedling.png');
}
a .mobile-menu-cat-101 {
background-image: url('../image/menu/garden.png');
}
.nav-item a:hover {
text-decoration: none;
}
a:hover .mobile-menu-cat-0 {
background-image: url('../image/menu/all_hover.png');
}
a:hover .mobile-menu-cat-allcatalog {
background-image: url('../image/menu/all_hover.png');
}
a:hover .mobile-menu-cat-1 {
background-image: url('../image/menu/hvoya_hover.png');
}
a:hover .mobile-menu-cat-2 {
background-image: url('../image/menu/listv_hover.png');
}
a:hover .mobile-menu-cat-3 {
background-image: url('../image/menu/plod_hover.png');
}
a:hover .mobile-menu-cat-4 {
background-image: url('../image/menu/mnogol_hover.png');
}
a:hover .mobile-menu-cat-5 {
background-image: url('../image/menu/shtamb_hover.png');
}
a:hover .mobile-menu-cat-6 {
background-image: url('../image/menu/roses_hover.png');
}
a:hover .mobile-menu-cat-7 {
background-image: url('../image/menu/seedlings_hover.png');
}
a:hover .mobile-menu-cat-8 {
background-image: url('../image/menu/big_hover.png');
}
a:hover .mobile-menu-cat-9 {
background-image: url('../image/menu/berry_hover.png');
}
a:hover .mobile-menu-cat-10 {
background-image: url('../image/menu/discount_hover.png');
}
a:hover .mobile-menu-cat-11 {
background-image: url('../image/menu/cert_hover.png');
}
a:hover .mobile-menu-cat-12 {
background-image: url('../image/menu/related_hover.png');
}
a:hover .mobile-menu-cat-0 {
background-image: url('../image/menu/all_hover.png');
}
a:hover .mobile-menu-cat-100 {
background-image: url('../image/menu/seedling_hover.png');
}
a:hover .mobile-menu-cat-101 {
background-image: url('../image/menu/garden_hover.png');
}

/* Страница услуги */
.services-top-banner-bg{
    background: url('../image/services/banner-bg.png') no-repeat right bottom;
    min-height: 550px;
    padding-top: 30px;
}
.services-top-banner-arrow{
    max-width: 70%;
    margin-bottom: 30px;
}
.four-steps{
    padding-bottom: 120px;
}
.four-step-item{
    border-radius: 10px;
    box-shadow:  0 0 10px rgba(0,0,0,0.5);
    background: #6dcd73;
    background-repeat:  no-repeat;
    background-position: right center;
    margin-bottom: 15px;
    overflow: hidden;
    background-size: contain;
    min-height: 180px;
    position: relative;
}
.four-step-item.step-item-1{
    background-image: url('../image/services/step-1-bg.png');
}
.four-step-item.step-item-2{
    background-image: url('../image/services/step-2-bg.png');
}
.four-step-item.step-item-3{
    background-image: url('../image/services/step-3-bg.png');
}
.four-step-item.step-item-4{
    background-image: url('../image/services/step-4-bg.png');
}
.four-step-item-text{
    min-height: 50px;
    font-size: 14px;
    font-weight: lighter;
    padding: 5px 15px;
    background: rgba(0,0,0, .5);
    display: flex;
    align-items: center;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.four-step-item-text span{
    display: inline-block;

}
.four-step-item-img{
    padding: 15px;
}
.four-step-item-img img{
    width: 30px;
}
.services-callback-block::before{
    content: '';
    background: url('../image/services/city.png') no-repeat center;
    background-size: cover;
    position: absolute;
    top: -100px;
    width: 100%;
    height: 100px;
}
.services-callback-block{
    background: #303030;
    padding: 100px 0;
    position: relative;
}
.services-callback-block .callback-block-title{
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 32px;
}
.services-callback-block .call-submit-wrap{
    margin: 0;
}
.services-callback-block .price-btn{
    padding: 18px;
    margin: 0;
    width: 100%;
    text-align: center;
}
.services-callback-block .callback-wrapper input{
    width: 100%;
}

.our-works-block{
    padding: 80px 0;
}
.our-works-block h2{
    color: #539a52;
    margin-bottom: 28px;
    font-size: 30px;
    padding: 0;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}
.our-works-description{
    text-align: center;
}
.our-works-gallery{
    padding: 50px 0;
}
.our-works-gallery-item{
    position: relative;
    margin-bottom: 20px;
}
.our-works-gallery-item .items-count{
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.5);
    color: #fff;
    font-weight: bold;
    padding: 10px;
}
.our-works-gallery-item .items-count span{
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    padding-right: 5px;
}
.our-works-gallery-icon{
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    background: url('../image/services/photo-icon.png') no-repeat right center;
    background-size: contain;
}
.our-works-gallery-item a{
    display: none;
    width: 100%;
}
.our-works-gallery-item a img{
    width: 100%;
}
.our-works-gallery-item a:first-child{
    display: block;
    
}
.our-works-text{
    background: #212121;
    border-left: #ee0000 6px solid;
    padding: 15px;
    color: #fff;
    font-size: 14px;
}

.services-price-block{
    background: #509655;
    overflow: hidden;
    padding: 100px 0;
}
.services-price-block h2{
    color: #fff;
    margin-bottom: 28px;
    font-size: 30px;
    padding: 0;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}
.services-price-btn{
    text-align: center;
    padding-top: 40px;
}
.services-price-list {
    list-style-type: none;
    justify-content: center;
}
.services-price-list li{
    display: block;
    width: 20%;
    text-align: center;
    padding: 0 15px;
}
.services-price-list li span{
    display: block;
    color: #fff;
    padding-top: 5px;
    white-space: normal;
}
.how-we-work-block-descr.services-color p, .our-opportunities.services-color{
    color: #fff;
}
.sale-block.sale-block-no-bg .sale-block-info-container::after, .sale-block.sale-block-no-bg .sale-block-info{
    background-image: none;
}
.sale-block.sale-block-no-bg .sale-block-info-container{
    padding-bottom: 40px;
}
.sale-block.sale-block-no-bg  .sale-block-users{
    position: static;
    margin-bottom: 80px;
    text-align: center;
}
.how-we-work-block.how-we-work-block-no-bg{
    background-image: none;
}
.map-main-wrapper{
    margin: 0 auto;
    max-width: 800px;
}
.map-main-wrapper img{
    width: 100%;
}
.map-main-btns{
    margin-top: 2rem;
}
.map-main-btns .price-btn{
    margin-bottom: 2rem;
    width: 100%;
    text-align: center;
}
/* Отзывы */
.review-visual{
    background: linear-gradient(to right, #adce41, #85b37a);
    padding: 2px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.review-visual-header{
    padding: 20px 20px 20px 60px;
    color: #fff;
    background: url('../image/reviews/reviews-comment.png') no-repeat;
    background-position: 20px center;
}
.review-visual-body{
    padding: 40px;
    background: #fff;

}
.reviews-rating span{
    font-size: 14px;
}
.reviews-rating-stars i{
    font-size: 20px;
    color: #e7e7e7;
    text-shadow: 2px 2px 1px  #858585;
}

.reviews-rating-stars i.active{
    color: #adce41;
    text-shadow: 2px 2px 1px  #000;
}
.reviews-rating-stars{
    padding: 10px 0;
}
.review-item-info div{
    display: flex;
}
.review-item-info .reviews-rating-stars{
    padding: 0 0 0 20px;
}
.rating-numbers{
    list-style-type: none;
    font-size: 0;
}
.rating-numbers li{
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
}

.rating-numbers li:first-child{
    font-size: 28px;
}

.rating-numbers li:first-child::after{
    content: '/';
    padding: 0 5px;
    font-size: 16px;
}
.reviews-rating-bars > div{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 5px 0;
}
.bars-star{
    position: relative;
    width: 34px;
    display: flex;
}
.bars-star span{
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 10px;
    color: #fff;
    transform: translateX(-50%) translateY(-50%);
    font-weight: bold;
}
.bars-star i{
    font-size: 24px;
    color: #adce41;
    text-shadow: 2px 2px 1px  #858585;
    display: block;
    margin: 0 auto;
}
.bars-item{
    border-radius: 10px;
    width: calc(100% - 90px);
    align-self: center;
    overflow: hidden;
    background: #ececec;
}
.bars-item span{
    display: block;
    height: 14px;
    background: #adce41;
    
}
.bars-percent{
    width: 45px;
    font-size: 14px;
}
.reviews-form-label{
    font-weight: bold;
    display: block;
    margin-bottom: 1rem;
}
.reviews-sort{
    padding: 20px;
    background: #fef9f9;
    font-size: 12px;
    
    
}

.reviews-sort > span{
    margin: 0 10px;
    cursor: pointer;
    display: inline-block;
    background: url('../image/reviews/arrow.png') no-repeat right center;
    padding-right: 16px;
}
.reviews-sort span span{
    border-bottom: #000 1px dotted;
    line-height: 12px;
    
}

.copyright{
    font-size: 12px;
    color: #fff;
    line-height: 1.1;
   /*  text-align: center; */
    background: #232323;
    display: inline-block;
    width: 100%;
    padding: 10px 0 30px;
}


@media (max-width: 992px) {
    .reviews-rating-bars{
        margin: 1rem 0;
    }
    div#video-content, .onevideoblock{
        text-align: center;
        margin-left: 0;
    }
    a#video-content-in{
        display: block;
        width: 100%;
    }
    a#video-content-in img{
        width: 100%;
    }
    .services-price-list li{
        width: 33%;
        margin-bottom: 20px;
    }
    .services-callback-block .callback-wrapper input{
        max-width: 100%;
    }
    .services-callback-block #call-submit{
        margin: 0;
    }
    .our-works-gallery-item{
        margin-bottom: 20px;
    }
}
@media (max-width: 576px) {
    .services-top-banner-bg{
        background-image: none;
    }
    .services-price-list li{
        width: 50%;
    }
    .services-top-banner-arrow{
        max-width: 100%;
    }
}

.catalog .info  .options-category{
    display: none !important;
}
#product .count input{
    height: 30px;
}
#product .count .minus, #product .count .plus{
   
    font-size: 14px;
}
#product .table-striped td{
    vertical-align: middle;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

#modal-agree .close{order:2;color:#fff}
#modal-agree .modal-header h4{color:#fff}

#ocfilter{
    width: 320px;
    margin-left: -40px;
    background: #f5f5ef;
}

@media (max-width: 768px) {
    #ocfilter{
        margin-left: 0;
        display: none;
    }
}
.ocf-offcanvas-body #ocfilter{
    margin-left: 0;
    width: auto;
    display: block;
}
#ocfilter .noUi-connect{
    background: rgb(108, 173, 126);
}
#ocfilter .noUi-horizontal{
    height: 10px;
}

#ocfilter .noUi-horizontal .noUi-handle{
    border-radius: 15px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    background: #fff;
    border: 2px solid #6cad7e;
    box-shadow: 0 0 0 1px #f5f5ef;
    top: -5px;
    left: -9px;
}


.noUi-handle::after, .noUi-handle::before{
    display: none;
}

#ocfilter  .noUi-value{
    margin-top: 4px;
}
#ocfilter .list-group-item{
    background: #f5f5ef;
}

.ocfilter-option label small.badge{
    float: right;
    padding: 2px 2px;
    color: #000;
    background: #fff;
    font-size: 13px;
}

.ocfilter-option label{
    padding: 4px 0;
    border-bottom: 1px solid #EEE;
}
#ocfilter .selected-options .ocfilter-option{
    padding: 10px 10px;
}
#ocfilter .selected-options .ocfilter-option .btn-danger{
    background: rgb(206, 203, 203);
    border-color: rgb(206, 203, 203);
    color: #000;
}

#ocfilter .selected-options .btn-block.btn-danger{
    background: rgb(206, 203, 203);
    border-color: rgb(206, 203, 203);
    color: #000;
}

.ocfilter-option label.ocf-selected{
    color: #205432;
    font-weight: bold;
}

.special-badge{
    position: absolute;   
    top: 0;
    left: 0;
    background: #205432;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;  
	z-index:2;
}

.special-banner{
    margin-top: 20px;
}

.product-country{
    text-align: center;
    color: #aaa;
    font-size: 12px;
    width: 100%;
}
.ocfilter-mobile-handle button{padding:none;
width:45px;
height:45px;
line-height:45px;
background:#262d37 !important;
border-radius: 0 2px 2px 0 !important;}
.ocfilter-mobile-handle i{display:inline-block;width:17px;height:19px;
background:url('../image/filter-ico.png') no-repeat;}


.home-news{
    padding-top: 40px;
    background: transparent; 
}
.home-news__item{
    height: 100%;
    background: #fff;
    flex: 0 0 24%;
    padding: 0 27px;
    text-align: left;
    position: relative;
    padding: 15px;
        padding-bottom: 15px;
    background: #fff;
    box-shadow: 0 0 9px rgba(0,0,0,.22);
    color: #555555;
    font-size: 12px;
    transition: all .3s;
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
}
.home-news__item-thumb{
    width: 100%;
}
.home-news__item-thumb img{
    width: 100%;
}
.home-news__item-meta{
    padding: 5px 0;
    width: 100%;
}
.home-news__item-meta .viewed{
    display: inline-block;
    float: right;
}
.home-news__item-title{
    font-weight: bold;
    color: #205432;
    font-size: 14px;
    padding: 5px 0;
    width: 100%;
}
.home-news__item-description{
    padding: 10px 0 10px;
    text-indent: 0;
    width: 100%;
}

.home-news__all{
    text-align: center;
    padding: 20px 0 30px;
}
.product-sku, .product-lat-name{
    font-size: 13px;
}
.product-lat-name{
    color: #000;
    margin-bottom: 10px;
    margin-top: -5px;
}

@media(max-width: 1200px){
    .product-sku{
        padding: 0;
    }
}
.product-sku span{
    
    padding-right: 5px;
}

.block-category__info{
    position: relative;
    margin: 1rem 0; 
}

.block-category__info::after{
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0px;
    bottom: 0px;
    content: '';
    background: linear-gradient(0.25turn, #abcf4c, #7fb37c);
}
.block-category__info-header{
    background: linear-gradient(0.25turn, #abcf4c, #7fb37c);
    height: 50px;
    line-height: 50px;
    color: #fff;
    padding: 0 20px;
}


@media(max-width:576px){
.block-category__info-header {
    height: 44px;
    line-height: 44px;
}
}


.block-category__info-body{
    background: #fafafa;
    padding: 1rem;
    font-size: 14px;
}

.nav-item.dropdown:hover .dropdown-menu, .dropdown.open .dropdown-menu{
    display: block;
}
.dropdown-menu{
    margin-top: -3px;
}
/* a.nav-link.dropdown-toggle:hover+div{display:block;} */

.product-news__item{
    padding: 1rem 2rem;
    border: 1px #dddddd solid;
    margin-bottom: 2rem;
    margin-top: 1rem;
}

.product-news__item-image{
    text-align: center;
    padding: 0 4rem;
}
.product-news__item-image img{
    width: 100%;
    

}
.product-news__item-image a{
    margin-bottom: 0.25rem;
}
.product-news__item-info{
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.product-news__item-title{
    text-align: center;
}

.product-news__item-title a{
    color: #205432;
    font-weight: bold;
}

.personal{
    margin: 2rem 0 ;
}

.personal__block{
    border-left: 2px solid #abcf4c;
    border-right: 2px solid #7fb37c;
    margin-bottom: 2rem; 
}
.personal__block-header, .personal__block-footer{
    background: linear-gradient(0.25turn, #abcf4c, #7fb37c);
    height: 50px;
    line-height: 50px;
    color: #fff;
    padding: 0 20px;
}

.personal__block-body{
    padding: 1rem;
}

.personal__item{
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.personal__item-image{ 
    width: 30%;
    max-width: 250px;
}

.personal__item-text{
    width: 70%;
    font-size: 14px;
    padding: 1rem;
    background: #f8f8f8; 
    border-radius: 6px;
}

.personal__sidebar-link{
    background: #f9f9f9;
    padding: 1rem;
    border: 1px #ecebeb solid;
    font-size: 14px;
    margin-bottom: 1rem;
    border-radius: 4px; 
}

.new-icons{
    width: 48px;
    height: 48px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
}
 
.new-icons.new-icons__vk{
    background-image: url('../image/social/vk.png');
}
.new-icons.new-icons__ok{
    background-image: url('../image/social/o.png');
}
.new-icons.new-icons__inst{
    background-image: url('../image/social/i.png');
}

.new-icons.new-icons__youtube{
    background-image: url('../image/social/y.png');
}

.new-icons.new-icons__whatsapp{
    background-image: url('../image/social/w.png');
}

.footer-logo{
    padding: 2rem 0;
}

.home-category__item{
    background: linear-gradient(0.25turn, #008734, #007259);
    position: relative;
    min-height: 240px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
}

.home-category__item::before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: 90% center;
    background-size: 40%;
    background-repeat: no-repeat;
    content: "";
    opacity: 70%;
    transition: all .5s;
}
.home-category__item:hover::before{
    opacity: 100%;
}

.category-bg__sale::before{
    background-image: url('../image/category/sale.png');
}
.category-bg__hvoinye::before{
    background-image: url('../image/category/hvoynye.png');
    background-size: 60%;
}
.category-bg__listvennye::before{
    background-image: url('../image/category/listvennye.png');
    background-size: 60%;
}

.category-bg__krupnomery::before{
    background-image: url('../image/category/krupnomery.png');
    background-size: 60%;
}
.category-bg__mnogoletniki::before{
    background-image: url('../image/category/mnogoletniki.png');
    background-size: 60%;
}
.category-bg__plodovye::before{
    background-image: url('../image/category/plodovye.png');
    background-size: 60%;
}
.category-bg__rozy::before{
    background-image: url('../image/category/rozy.png');
    background-size: 60%;
}
.category-bg__sazhentsy::before{
    background-image: url('../image/category/sazhentsy.png');
    background-size: 60%;
}
.category-bg__shtambovye::before{
    background-image: url('../image/category/shtambovye.png');
    background-size: 60%;
}


.home-category__item-title{
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    width: auto;
    position: relative;
    padding-bottom: 4px;
    z-index: 10;
}

.home-category__item-title:hover{
    text-decoration: none;
    color: #fff;
}

.home-category__item-title::after{
    height: 2px;
    background: #fff;
    position: absolute;
    width: 100px;
    bottom: 0;
    left: 0;
    content: "";
}

.home-category__item-list{
    list-style-type: none; 
    z-index: 10;
}
.home-category__item-list a{
    color: rgba(255, 255, 255, .7);
    font-size: 16px;
}
.home-category__item-desc{
    color: rgba(255, 255, 255, .7);
}

.home-category__item-count{
    font-size: 18px;
    font-weight: bold;
}

.reviews-item.slick-slide:focus{
    outline: none;
}
/* @media(max-width: 576px){
    .reviews-item__bg img{
        width: 80%;
    }
} */

.shop-page .info .left-side .thumbnails .splide a{
    height: 100px;
}

/*
.splide{
    display: flex;
}
.splide__arrow--prev{
    left: auto;
}
.splide__arrow--next{
    right: auto;
    color: #fff;
    background: #83b900;
}

.splide__arrow{
    position: static;
    transform: none;
    border-radius: 0;
    width: 50px;
    height: 50px;
}
.splide__track{
    width: 100%;
}
 */
.item-section-catprod {
	margin-top: 15px;
	margin-bottom: 15px;
}
.shop-page .info .left-side a.thumbnails__video{
    /* display: none; */
    display: flex;
    justify-content: space-between;
    background: #205432;
    width: 100%;
	margin-top: 10px;
	border: none;
}

@media(max-width: 992px){
    .shop-page .info .left-side a.thumbnails__video{
        display: flex;
    }
}
.shop-page .info .left-side a.thumbnails__video span{
    display: block;
    color: #fff;
    width: 100%;
    padding: 5px 10px;
}
.shop-page .info .left-side a.thumbnails__video .thumbnails__video--play{
    width: 50px;
    text-align: center;
    font-size: 30px;
    background: #0f351c;
    color: #fff;
}

.navbar-brand-wrap{
    display: flex;
    justify-content: space-between;
    width: auto;
    align-items: center;
}
.navbar-brand-wrap .mobile__cart{
    display: none;
}
.navbar-brand-wrap .mobile__cart a{
    color: #fff;
}

@media(max-width:992px){
    .navbar-brand-wrap{
        width: 100%;
    }
    .navbar-brand-wrap .mobile__cart{
        display: block;
    }
}

.animated-cart{
    width: 380px;
    height: 100%;
    position: fixed;
    right: -390px;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 1000;
    box-shadow: -2px 0 10px #aaa;
    
}

.animated-cart__wrap{
    display: flex;
    flex-direction: column;
    height: 100%;

}

.animated-cart__header{
    display: flex;
    height: 70px;
    border-bottom: 1px #f7f7f7 solid;
    align-items: center;
    width: 100%;
    flex-wrap: nowrap;
}
.animated-cart__open{
    display: none;
    width: 55px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    right: 100% ;
    padding-right: 10px;
    top: 88px;
    position: absolute;
    color: #fff;
    background: #262d37;
    font-size: 24px;
}
.animated-cart__open:hover{
    color: #f8f8f8;
}
/* @media(max-width:992px){
    .animated-cart__open{
        display: block;
    }
} */
.animated-cart__close{
    height: 100%;
    background: #f7f7f7;
    padding: 0 2rem;
    line-height: 70px;
    cursor: pointer;
}
.animated-cart__title{
    padding: 0 1rem;
    width: 100%;
}
.animated-cart__title span{
    display: block;
    font-size: 1.25rem;
}

.animated-cart__body{
    height: 100%;
    padding: 1rem 0;
    overflow-y: auto;
}
.animated-cart__products{
    margin-bottom: 1rem;
}
.animated-cart__product--image{
    width: 140px;
    padding: 0 .5rem 0 1rem;
}
.animated-cart__product{
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: .5rem;
    border-bottom: 1px #f7f7f7 solid;
}
.animated-cart__product--image a{
    display: block;
    margin-bottom: 0.5rem;
}
.animated-cart__product--image a img{
    width: 100%;
}
.animated-cart__product--total{
    font-weight: bold;
    font-size: 16px;
}
.animated-cart__product--quantity{
    font-size: 14px;
    color: #aaa;
}
.animated-cart__product--body{
    padding: 0 1rem 0 .5rem;
    font-size: 14px;
    width: 100%;
}
.animated-cart__product--body a{
    font-weight: bold;
}
.animated-cart__product--body small{
    color: #1d1d1d; 
}
.animated-cart__product--remove{
    line-height: 70px;
    width: 70px;
    text-align: center;
}
.animated-cart__product--remove a{
    color: #000;
    font-size: 18px;
}

.animated-cart__total{
    font-size: 0.875rem;
    font-weight: normal;
    padding: 1rem;
}
.animated-cart__total--item{
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: end;
}
.animated-cart__total--item div:first-child{
    padding-right: .5rem;
    font-size: 12px;
}

.animated-cart__total--item:last-child div:last-child{
    font-size: 22px;
    font-weight: bold;
}

.animated-cart__footer{
    height: 100px;
    padding: 1rem .5rem;
    width: 100%;
    border-top: 1px #f7f7f7 solid;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.animated-cart__footer--btn-cart
{
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    box-sizing: border-box;
    padding: 10px 32px 9px;
    background-color: #52a953;
    
    cursor: pointer;
    border-radius: 4px;
    margin: 0;
    display: block;
}

.animated-cart__footer--btn-cart:hover{
    background-color: #205432;
    text-decoration: none;
    color: #fff;
}

.animated-cart__footer--btn-order{
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    box-sizing: border-box;
    padding: 10px 22px 9px;
    background-color: #205432;
    
    cursor: pointer;
    border-radius: 4px;
    margin: 0;
    display: block;
}
.animated-cart__footer--btn-order:hover{
    background-color: #203F23;
    text-decoration: none;
    color: #fff;
}

.quick_order_modal .close{
    position: absolute;
        right: 0.25rem;
    top: 0.2rem;
    padding: 12px;
}

.quick_order_modal .modal-body{
    padding: 1rem 0;
}

.quick_order_modal .modal-body .image{
    text-align: center;
    display: block;
}

.quick_order_modal .modal-body .title{
    text-align: center;
    margin-bottom: 1rem;
    border: 0;
}

.quick_order_modal .modal-body .title a{
    color: #000;
    font-size: 14px;
    font-weight: bold;
    

}

.quick_order_modal .modal-body .table tr td{
    vertical-align: middle;
}
.quick_order_modal .modal-footer{
    padding: 0;
}

.quick_order_modal .modal-footer .button-cart-add{
    color: #fff;
    background: #528a4e;
    font-size: 1.25rem;
    padding: .75rem;
    display: block;
    width: 100%;
    cursor: pointer;
    text-align: center;
}

.quick_order_btn{
    color: #fff;
    background: #528a4e;
    margin: 1rem 0;
    font-size: 1rem;
    padding: .5rem 2rem;
    display: none;
    cursor: pointer;
    text-align: center;
}
.quick_order_btn:hover{
    color: #fff;
    text-decoration: none;
}

@media(max-width:992px){
    .quick_order_btn{
        display: inline-block;
    }
}

.mobile__search{
    margin-bottom: 15px;
}
.mobile__search .header-search-wrap{
    position: relative;
}
.mobile__search .header-search-wrap input{
    padding-right: 30px;
}
.mobile__search-btn{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    outline: none;
    border: 0;
    padding: 0 10px;
    cursor: pointer;
    color: #777; 
    border-radius: 0 .25rem .25rem 0;
}

@media(max-width:992px){
    .user-login{
        display: block;
        width: 100%;
    }
    .user-login__btn{
        color: #fff;
        background: #a9d04a;
        border-radius: .25rem;
        display: block;
        text-align: center;
        padding: .375rem .75rem;
        width: 100%;
    } 
}

@media(max-width: 992px){
    .navbar-toggler{
        padding-left: 0;
    }
    .nav-link.cart-wrap{
        padding-right: 0;
    }
}

.error_404 {
text-align: center;
}
.error_404 a{
	width:25%;
	min-width:300px!important;
	margin:10px 20px;
}

.info .rating {
	/* width:100%; */
}

#p-review table, #p-revidew tr, #p-review td {
	border:none;
	padding-bottom:6px;
}
/* #p-revidew .table-striped tbody tr:nth-of-type(odd) { */
	#p-review  tr:nth-child(1) {
	background-color:#f7f7f7; 
	
}
.tab-content label {
	padding:5px 5px 0 0;
	
}
.tab-content #input-limit {
	width:40px!important;
}
#p-review .rating {
	text-align:right;
}
#p-review .rating img{
	margin-top:10px;
}
.pr_name {
	font-weight:bold;
}
#p-review strong {
	color:#6cad7e;
	font-weight:600;
	
}

#p-review-form #button-form-toggle {
	background-color:#fff;
	border: 1px rgb(221, 221, 221) solid;
	width:100%;
	/* margin-left:calc(50% - 120px); */
	/* position: relative; */
	/* max-width:200px; */
	/* margin: 0 auto; */
			
}

#tab-description ul {
padding-left: 18px;
font-size: 13px;
}


.ysocial {
padding: 10px 10px 0px;
font-size: 13px;
display: flex;
align-items: center;
}

.ysocial>span {
padding-right: 5px;
}

@media (max-width: 1200px){
.ysocial {
padding: 10px 0px 0px 0px;
}
}

.prmn-cmngr_top {margin-top: 10px;}
.prmn-cmngr_top .prmn-cmngr__confirm {left: 0;}


.regper, .regperg {
font-weight: bold;
font-size: 18px;
color: #333;
padding-block-start: 20px;
}
.regperg {
padding: 10px 0px 15px 0px;
}

.meny-s, .meny-l 
{
font-size: 16px;
padding: 5px 0px 5px 0px;
color: #fff;
}
.meny-l 
{
font-size: 13px;
}

.cback {
background: linear-gradient(.25turn,#abcf4c,#7fb37c);
    text-align: center;
    color: #fff;
    line-height: 50px;
    border-radius: 4px;
    margin-block-start: 12px;
    font-size: 14px;
}


.option-stock {
    font-size: 12px;
    color: #aaa;
    padding: 4px;
}

.psproduct {

    padding: 6px;
    width: 159px;
    height: 290px;
    position: relative;
    background: url(/image/psang.png);
    overflow: hidden;
    border-radius: 5px;
    margin: 0px 3px 15px 3px;
}



.titleprod {
line-height: 1;

} 


.tabcol {
font-size: 14px;
    color: #000;
}


.titleprod, .priseprod {
    font-size: 11px;
    color: #000;
}

.priseprod {
bottom: 0;
position: absolute;
padding: 0px 0px 6px 0px;
}

.col-md-ps {

}



figure {
  margin: 0;
  padding: 0;
  position: relative;
}

figure img {
  mix-blend-mode: multiply;
  display: block;
}

.mfp-content figure img {
    mix-blend-mode: normal; 
}

.wrap-we-work {
padding: 40px 0px 0px 0px;
}

.row-po {
display: flex;
width: 100%;
    overflow-x: auto;
}


.bottom-reviews .input-group{
    display: inline-flex;
    align-items: center;
}

.sanbot {
line-height: 21px;
    display: inline-block;
}



h2.sh2.gradient-color {
      font-size: 30px;
}


#product .table-cart td, .table-cart th {
padding: 3px;
}

.kalky {
padding: 13px 9px 9px 22px;
font-weight: normal;
font-size: 13px;
}

#product .splide__arrow{
    color: #fff;
    background: #797979;
    border-radius: 3px;
    width: 20px;
    height: 28px;
    font-size: 16px;
}

#product .splide__arrow:hover{
    background: #205432;
} 

#product .splide__arrow--next{
    padding-left: 1px; 
}

#product .thumbnails{
    margin-top: 10px;
}

.shop-page .info .left-side .thumbnails  a img { 
    max-width: 150%;
    width: 100px;
}

.form-calc1 {
    background: #f5f5f5;
    padding: 18px 12px 5px 12px;
    border-radius: 4px;
}

.tracking-info > ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.tracking-info > ul >li > ul{
    list-style-type: none;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.tracking-info > ul > li:nth-child(odd){
    background: #ebebeb;
}

.tracking-info > ul > li .track-time{
    background: #97cb27;
    color: #fff;
    width: 20%;
    padding: 15px;
}

.tracking-info > ul > li:nth-child(odd) .track-time{
    background: #143a21;
}
.tracking-info > ul > li > ul li{
    align-items: center;
    display: flex;
}
.tracking-info > ul > li > ul > li.track-title{
    width: 100%;
    padding: 15px 20px;
    justify-content: left;
    flex-wrap: wrap;
} 
.tracking-info > ul > li > ul > li.track-title div{
    width: 100%;
}
.tracking-info > ul > li > ul > li.track-location{
    width: 20%;
    justify-content: right;
    padding: 15px;
} 

.news-share, .news-author{
    background: #f5f5ef;
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid #dfdfd5;
}
.news-share-title{
    margin-bottom: 10px;
}

.news-author{
    display: flex;
    align-items: center;
}
.news-author__photo{
    padding: 20px 40px;
}

.news-author__desc a{
    color: #000;
    text-decoration: underline;
}

.news-author__desc a img{
    width: 18px;
}

@media(max-width: 576px){
    .news-author{
        flex-wrap: wrap;
        justify-content: center;
    }
    .news-author__desc{
        width: 100%; 
    }
}

.news-readmore ul{
    list-style-type: none;
}
.news-readmore ul li{
    padding: 2px 0;
}
.news-readmore ul a{
    text-decoration: underline;
    
}
.news-readmore__title{
    font-weight: bold;
}

.news-comments{
    padding-bottom: 80px;
    min-height: 200px;
    overflow: hidden;
}

ul.breadcrumb + .row {
    margin-top: 30px;
}

@media (max-width: 768px){
ul.breadcrumb + .row {
margin-top: 0px;
}
}

@media(max-width:576px){
    .row.news-nogutters {
        margin-left: -5px;
        margin-right: -5px;
    }
    .row.news-nogutters .col-6{
        padding-left: 5px;
        padding-right: 5px;
    }

.home-news__item-title {
font-size: 13px;
}

.home-news__item {
flex-direction: column;
justify-content: space-between;

}


.row.news-nogutters .readmore-btn{
padding: 7px 0px 7px;
font-size: 12px;
}
}

@media(max-width:1200px){
.news-cont .categories { 
margin-left: -20px;
}

.navbar .navbar-brand{
    margin-right: 0;
}

.navbar .navbar-brand .logo {
height: auto;
max-width: 250px;
}
}

.geo-location {
    height: 100%;
    display: flex;
    align-items: center;
}

@media(max-width:768px){
    .geo-location{
        justify-content: center;
    }
    .navbar .navbar-brand .logo {
        height: auto;
        max-width: 200px;
    }
}
.price-modified{
    color: #777;
    font-size: 11px;
    
}

@media(min-width:1440px){
    .price-modified{
        padding-left: 10px;
    }   
}

.stories.carousel .story > .item-link > .item-preview{
    width: 90px;
    height: 90px;
    border-radius: 10px;
    border: 2px rgb(238, 88, 63) solid;
    background: transparent;
}
.stories.snapgram .story.seen > a > .item-preview{ 
    background: transparent;
    border: 2px #999 solid;
}
.stories.snapgram .story > .item-link > .item-preview img{
    border-radius: 10px;
}

#zuck-modal-content .story-viewer .slides .item > .media{
    height: auto; 
    max-height: 100vh;
}

#zuck-modal-content .story-viewer .slides .item.active{
    display: flex;
    align-items: center;
    
}
#zuck-modal-content .story-viewer .slides .item.active img{
    padding: 20px 0 20px;
}

.stories.carousel .story > .item-link > .info .name{
    font-size: 12px;
}

.stories.carousel{
    text-align: center;
}

.shop-page .info .right-side .table{
    margin-bottom: 0;
}

.preorder span{
    justify-content: center;
}

.single_image img.loaded{
    width: 100%;
    object-fit: cover;
}

.contacts-block-photo-dost{
display: flex;
flex-wrap: wrap;
}

.contacts-block-photo-dost a {
width: 20%;
padding: 5px;
}

.tab-content .loop-centered .owl-nav{
    width: 100%;
    margin-left: 0; 
}

.tab-content .loop-centered .item{
    box-shadow: none; 
    border-radius: 0;  
}
.tab-content .loop-centered .item img{
    height: 200px;
}

.cdek-delivery{
    border-radius: 16px;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    padding: 20px 24px;
}

.cdek-delivery-date{
    font-weight: bold;
}

.preordered-item{
    border-bottom: 1px solid #ccc;
    padding: 20px 10px;
    
}



.tab-content .loop-centered .loop-centered__text .loop-centered__title {
margin-bottom: 20px;
font-size: 24px;
}
.tab-content .loop-centered .loop-centered__text{
padding: 0 20px 0 20px;
}



@media(max-width:1024px) {
.tab-content .loop-centered .loop-centered__text .loop-centered__title {
margin-bottom: 20px;
font-size: 24px;
}
.tab-content .loop-centered .loop-centered__text{
padding: 0 20px 0 20px;
text-align: left;
}
}


@media(max-width:425px) {
.tab-content .loop-centered .loop-centered__text .loop-centered__title {
margin-bottom: 20px;
font-size: 22px;
}
.tab-content .loop-centered .loop-centered__text{
padding: 0 20px 0 20px;
text-align: left;
}
.loop-centered__btn {
padding-left: 17px;
width: 170px;
}
}





.tab-content .loop-centered {
margin-top: 10px;
}


@media (max-width: 768px){
    p .img-thumbnail{
        width: auto;
    }
}

.modal{
    /* padding-right: 17px; */
}

.table-attributes{
    width: 100%;
    max-width: 100%;
    /* margin-bottom: 1rem; */
    background-color: transparent;
}

.table-attributes tr{
    /* background: url('../image/dott.png') left center; */
}

.table-attributes td{
    
    color: #000;
    /* border-bottom: 1px dotted #000; */
    font-size: 13px;
    background: url('../image/dott.png') no-repeat;
    background-position: 0 10px;
    background-repeat: repeat-x;
}

.table-attributes td span{
    padding: 2px 10px;
    background: #fff;
}

.table-attributes tr td:first-of-type span{
    padding-left: 0;
}

.table-attributes tr td:last-of-type{
    
    text-align: right;
}

.table-attributes tr td:last-of-type  span{
    padding-right: 0;
}


@media(max-width: 768px){
    .modal.quick_order_modal{
        padding-right: 0;
    }
}
.category-images-carousel{
    margin-top: 17px;
    height: 400px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.category-images-carousel.owl-carousel .owl-item img{
    width: auto;
    max-width: 100%;
    display: inline-block;
}

.category-images-carousel.owl-carousel .owl-item{
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
}

.category-images-carousel.owl-carousel .owl-nav button.owl-prev, 
.category-images-carousel.owl-carousel .owl-nav button.owl-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f1f1f1;
    border-radius: 50%;
}

.category-images-carousel.owl-carousel .owl-nav button.owl-next{
    left: auto;
    right: 5px;
}

.quick_order_modal_form .table thead th, .quick_order_modal_form .table tbody td{
    font-size: 12px;
}

.quick_order_modal_form .table .price{
    font-size: 14px;
    font-weight: bold;
    color: #6cad7e;
}
.quick_order_modal_form .table tbody tr:nth-of-type(2n+1) {
    background: #f7f7f7;
  }

.quick_order_modal_form .table span.price, .quick_order_modal_form .table span.old-price{
    display: block;
    white-space: nowrap;
}

.quick_order_modal_form .table span.old-price{
    color: #aaa;
    text-decoration: line-through;
    font-size: 14px;
    font-weight: bold;
}

.quick_order_modal_form .count input{
    height: 30px;
}

.quick_order_modal .dop-info-block__item {
    display: block;
    width: 100%;
    border-right: unset;
    min-height: unset;
    padding-top: 10px;
}
.quick_order_link{
    font-size: 13px;
}

.modal-backdrop{
    z-index: 5000;
    display: none;
}

.quick_order_modal .modal-dialog{
    z-index: 6000;
}
@media(max-width: 992px){
    .quick_order_link{
        display: none;
    }
}
@media(max-width: 768px){
    .quick_order_modal .dop-info-block{
        display: none;
    }
    
}



.modal-table-attributes{
    padding: 10px;
}

.quick_order_modal--desc{
    font-size: 13px;
    margin-bottom: 10px;
    position: relative;
}

.quick_order_modal--desc::before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* background: linear-gradient(to bottom, rgba(255,255,255,0) 40%,rgba(255,255,255,.7) 100%); */
    content: "";
}
.modal-table-attributes a{
    font-size: 13px;
    font-weight: bold;
}
.quick_order_modal--link{
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

.quick_order_modal--attr, .quick_order_modal--desc-title{
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}

.quick_order_modal--desc-title{
    margin-top: 0;
}

.quick_order_modal .modal-body .title{
    margin-bottom: 5px;
    margin-top: -10px;
}

.quick_order_modal .button-cart-add{
    border-radius: 0 0 .3rem .3rem;
}

.options-onstock{
    display: flex;
    align-items: center;
    font-size: 13px;
    width: 100%;
}

.options-onstock__badge{
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin-right: 5px;
}

.options-onstock__badge--on_stock{
    background: #a9d04a;
}
.options-onstock__badge--in_part{
    background: #dbab25;
}

.options-onstock__badge--out_of_stock{
    background: #d42020;
}

span.progressive{
    display: inline-flex;
    width: 100%;
}
span.progressive img.preview{
    max-height: 309.5px;
}
span.progressive img{
    width: 100%;
    
}
.ocfilter-pages{
    display: flex;
    width: 100%;
    padding: 10px 0;
    gap: 10px;
    flex-wrap: wrap;
    overflow-x: auto;
    margin: 0 0 20px;
}

@media (max-width: 576px){
.ocfilter-pages{
    flex-wrap: nowrap;
   }
}

.ocfilter-pages-h{
    font-size: 14px;
    display: none;
}

.ocfilter-pages__btn{
    display: inline-flex;
    background: #f7f7f7;
    color: #000;
    padding: 0 12px;
    border-radius: 17px;
    font-size: 14px;
    white-space: nowrap;
    height: 34px;
    align-items: center;
}

.ocfilter-pages__btn.active{
    background: #143a21;
    color: #fff;
}

.ocfilter-pages__btn:hover{
    
    background: #e4e4e4;
    text-decoration: none;
    color: #000;
}

.sorting .filters-category-btn, .sorting .filters-category-btn:hover{
    color: #495057;
    font-size: 14px;
    text-decoration: none;
    text-align: right;
    padding: .10rem 0 .25rem 0;
    display: inline-block;
}
.sorting .input-group.input-limit{
    max-width: 60px;
    
}

.sorting #input-limit{
    text-align: right;
}

.sorting  #input-sort{
    /* text-align: right; */
    padding-left: 0;
    
}

@media(max-width: 576px){
    .sorting .input-group{
        max-width: 170px;
        width: 100%;
    }
}

.sorting .sorting-i{
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: .35rem .5rem .25rem 0;
    
    
    
}

.sorting .sorting-i.sorting-i-sort{
    background-image: url(../image/filter-sort.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
} 

.sorting #input-limit{
    padding-right: 30px;
}
.sorting #input-sort{
    padding-left: 25px;
}

.sorting .sorting-i.sorting-i-count{
    background-image: url(../image/filter-count.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
} 
.sorting .sorting-i.sorting-i-count, .sorting .sorting-i.sorting-i-sort{
    pointer-events: none;
    position: absolute;
    right: 0;
    z-index: 1000;
}

.sorting .sorting-i.sorting-i-sort{
    right: auto;
    left: 0;
}

.sorting .sorting-i.sorting-i-filter{
    background-image: url(../image/filter.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 19px;
    height: 19px;
    margin: 2px .5rem .25rem 0;
} 
.sorting select, .sorting select:focus{
    border: 0;
    box-shadow: none;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.ocfilter-option-mhead .ocf-option-name{
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    align-items: center;
}
.ocfilter-option-mhead .ocf-option-name span{
    font-size: 16px;
}

.ocfilter-option-mhead .ocf-option-name a, .ocfilter-option-mhead .ocf-option-name a:hover {
    color: #0f0f0f;
    text-decoration: none;
    font-size: 21px;
}
.ocfilter-mobile-handle{
    display: none;
}

.no-x-margin{
    margin-left: 0!important;
    margin-right: 0!important;
}

.container .category-page h1{
    width: auto;
    text-align: left;
}

/* .container .category-page .category-title{
    justify-content: center;
} */



.category-product-total{
    margin-bottom: 8px;
    color: #999;
    font-size: 14px;
    background: #fff;
    -webkit-text-fill-color: #999;
    font-weight: normal;
    text-transform: lowercase;
   /*  display: block; */
    text-align: left;
    padding-left: 5px;
    align-self: flex-end;
}

@media(max-width:768px){
    .category-product-total{
        display: block;
        width: 100%;
        padding-left: 0;
    }
    .category-title{
        flex-wrap: wrap;
    }
}

#autosearch_search_results{
    z-index: 2000 !important;
}

.sorting .input-group{
    z-index: 80 !important;
}

.product-img-alt{
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    text-align: center;
    color: #000;
    background: rgba(255,255,255,.5);
}


    .fancybox-caption{
        text-align: center;
        text-shadow: 1px 1px 2px black;
        padding-bottom: 60px;
        color: #fff;
        font-weight: bold;
    }
    .fancybox-caption::after{
        border: 0;
    }

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
}

@media(max-width:768px){
.section {
    padding: 10px 0 0 0;
}
.popover .arrow{
    display: none !important;
}

}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .no-zoom {
        font-size: 16px;
        /* transform-origin: top left;
        transform: scale(0.875);            
        padding: 4.57px;                     */
    }
}

@media(max-width:576px){
    .ocfilter-option-popover{
        bottom: 0;
        top: auto!important;
        position: fixed;
/*         left: auto!important;
        right: 0; */
    }

    
}

.size-product span{
    display: inline-flex;
    width: 18px;
    height: 18px;
    justify-content: center;
    align-items: center;
    background: #000;
}

.size-product{
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    gap: 3px;
    justify-content: end;
    width: 100%;
}

.size-product .fa{
    font-size: 18px;
}

.logo-mobile{
    display: inline-block;
    height: 45px;
    font-size: 30px;
    background: -webkit-linear-gradient(45deg, #97d139, #3aaf7c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-left: 10px;
}

.logo-mobile span{
    background: none;
    -webkit-background-clip: none;
    -webkit-text-fill-color: #fff;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    padding-left: 3px;
}