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

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

aside,
nav,
footer,
header,
section {
  display: block;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

button {
  cursor: pointer;
}

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

a,
a:visited {
  text-decoration: none;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

a:hover {
  text-decoration: none;
}
.work_area a {
  color: rgba(51,51,51,.7);
}
.work_area a:hover {
  color: #ba2e2f;
  box-shadow: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

.container {
  max-width: 1420px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.container-fluid {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

.scroll-button {
  position: fixed;
  right: 40px;
  bottom: 40px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  background-color: #BA2E2F;
  cursor: pointer;
  z-index: 20;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  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;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.scroll-button.active {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.scroll-button:hover {
  color: #973636;
}

.scroll-button__arrow {
  position: absolute;
  top: 19px;
  left: 16px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff !important;
  border-right: 2px solid #fff !important;
}

html {
  overflow-x: hidden;
}

body {
  background: #F5F5F5;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  overflow-x: hidden;
}

body.locked {
  overflow: hidden;
}

main.locked {
  overflow: hidden;
}

.btn {
  font-weight: 400;
  cursor: pointer;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
  text-align: center;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 4px;
  padding: 18px 17px 17px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border: 1px solid #BA2E2F;
}

.btn.primary {
  background-color: #BA2E2F;
}

.btn.primary:hover {
  background-color: #952222;
}

.btn.outline {
  background-color: transparent;
  border: 1px solid #BA2E2F;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 4px;
  color: #BA2E2F;
}

.btn.outline:hover {
  background-color: #BA2E2F;
  color: #fff;
}

.btn.outline.dark {
  background-color: transparent;
  border: 1px solid #3d3d3d;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 4px;
  color: #3d3d3d;
  display: inline-block;
}

.btn.outline.dark:hover {
  background-color: #3d3d3d;
  color: #fff;
}

.btn.dark {
  border: 1px solid #333333 !important;
  background: #333333;
  color: #fff;
}

.btn.dark:hover {
  background-color: #3d3d3d;
  color: #fff;
}

.btn.arrow-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
.btn.arrow-btn:hover {
  color: #fff;
}

.btn.arrow-btn img {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.btn.arrow-btn:hover img {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.btn.large {
  min-width: 320px;
  font-size: 24px;
  line-height: 33px;
}

.btn:disabled {
  color: rgba(51, 51, 51, 0.2);
  background: #F2F1F1;
  border-color: #F2F1F1;
  border-radius: 4px;
}

.btn:disabled:hover {
  background: #F2F1F1;
  border-color: #F2F1F1;
}

.section {
  position: relative;
  margin-bottom: 140px;
}

.section__bg {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: -1;

  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  max-width: 1380px;
}

.section__title {
  font-weight: 400;
  /*font-size: 120px;*/
  font-size: 80px;
  line-height: 123.5%;
  color: #FFFFFF;
  margin-bottom: 30px;
  padding: 236px 0 0;
  position: relative;
  display: inline-block;
}

.section__text {
  font-weight: 400;
  /*font-size: 28px;
  line-height: 130.18%;*/
  font-size: 18px;
  line-height: 1.45;
  color: #FFFFFF;
  max-width: 1167px;
  padding: 0 0 92px;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.pagination__item {
  opacity: 0.5;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #333333;
  cursor: pointer;
}

.pagination__item:hover {
  opacity: 1;
}

.pagination__item.active {
  opacity: 1;
  color: #BA2E2F;
}

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

.counter__wrapper.reversed {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  gap: 20px;
}

.counter__value {
  font-weight: 400;
  font-size: 26px;
  line-height: 130.18%;
  color: #333333;
}

.counter__self-value {
  font-weight: 400;
  font-size: 22px;
  line-height: 118%;
  color: #333333;
  border: 1px solid rgba(51, 51, 51, 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;
  width: 50px;
  max-height: 38px;
  padding: 8px 10px;
  text-align: center;
}

.counter__self {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-height: 38px;
}

.counter__self-sub {
  font-size: 14px;
  padding: 14px 16px;
  width: 50px;
  max-height: 38px;
  border-left: 4px;
  border: 1px solid rgba(51, 51, 51, 0.2);
  background-color: transparent;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  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;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}

.counter__self-sub:hover {
  color: #fff;
  background-color: #BA2E2F;
}

.counter__self-add {
  width: 50px;
  max-height: 38px;
  border: 1px solid rgba(51, 51, 51, 0.2);
  font-size: 27px;
  padding: 14px 16px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: transparent;
  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;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}

.counter__self-add:hover {
  color: #fff;
  background-color: #BA2E2F;
}

.delete-button {
  background-color: transparent;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.delete-button:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.radio__label input:checked + .radio__text::after {
  opacity: 1;
}

.radio__label input:checked + .radio__text::before {
  border: 1px solid #BA2E2F;
}

.radio__label:hover .radio__text::before {
  border: 1px solid #BA2E2F;
}

.radio__self {
  display: none;
}

.radio__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 48px;
  color: #333333;
  padding-left: 32px;
  position: relative;
}

.radio__text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(51, 51, 51, 0.2);
  border-radius: 50%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.radio__text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(26%, 26%);
  -ms-transform: translate(26%, 26%);
  transform: translate(26%, 26%);
  min-width: 13px;
  min-height: 13px;
  border-radius: 50%;
  background-color: #BA2E2F;
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.register-wrapper {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(51, 51, 51, 0.6);
  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;
  overflow-y: auto;
  opacity: 0;
  z-index: -10;
  pointer-events: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.register-wrapper.active {
  opacity: 1;
  z-index: 103;
  pointer-events: all;
}

.register {
  background: #F2F1F1;
  border-radius: 4px;
  max-width: 644px;
  width: 100%;
  padding: 87px 58px 40px;
  text-align: center;
  margin-right: 20px;
  margin-left: 20px;
  position: relative;
  z-index: 103;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  z-index: -10;
  pointer-events: none;
}

.register.active {
  opacity: 1;
  z-index: 10;
  pointer-events: all;
}

.register__close {
  position: absolute;
  right: 30px;
  top: 30px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}

.register__close:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.register__title {
  font-weight: 400;
  font-size: 36px;
  line-height: 60px;
  color: #333333;
  margin-bottom: 20px;
}

.register__steps-indicator {
  margin-bottom: 48px;
  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;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.register__step-bullet {
  width: 8px;
  height: 8px;
  background: rgba(51, 51, 51, 0.3);
  border-radius: 50%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.register__step-bullet.active {
  background: #333333;
}

.register__step {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: none;
}

.register__step.active {
  display: block;
}

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

.register__btn {
  margin-top: 80px;
  min-width: 263px;
  margin-bottom: 20px;
}

.register__links {
  width: 263px;
  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;
}

.register__link {
  font-weight: 300;
  font-size: 14px;
  line-height: 28px;
  color: #333333;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.register__link:hover {
  color: #BA2E2F;
}

.login-wrapper {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(51, 51, 51, 0.6);
  overflow-y: auto;
  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;
  opacity: 0;
  z-index: -10;
  pointer-events: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.login-wrapper.active {
  opacity: 1;
  top: 0;
  z-index: 103;
  pointer-events: all;
}

.login {
  background: #F2F1F1;
  border-radius: 4px;
  max-width: 644px;
  max-height: 661px;
  width: 100%;
  height: 100%;
  padding: 87px 58px 40px;
  text-align: center;
  margin-right: 20px;
  margin-left: 20px;
  position: relative;
  z-index: 103;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  z-index: -10;
  pointer-events: none;
}

.login.active {
  opacity: 1;
  z-index: 10;
  pointer-events: all;
}

.login__close {
  position: absolute;
  right: 30px;
  top: 30px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}

.login__close:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.login__title {
  font-weight: 400;
  font-size: 36px;
  line-height: 60px;
  margin-bottom: 48px;
}

.login__inputs {
  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;
  margin-bottom: 80px;
}

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

.login__btn {
  min-width: 263px;
  margin-bottom: 20px;
}

.login__links {
  width: 263px;
  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;
}

.login__link {
  font-weight: 300;
  font-size: 14px;
  line-height: 28px;
  color: #333333;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.login__link:hover {
  color: #BA2E2F;
}

.input {
  font-family: "Open Sans", sans-serif;
}

.input__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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  position: relative;
  margin-bottom: 28px;
}

.input__wrapper:last-child {
  margin-bottom: 0;
}

.input__wrapper.grey .input__self {
  background: #F8F8F8;
  border: 1px solid rgba(51, 51, 51, 0.2);
  border-radius: 4px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #333333;
}

.input__two-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.input__label {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  padding-left: 4px;
  margin-bottom: 6px;
}

.input__self {
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 28px;
  color: #333333;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 10px 19px;
  outline: none;
}

.input__self::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.2);
  font-family: "Open Sans", sans-serif;
}

.input__self::-moz-placeholder {
  color: rgba(51, 51, 51, 0.2);
  font-family: "Open Sans", sans-serif;
}

.input__self:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.2);
  font-family: "Open Sans", sans-serif;
}

.input__self::-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.2);
  font-family: "Open Sans", sans-serif;
}

.input__self::placeholder {
  color: rgba(51, 51, 51, 0.2);
  font-family: "Open Sans", sans-serif;
}

.input__img-wrapper {
  position: absolute;
  bottom: -3px;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #333333;
  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;
  cursor: pointer;
}

.input__img-edit {
  width: 14px;
  height: 14px;
}

.textarea__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px;
}

.textarea__label {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  padding-left: 4px;
}

.textarea__self {
  font-family: "Open Sans", sans-serif;
  padding: 5px 10px 5px 20px;
  width: 100%;
  max-width: 100%;
  font-weight: 300;
  font-size: 14px;
  line-height: 28px;
  background: #FFFFFF;
  border-radius: 4px;
  outline: none;
}

.textarea__self::-webkit-input-placeholder {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 28px;
  color: rgba(51, 51, 51, 0.2);
}

.textarea__self::-moz-placeholder {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 28px;
  color: rgba(51, 51, 51, 0.2);
}

.textarea__self:-ms-input-placeholder {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 28px;
  color: rgba(51, 51, 51, 0.2);
}

.textarea__self::-ms-input-placeholder {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 28px;
  color: rgba(51, 51, 51, 0.2);
}

.textarea__self::placeholder {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 28px;
  color: rgba(51, 51, 51, 0.2);
}

.popup-wrapper {
  position: fixed;
  overflow-y: auto;
  width: 100vw;
  height: 100vh;
  padding-bottom: 40px;
  padding-top: 40px;
  top: 0;
  background: rgba(51, 51, 51, 0.6);
  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;
  overflow-y: auto;
  opacity: 0;
  z-index: -10;
  pointer-events: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.popup-wrapper.geolocation {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.popup-wrapper.active {
  opacity: 1;
  z-index: 120;
  pointer-events: all;
}

.popup {
  background: #F2F1F1;
  border-radius: 4px;
  max-width: 644px;
  width: 100%;
  padding: 87px 58px 40px;
  text-align: center;
  margin-right: 20px;
  margin-left: 20px;
  position: relative;
  z-index: 103;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  z-index: -10;
  pointer-events: none;
}

.popup.active {
  opacity: 1;
  z-index: 10;
  pointer-events: all;
}

.popup.geolocation {
  max-width: 1376px;
  width: 100%;
  padding: 87px 151px 80px;
}

.popup__close {
  position: absolute;
  right: 30px;
  top: 30px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}

.popup__close:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.popup__success {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -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;
}

.popup__success-title {
  font-weight: 400;
  font-size: 48px;
  line-height: 60px;
  color: #333333;
  margin-bottom: 10px;
}

.popup__success-subtitle {
  font-weight: 300;
  font-size: 36px;
  line-height: 60px;
  color: #333333;
}

.popup__title {
  font-weight: 400;
  font-size: 36px;
  line-height: 60px;
  margin-bottom: 48px;
}
.popup__title small {
  font-size: .5em;
  line-height: 1;
  color: #444;
  display: block;
}

.popup__geolocation {
  text-align: left;
}

.popup__geolocation-title {
  font-weight: 400;
  font-size: 48px;
  line-height: 123.5%;
  color: #333333;
  margin-bottom: 80px;
}

.popup__geolocation-list {
  display: grid;
  grid-template-columns: auto auto auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 45px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  max-width: none;
  width: 100%;
}

.popup__geolocation-item {
  font-weight: 300;
  font-size: 30px;
  line-height: 24px;
  color: #333333;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}

.popup__geolocation-item:hover {
  color: #BA2E2F;
}

.popup__geolocation-item.active {
  color: #BA2E2F;
}

.popup__inputs {
  margin-bottom: 60px;
}

.popup__btn {
  min-width: 263px;
}

.checkbox__wrapper input:checked + .checkbox__text::after {
  opacity: 1;
}

.checkbox__label {
  cursor: pointer;
}

.checkbox__label:hover .checkbox__text::before {
  border-color: rgba(186, 46, 47, 0.7);
}

.checkbox__self {
  display: none;
}

.checkbox__text {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  padding-left: 28px;
}

.checkbox__text::before {
  content: "";
  position: absolute;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 18px;
  height: 18px;
  border: 1px solid rgba(51, 51, 51, 0.2);
  border-radius: 4px;
}

.checkbox__text::after {
  content: "";
  position: absolute;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  left: 2px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 13px;
  height: 10px;
  background-image: url("../img/icons/checkbox.svg");
  opacity: 0;
}

.input {
  border: 1px solid rgba(51, 51, 51, 0.4);
  border-radius: 4px;
  padding: 24px 12px 22px;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 130.18%;
  color: #333333;
  outline: none;
}

.input::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.4);
}

.input::-moz-placeholder {
  color: rgba(51, 51, 51, 0.4);
}

.input:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.4);
}

.input::-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.4);
}

.input::placeholder {
  color: rgba(51, 51, 51, 0.4);
}

.accordion .accordion__item {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid rgba(51, 51, 51, 0.2);
}

.accordion .accordion__item:last-child {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}

.accordion .accordion__item.accordion__item-active .accordion__item-content {
  display: block;
}

.accordion .accordion__item.accordion__item-active .line2 {
  -webkit-transform: translate(0) !important;
  -ms-transform: translate(0) !important;
  transform: translate(0) !important;
  -webkit-transition: 0.1s all ease;
  -o-transition: 0.1s all ease;
  transition: 0.1s all ease;
}

.accordion .accordion__item.accordion__item-active .line1 {
  opacity: 0;
  -webkit-transition: 0.1s all ease;
  -o-transition: 0.1s all ease;
  transition: 0.1s all ease;
}

.accordion .accordion__item.accordion__item-active .trigger__img {
  -webkit-transform: rotate(315deg) !important;
  -ms-transform: rotate(315deg) !important;
  transform: rotate(315deg) !important;
}

.accordion .accordion__item .accordion__item-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  column-gap: 20px;
  padding: 20px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.accordion .accordion__item .accordion__item-trigger .trigger__num {
  margin-right: 10px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.035em;
  color: #8547C6;
}

.accordion .accordion__item .accordion__item-trigger .trigger__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  margin-left: 40px;
}

.accordion .accordion__item .accordion__item-trigger .trigger__img {
  position: relative;
  margin-left: auto;
  min-width: 15px;
  width: 15px;
  height: 15px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  margin-right: 45px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.accordion .accordion__item .accordion__item-trigger .trigger__img.active {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.accordion .accordion__item .accordion__item-content {
  display: none;
  -webkit-animation: fade 0.4s ease;
  animation: fade 0.4s ease;
}

.accordion .accordion__item .accordion__item-content .content__text {
  margin-top: 12px;
  padding-left: 65px;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
}

.accordion .accordion__item .accordion__item-content .content__text:first-child {
  margin-top: 0;
}

.dropdown {
  max-width: 382px;
  width: 100%;
  position: relative;
}

.dropdown.number {
  width: auto;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.dropdown.number .dropdown__label {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
  padding-left: 0;
  color: #333333;
}

.dropdown.number .dropdown__btn {
  display: inline-block;
  background-color: transparent;
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: auto;
  padding-right: 25px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #BA2E2F;
}

.dropdown.number .dropdown__btn.active::before {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}

.dropdown.number .dropdown__btn::before {
  right: 0;
  -webkit-transform: translateY(-80%) rotate(-45deg);
  -ms-transform: translateY(-80%) rotate(-45deg);
  transform: translateY(-80%) rotate(-45deg);
}

.dropdown.number .dropdown__list {
  top: 40px;
}

.dropdown.no-label .dropdown__list {
  top: 80px;
}

.dropdown__label {
  display: inline-block;
  font-weight: 400;
  font-size: 22px;
  line-height: 118%;
  color: #333333;
  padding-left: 10px;
  margin-bottom: 10px;
}

.dropdown__btn {
  width: 100%;
  max-height: 60px;
  background: #FFFFFF;
  border: 1px solid rgba(51, 51, 51, 0.3);
  -webkit-box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.14);
  box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.14);
  border-radius: 4px;
  padding: 16px 27px 16px 35px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  text-align: left;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #333333;
  position: relative;
}

.dropdown__btn::before {
  content: "";
  position: absolute;
  right: 28px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #333333;
  pointer-events: none;
}

.dropdown__btn.active::before {
  -webkit-transform: translateY(-20%) rotate(135deg);
  -ms-transform: translateY(-20%) rotate(135deg);
  transform: translateY(-20%) rotate(135deg);
}

.dropdown__list {
  display: none;
  position: absolute;
  left: 0;
  top: 110px;
  background: #FFFFFF;
  border: 1px solid rgba(51, 51, 51, 0.3);
  -webkit-box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.14);
  box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.14);
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
  padding: 0 11px 0 9px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}

.dropdown__list.active {
  display: block;
}

.dropdown__list-item a, .dropdown__list-item span {
  padding: 18px 12px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #333333;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  position: relative;
  display: block;
}
.dropdown__list-item {
  position: relative;
}

.dropdown__list-item:last-child a, .dropdown__list-item:last-child span {
  border-bottom: none;
}

.dropdown__list-item:hover {
  color: #BA2E2F;
}

.dropdown__list-item.active::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
  height: 9px;
  background-image: url("../img/icons/accent-check.svg");
}

.dropdown__input-hidden {
  display: none;
}

.select {
  max-width: 100%;
}

.select__wrapper {
  position: relative;
}

.select__wrapper::before {
  content: "";
  position: absolute;
  right: 28px;
  top: 20%;
  -webkit-transform: translateY(50%) rotate(-45deg);
  -ms-transform: translateY(50%) rotate(-45deg);
  transform: translateY(50%) rotate(-45deg);
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #333333;
  pointer-events: none;
}

.select__label {
  font-weight: 400;
  font-size: 22px;
  line-height: 118%;
  color: #333333;
  padding-left: 10px;
}

.select__self {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #FFFFFF;
  border: 1px solid rgba(51, 51, 51, 0.3);
  -webkit-box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.14);
  box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.14);
  border-radius: 4px;
  outline: none;
  width: 100%;
  padding: 17px 28px 17px 25px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}

.select__self::-ms-expand {
  display: none;
}

.select__self:focus {
  outline: none;
  background: #FFFFFF;
  border-radius: 4px;
}

.number-select__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
}

.number-select__self {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  outline: none;
}

.number-select__self::-ms-expand {
  display: none;
}

.number-select__option {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  padding: 10px;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.header__top {
  background: #333333;
}

.header__top-inner {
  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;
  padding-top: 25px;
  padding-bottom: 25px;
}

.header__geo-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  cursor: pointer;
}

.header__geo-city {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.header__geo-city:hover {
  color: #BA2E2F;
  text-decoration: underline;
}

.header__contacts {
  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;
  -webkit-column-gap: 88px;
  -moz-column-gap: 88px;
  column-gap: 88px;
}

.header__contacts-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.header__phone {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #FFFFFF;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.header__phone:hover {
  color: #BA2E2F;
}

.header__get-callback {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #FFFFFF;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.header__get-callback:hover {
  color: #BA2E2F;
  text-decoration: underline;
}

.header__contact-link {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  text-decoration: underline;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.header__contact-link.whatsapp {
  background: url('../img/whatsapp.svg');
  width: 50px;
  height: 50px;
}
.header__contact-link.telegram {
  background: url('../img/telegram.svg');
  width: 50px;
  height: 50px;
}
.header__contact-link.max {
  background: url('../img/max-messenger-sign-logo.svg');
  width: 50px;
  height: 50px;
}
.header__contact-link:hover {
  color: #BA2E2F;
  text-decoration: underline;
}

.header__social-img.dark {
  display: none;
}

.header__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #fff;
  padding: 20px 0;
  -webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.header__bottom.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 101;
}

.header__bottom-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__burger {
  display: none;
}

.header__logo {
  max-width: 185px;
}

.header__logo-mobile {
  display: none;
}

.header__logo-img {
 /*  width: 100%; */
}

.header__logo-img-mobile {
  display: none;
 /*  width: 100%; */
}

.header__links-list {
  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;
  padding-bottom: 10px;
  width: 100%;
  column-gap:8px;
  max-width: 733px;
}

.header__link {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #333333;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.header__link:hover {
  color: #BA2E2F;
}

.header__link.active {
  color: #BA2E2F;
}

.header__links-control {
  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;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  max-width: 270px;
  width: 100%;
}

.header__login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #333333;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding-bottom: 10px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.header__login:hover {
  color: #BA2E2F;
}

.header__login-img.light {
  display: none;
}

.header__basket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #333333;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding-bottom: 10px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}

.header__basket:hover {
  color: #BA2E2F;
}

.header__basket-order-count {
  position: absolute;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  font-weight: 700;
  font-size: 10px;
  line-height: 10px;
  color: #FFFFFF;
  background: #BA2E2F;
  top: -20%;
  left: 10%;
  padding: 3px 5px 4px 6px;
  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;
}

.input-header {
  font-weight: 400;
  font-size: 16px;
  line-height: 130.18%;
  padding: 12px 12px;
  color: #333333;
  width: 380px;
  z-index: -11;
  position: absolute;
  left: -1800%;
  pointer-events: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
}

.input-header.active {
  z-index: 10;
  pointer-events: all;
  opacity: 1;
}

.input-header::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.4);
}

.input-header::-moz-placeholder {
  color: rgba(51, 51, 51, 0.4);
}

.input-header:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.4);
}

.input-header::-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.4);
}

.input-header::placeholder {
  color: rgba(51, 51, 51, 0.4);
}

.input-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 20px;
  height: 20px;
  padding-bottom: 22px;
}

.input-header__img {
  position: absolute;
  right: 8px;
  cursor: pointer;
  z-index: 11;
}

.input-header__img.light {
  display: none;
}

.input-header__cancel {
  display: none;
}

footer {
  background: #333333;
}

.footer {
  padding-top: 50px;
  padding-bottom: 40px;
}

.footer__upper {
  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;
  padding-bottom: 60px;
  margin-bottom: 40px;
  border-bottom: 1px solid #F2F2F2;
}

.footer__menu-upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 1100px;
  margin-bottom: 20px;
}

.footer__links-list {
  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;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.footer__item-link {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.footer__item-link:hover {
  color: #BA2E2F;
}

.footer__menu-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 10px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.footer__menu-phone-link {
  font-weight: 300;
  font-size: 20px;
  line-height: 27px;
  color: #FFFFFF;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.footer__menu-phone-link:hover {
  color: #BA2E2F;
}

.footer__menu-get-callback {
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #FFFFFF;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.footer__menu-get-callback:hover {
  color: #BA2E2F;
  text-decoration: underline;
}

.footer__social-item {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin-bottom: 15px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.footer__social-item:hover {
  color: #BA2E2F;
}

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

.footer__copyright {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #F2F2F2;
  opacity: 0.9;
  margin-bottom: 14px;
}

.footer__public-offer {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #F2F2F2;
  opacity: 0.5;
  max-width: 1018px;
}

.start {
  /*background-image: url(../img/index/start-slider-bg2.jpg);*/
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
  background-position-y: center;
  max-width: 1380px;

}

.start-pagination {
  margin-bottom: 140px;
}

.start-slider {
  position: relative;
}

.start-slider__item {
  padding-top: 146px;
  padding-bottom: 146px;
}

.start-slider__item-title {
  font-weight: 400;
  font-size: 60px;
  line-height: 123.5%;
  color: #FFFFFF;
  max-width: 800px;
  width: 100%;
  margin-bottom: 20px;
}

.start-slider__item-text {
  font-weight: 300;
  font-size: 20px;
  line-height: 130.18%;
  color: #FFFFFF;
  max-width: 582px;
  margin-bottom: 60px;
}

.start-slider__item-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
}

.start-slider__item-control-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.start-slider__item-control-link {
  min-width: 260px;
  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;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.start-slider__pagination.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.start-slider__pagination .swiper-pagination-bullet {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  width: 12px;
  height: 12px;
  background: rgba(51, 51, 51, 0.7);
}

.start-slider__pagination .swiper-pagination-bullet-active {
  background: #333333;
}

.sales {
  margin-bottom: 80px;
}

.sales.margin-top, .sales-margin-top {
  margin-top: 80px;
}

.sales__list {
  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;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.sales__list-item {
  display: inline-block;
  background: #D9D9D9;
  border-radius: 4px;
  padding: 30px;
  height: 510px;
  width: 100%;
  position: relative;
  z-index: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.sales__list-item:hover {
  background: #333333;
}

.sales__list-item:hover .sales__item-title {
  color: #FFFFFF;
}

.sales__list-item:hover .sales__item-text {
  color: #FFFFFF;
}

.sales__item-title {
  display: inline-block;
  font-weight: 600;
  font-size: 31px;
  line-height: 119.68%;
  color: #333333;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  z-index: 1;
  max-width: 514px;
  margin-bottom: 15px;
}
a.sales__item-title {
  color: #333333;
}

.sales__item-text {
  max-width: 462px;
  font-weight: 400;
  font-size: 18px;
  line-height: 130.18%;
  color: #333333;
  z-index: 1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.sales__item-img {
  position: absolute;
  border: 3px solid white;
  background: white;
  bottom: 40px;
  border-radius: 8px;
  max-height: 250px;
  max-width:350px;
  z-index: -1;
  left: 30px;
}

.sales__item-img img {
  max-height: 240px;
  max-width: 260px;
  width: auto;
  height: auto;
  border-radius: 4px;
}

.sales__item-link {
  position: absolute;
  right: 36px;
  bottom: 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #BA2E2F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.sales__item-link-img {
  max-width:25px;
}
a.sales__item-link {
  color: #BA2E2F;
}

.products-types {
  margin-bottom: 140px;
}

.products-types__title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

.products-types__title {
  font-weight: 400;
  font-size: 48px;
  line-height: 123.5%;
  color: #333333;
}

.products-types__subtitle {
  font-weight: 300;
  font-size: 20px;
  line-height: 130.18%;
  color: #333333;
  margin-top: 20px;
}

.products-types__btn-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #333333;
}

.products-types__btn-link.mobile {
  display: none;
}

.products-types__list {
  display: grid;
  grid-template-columns: minmax(200px, 465px) minmax(200px, 465px) minmax(200px, 465px) minmax(200px, 465px);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

.products-types__list-item {
  background: #FFFFFF;
  border-radius: 4px;
  padding: 30px;
  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;
  transition: 0.2s;
}

.products-types__list-item:hover {
  -webkit-box-shadow: 0px 4px 73px rgba(0, 8, 48, 0.07), 0px 17px 38px rgba(15, 23, 69, 0.1);
  box-shadow: 0px 4px 73px rgba(0, 8, 48, 0.07), 0px 17px 38px rgba(15, 23, 69, 0.1);
}

.products-types__item-img {
  width: 100%;
  max-width: 350px;
  height: auto;
  /*max-height: 250px;*/
  margin-bottom: 55px;
}

.products-types__item-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 130.18%;
  color: #333333;
  margin-bottom: 20px;
}

.products-types__item-link {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #BA2E2F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.products-types__item-link img {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.products-types__item-link:hover img {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.presentation {
  margin-bottom: 140px;
}

.presentation__title {
  font-weight: 400;
  font-size: 48px;
  line-height: 123.5%;
  color: #333333;
  margin-bottom: 40px;
}

.presentation__list {
  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;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.presentation__list-item {
  background: #FFFFFF;
  border-radius: 4px;
  width: 100%;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(51, 51, 51, 0.14));
  filter: drop-shadow(0px 0px 10px rgba(51, 51, 51, 0.14));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 45px;
  column-gap:20px;
}

.presentation__item-title {
  font-weight: 400;
  font-size: 28px;
  line-height: 130.18%;
  color: #333333;
  margin-bottom: 20px;
}

.presentation__item-text {
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 130.18%;
  color: #333333;
  max-width: 410px;
}

.presentation__item-btn {
  min-width: 190px;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.projects {
  margin-bottom: 140px;
}

.projects.mt80 {
  margin-top: 80px;
}

.projects__title-block {
  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;
  margin-bottom: 20px;
}

.projects__title {
  font-weight: 400;
  font-size: 48px;
  line-height: 123.5%;
  color: #333333;
}

.projects__title-btn-link {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.projects__title-btn-link img {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.projects__title-btn-link:hover img {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.projects__title-btn-link.mobile {
  display: none;
}

.projects__subtitle {
  font-weight: 300;
  font-size: 20px;
  line-height: 130.18%;
  color: #333333;
  margin-bottom: 40px;
}

.projects__list {
  display: grid;
  grid-template-columns: auto auto auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
}

.projects__list-item {
  -webkit-filter: drop-shadow(0px 0px 10px rgba(51, 51, 51, 0.14));
  filter: drop-shadow(0px 0px 10px rgba(51, 51, 51, 0.14));
  background: #FFFFFF;
  border-radius: 4px;
  max-width: 100%;
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 32px 25px 28px;
  transition: 0.2s;
}

.projects__list-item:hover {
  -webkit-box-shadow: 0px 4px 73px rgba(0, 8, 48, 0.07), 0px 17px 38px rgba(15, 23, 69, 0.1);
  box-shadow: 0px 4px 73px rgba(0, 8, 48, 0.07), 0px 17px 38px rgba(15, 23, 69, 0.1);
}

.projects__item-wrapper {
  width: 100%;
 /* height: 278px;*/
  display: inline-block;
  margin-bottom: 28px;
}

.projects__item-img {
  width: 100%;
  /*height: 100%;*/
}

.projects__item-title {
  display: inline-block;
  font-weight: 400;
  font-size: 20px;
  line-height: 130.18%;
  color: #333333;
  margin-bottom: 10px;
}

.projects__item-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 130.18%;
  color: #333333;
  margin-bottom: 20px;
}

.projects__item-link {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #BA2E2F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.projects__item-link img {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.projects__item-link:hover img {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.clients {
  overflow-x: visible !important;
}

.clients__title {
  font-weight: 400;
  font-size: 48px;
  line-height: 123.5%;
  color: #333333;
  margin-bottom: 40px;
}

.clients__list {
  overflow: visible !important;
}

.clients__list-item {
  margin-bottom: 140px;
  background-color: #fff;
  max-width: 400px !important;
  height: 160px !important;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(51, 51, 51, 0.14));
  filter: drop-shadow(0px 0px 10px rgba(51, 51, 51, 0.14));
  border-radius: 4px;
}

.clients__item-img {
  max-width: 100%;
  /*height: 100%;*/
}

.consultation-form {
  margin-bottom: 80px;
}

.consultation-form__inner {
  padding: 50px 45px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.14);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.14);
  border-radius: 4px;
}

.consultation-form__title {
  font-weight: 400;
  font-size: 48px;
  line-height: 123.5%;
  color: #333333;
  margin-bottom: 20px;
}

.consultation-form__subtitle {
  font-weight: 300;
  font-size: 20px;
  line-height: 130.18%;
  color: #333333;
  margin-bottom: 60px;
}

.consultation-form__controls {
  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;
  max-width: 1538px;
}

.consultation-form__input {
  margin-right: 20px;
}

.consultation-form__input:last-child {
  margin-right: 0;
}

.consultation-form__btns {
  margin-left: 50px;
}

.consultation-form__btn {
  min-width: 320px;
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  color: #FFFFFF;
}

.page-first {
  max-width: 1380px;
  margin: 0 auto;
  /*background-image: url(../img/about-bg.png);*/
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 236px;
  padding-bottom: 308px;
  margin-bottom: 140px;
}

.page-first__title {
  font-weight: 400;
  font-size: 120px;
  line-height: 123.5%;
  color: #FFFFFF;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.page-first__text {
  font-weight: 400;
  font-size: 28px;
  line-height: 130.18%;
  color: #FFFFFF;
  max-width: 1400px;
}

.company__inner {
  padding: 0 125px;
}

.company__title {
  font-weight: 400;
  font-size: 48px;
  line-height: 123.5%;
  color: #333333;
  margin-bottom: 20px;
}

.company__text {
  font-weight: 300;
  font-size: 20px;
  line-height: 130.18%;
  color: #333333;
  margin-bottom: 80px;
  max-width: 1077px;
}

.company__stat {
  border: 1px solid rgba(51, 51, 51, 0.1);
  -webkit-filter: drop-shadow(0px 0px 10px rgba(51, 51, 51, 0.2));
  filter: drop-shadow(0px 0px 10px rgba(51, 51, 51, 0.2));
  border-radius: 4px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 135px;
  padding-bottom: 135px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 80px;
}

.company__stat-inner {
  max-width: 1168px;
  width: 100%;
  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;
}

.company__stat-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.company__stat-item-title {
  font-weight: 300;
  font-size: 20px;
  color: #BA2E2F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  padding-bottom: 25px;
  margin-bottom: 32px;
  border-bottom: 3px solid #BA2E2F;
}

.company__stat-item-title .large-number {
  font-weight: 400;
  font-size: 80px;
  line-height: 60px;
  color: #BA2E2F;
}

.company__stat-item-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #333333;
  max-width: 245px;
}

.advantages {
  margin-bottom: 161px;
}

.advantages .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.advantages__title {
  font-weight: 400;
  font-size: 48px;
  line-height: 123.5%;
  color: #333333;
  margin-bottom: 20px;
  max-width: 1321px;
}

.advantages__text {
  font-weight: 300;
  font-size: 20px;
  line-height: 130.18%;
  color: #333333;
  margin-bottom: 80px;
  max-width: 1321px;
}

.advantages__list {
  max-width: 1321px;
  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;
}

.advantages__item-img {
  margin-bottom: 36px;
}

.advantages__item-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 22px;
  color: #333333;
  margin-bottom: 14px;
}

.advantages__item-text {
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  max-width: 241px;
}

.news {
  margin-bottom: 140px;
}

.news__title-block {
  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;
  margin-bottom: 40px;
}

.news__title {
  font-weight: 400;
  font-size: 48px;
  line-height: 123.5%;
  color: #333333;
}

.news__title-link {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.news__list-item {
  background: #FFFFFF;
  border-radius: 4px;
  max-width: 33.33333%;
  height: 536px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(51, 51, 51, 0.14));
  filter: drop-shadow(0px 0px 10px rgba(51, 51, 51, 0.14));
}

.news__list-item:hover .news__item-link-img {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.news__list-item:hover {
  -webkit-box-shadow: 0px 4px 73px rgba(0, 8, 48, 0.07), 0px 17px 38px rgba(15, 23, 69, 0.1);
  box-shadow: 0px 4px 73px rgba(0, 8, 48, 0.07), 0px 17px 38px rgba(15, 23, 69, 0.1);
}

.news__item-img {
  width: 100%;
  height: 280px;
  -o-object-fit: fill;
  object-fit: fill;
}

.news__item-descr {
  padding: 28px 25px 28px;
  height: calc(100% - 310px);
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  row-gap: 20px;
}
.news__item-text-content {
  margin-bottom:10px;
}

.news__item-title {
  font-weight: 400;
  font-size: 19px;
  line-height: 130.18%;
  color: #333333;
  margin-bottom: 10px;
}

.news__item-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 130.18%;
  color: #333333;
}

.news__item-link {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #BA2E2F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.news__item-link-img {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.faq {
  margin-top: 80px;
  margin-bottom: 140px;
}

.faq__inner {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.14);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.14);
  border-radius: 4px;
  padding: 80px 120px;
}

.faq__title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 160px;
  -moz-column-gap: 160px;
  column-gap: 160px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 62px;
}

.faq__title-link {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: rgba(51, 51, 51, 0.4);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border-bottom: 1px solid transparent;
}

.faq__title-link.active {
  color: #333333;
  border-bottom: 1px solid #333333;
}

.faq__title-link:hover {
  color: #333333;
}

.articles {
  /*margin-top: 30px;*/
  margin-bottom: 80px;
}

.articles__title {
  font-weight: 400;
  font-size: 40px;
  line-height: 123.5%;
  color: #333333;
  margin-bottom: 30px;
}

.articles__list {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 40px;
}

.articles__list-item {
  background: #F8F8F8;
  -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  display: inline-block;
  grid-column: span 2;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.articles__list-item:hover {
  -webkit-box-shadow: 0px 4px 73px rgba(0, 8, 48, 0.07), 0px 17px 38px rgba(15, 23, 69, 0.2);
  box-shadow: 0px 4px 73px rgba(0, 8, 48, 0.07), 0px 17px 38px rgba(15, 23, 69, 0.2);
}

.articles__list-item.large-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-column: span 3;
  height: 536px;
}

.articles__list-item.large-row .articles__item-img {
  height: 100%;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  max-width: 390px;
}

.articles__list-item.large-row .articles__item-content {
  margin-top: 100px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.articles__item-img {
  max-width: 100%;
  height: auto;
  /*height: 310px;*/
  border-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.articles__item-content {
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 25px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.articles__item-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 130.18%;
  color: #333333;
  margin-bottom: 10px;
}

.articles__item-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 130.18%;
  color: #333333;
}

.articles__item-link {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #BA2E2F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.articles__item-link img {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.articles__item-link:hover img {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.articles__bottom-block {
  margin-top: 60px;
  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;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.articles__show-more {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #333333;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.articles__show-more:hover {
  color: #BA2E2F;
}

.single-article {
  /*  margin-top: 80px;
		margin-bottom: 140px;*/
}

.single-article__inner {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.14);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.14);
  border-radius: 4px;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 150px;
  padding-right: 250px;
}

.single-article__title {
  font-weight: 400;
  font-size: 48px;
  line-height: 123.5%;
  color: #333333;
  margin-bottom: 40px;
  max-width: 1248px;
}

.single-article__text {
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 15px;
  max-width: 1248px;
}

.single-article__img {
  margin-top: 60px;
  margin-bottom: 60px;
  /*max-width: 1360px;*/
  /*width: 100%;*/
  border-radius: 4px;
  height: auto;
  max-width: 100%;
}

.single-article__subtitle {
  font-weight: 400;
  font-size: 30px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 28px;
}

.single-article__list {
  padding-left: 25px;
  max-width: 1348px;
}

.single-article__list.mt {
  margin-top: 40px;
}

.single-article__list.mb {
  margin-bottom: 40px;
}

.single-article__list-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 15px;
}

.single-article__unordered-list {
  padding-left: 10px;
}

.single-article__unordered-item {
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.single-article__unordered-item::before {
  content: "";
  min-height: 4px;
  min-width: 4px;
  background-color: #333333;
  border-radius: 50%;
  margin-top: 11px;
}

.order-instruction {
  margin-top: 80px;
  margin-bottom: 140px;
}

.order-instruction__inner {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.14);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.14);
  border-radius: 4px;
  padding: 80px 143px 80px 122px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.order-instruction__title {
  font-weight: 400;
  font-size: 48px;
  line-height: 123.5%;
  color: #333333;
  margin-bottom: 80px;
}

.order-instruction__subtitle {
  font-weight: 400;
  font-size: 30px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 28px;
}

.order-instruction__text {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  max-width: 738px;
  margin-bottom: 10px;
}

.order-instruction__text:last-child {
  margin-bottom: 0;
}

.order-instruction__text a {
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  font-weight: 600;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.order-instruction__text a:hover {
  color: #BA2E2F;
}

.order-instruction__form {
  padding: 38px 45px 38px;
  border: 1px solid rgba(51, 51, 51, 0.2);
  border-radius: 4px;
}

.order-instruction__form-img-mobile {
  display: none;
}

.basket {
  margin-top: 80px;
  margin-bottom: 140px;
}

.basket__title {
  font-weight: 400;
  font-size: 48px;
  line-height: 48px;
  color: #333333;
  margin-bottom: 40px;
}

.basket__empty-state {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: none;
}

.basket__empty-img {
  margin-bottom: 60px;
}

.basket__empty-title {
  font-weight: 400;
  font-size: 32px;
  line-height: 32px;
  color: #333333;
  margin-bottom: 20px;
}

.basket__empty-subtitle {
  font-weight: 300;
  font-size: 24px;
  line-height: 24px;
  color: #333333;
}

.basket__items-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 28px;
  margin-bottom: 40px;
}

.basket__item {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.14);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.14);
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  padding: 47px 67px 47px;
}

.basket__item-img-wrapper {
  border: 1px solid rgba(51, 51, 51, 0.2);
  border-radius: 4px;
  padding: 14px 18px;
  width: 350px;
  height: 245px;
  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;
}

.basket__item-img {
  max-width: 315px;
  max-height: 215px;
}

.basket__item-descr {
  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;
  width: 100%;
  max-width: 1146px;
}

.basket__specs-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.basket__item-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 10px;
  max-width: 397px;
}

.basket__item-vendor {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 28px;
}

.basket__item-specs-row {
  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;
  padding: 6px 20px;
}

.basket__item-specs-row:nth-child(2n+1) {
  background: #F4F4F4;
  border-radius: 4px;
}

.basket__item-spec-title {
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}

.basket__item-sumprice-block span {
  display: none;
}

.basket__item-sumprice {
  font-weight: 600;
  font-size: 32px;
  line-height: 130.18%;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

.basket__delete-button span {
  display: none;
}

.basket__item-currency {
  font-weight: 400;
}

.basket__bottom-controls {
  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;
}

.basket__file-controls {
  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;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  /*max-width: 777px;*/
  max-width: 500px;
  width: 100%;
}

.basket__file-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: rgba(51, 51, 51, 0.7);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.basket__file-link:hover {
  color: #BA2E2F;
}

.basket__order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
}

.basket__order-sum {
  font-weight: 400;
  font-size: 32px;
  line-height: 123.5%;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}

.basket__order-sum-price {
  font-weight: 600;
  font-size: 38px;
  line-height: 123.5%;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
}

.basket__order-sum-currency {
  font-weight: 400;
  font-size: 38px;
  line-height: 123.5%;
  color: #333333;
}

.basket__order-btn {
  width: 200px;
}

.making-order {
  margin-top: 80px;
  margin-bottom: 140px;
}

.making-order__title {
  font-weight: 400;
  font-size: 48px;
  line-height: 48px;
  color: #333333;
  margin-bottom: 40px;
}

.making-order__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.making-order__form-info-block .making-order__form-step {
  max-width: 1110px;
  margin-bottom: 20px;
}

.making-order__form-info-block .making-order__form-step:last-child {
  margin-bottom: 0;
}

.making-order__form-step {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.14);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.14);
  border-radius: 4px;
  padding: 40px 60px;
}

.making-order__step-title-block {
  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;
  margin-bottom: 28px;
}

.making-order__step-title {
  font-weight: 400;
  font-size: 30px;
  line-height: 48px;
  color: #333333;
}

.making-order__step-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: rgba(51, 51, 51, 0.7);
  cursor: pointer;
}

.making-order__step-link:hover {
  color: #BA2E2F;
}

.making-order__step-radio-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  margin-bottom: 40px;
}

.making-order__step-inputs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 28px;
  -moz-column-gap: 28px;
  column-gap: 28px;
  row-gap: 28px;
}

.making-order__step-input-wrapper {
  max-width: 480px;
  width: 100%;
}

.making-order__step-input-wrapper label {
  padding-left: 6px;
}

.making-order__step-input-wrapper input {
  background: #F8F8F8;
  border: 1px solid rgba(51, 51, 51, 0.2);
  border-radius: 4px;
  padding: 10px 19px;
  font-weight: 300;
  font-size: 14px;
  line-height: 28px;
  margin-top: 10px;
}

.making-order__step-input-small .making-order__step-input-wrapper {
  max-width: 226px;
  width: 100%;
}

.making-order__payment-systems {
  max-height: 20px;
}

.making-order__form-order-block {
  max-width: 628px;
  width: 100%;
}

.making-order__ordered-item {
  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;
  padding-bottom: 20px;
  margin-bottom: 28px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}

.making-order__ordered-item:last-child {
  margin-bottom: 20px;
}

.making-order__item-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  max-width: 276px;
  margin-bottom: 14px;
}

.making-order__item-article {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}

.making-order__item-price {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #333333;
  margin-bottom: 10px;
}

.making-order__item-currency {
  font-weight: 400;
}

.making-order__item-count {
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  color: #333333;
}

.making-order__order-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 15px;
}

.making-order__order-summary-field {
  width: 100%;
  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;
}

.making-order__summary-field-title {
  font-weight: 300;
  font-size: 20px;
  line-height: 20px;
  color: #333333;
}

.making-order__summary-field-value {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #333333;
}

.making-order__summary-field-sumprice {
  font-weight: 400;
  font-size: 32px;
  line-height: 123.5%;
  color: #333333;
}

.making-order__summary-field-price {
  font-weight: 400;
  font-size: 32px;
  line-height: 123.5%;
  color: #333333;
}

.making-order__order-summary-btn {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #FFFFFF;
  margin-top: 40px;
  cursor: pointer;
}

.personal-account {
  margin-top: 80px;
  margin-bottom: 140px;
}

.personal-account__title {
  font-weight: 400;
  font-size: 48px;
  line-height: 48px;
  color: #333333;
  margin-bottom: 40px;
}

.personal-account__inner {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.14);
  box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.14);
  border-radius: 4px;
  padding: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

/*.personal-account__inner.mobile {
  display: none;
}*/

.personal-account__aside {
  max-width: 382px;
  width: 100%;
}

.personal-account__aside-item {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #333333;
  padding: 17px 35px;
  background: #F4F4F4;
  border-radius: 4px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  margin-bottom: 20px;
  display: block;
}

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

.personal-account__aside-item.active {
  color: #BA2E2F;
}

.personal-account__aside-item:hover {
  color: #BA2E2F;
}

.personal-account__main {
  max-width: 1030px;
  width: 100%;
}

.personal-account__main-tab.favourite {
  max-width: 867px;
}

.personal-account__dropdown {
  margin-bottom: 28px;
}

.personal-account__inputs {
  margin-bottom: 80px;
}

.personal-account__inputs .input__wrapper {
  margin-bottom: 20px;
}

.personal-account__inputs .input__wrapper:last-child {
  margin-bottom: 0;
}

.personal-account__inputs .input__two-columns {
  max-width: 480px;
  gap: 28px;
}

.personal-account__inputs .input__two-columns .input__wrapper {
  margin-bottom: 0;
}

.personal-account__input-wrapper {
  max-width: 480px;
  position: relative;
}

.personal-account__main-title {
  font-weight: 400;
  font-size: 30px;
  line-height: 48px;
  color: #333333;
  margin-bottom: 30px;
}

.personal-account__bottom-wrapper {
  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;
}

.personal-account__bottom-btn-link {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #333333;
  cursor: pointer;
  background-color: transparent;
}

.personal-account__bottom-btn-link:hover {
  color: #BA2E2F;
}

.personal-account__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}

.personal-account__pagination-arrow {
  position: absolute;
  top: 7px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.personal-account__pagination-arrow:hover {
  border-top: 1px solid #BA2E2F;
  border-right: 1px solid #BA2E2F;
}

.personal-account__pagination-arrow.right {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 0;
}

.personal-account__pagination-arrow.left {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  left: 0;
}

.personal-account__pagintaion-number {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #333333;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.6;
}

.personal-account__pagintaion-number.active {
  opacity: 1;
}

.personal-account__pagintaion-number:hover {
  color: #BA2E2F;
  opacity: 1;
}

.personal-account__orders-list {
  margin-bottom: 40px;
}

.personal-account__order-item {
  border: 1px solid rgba(51, 51, 51, 0.3);
  border-radius: 4px;
  padding: 40px 20px;
  margin-bottom: 20px;
}

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

.personal-account__order-title-block {
  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;
  padding-bottom: 20px;
  margin-bottom: 28px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.4);
}

.personal-account__order-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 130.18%;
  color: #333333;
  padding-left: 15px;
}

.personal-account__order-price {
  font-weight: 400;
  font-size: 20px;
  line-height: 130.18%;
  color: #333333;
}

.personal-account__order-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.personal-account__order-product-img {
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.personal-account__favourite {
  display: grid;
  grid-template-columns: minmax(100px, 424px) minmax(100px, 424px);
  gap: 20px;
  margin-bottom: 40px;
}

.personal-account__favourite-item {
  position: relative;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(51, 51, 51, 0.14));
  filter: drop-shadow(0px 0px 10px rgba(51, 51, 51, 0.14));
  background: #FFFFFF;
  border-radius: 4px;
  padding: 20px;
  max-width: 424px;
  transition: 0.2s;
}

.personal-account__favourite-item:hover {
  -webkit-box-shadow: 0px 4px 73px rgba(0, 8, 48, 0.07), 0px 17px 38px rgba(15, 23, 69, 0.1);
  box-shadow: 0px 4px 73px rgba(0, 8, 48, 0.07), 0px 17px 38px rgba(15, 23, 69, 0.1);
}

.personal-account__favourite-status {
  position: absolute;
  top: 30px;
  right: 30px;
  font-weight: 400;
  font-size: 20px;
  line-height: 130.18%;
  color: #00D254;
}

.personal-account__favourite-status.popular {
  color: #EDAB00;
}

.personal-account__favourite-status.sale {
  color: #BA2E2F;
}

.personal-account__favourite-img {
  max-width: 100%;
  /*max-height: 200px;*/
  width: 100%;
  height: auto;
  /*height: 100%;*/
  margin-bottom: 15px;
  border-radius: 4px;
}

.personal-account__favourite-price-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-bottom: 15px;
}

.personal-account__favourite-current-price {
  font-weight: 600;
  font-size: 24px;
  line-height: 130.18%;
  color: #333333;
}

.personal-account__favourite-old-price {
  font-weight: 300;
  font-size: 18px;
  line-height: 130.18%;
  color: #333333;
  text-decoration: line-through;
}

.personal-account__favourite-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 130.18%;
  color: #333333;
  margin-bottom: 12px;
  display: block;
}
a.personal-account__favourite-title {
  color: #333333;
  min-height: 65px;
}

.personal-account__favourite-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.personal-account__favourite-star {
  margin-right: 2px;
}

.personal-account__favourite-star:last-child {
  margin-right: 5px;
}

.personal-account__favourite-count {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #5B5555;
}

.personal-account__favourite-bottom-block {
  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;
}

.personal-account__favourite-btn {
  max-width: 180px;
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
  padding: 9px 7px 9px;
}

.personal-account__favourite-like {
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.personal-account__favourite-like path {
  fill: #333333;
}

.personal-account__favourite-like.active path {
  fill: #BA2E2F;
}

.contacts {
  margin-top: 80px;
  margin-bottom: 140px;
}

.contacts__inner {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.14);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.14);
  border-radius: 4px;
  padding: 80px 65px;
}

.contacts__content {
  max-width: 1250px;
  padding: 0 60px;
}

.contacts__title {
  font-weight: 400;
  font-size: 48px;
  line-height: 123.5%;
  color: #333333;
  margin-bottom: 14px;
}

.contacts__subtitle {
  font-weight: 300;
  font-size: 20px;
  line-height: 123.5%;
  color: #333333;
  margin-bottom: 60px;
}

.contacts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contacts__list.fs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-column-gap: 160px;
  -moz-column-gap: 160px;
  column-gap: 160px;
}

.contacts__list-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contacts__column-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #333333;
  margin-bottom: 14px;
}

.contacts__row-data {
  font-weight: 300;
  font-size: 18px;
  line-height: 18px;
  color: #333333;
  padding-bottom: 10px;
}

.contacts__row-data:first-child {
  text-align: right;
  padding-right: 20px;
}

.contacts__column-row {
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  color: #333333;
  display: inline-block;
  margin-bottom: 10px;
  max-width: 268px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.contacts__column-row:last-child {
  margin-bottom: 0;
}

.contacts__column-row:hover {
  color: #BA2E2F;
}

.contacts__btn {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
  padding: 10px 11px;
  width: 180px;
}

.contacts__btn-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #BA2E2F;
}

.contacts__btn-link:hover img {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.contacts__btn-link-img {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.contacts #map {
  margin-top: 65px;
  margin-bottom: 100px;
  width: 100%;
  height: 981px;
}
.contacts #map div {max-height:100%!important; height:100%!important}
.contacts #map > ymaps {max-height:100%!important;}

.contacts__title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 42px;
  -moz-column-gap: 42px;
  column-gap: 42px;
  margin-bottom: 60px;
}

.contacts__download-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding: 14px 20px 13px 20px;
}

.contacts__juridical-info {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.contacts__juridical-info-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 28px;
}

.contacts__juridical-title {
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 10px;
}

.contacts__juridical-value {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
}

.catalog {
  margin-top: 30px;
  margin-bottom: 80px;
}

.catalog__title {
  font-weight: 400;
  font-size: 48px;
  line-height: 60px;
  color: #333333;
  margin-bottom: 30px;
}

.catalog__tag-list {
  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;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  row-gap: 8px;
  margin-bottom: 20px;
}

.catalog__tag-list.mobile {
  display: flex;
}

.sr-only{position:absolute;white-space:nowrap;width:1px;height:1px;overflow:hidden;border:0;padding:0;clip:rect(0 0 0 0);clip-path:inset(50%);margin:-1px}

a.catalog__tag {
  /*background: #FFFFFF;*/
  border-radius: 50px;
  padding: 3px 6px;
  cursor: pointer;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: rgba(51, 51, 51, 0.8);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;

  color: #3d3d3d;
  background: #e8e8e8;
}

.catalog__tag.active {
  color: #BA2E2F;
}

.catalog__tag:hover {
  color: #BA2E2F;
}

.catalog__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.catalog__aside {
  /*max-width: 424px;
  width: 100%;*/
  width: 25%;
}

.catalog__aside-close {
  display: none;
}

.catalog__aside-categories {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.14);
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 30px;
}

.catalog__aside-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  color: #333333;
  margin-bottom: 10px;
}

.catalog__category {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #333333;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background: #F4F4F4;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  padding: 12px 15px 12px;
  margin-bottom: 15px;
}

.catalog__category:last-child {
  margin-bottom: 0;
}

.catalog__category:hover {
  color: #BA2E2F;
}

.catalog__category.active {
  color: #BA2E2F;
}

.catalog__categories-popup-wrapper {
  display: inline-block;
  padding-left: 10px;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 10;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
  max-width: 336px;
  opacity: 0;
  z-index: -10;
  pointer-events: none;
}

.catalog__categories-popup-wrapper.active {
  opacity: 1;
  z-index: 10;
  pointer-events: all;
}

.catalog__category-popup {
  background: #F4F4F4;
  border: 1px solid rgba(51, 51, 51, 0.3);
  -webkit-box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.1);
  box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.1);
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 4px 16px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.catalog__category-popup-item {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  color: #333333;
  padding: 16px 10px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.catalog__category-popup-item:hover {
  text-decoration: underline;
}

.catalog__category-popup-item.active {
  color: #BA2E2F;
  text-decoration: underline;
}

.catalog__select-list {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.14);
  border-radius: 4px;
  margin-bottom: 30px;
}

.catalog__btn {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
  width: 100%;
  margin-bottom: 15px;
  padding: 12px 12px;
}

.catalog__btn:last-child {
  margin-bottom: 0;
}

.catalog__content {
  /*max-width: 1315px;
  width: 100%;*/
  width: 75%;
}

.catalog__content-top-block {
  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;
  /*margin-bottom: 15px;*/
}

.catalog__filters-popup-btn {
  display: none;
}

.catalog__sorting-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 650px;
  width: 100%;
}

.catalog__sorting-filters.mobile {
  display: none;
}

.catalog__sorting-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #333333;
  margin-right: 20px;
}

.catalog__sorting-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  column-gap:20px;
  max-width: 460px;
  width: 100%;
}

.catalog__sorting-tag {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: rgba(51, 51, 51, 0.4);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}

.catalog__sorting-tag:hover {
  color: #333333;
}

.catalog__sorting-tag.active {
  color: #BA2E2F;
}

.catalog__content-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 60px;
}

.catalog__select-list {
  padding: 30px;
}

.catalog__accordion-item {
  background: #F4F4F4;
  border-radius: 4px;
  border: none !important;
  padding: 12px 15px 12px !important;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #333333;
}

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

.catalog__accordion-trigger {
  max-height: 60px;
  padding: 0 !important;
  border: none;
}

.catalog__accordion-trigger-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  margin-left: 0 !important;
  color: #333333;
}

.catalog__accordion-trigger-img {
  margin-right: 0 !important;
  width: 10px !important;
  height: 10px !important;
  min-width:10px !important;
  border-top: 1px solid #333 !important;
  border-right: 1px solid #333 !important;
}

.catalog__accordion-content {
  margin-top: 20px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.catalog__accordion-content .checkbox__wrapper {
  margin-bottom: 10px;
}

.catalog__accordion-content .checkbox__wrapper:last-of-type {
  margin-bottom: 0px;
}


.product-item {
  margin-top: 40px;
  margin-bottom: 60px;
}

.product-item__inner {
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.2);
  box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.2);
  border-radius: 4px;
  padding: 45px 75px;
}

.product-item__return-link {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  margin-bottom: 40px;
}

.product-item__return-link:hover {
  color: #BA2E2F;
}

.product-item__return-link-img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.product-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 35px;
  -moz-column-gap: 35px;
  column-gap: 35px;
}

.product-item__item-block {
  max-width: 640px;
  position: relative;
height:fit-content
}

.product-item__item-slider {
  border: none;
  border-radius: 4px;
  padding: 0px !important;
  margin-bottom: 22px;
}

.product-item__item-slider .swiper-wrapper {
  align-items: center;
}

.product-item__item-slide {
  max-width: 738px;

  width: 100%;
  height: 100%;
  text-align: center;
}

.product-item__item-img {
  max-width: 100%;
  /*max-height: 450px;*/
  object-fit: contain;
  height: 100%;
  border-radius: 4px;
}

.product-item__thumbs-slider {
  max-width: 585px;
  width: 100%;
}

.product-item__thumb-slide {
  border: none;
  border-radius: 4px;
  max-width: 226px;
  max-height: 145px;
  width: 100%;
  height: 100%;
  padding: 5px 5px !important;
  min-width: 100px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.product-item__thumb-slide.swiper-slide-thumb-active {
  border: 1px solid #ba2e2f;
}

.product-item__thumb-img {
  max-width: 100%;
  /*max-height: 100px;*/
  object-fit: contain;
  border-radius:4px;
}

.product-item__button-prev {
  position: absolute;
  left: 0;
  bottom: 55px;
  height: 36px;
  width: 21px;
  background-image: url(../img/icons/left-arrow-slider.svg);
  cursor: pointer;
  opacity: 0.7;
}

.product-item__button-prev:hover {
  opacity: 1;
}

.product-item__button-prev.swiper-button-disabled {
  opacity: 0.2;
}

.product-item__button-next {
  right: 0;
  bottom: 55px;
  position: absolute;
  height: 36px;
  width: 21px;
  background-image: url(../img/icons/right-arrow-slider.svg);
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.7;
}

.product-item__button-next:hover {
  opacity: 1;
}

.product-item__button-next.swiper-button-disabled {
  opacity: 0.2;
}

.product-item__item-descr-block {
  max-width: 728px;
  width: 100%;
}

.product-item__item-title {
  font-weight: 400;
  font-size: 40px;
  line-height: 118%;
  color: #333333;
  max-width: 673px;
  margin-bottom: 60px;
}

.product-item__item-selects {
  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-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 32px;
  margin-bottom: 80px;
}

.product-item__descr-counter {
  margin-bottom: 40px;
  max-width: 463px;
  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;
}

.product-item__descr-counter.wide {
  max-width: 660px;
}

.product-item__min-price-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 123.5%;
  color: #BA2E2F;
  margin-bottom: 20px;
}

.product-item__price-cta {
  font-weight: 400;
  font-size: 18px;
  line-height: 123.5%;
  color: #333333;
  margin-bottom: 20px;
}

.product-item__btns-wrapper {
  margin-bottom: 40px;
  max-width: 660px;
  display: grid;
  width: 100%;
  grid-template-columns: minmax(120px, 220px) minmax(120px, 220px);
  gap: 20px;
}

.product-item__btn {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  padding: 14px 5px 15px;
}

.product-item__descr-links {
  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;
  max-width: 540px;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.product-item__descr-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.product-item__tabs {
  margin-bottom: 100px;
}

.product-item__tabs.mobile {
  display: none;
}

.product-item__tabs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-item__tab-item {
  padding: 25px 50px;
  cursor: pointer;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: rgba(51, 51, 51, 0.7);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.product-item__tab-item:hover {
  color: #333333;
}

.product-item__tab-item.active {
  color: #BA2E2F;
  background: #FFFFFF;
  border-radius: 4px 4px 0px 0px;
}

.product-item__tab-content {
  padding: 60px 75px;
  background: #FFFFFF;
  border-radius: 0px 4px 4px 4px;
}

.product-item__tab-content.two-column-grid {
  display: grid;
  grid-template-columns: 0.54fr 0.46fr;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.product-item__tab-content.two-column-grid.alt-grid {
  grid-template-columns: 1fr 1fr;
}

.product-item__download-btn {
  width: 240px;
  padding: 13px 25px 14px;
  margin-bottom: 54px;
}

.product-item__tab-title {
  font-weight: 400;
  font-size: 30px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 28px;
  line-height: 120%;
}

.product-item__tab-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 10px;
}

.product-item__tab-text:last-child {
  margin-bottom: 0;
}

.product-item__tab-descr-list {
  margin-top: 60px;
  padding-left: 20px;
  max-width: 655px;
}

.product-item__tab-descr-item {
  margin-bottom: 28px;
}

.product-item__tab-descr-item:last-child {
  margin-bottom: 0;
}

.product-item__tab-descr-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  padding-left: 5px;
  padding-bottom: 6px;
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
}

.product-item__tab-descr-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}

.product-item__tab-descr-text b {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}

.product-item__tab-img {
  max-width: 691px;
  padding: 48px 31px;
  background: #FFFFFF;
  border: 1px solid rgba(51, 51, 51, 0.2);
  border-radius: 4px;
  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;
}

.product-item__tab-column-img {
  max-width: 628px;
  max-height: 458px;
}

.product-item__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.product-item__text.limit {
  max-width: 735px;
}

.product-item__blueprint-img {
  display: inline-block;
}

.product-item__blueprint-img.mb {
  margin-bottom: 80px;
}

.product-item__blueprint-img.mt {
  margin-top: 28px;
}

.product-item__alt-table {
  max-width: 700px;
}

.product-item__alt-row {
  background: #F4F4F4;
  border-radius: 4px;
  padding: 15px 40px;
  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;
  margin-bottom: 14px;
}

.product-item__alt-title {
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
}

.product-item__alt-value {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
}

.product-item__alt-row-large {
  background: #F4F4F4;
  border-radius: 4px;
  padding: 18px 30px;
  margin-bottom: 14px;
}

.product-item__alt-row-large:last-child {
  margin-bottom: 0;
}

.product-item__alt-row-title {
  font-weight: 300;
  font-size: 20px;
  line-height: 20px;
  color: #333333;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
  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;
  margin-bottom: 14px;
}

.product-item__alt-content-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  color: #333333;
}

.product-item__tab-slider {
  max-width: 784px;
  border: 1px solid rgba(51, 51, 51, 0.2);
}

.product-item__tab-slider .pa-tab-pagination {
  color: rgba(51, 51, 51, 0.3) !important;
}

.product-item__table-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
}

.product-item__table {
  max-width: 574px;
  width: 100%;
}

.product-item__table-row {
  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;
  padding: 9px 30px;
  border-radius: 4px;
}

.product-item__table-row:nth-child(2n+1) {
  background: #F4F4F4;
}

.product-item__table-title {
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
}

.product-item__table-value {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
}

.product-page__dropdown {
  max-width: 340px;
  width: 100%;
}

.product-page__dropdown-self {
  background: #F4F4F4;
  border-radius: 4px;
  border: none;
  max-height: 60px;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: rgba(51, 51, 51, 0.6);
  padding: 17px 27px 18px 15px;
}

.others-products {
  margin-bottom: 80px;
}

.others-products__title-block {
  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;
  margin-bottom: 40px;
}

.others-products__title {
  font-weight: 400;
  font-size: 48px;
  line-height: 123.5%;
  color: #333333;
}

.others-products__title-link {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.others-products__title-link.mobile {
  display: none;
}

.others-products__list {
  display: grid;
  gap: 20px;
  grid-template-columns: auto auto auto auto;
}

.others-products .personal-account__favourite-item {
  max-width: 471px;
}

.others-products .personal-account__favourite-img {
  max-width: 100%;
}

.mounting-method {
  margin-bottom: 80px;
}

.mounting-method__title-block {
  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;
  margin-bottom: 20px;
}

.mounting-method__title {
  font-weight: 400;
  font-size: 48px;
  line-height: 123.5%;
  color: #333333;
}

.mounting-method__title-link {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.mounting-method__title-link.mobile {
  display: none;
}

.mounting-method__subtitle {
  font-weight: 300;
  font-size: 20px;
  line-height: 130.18%;
  color: #333333;
  margin-bottom: 40px;
}

.mounting-method__slider-wrapper {
  padding-left: 52px;
  padding-right: 52px;
  overflow: hidden !important;
  position: relative;
}

.mounting-method__slider-wrapper.mobile {
  display: none;
}

.mounting-method__item {
  padding: 30px 25px;
  border-radius: 4px;
  transition: 0.2s !important;
}
.mounting-method__item:hover {
  -webkit-box-shadow: 0px 4px 73px rgba(0, 8, 48, 0.07), 0px 17px 38px rgba(15, 23, 69, 0.1);
  box-shadow: 0px 4px 73px rgba(0, 8, 48, 0.07), 0px 17px 38px rgba(15, 23, 69, 0.1);
}

.mounting-method__item-content {
  max-width: 552px !important;
  max-height: 524px !important;
}

.mounting-method__item-img {
  border-radius: 4px;
  width: 100%;
  margin-bottom: 28px;
  object-fit:contain;
}

.mounting-method__item-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 130.18%;
  color: #333333;
  margin-bottom: 10px;
}

.mounting-method__item-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 130.18%;
  color: #333333;
  margin-bottom: 20px;
}

.mounting-method__item-btn-link {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #BA2E2F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.mounting-method__next {
  width: 22px !important;
  height: 40px !important;
  -webkit-transition: 0.2s !important;
  -o-transition: 0.2s !important;
  transition: 0.2s !important;
  color: #333333 !important;
}

.mounting-method__prev {
  width: 22px !important;
  height: 40px !important;
  -webkit-transition: 0.2s !important;
  -o-transition: 0.2s !important;
  transition: 0.2s !important;
  color: #333333 !important;
}

.steps {
  margin-bottom: 140px;
}

.steps.mt80 {
  margin-top: 80px;
}

.steps__inner {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.14);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.14);
  border-radius: 4px;
  padding: 80px 122px;
}

.steps__title {
  font-weight: 400;
  font-size: 48px;
  line-height: 123.5%;
  color: #333333;
  margin-bottom: 80px;
}

.steps__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  padding-top: 10px;
  padding-bottom: 40px;
  position: relative;
}

.steps__list-item:first-child {
  padding-top: 0;
}

.steps__list-item:first-child::after {
  bottom: 0px;
}

.steps__list-item:last-child {
  padding-bottom: 0;
}

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

.steps__list-item::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 30px;
  background-color: #BA2E2F;
  height: calc(100% - 70px);
  width: 1px;
}

.steps__item-number {
  font-weight: 600;
  font-size: 30px;
  line-height: 24px;
  color: #BA2E2F;
  border: 1px solid #BA2E2F;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  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;
}

.steps__item-title {
  font-weight: 400;
  font-size: 30px;
  line-height: 24px;
  color: #333333;
  padding-top: 18px;
  margin-bottom: 20px;
}

.steps__item-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  max-width: 795px;
}

/**
 * Swiper 7.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * <a href="https://swiperjs.com">https://swiperjs.com</a>
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 24, 2021
 */

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex; */
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  /*text-align: center;*/
}

/*

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(#000000));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), #000000);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), #000000);
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(#000000));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), #000000);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), #000000);
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(#000000));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), #000000);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), #000000);
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(#000000));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), #000000);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), #000000);
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
*/


:root {
  --swiper-navigation-size: 44px;
}


.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  /*width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);*/
  z-index: 10;
  cursor: pointer;
  display: -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;
  /*color: var(--swiper-navigation-color, var(--swiper-theme-color));*/
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}
/*
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
*/

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

/*.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}*/

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  /*margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;*/
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  /*background: var(--swiper-pagination-color, var(--swiper-theme-color));*/
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -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;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));*/
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  -o-transition-property: transform, opacity, height;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
	a.header__logo {
		display:none;
	}
@media (max-width: 1799.98px) {

  .sales__list-item {
    padding: 30px;
  }


  .sales__list-item:hover .sales__item-text {
    color: #FFFFFF;
  }

  .sales__item-title {
    font-size: 34px;
    margin-bottom: 15px;
  }


  .sales__item-img {

    max-width: 320px;
  }


}

@media (max-width: 1750px) {
  .catalog .personal-account__favourite-item {
    padding: 20px;
  }

  .catalog .personal-account__favourite-status {
    top: 20px;
    right: 20px;
  }

  .catalog .personal-account__favourite-btn {
    max-width: 200px;
  }

  /*.catalog .personal-account__favourite-img {
    max-height: 200px;
  }*/

  .catalog__sorting-filters {
    max-width: 620px;
  }

  .catalog__sorting-title {
    font-size: 17px;
    margin-right: 10px;
  }

  .catalog__sorting-tags {
    max-width: 450px;
  }

  .catalog__sorting-tag {
    font-size: 15px;
  }

  .catalog__number-label {
    font-size: 15px;
  }

  .catalog .dropdown.number {
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
  }

  .catalog .dropdown.number .dropdown__label {
    font-size: 15px;
  }
}

@media (max-width: 1699.98px) {
  .header__links-list {
    max-width: 800px;
  }

  .footer__menu-upper {
    width: 1105px;
    margin-bottom: 20px;
  }

  .footer__links-list {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }

  .news__list-item {
    height: auto;
  }

  .order-instruction__inner {
    padding: 70px 143px 70px 122px;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }

  .basket__item-img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .product-item__inner {
    padding: 55px;
  }

  .product-item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .product-item__item-block {
    max-width: 702px;
    position: relative;
    display: inline-block;
  }
  R
  .product-item__item-slider {
    border: 1px solid rgba(51, 51, 51, 0.2);
    border-radius: 4px;
    margin-bottom: 22px;
  }

  .product-item__item-slide {
    max-width: 638px;
    max-height: 633px;
    width: 100%;
    height: 100%;
  }

  .product-item__item-img {
    max-width: 100%;
  }

  .product-item__thumbs-slider {
    max-width: 613px;
  }

  .product-item__thumb-slide {
    max-width: 206px;
    max-height: 170px;
  }

  .product-item__button-prev {
    bottom: 42px;
  }

  .product-item__button-next {
    bottom: 42px;
  }

  .product-item__item-title {
    font-size: 35px;
    margin-bottom: 50px;
  }

  .product-item__item-selects {
    display: grid;
    grid-template-columns: auto;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 32px;
    margin-bottom: 80px;
  }

  .product-item__descr-counter {
    margin-bottom: 40px;
    max-width: 463px;
    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;
  }

  .product-item__btns-wrapper {
    gap: 8px;
  }

  .product-item__btn {
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    padding: 14px 5px 15px;
  }

  .product-item__descr-links {
    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;
    max-width: 540px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .product-item__descr-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .product-item__tabs {
    margin-bottom: 140px;
  }

  .product-item__tabs.mobile {
    display: none;
  }

  .product-item__tabs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .product-item__tab-item {
    padding: 25px 50px;
    cursor: pointer;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: rgba(51, 51, 51, 0.7);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }

  .product-item__tab-item:hover {
    color: #333333;
  }

  .product-item__tab-item.active {
    color: #BA2E2F;
    background: #FFFFFF;
    border-radius: 4px 4px 0px 0px;
  }

  .product-item__tab-content {
    padding: 60px 75px;
    background: #FFFFFF;
    border-radius: 0px 4px 4px 4px;
  }

  .product-item__tab-content.two-column-grid {
    display: grid;
    grid-template-columns: 0.54fr 0.46fr;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }

  .product-item__tab-content.two-column-grid.alt-grid {
    grid-template-columns: 1fr 1fr;
  }

  .product-item__download-btn {
    width: 240px;
    padding: 13px 25px 14px;
    margin-bottom: 54px;
  }

  .product-item__tab-title {
    font-weight: 400;
    font-size: 30px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 28px;
  }

  .product-item__tab-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 10px;
  }

  .product-item__tab-text:last-child {
    margin-bottom: 0;
  }

  .product-item__tab-descr-list {
    margin-top: 60px;
    padding-left: 20px;
    max-width: 655px;
  }

  .product-item__tab-descr-item {
    margin-bottom: 28px;
  }

  .product-item__tab-descr-item:last-child {
    margin-bottom: 0;
  }

  .product-item__tab-descr-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #333333;
    padding-left: 5px;
    padding-bottom: 6px;
    margin-bottom: 14px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.5);
  }

  .product-item__tab-descr-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
  }

  .product-item__tab-descr-text b {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
  }

  .product-item__tab-img {
    max-width: 691px;
    padding: 48px 31px;
    background: #FFFFFF;
    border: 1px solid rgba(51, 51, 51, 0.2);
    border-radius: 4px;
    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;
  }

  .product-item__tab-column-img {
    max-width: 628px;
    max-height: 458px;
  }

  .product-item__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }

  .product-item__text.limit {
    max-width: 735px;
  }

  .product-item__blueprint-img {
    display: inline-block;
  }

  .product-item__blueprint-img.mb {
    margin-bottom: 80px;
  }

  .product-item__blueprint-img.mt {
    margin-top: 28px;
  }

  .product-item__alt-table {
    max-width: 700px;
  }

  .product-item__alt-row {
    background: #F4F4F4;
    border-radius: 4px;
    padding: 15px 40px;
    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;
    margin-bottom: 14px;
  }

  .product-item__alt-title {
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
  }

  .product-item__alt-value {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
  }

  .product-item__alt-row-large {
    background: #F4F4F4;
    border-radius: 4px;
    padding: 18px 30px;
    margin-bottom: 14px;
  }

  .product-item__alt-row-large:last-child {
    margin-bottom: 0;
  }

  .product-item__alt-row-title {
    font-weight: 300;
    font-size: 20px;
    line-height: 20px;
    color: #333333;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.5);
    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;
    margin-bottom: 14px;
  }

  .product-item__alt-content-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    color: #333333;
  }

  .product-item__tab-slider {
    max-width: 784px;
    border: 1px solid rgba(51, 51, 51, 0.2);
  }

  .product-item__tab-slider .pa-tab-pagination {
    color: rgba(51, 51, 51, 0.3) !important;
  }

  .product-item__table-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px;
  }

  .product-item__table {
    max-width: 574px;
    width: 100%;
  }

  .product-item__table-row {
    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;
    padding: 9px 30px;
    border-radius: 4px;
  }

  .product-item__table-row:nth-child(2n+1) {
    background: #F4F4F4;
  }

  .product-item__table-title {
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
  }

  .product-item__table-value {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
  }

  .product-page__dropdown {
    max-width: none;
    width: 100%;
  }
}

@media (max-width: 1599.98px) {
  .sales__item-img {
    max-width: 300px;
  }
  .faq__inner {
    padding: 70px 80px;
  }


  .faq__title-block {
    margin-bottom: 62px;
  }

  .faq .accordion__item {
    padding: 20px;
  }

  .articles__list-item.large-row {
    height: 486px;
  }

  .articles__list-item.large-row .articles__item-img {
    max-width: 310px;
  }

  /*.articles__item-img {
    height: 250px;
  }*/

  .single-article__inner {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 90px;
    padding-right: 170px;
  }

  .personal-account__order-item {
    padding: 30px 20px;
  }

  .personal-account__order-title-block {
    padding-bottom: 15px;
    margin-bottom: 25px;
  }

  .personal-account__favourite-item {
    padding: 20px;
    height: 500px;
  }

  .personal-account__favourite-status {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 18px;
  }

  .personal-account__favourite-img {
    margin-bottom: 20px;
  }

  .personal-account__favourite-price-block {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    margin-bottom: 20px;
  }

  .personal-account__favourite-current-price {
    font-size: 25px;
  }

  .personal-account__favourite-old-price {
    font-size: 16px;
  }

  .personal-account__favourite-title {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .personal-account__favourite-rating {
    margin-bottom: 20px;
  }

  .personal-account__favourite-star {
    margin-right: 2px;
  }

  .personal-account__favourite-star:last-child {
    margin-right: 5px;
  }

  .personal-account__favourite-count {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #5B5555;
  }

  .personal-account__favourite-bottom-block {
    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;
  }

  .personal-account__favourite-btn {
    max-width: 233px;
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    padding: 12px 10px 13px;
  }

  .personal-account__favourite-like {
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }

  .personal-account__favourite-like path {
    fill: #333333;
  }

  .personal-account__favourite-like.active path {
    fill: #BA2E2F;
  }

  .catalog__title {
    font-size: 45px;
  }

  .catalog__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
  }

  /*.catalog__aside {
    max-width: 374px;
    width: 100%;
  }*/

  .catalog__aside-close {
    display: none;
  }

  .catalog__aside-categories {
    padding: 30px 30px;
  }

  .catalog__aside-title {
    margin-bottom: 22px;
  }

  /*.catalog .personal-account__favourite-img {
    max-height: 230px;
  }*/

  .catalog__sorting-filters {
    max-width: 580px;
  }
  .catalog__sorting-tags {
    max-width:430px;
  }

  .catalog__sorting-title {
    font-size: 15px;
    margin-right: 15px;
  }

  .catalog__sorting-tag {
    font-size: 15px;
  }

  .catalog__select-list {
    padding: 30px;
  }
}

@media (max-width: 1550px) {
  .catalog__content-top-block {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 1500px) {
	a.header__logo {
    display: none;
}
  .header__logo {
    max-width: 180px;
  }

  .header__links-list {
    max-width: 750px;
  }

  .header__link {
    font-size: 17px;
  }
}

@media (max-width: 1499.98px) {
  .footer__menu-upper {
    width: 985px;
    margin-bottom: 20px;
  }

  .footer__links-list {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }

  .footer__item-link {
    font-size: 17px;
  }

  .making-order__form-step {
    padding: 30px 50px;
  }

  .making-order__step-title {
    font-size: 28px;
  }

  .making-order__step-radio-inputs {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    margin-bottom: 30px;
  }

  .making-order__step-inputs {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 20px;
  }

  .making-order__form-order-block {
    max-width: 528px;
  }

  .making-order__ordered-item {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }

  .making-order__item-title {
    font-size: 19px;
    margin-bottom: 14px;
  }

  .making-order__item-article {
    font-size: 16px;
  }

  .making-order__item-price {
    font-size: 19px;
    margin-bottom: 10px;
  }

  .making-order__summary-field-title {
    font-size: 18px;
  }

  .making-order__summary-field-value {
    font-size: 18px;
  }

  .making-order__summary-field-sumprice {
    font-size: 30px;
  }

  .making-order__summary-field-price {
    font-size: 30px;
  }

  .making-order__order-summary-btn {
    font-size: 19px;
    margin-top: 20px;
  }

  /*.catalog__aside {
    max-width: 354px;
    width: 100%;
  }*/

  .catalog__aside-close {
    display: none;
  }

  .catalog__aside-categories {
    padding: 30px 30px;
  }

  .catalog__aside-title {
    font-size: 23px;
    margin-bottom: 20px;
  }

  .catalog__category {
    font-size: 16px;
    padding: 14px 20px 15px;
    margin-bottom: 15px;
  }

  .catalog__category:last-child {
    margin-bottom: 0;
  }

  .catalog__categories-popup-wrapper {
    max-width: 306px;
    opacity: 0;
    z-index: -10;
    pointer-events: none;
  }

  .catalog__categories-popup-wrapper.active {
    opacity: 1;
    z-index: 10;
    pointer-events: all;
  }

  .catalog__category-popup {
    padding: 4px 16px;
  }

  .catalog__category-popup-item {
    font-size: 16px;
    padding: 10px 0px;
  }

  .catalog__content {
    /*width: 100%;*/
  }

  .catalog__content-top-block {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .catalog .personal-account__favourite-item {
    max-width: none;
    height: auto;
    display: inline-grid;
  }

  .catalog .personal-account__favourite-img {
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .catalog__content-items {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }

  .catalog__select-list {
    padding: 30px;
  }

  .catalog__accordion-item {
    padding: 15px 20px 15px !important;
    font-size: 16px;
    margin-bottom: 15px;
  }

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

  .catalog__accordion-trigger-text {
    font-size: 16px;
  }

  .product-item__item-block {
    max-width: 602px;
  }

  .product-item__thumbs-slider {
    max-width: 513px;
  }

  .product-item__button-prev {
    bottom: 35px;
  }

  .product-item__button-next {
    bottom: 35px;
  }

  .product-item__item-title {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .product-item__item-selects {
    display: grid;
    grid-template-columns: auto;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 20px;
    margin-bottom: 60px;
  }

  .product-item__btns-wrapper {
    margin-bottom: 30px;
    max-width: 660px;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
  }

  .product-item__btn {
    font-size: 16px;
    padding: 13px 5px 14px;
  }

  .product-item__tabs {
    margin-bottom: 140px;
  }

  .product-item__tabs.mobile {
    display: none;
  }

  .product-item__tab-item {
    padding: 20px 40px;
    font-size: 18px;
  }

  .product-item__tab-content {
    padding: 40px 55px;
  }

  .product-item__tab-content.two-column-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }

  .product-item__tab-title {
    font-size: 28px;
    margin-bottom: 25px;
  }

  .product-item__tab-descr-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #333333;
    padding-left: 5px;
    padding-bottom: 6px;
    margin-bottom: 14px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.5);
  }

  .product-item__tab-descr-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
  }

  .product-item__tab-descr-text b {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
  }

  .product-item__tab-img {
    max-width: 491px;
    padding: 48px 31px;
    background: #FFFFFF;
    border: 1px solid rgba(51, 51, 51, 0.2);
    border-radius: 4px;
    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;
  }

  .product-item__tab-column-img {
    max-width: 428px;
    max-height: 358px;
  }

  .product-item__tab-slider {
    max-width: 584px;
    border: 1px solid rgba(51, 51, 51, 0.2);
  }

  .product-item__tab-slider .pa-tab-pagination {
    color: rgba(51, 51, 51, 0.3) !important;
  }

  .product-item__tab-slide-img {
    max-width: 100%;
  }

  .product-item__table-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }

  .product-item__table-row {
    padding: 9px 20px;
  }

  .product-item__table-title {
    font-size: 19px;
  }

  .product-item__table-value {
    font-size: 19px;
  }
}

@media (max-width: 1420px) {
	a.header__logo {
    display: none;
}
  .order-instruction__inner {
    padding: 60px 113px 60px 102px;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }

  .order-instruction__form-img-desktop {
    max-width: 470px;
  }
}

@media (max-width: 1400px) {
	a.header__logo {
    display: none;
}
  .header__logo {
    max-width: 160px;
  }

  .header__links-list {
    max-width: 700px;
    margin-right: 12px;
  }

  .header__link {
    font-size: 14px;
  }

  .header__links-control {
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px;
    max-width: 245px;
  }

  .header__login {
    font-size: 14px;
  }

  .header__basket {
    font-size: 14px;
  }

  .header__basket-order-count {
    padding: 3px 5px 4px 4px;
  }

  .footer__logo {
    max-width: 140px;
  }

  .footer__menu-upper {
    -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;
    row-gap: 42px;
    width: auto;
  }

  .footer__links-list {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }

  .footer__item-link {
    font-size: 16px;
  }

  .footer__social-item {
    font-size: 14px;
  }

  .products-types__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
  }

  .products-types__list-item {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 30px 20px;
    width: 100%;
  }

  .products-types__item-img-wrapper {
    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;
    margin-bottom: 48px;
  }

  .products-types__item-img {
    width: 100%;
    height: auto;
    /*max-height: 176px;*/
    margin: 0 auto;
  }

  .sales__list-item {
    padding: 30px;
  }

  .sales__item-img {
    /*left: 11px;*/
    max-width: 90%;
    max-height: 300px;
  }

  .sales__item-link {
    right: 36px;
    bottom: 40px;
  }

  .projects__list-item {
    padding: 15px;
    border-radius: 4px;
    max-width: 100%;
  }

  .projects__item-wrapper {
    width: 100%;
    margin-bottom: 20px;
    /*height: 308px;*/
  }

  .projects__item-img {
    width: 100%;
   /* height: 100%;*/
    -o-object-fit: cover;
    object-fit: cover;
  }

  .projects__item-title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .projects__item-text {
    margin-bottom: 20px;
  }

  .projects__item-link {
    font-size: 16px;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
  }

  .single-article__inner {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 80px;
    padding-right: 150px;
  }

  .single-article__title {
    font-size: 40px;
    margin-bottom: 30px;
  }

  .single-article__text {
    font-size: 17px;
  }

  .single-article__img {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .basket__title {
    font-size: 46px;
    margin-bottom: 35px;
  }

  .basket__item {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    padding: 37px 47px 37px;
  }

  .basket__item-descr {
    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;
    width: 100%;
    max-width: 1146px;
  }

  .basket__specs-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .basket__item-specs-row {
    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;
    padding: 6px 20px;
  }

  .basket__item-specs-row:nth-child(2n+1) {
    background: #F4F4F4;
    border-radius: 4px;
  }

  .basket__item-spec-title {
    font-size: 15px;
  }

  .basket__item-sumprice {
    font-size: 30px;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
  }

  .basket__item-currency {
    font-weight: 400;
  }

  .basket__bottom-controls {
    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;
  }

  .basket__file-controls {
    max-width: 677px;
  }

  .basket__file-link {
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    font-size: 16px;
    line-height: 25px;
  }

  .basket__order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
  }

  .basket__order-sum {
    font-size: 30px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .basket__order-sum-price {
    font-size: 35px;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
  }

  .basket__order-sum-currency {
    font-size: 35px;
  }

  .basket__order-btn {
    width: 180px;
  }

  .personal-account__favourite-item {
    padding: 15px;
    max-height: 510px;
    max-width: 100%;
  }

  .personal-account__favourite-status {
    top: 15px;
    right: 15px;
    font-size: 17px;
  }

  .personal-account__favourite-img {
    margin-bottom: 15px;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 100%;
  }

  .personal-account__favourite-price-block {
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    margin-bottom: 15px;
  }

  .personal-account__favourite-current-price {
    font-size: 24px;
  }

  .personal-account__favourite-old-price {
    font-size: 15px;
  }

  .personal-account__favourite-title {
    font-size: 17px;
    margin-bottom: 10px;
  }

  .personal-account__favourite-rating {
    margin-bottom: 15px;
  }

  .personal-account__favourite-star {
    margin-right: 2px;
  }

  .personal-account__favourite-star:last-child {
    margin-right: 5px;
  }

  .personal-account__favourite-count {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #5B5555;
  }

  .personal-account__favourite-bottom-block {
    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;
  }

  .personal-account__favourite-btn {
    max-width: 183px;
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    padding: 12px 10px 13px;
  }

  .personal-account__favourite-like {
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }

  .personal-account__favourite-like path {
    fill: #333333;
  }

  .personal-account__favourite-like.active path {
    fill: #BA2E2F;
  }
}

@media (max-width: 1350px) {
	a.header__logo {
    display: none;
}
  .product-item__item-block {
    max-width: 502px;
  }

  .product-item__content {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }

  .product-item__thumbs-slider {
    max-width: 453px;
  }

  .product-item__button-prev {
    bottom: 30px;
    width: 16px;
    height: 28px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .product-item__button-next {
    bottom: 30px;
    width: 16px;
    height: 28px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .product-item__item-title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .product-item__item-selects {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    row-gap: 20px;
    margin-bottom: 40px;
  }

  .product-item__btns-wrapper {
    grid-template-columns: auto;
  }

  .product-item__btn {
    min-width: 120px;
    font-size: 16px;
    padding: 10px 15px 10px;
  }

  .product-item__tabs {
    margin-bottom: 140px;
  }

  .product-item__tabs.mobile {
    display: none;
  }

  .product-item__tab-item {
    padding: 20px 40px;
    font-size: 18px;
  }

  .product-item__tab-content {
    padding: 30px 35px;
  }

  .product-item__tab-content.two-column-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }

  .product-item__download-btn {
    margin-bottom: 20px;
  }

  .product-item__tab-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .product-item__tab-descr-list {
    margin-top: 30px;
    padding-left: 8px;
  }

  .product-item__tab-descr-title {
    font-size: 18px;
    line-height: 24px;
    padding-left: 2px;
    padding-bottom: 6px;
    margin-bottom: 8px;
  }

  .product-item__tab-descr-text {
    font-size: 15px;
  }

  .product-item__tab-descr-text b {
    font-size: 15px;
  }

  .product-item__tab-img {
    max-width: 391px;
    padding: 28px 21px;
  }

  .product-item__tab-column-img {
    max-width: 100%;
    max-height: 358px;
  }

  .product-item__blueprint-img {
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .product-item__tab-slider {
    max-width: 384px;
    border: 1px solid rgba(51, 51, 51, 0.2);
  }

  .product-item__tab-slider .pa-tab-pagination {
    color: rgba(51, 51, 51, 0.3) !important;
  }

  .product-item__tab-slide-img {
    max-width: 100%;
  }

  .product-item__alt-row {
    padding: 10px 20px;
  }

  .product-item__alt-title {
    font-size: 17px;
  }

  .product-item__alt-value {
    font-size: 17px;
  }

  .product-item__alt-row-large {
    padding: 10px 20px;
  }

  .product-item__alt-content-text {
    font-size: 14px;
  }

  .product-item__table-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }

  .product-item__table-row {
    padding: 9px 20px;
  }

  .product-item__table-title {
    font-size: 19px;
  }

  .product-item__table-value {
    font-size: 19px;
  }

  .product-page__dropdown {
    max-width: none;
    width: 100%;
  }

  .product-page__dropdown .dropdown__label {
    font-size: 18px;
  }

  .product-page__dropdown .dropdown__list {
    top: 90px;
  }

  .product-page__dropdown-self {
    background: #F4F4F4;
    border-radius: 4px;
    border: none;
    max-height: 60px;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: rgba(51, 51, 51, 0.6);
    padding: 10px 22px 11px 12px;
  }

  .others-products {
    margin-bottom: 80px;
  }

  .others-products__title-block {
    margin-bottom: 30px;
  }

  .others-products__title {
    font-size: 38px;
  }

  .others-products__title-link.mobile {
    display: none;
  }

  .others-products__list {
    gap: 15px;
    grid-template-columns: auto auto auto auto;
  }
}

@media (max-width: 1300px) {
	a.header__logo {
    display: none;
}
  .popup-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .popup.geolocation {
    padding: 60px 80px;
  }

  .popup__geolocation-item {
    font-size: 22px;
  }

  .header__logo {
    max-width: 150px;
    margin-right: 10px;
  }

  .header__links-list {
    max-width: 700px;
    margin-right: 22px;
  }

  .header__link {
    font-size: 15px;
  }

  .header__geo-city {
    font-size: 16px;
  }

  .header__phone {
    font-size: 16px;
  }

  .header__get-callback {
    font-size: 16px;
  }

  .header__contact-link {
    font-size: 16px;
  }

  .sales__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .sales__list-item {
    display: inline-block;
    background: #D9D9D9;
    border-radius: 4px;
    padding: 30px;
    height: 510px;
    width: auto;
    position: relative;
    z-index: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }

  .sales__list-item:hover {
    background: #333333;
  }

  .sales__list-item:hover .sales__item-title {
    color: #FFFFFF;
  }

  .sales__list-item:hover .sales__item-text {
    color: #FFFFFF;
  }

  .sales__item-title {
    display: inline-block;
    font-weight: 600;
    font-size: 32px;
    line-height: 119.68%;
    color: #333333;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    z-index: 1;
    max-width: 514px;
    margin-bottom: 15px;
  }

  .sales__item-text {
    max-width: 462px;
    font-weight: 400;
    font-size: 18px;
    line-height: 130.18%;
    color: #333333;
    z-index: 1;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }

  .sales__item-img {
    position: absolute;
    z-index: -1;
  }

  .sales__item-link {
    position: absolute;
    right: 36px;
    bottom: 40px;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #BA2E2F;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .presentation__list-item {
    padding: 20px 10px;
  }

  .presentation__item-img {
    max-width: 120px;
    max-height: 120px;
    margin-bottom: 20px;
  }

  .company__inner {
    padding: 0 40px;
  }

  .company__stat-inner {
    margin: 0 15px;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }

  .faq .accordion .trigger__text {
    font-size: 18px !important;
    margin-left: 10px !important;
  }

  .faq .accordion .trigger__img {
    min-width: 10px !important;
    margin-right: 10px !important;
    width: 10px !important;
    height: 10px !important;
  }

  .faq .accordion .content__text {
    margin-top: 10px !important;
    padding-left: 30px !important;
  }

  .faq .accordion__item-trigger {
    padding: 10px !important;
  }

  .articles {
    /*margin-top: 30px;*/
    /*margin-bottom: 130px;*/
  }

  /*.articles__title {
    font-size: 46px;
    margin-bottom: 30px;
  }*/

  .articles__list {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 30px;
  }

  .articles__list-item.large-row {
    height: 456px;
  }

  .articles__list-item.large-row .articles__item-img {
    max-width: 260px;
  }

  /*.articles__item-img {
    height: 230px;
  }*/

  .articles__item-content {
    padding: 18px;
    row-gap: 15px;
  }

  .articles__item-title {
    font-size: 18px;
  }

  .articles__bottom-block {
    margin-top: 40px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }

  .order-instruction {
    margin-top: 60px;
    margin-bottom: 120px;
  }

  .order-instruction__inner {
    padding: 50px 93px 50px 92px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 40px;
  }

  .order-instruction__title {
    font-weight: 400;
    font-size: 45px;
    line-height: 123.5%;
    color: #333333;
    margin-bottom: 30px;
  }

  .order-instruction__subtitle {
    font-size: 27px;
    margin-bottom: 20px;
  }

  .order-instruction__text {
    max-width: 100%;
  }

  .order-instruction__form-img-desktop {
    max-width: 100%;
  }

  .order-instruction__form-img-mobile {
    display: none;
  }

  .making-order__title {
    font-size: 40px;
    margin-bottom: 30px;
  }

  .making-order__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 40px;
  }

  .making-order__form-info-block {
    max-width: 100%;
    width: 100%;
  }

  .making-order__form-step {
    max-width: 100% !important;
    padding: 25px 40px;
  }

  .making-order__step-radio-inputs {
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    margin-bottom: 30px;
  }

  .making-order__step-inputs {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 20px;
  }

  .making-order__step-input-wrapper {
    max-width: 100%;
  }

  .making-order__step-input-small {
    max-width: 100%;
  }

  .making-order__step-input-small .making-order__step-input-wrapper {
    max-width: 100%;
  }

  .making-order__form-order-block {
    max-width: 100%;
  }

  .making-order__ordered-item {
    padding-bottom: 25px;
    margin-bottom: 30px;
  }

  .making-order__item-title {
    font-size: 22px;
    max-width: 400px;
    margin-bottom: 14px;
  }

  .making-order__item-article {
    font-size: 18px;
  }

  .making-order__item-price {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .making-order__item-count {
    font-size: 20px;
  }

  .making-order__summary-field-title {
    font-size: 18px;
  }

  .making-order__summary-field-value {
    font-size: 18px;
  }

  .making-order__summary-field-sumprice {
    font-size: 30px;
  }

  .making-order__summary-field-price {
    font-size: 30px;
  }

  .making-order__order-summary-btn {
    font-size: 19px;
    margin-top: 20px;
    max-width: 400px;
  }

  .personal-account__inner {
    padding: 40px;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }

  .personal-account__aside {
    max-width: 300px;
  }

  .personal-account__order-item {
    padding: 30px 20px;
  }

  .personal-account__order-title-block {
    padding-bottom: 15px;
    margin-bottom: 25px;
    -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;
    row-gap: 20px;
    padding-left: 10px;
  }

  .personal-account__order-title {
    padding-left: 0;
  }

  .personal-account__order-products {
    grid-template-columns: repeat(2, 1fr);
  }

  .contacts__inner {
    padding: 60px 45px;
  }

  .contacts__content {
    padding: 0 40px;
  }

  .catalog__main {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }

  /*.catalog__aside {
    max-width: 314px;
    width: 100%;
  }*/

  .catalog__aside-close {
    display: none;
  }

  .catalog__aside-categories {
    padding: 15px 15px;
  }

  .catalog__aside-title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .catalog__category {
    font-size: 14px;
    padding: 12px 18px 12px;
    margin-bottom: 12px;
  }

  .catalog__category:last-child {
    margin-bottom: 0;
  }

  .catalog__categories-popup-wrapper {
    max-width: 256px;
    opacity: 0;
    z-index: -10;
    pointer-events: none;
  }

  .catalog__categories-popup-wrapper.active {
    opacity: 1;
    z-index: 10;
    pointer-events: all;
  }

  .catalog__category-popup {
    padding: 2px 12px;
  }

  .catalog__category-popup-item {
    font-size: 14px;
    padding: 10px 0px;
  }

  .catalog__content-items {
    display: grid;
    grid-template-columns: auto auto;
    gap: 15px;
    margin-bottom: 40px;
  }

  .catalog__sorting-title {
    font-size: 14px;
    margin-right: 10px;
  }

  .catalog__sorting-tags {
    max-width: 440px;
  }

  .catalog__sorting-tag {
    font-size: 12px;
  }

  .catalog__select-list {
    padding: 15px;
  }

  .catalog__number-label {
    font-size: 14px !important;
  }

  .catalog__accordion-trigger-text {
    font-size: 15px !important;
  }

  .steps {
    margin-bottom: 120px;
  }

  .steps.mt80 {
    margin-top: 60px;
  }

  .steps__inner {
    padding: 60px 110px;
  }

  .steps__title {
    font-size: 45px;
    margin-bottom: 50px;
  }
}

@media (max-width: 1250px) {
	a.header__logo {
    display: none;
}
  .basket__title {
    font-size: 46px;
    margin-bottom: 35px;
  }

  .basket__items-list {
    row-gap: 18px;
  }

  .basket__item {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    padding: 27px 37px 27px;
  }

  .basket__item-descr {
    width: 100%;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    max-width: 1146px;
  }

  .basket__specs-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .basket__item-spec-title {
    font-size: 15px;
  }

  .basket__item-price {
    font-size: 24px;
  }

  .basket__item-sumprice {
    font-size: 24px;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
  }

  .basket__item-currency {
    font-weight: 400;
  }

  .basket__bottom-controls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    row-gap: 30px;
  }

  .basket__file-controls {
    /*max-width: 777px;*/
    max-width: 500px;
  }

  .basket__file-link {
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    font-size: 18px;
    line-height: 25px;
  }

  .basket__order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
  }

  .basket__order-sum {
    font-size: 30px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .basket__order-sum-price {
    font-size: 35px;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
  }

  .basket__order-sum-currency {
    font-size: 35px;
  }

  .basket__order-btn {
    width: 200px;
  }
}

@media (max-width: 1200px) {
	a.header__logo {
    display: none;
}
  .header__logo {
    max-width: 150px;
    margin-right: 15px;
  }

  .others-products {
    margin-bottom: 80px;
  }

  .others-products__title-block {
    margin-bottom: 30px;
  }

  .others-products__title {
    font-size: 35px;
  }

  .others-products__title-link.mobile {
    display: none;
  }

  .others-products__list {
    gap: 20px;
    grid-template-columns: auto auto;
  }
}

@media (max-width: 1150px) {
	a.header__logo {
    display: block;
}
	
  .container {
    padding: 0 20px;
  }

  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .header__top {
    background-color: #fff;
  }

  .header__top-inner {
    padding: 20px 0;
  }

  .header__social-img {
    max-width: 14px;
    max-height: 14px;
  }

  .header__contact-link {
    font-size: 14px;
    line-height: 19px;
    color: #333333;
  }

  .header__bottom {
    background: #333333;
    position: relative;
    height: 80px;
  }

  .header__bottom-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header__logo {
    position: absolute;
    top: 20px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    max-height: 40px;
  }

  .header__logo-img {
    max-height: 35px;
    width: auto;
  }

  .header__logo-img-mobile {
    max-height: 35px;
  }

  .header__burger {
    display: block;
    position: relative;
  }

  .header__burger-open {
    position: absolute;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: -10;
    pointer-events: none;
  }

  .header__burger-open.active {
    opacity: 1;
    z-index: 10;
    pointer-events: all;
  }

  .header__burger-close {
    cursor: pointer;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: -10;
    pointer-events: none;
  }

  .header__burger-close.active {
    opacity: 1;
    z-index: 10;
    pointer-events: all;
  }

  .header__geo-location {
    position: fixed;
    top: 114px;
    right: 20px;
    opacity: 0;
    pointer-events: none;
    font-size: 14px;
    line-height: 19px;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }

  .header__geo-location img {
    max-width: 16px;
    max-height: 16px;
  }

  .header__geo-location.active {
    z-index: 20;
    opacity: 1;
    pointer-events: all;
  }

  .header__contacts {
    width: 100%;
  }

  .header__contacts-part {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header__contacts-part .header__social-img {
    display: none;
  }

  .header__contacts-part .header__social-img.dark {
    display: block;
  }

  .header__contacts-part:last-child.active {
    position: fixed;
    -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;
    row-gap: 10px;
  /*   top: 536px; */
    z-index: 11;
    opacity: 1;
    pointer-events: all;
  }

  .header__contacts-part:last-child.active .header__contact-link {
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
  }

  .header__contacts-part:last-child.active .header__social-img {
    height: 16px;
    width: 16px;
    display: block;
  }

  .header__contacts-part:last-child.active .header__social-img.dark {
    display: none;
  }

  .header__contacts-part.phone {
    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;
    row-gap: 4px;
    position: fixed;
/*     top: 458px; */
    z-index: -11;
    opacity: 0;
    pointer-events: none;
  }

  .header__contacts-part.phone.active {
    z-index: 11;
    opacity: 1;
    pointer-events: all;
  }

  .header__phone {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
  }

  .header__get-callback {
    font-size: 14px;
    line-height: 19px;
  }

  .header .input-header__wrapper.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    position: fixed;
    top: 124px;
    right: 15px;
    z-index: 11;
    width: max-content;
    height: 30px;
  }

  .header .input-header__wrapper.active .input-header {
    display: block;
    position: static;

  }

  .header .input-header.active {
    max-width: 250px;
    background-color: #333333;
    font-size: 14px;
    color: #fff;
    z-index: 1;
    pointer-events: all;
    opacity: 1;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    padding: 10px 18px 10px;
  }

  .header .input-header__wrapper.active .input-header::-webkit-input-placeholder {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    opacity: 0.9;
    font-family: "Open Sans", sans-serif;
  }

  .header .input-header__wrapper.active .input-header::-moz-placeholder {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    opacity: 0.9;
    font-family: "Open Sans", sans-serif;
  }

  .header .input-header__wrapper.active .input-header:-ms-input-placeholder {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    opacity: 0.9;
    font-family: "Open Sans", sans-serif;
  }

  .header .input-header__wrapper.active .input-header::-ms-input-placeholder {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    opacity: 0.9;
    font-family: "Open Sans", sans-serif;
  }

  .header .input-header__wrapper.active .input-header::placeholder {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    opacity: 0.9;
    font-family: "Open Sans", sans-serif;
  }

  .header .input-header__img {
    position: absolute;
    left: 225px;
    display: none;
  }

  .header .input-header__img.light {
    display: block;
    left: auto;
    width: 20px;
    height: 22px;
  }

  .header .input-header__img.light.active {
    display: block;
    left: 220px;
  }

  .header .input-header__cancel {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    opacity: 0;
    z-index: -10;
    pointer-events: none;
    display: inline;
  }

  .header .input-header__cancel.active {
    opacity: 0.9;
    z-index: 10;
    pointer-events: all;
  }

  .header__bottom {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }

  .header__bottom.active {
    background-color: #fff;
  }

  .header__mobile-menu-bg {
    position: fixed;
    top: 80px;
    height: calc(100vh - 80px);
    width: 100%;
    background-color: #333333;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    opacity: 0;
    z-index: -10;
  }

  .header__mobile-menu-bg.active {
    z-index: 10;
    opacity: 1;
  }

  .header__links-list {
    position: fixed;
    -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;
    top: 114px;
    opacity: 0;
    pointer-events: none;
    row-gap: 14px;
  }

  .header__links-list.active {
    z-index: 11;
    opacity: 1;
    pointer-events: all;
  }

  .header__link {
    font-size: 18px;
    line-height: 25px;
    color: #fff;
  }

  .header .input-header__wrapper {
    position: fixed;
    display: none;
  }

  .header__links-control {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    max-width: none;
    width: auto;
  }

  .header__login {
    padding-bottom: 0;
  }

  .header__login .img {
    display: none;
  }

  .header__login .img.light {
    display: block;
  }

  .header__login.active .img {
    display: block;
  }

  .header__login.active .img.light {
    display: none;
  }

  .header__login span {
    display: none;
  }

  .header__basket {
    padding-bottom: 0;
  }

  .header__basket .img {
    display: none;
  }

  .header__basket .img.light {
    display: block;
  }

  .header__basket.active .img {
    display: block;
  }

  .header__basket.active .img.light {
    display: none;
  }

  .header__basket span {
    display: none;
  }

  .header__basket-order-count {
    top: -30%;
    left: 70%;
    padding: 3px 5px 4px 6px;
  }

  .footer__logo {
    max-width: none;
  }

  .footer__menu-upper {
    -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;
    row-gap: 42px;
    width: auto;
  }

  .products-types {
    margin-bottom: 100px;
  }

  .products-types__title-block {
    margin-bottom: 28px;
  }

  .products-types__title {
    font-size: 30px;
  }

  .products-types__subtitle {
    font-weight: 300;
    font-size: 20px;
    line-height: 130.18%;
    color: #333333;
    margin-top: 20px;
  }

  .products-types__btn-link {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    display: none;
  }

  .products-types__btn-link.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .products-types__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
  }

  .products-types__list-item {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 30px 20px;
    width: 100%;
  }

  .products-types__item-img-wrapper {
    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;
    margin-bottom: 48px;
  }

  .products-types__item-img {
    max-width: 100%;
    width: auto;
    height: auto;
    /*max-height: 176px;*/
    margin: 0 auto;
  }

  .products-types__item-title {
    font-size: 20px;
    margin-bottom: 28px;
  }

  .products-types__item-link {
    font-size: 16px;
    line-height: 22px;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
  }

  .consultation-form__btns {
    margin-left: 0px;
  }

  .company__inner {
    padding: 0 0px;
  }

  .company__title {
    font-size: 45px;
  }

  .company__stat {
    padding-left: 5px;
    padding-right: 5px;
  }

  .company__stat-inner {
    margin: 0 15px;
    gap: 10px;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }

  .company__stat-item-title {
    font-weight: 300;
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .company__stat-item-title .large-number {
    font-weight: 400;
    font-size: 50px;
    line-height: 40px;
    color: #BA2E2F;
  }

  .company__stat-item-text {
    font-weight: 400;
    font-size: 16px;
    max-width: 225px;
  }

  .news__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    gap: 20px;
  }

  .news__list-item {
    border-radius: 4px;
    max-width: calc(50% - 20px);
    height: auto;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }

  .news__item-img {
    width: 100%;
    height: 294px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .news__item-descr {
    padding: 20px 12px 16px;
    height: calc(100% - 294px);
  }

  .faq__inner {
    padding: 60px 60px;
  }

  .faq__title-block {
    margin-bottom: 52px;
  }

  .faq .accordion .trigger__text {
    font-size: 18px !important;
    margin-left: 10px !important;
  }

  .faq .accordion .trigger__img {
    margin-right: 10px !important;
    width: 10px !important;
    height: 10px !important;
  }

  .faq .accordion .content__text {
    margin-top: 10px !important;
    padding-left: 30px !important;
  }

  .faq .accordion__item-trigger {
    padding: 10px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }

  .articles {
    /*margin-top: 30px;*/
    /*margin-bottom: 110px;*/
  }

  .articles__title {
    font-size: 38px;
    margin-bottom: 25px;
  }

  .articles__list {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 20px;
  }

  .articles__list-item {
    grid-column: span 3;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }

  .articles__list-item:hover {
    -webkit-box-shadow: 0px 4px 73px rgba(0, 8, 48, 0.07), 0px 17px 38px rgba(15, 23, 69, 0.2);
    box-shadow: 0px 4px 73px rgba(0, 8, 48, 0.07), 0px 17px 38px rgba(15, 23, 69, 0.2);
  }

  .articles__list-item.large-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column: span 3;
    height: auto;
  }

  .articles__list-item.large-row .articles__item-img {
  /*  height: 100%;
    max-width: 100%;
    height: 310px;*/
    margin: 0 auto;
  }

  .articles__list-item.large-row .articles__item-content {
    margin-top: 0px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  /*.articles__item-img {
    width: 100%;
    height: 310px;
    -o-object-fit: cover;
    object-fit: cover;
  }*/

  .single-article__inner {
    padding-right: 80px;
  }

  .basket__title {
    font-size: 46px;
    margin-bottom: 35px;
  }

  .basket__items-list {
    row-gap: 18px;
  }

  .basket__item-img-wrapper {
    border: 1px solid rgba(51, 51, 51, 0.2);
    border-radius: 4px;
    padding: 14px 18px;
    max-width: 750px;
    width: auto;
    max-height: 445px;
    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;
  }

  .basket__item-img {
    max-width: 615px;
    max-height: 445px;
  }

  .basket__item {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 27px 37px 27px;
  }

  .basket__item-descr {
    width: 100%;
    -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;
    row-gap: 30px;
    max-width: 1146px;
  }

  .basket__specs-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .basket__item-counter-wrapper {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .basket__item-spec-title {
    font-size: 15px;
  }

  .basket__item-price {
    font-size: 24px;
  }

  .basket__item-sumprice-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    align-items: center;
    width: 100%;
  }

  .basket__item-sumprice-block span {
    display: inline-block;
    font-size: 18px;
  }

  .basket__item-sumprice {
    font-size: 24px;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
  }

  .basket__item-currency {
    font-weight: 400;
  }

  .basket__bottom-controls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    row-gap: 30px;
  }

  .basket__file-controls {
    max-width: 777px;
  }

  .basket__file-link {
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    font-size: 18px;
    line-height: 25px;
  }

  .basket__order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
  }

  .basket__order-sum {
    font-size: 30px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .basket__order-sum-price {
    font-size: 35px;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
  }

  .basket__order-sum-currency {
    font-size: 35px;
  }

  .basket__order-btn {
    width: 200px;
  }

  .contacts {
    margin-top: 60px;
    margin-bottom: 120px;
  }

  .contacts__inner {
    padding: 50px 35px;
  }

  .contacts__content {
    padding: 0 40px;
  }

  .contacts__list {
    -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;
    row-gap: 40px;
  }

  .contacts__title {
    font-size: 40px;
    margin-bottom: 10px;
  }

  .contacts__subtitle {
    font-size: 18px;
    margin-bottom: 40px;
  }

  .contacts #map {
    margin-top: 40px;
    margin-bottom: 60px;
    width: 100%;
    height: 426px;
  }



  .contacts__title-block {
    -webkit-column-gap: 42px;
    -moz-column-gap: 42px;
    column-gap: 42px;
    margin-bottom: 50px;
  }

  .contacts__juridical-info {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .contacts__juridical-info-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 28px;
  }

  /*.personal-account__favourite-img {
    max-height: 200px;
  }*/

  .product-item {
    margin-top: 30px;
  }

  .product-item__return-link {
    margin-bottom: 15px;
  }

  .product-item__item-block {
    max-width: 100%;
  }

  .product-item__item-descr-block {
    max-width: 100%;
  }

  .product-item__inner {
    padding: 30px;
  }

  .product-item__content {
    row-gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product-item__item-slider {
    padding: 30px 20px !important;
  }

  .product-item__item-slide {
    max-width: 100%;
    max-height: 350px;
  }

  .product-item__item-img {
    /*width: 100%;*/
    max-height: 350px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .product-item__thumbs-slider {
    max-width: 90%;
  }

  .product-item__thumb-slide {
    max-width: 350px !important;
  }

  .product-item__thumb-img {
    /*max-width: 350px !important;*/
   /* max-height: 140px;*/
    -o-object-fit: contain;
    object-fit: contain;
  }

  .product-item__button-prev {
    bottom: 65px;
  }

  .product-item__button-next {
    bottom: 65px;
  }

  .product-item__item-title {
    font-size: 32px;
    margin-bottom: 40px;
  }

  .product-item__item-selects {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    row-gap: 30px;
    margin-bottom: 40px;
  }

  .product-item__btns-wrapper {
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    grid-template-columns: minmax(100px, 200px) minmax(120px, 220px) minmax(100px, 200px);
  }

  .product-item__btn {
    font-size: 18px;
    padding: 14px 5px 15px;
  }

  .product-page__dropdown {
    max-width: none;
    width: 100%;
  }

  .product-page__dropdown .dropdown__label {
    font-size: 18px;
  }

  .product-page__dropdown .dropdown__list {
    top: 90px;
  }

  .product-page__dropdown-self {
    max-height: 60px;
    font-size: 18px;
    padding: 10px 22px 11px 12px;
  }

  .steps__inner {
    padding: 50px 90px;
  }

  .steps__title {
    font-size: 40px;
  }

  .steps__list-item {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    position: relative;
  }

  .steps__list-item::after {
    bottom: -5px;
    left: 25px;
    height: calc(100% - 60px);
  }

  .steps__item-number {
    font-size: 25px;
    width: 50px;
    height: 50px;
  }

  .steps__item-title {
    font-size: 27px;
    padding-top: 8px;
    margin-bottom: 15px;
  }

  .steps__item-text {
    font-size: 16px;
  }

}

@media (max-width: 991.98px) {
	
	a.header__logo {
    display: block;
}
	.logo {
    display: none;
}	
  .section {
    position: relative;
    margin-bottom: 140px;
  }
  .catalog__btn-controls {

    padding: 40px 24px;
  }

  .catalog__btn {
    font-size: 24px;
    padding: 14px 14px 14px;
    line-height: 33px;
    color: #FFFFFF;
    margin-bottom: 20px;
  }
  .catalog__btn:last-of-type {
    margin-bottom: 0px;
  }


  .section__bg {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
  }

  .section__title {
    font-size: 60px;
    line-height: 60px;
    color: #FFFFFF;
    margin-bottom: 20px;
    padding-top: 106px;
    position: relative;
  }

  .section__title:after {
    display: none;
  }

  .section__text {
    font-size: 16px;
    /*line-height: 124%;*/
    padding-bottom: 67px;
  }

  .footer__upper {
    -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;
    row-gap: 28px;
  }

  .start {
    margin-bottom: 20px;
  }

  .start-pagination {
    margin-bottom: 80px;
  }

  .start-slider__item-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 70px;
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px;
  }

  .presentation__title {
    font-size: 35px;
  }

  .presentation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
  }

  .presentation__list-item {
    width: 100%;
    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;
    padding: 40px 30px;
  }

  .presentation__item-img {
    max-width: 120px;
    max-height: 120px;
    margin-bottom: 20px;
  }

  .projects.mt80 {
    margin-top: 40px;
  }

  .projects__title-block {
    margin-bottom: 10px;
  }

  .projects__title {
    font-size: 35px;
  }

  .projects__title-btn-link {
    font-size: 20px;
    display: none;
  }

  .projects__title-btn-link.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
  }

  .projects__subtitle {
    font-size: 17px;
    margin-bottom: 28px;
  }

  .projects__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
  }

  .projects__list-item {
    border-radius: 4px;
    max-width: 100%;
  }

  .projects__item-wrapper {
    width: 100%;
    margin-bottom: 20px;
    /*height: 348px;*/
  }

  .projects__item-img {
    width: 100%;
    /*height: 100%;*/
    -o-object-fit: cover;
    object-fit: cover;
  }

  .projects__item-title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .projects__item-text {
    margin-bottom: 20px;
  }

  .projects__item-link {
    font-size: 16px;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
  }

  .clients__title {
    font-size: 35px;
    margin-bottom: 30px;
  }

  .clients__list-item {
    max-width: 228px !important;
    height: 88px !important;
  }

  .consultation-form__title {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .consultation-form__inner {
    padding: 50px 30px;
  }

  .consultation-form__controls {
    -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;
    row-gap: 14px;
  }

  .consultation-form__input {
    margin-right: 0px;
  }

  .consultation-form__input:last-child {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .consultation-form__btns {
    margin-left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .page-first {
    padding-top: 176px;
    padding-bottom: 137px;
    margin-bottom: 100px;
  }

  .page-first__title {
    font-size: 70px;
    line-height: 60px;
    position: relative;
    display: inline-block;
  }


  .page-first__text {
    font-size: 20px;
    line-height: 124%;
  }

  .single-article__inner {
    padding-top: 40px;
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .single-article__title {
    font-size: 26px;
    margin-bottom: 20px;
    max-width: 1248px;
  }

  .single-article__text {
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 15px;
    max-width: 1248px;
  }

  .single-article__img {
    margin-top: 40px;
    margin-bottom: 40px;
    max-width: 1360px;
    width: 100%;
    height: auto;
    border-radius: 4px;
  }

  .single-article__subtitle {
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 20px;
  }

  .single-article__list {
    padding-left: 10px;
    max-width: 1348px;
  }

  .single-article__list.mt {
    margin-top: 28px;
  }

  .single-article__list.mb {
    margin-bottom: 28px;
  }

  .single-article__list-title {
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 10px;
  }

  .single-article__unordered-list {
    padding-left: 10px;
  }

  .single-article__unordered-item {
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
    color: #333333;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .personal-account__inner {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 40px;
  }

  .personal-account__aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    width: 100%;
    max-width: 100%;
  }

  .personal-account__aside-item {
    margin-bottom: 0px;
  }

  .personal-account__order-item {
    padding: 30px 20px;
  }

  .personal-account__order-title-block {
    padding-bottom: 15px;
    margin-bottom: 25px;
    -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;
    row-gap: 20px;
    padding-left: 10px;
  }

  .personal-account__order-title {
    padding-left: 0;
  }

  .personal-account__order-products {
    grid-template-columns: repeat(2, 1fr);
  }

  .catalog {
    margin-top: 40px;
    margin-bottom: 100px;
    /*overflow: hidden;*/
  }

  .catalog__title {
    font-size: 35px;
    margin-bottom: 30px;
  }

  .catalog__tag-list {
    margin-bottom: 35px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 10px;
  }

  .catalog__tag {
    padding: 13px 16px;
    font-size: 16px;
    line-height: 14px;
    text-align: center;
    width: auto !important;
    /*min-width: 110px !important;*/
  }

  .catalog__content-top-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .catalog__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    position: relative;
  }

  .catalog__aside {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    overflow-y: scroll;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    z-index: -11;
    max-width: none;
    width: 100vw;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.14);
    border-radius: 4px;
  }

  .catalog__aside.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    pointer-events: all;
    z-index: 200;
  }

  .catalog__aside-close {
    display: block;
    position: absolute;
    right: 22px;
    top: 22px;
    width: 18px;
    height: 18px;
  }

  .catalog__aside-categories {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.14);
    border-radius: 4px;
    margin-bottom: 28px;
    padding: 41px 20px;
  }

  .catalog__aside-title {
    font-size: 24px;
    line-height: 33px;
  }

  .catalog__btn-controls {
    position: sticky;
    bottom: 0;
    width: 100%;
    background: #F2F1F1;
    padding: 30px 24px;
  }

  .catalog__btn {
    font-size: 22px;
    padding: 14px 14px 14px;
    line-height: 33px;
    color: #FFFFFF;
    margin-bottom: 15px;
  }

  .catalog__btn:last-of-type {
    margin-bottom: 0;
  }

  .catalog__category {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #333333;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    background: #F4F4F4;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    padding: 17px 25px 18px;
    margin-bottom: 20px;
  }

  .catalog__category:last-child {
    margin-bottom: 0;
  }

  .catalog__category:hover {
    color: #BA2E2F;
  }

  .catalog__category.active {
    color: #BA2E2F;
  }

  .catalog__categories-popup-wrapper {
    position: absolute;
    left: 0;
    max-width: 100%;
    top: 100%;
    z-index: 10;
    width: 100%;
    padding-left: 0;
    background: #F4F4F4;
    opacity: 0;
    z-index: -10;
    pointer-events: none;
  }

  .catalog__categories-popup-wrapper.active {
    opacity: 1;
    z-index: 10;
    pointer-events: all;
  }

  .catalog__category-popup {
    background: #F4F4F4;
    border: 1px solid rgba(51, 51, 51, 0.3);
    -webkit-box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.1);
    box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.1);
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 4px 16px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }

  .catalog__category-popup-item {
    font-size: 18px;
    line-height: 25px;
    padding: 16px 10px;
    background: #F4F4F4;
  }

  .catalog__select-list {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.14);
    border-radius: 4px;
    margin-bottom: 0px;
  }

  .catalog__content {
    /*max-width: 1315px;*/
    width: 100%;
  }

  .catalog__content-top-block {
    margin-bottom: 20px;
  }

  .catalog__content-top-block .number-select {
    display: none;
  }

  .catalog__sorting-filters {
    display: none;
    width: auto;
  }

  .catalog__sorting-filters.mobile {
    display: block;
  }

  .catalog__sorting-filters.mobile .dropdown__btn {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    font-size: 18px;
    line-height: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .catalog__sorting-filters.mobile .dropdown__btn::before {
    display: none;
  }

  .catalog__sorting-filters.mobile .dropdown__list {
    min-width: 310px;
    top: 37px;
  }

  .catalog__sorting-filters.mobile .dropdown__list-item img {
    display: none;
  }

  .catalog__filters-popup-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    position: relative;
    font-size: 18px;
  }

  .catalog__filters-popup-count-wrapper {
    position: absolute;
    top: -30%;
    left: 7%;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    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-color: #BA2E2F;
  }

  .catalog__filters-popup-count {
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #FFFFFF;
  }

  .catalog__sorting-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #333333;
    margin-right: 20px;
  }

  .catalog__sorting-tags {
    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;
    max-width: 704px;
    width: 100%;
  }

  .catalog__sorting-tag {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: rgba(51, 51, 51, 0.4);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
  }

  .catalog__sorting-tag:hover {
    color: #333333;
  }

  .catalog__sorting-tag.active {
    color: #BA2E2F;
  }

  .catalog__content-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 20px;
  }

  .catalog__select-list {
    padding: 42px;
  }

  .catalog__accordion-item {
    background: #F4F4F4;
    border-radius: 4px;
    border: none !important;
    padding: 17px 25px 18px !important;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #333333;
  }

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

  .catalog__accordion-trigger {
    max-height: 60px;
    padding: 0 !important;
    border: none;
  }

  .catalog__accordion-trigger-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    margin-left: 0 !important;
    color: #333333;
  }

  .catalog__accordion-trigger-img {
    margin-right: 0 !important;
    width: 10px !important;
    height: 10px !important;
    border-top: 1px solid #333 !important;
    border-right: 1px solid #333 !important;
  }

  .catalog__accordion-content {
    margin-top: 20px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }

  .product-item__tab-content.two-column-grid.alt-grid {
    grid-template-columns: 3fr 1fr;
  }

  .product-item__tab-slider {
    max-width: 284px;
  }

  .product-item__tab-slide-img {
    max-width: 100%;
  }

  .product-item__alt-row {
    padding: 10px 20px;
  }

  .product-item__alt-title {
    font-size: 15px;
  }

  .product-item__alt-value {
    font-size: 15px;
  }

  .product-item__alt-row-large {
    padding: 10px 20px;
  }

  .product-item__alt-content-text {
    font-size: 14px;
  }

  .product-item__tab-content {
    padding: 30px 15px;
  }

  .product-item__tab-item {
    padding: 15px 15px;
    font-size: 15px;
  }

  .product-item__table-row {
    padding: 5px 10px;
  }

  .product-item__table-title {
    font-size: 16px;
  }

  .product-item__table-value {
    font-size: 16px;
  }

  .mounting-method__slider-wrapper {
    padding-left: 35px;
    padding-right: 35px;
  }

  .mounting-method__item {
    padding: 15px;
  }

  .mounting-method__title {
    font-size: 40px;
  }

  .mounting-method__subtitle {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .mounting-method__title-link {
    font-size: 16px;
  }

  .mounting-method__next {
    right: 0 !important;
  }

  .mounting-method__item-btn-link {
    font-size: 16px;
  }

  .mounting-method__prev {
    left: 0 !important;
  }

  .steps__inner {
    padding: 50px 70px;
  }

  .steps__title {
    font-size: 34px;
  }

  .steps__list-item {
    position: relative;
  }

  .steps__list-item::after {
    bottom: -5px;
    left: 17px;
    height: calc(100% - 45px);
  }

  .steps__item-number {
    font-size: 22px;
    max-width: 35px;
    max-height: 35px;
  }

  .steps__item-title {
    font-size: 27px;
    padding-top: 8px;
    margin-bottom: 15px;
  }

  .steps__item-text {
    font-size: 16px;
  }
}

@media (max-width: 900px) {
  .basket {
    margin-top: 60px;
    margin-bottom: 110px;
  }

  .basket__title {
    font-size: 38px;
    margin-bottom: 25px;
  }

  .basket__items-list {
    row-gap: 18px;
  }

  .basket__item-img-wrapper {
    border: 1px solid rgba(51, 51, 51, 0.2);
    border-radius: 4px;
    padding: 14px 18px;
    max-width: 750px;
    width: auto;
    max-height: 445px;
    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;
  }

  .basket__item-img {
    max-width: 615px;
    max-height: 445px;
  }

  .basket__item {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 27px 37px 27px;
  }

  .basket__item-descr {
    width: 100%;
    -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;
    row-gap: 30px;
    max-width: 1146px;
  }

  .basket__specs-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .basket__item-counter-wrapper {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .basket__item-spec-title {
    font-size: 15px;
  }

  .basket__item-price {
    font-size: 24px;
  }

  .basket__item-sumprice-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    align-items: center;
    width: 100%;
  }

  .basket__item-sumprice-block span {
    display: inline-block;
    font-size: 18px;
  }

  .basket__item-sumprice {
    font-size: 24px;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
  }

  .basket__item-currency {
    font-weight: 400;
  }

  .basket__delete-button {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .basket__delete-button img {
    display: none;
  }

  .basket__delete-button span {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 130.18%;
    color: rgba(51, 51, 51, 0.4);
  }

  .basket__bottom-controls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    row-gap: 30px;
  }

  .basket__file-controls {
    max-width: 777px;
    -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;
    row-gap: 20px;
  }

  .basket__file-link {
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    font-size: 18px;
    line-height: 25px;
  }

  .basket__order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .basket__order-sum {
    font-size: 30px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .basket__order-sum-price {
    font-size: 30px;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
  }

  .basket__order-sum-currency {
    font-size: 30px;
  }

  .basket__order-btn {
    width: 180px;
  }
}

@media (max-width: 870px) {
  .advantages {
    margin-bottom: 101px;
  }

  .advantages__title {
    font-size: 40px;
    margin-bottom: 15px;
  }

  .advantages__text {
    font-size: 18px;
    margin-bottom: 60px;
  }

  .advantages__list {
    max-width: 1321px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .advantages__item-img {
    margin-bottom: 20px;
  }

  .advantages__item-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    color: #333333;
    margin-bottom: 14px;
  }

  .advantages__item-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    max-width: 241px;
  }
}

@media (max-width: 850px) {
  .products-types {
    margin-bottom: 100px;
  }

  .products-types__title-block {
    margin-bottom: 28px;
  }

  .products-types__title {
    font-size: 30px;
  }

  .products-types__subtitle {
    font-weight: 300;
    font-size: 20px;
    line-height: 130.18%;
    color: #333333;
    margin-top: 20px;
  }

  .products-types__btn-link {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    display: none;
  }

  .products-types__btn-link.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .products-types__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
  }

  .products-types__list-item {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 30px 20px;
    width: 100%;
  }

  .products-types__list-item.optional {
    display: none;
  }

  .products-types__item-img-wrapper {
    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;
    margin-bottom: 48px;
  }

  .products-types__item-img {
    max-width: 100%;
    width: auto;
    height: auto;
    /*max-height: 176px;*/
    margin: 0 auto;
  }

  .products-types__item-title {
    font-size: 20px;
    margin-bottom: 28px;
  }

  .products-types__item-link {
    font-size: 16px;
    line-height: 22px;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
  }

  .sales__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .sales__list-item {
    display: inline-block;
    background: #D9D9D9;
    border-radius: 4px;
    padding: 30px;
    height: 510px;
    width: auto;
    position: relative;
    z-index: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }

  .sales__list-item:hover {
    background: #333333;
  }

  .sales__list-item:hover .sales__item-title {
    color: #FFFFFF;
  }

  .sales__list-item:hover .sales__item-text {
    color: #FFFFFF;
  }

  .sales__item-title {
    display: inline-block;
    font-weight: 600;
    font-size: 42px;
    line-height: 119.68%;
    color: #333333;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    z-index: 1;
    max-width: 514px;
    margin-bottom: 20px;
  }

  .sales__item-text {
    max-width: 462px;
    font-weight: 400;
    font-size: 20px;
    line-height: 130.18%;
    color: #333333;
    z-index: 1;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }

  .sales__item-img {
    position: absolute;
    z-index: -1;
    left:30px
  }

  .sales__item-link {
    position: absolute;
    right: 36px;
    bottom: 40px;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #BA2E2F;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}

@media (max-width: 767.98px) {
  .footer__links-list {
    -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;
    row-gap: 10px;
  }

  .footer__item-link {
    font-size: 20px;
  }

  .start {
    margin-bottom: 20px;
  }

  .start-pagination {
    margin-bottom: 80px;
  }

  .start-slider {
    position: relative;
  }

  .start-slider__item {
    padding-top: 70px;
    padding-bottom: 20px;
  }

  .start-slider__item-title {
    font-size: 40px;
    line-height: 114%;
    color: #FFFFFF;
    max-width: 800px;
    width: 100%;
    margin-bottom: 15px;
  }

  .start-slider__item-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 116%;
    margin-bottom: 40px;
  }

  .start-slider__item-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 70px;
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px;
  }

  .start-slider__item-order {
    font-size: 18px;
    min-width: 200px !important;
    width: auto;
    padding: 10px 10px 11px;
  }

  .start-slider__item-control-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    width: 100%;
  }

  .start-slider__item-control-link {
    min-width: auto;
    font-size: 16px !important;
    line-height: 22px !important;
    padding: 6px 11px 8px;
    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;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
  }

  .start-slider__pagination.center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .start-slider__pagination .swiper-pagination-bullet {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    width: 12px;
    height: 12px;
    background: rgba(51, 51, 51, 0.7);
  }

  .start-slider__pagination .swiper-pagination-bullet-active {
    background: #333333;
  }

  .company__inner {
    padding: 0 0px;
  }

  .company__title {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .company__text {
    font-size: 17px;
    margin-bottom: 28px;
    max-width: 1077px;
  }

  .company__stat {
    padding-top: 58px;
    padding-bottom: 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 80px;
  }

  .company__stat-inner {
    max-width: 1168px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -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;
  }

  .company__stat-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .company__stat-item-title {
    font-weight: 300;
    font-size: 20px;
    color: #BA2E2F;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    padding-bottom: 25px;
    margin-bottom: 32px;
    border-bottom: 3px solid #BA2E2F;
  }

  .company__stat-item-title .large-number {
    font-weight: 400;
    font-size: 80px;
    line-height: 60px;
    color: #BA2E2F;
  }

  .company__stat-item-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #333333;
    max-width: 245px;
  }

  .news {
    margin-bottom: 100px;
  }

  .news__title-block {
    margin-bottom: 28px;
  }

  .news__title {
    font-size: 30px;
    line-height: 123.5%;
  }

  .news__title-link {
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    display: none;
  }

  .news__title-link.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .news__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    gap: 20px;
  }

  .news__list-item {
    border-radius: 4px;
    max-width: 100%;
    height: auto;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }

  .news__item-img {
    width: 100%;
    height: 294px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .news__item-descr {
    padding: 20px 12px 16px;
    height: calc(100% - 294px);
  }

  .advantages {
    margin-bottom: 100px;
  }

  .advantages__inner {
    padding: 0 0px;
  }

  .advantages__title {
    font-size: 30px;
    line-height: 123.5%;
    margin-bottom: 10px;
  }

  .advantages__text {
    font-size: 16px;
    line-height: 130.18%;
    margin-bottom: 60px;
  }

  .advantages__list {
    max-width: 1321px;
    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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 60px;
  }

  .advantages__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .advantages__item-img {
    margin-bottom: 36px;
  }

  .faq__inner {
    padding: 40px;
  }

  .faq__title-block {
    margin-bottom: 32px;
  }

  .articles {
    /*margin-top: 30px;*/
    /*margin-bottom: 100px;*/
  }

  .articles__title {
    /*font-size: 30px;*/
    margin-bottom: 15px;
    font-size: 21px;
  }

  .articles__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 20px;
  }

  .articles__list-item {
    background: #F8F8F8;
  }

  .articles__list-item.large-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column: span 2;
    height: auto;
  }

  .articles__list-item.large-row .articles__item-img {
    height: 100%;
    max-height: 294px;
  }

  .articles__list-item.large-row .articles__item-content {
    margin-top: 0px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .articles__item-img {
    /*width: 100%;*/
    /*height: 294px;*/
    /*border-radius: 4px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;*/
    margin: 0 auto;
    display: block;
  }

  .articles__item-content {
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

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

  .articles__item-link {
    font-size: 16px;
    line-height: 22px;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
  }

  .articles__bottom-block {
    margin-top: 28px;
    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;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .articles__show-more {
    font-size: 16px;
    line-height: 22px;
  }

  .making-order__title {
    font-size: 38px;
  }

  .making-order__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
  }

  .making-order__form-step {
    padding: 20px 30px;
  }

  .making-order__step-radio-inputs {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    margin-bottom: 20px;
  }

  .making-order__step-inputs {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
  }

  .making-order__step-input-wrapper {
    max-width: 100%;
  }

  .making-order__step-input-small {
    max-width: 100%;
  }

  .making-order__step-input-small .making-order__step-input-wrapper {
    max-width: 330px;
  }

  .making-order__form-order-block {
    max-width: 100%;
  }

  .making-order__ordered-item {
    padding-bottom: 25px;
    margin-bottom: 30px;
  }

  .making-order__item-title {
    font-size: 22px;
    max-width: 400px;
    margin-bottom: 14px;
  }

  .making-order__item-article {
    font-size: 18px;
  }

  .making-order__item-price {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .making-order__item-count {
    font-size: 20px;
  }

  .making-order__summary-field-title {
    font-size: 18px;
  }

  .making-order__summary-field-value {
    font-size: 18px;
  }

  .making-order__summary-field-sumprice {
    font-size: 30px;
  }

  .making-order__summary-field-price {
    font-size: 30px;
  }

  .making-order__order-summary-btn {
    font-size: 19px;
    margin-top: 20px;
    max-width: 400px;
  }

  .personal-account {
    margin-top: 40px;
    margin-bottom: 100px;
  }

  .personal-account__title {
    font-size: 30px;
    margin-bottom: 28px;
  }

  .personal-account__inner {
    /*padding: 0px;*/
    /*display: none;*/
    padding: 10px 10px 40px;
  }

  /*.personal-account__inner.mobile {
    display: block;
    width: 100%;
    background: #F2F1F1;
  }*/

  .personal-account__aside {
    display: block;

    -webkit-column-gap: unset;
    -moz-column-gap: unset;
    column-gap: unset;
  }
  .personal-account__aside-item {
    margin-bottom: 10px;
  }

  .personal-account__accordion-item {
    width: 100%;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 0 !important;
    margin-bottom: 10px;
    border: none !important;
  }

  .personal-account__accordion-item.accordion__item-active .personal-account__accordion-trigger-text {
    color: #BA2E2F !important;
  }

  .personal-account__accordion-trigger {
    padding: 16px 28px 17px 27px !important;
  }

  .personal-account__accordion-trigger-text {
    margin-left: 0 !important;
  }

  .personal-account__accordion-trigger-img {
    margin-right: 0 !important;
    width: 10px !important;
    height: 10px !important;
    border-top: 1px solid #333 !important;
    border-right: 1px solid #333 !important;
  }

  .personal-account__accordion-content {
    padding: 10px 10px 40px;
  }

  .personal-account__dropdown {
    margin-bottom: 45px;
    width: 100%;
    max-width: none;
    max-height: 42px;
  }

  .personal-account__dropdown .dropdown__btn {
    padding: 10px 21px;
    font-size: 16px;
    line-height: 22px;
  }

  .personal-account__dropdown .dropdown__list {
    top: 60px !important;
  }

  .personal-account__inputs {
    margin-bottom: 40px;
  }

  .personal-account__inputs .input__wrapper {
    margin-bottom: 20px;
  }

  .personal-account__inputs .input__wrapper:last-child {
    margin-bottom: 0;
  }

  .personal-account__inputs .input__two-columns {
    max-width: 100%;
    gap: 28px;
  }

  .personal-account__inputs .input__two-columns .input__wrapper {
    margin-bottom: 0;
  }

  .personal-account__input-wrapper {
    max-width: 100%;
    position: relative;
  }

  .personal-account__main-title {
    font-weight: 400;
    /*    font-size: 30px;
				line-height: 48px;*/
    font-size: 23px;
    line-height: 35px;
    color: #333333;
    margin-bottom: 30px;
  }

  .personal-account__bottom-wrapper {
    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;
  }

  .personal-account__bottom-btn-link {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #333333;
    cursor: pointer;
  }

  .personal-account__bottom-btn-link:hover {
    color: #BA2E2F;
  }

  .personal-account__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
  }

  .personal-account__pagination-arrow {
    position: absolute;
    top: 7px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
  }

  .personal-account__pagination-arrow:hover {
    border-top: 1px solid #BA2E2F;
    border-right: 1px solid #BA2E2F;
  }

  .personal-account__pagination-arrow.right {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 0;
  }

  .personal-account__pagination-arrow.left {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    left: 0;
  }

  .personal-account__pagintaion-number {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #333333;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    opacity: 0.6;
  }

  .personal-account__pagintaion-number.active {
    opacity: 1;
  }

  .personal-account__pagintaion-number:hover {
    color: #BA2E2F;
    opacity: 1;
  }

  .personal-account__orders-list {
    margin-bottom: 20px;
  }

  .personal-account__order-item {
    border-radius: 4px;
    padding: 20px 6px;
    margin-bottom: 10px;
  }

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

  .personal-account__order-title-block {
    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;
    padding-bottom: 20px;
    margin-bottom: 28px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.4);
  }

  .personal-account__order-title {
    font-size: 16px;
    line-height: 130.18%;
    padding-left: 8px;
  }

  .personal-account__order-price {
    font-size: 16px;
    line-height: 130.18%;
  }

  .personal-account__order-products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .personal-account__order-product {
    max-width: 100%;
  }

  .personal-account__order-product-img {
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .personal-account__favourite {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-bottom: 40px;
  }

  .personal-account__favourite-item {
    padding: 28px 30px;
    width: 100%;
    max-width: none;
  }

  .personal-account__favourite-img {
    max-width: 100%;
    /*max-height: 241px;*/
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 25px;
  }

  .contacts {
    background: #FFFFFF;
    margin-top: 60px;
    margin-bottom: 80px;
  }

  .contacts__inner {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    padding: 40px 0;
  }

  .contacts__content {
    max-width: 1250px;
    padding: 0 0px;
  }

  .contacts__title {
    font-size: 35px;
    margin-bottom: 10px;
  }

  .contacts__subtitle {
    font-size: 18px;
    margin-bottom: 40px;
  }

  .contacts__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .contacts__list.fs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-column-gap: 160px;
    -moz-column-gap: 160px;
    column-gap: 160px;
  }

  .contacts__list-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contacts__column-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #333333;
    margin-bottom: 14px;
  }

  .catalog__content-items .personal-account__favourite-item {
    max-height: 450px;
    max-width: 100%;
    padding: 15px;
  }

  .catalog__content-items .personal-account__favourite-status {
    top: 15px;
    right: 15px;
    font-size: 20px;
  }

  .catalog__content-items .personal-account__favourite-img {
    margin-bottom: 28px;
    -o-object-fit: contain;
    object-fit: contain;
    /*max-height: 200px;*/
    max-width: 100%;
  }

  .catalog__content-items .personal-account__favourite-price-block {
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    margin-bottom: 20px;
  }

  .catalog__content-items .personal-account__favourite-current-price {
    font-size: 25px;
    line-height: 130.18%;
  }

  .catalog__content-items .personal-account__favourite-old-price {
    font-size: 16px;
    line-height: 130.18%;
  }

  .catalog__content-items .personal-account__favourite-title {
    font-size: 18px;
    line-height: 130.18%;
    margin-bottom: 10px;
  }

  .catalog__content-items .personal-account__favourite-rating {
    margin-bottom: 15px;
  }

  .catalog__content-items .personal-account__favourite-btn {
    max-width: 200px;
    font-size: 16px;
    padding: 8px 10px 9px;
  }

  .catalog__content-items .personal-account__favourite-like {
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }

  .catalog__content-items .personal-account__favourite-like path {
    fill: #333333;
  }

  .catalog__content-items .personal-account__favourite-like.active path {
    fill: #BA2E2F;
  }

  .others-products {
    margin-bottom: 100px;
  }

  .others-products__title-block {
    margin-bottom: 28px;
  }

  .others-products__title {
    font-size: 30px;
  }

  .others-products__title-link {
    display: none;
    margin-top: 20px;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .others-products__title-link.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .others-products__list {
    gap: 20px;
    grid-template-columns: auto;
  }

  .steps__inner {
    padding: 40px 60px;
  }

  .steps__title {
    font-size: 30px;
    margin-bottom: 40px;
  }

  .steps__list-item {
    position: relative;
  }

  .steps__list-item::after {
    bottom: -5px;
    left: 15px;
    height: calc(100% - 45px);
  }

  .steps__item-number {
    font-size: 20px;
    max-width: 30px;
    max-height: 30px;
  }

  .steps__item-title {
    font-size: 25px;
    padding-top: 5px;
    margin-bottom: 15px;
  }

  .steps__item-text {
    font-size: 16px;
  }
}

@media (max-width: 740px) {
	.logo {
    display: none;
}	
  .popup__geolocation-list {
    grid-template-columns: auto auto;
  }
}

@media (max-width: 599.98px) {
  .scroll-button {
    right: 20px;
    bottom: 20px;
  }
  .popup__close {
    right: 15px;
    top: 15px;
  }

  .counter__value {
    font-weight: 400;
    font-size: 18px;
    line-height: 130.18%;
  }

  .counter__self-value {
    font-weight: 400;
    font-size: 14px;
    line-height: 118%;
    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: 40px;
    height: 22px;
    padding: 0;
  }

  .counter__self {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 22px;
  }

  .counter__self-sub {
    font-size: 14px;
    padding: 0;
    width: 22px;
    height: 22px;
    border-left: 4px;
    border: 1px solid rgba(51, 51, 51, 0.2);
  }

  .counter__self-add {
    width: 22px;
    max-height: 22px;
    border: 1px solid rgba(51, 51, 51, 0.2);
    font-size: 27px;
    padding: 0;
  }

  .register {
    padding: 37px 18px 20px;
    text-align: center;
    margin-right: 20px;
    margin-left: 20px;
    position: relative;
    /*z-index: 101;*/
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    opacity: 0;
    z-index: -10;
    pointer-events: none;
  }

  .register.active {
    opacity: 1;
    z-index: 10;
    pointer-events: all;
  }

  .register__close {
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
  }

  .register__close:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .register__title {
    font-weight: 400;
    font-size: 36px;
    line-height: 60px;
    margin-bottom: 28px;
  }

  .register__steps-indicator {
    margin-bottom: 28px;
  }

  .register__inputs {
    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;
    margin-bottom: 40px;
  }

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

  .register__btn {
    min-width: 263px;
    margin-bottom: 20px;
    margin-top: 0;
  }

  .register__links {
    width: 263px;
    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;
  }

  .register__link {
    font-weight: 300;
    font-size: 14px;
    line-height: 28px;
    color: #333333;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }

  .register__link:hover {
    color: #BA2E2F;
  }

  .popup {
    padding: 37px 18px 20px;
    text-align: center;
    margin-right: 20px;
    margin-left: 20px;
    position: relative;
    z-index: 103;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    opacity: 0;
    z-index: -10;
    pointer-events: none;
  }

  .popup.geolocation {
    max-width: 1376px;
    width: 100%;
    padding: 80px 40px 60px;
  }

  .popup.active {
    opacity: 1;
    z-index: 10;
    pointer-events: all;
  }

  .popup__geolocation-title {
    font-size: 32px;
    margin-bottom: 40px;
  }

  .popup__title {
    font-size: 25px;
    margin-bottom: 40px;
    line-height: 38px;
  }

  .popup__geolocation-list {
    display: grid;
    grid-template-columns: auto auto;
    row-gap: 20px;
  }

  .popup__geolocation-item {
    font-size: 20px;
  }

  .login {
    padding: 37px 18px 20px;
    text-align: center;
    margin-right: 20px;
    margin-left: 20px;
    position: relative;
    z-index: 103;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    opacity: 0;
    z-index: -10;
    pointer-events: none;
  }

  .login.active {
    opacity: 1;
    z-index: 10;
    pointer-events: all;
  }

  .login__close {
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
  }

  .login__close:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .login__title {
    font-weight: 400;
    font-size: 36px;
    line-height: 60px;
    margin-bottom: 48px;
  }

  .login__inputs {
    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;
    margin-bottom: 80px;
  }

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

  .login__btn {
    min-width: 263px;
    margin-bottom: 20px;
  }

  .login__links {
    width: 263px;
    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;
  }

  .login__link {
    font-weight: 300;
    font-size: 14px;
    line-height: 28px;
    color: #333333;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }

  .login__link:hover {
    color: #BA2E2F;
  }

  .accordion .accordion__item {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(51, 51, 51, 0.2);
  }

  .accordion .accordion__item .accordion__item-trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    cursor: pointer;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .accordion .accordion__item .accordion__item-trigger .trigger__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin-left: 0px;
  }

  .accordion .accordion__item .accordion__item-trigger .trigger__img {
    position: relative;
    margin-left: auto;
    min-width: 10px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
    margin-right: 15px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }

  .accordion .accordion__item .accordion__item-trigger .trigger__img.active {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  .accordion .accordion__item .accordion__item-content {
    display: none;
    -webkit-animation: fade 0.2s ease;
    animation: fade 0.2s ease;
    padding-top: 20px;
  }

  .accordion .accordion__item .accordion__item-content .content__text {
    margin-top: 12px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 130%;
  }

  .accordion .accordion__item .accordion__item-content .content__text:first-child {
    margin-top: 0;
  }

  .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }

  .pagination__item {
    font-size: 14px;
  }

  .section {
    position: relative;
    margin-bottom: 100px;
  }

  .section__bg {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .section__title {
    font-size: 60px;
    padding-top: 106px;
    position: relative;
  }

  .section__title:after {
    display: none;
  }

  .section__text {
    font-size: 16px;
    /*line-height: 124%;*/
    padding-bottom: 67px;
  }

  .footer {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .footer__upper {
    padding-bottom: 40px;
    margin-bottom: 20px;
  }

  .footer__logo {
    max-width: 200px;
  }

  .footer__menu-upper {
    row-gap: 40px;
    margin-bottom: 40px;
  }

  .footer__links-list {
    -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;
    row-gap: 8px;
  }

  .footer__item-link {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
  }

  .footer__menu-bottom {
    row-gap: 4px;
  }

  .footer__menu-phone-link {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #FFFFFF;
  }

  .footer__menu-get-callback {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #FFFFFF;
  }

  .footer__social-item {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
  }

  .footer__public-offer {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
  }

  .start {
    margin-bottom: 20px;
  }

  .start-pagination {
    margin-bottom: 80px;
  }

  .start-slider {
    position: relative;
  }

  .start-slider__item {
    padding-top: 70px;
    padding-bottom: 20px;
  }

  .start-slider__item-title {
    font-size: 40px;
    line-height: 114%;
    color: #FFFFFF;
    max-width: 800px;
    width: 100%;
    margin-bottom: 15px;
  }

  .start-slider__item-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 116%;
    margin-bottom: 40px;
  }

  .start-slider__item-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 70px;
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px;
  }

  .start-slider__item-order {
    font-size: 18px;
    min-width: 200px !important;
    width: auto;
    padding: 10px 10px 11px;
  }

  .start-slider__item-control-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    width: 100%;
  }

  .start-slider__item-control-link {
    min-width: auto;
    font-size: 16px !important;
    line-height: 22px !important;
    padding: 6px 11px 8px;
    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;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
  }

  .start-slider__pagination.center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .start-slider__pagination .swiper-pagination-bullet {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    width: 12px;
    height: 12px;
    background: rgba(51, 51, 51, 0.7);
  }

  .start-slider__pagination .swiper-pagination-bullet-active {
    background: #333333;
  }

  .sales {
    margin-bottom: 100px;
  }

  .sales.margin-top {
    margin-top: 80px;
  }

  .sales__list-item {
    padding: 30px 20px;
    height: auto;
  }

  .sales__item-title {
    font-size: 34px;
    line-height: 108%;
    max-width: 514px;
    margin-bottom: 20px;
  }

  .sales__item-text-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .sales__item-text {
    max-width: none;
    font-size: 14px;
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: left;
    padding-right: 10px;
    max-width: 200px;
  }

  .sales__item-img {
    position: static;
    max-width: 278px;
    max-height: 278px;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-top:20px;
    margin-bottom:20px;
  }

  .sales__item-img img {
    max-height: 240px;
    max-width: 270px;
    width: auto;
    height: auto;
  }

  .sales__item-link {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .products-types {
    margin-bottom: 100px;
  }

  .products-types__title-block {
    margin-bottom: 28px;
  }

  .products-types__title {
    font-size: 30px;
  }

  .products-types__subtitle {
    font-weight: 300;
    font-size: 20px;
    line-height: 130.18%;
    color: #333333;
    margin-top: 20px;
  }

  .products-types__btn-link {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    display: none;
  }

  .products-types__btn-link.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .products-types__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
  }

  .products-types__list-item {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 30px 20px;
    width: 100%;
  }

  .products-types__list-item.optional {
    display: none;
  }

  .products-types__item-img-wrapper {
    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;
    margin-bottom: 48px;
  }

  .products-types__item-img {
    max-width: 100%;
    width: auto;
    height: auto;
    /*max-height: 176px;*/
    margin: 0 auto;
  }

  .products-types__item-title {
    font-size: 20px;
    margin-bottom: 28px;
  }

  .products-types__item-link {
    font-size: 16px;
    line-height: 22px;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
  }

  .presentation {
    margin-bottom: 100px;
  }

  .presentation__title {
    font-size: 30px;
    margin-bottom: 28px;
  }

  .presentation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
  }

  .presentation__list-item {
    width: 100%;
    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;
    padding: 34px 23px;
  }

  .presentation__item-img {
    max-width: 100px;
    max-height: 100px;
    margin-bottom: 20px;
  }

  .presentation__item-title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .presentation__item-text {
    margin-bottom: 28px;
    font-size: 14px;
    max-width: none;
  }

  .presentation__item-btn {
    min-width: 190px;
    padding: 14px 10px 13px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .projects {
    margin-bottom: 100px;
  }

  .projects.mt80 {
    margin-top: 40px;
  }

  .projects__title-block {
    margin-bottom: 10px;
  }

  .projects__title {
    font-size: 30px;
  }

  .projects__title-btn-link {
    font-size: 18px;
    display: none;
  }

  .projects__title-btn-link.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
  }

  .projects__subtitle {
    font-size: 16px;
    margin-bottom: 28px;
  }

  .projects__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
  }

  .projects__list-item {
    border-radius: 4px;
    max-width: 100%;
    padding: 16px 17px 16px;
  }

  .projects__item-wrapper {
    width: 100%;
    margin-bottom: 20px;
    /*height: 278px;*/
  }

  .projects__item-img {
    width: 100%;
   /* height: 100%;*/
    -o-object-fit: cover;
    object-fit: cover;
  }

  .projects__item-title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .projects__item-text {
    margin-bottom: 20px;
  }

  .projects__item-link {
    font-size: 16px;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
  }

  .clients__title {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .clients__list-item {
    margin-bottom: 100px;
    max-width: 168px !important;
    height: 68px !important;
  }

  .consultation-form {
    margin-bottom: 100px;
  }

  .consultation-form__inner {
    padding: 40px 20px;
  }

  .consultation-form__title {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .consultation-form__subtitle {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .consultation-form__controls {
    -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;
    row-gap: 14px;
  }

  .consultation-form__input {
    margin-right: 0px;
  }

  .consultation-form__input:last-child {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .consultation-form__btns {
    margin-left: 0px;
    max-width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .consultation-form__btn {
    min-width: 200px !important;
    font-size: 18px;
    padding: 12px 10px 11px;
  }

  .page-first {
    padding-top: 156px;
    padding-bottom: 117px;
    margin-bottom: 100px;
  }

  .page-first__title {
    font-size: 60px;
    line-height: 60px;
    position: relative;
    display: inline-block;
  }

  .page-first__text {
    font-size: 16px;
    line-height: 124%;
  }

  .company__inner {
    padding: 0 0px;
  }

  .company__title {
    font-size: 30px;
    line-height: 123.5%;
    margin-bottom: 10px;
  }

  .company__text {
    font-size: 16px;
    line-height: 130.18%;
    margin-bottom: 28px;
    max-width: 1077px;
  }

  .company__stat {
    padding-top: 58px;
    padding-bottom: 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 80px;
  }

  .company__stat-inner {
    max-width: 1168px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -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;
  }

  .company__stat-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .company__stat-item-title {
    font-weight: 300;
    font-size: 20px;
    color: #BA2E2F;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    padding-bottom: 25px;
    margin-bottom: 32px;
    border-bottom: 3px solid #BA2E2F;
  }

  .company__stat-item-title .large-number {
    font-weight: 400;
    font-size: 80px;
    line-height: 60px;
    color: #BA2E2F;
  }

  .company__stat-item-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #333333;
    max-width: 245px;
  }

  .advantages {
    margin-bottom: 100px;
  }

  .advantages__inner {
    padding: 0 0px;
  }

  .advantages__title {
    font-size: 30px;
    line-height: 123.5%;
    margin-bottom: 10px;
  }

  .advantages__text {
    font-size: 16px;
    line-height: 130.18%;
    margin-bottom: 60px;
  }

  .advantages__list {
    max-width: 1321px;
    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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 60px;
  }

  .advantages__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .advantages__item-img {
    margin-bottom: 25px;
  }

  .faq {
    margin-top: 0px;
    margin-bottom: 100px;
    background: #FFFFFF;
  }

  .faq__inner {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 40px 0px;
  }

  .faq__title-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 125px;
    -moz-column-gap: 125px;
    column-gap: 125px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 28px;
  }

  .faq__title-link {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: rgba(51, 51, 51, 0.4);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border-bottom: 1px solid transparent;
  }

  .faq__title-link.active {
    color: #333333;
    border-bottom: 1px solid #333333;
  }

  .faq__title-link:hover {
    color: #333333;
  }

  .single-article {
    /*margin-top: 0px;
    margin-bottom: 100px;*/
    background: #FFFFFF;
  }

  .single-article__inner {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 40px;
    padding-bottom: 80px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .single-article__title {
    font-size: 26px;
    margin-bottom: 20px;
    max-width: 1248px;
  }

  .single-article__text {
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 15px;
    max-width: 1248px;
  }

  .single-article__img {
    margin-top: 40px;
    margin-bottom: 40px;
    max-width: 1360px;
    width: 100%;
    border-radius: 4px;
  }

  .single-article__subtitle {
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 20px;
  }

  .single-article__list {
    padding-left: 10px;
    max-width: 1348px;
  }

  .single-article__list.mt {
    margin-top: 28px;
  }

  .single-article__list.mb {
    margin-bottom: 28px;
  }

  .single-article__list-title {
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 10px;
  }

  .single-article__unordered-list {
    padding-left: 10px;
  }

  .single-article__unordered-item {
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
    color: #333333;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .order-instruction {
    margin-top: 0px;
    padding-top: 40px;
    margin-bottom: 100px;
    background: #FFFFFF;
  }

  .order-instruction__inner {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 4px;
    padding: 0;
    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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .order-instruction__title {
    font-size: 30px;
    line-height: 123.5%;
    margin-bottom: 28px;
  }

  .order-instruction__subtitle {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .order-instruction__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 10px;
  }

  .order-instruction__text:last-child {
    margin-bottom: 0;
  }

  .order-instruction__text a {
    font-size: 16px;
    line-height: 130%;
    font-weight: 600;
  }

  .order-instruction__form-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }

  .order-instruction .order-instruction__form-img-desktop {
    display: none;
  }

  .order-instruction .order-instruction__form-img-mobile {
    margin-top: 40px;
    margin-bottom: 40px;
    display: block;
  }

  .basket {
    margin-top: 40px;
    margin-bottom: 100px;
  }

  .basket__title {
    font-weight: 400;
    font-size: 30px;
    line-height: 123.5%;
    color: #333333;
    margin-bottom: 28px;
  }

  .basket__empty-state {
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    display: none;
  }

  .basket__empty-img {
    margin-bottom: 60px;
  }

  .basket__empty-title {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 20px;
  }

  .basket__empty-subtitle {
    font-size: 24px;
    line-height: 24px;
  }

  .basket__items-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
    margin-bottom: 28px;
  }

  .basket__item {
    background: #FFFFFF;
    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;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    padding: 40px 10px 20px;
  }

  .basket__item-img-wrapper {
    border: 1px solid rgba(51, 51, 51, 0.2);
    border-radius: 4px;
    padding: 14px 18px;
    width: 100%;
    height: 234px;
    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-bottom: 28px;
  }

  .basket__item-img {
    max-width: 100%;
    max-height: 235px;
  }

  .basket__item-descr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -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;
    width: 100%;
    max-width: 1146px;
  }

  .basket__specs-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
    width: 100%;
    margin-bottom: 40px;
  }

  .basket__item-title {
    margin-bottom: 10px;
    max-width: none;
  }

  .basket__item-vendor {
    font-size: 16px;
    line-height: 24px;
  }

  .basket__item-specs-row {
    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;
    padding: 6px 20px;
  }

  .basket__item-specs-row:nth-child(2n+1) {
    background: #F4F4F4;
    border-radius: 4px;
  }

  .basket__item-spec-title {
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
  }

  .basket__item-counter-wrapper {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    width: 90%;
    margin-bottom: 28px;
  }

  .basket__item-price {
    font-size: 18px;
    line-height: 130.18%;
  }

  .basket__item-sumprice-block {
    width: 100%;
    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;
    margin-bottom: 28px;
  }

  .basket__item-sumprice-block span {
    display: inline-block;
    font-weight: 400;
    font-size: 22px;
    line-height: 130.18%;
    color: #333333;
  }

  .basket__item-sumprice {
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
  }

  .basket__item-currency {
    font-weight: 400;
  }

  .basket__bottom-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .basket__file-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -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;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 14px;
    max-width: 777px;
    width: 100%;
  }

  .basket__file-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }

  .basket__file-link:hover {
    color: #BA2E2F;
  }

  .basket__order {
    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%;
    row-gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
    margin-bottom: 40px;
  }

  .basket__order-sum {
    font-weight: 400;
    font-size: 28px;
    width: 100%;
    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;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }

  .basket__order-sum-price {
    font-size: 34px;
    line-height: 123.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
  }

  .basket__order-sum-currency {
    font-size: 34px;
  }

  .basket__order-btn {
    width: 100%;
  }

  .making-order {
    margin-top: 40px;
    margin-bottom: 100px;
  }

  .making-order__title {
    font-size: 30px;
    line-height: 123.5%;
    margin-bottom: 28px;
  }

  .making-order__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .making-order__form-info-block .making-order__form-step {
    max-width: 1110px;
    margin-bottom: 20px;
  }

  .making-order__form-info-block .making-order__form-step:last-child {
    margin-bottom: 0;
  }

  .making-order__form-step {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.14);
    box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.14);
    border-radius: 4px;
    padding: 40px 10px;
  }

  .making-order__step-title-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 28px;
  }

  .making-order__step-title {
    font-size: 20px;
    line-height: 28px;
  }

  .making-order__step-link {
    font-size: 14px;
    line-height: 19px;
  }

  .making-order__step-link img {
    max-width: 22px;
    max-height: 22px;
  }

  .making-order__step-radio-inputs {
    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;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    margin-bottom: 16px;
  }

  .making-order__step-inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
    -webkit-column-gap: 28px;
    -moz-column-gap: 28px;
    column-gap: 28px;
    row-gap: 28px;
  }

  .making-order__step-input-wrapper {
    max-width: 480px;
    width: 100%;
  }

  .making-order__step-input-wrapper label {
    padding-left: 6px;
  }

  .making-order__step-input-wrapper input {
    background: #F8F8F8;
    border: 1px solid rgba(51, 51, 51, 0.2);
    border-radius: 4px;
    padding: 10px 19px;
    font-weight: 300;
    font-size: 14px;
    line-height: 28px;
    margin-top: 10px;
  }

  .making-order__step-input-small .making-order__step-input-wrapper {
    max-width: 226px;
    width: 100%;
  }

  .making-order__payment-systems {
    max-height: 20px;
  }

  .making-order__form-order-block {
    max-width: 668px;
    width: 100%;
  }

  .making-order__ordered-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  }

  .making-order__ordered-item:last-child {
    margin-bottom: 20px;
  }

  .making-order__item-title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 4px;
    max-width: 300px;
  }

  .making-order__item-article {
    font-size: 14px;
    line-height: 24px;
  }

  .making-order__item-price {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .making-order__item-currency {
    font-weight: 400;
  }

  .making-order__item-count {
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    color: #333333;
  }

  .making-order__order-summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 15px;
    margin-top: 50px;
  }

  .making-order__order-summary-field {
    width: 100%;
    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;
  }

  .making-order__summary-field-title {
    font-weight: 300;
    font-size: 18px;
    line-height: 20px;
    color: #333333;
  }

  .making-order__summary-field-value {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #333333;
  }

  .making-order__summary-field-sumprice {
    font-size: 28px;
    line-height: 123.5%;
  }

  .making-order__summary-field-price {
    font-weight: 600;
    font-size: 34px;
    line-height: 123.5%;
  }

  .making-order__order-summary-btn {
    margin-top: 20px;
  }

  .personal-account__favourite-item {
    position: relative;
    border-radius: 4px;
    padding: 30px;
    max-width: 100%;
  }

  .personal-account__favourite-status {
    position: absolute;
    top: 25px;
    right: 25px;
    color: #00D254;
  }

  .personal-account__favourite-img {
    max-width: 100%;
    /*max-height: 200px;*/
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    /*height: 100%;*/
    margin-bottom: 28px;
  }

  .personal-account__favourite-price-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin-bottom: 20px;
  }

  .personal-account__favourite-title {
    margin-bottom: 13px;
  }

  .personal-account__favourite-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
  }

  .personal-account__favourite-star {
    margin-right: 2px;
  }

  .personal-account__favourite-star:last-child {
    margin-right: 5px;
  }

  .personal-account__favourite-count {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #5B5555;
  }

  .personal-account__favourite-bottom-block {
    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;
  }

  .personal-account__favourite-btn {
    max-width: 201px;
    width: 100%;
    font-size: 18px;
    line-height: 25px;
    padding: 8px 10px 9px;
  }

  .personal-account__favourite-like {
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }

  .personal-account__favourite-like path {
    fill: #333333;
  }

  .personal-account__favourite-like.active path {
    fill: #BA2E2F;
  }

  .contacts {
    margin-top: 0px;
    margin-bottom: 100px;
    padding-top: 40px;
    background: #FFFFFF;
  }

  .contacts__inner {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
  }

  .contacts__content {
    padding: 0 0px;
  }

  .contacts__title {
    font-size: 30px;
    line-height: 123.5%;
    margin-bottom: 10px;
  }

  .contacts__subtitle {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .contacts__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -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;
    row-gap: 40px;
    padding-bottom: 40px;
  }

  .contacts__list.fs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-column-gap: 160px;
    -moz-column-gap: 160px;
    column-gap: 160px;
  }

  .contacts__list-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contacts__column-title {
    margin-bottom: 14px;
  }

  .contacts__row-data {
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    color: #333333;
    padding-bottom: 10px;
  }

  .contacts__row-data:first-child {
    text-align: right;
    padding-right: 20px;
  }

  .contacts__column-row {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    color: #333333;
    display: inline-block;
    margin-bottom: 10px;
    max-width: 268px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }

  .contacts__column-row:last-child {
    margin-bottom: 0;
  }

  .contacts__column-row:hover {
    color: #BA2E2F;
  }

  .contacts__btn {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    padding: 10px 11px;
    width: 180px;
  }

  .contacts__btn-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #BA2E2F;
  }

  .contacts__btn-link:hover img {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  .contacts__btn-link-img {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }

  .contacts #map {
    margin-top: 40px;
    margin-bottom: 100px;
    width: 100%;
    height: 426px;
  }

  .contacts__title-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-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 40px;
    row-gap: 14px;
  }

  .contacts__download-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    padding: 14px 20px 13px 20px;
  }

  .contacts__juridical-info {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    padding-bottom: 40px;
  }

  .contacts__juridical-info-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 28px;
  }

  .contacts__juridical-title {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 8px;
  }

  .contacts__juridical-value {
    font-size: 14px;
    line-height: 14px;
  }

  .catalog {
    margin-top: 40px;
    margin-bottom: 100px;
    /*overflow: hidden;*/
  }

  .catalog__title {
    font-size: 30px;
    line-height: 123.5%;
    margin-bottom: 30px;
  }

  .catalog__tag {
    padding: 8px 9px;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    width: auto !important;
    /*min-width: auto !important;*/
  }

  .catalog__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    position: relative;
  }

  .catalog__aside {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    overflow-y: scroll;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    z-index: -11;
    max-width: none;
    width: 100vw;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.14);
    border-radius: 4px;
  }

  .catalog__aside.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    pointer-events: all;
    z-index: 200;
  }

  .catalog__aside-close {
    display: block;
    position: absolute;
    right: 22px;
    top: 22px;
    width: 18px;
    height: 18px;
  }

  .catalog__aside-categories {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.14);
    border-radius: 4px;
    margin-bottom: 28px;
    padding: 41px 20px;
  }

  .catalog__aside-title {
    font-size: 24px;
    line-height: 33px;
  }

  .catalog__btn-controls {
    position: sticky;
    bottom: 0;
    width: 100%;
    background: #F2F1F1;
    padding: 30px 24px;
  }

  .catalog__btn {
    font-size: 22px;
    padding: 14px 14px 14px;
    line-height: 33px;
    color: #FFFFFF;
    margin-bottom: 20px;
  }

  .catalog__btn:last-of-type {
    margin-bottom: 0;
  }

  .catalog__category {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #333333;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    background: #F4F4F4;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    padding: 17px 25px 18px;
    margin-bottom: 20px;
  }

  .catalog__category:last-child {
    margin-bottom: 0;
  }

  .catalog__category:hover {
    color: #BA2E2F;
  }

  .catalog__category.active {
    color: #BA2E2F;
  }

  .catalog__category-popup {
    background: #F4F4F4;
    border: 1px solid rgba(51, 51, 51, 0.3);
    -webkit-box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.1);
    box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.1);
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 4px 16px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }

  .catalog__category-popup-item {
    font-size: 18px;
    line-height: 25px;
    padding: 16px 10px;
  }

  .catalog__select-list {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.14);
    border-radius: 4px;
    margin-bottom: 0px;
    padding: 28px;
  }

  /*.catalog__content {
    max-width: 1315px;
    width: 100%;
  }*/

  .catalog__content-top-block {
    margin-bottom: 20px;
  }

  .catalog__content-top-block .number-select {
    display: none;
  }

  .catalog__sorting-filters {
    display: none;
    width: auto;
  }

  .catalog__sorting-filters.mobile {
    display: block;
  }

  .catalog__sorting-filters.mobile .dropdown__btn {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    font-size: 14px;
    line-height: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .catalog__sorting-filters.mobile .dropdown__btn::before {
    display: none;
  }

  .catalog__sorting-filters.mobile .dropdown__list {
    min-width: 210px;
    top: 37px;
  }

  .catalog__sorting-filters.mobile .dropdown__list-item img {
    display: none;
  }

  .catalog__filters-popup-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    position: relative;
    font-size: 15px;
  }

  .catalog__filters-popup-count-wrapper {
    position: absolute;
    top: -30%;
    left: 7%;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    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-color: #BA2E2F;
  }

  .catalog__filters-popup-count {
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #FFFFFF;
  }

  .catalog__sorting-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #333333;
    margin-right: 20px;
  }

  .catalog__sorting-tags {
    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;
    max-width: 704px;
    width: 100%;
  }

  .catalog__sorting-tag {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: rgba(51, 51, 51, 0.4);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
  }

  .catalog__sorting-tag:hover {
    color: #333333;
  }

  .catalog__sorting-tag.active {
    color: #BA2E2F;
  }

  .catalog__content-items {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-bottom: 20px;
  }

  .catalog__accordion-item {
    background: #F4F4F4;
    border-radius: 4px;
    border: none !important;
    padding: 17px 25px 18px !important;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #333333;
  }

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

  .catalog__accordion-trigger {
    max-height: 60px;
    padding: 0 !important;
    border: none;
  }

  .catalog__accordion-trigger-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    margin-left: 0 !important;
    color: #333333;
  }

  .catalog__accordion-trigger-img {
    margin-right: 0 !important;min-width:10px !important;width: 10px !important;
    height: 10px !important;
    border-top: 1px solid #333 !important;
    border-right: 1px solid #333 !important;
  }

  .catalog__accordion-content {
    margin-top: 20px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }

  .product-item {
    /*margin-top: 0px;*/
    padding-top: 40px;
    margin-bottom: 60px;
    background: rgba(255, 255, 255, 0.8);
  }

  .product-item__inner {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    padding-bottom: 40px;
  }

  .product-item__return-link {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 20px;
  }

  .product-item__content {
    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;
  }

  .product-item__item-block {
    max-width: 802px;
    position: relative;
  }

  .product-item__item-slider {
    border: none;
    border-radius: 4px;
    padding: 0 !important;
    margin-bottom: 10px;
  }

  .product-item__item-slide {
    max-width: 100%;
    max-height: 264px;
    width: 100%;
    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;
  }

  .product-item__item-img {
    max-width: 100%;
    /*max-height: 264px;*/
  }

  .product-item__thumbs-slider {
    max-width: 713px;
    width: 100%;
    margin-bottom: 40px;
  }

  .product-item__thumb-slide {
    border: none;
    border-radius: 4px;
    max-width: 150px;
    max-height: 105px;
    width: 100%;
    height: 100%;
    padding: 5px !important;
  }

  .product-item__thumb-slide.swiper-slide-thumb-active {
    border: 1px solid #ba2e2f;
  }

  /*.product-item__thumb-img {
    width: 100%;
    height: 100%;
  }*/

  .product-item__button-prev {
    left: 0;
    bottom: 65px;
    height: 17px;
    width: 10px;
    background-image: url(../img/icons/left-arrow-slider.svg);
    -o-object-fit: contain;
    object-fit: contain;
    display: none;
    cursor: pointer;
    opacity: 0.7;
  }

  .product-item__button-prev:hover {
    opacity: 1;
  }

  .product-item__button-prev.swiper-button-disabled {
    opacity: 0.2;
  }

  .product-item__button-next {
    right: 0;
    bottom: 65px;
    position: absolute;
    height: 36px;
    width: 21px;
    background-image: url(../img/icons/right-arrow-slider.svg);
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    opacity: 0.7;
    display: none;
  }

  .product-item__button-next:hover {
    opacity: 1;
  }

  .product-item__button-next.swiper-button-disabled {
    opacity: 0.2;
  }

  .product-item__item-descr-block {
    max-width: 728px;
    width: 100%;
  }

  .product-item__item-title {
    font-size: 20px;
    margin-bottom: 28px;
  }

  .product-item__item-selects {
    row-gap: 20px;
    margin-bottom: 60px;
    grid-template-columns: repeat(1, 1fr);
  }

  .product-item__descr-counter {
    margin-bottom: 40px;
    max-width: 463px;
    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;
  }

  .product-item__btns-wrapper {
    margin-bottom: 23px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 15px;
    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;
  }

  .product-item__btn {
    min-width: unset;
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    padding: 16px 10px 16px;
  }

  .product-item__descr-links {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 540px;
    gap: 10px;
  }

  .product-item__descr-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .product-item__tabs {
    margin-bottom: 100px;
    display: none;
  }

  .product-item__tabs.mobile {
    display: block;
  }

  .product-item__accordion-item {
    border: none !important;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 16px 19px 16px 19px;
    margin-bottom: 10px;
  }

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

  .product-item__accordion-trigger {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }

  .product-item__accordion-trigger:hover {
    color: #BA2E2F !important;
  }

  .product-item__accordion-trigger-text:hover {
    color: #BA2E2F !important;
  }

  .product-item__accordion-trigger-img {
    margin-right: 5px !important;
  }

  .product-item__download-btn {
    width: 182px;
    padding: 10px 13px 11px;
    margin-bottom: 28px;
    font-size: 14px;
    line-height: 19px;
  }

  .product-item__tab-title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .product-item__tab-descr-list {
    margin-top: 40px;
    padding-left: 0px;
    max-width: 655px;
  }

  .product-item__tab-descr-item {
    margin-bottom: 28px;
  }

  .product-item__tab-descr-item:last-child {
    margin-bottom: 0;
  }

  .product-item__tab-descr-title {
    font-size: 18px;
    line-height: 24px;
    padding-left: 5px;
    padding-bottom: 6px;
    margin-bottom: 10px;
  }

  .product-item__tab-img {
    margin-top: 40px;
    max-width: 691px;
    padding: 20px 15px;
  }

  .product-item__tab-column-img {
    max-width: 100%;
    max-height: 200px;
  }

  .product-item__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #1F1F1F;
  }

  .product-item__text.limit {
    max-width: 735px;
  }

  .product-item__blueprint-img {
    display: inline-block;
    max-width: 100%;
  }

  .product-item__blueprint-img.mb {
    margin-bottom: 20px;
  }

  .product-item__blueprint-img.mt {
    margin-top: 10px;
  }

  .product-item__alt-table {
    max-width: 700px;
    margin-bottom: 40px;
  }

  .product-item__alt-row {
    background: #F4F4F4;
    border-radius: 4px;
    padding: 10px 12px;
    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;
    margin-bottom: 6px;
  }

  .product-item__alt-title {
    font-size: 14px;
    line-height: 30px;
  }

  .product-item__alt-value {
    font-size: 14px;
    line-height: 30px;
  }

  .product-item__alt-row-large {
    background: #F4F4F4;
    border-radius: 4px;
    padding: 18px 10px;
    margin-bottom: 6px;
  }

  .product-item__alt-row-large:last-child {
    margin-bottom: 0;
  }

  .product-item__alt-row-title {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 4px;
    margin-bottom: 10px;
  }

  .product-item__alt-content-text {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: #333333;
    margin-bottom: 6px;
  }

  .product-item__tab-slider {
    max-width: 784px;
  }

  .product-item__tab-slider .pa-tab-pagination {
    color: rgba(51, 51, 51, 0.3) !important;
  }

  .product-item__tab-slide {
    max-width: 100% !important;
    max-height: 240px !important;
  }

  .product-item__tab-slide-img {
    max-width: 100% !important;
    max-height: 240px !important;
  }

  .product-item__table-list {
    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;
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px;
  }

  .product-item__table {
    max-width: 574px;
    width: 100%;
  }

  .product-item__table-row {
    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;
    padding: 5px 10px;
    border-radius: 4px;
  }

  .product-item__table-row:nth-child(2n+1) {
    background: #F4F4F4;
  }

  .product-item__table-title {
    font-size: 14px;
    line-height: 30px;
  }

  .product-item__table-value {
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #333333;
  }

  .product-page__dropdown {
    max-width: none;
    width: 100%;
  }

  .product-page__dropdown .dropdown__label {
    font-size: 16px;
    line-height: 118%;
  }

  .product-page__dropdown-self {
    background: #F4F4F4;
    border-radius: 4px;
    border: none;
    max-height: 48px;
    font-size: 16px;
    line-height: 22px;
    padding: 13px 20px 13px 20px;
  }

  .mounting-method {
    margin-bottom: 100px;
  }

  .mounting-method__title-block {
    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;
    margin-bottom: 10px;
  }

  .mounting-method__title {
    font-size: 30px;
  }

  .mounting-method__title-link {
    display: none;
    font-size: 18px;
    line-height: 25px;
  }

  .mounting-method__title-link.mobile {
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .mounting-method__subtitle {
    font-size: 16px;
    margin-bottom: 28px;
  }

  .mounting-method__slider-wrapper {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .mounting-method__slider-wrapper.mobile {
    display: block;
    font-size: 16px;
  }

  .mounting-method__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }

  .mounting-method__item {
    padding: 16px;
    border-radius: 4px;
  }

  .mounting-method__item-content {
    max-width: none;
    width: 100% !important;
    /*max-height: auto !important;*/
  }

  .mounting-method__item-img {
    border-radius: 4px;
    width: 100%;
    height: 278px;
    margin-bottom: 20px;
  }

  .mounting-method__item-title {
    margin-bottom: 10px;
  }

  .mounting-method__item-text {
    margin-bottom: 24px;
  }

  .mounting-method__item-btn-link {
    font-size: 16px;
    line-height: 22px;
  }

  .steps {
    margin-bottom: 100px;
    padding-top: 40px;
    background: #FFFFFF;
  }

  .steps.mt80 {
    margin-top: 80px;
  }

  .steps__inner {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 4px;
    padding: 0;
  }

  .steps__title {
    font-size: 30px;
    line-height: 130%;
    margin-bottom: 28px;
  }

  .steps__list {
    padding-bottom: 40px;
  }

  .steps__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    padding-top: 10px;
    padding-bottom: 28px;
    position: relative;
  }

  .steps__list-item:first-child {
    padding-top: 0;
  }

  .steps__list-item:first-child::after {
    bottom: 25px;
  }

  .steps__list-item:last-child {
    padding-bottom: 0;
  }

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

  .steps__list-item::after {
    content: "";
    position: absolute;
    bottom: 15px;
    left: 14px;
    background-color: #BA2E2F;
    height: calc(100% - 60px);
    width: 1px;
  }

  .steps__item-number {
    font-size: 20px;
    line-height: 20px;
    border: 2px solid #BA2E2F;
    width: 28px;
    height: 28px;
    padding: 4px 8px;
  }

  .steps__item-title {
    font-size: 18px;
    line-height: 24px;
    padding-top: 0px;
    margin-bottom: 10px;
  }

  .steps__item-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    max-width: 795px;
  }

  .catalog__content-items .personal-account__favourite-item {
    max-height: initial;
  }
}

@media (max-width: 490px) {
  .personal-account__favourite-item {
    padding: 15px;
    max-height: 504px;
    max-width: 100%;
    padding: 30px;
  }

  .personal-account__favourite-status {
    top: 30px;
    right: 30px;
    font-size: 20px;
  }

  .personal-account__favourite-img {
    margin-bottom: 28px;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 100%;
  }

  .personal-account__favourite-price-block {
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    margin-bottom: 20px;
  }

  .personal-account__favourite-current-price {
    font-size: 28px;
    line-height: 130.18%;
  }

  .personal-account__favourite-old-price {
    font-size: 18px;
    line-height: 130.18%;
  }

  .personal-account__favourite-title {
    font-size: 20px;
    line-height: 130.18%;
    margin-bottom: 10px;
  }

  .personal-account__favourite-rating {
    margin-bottom: 15px;
  }

  .personal-account__favourite-btn {
    max-width: 200px;
    font-size: 18px;
    padding: 8px 10px 9px;
  }

  .personal-account__favourite-like {
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }

  .personal-account__favourite-like path {
    fill: #333333;
  }

  .personal-account__favourite-like.active path {
    fill: #BA2E2F;
  }
}

@media (max-width: 479.98px) {
.logo {
    display: none;
}	
  .header__contacts {

  }
  .container.small-padding {
    padding: 0 10px;
  }

  .popup__geolocation-list {
    grid-template-columns: auto;
  }

  .header__top {
    background-color: #fff;
  }

  .header__top-inner {
    padding: 20px 0;
  }

  .header__contacts-part {
    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;
    flex-direction: column;
  }

  .header__social-img {
    max-width: 14px;
    max-height: 14px;
  }

  .header__contact-link {
    font-size: 14px;
    line-height: 19px;
    color: #333333;
  }

  .header__bottom {
    background: #333333;
    position: relative;
    height: 80px;
  }

  .header__bottom-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header__logo {
    position: absolute;
    top: 20px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    max-height: 40px;
  }

  .header__logo-img {
    display: none;
  }

  .header__logo-img-mobile {
    display: inline-block;
    max-height: 35px;
    height: 35px;
  }

  .making-order__item-title {
    max-width: 210px;
  }
}

@media (max-width: 400px) {
  .header__contacts-part {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }

  .header__contact-link {
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
  }

  .header .input-header__wrapper.active {

    -webkit-column-gap: 2px;
    -moz-column-gap: 2px;
    column-gap: 2px;

  }



  .header .input-header.active {
    max-width: 220px;
    font-size: 12px;
    padding: 8px 18px 6px;
  }

  .header .input-header__wrapper.active .input-header::-webkit-input-placeholder {
    font-size: 12px;
  }

  .header .input-header__wrapper.active .input-header::-moz-placeholder {
    font-size: 12px;

  }

  .header .input-header__wrapper.active .input-header:-ms-input-placeholder {
    font-size: 12px;
  }

  .header .input-header__wrapper.active .input-header::-ms-input-placeholder {
    font-size: 12px;
  }

  .header .input-header__wrapper.active .input-header::placeholder {
    font-size: 12px;
  }

  .header .input-header__img {
    position: absolute;
    left: 195px;
    display: none;
  }

  .header .input-header__img.light {
    display: block;
    left: auto;
    width: 18px;
    height: 18px;
  }

  .header .input-header__img.light.active {
    display: block;
    left: 195px;
  }

  .header .input-header__cancel {
    font-size: 12px;
  }


}

@media (max-width: 366px) {
  .start-slider__item-control-links {
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px;
  }

  .start-slider__item-control-link {
    min-width: auto;
    font-size: 14px !important;
  }
}

@media (max-width: 365px) {
  .header__contacts-part {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .header__contact-link {
    font-size: 12px;
  }
}

@media (max-width: 350px) {
  .popup__geolocation-title {
    font-size: 26px;
  }

  .popup__title {
    font-size: 26px;
  }

  .making-order__item-title {
    max-width: 150px;
  }

  .personal-account__favourite-item {
    max-height: 450px;
    max-width: 100%;
    padding: 15px;
  }

  .personal-account__favourite-status {
    top: 15px;
    right: 15px;
    font-size: 20px;
  }

  .personal-account__favourite-img {
    margin-bottom: 28px;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 100%;
  }

  .personal-account__favourite-price-block {
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    margin-bottom: 20px;
  }

  .personal-account__favourite-current-price {
    font-size: 25px;
    line-height: 130.18%;
  }

  .personal-account__favourite-old-price {
    font-size: 16px;
    line-height: 130.18%;
  }

  .personal-account__favourite-title {
    font-size: 18px;
    line-height: 130.18%;
    margin-bottom: 10px;
  }

  .personal-account__favourite-rating {
    margin-bottom: 15px;
  }

  .personal-account__favourite-btn {
    max-width: 200px;
    font-size: 16px;
    padding: 8px 10px 9px;
  }

  .personal-account__favourite-like {
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }

  .personal-account__favourite-like path {
    fill: #333333;
  }

  .personal-account__favourite-like.active path {
    fill: #BA2E2F;
  }
}

@media (max-width: 340px) {
  .section__title {
    font-size: 50px;
  }

  .section__text {
    font-size: 15px;
  }


  .header .input-header.active {
    max-width: 210px;
  }


  .header .input-header__img {
    position: absolute;
    left: 183px;
    display: none;
  }



  .header .input-header__img.light.active {
    display: block;
    left: 183px;
  }

  .header .input-header__cancel {
    font-size: 11px;
  }

}

@media (max-width: 332px) {
  .start-slider__item-control-links {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
li.header__link-item.active .header__link {
  color: #ba2e2f;
}
li.footer__list-item.active .footer__item-link {
  color: #f03c3e;
}
/*.header__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #333;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding-bottom: 10px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  white-space: nowrap;
}*/
.basket__item-not-available {
  color: rgba(178, 44, 43, 0.7);
}
.btn.disabled {
  pointer-events: none;
  opacity: .6;
}
.product-item-button-container {
  width: 100%;
}
.catalog__category>a {
  color: #333;
}
.catalog__category>a:hover {
  color: #ba2e2f;
}
.smart-filter-input-checkbox.disabled,
.checkbox__label.disabled {
  opacity: .5;
}
.btn.primary {
  color: #fff !important;
}
.product-item-button-container .btn.primary {
  display: block;
}
.personal-account__favourite-status .LABEL_POPULAR {
  color: #edab00;
}
.personal-account__favourite-status {
  background-color: #fffc;
  border-radius: 0 0 0 3px;
  padding: 0 3px;
  z-index: 11;
}
.header__login {
  white-space: nowrap;
}
@media (min-width: 1151px) and (max-width: 1350px){
  .header__login span {
    display: none;
  }
  .header__links-control {
    width: auto;
  }
}

.mt_28 {
  margin-top: 28px;
}

.mt_0 {
  margin-top: 0;
}
.mb_0 {
  margin-bottom: 0;
}


/*bx popup*/
.popup-window-overlay {
  background: rgba(51,51,51,.6);
}
.popup-window.popup-window-with-titlebar {
  background: #f2f1f1;
  padding: 87px 58px 40px;
  border-radius: 4px;
  max-width: 570px;
  font-family: "Open Sans",sans-serif;
}
.popup-window-titlebar {
  height: auto;
}
.popup-window-titlebar-text, .popup-window-titlebar-text-version {
  font-weight: 400;
  font-size: 32px;
  line-height: 60px;
  margin-bottom: 48px;
  color: #333;
  display: block;
  padding: 0;
  text-align: center;
}
.popup-window-content {
  border-radius: 4px;
}
.popup-window-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #333;
  margin-top: 28px;
}
.popup-window-buttons .btn {
  font-weight: 400;
  cursor: pointer;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  text-align: center;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 4px;
  padding: 18px 17px 17px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  border: 1px solid #ba2e2f;
  background-color: #ba2e2f;
  min-width: 263px;
  display: inline-block;
}
.popup-window-buttons .btn:hover {
  background-color: #952222;
}


.presentation__item-btn.btn.dark {
  display: inline-block;
  color: #fff;
}
.msg-danger {
  color: #ba2e2f;
}
.order-instruction__text p{
  margin-bottom: 10px;
}
.order-instruction__text  p:last-child {
  margin-bottom: 0;
}
.dnone {
  display: none;
}
.consultation-form__subtitle.success {
  color: #259600;
}
.personal-account__favourite-title {
  margin-bottom: 20px;
}
@media (max-width: 1400px) {
  .personal-account__favourite-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 1599.98px) {
  .personal-account__favourite-title {
    margin-bottom: 20px;
  }
}
.header__links-list {
  margin-bottom: 0;
}

.news__title-block .personal-account__main-title {
  margin-bottom: 0;
}

.popup__subtitle {
  font-weight: 300;
  color: #333;
  line-height: 30px;
  font-size: 21px;
  margin-bottom: 40px;
}
.popup__controls.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
@media (max-width: 599.98px) {
  .popup__controls.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
  }
}
@media print {
  #panel {
    display:none
  }
  #bx-panel {
    display:none;
  }
  .breadcrumbs {
    display:none;
  }
}

.fslightbox-source {
  max-width: 600px;
  width:100% !important;
  height:100% !important;
  border-radius: 8px;
  object-fit:contain;
}

.main-top-img {
  width: 100%;
  height: auto;
  margin-bottom: 80px;
}
@media (min-width: 1150px) {
	.header__contacts.desktop {
 /*   display: none; */
}
}
@media (max-width: 599.98px) {
	.header__contacts.desktop {
   
}
a.header__contact-link {
    color: #000;
}
.header__links-list.mobile.active a.header__contact-link {
    color: #fff;
}
	
  .main-top-img {
    margin-bottom: 40px;
  }
  .catalog {
    margin-top: 15px;
  }
  .container {
    padding: 0 10px;
  }
}
a[role=button] {
  cursor: pointer;
}
.catalog__slider.swiper-initialized.swiper-horizontal {
    display: none;
}
li.img_menu_mobile {
    color: #fff;
}

.header__bottom.fixed a.header__logo {
    display: block;
}


.header__contacts-part.phone.active {
    display: none;
}
.header__contacts-part.last.active {
    display: none;
}
@media(min-width:1150px){
.product-item__item-slide {
height:480px;
display:block;
}
}

.footer__reset-style-small{
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  text-decoration: inherit;
}

.consultation-form__reset_background{
  background: none;
}

a[data-wshref]:not([onclick]){ cursor: default; }
a.dropdown-toggle:not([href]):not([onclick]){cursor: pointer}
.personal-account__favourite-status div {
  margin-bottom: 10px;
}
.personal-account__favourite-status span {
  border-radius: 17px !important;
  color: #fff !important;
  font-size: 1rem;
  padding: 4px 10px 6px 10px;
}
span.LABEL_NEW {
  background-color: #68c440;

}
span.LABEL_ACTION {
  background: #fb4c4c;
  color: #fff;
}
span.LABEL_HIT {
  background: #9900ff;
}
span.LABEL_POPULAR {
  background: #ff0000;
}
span.AVAIL {
  background-color: #68c440;
}
@media (max-width: 1750px) {
.personal-account__favourite-status {
  top: 25px;
  right: 20px;
  background: 0;
  left: 20px;
}
}
.footer__upper {
  align-items: flex-start;
}
.footer__menu-upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-start;
  width: 1100px;
  margin-bottom: 20px;
  justify-content: flex-start;
}
@media (max-width: 1699.98px) {
  .footer__links-list {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 51px;
    display: grid
  ;
    grid-template-columns: repeat(2, 1fr);
    justify-content: start;
    /* grid-auto-flow: column; */
    margin-left: 100px;
    /* margin-top: 23px; */
  }
}
@media (max-width: 700.98px) {
  .footer__links-list {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 0px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    justify-content: start;
    margin-left: 0;
  }
}
.bg-download, .bg-email {
  width: 25px;
  height: 20px;
}
.bg-email {
  background: url(/local/templates/.default/img/css_sprites.png) -26px -38px;
}
.consultation-form__inner h1{
  font-weight: 400;
  font-size: 42px;
  line-height: 123.5%;
  color: #333333;
  margin: 20px 0;
}
.consultation-form__inner h2{
  font-weight: 400;
  font-size: 38px;
  line-height: 123.5%;
  color: #333333;
  margin: 20px 0;
}
.consultation-form__inner h3{
  font-weight: 400;
  font-size: 34px;
  line-height: 123.5%;
  color: #333333;
  margin: 20px 0;
}
.consultation-form__inner {

}
.consultation-form__inner ul {
  list-style: disc;
  margin: 15px 0;
}
.consultation-form__inner ul li {
  margin: 7px 20px;
  padding: 0 0 0 10px;
  list-style: disc;
}