@font-face {
  font-family: 'Vezitsa';
  src: url('Vezitsa.ttf') format('truetype');
  font-weight: normal;
}
* {margin: 0; padding: 0;} /* обнуляем отступы */
body {
font-family: 'Open Sans', sans-serif;
font-size:16px;
background: #fff;
  color:#333;
font-weight:400;
  background:url('flowers-bg.jpg') repeat;
}
html,body {
height: 100%; /* задаем высоту тела документа */
}
a img{
border:none;
}
h2{
font-family: 'Open Sans', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 24px;
line-height: 24px;
text-align:Center;
}
img{
max-width:100%;
}
p.top-margin {
  margin-top: 44px;
}
p.top-margin2 {
  margin-top: 24px;
}
input:hover,
input:focus,
textarea:hover,
textarea:focus {
  outline: none;
  box-shadow: none;
}
.hidden {
  display:none !important
}
.mobile-only {
  display:none
}
@media (max-width:1024px){
  .mobile-hide {
    display:none
  }
  .mobile-only {
  	display:block
  }
}
/*Верхняя панель*/
.toppanel{
display:inline-block;
  width:100%;
  background:#F2F2F2;
  padding:8px 0px;
}
.toppanel-slogan{
/*font-family: 'Vezitsa';*/
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 14px;
  margin-top:9px;
}
@media (max-width:480px){
  .toppanel__slogan-wr{
    display:none
  }
}

input[type="text"]:not(.input-number),
input[type="tel"],
input[type="email"],
input[type="password"],
textarea {
      box-sizing: border-box;
    border-radius: 99px;
    border: 1px solid #E0E0E0;
    font-size: 14px;
    line-height: 20px;
    padding: 11px 24px;
    resize: none;
}
textarea {
  border-radius: 24px;
  resize: none;
}
.field.fc {
      margin-bottom: 16px;
}


.ajs-modal {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ajs-dialog {
  width: 560px;
  max-width: 80%;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.ajs-header {
  position:relative;
  width: 100%;
    margin-top: 16px;
	font-family: 'Open Sans', sans-serif;
     max-width: 406px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.ajs-header::before,
.ajs-header::after {
  content: '';
  position: absolute;
  height: 1px;
  background: #E1A84C;
  width: 15%;
  top: 50%;
}
.ajs-header::before {  
  left: -15%;
}
.ajs-header::after {
  right: -15%;
}

.ajs-body .form {
  	display: flex;
    flex-direction: column;
    align-items: center;
}
.ajs-body .form-row {
      width: 100%;
  max-width: 345px;
}
.ajs-body .form-label {
  margin-bottom: 4px;
  color: #828282;
  font-size: 14px;
}
.ajs-body .form-field {
  border: 1px solid #E0E0E0;
}
.ajs-body .form-field.is-text {
  padding: 11px 24px;
}
.ajs-body .form-field.is-textarea {
  resize: none;
}
.form-toggle-marker {
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  border-radius: 2px;
  width: 24px;
  height: 24px;
}
.form-toggle-marker::before {
  content:'';
  position:absolute;
  width:15px;
  height:15px;
  background: url(check2.svg) no-repeat 50%;
  opacity:0;
  transition:.3s
}
.form-toggle-marker.is-active::before {
  opacity:1;
}
.ajs-body .form-label.form-toggle-caption {
  color: #4F4F4F;
}
.ajs-footer {
  margin-bottom: 50px;
}
.ajs-footer .ajs-primary {
  	display: flex;
    justify-content: center;
    margin: 0 0 0;
}
.ajs-button.ajs-ok {
	font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 32px;
    display: inline-block;
    align-items: center;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #1AC57D;
    border-radius: 99px;
    -moz-border-radius: 99px;
    -webkit-border-radius: 99px;
    cursor: pointer;
    padding: 12px 40px;
      margin: 0;
}



/*Верхняя панель*/
/*Поиск в шапке*/
.toppanel-search{
display:inline-block;
width:100%;
}
.toppanel-search form{
position:relative;
}
.toppanel-search input.search-widget-field{
display:inline-block;
  width:100%;
background: #FFFFFF;
-moz-border-radius: 99px;
-webkit-border-radius: 99px;
  border-radius: 99px;
  border:none;
  padding:8px 10px;
  font-size: 12px;
line-height: 16px;
  color: #828282;
}
.toppanel-search button{
background:url('search-icon.png') no-repeat;
width:20px;
  height:20px;
  border:none;
  position:absolute;
  right:15px;
  top:7px;
}
/*Поиск в шапке*/
/*Вход регистрация в шапке*/
.toppanel-user{
font-size: 12px;
line-height: 16px;
text-align: right;
margin-top:8px;
}
.toppanel-user a{
color:#333;
text-decoration:none;
}
.toppanel-user a:hover{
color: #2D9CDB;
text-decoration:underline;
}
/*Вход регистрация в шапке*/
/*Корзина в шапке*/
.shopcart-widget-icon{
background:url('cart-icon.png') no-repeat;
  width:24px;
  height:24px;
  position:relative;
  display: inline-block;
  margin-right: 10px;
}
.shopcart-widget-count{
    position: absolute;
    right: -10px;
    top: -5px;
    background: #C89E64;
    width: 17px;
    height: 17px;
    font-size: 11px;
    line-height: 15px;
    color: #fff;
    text-align: center;
    -moz-border-radius: 100px;
 -webkit-border-radius: 100px;
   border-radius: 100px;
}
.shopcart-widget-data{
font-weight: 300;
font-size: 12px;
line-height: 16px;
      top: -5px;
    position: relative;
}
.shopcart-widget-caption{
color: #636363;
}
.shopcart-widget-amount{
color:#333;
  font-weight: 400;
}
/*Корзина в шапке*/
.header-wrapper{
background: #FFFFFF;
box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
}
@media (max-width:1024px){
	.header-wrapper {
      display:none
	}
}

.logo{
float:left;
padding:11px 0px;
  margin-right:32px;
}
.logo a img{
float:left;
}
/*Слоган у лого*/
.header-slogan{
font-family: 'Open Sans', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 20px;
  margin-top:20px;
  display:inline-block;
}
/*Слоган у лого*/
/*Меню в шапке*/
.topmenu{
margin-top:20px;
  margin-bottom:16px;
font-family: 'Open Sans', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 15px;
line-height: 20px;
}
.topmenu ul li{
margin-right:12px;
}
.topmenu ul li:nth-child(2) a{
color:#ff0000;
}
.topmenu ul li:last-child{
margin-right:0px;
}
.topmenu ul li a{
color:#333;
  text-decoration:none;
}
.topmenu ul li a:hover,.topmenu ul li.is-current.is-active a{
color: #1AC57D;
text-decoration:underline;
}
.topmenu ul li.podmenu{
position:relative;
}
.topmenu ul li.podmenu:hover .podmenu-wrapper{
display:inline-block;
}
.podmenu-wrapper{
display:none;
  top:20px;
position:absolute;
  background: #FFFFFF;
box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
-moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background:#fff;
  padding:24px;
  z-index:10000;
  min-width:320px;
}
.topmenu ul li ul li{
display:inline-block;
  list-style:none;
  width:100%;
  position:relative;
}
.topmenu ul li ul li a{
font-family: 'Open Sans', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 32px;
text-transform: uppercase;
color: #333333;
}
.topmenu ul li ul li:nth-child(2) a{
color:#333;
}
.topmenu ul li ul li a:hover{
  color: #1AC57D;
  text-decoration:none;
}
.topmenu ul li ul li ul{
display:none;
    border-left: 1px solid #C89E64;
    padding-left: 10px;
    position: absolute;
    left: 100%;
    background: #fff;
    padding: 24px;
    top: -76%;
  min-width:320px;
}
.topmenu ul li ul li:hover ul{
display:inline-block;
}
.topmenu ul li ul li ul li a{
  font-family: Open Sans;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 32px;
color: #333333;
  text-transform:unset;
}
.footer-menu ul li.is-current.is-active a{
color: #1AC57D;
}
/*Меню в шапке*/
/*Часы работы*/
.header-worktime{
display:inline-block;
width:24%;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 24px;
}
.header-worktime span{
display:inline-block;
width:100%;
font-weight: 300;
}
/*Часы работы*/
/*Телефоны в шапке*/
.header-phone-wrapper{
display:inline-block;
width:75%;
}
.header-phone-wrapper span{
display:inline-block;
width:100%;
font-family: 'Open Sans', sans-serif;
font-style: normal;
font-weight: 300;
font-size: 14px;
line-height: 24px;
}
.header-phone{
display:inline-block;
}
.header-phone a{
font-size: 14px;
line-height: 24px;
  color:#333;
text-decoration:none;
}
.header-phone-wrapper span.razdelitel{
display:inline-block;
  width:auto;
  margin:0 4px;
}
/*Телефоны в шапке*/
.header-callback{
display:inline-block;
}
.header-callback a{
font-size: 10px;
line-height: 12px;
  text-decoration:none;
  text-transform:uppercase;
  color:#fff;background: #1AC57D;
border: 1px solid #1AC57D;
box-sizing: border-box;
  padding: 5px 10px;
border-radius: 99px;
  -moz-border-radius: 99px;
  -webkit-border-radius: 99px;
  cursor:pointer;
}
.header-callback a:hover{
color:#fff;
}
/*Задать вопрос в шапке*/
.header-vopros{
display:inline-block;
width:100%;
  margin-top:36px;
}
.header-vopros span{
font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 32px;
    display: inline-block;
    width: 100%;
    align-items: center;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #1AC57D;
    border-radius: 99px;
  -moz-border-radius: 99px;
  -webkit-border-radius: 99px;
  cursor:pointer;
}
/*Задать вопрос в шапке*/
/*Заголовок на главной*/
.content_top_slogan{
text-align:center;
width:100%;
  margin-top:64px;
font-family: Open Sans;
font-style: normal;
font-weight: normal;
font-size: 40px;
line-height: 40px;
margin-bottom:24px;
}
.content_top_slogan span{
text-align:center;
width:100%;
font-family: 'Open Sans', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 24px;
line-height: 32px;
}
/*Заголовок на главной*/
/*Меню слева от слайдера*/
.leftmenu-category-mainpage-wrapper {
    padding: 0 13px;
}
.leftmenu-category-mainpage-wrapper h3{
/*background:#C89E64;
display:inline-block;
width:100%;
  margin-bottom:16px;
  color:#fff;
  text-align:center;
padding:17px 0px;
  font-family: 'Open Sans', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 24px;
line-height: 32px;
  */
  display:inline-block;
width:100%;
  margin-bottom:16px;
  background:
        radial-gradient(circle at 0 100%, rgba(0,0,0,0) 10px, #C89E64 10px),
        radial-gradient(circle at 100% 100%, rgba(0,0,0,0) 10px, #C89E64 10px),
        radial-gradient(circle at 100% 0, rgba(0,0,0,0) 10px, #C89E64 10px),
        radial-gradient(circle at 0 0, rgba(0,0,0,0) 10px, #C89E64 10px);
    background-position: bottom left, bottom right, top right, top left;
    background-size: 50% 50%;
    background-repeat: no-repeat;  
   padding:17px 10px;
  font-family: 'Open Sans', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 24px;
    color:#fff;
  text-align:center;
  position:relative;
}
.leftmenu-category-mainpage-wrapper h3 span{
    height: 23px;
    /* top: -7px; */
    border-left: 1px dashed #C89E64;
    border-right: 1px dashed #C89E64;
    display: block;
    width: 97%;
    left: 4px;
    /* padding: 0 10px; */
    position: absolute;
    margin: 0 auto;
    bottom: -15px;
}
.leftmenu-category-mainpage{
border:1px solid #E0E0E0;
}
.leftmenu-category-mainpage li{
display:inline-block;
width:100%;
padding:17px 0px;
text-align:center;
  border-bottom:1px solid #E0E0E0;
}
.leftmenu-category-mainpage li:first-child{
background: #1AC57D;
}
.leftmenu-category-mainpage li:first-child a{
color:#fff;
}
.leftmenu-category-mainpage li:last-child{
border-bottom:0px;
}
.leftmenu-category-mainpage li a{
font-size: 18px;
line-height: 32px;
color:#333;
  text-decoration:none;
  text-align: center;
    display: block;
  width:100%;
}
/*Заголовок на главной под слайдером*/
.content_bottom_slogan{
  margin-top:40px;
text-align:center;
width:100%;
  margin-bottom:40px;
font-family: 'Open Sans', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 40px;
line-height: 40px;
}
/*Заголовок на главной под слайдером*/
/*Наши товары*/
.mainpage-cattov__link_wr {
	display: flex;
    justify-content: center;  
    margin-bottom: 53px;
}
.mainpage-cattov__link {
  	font-size: 16px;
	line-height: 16px;
	text-align: center;
	text-decoration-line: underline;
	color: #BDBDBD;
}
.mainpage-cattov__btn_wr {
  	display: flex;
    justify-content: center;  
  	margin: 28px 0 60px;
}
.mainpage-cattov__btn {
  	padding: 13px 24px 11px;
  	font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 32px;
    display: inline-block;
    align-items: center;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #1AC57D;
    border-radius: 99px;
    -moz-border-radius: 99px;
    -webkit-border-radius: 99px;
}
.mainpage-cattov__btn:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.mainpage-cattov{display:inline-block;
margin-bottom:20px;
}
.mainpage-cattov-img{
position:relative;
text-align:center;
}
.mainpage-cattov:hover .mainpage-cattov-img span{
background: RGBA(0,0,0,0.65);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
}
.mainpage-cattov-name{
    display: none;
    position: absolute;
    top: calc(50% - 44px);
    text-align: center;
    width: 100%;
  font-family: 'Open Sans', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 32px;
line-height: 44px;

text-align: center;
text-transform: uppercase;
color: #FFFFFF;
}
.mainpage-cattov:hover .mainpage-cattov-name{
display:block;
}
/*Наши товары*/
/*Почему нас выбирают*/
.whywe-wrapper h3{
margin-bottom:56px;
}
h3.zag{
display:inline-block;
  font-family: 'Open Sans', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 32px;
line-height: 32px;
width:100%;
  text-align:center;
  position:relative;
  overflow: hidden;
}
h3.zag:before,
h3.zag:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 1px;
    background-color: #E1A84C;
    position: relative;
}
h3.zag:before {
    margin-left: -100%;
    left: -14px;
}
h3.zag:after {
    margin-right: -100%;
    right: -14px;
}
.whywe-item-wrapper{
margin-bottom:60px;
}
.whywe-item-img{
display:block;
  margin-bottom:24px;
}
.whywe-item-text{
font-size: 16px;
line-height: 24px;
}
.whywe-item-readmore{
display:inline-block;
width:100%;
font-weight: normal;
font-size: 12px;
line-height: 32px;
text-align: center;
text-transform: uppercase;
color: #BDBDBD;
position:relative;
cursor:pointer;
}
.whywe-item-readmore span{
display:none;
  background:#fff;
  padding:32px 15px;
  position:absolute;
  left:0px;
  bottom:0px;
  /*font-family: 'Vezitsa';*/
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 24px;
text-align: center;
width:100%;
color: #333333;     
  box-shadow: 0 0 30px -8px rgba(0,0,0,0.5);
}
/*.whywe-item-readmore:hover span*/
.whywe-item-readmore.active span{
display:inline-block;
}
a.helpchoise{
font-family: 'Open Sans', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 24px;
  text-align: center;
letter-spacing: 0.05em;
text-transform: uppercase;
  color:#fff;
  background: #1AC57D;
border-radius: 99px;
  padding:6px 0px;
  max-width:300px;
  display:inline-block;
  margin-bottom:48px;
}
a.helpchoise:hover{
text-decoration:none;
}
/*Почему нас выбирают*/
/*Список товаров в категории*/
.category-page{
margin-bottom: 54px;
}
h1.page-header{
display:inline-block;
  font-family: 'Open Sans', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 40px;
line-height: 40px;
width:100%;
  text-align:center;
  position:relative;
  overflow: hidden;
}
h1.page-header:before,
h1.page-header:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 1px;
    background-color: #E1A84C;
    position: relative;
}
h1.page-header:before {
    margin-left: -100%;
    left: -14px;
}
h1.page-header:after {
    margin-right: -100%;
    right: -14px;
}
@media (max-width:480px){
  h1.page-header {
    font-size: 32px;
  }
}
.category-wrapper h1{
margin-bottom:15px;
}
.category-description{
margin-bottom:53px;
display:inline-block;
  width:100%;
}
.subcategory-wrapper .subcategory {
  margin-bottom: 10px
}
.subcategory a{
font-family: 'Open Sans', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 24px;
line-height: 40px;
  color:#333;
}
.subcategory-image{
display:inline-block;
  width:100%;
  margin-bottom:0;
  /*height:220px;*/
  height:190px;
  overflow:hidden;
}
.subcategory-image img{
max-height:220px;
}
.category-filter-wrapper{
  display:inline-block;
  width:100%;
margin-top:64px;
padding-bottom:16px;
  border-bottom: 1px solid #E1A84C;
  margin-bottom:32px;
}

/*фильтр*/
.collection-filters {
  width:100%
}
.collection-filters .filter {
  	display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
  	align-items: center;
}
.collection-filter .filter-control {
  display:none
}
.collection-filters .filter-name {
  	margin-right: 6px;
  	font-weight: 300;
    font-size: 14px;
    line-height: 12px;
    color: #828282;
}
.collection-filters .filter-items {
  	display: flex;
  	flex: 1;
  	align-items: center;
}
.collection-filters .filter-items .filter-body {
  	margin-right: 11px;
}
.collection-filter .range-slider {
  	flex: 1;
  	max-width: 164px;
}
.range-wr {
  	display: flex;
    justify-content: space-between;
}
.range-wr .slider-label {
  font-size: 14px;
  color: #828282;
}
.collection-filter .range-wr>.irs {
  	flex:1;
  	margin: 0 2px
}
.irs {
    position: relative; display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.irs-line {
  display: block;
  overflow: hidden;
  outline: none !important;
  width: 100%;
  height: 2px;
  position: absolute;
  width: 100%;
  top: 14px;
}
.irs-line-left, .irs-line-mid, .irs-line-right {
  position: absolute; display: block;
  top: 0;
}
.irs-line-left {
  left: 0; width: 11%;
}
.irs-line-mid {
  width: 100%;
}
.irs-line-right {
  right: 0; width: 11%;
}

.irs-bar {
  position: absolute; 
  display: block;
  left: 0; 
  width: 0;
  top: 14px;
}
.irs-bar-edge {
  position: absolute; display: block;
  top: 0; left: 0;
}

.irs-shadow {
  position: absolute; display: none;
  left: 0; width: 0;
}

.irs-slider {
  position: absolute; display: block;
  cursor: default;
  z-index: 1;
}
.irs-slider.single {
  
}
.irs-from, .irs-to, .irs-single {
  position: absolute; display: block;
  top: 0; left: 0;
  cursor: default;
  white-space: nowrap;
  display:none
}
.irs-slider.from {
  	width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 1px solid #fff;
    top: 12px;
    background: #1AC57D;
    cursor: pointer;
}
.irs-slider.to {
  	width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 1px solid #fff;
    top: 12px;
    background: #1AC57D;
    cursor: pointer;
}
.irs-single {
  
}
.irs-slider.type_last {
  z-index: 2;
}

.irs-min {
  position: absolute; 
  display: block;
  top: 0;
  left: 0;
  cursor: default;  
}
.irs-max {
  position: absolute; 
  display: block;
  top: 0;
  right: 0;
  cursor: default;
}
.irs-min,
.irs-max {
  display:none
}
.irs-grid {
    position: absolute; display: none;
    bottom: 0; left: 0;
    width: 100%; height: 20px;
}
.irs-with-grid .irs-grid {
    display: block;
}
    .irs-grid-pol {
        position: absolute;
        top: 0; left: 0;
        width: 1px; height: 8px;
        background: #000;
    }
    .irs-grid-pol.small {
        height: 4px;
    }
    .irs-grid-text {
        position: absolute;
        bottom: 0; left: 0;
        white-space: nowrap;
        text-align: center;
        font-size: 9px; line-height: 9px;
        padding: 0 3px;
        color: #000;
    }

.irs-disable-mask {
    position: absolute; display: block;
    top: 0; left: -1%;
    width: 102%; height: 100%;
    cursor: default;
    background: rgba(0,0,0,0.0);
    z-index: 2;
}
.lt-ie9 .irs-disable-mask {
    background: #000;
    filter: alpha(opacity=0);
    cursor: not-allowed;
}
.irs-disabled {
    opacity: 0.4;
}
.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}
.irs-line-left {
    left: 0;
    width: 11%;
  	background: #E0E0E0;
    height: 2px;
}
.irs-line-mid {
    background: #E0E0E0;
    height: 2px;
}
.irs-line-right {
    right: 0;
    width: 11%;
  	background: #E0E0E0;
    height: 2px;
}
.irs-line-right {
    left: 0;
    width: 11%;
  	background: #E0E0E0;
    height: 2px;
}
.irs-bar {
  	display: block;
    height: 2px;    
    background: #1AC57D;
    color: #ffffff;
} 
.filter-btns {
  display: flex;
}
.collection-filter .button[type="submit"] {
      margin-right: 15px;
      padding: 0 16px;
      font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 32px;
    display: inline-block;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #1AC57D;
    border-radius: 99px;
    -moz-border-radius: 99px;
    -webkit-border-radius: 99px;
    cursor: pointer;
    border: 0;
  	font-size: 12px;
    letter-spacing: 0.05em;
}
.collection-filter .filter__reset-btn {
  	position:relative;
  	width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #6FCF97;
    font-size: 0;
}
.collection-filter .filter__reset-btn::before,
.collection-filter .filter__reset-btn::after {
  	content:'';
  	position:absolute;
  	top: 14px;
    left: 14px;
    width: 11px;
  	height: 2px;
  	background: #333333;
}
.collection-filter .filter__reset-btn::before {
  	transform: rotate(45deg) translate(-4px, 3px);
}
.collection-filter .filter__reset-btn::after {
  	transform: rotate(-45deg) translate(-3px, -4px);
}




.pagination-counter-wrapper{
    display:inline-block;
  width:100%;
margin-top:40px;
  margin-bottom:80px;
padding-top:16px;
  border-top: 1px solid #E1A84C;
}
.sortirovka-wrapper{

}
.sortirovka-wrapper select{
color: #828282;
  font-weight: 300;
font-size: 14px;
line-height: 12px;
border:none;
}
.counter-wrapper{
font-weight: 300;
font-size: 14px;
line-height: 12px;
  color: #828282;
  margin-top: 9.5px;
}
.counter-wrapper .collection-order-label{
display:inline-block;
}
.counter-wrapper .styled-select-wrapper{display:inline-block;}
.counter-wrapper .styled-select-wrapper select{
border:none;
font-weight: normal;
font-size: 14px;
line-height: 12px;
color: #4F4F4F;
}
.cattov{
 display:flex;
 flex-direction:column;
width:100%;
  margin-bottom:36px;
background:#fff;
  height:100%;
}
.cattov-img{
display:inline-block;
width:100%;
margin-bottom:24px;
 position:relative;
  max-height:160px;
  overflow:hidden;
}
.cattov .stiker-block{
position:absolute;
  right:5px;
  top:5px;
  background:#fff;
  padding:5px 10px;
  font-family: 'Open Sans', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 20px;
letter-spacing: 0.05em;
text-transform: uppercase;

color: #1AC57D;
}
.cattov-name{
display:inline-block;
width:100%;
  height:48px;
margin-bottom:40px;
}
.cattov-name a{
display:inline-block;
width:100%;
  font-size: 17px;
line-height: 24px;
  color:#333;
  text-decoration:none;
  text-align:left;
}
.cattov-introtext{
display:none;;
font-weight: 300;
font-size: 14px;
line-height: 24px;
color: #333333;
height:100px;
  margin-bottom:15px;
}
.cattov .cattov-introtext{
display:inline-block;
}
.cattov .cattov-img.has-short-desc{
height:calc(255px - 96px);
overflow:hidden;
}
.cattov .cattov-name.has-short-desc{
margin-bottom:20px;
}
.cattov-price{
display:inline-block;
width:100%;
margin-bottom:30px;
margin-top:auto;
display:flex;
justify-content:center;
}
.cattov-price span{
display:inline-block;
}
.cattov-price span.price{
font-weight: 600;
font-size: 24px;
line-height: 24px;
}
.cattov-price span.priceot{
  font-style: normal;
font-weight: normal;
font-size: 24px;
line-height: 24px;
      text-transform: lowercase
}
.cattov-price span.old-price{
font-weight: normal;
font-size: 20px;
line-height: 24px;
text-decoration-line: line-through;
color: #BDBDBD;
 margin-left:24px;
}
.cattov-buy .counter,.cattov-buy .buy{
float:left;
display:flex;
  justify-content:center;
  
}
.cattov-buy .counter button{
border-radius: 99px;
-moz-border-radius: 99px;
-webkit-border-radius: 99px;
  border:1px solid #E5E5E5;
  display:inline-block;
  width:36px;
  height:36px;
  background:none;
}
.cattov-buy .counter button:hover{
/*border: 1px solid #1AC57D;*/
  border: 1px solid #ff0000;
}
.cattov-buy .counter button.count-up:hover {
  border: 1px solid #1AC57D;
}
.cattov-buy .counter input{
display:inline-block;
width:32px;
border:none;
text-align:center;
}
.cattov-buy .button-buy{
border: 1px solid #1AC57D;
border-radius: 99px;
-moz-border-radius: 99px;
-webkit-border-radius: 99px;
  background:#fff;
  width:100%;
  display:flex;
  justify-content:center;
  align-items:center;
}
.cattov-buy .button-buy:hover{
background:#1AC57D;
  text-decoration:none;
}
.cattov-buy .button-buy span{
font-family: 'Open Sans', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 14px;
display: inline-block;
align-items: center;
letter-spacing: 0.05em;
text-transform: uppercase;
color: #333333;
  padding: 10px 28px 10px 7px;
  background:url('basket-green.png') no-repeat right center;
}
.cattov-buy .button-buy:hover span{
color:#fff;
background:url('basket-white.png') no-repeat right center;
}
.cattov .readmore{
border:1px solid #1AC57D;
font-family: 'Open Sans', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 32px;
display: inline-block;
align-items: center;
text-align: center;
letter-spacing: 0.05em;
text-transform: uppercase;
  color:#333;
border-radius: 99px;
-moz-border-radius: 99px;
-webkit-border-radius: 99px;
padding:1px 15px;
}
.cattov .readmore:hover{
background: #1AC57D;
  color:#fff;
}
/*Список товаров в категории*/
/*Карточка товара*/
.flypage-mainimg{
position:relative;
}
.product-labels{
position:absolute;
left:10px;
  top:10px;
background:#fff;
padding:5px 15px;
  color:#333;
font-family: 'Open Sans', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 20px;
}
.flypage-dopimg .slick-prev,
.flypage-dopimg .slick-next {
  
}
.flypage-dopimg-item img{
  object-fit: cover;
  height: 100%;
  opacity:0.7;
}
.flypage-dopimg-item .is-checked img{
opacity:1;
}
.flypage-name{
display:inline-block;
width:100%;
margin-bottom:32px;
padding-bottom:24px;
border-bottom:1px solid #E1A84C;
}
.flypage-name h1{
font-family: 'Open Sans', sans-serif;
font-style: normal;
/* font-weight: normal;*/
  font-weight: 600;
font-size: 32px;
line-height: 32px;
}
.flypage-price{
/*margin-bottom:32px;*/
}
.flypage-price .price{
font-weight: 600;
font-size: 24px;
line-height: 24px;
color:#333;
}
.flypage-price .old-price{
font-weight: normal;
font-size: 20px;
line-height: 24px;
text-decoration-line: line-through;
color: #BDBDBD;
margin-left:24px;
}
.flypage-option{
margin-bottom:14px;
}
.flypage-top-desc{
font-style: normal;
font-weight: 300;
font-size: 14px;
line-height: 18px;
margin-bottom:16px;
}
.flypage-attention{
padding:16px;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 16px;
border: 1px solid #E1A84C;
border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.flypage-attention p{
margin-bottom:0px;
}
.product-option-selectors{
display:inline-block;
  margin:24px 0px 6px;
 font-weight: 300;
font-size: 14px;
line-height: 12px;
  color:#828282;
}
.product-option-selectors select{
border:none;
color: #4F4F4F;
  font-weight: normal;
font-size: 14px;
line-height: 12px;
}
.related-products h3{
margin-bottom:40px;
margin-top:62px;
}
.flypage-buy .counter {
  display:flex;
  float:left; 
  margin-right: 31px;
}
.flypage-buy .counter button{
  position:relative;
border-radius: 99px;
-moz-border-radius: 99px;
-webkit-border-radius: 99px;
  border:1px solid #E5E5E5;
  display:inline-block;
  width:48px;
  height:48px;
  background:none;
  font-size: 0;
}
.flypage-buy .counter button::before {
  position:absolute;
  font-size: 20px;
  font-weight: 600;
}
.flypage-buy .counter button.is-count-down::before {
  content:"-";
  top: 6px;
  left: 20px;
}
.flypage-buy .counter button.is-count-up::before {
  content:"+";
  top: 9px;
  left: 17px;
}
.flypage-buy .counter button:hover{
/*border: 1px solid #1AC57D;*/
  border: 1px solid #ff0000;
}
.flypage-buy .counter button.is-count-up:hover {
  border: 1px solid #1AC57D;
}
.flypage-buy .counter input{
display:inline-block;
width:32px;
  margin: 0 6px;
border:none;
text-align:center;
      padding: 0;
}
.flypage-buy .button-buy{
border: 1px solid #1AC57D;
border-radius: 99px;
-moz-border-radius: 99px;
-webkit-border-radius: 99px;
  background:#1AC57D;
  padding: 10px 59px 12px 23px;
  background-image:url('basket-white.png');
  background-repeat:no-repeat;
  background-position: 124px 11px;
  transition:.2s
    
}
.flypage-buy .button-buy:hover{
  background:#fff;
  background-image:url('basket-green.png');
  background-repeat:no-repeat;
  background-position: 124px 11px;
}
.flypage-buy .button-buy span{
  white-space: nowrap;
font-family: 'Open Sans', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 14px;
display: inline-block;
align-items: center;
letter-spacing: 0.05em;
text-transform: uppercase;
color: #fff;
  
}
.flypage-buy .button-buy:hover span{
color:#333333;
}
.flypage .is-quick-checkout{
display:inline-block;
width:100%;
background:none;
border:none;
font-weight: 300;
font-size: 14px;
line-height: 16px;
color: #828282;
text-align:left;
text-decoration:underline;
margin-top:32px;
}
.nav-tabs{
border-bottom: 1px solid #E1A84C;
width:100%;
  font-weight: 300;
font-size: 16px;
line-height: 20px;
text-align: center;
text-transform: uppercase;
color: #333333;
  margin-bottom:32px;
}
.nav-tabs .nav-link{
      border-bottom: 1px solid #E1A84C;
  border-radius: unset;
    padding: 15px 40px;
  color: #333333;
}
.nav-tabs .nav-link.active{
background:#F2F2F2;
padding:15px 40px;
      border-bottom: 1px solid #E1A84C;
  border-radius: unset;
    padding: 15px 40px;
}
#product-description {
      font-size: 14px;
}
/*Карточка товара*/
/*Корзина*/
.carttov-radelitel{
background:#E1A84C;
display:inline-block;
width:100%;
height:1px;
margin:16px 0px;
}
.carttov-name{
font-weight: normal;
font-size: 20px;
line-height: 24px;
}
.carttov-price,.carttov-itogo{
font-weight: 600;
font-size: 24px;
line-height: 24px;
}
.carttov-delete button{
border: 1px solid #1AC57D;
box-sizing: border-box;
border-radius: 99px;
-moz-border-radius: 99px;
-webkit-border-radius: 99px;
color:#333;
background:none;
    width: 32px;
    height: 32px;
}
.carttov-delete button:hover{
background:red;
border:1px solid red;
color:#fff;
}
.carttov .counter button{
border-radius: 99px;
-moz-border-radius: 99px;
-webkit-border-radius: 99px;
  border:1px solid #E5E5E5;
  display:inline-block;
  width:36px;
  height:36px;
  background:none;
}
.carttov .counter button:hover{
border: 1px solid #1AC57D;
}
.carttov .counter button.is-count-down:hover{
border: 1px solid #ff0000;
}
.carttov .counter input{
display:inline-block;
width:32px;
border:none;
text-align:center;
  padding: 0;
}
.cart-footer{
margin-bottom:50px;
}
.summ-caption{
display:inline-block;
width:100%;
margin-bottom:20px;
text-align:left;
font-family: 'Open Sans', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 24px;
line-height: 20px;
}
.summ-number{
font-weight:normal;
}
.summ-number span{
font-weight:bold;
}
.carttov-checkout{
display:inline-block;
margin-top:32px;
}
.carttov-checkout button{
background: #1AC57D;
border-radius: 99px;
font-family: 'Open Sans', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 32px;
display: flex;
align-items: center;
text-align: center;
letter-spacing: 0.05em;
text-transform: uppercase;
color:#FFFFFF;
border:none;
padding:5px 10px;
}
.carttov-oneclick{
display:inline-block;
margin-left:10px;
}
.carttov-oneclick button{
font-weight: 300;
font-size: 14px;
line-height: 16px;
color: #828282;
  border:none;
  background:none;
text-decoration:underline;
}
.carttov-qty {
  	display: flex;
    justify-content: center;
}
@media (max-width:768px){
  .carttov-name {  
    font-size: 14px;
    line-height: 20px;
  }
  .carttov-price, .carttov-itogo {  
    font-size: 20px;    
  }
}
@media (max-width:480px){
  .carttov-img {
    max-height: 160px;
    height: 100%;
    margin-bottom: 10px;
  }
  .carttov-img .item-image {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
  .carttov-name {
    margin-bottom: 8px;
  }
  .carttov-qty {
    margin: 10px 0;
  }
  .carttov-delete {
    margin-top: 10px;
  }
  .carttov-buttons {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
  }
  .carttov-checkout {
    margin: 20px 0 20px;
  }
  .carttov-oneclick {
    margin: 0;
  }
}
/*Корзина*/
/*Оформление заказа*/
/*Оформление заказа*/
/*Блог*/
.article-preview{
display:inline-block;
width:100%;
margin-bottom:40px;
}
.article-preview-img{
display:inline-block;
width:100%;
margin-bottom:20px;
}
.article-preview-img{
border-radius:8px;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
}
.article-preview-title a{
font-family: 'Open Sans', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 24px;
line-height: 24px;
text-align: center;
color: #333333;
text-decoration:none;
}
.article-related{
margin-top:64px;
}
/*Блог*/
ul.breadcrumbs{
margin-bottom:0px;
}
.content h1,.cart-wrapper h1{
margin-bottom:64px;
}
.content h3{
font-family: 'Open Sans', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 26px;
line-height: 20px;
display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
footer{
background:#F2F2F2;
  display:inline-block;
padding:18px 0px;
  width:100%;
}
footer h3{
margin-top:9px;
  margin-bottom:20px;
font-family: 'Open Sans', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 20px;
  color:#333;
}
/*Меню в футере*/
.footer-menu ul li{
display:inline-block;
  width:100%;
  font-size:14px;
  line-height:24px;
}
.footer-menu ul li a{
color: #828282;
  text-decoration:none;
}
.footer-menu ul li a:hover{
 color:#1AC57D;
}
/*Меню в футере*/
/*Почта и телефон в подвале*/
.footer-phone-email{
  display:inline-block;
  width:100%;
}
.footer-phone-email a{
 text-decoration:none;
  font-size: 14px;
line-height: 24px;
  color:#333;
}
/*Почта и телефон в подвале*/
.footer-callback{
  display:inline-block;
  width:100%;
  margin-bottom:16px;
  font-size: 14px;
line-height: 24px;
}
.footer-callback a{
color: #2D9CDB;
  text-decoration:underline;
  cursor:pointer;
}
/*Социальные сети*/
.footer-social{}
.footer-social ul li{
list-style:none;
  display:inline-block;
}
.footer-social ul li a{
background:#B5B5B3;
  border-radius:50px;
  -moz-border-radius:50px;
  -webkit-border-radius:50px;
    color: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    display: inline-block;
}
.footer-social ul li a:hover{
background:#1AC57D;
color:#fff;
}
.footer-social .fa-lg{
   vertical-align: middle;
    font-size: 11px;
}
/*Социальные сети*/
/*Блок копирайтов*/
.copyright-wrapper{
background:#fff;
display:inline-block;
width:100%;
padding:16px 0px;
font-family: 'Open Sans', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 16px;
color: #333333;
text-align:left;
}
.copyright{opacity: 0.75;}
.razrab{
  opacity: 0.75;
text-align: right;
}
.copyright-wrapper a{
color:#2D9CDB;
}
/*Блок копирайтов*/
/*Хлебные крошки*/
.breadcrumb-wrapper{
display:inline-block;
width:100%;
margin-bottom:36px;
margin-top:16px;
}
.breadcrumbs li{
display:inline-block;
}
.breadcrumbs li:before{
color:#4F4F4F;
  font-weight: 300;
font-size: 12px;
line-height: 12px;
}
.breadcrumbs li a{
font-weight: 300;
font-size: 12px;
line-height: 12px;
  color:#4F4F4F;
  text-decoration:none;
}
.breadcrumbs li>span,
.breadcrumbs li a.current-page {
font-weight: 300;
font-size: 12px;
line-height: 12px;
color:#C89E64;
  pointer-events:none
}
/*Хлебные крошки*/
/*Поситраничная навигация*/
ul.pagination{}
ul.pagination li.pagination-item *{
width:48px;
 height:48px;
  border: 1px solid #E0E0E0;
  -moz-border-radius:99px;
  -webkit-border-radius:99px;
  border-radius:99px;
text-align:center;
margin-right:16px;
  cursor:pointer;
  display:block;
}
ul.pagination li.pagination-item:hover *,ul.pagination li.pagination-item.is-current *{
border: 1px solid #6FCF97;
cursor:pointer;
}
ul.pagination li span,ul.pagination li a{
color:#333;
  text-decoration:none;
font-family: 'Open Sans', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 45px;
}
ul.pagination li.pagination-item-next-text{
width:unset;
background: #1AC57D;
border-radius: 99px;
    -moz-border-radius:99px;
  -webkit-border-radius:99px;
  border-radius:99px;
margin-left:8px;
padding:4px 20px;
  border:none;
}
ul.pagination li.pagination-item-next-text a{
font-family: 'Open Sans', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 40px;
  color:#fff;
  text-decoration:none;
  text-transform:uppercase;
}
/*Поситраничная навигация*/
.js-arrow-up{
background:url(up.png) no-repeat;
width: 96px;
    height: 96px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    border: none;
    z-index: 1;
}
.slick-prev,.slick-next{
    display: inline-block;
    width: 100%;
    text-align: center;
    background: none;
    border: none;
    font-size: 35px;
}
.slick-prev i,.slick-next i{
color:#C4C4C4;
}
.slick-prev i:hover,.slick-next i:hover{
color:#1AC57D;
}
/*Стикменю*/
.stick-panel-wrapper{
  background: #FFFFFF;
box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
  width:100%;
  position:fixed;
  top:0px;
  display:none;
}
.stick-panel-wrapper .toppanel-slogan{
margin-top:0px;
}
.toppanel-phone{
font-family: Open Sans;
font-size: 11px;
  font-weight: normal;
line-height: 14px;
}
.toppanel-phone span{
font-style: normal;
font-weight: 300;
display:inline-block;
width:100%;
}
@media (max-width:1024px){
	.toppanel-phone {
      display:none
  	}
}
.toppanel-phone a{
color:#333;
}
.toppanel-phone a.backcall-toggle{
color:#007bff;
text-decoration:underline;
  cursor:pointer;
}
.bottom-panel{
padding:15px 0px;
position:relative;
}
.stickmenu ul{
margin:10px 0px 0px;
}
.stickmenu ul li{
display:inline-block;
list-style:none;
  margin:0 10px;
}
.stickmenu ul li a{
font-family: 'Open Sans', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 13px;
line-height: 20px;
letter-spacing: 0.05em;
text-transform: uppercase;
color: #333333;
}
.stickmenu ul li a:hover{
color:#1AC57D;
}
.bottom-panel .header-vopros{
margin-top:5px;
}
.bottom-panel .phone-item {
  display: flex;
  align-items: center;  
}
.bottom-panel  .phone-item__phone img {
  margin-right: 4px;
}



.third-button{
margin-top: 5px;
}
.animated-icon3 {
width: 30px;
height: 20px;
position: relative;
margin: 0px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}
.animated-icon3 span {
display: block;
position: absolute;
height: 3px;
width: 100%;
border-radius: 9px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}
.animated-icon3 span {
background: #333;
}
.animated-icon3 span:nth-child(1) {
top: 0px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}
.animated-icon3 span:nth-child(2) {
top: 10px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}
.animated-icon3 span:nth-child(3) {
top: 20px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}
.animated-icon3.open span:nth-child(1) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
top: 0px;
left: 8px;
}
.animated-icon3.open span:nth-child(2) {
width: 0%;
opacity: 0;
}
.animated-icon3.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 21px;
left: 8px;
}
.stickpodmenu{
display:none;
position:absolute;
  background: #FFFFFF;
box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
z-index:1000;
padding:25px 10px;
  min-width:280px;
  top: 58px;
}
.stickpodmenu.active{
displaY:block;
}
@media (max-width:1024px){
  .stickpodmenu{
    position: fixed;
      top: 114px;
      width: 100vw;
      left: 0;
  }
  
  .bottom-panel .third-button {
         margin-top: 0px;
  }
}
.stickpodmenu ul.menu{
border-bottom:1px solid #C89E64;
  padding-bottom:24px;
  margin-bottom:24px;
}
.stickpodmenu ul.menu li{
display:inline-block;
width:100%;
  text-align:center;
}
.stickpodmenu ul.menu li a{
font-family: Open Sans;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 32px;
text-align: center;
text-transform: uppercase;
color: #333333;
  display: inline-block;
}
.stickpodmenu .header-callback{
display:inline-block;
  width:100%;
  margin-bottom:24px;
}
.stickpodmenu .header-callback a{
width:100%;
  background:#fff;
font-family: 'Open Sans', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 32px;
align-items: center;
text-align: center;
letter-spacing: 0.05em;
text-transform: uppercase;
color: #333333;
  display: inline-block;
}
.stickpodmenu .header-vopros span{
font-family: 'Open Sans', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 32px;
align-items: center;
  padding:5px 10px;
text-align: center;
letter-spacing: 0.05em;
text-transform: uppercase;

color: #FFFFFF;
}
.stickpodmenu .header-worktime{
width:100%;
  margin-bottom:16px;
}

@media (max-width:1024px){
  .stick-panel-wrapper {
    display: block;
  }
}



/*Стикменю*/
button, 
button:active, 
button:focus {
    outline: none;
}
/*Оформление заказа*/
#order_form h2{
font-family: 'Open Sans', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 24px;
line-height: 20px;
display:inline-block;
width:100%;
color: #333333;
text-align:left;
margin-bottom:32px;
}
#order_form .co-payment_method-list.co-checkout-block{
padding-bottom:48px;
margin-bottom:40px;
border-bottom: 1px solid #E1A84C;
}
#order_form input[type="text"]{
border: 1px solid #E0E0E0;
box-sizing: border-box;
border-radius: 99px;
-webkit-border-radius: 99px;
-moz-border-radius: 99px;
  display:inline-block;
  width:100%;
  line-height:24px;
  padding:14px 24px;
  font-weight: 300;
color: #828282;
}
#order_form input[type="text"]:hover,#order_form input[type="text"]:focus{
border: 1px solid #1AC57D;
}
#order_form .co-checkout-block .co-input--error input[type="text"]{
border:1px solid #EB5757;
}
#order_form .co-checkout-block .co-input-notice{
display:none;
}
#order_form .co-checkout-block .co-input--error .co-input-notice.co-notice--danger{
text-align:left;
display:inline-block;
  font-family: Open Sans;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 12px;
color: #EB5757;
}
#order_form button{
background: #1AC57D;
-moz-border-radius: 99px;
-webkit-border-radius: 99px;
border-radius: 99px;
font-family: 'Open Sans', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 32px;
text-align: center;
letter-spacing: 0.05em;
text-transform: uppercase;
color: #FFFFFF;
}
.co-sidebar-wrapper button{
display:none;
}
.co-sidebar-wrapper .co-basket_item{
display:inline-block;
width:100%;
border-bottom: 1px solid #E1A84C;
padding-bottom:16px;
margin-bottom:16px;
}
.co-sidebar-wrapper .co-basket_item-image_container{
display:inline-block;
width:20%;
text-align:center;
}
.co-sidebar-wrapper .co-basket_item-image_container .co-basket_item-image img{
max-height:unset;
  max-width:unset;
}
.co-sidebar-wrapper .co-basket_item-description{
display: inline-block;
    width: 55%;
    text-align: left;
    margin-left: 5%;
font-size: 16px;
line-height: 24px;
align-items: center;
color: #333333;
}
.co-sidebar-wrapper .co-basket_item-total{
display:inline-block;
width:20%;
text-align:center;
  font-weight: normal;
font-size: 14px;
line-height: 24px;
color: #333333;
}
.co-sidebar-wrapper .co-basket_item-price{
  font-weight: 600;
font-size: 18px;
line-height: 24px;
}
.co-sidebar-wrapper .co-basket_subtotal-list{
display:inline-block;
width:100%;
margin-top:24px;
}
.co-sidebar-wrapper .co-basket_subtotal-list .co-basket_subtotal{
display:inline-block;
width:100%;
margin-bottom:10px;
}
.co-sidebar-wrapper .co-basket_subtotal-list .co-basket_subtotal .co-basket_subtotal-title{
display:inline-block;
width:70%;
text-align:left;
  font-weight: normal;
font-size: 20px;
line-height: 24px;
color: #333333;
}
.co-sidebar-wrapper .co-basket_subtotal-list .co-basket_subtotal .co-basket_subtotal-price{
display:inline-block;
width:30%;
text-align:right;
  font-weight: 600;
font-size: 20px;
line-height: 24px;
color: #333333;
}
.co-sidebar-wrapper .co-basket_total{
 display:inline-block;
width:100%;
margin-top:10px;
}
.co-sidebar-wrapper .co-basket_total .co-basket_total-title{
display:inline-block;
width:70%;
text-align:left;
font-family: 'Open Sans', sans-serif;
font-size:22px;
}
.co-sidebar-wrapper .co-basket_total .co-basket_total-price{
display:inline-block;
width:30%;
text-align:right;
  font-weight: 600;
font-size: 20px;
line-height: 24px;
color: #333333;
}

@media (max-width:480px){
  .co-section--checkout_content .co-sidebar {
    position: relative;
    left: 0;
    width: 100%;
    box-shadow: none;
  }
  .co-section--checkout_content .co-section--checkout_order {
    width: 100%;
  }
  .co-sidebar-wrapper .co-basket_item-description {
    font-size: 14px;
  }
  .co-section--checkout_content .co-checkout-block--padded {
    padding: 0;
  }
  .co-section--checkout_content #order_form {
    margin-top: 70px;
    margin-bottom: 54px;
  }
  .co-section--checkout_content .co-input-title {
    font-size: 1rem;
  }
  .co-section--checkout_content .co-input-description span {
    font-size: 1rem !important;
  }
}
/*Оформление заказа*/



@media (max-width:480px){
  .flypage .counter, .flypage .button-buy{
     width:50%;
  }
  .flypage .product-content.tab{
     margin-top:30px;
  }
}


/*отзывы*/
.flypage-rating {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.flypage-rating .product-rating-point {
  cursor:pointer
}
.product-review-cnt {
  margin-left: 12px;
  color: #828282;
  font-size: 14px;
  line-height: 12px;
  cursor:pointer
}

.comments-list {
  margin-bottom: 60px;
}
.comments-item {
  padding-top: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid #31313163;
}
.comment-header .author {
  margin-bottom: 10px;
}
.comments-item .date {
  margin-bottom: 2px;
  font-size: 12px;
}
.product-rating-point {
  width: auto;
  height: auto;
  margin-right: 4px;
}
.product-rating-point:after {
  	position: relative;
    left: 0;
    top: 0;
    transform: none;
    font-size: 16px;
  	font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  	font-family: "FontAwesome";
  	font-weight: 900; 
  	content:"\f005";
  	color: #E0E0E0;
}
.product-rating-point.is-current:after {
  color: gold;
}
.review-form .notice-success {
  padding: 6px 0 18px;
  color: red;
}
.review-form input[type="text"],
.review-form textarea {
      box-sizing: border-box;
    border-radius: 99px;
    border: 1px solid #E0E0E0;
    font-size: 14px;
    line-height: 20px;
    padding: 13px 22px;
  	resize: none;
}
.rating-row .form-label {
  flex: none;
  margin-right: 10px;
}
.star-rating .star-radio {
    display: none;
}
.star-rating .star-label:after {
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  	font-family: "FontAwesome";
  	font-weight: 900; 
  	content:"\f005";
  	color:#E0E0E0    
}
.star-rating {
  display: flex;
  flex-direction: row-reverse;
}
.star-rating .star-label {
  margin-right: 4px
}
.star-rating .star-label:hover:after {
    color: gold;
}
.star-rating .star-radio:hover ~ .star-label:after,
.star-rating .star-radio:checked ~ .star-label:after {
  	color: gold;
}
.review-form input[type="submit"] {
  margin-right: 15px;
    padding: 0 16px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 32px;
    display: inline-block;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #1AC57D;
    border-radius: 99px;
    -moz-border-radius: 99px;
    -webkit-border-radius: 99px;
    cursor: pointer;
    border: 0;
    font-size: 12px;
    letter-spacing: 0.05em;
}


/* Ваш заказ оформлен */
.thankyou__left-wr {
      display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 14%;
}
.thankyou__left-wr h3 {
  margin-bottom: 17px;
  text-transform: uppercase;
  font-size: 16px;
}
.thankyou__left-wr span {
  display: inline-block;
  font-size: 23px;
  margin-bottom: 25px;
}
.thankyou__right-wr {
  font-size: 14px;
}
.thankyou__right-wr h2 {
  text-align: left;
    font-size: 20px;
}
.thankyou__soc {
      margin-top: 100px;
    margin-bottom: 112px;
}
.thankyou__soc a {
      float: left;
    margin-right: 16px;
  	color: #fff;    
    border-radius: 50%;
    display: flex;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
}
.thankyou__soc a.soc-watsapp {
  background: #56AF57
}
.thankyou__soc a.soc-vk {
  background: #4B78A6;
}


.carttov-catalog-link {
      display: inline-block;  
    margin-right: 10px;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #828282;
    text-decoration: underline;
}


#order_form .co-input-label.co-title.co-title--h2 {
      font-size: 24px;
}
#order_form .co-input .co-input-label {
  	/*display: none;*/
  	top: 5px;
  	left: 15px;  	
  	font-size: 10px; 
  	transform: translateY(0);
}
#order_form .co-input--empty_nested .co-input-label {
  	font-size: 14px;
  	transform: translateY(9px);
}
.co-input--full_locality_name .co-input-label {
  	display:none
}
#order_form .co-input .co-input-field {
  	box-sizing: border-box;
    border-radius: 99px;
    border: 1px solid #E0E0E0;
    font-size: 14px;
    line-height: 20px;
  	padding: 11px 24px;
    resize: none;
}


.search-results-toolbar {
      width: 100%;
  	margin-top: 18px;
    margin-bottom: 50px;
}
.search-results-toolbar .search-widget {
  	display: flex;
    align-items: center;
}
.search-results-toolbar .search-widget-button {
  position:relative;  
  margin-left: 12px;
  width: 20px;
  height: 20px;
  border: none;
  background: none;
}
.search-results-toolbar .search-widget-button::before {
  content:'';
  position:absolute;
  top: 0;
  left: 0;
  background: url(search-icon.png) no-repeat;
    width: 20px;
    height: 20px;
}

/*личный кабинет*/
.userbar {
  	width: 100%;
    margin-bottom: 38px;
    display: flex;
    justify-content: space-between;
}


.checkout-v2-wrapper .co-section--content {
     /* flex-direction: column;*/
}
.checkout-v2-wrapper .co-login {
  width: 100%;
  flex: 0 1 100%;
}
.co-form--login {
  max-width: 470px;
}

/*личный кабинет*/

ymaps {
  max-width:100% !important
}


.co-map_zones-map {
  display:none !important
}

.bottom-panel__desc-wr a {
  color:inherit;
}
@media (max-width:1024px){
  .bottom-panel__desc-wr{
    display: flex;
    gap: 8px;
  }
}


@media (max-height:800px){
  .ajs-body {
    margin: 0;
  }
  .ajs-header {
    line-height: 1.6rem;
    font-size: 1.4rem;
  }
  .ajs-body .form-field.is-textarea {
    height: 60px;
    min-height: auto;
  }
  .ajs-body .form-label.form-toggle-caption {
        font-size: 12px;
  }
  .ajs-footer {
    padding-top: 4px;
    margin-bottom: 16px;
  }
}

@media (max-height:320px){
  .toppanel-search-wr {
    display: none;
  }
  .toppanel-account-wr {
    width: 50%;
  }
  .toppanel-user {
    text-align: left;
  }
  .toppanel-cart-wr {
    width: 50%;
  }
  .bottom-panel__logo-wr {
    width: 20%;
  }
  .bottom-panel__desc-wr {
    width: 60%;
  }
  .bottom-panel__btn-wr {
    width: 20%;
  }
}

@media (max-width:1024px){
  	body {
      padding-top: 110px; 
  	}
  	.toppanel {
      display: none;
  	}
  	.stick-panel-wrapper .toppanel {
      display: inline-block;
  	}
}
@media (min-width:600px){
  .bottom-panel__logo-wr{
  		min-width:80px;
	}
}
@media (max-width:580px){
  .bottom-panel__logo-wr{
      width: 23%;
  }
  .bottom-panel__desc-wr {
    display: flex;
    align-items: center;
    width: 55%;
    font-size: 12px;
  }
  .bottom-panel__btn-wr {
    width: 20%;
  }
}
@media (max-width:480px){
  	body {
      padding-top: 124px; 
  	}
  	.toppanel {
      display: none;
  	}
  	.stick-panel-wrapper .toppanel {
      display: inline-block;
  	}
	.toppanel-search-wr {
      display:none
	}
  	.toppanel-account-wr {
      width: 50%;
  	}
  	.toppanel-user {
      text-align: left;
  	}
   .toppanel-cart-wr {
         width: 50%;
     	    padding: 0;
  	}
  	.shopcart-widget-data {
    white-space: nowrap;
  }
  	.bottom-panel__logo-wr {
      width: 23%;
      
  }
  .bottom-panel__desc-wr {
    display: flex;
    align-items: center;
    width: 55%;
    font-size: 12px;
  }
  .bottom-panel__btn-wr {
    width: 20%;
  }
  ymaps {
    max-height:300px !important
  }  
  
  .flypage-buy .counter {
    margin-bottom: 16px;
  }
  .flypage .button-buy {
    width: auto;
  }
  
  .flypage-dopimg {
    display:none
  }
  
  .cattov .cattov-img.has-short-desc {
    height: calc(255px - 96px);
    overflow: hidden;
  }
  .cattov:hover .cattov-introtext {
    display: none; 
	}
  .cattov-name {
    margin-bottom: 4px;
  }
}

@media (max-width:375px){
  .ajs-header {
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 1.4rem;
    font-size: 1.2rem;
	}
  .form-row {
    margin-bottom: 0.5em;
  }
  .ajs-body .form-field.is-text {
      padding: 8px 24px;
  }
  .stickpodmenu {
    padding: 10px 10px 25px;
  }
  .stickpodmenu .header-worktime {
    display: none;
  }
  .stickpodmenu .header-callback {  
    margin-bottom: 6px;
  }
}


@media (max-width:1200px){
  body:not(.adaptive) {
    min-width: auto !important
  }
}

.seo-text-wrapper {
  margin: 40px 0;
  font-size: 0.8em;
}
.seo-text-wrapper h1 {
  font-size: 2em;
}

.feedback-form .form-row.recaptcha-wide {
  flex-basis: 100%;
  justify-content: center;
  max-width: 100%;
}
.products-list{
  row-gap:15px;
  width:100%;
  margin-bottom:25px;
}
.product-control{
	display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    flex-direction: column;
}
.product-control .control{
    width: 100%;
    display: flex;
    justify-content: center;
}
.more-info{
	display:flex;
  	flex-direction:column;
}
