@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, .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;
}
.banner {
  height: 700px;
  width: 100%;
  background: #303339;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: baseline;
  align-items: baseline;
}
@media (max-width: 767px) {
  .banner {
    height: 450px;
  }
}
.banner__content {
  position: relative;
  z-index: 3;
  top: 55px;
  left: 3%;
}
@media (max-width: 1400px) {
  .banner__content {
    top: 80px;
  }
}
@media (max-width: 991px) {
  .banner__content {
    top: 30px;
    left: 0;
  }
}
.banner__text {
  color: #d2ab0c;
  font-size: 59px;
  font-weight: bold;
  line-height: 120%;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .banner__text {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .banner__text {
    text-align: center;
    font-size: 24px;
  }
}
.banner__text--small {
  font-size: 44px;
  line-height: 110%;
}
@media (max-width: 991px) {
  .banner__text--small {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .banner__text--small {
    text-align: center;
    font-size: 20px;
  }
}
.banner__text span {
  color: #fff;
}
.banner__stove {
  position: absolute;
  left: -25px;
  top: 0;
  width: 100%;
  z-index: 2;
}
.banner__stove::before {
  content: url("/media/default/dym.png");
  position: absolute;
}
@media (max-width: 1600px) {
  .banner__stove::before {
    -ms-transform: translateX(-10%);
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
}
@media (max-width: 1300px) {
  .banner__stove::before {
    -ms-transform: translateX(-20%);
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
  }
}
@media (max-width: 991px) {
  .banner__stove::before {
    display: none;
  }
}
.banner__header {
  color: #fff;
  font-size: 30px;
  background: #d3ab0d;
  z-index: 1;
  width: 224px;
  height: 219px;
  border-radius: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 100%;
  position: absolute;
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
@media (max-width: 991px) {
  .banner__header {
    font-size: 26px;
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 767px) {
  .banner__header {
    font-size: 20px;
    width: 150px;
    height: 150px;
    -ms-transform: translateX(80%);
    -webkit-transform: translateX(80%);
    transform: translateX(80%);
  }
}
.banner__header span {
  font-size: 26px;
}
@media (max-width: 991px) {
  .banner__header span {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .banner__header span {
    font-size: 16px;
  }
}
.banner__header div {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 20px;
  line-height: 120%;
  position: relative;
  top: -10px;
}
@media (max-width: 991px) {
  .banner__header div {
    font-size: 18px;
    top: 0;
  }
}
@media (max-width: 767px) {
  .banner__header div {
    font-size: 16px;
  }
}
.banner__header div span {
  display: block;
  margin: 10px 0;
}
.banner__header div span:first-child {
  font-size: 30px;
}
@media (max-width: 991px) {
  .banner__header div span:first-child {
    font-size: 22px;
    margin: 5px 0;
  }
}
@media (max-width: 767px) {
  .banner__header div span:first-child {
    font-size: 20px;
  }
}
.banner__header div span:last-child {
  font-size: 55px;
}
@media (max-width: 991px) {
  .banner__header div span:last-child {
    font-size: 40px;
    margin: 5px 0;
  }
}
@media (max-width: 767px) {
  .banner__header div span:last-child {
    font-size: 30px;
  }
}
.banner__background {
  height: 825px;
  width: 60%;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .banner__background {
    height: 300px;
    width: 360px;
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
  }
}
.banner__smokehouse {
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  visibility: hidden;
  position: absolute;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.banner__smokehouse.active {
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}
@media (max-width: 991px) {
  .banner__smokehouse {
    left: 50px;
  }
}
@media (max-width: 1400px) {
  .banner__smokehouseImage {
    max-width: 500px;
  }
}
@media (max-width: 991px) {
  .banner__smokehouseImage {
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .banner__smokehouseImage {
    max-width: 200px;
  }
}
.banner__slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  max-height: 700px;
  overflow: hidden;
  width: 60%;
}
@media (max-width: 991px) {
  .banner__slider {
    width: 100%;
  }
}
.banner__slider::before {
  content: "";
  display: block;
  width: 380px;
  height: 100%;
  background: #303339;
  position: absolute;
  -ms-transform: skewX(-24deg) translateX(-160px);
  -webkit-transform: skewX(-24deg) translateX(-160px);
  transform: skewX(-24deg) translateX(-160px);
  z-index: 1;
}
@media (max-width: 991px) {
  .banner__slider::before {
    display: none;
  }
}
.banner__image {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.banner__image.active {
  opacity: 1;
}
.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;
}
.categories {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}
.categories__item {
  min-height: 500px;
  width: 20%;
  text-decoration: none;
  display: block;
  background-size: cover;
  background-size: cover !important;
  padding: 30px;
  position: relative;
  background-position: center !important;
}
@media (max-width: 1199px) {
  .categories__item {
    width: 33.33%;
  }
  .categories__item:nth-child(4) {
    width: 50%;
  }
  .categories__item:nth-child(5) {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .categories__item {
    width: 100% !important;
  }
}
.categories__item:after {
  content: "";
  display: block;
  background: black;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.3;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.categories__item:hover::after {
  opacity: 0.5;
}
.categories__item:hover .categories__content {
  bottom: 50px;
}
.categories__content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  z-index: 1;
  -webkit-transition: bottom 0.3s ease-in-out;
  transition: bottom 0.3s ease-in-out;
}
.categories__name {
  max-width: 270px;
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 120%;
  padding-bottom: 15px;
  position: relative;
}
@media (max-width: 1399px) {
  .categories__name {
    font-size: 20px;
    max-width: 220px;
  }
}
@media (max-width: 767px) {
  .categories__name {
    max-width: 500px;
  }
}
.categories__name::after {
  content: "";
  display: block;
  width: 150px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.categories__button {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 600;
  background: #d3ab0d;
  color: #fff;
  min-width: 180px;
  padding: 10px;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
  margin-left: -5px;
}
@media (max-width: 1399px) {
  .categories__button {
    font-size: 14px;
  }
}
.categories__button:hover {
  background: #fff;
  color: #d3ab0d;
}
.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;
}
.carousel {
  position: relative;
}
@media (max-width: 1540px) {
  .carousel {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.carousel__arrow {
  width: 40px;
  height: 40px;
  border: 5px solid rgba(0, 0, 0, 0);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.carousel__arrow:hover {
  opacity: 0.8;
}
.carousel__arrow--prev {
  border-left: 6px solid #bbb;
  border-bottom: 6px solid #bbb;
}
.carousel__arrow--next {
  border-right: 6px solid #bbb;
  border-top: 6px solid #bbb;
}
.carousel__arrow {
  position: absolute;
  top: 10%;
  bottom: 0;
  margin: auto;
}
.carousel__arrow--prev {
  left: 7%;
}
@media (max-width: 1540px) {
  .carousel__arrow--prev {
    left: 15px;
  }
}
.carousel__arrow--next {
  right: 7%;
}
@media (max-width: 1540px) {
  .carousel__arrow--next {
    right: 15px;
  }
}
.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;
}
.news--row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -30px;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .news--row {
    margin: 0 -15px;
  }
}
@media (max-width: 767px) {
  .news--row {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.news__col {
  width: 33.33%;
  padding: 0 30px;
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .news__col {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .news__col {
    width: 100%;
  }
}
.news__item {
  text-decoration: none;
}
.news__item:hover .news__button {
  background: #525959;
}
.news__article {
  position: relative;
  padding-bottom: 60px;
}
.news__article--row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 80px;
}
@media (max-width: 1199px) {
  .news__article--row {
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .news__article--row {
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .news__article--row {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.news__content {
  max-width: 440px;
  width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .news__content {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .news__content {
    max-width: 100%;
  }
}
.news__content::before {
  display: block;
  content: "";
  width: 6px;
  height: 232px;
  background: #d2ab0c;
  position: absolute;
  left: -45px;
  top: 0;
}
@media (max-width: 991px) {
  .news__content::before {
    display: none;
  }
}
.news__image {
  display: block;
}
.news__column {
  padding-left: 45px;
  margin-left: 35px;
}
@media (max-width: 991px) {
  .news__column {
    padding-left: 15px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .news__column {
    margin: 0;
    padding: 0;
  }
}
.news__header {
  font-size: 22px;
  color: #525959;
  font-weight: 600;
  line-height: 115%;
  margin: 20px 0 10px 0;
}
@media (max-width: 991px) {
  .news__header {
    font-size: 20px;
  }
}
.news__header--large {
  font-size: 39px;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .news__header--large {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) and (max-width: 991px) {
  .news__header--large {
    font-size: 20px;
  }
}
.news__text {
  font-size: 13px;
  color: #525959;
  line-height: 155%;
}
.news__text--large {
  font-size: 15px;
}
.news__text p {
  margin: 0;
}
.news__button {
  display: inline-block;
  padding: 10px;
  padding: 6px 14px;
  color: #fff;
  background: #d3ab0d;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  position: absolute;
  bottom: 0;
  left: 0;
}
.news__button--large {
  position: static;
  margin-top: 40px;
  font-size: 16px;
  padding: 10px 28px;
}
@media (max-width: 1199px) {
  .news__button--large {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .news__button--large {
    font-size: 13px;
    padding: 6px 14px;
  }
}
.aboutProduct {
  position: relative;
  margin-top: 95px;
}
@media (max-width: 1600px) {
  .aboutProduct {
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    margin: -50px 0;
  }
}
@media (max-width: 1300px) {
  .aboutProduct {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    margin: 0;
  }
}
.aboutProduct__img {
  display: block;
}
.aboutProduct__img--center {
  margin: auto;
}
.aboutProduct__img--left {
  margin-left: 70px;
}
@media (max-width: 1300px) {
  .aboutProduct__img {
    margin: auto;
    max-height: 600px;
  }
}
.aboutProduct__info {
  color: #d2ab0c;
  max-width: 855px;
  margin: auto;
  font-weight: 400;
  line-height: 132%;
  text-align: center;
  font-size: 16px;
}
.aboutProduct__text {
  position: absolute;
  max-width: 380px;
}
.aboutProduct__text::before {
  content: "";
  display: block;
  height: 1px;
  background: #ccc;
  position: absolute;
  bottom: 7px;
}
.aboutProduct__text::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #d3ab0d;
  border-radius: 100%;
  position: absolute;
  bottom: 0px;
}
.aboutProduct__text strong {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
.aboutProduct__text p {
  font-size: 14px;
  color: #ccc;
  font-weight: 300;
  margin-top: 7px;
}
@media (max-width: 1300px) {
  .aboutProduct__text {
    position: static;
    text-align: left !important;
    max-width: 100% !important;
    margin: 20px 0;
  }
  .aboutProduct__text::before {
    display: none;
  }
  .aboutProduct__text::after {
    display: none;
  }
  .aboutProduct__text span {
    display: none;
  }
}
.aboutProduct__content--1 .aboutProduct__text:nth-child(1) {
  top: 0;
  right: 0;
  text-align: right;
}
.aboutProduct__content--1 .aboutProduct__text:nth-child(1)::before {
  width: 658px;
  right: 0;
}
.aboutProduct__content--1 .aboutProduct__text:nth-child(1)::after {
  -ms-transform: translateX(-290px);
  -webkit-transform: translateX(-290px);
  transform: translateX(-290px);
}
.aboutProduct__content--1 .aboutProduct__text:nth-child(2) {
  top: 12%;
  left: 0;
  max-width: 317px;
}
.aboutProduct__content--1 .aboutProduct__text:nth-child(2)::before {
  width: 606px;
  left: 0;
}
.aboutProduct__content--1 .aboutProduct__text:nth-child(2)::after {
  -ms-transform: translateX(600px);
  -webkit-transform: translateX(600px);
  transform: translateX(600px);
}
.aboutProduct__content--1 .aboutProduct__text:nth-child(3) {
  top: 19%;
  right: 0;
  text-align: right;
  max-width: 390px;
}
.aboutProduct__content--1 .aboutProduct__text:nth-child(3)::before {
  width: 600px;
  right: 0;
}
.aboutProduct__content--1 .aboutProduct__text:nth-child(3)::after {
  -ms-transform: translateX(-220px);
  -webkit-transform: translateX(-220px);
  transform: translateX(-220px);
}
.aboutProduct__content--1 .aboutProduct__text:nth-child(4) {
  top: 33%;
  left: 0;
  max-width: 317px;
}
.aboutProduct__content--1 .aboutProduct__text:nth-child(4)::before {
  width: 370px;
  left: 0;
}
.aboutProduct__content--1 .aboutProduct__text:nth-child(4)::after {
  -ms-transform: translateX(370px);
  -webkit-transform: translateX(370px);
  transform: translateX(370px);
}
.aboutProduct__content--1 .aboutProduct__text:nth-child(5) {
  right: 0;
  max-width: 390px;
  top: 42%;
  text-align: right;
}
.aboutProduct__content--1 .aboutProduct__text:nth-child(5)::before {
  width: 420px;
  right: 0;
}
.aboutProduct__content--1 .aboutProduct__text:nth-child(5)::after {
  -ms-transform: translateX(-30px);
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}
.aboutProduct__content--1 .aboutProduct__text:nth-child(6) {
  left: 0;
  max-width: 317px;
  top: 58%;
}
.aboutProduct__content--1 .aboutProduct__text:nth-child(6)::before {
  width: 500px;
  left: 0;
}
.aboutProduct__content--1 .aboutProduct__text:nth-child(6)::after {
  -ms-transform: translateX(493px);
  -webkit-transform: translateX(493px);
  transform: translateX(493px);
}
.aboutProduct__content--1 .aboutProduct__text:nth-child(7) {
  right: 0;
  text-align: right;
  max-width: 317px;
  top: 63%;
}
.aboutProduct__content--1 .aboutProduct__text:nth-child(7)::before {
  width: 375px;
  right: 0;
}
.aboutProduct__content--1 .aboutProduct__text:nth-child(7)::after {
  -ms-transform: translateX(-60px);
  -webkit-transform: translateX(-60px);
  transform: translateX(-60px);
}
.aboutProduct__content--1 .aboutProduct__text:nth-child(8) {
  left: 0;
  max-width: 317px;
  top: 73%;
}
.aboutProduct__content--1 .aboutProduct__text:nth-child(8)::before {
  width: 500px;
  left: 0;
}
.aboutProduct__content--1 .aboutProduct__text:nth-child(8)::after {
  -ms-transform: translateX(505px);
  -webkit-transform: translateX(505px);
  transform: translateX(505px);
}
.aboutProduct__content--2 .aboutProduct__text {
  right: 0;
  text-align: right;
  max-width: 480px;
}
.aboutProduct__content--2 .aboutProduct__text span {
  height: 1px;
  background: #ccc;
  position: absolute;
  left: 0;
  top: 0;
}
.aboutProduct__content--2 .aboutProduct__text:nth-child(1) {
  top: 20px;
  max-width: 204px;
}
.aboutProduct__content--2 .aboutProduct__text:nth-child(1)::before {
  width: 665px;
  right: 0;
}
.aboutProduct__content--2 .aboutProduct__text:nth-child(1)::after {
  -ms-transform: translate(-750px, 80px);
  -webkit-transform: translate(-750px, 80px);
  transform: translate(-750px, 80px);
}
.aboutProduct__content--2 .aboutProduct__text:nth-child(1) span {
  width: 290px;
  -ms-transform: rotate(-20deg);
  -ms-transform: translateX(-745px) translateY(120px) rotate(-16deg);
  -webkit-transform: rotate(-20deg);
  -webkit-transform: translateX(-745px) translateY(120px) rotate(-16deg);
  transform: rotate(-20deg);
  transform: translateX(-745px) translateY(120px) rotate(-16deg);
}
.aboutProduct__content--2 .aboutProduct__text:nth-child(2) {
  top: 17%;
  max-width: 425px;
}
.aboutProduct__content--2 .aboutProduct__text:nth-child(2)::before {
  width: 580px;
  right: 0;
}
.aboutProduct__content--2 .aboutProduct__text:nth-child(2)::after {
  -ms-transform: translate(-410px, -75px);
  -webkit-transform: translate(-410px, -75px);
  transform: translate(-410px, -75px);
}
.aboutProduct__content--2 .aboutProduct__text:nth-child(2) span {
  width: 259px;
  -ms-transform: translate(-407px, 22px) rotate(17deg);
  -webkit-transform: translate(-407px, 22px) rotate(17deg);
  transform: translate(-407px, 22px) rotate(17deg);
}
.aboutProduct__content--2 .aboutProduct__text:nth-child(3) {
  top: 25%;
  max-width: 205px;
}
.aboutProduct__content--2 .aboutProduct__text:nth-child(3)::before {
  width: 577px;
  right: 0;
}
.aboutProduct__content--2 .aboutProduct__text:nth-child(3)::after {
  -ms-transform: translate(-638px, -58px);
  -webkit-transform: translate(-638px, -58px);
  transform: translate(-638px, -58px);
}
.aboutProduct__content--2 .aboutProduct__text:nth-child(3) span {
  width: 274px;
  -ms-transform: translate(-639px, 31px) rotate(12deg);
  -webkit-transform: translate(-639px, 31px) rotate(12deg);
  transform: translate(-639px, 31px) rotate(12deg);
}
.aboutProduct__content--2 .aboutProduct__text:nth-child(4) {
  top: 35%;
  max-width: 287px;
}
.aboutProduct__content--2 .aboutProduct__text:nth-child(4)::before {
  width: 658px;
  right: 0;
}
.aboutProduct__content--2 .aboutProduct__text:nth-child(4)::after {
  -ms-transform: translateX(-380px);
  -webkit-transform: translateX(-380px);
  transform: translateX(-380px);
}
.aboutProduct__content--2 .aboutProduct__text:nth-child(5) {
  top: 45%;
  max-width: 185px;
}
.aboutProduct__content--2 .aboutProduct__text:nth-child(5)::before {
  width: 785px;
  right: 0;
}
.aboutProduct__content--2 .aboutProduct__text:nth-child(5)::after {
  -ms-transform: translateX(-610px);
  -webkit-transform: translateX(-610px);
  transform: translateX(-610px);
}
.aboutProduct__content--2 .aboutProduct__text:nth-child(6) {
  top: 55%;
  max-width: 437px;
}
.aboutProduct__content--2 .aboutProduct__text:nth-child(6)::before {
  width: 780px;
  right: 0;
}
.aboutProduct__content--2 .aboutProduct__text:nth-child(6)::after {
  -ms-transform: translateX(-352px);
  -webkit-transform: translateX(-352px);
  transform: translateX(-352px);
}
.aboutProduct__content--3 .aboutProduct__text {
  text-align: right;
  right: 330px;
}
.aboutProduct__content--3 .aboutProduct__text:nth-child(1) {
  top: 0;
  max-width: 390px;
}
.aboutProduct__content--3 .aboutProduct__text:nth-child(1)::before {
  width: 630px;
  right: 0;
}
.aboutProduct__content--3 .aboutProduct__text:nth-child(1)::after {
  -ms-transform: translateX(-250px);
  -webkit-transform: translateX(-250px);
  transform: translateX(-250px);
}
.aboutProduct__content--3 .aboutProduct__text:nth-child(2) {
  top: 10%;
  max-width: 382px;
}
.aboutProduct__content--3 .aboutProduct__text:nth-child(2)::before {
  width: 540px;
  right: 0;
}
.aboutProduct__content--3 .aboutProduct__text:nth-child(2)::after {
  -ms-transform: translateX(-170px);
  -webkit-transform: translateX(-170px);
  transform: translateX(-170px);
}
.aboutProduct__content--3 .aboutProduct__text:nth-child(3) {
  top: 21%;
  max-width: 382px;
}
.aboutProduct__content--3 .aboutProduct__text:nth-child(3)::before {
  width: 500px;
  right: 0;
}
.aboutProduct__content--3 .aboutProduct__text:nth-child(3)::after {
  -ms-transform: translateX(-130px);
  -webkit-transform: translateX(-130px);
  transform: translateX(-130px);
}
.aboutProduct__content--3 .aboutProduct__text:nth-child(4) {
  top: 40%;
}
.aboutProduct__content--3 .aboutProduct__text:nth-child(4)::before {
  width: 470px;
  right: 0;
}
.aboutProduct__content--3 .aboutProduct__text:nth-child(4)::after {
  -ms-transform: translateX(-95px);
  -webkit-transform: translateX(-95px);
  transform: translateX(-95px);
}
.aboutProduct__content--3 .aboutProduct__text:nth-child(5) {
  top: 50%;
}
.aboutProduct__content--3 .aboutProduct__text:nth-child(5)::before {
  width: 470px;
  right: 0;
}
.aboutProduct__content--3 .aboutProduct__text:nth-child(5)::after {
  -ms-transform: translateX(-95px);
  -webkit-transform: translateX(-95px);
  transform: translateX(-95px);
}
.aboutProduct__content--3 .aboutProduct__text:nth-child(6) {
  top: 67%;
  right: 125px;
  max-width: 122px;
}
.aboutProduct__content--3 .aboutProduct__text:nth-child(6)::before {
  width: 365px;
  right: 0;
}
.aboutProduct__content--3 .aboutProduct__text:nth-child(6)::after {
  -ms-transform: translateX(-255px);
  -webkit-transform: translateX(-255px);
  transform: translateX(-255px);
}
.aboutProduct__content--3 .aboutProduct__text:nth-child(7) {
  top: 71%;
  right: 125px;
  max-width: 171px;
}
.aboutProduct__content--3 .aboutProduct__text:nth-child(7)::before {
  width: 375px;
  right: 0;
}
.aboutProduct__content--3 .aboutProduct__text:nth-child(7)::after {
  -ms-transform: translateX(-215px);
  -webkit-transform: translateX(-215px);
  transform: translateX(-215px);
}
.aboutProduct__content--3 .aboutProduct__text:nth-child(8) {
  top: 93%;
  right: 125px;
  max-width: 203px;
}
.aboutProduct__content--3 .aboutProduct__text:nth-child(8)::before {
  width: 380px;
  right: 0;
}
.aboutProduct__content--3 .aboutProduct__text:nth-child(8)::after {
  -ms-transform: translateX(-190px);
  -webkit-transform: translateX(-190px);
  transform: translateX(-190px);
}
.aboutProduct__content--4 .aboutProduct__text {
  right: 0;
  text-align: right;
  max-width: 480px;
}
.aboutProduct__content--4 .aboutProduct__text:nth-child(1) {
  top: 13%;
}
.aboutProduct__content--4 .aboutProduct__text:nth-child(1)::before {
  width: 690px;
  right: 0;
}
.aboutProduct__content--4 .aboutProduct__text:nth-child(1)::after {
  -ms-transform: translateX(-500px);
  -webkit-transform: translateX(-500px);
  transform: translateX(-500px);
}
.aboutProduct__content--4 .aboutProduct__text:nth-child(2) {
  top: 28%;
}
.aboutProduct__content--4 .aboutProduct__text:nth-child(2)::before {
  width: 650px;
  right: 0;
}
.aboutProduct__content--4 .aboutProduct__text:nth-child(2)::after {
  -ms-transform: translateX(-370px);
  -webkit-transform: translateX(-370px);
  transform: translateX(-370px);
}
.aboutProduct__content--4 .aboutProduct__text:nth-child(3) {
  top: 40%;
}
.aboutProduct__content--4 .aboutProduct__text:nth-child(3)::before {
  width: 700px;
  right: 0;
}
.aboutProduct__content--4 .aboutProduct__text:nth-child(3)::after {
  -ms-transform: translateX(-530px);
  -webkit-transform: translateX(-530px);
  transform: translateX(-530px);
}
.aboutProduct__content--4 .aboutProduct__text:nth-child(4) {
  top: 52%;
}
.aboutProduct__content--4 .aboutProduct__text:nth-child(4)::before {
  width: 700px;
  right: 0;
}
.aboutProduct__content--4 .aboutProduct__text:nth-child(4)::after {
  -ms-transform: translateX(-270px);
  -webkit-transform: translateX(-270px);
  transform: translateX(-270px);
}
.aboutProductNav__arrow {
  width: 40px;
  height: 40px;
  border: 5px solid rgba(0, 0, 0, 0);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  position: absolute;
  top: 45%;
  z-index: 1;
}
@media (max-width: 1300px) {
  .aboutProductNav__arrow {
    top: 400px;
  }
}
.aboutProductNav__arrow:hover {
  opacity: 0.8;
}
.aboutProductNav__arrow--prev {
  border-left: 6px solid #bbb;
  border-bottom: 6px solid #bbb;
  left: 5%;
}
@media (max-width: 1400px) {
  .aboutProductNav__arrow--prev {
    left: 30px;
  }
}
.aboutProductNav__arrow--next {
  border-right: 6px solid #bbb;
  border-top: 6px solid #bbb;
  right: 5%;
}
@media (max-width: 1400px) {
  .aboutProductNav__arrow--next {
    right: 30px;
  }
}
.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;
}
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper, swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  transition-property: -ms-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide, .swiper-wrapper {
  -ms-transform: translate3d(0px, 0, 0);
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide, swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -ms-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: -ms-transform, height;
  transition-property: -webkit-transform, height;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-order: 9999;
  order: 9999;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -ms-transform-origin: 50%;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader, .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - ( var(--swiper-navigation-size) / 2 ));
  z-index: 10;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden, .swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev, .swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev:after, .swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -ms-transform: scale(0.33);
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -ms-transform: scale(0.66);
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -ms-transform: scale(0.33);
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -ms-transform: scale(0.66);
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -ms-transform: scale(0.33);
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -ms-transform: translate3d(0px, -50%, 0);
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms -ms-transform, 200ms top;
  transition: 200ms -webkit-transform, 200ms top;
  transition: 200ms transform, 200ms top;
  -webkit-transition: 200ms -webkit-transform, 200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms -ms-transform, 200ms left;
  transition: 200ms -webkit-transform, 200ms left;
  transition: 200ms transform, 200ms left;
  -webkit-transition: 200ms -webkit-transform, 200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet, :host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms -ms-transform, 200ms right;
  transition: 200ms -webkit-transform, 200ms right;
  transition: 200ms transform, 200ms right;
  -webkit-transition: 200ms -webkit-transform, 200ms right;
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -ms-transform-origin: right top;
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
.swiper .swiper-notification, swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  -ms-transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev, .swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-top, .swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-top, .swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: -ms-transform, opacity, height;
  transition-property: -webkit-transform, opacity, height;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  -ms-transform-origin: center bottom;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
.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-25771509748v0t0.map */