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

.breadcrumb__item, .breadcrumb__item--back, .tab__nav-link,
.tab__nav .btn__callback, .header__contacts-item, .menu__list-link, .slider__item-name, .product__item-bage, .product__item-title, .product__item-price, .product-card .page__header, .product-card__bage, .photo__item span, .album__item-title, .side-title, .article__page-header, .article__page-intro, .news__item-title, .news__page-header,
.stock__page-header, .news__page-intro,
.stock__page-intro, .page__contacts-item, .subscribe__form-title, .banner-wrapper .banner-title, .price__list-title, .prices__item-price, .stock__item-title, .form__main-wrapper .section-page__header {
  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;
  
  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: .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: #000;
  margin-left: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}

.section-page__header-link:hover {
  color: #c11c1c;
}

.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;
  color:#000;
}

.section-page__header-link .rg:hover,
.section-page__header-link .fas:hover,
.section-page__header-link .far:hover,
.section-page__header-link .fab:hover,
.section-page__header-link .feather {
  color:#c11c1c;
}

.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: 40px 0;
  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: rgba(230, 46, 46, 0.3);
}

.breadcrumb a:hover {
  color: rgba(230, 46, 46, 0.6);
}

.breadcrumb__item--back {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin-right: 30px;
}

.breadcrumb__item--back a {
  color: #000;
}

.breadcrumb__item--back a:hover {
  color: #c11c1c;
}

.breadcrumb__item--back .rg,
.breadcrumb__item--back .fas,
.breadcrumb__item--back .far,
.breadcrumb__item--back .fab,
.breadcrumb__item--back .feather {
  -webkit-transform: rotate(180deg);
      -ms-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: #1B319B;
}

.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 .1s ease-in-out;
  -o-transition: background .1s ease-in-out;
  transition: background .1s ease-in-out;
}

.danger {
  color: #a94442;
}

.accent__color {
  color: #1B319B;
}

.accent__color--hover {
  color: #c11c1c;
}

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: #000;
  text-decoration: none;
  -webkit-transition: color .1s ease-in-out, background .1s ease-in-out, border-color .1s ease-in-out, -webkit-box-shadow .1s ease-in-out;
  transition: color .1s ease-in-out, background .1s ease-in-out, border-color .1s ease-in-out, -webkit-box-shadow .1s ease-in-out;
  -o-transition: color .1s ease-in-out, background .1s ease-in-out, border-color .1s ease-in-out, box-shadow .1s ease-in-out;
  transition: color .1s ease-in-out, background .1s ease-in-out, border-color .1s ease-in-out, box-shadow .1s ease-in-out;
  transition: color .1s ease-in-out, background .1s ease-in-out, border-color .1s ease-in-out, box-shadow .1s ease-in-out, -webkit-box-shadow .1s ease-in-out;
}

a:hover, a:focus, a:active {
  color: #c11c1c;
  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;
  color:#000;
}

a.more:hover {
    color:#c11c1c;
}

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;
  
  border-radius: 0;
  background: #c11c1c;
  color: #fff;
  border-radius:6px;
  border: 1px solid #c11c1c;
  padding: 12px 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  white-space: normal;
  -webkit-transition: color .1s ease-in-out, background .1s ease-in-out, border-color .1s ease-in-out;
  -o-transition: color .1s ease-in-out, background .1s ease-in-out, border-color .1s ease-in-out;
  transition: color .1s ease-in-out, background .1s ease-in-out, border-color .1s ease-in-out;
}

.btn:hover {
  text-decoration: none;
  background: #fff;
  border: 1px solid #c11c1c;
  color: #000;
}

.btn:hover .rg,
.btn:hover .fas,
.btn:hover .far,
.btn:hover .fab,
.btn:hover .feather {
  color: #1B319B;
}

.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: #17E1E3;
  font-size: 20px;
  line-height: 20px;
  margin-right: 10px;
  -webkit-transition: color .1s ease-in-out;
  -o-transition: color .1s ease-in-out;
  transition: color .1s ease-in-out;
}

.btn--inverse {
  background: transparent;
  border: 1px solid #1B319B;
  color: #1B319B;
}

.btn--inverse:hover {
  background: #1B319B;
  border-color: #1B319B;
  color: #fff;
}

.btn--inverse:hover .fas,
.btn--inverse:hover .far,
.btn--inverse:hover .fab,
.btn--inverse:hover .feather {
  color: #17E1E3;
}

.btn--clear {
  background: transparent;
  border: none;
  padding: 0;
  color: #1B319B;
}

.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 .1s ease-in-out, color .1s ease-in-out, border-color .1s ease-in-out;
  -o-transition: background .1s ease-in-out, color .1s ease-in-out, border-color .1s ease-in-out;
  transition: background .1s ease-in-out, color .1s ease-in-out, border-color .1s ease-in-out;
}

.btn--more:hover {
  color: #fff;
  background: #1B319B;
  border-color: #1B319B;
  cursor: pointer;
}

.btn--more:hover .rg,
.btn--more:hover .fas,
.btn--more:hover .far,
.btn--more:hover .fab,
.btn--more:hover .feather {
  color: #17E1E3;
}

.btn--more .rg,
.btn--more .fas,
.btn--more .far,
.btn--more .fab,
.btn--more .feather {
  color: #1B319B;
  font-size: 20px;
  line-height: 20px;
  margin-right: 10px;
  -webkit-transition: color .1s ease-in-out;
  -o-transition: color .1s ease-in-out;
  transition: color .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 .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  color: #333;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  height: auto;
}

.form-control:focus {
  outline: 0;
  border-color: #1B319B;
  -webkit-box-shadow: 0 0 0 3px rgba(27, 49, 155, 0.25);
          box-shadow: 0 0 0 3px rgba(27, 49, 155, 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: whitesmoke !important;
}

.form-group-feedback {
  position: relative;
}

.form-group-feedback input.form-control,
.form-group-feedback textarea {
  padding-left: 50px;
}

.form__default_zakaz .form-group-feedback input.form-control,
.form__default_zakaz .form-group-feedback textarea {
    padding-left: 20px;
}

.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: #1B319B;
  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: #1B319B;
}

.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: red;
}

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

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

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

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 3px rgba(27, 49, 155, 0.25);
          box-shadow: 0 0 0 3px rgba(27, 49, 155, 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 {
  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: #1B319B;
  border-color: #1B319B;
  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: #1B319B;
}

.pagination .page-link:hover {
  background: rgba(27, 49, 155, 0.3);
  border-color: rgba(27, 49, 155, 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 .1s ease-in-out;
  -o-transition: opacity .1s ease-in-out;
  transition: opacity .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: #1B319B;
}

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: .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: #c11c1c;
  -webkit-transition: width .15s ease-in-out;
  -o-transition: width .15s ease-in-out;
  transition: width .15s ease-in-out;
}

.tab__nav-link:hover, .tab__nav-link.active,
.tab__nav .btn__callback:hover,
.tab__nav .btn__callback.active {
  color: #c11c1c;
}

.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: 0px;
}

.header__top {
  background: #000;

}

.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: #fff;
}

.header__contacts-item a:hover {
  color: #c11c1c;
}

.header__contacts-item .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1B319B;
  margin-right: 8px;
  font-size: 20px;
}

.footer__contacts-item .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1B319B;
  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: #fff;
}

.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: #c11c1c;
}

.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;
}

.header__logo a {
  color: #1B319B;
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
}

.header__slogan {
  color: #c11c1c;
  opacity: .7;
  line-height: 1.3;
}

.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: #c11c1c;
  -webkit-transition: color .1s ease-in-out, border-color .1s ease-in-out, background .1s ease-in-out;
  -o-transition: color .1s ease-in-out, border-color .1s ease-in-out, background .1s ease-in-out;
  transition: color .1s ease-in-out, border-color .1s ease-in-out, background .1s ease-in-out;
}

.header__buttons-item:hover {
  color: #fff;
  background: #c11c1c;
  border-color: #c11c1c;
  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 {
  flex-wrap: wrap;
  justify-content: space-between;
  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: 6;
  white-space: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #000;
}

.menu__list-link:hover {
  background: rgba(193, 28, 28, 0.1);
  border-radius:6px;
  color:#000;
}

.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: #c11c1c;
  
}

.menu__list-item--active .menu__list-link--home {
  background: transparent;
  color: #c11c1c;
}

.menu__list-item--active .menu__list-link--home:hover {
  color: #000;
  background: rgba(193, 28, 28, 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 .2s ease-in-out, margin .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, margin .2s ease-in-out;
  transition: opacity .2s ease-in-out, margin .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: #c11c1c;
  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(193, 28, 28, 0.1);
  color: #c11c1c;
}

.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: #c11c1c;
}

.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: #1B319B;
  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 .1s ease-in-out;
  -o-transition: background .1s ease-in-out;
  transition: background .1s ease-in-out;
  color: #666;
}

.header__search-results-item:hover {
  color: #1B319B;
  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: #1B319B;
}

.search-form__input::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #1B319B;
}

.search-form__input::-moz-placeholder {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #1B319B;
}

.search-form__input:-moz-placeholder {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #1B319B;
}

.search-form__input:-ms-input-placeholder {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #1B319B;
}

.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: #1B319B;
  min-width: auto;
  -webkit-transition: color .1s ease-in-out;
  -o-transition: color .1s ease-in-out;
  transition: color .1s ease-in-out;
}

.search-form__button:hover {
  color: #17E1E3;
  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: #17E1E3;
}

.search-form__button .rg,
.search-form__button .fas,
.search-form__button .far,
.search-form__button .fab,
.search-form__button .feather {
  margin: 0;
  color: #1B319B;
  margin-right: 8px;
  -webkit-transition: color .1s ease-in-out;
  -o-transition: color .1s ease-in-out;
  transition: color .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: 0 auto;
  width: 240px;
  height: 240px;
  background: rgba(193, 28, 28, 0.4);
  border-radius: 50%;
}

.about__numbers-description {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.015em;
  margin-top:15px;
}

.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: .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: 1500px;
  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(193, 28, 28, 0.3);
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  max-width: 146px;
  border-radius: 6px;
}

.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(193, 28, 28, 0.9);
  color:#fff;
}

.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: #c11c1c;
  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: .3;
  font-size: 0;
  -webkit-transition: background .1s ease-in-out, opacity .1s ease-in-out;
  -o-transition: background .1s ease-in-out, opacity .1s ease-in-out;
  transition: background .1s ease-in-out, opacity .1s ease-in-out;
}

.slider .slick-dots button:hover {
  background: #fff;
  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: #1B319B;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 14px;
  -webkit-transition: background .1s ease-in-out, color .1s ease-in-out;
  -o-transition: background .1s ease-in-out, color .1s ease-in-out;
  transition: background .1s ease-in-out, color .1s ease-in-out;
}

.slider__arrow:hover {
  background: #1B319B;
  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: .4;
  -webkit-transition: opacity .1s ease-in-out;
  -o-transition: opacity .1s ease-in-out;
  transition: opacity .1s ease-in-out;
}

.categories__item:hover {
  color: #fff;
}

.categories__item:hover::before {
  opacity: .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: #c11c1c;
}

.categories__item--new {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden;
}

.categories__item--new .categories__item-btn {
  background: #1B319B;
  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: #17E1E3;
}

.categories__item--new .categories__item-btn:hover {
  background: #17E1E3;
  color: #1B319B;
}

.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: #1B319B;
}

.categories__item-bage {
  width: 200px;
  height: 28px;
  line-height: 28px;
  position: absolute;
  z-index: 20;
  left: -60px;
  top: 25px;
  background: #17E1E3;
  color: #1B319B;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  -webkit-transform: rotate(-45deg);
      -ms-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 .1s ease-in-out, background .1s ease-in-out;
  -o-transition: color .1s ease-in-out, background .1s ease-in-out;
  transition: color .1s ease-in-out, background .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 .1s ease-in-out;
  -o-transition: color .1s ease-in-out;
  transition: color .1s ease-in-out;
}

.categories__small {
  display: block;
  padding: 0 5px;
  color: #000;
}

.categories__small-carousel {
  margin: 0 -5px;
}

.categories__small:hover {
  color: #1B319B;
}

.categories__small:hover .categories__small-img::before {
  opacity: .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 .1s ease-in-out;
  -o-transition: opacity .1s ease-in-out;
  transition: opacity .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 .1s ease-in-out;
  -o-transition: opacity .1s ease-in-out;
  transition: opacity .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: 28px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #000;
  margin-top:10px;
}

.product__item-title:hover {
  color: #1B319B;
}

.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: #1B319B;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  padding: 4px 0;
  margin-bottom: 12px;
  display:none;
}

.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;
  margin-bottom: 20px;
}
/*Цена товара*/
.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;
  display:none;
}

.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 .1s ease-in-out;
  -o-transition: border-color .1s ease-in-out;
  transition: border-color .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: #1B319B;
  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: auto;
  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;
}

.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 .1s ease-in-out;
  -o-transition: opacity .1s ease-in-out;
  transition: opacity .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 .1s ease-in-out;
  -o-transition: color .1s ease-in-out;
  transition: color .1s ease-in-out;
}

.ticket-comment .vote:hover {
  color: #1B319B;
  cursor: pointer;
}

.jGrowl > * {
  color: #fff;
}

.gallery__carousel {
  margin: 0 -15px;
}

.gallery__carousel-btn {
  display: none;
  position: absolute;
  top: calc(370px / 2 - 12px);
  font-size: 24px;
  line-height: 24px;
  color: #1B319B;
  -webkit-transition: color .1s ease-in-out;
  -o-transition: color .1s ease-in-out;
  transition: color .1s ease-in-out;
}

.gallery__carousel-btn:hover {
  color: #17E1E3;
  cursor: pointer;
}

.gallery__carousel-btn-right {
  right: -30px;
}

.gallery__carousel-btn-left {
  -webkit-transform: rotate(180deg);
      -ms-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: #1B319B;
  border-color: transparent;
}

.gallery__carousel .slick-dots button {
  width: 8px;
  height: 8px;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 1px solid #1B319B;
  border-radius: 2px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.gallery__carousel .slick-dots button:hover {
  background: #1B319B;
  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 .1s ease-in-out;
  -o-transition: opacity .1s ease-in-out;
  transition: opacity .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: #17E1E3;
  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: .4;
  -webkit-transition: opacity .1s ease-in-out;
  -o-transition: opacity .1s ease-in-out;
  transition: opacity .1s ease-in-out;
}

.album__item:hover {
  color: #fff;
}

.album__item:hover::before {
  opacity: .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: #c11c1c;
}

.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 .1s ease-in-out, background .1s ease-in-out;
  -o-transition: color .1s ease-in-out, background .1s ease-in-out;
  transition: color .1s ease-in-out, background .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 .1s ease-in-out;
  -o-transition: color .1s ease-in-out;
  transition: color .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: #1B319B;
  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: #1B319B;
  font-size: 18px;
  line-height: 24px;
  opacity: .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: #17E1E3;
}

.side-menu li:hover > a {
  color: #17E1E3;
}

.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 .2s ease-in-out, margin .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, margin .2s ease-in-out;
  transition: opacity .2s ease-in-out, margin .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: #1B319B;
}

.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(27, 49, 155, 0.1);
  color: #1B319B;
}

.reviews {
  padding-top: 60px;
  padding-bottom:80px;
}

.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: #1B319B;
  -webkit-transition: color .1s ease-in-out;
  -o-transition: color .1s ease-in-out;
  transition: color .1s ease-in-out;
}

.reviews__carousel-btn:hover,
.certificates__carousel-btn:hover {
  color: #c11c1c;
  cursor: pointer;
}

.reviews__carousel-btn-right,
.certificates__carousel-btn-right {
  margin-left: 20px;
  color:#000;
}

.reviews__carousel-btn-left,
.certificates__carousel-btn-left {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
    color:#000;
}

.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 #1B319B;
  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: #17E1E3;
}

.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 .1s ease-in-out;
  -o-transition: opacity .1s ease-in-out;
  transition: opacity .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: #1B319B;
}

.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: #1B319B;
}

.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: #c11c1c;
}

.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: .4;
}

.news__page-header,
.stock__page-header {
  position: absolute;
  z-index: 10;
  color: #fff;
  font-weight: 600;
  font-size: 40px;
  line-height: 46px;
  margin-top:-100px;
  margin-left:30px;
}

.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 #c11c1c;
  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: #17E1E3;
}

.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: #c11c1c;
}

.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: #000;
  padding: 40px 0;
  border-top: 1px solid #c11c1c;
  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: .2;
}

.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;
}

.footer__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 14px;
  color: #d71b1b;
}

.footer__socials-links .fa-vk {
    color: #c11c1c;
}

.footer__socials-links .fa-instagram {
    color: #c11c1c;
}

.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: #1B319B;
  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: #fff;
}

.footer__contacts-item a:hover {
  color: #c11c1c;
}

.footer__right-wrapper {
  position: relative;
}

.footer__right-wrapper::before {
  content: '';
  position: absolute;
  left: -1px;
  top: -50px;
  bottom: -50px;
  width: 1px;
  background: #c11c1c;
}

.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: #1B319B;
  overflow: hidden;
  border-radius: 0;
  -webkit-transition: background .1s ease-in-out, color .1s ease-in-out;
  -o-transition: background .1s ease-in-out, color .1s ease-in-out;
  transition: background .1s ease-in-out, color .1s ease-in-out;
}

/*.social__item:last-child {
  margin-right: 0;
}*/

.social__item:hover {
  background: #1B319B;
  color: #fff;
}
    
.social__item--vk:hover > i {
  background: none;
  animation: 1200ms ease 0s normal none 1 running shake;
}
@keyframes shake {
0% {
    transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
}
}

.social__item--facebook:hover {
  background: #3B5999;
}

.social__item--youtube:hover {
  background: #FF0000;
}

.social__item--instagram:hover > i {
  background: none;
  animation: 1200ms ease 0s normal none 1 running shake;
}
@keyframes shake {
0% {
    transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
}
}

.social__item--odnoklassniki:hover {
  background: #ee8208;
}

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

.footer__menu-item.active a {
  color: #c11c1c;
}

.footer__menu a {
  display: inline-block;
  padding: 3px 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
}

.footer__menu a:hover {
  color: #ea6f6f;
}

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

.subscribe__form {
  margin-bottom: 20px;
}

.subscribe__form-title {
  font-weight: 600;
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 12px;
  color: #fff;
}

.subscribe__form-info {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 28px;
}

.footer .rg-arrow-right {
    color: red;
}

.subscribe__form .input-group {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #c11c1c;
}

.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: #17E1E3;
}

.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: .8;
}

.banner-wrapper::before {
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: .6;
  -webkit-transition: opacity .1s ease-in-out;
  -o-transition: opacity .1s ease-in-out;
  transition: opacity .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: #1B319B;
  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 .1s ease-in-out, background .1s ease-in-out;
  -o-transition: color .1s ease-in-out, background .1s ease-in-out;
  transition: color .1s ease-in-out, background .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: #17E1E3;
  -webkit-transition: color .1s ease-in-out;
  -o-transition: color .1s ease-in-out;
  transition: color .1s ease-in-out;
}

.banner-wrapper .banner-btn:hover {
  background: #17E1E3;
  color: #1B319B;
}

.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: #1B319B;
}

.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: 20px 20px;
  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: #c11c1c;
}

.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 .15s ease-in-out;
  transition: -webkit-transform .15s ease-in-out;
  -o-transition: transform .15s ease-in-out;
  transition: transform .15s ease-in-out;
  transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
}

.price__list-title--active::after {
  -webkit-transform: rotate(-180deg);
      -ms-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;
  padding-bottom: 80px;
  background-color:#F5F5F5;
}

.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;
}

.advantage__item-title {
  font-weight: bold;
  font-size: 34px;
  line-height: 24px;
  margin-bottom: 10px;
  margin-top:30px;
  text-align:center;
  color:#c02c27;
}

.advantage__item-info {
  text-align:center;
  font-weight: 500;
  color: #4F4F4F;
  font-size: 16px;
  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: .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: #c11c1c;
  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: 30px 0 30px;
  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: .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 {
  max-width:400px;
  justify-content: center;
  padding: 30px 30px 30px;
  background: rgba(255, 255, 255, 0.95);
  overflow: hidden;
  border-radius: 0;
  margin:0 auto;
}

.form__main-intro {
  max-width: 355px;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
}

.form__main .form-control {
  background: transparent;
}

.form__main .form-group {
  margin-bottom: 14px;
}

.form__main .form-buttons {
  padding-top: 0px;
}

.form__main .form-buttons .btn .rg {
  color: #fff;
}

.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 small a:hover {
  color: #c11c1c;
}

.form__main textarea {
  min-height: 59px;
  max-height: 300px;
}


.header__top.rg-dialog:hover {
    color:red;
}
.feather-mail:before {
    color: #c11c1c;
}

.header__contacts-item:hover > .icon i{
  background: none;
  animation: 1200ms ease 0s normal none 1 running shake;
}
@keyframes shake {
0% {
    transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
}
}

.footer__contacts-item :hover > i{
  background: none;
  animation: 1200ms ease 0s normal none 1 running shake;
}

.menu__list-link--home:hover {
  background: none;
  animation: 1200ms ease 0s normal none 1 running shake;
}

.feather-phone-call:before {
    color: #c11c1c;
}
.feather-user:before {
    color: #c11c1c;
}
.feather-phone:before {
    color: #c11c1c;
}
.feather-message-square:before {
    color: #c11c1c;
}
.header__logo-img {
    width:400px;
}

.header-row {
    padding:20px 0;
}

.header__contacts-item .btn:hover {
    color: #c11c1c;
}

.footer__contacts-item .rg-dialog:before {
    color:#c11c1c;
}

.footer__contacts-item .rg-map:before {
    color:#c11c1c;
}

.form-buttons .btn .rg {
    color:#fff;
}

.form-buttons .btn:hover .rg {
    color:#000;
}

.product-card__order .btn .rg {
    color: #fff;
}

.product-card__order .btn:hover .rg {
    color: #000;
}

.product__item .btn .rg {
    color:#fff;
}

.product__item .btn:hover .rg {
    color:#000;
}

.prices__item-info-header {
    margin-top:40px;
    margin-bottom:40px;
}

.prices__item-number {
    font-weight:bold;
}

.prices__item-info1 {
    margin-top:6px;
}

.scale {
    transition: 1s; /* Время эффекта */
   }
   .scale:hover {
    transform: scale(1.2); /* Увеличиваем масштаб */
    z-index:6;
   }
   
.product-card-block {
    max-height:500px;
}
   
.product-card-text {
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #000;
    margin-top: 10px;
    max-width:380px;
}

.product-card-text:hover {
    color:#c11c1c;
}

.section__page-text {
    padding-bottom:80px;
}

.info {
    padding-bottom:80px;
}

.info-item-title {
    font-size: 26px;
}

.info-item-btn-block {
    margin-top:30px;
}

.info-item-img {
    border: 1px solid;
}

.info-item-btn {
    margin: 0 auto;
    min-width:230px;
}

.face-type {
    height:100px;
    width:100px;
}

.form__main_zakaz {
    padding: 10px 0px 50px 30px;
}

.form-face-type label > input{ /* HIDE RADIO */
  visibility: hidden; /* Makes input not-clickable */
  position: absolute; /* Remove input from document flow */
}
.form-face-type label > input + img{ /* IMAGE STYLES */
  cursor:pointer;
  border:2px solid transparent;
}
.form-face-type label > input:checked + img{ /* (RADIO CHECKED) IMAGE STYLES */
  border:2px solid #f00;
}   

.zakaz-naryad-form-header {
    font-size:24px;
    font-weight:bold;
}

.zakaz-naryad-form-title {
    font-size:18px;
}

.form-control-zakaz {
        border: 1px solid #E0E0E0;
    border-radius: 0;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 14px 0px 14px 0px;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    color: #333;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    height: auto;
}

.material-checkbox {
    margin-top:10px;
    font-size:18px;
}

.zakaz-naryad-color-img {
    width:150px;
    margin-top:-30px;
}

.zakaz-naryad-color-img1 {
    width:150px;
    margin-top:30px;
}

.color3-box{
    margin-bottom:10px;
    height:50px;
    padding:6px 20px 6px 0px;
}

.callback-zakaz {
    margin-bottom:30px;
    font-size:18px;
}

.callback-sxema {
    margin-bottom: 1rem;
}

.gender-block {
    font-size:18px;
}

.krai-block {
    font-size:18px;
}

.form-block-btm {
    margin-bottom:30px;
}

.qult-block-btm {
    margin-bottom:30px;
}

.info-zakaz-page {
    margin-bottom:50px;
}

.img-item-cards {
    height:253px;
}

.item-info1-title {
    word-wrap: break-word;
}

.info-header-title {
    word-wrap: break-word;
}

.instruments-item-block {
    height:200px;
}

.icon-block {
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
}

.header__socials-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__socials-links .social__item {
    width: 60px;
    height: 60px;
    background-color: #fff;
    color: #c11c1c;
}

.footer__logo-img {
    width:340px;
}

.copyright {
    color: #fff;
    width:330px;
}

.soglashenie {
    width:330px;
}

.mob-slider {
    display: none;
}

#stars { 
background-position: center;
background-image: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url(../img/dsc-7817.jpg);
background-size: cover;
width:100%;
height: 600px;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
margin-bottom:60px;
}
#stars:hover { 

background-position: center;
background-image: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ),url(../img/dsc-7817.jpg);
background-size: cover;
}

.stars-block {
    position: absolute;
    margin-top: -330px;
    margin-left:4%;
    margin-right:4%;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 28px;
    border-radius: 60px;
}

.stars-title {
    line-height:52px;
    max-width: 1500px;
    font-size: 34px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom:4px;
}

.stars-text {
    max-width: 670px;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #000;
}

.bellwrap  {
    display: table;
}

.fa-bell {
    color: #f9ec31;
    display: inline-block;
    font-size: 19px !important;
        line-height: 25px !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    transform-origin: 50% 0 0;
    vertical-align: middle;
}

.bellwrap span {
    background-color: #8087aa;
    border-radius: 50%;
    display: inline-block;
    margin: 10px 5px;
    padding: 5px;
    width: 25px;
    height: 25px;
    text-align: center;
}

.btn-callback:hover > i {
     animation: 1500ms ease 0s normal none 1 running pulse;
}
@keyframes pulse {
0% {
    transform: scaleX(1) scaleY(1);
}
10% {
    transform: scaleX(0.85) scaleY(0.85);
}
20% {
    transform: scaleX(1) scaleY(1);
}
30% {
    transform: scaleX(0.85) scaleY(0.85);
}
40% {
    transform: scaleX(1) scaleY(1);
}
50% {
    transform: scaleX(0.85) scaleY(0.85);
}
60% {
    transform: scaleX(1) scaleY(1);
}
70% {
    transform: scaleX(0.85) scaleY(0.85);
}
80% {
    transform: scaleX(1) scaleY(1);
}
90% {
    transform: scaleX(0.85) scaleY(0.85);
}
100% {
    transform: scaleX(1) scaleY(1);
}
}

.advantage__item-img {
  -webkit-transition: -webkit-transform .8s ease-in-out;
          transition:         transform .8s ease-in-out;
}
.advantage__item-img:hover {
  -webkit-transform: rotate(360deg); /* Градусы поворота можно изменить по необходимости */
          transform: rotate(360deg); /* Градусы поворота можно изменить по необходимости */
}

.semnye {
    padding-bottom:80px;
}

.table-text {
    word-break: break-all;
}

.table-header {
    font-weight:bold;
}

.undertable-text {
    font-weight:bold;
    font-style: italic;
}

.undertable-prim {
    font-style: italic;
}

.table-title {
    font-weight: 700;
    font-style: italic;
    font-size:24px;
}

.adres-footer {
    padding-left:1px;
}

.footer__contacts-item:hover > .icon i {
     animation: 1500ms ease 0s normal none 1 running shake;
}

.price-expl {
    display: flex;
}

.price-expl1 {
    display: flex;
}

.new-img-back {
    width:400px;
    height:300px;
}

.new-img-back:hover {
    background-image:url('[[+image]]');
}

.aaaaa img {
    max-width:none;
}

.my-div {
  /* по умолчанию, если не задано в разметке */
  --image1: none;
  --image2: none;
    height:500px;
    border-radius:8px;
    background-repeat:no-repeat;
    background-position:center;
    background-size:auto 100%;
  background-image: var(--image1);
  transition: background 0.3s ease-in-out;
}
.my-div:hover {
  background-image: var(--image2);
  transition: background 0.3s ease-in-out;
}

.doljnost-text {
    text-align:center;
    font-size:36px;
    margin-bottom:20px;
}

.under-image-text {
    text-align: center;
    margin-top:10px;
    font-size:18px;
    font-weight:500;
}

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

.image-block img {
    max-height:500px;
    border-radius:8px;
}

.nasha-comanda {
    margin-top:40px;
}

/*Свойства для контейнера*/
#img_container {
position:relative;
height:114px;
width:300px;
margin:0 auto;
cursor:pointer;
}
/*Свойства для изображения в контейнере*/
#img_container img {
position:absolute;
left:0;
-webkit-transition: opacity 0.5s ease-in-out;
-moz-transition: opacity 0.5s ease-in-out;
-o-transition: opacity 0.5s ease-in-out;
transition: opacity 0.5s ease-in-out;
}
/*100% прозрачность при наведении на изображение*/
#img_container img.img_bottom:hover {
opacity:0;
}

.card1 {
        max-width: 294px;

        position: relative;
        display: flex;
        max-height:500px;
        margin-left:auto;
        margin-right: auto;
    }
.card1 .img-top {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
}
.card1:hover .img-top {
        display: block;
        border-radius:8px;
}

.card1 img {
    height:100%;
    border-radius:8px;
    max-height:440px;
}

.table-text {
    font-size:14px;
    font-weight:400;
}

.table-head-text {
    font-size:18px;
    font-weight:500;
    min-height:64px;
    display:flex;
    align-items:center;
}

.stars-item {
    margin-bottom:6px;
}

.header-icons {
    width:24px;
    height:24px;
    margin-right:10px;
}

.under-job-text {
    text-align:center;
    font-size:16px;
    font-weight:500;
}

.main-img {
    object-fit:cover;
    width:100%;
    object-position: top;
    max-height:650px!important;
}

.teams {
    background:#fff;
    justify-content:center;
    -webkit-box-pack: center;
    padding-top:60px;
}

.teams .section-page__header {
    justify-content: center;
    margin-bottom: 60px;
}

.movie-wrap {
    margin-bottom:-12px;
}


.inst-block {
    margin-top:0px;
}

.inst-text {
    font-size:12px;
    font-weight:600;
    margin-bottom:0px;
    margin-top:-10px;
    text-align:center;
}

.old-inst {
    height:30px!important;
    margin:0 auto;
}

.inst-img {
    margin: 0 auto;
}

.inst-img-block {
    margin: 0 auto;
}

.responsive {
    width: 100%;
    max-height: 400px;
    height: auto;
}

.stock__item-title1 {
    position:absolute;
    margin-top:-140px;
    color: #fff;
    font-weight: 600;
    font-size: 44px;
    line-height: 52px;
    margin-bottom: 30px;
    max-width: 534px;
    margin-left:50px;
    font-family: 'Futura PT Demi', sans-serif;
}

.ackii-item {
    max-width:1200px;
    margin:0 auto;
}

.g-recaptcha {
    margin-bottom:25px;
}