.drop-catalog {
  display: none;
  width: 350px;
 
}
#catPanelItem .drop-catalog{
     height:196px;
     overflow-y: auto;
}
#catPanelItem .drop-catalog::-webkit-scrollbar {
  /* 1 - скроллбар */
  width: 4px;
  height: 10px;
  background-color: #FFFFFF;
  background-color: #000;
}
#catPanelItem .drop-catalog::-webkit-scrollbar-button {
  /* 2 - кнопка */
}
#catPanelItem .drop-catalog::-webkit-scrollbar-track {
  /* 3 - трек */
  background-color: #dedede;
  background-color: #000;
}

#catPanelItem .drop-catalog::-webkit-scrollbar-thumb {
  /* 5 - ползунок */
  border-radius: 8px;
  background-color: #dedede;
}


.drop-catalog a{
position: relative;
padding-left: 16px;
font-size: 14px;
font-weight: 400;
}
.drop-catalog a + a{
    margin-top: 4px;
}

.drop-catalog a:after{
    content: '\2022';
    position: absolute;
    left: 0;
    top: 2px;
    color:#58B031 ;
    font-size: 20px;
    line-height:1;
}
@media(max-width:1199px) {
    .header-menu.active li.menu-logo{
    position: fixed;
    top:12px;
    left:30px;
    }
  .drop-catalog.active {
      padding-top: 4px;
    display: -webkit-box;
   
    display: -ms-flexbox;
   
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
     -webkit-animation-name: showSlow;
  animation-name: showSlow;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;       
    
  }
}
@-webkit-keyframes showSlow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes showSlow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 1199px){
.header-menu.active{
padding-top:110px;
}

}
@media (max-width: 991px){
.header-menu.active{
padding-top:110px;
}

}
@media (max-width: 767px){
.header-menu.active{
padding-top:90px;
}

}
@media (max-width: 424px){
.header-menu.active{
padding-top:75px;
}

}

.drop-icon {
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 20px;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #2B2D37;
  border-right: 1px solid #2B2D37;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  cursor: pointer;
}

.header-menu.active li.drop-wrapper{
    position: relative;
    width:350px;
}
@media(max-width:424px){
   .drop-catalog a + a{
    margin-top: 2px;
} 
.header-menu.active li.drop-wrapper,
.drop-catalog {
  width: 277px;
}
}
.drop-icon {
  display: none;
  position: absolute;
  top: 10px;
  right: 20px;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #2B2D37;
  border-right: 1px solid #2B2D37;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  cursor: pointer;
}
@media (max-width: 1199px) {
  .drop-icon {
      display: inline-block;
    right: 0px;
    border-bottom: 0;
    border-right: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 40px;
    height: 20px;
    top: 4px;
  }
  .drop-icon:after {
    color: #fff;
    content: '\271A';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 12px;
  }
}
.drop-icon.active:after {
  content: '\f068';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
}
.hidden-layout {
  min-height: 140px;
}
@media (max-width: 1199px) {
  .hidden-layout {
    min-height: 145px;
  }
}
@media (max-width: 767px) {
  .hidden-layout {
    min-height: 120px;
  }
}
.tr {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.title {
  font-family: 'Cuprum', sans-serif;
  font-weight: 700;
}
@font-face {
  font-family: 'Chekharda-BoldItalic.ttf';
  /* Имя шрифта */
  src: url(../fonts/Chekharda-BoldItalic.ttf);
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: 'Roboto Condensed';
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}
body.noscroll {
  overflow: hidden;
}
.page-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  border: 3px solid #eeeeee;
  height: 150px;
}
a,
a:hover {
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
h1,
h2,
h3,
p,
label {
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
button {
  cursor: pointer;
  padding: 0;
  white-space: nowrap;
}
textarea,
button,
input {
  outline: none !important;
  border: none;
}
button {
  background-color: transparent;
}
.noscroll {
  overflow: hidden;
}
#overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.5);
}
#overlay.active {
  display: block;
}
@media (min-width: 1230px) {
  .container {
    max-width: 1170px;
    padding: 0;
  }
}
.content-wrapper footer {
  margin-top: auto;
}
.content-wrapper section {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1199px) {
  .content-wrapper section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .content-wrapper section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.content-wrapper section.pt-30 {
  padding-top: 30px;
}
/*ТИПОГРАФИКА*/
.t-upper {
  text-transform: uppercase;
}
.page-title,
.title-2 {
  font-family: 'Cuprum', sans-serif;
  font-weight: 700;
  font-size: 46px;
  line-height: 1.087;
}
@media (max-width: 1199px) {
  .page-title,
  .title-2 {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  .page-title,
  .title-2 {
    font-size: 32px;
  }
}
.t-upper {
  text-transform: uppercase;
}
.page-title {
  margin-bottom: 0.8695em;
}
.title-34 {
  font-family: 'Cuprum', sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.177;
}
.title-3 {
  font-family: 'Cuprum', sans-serif;
  font-weight: 700;
  color: #313131;
  font-size: 24px;
  line-height: 29px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.text-24 {
  font-size: 24px;
  line-height: 29px;
}
.title-4 {
  font-family: 'Cuprum', sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.2;
}
.title-light {
  font-family: 'Cuprum', sans-serif;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 400;
}
.text-2 {
  font-size: 14px;
  line-height: 22px;
}
.text-12 {
  font-size: 12px;
  line-height: 19px;
}
.text-16 {
  font-size: 16px;
  line-height: 24px;
}
.text-16--bold {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.text-16--light {
  font-size: 16px;
  line-height: 24px;
  color: #A3A7B4;
}
.btn-text {
  font-size: 20px;
  line-height: 28px;
}
.mb-19 {
  margin-bottom: 20px;
}
.marker-list li {
  position: relative;
  padding-left: 30px;
}
.marker-list li + li {
  margin-top: 25px;
}
.marker-list li:before {
  content: '\2714';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  color: #58B031;
}
/*кнопка вверх*/
#back-top {
  position: fixed;
  z-index: 10;
  bottom: 70px;
  right: 10px;
}
@media (min-width: 768px) {
  #back-top {
    right: 30px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  #back-top {
    right: 50px;
  }
}
#back-top span {
  display: none;
  text-align: center;
  width: 47px;
  height: 47px;
  display: block;
  margin-bottom: 7px;
}
#back-top span:hover {
  opacity: 0.8;
}
#back-top span i {
  color: #58B031;
  font-size: 46px;
  font-weight: 700;
}
@-webkit-keyframes swingElement {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes swingElement {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.brcrumg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.brcrumg-item {
  position: relative;
  font-size: 12px;
  line-height: 19px;
}
.brcrumg-item a {
  color: #A3A7B4;
}
.brcrumg-item:hover a {
  color: #313131;
}
.brcrumg-item + .brcrumg-item {
  margin-left: 15px;
}
.brcrumg-item:after {
  content: '';
  width: 1px;
  height: 14px;
  background-color: rgba(128, 128, 128, 0.7);
  position: absolute;
  right: -9px;
  top: 2px;
}
.brcrumg-item:last-child a {
  color: #313131;
  cursor: default;
}
.brcrumg-item:last-child:after {
  display: none;
}
.brcrumg-item:last-child:hover {
  color: #313131;
}
.brcrumg-item:last-child:hover a {
  opacity: 1;
}
.badge {
  padding-left: 15px;
  padding-right: 15px;
  height: 30px;
  border-radius: 30px;
  background-color: #E9FBE2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.badge p {
  margin-right: 6px;
  font-size: 12px;
  color: #313131;
  font-weight: 400;
}
.badge span {
  display: inline-block;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.badge span svg path {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.badge span:hover svg path {
  fill: rgba(0, 0, 0, 0.3);
}
.aboutus {
  padding-top: 90px;
  padding-bottom: 70px;
}
.aboutus .title-2 {
  margin-bottom: 45px;
  text-transform: uppercase;
  letter-spacing: -0.8px;
}
@media (max-width: 767px) {
  .aboutus {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
.aboutus-text {
  font-size: 18px;
  position: relative;
  padding-left: 26px;
}
.aboutus-text p {
  margin-bottom: .9em;
  line-height: 1.4;
}
.aboutus-text p:last-child {
  margin-bottom: 30px;
}
.aboutus-img {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .aboutus-img {
    height: auto;
  }
}
@media (max-width: 767px) {
  .aboutus-img {
    display: none;
  }
}
.autorization-page {
  padding-bottom: 80px;
}
@media (max-width: 1199px) {
  .autorization-page {
    padding-bottom: 30px;
  }
}
.autorization-page .form-group input {
  background-color: transparent;
}
.autorization-page .form-group p {
  font-size: 12px;
  line-height: 19px;
  margin-top: 10px;
}
.forms-wrapper__col {
  padding-top: 30px;
  padding-bottom: 30px;
}
.forms-wrapper__col .title-light {
  margin-bottom: 30px;
}
.forms-wrapper__col.forms_col--reg {
  padding-left: 20px;
  padding-right: 20px;
  background: #F5F5F5;
  border: 1px solid #EEEEEE;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
/*****КНОПКИ****/
.form-group input.page-button,
.page-button {
  cursor: pointer;
  outline: none;
  display: inline-block;
  height: 40px;
  line-height: 39px;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  color: #fff;
  border-radius: 10px;
  border-radius: 100px;
  max-width: 240px;
  font-size: 16px;
  transition: .5s;
}
.form-group input.page-btn2[type="submit"]{
    height: 40px;
    line-height:40px;
}

.form-group input.page-btn2,
.page-button--red {
  background: -webkit-gradient(linear, left top, left bottom, from(#DF4329), color-stop(53.12%, #F2573E), to(#DF4329));
    background: -o-linear-gradient(top, #DF4329 0%, #F2573E 53.12%, #DF4329 100%);
    background: linear-gradient(180deg, #DF4329 0%, #F2573E 53.12%, #DF4329 100%);
  min-width: 156px;
   display: inline-block;
  color: #fff;
}
.contacts-content .form-group input.page-btn2[type="submit"]:hover,
.page-button--red:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#FF6E56), to(#DF4329));
  background: -o-linear-gradient(top, #FF6E56 0%, #DF4329 100%);
  background: linear-gradient(180deg, #FF6E56 0%, #DF4329 100%);
  color: #fff;
}
.form-group input.page-button--red:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#FF6E56), to(#DF4329));
  background: -o-linear-gradient(top, #FF6E56 0%, #DF4329 100%);
  background: linear-gradient(180deg, #FF6E56 0%, #DF4329 100%);
  color: #fff;
}
.form-group input.page-button--color,
.page-button--color {
  background-color: #58B031;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#58B031), color-stop(51.04%, #70CF46), to(#58B031));
  background: -o-linear-gradient(top, #58B031 0%, #70CF46 51.04%, #58B031 100%);
  background: linear-gradient(180deg, #58B031 0%, #70CF46 51.04%, #58B031 100%);
  border-radius: 100px;
}
.form-group input.page-button--color:hover,
.page-button--color:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#93E96E), to(#58B031));
  background: -o-linear-gradient(top, #93E96E 0%, #58B031 100%);
  background: linear-gradient(180deg, #93E96E 0%, #58B031 100%);
  color: #fff;
}
.page-button--light {
  background-color: transparent;
  border: 1px solid #58B031;
  color: #58B031;
}
.page-button--light:hover {
  opacity: .6;
  color: #313131;
}
.page-button--light .product-card .page-button--color,
.product-card .page-button--light {
  height: 36px;
  line-height: 30px;
  width: 130px;
  padding-left: 5px;
  padding-right: 5px;
}
.page-btn3 {
  background-color: transparent;
  border-radius: 100px;
  border: 1px solid transparent;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  padding: 5px 10px;
}
.page-btn3:hover {
  border: 1px solid #DF4329;
  color: #DF4329;
}
.page-btn4 {
  background-color: #fff;
  border: 1px solid #DF4329;
  color: #DF4329;
  padding-left: 56px;
  padding-right: 56px;
  font-size: 12px;
}
.page-btn4:hover {
  border: 1px solid #DF4329;
  color: white;
  background: -webkit-gradient(linear, left top, left bottom, from(#FF6E56), to(#DF4329));
  background: -o-linear-gradient(top, #FF6E56 0%, #DF4329 100%);
  background: linear-gradient(180deg, #FF6E56 0%, #DF4329 100%);
}

.page-btn2 {
  height: 48px;
  display: inline-block;
  padding-left: 25px;
  padding-right: 25px;
  line-height: 48px;
  font-size: 16px;
  border: 0px;
  color: #58B031;
  border-radius: 100px;
  background-color: transparent;
  border: 1px solid #58B031;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.form-group input.page-btn2 i,
.page-btn2 i {
  margin-left: 10px;
  font-size: 18px;
  position: relative;
  top: 2px;
}
.form-group input.page-btn2:hover,
.page-btn2:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#93E96E), to(#58B031));
  background: -o-linear-gradient(top, #93E96E 0%, #58B031 100%);
  background: linear-gradient(180deg, #93E96E 0%, #58B031 100%);
  color: #fff;
}
.favorite-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #DF4329;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
}
.favorite-icon svg {
  color: #DF4329;
}
section.catalog {
  padding-top: 30px;
}
section.catalog .content-cards {
  padding-top: 20px;
}
section.catalog .content-cards .product-card {
  min-height: 394px;
  padding-left: 20px;
  padding-right: 20px;
}
section.catalog .content-cards .product-card .product-title {
  font-size: 16px;
  font-family: 'Roboto Condensed';
  line-height: 24px;
  font-weight: 700;
  width: 84%;
}
section.catalog .content-cards .product-card .product-card__deskrip {
  font-size: 12px;
  line-height: 19px;
  padding-top: 0px;
  margin-bottom: 10px;
  min-height: 40px;
 
}
section.catalog .content-cards .product-card .product-counter--num {
  border-radius: 50%;
  border-color: transparent;
  background: #F5F5F5;
  height: 30px;
  width: 30px;
}
section.catalog .content-cards .product-card .new-price {
  font-size: 24px;
}
section.catalog .content-cards .product-card .old-price {
  font-size: 18px;
}
section.catalog .content-cards .product-card .product-card__img {
  margin-bottom: 25px;
}
section.catalog .content-cards .product-card .card-text {
  font-size: 12px;
  letter-spacing: 0px;
}
/* section.catalog .content-cards .product-card__img {
  height: 140px;
} */
.card-horizontal .product-card form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.card-horizontal {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
section.catalog .card-horizontal .product-card {
  padding: 20px;
  height: auto;
  min-height: 190px;
  max-width: 100%;
  width: auto;
}
section.catalog .card-horizontal .product-card .card-badges {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
section.catalog .card-horizontal .product-card .product-card__img {
  width: 30%;
  margin-right: 20px;
}
section.catalog .card-horizontal .product-card .product-card__body {
  padding-top: 40px;
  padding-left: 15px;
  width: 40%;
  max-width: 275px;
}
@media (max-width: 1199px) {
  section.catalog .card-horizontal .product-card .product-card__body {
    padding-left: 0;
  }
}
section.catalog .card-horizontal .product-card .product-card__title {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
section.catalog .card-horizontal .product-card .product-title {
  max-width: 185px;
}
section.catalog .card-horizontal .product-card .card-text {
  position: relative;
  top: 10px;
}
section.catalog .card-horizontal .product-card .product-card__buttons {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
section.catalog .card-horizontal .product-card .product-card__buttons .form-btn {
  margin-top: 25px;
}
.content-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
@media (max-width: 579px) {
  .content-filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .content-filters .filter-select--count {
    margin-left: 0;
    margin-top: 10px;
  }
}
.filter-display {
  width: 50px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 32px;
}
.filter-display a {color: initial}
.filter-display button, .filter-display a {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: transparent;
}
@media (max-width: 767px) {
  .filter-display {
    display: none;
  }
}
.filter-select--count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  font-size: 12px;
  line-height: 19px;
}
.count-buttons {
  margin-left: 10px;
}
.count-buttons a, .count-buttons button, div.selectbtn { cursor: pointer;
  display: inline-block;
  padding: 5px;
}
.count-buttons button:hover, div.selectbtn.selected, div.selectbtn:hover,
.count-buttons button.active, .count-buttons a:hover, .count-buttons a.active
{
  color: #58B031;
}
button.view-table:hover svg path, a.view-table:hover svg path {
  fill: #DF4329;
}
button.view-list, a.view-list {
  position: relative;
  top: -1px;
}
button.view-list:hover i, a.view-list:hover i {
  color: #DF4329;
}
button.view-table.active svg path, a.view-table.active svg path {
  fill: #DF4329;
}
button.view-list.active i, a.view-list.active i {
  color: #DF4329;
}
.content-badges {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #eee;
}
.content-badges .badge {
  margin-bottom: 12px;
}
.content-badges .badge + .badge {
  margin-left: 10px;
}
.form-select {
  position: relative;
  width: 170px;
  background: #FFFFFF;
  height: 40px;
  border-radius: 100px;
}
.form-select input {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
  padding-left: 12px;
  font-size: 12px;
  line-height: 19px;
  border: 1px solid #EEEEEE;
  height: 40px;
  border-radius: 100px;
}
.form-select__options {
  width: 100%;
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: -10px;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  padding: 15px;
  background: #E9FBE2;
  border-radius: 20px;
  -webkit-animation-name: showSlow;
  animation-name: showSlow;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  display: none;
}
.form-select__options li {
  font-size: 12px;
  line-height: 19px;
  color: #BFBFBF;
  cursor: pointer;
  padding-top: 7px;
  padding-bottom: 7px;
}
.form-select__options li.active,
.form-select__options li:hover {
  color: #313131;
}
.form-select__options.active {
  display: block;
}
.form-select__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 0px;
  top: 0px;
  color: #000;
  opacity: .6;
  z-index: 3;
  font-size: 14px;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.form-select__icon i {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.form-select__icon:after {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0;
  width: 1px;
  background-color: #EEEEEE;
}
.form-select__icon.rotate i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: red;
}
@-webkit-keyframes showSlow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes showSlow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.category {
  padding-top: 110px;
}
.category-item {
  display: block;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 20px;
  padding-bottom: 20px;
  margin-bottom: 50px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.category-item:hover {
  border: 1px solid #DF4329;
}
.category-item .category-item__img {
  width: 130px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: #fff;
  top: -20px;
}
.category-item .category-item__title {
  color: #313131;
  font-size: 23px;
  line-height: 29px;
  font-family: 'Cuprum', sans-serif;
  font-weight: 700;
}
.cat-panel {
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15) inset;
  height: 0;
  opacity: 0;
  -webkit-transition: height .4s, opacity .5s;
  -o-transition: height .4s, opacity .5s;
  transition: height .4s, opacity .5s;
}
.cat-panel.active {
  height: 68px;
  position: relative;
  opacity: 1;
  z-index: 5;
}
.category-menu {
  padding-top: 20px;
  padding-bottom: 18px;
  padding-left: 23px;
  padding-right: 23px;
  position: relative;
  display: none;
}
@media (max-width: 1199px) {
  .category-menu {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .category-menu {
    display: none;
  }
}
.category-menu nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .category-menu nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.category-menu a {
  color: #a3a7b4;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media (max-width: 1199px) {
  .category-menu a {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 40px;
  }
}
.category-menu a.active,
.category-menu a:hover {
  color: #DF4329;
  border-bottom: 1.5px solid #58B031;
}
.cat-panel.active .category-menu {
  display: block;
}
.checkout-form input.setTime {
  margin-left: 22px;
  width: 185px;
}
.checkout-form .form-group--btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
 -webkit-box-pack: end;
         -ms-flex-pack: end;
             justify-content: flex-end;
}

  @media(min-width:768px){
        .checkout-form .form-group--btn a{margin-right: 30px;}
}
.checkout-form .form-group--btn .page-button:hover {
  background-color: #DF4329;
  color: #fff;
}
.checkout-form .form-group--btn a {
  white-space: nowrap;
  position: relative;
  display: block;
  color: #313131;
  height: 40px;
  line-height: 38px;
  border-radius: 100px;
  border: 1px solid transparent;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.checkout-form .form-group--btn a:hover {
  border: 1px solid #DF4329;
  color: #DF4329;
}
.checkout-form .form-group--btn a i {
  margin-right: 12px;
}
.checkout-form .fake-placeholder {
  color: #a3a7b4;
}
span.addprice {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 1199px) {
  span.addprice {
    top: -15px;
    font-size: 14px;
  }
}
.form-group--check {
  font-size: 12px;
}
.form-group--check label {
  display: inline-block;
}
.form-group--check .custom-checkbox {
  margin-right: 4px;
  border-color: transparent;
  display: inline-block;
  position: relative;
  top: 2px;
}
.form-group.form-group--bb {
  border-bottom: 1px solid #BFBFBF;
}
.form-group.form-group--bb span:first-child {
  margin-bottom: 17px;
  display: block;
}
.form-column {
  position: relative;
}
.form-column .title-3 {
  margin-bottom: 10px;
}
.title-3.mb-20 {
  margin-bottom: 20px;
}
.form-column .form-block {
  margin-bottom: 30px;
}
.form-column .total-amount {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.form-column .total-amount .title-3 {
  margin-bottom: 0;
}
.form-column .total-amount .hide-mob {
  display: inline;
}
@media (max-width: 574px) {
  .form-column .total-amount .hide-mob {
    display: none;
    padding-left: 4px;
  }
}
.tooltip-div {
  position: relative;
  padding: 17px;
  width: 335px;
  padding-right: 55px;
  background: #E9FBE2;
  border-radius: 5px;
  color: #A3A7B4;
  font-size: 12px;
  line-height: 19px;
}
@media (max-width: 1700px) {
  .tooltip-div {
    width: 275px;
    padding-right: 25px;
  }
}
.close-toooltip {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: transparent;
  z-index: 3;
}
.tooltip-div:before {
  content: '';
  position: absolute;
  left: -9px;
  bottom: -1px;
  width: 0;
  height: 0;
  border: 17px solid #E9FBE2;
  border-bottom: 0px;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: rotate(-57deg);
  -ms-transform: rotate(-57deg);
  transform: rotate(-57deg);
  z-index: 3;
}
@media (max-width: 1700px) {
  .tooltip-div:before {
    left: 75%;
    bottom: -8px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    border: 8px solid #E9FBE2;
    border-bottom: 0px;
    border-left-color: transparent;
    border-right-color: transparent;
  }
}
@media (max-width: 991px) {
  .tooltip-div:before {
    left: 48%;
  }
}
.set-promo {
  padding-left: 16px;
  position: relative;
  max-width: 200px;
}
.tooltip-group {
  position: relative;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 42px;
  top: -18px;
}
.tooltip-group span.tooltip-icon {
  cursor: pointer;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #58B031;
  color: #58B031 !important;
  text-align: center;
  line-height: 14px;
  display: block;
  z-index: 5;
  font-size: 12px;
}
.tooltip-group .tooltip-div {
  opacity: 0;
  position: absolute;
  z-index: -1;
  top: 0;
  right: -10px;
  -webkit-transform: translate(100%, -103%);
  -ms-transform: translate(100%, -103%);
  transform: translate(100%, -103%);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
@media (max-width: 1700px) {
  .tooltip-group .tooltip-div {
    -webkit-transform: translate(15%, -112%);
    -ms-transform: translate(15%, -112%);
    transform: translate(15%, -112%);
  }
}
@media (max-width: 991px) {
  .tooltip-group .tooltip-div {
    -webkit-transform: translate(43%, -112%);
    -ms-transform: translate(43%, -112%);
    transform: translate(43%, -112%);
  }
}
.tooltip-group .active.tooltip-div {
  opacity: 1;
  -webkit-animation: shake 500ms ease-in-out forwards;
  animation: shake 500ms ease-in-out forwards;
  z-index: 5;
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(2deg) translate(100%, -103%);
    transform: rotate(2deg) translate(100%, -103%);
  }
  50% {
    -webkit-transform: rotate(-3deg) translate(100%, -103%);
    transform: rotate(-3deg) translate(100%, -103%);
  }
  70% {
    -webkit-transform: rotate(3deg) translate(100%, -103%);
    transform: rotate(3deg) translate(100%, -103%);
  }
  100% {
    -webkit-transform: rotate(0deg) translate(100%, -112%);
    transform: rotate(0deg) translate(100%, -112%);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: rotate(2deg) translate(100%, -103%);
    transform: rotate(2deg) translate(100%, -103%);
  }
  50% {
    -webkit-transform: rotate(-3deg) translate(100%, -103%);
    transform: rotate(-3deg) translate(100%, -103%);
  }
  70% {
    -webkit-transform: rotate(3deg) translate(100%, -103%);
    transform: rotate(3deg) translate(100%, -103%);
  }
  100% {
    -webkit-transform: rotate(0deg) translate(100%, -112%);
    transform: rotate(0deg) translate(100%, -112%);
  }
}
@media (max-width: 1700px) {
  @-webkit-keyframes shake {
    0% {
      -webkit-transform: rotate(2deg) translate(15%, -112%);
      transform: rotate(2deg) translate(15%, -112%);
    }
    50% {
      -webkit-transform: rotate(-3deg) translate(15%, -112%);
      transform: rotate(-3deg) translate(15%, -112%);
    }
    70% {
      -webkit-transform: rotate(3deg) translate(15%, -112%);
      transform: rotate(3deg) translate(15%, -112%);
    }
    100% {
      -webkit-transform: rotate(0deg) translate(15%, -112%);
      transform: rotate(0deg) translate(15%, -112%);
    }
  }
  @keyframes shake {
    0% {
      -webkit-transform: rotate(2deg) translate(15%, -112%);
      transform: rotate(2deg) translate(15%, -112%);
    }
    50% {
      -webkit-transform: rotate(-3deg) translate(15%, -112%);
      transform: rotate(-3deg) translate(15%, -112%);
    }
    70% {
      -webkit-transform: rotate(3deg) translate(15%, -112%);
      transform: rotate(3deg) translate(15%, -112%);
    }
    100% {
      -webkit-transform: rotate(0deg) translate(15%, -112%);
      transform: rotate(0deg) translate(15%, -112%);
    }
  }
}
@media (max-width: 991px) {
  @-webkit-keyframes shake {
    0% {
      -webkit-transform: rotate(2deg) translate(43%, -112%);
      transform: rotate(2deg) translate(43%, -112%);
    }
    50% {
      -webkit-transform: rotate(-3deg) translate(43%, -112%);
      transform: rotate(-3deg) translate(43%, -112%);
    }
    70% {
      -webkit-transform: rotate(3deg) translate(43%, -112%);
      transform: rotate(3deg) translate(43%, -112%);
    }
    100% {
      -webkit-transform: rotate(0deg) translate(43%, -112%);
      transform: rotate(0deg) translate(43%, -112%);
    }
  }
  @keyframes shake {
    0% {
      -webkit-transform: rotate(2deg) translate(43%, -112%);
      transform: rotate(2deg) translate(43%, -112%);
    }
    50% {
      -webkit-transform: rotate(-3deg) translate(43%, -112%);
      transform: rotate(-3deg) translate(43%, -112%);
    }
    70% {
      -webkit-transform: rotate(3deg) translate(43%, -112%);
      transform: rotate(3deg) translate(43%, -112%);
    }
    100% {
      -webkit-transform: rotate(0deg) translate(43%, -112%);
      transform: rotate(0deg) translate(43%, -112%);
    }
  }
}
.checkout-content__footer {
  -webkit-transform: translateY(-35%);
  -ms-transform: translateY(-35%);
  transform: translateY(-35%);
}
@media (max-width: 1199px) {
  .checkout-content__footer {
    -webkit-transform: translateY(-87%);
    -ms-transform: translateY(-87%);
    transform: translateY(-87%);
  }
}
@media (max-width: 991px) {
  .checkout-content__footer {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}
.checkout-content__footer .form-group--btn {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .checkout-content__footer {
    margin-top: 20px;
  }
}
@media (max-width: 574px) {
  .checkout-content__footer .form-group--btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .checkout-content__footer .form-group--btn .page-button {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .checkout-content__footer .agree-text {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .form-column {
    overflow: hidden;
  }
}
.tool-block {
  color: #313131;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tool-block p:first-child {
  margin-right: 10px;
}
.form-group--checkbox p {
  color: #1f1f1f;
}
.sale-text {
  margin-top: 5px;
  color: #a3a7b4;
}
.form-column--2 .form-block {
  margin-bottom: 20px;
}
.contacts-content .feedback-form {
  max-width: 100%;
}
.contacts-content .title-2 {
  margin-bottom: 30px;
}
.contacts-content .form-block {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contacts-content .form-block .form-group {
  width: 48%;
}
.contacts-content .form-group textarea {
  height: 80px;
}
.contacts-content .form-group .page-btn2 {
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .contacts-content .form-group .page-btn2 {
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .contacts-content .address-block__item {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .contacts-content .address-block__item {
    margin-bottom: 15px;
  }
}
.contacts-content .address-block__item span:first-child {
  color: #58B031;
  margin-bottom: 4px;
}
.contacts-content .address-block__item a {
  color: #313131;
}
.contacts-content .address-block__item a:hover {
  color: #58B031;
}
/*ДОСТАВКА  И ОПЛАТА*/
.delivery .border-block {
  margin-bottom: 40px;
}
.delivery .border-block p, .delivery .border-block .title-34,
.delivery .border-block h3 {color: #df4329;}
.border-block h3, .border-block .title-3, .text-block h3, .delivery .border-block .title-34,
.text-block .title-3 {margin-bottom: 20px;}
.text-block {
  margin-bottom: 15px;
}
.text-block p {
  padding-bottom: 10px;
}
.text-block p:last-child {
  padding-bottom: 0;
}
.border-block {
  background: #FFFFFF;
 /*  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.18);
 box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.18); */
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .border-block {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .border-block {
    padding: 20px;
  }
}
.delivery-info {
  padding-left: 34px;
  border-left: 4px solid #E9FBE2;
  height: 100%;
}
@media (max-width: 1199px) {
  .delivery-info {
    padding-left: 24px;
  }
}
@media (max-width: 991px) {
  .delivery-info {
    padding-left: 18px;
    padding-top: 30px;
  }
}
.delivery-info .title-3 {
  margin-bottom: 30px;
}
.delivery-info .title-3 a {
  display: block;
  white-space: nowrap;
  color: #313131;
}
.delivery-info .title-3 a:hover {
  color: #58B031;
}
.address-block__item {
  margin-bottom: 20px;
}
.address-block__item span {
  display: block;
  margin-bottom: 10px;
}
.address-block__item span:first-child {
  font-weight: 700;
}
.filter-panel__block {
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 20px;
}
.filter-panel__block .title-h4 {
  font-size: 25px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'Cuprum', sans-serif;
  padding-bottom: 12px;
  border-bottom: 1px solid #EEEEEE;
}
@media (max-width: 1199px) {
  .filter-panel__block h4 {
    font-size: 19px;
  }
}
@media (max-width: 991px) {
  .filter-panel__block h4 {
    font-size: 20px;
  }
}
.filter-panel__block + .filter-panel__block {
  margin-top: 30px;
}
.filter-panel__menu {
  padding-top: 10px;
}
.filter-panel__menu li {
  position: relative;
}
.filter-panel__menu li.active a{
  color: #DF4329;
}
.filter-panel__menu li.active span:after, .filter-panel__menu li.active span:hover {border-color: #DF4329;}
.filter-panel__menu li a {
  color: #313131;
  margin-bottom: 15px;
  display: block;
}
.filter-panel__menu .drop-list {position: absolute; top: 0; right: 0; height: 20px; width: 20px;}
.filter-panel__menu .drop-list:after
{
  content: '';
  width: 8px;
  height: 8px;
  border-right: 1px solid #313131;
  border-bottom: 1px solid #313131;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 2px;
  right: 0;
}
.filter-panel__menu .drop-list:hover:after {
  border-right: 1px solid #DF4329;
  border-bottom: 1px solid #DF4329;
}
.filter-panel__menu .menu-drop {
  display: none;
  padding-left: 30px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.filter-panel__menu .menu-drop a {
  color: #313131;
}
.filter-panel__menu .active.menu-drop {
  display: block;
  -webkit-animation-name: showSlow;
  animation-name: showSlow;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
}
.filter-panel__menu .active.menu-drop a {
  color: #313131;
}
.filter-panel__menu .active.menu-drop a:hover {
  color: #DF4329;
}
.filter-panel__menu li:hover a {
  color: #DF4329;
}
li.drop-list.active:after {
  border-right: 1px solid #DF4329;
  border-bottom: 1px solid #DF4329;
}
#slide-range {
  height: 6px;
  border-radius: 3px;
  border: 1px solid rgba(31, 32, 65, 0.25);
  background-color: #fff;
}
.ui-slider .ui-slider-handle {
  width: 15px;
  height: 15px;
  border-radius: 12px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.2), 0px 3px 4px rgba(0, 0, 0, 0.12), 0px 3px 3px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.2), 0px 3px 4px rgba(0, 0, 0, 0.12), 0px 3px 3px rgba(0, 0, 0, 0.14);
  outline: none !important;
  font-size: 1.2em;
}
.ui-slider-horizontal {
  height: 6px;
  background-color: #EEEEEE;
}
.ui-widget-header {
  background-color: #58B031;
}
.price-filter__header {
  color: #000;
}
.price-filter__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.price-filter__value .basic-text { text-transform: lowercase;
  margin-bottom: 0;
  margin-right: 12px;
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 1199px) {
  .price-filter__value {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .price-filter__value {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.price-value {
  display: inline-block;
  min-width: 80px;
  min-height: 24px;
  border: 1px solid transparent;
  border-radius: 2px;
  text-align: center;
  margin-right: 8px;
  font-size: 12px;
  background: #FFFFFF;
  border: 1px solid #BFBFBF;
  border-radius: 16px;
  color: #BFBFBF;
}
.time-filter {
  padding-top: 25px;
}
.volum-filter {
  padding-top: 20px;
}
.form-checkbox {
  margin-right: 10px;
}
.price-filter,
.time-filter,
.volum-filter {
  padding-left: 20px;
}
.filter-checkbox label {
  display: block;
  margin-bottom: 14px;
}
.filter-type {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EEEEEE;
}
.filter-type h5, .filter-type .title-h5 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 15px;
}
.filter-panel .filter-checkbox .custom-checkbox {
  position: relative;
  overflow: hidden;
  background-image: none;
  border: 1px solid #BFBFBF;
  border-radius: 2px;
}
.filter-panel .filter-checkbox .custom-checkbox:after {
  content: '';
  width: 5px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(42deg);
  -ms-transform: rotate(42deg);
  transform: rotate(42deg);
  position: absolute;
  top: 0px;
  left: 4px;
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background-image: none;
}
.filter-panel .filter-checkbox .form-checkbox:checked + .custom-checkbox {
  background-color: #58B031;
  border-color: #58B031;
}
.filter-panel .filter-checkbox .form-checkbox:checked + .custom-checkbox:after {
  opacity: 1;
}
.filter-button {
  padding-top: 20px;
}
.filter-button .page-button {
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
}
/*----FOOTER-----*/
.footer {
  background-color: #2c2c2c;
  padding-top: 35px;
  padding-bottom: 30px;
  color: #fff;
  font-size: 13px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .footer {
    padding-top: 0px;
    padding-bottom: 70px;
  }
}
.footer:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 39%;
  background-color: #2c2c2c;
  z-index: 1;
}
@media(min-width:2150px ){
  .footer:after{width: 41%;}
}
@media (max-width: 1199px) {
  .footer:after {
    width: 43%;
  }
}
@media (max-width: 767px) {
  .footer:after {
    display: none;
    padding-top: 0;
  }
}
.footer .page-btn2 {
  margin-top: 35px;
  margin-bottom: 25px;
  padding-left: 30px;
  padding-right: 30px;
}
.footer .map {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /*height: 432px;*/
  -webkit-filter: hue-rotate(160deg);
  filter: hue-rotate(160deg);
}
@media (max-width: 1199px) {
  .footer .map {
    height: 451px;
  }
}
@media (max-width: 991px) {
  .footer .map {
    height: 498px;
  }
}
@media (max-width: 767px) {
  .footer .map {
    position: relative;
    margin-bottom: 25px;
    height: 250px;
  }
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-logo {
  margin-bottom: 30px;
  display: inline-block;
}
@media(max-width:1199px){
  .footer-logo {
    width: 120px;
  }
}
.footer-address {
  margin-bottom: 10px;
}
.footer-address a {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  color: #DF4329;
}
.footer-address a:hover {
  color: #58B031;
}
.footer-working-hours {
  margin-bottom: 10px;
  max-width: 280px;
}
.footer-contacts { align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 991px) {
  .footer-contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer-contacts a {
  color: #fff;
  font-size: 20px;
  margin-right: 2em;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .footer-contacts a {
    margin-bottom: 10px;
  }
}
.footer-contacts a:hover {
  opacity: .5;
}
.copyright-text span {
  display: inline-block;
}
@media (max-width: 991px) {
  .copyright-text span {
    display: block;
  }
}
/*****ФОРМА****/
.form-group {
  position: relative;
  width: 100%;
  margin: 0;
  margin-bottom: 25px;
}
.form-group input {
  width: 100%;
  display: block;
  outline: none;
  height: 48px;
  font-size: 14px;
  line-height: 22px;
  color: #313131;
  background-color: white;
  border-bottom: 1px solid #bfbfbf;
  font-weight: 400;
}
.form-group input::-webkit-input-placeholder {
  color: #A3A7B4;
}
.form-group input::-moz-placeholder {
  color: #A3A7B4;
}
.form-group input::-ms-input-placeholder {
  color: #A3A7B4;
}
.form-group input::placeholder {
  color: #A3A7B4;
}
.form-group input::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 22px;
  color: #a3a7b4;
  font-weight: 400;
}
.form-group input::-moz-placeholder {
  font-size: 14px;
  line-height: 22px;
  color: #a3a7b4;
  font-weight: 400;
}
.form-group input::-ms-input-placeholder {
  font-size: 14px;
  line-height: 22px;
  color: #a3a7b4;
  font-weight: 400;
}
.form-group input::placeholder {
  font-size: 14px;
  line-height: 22px;
  color: #a3a7b4;
  font-weight: 400;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  box-shadow: 0 0 0px 1000px white inset;
}
.form-group textarea {
  width: 100%;
  resize: none;
  border-bottom: 1px solid #bfbfbf;
  padding-top: 15px;
  outline: none;
  height: 130px;
  color: #313131;
  background-color: white;
}
.form-group textarea::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 22px;
  color: #a3a7b4;
  font-weight: 400;
}
.form-group textarea::-moz-placeholder {
  font-size: 14px;
  line-height: 22px;
  color: #a3a7b4;
  font-weight: 400;
}
.form-group textarea::-ms-input-placeholder {
  font-size: 14px;
  line-height: 22px;
  color: #a3a7b4;
  font-weight: 400;
}
.form-group textarea::placeholder {
  font-size: 14px;
  line-height: 22px;
  color: #a3a7b4;
  font-weight: 400;
}
.form-group.error input {
  border-color: #DF4329;
}
.contacts-content .form-group input[type="submit"]{
    border: 0px;
    width: auto!important;
    line-height: unset;
}
.form-group .error-text {
  position: absolute;
  left: 0;
  bottom: -20px;
  display: none;
}
.form-group.error .error-text {
  display: block;
  color: #DF4329;
  font-size: 12px;
  line-height: 19px;
  padding-top: 3px;
}
.form-group .error-notify {
  position: absolute;
  display: block;
  right: 17px;
  top: 14px;
  width: 20px;
  height: 20px;
  background: url(../img/main/icons/warning.svg);
  background-position: center;
  background-repeat: no-repeat;
  display: none;
}
.form-group input.error + span.error-notify, .form-group textarea.error + span.error-notify,
.form-group input.error + span + span.error-notify, .form-group.error .error-notify {display: block;}
.form-group input[type='checkbox'] {
  width: 0.01px;
  height: 0.1px;
  border: 0px;
  padding: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.form-group .fake-placeholder {
  position: absolute;
  left: 0;
  top: 15px;
  font-size: 14px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  pointer-events: none;
  color: #A3A7B4;
}
.fake-placeholder.pl-20 {
  padding-left: 22px;
}
.form-group .fake-placeholder.active {
  top: -6px;
  color: #58B031;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.form-checkbox {
  width: 0.01px;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.custom-checkbox {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #EEEEEE;
  -webkit-box-shadow: 0px 0px 1px rgba(31, 31, 31, 0.35);
  box-shadow: 0px 0px 1px rgba(31, 31, 31, 0.35);
  border-radius: 4px;
  border: 1px solid #939393;
  background-image: url(../img/main/icons/check.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center -15px;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  margin-right: 10px;
}
.form-checkbox:checked + .custom-checkbox {
  background-position: center;
}
.feedback-form .custom-checkbox {
  position: relative;
  top: 1px;
}
.feedback-form {
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
}
.feedback-form h3, .feedback-form .form-title {
  text-align: center;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 30px;
  font-weight: 700;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
form .agree-text {
  font-size: 16px;
  line-height: 24px;
  color: #313131;
}
form .agree-text a {
  color: #58B031;
  border-bottom: 1px solid #58B031;
}
form .agree-text a:hover {
  opacity: .5;
}
.modal-content {
  border-radius: 20px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .modal-content {
    border-radius: 10px;
  }
}
@media (min-width: 768px) {
  .modal-dialog {
    max-width: 570px;
  }
  .modal-body {
    padding-top: 60px;
    padding-bottom: 35px;
  }
}
.modal-form-title button.close {
  outline: none;
  position: absolute;
  display: block;
  top: 20px;
  right: 20px;
  color: #DF4329;
  z-index: 5;
  line-height: 1;
  opacity: .9;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  text-shadow: none;
}
.modal-form-title button.close:hover {
  opacity: .7;
}
.modal-form-title button.close span {
  line-height: 1;
  font-size: 22px;
}
@media (max-width: 767px) {
  .modal-form-title button.close {
    top: 2px;
    right: 5px;
  }
}
.contact-form__success h2 {
  font-size: 2em;
  text-align: center;
  color: #DF4329;
  font-family: 'Cuprum', sans-serif;
  font-weight: 700;
}
@media (max-width: 767px) {
  .contact-form__success h2 {
    font-size: 24px;
  }
}
.form-group input.page-button--red {
  color: #fff;
  background-color: #DF4329;
  border: 0px;
}
.form-group span span {
  color: #DF4329;
}
/*КАСТОМНЫЕ РАДИОКНОПКИ*/
.checkout-content [type="checkbox"]:checked,
.checkout-content [type="checkbox"]:not(:checked),
[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.checkout-content [type="checkbox"]:checked + label,
.checkout-content [type="checkbox"]:not(:checked) + label,
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 22px;
  cursor: pointer;
  display: inline-block;
}
.checkout-content [type="checkbox"]:checked + label:before,
.checkout-content [type="checkbox"]:not(:checked) + label:before,
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #58B031;
  border-radius: 100%;
  background: #fff;
}
.checkout-content [type="checkbox"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:before {
  border: 1px solid #e5e5e5;
}
.checkout-content [type="checkbox"]:checked + label:after,
.checkout-content [type="checkbox"]:not(:checked) + label:after,
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 8px;
  height: 8px;
  background: #58B031;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.checkout-content [type="checkbox"]:not(:checked) + label:after,
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.checkout-content [type="checkbox"]:checked + label:after,
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.form-block label {
  font-size: 12px;
  line-height: 19px;
  color: #313131;
  color: #a3a7b4;
  margin-top: 4px;
}
.form-block label span {
  display: block;
}
.form-block label span:first-child {
  color: #313131;
  margin-top: 0px;
}
.subscribes-block p {
  font-size: 12px;
  color: #a3a7b4;
  padding-left: 20px;
  margin-top: 5px;
}
@media (max-width: 1199px) {
  .subscribes-block p {
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .subscribes-block p {
    max-width: auto;
  }
}
@media (max-width: 374px) {
  .subscribes-block p {
    padding-left: 0;
  }
}
.subscribes-block__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.subscribes-block__top p {
  margin-right: 20px;
  font-size: 12px;
  position: relative;
  padding-left: 20px;
  white-space: nowrap;
  color: #313131;
}
.subscribes-block__top p:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url(../img/main/icons/admin.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 374px) {
  .subscribes-block__top p {
    padding-left: 0;
  }
  .subscribes-block__top p:before {
    display: none;
  }
}
.subscribes-block__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.subscribes-block__inputs label {
  margin-right: 15px;
  font-size: 12px;
  white-space: nowrap;
  color: #313131;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.subscribes-block__inputs label:last-child {
  margin-right: 0;
}
.subscribes-block__inputs label .custom-checkbox {
  margin-left: 10px;
  border-color: #eeeeee;
  position: relative;
  top: 2px;
  margin-right: 0;
}
/*USER-PROFILE FORM*/
form.personal-data {
  position: relative;
}
.add-avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  right: 0px;
  top: -95px;
  position: absolute;
}
@media (max-width: 767px) {
  .add-avatar {
    top: -85px;
  }
}
.add-avatar label {
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.add-avatar .user-avatar {
  left: 0;
  right: 0;
}
.inputfile {
  width: 0.1px;
  height: 0.1px;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.inputfile + label {
  display: inline-block;
  background-color: transparent;
  color: #a3a7b4;
  font-size: 12px;
  border-radius: 4px;
  padding: 12px;
}
.inputfile:focus + label,
.inputfile + label:hover {
  background-color: transparent;
  color: #58B031;
}
.agree-text .custom-checkbox {
  position: relative;
}
@media (max-width: 767px) {
  .agree-text .custom-checkbox {
    top: 2px;
  }
}
@media (max-width: 767px) {
  .search-panel {
    width: 100%;
  }
}
.search-panel .input-wraper {
  position: relative;
  width: 370px;
}
@media (max-width: 991px) {
  .search-panel .input-wraper {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .search-panel .input-wraper {
    min-width: 280px;
    width: 100%;
  }
}
.search-panel .search-button {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #58B031;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  padding: 0;
}
.search-panel .search-button span{
  position: relative;
  top: 2px;
  left: 1px;
}
.search-panel .search-button:hover {
  background-color: #DF4329;
}
.search-panel input {
  width: 100%;
  height: 32px;
  border: 1px solid #58B031;
  display: block;
  font-size: 12px;
  
  color: #A3A7B4;
  border-radius: 100px;
  padding-left: 12px;
  padding-right: 40px;
}
.search-panel input::-webkit-input-placeholder {
  font-size: 12px;
  line-height: 19px;
  color: #A3A7B4;
}
.search-panel input::-moz-placeholder {
  font-size: 12px;
  
  color: #A3A7B4;
}
.search-panel input::-ms-input-placeholder {
  font-size: 12px;
 
  color: #A3A7B4;
}
.search-panel input::placeholder {
  font-size: 12px;
  
  color: #A3A7B4;
}
/*--FORM STYLE*/


/*****НАВИГАЦИЯ В ШАПКЕ****/
.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 1199px) {
  .header-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 82%;
    max-width: 400px;
    background-color: #2c2c2c;
    z-index: 10;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding-top: 30px;
    padding-left: 20px;
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  .header-menu {
    padding-top: 20px;
  }
}
.header-menu .menu-social {
  display: none;
}
@media (max-width: 1199px) {
  .header-menu .menu-social {
    display: block;
    margin-top: 20px;
  }
}
.header-menu .menu-logo {
  display: none;
  max-width: 120px;
}
@media (max-width: 1199px) {
  .header-menu .menu-logo {
    display: block;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .header-menu .menu-logo {
    width: 100;
  }
}
.header-menu.active {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.header-menu li {
  display: block;
  position: relative;
  margin-right: 24px;
  color: #313131;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.header-menu li a {
  color: inherit;
}
@media (max-width: 1199px) {
  .header-menu li {
    color: #fff;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .header-menu li {
    margin-bottom: 5px;
  }
}
@media (max-width: 424px) {
  .header-menu li {
    margin-bottom: 0px;
  }
}
.header-menu li.active {
  color: #58B031;
  font-weight: 700;
}
.header-menu li.active:after,
.header-menu li.active:before {
  display: none;
}
.header-menu li.active:hover {
  color: #58B031;
}
.header-menu li:after,
.header-menu li:before {
  content: '';
  position: absolute;
  bottom: -1px;
  width: 0;
  height: 2px;
  background-color: #313131;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.header-menu li:after {
  left: 50%;
}
.header-menu li:before {
  right: 50%;
}
.header-menu li:hover {
  color: #313131;
}
.header-menu li:hover:after {
  width: 50%;
  left: 0;
}
@media (max-width: 1199px) {
  .header-menu li:hover:after {
    width: 0;
  }
}
.header-menu li:hover:before {
  width: 50%;
  right: 0;
}
@media (max-width: 1199px) {
  .header-menu li:hover:before {
    width: 0;
  }
}
.menu-toggle {
  display: none;
  position: relative;
}
@media (max-width: 1199px) {
  .menu-toggle {
    display: block;
    z-index: 20;
    margin-left: 40px;
    width: 40px;
    height: 40px;
    position: relative;
  }
}
@media (max-width: 991px) {
  .menu-toggle {
    margin-left: 30px;
  }
}
.menu-toggle span {
  position: relative;
  display: block;
  width: 35px;
  height: 2px;
  background-color: #313131;
  top: 20px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.menu-toggle span:after,
.menu-toggle span:before {
  content: '';
  position: absolute;
  left: 0;
  height: 2px;
  background-color: #313131;
  right: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.menu-toggle span:after {
  top: -10px;
}
.menu-toggle span:before {
  bottom: -10px;
}
.menu-toggle.active span {
  background-color: transparent;
}
.menu-toggle.active span:after {
  top: 0px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #DF4329;
}
.menu-toggle.active span:before {
  bottom: 0px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #DF4329;
}
/*****НАВИГАЦИЯ В ШАПКЕ****/
.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 1199px) {
  .header-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 82%;
    max-width: 400px;
    background-color: #2c2c2c;
    z-index: 10;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding-top: 12px;
    padding-left: 20px;
    padding-right: 20px;
    width: 0;
    height: 0;
    opacity: 0;
  }
}
.header-menu .menu-social {
  display: none;
}
.header-menu .menu-logo {
  display: none;
}
@media (max-width: 1199px) {
  .header-menu .menu-logo {
    display: block;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .header-menu .menu-logo {
    width: 100px;
  }
}
.header-menu.active {
  width: 100%;
  height: 100vh;
  opacity: 1;
}
.header-menu li {
  display: block;
  position: relative;
  color: #1f1f1f;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  margin-right: 24px;
}
.header-menu li:last-of-type {
  margin-right: 0;
}
.header-menu li a {
  color: inherit;
  display: inline-block;
}
.header-menu li.active {
  color: #DF4329;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .header-menu li.active {
    color: #58B031;
  }
}
.header-menu li.active:after,
.header-menu li.active:before {
  width: 50%;
  background-color: #DF4329;
}
.header-menu li.active:hover {
  color: #DF4329;
}
@media (max-width: 1199px) {
  .header-menu li.active:hover {
    color: #58B031;
  }
    .header-menu li:hover {
    color: #58B031;
  }
  .header-menu li.active:hover .drop-catalog a{
      color: #fff;
  }
}
.header-menu li:after,
.header-menu li:before {
  content: '';
  position: absolute;
  bottom: -1px;
  width: 0;
  height: 2px;
  background-color: #DF4329;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
@media (max-width: 1199px) {
  .header-menu li:after,
  .header-menu li:before {
    display: none;
  }
}
.header-menu li:after {
  left: 50%;
}
.header-menu li:before {
  right: 50%;
}
.header-menu ul li:hover {
  color: #DF4329;
}
.header-menu li:hover:after {
  width: 50%;
  left: 0;
}
@media (max-width: 1199px) {
  .header-menu {
    overflow: hidden;
  }
  .header-menu li:not(:first-child) {
    color: #fff; 
   
    -webkit-transform: translateX(500px);
    -ms-transform: translateX(500px);
    transform: translateX(500px);
  }
  .header-menu li:not(:first-child):hover{
       color: #58B031;
  }
  .header-menu li:not(:first-child):hover .drop-catalog a{
       color: #fff;
  }
  .header-menu li .drop-catalog a:hover{
       opacity: .6;
  }
  .header-menu li.animate {
    -webkit-transition: -webkit-transform cubic-bezier(0.68, -0.55, 0.26, 1) 1s;
    transition: -webkit-transform cubic-bezier(0.68, -0.55, 0.26, 1) 1s;
    -o-transition: transform cubic-bezier(0.68, -0.55, 0.26, 1) 1s;
    transition: transform cubic-bezier(0.68, -0.55, 0.26, 1) 1s;
    transition: transform cubic-bezier(0.68, -0.55, 0.26, 1) 1s, -webkit-transform cubic-bezier(0.68, -0.55, 0.26, 1) 1s;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  .header-menu li:hover:after {
    width: 0;
  }
}
.header-menu li:hover:before {
  width: 50%;
  right: 0;
}
@media (max-width: 1199px) {
  .header-menu li:hover:before {
    width: 0;
  }
}
.menu-toggle {
  display: none;
  position: relative;
}
@media (max-width: 1199px) {
  .menu-toggle {
    display: block;
    text-align: center;
    z-index: 20;
    margin-left: 65px;
    width: 35px;
    height: 35px;
    position: relative;
    border-radius: 50%;
    background-color: #DF4329;
    top: -4px;
       cursor:pointer;
    -webkit-user-select:none;
       -moz-user-select:none;
        -ms-user-select:none;
            user-select:none;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .menu-toggle:hover{
      opacity: .8;
  }
}
@media (max-width: 767px) {
  .menu-toggle {
    top: -2px;
    margin-left: 60px;
  }
}
@media (max-width: 374px) {
  .menu-toggle {
    margin-left: 30px;
  }
}
.menu-toggle span {
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  top: 16px;
  left: 7.5px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.menu-toggle span:after,
.menu-toggle span:before {
  content: '';
  position: absolute;
  left: 0;
  height: 2px;
  background-color: #fff;
  right: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.menu-toggle span:after {
  top: -6px;
}
.menu-toggle span:before {
  bottom: -6px;
}
.menu-toggle.active span {
  background-color: transparent;
}
.menu-toggle.active span:after {
  top: 0px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
}
.menu-toggle.active span:before {
  bottom: 0px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #fff;
}
/*****ШАПКА****/
.header {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1199px) {
}
.header-top {
  background-color: #fff;
  padding-top: 38px;
  padding-bottom: 10px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
   -webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1199px) {
  .header-top {
    padding-top: 15px;
  }
}
.header-top.fixed {
  
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
@-webkit-keyframes showFixHeader {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes showFixHeader {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
.header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-nav {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.header-nav .logo.logo-small {
  display: none;
}
@media (max-width: 1199px) {
  .header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .header-nav .logo.logo-small {
    display: block;
    width: 120px;
    margin-right:0px;
  }
}
@media (max-width: 767px) {
  .header-nav .logo.logo-small {
    width: 70px;
  }
}
@-webkit-keyframes showFade {
  0% {
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes showFade {
  0% {
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
.logo {
  width: 130px;
  margin-right: 70px;
  position: relative;
  display: block;
}
@media (max-width: 1199px) {
  .logo {
    width: 160px;
    display: none;
  }
}
@media (max-width: 767px) {
  .logo {
    display: none;
  }
}
.header-nav__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  top: -10px;
}
@media (max-width: 1199px) {
  .header-nav__row {
    top: 0;
  }
  .header-nav__row.mb-mobile {
    margin-bottom: 20px;
  }
}
.header-nav__row .social-icons {
  margin-right: 45px;
  margin-left: auto;
  padding-top: 5px;
}

@media (max-width: 1199px) {
  .header-nav__row .social-icons {
    display: none;
  }
}
.header-menu .header-menu__contacts {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
}
.header-menu .header-menu__contacts .contact-phone a {
  color: #fff;
  font-size: 18px;
}
.header-menu .header-menu__contacts .contact-phone a:hover {
  color: #58B031;
}
@media (max-width: 1199px) {
  .header-menu .header-menu__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .header-menu .header-menu__contacts {
    padding-top: 5px;
  }
  .header-menu .header-menu__contacts .contact-phone a {
  color: #fff;
  font-size: 16px;
}
}
.header-menu__contacts .social-icons {
  display: none;
}
@media (max-width: 1199px) {
  .header-menu__contacts .social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
}
.header-nav__row:first-child {
  margin-bottom: 21px;
}
@media (max-width: 1199px) {
  .header-nav__row:first-child {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
 
    .header-nav__row:first-child {
    margin-bottom: 0px;
  }
  
}
@media (max-width: 1199px) {
  .header-nav__row {
    padding-top: 0;
    margin-bottom: 0;
  }
}
.user-avatar {
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  top: 3px;
}
.user-avatar span {
  position: absolute;
  background-color: #d7001a;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #fff;
  z-index: 2;
  top: 1px;
  left: 0px;
  display: blo;
}
.user-avatar a {
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1.5px solid #58B031;
  overflow: hidden;
  padding: 1.5px;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.user-avatar a img {
  border-radius: 50%;
}
.user-controls .user-favor {
  position: relative;
  margin-left: 30px;
}
.user-controls .user-favor a {
  height: auto;
  position: relative;
  z-index: 2;
}
.user-basket {
  position: relative;
  margin-left: 28px;
  top: 3px;
    height: 25px;
}
.transf-top.user-basket{
    top: 5px;
}
.user-basket a {
  line-height: 1;
}
@media (max-width: 1199px) {
  .user-controls .user-favor {
    margin-left: 24px;
  }
  .user-controls .user-basket {
    margin-left: 14px;
  }
}
@media (max-width: 767px) {
  .user-controls .user-basket {
    margin-left: 10px;
    top: 3px;
  }
  .user-controls .user-favor {
    margin-left: 20px;
  }
}
@media (max-width: 374px) {
  .user-controls .user-basket {
    margin-left: 6px;
  }
  .user-controls .user-favor {
    margin-left: 15px;
  }
}
.user-log-in {
  position: relative;
  top: 5px;
}
@media(max-width:767px){
  .user-log-in {

  top: 3px;
}
}
.favor-value,
.basket-value {
  position: absolute;
  top: -11px;
  right: -11px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  background-color: #DF4329;
  display: block;
  color: #fff;
}
.favor-value {
  top: -1px;
  right: 1px;
  z-index: 1;
}
.header-nav__row .contact-phone {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3px;
}
.header-nav__row .contact-phone a + a {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .header-nav__row .contact-phone {
    display: none;
  }
}
.header-nav__row .header-menu__contacts .contact-phone {
  display: none;
}
@media (max-width: 1199px) {
  .header-nav__row .header-menu__contacts .contact-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
   .header-nav__row.mb-mobile {
    margin-bottom: 10px;
  }
}
.contact-phone a {
  font-size: 18px;
  font-weight: 700;
  color: #1f1f1f;
  line-height: 25px;
  white-space: nowrap;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  display: inline-block;
}
.contact-phone a:hover {
  opacity: .7;
}
@media (max-width: 1199px) {
  .contact-phone {
    margin-left: auto;
  }
  .contact-phone a {
    font-size: 15px;
  }
}
.user-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  padding-right: 10px;
  position: relative;
  top: -2px;
}
@media (max-width: 1199px) {
  .user-controls {
    padding-bottom: 0;
  }
}
.user-controls a {
  line-height: 1;
}
@media (max-width: 1199px) {
  .user-controls {
    padding-right: 0px;
    top: 0px;
  }
}
.user-controls a {
  display: block;
}
@media (max-width: 767px) {
  .user-controls a {
    height: 25px;
  }
}
svg {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.user-controls a svg {
  -webkit-transition: .3s;
  -o-transition: .3;s
  transition: .3s;
}
.user-controls a:hover svg path {
  fill: #58B031;
}
.stocks {
  padding-top: 130px;
  padding-bottom: 160px;
  background-color: #fff;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1500px) {
  .stocks {
    padding-top: 85px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .stocks {
    padding-top: 45px;
    padding-bottom: 50px;
    background-position: 33% 50%;
  }
}
.stocks-content {
  max-width: 290px;
  position: relative;
}
.stocks-content .sale-slogan {
  font-family: 'Cuprum', sans-serif;
  /* font-weight: 700; */
  font-size: 85px;
  position: absolute;
  top: -11%;
  -webkit-transform: translateX(145%);
  -ms-transform: translateX(145%);
  transform: translateX(145%);
  padding: 15px 12px;
}
.stocks-content .sale-slogan p {
  padding: 3px 40px;
  line-height: .9;
  background-color: #58B031;
  position: relative;
  z-index: 2;
  color: #fff;
}
@media (max-width: 767px) {
  .stocks-content .sale-slogan p {
    padding: 3px 20px;
  }
}
.stocks-content .sale-slogan .sale-slogan__border {
  position: absolute;
  top: 8px;
  left: -10px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .stocks-content .sale-slogan .sale-slogan__border {
    top: 0px;
  }
}
@media (max-width: 767px) {
  .stocks-content .sale-slogan .sale-slogan__border {
    top: 3px;
  }
}
@media (max-width: 1199px) {
  .stocks-content .sale-slogan {
    -webkit-transform: translateX(120%);
    -ms-transform: translateX(120%);
    transform: translateX(120%);
    font-size: 70px;
    padding: 5px;
  }
}
@media (max-width: 767px) {
  .stocks-content .sale-slogan {
    font-size: 44px;
    padding: 5px;
  }
}
@media (max-width: 374px) {
  .stocks-content .sale-slogan {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    right: 0;
  }
}
.stocks-content h2 {
  margin-bottom: 20px;
  font-family: 'Cuprum', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.stocks-content .page-button {
  margin-top: 30px;
  padding-left: 30px;
   padding-right: 30px;
   min-width: 105px;
   max-width:105px;
}
@media (max-width: 767px) {
  .stocks-content .page-button {
    margin-top: 15px;
  }
}
.stock-product .title-4 {font-size: 30px;font-family: 'Cuprum', sans-serif;font-weight: 700;}
.stock-product .stock-product-desk {
  font-size: 15px;
  line-height: 1.3;
}
.stock-product .stock-product-price {
  font-size: 32px;
  font-family: 'Cuprum', sans-serif;
  font-weight: 700;
}
.stock-product .stock-product-price span {
  font-size: 22px;
  font-family: 'Cuprum', sans-serif;
  font-weight: 700;
}
/*****ГЛАВНАЯ - ПРЕИМУЩЕСТВА****/
.main-benefits {
  padding-top: 90px;
  background-color: #fff;
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .main-benefits {
    padding-bottom: 0px;
    padding-top: 40px;
  }
}
.main-benefits .title-2 {text-align: center;margin-bottom: 1em;}
.main-benefits .main-benefits-icon {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
}
.main-benefits-item {
  max-width: 190px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 25px;
}
.main-benefits-item p {
  font-size: 18px;
}
/*****ГЛАВНАЯ - ПАРАЛЛАКС-БЛОК****/
.main-cta {
  position: relative;
  background-color: #313131;
  height: 468px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .main-cta {
    height: 350px;
  }
}
@media (max-width: 991px) {
  .main-cta {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .main-cta {
    height: 250px;
  }
}

.main-cta h2,
.main-cta p {
  color: #fff;
}
.main-cta .title-group {
  position: relative;
  z-index: 2;
  padding-top: 80px;
  padding-bottom: 80px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media(max-width: 991px){
.main-cta .title-group {
   padding:50px 15px;}
}
@media(max-width: 767px){
  .main-cta .title-group {
   padding:20px 15px;
   width: 90%;
      
  }
    .main-cta .title-group .title-2{

    font-size: 26px;
    margin-bottom: 16px;
  }
 }
  @media(max-width: 374px){
    .main-cta .title-group{
      padding-top: 30px;
    padding-bottom: 30px;
    }
  .main-cta .title-group .title-2{

    font-size: 23px;
    margin-bottom: 16px;
  }
}
.main-cta .title-group .title-group--text {
  position: relative;
  z-index: 2;
}
.main-cta .title-group .title-group--blur {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(88, 176, 49, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.main-cta .title-group h2 {
  text-transform: uppercase;
  margin-bottom: 25px;
}
.main-cta .title-group p {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
/*****ГЛАВНАЯ - СЕКЦИЯ КАРТОЧКИ МЕНЮ****/
.main-menu {
  padding-top: 95px;
  padding-top: 110px;
  margin-top: -55px;
  padding-bottom: 50px;
  color: #313131;
  position: relative;
}
.main-menu .title-group {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .main-menu .title-group {
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .main-menu {
    padding-top: 115px;
    margin-top: -55px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .main-menu {
    padding-top: 90px;
    padding-bottom: 40px;
    margin-top: -70px;
  }
}
.main-menu .title-2 {
  margin-bottom: 0.54em;
}
.menu-products__content {
  padding-top: 20px;
}
.product-slider__item {
  padding-top: 30px;
  padding-bottom: 30px;
}
.product-slider .owl-nav {
  position: absolute;
  right: 0;
  top: -25px;
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product-slider .owl-prev span,
.product-slider .owl-next span {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #58b031;
  color: #58b031;
  background-color: #fff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-slider .owl-prev span:hover,
.product-slider .owl-next span:hover {
  background-color: rgba(88, 176, 49, 0.6);
  border-color: rgba(88, 176, 49, 0.6);
  color: #fff;
}

/*****ГЛАВНАЯ - СЛАЙДЕР В ШАПКЕ****/
.banner-item {
  height: 570px;
  background-position: right bottom;
  background-size: cover;
  position: relative;
}
@media (max-width: 1199px) {
  .banner-item {
    height: 500px;
  }
    .product-slider  .product-card__img img{
      
      width: 250px;
      height: 147.5px;
  }
      .product-card  .product-card__img img{
      
      width: 250px;
      height: 147.5px;
  }
}

@media (max-width: 991px) {
  .banner-item {
    height: 450px;
  }
    .product-slider  .product-card__img img{
      width: 203.36px;
      height: 120px;
  }
      .product-card  .product-card__img img{
      width: 203.36px;
      height: 120px;
  }

}

@media (max-width: 767px) {
  
  .product-card__img{
      margin-bottom: 10px;
  }
      .product-slider  .product-card__img img{
      width: 172.86px;
      height: 102px;
  }
        .product-card  .product-card__img img{
      width: 172.86px;
      height: 102px;
  }
 .product-slider .product-card__deskrip{
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;  
      overflow: hidden;
     
}
.product-slider .owl-nav{
      top:auto;
      bottom: 0px;
      width: 80px;
  }
  .product-slider .owl-prev span, .product-slider .owl-next span{
      border-color: transparent;
  }
  .banner-item {
    height: calc(100vh - 130px);
    height: 400px;
  }
}

.slide-content {
  color: #fff;
  font-family: 'Cuprum', sans-serif;
  height: 570px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 98%;
  font-size: 35px;
  position: relative;
}
.slide-content .sale-amimate {
  position: absolute;
  right: -30px;
  top: 25%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 270px;
  width: 50%;
  -webkit-animation-name: swingElement;
  animation-name: swingElement;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  z-index: 1;
}
@media (max-width: 1919px) {
  .slide-content .sale-amimate {
    right: -30px;
    width: 30%;
  }
}
@media (max-width: 1360px) {
  .slide-content .sale-amimate {
    right: 0px;
    top: 25%;
    width: 220px;
  }
}
@media (max-width: 991px) {
  .slide-content .sale-amimate {
    width: 35%;
    max-width: 180px;
  }
}
@media (max-width: 767px) {
  .slide-content .sale-amimate {
    width: 40%;
  }
}
.slide-content .page-button {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 170px;
 
}
@media (max-width: 767px) {
  .slide-content .page-button {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .slide-content {
    margin-top: 0;
    max-width: 95%;
    height: 500px;
    font-size: 24px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .slide-content {
    height: 450px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .slide-content {
    max-width: 100%;
    font-size: 18px;
    height: 400px;
  }
}
@media (max-width: 424px) {
  .slide-content {
    font-size: 15px;
  }
}
.slide-suptitle {
  font-size: 50px;
  font-size: 1.4285em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 4px solid #fff;
  line-height: 1.2;
  margin-bottom: 10px;
  text-shadow: 4px 4px 4px rgba(0,0,0, .1);
}
@media (max-width: 1199px) {
  .slide-suptitle {
    border-bottom: 2px solid #fff;
  }
}
.slide-title {
  font-size: 2.9em;
  font-family: 'Chekharda-BoldItalic.ttf';
  line-height: 1.1;
  position: relative;
  z-index: 2;
   text-shadow: 4px 4px 4px rgba(0,0,0, .15);
}
@media (max-width: 767px) {
  .slide-title {
    font-size: 2.7em;
  }
}
.product-descrip {
  font-size: 1em;
  margin-top: 10px;
  line-height: 1;
   text-shadow: 4px 4px 4px rgba(0,0,0, .1);
}
.banner-slider .owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 5%;
  right: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  font-size: 30px;
  z-index: 2;
  display: none;
}
@media (max-width: 1439px) {
  .banner-slider .owl-nav {
    left: 2%;
    right: 2%;
  }
}
@media (max-width: 1199px) {
  .banner-slider .owl-nav {
    display: none;
  }
}
.banner-slider .owl-nav button {
  outline: none;
}
.banner-slider .owl-nav button i {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.banner-slider .owl-nav button:hover i {
  color: #DF4329;
}
.banner-slider .owl-nav span {
  display: block;
  width: 40px;
  height: 40px;
  background-color: rgba(238, 238, 238, 0.2);
}
.banner-slider .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767px) {
}
.banner-slider .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  background-color: #fff;
  margin-right: 10px;
  border-radius: 50%;
  outline: none;
}
.banner-slider .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.banner-slider .owl-dots .owl-dot.active {
  background-color: #58B031;
  width:10px;
  height:10px;
}
.banner-slider .owl-dots .owl-dot:hover {
  background-color: #58B031;
}
.section-info .text-block__img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 570px;
  border-radius: 20px;
  min-height: 220px;
}
.section-info .block-img{border-radius: 20px; overflow: hidden;}
.section-info .page-button {
    margin-top: 40px;}
    .section-info .text-block {
    margin-bottom: 30px;}
@media(max-width: 1199px){
  .section-info .text-block__img {
       
      min-height: 145px;} 
}
.content-inner {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.18);
  border-radius: 20px;
  padding: 0px 30px;
}
@media (max-width: 1199px) {
  .content-inner {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .content-inner {
    padding: 0 15px;
  }
}
@media (max-width: 374px) {
  .content-inner {
    padding: 0 5px;
  }
}
.content-inner .panel {
  border-bottom: 2px solid #eeeeee;
}
.content-inner .panel-heading {
  position: relative;
  padding-right: 30px;
  display: block;
}
.content-inner .panel-heading i {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  height: 20px;
}
.content-inner .panel-heading i svg path {
  fill: #DF4329;
}
.content-inner .panel-heading i.up {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.content-inner .accordion-item__title {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 16px;
  color: #313131;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .content-inner .accordion-item__title {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .content-inner .accordion-item__title {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .content-inner .accordion-item__title {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.content-inner .accordion-item__icon {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #DF4329;
}
.content-inner .accordion-item__icon span {
  min-width: 80px;
  margin-right: 6px;
}
@media (max-width: 767px) {
  .content-inner .accordion-item__icon span {
    display: none;
  }
}
.content-inner .text-phrase {
  font-size: 16px;
  line-height: 24px;
  margin-right: 50px;
}
.content-inner .text-phrase span:first-child {
  font-weight: 700;
  margin-right: 20px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .content-inner .text-phrase {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 30px;
  }
}
@media (max-width: 424px) {
  .content-inner .text-phrase {
    margin-right: 15px;
  }
}
.content-inner .basket-result {
  padding-bottom: 40px;
}
.content-inner .basket-result .page-button {
  width: auto;
}
@media (max-width: 1199px) {
  .content-inner .basket-result .page-button {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 991px) {
  .content-inner .basket-result .page-button {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .content-inner .basket-result .page-button {
    width: 240px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.content-inner .basket-result .page-button:hover {
  color: #fff;
  background-color: #DF4329;
}
@media (max-width: 767px) {
  .user-profile__tabs .nav-tabs {
    margin-bottom: 20px;
  }
}
.user-profile__tabs .nav-item {
  text-transform: uppercase;
  font-size: 25px;
  line-height: 1.2;
  color: #313131;
}
@media (max-width: 1199px) {
  .user-profile__tabs .nav-item {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .user-profile__tabs .nav-item {
    font-size: 20px;
  }
}
@media (max-width: 375px) {
  .user-profile__tabs .nav-item {
    font-size: 16px;
  }
}
.user-profile__tabs .nav-tabs,
.user-profile__tabs .nav-tabs .nav-link {
  border: none;
}
.user-profile__tabs .nav-tabs .nav-link {
  padding-bottom: 0;
  padding-top: 2px;
  border-bottom: 3px solid transparent;
  margin-right: 1.1em;
  font-family: 'Cuprum', sans-serif;
  padding-left: 0;
  padding-right: 0;
}
.user-profile__tabs .nav-tabs .nav-link.active {
  border-bottom: 2px solid #58B031;
  padding-left: 0;
  padding-right: 0;
  color: #DF4329;
  font-weight: 700;
}
.user-profile__tabs .tab-content {
  padding-top: 32px;
}
@media (max-width: 1199px) {
  .user-profile__tabs .tab-content {
    padding-top: 25px;
  }
}
/*ЛИЧНЫЕ ДАННЫЕ*/
@media (max-width: 1199px) {
  .personal-data {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.personal-data .user-avatar {
  position: relative;
}
.content-inner--pt {
  padding-top: 40px;
  padding-bottom: 40px;
}
.content-inner--pt .form-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .content-inner--pt .form-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.content-inner--pt .form-col {
  width: 48%;
}
@media (max-width: 767px) {
  .content-inner--pt .form-col {
    width: 100%;
  }
}
.content-inner--pt .form-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.content-inner--pt .form-group label {
  min-width: 90px;
  font-weight: 700;
}
.content-inner--pt #toggle-passw {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 10px;
}
.content-inner--pt #toggle-passw svg {
  pointer-events: none;
}
.content-inner--pt #toggle-passw svg path {
  fill: #313131;
}
.content-inner--pt #toggle-passw:after {
  content: '';
  position: absolute;
  top: 10px;
  left: -2px;
  height: 1px;
  background-color: #313131;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 24px;
  display: none;
  -webkit-box-shadow: 0 -1px #fff;
  box-shadow: 0 -1px #fff;
}
.content-inner--pt #toggle-passw.active:after {
  display: block;
}
.content-inner--pt .politic-agree p {
  position: relative;
  padding-left: 30px;
}
.content-inner--pt .politic-agree p a {
  color: #58B031;
  border-bottom: 1px solid #58B031;
}
.content-inner--pt .politic-agree p:before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 1px;
  background-image: url(../img/main/icons/warning.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.form-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 5px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .form-footer {
    display: block;
  }
}
@media (max-width: 767px) {
  .form-footer .flex-wrapper {
    text-align: center;
    margin-top: 20px;
  }
}
.order-receiver {
  padding-bottom: 50px;
}
.order-receiver .title-light {
  text-transform: uppercase;
  margin-bottom: 25px;
}
.order-table {
  margin-right: 25px;
  border-top: 2px dashed #EEEEEE;
  border-bottom: 2px dashed #EEEEEE;
  padding-top: 0px;
}
@media (max-width: 767px) {
  .order-table {
    padding-top: 25px;
  }
}
.table-row {
  min-height: 96px;
  margin-bottom: 20px;
}
.table-row .table-cell {
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.table-row.table-row--head {
  min-height: 54px;
  max-height: 54px;
}
@media (max-width: 767px) {
  .table-row.table-row--head {
    display: none;
  }
}
.table-row.table-row--head .table-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 54px;
}
.table-row .table-cell h5 {
  font-size: 16px;
  font-weight: 700;
}
.table-row .table-cell__img {
  max-width: 170px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.table-row .table-cell__deskrip p {
  font-size: 12px;
  line-height: 19px;
}
.table-row .table-cell__deskrip .title-light {
  font-weight: 700;
  color: #1f1f1f;
  margin-bottom: 5px;
  display: inline-block;
}
.table-row .table-cell__amount span:first-child {
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  font-family: 'Cuprum', sans-serif;
  padding-right: 6px;
}
@media (max-width: 767px) {
  .table-row .table-cell__img {
    margin-bottom: 10px;
  }
  .table-row .table-cell__deskrip {
    margin-bottom: 10px;
  }
  .table-row .table-cell__count,
  .table-row .table-cell__amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.table-row.table-row__result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 54px;
  max-height: 54px;
  margin-bottom: 0;
}
.table-row.table-row__result p {
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  padding-right: 20px;
  font-family: 'Cuprum', sans-serif;
}
@media (max-width: 767px) {
  .table-row.table-row__result p {
    font-size: 16px;
    line-height: 1.5;
  }
}
.table-row.table-row__result .total-amount span:first-child {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .table-row.table-row__result .total-amount span:first-child {
    font-size: 28px;
  }
}
.table-row.table-row__result .total-amount span:last-child {
  margin-right: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.order-receiver .contacts-wrapper {
  padding-top: 30px;
}
.order-receiver .contacts-column {
  margin-bottom: 30px;
}
.order-receiver .contacts-column h4 {
  font-family: 'Cuprum', sans-serif;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .order-receiver .contacts-column h4 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .order-receiver .contacts-column h4 {
    font-size: 24px;
  }
}
.order-receiver .contacts-column li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .order-receiver .contacts-column li {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .order-receiver .contacts-column li {
    font-size: 16px;
  }
}
.order-receiver .contacts-column li p {
  padding-left: 10px;
  font-weight: 700;
}
.section-info article {
  padding-right: 20px;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .section-info article {
    padding-left: 0;
  }
}
.section-info article.flex-height {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .section-info article.flex-height {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .section-info article.flex-height p {
    padding-left: 520px;
  }
}
.section-info article.flex-height .text-block {
  margin-bottom: 0;
}
.section-info article .text-block {
  position: relative;
}
.section-info article .text-block p {
  margin-bottom: 25px;
}
.section-info article .text-block h3, .section-info article .text-block .title-3 {
  margin-bottom: 15px;
}
.section-info article .text-block:after {
  content: '';
  display: table;
  clear: both;
}
.section-info article .text-block__img {
  margin-right: 30px;
  margin-bottom: 10px;
  float: left;
  max-width: 500px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1439px) {
  .section-info article .text-block__img {
    max-width: 520px;
  }
}
@media (max-width: 1199px) {
  .section-info article .text-block__img {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .section-info article .text-block__img {
    max-width: 280px;
  }
}
@media (max-width: 575px) {
  .section-info article .text-block__img {
    max-width: 350px;
    width: 100%;
    float: unset;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
.section-info article .border-block_inner {
  background-color: #E9FBE2;
  border-radius: 15px;
  padding: 40px;
}
@media (max-width: 767px) {
  .section-info article .border-block_inner {
    padding: 25px;
  }
}
.section-info .text-block {
  margin-bottom: 30px;
}
.section-info .border-block {
  border: 1px dashed #1F1F1F;
  padding: 10px;
}
.section-info .page-button {
  margin-top: 40px;
  /* width: 240px;
  padding-left: 20px;
  padding-right: 20px; */
}
@media (max-width: 991px) {
  .section-info .page-button {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .section-info .page-button {
    margin-bottom: 30px;
  }
}
.section-info .block-img {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
.basket-table .fake-radiobutton {
  background-color: #E9FBE2;
}
@media (max-width: 767px) {
}
.basket-item {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 2px dashed #EEEEEE;
  position: relative;
}
.basket-item:first-child {
  border-top: 2px dashed #EEEEEE;
}
@media (max-width: 1199px) {
  .basket-item {
    padding-bottom: 20px;
  }
}
.basket-item .fake-radiobutton {
  padding-left: 8px;
  padding-right: 8px;
  min-width: 65px;
}
.basket-item .filter-name {
  font-size: 12px;
  min-width: 36px;
}
.basket-item .product-card__filters {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-counter.product-counter--big {
  width: 73px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product-counter.product-counter--big .product-counter--num {
  width: 30px;
  border-radius: 50%;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
}
.basket-item__head {
  padding-left: 10px;
}
.basket-item__head .title-34 {
  color: #313131;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.basket-item__head .title-34:hover {
  color: #58B031;
}
.basket-item__img {
  border: 1px dashed #A3A7B4;
  border-radius: 20px;
  width: 100%;
  max-width: 170px;
  min-height: 160px;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px;
}
@media (max-width: 1199px) {
  .basket-item__img {
    min-width: 130px;
    min-height: 130px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .basket-item__img {
    min-width: 110px;
  }
}
@media (max-width: 424px) {
  .basket-item__img {
    min-width: 90px;
    min-height: 80px;
  }
}
@media (max-width: 575px) {
  .basket-item__img {
    margin-left: auto;
    margin-right: auto;
  }
}
.border-col {
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
@media (max-width: 991px) {
  .border-col {
    border-right: 0;
  }
}
@media (max-width: 767px) {
  .border-col {
    border: 0;
  }
}
@media (max-width: 1199px) {
  .basket-item__descrip {
    border-right: 0px;
    padding-left: 10px;
    min-height: 160px;
  }
}
@media (max-width: 767px) {
  .basket-item__descrip {
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    min-height: auto;
  }
}
.basket-item__descrip .basic-descrip {
  color: #313131;
  margin-bottom: 42px;
  padding-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .basket-item__descrip .basic-descrip {
    margin-bottom: 20px;
    padding-right: 0;
  }
}
.basket-item__descrip .addition-set {
  color: #a3a7b4;
  position: relative;
  padding-right: 50px;
}
@media (max-width: 1199px) {
  .basket-item__descrip .addition-set {
    margin-bottom: 15px;
    padding-right: 20px;
  }
}
.remove-item {
  position: absolute;
  top: 1px;
  right: 1px;
  font-size: 18px;
  color: #DF4329;
  background-color: transparent;
  z-index: 2;
}
.remove-item svg {
  pointer-events: none;
}
.basket-item__cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .basket-item__cost {
    margin-left: 30px;
  }
}
.basket-item__old-price {
  font-size: 25px;
  color: #DF4329;
  line-height: 35px;
  margin-left: 15px;
  text-decoration: line-through;
}
.basket-item__calc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  position: relative;
}
@media (max-width: 1199px) {
  .basket-item__calc {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 40px;
    padding-top: 15px;
  }
}
@media (max-width: 991px) {
  .basket-item__calc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #eeeeee;
  }
}
@media (max-width: 767px) {
  .basket-item__calc {
    padding-right: 0px;
    border-top: 0;
    padding-bottom: 0px;
    padding-top: 20px;
  }
}
.basket-item__summ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 5px;
}
@media (max-width: 991px) {
  .basket-item__summ {
    width: 43%;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .basket-item__summ {
    width: auto;
  }
}
.remove-basket-item {
  position: absolute;
  right: 0px;
  top: 30px;
  font-size: 26px;
  color: #DF4329;
}
@media (max-width: 991px) {
  .remove-basket-item {
    right: -15px;
    top: auto;
    bottom: 12px;
  }
}
@media (max-width: 767px) {
  .remove-basket-item {
    right: -5px;
    top: 20px;
    bottom: auto;
  }
}
.basket-item__addInfo {
  color: #a3a7b4;
  padding-top: 5px;
}
.basket-item__cost-val {
  padding-right: 2px;
}
.basket-result {
  padding-bottom: 40px;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .basket-result {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.basket-result .page-button {
  padding-left: 20px;
  padding-right: 20px;
  width: 240px;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .basket-result .page-button {
    width: 190px;
    margin-right: 20px;
  }
}
.basket-result .basket-clean {
  height: 40px;
  line-height: 39px;
}
.basket-result .basket-clean svg path {
  fill: #58B031;
}
.basket-result .basket-clean:hover svg path {
  fill: #fff;
}
.basket-result .basket-clean span:last-child {
  margin-left: 0px;
  position: relative;
  top: 3px;
}
@media (max-width: 767px) {
  .basket-result .basket-clean span:last-child {
    margin-left: 6px;
  }
}
.total-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}
.mr {
  margin-right: 20px;
}
@media (max-width: 991px) {
  .total-amount .basket-item__cost {
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .total-amount {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.title-34 span {
  display: block;
}
.basket-item__cost-val.title-34 {
  font-size: 34px;
}
@media (max-width: 1199px) {
  .basket-item__cost-val.title-34 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .basket-item__cost-val.title-34 {
    font-size: 28px;
  }
}
.basket-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1199px) {
  .basket-btn .page-button {
    padding-left: 2px;
    padding-right: 2px;
    min-width: 180px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .basket-btn {
    margin-top: 20px;
  }
  .basket-btn .page-button {
    min-width: 240px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 500px) {
  .basket-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .basket-btn .page-button {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.basket-state {
  color: #a3a7b4;
}
.basket-clean {
  min-width: 200px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .basket-clean {
    min-width: 170px;
  }
}
@media (max-width: 767px) {
  .basket-clean {
    min-width: 200px;
  }
}
.sale-card {
  max-width: 570px;
  width: 100%;
  min-height: 473px;
  max-height: 473px;
  background-color: #fff;
  color: #313131;
  position: relative;
  cursor: pointer;
  border-radius: 20px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  overflow: hidden;
}
.sale-card .title-3 {
  margin-bottom: 20px;
}
.sale-card:hover {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  color: #313131;
}
.sale-card:hover .title-3 {
  color: #58B031;
}
.sale-card .card__badge {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 2;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  height: 28px;
  background-color: #58B031;
  color: #fff;
  line-height: 28px;
  display: inline-block;
  border-radius: 15px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}
.sale-card__img {
  height: 278px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.sale-card__desckrip {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 30px;
  position: relative;
  padding-right: 150px;
}
@media (max-width: 1199px) {
  .sale-card__desckrip {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .sale-card__desckrip {
    padding: 20px 15px;
    padding-right: 15px;
  }
}
.sale-card__text a {
  color: #58B031;
  border-bottom: 1px solid #58B031;
}
.sale-card__text p {
  font-size: 14px;
  line-height: 22px;
}
.sale-card__period {
  position: absolute;
  right: 30px;
  top: 40px;
  width: 100px;
  height: 97px;
  border: 1px solid #58B031;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #58B031;
}
.sale-card__period p{
    padding-left: 5px;
    padding-right: 5px;
}
@media (max-width: 991px) {
  .sale-card__period {
    right: 0;
    top: 10px;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-animation: none;
    animation: none;
  }
}
.pagination-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.pagination-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .pagination-block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.pagination-block button {
  width: 25px;
  height: 25px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  color: #BFBFBF;
  text-align: center;
  display: block;
  font-size: 12px;
  line-height: 24px;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.pagination-block button:first-child {
  border-radius: 12px 0 0 12px;
}
.pagination-block button:last-child {
  border-radius: 0 12px 12px 0;
}
.pagination-block button span path {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.pagination-block button.active {
  font-weight: 700;
  color: #58B031;
}
.pagination-block button.active span path {
  stroke: #58B031;
  stroke-width: 2px;
}
.pagination-block button:hover {
  color: #313131;
}
.pagination-block button:hover span path {
  stroke: #313131;
}
/*****КАРТОЧКА ПРОДУКТА НА ГЛАВНОЙ****/
.product-card {
  border-radius: 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.18);
  width: 100%;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  min-height: 550px;
  max-height: 550px;
  font-size: 15px;
  padding: 3.5em 1.6em 2em;
  color: #313131;
  font-family: 'Roboto Condensed';
  position: relative;
  overflow: hidden;
  margin-bottom: 28px;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
@media(max-width: 1199px){
     .product-card{
     min-height: 500px;
        max-height: 500px;
     }
}
@media(max-width: 991px){
    .product-card{
     min-height: 460px;
        max-height: 460px;
    }
}
@media(max-width: 767px){
    .product-card{
        min-height: 410px;
        max-height: 410px;
        max-width: 270px;
        min-width: 270px;
    }
}
.product-card .form-btn .page-button {
  padding-left: 40px;
  padding-right: 40px;
}
.product-card:hover {
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.28);
}
.product-card:hover .product-title {
  color: #58B031;
}
@media (max-width: 374px) {
  .product-card {
    padding: 2.7em 10px 2em;
  }
}
.card-text {
  white-space: nowrap;
}
.product-card__img {
  /* max-height: 190px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 26px;
}
.product-card__img img {
  width: auto;
}
@media (max-width: 767px) {
  .product-card__img {
    min-height: auto!important;
  }
}
.product-card__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}
.product-title {
  font-size: 1.6em;
  font-family: 'Cuprum', sans-serif;
  color: #313131;
  font-weight: 700;
  width: 86%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  padding-right: 5px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.product-card__deskrip {
  
  line-height: 1.2;
  padding-top: 15px;
    display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;  
      overflow: hidden;
}
@media (max-width: 767px) {
.product-title {
    font-size: 20px;
}
.product-card__deskrip {
  
  line-height: 1.2;
  padding-top: 10px;
    display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;  
      overflow: hidden;
}
.product-card__buttons{
    margin-top: 20px;
}
}
.product-card__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.filter-name {
  color: #313131;
  margin-right: 10px;
  font-size: 15px;
}
.filters-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.filters-type input {
  width: 0.1px;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.filters-type input:checked + .fake-radiobutton {
  background-color: #E9FBE2;
}
.filters-type__item {
  position: relative;
  margin-right: 10px;
  margin-bottom: 5px;
}
.filters-type__item:last-child {
  margin-right: 0;
}
.fake-radiobutton {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  height: 25px;
  border-radius: 15px;
  border: 1px solid red;
  text-align: center;
  line-height: 25px;
  font-size: 12px;
  border: 1px solid #E9FBE2;
  cursor: pointer;
}
.product-card__calc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product-card__prises {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.new-price {
  margin-right: 25px;
  font-size: 34px;
  font-family: 'Cuprum', sans-serif;
  font-weight: 700;
  color: #313131;
}

.old-price {
  font-size: 25px;
  color: #DF4329;
  font-family: 'Cuprum', sans-serif;
  font-weight: 700;
  position: relative;
}
.old-price:before {
  content: '';
  position: absolute;
  top: 48%;
  left: 0px;
  right: 0px;
  height: 1px;
  background-color: #DF4329;
}
@media (max-width: 767px) {
  .new-price {
    font-size: 25px;
  }
  .old-price{font-size: 22px;}
}
span.dim {
  font-family: 'Roboto Condensed';
  font-size: 30px;
  font-weight: 400;
  margin-left: 2px;
} 
.old-price span.dim{font-size: 20px;}
.product-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 78px;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
}
section.catalog  span.dim{font-size: 20px;}
section.catalog  .old-price span.dim{font-size: 15px;}

.product-counter span {
  display: inline-block;
}

.product-counter--num {
  border-width: 1px;
  border-color: #bfbfbf;
  border-style: solid;
  text-align: center;
  line-height: 28px;
  color: #313131;
  font-weight: 700;
  border-radius: 50%;
  border-color: transparent;
  background: #F5F5F5;
  height: 30px;
  width: 30px;
}
.product-counter span:last-child {
  margin-right: 0;
}
.product-counter .product-counter--plus,
.product-counter .product-counter--minus {
  position: relative;
  cursor: pointer;
  background-color: #fff;
  border: 0px;
  color: #313131;
  font-size: 21px;
  width: 20px;
  height: 20px;
  margin-right: 0;
  display: block;
  padding: 0;
  line-height: 20px;
}
.product-counter .product-counter--plus {
  margin-right: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.product-counter .product-counter--minus {
  font-size: 28px;
  position: relative;
  top: -1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.product-counter .product-counter--plus:hover,
.product-counter .product-counter--minus:hover {
  opacity: .7;
}
.product-card__footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
.product-card__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}
.page-button.show-back {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-button.show-back svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.page-button.show-back span {
  display: block;
  background-color: #fff;
  position: relative;
  z-index: 1;
  opacity: 1;
  pointer-events: none;
}
.page-button.show-back.active span {
  opacity: 0;
}
.products-group__wrapper {
  max-height: 510px;
  overflow: hidden;
}
.products-group {
  margin-bottom: 20px;
}
.products-group__title {
  font-size: 16px;
  font-weight: 700;
  color: #313131;
  margin-bottom: 12px;
}
.products-group__List {
  margin-bottom: 25px;
}
.products-group__List li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #a3a7b4;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.products-group__List li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.products-group__List li.check-item {
  color: #313131;
}
.products-group__List .custom-checkbox {
  border: 1px solid #a3a7b4;
}
.product-card__addition .page-button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding-top: 2px;
}
svg.left-arr {
  fill: #313131;
  opacity: .6;
  pointer-events: none;
}
.card-badges {
  position: absolute;
  top: 20px;
  left: 10px;
}
.card-badge {
  display: inline-block;
  height: 20px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 15px;
  color: #fff;
  font-size: 13px;
}
.card-badge + .card-badge {
  margin-left: 10px;
}
.card-badge--new {
  right: 20px;
  background-color: #0dc440;
}
.card-badge--favorite {
  right: 20px;
  background-color: #00b9ee;
}
.card-badge--sale {
  right: 20px;
  background-color: #d7001a;
}
.product-page__content {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.18);
  border-radius: 20px;
}
.product-image {
  padding: 6px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .product-image {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
  }
}
.product-set {
  padding: 15px 20px 30px;
  border-left: 1px solid #eeeeee;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 374px) {
  .product-set {
    padding: 20px 10px 30px;
  }
}
.product-set__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
}
.product-set__row:first-child {
  border-bottom: 1px solid #EEEEEE;
}
.product-set__row .ingredients {
  width: 70%;
}
.product-set__row .filter-name {
  margin-right: 15px;
}
@media (max-width: 1199px) {
  .product-set__row .filter-name {
    margin-right: 5px;
  }
}
@media (max-width: 991px) {
  .product-set__row .filter-name {
    margin-right: 10px;
  }
}
.product-set__row .filters-type__item {
  margin-right: 5px;
}
.product-set__row .products-group__List li {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 22px;
}
.product-set__types,
.product-set__row-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 767px) {
  .product-set__types,
  .product-set__row-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.product-set__column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.product-set__types .products-group__List {
  margin-right: 40px;
}
.product-set__footer {
  padding-top: 30px;
  border-top: 1px solid #EEEEEE;
  margin-top: auto;
}
.product-set__footer .d-flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .product-set__footer .d-flex {
    margin-bottom: 15px;
  }
}
.product-set__footer .product-counter {
    margin-left: 10px;
  width: 73px;
  height: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product-set__footer .product-counter--num {
  margin-right: 0;
  width: 30px;
}
.product-set__footer .total-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .product-set__footer .total-amount {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.product-set__footer .basket-item__cost {
  margin-left: 20px;
}
.product-set__footer .page-button {
  width: 170px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 424px) {
  .product-page .total-amount span.title-16--bold {
    display: none;
  }
}
.fotorama.fotorama--product .fotorama__thumb-border {
  border: 2px solid #58B031;
  border-radius: 5px;
}
.products-optional__List .form-group {
  margin-bottom: 8px;
}
.products-optional__List .form-group span {
  position: relative;
  top: -2px;
}
.other-products .title-4 {
  text-transform: uppercase;
}
.section-info .returne-text .text-block__img {
  max-width: 570px;
}
@media (min-width: 1250px) {
  .section-info .returne-text .text-block__img {
    min-width: 570px;
  }
}
@media (max-width: 1250px) {
  .section-info .returne-text .text-block__img {
    margin-bottom: 30px;
  }
}
.marker-list.marker-bullit li:before {
  content: "";
  background-image: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #58B031;
  top: 6px;
}
.marker-list.marker-bullit--red li:before {
  background-color: #DF4329;
}
.conditions-text .marker-list.marker-bullit li + li {
  margin-top: 15px;
}
.title-34.mb-30 {
  margin-bottom: 30px;
}
.conditions-text .marker-list {
  margin-top: 15px;
}
.conditions-text .title-34,
.conditions-text .title-3 {
  margin-bottom: 20px;
}
@media (min-width: 1250px) {
  .title-34.pl-20,
  .text-16.pl-20 {
    padding-left: 20px;
    min-width: 570px;
  }
}
.section-info .border-block_inner.p-30 {
  padding: 30px;
}
.section-info .border-block_inner.p-30 a {
  white-space: nowrap;
  color: #313131;
  padding-bottom: 5px;
  padding-top: 5px;
  display: inline-block;
}
.section-info .border-block_inner.p-30 a + a {
  margin-left: 10px;
}
.section-info .border-block_inner.p-30 a:hover {
  color: #58B031;
}
.conditions-text p + p {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .marker-list.mb-30 {
    margin-bottom: 30px;
  }
}
.review-block .review-block__wrapper {
  padding-top: 30px;
  border-top: 1px solid #eee;
}
.review-block .review-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FFFFFF;
  padding: 30px;
  border: 1px solid #EEEEEE;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px;
}
.review-block .review-item + .review-item {
  margin-top: 30px;
}
.review-block h4 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.review-block .review-author {
  margin-right: 30px;
}
.review-block .review-author .author-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 5px;
}
.review-block .review-author p {
  font-size: 12px;
  line-height: 19px;
  color: #BFBFBF;
  text-align: center;
}
.review-block .review-text {
  font-size: 14px;
  line-height: 22px;
}
.review-block .pagination-wrapper {
  margin-top: 30px;
}
.review-block .review-form-wrapper .choose-avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.review-block .review-form-wrapper .choose-avatar .inputfile + label {
  padding: 0;
  margin-left: 30px;
  cursor: pointer;
}
.review-block .review-form-wrapper .user-avatar {
  width: 48px;
  height: 48px;
  border: 0px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.review-block .review-form-wrapper .avatar-label span {
  font-size: 12px;
  line-height: 19px;
  color: #BFBFBF;
}
.review-block .form-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.review-form-wrapper {
  background: #FFFFFF;
  padding: 30px;
  margin-top: 30px;
  border: 1px solid #ECEDED;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px;
}
@media (max-width: 1199px) {
  .review-form-wrapper {
    padding: 20px;
  }
}
.panel.panel-footer {
  padding-top: 40px;
  padding-bottom: 40px;
}
/*****СОЦ ИКОНКИ****/
.social-icons {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 1;
}
.social-icons a {
  margin-right: 10px;
  line-height: 1;
  font-size: 0;
}
.social-icons a:last-child {
  margin-right: 0;
}
.social-icons a:hover {
  opacity: .7;
}
.set-promo .mspc2-form {border:0;margin: 0;}
.set-promo .mspc2-form button.mspc2-form__button_submit {display: none;}
.set-promo .mspc2-form button.remove-item {background: transparent;}
.set-promo .mspc2 {margin:0;}
.msfavorites.action-wishlist.voted i {font-weight:900}
section.catalog.favorites .content-cards .product-card__img {height: auto;}
.user-profile__tabs .page-button {line-height:26px}
#user-history {display: block; width: 100%}
.basket-value.ms2_total_cost {width: auto; padding: 0 6px;}
/*POlitic modal*/

#politicText{
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    padding-right: 0;
}

#politicText .modal-body{    padding: 5px;
    max-height:550px;
    overflow: auto;
}
@media(max-width: 575px){
    #politicText .modal-body{max-height:350px;}
}
@media(max-width: 359px){
    #politicText .modal-body{max-height:270px;}
}
#politicText .modal-body::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
#politicText .modal-body::-webkit-scrollbar-track {
  background-color: #dedede;
}
#politicText .modal-body::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #58b031;
}
#politicText.modal .modal-dialog{
    max-width: 900px;
}
#politicText.modal .modal-content{
        padding: 25px 15px;
}
     #politicText.modal button.close{ position: absolute;
         top:6px;
         right:6px;
     }
.modal .close-btn {
  position: absolute;
  top: 5px;
  right: 3px;
  z-index: 1000;
}
.politicText-title {padding-bottom:10px;}
.modal .close-btn span {
   background: #000;
}
.close-btn {
  border: 0;
  background-color: transparent;
  padding: 0;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
}

.close-btn:focus {
  outline: none;
}

.close-btn span {
  position: absolute;
  width: 2px;
  height: 15px;
  display: block;
  background-color: #fff;
  opacity: 0.6;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.close-btn.close-dark span {
  background-color: #1D2228;
}
.close-btn.close-danger span {
  background-color: red;
}

.close-btn span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.close-btn:hover span {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.close-btn:hover span:nth-child(2) {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.close-btn.dark span {
  background-color: #1D2228;
}
/* end */
.mse2-row a {color: #58b031;}
.section-info article.flex-height .mse2-row p {padding:0;}
/*404*/
.content-404 {
  max-width: 804px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media (max-width: 767px) {
  .content-404 {
    width: 100%;
  }
}

.content-404 h2 {
  margin-bottom: 1em;
}

.content-404 p {
  font-family: 'Cuprum', sans-serif;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 991px) {
  .content-404 p {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .content-404 p {
    font-size: 16px;
  }
}

.content-404 .image-404 {
  max-width: 775px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  margin-bottom: 80px;
}

@media (max-width: 1199px) {
  .content-404 .image-404 {
    margin-top: 60px;
    margin-bottom: 60px;
    max-width: 600px;
  }
}

@media (max-width: 767px) {
  .content-404 .image-404 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.content-404 a.page-button.page-button--red {
  width: 177px;
  margin-bottom: 0;
  margin-top: 0;
}
li.bold {font-weight:bold;color: #313131;; cursor: default;}
#ui-id-1 {padding:10px;}
.ms2_form img {width:100%; height:100%}
#msMiniCart.full{
    font-size: 16px;
}
.product-set__footer span.old-price{
    top:-20px; right: -2px;
    font-size: 18px;
}
.msb2 .msb2-title {font-size: 16px; line-height: 1.5; font-weight: 400;}
.msb2 .msb2-points {padding-top: 5px; font-size: 14px;}
.msb2 .msb2-form {border-radius:8px; font-size:12px; line-height:12px;}
.msb2 .msb2-form__button {background-color: #58af31; color: #fff;}
.msb2 .msb2-form__button:hover {background-color: #c4021a;}
#user-history:not(.active) {height: 0;}
.basket-item__cost-dim {
    font-size: 30px;
    font-family: 'Roboto Condensed';
}
#contact-form2 .form-group.agree-text +.form-group{
    margin-bottom: 0;
}
.remove-item svg{
    -webkit-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
}
.remove-item:hover svg{
         
-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);
}
#msProduct .old_price, #msCart .old_price, .ms2_product .old_price{
    color: #DF4329!important;
}
@media(min-width: 768px) and (max-width: 991px){
    .basket-result .total-amount{margin-left: 30px;}
}
#product-form .product-set__footer .page-button {width: 127px; min-width: 127px;}
.product-set__footer span.old-price {
    position: relative;
    font-size: 25px;
    margin-left: 15px;
    top: 2px;
    right: 0;
    font-weight: 400;
}
.products-optional__List label:before{top: 3px!important;}
.products-optional__List [type="radio"]:checked + label:after{top:7px;}
@media(min-width: 1365px){
    .category-wrapper .row div:nth-last-child(1) a,.category-wrapper .row div:nth-last-child(2) a,
    .category-wrapper .row div:nth-last-child(3) a,.category-wrapper .row div:nth-last-child(4) a{margin-bottom: 30px;}
}
.review-form-wrapper .form-block{
    display: block;
}
 @media(min-width: 1200px){
      .row.row-mb30{
    margin-bottom: 30px;
} 
    }
.old-price .old-price__dim{
    font-size: 20px;
}
span.mr-2.text-nowrap{margin-right: 2px!important;}
span.old_price.text-nowrap .oldPrice-dim{
    font-size: 14px;
     font-family: 'Roboto Condensed';
     font-style: normal;
}
.checkout-page .checkout-content__footer{
    padding-top: 20px;
}
#ui-id-1 {
  
 -webkit-transform: translate(20px, -16px);
 -ms-transform: translate(20px, -16px);
 transform: translate(20px, -16px); 
  padding: 12px;
  
  background-color: #FFF;
  border: 1px solid #58b031;
  border-radius:20px;
  font-size: 12px;
  line-height: 19px;
  font-family: 'Roboto Condensed';
}
#ui-id-1 li {
  cursor: pointer;
}
#ui-id-1 li:hover {
  color: #DF4329;
}
.checkout-form input.error + label { color: red; }
#social {
	left: 35px;
	bottom: 35px;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	z-index: 99;
}
#icons a {
	height: 0;
	opacity: 0;
	color: white;
	display: flex;
	align-items: center;
	margin: 0 0 10px 5px;
	pointer-events: none;
	text-decoration: none;
	transition: all 0.2s linear 0s;
}
#icons.active a {
	opacity: 1;
	height: 60px;
	pointer-events: auto;
}
#tl, #wa, #vb, #fb, #vk, #ml, #ms {
	width: 60px;
	height: 60px;
	display: flex;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
}
#tl, #tl + .title {background: #44B4F4;}
#wa, #wa + .title {background: #00D1B5;}
#vb, #vb + .title {background: #AB74D4;}
#fb, #fb + .title {background: linear-gradient(203.03deg, #FC5C73 6.71%, #963AFD 53.43%, #178AFF 89.56%);}
#vk, #vk + .title {background: #2787F5;}
#ml, #ml + .title {background: #4075FF;}
#ms {
	width: 70px;
	height: 70px;
	margin-top: 20px;
	overflow: hidden;
	position: relative;
	background: #07BB07;
	align-items: flex-start;
	justify-content: flex-start;
	transition: all 0.2s linear 0s;
	background-position: center !important;
	background-repeat: no-repeat !important;
}
#ms.active {
	transform: rotate(180deg);
	background-color: #FFFFFF !important;
	box-shadow: 0px 0px 12px rgba(7, 187, 7, 0.5);
	background-image: url(../img/main/icons/cl.svg) !important;
}
#ms #wrap {
	left: 0;
	display: flex;
	position: absolute;
	transition: all 0.15s linear 0s;
}
#ms.active #wrap {
	opacity: 0;
}
#ms #wrap div,
#ms span {
	width: 70px;
	height: 70px;
	background-position: center !important;
	background-repeat: no-repeat !important;
}
#ms span {
	z-index: 1;
	cursor: pointer;
	position: absolute;
	border-radius: 50%;
}
#icons .title {
	width: 0;
	opacity: 0;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	border-radius: 11px;
	font: 11px/21px Tahoma;
	transition: all 0.1s linear 0s;
}
#icons .title.active {
	opacity: 1;
	width: 85px;
	margin-left: 15px;
}
#confpass {position: absolute; right: -1500px;}
/***********************************************************************************************************/
/***********************************************************************************************************/
#recommended_products{
    padding: 40px 0;
}
.recommend_slider{
    margin: 10px 0;
}
.recommend_slider .slick-list{
    margin: 0 -15px;
}
.recommend_slider .item{
    margin: 0 15px;
}
.recommend_slider .item .ms2_form{
    display: flex;
    height: 150px;
    border: 1px solid #2c2c2c;
    border-radius: 20px;
}
.recommend_slider .item__img{
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.recommend_slider .item__img img{
    width: 100px;
    height: 100px;
    object-fit: contain;
}
.recommend_slider .item__info{
    width: 60%;
    display: flex;
    padding: 25px 0;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.recommend_slider .item__link{
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
}
.recommend_slider .item__btn{
    width: 140px;
    height: 40px;
    border: 1px solid #000;
    border-radius: 30px;
    background: transparent;
}
.recommend_slider .slick-arrow{
    position: absolute;
    z-index: 9;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 4px;
    border: none;
    background: #DDDDDD;
}
.recommend_slider .slick-prev{
    left: -20px;
    transform: rotate(180deg) translateY(19px);
    filter: drop-shadow(0px -4px 4px rgba(0, 0, 0, 0.25));
}
.recommend_slider .slick-next{
    right: -20px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    transform: translateY(-19px);
}
@media(max-width:549px){
    .recommend_slider .slick-next{right: -8px;}
    .recommend_slider .slick-prev{left: -8px;}
    
    
}
.basket-content h4 {
    font-weight: 700;
    margin-bottom: 30px;
}
/***********************************************************************************************************/
.sous .ms2_form{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 240px;
    margin: 0;
    border: 1px solid #2c2c2c;
    box-sizing: border-box;
    border-radius: 20px;
    padding-bottom:20px;
    padding-top: 11px;
    padding-left: 10px;
    padding-right: 10px;
}
@media(min-width:1200px){
    .sous .ms2_form{
        padding-left: 20px;
        padding-right: 20px;
    }
}
.sous__img{
    max-width: 180px;
    height: 90px;
    margin-bottom: 11px;
    object-fit: contain;
}
.sous__link{
    margin: 0 0 10px 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    text-align: center;
    flex-grow: 1;
    height: 35px;
    width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sous__link:hover {
    color: #E6350C;
}
.sous__toggle{
    display: flex;
    width: 130px;
    height: 40px;
    border: 1px solid #000;
    border-radius: 30px;
}
.sous__toggle--active{
    border: 1px solid #000;
}
.sous__price{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #000;
    background: transparent;
    cursor: pointer;
    border: none;
}
.sous__quant{
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.quant-sous__minus{
    font-size: 25px;
    font-weight: 500;
    cursor: pointer;
    user-select: none;
    background: transparent;
    border: none;
}
.quant-sous__plus{
    font-size: 25px;
    font-weight: 500;
    cursor: pointer;
    user-select: none;
    background: transparent;
    border: none;
}
.quant-sous__val{
    width: 50px;
    text-align: center;
    font-weight: 800;
    border: none;
    background: none;
}
.recommend_slider .slick-arrow{
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    transition: .5s;
}
.recommend_slider .slick-arrow{
    font-size: 20px;
}
.recommend_slider .slick-prev i{
    position: relative;
    left: 1px;
}
.recommend_slider  .slick-next i{
    position: relative;
    left: 1px;
}
.recommend_slider .slick-arrow:hover{
    color:#000 ;
    background-color: #fff;
}
.sous .ms2_form .sous__link,.sous .ms2_form .btn_add,
.recommend_slider .item .item__btns, .recommend_slider .item .item__link{
    transition: .5s;
}
.sous .ms2_form:hover .sous__link,
.recommend_slider .item:hover .item__link{
    color:#E6350C ;
}
.sous .ms2_form .btn_add:hover,
.recommend_slider .item .item__btns:hover{
    opacity: .5;
}
.recommend_slider .item__btns{
    font-size: 14px;
}

/******slim header******/
.header-top{
          -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
}
@media(min-width: 1200px){
    .header-top.slim-header{
        padding-bottom: 0;
        height: 59px;
        padding-top: 17px;
       
    }
    .header-top.slim-header .header-nav__row--contacts{
        height: 0;
        overflow: hidden;
       -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
        margin-bottom: 0;
    }
     .header-top.slim-header  .user-controls{
         top: 0;
     }
    .header-top.slim-header .logo{
        top:-13px;
         
    }
     .header-top.slim-header .logo img{
          -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
    }
    .header-top.slim-header .logo img{
        transform: scale(.5);
    }
     .header-top.slim-header .logo svg{
         max-width: unset;
         height:40px;
         position: relative;
         top: 5px;
     }
    .header-top.slim-header .header-nav__row-top{
        height: 0;
        margin-bottom: 0;
        overflow: hidden;
    }
    .header-top.slim-header .header-menu{top: 5px;
}

}
/***********************************************************************************************************/
/*свайп для напитков в корзине*/
.swipe-wrapper{
    width: 100%;
    overflow: auto;
}
.swipe-wrapper .souse-card{
    width: 175px;
    margin-bottom: 24px;
}
.swipe-wrapper .souse-card + .souse-card{
    margin-left: 30px;
}
.swipe-wrapper .swipe-wrapper-row{
       display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
    white-space:nowrap;
    width: auto;
}
.swipe-wrapper::-webkit-scrollbar {
  
  width: 10px;
  height: 6px;
  background-color: #FFFFFF;
}

.swipe-wrapper::-webkit-scrollbar-track {
  
  background-color: #eeeeee;
}

.swipe-wrapper::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #E6350C;
  opacity: .6;
}
/***********************************************************************************************************/
.product-card__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter-name {
  color: #1f1f1f;
  margin-right: 10px;
  font-size: 15px;
}

.filters-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.filters-type input {
  width: 0.1px;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.filters-type input:checked+.fake-radiobutton, .fake-radiobutton.active {
  background-color: #ffdd9a;
}

.filters-type__item {
  position: relative;
  margin-right: 10px;
  margin-bottom: 5px;
}

.filters-type__item:last-child {
  margin-right: 0;
}

.fake-radiobutton {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  height: 25px;
  border-radius: 15px;
  text-align: center;
  line-height: 25px;
  font-size: 12px;
  border: 1px solid #ffdd9a;
  cursor: pointer;
}
.products-optional__List .checkout-content [type="checkbox"]:checked + label:after,
.products-optional__List .checkout-content [type="checkbox"]:not(:checked) + label:after {top: 6px; left: 4px;}
#msOrder .required + span .required-star {display: inline-block;}

#seo_text a.show_more_btn::after {content: 'Подробнее';}
#seo_text a.show_more_btn[aria-expanded="true"]::after {content: 'Свернуть';}
.show_more_btn {color: #58b031; -webkit-transition: .3s; -o-transition: .3s; transition: .3s;}
.show_more_btn:hover {color: #000;}
body .nopaddingtop {padding-top: 0;}

.product-card .msfavorites{
    display: inline-block;
    width: 18px;
    height: 17px;
    background-position: center;
    background-size: auto;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.0312 1.75C13.9507 1.7478 14.8321 2.11748 15.4749 2.775C16.8376 4.16314 16.8376 6.38686 15.4749 7.775L8.99991 14.3313L2.52491 7.775C1.16225 6.38686 1.16225 4.16314 2.52491 2.775C3.16869 2.12112 4.04792 1.75291 4.96553 1.75291C5.88314 1.75291 6.76238 2.12112 7.40616 2.775L8.99991 4.4L10.5812 2.78125C11.2245 2.11988 12.1085 1.74775 13.0312 1.75ZM13.0312 0.5C11.7758 0.499642 10.5731 1.00416 9.69367 1.9L8.99992 2.6L8.30617 1.9C7.42614 1.00524 6.22368 0.501309 4.96867 0.501309C3.71366 0.501309 2.5112 1.00524 1.63117 1.9C-0.209413 3.77845 -0.209413 6.78405 1.63117 8.6625L8.99992 16.125L16.3687 8.6625C18.2092 6.78405 18.2092 3.77845 16.3687 1.9C15.4893 1.00416 14.2865 0.499642 13.0312 0.5Z' fill='%23DF4329' /%3e%3c/svg%3e");
}
.product-slider .owl-stage{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-slider .owl-stage .product-card{
    margin-bottom:0;
     display: flex;
}
.product-slider .owl-stage .product-card .sproduct{
    display: flex;
    flex-direction: column;
    
}
.product-card .product-card__title{flex-wrap: wrap;}
.product-card .product-title{text-overflow: unset;width: auto;}

.product-slider .owl-stage .product-card .product-card__body{
    flex-grow:1;
}
.product-slider .owl-stage .product-card .product-card__calc{margin-top: 20px;}
.msfavorites.voted{background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.0312 0.5C11.7758 0.499642 10.5731 1.00416 9.69367 1.9L8.99992 2.6L8.30617 1.9C7.42614 1.00524 6.22368 0.501309 4.96867 0.501309C3.71366 0.501309 2.5112 1.00524 1.63117 1.9C-0.209413 3.77845 -0.209413 6.78405 1.63117 8.6625L8.99992 16.125L16.3687 8.6625C18.2092 6.78405 18.2092 3.77845 16.3687 1.9C15.4893 1.00416 14.2865 0.499642 13.0312 0.5Z' fill='%23DF4329' /%3e%3c/svg%3e");}