@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css");
.sprite-remove {
  background-position: 0px 0px;
  width: 31px;
  height: 35px;
  background-image: url("/css/frontend/sprite/default.png");
}
html, body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
}
* {
  box-sizing: border-box;
}
a, button, span, div, input, textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "Poppins", sans-serif;
}
[v-cloak] {
  display: none !important;
}
.hidden-element {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.overflow {
  overflow: hidden;
}
.footerData__container, .footer__container, .menu__container, .section__container, .sectionBanner__container, .cta__container, .pageBanner__container, .breadcrumbs__container, .basket__container {
  max-width: 1290px;
  padding: 0 15px;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
}
img {
  max-width: 100%;
  height: auto;
}
.top {
  background: #ddd;
  padding: 25px 0 15px 0;
}
@media (max-width: 991px) {
  .top {
    padding: 20px 30px 20px 0;
  }
}
.top__container {
  padding: 0 40px;
}
@media (max-width: 991px) {
  .top__container {
    padding: 0 20px;
  }
}
.top__row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.top__col {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .top__col:first-child {
    display: none;
  }
}
.top__text {
  color: #000;
  font-size: 13px;
  margin-right: 40px;
  padding-left: 28px;
  position: relative;
}
.top__text::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.top__text--address::before {
  content: url("/media/default/marker.png");
  top: -3px;
}
.top__text--phone::before {
  content: url("/media/default/phone.png");
}
.top__text--message::before {
  content: url("/media/default/message.png");
}
.top__text a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.top__text a:hover {
  color: #d3ab0d;
}
.lang {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 100%;
}
.lang__item {
  border-left: 1px solid #525959;
  padding: 0 8px;
}
.lang__item:first-child {
  border-left: 0;
}
.lang__link {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  color: #525959;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.lang__link--active {
  font-weight: bold;
}
.lang__link:hover {
  color: #d3ab0d;
}
.header {
  background: #222;
  padding: 20px 0;
  position: relative;
  z-index: 10;
}
.header__container {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .header__container {
    padding: 0 15px;
  }
}
.header__row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .header__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.header__logo {
  width: 350px;
}
@media (max-width: 1700px) {
  .header__logo {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .header__logo {
    width: 170px;
  }
}
.header__search {
  width: 260px;
}
@media (max-width: 1700px) {
  .header__search {
    width: 210px;
  }
}
@media (max-width: 767px) {
  .header__search {
    width: 100%;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 10px;
  }
}
.header__user {
  width: 120px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 1700px) {
  .header__user {
    width: 95px;
  }
}
.header__menu {
  width: calc(100% - 750px);
}
@media (max-width: 1700px) {
  .header__menu {
    width: calc(100% - 600px);
  }
}
@media (max-width: 1300px) {
  .header__menu {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    background: #222;
    padding: 0px 20px;
    z-index: 3;
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
}
@media (max-width: 991px) {
  .header__menu {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: auto;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
.header__account {
  margin-right: 40px;
}
@media (max-width: 1700px) {
  .header__account {
    margin-right: 20px;
  }
}
.header__account span {
  content: url("/media/default/account.png");
}
.search {
  width: 210px;
}
@media (max-width: 767px) {
  .search {
    width: 100%;
    max-width: 300px;
    margin: auto;
  }
}
.search__form {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.search__input {
  background: rgba(0, 0, 0, 0);
  font-size: 15px;
  border: 0;
  color: #fff;
  margin: 2px 0;
  width: 100%;
  border-bottom: 1px solid #fff;
  padding-right: 20px;
  padding: 3px;
}
.search__input:focus {
  outline: none;
  border: 1px solid #fff;
}
.search__input::-ms-input-placeholder {
  color: #fff;
}
.search__input::-moz-placeholder {
  color: #fff;
}
.search__input::-webkit-input-placeholder {
  color: #fff;
}
.search__input::placeholder {
  color: #fff;
}
.search__button {
  border: 0;
  background: rgba(0, 0, 0, 0);
  padding: 0;
  margin: 0;
  position: absolute;
  right: 3px;
  cursor: pointer;
}
.search__icon {
  content: url("/media/default/search.png");
}
.footerData {
  padding: 40px 0;
  background: #303339;
  position: relative;
  overflow: hidden;
}
.footerData::before {
  content: url("/media/default/smoke.png");
  bottom: 0;
  left: -50px;
  position: absolute;
}
@media (max-width: 991px) {
  .footerData::before {
    display: none;
  }
}
.footerData__container {
  position: relative;
  z-index: 1;
}
.footerData__row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -15px;
}
@media (max-width: 991px) {
  .footerData__row {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.footerData__col {
  padding: 0 15px;
}
@media (max-width: 991px) {
  .footerData__col {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
  }
}
.footerData__text {
  color: #fff;
  font-size: 13px;
  margin: 25px 0;
  padding-left: 28px;
  position: relative;
}
@media (max-width: 991px) {
  .footerData__text {
    margin: 15px 0;
  }
}
.footerData__text::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.footerData__text--address::before {
  content: url("/media/default/marker.png");
  top: -3px;
}
.footerData__text--phone::before {
  content: url("/media/default/phone.png");
}
.footerData__text--message::before {
  content: url("/media/default/message.png");
}
.footerData__text a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.footerData__text a:hover {
  color: #d3ab0d;
}
.footerData__header {
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .footerData__header {
    margin-bottom: 10px;
  }
}
.footerData__menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .footerData__menu {
    text-align: center;
  }
}
.footerData__menu li {
  margin: 10px 0;
}
.footerData__menu li a {
  font-size: 13px;
  color: #fff;
  text-decoration: none;
}
.socialMedia {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 20px;
  margin-top: 30px;
}
.socialMedia__item {
  text-decoration: none;
}
.socialMedia__icon {
  display: block;
}
.socialMedia__icon--fb {
  content: url("/media/default/fb.png");
}
.socialMedia__icon--instagram {
  content: url("/media/default/instagram.png");
}
.socialMedia__icon--youtube {
  content: url("/media/default/yt.png");
}
.footer {
  background: #000;
  padding: 20px 0;
}
.footer__row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .footer__row {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer__text {
  font-size: 13px;
  color: #bbb;
  line-height: 120%;
  text-align: center;
}
.footer__text--margin {
  margin: 15px 0;
}
.footer__text--link {
  line-height: 100%;
}
.footer__text--link a {
  display: inline-block;
  padding-left: 8px;
  margin-left: 8px;
  border-left: 1px solid #bbb;
}
@media (max-width: 767px) {
  .footer__text--link a {
    margin: 10px 0;
    border: 0;
  }
}
.footer__text a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.footer__text a:hover {
  color: #d3ab0d;
}
.footer__text:first-child a {
  padding-left: 0;
  margin-left: 0;
  border-left: 0;
}
.footer img {
  position: relative;
  margin-left: 7px;
  top: 3px;
}
.map iframe {
  width: 100%;
  height: 300px;
  display: block;
}
@media (min-width: 1300px) {
  .map iframe {
    height: 500px;
  }
}
@media (min-width: 1600px) {
  .map iframe {
    height: 625px;
  }
}
.basket__counter input {
  padding: 0 10px !important;
}
.basket__button, .basket__code input[type="submit"] {
  font-size: 16px !important;
  line-height: 120%;
}
.basket__col {
  font-size: 16px !important;
}
.components {
  margin: 50px 0;
}
.components:first-child {
  margin-top: 0;
}
.components .components {
  margin: 0;
}
.components--center {
  text-align: center;
}
.components__header {
  margin: 0 0 20px 0;
  font-size: 22px;
  color: #525959;
  font-weight: bold;
}
.components__subheader {
  font-size: 18px;
}
.components__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.components__list li {
  margin: 15px 0;
}
.components__list li a {
  font-size: 16px;
  font-weight: bold;
  color: #d3ab0d;
  text-decoration: none;
}
.components__list li a:hover {
  text-decoration: underline;
}
.components__text {
  font-size: 14px;
  line-height: 150%;
  color: #000;
}
.components__text ul li {
  margin: 10px 0;
}
.components__text--center {
  text-align: center;
}
.components__text a {
  color: #d3ab0d;
  text-decoration: none;
}
.components__text a:hover {
  text-decoration: underline;
}
.components__photo {
  display: inline-block;
  margin: auto;
  text-decoration: none;
  color: #333;
}
.components__photo:hover img {
  opacity: 0.8;
}
.components__photo img {
  display: block;
  max-width: 100%;
  height: auto;
}
.components__photo span {
  display: block;
  margin: 5px 0;
  font-size: 15px;
  text-align: center;
}
.components__iframe {
  max-width: 650px;
  margin: 0px auto;
}
.components__iframe iframe {
  width: 100%;
  height: 350px;
  border: 0;
}
.components__row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -34px;
}
.components__col {
  padding: 34px;
  box-sizing: border-box;
  width: 33.33%;
}
@media (max-width: 991px) {
  .components__col {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .components__col {
    width: 100%;
    text-align: center;
  }
}
.components__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.components__files {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.components__files li {
  margin-bottom: 10px;
}
.components__files li a {
  text-decoration: none;
  color: inherit;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}
.components__files li a:hover {
  text-decoration: underline;
}
.components__files li a img {
  display: inline-block;
  padding-right: 8px;
  max-width: 30px;
}
.components__map {
  height: 400px;
}
.components__map iframe {
  width: 100%;
  height: 100%;
}
.components__mapPoint {
  z-index: 0;
  position: relative;
}
.components__columns {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -15px;
}
@media (max-width: 767px) {
  .components__columns {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.components__columns > div {
  width: 50%;
  box-sizing: border-box;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .components__columns > div {
    width: 100%;
    padding-bottom: 15px;
  }
  .components__columns > div:last-child {
    padding-bottom: 0;
  }
}
.components__columns > div .components:first-child {
  margin-top: 0;
}
.components__columns > div .components:last-child {
  margin-bottom: 0;
}
.contactFormComponent h2 {
  font-size: 26px;
}
.contactFormComponent form {
  max-width: 500px;
  margin: auto;
}
.contactFormComponent form label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
  margin-top: 15px;
  font-size: 16px;
}
.contactFormComponent form input:not([type="checkbox"]) {
  padding: 5px 10px;
  min-height: 40px;
  box-sizing: border-box;
  width: 100%;
  outline: none;
  border: 1px solid #ccc;
}
.contactFormComponent form input:not([type="checkbox"]):focus {
  border-width: 2px;
}
.contactFormComponent form input[type="file"] {
  border: 0;
}
.contactFormComponent form textarea {
  font-family: "Lato", sans-serif;
  resize: none;
  width: 100%;
  padding: 5px 10px;
  box-sizing: border-box;
  outline: none;
  border: 1px solid #ccc;
}
.contactFormComponent form textarea:focus {
  border-width: 2px;
}
.contactFormComponent__submit {
  border: 0;
  margin: auto;
  cursor: pointer;
  max-width: 150px !important;
  width: auto;
  display: block;
}
.contactFormComponent__fileButton {
  position: relative;
}
.contactFormComponent__fileButton span {
  position: absolute;
  top: -3px;
  left: 0;
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background: #aaa;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  line-height: 120%;
  box-sizing: border-box;
  border-radius: 4px;
  border: 0;
  text-transform: uppercase;
  cursor: pointer;
  min-width: 97px;
  padding: 10px 3px;
  text-align: center;
}
.contactFormComponent__fileButton span:hover {
  background: #919191;
}
.contactFormComponent__text {
  margin-top: 30px;
  font-size: 14px;
  margin: auto;
  margin: auto;
  text-align: center;
  max-width: 740px;
  line-height: 160%;
}
.contactFormComponent__text a {
  color: #fe6e4a;
}
.contactFormComponent__text a:hover {
  color: #000;
}
.contactFormComponent__alert {
  text-align: center;
  font-size: 20px;
  color: #36b502;
  border: 3px solid #36b502;
  padding: 20px 15px;
  box-sizing: border-box;
  max-width: 500px;
  margin: 20px auto;
}
@media (max-width: 767px) {
  .contactFormComponent__alert {
    font-size: 18px;
    padding: 15px 10px;
    margin: 15px auto;
  }
}
.componentExpandable__link {
  display: block;
  border: 3px solid #d3ab0d;
  color: #d3ab0d;
  padding: 10px;
  box-sizing: border-box;
  font-size: 20px;
  text-decoration: none;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
  padding-right: 40px;
  position: relative;
}
@media (max-width: 767px) {
  .componentExpandable__link {
    font-size: 18px;
  }
}
.componentExpandable__link::after {
  content: "";
  display: block;
  border: 3px solid rgba(0, 0, 0, 0);
  border-right-color: #d3ab0d;
  border-bottom-color: #d3ab0d;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 4px;
  margin: auto;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.componentExpandable__link:hover {
  background: #d3ab0d;
  color: #fff;
}
.componentExpandable__link:hover::after {
  border-right-color: #fff;
  border-bottom-color: #fff;
}
.componentExpandable__link.active {
  background: #d3ab0d;
  color: #fff;
}
.componentExpandable__link.active::after {
  border-right-color: #fff;
  border-bottom-color: #fff;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  bottom: -7px;
}
.componentExpandable__content {
  padding: 5px 20px;
  border: 3px solid #d3ab0d;
  border-top: 0;
  box-sizing: border-box;
  display: none;
}
.componentExpandable__back {
  display: block !important;
  max-width: 200px;
  margin: 10px auto;
}
.grecaptcha-badge {
  display: none;
}
.contactDataComponent {
  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;
}
.contactDataComponent__text {
  color: #000;
  font-size: 15px;
  margin: 5px 0;
  padding-left: 28px;
  position: relative;
}
.contactDataComponent__text::before {
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 0;
  margin: auto 0;
}
.contactDataComponent__text--address::before {
  content: url("/media/default/marker.png");
  top: 0px;
}
.contactDataComponent__text--phone::before {
  content: url("/media/default/phone.png");
}
.contactDataComponent__text--message::before {
  content: url("/media/default/message.png");
}
.contactDataComponent__text a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.contactDataComponent__text a:hover {
  color: #d3ab0d;
}
.formComponent {
  margin: 50px 0;
}
.formComponent__buttons {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.formComponent__button {
  display: block;
  font-size: 22px;
  color: #303339;
  font-weight: 600;
  text-align: center;
  border: 1px solid #d2ab0c;
  border-radius: 30px;
  padding: 8px 45px;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 10px;
  line-height: 120%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .formComponent__button {
    font-size: 18px;
    padding: 8px 30px;
  }
}
@media (max-width: 991px) {
  .formComponent__button {
    font-size: 14px;
    padding: 8px 5px;
    margin: 0 5px;
  }
}
.formComponent__button:hover {
  color: #d3ab0d;
}
.formComponent__button.active {
  background: #d3ab0d;
  color: #fff;
}
.formComponent__form {
  display: none;
}
.formComponent__form.active {
  display: block;
}
.menu {
  margin-top: 15px;
}
.menu__home span {
  content: url("/media/default/home.png");
}
.menu__home--active span {
  content: url("/media/default/home-active.png");
}
.menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
@media (max-width: 991px) {
  .menu ul {
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 50px;
  }
}
.menu ul li {
  margin-right: 40px;
  position: relative;
}
@media (max-width: 1700px) and (min-width: 1301px) {
  .menu ul li {
    margin-right: 25px;
  }
}
@media (max-width: 991px) {
  .menu ul li {
    margin: 5px 0;
    text-align: center;
  }
}
.menu ul li:last-child {
  margin-right: 0;
}
.menu ul li.has-children > a {
  padding-right: 15px;
}
@media (max-width: 991px) {
  .menu ul li.has-children > a {
    display: inline-block;
  }
}
.menu ul li.has-children > a::after {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: -7px;
  bottom: 0;
  right: 0;
  margin: auto;
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom-color: #ddd;
  border-right-color: #ddd;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
@media (min-width: 992px) {
  .menu ul li:hover > ul {
    opacity: 1;
    visibility: visible;
  }
  .menu ul li:hover > a {
    color: #d2ab0c;
  }
  .menu ul li:hover > a::after {
    border-bottom-color: #d2ab0c;
    border-right-color: #d2ab0c;
  }
}
.menu ul li.active > a {
  color: #d2ab0c;
}
.menu ul li.active > a::after {
  border-bottom-color: #d2ab0c;
  border-right-color: #d2ab0c;
}
.menu ul li a {
  text-decoration: none;
  font-weight: 400;
  font-size: 17px;
  color: #ddd;
  text-transform: uppercase;
  padding: 3px 0;
  padding-bottom: 6px;
  display: block;
  position: relative;
  line-height: 120%;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (max-width: 1700px) {
  .menu ul li a {
    font-size: 16px;
  }
}
.menu ul li ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background: #222;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px 15px;
  box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0px 10px 10px 0 rgba(0, 0, 0, 0.2);
  left: -10px;
  min-width: 300px;
  margin-top: -3px;
  z-index: 2;
}
@media (max-width: 991px) {
  .menu ul li ul {
    opacity: 1;
    visibility: visible;
    position: static;
    max-width: 100%;
    box-shadow: none;
    display: none;
  }
}
.menu ul li ul li {
  margin: 0;
  margin-bottom: 15px;
}
.menu ul li ul li:last-child {
  margin-bottom: 0;
}
.menu ul li ul li a {
  display: inline;
}
.menuButton {
  width: 35px;
  height: 20px;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 101;
  position: fixed;
  right: 12px;
  top: 12px;
  display: none;
}
.menuButton.fixed, .menuButton.active {
  top: 25px;
}
.menuButton.admin {
  top: 55px;
}
.menuButton.active {
  height: 6px;
}
.menuButton.active span {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.menuButton.active span:nth-child(1) {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menuButton.active span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.menuButton.active span:nth-child(3) {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 991px) {
  .menuButton {
    display: block !important;
  }
}
.menuButton span {
  width: 35px;
  height: 5px;
  background: #d2ab0c;
  display: block;
  margin-bottom: 5px;
  transition: -ms-transform 0.3s, opacity 0.3s, visibility 0.3s;
  transition: -webkit-transform 0.3s, opacity 0.3s, visibility 0.3s;
  transition: transform 0.3s, opacity 0.3s, visibility 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, visibility 0.3s;
}
.menuButton span:last-child {
  margin-bottom: 0;
}
.section {
  background: #fff;
  padding: 80px 0;
  overflow-x: hidden;
}
@media (max-width: 991px) {
  .section {
    padding: 40px 0;
  }
}
.section--page {
  padding: 40px 0;
}
.section--dark {
  background: #303339;
}
.section--lightDark {
  background: #e9e9e9;
}
.section--relative {
  position: relative;
}
.section--message {
  padding: 120px 0;
}
.section--home {
  min-height: 650px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background: url("/media/default/meat.png") no-repeat;
  background-position: top right;
}
@media (max-width: 991px) {
  .section--home {
    min-height: auto;
    background: #fff;
  }
}
.section__container {
  position: relative;
  z-index: 1;
}
.section__container--static {
  position: static;
}
.section__container--small {
  max-width: 850px;
}
.section__container--small .components__row {
  margin: 0 -7px;
}
.section__container--small .components__col {
  padding: 5px 7px;
}
.section__title {
  font-size: 22px;
  color: #525959;
  font-weight: 600;
  line-height: 115%;
  margin: 30px 0;
}
.section__text {
  font-size: 16px;
  color: #525959;
  line-height: 155%;
}
.section__text h1, .section__text h2, .section__text h3, .section__text h4, .section__text h5, .section__text h6 {
  line-height: 110%;
}
.section__text--center {
  text-align: center;
}
.section__text--home {
  max-width: 670px;
  padding: 20px 0;
  background: rgba(255, 255, 255, 0.9);
}
@media (max-width: 991px) {
  .section__text--home {
    padding: 20px;
  }
}
.section__header {
  font-size: 36px;
  color: #303339;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 20px;
  max-width: 580px;
  font-weight: 400;
  margin: auto;
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .section__header {
    margin-bottom: 20px;
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .section__header {
    font-size: 22px;
  }
}
.section__header--white {
  color: #fff;
}
.section__header::after {
  content: "";
  display: block;
  width: 150px;
  height: 2px;
  background: #d3ab0d;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.section__header--white {
  color: #fff;
}
.section__header--content {
  font-size: 39px;
  font-weight: 600;
  max-width: 100%;
  text-transform: none;
}
.section__header--content::after {
  display: none;
}
.section__header--small {
  margin: 20px 0 0 0;
  font-size: 20px;
  font-weight: 600;
  max-width: 100%;
}
.section__header--small::after {
  display: none;
}
.section__hr {
  border: 0;
  border-top: 1px solid #c4c4c4;
}
.section__button {
  display: inline-block;
  text-decoration: none;
  color: #d3ab0d;
  font-size: 20px;
  font-weight: 600;
  margin-top: 40px;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.section__button:hover {
  color: #525959;
}
.section__button--highlight {
  background: #303339;
  color: #d3ab0d;
  padding: 10px;
  border-radius: 30px;
  font-size: 18px;
  text-align: center;
  display: block;
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
}
.section__button--highlight:hover {
  background: #d3ab0d;
  color: #303339;
}
.section__img {
  display: block;
}
.section__img--center {
  margin: auto;
}
.section__back, .componentExpandable__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, .componentExpandable__back:hover {
  background: #525959;
}
.section__back span, .componentExpandable__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;
}
.cta {
  background: #d2ab0c;
  min-height: 435px;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cta {
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0;
  }
}
.cta__container {
  position: relative;
  z-index: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.cta__container::before {
  content: url("/media/default/flame.png");
  position: absolute;
  top: -25px;
  left: -270px;
}
.cta__content {
  width: 48%;
}
@media (max-width: 767px) {
  .cta__content {
    width: 100%;
    padding-bottom: 30px;
  }
}
.cta__background {
  min-height: 435px;
  width: 53%;
  background: url("/media/default/cta.jpg") no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1399px) {
  .cta__background {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cta__background {
    width: 100%;
    position: static;
    background-position: center;
    height: 50vw;
    min-height: auto;
  }
}
.cta__text {
  font-size: 24px;
  color: #fff;
  max-width: 470px;
  line-height: 130%;
  margin: 10px 0;
}
@media (max-width: 1199px) {
  .cta__text {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .cta__text {
    font-size: 18px;
    text-align: center;
  }
}
.cta__text--bold {
  font-weight: bold;
}
.cta__text--large {
  font-size: 41px;
  max-width: 533px;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .cta__text--large {
    font-size: 31px;
  }
}
@media (max-width: 767px) {
  .cta__text--large {
    font-size: 24px;
    text-align: center;
  }
}
.cta__text--uppercase {
  text-transform: uppercase;
}
.cta__text a {
  text-decoration: none;
  color: inherit;
}
.pageBanner {
  height: 300px;
  background: #303339;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 991px) {
  .pageBanner {
    display: none;
  }
}
.pageBanner::before {
  content: url("/media/default/smoke.png");
  position: absolute;
  left: 0;
  bottom: -100px;
  z-index: 99;
}
@media (max-width: 991px) {
  .pageBanner::before {
    display: none;
  }
}
.pageBanner__container {
  position: relative;
  z-index: 2;
}
.pageBanner__title {
  font-size: 50px;
  color: #d2ab0c;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  max-width: 40%;
}
@media (max-width: 1199px) {
  .pageBanner__title {
    font-size: 40px;
  }
}
.pageBanner__background {
  background: url("/media/default/page-banner.jpg");
  background-position: center !important;
  background-size: cover !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 300px;
  overflow: hidden;
  width: 50%;
  z-index: 1;
}
@media (max-width: 1400px) {
  .pageBanner__background {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .pageBanner__background {
    width: 100%;
  }
}
.pageBanner__background::before {
  content: "";
  display: block;
  width: 150px;
  height: 100%;
  background: #303339;
  position: absolute;
  -ms-transform: skewX(-24deg) translateX(-90px);
  -webkit-transform: skewX(-24deg) translateX(-90px);
  transform: skewX(-24deg) translateX(-90px);
  z-index: 1;
}
@media (max-width: 991px) {
  .pageBanner__background::before {
    display: none;
  }
}
.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;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: -ms-transform, opacity;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: -ms-transform, opacity;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}
.fancybox-container [data-selectable=true] {
  cursor: text;
}
.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
  transform-origin: 0;
  transition-property: -ms-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
.fancybox-navigation .fancybox-button {
  -webkit-background-clip: content-box;
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding:max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@-webkit-keyframes a {
  to {
    -ms-transform: rotate(1 turn);
    -webkit-transform: rotate(1 turn);
    transform: rotate(1 turn);
  }
}
@keyframes a {
  to {
    -ms-transform: rotate(1 turn);
    -webkit-transform: rotate(1 turn);
    transform: rotate(1 turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -ms-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: scale3d(1.5, 1.5, 1.5);
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -ms-transform: scale3d(0.5, 0.5, 0.5);
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-1 turn);
  -webkit-transform: rotate(-1 turn);
  transform: rotate(-1 turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(1 turn);
  -webkit-transform: rotate(1 turn);
  transform: rotate(1 turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -ms-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -ms-transform: scaleX(1) translateZ(0);
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  -ms-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -ms-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -ms-transform: translateZ(0) scale(1);
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}
@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding:max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.fancybox-stage {
  background: #fff;
}
.fancybox-caption {
  background: rgba(0, 0, 0, 0);
}
.fancybox-caption__body {
  background: #fff;
  color: #000;
}
.fancybox-button {
  color: #fff;
}
.fancybox-button--close {
  background: #000;
}
.fancybox-button--close:focus {
  outline: 2px solid #000;
  outline-offset: 2px;
}
.fancybox-button:disabled {
  display: none;
}
.fancybox-button > div {
  background: #000;
}
.fancybox-button:focus > div {
  outline: 2px solid #000;
  outline-offset: 2px;
}
.breadcrumbs {
  background: #ebebeb;
  padding: 19px 0;
}
.breadcrumbs ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
}
.breadcrumbs ul li {
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.breadcrumbs ul li::after {
  content: "";
  position: absolute;
  right: 0;
  display: block;
  width: 4px;
  height: 4px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-right-color: #000;
  border-top-color: #000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.breadcrumbs ul li:last-child::after {
  content: "";
  display: none;
}
.breadcrumbs ul li a {
  text-decoration: none;
  font-weight: 300;
  color: #000;
}
.breadcrumbs__home {
  content: url("/media/default/home-breadcrumbs.png");
  position: relative;
  top: 2px;
}
.basket {
  padding: 15px 0;
  min-height: 130px;
}
.basket__row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -15px;
}
@media (max-width: 1199px) {
  .basket__row {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.basket__column {
  padding: 0 15px;
  box-sizing: border-box;
}
.basket__column:first-child {
  width: calc(100% - 400px);
}
@media (max-width: 1199px) {
  .basket__column:first-child {
    width: 100%;
  }
}
.basket__column:last-child {
  width: 400px;
}
@media (max-width: 1199px) {
  .basket__column:last-child {
    width: 100%;
  }
}
.basket h1 {
  font-size: 30px;
  color: #000;
}
@media (max-width: 991px) {
  .basket h1 {
    font-size: 22px;
  }
}
.basket h1.center {
  margin-top: 50px;
  text-align: center;
}
.basket__header {
  font-size: 18px;
  color: #000;
  margin-bottom: 20px;
  font-weight: bold;
}
.basket__block {
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #efefef;
}
@media (max-width: 767px) {
  .basket__block {
    border: 0;
    padding: 0;
  }
}
.basket__block--sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 15px;
  margin-left: 20px;
}
@media (max-width: 1199px) {
  .basket__block--sticky {
    position: static;
    margin: 15px 0;
    border: 0;
    width: 100%;
  }
  .basket__block--sticky > div {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.basket__item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -10px;
  border-bottom: 1px solid #efefef;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .basket__item {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
    border: 1px solid #efefef;
    margin: 15px 0px;
    padding: 10px;
    box-sizing: border-box;
  }
}
.basket__item--head {
  padding: 0;
}
@media (max-width: 767px) {
  .basket__item--head {
    display: none;
  }
}
.basket__item--summary {
  padding: 0;
}
.basket__item:last-child {
  border-bottom: 0;
}
@media (max-width: 767px) {
  .basket__item:last-child {
    border-bottom: 1px solid #efefef;
  }
}
.basket__col {
  padding: 10px;
  box-sizing: border-box;
}
.basket__col span {
  display: none;
  font-weight: bold;
}
@media (max-width: 767px) {
  .basket__col span {
    display: block;
  }
}
@media (max-width: 767px) {
  .basket__col {
    width: 100%;
  }
}
.basket__col--product {
  width: 55%;
  font-size: 16px;
  line-height: 120%;
  color: #000;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.basket__col--product a {
  text-decoration: none;
  color: #000;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.basket__col--product a:hover {
  color: #d3ab0d;
}
@media (max-width: 767px) {
  .basket__col--product {
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    text-align: center;
  }
}
.basket__col--product img {
  max-width: 100%;
  height: auto;
  padding-right: 10px;
}
.basket__col--amount {
  width: 20%;
}
@media (max-width: 767px) {
  .basket__col--amount {
    width: 100%;
  }
}
.basket__col--quantity {
  width: 10%;
  text-align: center;
}
@media (max-width: 767px) {
  .basket__col--quantity {
    width: 100%;
  }
}
.basket__col--price {
  width: 20%;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .basket__col--price {
    width: 100%;
  }
}
.basket__col--remove {
  width: 5%;
}
@media (max-width: 767px) {
  .basket__col--remove {
    width: 100%;
    text-align: center;
  }
}
.basket__col--summary {
  font-size: 16px;
  font-weight: 400;
}
.basket__col--head {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 10px 15px;
}
.basket__loading {
  padding: 20px 0;
  text-align: center;
  font-size: 18px;
  color: #000;
}
.basket__counter {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 767px) {
  .basket__counter {
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.basket__counter button {
  border-radius: 0;
  border: 1px solid #bbb;
  height: 41px;
  width: 40px;
  background: #fff;
  background: #fff;
  font-size: 16px;
  cursor: pointer;
  color: #aaa;
}
.basket__counter button:hover:enabled {
  color: #999;
  background: #efefef;
}
.basket__counter button:active:enabled {
  color: #555;
  background: #ddd;
}
.basket__counter button:disabled {
  cursor: default;
  opacity: 0.5;
}
.basket__counter button:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right: 0;
}
.basket__counter button:last-child {
  border-left: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.basket input[type=number] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #bbb;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  color: #000;
  color: #555;
  box-sizing: border-box;
  outline: none;
  width: 65px;
}
.basket input[type=number]::-webkit-outer-spin-button, .basket input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.basket input[type=number] {
  -moz-appearance: textfield;
}
.basket__remove {
  font-size: 25px;
  color: #c80404;
}
.basket__remove:hover {
  color: #af0303;
}
.basket__remove:active {
  color: #7d0202;
}
.basket__price {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  text-align: right;
  margin-bottom: 20px;
}
.basket__price span {
  font-size: 36px;
  font-weight: 900;
  text-transform: none;
  display: inline-block;
  margin-left: 5px;
}
.basket__button, .basket__code input[type="submit"] {
  border: 0;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  margin: 10px 0;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #d3ab0d;
  padding: 13px 15px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  border-radius: 4px;
  box-sizing: border-box;
}
@media (max-width: 1199px) {
  .basket__button, .basket__code input[type="submit"] {
    max-width: 300px;
    width: 100%;
  }
}
.basket__button:not([disabled]), .basket__code input[type="submit"]:not([disabled]) {
  cursor: pointer;
}
.basket__button--pay {
  width: 100%;
  max-width: 300px;
  padding: 10px 15px;
  font-weight: 700;
  font-size: 18px;
}
.basket__button:hover:not([disabled]), .basket__code input[type="submit"]:hover:not([disabled]) {
  background: #a3840a;
}
.basket__button--withoutLogin {
  color: #d2ab0c;
  background: #303339;
}
.basket__button--withoutLogin:hover {
  background: #191a1d;
}
.basket__summary {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 20px;
  box-sizing: border-box;
  background: #f7f7f7;
  position: -webkit-sticky;
  position: sticky;
  top: 15px;
}
.basket__table--summary {
  margin-bottom: 30px;
  border-bottom: 1px solid #efefef;
}
.basket__largeText {
  width: 100%;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 18px;
  border-bottom: 2px solid #ececec;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.basket__field {
  margin-bottom: 15px;
  max-width: 600px;
}
.basket__field--check {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.basket__field label {
  display: block;
  margin-bottom: 3px;
  font-size: 15px;
  color: #000;
  font-weight: bold;
}
.basket__field input:not([type="checkbox"]), .basket__field select, .basket__field textarea {
  width: 100%;
  font-family: "Fira Sans", sans-serif;
  border: 1px solid #ddd;
  font-size: 15px;
  color: #000;
  padding: 7px 10px;
  box-sizing: border-box;
  outline: none;
  border-radius: 4px;
}
.basket__field input:not([type="checkbox"]):focus, .basket__field select:focus, .basket__field textarea:focus {
  box-shadow: 1px solid #bbb;
  border-color: #bbb;
}
.basket__field textarea {
  resize: none;
  height: 150px;
}
.basket__field--row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 767px) {
  .basket__field--row {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.basket__field--row > div {
  width: 100%;
  box-sizing: border-box;
}
.basket__field--row > div:first-child {
  padding-right: 5px;
}
@media (max-width: 767px) {
  .basket__field--row > div:first-child {
    padding-right: 0;
    margin-bottom: 15px;
  }
}
.basket__field--row > div:last-child {
  padding-left: 5px;
}
@media (max-width: 767px) {
  .basket__field--row > div:last-child {
    padding-left: 0;
  }
}
.basket__sum {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: right;
  margin-bottom: 5px;
}
.basket__sum span {
  font-size: 24px;
  font-weight: 900;
  text-transform: none;
  display: inline-block;
  margin-left: 5px;
}
.basket__allSum {
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  text-align: right;
  margin-bottom: 20px;
  font-weight: bold;
}
.basket__allSum span {
  font-size: 36px;
  font-weight: 900;
  text-transform: none;
  display: inline-block;
  margin-left: 5px;
  color: #d3ab0d;
}
.basket__link {
  text-decoration: none;
  text-transform: uppercase;
  color: #d2ab0c;
  font-weight: bold;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.basket__link:hover {
  color: #a28409;
}
.basket__pointLink {
  text-decoration: none;
  background: #d2ab0c;
  color: #fff;
  padding: 10px;
  box-sizing: border-box;
  font-weight: bold;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  margin: 5px 0;
  display: inline-block;
}
.basket__pointLink:hover {
  background: #a28409;
}
.basket__isCode {
  margin-bottom: 10px;
  font-size: 14px;
  color: #d3ab0d;
  text-align: right;
}
.basket__code {
  margin: 15px 0;
}
.basket__code input[type="text"] {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 16px;
  color: #000;
  outline: none;
}
.basket__code input[type="text"]:focus {
  box-shadow: 1px solid #bbb;
  border-color: #bbb;
}
.basket__code input[type="submit"] {
  display: inline-block;
  width: auto;
}
.basket__loader {
  height: 20px;
  width: 20px;
  border: 3px solid #fff;
  border-top-color: rgba(0, 0, 0, 0);
  border-radius: 100%;
  display: block;
  margin: auto;
  -webkit-animation: loaderAnimation 0.7s ease-in-out infinite;
  animation: loaderAnimation 0.7s ease-in-out infinite;
}
@-webkit-keyframes loaderAnimation {
  0% {
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loaderAnimation {
  0% {
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.basketWidget__cart {
  position: relative;
}
.basketWidget__cart a {
  text-decoration: none;
}
.basketWidget__icon {
  display: block;
  content: url("/media/default/cart.png");
}
.basketWidget__count {
  font-weight: 400;
  font-size: 12px;
  border-radius: 100%;
  background: #d3ab0d;
  color: #fff;
  text-decoration: none;
  width: 21px;
  height: 21px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  right: -8px;
}
.basketWidget__link {
  position: relative;
}
.basketWidget__link:hover .basketWidget__products {
  opacity: 1;
  visibility: visible;
}
.basketWidget__link > a {
  font-size: 15px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #33485e;
  text-decoration: none;
  position: relative;
}
.basketWidget__link > a:hover {
  color: #d3ab0d;
}
.basketWidget__link > a i {
  margin-right: 5px;
  font-size: 22px;
}
.basketWidget__link > a span {
  background: #d3ab0d;
  width: 22px;
  height: 22px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  color: #fff;
  position: absolute;
  top: -15px;
  left: 12px;
  font-size: 12px;
  font-weight: bold;
}
.basketWidget__products {
  position: absolute;
  right: 0;
  background: #fff;
  width: 470px;
  padding: 25px 15px 15px 20px;
  box-sizing: border-box;
  z-index: 1;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.23);
  top: calc(100% + 10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 3px;
}
@media (max-width: 991px) {
  .basketWidget__products {
    display: none;
  }
}
.basketWidget__products ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  max-height: 340px;
  overflow-y: auto;
  padding-right: 0px;
  box-sizing: border-box;
  border-bottom: 1px solid #ececec;
}
.basketWidget__products ul.padding {
  padding-right: 20px;
  margin-right: -10px;
}
.basketWidget__products ul li {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px solid #ececec;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.basketWidget__products ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.basketWidget__products ul li > div:nth-child(1) {
  width: 100px;
  border: 1px solid #ececec;
  padding: 5px;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.basketWidget__products ul li > div:nth-child(1) a:hover img {
  opacity: 0.9;
}
.basketWidget__products ul li > div:nth-child(1) img {
  display: block;
  margin: auto;
}
.basketWidget__products ul li > div:nth-child(2) {
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 15px;
}
.basketWidget__products ul li > div:nth-child(3) {
  width: 120px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.basketWidget__name {
  font-weight: 400;
  font-size: 14px;
  margin-top: 5px;
  line-height: 120%;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.basketWidget__name > a {
  text-decoration: none;
  color: inherit;
}
.basketWidget__name > a:hover {
  color: #d3ab0d;
}
.basketWidget__price {
  font-size: 22px;
  font-weight: bold;
  text-align: right;
  margin-bottom: 5px;
}
.basketWidget__amount {
  text-align: right;
  font-size: 15px;
  font-weight: 400;
}
.basketWidget__remove {
  margin-top: 10px;
  text-decoration: none;
  color: #d38080;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  font-weight: 400;
  text-align: right;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.basketWidget__remove:hover {
  text-decoration: underline;
  color: #cc6d6d;
}
.basketWidget__remove i {
  margin-right: 5px;
  font-size: 16px;
}
.basketWidget__total {
  text-align: right;
  font-size: 18px;
  font-weight: 400;
  margin: 20px 0;
  box-sizing: border-box;
  color: #000;
}
.basketWidget__total span {
  font-size: 22px;
  color: #d3ab0d;
  display: inline-block;
  margin-left: 10px;
  font-weight: 700;
}
.basketWidget__buttons {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
}
.basketWidget__buttons a {
  background: #d3ab0d;
  padding: 15px;
  font-size: 16px;
  box-sizing: border-box;
  min-width: 150px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
  border-radius: 4px;
}
.basketWidget__buttons a:hover {
  background: #303339;
  color: #d2ab0c;
}
.callbackButton, .callback__icon {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s, bottom 0.7s;
  transition: opacity 0.3s;
  transition: opacity 0.3s, bottom 0.7s;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 60px;
  height: 60px;
  background: #d3ab0d;
  box-shadow: 0 0 10px 0 #d3ab0d;
  position: fixed;
  right: 20px;
  bottom: 80px;
  font-size: 35px;
  color: #fff;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .callbackButton, .callback__icon {
    position: fixed;
    right: 15px;
  }
}
.callbackButton:before, .callback__icon:before, .callbackButton:after, .callback__icon:after {
  content: "";
  display: block;
  position: absolute;
  border: 2px solid #fff;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 100%;
  -webkit-animation: pulse-animate 1.5s linear infinite;
  animation: pulse-animate 1.5s linear infinite;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.callbackButton:after, .callback__icon:after {
  animation-delay: 0.5s;
}
@media (max-width: 1199px) {
  .callbackButton, .callback__icon {
    height: 50px;
    width: 50px;
  }
}
.callbackButton:hover, .callback__icon:hover {
  background: #a3840a;
}
.callbackButton img, .callback__icon img {
  display: block;
  max-width: 30px;
}
@-webkit-keyframes pulse-animate {
  0% {
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulse-animate {
  0% {
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
.callback {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
  display: none;
  overflow-y: auto;
  padding: 20px 15px;
}
.callback__blur {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.callback__container {
  max-width: 450px;
  height: 100%;
  position: relative;
  margin: 0 auto;
  top: 10%;
}
@media (max-width: 991px) {
  .callback__container {
    top: 5%;
  }
}
.callback__modal {
  width: 100%;
  background: #fff;
  border-radius: 20px;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.5);
  padding: 60px 20px;
  position: relative;
  position: relative;
  box-sizing: border-box;
  z-index: 2;
}
@media (max-width: 767px) {
  .callback__modal {
    padding: 40px 15px;
    padding-bottom: 50px;
  }
}
.callback__close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 25px;
  color: #ccc;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
}
.callback__close:hover {
  color: #333;
}
.callback__logo {
  padding: 10px 15px;
  margin: 0 -20px;
  margin-bottom: 20px;
}
.callback__logo img {
  display: block;
  margin: 0 auto;
  max-width: 200px;
}
.callback__message {
  color: #d3ab0d;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 767px) {
  .callback__message {
    font-size: 1.6px;
  }
}
.callback__message--marginTop {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .callback__message--marginTop {
    margin-top: 10px;
  }
}
.callback__text {
  color: #333;
  font-size: 18px;
  text-align: center;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .callback__text {
    font-size: 16px;
  }
}
.callback__contact {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 20px 10px 20px;
  max-width: 400px;
  background: #f0f0f0;
  border-radius: 50px;
  margin: 0px auto;
  margin-top: 30px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .callback__contact {
    margin-top: 20px;
  }
}
.callback__directional {
  font-size: 32px;
  color: #000;
  font-weight: bold;
}
@media (max-width: 767px) {
  .callback__directional {
    font-size: 24px;
  }
}
.callback__input {
  width: 75px;
  background: none;
  border: 0;
  border-bottom: 2px solid #000;
  font-size: 32px;
  color: #000;
  font-weight: bold;
  text-align: center;
  outline: none;
  margin: 0 5px;
  margin-top: 1px;
}
@media (max-width: 767px) {
  .callback__input {
    font-size: 24px;
    width: 50px;
  }
}
.callback__dash {
  font-size: 30px;
  color: #000;
  font-weight: 400;
}
.callback__button {
  border: 0;
  padding: 15px 22px;
  display: block;
  margin: 10px auto;
  max-width: 225px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  -webkit-transition: color 0.3s, background-color 0.3s;
  -webkit-transition: background 0.3s;
  transition: color 0.3s, background-color 0.3s;
  transition: background 0.3s;
  cursor: pointer;
  box-sizing: border-box;
  background: #d3ab0d;
  outline: none;
  border-radius: 10px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .callback__button {
    font-size: 16px;
  }
}
.callback__button--marginTop {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .callback__button--marginTop {
    margin-top: 30px;
  }
}
.callback__button--comeBack {
  display: none;
}
.callback__button:hover {
  background: #a3840a;
}
.callback__info {
  font-size: 14px;
  color: #777;
  text-align: center;
  margin-top: 30px;
}
.callback__info a {
  color: #d3ab0d;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.callback__info a:hover {
  color: #a3840a;
}
@media (max-width: 767px) {
  .callback__info {
    margin-top: 20px;
  }
}
.callback__icon {
  position: absolute;
  position: absolute;
  bottom: 0;
  bottom: -25px;
  right: 0;
  right: 20px;
  cursor: default;
  width: 60px;
  height: 60px;
  font-size: 35px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.callback__icon:hover {
  opacity: 1;
}
.callback__icon:before, .callback__icon:after {
  display: none;
}
/*# sourceMappingURL=/css/frontend/tmp/generate-25906645542v0t0.map */