* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  color: #fff;
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  background-color: #000000;
}

.hidden-layout {
  height: 140px;
}
@media(max-width: 1199px){
    .hidden-layout {
  height: 100px;
}
}
@media(max-width: 767px){
    .hidden-layout {
  height: 60px;
}
}
.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;
  color: #fff;
}
button {
  background-color: transparent;
}
.noscroll {
  overflow: hidden;
}
.title {
  font-family: "Montserrat-Bold", sans-serif;
  color: #fff;
}
#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: "Montserrat-Bold", sans-serif;
  color: #fff;
  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;
}
.page-title-menu {
  margin-bottom: 1.5695em;
}
.title-34 {
  font-family: "Montserrat-Bold", sans-serif;
  color: #fff;
  font-size: 34px;
  line-height: 1.177;
}
.title-3 {
  font-family: "Montserrat-Bold", sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 29px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.text-24 {
  font-size: 24px;
  line-height: 29px;
}
.title-4 {
  font-family: "Montserrat-Bold", sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 1.2;
}
.title-light {
  font-family: 'Montserrat-Bold', 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: #E6350C;
}
.category {
  padding-top: 130px;
  position: relative;
  z-index: 1;
  
}
.category-item {
  display: block;
  text-align: center;
  background: transparent;
  border: 1px solid #2C2C2C;
  border-radius: 20px;
  padding-bottom: 20px;
  margin-bottom: 50px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.category-item:hover {
  border: 1px solid #E6350C;
}
.category-item .category-item__img {
  width: 130px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -35px;
}
.category-item .category-item__title {
  color: #fff;
  font-size: 24px;
  line-height: 29px;
  font-family: "Montserrat-Bold", sans-serif;
}
@media(max-width: 767px){
 .category-item .category-item__title{font-size: 20px;}  
 .category {
  padding-top: 100px;
}
}

.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: #E6350C;
  border-bottom: 1.5px solid #E6350C;
}
.search-panel .search-button:hover {
  background-color: #E6350C;
}
.search-panel input {
  width: 100%;
  height: 32px;
  border: 1px solid #58B031;
  display: block;
  font-size: 12px;
  line-height: 19px;
  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;
  line-height: 19px;
  color: #A3A7B4;
}
.search-panel input::-ms-input-placeholder {
  font-size: 12px;
  line-height: 19px;
  color: #A3A7B4;
}
.search-panel input::placeholder {
  font-size: 12px;
  line-height: 19px;
  color: #A3A7B4;
}


.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: 100%;
    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: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
    overflow: hidden;
  }
}
.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;
}
@media (max-width: 1199px) {
  .header-menu .menu-logo {
    display: block;
    margin-bottom: 50px;
    position: relative;
    height: 139px;
  }
  .header-menu .menu-logo:after {
    content: '';
    height: 1px;
    width: 400px;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    bottom: 0px;
    left: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .header-menu .menu-logo {
    width: 115px;
  }
}
.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: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.header-menu li a {
  color: #fff;
}
.header-menu li:hover a {
  color: #E6350C;
}
.header-menu li.active a {
  color: #E6350C;
  font-family: 'Montserrat-Bold', sans-serif;
  border-bottom: 1px solid #E6350C;
}
@media (max-width: 1199px) {
  .header-menu li {
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .header-menu li {
    margin-bottom: 5px;
  }
}
.header-menu li.active {
  color: #E6350C;
  font-weight: 700;
}
.header-menu li.active:after,
.header-menu li.active:before {
  display: none;
}
.header-menu li.active:hover {
  color: #E6350C;
}
.header-menu li:after,
.header-menu li:before {
  content: '';
  position: absolute;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: #E6350C;
  -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: #232323;
}
.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: -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;
    z-index: 20;
    margin-left: 40px;
    width: 35px;
    height: 35px;
    position: relative;
    border-radius: 50%;
    background-color: #E6350C;
  }
}
@media (max-width: 991px) {
  .menu-toggle {
    margin-left: 30px;
  }
}
.menu-toggle span {
  position: relative;
  display: block;
  width: 12px;
  height: 2px;
  background-color: #fff;
  -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: -5px;
}
.menu-toggle span:before {
  bottom: -5px;
}
.menu-toggle.active {
  background-color: transparent;
}
.menu-toggle.active span {
  background-color: transparent;
}
.menu-toggle.active span:after {
  top: 0px;
  width: 30px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
}
.menu-toggle.active span:before {
  bottom: 0px;
  width: 30px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #fff;
}

.working-hours {
  margin-right: 30px;
  color: #fff;
}
@media (max-width: 1199px) {
  .working-hours {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0px;
    top: 5px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .working-hours.working-hours--desk {
    display: none;
  }
}
@media (max-width: 767px) {
  .working-hours.working-hours--mob {
    position: relative;
    top: 20px;
  }
}
.working-hours__title {
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 6px;
  color: #fff;
}
@media (max-width: 1199px) {
  .working-hours__title {
    font-size: 12px;
  }
}
.working-hours__info {
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .working-hours__info {
    font-size: 12px;
  }
}
.header {
  position: relative;
  background-color: transparent;
  -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: transparent;
  background-color: #000000;
  padding-top: 30px;
  padding-bottom: 10px;
}
@media (max-width: 1199px) {
  .header-top {
    padding-top: 28px;
    background-color: #2C2C2C;
    height: 100px;
  }
}
@media (max-width: 767px) {
  .header-top {
    padding-top: 15px;
    
    height: 60px;
  }
}
.header-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.header-top.fixed {
  background-color: #000;
}
@media(min-width: 1200px){
    .header-top.slim-header{
        padding-bottom: 0;
        height: 65px;
       
    }
    .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:-17px;
         transition: .3s;
    }
     .header-top.slim-header .logo img{
          -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
    }
    .header-top.slim-header .logo img{
        transform: scale(.8);
    }
}
.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;
  }
}
@media (max-width: 767px) {
  .header-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .header-nav .logo.logo-small {
    width: 90px;
    display: block;
  }
}
@-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: 170px;
  position: relative;
  display: block;
  margin-right: 115px;
}
@media (max-width: 1199px) {
  .logo {
    width: 180px;
    margin-right: 115px;
  }
}
@media (max-width: 991px) {
  .logo {
    width: 160px;
    margin-right: 50px;
  }
}
@media (max-width: 767px) {
  .logo {
    margin-right: 0px;
    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: #E6350C;
}
@media (max-width: 1199px) {
  .header-menu .header-menu__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    position: relative;
  }
  .header-menu .header-menu__contacts:after {
    content: '';
    height: 1px;
    width: 400px;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (max-width: 1199px) {
  .header-menu .header-menu__contacts .contact-phone a {
    font-size: 14px;
  }
}
.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: 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: -1px;
}
.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 #E6350C;
  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-basket {
  position: relative;
  margin-left: 28px;
}
.user-basket a {
  line-height: 1;
}
@media (max-width: 1199px) {
  .user-controls .user-basket {
    margin-left: 20px;
  }
}
.user-log-in {
  position: relative;
}
.basket-value {
  position: absolute;
  top: -12px;
  right: -11px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  background-color: #E6350C;
  display: block;
  color: #fff;
}
.header-nav__row .contact-phone {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.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;
  }
}
.contact-phone a {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 25px;
  white-space: nowrap;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  display: inline-block;
}
.contact-phone a:hover {
  color: #E6350C;
}
@media (max-width: 1199px) {
  .contact-phone {
    margin-left: auto;
  }
  .contact-phone a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .contact-phone {
    margin-left: auto;
    margin-right: auto;
  }
  
}
.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;
  }
}
@media (max-width: 767px) {
  .user-controls {
    margin-left: 60px;
    margin-right: auto;
  }
}
.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%;
}
.user-controls a svg {
  -webkit-transition: .3;
  -o-transition: .3;
  transition: .3;
}
.user-controls a:hover svg path {
  fill: #E6350C;
}
.search-panel .search-button span {
  position: relative;
  top: 2px;
  left: 1px;
}
.search-panel .input-wraper {
  position: relative;
}
.search-panel .input-wraper input {
  position: relative;
  background-color: #FFF;
  z-index: 2;
}
.search-result {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: absolute;
  z-index: 1;
  bottom: 16px;
  left: 0;
  right: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  padding: 12px;
  padding-top: 28px;
  background-color: #FFF;
  border: 1px solid #58b031;
  border-radius: 0 0 20px 20px;
  font-size: 12px;
  line-height: 19px;
}
.search-result li {
  cursor: pointer;
}
.search-result li:hover {
  color: #DF4329;
}
.input-wraper:hover .search-result {
  display: block;
  opacity: 1;
}
.search-result.active {
  height: auto;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header-nav__row--contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .header-nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .menu-toggle {
    top: -4px;
  }
  .header-nav__row.mb-mobile,
  .user-controls {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 2px;
  }
}
.banner-item {
  height: 710px;
  background-position: center;
  background-repeat: no-repeat;
 /* background-size: cover;*/
 background-size: contain;
  position: relative;
  /* padding-top: 115px; */
}
@media (max-width: 1439px) {
  .banner-item {
    height: 700px;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media (max-width: 991px) {
  .banner-item {
    height: 600px;
    background-position: left;
  }
}
@media (max-width: 767px) {
  .banner-item {
    height: 100vh;
    background-position: left;
    max-height:700px;
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .slide-content .sale-amimate {
    width: 40%;
  }
}
.slide-content .page-button {
  margin-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 170px;
}
@media (max-width: 767px) {
  .slide-content .page-button {
    margin-top: 15px;
  }
}

#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: #e6350c;
  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: #fff;
}
.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 {
  cursor: default;
}
.brcrumg-item:last-child:after {
  display: none;
}
.brcrumg-item:last-child:hover {
  color: #fff;
}
.brcrumg-item:last-child:hover a {
  opacity: 1;
}
.badge {
  padding-left: 15px;
  padding-right: 15px;
  height: 24px;
  border-radius: 30px;
  background-color: #000000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  color: #fff;
}
.badge p {
  margin-right: 6px;
  font-size: 12px;
  color: #fff;
  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;
  fill: #ffffff;
}
.badge span:hover svg path {
  fill: #ffffff;
}
.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: 40px;
}
.content-404 p {
  font-family: 'Montserrat-Bold', sans-serif;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-family: "Montserrat-Regular", sans-serif;
}
.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;
  }
  section.aboutus{
      display: none; 
  }
}
.content-404 a.page-button.page-button--red {
  width: 177px;
  margin-bottom: 0;
  margin-top: 0;
}
.aboutus-content {
  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-bottom: 110px;
  padding-top: 110px;
}
.aboutus-content .aboutus-img {
  width: 70%;
  max-width:670px;
  
}
.aboutus-content .aboutus-text {
  width: 30%;
}
.aboutus-content .aboutus-text p { margin-top: 30px;
  max-width: 370px;
}
.autorization-page {
  padding-bottom: 80px;
}
@media (max-width: 1199px) {
  .autorization-page {
    padding-bottom: 30px;
  }
  .aboutus-content .aboutus-text {
  width: 45%;
}
.aboutus-content .aboutus-img {
  width: 50%;
  
}
}
.autorization-page .form-group:not(.form-group--btn) input, .user-profile .form-group:not(.form-group--btn) input {
  background-color: transparent !important; box-shadow: none !important;
}
.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;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
}

.form-group input.page-button,
.page-button {
  cursor: pointer;
  outline: none;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  padding-left: 35px;
  padding-right: 35px;
  color: #fff;
  
  border-radius: 100px;
  font-family: "Montserrat-Bold", sans-serif;
  max-width: 240px;
  font-size: 14px;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .form-group input.page-button,
  .page-button {
    font-size: 12px;
  }
}
.page-button--red {
  background-color: #E6350C;
  min-width: 122px;
  color: #fff;
}
.form-group input.page-button--color,
.page-button--color {
  background-color: #e6350c;
  color: #fff;
  
  border-radius: 100px;
}
.form-group input.page-button--color:hover,
.page-button--color:hover {

}
.page-button--light {
  border: 1px solid #58b031;
  color: #58b031;
}
.page-button--light:hover {
  opacity: .6;
  color: #232323;
}
.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 #E6350C;
  color: #E6350C;
}
.page-btn4 {
  background-color: #fff;
  border: 1px solid #E6350C;
   border: 1px solid #fff;
  color: #E6350C;
  padding-left: 56px;
  padding-right: 56px;
  font-size: 12px;
}
.page-btn4:hover {
  border: 1px solid #E6350C;
  color: white;
  background: -webkit-gradient(linear, left top, left bottom, from(#E6350C), to(#E6350C));
  background: -o-linear-gradient(top, #E6350C 0%, #E6350C 100%);
  background: linear-gradient(180deg, #E6350C 0%, #E6350C 100%);
}
.form-group input.page-btn2,
.page-btn2 {
  height: 48px;
  display: inline-block;
  padding-left: 25px;
  padding-right: 25px;
  line-height: 44px;
  font-size: 16px;
  border: 0px;
  color: #fff;
  border-radius: 100px;
  background-color: transparent;
  border: 1px solid #fff;
  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  {
  color: #E6350C;
  border-color: #E6350C;
}
.favorite-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #E6350C;
  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 i {
  color: #E6350C;
}
section.catalog {
  padding-top: 30px;
}
section.catalog .content-cards {
  padding-top: 20px;
}
section.catalog .content-cards .product-card {
  min-height: 394px;
}
section.catalog .content-cards .product-card .product-title {
  font-size: 16px;
  font-family: "Montserrat-Regular", sans-serif;
  line-height: 24px;
  font-weight: 700;
  width: 84%;
  height: 48px;
}
section.catalog .content-cards .product-card .product-card__deskrip {
  font-size: 12px;
  line-height: 19px;
  padding-top: 0px;
  height: 45px;
}
section.catalog .content-cards .product-card .product-counter--num {
  border-radius: 50%;
  border-color: transparent;
  height: 24px;
  width: 24px;
}
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: 10px;
}
section.catalog .content-cards .product-card .card-text {
  font-size: 12px;
  letter-spacing: 0px;
  white-space: nowrap;
}
section.catalog .content-cards .product-card__img {
  height: 190px;
}
.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 {
  display: inline-block; cursor: pointer;
  padding: 5px;
}
.count-buttons button.active, div.selectbtn.selected {
  color: #E6350C;
}
.count-buttons button:hover,
.count-buttons button.active {
  color: #E6350C;
}
button.view-table svg path, a.view-table svg path {
  fill: #fff;
}
button.view-table:hover svg path, a.view-table:hover svg path {
  fill: #E6350C;
}
button.view-list, a.view-list {
  position: relative;
  top: -2px;
  color: #fff;
}
button.view-list:hover i, a.view-list:hover i {
  color: #E6350C;
}
button.view-table.active svg path, a.view-table.active svg path {
  fill: #E6350C;
}
button.view-list.active i, a.view-list.active i {
  color: #E6350C;
}
.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: #000000;
  height: 40px;
  border-radius: 100px;
}
.form-select input {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
  padding-left: 12px;
  font-size: 10px;
  border: 1px solid #fff;
  height: 40px;
  border-radius: 100px;
  background-color: #000000;
}

input#mse2_sort::-webkit-input-placeholder {
  color: #fff!important;
}
input#mse2_sort::-moz-placeholder {
  color: #fff!important;
}
input#mse2_sort::-ms-input-placeholder {
  color: #fff!important;
}
input#mse2_sort::placeholder {
  color: #fff!important;
}

.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: #2C2C2C;
  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: #fff;
  cursor: pointer;
  padding-top: 7px;
  padding-bottom: 7px;
}
.form-select__options li.active, .form-select__options li.bold,
.form-select__options li:hover {
  color: #e6350c;
}
.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: #fff;
  opacity: .9;
  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: 2px;
  bottom: 2px;
  left: 0;
  width: 1px;
  background-color: #EEEEEE;
}
.form-select__icon.rotate i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #fff;
}
@-webkit-keyframes showSlow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes showSlow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.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: #fff;
  height: 40px;
  line-height: 38px;
  border-radius: 100px;
  border: 1px solid transparent;
  padding-left: 30px;
  padding-right: 30px;
  border: 1px solid #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin-right: 30px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .checkout-form .form-group--btn a {
    margin-right: 0;
  }
}
.checkout-form .form-group--btn a:hover {
  border: 1px solid #E6350C;
  color: #E6350C;
}
.checkout-form .form-group--btn a i {
  margin-right: 12px;
}
.checkout-form .fake-placeholder {
  color: #fff;
}
span.addprice {
  position: absolute;
  right: -15px;
  top:3px;
  font-size: 12px;
  font-weight: 700;
}
@media(max-width: 1199px) {
  span.addprice {
    top: -12px;
    right:-17px;
    font-size: 14px;
  }
}

@media(max-width: 767px) {
  span.addprice {
    top: 2px;
    right:6px;
    font-size: 14px;
  }
}
.form-group--check {
  font-size: 12px;
}
.form-group--check label {
  display: inline-block;
}
.form-group--check .custom-checkbox {
  margin-right: 5px;
  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!important;
}
.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, .tooltip-div-delivery {
  position: relative;
  padding: 17px;
  width: 335px;
  padding-right: 55px;
  background: #2c2c2c;
  border-radius: 5px;
  color: #A3A7B4;
  font-size: 12px;
  line-height: 19px;
}
@media (max-width: 1700px) {
  .tooltip-div, .tooltip-div-delivery {
    width: 275px;
    padding-right: 25px;
  }
}
.close-toooltip, .close-toooltip-delivery {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: transparent;
  z-index: 3;
}
.tooltip-div:before, .tooltip-div-delivery:before {
  content: '';
  position: absolute;
  left: -9px;
  bottom: -1px;
  width: 0;
  height: 0;
  border: 17px solid #2c2c2c;
  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;
  }
  .tooltip-div-delivery:before {
    left: 80%;
    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%;
  }
  .tooltip-div-delivery:before {
    left: 53%;
  }
}
.tooltip-div-delivery a {
    color: #E6350C;
}
.set-promo {
  padding-left: 16px;
  position: relative;
  max-width: 200px;
}
.tooltip-group {
  position: relative;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: -18px;
}
.tooltip-group-delivery {
  left: 180px;
  top: 70px;
}
.tooltip-group span.tooltip-icon {
  cursor: pointer;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #E6350C;
  color: #E6350C !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;
}
.tooltip-group .tooltip-div-delivery {
  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, .tooltip-group .tooltip-div-delivery {
    -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, .tooltip-group .active.tooltip-div-delivery {
  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(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }

@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;
  }
}

.tool-block {
  color: #232323;
  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: 30%;
}
@media (max-width: 500px) {
.contacts-content .form-block .form-group {width: 100%;}
.contacts-content .form-block {flex-wrap: wrap;}
}
.contacts-content .form-group textarea {
  height: 80px;
}
.contacts-content .form-group .page-btn2 {
  width: 100%;
  margin-top: 5px;
  color: #fff;
  border-color: #E6350C;
  background-color: #E6350C;
  width: 258px;
  font-weight: 700;
}
.contacts-content .form-group .page-btn2:hover{
    color:#E6350C;
    background-color: #fff;
    border-color: #fff;
}
@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: 1199px) {
  .contacts-content .address-block__item {
    margin-bottom: 15px;
  }
  p a {white-space: nowrap;}
}

.contacts-content .address-block__item span:first-child {
  color: #e3330b;
  margin-bottom: 4px;
}
.contacts-content .address-block__item a {
  color: #fff;
}
.contacts-content .address-block__item a:hover {
  opacity: .5;
}

.delivery .border-block {
  margin-bottom: 40px;
}
.delivery .border-block p,
.delivery .border-block h3 {
  color: #E6350C;
}
.border-block h3,
.text-block h3 {
  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: #000000;
  border: 1px solid #2c2c2c;
  border-radius: 20px;
  margin-bottom: 30px;
}
.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: #000000;
}
.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: #000000;
  border: 1px solid #2C2C2C;;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 20px;
}
.filter-panel__block h4 {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  font-family: "Montserrat-Bold", sans-serif;
  padding-bottom: 12px;
  border-bottom: 1px solid #2c2c2c;
  color: #fff;
}
@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: #E6350C;
}
.filter-panel__menu li a {
  color: #fff;
  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 #fff;
  border-bottom: 1px solid #fff;
  -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 #E6350C;
  border-bottom: 1px solid #E6350C;
}
.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: #fff;
}
.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: #fff;
}
.filter-panel__menu .active.menu-drop a:hover {
  color: #E6350C;
}
.filter-panel__menu li:hover a {
  color: #E6350C;
}
li.drop-list.active:after {
  border-right: 1px solid #E6350C;
  border-bottom: 1px solid #E6350C;
}
#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: #000000;
  -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-widget-content .ui-state-default {
  background: #2C2C2C;
  border-color: #2C2C2C;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.14), 0px 3px 4px rgba(0, 0, 0, 0.12), 0px 1px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.14), 0px 3px 4px rgba(0, 0, 0, 0.12), 0px 1px 8px rgba(0, 0, 0, 0.2);
}
.ui-widget.ui-widget-content {
  border: 1px solid #E6350C;
}
.ui-slider-horizontal {
  height: 6px;
  background-color: #EEEEEE;
}
.ui-widget-header {
  background-color: #E6350C;
}
.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 {
  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: #000;
  border: 1px solid #2C2C2C;;
  border-radius: 16px;
  color: #ffffff;
}
.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-checkbox sup {
    display: none !important;
}
.filter-type {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #2C2C2C;
}
.filter-type 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;
  width: 15px;
  height: 15px;
  top: 2px;
}
.ui-slider-horizontal .ui-slider-handle{
    top: -0.4em;
}
#mse2_limit{
    background-color: #000;
    color: #fff;
    border-color: #000;
    
}

.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: #E6350C;
  border-color: #E6350C;
}
.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;
  font-size: 16px;
  font-family: "Montserrat-Bold", sans-serif;
}
/*----FOOTER-----*/
.footer {
  background-color: #000000;
/*  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: 30px;
  }
}
.footer:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
 /* width: 39%;*/ width: 28%;
  background-color: #000000;
  z-index: 1;
}
@media (max-width: 1199px) {
  .footer:after {
    width: 35%;
  }
}
@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;

  -webkit-filter: hue-rotate(160deg);
  filter: hue-rotate(160deg);
}

@media (max-width: 767px) {
  .footer .map {
    position: relative;
    margin-bottom: 25px;
    height: 250px;
  }
}
.footer-content { background: #000000; padding-bottom: 15px;
  position: relative;
  z-index: 2;
}
.footer-logo {
  margin-bottom: 30px;
  display: inline-block;
  width: 140px;
}
.footer-address {margin-bottom: 10px; font-weight: 600;}
.footer-address > div > a {color: #E6350C; margin-left: 24px; border-bottom:1px solid transparent ; margin-bottom: 7px; display: inline-block;}
.footer-address a { color:#fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.footer-address  a[href="contacts"]:hover {
 border-bottom-color: #E6350C;
  
}
.footer-address  a[href="mailto:mail@kurkumashaurma.by"]:hover {
  color: #E6350C;
  
}
.footer-working-hours {
  margin-bottom: 10px;
  max-width: 280px;
}
.footer-working-hours span {
  display: block;
}
.footer-contacts {
  -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: 1;
  color:#E6350C;
}
.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: #fff;
  background-color: #000000;
  border-bottom: 1px solid #bfbfbf;
  font-weight: 400;
  
}

.form-group input::-webkit-input-placeholder {
  color: #A3A7B4;
}
.form-group input::-moz-placeholder {
  color: #fff;
}
.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;
}

.form-group textarea {
  width: 100%;
  resize: none;
  border-bottom: 1px solid #bfbfbf;
  padding-top: 15px;
  outline: none;
  height: 130px;
  color: #fff;
  background-color: #000000;
}
.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: #E6350C;
}
.form-group .error-text {
  position: absolute;
  left: 0;
  bottom: -20px;
  display: none;
}
.form-group.error .error-text {
  display: block;
  color: #E6350C;
  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.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: #E6350C;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.form-checkbox {
  width: 0.01px;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
}
.custom-checkbox {
  position: relative;
  width: 16px;
  height: 16px;
  overflow: hidden;
  background-image: none;
  border: 1px solid #fff;
  border-radius: 2px;
  display: inline-block;
  margin-right: 5px;
}
.filter-checkbox .custom-checkbox+span{font-size: 12px;}
.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;
}
.form-checkbox:checked + .custom-checkbox {
  background-color: #E6350C;
  border-color: #E6350C;
}
.form-checkbox:checked + .custom-checkbox:after {
  opacity: 1;
}
.feedback-form .custom-checkbox {
  position: relative;
  top: 1px;
}
.feedback-form {
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
}
.feedback-form h3 {
  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: #fff;
}
form .agree-text a {
  color: #E6350C;
  border-bottom: 1px solid #E6350C;
  margin-left: 3px;
  margin-right: 3px;
}
form .agree-text a:hover {
  opacity: .5;
}
.modal-content {
  border-radius: 20px;
  background-color: #000000;
  border: 1px solid #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: #E6350C;
  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: #E6350C;
  font-family: "Montserrat-Bold", sans-serif;
  color: #fff;
}
@media (max-width: 767px) {
  .contact-form__success h2 {
    font-size: 24px;
  }
}
.form-group input.page-button--red {
  color: #fff;
  background-color: #E6350C;
  border: 0px;
}
.form-group span span {
  color: #E6350C;
  margin-left: 3px;
}

.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: 21px;
  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 #E6350C;
  border-radius: 100%;
  background: #000000;
}
.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: #E6350C;
  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);
}

.delivery.active:after{
    opacity: 1 !important;
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}
.delivery.active:before{
    border: 1px solid #E6350C !important;
}

.form-block label {
  font-size: 12px;
  line-height: 19px;
  color: #fff;
  margin-top: 4px;
}
.form-block label span {
  display: block;
}
.form-block label span:first-child {
  color: #fff;
  margin-top: 0px;
}
.subscribes-block p {
  font-size: 12px;
  color: #fff;
  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: end;
    -ms-flex-align: end;
        align-items: flex-end;
}
.subscribes-block__top p {
  margin-right: 20px;
  font-size: 12px;
  position: relative;
  padding-left: 20px;
  white-space: nowrap;
  color: #fff;
}
.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: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.subscribes-block__inputs label:last-child {
  margin-right: 0;
}
.subscribes-block__inputs label .custom-checkbox {
  border-color: #eeeeee;
  position: relative;
  top: 1px;
  right: -4px;
  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: #fff;
  font-size: 12px;
  border-radius: 4px;
  padding: 12px;
}
.inputfile:focus + label,
.inputfile + label:hover {
  background-color: transparent;
  color: #E6350C;
}
.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;
}

.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 h2 {
  margin-bottom: 20px;
  font-family: "Montserrat-Bold", sans-serif;
  color: #fff;
  text-transform: uppercase;
}
.stocks-content .page-button {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .stocks-content .page-button {
    margin-top: 15px;
  }
}
.stock-product {
  max-width: 335px;
}
.stock-product h4 {
  font-size: 24px;
  font-family: "Montserrat-Bold", sans-serif;
  color: #fff;
  margin-top: 18px;
  margin-bottom: 18px;
}
.stock-product .stock-product-desk {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}
.stock-product .stock-product-price {
  font-size: 34px;
  font-family: "Montserrat-Bold", sans-serif;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}
.stock-product .stock-product-price span {
  font-size: 18px;
  font-family: "Montserrat-Regular", sans-serif;
  position: relative;
  top: -7px;
}
.discount {
  padding-top: 89px;
}
@media (max-width: 1199px) {
  .discount {
    padding-top: 50px;
  }
  .discount .discount-text,
  .discount .discount-img {
    width: 50%;
    height: 50%;
  }
}
@media (max-width: 767px) {
  .discount {
    padding-top: 80px;
  }
  .discount .discount-text,
  .discount .discount-img {
    width: 100%;
    height: 100%;
  }
  .discount .discount-img {
    margin-top: 30px;
  }
}
.discount-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .discount-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
     -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  }
}
.discount-img__bg {
  position: relative;
}
.absolut-img {
  position: absolute;
  left: 0;
  top: -80px;
}
@media (max-width: 1199px) {
  .absolut-img {
    top: -30px;
    width: 250px;
  }
}
@media (max-width: 991px) {
  .absolut-img {
    top: -30px;
    width: 200px;
  }
}

.main-benefits {
  padding-top: 110px;
}
@media (max-width: 767px) {
  .main-benefits {
    padding-bottom: 0px;
    padding-top: 70px;
  }
}
.main-benefits h2 {
  text-align: center;
  margin-bottom: 50px;
}
.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;
}
.main-benefits-item {
  max-width: 210px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 30px;
}
.main-benefits-item p {
  font-size: 16px;
  line-height: 24px;
}

.main-cta {
  position: relative;
  background-color: #232323;
  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:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.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;
}
.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: 110px;
  margin-top: -55px;
  padding-bottom: 90px;
  color: #fff;
  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: 100px;
    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;
}
.product-slider .owl-nav {
  position: absolute;
  right: 0;
  top: -40px;
  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: 40px;
  height: 40px;
  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#2c2c2c;
  color: rgba(255, 255, 255, 0.6);
  background-color: #000000;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-slider .owl-prev span:hover,
.product-slider .owl-next span:hover {
  color: #ffffff;
}
.product-slider .owl-dots {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .product-slider .owl-dots {
    display: none;
  }
}
.product-slider .owl-dots button.owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #E6350C;
}
.product-slider .owl-dots button.owl-dot + .owl-dot {
  margin-left: 10px;
}
.product-slider .owl-dots button.owl-dot.active {
  background-color: rgba(88, 176, 49, 0.6);
}


.section-info .text-block__img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  border-radius: 20px;
}
.section-one-action .title-3 h3,
.section-one-action .title-3 {
  font-size: 24px;
  line-height: 29px;
  font-family: "Montserrat-Bold", sans-serif;
}
.section-one-action .block-img img {
  border-radius: 20px;
}
.content-inner {
  background: #000000;
  -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 #2c2c2c;
}
.content-inner .panel-heading {
  position: relative;
  padding-right: 30px;
  display: block;
}
@media (max-width: 1199px) {
  .content-inner .panel-heading {
    padding-right: 0;
  }
}
.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: #E6350C;
}
.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: #fff;
  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: #E6350C;
}
.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: #E6350C;
}
@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: #fff;
}
@media (max-width: 1199px) {
  .user-profile__tabs .nav-item {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .user-profile__tabs .nav-item {
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  .user-profile__tabs .nav-item {
    font-size: 10px;
  }
}
.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: 'Montserrat', sans-serif;
  padding-left: 0;
  padding-right: 0;
}
.user-profile__tabs .nav-tabs .nav-link:last-child {
  margin-right: 0;
}
@media (max-width: 424px) {
  .user-profile__tabs .nav-tabs .nav-link {
    margin-right: 14px;
  }
}
.user-profile__tabs .nav-tabs .nav-link.active {
  border-bottom: 2px solid #E6350C;
  padding-left: 0;
  padding-right: 0;
  color: #E6350C;
  font-weight: 700;
}
.user-profile__tabs .tab-content {
  padding-top: 32px;
}
@media (max-width: 1199px) {
  .user-profile__tabs .tab-content {
    padding-top: 25px;
  }
}

.personal-data .add-avatar {
  top: -100px;
}
.personal-data .add-avatar .user-avatar {
  top: -9px;
}
@media (max-width: 991px) {
  .personal-data .add-avatar {
    top: -60px;
  }
}
@media (max-width: 767px) {
  .personal-data .add-avatar {
    top: -60px;
  }
}
@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: 120px;
  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: #fff;
}
.content-inner--pt #toggle-passw:after {
  content: '';
  position: absolute;
  top: 10px;
  left: -2px;
  height: 1px;
  background-color: #fff;
  -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: #E6350C;
  border-bottom: 1px solid #E6350C;
   margin-left: 5px;
   margin-right: 3px;
}
.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;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #000000;
}
.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 {
  
  margin-bottom: 25px;
}
.order-table {
  margin-right: 25px;
  border-top: 1px solid #2c2c2c;
  border-bottom: 1px solid #2c2c2c;
  padding-top: 0px;
}
@media (max-width: 767px) {
  .order-table {
    padding-top: 25px;
  }
}
.table-row {
  min-height: 96px;
  margin-bottom: 20px;
   border-bottom: 1px solid #2c2c2c;
}
.table-row h5{
    margin-bottom: 0;
}
.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: #fff;
  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: 'Montserrat-Bold', sans-serif;
  padding-right: 6px;
}
.table-row .table-cell__count,
  .table-row .table-cell__amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align:center;
    -ms-flex-align: center;
    align-items: center;
  }
@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;
    padding-bottom: 15px;
  }
  .table-row .table-cell__amount{
       -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: 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: 'Montserrat', 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: 'Montserrat-Bold', sans-serif;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 20px;
  
}
@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;
}
.order-receiver .contacts-column li.list-item-column{
      -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
         -ms-flex-direction: column;
             flex-direction: column;
}
.order-receiver .contacts-column li.list-item-column +li{
    margin-top: 10px;
}
.order-receiver .contacts-column li.list-item-column p{
    padding-left: 0;
}
.order-receiver .contacts-column li.list-item-column span{
    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) {
    .form-column.mobile-mt{
        margin-top: 30px;
    }
  .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 {
  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;
  border: 1px solid #2c2c2c;
  height: 210px;
}
@media(max-width: 1364px){
.section-info article .text-block__img{height:180px;  }
}
@media(max-width: 1199px){
.section-info article .text-block__img{height:120px;  }
}
@media(max-width: 991px){
.section-info article .text-block__img{height:110px;  }
}
@media(max-width: 579px){
.section-info article .text-block__img{height:135px;  }
}
@media(max-width: 424px){
.section-info article .text-block__img{height:110px;  }
}
.section-info article .text-block__img img {
  border-radius: 20px;
}
@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 {
  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 {
  position: relative;
  padding: 10px;
}
.section-info .border-block rect {
  fill: teal;
  stroke-width: 1;
  stroke: #000;
  width: 100%;
  height: 80px;
}
.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;
}
@media (max-width: 1199px) {
  .our-benefits {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
  }
}
.our-benefit-item {
  height: 677px;
  width: 270px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  border: 1px solid #2c2c2c;
}
@media (max-width: 1199px) {
  .our-benefit-item {
    margin-bottom: 30px;
  }
}
.our-benefit-item .benefit-text {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
}
.our-benefit-item .benefit-text p:first-child {
  font-size: 18px;
  font-family: "Montserrat-Bold", sans-serif;
  color: #fff;
  margin-bottom: 10px;
}
.our-benefit-item .benefit-text p:last-child {
  font-size: 14px;
  line-height: 22px;
}
.benefit-pictute {
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  max-width: 268px;
}
.benefit-label {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  height: 22px;
  padding-top: 1px;
  text-transform: uppercase;
  line-height: 22px;
  border-radius: 25px;
  background-color: #E6350C;
  color: #fff;
  display: inline-block;
  font-family: "Montserrat-Bold", sans-serif;
  margin-bottom: 20px;
  margin-left: 25px;
  margin-right: 25px;
  white-space: nowrap;
}
.our-specialist {
  padding-top: 110px;
}
.our-specialist .title-34 {
  margin-bottom: 10px;
}
.our-specialist .subtitle {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.our-specialist .signature {
  margin-top: 40px;
}
.our-specialist .our-specialist__info {
  max-width: 538px;
}
.section-benefits .title-34 + .subtitle {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.section-benefits .info-text p {
  font-size: 16px;
  line-height: 1.5;
}
.section-benefits .info-text p + p {
  margin-top: 10px;
}
.aboutus-gallery {
  padding-top: 110px;
}
.aboutus-gallery__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 20px;
  margin-bottom: 30px;
}
.aboutus-gallery__item img {
  border-radius: 20px;
}
.aboutus-gallery__item .photo-inner {
  position: relative;
  cursor: pointer;
}
.aboutus-gallery__item .photo-inner:after {
  content: '+';
  font-size: 28px;
  line-height: 38px;
  text-align: center;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.photo-inner:hover:after {
  opacity: 1;
}
.title-34.mb-20 {
  margin-bottom: 20px;
}
.title-34.mb-10 {
  margin-bottom: 10px;
}
.vacancy-accordion {
  padding-top: 30px;
}
.vacancy-accordion button {
  font-size: 18px;
  color: #fff;
}
.vacancy-accordion .card-header {
  background-color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 0px;
  border-top: 1px solid #BFBFBF;
  padding-left: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  cursor: pointer;
}
.vacancy-accordion .card {
  border: 0px;
}
.vacancy-accordion .card:last-child {
  border-bottom: 1px solid #BFBFBF;
}
.vacancy-accordion .card-body {
  background-color: #000000;
  padding-left: 0;
}
.vacancy-accordion .accordion-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.vacancy-accordion .accordion-icon svg {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.vacancy-accordion .accordion-icon.active svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.vacancy-accordion .accordion-icon.active svg path {
  fill: #E6350C;
}
.vacancy-accordion .card-body ul {
  padding-left: 20px;
  list-style-type: disc;
}
.vacancy-accordion .card-body ul li + li {
  margin-top: 10px;
}
.our-terms {
  padding-top: 40px;
  padding-bottom: 30px;
}
.our-terms .title-34 {
  margin-bottom: 30px;
}
.our-terms__list ul {
  padding-left: 18px;
  padding-bottom: 20px;
  list-style-type: disc;
}
.our-terms__list ul li + li {
  margin-top: 10px;
}
.basket-table .fake-radiobutton {
  background-color: #E9FBE2;
}
@media (max-width: 767px) {
}
.basket-item {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #2c2c2c;
  position: relative;
}
.basket-item:first-child {
  border-top: 2px solid #2c2c2c;
}
@media (max-width: 1199px) {
  .basket-item {
    padding-bottom: 20px;
  }
  .basket-item .addition-set p {
    font-size: 12px;
    line-height: 19px;
  }
}
.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: 65px;
  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: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
@media (max-width: 1439px) {
  .basket-item__head .title-34 {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .basket-item__head .title-34 {
    font-size: 26px;
  }
}
.basket-item__head .title-34:hover {
  color: #E6350C;
}
.basket-item__head p {
  font-size: 12px;
  margin-top: 25px;
}
.basket-item__head p span {
  padding-left: 10px;
  padding-right: 10px;
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  font-size: 12px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-left: 10px;
  display: inline-block;
}
.basket-item__img {
  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 #2c2c2c;
  border-right: 1px solid #2c2c2c;
}
@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;
    
    min-height: auto;
  }
}
.basket-item__descrip .basic-descrip {
  color: #9a8f8f;
  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;
}
@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: #E6350C;
  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: #E6350C;
  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: end;
    -ms-flex-pack: end;
        justify-content: flex-end;
  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 #2c2c2c;
  }
}
@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: #E6350C;
}
@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;
  }
}
.remove-basket-item svg {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.remove-basket-item:hover svg {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.remove-basket-item:hover svg path {
  fill: #fff;
}
.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;
  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;
  font-size: 14px;
}
.basket-result .basket-clean svg path {
  fill: #FFF;
}
.basket-result .basket-clean:hover svg path {
  fill: #E6350C;
}
.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;
}
.total-amount span {
  margin-right: 20px;
}
.total-amount span.ms2_total_count{
    margin-right: 0px;
}
@media (max-width: 991px) {
    .total-amount{
        /* margin-bottom: 20px; */
    }
  .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;
}
.basket-btn .page-button:hover {
  color: #fff;
}
@media (max-width: 1199px) {
  .basket-btn .page-button {
    padding-left: 2px;
    padding-right: 2px;
    min-width: 240px;
    margin-right: 10px;
  }
}
@media (max-width: 991px) {
  .basket-btn {
    margin-top: 20px;
  }
  .basket-btn .page-button {
    min-width: 240px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .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: 220px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .basket-clean {
    min-width: 170px;
  }
}
@media (max-width: 767px) {
  .basket-clean {
    min-width: 200px;
    min-width: 240px;
  }
}
.sale-card {
  max-width: 570px;
  width: 100%;
  min-height: 473px;
  max-height: 473px;

  color: #988d8d;
  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;
  border: 1px solid #2c2c2c;
}
@media(max-width: 1199px){
    .sale-card{
        min-height: 350px;
    }
}
@media(max-width: 991px){
    .sale-card{
        min-height: 250px;
        max-width: 360px;
    }
}
.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: #fff;
}
.sale-card:hover .title-3 {
  color: #E6350C;
}
.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: #E6350C;
  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: 228px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media(max-width: 1199px){

    .sale-card__img{
        height: 200px;
    }
    .sale-card .card__badge {
        top:10px;
        
    }
}
@media(max-width: 991px){
    .sale-card__img{
        height: 130px;
    }
    .sale-card .card__badge {
        top:0px;
        left:10px;
    }
        .sale-card{
        min-height: 330px;
    }
}
.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: #E6350C;
  border-bottom: 1px solid #E6350C;
}
.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 #E6350C;
  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;
  
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #E6350C;
}
@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;
    height: 60px;
    top: 67px;
  }
}
.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: #000000;
  border: 1px solid #2C2C2C;
  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: #E6350C;
}
.pagination-block button.active span path {
  stroke: #E6350C;
  stroke-width: 2px;
}
.pagination-block button:hover {
  color: #232323;
}
.pagination-block button:hover span path {
  stroke: #232323;
}

.product-card {
  border-radius: 20px;
  background: #000000;
  border: 1px solid #2C2C2C;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.18);
  width: 100%;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  min-height: 540px;
  max-height: 540px;
  font-size: 15px;
  padding-bottom: 30px;
  color: #fff;
  font-family: "Montserrat-Regular", sans-serif;
  position: relative;
  overflow: hidden;
  margin-bottom: 28px;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.product-card .form-btn .page-button {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 374px) {
  .product-card .form-btn .page-button {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.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: #E6350C;
}
.product-card .card-text {
  font-size: 12px;
  line-height: 19px;
  color: #A3A7B4;
}
.product-card .deskription-inner {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 767px) {
  .product-card .deskription-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.product-card__img {
  min-height: 140px;
  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;
}
.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: 24px;
  line-height: 29px;
  font-family: "Montserrat-Bold", sans-serif;
  color: #fff;
  width: 86%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  padding-right: 5px;
}
@media (max-width: 374px) {
  .product-title {
    width: 82%;
  }
}
.product-card__deskrip {
  margin-bottom: 20px;
}
.product-card__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  
}
.filter-name {
  color: #fff;
  margin-right: 10px;
  font-size: 12px;
  line-height: 19px;
}
.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, .product-radio-options-item.active, .cartsize .fake-radiobutton {
  background-color: #FFFFFF; color: #000000;
}
.filters-type__item, .product-radio-options-item {
  position: relative;
  margin-right: 10px;
  margin-bottom: 5px;
}
.filters-type__item:last-child {
  margin-right: 0;
}
.fake-radiobutton {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  height: 19px;
  border-radius: 15px;
  border: 1px solid red;
  text-align: center;
  line-height: 17px;
  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;
  padding-left: 25px;
  padding-right: 25px;
}
.product-card__calc span.dim {
  font-size: 18px;
  line-height: 27px;
  font-family: "Montserrat-Regular", sans-serif;
  position: relative;
  top: -4px;
}
@media (max-width: 767px) {
  .product-card__calc {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.product-card__prises { flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.product-card__deskrip > p {-ms-text-overflow: ellipsis; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden;
-ms-line-clamp: 3; -webkit-line-clamp: 3; line-clamp: 3; display: -webkit-box;
display: box; word-wrap: break-word; -webkit-box-orient: vertical; box-orient: vertical;}
.old-price span.dim {font-size: 12px;top: -2px;}
.new-price {
  margin-right: 25px;
  font-size: 35px;
  font-family: "Montserrat-Bold", sans-serif;
  color: #fff;
}
@media (max-width: 424px) {
  .new-price {
    font-size: 32px;
  }
}
.old-price {z-index:9;
  font-size: 25px;
  color: #E6350C;
  font-family: "Montserrat-Bold", sans-serif;
  color: #fff;
  position: relative;
}
.old-price:before {
  content: '';
  position: absolute;
  top: 48%;
  left: -1px;
  right: -1px;
  height: 1px;
  background-color: #E6350C;
}
span.dim {
  font-family: "Montserrat-Bold", sans-serif;
  color: #fff;
  font-size: .7em;
  font-weight: 700;
  margin-left: 5px;
}
.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: 14px;
  border: 0px;
}
.product-counter span {
  display: inline-block;
}
.product-counter--num {
  border-width: 1px;
  height: 23px;
  width: 33px;
  text-align: center;
  line-height: 21px;
  color: #fff;
  font-weight: 700;
}
.product-counter span:last-child {
  margin-right: 0;
}
.product-counter .product-counter--plus,
.product-counter .product-counter--minus {
  position: relative;
  cursor: pointer;
  border: 0px;
  color: #fff;
  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: 26px;
  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;
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 767px) {
  .product-card-footer {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.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: 10px;
  margin-top: 40px;
  min-width: 142px;
}
@media (max-width: 579px) {
  .product-card__buttons .page-button--red {
    min-width: 90px;
  }
  .product-card__buttons button{
      font-size: 12px!important;
  }
}
@media (max-width: 424px) {
    .product-card__buttons button{
      font-size: 11px!important;
  } 
}
.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;
  font-family: "Montserrat-Bold", sans-serif;
  width: auto;
  height: 40px;
  line-height: 38px;
  border-color: #fff;
  color: #fff;
  background-color: #000000;
  min-width: 130px;
  min-width: 152px;
}
.page-button.show-back span {
  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:last-child {
  opacity: 0;
  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;
}
.page-button.show-back span:last-child svg {
  margin-left: 10px;
}
@media (max-width: 579px) {
  .page-button.show-back {
    min-width: 130px;
  }
}
.page-button.show-back.active span:first-child {
  opacity: 0;
}
.page-button.show-back.active span:last-child {
  opacity: 1;
}
.product-card__addition {
  position: absolute;
  top: 0;
  bottom: 120px;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 30px 24px;
  background-color: #000000;
  padding-bottom: 10px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
@media(max-width: 424px){
    .product-card__addition{
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media(max-width: 374px){
    .product-card__addition{
        padding-left: 10px;
        padding-right: 8px;
    }
}
.product-slider__item .product-card__addition {bottom: 148px;}
.product-card__addition.active {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.products-group__wrapper {
max-height: 100%;
    overflow-y: auto;
}
.products-group {
  margin-bottom: 20px;
}
.products-group__title {
  font-size: 14px;
  line-height: 22px;
  font-family: "Montserrat-Bold", sans-serif;
  color: #fff;
  margin-bottom: 12px;
}
.products-group__List {
  margin-bottom: 25px;
  font-size: 12px;
  line-height: 19px;
}
.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;
  margin-bottom: 8px;
}
.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: #232323;
}
.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: #fff;
  opacity: .6;
  pointer-events: none;
}
.card-badges {
  position: absolute;
  top: 19px;
  left: 19px;
}
.card-badge {
  display: inline-block;
  height: 22px;
  padding-left: 6px;
  padding-right: 6px;
  border-radius: 5px;
  color: #fff;
  font-size: 10px;
  background: #000000;
  border-radius: 15px;
  border: 1px solid transparent;
  line-height: 20px;
}
.card-badge + .card-badge {
  margin-left: 15px;
}
@media(max-width: 579px){
   .card-badge + .card-badge {
  margin-left: 5px;
} 
}
@media(max-width: 375px){
   .card-badge + .card-badge {
  margin-left: 0px;
} 
}
.product-card.product-card--transform .page-button.show-back {
  width: 46px;
  height: 40px;
  border-radius: 30px;
  min-width: 46px;
  font-size: 24px;
}
.product-card.product-card--transform .page-button.show-back span:last-child svg {
  margin-left: 0;
}
.product-card.product-card--transform .product-card-footer {
  position: relative;
  padding-bottom: 0;
}
.product-card.product-card--transform .product-card-footer .product-card__buttons {
  margin-top: 15px;
}
.product-card.product-card--transform .product-card-footer .product-card__calc {
  padding-left: 0;
  padding-right: 0;
}
.product-page__content {
  -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-page__content .product-set__row.text-12 {
  font-size: 12px;
  padding-top: 15px;
  border-top: 1px solid #2C2C2C;
  border-bottom: 1px solid #2C2C2C;
}
.product-page__content .product-set__row.product-set__column h4 {
  font-size: 14px;
  font-family: "Montserrat-Bold", sans-serif;
  padding-top: 15px;
  margin-bottom: 10px;
}
.product-page__content .products-group__List {
  width: 100%;
}
.product-page__content .products-group__List .custom-checkbox {
  position: relative;
  overflow: hidden;
  background-image: none;
  border: 1px solid #BFBFBF;
  border-radius: 2px;
}
.product-page__content .products-group__List .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;
}
.product-page__content .products-group__List .form-checkbox:checked + .custom-checkbox {
  background-color: #E6350C;
  border-color: #E6350C;
}
.product-page__content .products-group__List .form-checkbox:checked + .custom-checkbox:after {
  opacity: 1;
}
.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#2C2C2C;
  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 .product-card__filters {
  padding-top: 0;
}
.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#2C2C2C;
}
.product-set__row .text-16--light {
  white-space: nowrap;
  font-size: 14px;
}
@media (max-width: 424px) {
  .product-set__row .text-16--light {
    font-size: 10px;
  }
}
.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 #2C2C2C;
  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 {
  width: 60px;
  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: 15px;
}
.product-set__footer .page-button {
  width: 150px;
  padding-left: 10px;
  padding-right: 10px;
}
.product-page .total-amount span.title-16--bold {
  font-family: "Montserrat-Bold", sans-serif;
  margin-right: 6px;
}
@media (max-width: 424px) {
  .product-page .total-amount span.title-16--bold {
    display: none;
  }
}
.fotorama.fotorama--product .fotorama__thumb-border {
  border: 2px solid #E6350C;
  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: #E6350C;
  top: 6px;
}
.marker-list.marker-bullit--red li:before {
  background-color: #E6350C;
}
.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 h3.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: #000000;
  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: #E6350C;
}
.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#2C2C2C;
}
.review-block .review-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  border: 1px solid#2C2C2C;
  -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 {
  padding: 30px;
  margin-top: 30px;
  border: 1px solid #2C2C2C;
  -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;
  display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.social-icons a {
  margin-right: 10px;

  font-size: 15px;
 display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
        color: #000;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background-color: rgba(255,255,255, .7);
  
}
.social-icons a:last-child {
  margin-right: 0;
}
.social-icons a:hover {
 background-color: #fff;
}




.card-horizontal .product-card .deskription-inner {
	padding-top: 50px;
	width: 50%;
	position: absolute;
	left: 33%;
}
.card-horizontal .product-card.product-card--transform .product-card-footer {
	position: absolute;
	top: 100px;
	left: 33%;
	width: 68%;
}
section.catalog .card-horizontal .product-card .card-badges {
	transform: none;
	left: 36%;
}
.card-horizontal .product-card-footer .product-card__prises {
	position: relative;
	bottom: -80px;
}
.card-horizontal .product-card-footer .product-card__calc .product-counter {
	position: relative;
    bottom: -25px;
}
section.catalog .card-horizontal .product-card .product-card__buttons {
	width: 205px;
	padding-top: 0;
	flex-direction: row;
}
section.catalog .card-horizontal .product-card .card-text {
	top: 0;
    left: 10%;
}
section.catalog .card-horizontal .product-card__addition.active {
	bottom: 68px;
}
.product-card .card-badges span.action {background: #D7001A;}
.product-card .card-badges span.new {background: #00B9EE;}
.product-card .card-badges span.pop {background: #0DC440;}
/*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, .products-group__wrapper::-webkit-scrollbar {
  width: 2px;
  height: 6px;
}
#politicText .modal-body::-webkit-scrollbar-track, .products-group__wrapper::-webkit-scrollbar-track {
  background-color: #dedede;
}
#politicText .modal-body::-webkit-scrollbar-thumb, .products-group__wrapper::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #e6350c;
}
#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: #E6350C;
}
.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 */
.page-item.disabled .page-link, .page-link {background-color: #000000;}
.page-item.active .page-link {background-color: #e6350c; border-color: #e6350c;}
.page-link, .page-link:hover {color: #e6350c;}
label#comment-captcha {white-space: nowrap;}
#user-history {display: block; width: 100%;}
#user-history:not(.active) {height: 0; position: fixed;}
.x-grid-panel .x-panel-body-noheader {color: #3c3939;}
ul.office-row-actions .btn {color: #3c3939;}
#mse2_selected_wrapper #mse2_selected {background: #000000;}
.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;}
.checkout-form input.error + label { color: red; }
.flex-wrapper .page-button {line-height: 27px; }
@media(max-width: 991px){
    .flex-wrapper .page-button{
        width: 110px;
        padding-left: 5px!important;
        padding-right: 5px!important;
        min-width: 110px;
    }
}
@media(max-width: 767px){
    .flex-wrapper .personal-data .page-button{
        width: 160px;
    }
}
.page-button--red:hover {color: #fff;}
.product-card__addition li > span {padding-right: 5px; padding-left: 20px; white-space: nowrap;}

.product-card__addition li label {margin-left: 0px;}
.footer-soc {margin-top:15px;}

.address-block h2 {font-size: 25px;font-weight: 900;margin-bottom: 30px;}
.city span {display: inline;margin-right: 3px;color: #bbb;}
.address-block__item p {margin-bottom: 8px; color: #bbb; font-size:14px;}


.page-button.page-button--red{
    -webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
.checkout-form .form-group--btn .page-button.page-button--red:hover,
input.page-button--color:hover, .page-button.page-button--red:hover{
    
    color:  #E6350C;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFf), to(#fff));
    background: -o-linear-gradient(top, #FFf 0%, #fff 100%);
    background: linear-gradient(180deg, #FFF 0%, #fff 100%);
}
.page-btn2:hover{
    border-color: #E6350C;
    color: #E6350C ;
}
.page-btn2:hover svg path{
   fill: #E6350C ;
}
.footer-address a,
.footer-contacts a{
    -webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
#office-profile-form .red{
 margin-left:3px;
}
#office-user-photo-remove{
  color: #E6350C;
}
.personal-data .page-btn4{
  padding-left: 35px;
  padding-right: 35px;
  font-size: 14px;
}
.page-button.page-button--color{
  border-bottom: 0px;
}
.page-button.btn-danger:hover{border-color: transparent;}
@media(min-width: 992px){
    .page-button.btn-danger{
        margin-left: 20px;
    }
}
tbody tr td[style="color: green"]{
    color: #E6350C!important;
} 
.form-group input.page-button{
    line-height: unset;
}
#ext-gen12{
    min-width: 1140px!important;
    
}
.x-panel.main-wrapper{
    overflow-x: auto!important;
}
.x-panel.main-wrapper::-webkit-scrollbar {
  display: none;
}
.msb2-form{
    border-radius: 50px!important;
    margin-bottom: 10px;
    margin-top: 15px;
    min-width: 280px!important;
}
.msb2-form .msb2-form__input{
    background-color: #000000;
    border: 1px solid #2c2c2c;
     border-radius: 50px 0 0 50px;
     font-size: 12px;
     padding-left: 15px;
}
.msb2-form .msb2-form__button{
    color: #ffff;
    font-size: 12px;
    background-color: #000000;
    font-weight: 700;
    /* padding-right: 20px; */
}
.msb2-form .msb2-form__button:hover{
    color: #E6350C;
    background-color: #fff;
}
#comment-form .form-actions {
   
  border-top: 0px!important ;
}
.radio-delivery {
    display: none;
}
#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: #fff;
    text-decoration: none;
}
.recommend_slider .item__btn{
    width: 140px;
    height: 40px;
    border: 1px solid #fff;
    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);
}
.basket-content h4 {
    font-weight: 700;
    margin-bottom: 30px;
}
.select-block {
  position: relative;
  margin-bottom: 40px;
}
.select-block__input input {
  width: 100%;
  background-color: #000;
  border-bottom: 1px solid #EEEEEE;
  height: 48px;
  font-size: 14px;
  padding-right: 50px;
  cursor: pointer;
}
.select-block__input input::placeholder{
    color: #fff;
    font-size: 14px;
}
.select-block__options {
  border-bottom: 1px solid #EEEEEE;
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  display: none;
  background-color: #000;
  z-index: 3;
}
.select-block__options li {
  padding-top: 12px;
  padding-bottom: 15px;
  font-size: 12px;
  line-height: 19px;
  color: #A3A7B4;
  cursor: pointer;
}
.select-block__options li + li {
  border-top: 1px solid #EEEEEE;
}
.select-block__icon {
  position: absolute;
  top: 0px;
  right: 0;
  width: 24px;
  height: 48px;
  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;
  pointer-events: none;
  cursor: pointer;
  z-index: 5;
}
.select-block__icon span {
  width: 12px;
  height: 12px;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
  position: relative;
  top: -4px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.select-block__icon span.active {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#soyss h4,
#recommended_products h4{
    font-family: "Montserrat-Bold";
}
.sous .ms2_form{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 240px;
    margin: 0 0 30px 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: #fff;
    text-decoration: none;
    text-align: center;
    flex-grow: 1;
}
.sous__link:hover {
    color: #E6350C;
}
.sous__toggle{
    display: flex;
    width: 130px;
    height: 40px;
    border: 1px solid #ededed;
    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: #fff;
    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;
}
@media(max-width: 1199px){
    .address-block h2{
        font-size: 20px;
    }
}
#deliveries label{
    font-size: 12px;
}
label[for="delivery_type_samovyvoz"]{
    margin-right: 20px;
}
.select-block__input input{
    border-bottom: 1px solid #bfbfbf;
}
.select-block__options li+li{
    border-top-color: #bfbfbf;
}
.select-block__icon span{
    border-right-color: #bfbfbf;
     border-bottom-color: #bfbfbf;
}

#payments .form-block label{
   color: #A3A7B4; 
}

#aditional .custom-checkbox{
    border-color:#bfbfbf;
}
#payments [type="radio"]:not(:checked) + label:before {
    border: 1px solid #A3A7B4;
}
input.setTime + .fake-placeholder{
    font-size: 13px;
}

@media(min-width:768px) and (max-width:991px){
    .total-amount span.title-3.mr{
        display: none;
    }
    .basket-btn{
        margin-top: 0;
    }
}
.product-price.price{
    margin-top: 10px;
}
@media(max-width:424px){
   .slide-content{
       margin-top: -70px;
   } 
   .slide-content .sale-amimate {
    
    top: 68%;
   
}
.slide-suptitle {
    font-size: 15px;
}
}
form.checkout-form#msOrder .error,
input.error{
    border: 0px!important;
    border-bottom: 1px solid #E6350C!important;
}
.recommend_slider .slick-arrow{
    background-color: #e6350c;
    border: 1px solid #e6350c;
    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:#E6350C ;
    background-color: #fff;
}
#msOrder .form-column .title-3{
    margin-bottom: 22px;
}
@media(min-width: 992px){
    #msOrder .title-3.title-mb-45{
        margin-bottom: 45px;
    }
}
#payments .form-group,
#aditional .form-group{
    margin-bottom: 15px;
}
#ms2_order_cost{
    margin-right: 8px;
}
.basket-item__cost-val+.basket-item__cost-dim{
    font-weight: 700;
}
.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;
}
.form-group input.page-button,
#comment-form input.page-button{
    line-height: 36px;
}
#mse2_selected_wrapper{
    margin-top: 0;
}
#mse2_selected a + a{
    margin-left: 10px;
}
a.mse2_selected_link {
    color: #fff;
    margin-left: 5px;
   
}
a.mse2_selected_link sup{
    margin-right: 3px; color:#bb2b09;
}
a.mse2_selected_link:hover strong{
    opacity: .5;
}
a.mse2_selected_link:hover sup{
    color: #E6350C;
}
#mse2_selected{
    padding-bottom: 10px!important;
}
#mse2_mfilter #mse2_selected .mse2_selected_link em {color: #fff}
.user-avatar img {margin-top: -10px;}
#confpass {position: absolute; right: -1500px;}
@media(max-width: 767px){
 .checkout-content__footer .page-button--red{
    width: 204px;
}   
.checkout-form .form-group--btn{
    -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
         -ms-flex-direction: column;
             flex-direction: column;
}
}
.x-toolbar-left-row, .x-toolbar-left-row input {color: initial;}

/*НОВАЯ СТРАНИЦА О НАС*/
section.aboutUs {
  padding-top: 40px;
  padding-bottom: 100px;
}
.aboutUs-content .title-1 h1 {
  font-weight: bold;
  font-size: 46px;
  line-height: 50px;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .aboutUs-img {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 992px) {
  .aboutUs-text {
    margin-top: 30px;
  }
}
.aboutUs-text h2 {
  font-weight: bold;
  font-size: 34px;
  line-height: 40px;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 30px;
}
.aboutUs-text__wrapper p {
  font-size: 16px;
  line-height: 24px;
}
.aboutUs-text__wrapper p + p {
  margin-top: 15px;
}
.aboutUs-block .title-3 h3 {
  font-size: 24px;
  line-height: 29px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 19px;
}
.aboutUs-block .title-4 h4 {
  font-size: 18px;
  line-height: 27px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 20px;
}
.aboutUs-block + .aboutUs-block {
  margin-top: 40px;
}
.aboutUs-block--border {
  padding: 30px;
  padding-right: 48px;
  border: 1px solid #2C2C2C;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .aboutUs-block--border {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .aboutUs-block--border {
    padding: 25px;
  }
}
.aboutUs-img--roundBorder {
  border-radius: 20px;
}
.aboutUs-img--roundBorder img {
  border-radius: 20px;
}
@media (max-width: 992px) {
  .aboutUs-img--roundBorder {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
.aboutUs-text__wrapper .page-button,
.aboutUs-block__btn .page-button {
  width: 236px;
  margin-top: 41px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.aboutUs-text__wrapper .page-button:hover,
.aboutUs-block__btn .page-button:hover {
  background-color: #fff;
  color: #E6350C;
}
@media (max-width: 992px) {
  .aboutUs-block--sale .aboutUs-img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
}
.accordion-faq {
  padding-top: 30px;
}
.accordion-faq button {
  font-size: 18px;
  color: #fff;
}
.accordion-faq .card-header {
  background-color: #000009;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 0px;
  border-top: 1px solid #BFBFBF;
  padding-left: 0;
  padding-top: 25px;
  padding-bottom: 10px;
  cursor: pointer;
  border-radius: 0;
}
.accordion-faq .card-header:first-child {
  border-radius: 0;
}
.accordion-faq .card {
  border: 0px;
  background-color: #000;
  padding-bottom: 15px;
}
.accordion-faq .card:last-child {
  border-bottom: 1px solid #BFBFBF;
}
.accordion-faq .card-body {
  background-color: #000000;
  padding-left: 0;
  padding-top: 0;
}
.accordion-faq .card-body p {
  font-size: 16px;
  line-height: 24px;
}
.accordion-faq .accordion-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.accordion-faq .accordion-icon svg {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.accordion-faq .accordion-icon.active svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion-faq .accordion-icon.active svg path {
  fill: #E6350C;
}
.accordion-faq .card-body ul {
  padding-left: 20px;
  list-style-type: disc;
}
.accordion-faq .card-body ul li + li {
  margin-top: 10px;
}
/*КОНЕЦ  НОВАЯ СТРАНИЦА О НАС*/

/* старт слайдер текст+кнопка */
.banner{
  position: relative;
}
.banner .nav-wrapper.nav-wrapper--left{
  position: absolute;
  top: 50%;
  left: 8%;
  -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  z-index: 5;
}
.banner .nav-wrapper.nav-wrapper--right{
  position: absolute;
  top: 50%;
  right: 8%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  z-index: 5;
}
.banner .banner-item {
  height: 710px;
  background-position: right bottom;
  background-size: cover;
  position: relative;
  padding-top: 115px;
}
@media (max-width: 1439px) {
  .banner .banner-item {
    height: 500px;
    background-position: center bottom;
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  .banner .banner-item {
    height: 400px;
    padding-top: 40px;
    background-position: right bottom;
  }
}
@media (max-width: 767px) {
  .banner .banner-item {
    height: 260px;
    padding-top: 25px;
  }
}
.banner .slide-content {
  color: #fff;
  font-family: 'Montserrat-Bold', 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;
}
.banner .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) {
  .banner .slide-content .sale-amimate {
    right: -30px;
    width: 30%;
  }
}
@media (max-width: 1360px) {
  .banner .slide-content .sale-amimate {
    right: 0px;
    top: 25%;
    width: 220px;
  }
}
@media (max-width: 991px) {
  .banner .slide-content .sale-amimate {
    width: 35%;
    max-width: 180px;
  }
}
@media (max-width: 767px) {
  .banner .slide-content .sale-amimate {
    width: 40%;
  }
}
.banner .slide-content .page-button {
  margin-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 170px;
}
@media (max-width: 767px) {
  .banner .slide-content .page-button {
    margin-top: 15px;
  }
}
@media (max-width: 1199px) {
  .banner .slide-content {
    margin-top: 0;
    max-width: 95%;
    height: 500px;
    font-size: 24px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .banner .slide-content {
    height: auto;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .banner .slide-content {
    max-width: 100%;
    font-size: 18px;
    height: auto;
  }
}
@media (max-width: 424px) {
  .banner .slide-content {
    font-size: 15px;
  }
}
.banner .slide-suptitle {
  font-size: 30px;
  line-height: 1.2333;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Montserrat-Regular", sans-serif;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
@media (max-width: 1199px) {
  .banner .slide-suptitle {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .banner .slide-suptitle {
    font-size: 16px;
  }
}
.banner .slide-title {
  font-size: 83px;
  line-height: 1;
  font-family: "Montserrat-ExtraBold";
  color: #fff;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .banner .slide-title {
    font-size: 62px;
    line-height: 1.1;
  }
}
@media (max-width: 767px) {
  .banner .slide-title {
    font-size: 42px;
    line-height: 51px;
  }
}
.banner .product-descrip {
  font-size: 1em;
  margin-top: 10px;
  line-height: 1;
}
.banner .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 .banner-slider .owl-nav {
    left: 2%;
    right: 2%;
  }
}
@media (max-width: 1199px) {
  .banner .banner-slider .owl-nav {
    display: none;
  }
}
.banner .banner-slider .owl-nav button {
  outline: none;
}
.banner .banner-slider .owl-nav button i {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.banner .banner-slider .owl-nav button:hover i {
  color: #E6350C;
}
.banner .banner-slider .owl-nav span {
  display: block;
  width: 40px;
  height: 40px;
  background-color: rgba(238, 238, 238, 0.2);
}
.banner .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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
}
.banner .banner-slider .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  background-color: transparent;
  margin-right: 15px;
  border-radius: 50%;
  border: 1px solid #fff;
  outline: none;
}
.banner .banner-slider .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.banner .banner-slider .owl-dots .owl-dot.active {
  background-color: #E6350C;
  width: 10px;
  height: 10px;
  border-color: #E6350C;
}
.banner .banner-slider .owl-dots .owl-dot:hover {
  background-color: #E6350C;
}
.banner .slick-dots {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 30px;
  /* opacity: 0; */
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  
}
@media (max-width: 767px) {
  .banner  .slick-dots {
    opacity: 1!important;
    bottom: 14px;
  }
}
.banner  .slick-dots li {
  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;
}
.banner  .slick-dots li + li {
  margin-left: 16px;
}
@media (max-width: 767px) {
  .banner  .slick-dots li + li {
    margin-left: 8px;
  }
}
.banner  .slick-dots li button {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #E6350C;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 0;
  line-height: 0;
  outline: none!important;
  cursor: pointer;
  padding: 0;
}
@media (max-width: 767px) {
  .banner  .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}
.banner  .slick-dots li.slick-active button {
  background-color: #fff;
  width: 12px;
  height: 12px;
}
@media (max-width: 767px) {
  .banner  .slick-dots li.slick-active button {
    width: 6px;
    height: 6px;
  }
}
/* конец слайдер текст+кнопка */
/* старт слайдер стандарт */
.header-slider-single .header-slider-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}
.header-slider-single .slick-dots{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  
  transition: .5s;
  
}
.header-slider-single .slick-dots li{
  
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  
}
.header-slider-single .slick-dots li + li{
  margin-left: 16px;
  
}
@media(max-width:767px){
    .header-slider-single .slick-dots li + li{
         margin-left: 8px;
    }
   
  }

.header-slider-single .slick-dots li button{
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #E6350C;
  border: 0;
  box-shadow: none;
  font-size: 0;
  line-height: 0;
  outline: none!important;
  cursor: pointer;
  padding: 0;
  
  
}
.header-slider-single .slick-dots li.slick-active button{
  background-color: #fff;
  width: 12px;
  height: 12px;
  
}
@media (max-width: 767px) {
  .header-slider-single .header-slider .slick-dots  {
    bottom: 10px;
  }
  .header-slider-single {
    padding-top: 30px;
    padding-bottom:0px;
  }
  .header-slider-single .header-slider .slick-dots li button  {
    width: 10px;
    height: 10px;
  }
  .header-slider-single .header-slider .slick-dots li  + li {
    margin-left: 10px;
  }
  .header-slider-single .slick-dots li.slick-active button{
      width: 7px;
    height: 7px;
  }
  .header-slider-single .header-slider .slick-dots li.active button {
    background-color: #E6350C;
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 424px) {
.banner,
  .header-slider-single{
  overflow: hidden;
  }
 }
/* конец слайдер стандарт */
.header-slider-trio .header-slider-wrapper {
  position: relative;
  padding-top: 20px;
 position: relative;
 z-index: 5;
}
@media (max-width: 767px) {
  .header-slider-trio .header-slider-wrapper {
    padding-bottom: 0px;
    padding-top: 0;
  }
}
.header-slider-trio .header-slider:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 8%;
  background: -webkit-gradient(linear, right top, left top, color-stop(2.7%, #000000), color-stop(97.7%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(right, #000000 2.7%, rgba(0, 0, 0, 0) 97.7%);
  background: linear-gradient(-90deg, #000000 2.7%, rgba(0, 0, 0, 0) 97.7%);
  z-index: 3;
}
.header-slider-trio .header-slider:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 8%;
  background: -webkit-gradient(linear, right top, left top, color-stop(2.7%, rgba(0, 0, 0, 0)), color-stop(97.7%, #000000));
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0) 2.7%, #000000 97.7%);
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 2.7%, #000000 97.7%);
  z-index: 3;
}
@media (max-width: 1199px) {
  .header-slider-trio .header-slider:before,
  .header-slider-trio .header-slider:after {
    width: 110px;
  }
}
@media (max-width: 991px) {
  .header-slider-trio .header-slider:before,
  .header-slider-trio .header-slider:after {
    width: 50px;
  }
}
@media (max-width: 767px) {
  .header-slider-trio .header-slider:before,
  .header-slider-trio .header-slider:after {
    width: 30px;
    display: none;
  }
}
@media (max-width: 424px) {
  .header-slider-trio .header-slider:before,
  .header-slider-trio .header-slider:after {
    display: none;
  }
}
.header-slider-trio .header-slider-banner {
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 20px;
}
.header-slider-trio .header-slider-banner {
  width: 1050px !important;
  margin-left: 40px;
  margin-right: 40px;
  outline: none!important;
}
@media (max-width: 1364px) {
  .header-slider-trio .header-slider-banner {
    width: 840px !important;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 1199px) {
  .header-slider-trio .header-slider-banner {
    width: 740px;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media (max-width: 1050px) {
  .header-slider-trio .header-slider-banner {
    width: 640px !important;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media (max-width: 920px) {
  .header-slider-trio .header-slider-banner {
    width: 540px !important;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media (max-width: 767px) {
  .header-slider-trio .header-slider-banner {
    width: 420px !important;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 579px) {
  .header-slider-trio .header-slider-banner {
    width: 300px !important;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 424px) {
.header-slider-trio{
    overflow: hidden;
}
  .header-slider-trio .header-slider-banner {
    width: 250px !important;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.header-slider-trio .header-slider-banner img {
  border-radius: 20px;
}
@media (max-width: 767px) {
  .header-slider-trio .header-slider-banner,
  .header-slider-trio .header-slider-banner img {
    border-radius: 10px;
  }
  .header-slider-trio .header-slider-banner {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.header-slider-trio .header-slider .slick-active img {
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.header-slider-trio .header-slider-wrapper button.nav-btn--left,
.header-slider-trio .header-slider-wrapper button.nav-btn--right {
  z-index: 4;
  width: 38px;
  height: 38px;
  background: #000;
  border-radius: 50%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 28px;
  font-size: 12px;
  border: 1px solid #000;
  padding: 0;
  color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
  outline: none !important;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.header-slider-trio .nav-wrapper--right:hover button.nav-btn--right,
.header-slider-trio .nav-wrapper--left:hover button.nav-btn--left {
  opacity: 1;
}
.header-slider-trio .nav-wrapper {
  position: absolute;
  top: 20px;
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  z-index: 20;
  width: 20%;
}
@media (max-width: 1900px) {
  .header-slider-trio .nav-wrapper {
    width: 15%;
  }
}
@media (max-width: 1599px) {
  .header-slider-trio .nav-wrapper {
    width: 10%;
  }
}
@media (max-width: 1439px) {
  .header-slider-trio .nav-wrapper {
    width: 8%;
  }
}
@media (max-width: 1364px) {
  .header-slider-trio .nav-wrapper {
    width: 13%;
  }
}
@media (max-width: 1199px) {
  .header-slider-trio .nav-wrapper {
    width: 18%;
  }
}
@media (max-width: 1199px) {
  .header-slider-trio .nav-wrapper {
    width: 14%;
  }
}
@media (max-width: 991px) {
  .header-slider-trio .nav-wrapper {
    width: 11%;
  }
}
@media (max-width: 767px) {
  .header-slider-trio .nav-wrapper {
     opacity:0;
  }
}
.header-slider-trio .nav-wrapper.nav-wrapper--left {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 40px;
  cursor:pointer;
}
@media (max-width: 1364px) {
  .header-slider-trio .nav-wrapper.nav-wrapper--left {
    padding-right: 25px;
  }
}
@media (max-width: 1199px) {
  .header-slider-trio .nav-wrapper.nav-wrapper--left {
    padding-right: 45px;
  }
}
@media (max-width: 1050px) {
  .header-slider-trio .nav-wrapper.nav-wrapper--left {
    padding-right: 15px;
  }
}
@media (max-width: 920px) {
  .header-slider-trio .nav-wrapper.nav-wrapper--left {
    padding-right: 30px;
  }
}
.header-slider-trio .nav-wrapper.nav-wrapper--right {
  padding-left: 40px;
  cursor:pointer;
}
@media (max-width: 1364px) {
  .header-slider-trio .nav-wrapper.nav-wrapper--right {
    padding-left: 25px;
  }
}
@media (max-width: 1199px) {
  .header-slider-trio .nav-wrapper.nav-wrapper--right {
    padding-left: 45px;
  }
}
@media (max-width: 1050px) {
  .header-slider-trio .nav-wrapper.nav-wrapper--right {
    padding-left: 15px;
  }
}
@media (max-width: 920px) {
  .header-slider-trio .nav-wrapper.nav-wrapper--right {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .header-slider-trio .nav-wrapper.nav-wrapper--right,.header-slider-trio .nav-wrapper.nav-wrapper--left {
    opacity:0;
  }
}
.header-slider-trio .nav-wrapper--left {
  left: 0;
}
.header-slider-trio .nav-wrapper--right {
  right: 0;
}
.header-slider-trio .slick-dots {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 30px;
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
@media (max-width: 767px) {
  .header-slider-trio .slick-dots {
    opacity: 1!important;
    bottom: 25px;
  }
}
.header-slider-trio .slick-dots li {
  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;
}
.header-slider-trio .slick-dots li + li {
  margin-left: 16px;
}
@media (max-width: 767px) {
  .header-slider-trio .slick-dots li + li {
    margin-left: 8px;
  }
}
.header-slider-trio .slick-dots li button {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #E6350C;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 0;
  line-height: 0;
  outline: none!important;
  cursor: pointer;
  padding: 0;
}
@media (max-width: 767px) {
  .header-slider-trio .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}
.header-slider-trio .slick-dots li.slick-active button {
  background-color: #fff;
  width: 12px;
  height: 12px;
}
@media (max-width: 767px) {
  .header-slider-trio .slick-dots li.slick-active button {
    width: 6px;
    height: 6px;
  }
}
/* старт 3d слайдер */


/* конец 3d слайдер */
.banner{
  position: relative;
}
.banner .nav-wrapper.nav-wrapper--left{
  position: absolute;
  top: 50%;
  left: 8%;
  -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  z-index: 5;
}
.banner .nav-wrapper.nav-wrapper--right{
  position: absolute;
  top: 50%;
  right: 8%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  z-index: 5;
}
.banner .banner-item {
  height: 710px;
  background-position: right bottom;
  background-size: cover;
  position: relative;
  
  padding-top: 0px;
}

  .banner .banner-item {
    height: 500px;
    background-position: center bottom;
   
  }

@media (max-width: 991px) {
  .banner .banner-item {
    height: 400px;
    /* padding-top: 40px; */
    background-position: right bottom;
  }
}
@media (max-width: 767px) {
  .banner .banner-item {
    height: 260px;
    
  }
}
.banner .slide-content {
  color: #fff;
  font-family: 'Montserrat-Bold', sans-serif;
  
  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;
}
.banner .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) {
  .banner .slide-content .sale-amimate {
    right: -30px;
    width: 30%;
  }
}

.banner .slide-content{
    height: 500px;
}

@media (max-width: 1360px) {
  .banner .slide-content .sale-amimate {
    right: 0px;
    top: 25%;
    width: 220px;
  }
}
@media (max-width: 991px) {
  .banner .slide-content .sale-amimate {
    width: 35%;
    max-width: 180px;
  }
}
@media (max-width: 767px) {
  .banner .slide-content .sale-amimate {
    width: 40%;
  }
}
.banner .slide-content .page-button {
  margin-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 170px;
}
@media (max-width: 767px) {
  .banner .slide-content .page-button {
    margin-top: 15px;
  }
}
@media (max-width: 1199px) {
  .banner .slide-content {
    margin-top: 0;
    max-width: 95%;
    height: 500px;
    font-size: 24px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .banner .slide-content {
    height: 400px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .banner .slide-content {
    max-width: 100%;
    font-size: 18px;
    height: 260px;
  }
}
@media (max-width: 424px) {
  .banner .slide-content {
    font-size: 15px;
  }
}
.banner .slide-suptitle {
  font-size: 30px;
  line-height: 1.2333;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Montserrat-Regular", sans-serif;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
@media (max-width: 1199px) {
  .banner .slide-suptitle {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .banner .slide-suptitle {
    font-size: 16px;
  }
}
.banner .slide-title {
  font-size: 83px;
  line-height: 1;
  font-family: "Montserrat-ExtraBold";
  color: #fff;
  position: relative;
  z-index: 2;
  width: 70%;
}
@media (max-width: 1199px) {
  .banner .slide-title {
    font-size: 62px;
    line-height: 1.1;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .banner .slide-title {
    font-size: 42px;
    line-height: 51px;
  }
}
.banner .product-descrip {
  font-size: 1em;
  margin-top: 10px;
  line-height: 1;
}
.banner .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 .banner-slider .owl-nav {
    left: 2%;
    right: 2%;
  }
}
@media (max-width: 1199px) {
  .banner .banner-slider .owl-nav {
    display: none;
  }
}
.banner .banner-slider .owl-nav button {
  outline: none;
}
.banner .banner-slider .owl-nav button i {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.banner .banner-slider .owl-nav button:hover i {
  color: #E6350C;
}
.banner .banner-slider .owl-nav span {
  display: block;
  width: 40px;
  height: 40px;
  background-color: rgba(238, 238, 238, 0.2);
}
.banner .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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
}
.banner .banner-slider .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  background-color: transparent;
  margin-right: 15px;
  border-radius: 50%;
  border: 1px solid #fff;
  outline: none;
}
.banner .banner-slider .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.banner .banner-slider .owl-dots .owl-dot.active {
  background-color: #E6350C;
  width: 10px;
  height: 10px;
  border-color: #E6350C;
}
.banner .banner-slider .owl-dots .owl-dot:hover {
  background-color: #E6350C;
}
.banner .slick-dots {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 30px;
   opacity: 1!important; 
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  
}
@media (max-width: 767px) {
  .banner  .slick-dots {
    opacity: 1!important;
    bottom: 14px;
  }
}
.banner  .slick-dots li {
  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;
}
.banner  .slick-dots li + li {
  margin-left: 16px;
}
@media (max-width: 767px) {
  .banner  .slick-dots li + li {
    margin-left: 8px;
  }
}
.banner  .slick-dots li button {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #E6350C;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 0;
  line-height: 0;
  outline: none!important;
  cursor: pointer;
  padding: 0;
}
@media (max-width: 767px) {
  .banner  .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}
.banner  .slick-dots li.slick-active button {
  background-color: #fff;
  width: 12px;
  height: 12px;
}
@media (max-width: 767px) {

  .banner  .slick-dots li.slick-active button {
    width: 6px;
    height: 6px;
  }
}

 .header-slider-single,
.header-slider-trio,
.banner-slider{
visibility: hidden; 

}
.slick-initialized{
  visibility: visible;   
}  
