@charset "UTF-8";

/*Обнуление*/

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  width: 100%;
  min-height: 100%;
}

body {
  width: 100%;
  height: auto;
  min-height: 100vh;
  font-size: 100%;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
  font-size: 100%;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 0;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:hover,
a:visited {
  text-decoration: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
}

/*---------------------------------------------------------*/

body {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  background: #ffffff;
}

.wrapper {
  min-height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.wrapper.inner-page .top__inner {
  min-height: 229px;
  padding: 20px 0;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.container {
  max-width: 1210px;
  padding: 0 15px;
  margin: 0 auto;
}

.bg-section {
  position: relative;
}

.bg-section__block {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.bg-section__block img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg-section__block::before,
.bg-section__block::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.section-scroll {
  position: absolute;
  left: 50.5%;
  bottom: 0;
  z-index: 5;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  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;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #000000;
  padding: 12px 12px;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.section-scroll img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.section-scroll:hover,
.section-scroll:focus {
  -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.5);
}

.section-title {
  font-weight: 500;
  color: #E51E40;
  text-align: center;
}

.checkbox {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.checkbox:checked + label::after {
  opacity: 1;
}

.checkbox-label {
  cursor: pointer;
  display: block;
  position: relative;
  padding-left: 22px;
  font-size: 14px;
  color: #6B7280;
}

.checkbox-label::before {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #D1D5DB;
  position: absolute;
  left: 0;
  top: 3px;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}

.checkbox-label::after {
  content: '';
  width: 10px;
  height: 6px;
  border-bottom: 2px solid #E51E40;
  border-left: 2px solid #E51E40;
  position: absolute;
  left: 3px;
  top: 7px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

h1,
.big-title {
  font-size: 48px;
}

h2,
.medium-title {
  font-size: 34px;
}

h3,
.small-title {
  font-size: 26px;
}

h4,
.micro-title {
  font-size: 22px;
}

h5 {
  font-size: 20px;
}

ul,
ol {
  list-style-position: inside;
}

.header {
  position: relative;
  padding: 9px 0 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000000;
}

.header__languages {
  margin-left: 40px;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__languages-button {
  display: inline-block;
  margin-right: 15px;
  color: #000000;
  text-transform: uppercase;
}

.header__languages-button.active {
  font-weight: 600;
}

.header__inner {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 1142px;
  padding: 0 15px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 148px;
  margin-right: 114px;
}

.header__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.header__navigation-wrap {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.header__menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__menu-item {
  margin-right: 15px;
}

.header__menu-item:last-child {
  margin-right: 0;
}

.header__menu-link {
  display: inline-block;
  padding: 0 4px;
  color: #000000;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.header__menu-link.active {
  background-color: #D9D9D9;
}

.header__actions-wrap {
  margin-left: 114px;
}

.header__actions {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header__actions-phone {
  display: inline-block;
  font-size: 17px;
  color: #000000;
  white-space: nowrap;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.header__actions-recall {
  display: inline-block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  margin-top: -2px;
  font-size: 14px;
  color: #000000;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s, color 0.3s;
  transition: border-color 0.3s, color 0.3s;
}

.header__burger {
  display: none;
}

.header__burger.active span {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.header__burger.active span:first-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: calc(50% - 1px);
}

.header__burger.active span:last-child {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: calc(50% - 1px);
}

.header__cart-wrap {
  margin-right: 40px;
  margin-left: 51px;
  position: relative;
}

.header__cart img {
  display: block;
  width: 24px;
  height: auto;
}

.header__cart-amount {
  pointer-events: none;
  position: absolute;
  left: -1px;
  top: 11px;
  z-index: 1;
  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: 3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #E51E40;
  background-color: #ffffff;
  font-size: 10px;
  line-height: 1;
  color: #E51E40;
}

.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 50;
}

.modal__overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.modal__content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 428px;
  max-width: 95vw;
  max-height: 95vh;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 35px 45px 40px;
  overflow-y: auto;
}

.modal__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(229, 30, 64, 0.6);
  padding: 2px;
  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;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.modal__close img {
  display: block;
  width: 16px;
  height: auto;
  position: relative;
}

.modal__title {
  max-width: 240px;
  margin: 0 auto 20px;
  font-size: 22px;
  text-align: center;
}

.contact-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}

.contact-form__row .contact-form__item {
  width: 48.8%;
}

.contact-form__item {
  position: relative;
  margin-bottom: 8px;
}

.contact-form__top-title {
  display: block;
  font-weight: 600;
  font-size: 16px;
  color: #374151;
  margin-bottom: 3px;
}

.contact-form__item-label {
  position: absolute;
  top: 22px;
  left: 19px;
  font-size: 15px;
  color: #828282;
  pointer-events: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.contact-form__item-label.active {
  top: 10px;
  font-size: 11px;
}

.contact-form__item-input {
  display: block;
  width: 100%;
  padding: 28px 16px 11px;
  border: 1px solid #BDBDBD;
  border-radius: 20px;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.contact-form__item-input:focus {
  outline: none;
  border-color: #000000;
}

.contact-form__item-error {
  padding-left: 5px;
  padding-top: 3px;
  font-size: 12px;
  color: red;
}

.contact-form__item-message {
  display: block;
  width: 100%;
  height: 172px;
  padding: 28px 16px 11px;
  border-radius: 20px;
  border: 1px solid #BDBDBD;
  resize: none;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.contact-form__item-message:focus {
  outline: none;
  border-color: #000000;
}

.contact-form__submit {
  width: 100%;
  margin-top: 4px;
  padding: 15px 15px;
  border-radius: 20px;
  background-color: #313030;
  font-size: 600px;
  font-size: 17px;
  color: #ffffff;
  text-align: center;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.contact-form__checkbox-label {
  margin: 15px 0;
}

.modal.basket-modal .modal__content {
  width: 800px;
  padding-top: 45px;
}

.modal.basket-modal .modal__title {
  max-width: 100%;
  font-weight: 600;
  font-size: 26px;
  text-align: left;
}

.modal.basket-modal .contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -10px;
  padding: 20px 10px;
  background-color: #f8f8f8;
}

.modal.basket-modal .contact-form__column {
  width: 50%;
  padding: 0 10px;
}

.basket__item {
  padding: 15px 0;
  border-bottom: 1px solid #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.basket__item-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  width: 86px;
  height: auto;
  margin-right: 20px;
}

.basket__item-title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 20px;
}

.basket__item-title a {
  margin-right: 5px;
  font-weight: 600;
  font-size: 18px;
  color: #0082aa;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.basket__item-title span {
  font-size: 14px;
}

.basket__item-delete {
  display: inline-block;
  margin-left: 25px;
  margin-top: 8px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.basket__item-delete img {
  display: block;
  width: 18px;
  height: auto;
}

.basket__actions {
  margin: 15px 0 40px;
  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;
}

.basket__actions-print,
.basket__actions-clear {
  display: inline-block;
  border-bottom: 1px solid rgba(0, 130, 170, 0.25);
  font-size: 14px;
  color: rgba(0, 130, 170, 0.75);
  white-space: nowrap;
  -webkit-transition: border-color 0.3s, color 0.3s;
  transition: border-color 0.3s, color 0.3s;
}

.basket__actions-print {
  margin-right: 15px;
}

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

.counter__button {
  display: inline-block;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  color: rgba(229, 30, 64, 0.7);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.counter__input {
  display: block;
  width: 70px;
  height: 40px;
  border: solid 1px #c8cddc;
  margin: 0 10px;
  padding: 0 15px;
  border-radius: 4px;
  font-size: 20px;
  color: #000000;
  text-align: center;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.counter__input:focus {
  outline: none;
  border-color: #0082aa;
}

.top__bg::before {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(229, 30, 64, 0.2)), to(rgba(229, 30, 64, 0.2))), -webkit-gradient(linear, left bottom, left top, from(rgba(57, 1, 10, 0.55)), to(rgba(57, 1, 10, 0.55)));
  background: linear-gradient(0deg, rgba(229, 30, 64, 0.2) 0%, rgba(229, 30, 64, 0.2) 100%), linear-gradient(0deg, rgba(57, 1, 10, 0.55) 0%, rgba(57, 1, 10, 0.55) 100%);
}

.top__bg::after {
  background: url("../images/top-bg-decor.png") left top/3px 3px repeat;
  opacity: 0.55;
}

.top__inner {
  position: relative;
  z-index: 2;
  min-height: 507px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 0 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
}

.top__image {
  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;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #000000;
  padding: 12px 12px;
  margin-bottom: 14px;
}

.top__image img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.top__title {
  max-width: 750px;
  font-family: 'Merriweather', serif;
  font-weight: 400;
}

.top__link {
  display: inline-block;
  margin-top: 71px;
  border-radius: 20px;
  border: 1px solid #ffffff;
  padding: 19px 32px 17px;
  font-weight: 300;
  font-size: 24px;
  color: #ffffff;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
}

.main-categories {
  padding: 45px 0 60px;
  position: relative;
}

.main-categories__title {
  margin-bottom: 48px;
}

.main-categories__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -10px;
}

.main-categories__column {
  width: 33.333%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.main-categories__column.quarter {
  width: 25%;
}

.main-categories__column.quarter .main-categories__item-image {
  padding-bottom: 69%;
}

.main-categories__column.quarter .main-categories__item-info {
  padding: 24px 25px 33px;
}

.main-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;
  width: 100%;
  height: 100%;
  color: #000000;
}

.main-categories__item-image {
  position: relative;
  padding-bottom: 62%;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}

.main-categories__item-image img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.main-categories__item-info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #f8f8f8;
  border: 1px solid #f8f8f8;
  border-top: 0;
  padding: 37px 30px 25px;
  border-radius: 0 0 15px 15px;
  text-align: center;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.main-categories__item-title {
  display: block;
  font-weight: 500;
  font-size: 20px;
}

.specializations {
  position: relative;
  padding: 48px 0 38px;
}

.specializations__bg::after {
  background: #f8f8f8 url("../images/specializations/specializations-bg-decor.png") left top/10px auto repeat;
}

.specializations__inner {
  position: relative;
  z-index: 2;
}

.specializations__title {
  margin-bottom: 23px;
}

.specializations__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
  padding: 0 65px 0 70px;
}

.specializations__column {
  width: 25%;
  padding: 0 10px;
  margin-bottom: 29px;
}

.specializations__item {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  border: 1px solid transparent;
  padding: 25px 13px 24px;
  font-size: 14px;
  line-height: 1.43;
  color: #000000;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.specializations__item-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 50px;
  margin-right: 10px;
}

.specializations__item-image img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}

.specializations__item-info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.specializations__item-title span {
  display: block;
}

.main-news {
  padding: 48px 0 104px;
}

.main-news__title {
  margin-bottom: 48px;
}

.main-news__slider-wrap {
  margin-right: -35px;
  padding-left: 11px;
}

.main-news .slick-list {
  overflow: visible;
}

.main-news .slick-slide > div {
  padding: 0 11px;
}

.main-news .slick-dots {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-news .slick-dots li {
  margin: 0 8px 10px;
  font-size: 0;
  line-height: 0;
}

.main-news .slick-dots li button {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(229, 30, 64, 0.6);
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.main-news .slick-dots li.slick-active button {
  background-color: #E51E40;
  -webkit-box-shadow: 0 0 0 2px #E51E40;
  box-shadow: 0 0 0 2px #E51E40;
}

.main-news__slide {
  display: block;
  width: 100%;
  height: 100%;
  color: #000000;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.main-news__slide-image {
  position: relative;
  overflow: hidden;
  padding-bottom: 75.3%;
  margin-bottom: 20px;
}

.main-news__slide-image img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.main-news__slide-label {
  position: absolute;
  left: 29px;
  top: 31px;
  display: inline-block;
  padding: 3px 13px;
  background-color: #000000;
  font-weight: 500;
  font-size: 13px;
  color: #ffffff;
  letter-spacing: -0.13px;
  text-transform: uppercase;
}

.main-news__slide-label.red {
  background-color: #E51E40;
}

.main-news__slide-title {
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.2px;
}

.main-news__slide-title::after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../images/icons/icon-arrow-right.svg") center center/contain no-repeat;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
  margin-left: 4px;
}

.main-news__slide-date {
  display: block;
  font-weight: 300;
  letter-spacing: -0.16px;
}

.main-news__link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 50px auto 0;
  border-radius: 20px;
  border: 1px solid #000000;
  padding: 19px 32px 17px;
  font-weight: 300;
  font-size: 20px;
  color: #000000;
  -webkit-transition: border-color 0.3s, background-color 0.3s, color 0.3s;
  transition: border-color 0.3s, background-color 0.3s, color 0.3s;
}

.footer {
  padding: 56px 0 130px;
  color: #ffffff;
}

.footer__bg::before {
  background-color: #000000;
}

.footer__bg::after {
  background: url("../images/footer-bg-decor.png") left top/16px auto repeat;
  opacity: 0.15;
}

.footer__inner {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 1114px;
  margin: 0 auto;
}

.footer__info {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 180px;
  margin-right: 53px;
}

.footer__logo {
  display: block;
  width: 129px;
  margin-bottom: 17px;
}

.footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.footer__info-item {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.43;
}

.footer__info-item p span {
  display: block;
}

.footer__info-item p a {
  display: inline-block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s, color 0.3s;
  transition: border-color 0.3s, color 0.3s;
}

.footer__navigation {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0 -10px;
}

.footer__menu {
  list-style: none;
  max-width: 370px;
  width: auto;
  padding: 0 10px;
}

.footer__menu-item {
  margin-bottom: 13px;
}

.footer__menu-item:last-child {
  margin-bottom: 0;
}

.footer__menu-link {
  display: inline-block;
  padding: 0 4px;
  color: #ffffff;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.footer__menu-link.active {
  background-color: #ffffff;
  color: #000000;
}

.footer__contacts {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 170px;
  margin-left: 20px;
  padding-top: 2px;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer__contacts-phone {
  display: inline-block;
  font-size: 17px;
  color: #ffffff;
  white-space: nowrap;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.footer__contacts-recall {
  display: inline-block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 14px;
  color: #ffffff;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s, color 0.3s;
  transition: border-color 0.3s, color 0.3s;
}

.catalog {
  padding: 63px 0 140px;
}

.catalog__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.catalog__item {
  width: 33.333%;
  padding: 0 50px;
  margin-bottom: 23px;
}

.catalog__item h3 {
  color: #ED0028;
  margin-bottom: 24px;
}

.catalog__item ul {
  list-style: none;
}

.catalog__item ul li {
  margin-bottom: 18px;
}

.catalog__item ul li:last-child {
  margin-bottom: 0;
}

.catalog__item ul a {
  display: inline-block;
  font-size: 17px;
  color: #A40A24;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  background-repeat: no-repeat;
  background-size: 0 2px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ed2224), to(#ed2224));
  background-image: linear-gradient(to right, #ed2224 0, #ed2224 100%);
  background-position: left bottom;
  -webkit-transition: color 0.3s, background-size 0.3s;
  transition: color 0.3s, background-size 0.3s;
}

.news {
  padding: 46px 0 71px;
}

.news__block-wrap.hidden-block {
  display: none;
}

.news__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -11px;
}

.news__column {
  width: 33.333%;
  padding: 0 11px;
  margin-bottom: 17px;
}

.news__more-link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 28px auto 0;
  border-radius: 20px;
  border: 1px solid #000000;
  padding: 19px 32px 17px;
  font-weight: 300;
  font-size: 20px;
  color: #000000;
  -webkit-transition: border-color 0.3s, background-color 0.3s, color 0.3s;
  transition: border-color 0.3s, background-color 0.3s, color 0.3s;
}

.breadcrumbs__list {
  list-style: none;
  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;
}

.breadcrumbs__list-item {
  position: relative;
}

.breadcrumbs__list-item:last-child::after {
  display: none;
}

.breadcrumbs__list-item:last-child .breadcrumbs__list-link {
  pointer-events: none;
  color: #000000;
  background: none;
}

.breadcrumbs__list-item::after {
  content: '/';
  display: inline-block;
  margin-left: 1px;
  margin-right: 4px;
  font-size: 17px;
  color: #000000;
  opacity: 0.2;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}

.breadcrumbs__list-link {
  display: inline-block;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(170, 0, 0, 0.25)), to(rgba(170, 0, 0, 0.25)));
  background-image: linear-gradient(to right, rgba(170, 0, 0, 0.25) 0, rgba(170, 0, 0, 0.25) 100%);
  background-position: left bottom;
  font-size: 14px;
  color: #E51E40;
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
}

.products {
  padding: 39px 0 142px;
}

.products__inner {
  padding: 0 19px 0 9px;
}

.products__breadcrumbs {
  margin-bottom: 7px;
}

.products__title {
  font-weight: 500;
  margin-bottom: 17px;
}

.products__actions {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.products__sort {
  padding-top: 4px;
  margin-right: 20px;
  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;
  font-size: 14px;
}

.products__sort-text {
  display: inline-block;
  margin-right: 19px;
}

.products__sort-button {
  position: relative;
  display: inline-block;
  margin-right: 28px;
  color: #E51E40;
  white-space: nowrap;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.products__sort-button::before {
  content: '';
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #E51E40;
  position: absolute;
  left: 0;
  bottom: 3px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.products__sort-button::after {
  content: '\2193';
  display: inline-block;
  margin-left: 1px;
  font-style: italic;
  font-size: 16px;
  color: inherit;
}

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

.products__view-text {
  display: inline-block;
  font-size: 14px;
  white-space: nowrap;
  margin-right: 11px;
}

.products__view-select {
  display: block;
  width: 59px;
  padding: 5px 4px;
  margin-right: 38px;
  border-radius: 4px;
  border: 1px solid #C8D5DC;
  font-size: 17px;
  line-height: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.products__view-button {
  display: inline-block;
  margin-left: 5px;
  padding: 2px 2px;
  opacity: 0.3;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.products__view-button img {
  display: block;
  width: 18px;
  height: auto;
  max-height: 20px;
}

.products__view-button.active {
  opacity: 1;
}

.products__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.products__sidebar {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 185px;
  margin-right: 40px;
}

.products__filter-button {
  display: none;
}

.products__block {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-top: 20px;
  padding-right: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -11px;
}

.products__block.row .products__column {
  width: 100%;
}

.products__block.row .products__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.products__block.row .products__item-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  margin-right: 20px;
}

.products__block.row .products__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.products__block.row .products__item-info {
  padding: 0;
}

.products__block.row .products__item-manufacturer {
  display: block;
}

.products__column {
  width: 25%;
  padding: 0 11px;
  margin-bottom: 21px;
}

.products__item {
  height: 100%;
}

.products__item-image {
  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;
  width: 100%;
  height: 212px;
}

.products__item-image img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  min-height: initial;
  border-radius: 4px;
}

.products__item-info {
  padding: 13px 10px 10px;
}

.products__item-title {
  display: inline-block;
  margin-bottom: 19px;
  color: #E51E40;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.products__item-article {
  font-weight: 500;
  font-size: 14px;
}

.products__item-article span {
  font-weight: 400;
}

.products__item-manufacturer {
  display: none;
  font-weight: 500;
  font-size: 14px;
}

.products__item-manufacturer span {
  font-weight: 400;
}

.filter-form__main-button,
.filter-form__more-button,
.filter-form__more-main {
  display: inline-block;
  position: relative;
  color: #E51E40;
  line-height: 1.5;
}

.filter-form__main-button::before,
.filter-form__more-button::before,
.filter-form__more-main::before {
  content: '';
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #E51E40;
  position: absolute;
  left: 0;
  bottom: 3px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.filter-form__main-button::after,
.filter-form__more-button::after,
.filter-form__more-main::after {
  content: '\2193';
  display: inline-block;
  margin-left: 1px;
  font-style: italic;
  font-size: 16px;
  color: inherit;
}

.filter-form__item {
  border-bottom: 1px solid rgba(20, 45, 55, 0.15);
  margin-bottom: 40px;
}

.filter-form__heading {
  font-size: 17px;
  line-height: 1.3;
  margin-bottom: 17px;
}

.filter-form__heading span {
  font-size: 22px;
}

.filter-form__item-title {
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 14px;
}

.filter-form__row {
  margin-bottom: 12px;
}

.filter-form__row .filter-form__hidden {
  padding-left: 12px;
  margin-top: 10px;
}

.filter-form__row .filter-form__hidden .filter-form__row {
  margin-bottom: 5px;
}

.filter-form__row .filter-form__hidden .filter-form__checkbox-label {
  font-size: 12px;
}

.filter-form__checkbox-label {
  padding-left: 26px;
  font-size: 14px;
}

.filter-form__checkbox-label::before {
  top: 1px;
}

.filter-form__checkbox-label::after {
  top: 5px;
}

.filter-form__hidden {
  display: none;
}

.filter-form__more-button {
  display: inline-block;
  margin-top: 6px;
  margin-left: 25px;
  font-size: 12px;
}

.filter-form__more-button::after {
  font-size: 14px;
}

.filter-form__more-main {
  display: inline-block;
  margin-bottom: 31px;
  font-size: 14px;
}

.filter-form__reset-button {
  display: inline-block;
  width: 100%;
  margin-top: -17px;
  border-radius: 20px;
  border: 1px solid #E51E40;
  padding: 13px 15px 11px;
  font-size: 17px;
  color: #E51E40;
  text-align: center;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.product {
  padding: 37px 0 50px;
}

.product__inner {
  max-width: 1107px;
  margin: 0 auto;
}

.product__breadcrumbs {
  margin-bottom: 3px;
}

.product__title {
  font-weight: 500;
  margin-bottom: 12px;
}

.product__info {
  margin-right: -35px;
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product__info-sliders {
  width: 585px;
  min-width: 0;
}

.product__big-slider {
  width: 100%;
  min-width: 0;
  margin-bottom: 10px;
}

.product__big-slider .slick-slide > div {
  height: 390px;
  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__big-slider .slick-slide > div img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.product__small-slider {
  position: relative;
  width: 100%;
  min-width: 0;
  padding: 0 20px;
}

.product__small-slider .slick-slide.slick-current > div img {
  opacity: 1;
  -webkit-box-shadow: 0 0 0 2px #FF6400;
  box-shadow: 0 0 0 2px #FF6400;
}

.product__small-slider .slick-slide > div {
  padding: 3px 3px;
  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__small-slider .slick-slide > div img {
  cursor: pointer;
  display: block;
  max-width: 42px !important;
  height: 56px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
  overflow: hidden;
  opacity: 0.6;
  -webkit-transition: opacity 0.3s, -webkit-box-shadow 0.3s;
  transition: opacity 0.3s, -webkit-box-shadow 0.3s;
  transition: opacity 0.3s, box-shadow 0.3s;
  transition: opacity 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.product__small-slider .slick-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 20px;
  background: url("../images/icons/icon-slider-arrow-left.svg") center center/contain no-repeat;
  font-size: 0;
  line-height: 0;
}

.product__small-slider .slick-arrow.slick-prev {
  left: 0;
}

.product__small-slider .slick-arrow.slick-next {
  right: 0;
  -webkit-transform: translateY(-50%) rotateY(180deg);
  transform: translateY(-50%) rotateY(180deg);
}

.product__info-content {
  width: 420px;
  margin-left: 30px;
  padding-top: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product__info-article {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 30px;
}

.product__info-article span {
  font-weight: 400;
}

.product__info-description {
  max-width: 300px;
  margin-bottom: auto;
  font-size: 17px;
}

.product__info-actions {
  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;
}

.product__add-cart {
  display: inline-block;
  border-radius: 20px;
  background-color: #E51E40;
  border: 1px solid #E51E40;
  padding: 14px 27px;
  margin-bottom: 28px;
  margin-right: 13px;
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  white-space: nowrap;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}

.product__recall {
  display: inline-block;
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(170, 0, 0, 0.25);
  font-size: 17px;
  color: #E51E40;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s, color 0.3s;
  transition: border-color 0.3s, color 0.3s;
}

.product__info-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
}

.product__info-tags a {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 8px;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(55, 20, 20, 0.2)), to(rgba(55, 20, 20, 0.2)));
  background-image: linear-gradient(to right, rgba(55, 20, 20, 0.2) 0, rgba(55, 20, 20, 0.2) 100%);
  background-position: left bottom;
  font-size: 14px;
  color: rgba(55, 20, 20, 0.6);
  -webkit-transition: color 0.3s, background-image 0.3s;
  transition: color 0.3s, background-image 0.3s;
}

.product__description {
  padding-left: 40px;
}

.product__triggers {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -33px;
}

.product__triggers::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #EBDCDC;
  position: absolute;
  left: 0;
  bottom: 1px;
}

.product__trigger {
  position: relative;
  z-index: 1;
  margin-right: 33px;
}

.product__trigger a {
  display: inline-block;
  padding: 5px 0 5px;
  border-bottom: 3px solid transparent;
  font-size: 17px;
  color: #E51E40;
  -webkit-transition: opacity 0.3s, border-bottom 0.3s;
  transition: opacity 0.3s, border-bottom 0.3s;
}

.product__trigger a.active {
  border-bottom-color: #E51E40;
}

.product__tab {
  padding: 24px 0;
  display: none;
  font-size: 17px;
}

.product__tab.active {
  display: block;
}

.product__tab h3 {
  font-size: 32px;
  margin-bottom: 29px;
}

.product__tab p {
  margin-bottom: 32px;
}

.product__tab ul {
  list-style: none;
  margin-bottom: 23px;
  padding-left: 25px;
}

.product__tab ul li {
  margin-bottom: 1px;
  position: relative;
  padding-left: 15px;
}

.product__tab ul li::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000000;
  position: absolute;
  left: 0;
  top: 10px;
}

.product__tab ul span {
  font-weight: 700;
}

.product__tab > a {
  display: inline-block;
  margin-bottom: 30px;
  color: #000000;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.product__tab > iframe {
  display: block;
  width: 100%;
  max-width: 820px;
}

.contacts {
  padding: 34px 0 195px;
}

.contacts__breadcrumbs {
  margin-bottom: 15px;
}

.contacts__title {
  margin-bottom: 23px;
  font-weight: 400;
}

.contacts__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 57px 0 5px;
}

.contacts__content {
  width: 564px;
  margin-right: 30px;
}

.contacts__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -35px;
  margin-bottom: 21px;
}

.contacts__info-column {
  width: 50%;
  padding-right: 20px;
}

.contacts__info-item {
  margin-bottom: 30px;
}

.contacts__info-item p {
  font-size: 22px;
  margin-bottom: 11px;
}

.contacts__info-item > span {
  display: block;
  font-size: 17px;
}

.contacts__info-item > span i {
  font-style: normal;
  display: block;
}

.contacts__info-item a {
  color: inherit;
}

.contacts__map-wrap {
  height: 404px;
  width: 100%;
  margin-top: -14px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  border: 2px solid #BDBDBD;
}

.contacts__map-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.contacts__map-wrap > div {
  position: relative;
  width: 100%;
  height: 100%;
}

.contacts__form-wrap {
  width: 444px;
  padding-top: 10px;
}

.contacts .contact-form__submit {
  border-radius: 20px;
  padding: 22px 25px 21px;
}

@media (min-width: 769px) {
  .products__filter-form {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .header__menu-link.active:hover,
  .header__menu-link.active:focus {
    color: #000000;
  }

  .header__menu-link:hover,
  .header__menu-link:focus {
    color: #E51E40;
  }

  .header__actions-phone:hover,
  .header__actions-phone:focus {
    color: #E51E40;
  }

  .header__actions-recall:hover,
  .header__actions-recall:focus {
    color: #E51E40;
    border-color: #e51e40;
  }

  .modal__close:hover,
  .modal__close:focus {
    background-color: #e51e40;
  }

  .contact-form__submit:hover,
  .contact-form__submit:focus {
    background-color: #171717;
  }

  .basket__item-title a:hover,
  .basket__item-title a:focus {
    color: #000000;
  }

  .basket__item-delete:hover,
  .basket__item-delete:focus {
    opacity: 0.7;
  }

  .basket__actions-print:hover,
  .basket__actions-print:focus,
  .basket__actions-clear:hover,
  .basket__actions-clear:focus {
    color: #0082aa;
    border-color: #0082aa;
  }

  .counter__button:hover,
  .counter__button:focus {
    color: #e51e40;
  }

  .top__link:hover,
  .top__link:focus {
    background-color: #E51E40;
    border-color: #E51E40;
  }

  .main-categories__item:hover .main-categories__item-image img,
  .main-categories__item:focus .main-categories__item-image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .main-categories__item:hover .main-categories__item-info,
  .main-categories__item:focus .main-categories__item-info {
    border-color: #000000;
  }

  .specializations__item:hover,
  .specializations__item:focus {
    border-color: #000000;
  }

  .main-news__slide:hover .main-news__slide-image img,
  .main-news__slide:focus .main-news__slide-image img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  .main-news__link:hover,
  .main-news__link:focus {
    background-color: #E51E40;
    border-color: #E51E40;
    color: #ffffff;
  }

  .footer__info-item p a:hover,
  .footer__info-item p a:focus {
    color: #E51E40;
    border-color: #e51e40;
  }

  .footer__menu-link.active:hover,
  .footer__menu-link.active:focus {
    color: #000000;
  }

  .footer__menu-link:hover,
  .footer__menu-link:focus {
    color: #E51E40;
  }

  .footer__contacts-phone:hover,
  .footer__contacts-phone:focus {
    color: #E51E40;
  }

  .footer__contacts-recall:hover,
  .footer__contacts-recall:focus {
    color: #E51E40;
    border-color: #e51e40;
  }

  .catalog__item ul a:hover,
  .catalog__item ul a:focus {
    color: #ed2224;
    background-size: 100% 2px;
  }

  .news__more-link:hover,
  .news__more-link:focus {
    background-color: #E51E40;
    border-color: #E51E40;
    color: #ffffff;
  }

  .breadcrumbs__list-link:hover,
  .breadcrumbs__list-link:focus {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #aa0000), to(#aa0000));
    background-image: linear-gradient(to right, #aa0000 0, #aa0000 100%);
  }

  .products__sort-button:hover,
  .products__sort-button:focus {
    color: #ba1632;
  }

  .products__sort-button:hover::before,
  .products__sort-button:focus::before {
    border-color: #ba1632;
  }

  .products__item-title:hover,
  .products__item-title:focus {
    color: #ba1632;
  }

  .filter-form__main-button:hover,
  .filter-form__main-button:focus,
  .filter-form__more-button:hover,
  .filter-form__more-button:focus,
  .filter-form__more-main:hover,
  .filter-form__more-main:focus {
    color: #ba1632;
  }

  .filter-form__main-button:hover::before,
  .filter-form__main-button:focus::before,
  .filter-form__more-button:hover::before,
  .filter-form__more-button:focus::before,
  .filter-form__more-main:hover::before,
  .filter-form__more-main:focus::before {
    border-color: #ba1632;
  }

  .filter-form__reset-button:hover,
  .filter-form__reset-button:focus {
    background-color: #E51E40;
    color: #ffffff;
  }

  .product__add-cart:hover,
  .product__add-cart:focus {
    color: #E51E40;
    background-color: #ffffff;
  }

  .product__recall:hover,
  .product__recall:focus {
    color: #aa0000;
    border-color: #aa0000;
  }

  .product__info-tags a:hover,
  .product__info-tags a:focus {
    color: #371414;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #371414), to(#371414));
    background-image: linear-gradient(to right, #371414 0, #371414 100%);
  }

  .product__tab > a:hover,
  .product__tab > a:focus {
    opacity: 0.75;
  }
}

@media (min-width: 993px) {
  .header__navigation-wrap {
    display: block !important;
  }
}

@media (max-width: 1400px) {
  .header__languages {
    margin-left: 15px;
    margin-right: 25px;
  }

  .header__logo {
    margin-right: 25px;
  }

  .header__actions-wrap {
    margin-left: 25px;
  }

  .header__cart-wrap {
    margin-left: 25px;
    margin-right: 15px;
  }
}

@media (max-width: 1200px) {
  .specializations__block {
    padding: 0;
  }

  .main-news__slider-wrap {
    margin: 0 -5px;
    padding-left: 0;
  }

  .main-news .slick-list {
    overflow: hidden;
  }

  .main-news .slick-slide > div {
    padding: 0 5px;
  }

  .footer {
    padding-bottom: 60px;
  }

  .footer__inner {
    max-width: 100%;
  }

  .footer__info {
    margin-right: 20px;
  }

  .catalog {
    padding-bottom: 75px;
  }

  .catalog__block {
    margin: 0 -20px;
  }

  .catalog__item {
    padding: 0 20px;
  }

  .products {
    padding-bottom: 100px;
  }

  .products__inner {
    padding: 0;
  }

  .products__block {
    padding-right: 0;
    margin: 0 -5px;
  }

  .products__column {
    padding: 0 5px;
    margin-bottom: 15px;
  }

  .product__info {
    margin-right: 0;
  }

  .contacts {
    padding-bottom: 100px;
  }

  .contacts__block {
    padding: 0;
  }
}

@media (max-width: 1100px) {
  h1,
  .big-title {
    font-size: 44px;
  }

  .products__column {
    width: 33.333%;
  }
}

@media (max-width: 992px) {
  .wrapper.inner-page .top__inner {
    min-height: 190px;
  }

  h1,
  .big-title {
    font-size: 40px;
  }

  h2,
  .medium-title {
    font-size: 28px;
  }

  h3,
  .small-title {
    font-size: 22px;
  }

  h4,
  .micro-title {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  .header__languages {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 15px;
    margin-right: 0;
  }

  .header__navigation-wrap {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 8;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
  }

  .header__navigation-wrap.open .header__navigation {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .header__navigation {
    height: 100%;
    overflow-y: auto;
    max-width: 360px;
    margin-left: auto;
    background-color: #ffffff;
    padding: 80px 20px 20px 30px;
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }

  .header__menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header__menu-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .header__menu-link {
    font-size: 22px;
    color: #000000;
  }

  .header__actions-wrap {
    margin-left: auto;
  }

  .header__burger {
    display: block;
    width: 32px;
    height: 20px;
    position: absolute;
    right: 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 10;
  }

  .header__burger span {
    display: block;
    width: 32px;
    height: 2px;
    background: #000000;
    position: absolute;
    left: 2px;
    top: calc(50% - 1px);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  .header__burger span:first-child {
    top: 0;
  }

  .header__burger span:last-child {
    top: auto;
    bottom: 0;
  }

  .header__cart-wrap {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 15px;
    margin-right: 70px;
  }

  .top__inner {
    padding: 25px 0 50px;
    min-height: 450px;
  }

  .top__link {
    margin-top: 40px;
    font-size: 20px;
  }

  .main-categories__block {
    margin: 0 -5px;
  }

  .main-categories__column {
    padding: 0 5px;
    margin-bottom: 10px;
  }

  .main-categories__column.quarter {
    width: 33.333%;
  }

  .main-categories__column.quarter .main-categories__item-image {
    padding-bottom: 62%;
  }

  .main-categories__column.quarter .main-categories__item-info {
    padding: 20px 15px;
  }

  .main-categories__item-info {
    padding: 20px 15px;
  }

  .main-categories__item-title {
    font-size: 18px;
  }

  .specializations__column {
    width: 33.333%;
    margin-bottom: 10px;
  }

  .specializations__item {
    padding: 10px 10px 10px 0;
  }

  .specializations__item-title span {
    display: inline;
  }

  .main-news {
    padding-bottom: 75px;
  }

  .main-news__slide-label {
    left: 10px;
    top: 10px;
  }

  .main-news__slide-title {
    font-size: 18px;
  }

  .main-news__slide-title::after {
    width: 15px;
    height: 15px;
  }

  .main-news__link {
    margin-top: 40px;
    font-size: 18px;
  }

  .footer__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__info {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .footer__navigation {
    width: 100%;
    margin-bottom: 25px;
  }

  .footer__menu {
    max-width: 70%;
  }

  .footer__contacts {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .catalog {
    padding-bottom: 50px;
  }

  .catalog__item ul li {
    margin-bottom: 10px;
  }

  .news__block {
    margin: 0 -5px;
  }

  .news__column {
    padding: 0 5px;
  }

  .news__more-link {
    margin-top: 40px;
    font-size: 18px;
  }

  .products {
    padding-bottom: 75px;
  }

  .products__column {
    width: 50%;
  }

  .product__add-cart {
    padding: 12px 23px;
    font-size: 18px;
  }

  .product__description {
    padding-left: 0;
  }

  .product__tab {
    font-size: 16px;
  }

  .product__tab h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .product__tab p {
    margin-bottom: 20px;
  }

  .product__tab ul {
    margin-bottom: 20px;
  }

  .contacts {
    padding-bottom: 75px;
  }

  .contacts__content {
    width: 400px;
  }

  .contacts__info {
    margin-right: -10px;
  }

  .contacts__info-column {
    padding-right: 10px;
  }

  .contacts__info-item {
    margin-bottom: 20px;
  }

  .contacts__info-item p {
    font-size: 20px;
    margin-bottom: 5px;
  }
}

@media (max-width: 768px) {
  h1,
  .big-title {
    font-size: 36px;
  }

  .modal.basket-modal .modal__content {
    padding: 45px 20px 25px;
  }

  .modal.basket-modal .modal__title {
    font-size: 24px;
  }

  .basket__item-image {
    width: 70px;
    margin-right: 10px;
  }

  .basket__item-title a {
    font-size: 16px;
  }

  .basket__item-delete img {
    width: 16px;
  }

  .counter__input {
    width: 50px;
    height: 30px;
  }

  .main-categories__column {
    width: 50%;
  }

  .main-categories__column.quarter {
    width: 50%;
  }

  .specializations__column {
    width: 50%;
  }

  .main-news__link {
    margin-top: 20px;
  }

  .footer__navigation {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .catalog__item {
    width: 50%;
  }

  .news__column {
    width: 50%;
  }

  .news__more-link {
    margin-top: 20px;
  }

  .products__sort {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .products__sort-text {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .products__sort-button {
    margin-right: 0;
    margin-bottom: 5px;
  }

  .products__view-select {
    margin-right: 20px;
  }

  .products__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .products__sidebar {
    width: 100%;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .products__filter-button {
    display: inline-block;
    position: relative;
    padding-right: 25px;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 19px;
  }

  .products__filter-button::after {
    content: '';
    width: 20px;
    height: 20px;
    background: url("../images/icons/icon-filter.svg") center center/contain no-repeat;
    position: absolute;
    right: 0;
    top: 2px;
  }

  .products__filter-form {
    display: none;
  }

  .products__block {
    padding-top: 0;
  }

  .filter-form__item {
    margin-bottom: 20px;
  }

  .filter-form__heading {
    margin-bottom: 10px;
  }

  .filter-form__heading span {
    font-size: 18px;
  }

  .filter-form__item-title {
    margin-bottom: 8px;
  }

  .filter-form__row {
    margin-bottom: 8px;
  }

  .filter-form__more-button {
    margin-left: 10px;
    margin-top: 0;
  }

  .filter-form__more-main {
    margin-bottom: 15px;
  }

  .filter-form__reset-button {
    margin: 10px auto 0;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .product__info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .product__info-sliders {
    width: 100%;
  }

  .product__big-slider {
    margin-bottom: 20px;
  }

  .product__info-content {
    width: 100%;
    margin-left: 0;
  }

  .product__info-article {
    margin-bottom: 15px;
  }

  .product__info-description {
    max-width: 100%;
    margin-bottom: 15px;
  }

  .contacts__block {
    display: block;
  }

  .contacts__content {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .contacts__map-wrap {
    width: 100vw;
    margin: 0 -15px;
    border-radius: 0;
    border: none;
  }

  .contacts__form-wrap {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  .wrapper.inner-page .top__inner {
    min-height: 160px;
  }

  .section-scroll {
    width: 50px;
    height: 50px;
  }

  h1,
  .big-title {
    font-size: 30px;
  }

  h2,
  .medium-title {
    font-size: 22px;
  }

  h3,
  .small-title {
    font-size: 20px;
  }

  h4,
  .micro-title {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  .header__logo {
    width: 120px;
  }

  .header__navigation {
    max-width: 100%;
  }

  .header__actions {
    margin-top: 25px;
  }

  .header__actions-phone {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .header__actions-recall {
    font-size: 18px;
  }

  .header__burger {
    width: 26px;
    height: 16px;
  }

  .header__burger span {
    width: 26px;
  }

  .modal.basket-modal .modal__title {
    font-size: 22px;
  }

  .modal.basket-modal .contact-form {
    padding: 20px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .modal.basket-modal .contact-form__column {
    width: 100%;
  }

  .basket__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .basket__item-image {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .basket__item-title {
    width: 100%;
    margin-bottom: 15px;
  }

  .top__inner {
    min-height: 400px;
  }

  .top__image {
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
  }

  .top__link {
    font-size: 18px;
    padding: 12px 25px;
  }

  .main-categories {
    padding-top: 60px;
  }

  .main-categories__title {
    margin-bottom: 30px;
  }

  .main-categories__item-title {
    font-size: 16px;
  }

  .specializations__column {
    width: 100%;
    margin-bottom: 20px;
  }

  .specializations__item {
    padding: 0;
  }

  .specializations__item-image {
    width: 35px;
    margin-right: 15px;
  }

  .main-news {
    padding: 60px 0;
  }

  .main-news__title {
    margin-bottom: 20px;
  }

  .main-news__slide-image {
    margin-bottom: 10px;
  }

  .main-news__link {
    font-size: 16px;
    padding: 12px 25px;
  }

  .footer {
    padding: 40px 0;
  }

  .footer__info {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    text-align: center;
  }

  .footer__logo {
    margin: 0 auto 15px;
  }

  .footer__navigation {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }

  .footer__menu {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .footer__menu-item {
    margin-bottom: 10px;
    text-align: center;
  }

  .footer__contacts {
    width: 100%;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .catalog {
    padding-bottom: 40px;
  }

  .catalog__item {
    width: 100%;
  }

  .catalog__item h3 {
    margin-bottom: 15px;
  }

  .catalog__item ul a {
    font-size: 16px;
  }

  .news__block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .news__column {
    width: 100%;
    max-width: 450px;
  }

  .news__more-link {
    font-size: 16px;
    padding: 12px 25px;
  }

  .products {
    padding-bottom: 60px;
  }

  .products__view-select {
    margin-right: 0;
    font-size: 15px;
    line-height: 23px;
  }

  .products__view-button {
    display: none;
  }

  .products__column {
    width: 100%;
  }

  .products__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .products__item-image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 120px;
    height: 120px;
    margin-right: 10px;
  }

  .products__item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .products__item-info {
    padding: 0;
  }

  .products__item-title {
    margin-bottom: 10px;
  }

  .products__item-manufacturer {
    display: block;
  }

  .filter-form__reset-button {
    font-size: 14px;
  }

  .product__big-slider .slick-slide > div {
    height: auto;
    padding-bottom: 66.67%;
  }

  .product__big-slider .slick-slide > div a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .product__big-slider .slick-slide > div img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .product__tab h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .product__tab p {
    margin-bottom: 15px;
  }

  .product__tab ul {
    padding-left: 0;
    margin-bottom: 15px;
  }

  .contacts {
    padding: 50px 0 60px;
  }

  .contacts__info {
    display: block;
    margin-right: 0;
  }

  .contacts__info-column {
    width: 100%;
    padding-right: 0;
  }

  .contacts__info-item p {
    font-size: 18px;
  }

  .contacts .contact-form__submit {
    padding: 14px 25px 12px;
  }
}

@media (max-width: 400px) {
  .header__languages-button {
    font-size: 14px;
    margin-right: 10px;
  }

  .header__logo {
    width: 100px;
  }

  .header__navigation {
    padding: 60px 20px 20px;
  }

  .header__menu-item {
    margin-bottom: 15px;
  }

  .header__actions-phone {
    width: 40px;
    height: 30px;
    margin-right: 5px;
    padding: 2px;
  }

  .header__cart-wrap {
    margin-left: 10px;
    margin-right: 55px;
  }

  .modal__content {
    padding: 30px 25px 30px;
  }

  .modal__close {
    width: 24px;
    height: 24px;
    right: 10px;
  }

  .modal__close img {
    width: 12px;
  }

  .modal__title {
    font-size: 20px;
  }

  .main-categories__column {
    width: 100%;
  }

  .main-categories__column.quarter {
    width: 100%;
  }

  .products__actions {
    display: block;
    margin-bottom: 30px;
  }

  .products__sort {
    margin-bottom: 15px;
  }

  .products__block.row .products__item-image {
    width: 100px;
    height: 100px;
  }

  .products__item-image {
    width: 100px;
    height: 100px;
  }

  .product__info-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .product__add-cart {
    margin-bottom: 15px;
    margin-right: 0;
    padding: 10px 18px;
    font-size: 16px;
  }
}