* {
  margin: 0;
  padding: 0;
  scrollbar-color: #EA2C27 #e5e5e5;
  scrollbar-width: thin;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus, *:active {
  outline-width: 0;
}

::-webkit-scrollbar {
  width: 3px;
  height: 2px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #e5e5e5;
}

::-webkit-scrollbar-thumb {
  background-color: #EA2C27;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

::-moz-selection {
  background: #EA2C27;
  color: #fff;
}

::selection {
  background: #EA2C27;
  color: #fff;
}

a {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Akrobat';
}

body {
  width: 100vw;
  max-width: 100vw;
  min-height: 100vh;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  background: #F6F6F6;
  font-family: 'PT Sans';
  color: #222;
  font-size: 15px;
  padding-top: 178px;
}

body.overflow {
  overflow: hidden;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (min-width: 768px) {
  body {
    padding-top: 152px;
  }
}

@media screen and (min-width: 1200px) {
  body {
    padding-top: 0;
  }
}

.container {
  width: 100vw;
  max-width: calc(100vw - 30px);
  margin-left: auto;
  margin-right: auto;
}

.container__100 {
  max-width: 100vw;
  margin-left: -15px;
  margin-right: -15px;
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1410px;
  }
  .container__100 {
    margin-left: calc(-50vw + 705px);
    margin-right: calc(-50vw + 705px);
  }
}

.img {
  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;
  width: 100%;
}

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

.title {
  font-weight: bold;
  font-size: 26px;
  line-height: 120%;
  text-transform: uppercase;
  color: #222;
  text-decoration: none;
  font-family: 'Akrobat';
  margin-bottom: 20px;
}

.small-title {
  font-weight: bold;
  color: #222;
  text-decoration: none;
  font-family: 'Akrobat';
  font-size: 20px;
  line-height: 100%;
  margin-bottom: 26px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.small-title .ico {
  margin-right: 12px;
  width: 20px;
  height: 20px;
}

.text {
  font-size: 16px;
  line-height: 22.4px;
}

.text ul, .text ol {
  list-style-position: inside;
}

.text iframe {
  width: 100% !important;
}

.text > * {
  margin-bottom: 20px;
}

.text > *.title {
  margin-bottom: 30px;
}

.text > *:last-child {
  margin-bottom: 0;
}

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

@media screen and (min-width: 1200px) {
  .title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .small-title {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .small-title .ico {
    width: 22px;
    height: 22px;
  }
  .text strong {
    font-size: 18px;
    line-height: 25px;
  }
}

@media screen and (max-width: 767px) {
  .text iframe {
    height: 149px;
  }
}

.section {
  margin-bottom: 50px;
  position: relative;
}

.section__header {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section__header .title {
  margin-bottom: 0;
}

.section__header_line-through .title {
  max-width: calc(100% - 100px);
}

@media screen and (min-width: 768px) {
  .section {
    margin-bottom: 60px;
  }
  .section__header_line-through {
    position: relative;
  }
  .section__header_line-through .title {
    background: #F6F6F6;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
  }
  .section__header_line-through::before {
    content: "";
    display: block;
    width: 100vw;
    height: 1px;
    background: #E0E0E0;
    position: absolute;
    z-index: -1;
    left: -15px;
    top: 50%;
  }
}

@media screen and (min-width: 1490px) {
  .section__header_line-through .title {
    padding-left: 30px;
    padding-right: 30px;
    margin-left: -30px;
  }
  .section__header_line-through::before {
    left: calc(-50vw + 705px);
  }
}

.wrapper {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.col {
  margin-left: 15px;
  margin-right: 15px;
  width: 100%;
  max-width: calc(100% - 30px);
}

.w100 {
  width: 100%;
}
/* 
@media screen and (max-width: 767px) {
  .full-mobile {
    width: 100vw;
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .full-mobile .section__header {
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
  }
} */

.ico {
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.ico::after, .ico::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.ico::after {
  opacity: 1;
}

.ico::before {
  opacity: 0;
}

.ico-star {
  width: 14px;
  height: 14px;
}

.ico-star::after {
  background: url(../image/star.svg) center center no-repeat;
  background-size: 100%;
}

.ico-star::before {
  background: url(../image/starActive.svg) center center no-repeat;
  background-size: 100%;
}

.ico-star.active::after {
  opacity: 0;
}

.ico-star.active::before {
  opacity: 1;
}

.ico-buy {
  width: 16px;
  height: 16px;
}

.ico-buy::after {
  background: url(../image/shop.svg) center center no-repeat;
  background-size: 100%;
}

.ico-like-btn {
  width: 20px;
  height: 20px;
}

.ico-like-btn::after {
  background: url(../image/like-btn.svg) center center no-repeat;
  background-size: 100%;
}

.ico-like-btn::before {
  background: url(../image/like-btnActive2.svg) center center no-repeat;
  background-size: 100%;
}

.ico-compare-btn {
  width: 20px;
  height: 20px;
}

.ico-compare-btn::after {
  background: url(../image/compare-btn.svg) center center no-repeat;
  background-size: 100%;
}

.ico-compare-btn::before {
  background: url(../image/compare-btnActive2.svg) center center no-repeat;
  background-size: 100%;
}

.ico-search {
  width: 20px;
  height: 20px;
}

.ico-search::after {
  background: url(../image/search.svg) center center no-repeat;
  background-size: 100%;
}

.ico-search::before {
  background: url(../image/searchActive.svg) center center no-repeat;
  background-size: 100%;
}

.ico-search2 {
  width: 16px;
  height: 16px;
}

.ico-search2::after {
  background: url(../image/search2.svg) center center no-repeat;
  background-size: 100%;
}

.ico-microphone {
  width: 20px;
  height: 20px;
}

.ico-microphone::after {
  background: url(../image/microphone.svg) center center no-repeat;
  background-size: 100%;
}

.ico-microphone::before {
  background: url(../image/microphoneActive.svg) center center no-repeat;
  background-size: 100%;
}

.ico-compare::after {
  background: url(../image/compare.svg) center center no-repeat;
  background-size: 100%;
}

.ico-compare::before {
  background: url(../image/compareActive.svg) center center no-repeat;
  background-size: 100%;
}

.ico-like::after {
  background: url(../image/like.svg) center center no-repeat;
  background-size: 100%;
}

.ico-like::before {
  background: url(../image/likeActive.svg) center center no-repeat;
  background-size: 100%;
}

.ico-cart::after {
  background: url(../image/cart.svg) center center no-repeat;
  background-size: 100%;
}

.ico-cart::before {
  background: url(../image/cartActive.svg) center center no-repeat;
  background-size: 100%;
}

.ico-user {
  width: 16px;
  height: 16px;
}

.ico-user::after {
  background: url(../image/user.svg) center center no-repeat;
  background-size: 100%;
}

.ico-user::before {
  background: url(../image/userActive.svg) center center no-repeat;
  background-size: 100%;
}

.ico-catalog::after {
  background: url(../image/catalog.svg) center center no-repeat;
  background-size: 100%;
}

.ico-micro::after {
  background: url(../image/micro.svg) center center no-repeat;
  background-size: 100%;
}
.ico-micro2::after {
  background: url(../image/micro2.svg) center center no-repeat;
  background-size: 100%;
}
.header__btns a{
  margin-right: -2px;
}
.ico-eye {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 15px;
}

.ico-eye ~ .input {
  padding-right: 60px;
}

.ico-eye:hover::after {
  opacity: 0;
}

.ico-eye:hover::before {
  opacity: 1;
}

.ico-eye::after {
  background: url(../image/eye.svg) center center no-repeat;
  background-size: 100%;
}

.ico-eye::before {
  background: url(../image/eyeActive.svg) center center no-repeat;
  background-size: 100%;
}

.ico-plug::after {
  background: url(../image/plug.svg) center center no-repeat;
  background-size: 100%;
}

.ico-drill::after {
  background: url(../image/drill.svg) center center no-repeat;
  background-size: 100%;
}

.ico-house::after {
  background: url(../image/house.svg) center center no-repeat;
  background-size: 100%;
}

.ico-mobile::after {
  background: url(../image/mobile.svg) center center no-repeat;
  background-size: 100%;
}

.ico-battery::after {
  background: url(../image/battery.svg) center center no-repeat;
  background-size: 100%;
}

.ico-flashlight::after {
  background: url(../image/flashlight.svg) center center no-repeat;
  background-size: 100%;
}

.ico-facebook {
  width: 22px;
  height: 22px;
}

.ico-facebook::after {
  background: url(../image/facebook.svg) center center no-repeat;
  background-size: 100%;
}

.ico-google {
  width: 22px;
  height: 22px;
}

.ico-google::after {
  background: url(../image/google.svg) center center no-repeat;
  background-size: 100%;
}

.ico-send {
  width: 20px;
  height: 20px;
}

.ico-send::after {
  background: url(../image/send.svg) center center no-repeat;
  background-size: 100%;
}

.ico_contactPhone {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #F4F4F4;
}

.ico_contactPhone::after {
  background: url(../image/contactPhohe.svg) center center no-repeat;
  background-size: 20px;
}

.ico_contactEmail {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #F4F4F4;
}

.ico_contactEmail::after {
  background: url(../image/contactEmail.svg) center center no-repeat;
  background-size: 20px;
}

.ico_contactMap {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #F4F4F4;
}

.ico_contactMap::after {
  background: url(../image/contactMap.svg) center center no-repeat;
  background-size: 18px;
}

.ico_profile1 {
  width: 16px;
  height: 16px;
}

.ico_profile1::after {
  background: url(../image/profile/nav1.svg) center center no-repeat;
  background-size: 100%;
}

.ico_profile1::before {
  background: url(../image/profile/nav1Active.svg) center center no-repeat;
  background-size: 100%;
}

.ico_profile2 {
  width: 16px;
  height: 16px;
}

.ico_profile2::after {
  background: url(../image/profile/nav2.svg) center center no-repeat;
  background-size: 100%;
}

.ico_profile2::before {
  background: url(../image/profile/nav2Active.svg) center center no-repeat;
  background-size: 100%;
}

.ico_profile3 {
  width: 16px;
  height: 16px;
}

.ico_profile3::after {
  background: url(../image/profile/nav3.svg) center center no-repeat;
  background-size: 100%;
}

.ico_profile3::before {
  background: url(../image/profile/nav3Active.svg) center center no-repeat;
  background-size: 100%;
}

.ico_profile4 {
  width: 16px;
  height: 16px;
}

.ico_profile4::after {
  background: url(../image/profile/nav4.svg) center center no-repeat;
  background-size: 100%;
}

.ico_profile4::before {
  background: url(../image/profile/nav4Active.svg) center center no-repeat;
  background-size: 100%;
}

.ico_profile5 {
  width: 16px;
  height: 16px;
}

.ico_profile5::after {
  background: url(../image/profile/nav5.svg) center center no-repeat;
  background-size: 100%;
}

.ico_profile5::before {
  background: url(../image/profile/nav5Active.svg) center center no-repeat;
  background-size: 100%;
}

.ico_profile6 {
  width: 16px;
  height: 16px;
}

.ico_profile6::after {
  background: url(../image/profile/nav6.svg) center center no-repeat;
  background-size: 100%;
}

.ico_profile6::before {
  background: url(../image/profile/nav6Active.svg) center center no-repeat;
  background-size: 100%;
}

.ico_profile7 {
  width: 16px;
  height: 16px;
}

.ico_profile7::after {
  background: url(../image/profile/nav7.svg) center center no-repeat;
  background-size: 100%;
}

.ico_profile7::before {
  background: url(../image/profile/nav7Active.svg) center center no-repeat;
  background-size: 100%;
}

.ico_eye::after {
  background: url(../image/profile/eye.svg) center center no-repeat;
  background-size: 100%;
}

.ico_prof1::after {
  background: url(../image/profile/profile1.svg) center center no-repeat;
  background-size: 100%;
}

.ico_prof2::after {
  background: url(../image/profile/profile2.svg) center center no-repeat;
  background-size: 100%;
}

.ico_prof3::after {
  background: url(../image/profile/profile3.svg) center center no-repeat;
  background-size: 100%;
}

.ico_edit {
  width: 16px;
  height: 16px;
}

.ico_edit::after {
  background: url(../image/profile/edit.svg) center center no-repeat;
  background-size: 100%;
}

.ico_remove {
  width: 16px;
  height: 20px;
}

.ico_remove::after {
  background: url(../image/profile/remove.svg) center center no-repeat;
  background-size: 100%;
}

.ico_remove::before {
  background: url(../image/profile/removeActive.svg) center center no-repeat;
  background-size: 100%;
}

.ico_copy {
  width: 16px;
  height: 20px;
}

.ico_copy::after {
  background: url(../image/profile/copy.svg) center center no-repeat;
  background-size: 100%;
}

.ico_copy::before {
  background: url(../image/profile/copyActive.svg) center center no-repeat;
  background-size: 100%;
}

.ico_delivery1 {
  width: 20px;
  height: 20px;
}

.ico_delivery1::after {
  background: url(../image/delivery1.svg) center center no-repeat;
  background-size: 100%;
}

.ico_delivery1::before {
  background: url(../image/delivery1Active.svg) center center no-repeat;
  background-size: 100%;
}

.ico_delivery2 {
  width: 20px;
  height: 20px;
}

.ico_delivery2::after {
  background: url(../image/delivery2.svg) center center no-repeat;
  background-size: 100%;
}

.ico_delivery2::before {
  background: url(../image/delivery2Active.svg) center center no-repeat;
  background-size: 100%;
}

.ico_gift {
  width: 20px;
  height: 20px;
}

.ico_gift::after {
  background: url(../image/gift.svg) center center no-repeat;
  background-size: 100%;
}

button, input[type="submit"] {
  cursor: pointer;
}

.btn {
  border: none;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  background: rgba(255, 255, 255, 0);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.btn_buy {
  border-radius: 50%;
  min-width: 38px;
  min-height: 38px;
  padding: 11px;
  background: #EA2C27;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn_buy:hover {
  background: #ED4642;
}

.btn_primary {
  background: #EA2C27;
  min-height: 46px;
  padding: 10px 10px 11px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: 'Akrobat';
  text-align: center;
}

.btn_primary-grey {
  background: #C8C8C8;
}

.btn_primary:hover {
  background: #ED4642;
}

.btn_primary-text {
  font-family: Akrobat;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #EA2C27;
}

.btn_primary-text:hover {
  color: #222;
}

.btn_bordered {
  border: 2px solid #EA2C27;
  color: #222;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  min-height: 46px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 26px 16px;
  font-family: 'Akrobat';
}

.btn_bordered:hover {
  color: #fff;
  background: #EA2C27;
}

.btn_bordered2 {
  font-family: 'Akrobat';
  border: 2px solid #ccc;
  color: #EA2C27;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  min-height: 46px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 10px 11px;
}

.btn_bordered2:hover {
  border-color: #EA2C27;
}

.btn_red {
  color: #EA2C27;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
}

.btn_red:hover {
  text-decoration: underline;
}

.btn_social {
  border: 1px solid #EBEBEB;
  min-height: 42px;
  font-family: Akrobat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #555;
  padding: 10px 21px 10px 13px;
  min-width: 130px;
}

.btn_social .ico {
  margin-right: 12px;
}

.btn_social:hover {
  color: #EA2C27;
  border-color: #EA2C27;
}

.btn_dashed {
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  border-bottom: 1px dashed #222222;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.btn_dashed:hover {
  color: #EA2C27;
  border-color: #EA2C27;
}

@media screen and (min-width: 374px) {
  .btn_social {
    padding: 10px 41px 10px 33px;
    min-width: 158px;
  }
}

@media screen and (min-width: 1200px) {
  .btn_buy {
    min-width: 46px;
    min-height: 46px;
  }
  .btn_primary {
    min-height: 50px;
    font-size: 17px;
    line-height: 21px;
  }
  .btn_bordered {
    min-height: 50px;
    padding: 15px 30px 14px;
    font-size: 16px;
    line-height: 20px;
  }
}

.btn_edit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #EA2C27;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
}

.btn_edit.edit {
  opacity: 0;
  pointer-events: none;
}

.btn_edit .ico {
  margin-right: 12px;
}

.btn_edit:hover {
  text-decoration: underline;
}

.input {
  background: #F5F7F9;
  border: none;
  border-radius: 0;
  min-height: 50px;
  padding: 15px 20px 16px;
  font-weight: normal;
  font-size: 15px;
  line-height: 19px;
  width: 100%;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.input_2 {
  background: #fff;
  border: 1px solid #CCC;
}

.input_2:focus {
  border-color: #222;
}

.input:focus {
  border-color: #222;
}

.input::-webkit-input-placeholder {
  color: #999;
}

.input:-ms-input-placeholder {
  color: #999;
}

.input::-ms-input-placeholder {
  color: #999;
}

.input::placeholder {
  color: #999;
}

input.input {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.input-label {
  position: relative;
  width: 100%;
  display: block;
}

.input-label.full span {
  display: none;
}

.input-label .input:required ~ .placeholder::after {
  content: ' *';
  color: #EA2C27;
}

.input-label .placeholder {
  color: #999;
  position: absolute;
  top: 15px;
  left: 20px;
  font-size: 15px;
  line-height: 19px;
  cursor: text;
}

textarea.input {
  resize: none;
  min-height: 200px;
  max-height: 200px;
}

textarea.input_2 {
  min-height: 170px;
  max-height: 170px;
}

@media screen and (min-width: 1200px) {
  textarea.input {
    min-height: 180px;
    max-height: 180px;
  }
  textarea.input_2 {
    min-height: 150px;
    max-height: 150px;
  }
}

.agreement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.agreement > *:first-child {
  margin-right: 15px;
}

.agreement > *:last-child {
  margin-left: auto;
  margin-right: 0;
}

.agreement_multiple {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.agreement_multiple > * {
  margin-bottom: 17px;
}

.agreement_multiple > *:first-child {
  margin-right: unset;
}

.agreement_multiple > *:last-child {
  margin-left: unset;
  margin-right: unset;
}

.checkbox {
  padding-left: 36px;
  position: relative;
  display: block;
  cursor: pointer;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: rgba(34, 34, 34, 0.9);
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.checkbox a {
  color: #EA2C27;
  text-decoration: none;
}

.checkbox a:hover {
  text-decoration: underline;
}

.checkbox:last-child {
  margin-bottom: 0;
}

.checkbox:before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  background: #fff;
  border: 1px solid #D7D7D7;
  position: absolute;
  left: 0;
  top: -3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.checkbox:after {
  content: '';
  display: block;
  width: 14px;
  height: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  position: absolute;
  left: 5px;
  top: 4px;
  opacity: 0;
}

.checkbox:hover {
  color: #EA2C27;
}

.checkbox.active:before {
  background: #EA2C27;
  border-color: #EA2C27;
}

.checkbox.active:after {
  opacity: 1;
}

.checkbox input {
  display: none;
}

.checkbox .badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #999999;
  margin-left: auto;
  margin-right: 0;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  margin-left: 5px;
}

.input2-placeholder {
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #555;
  margin-bottom: 10px;
  display: block;
}

.input2-placeholder i {
  font-style: normal;
  color: #EA2C27;
}

.js-Dropdown-title {
  padding: 12px 16px;
  border: 1px solid #EBEBEB;
  min-height: 46px;
  font-size: 14px;
  line-height: 140%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.js-Dropdown-title::after {
  display: none;
}

.js-Dropdown-title::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 2px solid #222;
  border-bottom: 2px solid #222;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 19px;
  top: calc(50% - 5px);
}

.js-Dropdown-list {
  max-height: 206px;
  padding: 15px 20px;
  border: 1px solid #EBEBEB;
  background: #fff;
}

.js-Dropdown-list li {
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #555555;
  opacity: 0.9;
  border-bottom: none;
  padding: 0;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.js-Dropdown-list li:hover {
  background-color: #fff;
  opacity: 1;
}

.js-Dropdown-list li:not(:last-child) {
  margin-bottom: 14px;
}

.js-Dropdown-list li.is-selected {
  background-color: #fff;
  color: #EA2C27;
  opacity: 1;
}

.header {
  top: 0;
  left: 0;
  width: 100vw;
  position: fixed;
  background: #fff;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05);
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

@media screen and (min-width: 1200px) {
  .header {
    position: relative;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1199px) {
  .header.active .logo img:first-child {
    display: none;
  }
  .header.active .logo img:not(:first-child) {
    display: unset;
  }
  .header.active .header__top {
    min-height: 90vh;
    height: 100%;
    padding-top: 130px;
    padding-bottom: 66px;
  }
  .header.active .header__top::before {
    height: 130px;
  }
  .header.active .languages {
    top: 29px;
  }
  .header.active .btn-login {
    top: 92px;
  }
  .header.active .btn-dashboard {
    bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .header.active .header__top {
    padding-top: 100px;
  }
  .header.active .header__top::before {
    height: 100px;
  }
  .header.active .languages {
    top: 16px;
  }
  .header.active .btn-login {
    top: 62px;
  }
}

.header__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__banner img {
  width: 100%;
}

.header__top {
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  position: relative;
}

.header__top > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.header__top > .main-link {
  text-transform: uppercase;
  color: #EA2C27;
  width: 100%;
  margin-bottom: 26px;
}

.header__top > .main-link::after {
  border-color: #EA2C27;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid #EBEBEB;
}

.header__menu a {
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  color: #222;
  margin-bottom: 26px;
  text-decoration: none;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.header__menu a:hover {
  color: #EA2C27;
}

@media screen and (max-width: 767px) {
  .header__menu a {
    margin-bottom: 20px;
  }
}

.header__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  margin-left: auto;
  margin-right: 0;
}

.languages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.btn-language {
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

@media screen and (min-width: 1200px) {
  .header__top {
    padding-top: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #EBEBEB;
  }
  .header__top > .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-bottom: none;
    width: unset;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .header__menu a {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
    margin-right: 15px;
  }
  .header__links > * {
    margin-left: 15px;
  }
  .btn-language {
    color: #999;
  }
  .btn-language.active {
    color: #222;
    cursor: default;
  }
  .btn-language:not(.active):hover {
    color: #EA2C27;
  }
  .btn-language:not(:last-child) {
    margin-right: 16px;
  }
  .btn-language:not(:last-child)::after {
    content: '';
    display: block;
    width: 1px;
    height: 16px;
    background: #E0E0E0;
    pointer-events: none;
    position: absolute;
    right: -8px;
    top: calc(50% - 8px);
  }
}

@media screen and (min-width: 1490px) {
  .header__menu a {
    margin-right: 30px;
  }
  .header__links > * {
    margin-left: 30px;
  }
}

.btn-login {
  text-decoration: none;
  color: #222;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Arial;
}

.btn-login .ico {
  margin-right: 8px;
}

.btn-login:hover {
  color: #EA2C27;
}

.btn-login:hover .ico::after {
  opacity: 0;
}

.btn-login:hover .ico::before {
  opacity: 1;
}

.header-drop {
  position: relative;
  z-index: 3;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-drop__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 24px;
  padding-right: 20px;
  text-decoration: none;
  color: #222;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  font-family: 'Akrobat';
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.header-drop__btn:hover {
  color: #EA2C27;
}

.header-drop__btn::after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 2px solid #222;
  border-right: 2px solid #222;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 4px;
  top: calc(50% - 3px);
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.header-drop__btn svg {
  position: absolute;
  left: 0;
  top: calc(50% - 8px);
}

.header-drop__body {
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-drop__container {
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #fff;
}

.header-drop__container a {
  color: #222;
  text-decoration: none;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  font-family: 'Akrobat';
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.header-drop__container a:hover {
  color: #EA2C27;
}

.header-drop__container > div, .header-drop__container > form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.header-drop__container > div > *:not(:last-child), .header-drop__container > form > *:not(:last-child) {
  margin-bottom: 6px;
}

.header-drop__container > div:not(:last-child), .header-drop__container > form:not(:last-child) {
  margin-bottom: 30px;
}

.header-contacts-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #999;
  margin-bottom: 12px;
}

.header-contacts-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row nowrap;
          flex-direction: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-contacts-links > *:not(:last-child) {
  margin-right: 8px;
}

.header-contacts-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row nowrap;
          flex-direction: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.header-contacts-time span {
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
}

.header-contacts-time span:first-child {
  margin-right: 12px;
}

.header-contacts-time span:last-child {
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}

.header-callback-form {
  position: relative;
  width: 100%;
}

.header-callback-form .input {
  padding-right: 60px;
  min-height: 44px;
  padding-left: 20px;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0 !important;
}

.header-callback-form .btn_primary {
  min-height: 32px;
  width: 46px;
  padding: 5px;
  position: absolute;
  top: calc(50% - 16px);
  right: 6px;
}

.btn-dashboard {
  min-height: 32px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 15px;
  padding-right: 15px;
}

.btn-dashboard .ico {
  margin-right: 8px;
}

@media screen and (min-width: 1200px) {
  .header-drop:hover .header-drop__btn::after {
    top: calc(50% - 1px);
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .header-drop:hover .header-drop__body::before {
    content: '';
    display: block;
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    top: -7px;
    left: 50%;
  }
  .header-drop:hover .header-drop__container {
    padding: 20px 26px;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    max-height: 2000px;
    margin-top: 12px;
  }
  .header-drop__body {
    position: absolute;
    top: calc(100% - 1px);
    left: calc(50% - 175px);
  }
  .header-drop__container {
    overflow: hidden;
    max-height: 0;
    width: 350px;
    padding-left: 26px;
    padding-right: 26px;
  }
}

@media screen and (max-width: 1199px) {
  .header__top {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    height: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    background: #fff;
    z-index: 2;
  }
  .header__top::before {
    content: '';
    display: block;
    width: 100vw;
    height: 0px;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background: #EA2C27;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
  }
  .languages {
    position: fixed;
    z-index: 3;
    top: -29px;
    right: 15px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
  }
  .btn-language {
    color: #fff;
    padding: 2px 9px 2px;
    border-radius: 4px;
    margin-left: 3px;
  }
  .btn-language.active {
    color: #222;
    background: #fff;
  }
  .btn-language:not(.active):hover {
    color: #fff;
  }
  .btn-login {
    position: fixed;
    top: -30px;
    left: 15px;
    z-index: 3;
    color: #fff;
  }
  .btn-login .ico {
    width: 24px;
    height: 24px;
  }
  .btn-login .ico::after {
    opacity: 0;
  }
  .btn-login .ico::before {
    opacity: 1;
    background: url(../image/userWhite.svg) center center no-repeat;
    background-size: 100%;
  }
  .btn-login:hover {
    color: #fff;
  }
  .btn-login:hover .ico::after {
    opacity: 0;
  }
  .btn-login:hover .ico::before {
    opacity: 1;
  }
  .header__links {
    margin-left: 0;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .header-contacts-title {
    margin-bottom: 6px;
  }
  .header-drop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    z-index: unset;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
  .header-drop__body {
    width: 100%;
  }
  .header-drop__container {
    width: 100%;
    max-width: 400px;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    margin-left: 0;
    margin-right: auto;
  }
  .header-drop__container > div > a:not(:last-child), .header-drop__container > form > a:not(:last-child) {
    margin-bottom: 3px;
  }
  .header-drop__container > div > .header-contacts-links:not(:last-child), .header-drop__container > form > .header-contacts-links:not(:last-child) {
    margin-bottom: 2px;
  }
  .header-drop__container > div:not(:last-child), .header-drop__container > form:not(:last-child) {
    margin-bottom: 16px;
  }
  .header-drop__container a {
    font-size: 20px;
    line-height: 25px;
  }
  .header-contacts-links a:not(:first-child) {
    line-height: 14px;
  }
  .btn-dashboard {
    min-height: 56px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: fixed;
    bottom: -60px;
    left: 0px;
    right: 0px;
    width: 100vw;
    z-index: 5;
  }
}

@media screen and (max-width: 374px) {
  .header-callback-form .input {
    padding-left: 10px;
    padding-right: 50px;
  }
  .header-callback-form .btn_primary {
    width: 40px;
  }
}

.btn-burger {
  min-height: 24px;
  min-width: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 14px;
  position: fixed;
  top: 29px;
  left: 15px;
  z-index: 3;
}

.btn-burger i {
  display: block;
  height: 2px;
  width: 100%;
  border-radius: 2px;
  background: #222;
  position: relative;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.btn-burger i::after, .btn-burger i::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  background: #222;
  border-radius: 2px;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.btn-burger i::after {
  bottom: -6px;
}

.btn-burger i::before {
  top: -6px;
}

.btn-burger.active i {
  background: #fff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.btn-burger.active i::after, .btn-burger.active i::before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  background: #fff;
  bottom: 0;
  top: 0;
}

.btn-burger.active:hover i {
  background: #fff;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.btn-burger.active:hover i::after, .btn-burger.active:hover i::before {
  background: #fff;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.btn-burger:hover i {
  background: #EA2C27;
}

.btn-burger:hover i::after, .btn-burger:hover i::before {
  background: #EA2C27;
}

.header__main {
  padding-top: 5px;
  padding-bottom: 10px;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.header__main > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo {
  width: 131px;
  height: 44px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.logo img:not(:first-child) {
  display: none;
}

.header__catalog {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  margin-top: 10px;
}

.header__catalog > *:not(:last-child) {
  margin-bottom: 11px;
}

@media screen and (max-width: 470px) {
  .header.active .btn-login {
    width: 40%;
  }
  .btn-language {
    font-size: 12px;
    padding: 2px 5px;
  }
  .header.active .languages {
    top: 64px;
  }
}


.search-wrapper {
  position: relative;
  width: 100%;
}

.search-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-container::after {
  content: '';
  display: block;
  width: 1px;
  height: 26px;
  background: #E0E0E0;
  position: absolute;
  top: calc(50% - 13px);
  right: 162px;
}

.search-container .btn_primary {
  min-width: 110px;
  max-width: 110px;
}

.search-container .ico-search2 {
  position: absolute;
  top: calc(50% - 9px);
  left: 20px;
}

.microphone {
  min-height: 20px;
  min-width: 20px;
  -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: 126px;
  top: calc(50% - 11px);
}

.microphone:hover .ico::after {
  opacity: 0;
}

.microphone:hover .ico::before {
  opacity: 1;
}

.search-input {
  padding-left: 48px;
  padding-right: 60px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.catalog-link {
  width: 100%;
}

.catalog-link svg {
  margin-right: 12px;
}

.header__btns {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
  margin-right: 0;
}

.header__btns > * {
  margin-left: 14px;
}

.header-btn {
  -webkit-transition: color .3s ease-in;
  -o-transition: color .3s ease-in;
  transition: color .3s ease-in;
}

.header-btn:hover {
  color: #EA2C27;
}

.header-btn:hover .ico::after {
  opacity: 0;
}

.header-btn:hover .ico::before {
  opacity: 1;
}

.cart-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart-btn .ico-cart{
  position: relative;
  z-index: 1;
}
.cart-btn__count {
  position: absolute;
  right: -10px;
  top: -10px;
  min-width: 20px;
  min-height: 20px;
  color: #fff;
  background: #EA2C27;
  border-radius: 10px;
  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;
  z-index: 4;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  font-family: 'Akrobat';
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  padding-left: 2px;
  padding-right: 2px;
}

.cart-btn__body {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.cart-btn__title {
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #555;
  margin-bottom: -2px;
}

.cart-btn__price {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Akrobat';
}

@media screen and (min-width: 370px) {
  .logo {
    width: 171px;
    height: 44px;
  }
}

@media screen and (min-width: 768px) {
  .btn-burger {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 30px;
  }
  .logo {
    width: 266px;
    height: 69px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .header__btns {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .header__btns > * {
    margin-left: 30px;
  }
  .header__catalog {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__catalog > *:not(:last-child) {
    margin-bottom: 0;
  }
  .catalog-link {
    margin-left: 0;
    margin-right: auto;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    max-width: calc(30% - 15px);
  }
  .search-wrapper {
    max-width: calc(70% - 15px);
    margin-left: auto;
    margin-right: 0;
  }
  .cart-btn__count {
    right: unset;
    left: 14px;
    top: -4px;
  }
  .cart-btn .ico {
    margin-right: 12px;
  }
}

@media screen and (min-width: 1200px) {
  .header__catalog {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 40px;
    margin-right: 20px;
  }
  .catalog-link {
    max-width: 240px;
  }
  .search-wrapper {
    max-width: calc(100% - 270px);
  }
}

@media screen and (max-width: 1199px) {
  .search-input {
    min-height: 46px;
    padding: 10px 90px 12px 16px;
  }
  .search-container::after {
    right: 48px;
  }
  .search-container .btn_primary {
    background: rgba(255, 255, 255, 0);
    min-height: 20px;
    min-width: 20px;
    max-width: 20px;
    padding: 0;
    position: absolute;
    right: 14px;
    top: calc(50% - 11px);
    z-index: 1;
  }
  .search-container .btn_primary:hover .ico::after {
    opacity: 0;
  }
  .search-container .btn_primary:hover .ico::before {
    opacity: 1;
  }
  .microphone {
    min-height: 20px;
    min-width: 20px;
    right: 62px;
  }
  .header__main {
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
  }
  .header__btns {
    min-height: 69px;
  }
  .logo {
    position: fixed;
    top: 5px;
    left: 69px;
    z-index: 3;
  }
}

@media screen and (max-width: 767px) {
  .search-input {
    min-height: 42px;
  }
  .header__btns {
    min-height: 44px;
  }
  .btn-burger {
    top: 16px;
  }
  .logo {
    left: 53px;
  }
}

.categories-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  height: 100vh;
  width: 100vw;
  overflow: auto;
  -webkit-transition: right .3s ease-in;
  -o-transition: right .3s ease-in;
  transition: right .3s ease-in;
  position: fixed;
  z-index: 5;
  right: -110vw;
  top: 0;
  bottom: 0;
  background: #fff;
}

.categories-catalog.active {
  right: 0;
}

#backToMenu {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  min-height: 52px;
  padding-left: 50px;
  padding-right: 50px;
  z-index: 2;
}

#backToMenu svg {
  position: absolute;
  left: 15px;
  top: calc(50% - 12px);
}

.footer {
  background: #111;
  color: #fff;
}

.footer > .container {
  padding-top: 40px;
  padding-bottom: 26px;
}

@media screen and (min-width: 1200px) {
  .footer {
    margin-top: 20px;
  }
  .footer > .container {
    padding-top: 54px;
    padding-bottom: 58px;
  }
}

.footer__subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  padding-bottom: 20px;
  border-bottom: 1px solid #3D3D3D;
  margin-bottom: 25px;
}

.footer__subscribe-img {
  width: 48px;
  height: 48px;
  margin-right: 16px;
}

.footer__subscribe-title h4 {
  font-weight: bold;
  font-size: 22px;
  line-height: 120%;
  text-transform: uppercase;
  color: #FBFBFB;
  font-family: Akrobat;
  margin-bottom: 2px;
}

.footer__subscribe-title span {
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  color: #C4C4C4;
}

.footer__subscribe-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.footer__subscribe-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__subscribe-form .btn_primary {
  min-height: 50px;
  min-width: 60px;
}

.footer__subscribe-form .input {
  background: #1E1E1E url(../image/mail.svg) 20px center no-repeat;
  background-size: 20px;
  padding-left: 52px;
  color: #fff;
}

.footer__subscribe-form .input:placeholder {
  color: #C4C4C4;
}

@media screen and (min-width: 768px) {
  .footer__subscribe {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
  .footer__subscribe-header {
    width: 100%;
    margin-right: 30px;
    max-width: 50%;
    margin-bottom: 0;
  }
  .footer__subscribe-form {
    margin-left: auto;
    margin-right: 0;
    width: 100%;
    max-width: calc(41.67% + 15px);
  }
  .footer__subscribe-form .btn_primary {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media screen and (min-width: 1200px) {
  .footer__subscribe {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .footer__subscribe-img {
    width: 80px;
    height: 80px;
    margin-right: 40px;
  }
  .footer__subscribe-title h4 {
    font-size: 30px;
  }
  .footer__subscribe-title span {
    font-size: 16px;
  }
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.footer__col {
  width: 100%;
}

.footer__col a {
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.footer__col a:hover {
  color: #EA2C27;
}

.footer__col-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: all .6s ease-in;
  -o-transition: all .6s ease-in;
  transition: all .6s ease-in;
}

.footer__col-body a {
  text-decoration: none;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #FFF;
  margin-bottom: 14px;
}

.footer__col-header {
  font-family: Akrobat;
  font-weight: bold;
  font-size: 18px;
  line-height: 120%;
  text-transform: uppercase;
  color: #FBFBFB;
}

.footer__col-big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 29px;
}

.footer__col-big > *:not(:last-child) {
  margin-bottom: 12px;
}

.footer__logo {
  width: 266px;
  height: 69px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__logo img {
  max-height: 100%;
  max-width: 100%;
}

.footer__phone {
  color: #FFF;
  text-decoration: none;
  font-family: Akrobat;
  font-weight: bold;
  font-size: 22px;
  line-height: 120%;
}

.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__socials a {
  min-height: 44px;
  min-width: 44px;
  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;
  background: #191919;
  border-radius: 50%;
  margin-right: 12px;
}

.footer__socials a * {
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.footer__socials a:hover {
  background: #111;
}

.footer__socials a:hover * {
  fill: #EA2C27;
}

.footer__descr {
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
}

.footer__descr a {
  text-decoration: none;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .footer__col-header {
    margin-bottom: 20px;
  }
  .footer__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 5px;
  }
  .footer__col {
    max-width: calc(50% - 15px);
    margin-bottom: 29px;
  }
}

@media screen and (min-width: 1200px) {
  .footer__col-header {
    font-size: 20px;
  }
  .footer__logo {
    margin-bottom: 20px;
  }
  .footer__descr {
    font-size: 16px;
  }
  .footer__col {
    width: unset;
    max-width: calc(20% - 15px);
    margin-bottom: 0;
  }
  .footer__col-big {
    max-width: calc(33.33% - 15px);
  }
}

@media screen and (max-width: 767px) {
  .footer__col.active .footer__col-body {
    max-height: 500px;
  }
  .footer__col.active .footer__col-header::after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
    top: calc(50% - 3px);
  }
  .footer__col-body {
    max-height: 0;
    overflow: hidden;
  }
  .footer__col-header {
    cursor: pointer;
    padding: 19px 15px;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    border-top: 1px solid #3D3D3D;
    position: relative;
  }
  .footer__col-header::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    right: 22px;
    top: calc(50% - 5px);
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
  }
}

.footer__bot {
  background: #1A1A1A;
  padding: 20px 15px 21px;
  text-align: center;
}

.footer__bot .container > *:not(:last-child) {
  margin-bottom: 12px;
}

.copyright {
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  color: #999;
}

.developer {
  font-size: 14px;
  line-height: 140%;
  color: #999;
  white-space: nowrap;
}

.developer a {
  margin-left: 10px;
}

.developer * {
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.developer a:hover svg * {
  fill: url(#paint1_linear);
}

@media screen and (min-width: 1200px) {
  .footer__bot {
    text-align: unset;
    padding: 30px 0;
  }
  .footer__bot .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer__bot .container > *:not(:last-child) {
    margin-right: 30px;
    margin-bottom: 0px;
  }
}

.windows-wrapper {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  z-index: -99;
  position: fixed;
  top: 0;
  left: 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;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.windows-wrapper.opened {
  opacity: 1;
  z-index: 9999;
}

.close-window {
  position: absolute;
  right: 22px;
  top: 22px;
  width: 20px;
  height: 20px;
  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;
  border: none;
  background: #fff;
}

.close-window::before, .close-window::after {
  content: '';
  display: block;
  width: 2px;
  height: 20px;
  background: #222;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  position: absolute;
  left: calc(50% - 1px);
  top: calc(50% - 10px);
}

.close-window::before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.close-window::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.close-window:hover::before, .close-window:hover::after {
  background: #EA2C27;
}

.close-window:hover::before {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.close-window:hover::after {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.window {
  overflow: hidden;
  position: absolute;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  background: #fff;
  width: 100%;
}

.window:not(.opened) {
  pointer-events: none;
}

.window.opened {
  position: relative;
  opacity: 1;
  z-index: 1;
}

.window-right {
  width: 100vw;
  right: -100vw;
  left: unset;
  top: 0;
  bottom: 0;
  background: #fff;
  position: fixed !important;
  -webkit-transition: all .3s ease-in  !important;
  -o-transition: all .3s ease-in  !important;
  transition: all .3s ease-in  !important;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.window-right .close-window {
  position: absolute;
  right: 15px;
  top: 22px;
  z-index: 9;
}

.window-right .close-window::before, .window-right .close-window::after {
  height: 28px;
  top: calc(50% - 14px);
}

.window-right .window__content {
  padding: 60px 15px 74px;
  max-height: 100vh;
  overflow: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.window-right .window__content > * {
  margin-bottom: 20px;
}

.window-right .window__content > *:first-child {
  margin-top: auto;
}

.window-right .window__content > *:last-child {
  margin-bottom: auto;
}

.window-right .window__content .input-wrapper {
  margin-bottom: 22px;
}

.window-right .window__content .btn_primary {
  margin-top: 10px;
}

.window-right .window__content .btn_primary, .window-right .window__content .btn_bordered, .window-right .window__content .btn_bordered2 {
  min-height: 50px;
}

.window-right .window__content .or {
  margin-top: 10px;
  margin-bottom: 16px;
}

.window-right .window__content > .btn_red {
  margin-top: -6px;
  margin-left: auto;
  margin-right: 0;
}

.window-right.opened {
  right: 0;
}

.window-right.window_cart .window__content > * {
  margin-bottom: 20px;
}

.window-right.window_cart .window__content > *:first-child {
  margin-top: 0;
}

.window-right.window_cart .window__content > *:last-child {
  margin-bottom: 0;
}

.rec {
  display: block;
  margin-bottom: 10px;
}

.rec img {
  width: 100%;
}

.window-right_center {
  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;
}

.window__title {
  font-family: Akrobat;
  font-weight: bold;
  line-height: 120%;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.or {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.or span {
  display: inline-block;
  padding: 0 20px;
  background: #fff;
}

.or::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #CCC;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}

.soc-title {
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: rgba(34, 34, 34, 0.9);
  text-align: center;
}

.soc-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.soc-btns > *:not(:last-child) {
  margin-right: 20px;
}

@media screen and (min-width: 768px) {
  .window-right {
    right: -550px;
    width: 540px;
  }
  .window-right .window__content {
    padding: 60px 50px 74px;
    overflow: auto;
  }
  .window-right .close-window {
    top: 32px;
    right: 32px;
  }
}

@media screen and (min-width: 1200px) {
  .window__title {
    font-size: 26px;
    margin-bottom: 22px;
  }
}

.window_cart .window__content {
  padding-top: 18px;
}

.window_cart .window__content .cart-item {
  margin-bottom: 0;
}

.cart-item {
  padding: 12px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  background: #fff;
}

.cart-item > * {
  width: 100%;
}

.cart-item__title {
  font-weight: normal;
  font-size: 12px;
  line-height: 140%;
  color: #222;
  text-decoration: none;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.cart-item__title:hover {
  color: #EA2C27;
}

.cart-item__remove {
  background: rgba(255, 255, 255, 0);
  border: none;
  min-width: 14px;
  width: 14px;
  height: 14px;
  position: relative;
  margin-left: 10px;
}

.cart-item__remove::after, .cart-item__remove::before {
  content: '';
  display: block;
  width: 1px;
  background: #777;
  height: 16px;
  position: absolute;
  left: calc(50% - 0.5px);
  top: calc(50% - 6px);
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.cart-item__remove::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.cart-item__remove::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.cart-item__remove:hover {
  border-color: #EA2C27;
}

.cart-item__remove:hover::after, .cart-item__remove:hover::before {
  background: #EA2C27;
}

.cart-item__remove:hover::after {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.cart-item__remove:hover::before {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.cart-item__img {
  min-width: 85px;
  max-width: 85px;
  height: 70px;
  margin-right: 12px;
  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;
}

.cart-item__img img {
  max-width: 100%;
  max-height: 100%;
}

.cart-item__body {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.cart-item__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cart-item__row:first-child {
  margin-top: 0px;
  margin-bottom: 8px;
}

.cart-item__row:last-child {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.cart-item .product-count {
  margin-right: 15px;
}

.cart-item .cart-item__price {
  margin-left: auto;
  margin-right: 0;
}

.cart-item:not(:last-child) {
  border-bottom: 1px solid #EBEBEB;
}

.total-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.total-row > span:first-child {
  font-size: 16px;
  line-height: 20px;
  text-align: right;
  color: #555;
  margin-right: 15px;
}

.total-row > span:last-child {
  font-family: Akrobat;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  margin-left: auto;
  margin-right: 0;
}

.total-row:first-child {
  margin-top: 22px;
}

.total-row:not(:last-child) {
  margin-bottom: 12px;
}

.total-row:last-child > span:first-child {
  font-size: 18px;
  line-height: 23px;
}

.total-row:last-child > span:last-child {
  font-size: 28px;
  line-height: 35px;
}

.cart-item__price {
  font-family: Akrobat;
  text-align: right;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
}

.product-count {
  height: 36px;
  border: 1px solid #EBEBEB;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  padding: 0px;
  min-width: 118px;
  max-width: 118px;
  background: #fff;
}

.product-count button {
  background: #F6F6F6;
  border: none;
  min-width: 36px;
  font-size: 24px;
  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;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  color: #111;
}

.product-count button * {
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.product-count button:hover * {
  fill: #EA2C27;
}

.product-count input {
  background: rgba(255, 255, 255, 0);
  padding-left: 6px;
  padding-right: 6px;
  width: 100%;
  text-align: center;
  border: none;
  font-size: 16px;
  line-height: 19px;
  -moz-appearance: textfield;
  border-left: 1px solid #EBEBEB;
  border-right: 1px solid #EBEBEB;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.product-count input::-webkit-outer-spin-button, .product-count input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

@media screen and (min-width: 768px) {
  .cart-item__title {
    font-size: 15px;
  }
  .cart-item__img {
    min-width: 108px;
    max-width: 108px;
    height: 91px;
    margin-right: 18px;
  }
  .cart-item__row:first-child {
    margin-bottom: 12px;
  }
  .product-count {
    min-width: 155px;
    max-width: 155px;
  }
  .window_cart .window__content {
    padding-top: 60px;
  }
  .total-row:first-child {
    margin-top: 20px;
  }
  .total-row:not(:last-child) {
    margin-bottom: 14px;
  }
}

.cookies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #111;
  padding: 19px 15px;
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
  width: 100vw;
  color: #fff;
  font-family: "Akrobat";
}

.cookies.hidden {
  display: none;
  bottom: 0;
}

.cookies p {
  margin-right: 30px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}

.cookies p a {
  color: #EA2C27;
  text-decoration: underline;
}

.cookies p a:hover {
  text-decoration: none;
}

.cookies .btn_primary {
  min-width: 197px;
  margin-left: auto;
  margin-right: 0;
}

@media screen and (min-width: 1200px) {
  .cookies {
    padding: 19px 70px;
  }
}

.breadcrumbs {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.breadcrumbs li {
  position: relative;
}

.breadcrumbs li:not(:last-child) {
  padding-right: 32px;
}

.breadcrumbs li:not(:last-child)::after {
  content: '';
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  position: absolute;
  right: 16px;
  top: calc(50% - 2px);
}

.breadcrumbs a, .breadcrumbs span {
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
}

.breadcrumbs a {
  text-decoration: none;
  color: #999;
  -webkit-transition: color .3s ease-in;
  -o-transition: color .3s ease-in;
  transition: color .3s ease-in;
}

.breadcrumbs a:hover {
  color: #EA2C27;
}

.breadcrumbs span {
  color: #47C6D6;
}

@media screen and (min-width: 1200px) {
  .breadcrumbs {
    margin-bottom: 26px;
  }
  .breadcrumbs li:not(:last-child) {
    padding-right: 40px;
  }
  .breadcrumbs li:not(:last-child)::after {
    right: 18px;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumbs {
    width: 100vw;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    overflow-x: auto;
  }
  .breadcrumbs a, .breadcrumbs span {
    white-space: nowrap;
  }
  .breadcrumbs span {
    margin-right: 15px;
  }
  .breadcrumbs::-webkit-scrollbar {
    height: 0;
  }
  .breadcrumbs:last-child {
    margin-right: 15px;
  }
}

.main-screen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.main-screen > * {
  width: 100%;
}

.main-sales {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.main-sales > * {
  min-height: calc(50% - 6px);
}

.main-sales > *:not(:last-child) {
  margin-bottom: 12px;
}

.sale-card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  background: #fff;
  min-height: 203px;
  padding: 26px 20px 10px;
  color: #222;
  text-decoration: none;
  border: 1px solid #EBEBEB;
  -webkit-transition: color .3s ease-in;
  -o-transition: color .3s ease-in;
  transition: color .3s ease-in;
}

.sale-card__title {
  text-transform: uppercase;
  font-family: 'Akrobat';
  font-weight: 800;
  font-size: 22px;
  line-height: 120%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: calc(100% - 190px);
}

.sale-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sale-card__img {
  width: 218px;
  height: 134px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: auto;
  margin-right: -20px;
  margin-top: -26px;
  max-width: 58%;
}

.sale-card__img img {
  max-height: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: auto;
  margin-top: 0;
}

.sale-card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: auto;
  margin-bottom: 0;
}

.sale-card__date {
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  margin-right: 10px;
}

.sale-card__end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: auto;
  margin-right: 0;
}

.sale-card__end span:first-child {
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #999;
}

.sale-card__end span:last-child {
  color: #EA2C27;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
}

.sale-card__time i {
  font-style: unset;
}

.main-cats {
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
  background: #fff;
  position: relative;
  border: 1px solid #EBEBEB;
}

.main-cats.hide-all-btn .btn-main-cats_top, .main-cats.hide-all-btn .btn-main-cats_bot {
  display: none;
}

.main-cats.hide-top-btn .btn-main-cats_top {
  display: none;
}

.main-cats.hide-bot-btn .btn-main-cats_bot {
  display: none;
}

.main-cats.show-top-btn .btn-main-cats_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-cats.show-bot-btn .btn-main-cats_bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-cats__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  height: 422px;
  overflow: auto;
}

.main-cats__wrapper::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.main-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 40px 16px 20px;
  font-family: 'Akrobat';
  text-decoration: none;
  color: #222;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.main-link:not(:last-child) {
  border-bottom: 1px solid #EBEBEB;
}

.main-link .ico {
  margin-right: 12px;
  min-width: 24px;
}

.main-link::after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #222;
  border-right: 2px solid #222;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  right: 22px;
  top: calc(50% - 3.5px);
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.main-link-next {
    position: absolute;
    right: 0;
    width: 15%;
    height: 100%;
}

.main-link.main-link-mob::after {
  display: none;
}

.main-link-next::after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-bottom: 2px solid #222;
    border-right: 2px solid #222;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    right: 22px;
    top: calc(50% - 3.5px);
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.main-link:hover {
  color: #EA2C27;
}

.main-link:hover::after {
  border-color: #EA2C27;
}

.btn-main-cats {
  position: absolute;
  left: -1px;
  width: calc(100% + 2px);
  min-height: 37px;
  background: #F5F5F5;
  border: 1px solid #EBEBEB;
  z-index: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-main-cats_top {
  top: -1px;
  display: none;
}

.btn-main-cats_bot {
  bottom: -1px;
}

.btn-main-cats * {
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.btn-main-cats:hover {
  border-color: #EA2C27;
  background: #EA2C27;
}

.btn-main-cats:hover * {
  fill: #fff;
}

@media screen and (min-width: 600px) {
  .main-sales > * {
    max-width: calc(50% - 6px);
  }
  .main-sales > *:not(:last-child) {
    margin-bottom: 0;
    margin-right: 12px;
  }
}

@media screen and (min-width: 1200px) {
  .main-cats {
    max-width: 20.83%;
  }
  .main-sales {
    max-width: calc(25% - 15px);
  }
  .main-sales > * {
    max-width: 100%;
  }
  .main-sales > *:not(:last-child) {
    margin-right: 0;
    margin-bottom: 12px;
  }
}

.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 20px;
  min-height: 0;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.swiper-pagination:not(:last-child) {
  margin-right: 16px;
}

.swiper-pagination-bullet {
  width: 6px!important;
  height: 6px!important;
  background: #fff!important;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  width: 10px!important;
  height: 10px!important;
  background: #EA2C27!important;
}

.banner {
  margin-bottom: 12px;
}

.banner .swiper-pagination {
  bottom: 20px;
}

.banner img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .swiper-pagination {
    padding: 0 60px;
  }
  .banner .swiper-pagination {
    bottom: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .banner {
    max-width: calc(54.16% - 15px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 0;
    min-height: 422px;
    max-height: 422px;
  }
  .banner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.product-card {
  background: #fff;
  border: 1px solid #EBEBEB;
  padding: 54px 15px 20px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  position: relative;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.product-card__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  position: absolute;
  right: 14px;
  top: 14px;
}

.product-card__btns > *:not(:last-child) {
  margin-bottom: 8px;
}

.product-card__stickers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 12px;
  top: 16px;
  max-width: calc(100% - 60px);
}

.product-card__stickers > * {
  margin-bottom: 4px;
}

.product-card__img {
  height: 138px;
  margin-bottom: 12px;
}

.product-card__mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}

.product-card__mark .mark {
  margin-right: 6px;
}

.product-card__title {
  font-size: 12px;
  line-height: 140%;
  margin-bottom: 29px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.product-card a {
  color: #222;
  text-decoration: none;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.product-card a:hover {
  color: #EA2C27;
}

.product-card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -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: auto;
  margin-bottom: 7px;
}

.product-card .bnt-buy {
  margin-left: auto;
  margin-right: 0;
}

.product-card .second-price {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: -10px;
  margin-top: -7px;
}

.product-card .second-price svg {
  margin-right: 6px;
}

.product-card .second-price span {
  margin-left: 5px;
  font-size: 10px;
  line-height: 12px;
}

.product-card:hover {
  z-index: 1;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.07);
}

.mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mark .ico:not(:last-child) {
  margin-right: 3px;
}

.mark-count {
  font-weight: normal;
  font-size: 12px;
  line-height: 140%;
  color: #999;
}

.price {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse nowrap;
          flex-flow: column-reverse nowrap;
}

.price .new, .price .current {
  font-weight: bold;
  font-size: 20px;
  line-height: 100%;
  font-family: 'Akrobat';
}

.price .new {
  color: #EA2C27;
}

.price .old {
  font-family: 'Akrobat';
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #BABABA;
  text-decoration: line-through;
}

.btn-action {
  font-family: Akrobat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #555;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-action span {
  margin-left: 12px;
}

.btn-action:hover {
  color: #222;
}

.btn-action:hover .ico::after {
  opacity: 0;
}

.btn-action:hover .ico::before {
  opacity: 1;
}

.btn-action.active {
  color: #EA2C27;
}

.btn-action.active .ico::after {
  opacity: 0;
}

.btn-action.active .ico::before {
  opacity: 1;
}

.btn-action.active .ico.ico-compare-btn::before {
  background: url(../image/compare-btnActive.svg) center center no-repeat;
  background-size: 100%;
}

.btn-action.active .ico.ico-like-btn::before {
  background: url(../image/like-btnActive.svg) center center no-repeat;
  background-size: 100%;
}

.sticker {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 4px 12px;
  border-radius: 5px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 800;
  font-size: 10px;
  line-height: 120%;
  font-family: 'Akrobat';
}

.sticker:not(:last-child) {
  margin-right: 4px;
}

.sticker_hit {
  background: #985F99;
}

.sticker_best {
  background: #FF9900;
}

.sticker_sale {
  background: #EA2C27;
}

.sticker_new {
  background: #72B01D;
}

.sticker_quantity {
  background: #47C6D6;
}

@media screen and (min-width: 1200px) {
  .product-card {
    padding: 39px 24px 32px;
  }
  .product-card__btns {
    top: 20px;
    right: 20px;
    opacity: 0;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
  }
  .product-card__stickers > * {
    margin-bottom: 8px;
  }
  .product-card__img {
    height: 198px;
    margin-bottom: 32px;
  }
  .product-card__mark {
    margin-bottom: 12px;
  }
  .product-card__title {
    font-size: 15px;
    margin-bottom: 21px;
  }
  .product-card__footer {
    margin-bottom: 0;
  }
  .product-card:hover .product-card__btns {
    opacity: 1;
  }
  .price {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .price .new, .price .current {
    font-size: 24px;
    line-height: 100%;
  }
  .price > * {
    margin-right: 6px;
  }
  .price .old {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 3px;
  }
  .sticker {
    padding: 6px 14px;
    font-size: 12px;
  }
  .sticker:not(:first-child) {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 8px;
  }
}

.products-slider.swiper-container, .sales-slider.swiper-container {
  padding-bottom: 30px;
  margin-bottom: -30px;
  position: unset;
}

.products-slider.swiper-container .swiper-btns, .sales-slider.swiper-container .swiper-btns {
  position: absolute;
  top: 0;
  right: 0;
}

.products-slider.swiper-container .swiper-btn, .sales-slider.swiper-container .swiper-btn {
  background: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 50%;
  min-width: 38px;
  min-height: 38px;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.products-slider.swiper-container .swiper-btn:not(:last-child), .sales-slider.swiper-container .swiper-btn:not(:last-child) {
  margin-right: 8px;
}

.products-slider.swiper-container .swiper-btn.swiper-button-disabled, .sales-slider.swiper-container .swiper-btn.swiper-button-disabled {
  cursor: default;
}

.products-slider.swiper-container .swiper-btn.swiper-button-disabled::after, .sales-slider.swiper-container .swiper-btn.swiper-button-disabled::after {
  border-color: #8F8F8F;
}

.products-slider.swiper-container .swiper-btn::after, .sales-slider.swiper-container .swiper-btn::after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 2px solid #222;
  border-left: 2px solid #222;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.products-slider.swiper-container .swiper-btn:not(.swiper-button-disabled):hover, .sales-slider.swiper-container .swiper-btn:not(.swiper-button-disabled):hover {
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.07);
}

.products-slider.swiper-container .swiper-btn:not(.swiper-button-disabled):hover::after, .sales-slider.swiper-container .swiper-btn:not(.swiper-button-disabled):hover::after {
  border-color: #EA2C27;
}

.products-slider.swiper-container .swiper-btn-next::after, .sales-slider.swiper-container .swiper-btn-next::after {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-left: -2px;
}

.products-slider.swiper-container .swiper-btn-prev::after, .sales-slider.swiper-container .swiper-btn-prev::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: -2px;
}

.advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.adv-item {
  width: 100%;
  background: #fff;
  padding: 18px 30px;
  border: 1px solid #EBEBEB;
}

.adv-item__img {
  height: 50px;
  margin-bottom: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.adv-item__img img {
  max-height: 100%;
  max-width: 100%;
}

.adv-item__title {
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
}

.adv-item__text {
  font-weight: normal;
  font-size: 15px;
  line-height: 140%;
  color: #555;
}

@media screen and (min-width: 768px) {
  .advantages {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
  .adv-item {
    max-width: 25%;
  }
  .adv-item:not(:last-child) {
    border-right: none;
  }
}

@media screen and (min-width: 1200px) {
  .adv-item {
    padding: 24px 40px;
  }
  .adv-item__img {
    height: 66px;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 767px) {
  .adv-item:not(:last-child) {
    border-bottom: none;
  }
}

.articles-aside__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.articles-aside__header .title {
  margin-bottom: 0;
}

.articles-aside__header .btn {
  margin-left: auto;
  margin-right: 0;
}

.articles-aside__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 14px;
}

.articles-aside__wrapper > * {
  margin-bottom: 40px;
}

.article-card {
  color: #555;
  text-decoration: none;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.article-card:hover .article-card__img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.article-card:hover .article-card__title {
  color: #EA2C27;
}

.article-card__img {
  height: 163px;
  margin-bottom: 20px;
  overflow: hidden;
}

.article-card__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.article-card__date {
  margin-bottom: 6px;
  font-family: Akrobat;
  display: block;
}

.article-card__title {
  color: #222;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  font-family: Akrobat;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.article-card__text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media screen and (min-width: 500px) {
  .articles-aside__wrapper {
    margin-bottom: 54px;
  }
  .articles-aside__wrapper > * {
    max-width: calc(50% - 6px);
    margin-bottom: 0;
  }
  .articles-aside__wrapper > *:not(:last-child) {
    margin-right: 12px;
  }
}

@media screen and (min-width: 768px) {
  .home-about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse nowrap;
            flex-flow: row-reverse nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .home-about > * {
    width: 100%;
  }
  .home-about .text {
    max-width: calc(41.67% - 15px);
  }
  .home-about .articles-aside {
    max-width: calc(50% - 15px);
  }
  .articles-aside__wrapper {
    margin-bottom: 0;
  }
  .articles-aside__wrapper > * {
    max-width: 100%;
  }
  .articles-aside__wrapper > *:not(:last-child) {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .article-card__img {
    height: 156px;
  }
}

@media screen and (min-width: 850px) {
  .articles-aside__wrapper > * {
    max-width: calc(50% - 6px);
    margin-bottom: 0;
  }
  .articles-aside__wrapper > *:not(:last-child) {
    margin-right: 12px;
  }
}

@media screen and (min-width: 1200px) {
  .articles-aside__header {
    margin-bottom: 22px;
  }
  .article-card {
    font-size: 15px;
  }
  .article-card__img {
    margin-bottom: 30px;
  }
  .article-card__date {
    margin-bottom: 16px;
  }
  .article-card__title {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 20px;
  }
  .articles-aside__wrapper > * {
    max-width: calc(50% - 15px);
  }
  .articles-aside__wrapper > *:not(:last-child) {
    margin-right: 30px;
  }
}

.ads-banners {
  width: 100%;
  margin-bottom: 20px;
}

.ads-banners img {
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .ads-banners {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .ads-banners {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
}

#block_filter_vier {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  width: 100%;
}

#filter_vier {
  background: #fff;
  border: 1px solid #EBEBEB;
}

#filter_vier > *.selected-options {
  padding: 24px 20px;
}

#filter_vier > *.panel-heading {
  padding: 24px 20px 22px;
}

#filter_vier > *.panel-heading ~ div {
  padding-top: 0;
}

#filter_vier > *:not(:last-child):not(:first-child) {
  border-bottom: 1px solid #ebebeb;
}

.panel-heading, .ocf-option-name {
  font-family: Akrobat;
  font-weight: bold;
  font-size: 18px;
  line-height: 120%;
  text-transform: uppercase;
}

.btn-remove-filter {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 30px 6px 12px;
  background: #F8F8F8;
  margin-bottom: 8px;
  font-weight: normal;
  font-size: 12px;
  line-height: 140%;
}

.btn-remove-filter::after, .btn-remove-filter::before {
  content: '';
  display: block;
  width: 12px;
  height: 1px;
  background: #555;
  position: absolute;
  top: calc(50% - 1px);
  right: 12px;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.btn-remove-filter::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.btn-remove-filter::before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.btn-remove-filter:hover {
  color: #EA2C27;
}

.btn-remove-filter:hover::after, .btn-remove-filter:hover::before {
  background: #EA2C27;
}

.btn-remove-filter:hover::after {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.btn-remove-filter:hover::before {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.btn-remove-filter:not(:last-child) {
  margin-right: 8px;
}

.btn-clear-filter {
  color: #EA2C27;
  font-family: Akrobat;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-decoration: underline;
  margin-top: 8px;
}

.btn-clear-filter:hover {
  text-decoration: none;
}

#filter_vier-option {
  padding: 0;
  border-bottom: 1px solid #ebebeb;
}

#filter_vier-option > * {
  padding-left: 20px;
  padding-right: 20px;
}

#filter_vier-option.active .ocf-option-values {
  padding-bottom: 24px;
  max-height: 400px;
}

#filter_vier-option.opened .plus-ico::before {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.ocf-option-name {
  padding-top: 24px;
  padding-bottom: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.ocf-option-name:hover {
  color: #47C6D6;
}

.ocf-option-name:hover .ocf-dropdown-ico::after {
  border-color: #47C6D6;
}

.ocf-option-values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-height: 0;
  overflow: hidden;
  padding-bottom: 0;
  -webkit-transition: all .6s ease-in;
  -o-transition: all .6s ease-in;
  transition: all .6s ease-in;
}

.ocf-option-values .checkbox.active:before {
  background: #47C6D6;
  border-color: #47C6D6;
}

.ocf-option-values .checkbox:hover {
  color: #47C6D6;
}

.ocf-option-values > *:first-child {
  margin-top: 4px;
}

.ocf-option-values > *:not(:last-child) {
  margin-bottom: 17px;
}

.ocf-option-values__etc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-height: 0;
  overflow-y: hidden;
  -webkit-transition: all .6s ease-in;
  -o-transition: all .6s ease-in;
  transition: all .6s ease-in;
}

.ocf-option-values__etc > *:first-child {
  margin-top: 17px;
}

.ocf-option-values__etc > *:last-child {
  margin-bottom: 4px;
}

.ocf-option-values__etc > *:not(:last-child) {
  margin-bottom: 17px;
}

.ocf-dropdown-ico, .plus-ico {
  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;
  border-radius: 50%;
  border: 1px solid #EBEBEB;
  min-width: 22px;
  max-width: 22px;
  min-height: 22px;
  max-height: 22px;
}

.ocf-dropdown-ico {
  margin-right: 8px;
}

.ocf-dropdown-ico::after {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #222;
  border-right: 1px solid #222;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -1px;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.plus-ico {
  position: relative;
  margin-right: 12px;
}

.plus-ico::after, .plus-ico::before {
  content: '';
  display: block;
  width: 10px;
  height: 1px;
  background: #47C6D6;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  position: absolute;
  left: calc(50% - 5px);
  top: 50%;
}

.plus-ico::before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.btn-show-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  font-weight: normal;
  font-size: 14px;
  line-height: 120%;
  color: #47C6D6;
  margin-bottom: 0 !important;
}

.btn-show-all:hover {
  text-decoration: underline;
}

#scale-price {
  margin-top: 12px;
  width: 100%;
}

.noUi-horizontal {
  min-height: 4px;
  height: 4px;
  border: none;
  border-radius: 0;
  background: #E2E2E2;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.noUi-connect {
  background: #47C6D6;
}

.noUi-handle {
  width: 24px !important;
  height: 24px !important;
  right: -12px !important;
  top: -10px !important;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
}

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

.noUi-handle::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #47C6D6;
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 5px);
  border-radius: 50%;
}

.scale-nums {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.scale-nums span {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Akrobat;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 12px;
  color: #999;
}

.scale-nums input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  border-radius: 0;
  border: 1px solid #CCCCCC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  min-height: 43px;
  font-family: Akrobat;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 12px;
}

.scale-nums input::-webkit-outer-spin-button, .scale-nums input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

@media screen and (min-width: 1200px) {
  #block_filter_vier {
    max-width: 282px;
  }
}

@media screen and (max-width: 1199px) {
  #block_filter_vier {
    padding: 18px 15px 80px;
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
    bottom: 0;
    top: 0;
    z-index: 99;
    position: fixed;
    right: -120vw;
    background: #F6F6F6;
    -webkit-transition: right .3s ease-in;
    -o-transition: right .3s ease-in;
    transition: right .3s ease-in;
  }
  #block_filter_vier.active {
    right: 0;
  }
  #block_filter_vier.active .btn-close-filter {
    right: 15px;
  }
  #block_filter_vier.active .filter-btns {
    right: 0;
  }
  #block_filter_vier__header {
    font-family: Akrobat;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 12px;
  }
  .btn-close-filter {
    position: fixed;
    top: 23px;
    right: -60px;
    min-width: 20px;
    min-height: 20px;
  }
  .btn-close-filter::after, .btn-close-filter::before {
    content: '';
    display: block;
    width: 22px;
    height: 2px;
    background: #222;
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 11px);
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
  }
  .btn-close-filter::after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .btn-close-filter::before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .btn-close-filter:hover::after, .btn-close-filter:hover::before {
    background: #EA2C27;
  }
  .btn-close-filter:hover::after {
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .btn-close-filter:hover::before {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .filter-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    padding: 16px 15px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    width: 100vw;
    position: fixed;
    z-index: 100;
    bottom: 0;
    right: -120vw;
    background: #fff;
    -webkit-box-shadow: 0px -5px 14px rgba(0, 0, 0, 0.15);
            box-shadow: 0px -5px 14px rgba(0, 0, 0, 0.15);
  }
}

.sort-line {
  padding: 0 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sort-line > *:nth-child(2) {
  margin-left: auto;
  margin-right: 0;
}

.sort-line > div {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sort-line .btn_primary {
  width: 168px;
  margin-right: 12px;
}

.sort-line .btn_primary svg {
  margin-right: 13px;
}

.sort-title {
  font-weight: normal;
  font-size: 15px;
  line-height: 19px;
  color: #999;
  margin-right: 20px;
}

.sort-select {
  border: none;
  background: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
}

.sort-links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sort-links a {
  margin-right: 20px;
  font-weight: normal;
  font-size: 15px;
  line-height: 19px;
  color: #555;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}
.sort-links a, 
.sort-links svg{
  display: inline-block;
  vertical-align: middle;
}
.sort-links a.active {
  color: #222;
  text-decoration: none;
}

.sort-links a:hover:not(.active) {
  color: #47C6D6;
}

@media screen and (min-width: 1200px) {
  .sort-line {
    border: 1px solid #EBEBEB;
    background: #fff;
    padding: 25px 30px 27px;
  }
  .sort-line > *:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
  }
  .sort-line > *:last-child {
    margin-left: auto;
    margin-right: 0;
  }
}

@media screen and (max-width: 1199px) {
  .sort-line > *.desc {
    display: none;
  }
}

.categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: calc(100% + 12px);
  margin-left: -6px;
  margin-right: -6px;
  margin-bottom: -12px;
}

.categories > * {
  width: 100%;
  max-width: calc(50% - 12px);
  margin-left: 6px;
  margin-right: 6px;
  margin-bottom: 12px;
}

.category-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #222;
  text-transform: uppercase;
  font-family: 'Akrobat';
  background: #fff;
  text-align: center;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  padding-bottom: 24px;
}

.category-card__img {
  height: 128px;
  margin-bottom: 20px;
}

.category-card__title {
  font-weight: 800;
  font-size: 22px;
  line-height: 120%;
  margin-bottom: 19px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  padding: 0 42px;
}

.category-card__img img {
    max-height: max-content;
}

@media screen and (max-width:440px) {
  .category-card {
    padding: 16px 48px;
  }
  .category-card__img {
    margin-bottom: 10px;
  }
  .category-card__title {
    margin-bottom: 6px;
  }
}

.category-card__btn {
  margin-top: auto;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #EA2C27;
  padding: 0 42px;
}

.category-card:hover {
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.07);
}

.category-buttons {
    margin-top: 45px;
    text-align: center;
}

@media screen and (max-width: 678px) {
  .category-buttons {
    margin-top: 15px;
  }

  .categories{
    justify-content: center;
  }

  .categories > * {
    min-width: 240px;
  }

  .category-card__title {
    font-size: 18px;
  }
}

@media screen and (max-width: 450px) {
  .categories > * {
    max-width: 100%;
  }
}

@media screen and (min-width: 678px) {
  .categories > * {
    max-width: calc(33.33% - 12px);
  }
}

@media screen and (min-width: 850px) {
  .categories > * {
    max-width: calc(25% - 12px);
  }
}

@media screen and (min-width: 1100px) {
  .categories > * {
    max-width: calc(20% - 12px);
  }
}

@media screen and (min-width: 1200px) {
  .categories {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -30px;
  }
  .categories > * {
    max-width: calc(20% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
  }
  .category-card__img {
    height: 168px;
  }
}

.catalog-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.catalog-container {
  width: 100%;
}

.catalog {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid #EBEBEB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding-top: 1px;
}

.catalog > * {
  width: 100%;
  max-width: 50%;
  border-left: none;
  margin-top: -1px;
}

@media screen and (min-width: 660px) {
  .catalog > * {
    max-width: 33.33%;
  }
}

@media screen and (min-width: 800px) {
  .catalog > * {
    max-width: 25%;
  }
}

@media screen and (min-width: 1200px) {
  .catalog-container {
    max-width: calc(100% - 281px);
    margin-left: -1px;
  }
}

@media screen and (max-width: 1199px) {
  .catalog-container {
    width: 100%;
    /* margin-left: -15px;
    margin-right: -15px; */
  }

  .sort-line {
    padding: 0 0 20px;
  }
}

.pagination-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.pagination-wrapper > *:last-child {
  margin-bottom: 0;
}

.btn-load-more {
  -ms-grid-column-align: center;
      justify-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  font-family: Akrobat;
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  color: #222;
  margin-bottom: 30px;
}

.btn-load-more:hover {
  color: #47C6D6;
}

.btn-load-more:hover svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  background: #47C6D6;
}

.btn-load-more svg {
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  width: 30px;
  height: 30px;
  padding: 8px;
  margin-right: 12px;
  background: #222;
  border-radius: 50%;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  width: 100%;
  max-width: 500px;
}

.pagination a {
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.pagination a path {
  -webkit-transition: fill .3s ease-in;
  -o-transition: fill .3s ease-in;
  transition: fill .3s ease-in;
}

.pagination > a {
  color: #222;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination > a path {
  fill: #222;
}

.pagination > a:not(.active):not(.disabled):hover path {
  fill: #47C6D6;
}

.pagination > a.disabled {
  color: #999;
  cursor: default;
}

.pagination > a.disabled path {
  fill: #999;
}

.pagination > a span {
  font-family: Akrobat;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
}

.pagination-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.pagination-container a {
  color: #222;
  text-decoration: none;
  font-family: Akrobat;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  margin-left: 15px;
  margin-right: 15px;
}

.pagination-container a:not(.active):not(.disabled):hover {
  color: #47C6D6;
}

.pagination-container a.active {
  cursor: default;
  color: #999;
}

.product-pagination {
  border: 1px solid #EBEBEB;
  margin-top: -1px;
  background: #fff;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}

.product-pagination .pagination {
  min-height: 70px;
  width: unset;
  max-width: unset;
}

.product-pagination .pagination > a {
  padding-left: 15px;
  padding-right: 15px;
}

.product-pagination .btn-load-more {
  min-height: 70px;
  background: #fff;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 0;
  width: 100%;
  -ms-grid-column-align: unset;
      justify-self: unset;
}

.product-pagination .pagination-container {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (min-width: 1200px) {
  .pagination {
    width: unset;
  }
  .pagination > a > *:not(:last-child) {
    margin-right: 12px;
  }
  .pagination-container {
    margin-left: 45px;
    margin-right: 45px;
  }
  .pagination-container a {
    margin-left: 15px;
    margin-right: 15px;
  }
  .pagination-wrapper {
    width: unset;
    margin-left: auto;
    margin-right: auto;
  }
  .product-pagination {
    max-width: 100%;
  }
  .product-pagination .btn-load-more {
    min-height: 90px;
  }
  .product-pagination a {
    margin-left: 25px;
    margin-right: 25px;
  }
  .product-pagination .pagination {
    width: unset;
    max-width: unset;
    min-height: 66px;
  }
  .product-pagination .pagination > a {
    padding-left: 52px;
    padding-right: 52px;
  }
  .product-pagination .pagination-container {
    margin-left: 0;
    margin-right: 0;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
  }
}

@media screen and (max-width: 1199px) {
  .pagination {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px) {
.pagination-container a {
    margin: 0 8px;
}
}

.tab-container {
  position: relative;
  padding-bottom: 30px;
}

.tab:not(.active) {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  height: 0;
  overflow: hidden;
  -webkit-transition: opacity, height .3s ease-in;
  -o-transition: opacity, height .3s ease-in;
  transition: opacity, height .3s ease-in;
}

.tab.active {
  opacity: 1;
  height: auto;
  -webkit-transition: opacity .3s ease-in;
  -o-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
}

.tab-btns {
  margin-bottom: 30px;
}

.tab-btns::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #D6D6D6;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.tabs-overflow {
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  padding-bottom: 20px;
}

.tabs-overflow::-webkit-scrollbar {
  height: 0;
}

.tab-btn {
  white-space: nowrap;
  background: #fff;
  color: #777;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  -webkit-transition: color .3s ease-in;
  -o-transition: color .3s ease-in;
  transition: color .3s ease-in;
  border: none;
  position: relative;
  z-index: 1;
}

.tab-btn:not(:last-child) {
  margin-right: 50px;
}

.tab-btn:hover {
  color: #222;
}

.tab-btn.active {
  color: #222;
}

.tab-btn.active::before {
  width: 100%;
  left: 0;
  right: 0;
}

.tab-btn.active ~ .tab-btn::before {
  right: 100%;
  left: 0;
}

.tab-btn::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  width: 0;
  left: 100%;
  bottom: -20px;
  height: 2px;
  background: #EA2C27;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media screen and (min-width: 768px) {
  .tab-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (min-width: 1200px) {
  .tab-container {
    padding: 50px;
  }
}

@media screen and (max-width: 1199px) {
  .tab-btn:not(:last-child) {
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .tab-btns {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .tabs-overflow {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
  }
  .tab-btn:last-child {
    padding-right: 20px;
  }
  .tab-btn::before {
    bottom: -10px;
  }
}

.product .title {
  margin-bottom: 12px;
}

.product__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 22px;
}

.product__header .product-mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product__header .product-mark > * {
  margin-right: 12px;
}

.product__header .product-mark .ico-star {
  width: 18px;
  height: 18px;
}

.product__header .product-mark .mark-count {
  font-size: 14px;
  line-height: 140%;
}

.product-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: 0;
}

.product-btns > *:not(:last-child) {
  margin-right: 12px;
}

.product__body {
  background: #fff;
  padding: 20px 16px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
}

.option-title {
  font-family: Akrobat;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
}

.options {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.option {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  padding: 10px 16px;
  min-height: 37px;
  border: 1px solid #BABAC0;
  font-weight: normal;
  font-size: 12px;
  line-height: 140%;
  margin-top: 8px;
  margin-right: 8px;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.option:not(.active):hover {
  border-color: #222;
}

.option.active {
  border-color: #EA2C27;
}

.option input {
  display: none;
}

@media screen and (min-width: 768px) {
  .product-btns > *:not(:last-child) {
    margin-right: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .product__header {
    margin-bottom: 25px;
  }
  .product__body {
    padding: 40px 30px 30px;
  }
}

.product-gallery {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.product-small {
  width: 100%;
  margin-bottom: 30px;
}

.product-small .swiper-slide {
  cursor: pointer;
  height: 50px;
  max-height: 50px;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.product-small .swiper-slide:not(.swiper-slide-thumb-active):not(.video-btn) {
  opacity: .5;
}

.product-big {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}

.product-big .sticker {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.product-big iframe {
  max-width: 100% !important;
  max-height: 100% !important;
}

.product-big .swiper-slide {
  height: 261px;
  max-height: 261px;
}

@media screen and (min-width: 768px) {
  .product-small {
    max-width: 96px;
    margin-right: 30px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .product-big {
    max-width: calc(100% - 126px);
  }
  .product-gallery {
    max-width: 55%;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1200px) {
  .product-gallery {
    max-width: calc( 50% - 49px);
  }
  .product-small {
    margin-bottom: 0px;
  }
  .product-small .swiper-slide {
    height: 81px;
    max-height: 81px;
  }
  .product-big .swiper-slide {
    height: 421px;
    max-height: 421px;
  }
}

.section_product-tabs {
  background: #fff;
}

.product-tabs {
  background: #E5E5E5;
}

.product-tab-btn {
  font-family: Akrobat;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 120%;
  text-transform: uppercase;
  color: #222;
  padding: 17px 30px;
}

.product-tab-btn span {
  color: #EA2C27;
  margin-left: 6px;
}

.product-tab-btn:not(.active):hover {
  color: #47C6D6;
}

.product-tab-btn.active {
  cursor: default;
  background: #fff;
  -webkit-box-shadow: 1px 0px 0px #EBEBEB;
          box-shadow: 1px 0px 0px #EBEBEB;
}

.product-dropdown {
  width: 100%;
  padding: 20px 16px 18px;
  font-family: Akrobat;
  font-weight: bold;
  font-size: 18px;
  line-height: 120%;
  text-transform: uppercase;
  color: #222;
  position: relative;
  -webkit-box-shadow: 0px 1px 0px #EBEBEB;
          box-shadow: 0px 1px 0px #EBEBEB;
}

.product-dropdown::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  right: 22px;
  top: calc(50% - 6px);
  border-bottom: 2px solid #222;
  border-right: 2px solid #222;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.product-dropdown span {
  color: #EA2C27;
  margin-left: 6px;
}

.product-dropdown:not(.active):hover {
  color: #47C6D6;
}

.product-dropdown.active::after {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: calc(50% - 2px);
}

.product-dropdown.active ~ div ~ button {
  -webkit-box-shadow: 0px -1px 0px #EBEBEB;
          box-shadow: 0px -1px 0px #EBEBEB;
}

.product-tab {
  width: 100%;
  padding: 30px 16px 40px;
}

.product-tab > * > *:not(:last-child) {
  margin-bottom: 30px;
}

.attr {
  padding: 6px 12px;
  min-height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.attr > * {
  width: 100%;
  max-width: calc(50% - 10px);
  font-size: 14px;
  line-height: 120%;
}

.attr > *:last-child {
  font-family: Akrobat;
  font-weight: bold;
  text-align: right;
}

.attr > *:first-child {
  color: #999;
}

.attr:nth-child(2n+1) {
  background: #F7F8F9;
}

@media screen and (min-width: 768px) {
  .product-tab {
    padding: 50px;
  }
  .attr > *:last-child {
    text-align: left;
  }
}

@media screen and (min-width: 1200px) {
  .product-tab {
    max-width: 53.9%;
    padding: 0;
  }
  .product-tab > *:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1199px) {
  .product-tab .title {
    font-size: 20px;
    line-height: 24px;
  }
}

.together {
  margin-left: 16px;
  margin-right: 16px;
  width: 100%;
  max-width: calc(100% - 32px);
}

.together-container {
  border: 4px solid #EA2C27;
  padding: 30px 20px;
}

.together__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  border-bottom: 1px solid #CCC;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}

.together__item-img {
  height: 86px;
  min-width: 104px;
  max-width: 104px;
  margin-right: 17px;
}

.together__item-title {
  margin-bottom: 4px;
  font-family: PT Sans;
  font-weight: normal;
  font-size: 15px;
  line-height: 140%;
}

.together__item-mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}

.together__item-mark .mark {
  margin-right: 6px;
}

.together__item-price {
  font-family: Akrobat;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
}

.together__result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  text-align: center;
  font-family: Akrobat;
  padding-top: 10px;
}

.together__result-text {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
}

.together__result-text span {
  color: #EA2C27;
}

.together__result-price {
  font-weight: bold;
  font-size: 30px;
  line-height: 37px;
}

.together__result > *:not(:last-child) {
  margin-bottom: 10px;
}

.together__result .btn_primary .ico {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.together-ico {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  border: 1px solid #CCC;
  position: absolute;
  bottom: -17.5px;
  left: 58px;
  background: #fff;
}

.together-ico::after, .together-ico::before {
  content: '';
  display: block;
  width: 12px;
  height: 2px;
  background: #EA2C27;
  position: absolute;
  left: calc(50% - 6px);
}

.together-ico-equally::after {
  top: 13px;
}

.together-ico-equally::before {
  bottom: 13px;
}

.together-ico-plus::after, .together-ico-plus::before {
  top: calc(50% - 1px);
}

.together-ico-plus::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media screen and (min-width: 768px) {
  .together {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .together__item-img {
    height: 112px;
    min-width: 136px;
    max-width: 136px;
    margin-right: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .together {
    max-width: 28.36%;
    margin-right: 0;
  }
}

.btn-file, .btn-add-address {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  color: #EA2C27;
  font-family: Akrobat;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}

.btn-file input[type=file], .btn-add-address input[type=file] {
  display: none;
}

.btn-file:hover, .btn-add-address:hover {
  color: #47C6D6;
}

.btn-file:hover .ico-file, .btn-add-address:hover .ico-file {
  border-color: #47C6D6;
}

.btn-file:hover .ico-file::after, .btn-file:hover .ico-file::before, .btn-add-address:hover .ico-file::after, .btn-add-address:hover .ico-file::before {
  background: #47C6D6;
}

.ico-file {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #EA2C27;
  position: relative;
  background: #fff;
  margin-right: 8px;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.ico-file::after, .ico-file::before {
  content: '';
  display: block;
  width: 10px;
  height: 2px;
  background: #EA2C27;
  position: absolute;
  left: calc(50% - 5px);
  top: calc(50% - 1px);
  z-index: 1;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.ico-file::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.ico-file::before {
  opacity: 1;
}

.stars {
  cursor: default;
}

.star-btn {
  cursor: pointer;
}

.star-btn .ico {
  width: 20px;
  height: 20px;
}

.star-btn.active .ico::after, .star-btn.hovered .ico::after {
  opacity: 0;
}

.star-btn.active .ico::before, .star-btn.hovered .ico::before {
  opacity: 1;
}

.review-form {
  border: 1px solid #EBEBEB;
  padding: 30px 20px 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.review-form > * {
  width: 100%;
}

.review-form__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.review-form__footer .btn_primary {
  width: 100%;
  min-height: 50px;
}

.review-form__footer > *:not(:last-child) {
  margin-bottom: 12px;
}

.robot {
  height: 50px;
}

.robot img {
  height: 100%;
  width: auto;
}

.review-form__left {
  margin-bottom: 20px;
}

.review-form__left > *:not(:last-child) {
  margin-bottom: 20px;
}

.review-form__right {
  margin-bottom: 20px;
}

.review-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}

.review-form__mark {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.review-form__mark span {
  font-weight: normal;
  font-size: 15px;
  line-height: 19px;
  color: #555;
  display: inline-block;
  margin-right: 12px;
}

@media screen and (min-width: 768px) {
  .review-form__footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .review-form__footer .btn_primary {
    max-width: 210px;
  }
  .review-form__footer > *:not(:last-child) {
    margin-bottom: 0;
    margin-right: 22px;
  }
  .review-form__left {
    max-width: 40%;
  }
  .review-form__right {
    max-width: 55%;
  }
  .review-form__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .review-form__mark {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1200px) {
  .review-form {
    padding: 30px;
  }
  .review-form__left {
    max-width: 35.5%;
  }
  .review-form__right {
    max-width: 51.3%;
  }
  .review-form__row {
    margin-bottom: 25px;
  }
}

.reviews {
  margin-bottom: 30px;
}

.review .mark {
  width: 102px;
  margin-left: auto;
  margin-right: 0;
}

.review:not(:last-child) {
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.review__header {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.reviewer {
  width: calc(100% - 110px);
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 2px;
}

.review__date {
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  color: #999;
  margin-bottom: 8px;
}

.review__body {
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
}

.review__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  width: 100%;
}

.review__img {
  margin-top: 8px;
  margin-right: 8px;
  border-radius: 5px;
  overflow: hidden;
  width: 78px;
  height: 58px;
}

.review__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .review__header {
    max-width: 125px;
  }
  .reviewer {
    width: unset;
  }
  .review__date {
    margin-bottom: 6px;
  }
  .review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .review .mark {
    width: unset;
    margin-left: 0;
    margin-right: auto;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .review__body {
    font-style: 15px;
  }
}

@media screen and (min-width: 1200px) {
  .reviews {
    margin-bottom: 40px;
  }
  .review:not(:last-child) {
    margin-bottom: 16px;
  }
}

.product-main {
  width: 100%;
}

.product-main__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 12px;
  margin-bottom: 16px;
}

.product-main__attrs > *:not(:last-child) {
  margin-bottom: 4px;
}

.product-main__attr {
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  color: #999;
}

.product-main__attr span {
  color: #222;
}

.stock {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 15px;
  padding: 5px 13px 5px 7px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-bottom: 8px;
}

.stock svg {
  margin-right: 8px;
}

.in-stock {
  background: #F1F8EB;
  color: #27AE60;
}

.out-stock {
    background: #ffe5e4;
    color: #ea2c27;
}

.out-stock svg path {
    fill: #ea2c27;
}

.wait-stock {
    background: #fff9c3;
    color: #ff9b00;
}

.wait-stock svg path {
    fill: #ff9b00;
}
.oc-product-btn .btn.btn_primary {
    width: 100%;
}
.price-list {
  margin-bottom: 12px;
}

.main-price {
  color: #EA2C27;
  font-family: Akrobat;
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 12px;
}

.main-price span {
  font-size: 14px;
  line-height: 17px;
  margin-left: 12px;
}

.old-price {
    color: #ababab;
    font-size: 18px !important;
    text-decoration: line-through;
}

.second-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #EA2C27;
  font-family: Akrobat;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 16px;
}

.second-price svg {
  margin-right: 8px;
  margin-top: auto;
  margin-bottom: auto;
}

.second-price span {
  font-size: 14px;
  line-height: 17px;
  margin-left: 12px;
  margin-top: auto;
  margin-bottom: 1px;
}

.partenrs-prices-title {
  font-family: Akrobat;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 8px;
  display: block;
}

.partner-price {
  padding-bottom: 3px;
  margin-bottom: 6px;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  color: #555;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px dashed #EBEBEB;
}

.partner-price > *:first-child {
  margin-right: 10px;
}

.product-main__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  width: 100%;
  padding: 12px 20px 15px;
  border: 1px solid #EBEBEB;
}

.product-main__btns > * {
  min-width: 100%;
  max-width: 100%;
}

.product-main__btns > *:not(:last-child) {
  margin-bottom: 8px;
}

.product-main__btns > *:last-child {
  margin-top: 3px;
}

.non_active {
  background: #ddd;
}

.product-main__btns .product-count {
  min-height: 46px;
}

.product-main__btns .product-count button {
  min-width: 46px;
}

.product-main__btns .btn_primary .ico {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.btn-one-click {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-one-click div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  font-family: Akrobat;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
}

.btn-one-click div span {
  color: #EA2C27;
  text-transform: uppercase;
  margin-bottom: -4px;
}

.btn-one-click:hover {
  color: #EA2C27;
}

.product-main__one-click {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
}

.product-main__one-click .input-wrapper {
  width: 100%;
  max-width: 168px;
  margin-right: 12px;
}

.input_2.input-tel {
  border-color: #EBEBEB;
  border-bottom: 2px solid #EA2C27;
  min-height: 46px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  -o-text-overflow: unset;
     text-overflow: unset;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  font-family: Akrobat;
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .stock {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .product-main {
    max-width: calc(45% - 15px);
    margin-left: auto;
    margin-right: 0;
  }
}

@media screen and (min-width: 1200px) {
  .product-main {
    max-width: 26%;
    margin-right: auto;
  }
  .product-main__btns {
    padding: 12px 35px 15px;
  }
  .input_2.input-tel {
    font-size: 16px;
    line-height: 20px;
    padding-left: 13px;
    padding-right: 13px;
  }
  .product-main__one-click .input-wrapper {
    max-width: 194px;
  }
}

.add-info {
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  font-weight: normal;
  font-size: 12px;
  line-height: 130%;
  color: #555;
  width: 100%;
  max-width: 17%;
  margin-right: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.add-info ul {
  list-style-position: inside;
}

.add-info > *:not(:last-child) {
  margin-bottom: 16px;
}

.add-info__title {
  font-family: Akrobat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.add-info__title::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../image/i.svg) center center no-repeat;
  background-size: contain;
  margin-left: 5px;
}

.news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.news > * {
  margin-bottom: 40px;
}

@media screen and (min-width: 660px) {
  .news {
    width: calc(100% + 12px);
    margin-left: -6px;
    margin-right: -6px;
  }
  .news > * {
    max-width: calc(50% - 12px);
    margin-left: 6px;
    margin-right: 6px;
  }
}

@media screen and (min-width: 768px) {
  .article-card_big .article-card__img {
    height: 208px;
  }
}

@media screen and (min-width: 800px) {
  .news > * {
    max-width: calc(33.33% - 12px);
  }
}

@media screen and (min-width: 1200px) {
  .article-card_big > * {
    margin-bottom: 12px;
  }
  .article-card_big > *:last-child {
    margin-bottom: 0;
  }
  .news {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
  .news > * {
    margin-bottom: 60px;
    max-width: calc(33.33% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media screen and (min-width: 1490px) {
  .news {
    width: calc(100% + 44px);
    margin-left: -22px;
    margin-right: -22px;
  }
  .news > * {
    max-width: calc(33.33% - 44px);
    margin-left: 22px;
    margin-right: 22px;
  }
}

.article {
  width: 100%;
  max-width: 83.33%;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  padding: 20px 16px 30px;
}

.article__header {
  text-align: center;
  margin-bottom: 20px;
}

.article-date {
  margin-bottom: 12px;
}

blockquote {
  padding: 30px 16px 25px;
  background: #FAFAFA;
  font-family: Akrobat;
  font-weight: bold;
  font-size: 20px;
  line-height: 140%;
  position: relative;
  margin-top: 37px;
}

blockquote::after {
  content: '';
  display: block;
  width: 43px;
  height: 33px;
  background: url(../image/blockquote.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: -17px;
  left: 16px;
}

@media screen and (min-width: 1200px) {
  .article {
    padding: 40px 90px 80px;
  }
  /* .article .text {
    padding-left: 120px;
    padding-right: 120px;
  } */
  .article__header {
    margin-bottom: 30px;
  }
  .article__header .title {
    padding-left: 30px;
    padding-right: 30px;
  }
  blockquote {
    padding: 30px 56px;
    margin-top: 47px;
  }
  blockquote::after {
    left: 56px;
  }
}

.ads {
  margin-bottom: 20px;
}

.ads > * {
  width: 100%;
  max-width: calc(100% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 20px;
}

.sale-card_big {
  position: relative;
  padding: 0;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.sale-card_big:hover {
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.07);
}

.sale-card_big .sale-card__photo {
  height: 212px;
  width: 100%;
}

.sale-card_big .sale-card__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sale-card_big .sale-card__footer {
  padding: 16px 16px 20px;
}

.sale-card_big .sale-card__title {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-transform: unset;
  max-width: unset;
  margin-right: 16px;
}

.sale-sticker {
  border-radius: 50%;
  background: #EA2C27;
  padding: 12px 9px;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 16px;
  top: 16px;
  color: #fff;
  font-family: Akrobat;
  font-style: normal;
  font-weight: 900;
  font-size: 22px;
  line-height: 120%;
  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;
}

.sale-sticker sup {
  font-size: 9px;
  line-height: 120%;
  margin-right: -5px;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .ads > * {
    max-width: calc(50% - 30px);
  }
}

@media screen and (min-width: 1200px) {
  .ads {
    margin-bottom: 30px;
  }
  .ads > * {
    max-width: calc(33.33% - 30px);
    margin-bottom: 30px;
  }
  .sale-card_big .sale-card__photo {
    height: 276px;
  }
  .sale-card_big .sale-card__footer {
    padding: 26px 26px 34px;
  }
  .sale-card_big .sale-card__title {
    font-size: 20px;
    line-height: 25px;
    margin-right: 30px;
  }
  .sale-sticker {
    padding: 22px 9px;
    left: 20px;
    width: 76px;
    height: 76px;
    font-size: 28px;
  }
}

.sale-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  background: #fff;
  text-decoration: none;
  color: #222;
}

.sale-banner > * {
  width: 100%;
}

.sale-banner__img {
  height: 212px;
}

.sale-banner__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sale-banner__body {
  padding: 20px 12px 25px;
}

.sale-banner .title {
  margin-bottom: 12px;
}

.sale-banner__dates {
  margin-bottom: 12px;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  color: #999;
}

.sale-banner__timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  font-family: 'Akrobat';
}

.sale-banner__timer > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.sale-banner__timer > div:not(:last-child) {
  margin-right: 26px;
}

.sale-banner__timer > div:not(:last-child)::after {
  content: ':';
  color: #EA2C27;
  font-weight: bold;
  font-size: 30px;
  line-height: 37px;
  position: absolute;
  right: -16px;
  top: -2px;
}

.sale-banner__timer i {
  font-style: normal;
  color: #EA2C27;
  font-weight: bold;
  font-size: 30px;
  line-height: 37px;
}

.sale-banner__timer span {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
}

@media screen and (min-width: 768px) {
  .sale-banner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
  .sale-banner__img {
    height: unset;
    max-width: calc(50% - 15px);
  }
}

@media screen and (min-width: 1200px) {
  .sale-banner {
    margin-bottom: 30px;
  }
  .sale-banner__img {
    min-height: 350px;
    max-width: calc(41.67% - 15px);
  }
  .sale-banner__body {
    padding: 40px 180px 40px 50px;
  }
}

.compare-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  position: relative;
}

.compare-aside {
  width: 150px;
  border-left: 1px solid #EFEFEF;
  margin-bottom: 20px;
  background: #fff;
}

.compare-aside .compare-row {
  font-weight: normal;
  font-size: 15px;
  line-height: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: center;
  color: #999;
}

.compare-col {
  border-right: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF;
  border-top: 1px solid #EFEFEF;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.compare-col.compare-aside > .compare-row:not(:first-child) {
  color: #86868B;
}

.compare-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  overflow-x: auto;
  min-width: calc(100% - 150px);
  padding-bottom: 10px;
}

.compare-body:not(.list)::-webkit-scrollbar {
  height: 10px;
}

.compare-body:not(.list)::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #F1F1F1;
  border-radius: 5px;
}

.compare-body:not(.list)::-webkit-scrollbar-thumb {
  background-color: #111;
  border-radius: 5px;
}

.compare-body .compare-col {
  min-width: 50%;
  width: 50%;
}

.compare-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  width: 100%;
  background: #fff;
}

.compare-table .compare-row {
  font-family: Akrobat;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 120%;
}

.compare-buy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: auto;
  margin-bottom: 0;
}

.compare__remove {
  background: rgba(255, 255, 255, 0);
  border: none;
  min-width: 14px;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 1;
}

.compare__remove::after, .compare__remove::before {
  content: '';
  display: block;
  width: 1px;
  background: #111;
  height: 16px;
  position: absolute;
  left: 50%;
  top: calc(50% - 8px);
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.compare__remove::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.compare__remove::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.compare__remove:hover::after, .compare__remove:hover::before {
  background: #EA2C27;
}

.compare__remove:hover::after {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.compare__remove:hover::before {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.compare-title {
  font-family: PT Sans;
  font-weight: normal;
  font-size: 12px;
  line-height: 140%;
  color: #222;
  text-decoration: none;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  margin-bottom: 18px;
  display: block;
  text-align: left;
}

.compare-title:hover {
  color: #EA2C27;
}

.compare-row {
  padding: 10px;
}

.compare-row:nth-child(2n+2) {
  background: #F8F8F8;
}

.compare-row .btn_primary {
  width: 100%;
}

.compare-row:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.compare-img {
  max-width: 100%;
  width: 100%;
  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;
  margin-bottom: 10px;
  max-height: 267px;
}

.compare-img img {
  max-width: 100%;
  max-height: 100%;
}

.compare-price {
  font-family: Akrobat;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
}

.compare-row {
  font-size: 14px;
  line-height: 125%;
  padding: 42px 15px 33px;
  text-align: center;
}

.compare-row:first-child {
  padding: 54px 15px 16px;
}

.btn-add-compare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .15s ease-in;
  -o-transition: all .15s ease-in;
  transition: all .15s ease-in;
  margin: 100px auto;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
}

.btn-add-compare span {
  margin-top: 20px;
  border-bottom: 1px dashed #222222;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.btn-add-compare:hover {
  color: #EA2C27;
}

.btn-add-compare:hover span {
  border-color: #EA2C27;
}

.btn-add-compare:hover .add-compare-ico::after, .btn-add-compare:hover .add-compare-ico::before {
  background: #EA2C27;
}

.add-compare-ico {
  display: inline-block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #F4F4F4;
  position: relative;
}

.add-compare-ico::after, .add-compare-ico::before {
  content: '';
  display: block;
  width: 14px;
  height: 2px;
  background: #555;
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 1px);
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.add-compare-ico::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.compare-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.compare-display-title {
  font-family: Akrobat;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: 16px;
  color: #222;
}

#display {
  display: none;
}

#display:checked ~ .display {
  background: #EA2C27;
}

#display:checked ~ .display i {
  left: calc(100% - 22px);
}

.display {
  cursor: pointer;
  width: 40px;
  height: 24px;
  background: #E7E7E7;
  border-radius: 12px;
  display: block;
  position: relative;
  margin-left: 14px;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.display i {
  background: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.compare-row_main > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
}

.compare-row_main .btn_dashed {
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .compare-aside {
    width: 300px;
    min-width: 300px;
  }
  .compare-body {
    min-width: calc(100% - 300px);
  }
  .compare-body .compare-col {
    min-width: 50%;
    width: 50%;
  }
  .compare-row {
    padding: 12px 20px;
  }
  .compare-row:first-child {
    padding: 30px 20px 37px;
  }
  .compare-row:last-child {
    padding-bottom: 32px;
  }
  .compare-title {
    font-size: 15px;
  }
  .compare-img {
    margin-bottom: 34px;
  }
  .compare-price {
    font-size: 24px;
  }
}

@media screen and (min-width: 1000px) {
  .compare-body .compare-col {
    min-width: 33.33%;
    width: 33.33%;
  }
}

@media screen and (min-width: 1200px) {
  .compare-body .compare-col {
    min-width: 25%;
    width: 25%;
  }
}

@media screen and (max-width: 767px) {
  .compare-wrapper {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .compare-col {
    border: none;
  }
  .compare-aside:not(.empty) {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border: none;
  }
  .compare-aside:not(.empty) .compare-row {
    position: relative;
    padding: 0;
  }
  .compare-aside:not(.empty) .compare-row:first-child > * {
    position: absolute;
    bottom: -70px;
    left: 0;
    height: 70px;
    width: 100vw;
    z-index: 1;
    padding: 10px 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse wrap;
            flex-flow: row-reverse wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: 1px solid #EBEBEB;
    border-top: none;
  }
  .compare-aside:not(.empty) .compare-row:first-child .btn_dashed {
    margin-bottom: 0;
    margin-left: 14px;
    margin-right: 0;
  }
  .compare-aside:not(.empty) .compare-row:not(:first-child) > span {
    position: absolute;
    left: 0;
    width: 100vw;
    z-index: 1;
    top: 82px;
    display: block;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }
  .compare-display {
    margin: 0;
  }
  .compare-table .compare-row:first-child {
    border: 1px solid #EBEBEB;
    margin-bottom: 70px;
  }
  .compare-aside.empty {
    display: none;
  }
  .compare-body.empty {
    min-width: 100%;
  }
}

.thankU {
  background: #fff;
  padding: 50px 15px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.thankU .title {
  text-transform: unset;
  font-family: Akrobat;
  font-weight: 600;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 120%;
  margin-bottom: 12px;
}

.thankU .title span {
  color: #EA2C27;
}

.thankU .btn_primary {
  width: 287px;
  max-width: 100%;
  margin-top: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.thankU__header {
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 30px;
}

.thankU__header p {
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
}

.thankU__header p a {
  color: #222;
  text-decoration: none;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.thankU__header p a:hover {
  color: #EA2C27;
}

.thankU-info__row {
  margin-bottom: 20px;
}

.thankU-info__row span {
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
}

.thankU-info__row span:first-child {
  color: #999;
  margin-right: 8px;
}

.thankU-row {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #EBEBEB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.thankU-row span {
  font-family: Akrobat;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
}

.thankU-row__img {
  width: 100%;
  height: 90px;
  margin-bottom: 10px;
}

.thankU-row__title {
  font-family: PT Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 140%;
  width: 100%;
  display: block;
  margin-bottom: 12px;
}

.thankU-row__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.thankU-row_header {
  padding-bottom: 8px;
}

.thankU-row_header span {
  font-family: PT Sans;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  color: #999;
}

@media screen and (min-width: 768px) {
  .thankU-info__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .thankU-info__row span:first-child {
    min-width: 204px;
    max-width: 204px;
    margin-right: 30px;
  }
  .thankU-info__row span:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
  }
  .thankU-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
  .thankU-row__img {
    margin-bottom: 0;
    max-width: 108px;
    margin-right: 20px;
  }
  .thankU-row__body {
    max-width: calc(100% - 128px);
  }
  .thankU-row_header, .thankU-row__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .thankU-row__total {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .thankU-row_header > span {
    width: 302px;
  }
  .thankU-row_header .thankU-row__total {
    max-width: calc(100% - 302px);
  }
  .thankU-row__body > span {
    width: 174px;
  }
  .thankU-row__body .thankU-row__total {
    max-width: calc(100% - 174px);
  }
}

@media screen and (min-width: 1200px) {
  .thankU {
    padding-left: 100px;
    padding-right: 100px;
    max-width: calc(66.67% - 10px);
  }
  .thankU__header {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media screen and (max-width: 767px) {
  .thankU-row__total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    width: 100%;
  }
  .thankU-row span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
  }
  .thankU-row span::before {
    content: attr(data-attr) ": ";
    font-family: PT Sans;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #999;
  }
}

.cols-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.column-right {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.column-left {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.main-content {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  margin-bottom: 30px;
  background: #fff;
  padding: 20px 16px;
}

.main-content .text div p > * {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .column-right {
    min-width: calc(25% - 15px);
    max-width: calc(25% - 15px);
    margin-left: 30px;
  }
  .column-left {
    min-width: calc(25% - 15px);
    max-width: calc(25% - 15px);
    margin-right: 30px;
  }
  .column-left.column-left_account {
    min-width: calc(25% - 15px);
    max-width: calc(25% - 15px);
  }
  .main-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (min-width: 1200px) {
  .column-left {
    min-width: calc(16.67% - 15px);
    max-width: calc(16.67% - 15px);
  }
  .column-right {
    min-width: calc(16.67% - 15px);
    max-width: calc(16.67% - 15px);
  }
  .main-content {
    padding: 40px;
  }
}

.aside__link {
  color: #222;
  text-decoration: none;
  font-family: Akrobat;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  min-height: 50px;
  white-space: nowrap;
  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;
  -webkit-transform: skewX(-18deg);
      -ms-transform: skewX(-18deg);
          transform: skewX(-18deg);
  padding-left: 40px;
  padding-right: 20px;
  margin-left: -20px;
  margin-right: 10px;
}

.aside__link span {
  display: block;
  -webkit-transform: skewX(18deg);
      -ms-transform: skewX(18deg);
          transform: skewX(18deg);
}

.aside__link:not(.active):hover {
  color: #EA2C27;
}

.aside__link.active {
  color: #fff;
  background: #222;
}

.aside-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  overflow: hidden;
  text-align: center;
  width: 100%;
}

.contacts-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  padding-left: 64px;
  min-height: 52px;
  margin-bottom: 20px;
}

.contacts-info .ico {
  position: absolute;
  left: 0;
}

.contacts-info span {
  margin-top: 3px;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #555;
  margin-bottom: 6px;
}

.contacts-info a, .contacts-info address {
  font-family: Akrobat;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #222;
  text-decoration: none;
}

.contacts-info a {
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.contacts-info a:hover {
  color: #EA2C27;
}

@media screen and (min-width: 768px) {
  .aside-info {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    text-align: left;
  }
  .aside__link {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}

@media screen and (min-width: 1200px) {
  .aside__link {
    padding-left: 40px;
    padding-right: 58px;
  }
  .contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    margin-bottom: 30px;
  }
  .contacts-info {
    margin-bottom: 0;
    max-width: calc(33.33% - 67px);
  }
  .contacts-info:not(:last-child) {
    margin-right: 100px;
  }
}

@media screen and (max-width: 767px) {
  .cols-wrapper_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse nowrap;
            flex-flow: column-reverse nowrap;
  }
}

.delivery-title {
  font-family: Akrobat;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.delivery-wrapper {
  margin-bottom: 60px;
}

.delivery-wrapper:last-child {
  margin-bottom: 0;
}

.delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

.delivery:not(:last-child) {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EBEBEB;
}

.delivery__img {
  border-radius: 50%;
  background: #F4F4F4;
  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;
  padding: 17px;
  margin-right: 20px;
}

.delivery__img img {
  max-width: 100%;
  max-height: 100%;
}

.delivery__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}

.delivery__text h3 {
  font-family: Akrobat;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.delivery__text p {
  font-weight: normal;
  font-size: 14px;
  line-height: 160%;
  color: #999;
}

@media screen and (min-width: 1200px) {
  .delivery-title {
    font-size: 22px;
  }
  .delivery__img {
    width: 80px;
    height: 80px;
    padding: 24px;
    margin-right: 30px;
  }
  .delivery__text {
    max-width: 55%;
  }
}

.about-img {
  margin-bottom: 30px;
}

.dashboard-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dashboard-header > * {
  margin-bottom: 20px;
}

.dashboard-header > *:not(:last-child) {
  margin-right: 12px;
}

.dashboard-header .title {
  font-size: 26px;
  line-height: 120%;
}

.btn_add {
  font-family: Akrobat;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #EA2C27;
}

.btn_add:hover {
  color: #47C6D6;
}

.btn_add:hover .add-add-ico {
  background: #47C6D6;
}

.add-add-ico {
  margin-right: 10px;
  border-radius: 50%;
  background: #EA2C27;
  width: 22px;
  height: 22px;
  position: relative;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.add-add-ico::after, .add-add-ico::before {
  content: '';
  display: block;
  width: 10px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: calc(50% - 5px);
}

.add-add-ico::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.dashboard {
  margin-bottom: 20px;
}

.dashboard > * {
  max-width: calc(100% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 20px;
}

.add-card {
  display: block;
  width: 100%;
  background: #fff;
  padding: 20px 20px 30px;
}

.add-card span {
  font-family: Akrobat;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: #999;
  display: block;
  background: url(../image/contactMap.svg) left top no-repeat;
  background-size: 14px;
  padding-left: 20px;
  margin-bottom: 12px;
}

.add-card p {
  font-weight: normal;
  font-size: 15px;
  line-height: 140%;
}

.ad-card__phone {
  color: #222;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  text-decoration: none;
}

.ad-card__phone:hover {
  color: #EA2C27;
}

.ad-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.ad-card__header > * {
  font-family: Akrobat;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 6px;
}

.ad-card__header > *:not(:last-child) {
  margin-right: 12px;
}

@media screen and (min-width: 768px) {
  .dashboard > * {
    max-width: calc(50% - 30px);
  }
  .ad-card__header {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 1200px) {
  .dashboard-header .title {
    font-size: 30px;
  }
  .dashboard-header > * {
    margin-bottom: 26px;
  }
  .dashboard {
    margin-bottom: 30px;
  }
  .dashboard > * {
    max-width: calc(33.33% - 30px);
    margin-bottom: 30px;
  }
  .add-card {
    padding: 26px 26px 42px;
  }
  .add-card span {
    margin-bottom: 16px;
  }
  .ad-card__header > * {
    margin-bottom: 8px;
  }
}

.profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.profile > .title {
  width: 100%;
}

.profile__main {
  background: #fff;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
  padding: 28px 15px;
  margin-bottom: 20px;
}

.profile__main > *:last-child {
  margin-bottom: 0;
}

.profile__aside {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
  background: #fff;
  margin-bottom: 20px;
}

.profile__header {
  margin-bottom: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.profile__header .btn {
  margin-left: auto;
  margin-right: 0;
}

.profile__header .small-title {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .profile__main {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .profile__aside {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (min-width: 1200px) {
  .profile__main {
    max-width: calc(72.5% - 15px);
    padding: 40px;
  }
  .profile__aside {
    max-width: calc(25% - 15px);
    margin-left: auto;
    margin-right: 0;
  }
}

.profile-nav {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  padding-bottom: 30px;
  padding-top: 30px;
}

.profile-nav li {
  padding-left: 15px;
  padding-right: 15px;
}

.profile-nav li:not(:last-child) {
  margin-bottom: 26px;
}

.profile-nav li:last-child {
  border-top: 1px solid #EBEBEB;
  padding-top: 28px;
  margin-bottom: 0;
}

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

.profile-nav li:last-child a:hover {
  color: #EA2C27;
}

.profile-nav li.active {
  position: relative;
}

.profile-nav li.active::before {
  content: '';
  display: block;
  height: calc(100% + 12px);
  position: absolute;
  top: -6px;
  left: 0;
  width: 2px;
  background: #EA2C27;
}

.profile-nav li.active a {
  color: #EA2C27;
}

.profile-nav li.active a .ico::after {
  opacity: 0;
}

.profile-nav li.active a .ico::before {
  opacity: 1;
}

.profile-nav a {
  text-decoration: none;
  color: #111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  font-family: Akrobat;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.profile-nav a:hover {
  color: #EA2C27;
}

.profile-nav a:hover .ico::before {
  opacity: 1;
}

.profile-nav a:hover .ico::after {
  opacity: 0;
}

.profile-nav a .ico {
  margin-right: 12px;
}

@media screen and (min-width: 1200px) {
  .profile-nav {
    padding-top: 40px;
  }
  .profile-nav li {
    padding-left: 40px;
    padding-right: 40px;
  }
  .profile-nav li:not(:last-child) {
    margin-bottom: 36px;
  }
}

.profile__edit {
  width: 100%;
}

.profile__edit > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}

.profile__edit:not(:last-child) {
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.profile-input {
  width: 100%;
}

.profile-input .input_2 {
  padding-top: 14px;
  padding-bottom: 15px;
  color: #222;
  width: 100%;
  border: 1px solid #CCC;
}

.profile-input .input_2:disabled {
  background: #fff;
}

.profile-input .input_2:not(:disabled)::-webkit-input-placeholder {
  opacity: 0;
}

.profile-input .input_2:not(:disabled):-ms-input-placeholder {
  opacity: 0;
}

.profile-input .input_2:not(:disabled)::-ms-input-placeholder {
  opacity: 0;
}

.profile-input .input_2:not(:disabled)::placeholder {
  opacity: 0;
}

.profile-input .input_2::-webkit-input-placeholder {
  color: #222;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.profile-input .input_2:-ms-input-placeholder {
  color: #222;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.profile-input .input_2::-ms-input-placeholder {
  color: #222;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.profile-input .input_2::placeholder {
  color: #222;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.profile-select {
  width: 100%;
}

.profile-select .js-Dropdown {
  width: 100%;
}

.profile-select .js-Dropdown-title, .profile-select .js-Dropdown-list {
  border-color: #ccc;
}

.profile__edit-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.profile__edit-btns > *:not(:last-child) {
  margin-right: 20px;
}

.profile__edit-btns .bnt_primary {
  padding-left: 40px;
  padding-right: 40px;
}

.profile-address {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.profile-address .profile-input:nth-child(3), .profile-address .profile-input:nth-child(4) {
  max-width: calc(50% - 50px);
  margin-right: 26px;
}

.btn-add-address {
  margin-top: 10px;
  margin-bottom: 30px;
}

.btn-remove-address {
  margin-top: auto;
  margin-bottom: 30px;
}

.btn-remove-address:hover .ico::before {
  opacity: 1;
}

.btn-remove-address:hover .ico::after {
  opacity: 0;
}

.profile__edit:not(.edit) > * {
  margin-bottom: -20px;
}

.profile__edit:not(.edit) .profile-input, .profile__edit:not(.edit) .profile-select {
  margin-bottom: 20px;
}

.profile__edit:not(.edit) .profile-input .input_2 {
  border: none;
  padding: 0;
  min-height: unset;
}

.profile__edit:not(.edit) .js-Dropdown-title {
  pointer-events: none;
  min-height: unset;
  border: none;
  padding: 0;
  height: unset;
}

.profile__edit:not(.edit) .js-Dropdown-title::before {
  display: none;
}

.profile__edit:not(.edit) .editable {
  display: none;
}

.profile__edit.edit > * {
  margin-bottom: 0px;
}

.profile__edit.edit .profile-input, .profile__edit.edit .profile-select {
  margin-bottom: 12px;
}

.profile__edit.edit .profile-input .js-Dropdown-title, .profile__edit.edit .profile-input .input_2, .profile__edit.edit .profile-select .js-Dropdown-title, .profile__edit.edit .profile-select .input_2 {
  min-height: 50px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .profile-input {
    max-width: calc(50% - 15px);
  }
  .profile-input:not(:nth-child(even)) {
    margin-right: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .profile__edit:not(:last-child) {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .profile-input {
    max-width: calc(33.33% - 20px);
  }
  .profile-input:not(:nth-child(3n+3)) {
    margin-right: 30px;
  }
  .profile-address .profile-input:nth-child(3), .profile-address .profile-input:nth-child(4) {
    max-width: calc(12.5% - 15px);
  }
  .profile-address .profile-input:nth-child(3) {
    margin-right: 30px;
  }
  .profile-address .profile-input:nth-child(4) {
    margin-right: 26px;
  }
  .btn-remove-address {
    margin-bottom: 36px;
  }
  .profile__edit:not(.edit) > * {
    margin-bottom: -30px;
  }
  .profile__edit:not(.edit) .profile-input, .profile__edit:not(.edit) .profile-select {
    margin-bottom: 30px;
  }
  .profile__edit.edit > * {
    margin-bottom: 0;
  }
  .profile__edit.edit .profile-input, .profile__edit.edit .profile-select {
    margin-bottom: 22px;
  }
  .profile__edit-btns > *:not(:last-child) {
    margin-right: 40px;
  }
  .profile__edit-btns .btn_primary {
    padding-left: 70px;
    padding-right: 70px;
  }
}

.profile .product-card {
  padding: 54px 12px 15px;
}

.profile .product-card__img {
  margin-bottom: 16px;
}

.profile .product-card__title {
  margin-bottom: 8px;
}

.profile-pagination {
  margin-top: 30px;
}

.btn_remove-from-profile {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 14px;
  right: 14px;
}

.btn_remove-from-profile::after, .btn_remove-from-profile::before {
  content: '';
  display: block;
  height: 16px;
  width: 1px;
  background: #111;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  position: absolute;
  left: 50%;
  top: calc(50% - 8px);
}

.btn_remove-from-profile::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.btn_remove-from-profile::before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.btn_remove-from-profile:hover::after, .btn_remove-from-profile:hover::before {
  background: #EA2C27;
}

.btn_remove-from-profile:hover::after {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.btn_remove-from-profile:hover::before {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

@media screen and (min-width: 1200px) {
  .profile .catalog > * {
    max-width: 33.33%;
  }
  .profile .product-card {
    padding: 42px 15px 15px;
  }
}

@media screen and (min-width: 1490px) {
  .profile .catalog > * {
    max-width: 25%;
  }
}

@media screen and (max-width: 767px) {
  .profile .catalog {
    width: 100%;
    /* width: calc(100% + 30px);
    margin-right: -15px;
    margin-left: -15px; */
  }
}

/* @media screen and (max-width: 767px) {
  .catalog .product-card {
    min-width: 240px;
  }
} */

.history-card {
  border: 1px solid #ebebeb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 12px;
  min-height: 202px;
  margin-bottom: 8px;
}

.history-card__btn {
  position: relative;
  padding-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  padding-left: 30px;
  cursor: pointer;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.status-color {
    min-height: 60px;
    display: block;
    width: 14px !important;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.history-card__btn.done::before {
  background: #43B01D;
}

.history-card__btn.disabled::before {
  background: #EA2C27;
}

.history-card__btn.current::before {
  background: #FF9900;
}

.history-card__btn::after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #222;
  border-right: 2px solid #222;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 3px;
  right: 0px;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.history-card__btn:hover::after {
  border-color: #EA2C27;
}

.history-card__body {
  overflow-y: hidden;
  max-height: 0;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.history-card.opened {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding-bottom: 30px;
}

.history-card.opened .history-card__body {
  max-height: unset;
}

.history-card.opened .history-card__btn > div {
  display: none;
}

.history-card.opened .history-card__btn::after {
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
  margin-top: 3px;
}

.history-card__item:last-of-type ~ .history-card__total:first-of-type {
  margin-top: 16px;
}

.history-card__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 12px;
}

.history-card__total span:first-child {
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #555;
}

.history-card__total span:last-child {
  text-align: right;
  margin-left: auto;
  margin-right: 0;
  font-family: Akrobat;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}

.history-card__btn > div {
  width: 100%;
  max-height: 10000px;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.history-card__btn > div:not(:last-child) {
  margin-bottom: 20px;
}

.history-card__btn > div > span {
  display: block;
  margin-bottom: 6px;
  font-weight: normal;
  font-size: 15px;
  line-height: 19px;
  color: #999999;
}

.history-card__btn > div > p {
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
}

.history-card__photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.history-card__photos .img {
  height: 50px;
  width: 58px;
}

.history-card__info {
  width: 100%;
  padding-left: 30px;
  margin-bottom: 20px;
}

.history-card__info-title {
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  color: #999;
  display: block;
  margin-bottom: 20px;
}

.history-card__info > p:not(:last-child) {
  margin-bottom: 10px;
}

.history-card__order {
  width: 100%;
}

.history-card__item {
  margin-bottom: 8px;
  border-bottom: 1px solid #EBEBEB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  text-decoration: none;
  color: #222;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.history-card__item:hover {
  color: #EA2C27;
}

.history-card__item-img {
  width: 58px;
  height: 50px;
  margin-right: 12px;
}

.history-card__item-title {
  width: 100%;
  max-width: calc(100% - 70px);
  margin-top: auto;
  margin-bottom: auto;
}

.history-card__item-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

.history-card__item-options > * {
  width: 100%;
  max-width: 33.33%;
  padding-left: 5px;
  padding-right: 5px;
}

.history-card__item-options span {
  font-weight: normal;
  font-size: 15px;
  line-height: 19px;
  color: #999;
}

.history-card__item-options p {
  font-family: Akrobat;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
}

.history-card__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.history-card__btns > * {
  margin-top: 20px;
}

.history-card__btns .btn_primary {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .history-card {
    min-height: 80px;
  }
  .history-card__btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    min-height: 60px;
  }
  .history-card__btn > div {
    margin-top: auto;
    margin-bottom: auto;
    max-width: calc(33.33% - 10px);
  }
  .history-card__btn > div:not(:last-child) {
    margin-right: 15px;
    margin-bottom: auto;
  }
  .history-card__btn::after {
    top: calc(50% - 6px);
  }
  .history-card.opened .history-card__btn {
    margin-bottom: 15px;
  }
  .history-card__photos {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .history-card__info {
    padding-left: 0;
    max-width: 24.39%;
  }
  .history-card__order {
    max-width: 74.39%;
    margin-left: auto;
    margin-right: 0;
  }
  .history-card__item > * {
    margin-top: auto;
    margin-bottom: auto;
  }
  .history-card__item-title {
    max-width: calc(50% - 80px);
    margin-right: 10px;
  }
  .history-card__item-options {
    margin-left: auto;
    margin-right: 0;
    max-width: 50%;
  }
  .history-card__btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
  .history-card__btns > * {
    margin-top: 8px;
  }
  .history-card__btns .btn_primary {
    width: auto;
    padding-left: 70px;
    padding-right: 70px;
    margin-left: auto;
    margin-right: 0;
  }
}

@media screen and (min-width: 1200px) {
  .history-card {
    padding: 12px 22px 12px 10px;
  }
}

.btn-copy-promocode {
  margin-top: 2px;
}

.btn-copy-promocode:hover .ico::after {
  opacity: 0;
}

.btn-copy-promocode:hover .ico::before {
  opacity: 1;
}

.advice {
  border: 1px solid #EBEBEB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: 8px;
}

.advice .sale-sticker {
  padding: 6px 4px;
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 120%;
  top: 8px;
  left: 8px;
}

.advice__img {
  width: 100%;
  height: 213px;
  overflow: hidden;
  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;
}

.advice__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.advice__time {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #999;
  width: 100%;
  margin-bottom: 6px;
}

.advice__title {
  font-family: PT Sans;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  width: 100%;
  margin-bottom: 6px;
}

.advice__promocode {
  font-family: Akrobat;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  color: #EA2C27;
  width: unset;
  margin-right: 12px;
  display: inline-block;
}

.advice__body {
  padding: 16px 16px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (min-width: 768px) {
  .advice__img {
    height: auto;
    max-width: 200px;
  }
  .advice__body {
    max-width: calc(100% - 200px);
    padding: 22px 30px;
  }
  .advice__title {
    margin-bottom: 12px;
  }
}

.radio-btn input {
  display: none;
}

.radio-btn span {
  cursor: pointer;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  padding-left: 41px;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.radio-btn span::before, .radio-btn span::after {
  content: '';
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  position: absolute;
}

.radio-btn span::before {
  border: 1px solid #D7D7D7;
  left: 0;
  top: -3px;
  width: 24px;
  height: 24px;
}

.radio-btn span::after {
  left: 6px;
  top: 3px;
  z-index: 1;
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 0;
}

.radio-btn input:checked + span::after {
  opacity: 1;
}

.radio-btn input:checked + span::before {
  background: #EA2C27;
  border-color: #EA2C27;
}

.radio-btn:hover span {
  color: #EA2C27;
}

.radio-btn:hover span::before {
  border-color: #EA2C27;
}

.subscribe-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.subscribe-form .btn_primary {
  padding-left: 70px;
  padding-right: 70px;
}

.subscribe-form > p {
  font-weight: normal;
  font-size: 15px;
  line-height: 19px;
}

.subscribe-form > * {
  margin-bottom: 24px;
}

.tab-container {
  position: relative;
}

.tab > *:last-child {
  margin-bottom: 0;
}

.tab:not(.active) {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  height: 0;
  overflow: hidden;
  -webkit-transition: opacity, height .3s ease-in;
  -o-transition: opacity, height .3s ease-in;
  transition: opacity, height .3s ease-in;
}

.tab.active {
  opacity: 1;
  height: auto;
  -webkit-transition: opacity .3s ease-in;
  -o-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
}

.header_order {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_order > .container {
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header_order > .container > * {
  position: relative;
  left: unset;
  top: unset;
  bottom: unset;
  right: unset;
}

.header_order .header-drop {
  margin-left: auto;
  margin-right: 0;
  width: auto;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.header_order .header-drop:hover .header-drop__btn::after {
  top: calc(50% - 1px);
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.header_order .header-drop:hover .header-drop__body::before {
  content: '';
  display: block;
  border: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  top: -7px;
  left: unset;
  right: 70px;
}

.header_order .header-drop:hover .header-drop__container {
  padding: 20px 26px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  max-height: 2000px;
  margin-top: 12px;
}

.header_order .header-drop__body {
  position: absolute;
  top: calc(100% - 1px);
  left: unset;
  right: 0;
  width: auto;
}

.header_order .header-drop__container {
  overflow: hidden;
  max-height: 0;
  min-width: 350px;
  max-width: 350px;
  padding-left: 26px;
  padding-right: 26px;
}

@media screen and (min-width: 1200px) {
  .header_order > .container {
    min-height: 89px;
  }
}

@media screen and (max-width: 767px) {
  .header_order .header-drop__btn {
    font-size: 16px;
  }
  .header_order .header-drop__container {
    min-width: 290px;
    max-width: 290px;
  }
}

.simplecheckout-block {
  background: #fff;
}

.order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.order > * {
  width: 100%;
}

.order__cart {
  padding: 30px 16px;
  background: #fff;
}

.order .cart-item {
  border-bottom: 1px solid #EBEBEB;
}

.order .cart-item ~ .small-title {
  margin-top: 22px;
  margin-bottom: 16px;
}

.order__cart-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.order__cart-header > * {
  margin-bottom: 0;
}

.order__cart-header .order-link {
  margin-left: auto;
  margin-right: 0;
}

.order-link {
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
          text-decoration-style: dashed;
  color: #EA2C27;
}

.order-link:hover {
  text-decoration: none;
}

.order__promocode {
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 22px;
  margin-bottom: 22px;
}

.order__promocode-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.order__promocode-form > * {
  min-height: 50px;
  max-height: 50px;
}

.order__promocode-form .input-wrapper {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 20px;
}

.order__promocode-form .btn {
  padding-top: 13px;
  padding-bottom: 13px;
}

.order__promocode > p {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 19px;
  color: #555;
  margin-bottom: 10px;
}

.order__promocode > p a {
  text-decoration: none;
  color: #EA2C27;
}

.order__promocode > p a:hover {
  text-decoration: underline;
}

.order__gift {
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 22px;
  margin-bottom: 22px;
}

.order__gift.opened {
  padding-bottom: 0;
}

.order__gift.opened .order__gift-body {
  padding-top: 22px;
  max-height: 300px;
  overflow-y: auto;
}

.order__gift-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-right: 22px;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: Akrobat;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.order__gift-btn .ico {
  margin-right: 12px;
}

.order__gift-btn::after, .order__gift-btn::before {
  content: '';
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
}

.order__gift-btn::after {
  width: 22px;
  height: 22px;
  top: 0;
  right: 0;
  border-radius: 50%;
  border: 1px solid #EBEBEB;
}

.order__gift-btn::before {
  width: 5px;
  height: 5px;
  border-bottom: 2px solid #222;
  border-right: 2px solid #222;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 8px;
  right: 8px;
}

.order__gift-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  max-height: 0;
  overflow-y: hidden;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.order__gift-body .radio-btn {
  width: 100%;
  margin-bottom: 12px;
}

.order__gift-body .radio-btn .img {
  width: 62px;
  min-width: 62px;
  height: 52px;
  margin-right: 12px;
}

.order__gift-body .radio-btn span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  line-height: 140%;
}

.order__gift-body .radio-btn span::before {
  top: calc(50% - 12px);
}

.order__gift-body .radio-btn span::after {
  top: calc(50% - 6px);
}

@media screen and (min-width: 768px) {
  .order__gift-body .radio-btn {
    margin-bottom: 28px;
    max-width: calc(50% - 15px);
  }
  .order__gift-body .radio-btn:nth-child(even) {
    margin-left: auto;
    margin-right: 0;
  }
}

@media screen and (min-width: 1200px) {
  .order__cart {
    padding: 30px;
    max-width: calc(41.67% - 25px);
    margin-left: auto;
    margin-right: 0;
  }
}

.simple-tabs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow-y: auto;
  position: relative;
  padding-bottom: 1px;
  margin-bottom: 20px;
}

.simple-tabs-list::-webkit-scrollbar {
  height: 0;
}

.simple-tabs-item {
  background: rgba(255, 255, 255, 0);
  border: none;
  border-radius: none;
  font-family: Akrobat;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  color: #999;
  white-space: nowrap;
  padding-bottom: 4px;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  margin-bottom: -1px;
  position: relative;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  z-index: 1;
  cursor: pointer;
}

.simple-tabs-item:not(.active):hover {
  color: #EA2C27;
}

.simple-tabs-item.active {
  border-bottom: 2px solid #EA2C27;
  color: #222;
  z-index: 1;
}

.twoCols {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.twoCols > * {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .twoCols {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .twoCols > * {
    max-width: calc(50% - 15px);
  }
}

@media screen and (min-width: 768px) {
  .simple-tabs-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .simple-tabs-item {
    font-size: 18px;
  }
  .simple-tabs-item:not(:last-child) {
    margin-right: 60px;
  }
}

.order__num {
  background: #222;
  -webkit-transform: skewX(-21deg);
      -ms-transform: skewX(-21deg);
          transform: skewX(-21deg);
  position: absolute;
  bottom: 0px;
  left: -16px;
  height: 46px;
  width: 80px;
  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;
}

.order__num span {
  font-family: Akrobat;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  display: block;
  color: #fff;
  -webkit-transform: skewX(21deg);
      -ms-transform: skewX(21deg);
          transform: skewX(21deg);
  margin-bottom: 2px;
}

.order__header {
  min-height: 46px;
  overflow: hidden;
  position: relative;
  width: calc(100% + 32px);
  margin-left: -16px;
  padding-left: 77px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 16px;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.order__header > * {
  margin-bottom: auto;
  margin-top: auto;
}

.order__main .simplecheckout-block {
  border: 1px solid #EBEBEB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
  padding: 12px 16px;
  -webkit-transition: all .6s ease-in;
  -o-transition: all .6s ease-in;
  transition: all .6s ease-in;
}

.order__main .simplecheckout-block.disabled .simplecheckout-block-content {
  max-height: 0;
}

.order__main .simplecheckout-block.disabled .order__header .small-title {
  color: #999;
}

.order__main .simplecheckout-block.disabled .back-btn {
  opacity: 0;
  pointer-events: none;
}

.order__main .simplecheckout-block.disabled .order__num {
  background: #E7E7E7;
}

.order__main .simplecheckout-block.opened {
  padding-bottom: 20px;
}

.order__main .simplecheckout-block.opened .order__header {
  margin-bottom: 20px;
}

.order__main .simplecheckout-block.opened .back-btn {
  opacity: 0;
  pointer-events: none;
}

.order__main .simplecheckout-block.opened .simplecheckout-block-content {
  display: block;
}

.order__main .simplecheckout-block-content {
  display: none;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.order__main .input2-wrapper {
  margin-bottom: 20px;
  text-align: start;
}

.order__main .input {
  min-height: 50px;
  padding-top: 14px;
  padding-bottom: 15px;
}

.order__main .radio-btn {
  margin-bottom: 18px;
  display: block;
  font-family: Akrobat;
}

.order__main .js-Dropdown {
  margin-bottom: 20px;
  width: 100%;
}

.order__main .js-Dropdown-title {
  min-height: 50px;
  border-color: #ccc;
}

.order__main .js-Dropdown-list {
  border-color: #ccc;
}

.order__main .btn_primary {
  padding-left: 70px;
  padding-right: 70px;
  width: 100%;
}

.tabs-simple-container p {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 22px;
}

.tabs-simple-container p > span, .tabs-simple-container p > a {
  color: #EA2C27;
  text-decoration: none;
}

.tabs-simple-container p > a:hover {
  text-decoration: underline;
}

.soc-auth {
  margin-bottom: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.soc-auth > *:not(:last-child) {
  margin-right: 20px;
}

.soc-auth > span {
  font-weight: normal;
  font-size: 15px;
  line-height: 19px;
  color: #999;
  width: 100%;
  margin-bottom: 10px;
  margin-right: 0;
}

.soc-btn {
  border: 1px solid #EBEBEB;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 42px;
  width: 130px;
  max-width: calc(50% - 10px);
  font-family: 'Akrobat';
  padding-left: 19px;
  padding-right: 19px;
}

.soc-btn > *:not(:last-child) {
  margin-right: 12px;
}

.soc-btn:hover {
  border-color: #EA2C27;
}

.back-btn {
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
          text-decoration-style: dashed;
  margin-left: auto;
  margin-right: 0;
}

.back-btn:hover {
  text-decoration: none;
}

.radio-btn input:checked + span .ico::before {
  opacity: 1;
}

.radio-btn input:checked + span .ico::after {
  opacity: 0;
}

.radio-btn .ico {
  margin-right: 12px;
  min-width: 20px;
}

@media screen and (min-width: 768px) {
  .order__main .btn_primary {
    width: auto;
  }
}

@media screen and (min-width: 1200px) {
  .soc-auth > span {
    max-width: calc(100% - 356px);
    margin-right: 20px;
    margin-bottom: 0;
  }
  .soc-btn {
    width: 158px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .order__main {
    /*max-width: calc(58.33% - 25px);*/
  }
  .order__main .simplecheckout-block {
    padding: 28px 96px;
  }
  .order__main .simplecheckout-block.opened {
    padding-bottom: 50px;
  }
  .order__main .radio-btn {
    margin-bottom: 20px;
  }
  .order__num {
    min-height: 50px;
  }
  .order__num span {
    font-size: 16px;
  }
  .order__header {
    min-height: 50px;
    padding-left: 96px;
    padding-right: 40px;
    width: calc(100% + 192px);
    margin-left: -96px;
  }
}

.order-body {
  padding-top: 90px;
}

@media screen and (min-width: 1200px) {
  .order-body {
    padding-top: 0;
  }
}

.main_404 {
  background: url(../image/404back.png) center right no-repeat;
  background-size: cover;
  width: 100vw;
  margin-top: -12px;
}

.main_404 > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding-top: 50px;
}

.main_404 > .container > * {
  width: 100%;
}

.ff-body {
  color: #fff;
  font-family: Akrobat;
  text-align: center;
}

.ff-body p {
  margin-bottom: 16px;
}

.ff-body .btn_primary {
  padding-left: 40px;
  padding-right: 40px;
}

.ff-title {
  font-weight: 800;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.ff-img {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (min-width: 1200px) {
  .main_404 {
    margin-top: -30px;
    margin-bottom: -20px;
  }
  .main_404 > .container {
    padding-top: 30px;
  }
  .ff-body {
    text-align: left;
    max-width: calc(33.33% - 15px);
    margin-top: auto;
    margin-bottom: auto;
  }
  .ff-img {
    margin-left: auto;
    margin-right: 0;
    max-width: 66.68%;
  }
  .ff-title {
    font-size: 60px;
    line-height: 60px;
  }
}

@media screen and (min-width: 768px) {
  .desc-tabl {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .mob {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .desc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .mob-tabl {
    display: none;
  }
}
button.hidden.modal_search.btn.btn-primary {
    display: none;
}

div#notify_when_available {
    display: none;
}
.hidden {
    display: none;
}
.popover {
    left: 100% !important;
    z-index: 9;
}
.btn.btn-primary {
    background: #ea2c27;
    color: #fff;
    font-size: 14px;
    line-height: 120%;
    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;
    min-height: 42px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    -webkit-text-decoration: uppercase;
    text-decoration: uppercase;
    text-align: center;
    padding: 10px;
}
.noUi-pips {
    display: none;
}
.error-form {
    margin-bottom: 8px;
    color: #ff0000;
}
.success-form {
    font-size: 18px;
    color: #009700;
}
.onclick-response {
    color: #10b000;
    margin: 5px 0 15px 0;
    font-size: 16px;
}
#review-media-block {
	display: none;
}
.review-media svg {
    fill: #ea2c27 !important;
}
svg.ex-trash-svg {
    fill: #EA2C27;
}

.remove_video {
    background: none;
}
.history-card.opened .history-card__btn > div:nth-child(2) {
    display: block;
}

.history-card.opened .history-card__btn > div:nth-child(1) {
    display: block;
}
.simplecheckout-step {
    display: block !important;
}
.order__cart {
    position: absolute;
    right: 0;
    z-index: 2;
}
div#buttons {
    display: none;
}
#login_error {
    color: #ea2c27;
}
#remember_error {
    color: #ea2c27;
}
#new_password_error {
    color: #ea2c27;
}
#new_password_success {
    color: #00ea16;
}
.footer__subscribe-form .text-success {
    color: #1cc100;
    position: absolute;
    top: -15px;
    z-index: 999999;
}
.footer__subscribe-form .text-danger {
    color: #ea2c27;
    position: absolute;
    top: -15px;
    z-index: 999999;
}
.footer__subscribe-form {
    position: relative;
}
.reviews-wrapper>p {
    margin-bottom: 15px;
}
.checkout-heading.order__header {
    background: none !important;
}

.simplecheckout-left-column .small-title {
    margin-left: 85px;
}

.active>.ocf-dropdown-ico {
    transform: rotate(180deg);
}

.search-row {
  max-width: 100%;
  margin-bottom: 15px;
}
.search-block {
  vertical-align: middle;
  align-items: center;
  justify-content: flex-start;
  display: flex;
  margin-bottom: 15px;
  flex-wrap: wrap;
  gap: 10px;
}

.search-block label.control-label {
  font-size: 20px;
  margin-right: 10px;
}

.search-block input#input-search {
    padding: 5px 10px;
    font-size: 15px;
    border: none;
    border-radius: 0;
    width: auto;
    border-bottom: 1px solid #ccc;
    margin-right: 15px;
}

.full-menu-sub {
    display: none;
    padding: 25px;
}

.full-menu-sub.open {
	display: block;
}

.full-menu {
    padding-left: 20.83%;
    background: #fff;
    position: absolute;
    right: 0;
    z-index: 9;
    height: calc(100% + 30px);
    top: -30px;
    -webkit-box-shadow: 5px 5px 20px rgb(0 0 0 / 10%);
    box-shadow: 5px 5px 20px rgb(0 0 0 / 10%);
	display: none;
	overflow-y: auto;
}
.full-menu.full-open {
	display: block;
}

.full-menu-title {
    font-family: 'Akrobat';
    text-decoration: none;
    color: #222;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 20px;
    padding: 10px 10px 0;
}

.full-menu-children {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    width: 25%;
    padding: 0 10px;
    margin-bottom: 20px;
}

.full-menu-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
}

.full-menu-children-li {
    font-size: 15px;
    color: #222;
    text-decoration: none;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    margin-bottom: 10px;
}

.full-menu-children-li:hover {
    color: #EA2C27;
}

.full-menu-children-title {
    font-weight: bold;
    font-size: 18px;
}

.main-cats.full-open {
    z-index: 99;
    box-shadow: none;
}
.main-cats{
  height: max-content;
}
.mob-full-menu .full-menu-children {
    margin-bottom: 0;
    margin-top: 20px;
    width: 100%;
}

.mob-full-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
	display: none;
}

.mob-full-menu.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.back-to-categories {
    min-height: 52px;
    padding-left: 50px;
    padding-right: 50px;
	padding: 0 20px;
}

.back-to-categories svg {
    position: absolute;
    left: 15px;
    top: calc(50% - 12px);
}

.header-full-block {
    position: relative;
}

.header-full-menu .full-menu.full-open {
    width: 100%;
}

.header-full-menu {
    display: none;
}

.header-full-menu.full-open {
    display: block;
}

.header-full-menu-background {
    position: absolute;
    width: 100%;
    z-index: 14;
}

.modal-dialog {
    display: none;
}

.error-stock img {
    border: 1px solid #ea2c27;
}

.error-stock .cart-item__title {
    color: #ea2c27;
}

.product-warning {
    color: #ea2c27;
}

.manufacturer-content {
    background: #fff;
    padding: 30px;
}

.manufacturer-top {
    margin-bottom: 20px;
}

.manufacturer-top > * {
    margin-right: 5px;
    font-size: 20px;
}

.manufacturer-row a {
    font-size: 15px;
    color: #222;
    text-decoration: none;
    width: 20%;
    line-height: 26px;
}

.manufacturer-top > a {
    color: #ea2c27;
}

.manufacturer-block {
    margin-bottom: 35px;
}

.manufacturer-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
}

.manufacturer-block h2 {
    margin-bottom: 10px;
}

.manufacturer-row a:hover {
    color: #ea2c27;
}

#filter_vier {
    margin: 0 !important;
}

.ocfilter-option > * {
    padding-left: 20px;
    padding-right: 20px;
}

.ocfilter-option.active .ocf-option-values {
    padding-bottom: 24px;
    max-height: 400px;
	overflow-y: auto;
}

.active i.ocf-dropdown-ico {
    transform: rotate(0deg);
}

i.ocf-dropdown-ico {
    transform: rotate(180deg);
}

.slider_attrib {
    width: 100%;
}

#left_count {
    text-align: center !important;
}

#right_count {
    text-align: center !important;
}

.slider_attrib .irs-slider {
    background: #47C6D6;
    border-width: 6px;
    top: 23px;
}

.slider_attrib .irs-bar {
    background: #47C6D6;
    height: 4px;
}

.slider_attrib .irs-line-left {
    height: 4px;
}

.slider_attrib .irs-line-mid {
    height: 4px;
}

.slider_attrib .irs-line-right {
    height: 4px;
}

.slider_attrib .irs-line {
    height: 4px;
    border: none;
}

.checkb {
    color: rgba(34, 34, 34, 0.9) !important;
}

.checkb:hover {
    color: #47C6D6 !important;
}

label.checkbox {
    margin-bottom: 17px !important;
}

.sort-links svg {
    width: 15px;
    margin-left: 5px;
}

table.width_100_pr {
    width: 100%;
}

.button_slider {
    float: right;
}

#head_filter{display: block;}

.swiper-slide.product-card{ height: auto}
/*# sourceMappingURL=style.css.map */

.product-big .swiper-wrapper {
  display: flex;
}

.product-small .swiper-wrapper {
  display: block;
}

.together__item-title {
    color: #EA2C27;
}

.related-products .oc-product-btn {
    display: none;
}

.out-stock-category {
    opacity: 0.6;
}

.order__main label.radio-btn {
    width: 100%;
}

.article img {
  width: 100% !important;
  height: auto;
  display: block;
  object-fit: contain;
}

@media screen and (max-width:440px) {
  .article {
    max-width: 100%;
  }

  .category-card__img {
    height: auto;
  }

  .category-card__img img {
    object-fit: cover;
    width: 100%;
  }

  .category-card {
    padding: 0 0 20px;
    background: transparent;
  }
}

.cart-remove-button {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 0px !important;
}

.mfp-preloader {
    display: none;
}

.min-product {
    color: #EA2C27;
}

.multiple-product {
    color: #EA2C27;
}



.btn_top-fix{
  display: none;
}
 @media screen and (max-width: 500px) {
  .btn_top-fix{
      width: 100%;
      display: block;
      height: auto;
      transition: all 0.3s ease;
      position: relative;
      top: 0;
  }
  .btn_top-fix .callHeadTop{
      width: 100%;
  }
  .callTop{
      display: none;
  }
  .btn-burger {
      top: 63px;
      transition: top 0.3s ease;
  }
  .logo {
      top: 53px;
      transition: top 0.3s ease;
  }
  .hiden_btn
  .btn_top-fix{
    opacity: 0;
    visibility: hidden;
    height: 0;
    top: -100px;
  }
  .hiden_btn
  .btn-burger ,
  .header.active
  .btn-burger {
      top: 16px;
  }
  .hiden_btn
  .logo,
  .header.active  .logo{
      top: 5px;
  }
  .main.removeTop{
    padding-top: 46px;
  }
  .search-container
  .search-input{
    background: rgba(244, 244, 244, 1);
  }

}

#search-autocomplite ~ input{
  background: #F4F4F4;
}
.search-container::after{
  display: none;
}


@media screen and (min-width: 1200px) {
    .header__menu a {
        margin-right: 10px;
    }
}

@media screen and (min-width: 1490px) {
    .header__menu a {
        margin-right: 16px;
    }
}



.main-link {
  padding: 19px 40px 20px 20px;
}



.main-cats__wrapper {
  height: 383px;
}

@media screen and (min-width: 1200px) {
    .banner {
        min-height: 383px;
        max-height: 383px;
    }
}

.main_slider
.swiper-viewport{
    margin: 0 0px;
    background: #fff;
    z-index: 1;
    border: none;
    border-radius: 0px;
/*    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);*/
    box-shadow: none;
    width: 100%;
    position: relative;
    overflow: visible;
    margin-left: auto;
    margin-right: auto;
}
.sale-card__top,
.sale-card__bottom{
  width: 100%;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.main_slider
.sale-card {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    background: #fff;
    min-height: 381px;
    padding: 20px 20px;
    color: #222;
    text-decoration: none;
    border: none;
    -webkit-transition: color .3s ease-in;
    -o-transition: color .3s ease-in;
    transition: color .3s ease-in;
    height: auto;
}
.main_slider
.sale-card__body {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  height: 100%;
}

.main_slider
.sale-card__title {
    font-weight: 700;
/*    font-size: 26px;*/
    font-size: 20px;
    max-width: calc(100% - 100px);
}
.main_slider
.sale-card__footer {
    position: absolute;
    right: 20px;
    top: 20px;
}

.main_slider
.sale-card__img {
    width: 170px;
    height: 170px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 6px auto 0 auto;
    overflow: hidden;
}
.main_slider
.sale-card__img  img{
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: inherit;
  transform: scale(1.5);
}

.main_slider
.sale-card__price{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    column-gap: 6px;
    margin-bottom: 10px;
    font-family: 'Akrobat';
}
.main_slider
.sale-card__price_new{
  color: #EA2C27;
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
}
.main_slider
.sale-card__price_old{
  color: #BABABA;
  text-decoration: line-through;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
}
.main_slider
.sale-card__name{
  color: #222222;
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
}

@media screen and (min-width: 1200px) {
  .main_slider
  .sale-card__name{
    height: calc(18px* 2);
    overflow: hidden;
    line-height: 18px;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.main_slider
.swiper-btn {
    background: #fff;
    border: 1px solid #E0E0E0;
    border-radius: 50%;
    min-width: 38px;
    min-height: 38px;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.main_slider
.swiper-btn.swiper-button-disabled::after {
    border-color: #8F8F8F;
}
.main_slider
.swiper-btn-prev::after{
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: -2px;
}
.main_slider
.swiper-btn::after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 2px solid #222;
    border-left: 2px solid #222;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.main_slider
.swiper-btn-next::after{
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-left: -2px;
}
.swiper-viewport{
  position: relative;
}
.swiper-viewport
.swiper-btn-next{
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -19px;
    z-index: 100;
}
.swiper-viewport
.swiper-btn-prev{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -19px;
    z-index: 100;
}

.main_slider  .swiper-pagination{
  display: none;
}

@media screen and (max-width: 767px) {
  .main_slider  .swiper-pagination{
    display: block;
  }
  .swiper-viewport
  .swiper-btn-prev{
      display: none;
  }
  .swiper-viewport
  .swiper-btn-next{
      display: none;
  }

  .main_slider .sale-card{
    height: inherit;
    min-height: 234px;
    padding-bottom: 50px;
  }
  .swiper-viewport{
    width: 345px;
    max-width: 100%;
  }
  .main_slider
  .swiper-pagination {
    bottom: 8px;
  }
  .main_slider
  .swiper-pagination-bullet{
    background: #E7E7E7;
    opacity: 1;
    border: none;
  }
  .main_slider
  .swiper-pagination-bullet-active{
    margin-bottom: -2px;
  }
  .sale-card__bottom{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    column-gap: 12px;
    margin-top: 12px;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .main_slider
  .sale-card__img {
    width: 110px;
    height: 110px;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .main_slider .sale-card__price_new {
    font-size: 26px;
  }
  .main_slider .sale-card__price_old {
    font-size: 18px;
  }
}

.product-main__attr a{
  color: #EA2C27;
}
.product-main__attr a:hover{
  opacity: 0.8;
}


@media screen and (min-width: 1200px) {
  .ico::after{
    opacity: 1;
    z-index: 10;
  }
}
@media screen and (max-width: 500px) {
  .manufacturer-row a {
      width: 50%;
  }
}


#mainCatsToBot{
  display: none;
}


#search  .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 270px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 12px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
#search .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
#search .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
#search .dropdown-menu > li > a,
#search .dropdown-menu  li.disabled {
  display: block;
  padding: 3px 10px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: unset;
  text-decoration: none;
}
#search .dropdown-menu  li.inline a {
  border-radius: 5px;
  padding: 5px 5px;
}
#search .dropdown-menu  li.more a {
  padding: 0;
}
#search .dropdown-menu > li > a:hover,
#search .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
  background-image: none;
}
#search .dropdown-menu > .active > a,
#search .dropdown-menu > .active > a:hover,
#search .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-image: none;
  outline: 0;
}
#search .dropdown-menu > .disabled > a,
#search .dropdown-menu > .disabled > a:hover,
#search .dropdown-menu > .disabled > a:focus {
  color: #777;
}
#search .dropdown-menu > .disabled > a:hover,
#search .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

#search .dropdown-menu {
  max-width: 100%;
  overflow: hidden auto;
  max-height: 60vh;
}
#search .dropdown-menu::-webkit-scrollbar-track {
  background-color: transparent;
}
#search .dropdown-menu::-webkit-scrollbar {
  width: 4px;
  background-color: white;
}
#search .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.2);
  border-radius: 10px;
}

#search .dropdown-menu li {
  list-style-image:  none !important;
  clear: both;
}
#search .dropdown-menu li:not(.disabled, .inline, .more) {
  border-bottom: 1px solid #f1f1f1;
}
#search .dropdown-menu li.inline {
  display: inline-block;
  margin-left: 5px;
  vertical-align: top;
}
#search .dropdown-menu li.inline .search-suggestion{
  text-align: center;
}
#search .dropdown-menu li .title {
  font-size: 1em;
  text-transform: none;
  line-height: normal;
}
#search .dropdown-menu li.disabled .title {
  width: fit-content;
  padding-bottom: 5px;
  font-size: 1.2em;
}
.search-suggestion {
  overflow: hidden;
  width: 100%;
  display: flex;
  gap: 15px;
}
.search-suggestion .center {
  flex-grow: 1;
  min-width: 0;
}
li:not(.inline, .more) .search-suggestion .center > div {
  margin-bottom: 3px;
}
.search-suggestion .left, .search-suggestion .right  {
  align-self: center;
  text-align: center;
}
.search-suggestion .label {
  font-weight: normal;
  color: darkgray;
  padding-left: 0;
  padding-right: 5px;
}
.search-suggestion  .image img {
  border-radius: 5px;
}
.search-suggestion  .price-old {
  /*text-decoration: line-through;*/
  text-decoration: none;
  display: block;
  margin-right: 2px;
  color: #979393;
  position: relative;
  font-weight: normal;
  font-size: 0.8em;
}
.search-suggestion  .price-old:before {
  content: "";
  border-bottom: 1px solid #979393;
  position: absolute;
  width: 100%;
  height: 50%;
  transform: rotate(-12deg);
  font-size: 0.8em;
}
.search-suggestion  .price-new {
  display: block;
  color: #ff2e2e;
}
.search-suggestion  .price-base {
  color: black;
}
.search-suggestion .more {
  line-height: 30px;
  text-align: center;
  font-size: 1.1em;
  color: white;
  opacity: 0.7;
}
.search-suggestion .more:hover {
  opacity: 1;
}
.search-suggestion .out-stock .value {
  color: #ff2e2e;
  color: white;
  background-color: #ff2e2e;
  width: fit-content;
  padding: 1px 5px;
  border-radius: 4px;
  font-size: 0.8em;
  font-weight: 700;
}
.search-suggestion .in-stock .value {
  color: #00dd00;
  color: white;
  background-color: #00dd00;
  width: fit-content;
  padding: 1px 5px;
  border-radius: 4px;
  font-size: 0.8em;
  font-weight: 700;
}

#search .dropdown-menu .btn {
  width: 100%;
  max-width: 100%;
}

.search-suggestion .more {
  min-width: 110px;
  max-width: 110px;
}

@media screen and (min-width: 1200px) {
  .search-suggestion .more {
    min-height: 50px;
    font-size: 17px;
    line-height: 21px;
  }
}

.search-suggestion .more {
  background: #EA2C27 !important;
  min-height: 46px;
  padding: 10px 10px 11px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: 'Akrobat';
  text-align: center;
  width: 100%;
  max-width: 100%;
}

.search-suggestion .more {
  border: none;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  background: rgba(255, 255, 255, 0);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex
;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.cart-btn__count{
  z-index: 1;
}