@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css");
.sprite-remove {
  background-position: 0px 0px;
  width: 31px;
  height: 35px;
  background-image: url("/css/frontend/sprite/default.png");
}
html, body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
}
* {
  box-sizing: border-box;
}
a, button, span, div, input, textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "Poppins", sans-serif;
}
[v-cloak] {
  display: none !important;
}
.hidden-element {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.overflow {
  overflow: hidden;
}
.footerData__container, .footer__container, .menu__container, .section__container, .sectionBanner__container, .cta__container, .pageBanner__container, .productList__container, .breadcrumbs__container, .basket__container {
  max-width: 1290px;
  padding: 0 15px;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
}
img {
  max-width: 100%;
  height: auto;
}
.top {
  background: #ddd;
  padding: 25px 0 15px 0;
}
@media (max-width: 991px) {
  .top {
    padding: 20px 30px 20px 0;
  }
}
.top__container {
  padding: 0 40px;
}
@media (max-width: 991px) {
  .top__container {
    padding: 0 20px;
  }
}
.top__row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.top__col {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .top__col:first-child {
    display: none;
  }
}
.top__text {
  color: #000;
  font-size: 13px;
  margin-right: 40px;
  padding-left: 28px;
  position: relative;
}
.top__text::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.top__text--address::before {
  content: url("/media/default/marker.png");
  top: -3px;
}
.top__text--phone::before {
  content: url("/media/default/phone.png");
}
.top__text--message::before {
  content: url("/media/default/message.png");
}
.top__text a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.top__text a:hover {
  color: #d3ab0d;
}
.lang {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 100%;
}
.lang__item {
  border-left: 1px solid #525959;
  padding: 0 8px;
}
.lang__item:first-child {
  border-left: 0;
}
.lang__link {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  color: #525959;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.lang__link--active {
  font-weight: bold;
}
.lang__link:hover {
  color: #d3ab0d;
}
.header {
  background: #222;
  padding: 20px 0;
  position: relative;
  z-index: 10;
}
.header__container {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .header__container {
    padding: 0 15px;
  }
}
.header__row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .header__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.header__logo {
  width: 350px;
}
@media (max-width: 1700px) {
  .header__logo {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .header__logo {
    width: 170px;
  }
}
.header__search {
  width: 260px;
}
@media (max-width: 1700px) {
  .header__search {
    width: 210px;
  }
}
@media (max-width: 767px) {
  .header__search {
    width: 100%;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 10px;
  }
}
.header__user {
  width: 120px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 1700px) {
  .header__user {
    width: 95px;
  }
}
.header__menu {
  width: calc(100% - 750px);
}
@media (max-width: 1700px) {
  .header__menu {
    width: calc(100% - 600px);
  }
}
@media (max-width: 1300px) {
  .header__menu {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    background: #222;
    padding: 0px 20px;
    z-index: 3;
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
}
@media (max-width: 991px) {
  .header__menu {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: auto;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
.header__account {
  margin-right: 40px;
}
@media (max-width: 1700px) {
  .header__account {
    margin-right: 20px;
  }
}
.header__account span {
  content: url("/media/default/account.png");
}
.search {
  width: 210px;
}
@media (max-width: 767px) {
  .search {
    width: 100%;
    max-width: 300px;
    margin: auto;
  }
}
.search__form {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.search__input {
  background: rgba(0, 0, 0, 0);
  font-size: 15px;
  border: 0;
  color: #fff;
  margin: 2px 0;
  width: 100%;
  border-bottom: 1px solid #fff;
  padding-right: 20px;
  padding: 3px;
}
.search__input:focus {
  outline: none;
  border: 1px solid #fff;
}
.search__input::-ms-input-placeholder {
  color: #fff;
}
.search__input::-moz-placeholder {
  color: #fff;
}
.search__input::-webkit-input-placeholder {
  color: #fff;
}
.search__input::placeholder {
  color: #fff;
}
.search__button {
  border: 0;
  background: rgba(0, 0, 0, 0);
  padding: 0;
  margin: 0;
  position: absolute;
  right: 3px;
  cursor: pointer;
}
.search__icon {
  content: url("/media/default/search.png");
}
.footerData {
  padding: 40px 0;
  background: #303339;
  position: relative;
  overflow: hidden;
}
.footerData::before {
  content: url("/media/default/smoke.png");
  bottom: 0;
  left: -50px;
  position: absolute;
}
@media (max-width: 991px) {
  .footerData::before {
    display: none;
  }
}
.footerData__container {
  position: relative;
  z-index: 1;
}
.footerData__row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -15px;
}
@media (max-width: 991px) {
  .footerData__row {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.footerData__col {
  padding: 0 15px;
}
@media (max-width: 991px) {
  .footerData__col {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
  }
}
.footerData__text {
  color: #fff;
  font-size: 13px;
  margin: 25px 0;
  padding-left: 28px;
  position: relative;
}
@media (max-width: 991px) {
  .footerData__text {
    margin: 15px 0;
  }
}
.footerData__text::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.footerData__text--address::before {
  content: url("/media/default/marker.png");
  top: -3px;
}
.footerData__text--phone::before {
  content: url("/media/default/phone.png");
}
.footerData__text--message::before {
  content: url("/media/default/message.png");
}
.footerData__text a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.footerData__text a:hover {
  color: #d3ab0d;
}
.footerData__header {
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .footerData__header {
    margin-bottom: 10px;
  }
}
.footerData__menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .footerData__menu {
    text-align: center;
  }
}
.footerData__menu li {
  margin: 10px 0;
}
.footerData__menu li a {
  font-size: 13px;
  color: #fff;
  text-decoration: none;
}
.socialMedia {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 20px;
  margin-top: 30px;
}
.socialMedia__item {
  text-decoration: none;
}
.socialMedia__icon {
  display: block;
}
.socialMedia__icon--fb {
  content: url("/media/default/fb.png");
}
.socialMedia__icon--instagram {
  content: url("/media/default/instagram.png");
}
.socialMedia__icon--youtube {
  content: url("/media/default/yt.png");
}
.footer {
  background: #000;
  padding: 20px 0;
}
.footer__row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .footer__row {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer__text {
  font-size: 13px;
  color: #bbb;
  line-height: 120%;
  text-align: center;
}
.footer__text--margin {
  margin: 15px 0;
}
.footer__text--link {
  line-height: 100%;
}
.footer__text--link a {
  display: inline-block;
  padding-left: 8px;
  margin-left: 8px;
  border-left: 1px solid #bbb;
}
@media (max-width: 767px) {
  .footer__text--link a {
    margin: 10px 0;
    border: 0;
  }
}
.footer__text a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.footer__text a:hover {
  color: #d3ab0d;
}
.footer__text:first-child a {
  padding-left: 0;
  margin-left: 0;
  border-left: 0;
}
.footer img {
  position: relative;
  margin-left: 7px;
  top: 3px;
}
.map iframe {
  width: 100%;
  height: 300px;
  display: block;
}
@media (min-width: 1300px) {
  .map iframe {
    height: 500px;
  }
}
@media (min-width: 1600px) {
  .map iframe {
    height: 625px;
  }
}
.basket__counter input {
  padding: 0 10px !important;
}
.basket__button, .basket__code input[type="submit"] {
  font-size: 16px !important;
  line-height: 120%;
}
.basket__col {
  font-size: 16px !important;
}
.menu {
  margin-top: 15px;
}
.menu__home span {
  content: url("/media/default/home.png");
}
.menu__home--active span {
  content: url("/media/default/home-active.png");
}
.menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
@media (max-width: 991px) {
  .menu ul {
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 50px;
  }
}
.menu ul li {
  margin-right: 40px;
  position: relative;
}
@media (max-width: 1700px) and (min-width: 1301px) {
  .menu ul li {
    margin-right: 25px;
  }
}
@media (max-width: 991px) {
  .menu ul li {
    margin: 5px 0;
    text-align: center;
  }
}
.menu ul li:last-child {
  margin-right: 0;
}
.menu ul li.has-children > a {
  padding-right: 15px;
}
@media (max-width: 991px) {
  .menu ul li.has-children > a {
    display: inline-block;
  }
}
.menu ul li.has-children > a::after {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: -7px;
  bottom: 0;
  right: 0;
  margin: auto;
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom-color: #ddd;
  border-right-color: #ddd;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
@media (min-width: 992px) {
  .menu ul li:hover > ul {
    opacity: 1;
    visibility: visible;
  }
  .menu ul li:hover > a {
    color: #d2ab0c;
  }
  .menu ul li:hover > a::after {
    border-bottom-color: #d2ab0c;
    border-right-color: #d2ab0c;
  }
}
.menu ul li.active > a {
  color: #d2ab0c;
}
.menu ul li.active > a::after {
  border-bottom-color: #d2ab0c;
  border-right-color: #d2ab0c;
}
.menu ul li a {
  text-decoration: none;
  font-weight: 400;
  font-size: 17px;
  color: #ddd;
  text-transform: uppercase;
  padding: 3px 0;
  padding-bottom: 6px;
  display: block;
  position: relative;
  line-height: 120%;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (max-width: 1700px) {
  .menu ul li a {
    font-size: 16px;
  }
}
.menu ul li ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background: #222;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px 15px;
  box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0px 10px 10px 0 rgba(0, 0, 0, 0.2);
  left: -10px;
  min-width: 300px;
  margin-top: -3px;
  z-index: 2;
}
@media (max-width: 991px) {
  .menu ul li ul {
    opacity: 1;
    visibility: visible;
    position: static;
    max-width: 100%;
    box-shadow: none;
    display: none;
  }
}
.menu ul li ul li {
  margin: 0;
  margin-bottom: 15px;
}
.menu ul li ul li:last-child {
  margin-bottom: 0;
}
.menu ul li ul li a {
  display: inline;
}
.menuButton {
  width: 35px;
  height: 20px;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 101;
  position: fixed;
  right: 12px;
  top: 12px;
  display: none;
}
.menuButton.fixed, .menuButton.active {
  top: 25px;
}
.menuButton.admin {
  top: 55px;
}
.menuButton.active {
  height: 6px;
}
.menuButton.active span {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.menuButton.active span:nth-child(1) {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menuButton.active span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.menuButton.active span:nth-child(3) {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 991px) {
  .menuButton {
    display: block !important;
  }
}
.menuButton span {
  width: 35px;
  height: 5px;
  background: #d2ab0c;
  display: block;
  margin-bottom: 5px;
  transition: -ms-transform 0.3s, opacity 0.3s, visibility 0.3s;
  transition: -webkit-transform 0.3s, opacity 0.3s, visibility 0.3s;
  transition: transform 0.3s, opacity 0.3s, visibility 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, visibility 0.3s;
}
.menuButton span:last-child {
  margin-bottom: 0;
}
.section {
  background: #fff;
  padding: 80px 0;
  overflow-x: hidden;
}
@media (max-width: 991px) {
  .section {
    padding: 40px 0;
  }
}
.section--page {
  padding: 40px 0;
}
.section--dark {
  background: #303339;
}
.section--lightDark {
  background: #e9e9e9;
}
.section--relative {
  position: relative;
}
.section--message {
  padding: 120px 0;
}
.section--home {
  min-height: 650px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background: url("/media/default/meat.png") no-repeat;
  background-position: top right;
}
@media (max-width: 991px) {
  .section--home {
    min-height: auto;
    background: #fff;
  }
}
.section__container {
  position: relative;
  z-index: 1;
}
.section__container--static {
  position: static;
}
.section__container--small {
  max-width: 850px;
}
.section__container--small .components__row {
  margin: 0 -7px;
}
.section__container--small .components__col {
  padding: 5px 7px;
}
.section__title {
  font-size: 22px;
  color: #525959;
  font-weight: 600;
  line-height: 115%;
  margin: 30px 0;
}
.section__text {
  font-size: 16px;
  color: #525959;
  line-height: 155%;
}
.section__text h1, .section__text h2, .section__text h3, .section__text h4, .section__text h5, .section__text h6 {
  line-height: 110%;
}
.section__text--center {
  text-align: center;
}
.section__text--home {
  max-width: 670px;
  padding: 20px 0;
  background: rgba(255, 255, 255, 0.9);
}
@media (max-width: 991px) {
  .section__text--home {
    padding: 20px;
  }
}
.section__header {
  font-size: 36px;
  color: #303339;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 20px;
  max-width: 580px;
  font-weight: 400;
  margin: auto;
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .section__header {
    margin-bottom: 20px;
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .section__header {
    font-size: 22px;
  }
}
.section__header--white {
  color: #fff;
}
.section__header::after {
  content: "";
  display: block;
  width: 150px;
  height: 2px;
  background: #d3ab0d;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.section__header--white {
  color: #fff;
}
.section__header--content {
  font-size: 39px;
  font-weight: 600;
  max-width: 100%;
  text-transform: none;
}
.section__header--content::after {
  display: none;
}
.section__header--small {
  margin: 20px 0 0 0;
  font-size: 20px;
  font-weight: 600;
  max-width: 100%;
}
.section__header--small::after {
  display: none;
}
.section__hr {
  border: 0;
  border-top: 1px solid #c4c4c4;
}
.section__button {
  display: inline-block;
  text-decoration: none;
  color: #d3ab0d;
  font-size: 20px;
  font-weight: 600;
  margin-top: 40px;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.section__button:hover {
  color: #525959;
}
.section__button--highlight {
  background: #303339;
  color: #d3ab0d;
  padding: 10px;
  border-radius: 30px;
  font-size: 18px;
  text-align: center;
  display: block;
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
}
.section__button--highlight:hover {
  background: #d3ab0d;
  color: #303339;
}
.section__img {
  display: block;
}
.section__img--center {
  margin: auto;
}
.section__back {
  background: #d2ab0c;
  padding: 11px 10px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 30px;
  text-decoration: none;
  min-width: 191px;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  cursor: pointer;
  border: 0;
}
.section__back:hover {
  background: #525959;
}
.section__back span {
  width: 9px;
  height: 9px;
  border: 2px solid rgba(0, 0, 0, 0);
  border-left-color: #fff;
  border-bottom-color: #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 5px;
  border-radius: 2px;
}
.section__list {
  font-size: 16px;
}
.section__list li {
  margin: 10px 0;
}
.section__list a {
  text-decoration: none;
  color: #d2ab0c;
}
.section__list a:hover {
  text-decoration: underline;
}
.sectionBanner {
  padding-bottom: 65px;
}
.sectionBanner--product {
  padding: 20px 0 0 0;
}
.sectionBanner__banner {
  text-align: center;
}
.sectionBanner__banner img {
  display: block;
  margin: auto;
}
.product {
  border: 1px solid #ddd;
  width: 100%;
  max-width: 300px;
  padding: 10px 10px 60px 10px;
  position: relative;
  display: block;
  text-decoration: none;
  margin: auto;
  background: #fff;
  height: 100%;
}
@media (min-width: 992px) {
  .product:hover .product__add {
    visibility: visible;
    opacity: 1;
  }
}
.product__img {
  display: block;
  margin: auto;
}
.product__name {
  color: #525959;
  font-size: 16px;
  max-width: 190px;
  text-align: center;
  margin: 20px auto;
}
.product__price {
  color: #d2ab0c;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  position: absolute;
  bottom: 25px;
  left: 15px;
  right: 15px;
  margin: auto;
}
.product__add {
  background: rgba(0, 0, 0, 0);
  border: 0;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
  padding: 0;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .product__add {
    visibility: hidden;
    opacity: 0;
  }
}
.product__add span {
  content: url("/media/default/addToCart.png");
}
.productCarousel__slide {
  height: auto !important;
}
.cta {
  background: #d2ab0c;
  min-height: 435px;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cta {
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0;
  }
}
.cta__container {
  position: relative;
  z-index: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.cta__container::before {
  content: url("/media/default/flame.png");
  position: absolute;
  top: -25px;
  left: -270px;
}
.cta__content {
  width: 48%;
}
@media (max-width: 767px) {
  .cta__content {
    width: 100%;
    padding-bottom: 30px;
  }
}
.cta__background {
  min-height: 435px;
  width: 53%;
  background: url("/media/default/cta.jpg") no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1399px) {
  .cta__background {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cta__background {
    width: 100%;
    position: static;
    background-position: center;
    height: 50vw;
    min-height: auto;
  }
}
.cta__text {
  font-size: 24px;
  color: #fff;
  max-width: 470px;
  line-height: 130%;
  margin: 10px 0;
}
@media (max-width: 1199px) {
  .cta__text {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .cta__text {
    font-size: 18px;
    text-align: center;
  }
}
.cta__text--bold {
  font-weight: bold;
}
.cta__text--large {
  font-size: 41px;
  max-width: 533px;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .cta__text--large {
    font-size: 31px;
  }
}
@media (max-width: 767px) {
  .cta__text--large {
    font-size: 24px;
    text-align: center;
  }
}
.cta__text--uppercase {
  text-transform: uppercase;
}
.cta__text a {
  text-decoration: none;
  color: inherit;
}
.pageBanner {
  height: 300px;
  background: #303339;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 991px) {
  .pageBanner {
    display: none;
  }
}
.pageBanner::before {
  content: url("/media/default/smoke.png");
  position: absolute;
  left: 0;
  bottom: -100px;
  z-index: 99;
}
@media (max-width: 991px) {
  .pageBanner::before {
    display: none;
  }
}
.pageBanner__container {
  position: relative;
  z-index: 2;
}
.pageBanner__title {
  font-size: 50px;
  color: #d2ab0c;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  max-width: 40%;
}
@media (max-width: 1199px) {
  .pageBanner__title {
    font-size: 40px;
  }
}
.pageBanner__background {
  background: url("/media/default/page-banner.jpg");
  background-position: center !important;
  background-size: cover !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 300px;
  overflow: hidden;
  width: 50%;
  z-index: 1;
}
@media (max-width: 1400px) {
  .pageBanner__background {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .pageBanner__background {
    width: 100%;
  }
}
.pageBanner__background::before {
  content: "";
  display: block;
  width: 150px;
  height: 100%;
  background: #303339;
  position: absolute;
  -ms-transform: skewX(-24deg) translateX(-90px);
  -webkit-transform: skewX(-24deg) translateX(-90px);
  transform: skewX(-24deg) translateX(-90px);
  z-index: 1;
}
@media (max-width: 991px) {
  .pageBanner__background::before {
    display: none;
  }
}
.productList__row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media (max-width: 991px) {
  .productList__row {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.productList__col {
  padding: 0 15px;
}
.productList__col:first-child {
  width: 325px;
}
@media (max-width: 991px) {
  .productList__col:first-child {
    width: 100%;
  }
}
.productList__col:last-child {
  width: calc(100% - 325px);
}
@media (max-width: 991px) {
  .productList__col:last-child {
    width: 100%;
  }
}
.productList__sort {
  font-size: 14px;
  color: #000;
  line-height: 120%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .productList__sort {
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 15px;
  }
}
.productList__sidebar {
  padding-top: 45px;
}
@media (max-width: 991px) {
  .productList__sidebar {
    padding-top: 0;
  }
}
.productList__banner {
  margin: 40px 0;
}
@media (max-width: 991px) {
  .productList__banner {
    text-align: center;
    margin: 20px 0;
  }
}
.productList .sort {
  position: relative;
}
.productList .sort__block {
  width: 240px;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .productList .sort__block {
    width: 230px;
  }
}
.productList .sort__selected {
  border: 1px solid #ccc;
  background: #fff;
  padding: 9px 7px 5px 7px;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  padding-right: 15px;
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
  cursor: pointer;
}
.productList .sort__selected:hover {
  color: #333;
}
.productList .sort__selected::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-right-color: #000;
  border-bottom-color: #000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 3px;
  margin: auto;
}
.productList .sort__select {
  display: none;
  background: #fff;
  position: absolute;
  z-index: 99;
  width: 224px;
  border: 1px solid #ccc;
  border-top: 0;
}
.productList .sort__select.show {
  display: block;
}
.productList .sort__select ul {
  list-style-type: none;
  padding: 0 7px;
  margin: 0;
}
.productList .sort__select ul li {
  margin: 10px 0;
}
.productList .sort__select ul li a {
  text-decoration: none;
  font-size: 14px;
  color: #000;
}
.productList .sort__select ul li a:hover {
  color: #d3ab0d;
}
.productList__empty {
  text-align: center;
  margin: 20px 0;
  color: #838080;
  font-size: 16px;
}
.productList__content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -11px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.productList__item {
  padding: 11px;
  width: 33.33%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 767px) {
  .productList__item {
    width: 50%;
  }
}
@media (max-width: 499px) {
  .productList__item {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .categoriesTree {
    border: 1px solid #d1d1d1;
    padding: 10px;
    margin: 15px 0;
    border-radius: 4px;
  }
}
.categoriesTree__button {
  pointer-events: none;
  text-decoration: none;
  color: #444;
  font-size: 23px;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .categoriesTree__button {
    pointer-events: all;
    font-size: 18px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .categoriesTree__button span {
    display: block;
    width: 11px;
    height: 11px;
    border: 2px solid rgba(0, 0, 0, 0);
    border-right-color: #444;
    border-bottom-color: #444;
    border-radius: 3px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 10px;
    position: relative;
    top: -2px;
  }
}
.categoriesTree__header {
  color: #444;
  font-size: 23px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .categoriesTree__list {
    display: none;
    padding: 0 15px;
  }
  .categoriesTree__list.show {
    display: block;
  }
}
.categoriesTree__list ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.categoriesTree__list ul li {
  margin: 20px 0;
}
.categoriesTree__list ul li.active > a {
  color: #d2ab0c;
}
.categoriesTree__list ul li a {
  font-size: 16px;
  color: #2a2a2a;
  line-height: 140%;
  text-decoration: none;
  font-weight: 400;
}
.categoriesTree__list ul li a:hover {
  color: #d2ab0c;
}
.categoriesTree__list ul li ul {
  margin: 15px 0;
  margin-left: 25px;
  max-width: 190px;
}
.categoriesTree__list ul li ul li a {
  color: #868686;
  font-weight: 300;
}
.basketModal {
  position: fixed;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .basketModal {
    display: block;
  }
}
.basketModal.show {
  opacity: 1;
  visibility: visible;
}
.basketModal__content {
  width: 100%;
  max-width: 760px;
  background: #fff;
  padding: 20px;
  position: relative;
  box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 0.1);
}
.basketModal__header {
  font-size: 24px;
  color: #000;
  font-weight: 600;
}
@media (max-width: 767px) {
  .basketModal__header {
    font-size: 16px;
    margin-top: 20px;
    text-align: center;
  }
}
.basketModal__row {
  margin: 10px -15px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 767px) {
  .basketModal__row {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.basketModal__col {
  padding: 15px;
}
.basketModal__col:first-child {
  width: 165px;
}
@media (max-width: 767px) {
  .basketModal__col:first-child {
    width: 100%;
  }
  .basketModal__col:first-child img {
    display: block;
    margin: 0 auto;
    max-width: 100px;
  }
}
.basketModal__col:last-child {
  width: calc(100% - 165px);
}
@media (max-width: 767px) {
  .basketModal__col:last-child {
    width: 100%;
    padding-top: 0;
  }
}
.basketModal__price {
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 5px;
  color: #d2ab0c;
}
@media (max-width: 767px) {
  .basketModal__price {
    font-size: 20px;
  }
}
.basketModal__title {
  font-size: 18px;
  font-weight: 300;
  line-height: 120%;
}
@media (max-width: 767px) {
  .basketModal__title {
    font-size: 16px;
  }
}
.basketModal__buttons {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .basketModal__buttons {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.basketModal__button {
  font-size: 18px;
  text-transform: uppercase;
  color: #d2ab0c;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .basketModal__button {
    font-size: 16px;
  }
}
.basketModal__button:hover {
  color: #525959;
}
.basketModal__button--full {
  color: #fff;
  display: inline-block;
  padding: 10px 15px;
  background: #d2ab0c;
}
@media (max-width: 767px) {
  .basketModal__button--full {
    margin-top: 15px;
  }
}
.basketModal__button--full:hover {
  background: #525959;
  color: #fff;
}
.basketModal__close {
  position: absolute;
  top: 5px;
  right: 5px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}
.basketModal__close::after {
  content: "";
  display: block;
  width: 22px;
  height: 3px;
  background: #000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}
.basketModal__close::before {
  content: "";
  display: block;
  width: 22px;
  height: 3px;
  background: #000;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
}
.pagination {
  margin-top: 10px;
}
.pagination ul {
  list-style-type: none;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}
.pagination ul li {
  margin: 0 3px;
}
.pagination ul li.disabled {
  display: none;
}
.pagination ul li a {
  font-size: 14px;
  min-width: 28px;
  height: 28px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
  text-align: center;
  color: #333;
  text-decoration: none;
}
.pagination ul li a:hover {
  background: #333;
  color: #fff;
}
.pagination ul li span {
  font-size: 14px;
  min-width: 28px;
  height: 28px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background: #d3ab0d;
}
.breadcrumbs {
  background: #ebebeb;
  padding: 19px 0;
}
.breadcrumbs ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
}
.breadcrumbs ul li {
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.breadcrumbs ul li::after {
  content: "";
  position: absolute;
  right: 0;
  display: block;
  width: 4px;
  height: 4px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-right-color: #000;
  border-top-color: #000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.breadcrumbs ul li:last-child::after {
  content: "";
  display: none;
}
.breadcrumbs ul li a {
  text-decoration: none;
  font-weight: 300;
  color: #000;
}
.breadcrumbs__home {
  content: url("/media/default/home-breadcrumbs.png");
  position: relative;
  top: 2px;
}
.basket {
  padding: 15px 0;
  min-height: 130px;
}
.basket__row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -15px;
}
@media (max-width: 1199px) {
  .basket__row {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.basket__column {
  padding: 0 15px;
  box-sizing: border-box;
}
.basket__column:first-child {
  width: calc(100% - 400px);
}
@media (max-width: 1199px) {
  .basket__column:first-child {
    width: 100%;
  }
}
.basket__column:last-child {
  width: 400px;
}
@media (max-width: 1199px) {
  .basket__column:last-child {
    width: 100%;
  }
}
.basket h1 {
  font-size: 30px;
  color: #000;
}
@media (max-width: 991px) {
  .basket h1 {
    font-size: 22px;
  }
}
.basket h1.center {
  margin-top: 50px;
  text-align: center;
}
.basket__header {
  font-size: 18px;
  color: #000;
  margin-bottom: 20px;
  font-weight: bold;
}
.basket__block {
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #efefef;
}
@media (max-width: 767px) {
  .basket__block {
    border: 0;
    padding: 0;
  }
}
.basket__block--sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 15px;
  margin-left: 20px;
}
@media (max-width: 1199px) {
  .basket__block--sticky {
    position: static;
    margin: 15px 0;
    border: 0;
    width: 100%;
  }
  .basket__block--sticky > div {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.basket__item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -10px;
  border-bottom: 1px solid #efefef;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .basket__item {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
    border: 1px solid #efefef;
    margin: 15px 0px;
    padding: 10px;
    box-sizing: border-box;
  }
}
.basket__item--head {
  padding: 0;
}
@media (max-width: 767px) {
  .basket__item--head {
    display: none;
  }
}
.basket__item--summary {
  padding: 0;
}
.basket__item:last-child {
  border-bottom: 0;
}
@media (max-width: 767px) {
  .basket__item:last-child {
    border-bottom: 1px solid #efefef;
  }
}
.basket__col {
  padding: 10px;
  box-sizing: border-box;
}
.basket__col span {
  display: none;
  font-weight: bold;
}
@media (max-width: 767px) {
  .basket__col span {
    display: block;
  }
}
@media (max-width: 767px) {
  .basket__col {
    width: 100%;
  }
}
.basket__col--product {
  width: 55%;
  font-size: 16px;
  line-height: 120%;
  color: #000;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.basket__col--product a {
  text-decoration: none;
  color: #000;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.basket__col--product a:hover {
  color: #d3ab0d;
}
@media (max-width: 767px) {
  .basket__col--product {
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    text-align: center;
  }
}
.basket__col--product img {
  max-width: 100%;
  height: auto;
  padding-right: 10px;
}
.basket__col--amount {
  width: 20%;
}
@media (max-width: 767px) {
  .basket__col--amount {
    width: 100%;
  }
}
.basket__col--quantity {
  width: 10%;
  text-align: center;
}
@media (max-width: 767px) {
  .basket__col--quantity {
    width: 100%;
  }
}
.basket__col--price {
  width: 20%;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .basket__col--price {
    width: 100%;
  }
}
.basket__col--remove {
  width: 5%;
}
@media (max-width: 767px) {
  .basket__col--remove {
    width: 100%;
    text-align: center;
  }
}
.basket__col--summary {
  font-size: 16px;
  font-weight: 400;
}
.basket__col--head {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 10px 15px;
}
.basket__loading {
  padding: 20px 0;
  text-align: center;
  font-size: 18px;
  color: #000;
}
.basket__counter {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 767px) {
  .basket__counter {
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.basket__counter button {
  border-radius: 0;
  border: 1px solid #bbb;
  height: 41px;
  width: 40px;
  background: #fff;
  background: #fff;
  font-size: 16px;
  cursor: pointer;
  color: #aaa;
}
.basket__counter button:hover:enabled {
  color: #999;
  background: #efefef;
}
.basket__counter button:active:enabled {
  color: #555;
  background: #ddd;
}
.basket__counter button:disabled {
  cursor: default;
  opacity: 0.5;
}
.basket__counter button:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right: 0;
}
.basket__counter button:last-child {
  border-left: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.basket input[type=number] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #bbb;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  color: #000;
  color: #555;
  box-sizing: border-box;
  outline: none;
  width: 65px;
}
.basket input[type=number]::-webkit-outer-spin-button, .basket input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.basket input[type=number] {
  -moz-appearance: textfield;
}
.basket__remove {
  font-size: 25px;
  color: #c80404;
}
.basket__remove:hover {
  color: #af0303;
}
.basket__remove:active {
  color: #7d0202;
}
.basket__price {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  text-align: right;
  margin-bottom: 20px;
}
.basket__price span {
  font-size: 36px;
  font-weight: 900;
  text-transform: none;
  display: inline-block;
  margin-left: 5px;
}
.basket__button, .basket__code input[type="submit"] {
  border: 0;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  margin: 10px 0;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #d3ab0d;
  padding: 13px 15px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  border-radius: 4px;
  box-sizing: border-box;
}
@media (max-width: 1199px) {
  .basket__button, .basket__code input[type="submit"] {
    max-width: 300px;
    width: 100%;
  }
}
.basket__button:not([disabled]), .basket__code input[type="submit"]:not([disabled]) {
  cursor: pointer;
}
.basket__button--pay {
  width: 100%;
  max-width: 300px;
  padding: 10px 15px;
  font-weight: 700;
  font-size: 18px;
}
.basket__button:hover:not([disabled]), .basket__code input[type="submit"]:hover:not([disabled]) {
  background: #a3840a;
}
.basket__button--withoutLogin {
  color: #d2ab0c;
  background: #303339;
}
.basket__button--withoutLogin:hover {
  background: #191a1d;
}
.basket__summary {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 20px;
  box-sizing: border-box;
  background: #f7f7f7;
  position: -webkit-sticky;
  position: sticky;
  top: 15px;
}
.basket__table--summary {
  margin-bottom: 30px;
  border-bottom: 1px solid #efefef;
}
.basket__largeText {
  width: 100%;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 18px;
  border-bottom: 2px solid #ececec;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.basket__field {
  margin-bottom: 15px;
  max-width: 600px;
}
.basket__field--check {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.basket__field label {
  display: block;
  margin-bottom: 3px;
  font-size: 15px;
  color: #000;
  font-weight: bold;
}
.basket__field input:not([type="checkbox"]), .basket__field select, .basket__field textarea {
  width: 100%;
  font-family: "Fira Sans", sans-serif;
  border: 1px solid #ddd;
  font-size: 15px;
  color: #000;
  padding: 7px 10px;
  box-sizing: border-box;
  outline: none;
  border-radius: 4px;
}
.basket__field input:not([type="checkbox"]):focus, .basket__field select:focus, .basket__field textarea:focus {
  box-shadow: 1px solid #bbb;
  border-color: #bbb;
}
.basket__field textarea {
  resize: none;
  height: 150px;
}
.basket__field--row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 767px) {
  .basket__field--row {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.basket__field--row > div {
  width: 100%;
  box-sizing: border-box;
}
.basket__field--row > div:first-child {
  padding-right: 5px;
}
@media (max-width: 767px) {
  .basket__field--row > div:first-child {
    padding-right: 0;
    margin-bottom: 15px;
  }
}
.basket__field--row > div:last-child {
  padding-left: 5px;
}
@media (max-width: 767px) {
  .basket__field--row > div:last-child {
    padding-left: 0;
  }
}
.basket__sum {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: right;
  margin-bottom: 5px;
}
.basket__sum span {
  font-size: 24px;
  font-weight: 900;
  text-transform: none;
  display: inline-block;
  margin-left: 5px;
}
.basket__allSum {
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  text-align: right;
  margin-bottom: 20px;
  font-weight: bold;
}
.basket__allSum span {
  font-size: 36px;
  font-weight: 900;
  text-transform: none;
  display: inline-block;
  margin-left: 5px;
  color: #d3ab0d;
}
.basket__link {
  text-decoration: none;
  text-transform: uppercase;
  color: #d2ab0c;
  font-weight: bold;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.basket__link:hover {
  color: #a28409;
}
.basket__pointLink {
  text-decoration: none;
  background: #d2ab0c;
  color: #fff;
  padding: 10px;
  box-sizing: border-box;
  font-weight: bold;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  margin: 5px 0;
  display: inline-block;
}
.basket__pointLink:hover {
  background: #a28409;
}
.basket__isCode {
  margin-bottom: 10px;
  font-size: 14px;
  color: #d3ab0d;
  text-align: right;
}
.basket__code {
  margin: 15px 0;
}
.basket__code input[type="text"] {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 16px;
  color: #000;
  outline: none;
}
.basket__code input[type="text"]:focus {
  box-shadow: 1px solid #bbb;
  border-color: #bbb;
}
.basket__code input[type="submit"] {
  display: inline-block;
  width: auto;
}
.basket__loader {
  height: 20px;
  width: 20px;
  border: 3px solid #fff;
  border-top-color: rgba(0, 0, 0, 0);
  border-radius: 100%;
  display: block;
  margin: auto;
  -webkit-animation: loaderAnimation 0.7s ease-in-out infinite;
  animation: loaderAnimation 0.7s ease-in-out infinite;
}
@-webkit-keyframes loaderAnimation {
  0% {
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loaderAnimation {
  0% {
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.basketWidget__cart {
  position: relative;
}
.basketWidget__cart a {
  text-decoration: none;
}
.basketWidget__icon {
  display: block;
  content: url("/media/default/cart.png");
}
.basketWidget__count {
  font-weight: 400;
  font-size: 12px;
  border-radius: 100%;
  background: #d3ab0d;
  color: #fff;
  text-decoration: none;
  width: 21px;
  height: 21px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  right: -8px;
}
.basketWidget__link {
  position: relative;
}
.basketWidget__link:hover .basketWidget__products {
  opacity: 1;
  visibility: visible;
}
.basketWidget__link > a {
  font-size: 15px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #33485e;
  text-decoration: none;
  position: relative;
}
.basketWidget__link > a:hover {
  color: #d3ab0d;
}
.basketWidget__link > a i {
  margin-right: 5px;
  font-size: 22px;
}
.basketWidget__link > a span {
  background: #d3ab0d;
  width: 22px;
  height: 22px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  color: #fff;
  position: absolute;
  top: -15px;
  left: 12px;
  font-size: 12px;
  font-weight: bold;
}
.basketWidget__products {
  position: absolute;
  right: 0;
  background: #fff;
  width: 470px;
  padding: 25px 15px 15px 20px;
  box-sizing: border-box;
  z-index: 1;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.23);
  top: calc(100% + 10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 3px;
}
@media (max-width: 991px) {
  .basketWidget__products {
    display: none;
  }
}
.basketWidget__products ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  max-height: 340px;
  overflow-y: auto;
  padding-right: 0px;
  box-sizing: border-box;
  border-bottom: 1px solid #ececec;
}
.basketWidget__products ul.padding {
  padding-right: 20px;
  margin-right: -10px;
}
.basketWidget__products ul li {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px solid #ececec;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.basketWidget__products ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.basketWidget__products ul li > div:nth-child(1) {
  width: 100px;
  border: 1px solid #ececec;
  padding: 5px;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.basketWidget__products ul li > div:nth-child(1) a:hover img {
  opacity: 0.9;
}
.basketWidget__products ul li > div:nth-child(1) img {
  display: block;
  margin: auto;
}
.basketWidget__products ul li > div:nth-child(2) {
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 15px;
}
.basketWidget__products ul li > div:nth-child(3) {
  width: 120px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.basketWidget__name {
  font-weight: 400;
  font-size: 14px;
  margin-top: 5px;
  line-height: 120%;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.basketWidget__name > a {
  text-decoration: none;
  color: inherit;
}
.basketWidget__name > a:hover {
  color: #d3ab0d;
}
.basketWidget__price {
  font-size: 22px;
  font-weight: bold;
  text-align: right;
  margin-bottom: 5px;
}
.basketWidget__amount {
  text-align: right;
  font-size: 15px;
  font-weight: 400;
}
.basketWidget__remove {
  margin-top: 10px;
  text-decoration: none;
  color: #d38080;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  font-weight: 400;
  text-align: right;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.basketWidget__remove:hover {
  text-decoration: underline;
  color: #cc6d6d;
}
.basketWidget__remove i {
  margin-right: 5px;
  font-size: 16px;
}
.basketWidget__total {
  text-align: right;
  font-size: 18px;
  font-weight: 400;
  margin: 20px 0;
  box-sizing: border-box;
  color: #000;
}
.basketWidget__total span {
  font-size: 22px;
  color: #d3ab0d;
  display: inline-block;
  margin-left: 10px;
  font-weight: 700;
}
.basketWidget__buttons {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
}
.basketWidget__buttons a {
  background: #d3ab0d;
  padding: 15px;
  font-size: 16px;
  box-sizing: border-box;
  min-width: 150px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
  border-radius: 4px;
}
.basketWidget__buttons a:hover {
  background: #303339;
  color: #d2ab0c;
}
.callbackButton, .callback__icon {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s, bottom 0.7s;
  transition: opacity 0.3s;
  transition: opacity 0.3s, bottom 0.7s;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 60px;
  height: 60px;
  background: #d3ab0d;
  box-shadow: 0 0 10px 0 #d3ab0d;
  position: fixed;
  right: 20px;
  bottom: 80px;
  font-size: 35px;
  color: #fff;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .callbackButton, .callback__icon {
    position: fixed;
    right: 15px;
  }
}
.callbackButton:before, .callback__icon:before, .callbackButton:after, .callback__icon:after {
  content: "";
  display: block;
  position: absolute;
  border: 2px solid #fff;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 100%;
  -webkit-animation: pulse-animate 1.5s linear infinite;
  animation: pulse-animate 1.5s linear infinite;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.callbackButton:after, .callback__icon:after {
  animation-delay: 0.5s;
}
@media (max-width: 1199px) {
  .callbackButton, .callback__icon {
    height: 50px;
    width: 50px;
  }
}
.callbackButton:hover, .callback__icon:hover {
  background: #a3840a;
}
.callbackButton img, .callback__icon img {
  display: block;
  max-width: 30px;
}
@-webkit-keyframes pulse-animate {
  0% {
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulse-animate {
  0% {
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
.callback {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
  display: none;
  overflow-y: auto;
  padding: 20px 15px;
}
.callback__blur {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.callback__container {
  max-width: 450px;
  height: 100%;
  position: relative;
  margin: 0 auto;
  top: 10%;
}
@media (max-width: 991px) {
  .callback__container {
    top: 5%;
  }
}
.callback__modal {
  width: 100%;
  background: #fff;
  border-radius: 20px;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.5);
  padding: 60px 20px;
  position: relative;
  position: relative;
  box-sizing: border-box;
  z-index: 2;
}
@media (max-width: 767px) {
  .callback__modal {
    padding: 40px 15px;
    padding-bottom: 50px;
  }
}
.callback__close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 25px;
  color: #ccc;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
}
.callback__close:hover {
  color: #333;
}
.callback__logo {
  padding: 10px 15px;
  margin: 0 -20px;
  margin-bottom: 20px;
}
.callback__logo img {
  display: block;
  margin: 0 auto;
  max-width: 200px;
}
.callback__message {
  color: #d3ab0d;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 767px) {
  .callback__message {
    font-size: 1.6px;
  }
}
.callback__message--marginTop {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .callback__message--marginTop {
    margin-top: 10px;
  }
}
.callback__text {
  color: #333;
  font-size: 18px;
  text-align: center;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .callback__text {
    font-size: 16px;
  }
}
.callback__contact {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 20px 10px 20px;
  max-width: 400px;
  background: #f0f0f0;
  border-radius: 50px;
  margin: 0px auto;
  margin-top: 30px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .callback__contact {
    margin-top: 20px;
  }
}
.callback__directional {
  font-size: 32px;
  color: #000;
  font-weight: bold;
}
@media (max-width: 767px) {
  .callback__directional {
    font-size: 24px;
  }
}
.callback__input {
  width: 75px;
  background: none;
  border: 0;
  border-bottom: 2px solid #000;
  font-size: 32px;
  color: #000;
  font-weight: bold;
  text-align: center;
  outline: none;
  margin: 0 5px;
  margin-top: 1px;
}
@media (max-width: 767px) {
  .callback__input {
    font-size: 24px;
    width: 50px;
  }
}
.callback__dash {
  font-size: 30px;
  color: #000;
  font-weight: 400;
}
.callback__button {
  border: 0;
  padding: 15px 22px;
  display: block;
  margin: 10px auto;
  max-width: 225px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  -webkit-transition: color 0.3s, background-color 0.3s;
  -webkit-transition: background 0.3s;
  transition: color 0.3s, background-color 0.3s;
  transition: background 0.3s;
  cursor: pointer;
  box-sizing: border-box;
  background: #d3ab0d;
  outline: none;
  border-radius: 10px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .callback__button {
    font-size: 16px;
  }
}
.callback__button--marginTop {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .callback__button--marginTop {
    margin-top: 30px;
  }
}
.callback__button--comeBack {
  display: none;
}
.callback__button:hover {
  background: #a3840a;
}
.callback__info {
  font-size: 14px;
  color: #777;
  text-align: center;
  margin-top: 30px;
}
.callback__info a {
  color: #d3ab0d;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.callback__info a:hover {
  color: #a3840a;
}
@media (max-width: 767px) {
  .callback__info {
    margin-top: 20px;
  }
}
.callback__icon {
  position: absolute;
  position: absolute;
  bottom: 0;
  bottom: -25px;
  right: 0;
  right: 20px;
  cursor: default;
  width: 60px;
  height: 60px;
  font-size: 35px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.callback__icon:hover {
  opacity: 1;
}
.callback__icon:before, .callback__icon:after {
  display: none;
}
/*# sourceMappingURL=/css/frontend/tmp/generate-25971669668v0t0.map */