@import 'all.min.css';
@import '../fonts/feather/feather.css';
@import '../fonts/rugon/rugon.css';
.stock__item-link, .advantage__item-title, .prices__item-title, .banner-wrapper .banner-btn, .footer__title, .article__item-overlay, .article__item-title, .album__item, .product-card__price, .categories__item, .slider__item-link, .about__numbers-title, .menu__dropdown-link, .tab__nav-card .tab__nav-link,
.tab__nav-card .btn__callback, .btn, a.more, .section-page__header {
  font-family: "Futura PT", sans-serif;
}

.form__main-wrapper .section-page__header, .stock__item-title, .prices__item-price, .price__list-title, .banner-wrapper .banner-title, .subscribe__form-title, .page__contacts-item, .news__page-intro,
.stock__page-intro, .news__page-header,
.stock__page-header, .news__item-title, .article__page-intro, .article__page-header, .side-title, .album__item-title, .photo__item span, .product-card__bage, .product-card .page__header, .product__item-price, .product__item-title, .product__item-bage, .slider__item-name, .menu__list-link, .header__contacts-item, .tab__nav-link,
.tab__nav .btn__callback, .breadcrumb__item--back, .breadcrumb__item {
  font-family: "Futura PT Demi", sans-serif;
}

* {
  outline: none;
}

html,
body {
  height: 100%;
}

body {
  background: #fff;
  font-family: "Montserrat", Tahoma, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 0.015em;
  color: #000;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
}
.container .error {
  color: #a94442;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.wrapper__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.wrapper__inner--active {
  position: relative;
}
.wrapper__inner--active::before {
  content: "";
  position: absolute;
  z-index: 90;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.2;
}

.section-page {
  padding-bottom: 80px;
}
.section-page__img {
  min-height: 480px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f8f8f8;
  margin-bottom: 80px;
  overflow: hidden;
  border-radius: 0;
}
.section-page__text {
  max-width: 770px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 32px;
}
.section-page__text p {
  margin-bottom: 30px;
}
.section-page__text p:last-of-type {
  margin-bottom: 0;
}
.section-page__file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-page__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 30px;
  line-height: 38px;
  color: #000;
  letter-spacing: 0.015em;
  border: none;
}
.section-page__header span {
  display: block;
  width: 100%;
}
.section-page__header-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #BE1522;
  margin-left: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}
.section-page__header-link:hover {
  color: #ebc34d;
}
.section-page__header-link .rg,
.section-page__header-link .fas,
.section-page__header-link .far,
.section-page__header-link .fab,
.section-page__header-link .feather {
  margin-right: 6px;
}
.section-page__header--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-page__header--small {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 25px;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  padding: 0;
  margin-bottom: 40px;
  background: transparent;
}
.breadcrumb__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #E0E0E0;
}
.breadcrumb__item::after {
  content: "/";
  margin: 0 8px;
}
.breadcrumb__item:first-child::after, .breadcrumb__item:last-child::after {
  display: none;
}
.breadcrumb a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #E0E0E0;
}
.breadcrumb a:hover {
  color: #BE1522;
}
.breadcrumb__item--back {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin-right: 30px;
}
.breadcrumb__item--back a {
  color: #BE1522;
}
.breadcrumb__item--back a:hover {
  color: #ebc34d;
}
.breadcrumb__item--back .rg,
.breadcrumb__item--back .fas,
.breadcrumb__item--back .far,
.breadcrumb__item--back .fab,
.breadcrumb__item--back .feather {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.breadcrumb__item--back .rg,
.breadcrumb__item--back .feather,
.breadcrumb__item--back .fas,
.breadcrumb__item--back .far,
.breadcrumb__item--back .fab {
  margin-right: 12px;
}

.form-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-actions .btn {
  margin-right: 10px;
}

.radio-block {
  display: block;
  margin-bottom: 6px;
}
.radio-block:last-child {
  margin-bottom: 0;
}
.radio-block input[type=radio] {
  display: none;
}
.radio-block input[type=radio]:checked + .radio-item::before {
  background: #BE1522;
}

.radio-item {
  display: block;
  line-height: 18px;
  padding-left: 20px;
  position: relative;
  cursor: pointer;
  margin: 0;
}
.radio-item:hover {
  cursor: pointer;
  color: #000;
}
.radio-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e1e1e1;
  border: 2px solid #e1e1e1;
  -webkit-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
}

.danger {
  color: #a94442;
}

.accent__color {
  color: #BE1522;
}
.accent__color--hover {
  color: #ebc34d;
}

div.jGrowl-notification {
  font-size: 16px;
  padding: 20px;
  font-weight: 300;
  font-family: "Montserrat", Tahoma, sans-serif;
  border: none;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

a {
  color: #BE1522;
  text-decoration: none;
  -webkit-transition: color 0.1s ease-in-out, background 0.1s ease-in-out, border-color 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
  transition: color 0.1s ease-in-out, background 0.1s ease-in-out, border-color 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
  transition: color 0.1s ease-in-out, background 0.1s ease-in-out, border-color 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
  transition: color 0.1s ease-in-out, background 0.1s ease-in-out, border-color 0.1s ease-in-out, box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}
a:hover, a:focus, a:active {
  color: #ebc34d;
  outline: none;
  text-decoration: none;
}
a.more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}
a.more .rg,
a.more .fas,
a.more .far,
a.more .fab,
a.more .feather {
  margin-right: 10px;
}

input[type=submit]:focus,
button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 230px;
  border-radius: 0;
  background: #BE1522;
  color: #fff;
  border: 1px solid #BE1522;
  padding: 12px 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  white-space: normal;
  -webkit-transition: color 0.1s ease-in-out, background 0.1s ease-in-out, border-color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out, background 0.1s ease-in-out, border-color 0.1s ease-in-out;
}
.btn:hover {
  text-decoration: none;
  background: #ebc34d;
  border: 1px solid #ebc34d;
  color: #BE1522;
}
.btn:hover .rg,
.btn:hover .fas,
.btn:hover .far,
.btn:hover .fab,
.btn:hover .feather {
  color: #BE1522;
}
.btn:focus, .btn:active {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}
.btn .rg,
.btn .fas,
.btn .far,
.btn .fab,
.btn .feather {
  color: #ebc34d;
  font-size: 20px;
  line-height: 20px;
  margin-right: 10px;
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}
.btn--inverse {
  background: transparent;
  border: 1px solid #BE1522;
  color: #BE1522;
}
.btn--inverse:hover {
  background: #BE1522;
  border-color: #BE1522;
  color: #fff;
}
.btn--inverse:hover .fas,
.btn--inverse:hover .far,
.btn--inverse:hover .fab,
.btn--inverse:hover .feather {
  color: #ebc34d;
}
.btn--clear {
  background: transparent;
  border: none;
  padding: 0;
  color: #BE1522;
}
.btn--clear:hover {
  background: transparent;
  border: none;
  color: #000;
}
.btn--more {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 13px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  border: 1px solid #E0E0E0;
  -webkit-transition: background 0.1s ease-in-out, color 0.1s ease-in-out, border-color 0.1s ease-in-out;
  transition: background 0.1s ease-in-out, color 0.1s ease-in-out, border-color 0.1s ease-in-out;
}
.btn--more:hover {
  color: #fff;
  background: #BE1522;
  border-color: #BE1522;
  cursor: pointer;
}
.btn--more:hover .rg,
.btn--more:hover .fas,
.btn--more:hover .far,
.btn--more:hover .fab,
.btn--more:hover .feather {
  color: #ebc34d;
}
.btn--more .rg,
.btn--more .fas,
.btn--more .far,
.btn--more .fab,
.btn--more .feather {
  color: #BE1522;
  font-size: 20px;
  line-height: 20px;
  margin-right: 10px;
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}

.form-control {
  border: 1px solid #E0E0E0;
  border-radius: 0;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 14px 35px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  color: #333;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  height: auto;
}
.form-control:focus {
  outline: 0;
  border-color: #BE1522;
  -webkit-box-shadow: 0 0 0 3px rgba(190, 21, 34, 0.25);
          box-shadow: 0 0 0 3px rgba(190, 21, 34, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #888;
  font-weight: 400;
}
.form-control::-moz-placeholder {
  color: #888;
  font-weight: 400;
}
.form-control:-moz-placeholder {
  color: #888;
  font-weight: 400;
}
.form-control:-ms-input-placeholder {
  color: #888;
  font-weight: 400;
}
.form-control.error {
  border-color: #ff0000;
  -webkit-box-shadow: 0 0 0 3px rgba(255, 0, 0, 0.25);
          box-shadow: 0 0 0 3px rgba(255, 0, 0, 0.25);
}
.form-control.error::-webkit-input-placeholder {
  color: #ff0000;
}
.form-control.error::-moz-placeholder {
  color: #ff0000;
}
.form-control.error:-moz-placeholder {
  color: #ff0000;
}
.form-control.error:-ms-input-placeholder {
  color: #ff0000;
}
.form-control.error + .form-control-feedback {
  color: #ff0000;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  background: rgb(245, 245, 245) !important;
}

.form-group-feedback {
  position: relative;
}
.form-group-feedback input.form-control,
.form-group-feedback textarea {
  padding-left: 50px;
}
.form-group-feedback .form-control-feedback {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 49px;
  text-align: center;
  line-height: 49px;
  color: #BE1522;
  font-size: 20px;
}
.form-group-feedback .has-feedback,
.form-group-feedback .form-group {
  position: relative;
}
.form-group-feedback .has-feedback .form-control-feedback,
.form-group-feedback .form-group .form-control-feedback {
  top: auto;
  bottom: 0;
}
.form-group-feedback .textarea-form-group .form-control-feedback {
  top: 25px;
  bottom: auto;
}

.custom-control {
  line-height: 24px;
  font-size: 12px;
  color: #666;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before,
.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #BE1522;
}

.custom-control-input:checked ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.custom-control-input:active ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #BE1522;
}

.custom-control-input:checked ~ .custom-control-label::before,
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: #BE1522;
  border-color: #BE1522;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #BE1522;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: #BE1522;
  border-color: #BE1522;
}

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 3px rgba(190, 21, 34, 0.25);
          box-shadow: 0 0 0 3px rgba(190, 21, 34, 0.25);
}

.mfp-close {
  height: 60px;
  width: 60px;
  line-height: 60px;
}

.mfp-close:hover,
.mfp-close:focus,
.mfp-close:active,
.mfp-close:active:focus,
.mfp-close.active:focus {
  margin: 0;
  background: transparent;
  border: none;
  top: 0;
}

.mfp-arrow:hover,
.mfp-arrow:focus,
.mfp-arrow:active,
.mfp-arrow:active:focus,
.mfp-arrow.active:focus {
  background: transparent;
  border: none;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  padding: 0;
  right: 0;
  height: 40px;
  line-height: 40px;
}

img {
  max-width: 100%;
}

table {
  background-color: transparent;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #dee2e6;
  margin-bottom: 30px;
}
table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
  font-weight: 500;
}
table td, table th {
  padding: 12px;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
table tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

b, strong, label {
  font-weight: 600;
}

label:hover {
  cursor: pointer;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  font-family: "Futura PT Demi", sans-serif;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

.form-group span.fa {
  font-size: 18px;
  line-height: 34px;
  bottom: 0;
  top: auto;
  color: #666;
}

tr.cart-order .shk-count {
  padding: 0 12px;
  vertical-align: middle;
}
tr.cart-order .shk-count:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
tr.cart-order .shk_count_button {
  vertical-align: middle;
}
tr.cart-order .product-name {
  font-weight: 500;
  display: block;
}
tr.cart-order .product-option {
  margin-top: 3px;
  padding: 4px 10px;
  font-size: 14px;
  background-color: #f5f5f5;
  display: none;
}
tr.cart-order .product-option.active {
  display: inline-block;
}

.pagination {
  margin: 20px 0;
  border-radius: 0;
}
.pagination .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.pagination .page-item.active .page-link {
  background: #BE1522;
  border-color: #BE1522;
  color: #fff;
}
.pagination .page-item.disabled a,
.pagination .page-item.disabled span {
  color: #555;
}
.pagination .page-link,
.pagination span {
  display: block;
  padding: 6px 14px;
  border: 1px solid #dee2e6;
  margin-left: -1px;
  color: #BE1522;
}
.pagination .page-link:hover {
  background: rgba(190, 21, 34, 0.3);
  border-color: rgba(190, 21, 34, 0.3);
  color: #fff;
}
.pagination .page-link:focus, .pagination .page-link:active {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-group a {
  margin-right: 3px;
  margin-bottom: 3px;
}

.image-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #000;
}
.image-page a.zoom-gal {
  display: block;
  padding-right: 1px;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}
.image-page a.zoom-gal:last-child {
  padding-right: 0;
  padding-left: 1px;
}

.modal {
  display: block;
  background: #fff;
  padding: 30px 40px 40px;
  margin: 0 auto;
  height: auto;
  max-width: 500px;
  width: 100%;
  position: relative;
  border-radius: 0;
}
.modal__form-title {
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 6px;
  color: #000;
  padding-right: 25px;
}
.modal__form-info {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 30px;
  color: #666;
}
.modal .form-group {
  margin-bottom: 25px;
}
.modal textarea {
  min-height: 100px;
}
.modal .btn {
  width: 100%;
}

.success__message,
.subscribe__message {
  display: none;
  background: #f5f5f5;
  max-width: 570px;
  width: 100%;
  padding: 50px 50px 30px;
  text-align: center;
  font-size: 14px;
  color: #949494;
  font-weight: 300;
  overflow: hidden;
  border-radius: 0;
}
.success__message-wrapper,
.subscribe__message-wrapper {
  position: relative;
  z-index: 9999999999;
  display: none;
}
.success__message-block,
.subscribe__message-block {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(11, 11, 11, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.success__message-icon,
.subscribe__message-icon {
  max-width: 100px;
  margin: 0 auto 30px;
}
.success__message-icon .svg-img,
.subscribe__message-icon .svg-img {
  max-width: 100%;
  max-height: 100px;
}
.success__message-icon path,
.subscribe__message-icon path {
  -webkit-filter: none;
  filter: none;
  fill: #BE1522;
}

button.mfp-arrow-btn {
  display: block;
  background: transparent;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  border: none;
  cursor: pointer;
  padding: 10px;
}
button.mfp-arrow-btn:hover::before {
  opacity: 1;
}
button.mfp-arrow-btn::before {
  content: "";
  font-family: Font Awesome\ 5 Free;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  border: none;
  margin: 0;
  opacity: 0.65;
}
button.mfp-arrow-btn.mfp-arrow-left {
  left: 15px;
}
button.mfp-arrow-btn.mfp-arrow-left::before {
  content: "\f053";
}
button.mfp-arrow-btn.mfp-arrow-right {
  right: 15px;
}
button.mfp-arrow-btn.mfp-arrow-right::before {
  content: "\f054";
}

.content-btn {
  margin: 0;
  padding: 0;
  list-style: none;
}

select,
select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url(../img/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) center;
  padding-right: 35px;
  position: relative;
}

.tab__nav {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tab__nav-item:last-child {
  margin-right: 0;
}
.tab__nav-item.last {
  margin-left: auto;
}
.tab__nav-link,
.tab__nav .btn__callback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
  min-width: 385px;
  padding: 15px;
  border-bottom: 3px solid #E0E0E0;
  color: #000;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}
.tab__nav-link::after,
.tab__nav .btn__callback::after {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: -3px;
  left: 0;
  right: 0;
  width: 0;
  height: 3px;
  margin: 0 auto;
  background: #BE1522;
  -webkit-transition: width 0.15s ease-in-out;
  transition: width 0.15s ease-in-out;
}
.tab__nav-link:hover, .tab__nav-link.active,
.tab__nav .btn__callback:hover,
.tab__nav .btn__callback.active {
  color: #000;
}
.tab__nav-link:hover::after, .tab__nav-link.active::after,
.tab__nav .btn__callback:hover::after,
.tab__nav .btn__callback.active::after {
  width: 100%;
}
.tab__nav-card {
  border-bottom: 3px solid #E0E0E0;
}
.tab__nav-card .tab__nav-link,
.tab__nav-card .btn__callback {
  font-size: 18px;
  line-height: 22px;
  min-width: auto;
  font-weight: 500;
  border-bottom: none;
}
.tab__nav .feather {
  font-size: 20px;
  margin-right: 8px;
}

.tab__item {
  display: none;
}
.tab__item.active {
  display: block;
}

.jGrowl-close {
  display: none !important;
}

.header {
  margin-bottom: 20px;
}
.header__top {
  background: #fff;
  padding: 10px 0;
}
.header__top .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__bottom {
  background: #fff;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}
.header__bottom .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header__contacts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 30px;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #000;
}
.header__contacts-item:first-child {
  margin-left: 0;
}
.header__contacts-item .bold {
  display: none;
}
.header__contacts-item a {
  color: #000;
}
.header__contacts-item a:hover {
  color: #BE1522;
}
.header__contacts-item .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #BE1522;
  margin-right: 8px;
  font-size: 20px;
}
.header__contacts-item .btn {
  color: #fff;
}
.header__contacts-item .btn .rg,
.header__contacts-item .btn .fas,
.header__contacts-item .btn .far,
.header__contacts-item .btn .fab,
.header__contacts-item .btn .feather {
  color: #ebc34d;
}
.header__contacts-item .btn:hover {
  color: #BE1522;
}
.header__contacts-item .btn:hover .fas,
.header__contacts-item .btn:hover .rg,
.header__contacts-item .btn:hover .far,
.header__contacts-item .btn:hover .fab,
.header__contacts-item .btn:hover .feather {
  color: #BE1522;
}
.header__logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header__logo {
  margin-right: 30px;
  max-width: 175px;
}
.header__logo a {
  color: #BE1522;
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
}
.header__slogan {
  color: #BE1522;
  opacity: 0.6;
}
.header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header__buttons-item {
  background: transparent;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 60px;
  height: 60px;
  border-right: 1px solid #E0E0E0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 22px;
  line-height: 22px;
  color: #BE1522;
  -webkit-transition: color 0.1s ease-in-out, border-color 0.1s ease-in-out, background 0.1s ease-in-out;
  transition: color 0.1s ease-in-out, border-color 0.1s ease-in-out, background 0.1s ease-in-out;
}
.header__buttons-item:hover {
  color: #fff;
  background: #BE1522;
  border-color: #BE1522;
  cursor: pointer;
}
.header__buttons-item:first-child {
  border-left: 1px solid #E0E0E0;
}
.header__menu-btn--active .rg::before,
.header__menu-btn--active .fas::before,
.header__menu-btn--active .far::before,
.header__menu-btn--active .fab::before,
.header__menu-btn--active .feather::before {
  content: "\e91c";
}
.header__callback-btn {
  font-size: 20px;
}

.menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu__list-item {
  white-space: normal;
  position: relative;
}
.menu__list-parent:hover .menu__dropdown {
  top: 100%;
  opacity: 1;
  margin-top: 0;
}
.menu__list-link {
  display: block;
  padding: 8px 15px;
  border-radius: 0;
  white-space: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #BE1522;
}
.menu__list-link:hover {
  color: #BE1522;
  background: rgba(190, 21, 34, 0.1);
}
.menu__list-link--home {
  font-size: 0;
  line-height: 0;
  padding: 8px;
  margin-right: 10px;
  position: relative;
}
.menu__list-link--home::before {
  content: "\e93f";
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-family: "rugon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.menu__list-item--active .menu__list-link {
  color: #fff;
  background: #BE1522;
}
.menu__list-item--active .menu__list-link--home {
  background: transparent;
  color: #BE1522;
}
.menu__list-item--active .menu__list-link--home:hover {
  color: #BE1522;
  background: rgba(190, 21, 34, 0.1);
}

.menu__dropdown {
  list-style: none;
  margin: 0;
  padding: 10px;
  display: block;
  background: #fff;
  position: absolute;
  z-index: 100;
  top: -9999px;
  margin: -10px 0 0 -10px;
  left: 0;
  width: 300px;
  border-radius: 0;
  border: none;
  opacity: 0;
  -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
          box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  -webkit-transition: opacity 0.2s ease-in-out, margin 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, margin 0.2s ease-in-out;
}
.menu__dropdown::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: -6px;
  left: 15px;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid #fff;
}
.menu__dropdown-item {
  display: block;
  border: none;
  margin: 0;
}
.menu__dropdown-item--active .menu__dropdown-link {
  background: #BE1522;
  color: #fff;
}
.menu__dropdown-link {
  display: block;
  border-radius: 0;
  padding: 8px 15px;
  white-space: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  padding: 6px 14px;
  color: #4F4F4F;
}
.menu__dropdown-link:hover {
  background: rgba(190, 21, 34, 0.1);
  color: #BE1522;
}

.header__search {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  top: 0;
  right: 0;
  z-index: 100;
  display: none;
}
.header__search-form {
  position: relative;
  padding-left: 60px;
}
.header__search-form::before {
  content: "\e971";
  position: absolute;
  left: 0;
  width: 60px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "rugon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 20px;
  color: #BE1522;
}
.header__search-results-image {
  margin-right: 15px;
}
.header__search-results-title {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header__search-results {
  display: none;
  position: absolute;
  z-index: 10;
  left: 15px;
  right: 15px;
  top: 100%;
  background: #fff;
  color: #666;
  padding: 15px;
  border: 1px solid #E0E0E0;
  border-top: none;
}
.header__search-results::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  height: 1px;
  background: #E0E0E0;
}
.header__search-results-info {
  color: #BE1522;
  font-size: 12px;
  margin-bottom: 15px;
}
.header__search-results-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px;
  -webkit-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
  color: #666;
}
.header__search-results-item:hover {
  color: #BE1522;
  background: #f5f5f5;
}
.header__search-results-img {
  margin-right: 10px;
}

.search-form {
  width: 100%;
  height: 100%;
  border-radius: 0;
  background: #fff;
}
.search-form__group {
  width: 100%;
  height: 100%;
  margin: 0;
}
.search-form__group-btn {
  height: 100%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-align: center;
}
.search-form__input {
  height: 100%;
  width: 100%;
  padding: 0;
  background: transparent;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #BE1522;
}
.search-form__input::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #BE1522;
}
.search-form__input::-moz-placeholder {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #BE1522;
}
.search-form__input:-moz-placeholder {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #BE1522;
}
.search-form__input:-ms-input-placeholder {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #BE1522;
}
.search-form__input:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.search-form__button {
  border: none;
  height: 100%;
  background: transparent;
  border-radius: 0;
  padding: 0 30px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #BE1522;
  min-width: auto;
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}
.search-form__button:hover {
  color: #ebc34d;
  background: transparent;
  border: none;
  cursor: pointer;
}
.search-form__button:hover .rg,
.search-form__button:hover .fas,
.search-form__button:hover .far,
.search-form__button:hover .fab,
.search-form__button:hover .feather {
  color: #ebc34d;
}
.search-form__button .rg,
.search-form__button .fas,
.search-form__button .far,
.search-form__button .fab,
.search-form__button .feather {
  margin: 0;
  color: #BE1522;
  margin-right: 8px;
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}

.about__numbers {
  padding: 145px 0;
  margin-bottom: 80px;
  background: #F5F5F5;
}
.about__numbers-item {
  padding: 15px 0;
  text-align: center;
}
.about__numbers-title {
  font-weight: bold;
  font-size: 64px;
  line-height: 82px;
  letter-spacing: 0.015em;
  margin-bottom: 15px;
}
.about__numbers-description {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.015em;
}

.content-padding {
  padding: 20px 0;
}

.slider {
  position: relative;
  background: #f5f5f5;
  -ms-touch-action: auto;
      touch-action: auto;
  overflow: hidden;
  border-radius: 0;
}
.slider .slick-list,
.slider .slick-track, .slider__item {
  height: 100%;
}
.slider__item {
  display: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: transparent;
  position: relative;
}
.slider__item::after {
  content: "";
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #000;
  opacity: 0.4;
}
.slider__item-content {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding: 70px;
  overflow: hidden;
}
.slider__item-name {
  width: 100%;
  max-width: 670px;
  font-weight: 600;
  font-size: 44px;
  line-height: 52px;
  color: #fff;
  margin-bottom: 30px;
}
.slider__item-text {
  width: 100%;
  max-width: 670px;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 30px;
}
.slider__item-link-wrapper {
  width: 100%;
}
.slider__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 12px;
  background: rgba(235, 195, 77, 0.1);
  color: #ebc34d;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  max-width: 146px;
  border-radius: 0;
}
.slider__item-link .rg,
.slider__item-link .feather,
.slider__item-link .fas,
.slider__item-link .far,
.slider__item-link .fab {
  padding-right: 10px;
}
.slider__item-link:hover {
  background: rgba(190, 21, 34, 0.1);
}
.slider .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 90px;
  left: 70px;
}
.slider .slick-dots li {
  margin-right: 16px;
  width: 8px;
  height: 8px;
  line-height: 8px;
  text-align: center;
}
.slider .slick-dots .slick-active button {
  background: #ebc34d;
  width: 8px;
  height: 8px;
  opacity: 1;
}
.slider .slick-dots button {
  display: block;
  padding: 0;
  margin: 0;
  width: 8px;
  height: 8px;
  border: none;
  border-radius: 0;
  background: #fff;
  opacity: 0.3;
  font-size: 0;
  -webkit-transition: background 0.1s ease-in-out, opacity 0.1s ease-in-out;
  transition: background 0.1s ease-in-out, opacity 0.1s ease-in-out;
}
.slider .slick-dots button:hover {
  background: #ebc34d;
  width: 8px;
  height: 8px;
  opacity: 1;
  cursor: pointer;
}
.slider .slick-dots button::before, .slider .slick-dots button::after {
  display: none;
}
.slider__arrow {
  position: absolute;
  z-index: 100;
  top: 50%;
  margin-top: -30px;
  background: rgba(255, 255, 255, 0.5);
  width: 35px;
  color: #BE1522;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 14px;
  -webkit-transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
}
.slider__arrow:hover {
  background: #BE1522;
  color: #fff;
  cursor: pointer;
}
.slider__arrow-left {
  left: 0;
}
.slider__arrow-right {
  right: 0;
}

.categories__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  min-height: 300px;
  padding-top: 50px;
  color: #fff;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 0;
}
.categories__item::before {
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.4;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}
.categories__item:hover {
  color: #fff;
}
.categories__item:hover::before {
  opacity: 0.6;
}
.categories__item:hover .categories__item-btn {
  color: #fff;
}
.categories__item:hover .categories__item-btn .rg,
.categories__item:hover .categories__item-btn .fas,
.categories__item:hover .categories__item-btn .far,
.categories__item:hover .categories__item-btn .fab,
.categories__item:hover .categories__item-btn .feather {
  color: #ebc34d;
}
.categories__item--new {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden;
}
.categories__item--new .categories__item-btn {
  background: #BE1522;
  color: #fff;
  border-top: none;
  margin-top: 60px;
}
.categories__item--new .categories__item-btn .rg,
.categories__item--new .categories__item-btn .fas,
.categories__item--new .categories__item-btn .far,
.categories__item--new .categories__item-btn .fab,
.categories__item--new .categories__item-btn .feather {
  color: #ebc34d;
}
.categories__item--new .categories__item-btn:hover {
  background: #ebc34d;
  color: #BE1522;
}
.categories__item--new .categories__item-btn:hover .rg,
.categories__item--new .categories__item-btn:hover .fas,
.categories__item--new .categories__item-btn:hover .far,
.categories__item--new .categories__item-btn:hover .fab,
.categories__item--new .categories__item-btn:hover .feather {
  color: #BE1522;
}
.categories__item-bage {
  width: 200px;
  height: 28px;
  line-height: 28px;
  position: absolute;
  z-index: 20;
  left: -60px;
  top: 25px;
  background: #ebc34d;
  color: #BE1522;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-radius: 0;
}
.categories__item-title {
  position: relative;
  z-index: 10;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 12px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.categories__item-btn {
  position: relative;
  z-index: 10;
  margin-top: auto;
  height: 60px;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: color 0.1s ease-in-out, background 0.1s ease-in-out;
  transition: color 0.1s ease-in-out, background 0.1s ease-in-out;
}
.categories__item-btn .rg,
.categories__item-btn .feather,
.categories__item-btn .fas,
.categories__item-btn .far,
.categories__item-btn .fab {
  margin-right: 10px;
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}

.categories__small {
  display: block;
  padding: 0 5px;
  color: #000;
}
.categories__small-carousel {
  margin: 0 -5px;
}
.categories__small:hover {
  color: #BE1522;
}
.categories__small:hover .categories__small-img::before {
  opacity: 0.75;
}
.categories__small:hover .feather {
  opacity: 1;
}
.categories__small .feather {
  position: relative;
  z-index: 10;
  font-size: 20px;
  line-height: 20px;
  opacity: 0;
  color: #fff;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}
.categories__small-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 90px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 6px;
  position: relative;
  font-size: 20px;
  line-height: 20px;
  border-radius: 0;
  overflow: hidden;
}
.categories__small-img::before {
  content: "";
  position: absolute;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}
.categories__small-title {
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}

.product__item {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product__item-img {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: #fff;
  position: relative;
  z-index: 5;
  height: 270px;
  margin-bottom: 10px;
}
.product__item-bage {
  padding: 0 8px;
  margin-left: 15px;
  text-align: center;
  color: #000;
  font-weight: 600;
  font-size: 12px;
  line-height: 28px;
  border: 1px solid #000;
  border-radius: 0;
}
.product__item-bage--new {
  border-color: #01d454;
  color: #01d454;
}
.product__item-bage--sale {
  border-color: #E53700;
  color: #E53700;
}
.product__item-bage--hit {
  border-color: #FF00D6;
  color: #FF00D6;
}
.product__item-title {
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #000;
}
.product__item-title:hover {
  color: #BE1522;
}
.product__item-intro {
  font-size: 14px;
  line-height: 24px;
  color: #808080;
  margin-bottom: 24px;
}
.product__item-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #BE1522;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  padding: 4px 0;
  margin-bottom: 12px;
}
.product__item-price .rg {
  margin-left: 3px;
  font-size: 12px;
}
.product__item-price--old {
  color: #f00;
}
.product__item-oldprice {
  text-decoration: line-through;
  font-size: 13px;
  line-height: 20px;
  color: #bbb;
  margin-left: 8px;
}
.product__item-oldprice .rg {
  margin-left: 3px;
  font-size: 10px;
}
.product__item .btn {
  padding: 7px 30px;
  min-width: 180px;
  margin-top: auto;
}

.product__item-wrapper {
  margin-bottom: 30px;
}

.product-card {
  background: #f8f8f8;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 0;
  overflow: hidden;
}
.product-card .page__header {
  font-weight: 600;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 12px;
}
.product-card__parameters-item {
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  color: #828282;
}
.product-card__intro {
  padding-top: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  color: #000;
}
.product-card__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
  padding-top: 44px;
  font-weight: 600;
  font-size: 30px;
  line-height: 34px;
}
.product-card__price .rg {
  margin-left: 5px;
  font-size: 20px;
}
.product-card__old-price {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 16px;
  text-decoration: line-through;
  color: #aaa;
  font-weight: 400;
}
.product-card__old-price .rg {
  margin-left: 3px;
  font-size: 12px;
}
.product-card__price-new {
  color: red;
}
.product-card__bage {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0 8px;
  margin-left: 15px;
  text-align: center;
  color: #000;
  font-weight: 600;
  font-size: 12px;
  line-height: 28px;
  border: 1px solid #000;
  border-radius: 0;
}
.product-card__bage--new {
  border-color: #01d454;
  color: #01d454;
}
.product-card__bage--sale {
  border-color: #E53700;
  color: #E53700;
}
.product-card__bage--hit {
  border-color: #FF00D6;
  color: #FF00D6;
}
.product-card__gallery {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 382px;
  overflow: hidden;
}
.product-card__preview {
  width: 130px;
}
.product-card__preview .slick-list,
.product-card__preview .slick-track {
  height: 100%;
}
.product-card__preview-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  padding: 4px;
  border: 1px solid #eee;
  -webkit-transition: border-color 0.1s ease-in-out;
  transition: border-color 0.1s ease-in-out;
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 5px;
  max-width: 100%;
}
.product-card__preview-item:hover, .product-card__preview-item.slick-current {
  border-color: #BE1522;
  cursor: pointer;
}
.product-card__image {
  width: calc(100% - 130px);
  position: relative;
  padding-left: 15px;
}
.product-card__image:hover .product-card__arrow {
  opacity: 1;
}
.product-card__image--preview--off {
  width: 100%;
}
.product-card__image-item {
  background: #fff;
  padding: 10px;
  height: 380px;
  border-radius: 0;
  overflow: hidden;
}
.product-card__image-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.product-card__description {
  height: 100%;
  padding-bottom: 1px;
}
.product-card__arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 2px;
  margin-top: -30px;
  width: 30px;
  height: 60px;
  padding: 0;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  color: #333;
  border: none;
  background: rgba(245, 245, 245, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
  outline: none;
  overflow: hidden;
  border-radius: 0;
}
.product-card__arrow:hover {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  border: none;
  cursor: pointer;
  outline: none;
}
.product-card__arrow:focus {
  outline: none;
}
.product-card__arrow-right {
  right: 10px;
  left: auto;
}
.product-card__arrow-left {
  left: 25px;
  right: auto;
}

.textarea-form-group .textarea-form {
  width: 100%;
  display: block;
  padding: 9px 12px;
  padding-left: 40px;
}

.comment-form {
  padding-top: 15px;
}
.comment-form input[name=captcha].form-control {
  padding-left: 12px;
}
.comment-form.form-group-feedback .has-feedback .form-control-feedback, .comment-form.form-group-feedback .form-group .form-control-feedback {
  top: 0;
  bottom: auto;
}
.comment-form.form-group-feedback .textarea-form-group .form-control-feedback {
  top: 25px;
  bottom: auto;
}
.comment-form #comment-editor {
  width: 100%;
}

.card-main-text {
  padding-bottom: 50px;
}
.card-main-text .custom-control {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 30px;
}

div.comments {
  overflow: visible;
}

.comment-list {
  padding: 0;
}
.comment-list .ticket-comment:hover > .ticket-comment-body > .ticket-comment-header > .ticket-comment-dot-wrapper {
  display: none;
}

.ticket-comment {
  -webkit-box-shadow: 0 1px 8px 0 rgba(5, 5, 5, 0.08);
          box-shadow: 0 1px 8px 0 rgba(5, 5, 5, 0.08);
  background: #fff;
  padding: 20px;
  margin-bottom: 15px;
}
.ticket-comment .ticket-comment-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ticket-comment .ticket-comment-text {
  padding: 15px 0 5px;
}
.ticket-comment .ticket-comment-rating {
  float: none;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ticket-comment .ticket-comment-rating span {
  display: block;
  margin-left: 10px;
}
.ticket-comment .vote {
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}
.ticket-comment .vote:hover {
  color: #BE1522;
  cursor: pointer;
}

.jGrowl > * {
  color: #fff;
}

.gallery__carousel {
  margin: 0 -15px;
}
.gallery__carousel-btn {
  display: none;
  position: absolute;
  top: 173px;
  font-size: 24px;
  line-height: 24px;
  color: #BE1522;
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}
.gallery__carousel-btn:hover {
  color: #ebc34d;
  cursor: pointer;
}
.gallery__carousel-btn-right {
  right: -30px;
}
.gallery__carousel-btn-left {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: -30px;
}
.gallery__carousel .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0 0;
  margin: 0;
  list-style: none;
  font-size: 0;
  line-height: 0;
}
.gallery__carousel .slick-dots li {
  margin-right: 16px;
}
.gallery__carousel .slick-dots li:last-child {
  margin-right: 0;
}
.gallery__carousel .slick-dots li.slick-active button {
  background: #BE1522;
  border-color: transparent;
}
.gallery__carousel .slick-dots button {
  width: 8px;
  height: 8px;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 1px solid #BE1522;
  border-radius: 2px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.gallery__carousel .slick-dots button:hover {
  background: #BE1522;
  border-color: transparent;
}

.photo__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 370px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f5f5f5;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 0;
}
.photo__item:hover span {
  opacity: 1;
}
.photo__item-wrapper {
  padding: 0 15px;
}
.photo__item-wrapper .photo__item {
  margin-bottom: 0;
}
.photo__item span {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}
.photo__item span .rg,
.photo__item span .fas,
.photo__item span .far,
.photo__item span .fab,
.photo__item span .feather {
  width: 100%;
  text-align: center;
  color: #ebc34d;
  margin-bottom: 4px;
  font-size: 20px;
  line-height: 20px;
}

.album__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  height: 480px;
  padding-top: 50px;
  color: #fff;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 0;
}
.album__item::before {
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.4;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}
.album__item:hover {
  color: #fff;
}
.album__item:hover::before {
  opacity: 0.6;
}
.album__item:hover .album__item-btn {
  color: #fff;
}
.album__item:hover .album__item-btn .rg,
.album__item:hover .album__item-btn .fas,
.album__item:hover .album__item-btn .far,
.album__item:hover .album__item-btn .fab,
.album__item:hover .album__item-btn .feather {
  color: #ebc34d;
}
.album__item-title {
  position: relative;
  z-index: 10;
  font-weight: 600;
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 12px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.album__item-btn {
  position: relative;
  z-index: 10;
  margin-top: 30px;
  height: 60px;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: color 0.1s ease-in-out, background 0.1s ease-in-out;
  transition: color 0.1s ease-in-out, background 0.1s ease-in-out;
}
.album__item-btn .rg,
.album__item-btn .fas,
.album__item-btn .far,
.album__item-btn .fab,
.album__item-btn .feather {
  margin-right: 10px;
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}

.side-block {
  margin-bottom: 30px;
}

.side-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 15px;
}
.side-title .rg,
.side-title .fas,
.side-title .far,
.side-title .fab,
.side-title .feather {
  font-size: 20px;
  line-height: 20px;
  color: #BE1522;
  margin-right: 8px;
}
.side-title .more-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  color: #BE1522;
  font-size: 18px;
  line-height: 24px;
  opacity: 0.4;
  font-weight: 500;
  margin-left: auto;
}
.side-title .more-link:hover {
  opacity: 1;
}

.side-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
}
.side-menu li {
  position: relative;
}
.side-menu li:last-child {
  border-bottom: none;
}
.side-menu li.active a {
  color: #ebc34d;
}
.side-menu li:hover > a {
  color: #ebc34d;
}
.side-menu li:hover .side-dropdown-menu {
  opacity: 1;
  top: -10px;
  margin: 0;
}
.side-menu li a {
  display: block;
  padding: 5px 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #4F4F4F;
}

.side-dropdown-menu {
  margin: 0;
  margin-left: 15px;
  padding: 10px;
  list-style: none;
  position: absolute;
  z-index: 999;
  top: -9999px;
  left: 100%;
  width: 270px;
  border-radius: 0;
  background: #fff;
  -webkit-box-shadow: 0 10px 27px 0 rgba(8, 8, 8, 0.35);
          box-shadow: 0 10px 27px 0 rgba(8, 8, 8, 0.35);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out, margin 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, margin 0.2s ease-in-out;
}
.side-dropdown-menu::before {
  content: "";
  position: absolute;
  z-index: 10;
  left: -8px;
  top: 23px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #fff;
}
.side-dropdown-menu li.row-class {
  margin: 0;
}
.side-dropdown-menu li.row-class.active a {
  color: #fff;
  background: #BE1522;
}
.side-dropdown-menu li.row-class a {
  white-space: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  padding: 3px 10px;
  color: #4F4F4F;
}
.side-dropdown-menu li.row-class a:hover {
  background: rgba(190, 21, 34, 0.1);
  color: #BE1522;
}

.reviews {
  padding-top: 60px;
}

.reviews__carousel,
.certificates__carousel {
  margin: 0 -15px;
  padding-bottom: 60px;
  position: relative;
}
.reviews__carousel .slick-track,
.certificates__carousel .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reviews__carousel .slick-slide,
.certificates__carousel .slick-slide {
  float: none;
}
.reviews__carousel-buttons,
.certificates__carousel-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reviews__carousel-btn,
.certificates__carousel-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  line-height: 24px;
  color: #BE1522;
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}
.reviews__carousel-btn:hover,
.certificates__carousel-btn:hover {
  color: #ebc34d;
  cursor: pointer;
}
.reviews__carousel-btn-right,
.certificates__carousel-btn-right {
  margin-left: 20px;
}
.reviews__carousel-btn-left,
.certificates__carousel-btn-left {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.review__item {
  background: #F5F5F5;
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.review__item::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 30px;
  left: 30px;
  width: 20px;
  height: 20px;
  background: url(../img/quote.svg) no-repeat center center;
  background-size: contain;
}
.review__item-wrapper {
  padding: 0 15px;
}
.review__item-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #bfc6d9;
  margin-bottom: 30px;
}
.review__item-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  color: #000;
  margin-bottom: 30px;
  min-height: 168px;
}
.review__item-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.review__item-img {
  width: 50px;
  height: 50px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  border-radius: 0;
}
.review__item-descr {
  width: calc(100% - 50px);
  padding-left: 14px;
}
.review__item-name {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #4D4D4D;
}
.review__item-position {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #999;
}

.certificate__item {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.certificate__item-wrapper {
  padding: 0 15px;
}

.article__page-inner {
  max-width: 770px;
  margin: 0 auto;
}
.article__page-img {
  min-height: 480px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #eee;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 0;
}
.article__page-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.article__page-header {
  font-weight: 600;
  font-size: 44px;
  line-height: 52px;
}
.article__page-date {
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  color: #4F4F4F;
}
.article__page-intro {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  padding-left: 24px;
  border-left: 3px solid #BE1522;
  margin-bottom: 40px;
}
.article__page-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #4F4F4F;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
}
.article__page-next {
  padding-top: 80px;
}
.article__page p {
  margin-bottom: 30px;
}

.article__item {
  margin-bottom: 40px;
}
.article__item-title {
  display: block;
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 0.015em;
  color: #000;
  margin-bottom: 20px;
}
.article__item-title:hover {
  color: #ebc34d;
}
.article__item-img {
  display: block;
  background-color: #999;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 270px;
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.article__item-img:hover .article__item-overlay {
  opacity: 1;
}
.article__item-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}
.article__item-overlay .rg,
.article__item-overlay .fas,
.article__item-overlay .far,
.article__item-overlay .fab,
.article__item-overlay .feather {
  margin-right: 6px;
}
.article__item-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #828282;
  margin-bottom: 4px;
}
.article__item-date span {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #828282;
  margin: 0 7px;
}
.article__item-intro {
  font-size: 14px;
  line-height: 24px;
  color: #4F4F4F;
}

.social__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social__share-item {
  display: block;
  cursor: pointer;
  padding: 5px;
  font-size: 20px;
  line-height: 20px;
}
.social__share-item:first-of-type {
  margin-left: 10px;
}

.media {
  margin-bottom: 10px;
  padding: 15px;
  background: #f5f5f5;
}
.media .media-img {
  display: block;
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 150px;
  width: 250px;
  margin-right: 20px;
}

.img-left {
  float: left;
  margin-right: 25px;
}

.media-heading {
  height: 42px;
  line-height: 40px;
  margin-bottom: 5px;
  overflow: hidden;
}
.media-heading a {
  display: inline-block;
  vertical-align: bottom;
  line-height: 20px;
  color: #000;
}
.media-heading a:hover {
  color: #BE1522;
}

.media-intro {
  color: #8c8c8c;
  height: 60px;
  line-height: 20px;
  margin-bottom: 10px;
  overflow: hidden;
}

.media-bottom-content {
  border-top: 1px solid #c0c0c0;
  padding-top: 15px;
}

.media-link {
  float: right;
  font-size: 14px;
  font-weight: 500;
}
.media-link a {
  color: #aaa;
}
.media-link a:hover {
  color: #BE1522;
}

.media-date {
  font-size: 14px;
  color: #aaa;
  font-weight: 500;
}

.news__item {
  margin-bottom: 30px;
}
.news__item-title {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  margin-bottom: 8px;
}
.news__item-title:hover {
  color: #ebc34d;
}
.news__item-img {
  display: block;
  background-color: #999;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 180px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.news__item-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #828282;
}
.news__item-date span {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #828282;
  margin: 0 7px;
}
.news__item-intro {
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
}

.news__page-img,
.stock__page-img {
  position: relative;
  min-height: 480px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 50px 70px;
  margin-bottom: 90px;
  overflow: hidden;
  border-radius: 0;
}
.news__page-img::before,
.stock__page-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.4;
}
.news__page-header,
.stock__page-header {
  position: relative;
  z-index: 10;
  color: #fff;
  font-weight: 600;
  font-size: 40px;
  line-height: 46px;
  margin: 0;
}
.news__page-date,
.stock__page-date {
  position: relative;
  z-index: 10;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 15px;
}
.news__page-intro,
.stock__page-intro {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  padding-left: 20px;
  border-left: 3px solid #BE1522;
  margin-bottom: 40px;
}

.page__contacts .page__header {
  margin-bottom: 15px;
}
.page__contacts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
}
.page__contacts .bold {
  width: 100%;
  display: block;
  font-size: 12px;
  line-height: 15px;
  color: #4F4F4F;
  margin-bottom: 4px;
}
.page__contacts a {
  color: #000;
}
.page__contacts a:hover {
  color: #ebc34d;
}
.page__contacts .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page__contacts .rg,
.page__contacts .fas,
.page__contacts .far,
.page__contacts .fab,
.page__contacts .feather {
  width: 20px;
  margin-right: 20px;
  font-size: 22px;
  line-height: 30px;
  color: #BE1522;
}

.form__default .btn {
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form__default small {
  display: block;
  padding-top: 18px;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #828282;
}

.footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: #fff;
  padding: 40px 0;
  border-top: 1px solid #E0E0E0;
  overflow: hidden;
}
.footer--active {
  position: relative;
}
.footer--active::before {
  content: "";
  position: absolute;
  z-index: 90;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.2;
}
.footer__logo {
  max-width: 175px;
}
.footer__slogan {
  margin: 0;
  margin-top: 8px;
}
.footer__socials-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.footer__contacts {
  color: #000;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  padding-top: 5px;
  padding-bottom: 30px;
}
.footer__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 14px;
  color: #000;
}
.footer__contacts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.footer__contacts-item:last-child {
  margin-bottom: 0;
}
.footer__contacts-item .bold {
  display: none;
}
.footer__contacts-item .rg,
.footer__contacts-item .fas,
.footer__contacts-item .far,
.footer__contacts-item .fab,
.footer__contacts-item .feather {
  margin-right: 14px;
  color: #BE1522;
  font-size: 20px;
}
.footer__contacts-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
}
.footer__contacts-item a:hover {
  color: #BE1522;
}
.footer__right-wrapper {
  position: relative;
}
.footer__right-wrapper::before {
  content: "";
  position: absolute;
  left: -1px;
  top: -50px;
  bottom: -50px;
  width: 1px;
  background: #E0E0E0;
}
.footer__right-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding-left: 30px;
}
.footer__links {
  margin-top: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social__item {
  width: 50px;
  height: 50px;
  background: #f5f6fa;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 6px;
  font-size: 20px;
  line-height: 20px;
  color: #BE1522;
  overflow: hidden;
  border-radius: 0;
  -webkit-transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
}
.social__item:last-child {
  margin-right: 0;
}
.social__item:hover {
  background: #BE1522;
  color: #fff;
}
.social__item--vk:hover {
  background: #4C75A3;
}
.social__item--facebook:hover {
  background: #3B5999;
}
.social__item--youtube:hover {
  background: #FF0000;
}
.social__item--instagram:hover {
  background: #e13e66;
}
.social__item--odnoklassniki:hover {
  background: #ee8208;
}

.footer__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__menu-item.active a {
  color: #ebc34d;
}
.footer__menu a {
  display: inline-block;
  padding: 3px 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #828282;
}
.footer__menu a:hover {
  color: #BE1522;
}

.svg-img path {
  -webkit-filter: none;
  filter: none;
  fill: #BE1522;
}

.subscribe__form {
  margin-bottom: 20px;
}
.subscribe__form-title {
  font-weight: 600;
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 12px;
  color: #000;
}
.subscribe__form-info {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #828282;
  margin-bottom: 28px;
}
.subscribe__form .input-group {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E0E0E0;
}
.subscribe__form .form-control {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 9px 0;
}
.subscribe__form .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
.subscribe__form button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  color: #000;
  font-size: 0;
  padding: 10px;
  padding-right: 0;
}
.subscribe__form button .rg,
.subscribe__form button .fas,
.subscribe__form button .far,
.subscribe__form button .fab,
.subscribe__form button .feather {
  font-size: 16px;
  line-height: 16px;
}
.subscribe__form button:hover {
  color: #ebc34d;
}

.banner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  height: 350px;
  padding-top: 50px;
  color: #fff;
}
.banner-wrapper:hover {
  color: #fff;
}
.banner-wrapper:hover::before {
  opacity: 0.8;
}
.banner-wrapper::before {
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.6;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}
.banner-wrapper .banner-title {
  position: relative;
  z-index: 10;
  font-weight: 600;
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 12px;
  text-align: center;
  padding: 0 20px;
}
.banner-wrapper .banner-info {
  position: relative;
  z-index: 10;
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  padding: 0 20px;
}
.banner-wrapper .banner-btn {
  background: #BE1522;
  color: #fff;
  position: relative;
  z-index: 10;
  margin-top: auto;
  height: 60px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  -webkit-transition: color 0.1s ease-in-out, background 0.1s ease-in-out;
  transition: color 0.1s ease-in-out, background 0.1s ease-in-out;
}
.banner-wrapper .banner-btn .rg,
.banner-wrapper .banner-btn .fas,
.banner-wrapper .banner-btn .far,
.banner-wrapper .banner-btn .fab,
.banner-wrapper .banner-btn .feather {
  margin-right: 10px;
  color: #ebc34d;
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}
.banner-wrapper .banner-btn:hover {
  background: #ebc34d;
  color: #BE1522;
}
.banner-wrapper .banner-btn:hover .rg,
.banner-wrapper .banner-btn:hover .fas,
.banner-wrapper .banner-btn:hover .far,
.banner-wrapper .banner-btn:hover .fab,
.banner-wrapper .banner-btn:hover .feather {
  color: #BE1522;
}

.price__table {
  max-width: 770px;
  margin: 0 auto;
  padding: 20px 0 60px;
}
.price__table-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}
.price__table-item:last-of-type {
  margin-bottom: 0;
}
.price__table-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
}
.price__table-dotted {
  margin: 0 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-bottom: 2px dotted #E0E0E0;
  position: relative;
  bottom: 4px;
}
.price__table-cost {
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  min-width: 90px;
  text-align: right;
}

.price__list {
  margin-bottom: 60px;
}
.price__list-item {
  padding: 30px 0;
  border-bottom: 1px solid #E0E0E0;
}
.price__list-item:first-child {
  padding-top: 0;
}
.price__list-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  cursor: pointer;
}
.price__list-title:hover {
  color: #BE1522;
}
.price__list-title::after {
  content: "\e92e";
  display: block;
  font-size: 24px;
  line-height: 24px;
  font-family: "feather";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
.price__list-title--active::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.price__list-table {
  display: none;
}

.prices__item {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E0E0E0;
}
.prices__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.prices__item-info {
  width: calc(100% - 150px);
  padding-right: 15px;
}
.prices__item-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 7px;
}
.prices__item-text {
  font-size: 14px;
  line-height: 17px;
}
.prices__item-price {
  width: 150px;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  text-align: right;
}

.advantages {
  padding: 60px 0;
  margin-bottom: 80px;
}
.advantages .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.advantages .section-page__header {
  margin-bottom: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.advantage__item {
  margin-bottom: 30px;
  text-align: center;
}
.advantage__item-img {
  width: 100px;
  height: 100px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto 30px;
}
.advantage__item-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}
.advantage__item-info {
  font-weight: 500;
  color: #4F4F4F;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.015em;
}

.stock__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  width: 100%;
  min-height: 400px;
  padding: 40px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 0;
}
.stock__item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.4;
}
.stock__item-date {
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 16px;
}
.stock__item-content {
  position: relative;
  z-index: 10;
}
.stock__item-title {
  color: #fff;
  font-weight: 600;
  font-size: 44px;
  line-height: 52px;
  margin-bottom: 30px;
  max-width: 534px;
}
.stock__item-intro {
  font-size: 14px;
  color: #fff;
  line-height: 22px;
  display: -ms-grid;
  display: grid;
  border-radius: 30px;
  margin-bottom: 30px;
}
.stock__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ebc34d;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}
.stock__item-link .rg,
.stock__item-link .fas,
.stock__item-link .far,
.stock__item-link .fab,
.stock__item-link .feather {
  margin-right: 10px;
}
.stock__item-link:hover {
  color: #fff;
}

.form__main-wrapper {
  padding: 80px 0 56px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  color: #fff;
}
.form__main-wrapper::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.4;
}
.form__main-wrapper .row {
  position: relative;
  z-index: 10;
}
.form__main-wrapper .section-page__header {
  padding-top: 20px;
  color: #fff;
  font-size: 44px;
  line-height: 52px;
  font-weight: 600;
}

.form__main {
  padding: 50px 50px 30px;
  background: rgba(255, 255, 255, 0.95);
  overflow: hidden;
  border-radius: 0;
}
.form__main-intro {
  max-width: 355px;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
}
.form__main .form-control {
  background: transparent;
}
.form__main .form-group {
  margin-bottom: 24px;
}
.form__main .form-buttons {
  padding-top: 26px;
}
.form__main small {
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #828282;
}
.form__main small a {
  text-decoration: underline;
}
.form__main textarea {
  min-height: 59px;
  max-height: 300px;
}

/* modal */
.modal_age {
  display: none;
}

#info_age_modal {
  max-width: 420px;
  background: #fff;
  padding: 25px;
  border-radius: 5px;
  margin: 0 auto;
}

.modal_title {
  text-align: center;
  color: #000;
  font-size: 15px;
  margin-bottom: 15px;
}

.modal_age_text {
  text-align: center;
}

.modal_age_text span{
  text-transform: uppercase;
  font-size: 17px;
  font-weight: bold;
  color: red;
  margin-bottom: 10px;
  display: inline-block;
}

.modal_age_but {
  text-align: center;
  margin-top: 15px;
}
.modal_but_yes, .modal_but_no {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 5px;
  background: #eee;
  cursor: pointer;
}