@charset "UTF-8";
@font-face {
  font-family: “Lato-Bold”;
  font-display: swap;
  src: url("../fonts/Lato-Bold/Lato-Bold.eot");
  src: local("O"), url("../fonts/Lato-Bold/Lato-Bold.woff") format("woff"), url("../fonts/Lato-Bold/Lato-Bold.woff2") format("woff2"), url("../fonts/Lato-Bold/Lato-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: “Lato-Light”;
  font-display: swap;
  src: url("../fonts/Lato-Light/Lato-Light.eot");
  src: local("O"), url("../fonts/Lato-Light/Lato-Light.woff") format("woff"), url("../fonts/Lato-Light/Lato-Light.woff2") format("woff2"), url("../fonts/Lato-Light/Lato-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: “Lato-Medium”;
  font-display: swap;
  src: url("../fonts/Lato-Medium/Lato-Medium.eot");
  src: local("O"), url("../fonts/Lato-Medium/Lato-Medium.woff") format("woff"), url("../fonts/Lato-Medium/Lato-Medium.woff2") format("woff2"), url("../fonts/Lato-Medium/Lato-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: “Lato-Regular”;
  font-display: swap;
  src: url("../fonts/Lato-Regular/Lato-Regular.eot");
  src: local("O"), url("../fonts/Lato-Regular/Lato-Regular.woff") format("woff"), url("../fonts/Lato-Regular/Lato-Regular.woff2") format("woff2"), url("../fonts/Lato-Regular/Lato-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: “Lato-SemiBold”;
  font-display: swap;
  src: url("../fonts/Lato-SemiBold/Lato-SemiBold.eot");
  src: local("O"), url("../fonts/Lato-SemiBold/Lato-SemiBold.woff") format("woff"), url("../fonts/Lato-SemiBold/Lato-SemiBold.woff2") format("woff2"), url("../fonts/Lato-SemiBold/Lato-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: “Roboto-Bold”;
  font-display: swap;
  src: url("../fonts/Roboto-Bold/Roboto-Bold.eot");
  src: local("O"), url("../fonts/Roboto-Bold/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold/Roboto-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: “Roboto-Light”;
  font-display: swap;
  src: url("../fonts/Roboto-Light/Roboto-Light.eot");
  src: local("O"), url("../fonts/Roboto-Light/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light/Roboto-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: “Roboto-Medium”;
  font-display: swap;
  src: url("../fonts/Roboto-Medium/Roboto-Medium.eot");
  src: local("O"), url("../fonts/Roboto-Medium/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium/Roboto-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: “Roboto-Regular”;
  font-display: swap;
  src: url("../fonts/Roboto-Regular/Roboto-Regular.eot");
  src: local("O"), url("../fonts/Roboto-Regular/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
html,
body {
  height: 100%;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
input[name="n-message"] {
    display: block;
    width: 5px;
    height: 3px;
    margin-bottom: -3px;
    opacity: 0.01;
}
body {
  min-width: 320px;
  font-family: “Roboto-Light”;
  font-size: 18px;
  color: #505050;
  background-color: #fff;
  line-height: 1;
}

body.lock {
  overflow: hidden;
  touch-action: none;
  -ms-touch-action: none;
}

.wrapper {
  min-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;
  position: relative;
  z-index: 1;
}

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

.container-big {
  width: min(1326px, 100% - 30px);
  margin-inline: auto;
}

.container {
  width: min(1180px, 100% - 30px);
  margin-inline: auto;
}

h1 {
  font-size: 55px;
  line-height: 1.1;
}

h2 {
  font-size: 45px;
  line-height: 1.1;
}

h3 {
  font-size: 40px;
  line-height: 1.2;
}

h4 {
  font-size: 35px;
  line-height: 1.2;
}

h5 {
  font-size: 32px;
  line-height: 1.2;
}

h6 {
  font-size: 24px;
  line-height: 1.2;
}

h1 b,
h2 b,
h3 b,
h4 b,
h5 b,
h6 b {
  display: inline;
  color: #e56713;
}

p {
  font-size: 18px;
  line-height: 1.45;
}

section {
  width: 100%;
  padding: 36px 0;
  position: relative;
  z-index: 1;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 48px;
  padding: 0 26px;
  border-radius: 8px;
  background-color: #e56713;
  font-family: “Lato-Bold”;
  font-size: 14px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  top: 0;
  z-index: 1;
}
.btn:active {
  top: 2px;
}

.btn.btn--transparent {
  color: #3d373f;
  border: 2px solid #e56713;
  background-color: transparent;
}

.title {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-family: “Lato-Bold”;
  color: #3d373f;
  margin: 0 0 32px 0;
}

.show h1,
.show h2,
.show h3,
.show h4,
.show h5 {
  position: relative;
  top: 30px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.4s 0.3s;
  -o-transition: 0.4s 0.3s;
  transition: 0.4s 0.3s;
}

.show.active h1,
.show.active h2,
.show.active h3,
.show.active h4,
.show.active h5 {
  top: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.slider-container {
  min-width: 0;
  position: relative;
  z-index: 1;
}

.swiper {
  min-width: 0;
}

.slider-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #e56713;
  position: absolute;
  top: 50%;
  z-index: 3;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.slider-btn svg {
  width: auto;
  height: 30%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.slider-btn--prev {
  right: calc(100% + 34px);
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.slider-btn--next {
  left: calc(100% + 34px);
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.slider-btn.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.6;
}

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

.input-container small {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-family: “Lato-Regular”;
  font-size: 14px;
  line-height: 1.2;
  color: #3d373f;
  margin: 0 0 6px 0;
}

.input-container .input {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border-radius: 8px;
  border: 2px solid #e8e8e8;
  background-color: #fff;
  overflow: hidden;
  font-family: “Lato-Medium”;
  font-size: 16px;
  line-height: 1.2;
  color: #3d373f;
  opacity: 1;
}

.input.input--textarea {
  width: 100%;
  height: 100%;
  padding: 15px 16px;
}

.input-container .input.input--textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.input-loading {
  position: relative;
}

.input-loading input {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.input-loading.btn {
  background-color: transparent;
  border: 2px solid #e56713;
  color: #3d373f;
  padding: 0 12px;
}

.input-loading span {
  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: 16px;
  height: auto;
  margin: 0 0 0 10px;
}
.input-loading span svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.input-loading span svg path {
  fill: #3d373f;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.form__input[type=number] {
  -moz-appearance: textfield;
}

.form__input[type=number]::-webkit-outer-spin-button,
.form__input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

*::-webkit-input-placeholder {
  font-family: “Lato-Regular”;
  font-size: 14px;
  line-height: 1.2;
  color: #9e9b9f;
  opacity: 1;
}

*::-moz-placeholder {
  font-family: “Lato-Regular”;
  font-size: 14px;
  line-height: 1.2;
  color: #9e9b9f;
  opacity: 1;
}

*:-ms-input-placeholder {
  font-family: “Lato-Regular”;
  font-size: 14px;
  line-height: 1.2;
  color: #9e9b9f;
  opacity: 1;
}

*::-ms-input-placeholder {
  font-family: “Lato-Regular”;
  font-size: 14px;
  line-height: 1.2;
  color: #9e9b9f;
  opacity: 1;
}

*::placeholder {
  font-family: “Lato-Regular”;
  font-size: 14px;
  line-height: 1.2;
  color: #9e9b9f;
  opacity: 1;
}

*::-webkit-input-placeholder {
  font-family: “Lato-Regular”;
  font-size: 14px;
  line-height: 1.2;
  color: #9e9b9f;
  opacity: 1;
}

*::-ms-input-placeholder {
  font-family: “Lato-Regular”;
  font-size: 14px;
  line-height: 1.2;
  color: #9e9b9f;
  opacity: 1;
}

*::-moz-placeholder {
  font-family: “Lato-Regular”;
  font-size: 14px;
  line-height: 1.2;
  color: #9e9b9f;
  opacity: 1;
}

.checkbox__text {
  font-family: “Roboto-Regular”;
  font-size: 12px;
  line-height: 1.3;
  position: relative;
}

.checkbox__text a {
  display: inline-block;
  color: #e56713;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.icon-menu {
  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;
  width: 30px;
  height: 20px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.icon-menu.icon-menu--open,
.icon-menu.icon-menu--close {
  display: none;
}

.icon-menu span {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.icon-menu.icon-menu--close span {
  background-color: #e40000;
}

.icon-menu span:nth-child(1) {
  top: 0%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.icon-menu span:nth-child(3) {
  top: auto;
  bottom: 0%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.icon-menu.active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.icon-menu.active span {
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
}

.icon-menu.active span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
}

.icon-menu.active span:nth-child(3) {
  -webkit-transform: translate(-50%, 50%) rotate(45deg);
      -ms-transform: translate(-50%, 50%) rotate(45deg);
          transform: translate(-50%, 50%) rotate(45deg);
  bottom: 50%;
}

.icon-menu.icon-menu--open,
.icon-menu.icon-menu--close {
  display: none;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 24;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.popup.popup--ordinary {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.popup.open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.popup__body {
  min-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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.popup--ordinary .popup__body {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 15px;
}

.popup__content {
  width: 48%;
  height: 100svh;
  overflow-y: auto;
  background-color: #fff;
  padding: 60px 48px 48px 48px;
  position: relative;
  -webkit-transform: translate(105%, 0);
      -ms-transform: translate(105%, 0);
          transform: translate(105%, 0);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.popup--ordinary .popup__content {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 1100px;
  height: auto;
  padding: 0;
  border-radius: 10px;
  opacity: 0;
  overflow: hidden;
  -webkit-transform: perspective(600px) translateY(-120%) rotateX(45deg);
          transform: perspective(600px) translateY(-120%) rotateX(45deg);
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.popup.open .popup__content {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.popup.popup--ordinary.open .popup__content {
  opacity: 1;
  -webkit-transform: perspective(600px) translateY(0%) rotateX(0deg);
          transform: perspective(600px) translateY(0%) rotateX(0deg);
}

.popup__close {
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.popup__close:hover {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.popup--ordinary .popup__close {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 12px;
  right: 16px;
  z-index: 11;
}

.popup--ordinary .popup__close::before,
.popup--ordinary .popup__close::after {
  height: 2px;
}

.popup__close::before,
.popup__close::after {
  content: "";
  display: block;
  height: 3px;
  width: 60%;
  border-radius: 2px;
  background-color: #e40000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.popup__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.popup__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

/* для обычного попапа*/
.popup__form {
  padding: 62px 40px;
}

.popup__form h4 {
  font-family: “Lato-Bold”;
  color: #3d373f;
  margin: 0 0 8px 0;
}

.popup__form p {
  margin: 0 0 36px 0;
}

.popup__inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 16px;
  margin: 0 0 24px 0;
}

.popup__inputs .input-container--textarea {
  grid-column: span 2;
}

.popup__inputs .input-container--textarea .input.input--textarea {
  height: 90px;
}

.popup__submit {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
}

.popup__btn.btn {
  padding: 0 30px;
}

.popup__img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.popup__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.header {
  background: #302c32;
  position: relative;
  z-index: 3;
}

.header__top {
  padding: 16px 0;
  background: #302c32;
}

.header__top-content,
.header__bottom-content {
  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;
  position: relative;
}

.header__top-content {
  z-index: 2;
}

.language {
  margin: 0 32px 0 0;
  position: relative;
  z-index: 1;
}

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

.language__current picture {
  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: 24px;
  height: 17px;
}
.language__current picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.language__current span {
  display: block;
  width: 9px;
  height: 5px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%, 0 0);
          clip-path: polygon(0 0, 100% 0, 50% 100%, 0 0);
  background-color: #e56713;
  margin: 0 0 0 8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.language__current.active span {
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
}

.language__list {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 20px;
  border-radius: 4px;
  padding: 8px 12px;
  background-color: #f6f6f6;
  -webkit-box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: calc(100% + 12px);
  left: -12px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.language__list.active {
  top: calc(100% + 8px);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.language__list a {
  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;
  font-family: “Lato-Regular”;
  font-size: 14px;
  color: #505050;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.language__list a picture {
  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: 24px;
  height: 17px;
  margin: 0 8px 0 0;
}
.language__list a picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.nav {
  margin: 0 auto 0 0;
}

.menu {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  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;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}

.menu li a {
  padding: 4px 0;
  font-family: “Lato-Medium”;
  font-size: 14px;
  line-height: 1.2;
  color: #d6d5d6;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.menu li#id_19405 a {
  padding-left: 32px;
  background: url(../img/telegram_menu_white.svg) no-repeat 0 center;
}


.hidden {
  display: none;
}

.header__contact {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.header__contact span {
  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: 17px;
  height: 17px;
}
.header__contact span svg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.header__contact a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: “Lato-Bold”;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.header__contact--phone {
  margin: 0 32px 0 0;
}

.socials {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.social {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 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;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.social svg {
  width: 56%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.social svg path {
  fill: #302c32;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.header__bottom {
  padding: 10px 0;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
  background: #f9f9f9;
}

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

.header__bottom-content {
  z-index: 1;
}

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

.logo svg,
.logo img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.header__logo {
  width: 253px;
  height: 60px;
  margin: 0 50px 0 0;
}

.header__catalog {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 48px;
  padding: 0 16px;
  border: 2px solid #e56713;
  border-radius: 8px;
  margin: 0 auto 0 0;
  font-family: “Lato-Bold”;
  font-size: 14px;
  color: #050505;
  text-align: center;
}

.header__catalog-icon {
  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;
  width: 24px;
  height: 17px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.header__catalog-icon span {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: #050505;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transform-origin: center right;
      -ms-transform-origin: center right;
          transform-origin: center right;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.header__catalog-icon span:nth-child(1) {
  top: 0%;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.header__catalog-icon span:nth-child(3) {
  top: auto;
  bottom: 0%;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.header__catalog-icon {
  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: 24px;
  height: 17px;
}

.search {
  display: grid;
  grid-template-columns: 48px;
  grid-template-rows: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 24px 0 0;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.search.active {
  grid-template-columns: 400px;
}

.search__form {
  width: 100%;
  height: 100%;
  border-radius: 100vw;
  border: 1px solid #ccc;
  background-color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
}

.search__form input {
  width: 100%;
  height: 100%;
  padding: 0 60px 0 24px;
  font-family: “Lato-Bold”;
  font-size: 15px;
  color: #050505;
}

.search__form button,
.search__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #e56713;
  -webkit-transition: background-color 0.2s, -webkit-box-shadow 0.2s;
  transition: background-color 0.2s, -webkit-box-shadow 0.2s;
  -o-transition: background-color 0.2s, box-shadow 0.2s;
  transition: background-color 0.2s, box-shadow 0.2s;
  transition: background-color 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.search__btn svg,
.search__btn img,
.search__form button svg,
.search__form button img {
  width: 42%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  pointer-events: none;
}

.search__form button {
  z-index: 1;
}

.search.active .search__form button {
  z-index: 2;
}

.search__btn {
  z-index: 2;
}

.search__btn.active {
  z-index: -1;
}

.basket-link {
  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: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #f6f6f6;
  -webkit-box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.15);
  position: relative;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 40px);
  right: 0;
  z-index: 3;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.basket-link.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.basket-link svg {
  width: 50%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
}
.basket-link svg path {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.basket-link span {
  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: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #e56713;
  font-family: “Roboto-Regular”;
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.footer {
  background: -o-linear-gradient(315deg, #3d373f 0%, #363037 100%);
  background: linear-gradient(135deg, #3d373f 0%, #363037 100%);
  margin: 36px 0 0 0;
}

.footer__content {
  display: grid;
  grid-template-columns: 3.4fr 1.6fr 1fr 280px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 96px;
     -moz-column-gap: 96px;
          column-gap: 96px;
  padding: 50px 0;
}

.footer__content-item > strong {
  font-family: “Lato-Bold”;
  font-size: 16px;
  line-height: 1.2;
  color: #9d9a9e;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}

.footer__menu {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 14px;
}

.footer__menu li a {
  font-family: “Roboto-Light”;
  font-size: 14px;
  line-height: 1.3;
  color: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.footer__content-item--services .footer__menu {
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
}

.footer__contact {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  font-family: “Lato-Bold”;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.footer__contact.footer__contact--address {
  font-size: 14px;
}

.footer__contact span {
  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: 17px;
  height: 17px;
  margin: 3px 0 0 0;
}
.footer__contact span svg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.footer__content-item--contacts .footer__contact {
  margin: 0 0 16px 0;
}
.footer__content-item--contacts .footer__contact:last-child {
  margin: 0;
}

.footer__socials {
  margin: 24px 0 0 0;
}

.footer__bottom {
  background-color: #302c32;
  border-top: 1px solid #5f5c61;
}

.footer__bottom-content {
  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: 22px 0;
}

.footer__logo {
  width: 153px;
  height: 37px;
}

.footer__logo-container {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}

.footer__logo-container strong {
  width: 236px;
  font-family: “Roboto-Light”;
  font-size: 12px;
  line-height: 1.2;
  color: #989598;
}

.footer__copyright {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 4px;
}

.footer__copyright a {
  font-family: “Roboto-Medium”;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.footer__copyright small {
  font-family: “Roboto-Light”;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
}

section.label {
  padding: 0;
  background-image: url("../img/main-1-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 0 0 40px 40px;
  overflow: hidden;
}

.label__slider-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: hidden;
}

.label__slider-info {
  color: #fff;
  padding: 184px 0 266px 0;
  position: relative;
  z-index: 2;
}

.label__slider-info h1 {
  font-family: “Lato-Bold”;
  margin: 0 0 12px 0;
}

.label__slider-info p {
  width: 90%;
  font-family: “Roboto-Regular”;
  font-size: 20px;
}

.label__slider-links {
  display: grid;
  grid-template-columns: repeat(2, auto);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 46px 0 0 0;
}

.label__btn.btn.btn--transparent {
  width: 180px;
  color: #fff;
}

.label__slider-img {
  width: 100%;
  height: 100%;
  position: relative;
}
.label__slider-img img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-12%, 0);
      -ms-transform: translate(-12%, 0);
          transform: translate(-12%, 0);
  z-index: 1;
}

.swiper-pagination {
  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: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
}

.label__pagination.swiper-pagination {
  bottom: 110px;
}

.swiper-pagination-bullet {
  width: 40px;
  height: 10px;
  border-radius: 100vw;
  background: #303030;
  margin: 0;
  opacity: 1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e56713;
}

.lintools__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: 20px;
  margin: -84px 0 72px 0;
}

.lintools__item {
  border-radius: 10px;
  padding: 24px 16px 20px 16px;
  -webkit-box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.15);
  background: -o-linear-gradient(315deg, #3d373f 0%, #363037 100%);
  background: linear-gradient(135deg, #3d373f 0%, #363037 100%);
  color: #fff;
}

.lintools__item span {
  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;
  width: auto;
  height: 52px;
  margin: 0 0 20px 0;
}
.lintools__item span svg {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-animation: wiggle 4s linear infinite;
          animation: wiggle 4s linear infinite;
}

.lintools__item strong {
  font-family: “Lato-Bold”;
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 8px 0;
}

.lintools__item p {
  font-size: 16px;
}

.lintools__label {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  padding: 14px 40px;
  border-radius: 20px;
  background-color: #f6f6f6;
}

.lintools__label picture {
  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;
  width: 316px;
  height: 99px;
}
.lintools__label picture img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.lintools__label p {
  font-family: “Roboto-Regular”;
  font-size: 20px;
  color: #404040;
}

.products__title-btn,
.compilation__title-btn {
  margin: 0 0 0 30px;
}

.products__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  grid-gap: 20px;
}

.products__item {
  background-color: #f6f6f6;
  -webkit-box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  overflow: hidden;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.products__item picture {
  width: 100%;
  height: auto;
  padding-top: 74%;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  margin: 0 0 24px 0;
}
.products__item picture img {
  width: 101%;
  height: 101%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.products__item h6 {
  font-family: “Lato-Bold”;
  color: #050505;
  padding: 0 20px 24px 20px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.slider-container--discount {
  background-image: url("../img/main-4-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 40px;
  -webkit-box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.slider-container--discount::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

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

.discount__slider-item {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.discount__slider-info {
  padding: 72px 20px 98px 40px;
  position: relative;
  z-index: 2;
}

.discount__slider-info strong {
  font-family: “Lato-Bold”;
  font-size: 20px;
  line-height: 1.2;
  color: #e56713;
  margin: 0 0 12px 0;
}

.discount__slider-info h2 {
  font-family: “Lato-Bold”;
  margin: 0 0 16px 0;
}

.discount__slider-info p {
  font-family: “Roboto-Regular”;
  color: #404040;
}

.discount__slider-links {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 64px 0 0 0;
}

.btn.discount__slider-btn {
  width: 180px;
}

.btn.discount__slider-btn--transparent {
  background-color: transparent;
  color: #3d373f;
  border: 2px solid #e56713;
}

.discount__pagination.swiper-pagination {
  bottom: 14px;
}

.discount__slider-img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.discount__slider-img img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

section.story {
  padding: 36px 0 72px 0;
}

.story__content {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}

.story__info strong {
  font-family: “Lato-Medium”;
  font-size: 20px;
  line-height: 1.2;
  color: #3d373f;
  margin: 0 0 4px 0;
}

.story__info span {
  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;
  width: 379px;
  height: 90px;
  margin: 0 0 30px 0;
}
.story__info span svg {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.btn.story__btn {
  margin: 32px 0 0 0;
  padding: 0 30px;
}

.story__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 24px;
  margin: 30px 0 0 0;
  padding: 0 0 26px 0;
}

.story__item {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  row-gap: 14px;
  border-radius: 16px;
  padding: 24px;
  -webkit-box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.15);
  background: -o-linear-gradient(315deg, #3d373f 0%, #363037 100%);
  background: linear-gradient(135deg, #3d373f 0%, #363037 100%);
  color: #fff;
}

.story__items .story__item:nth-child(even) {
  position: relative;
  top: 26px;
}

.story__item strong {
  font-family: “Lato-Bold”;
  font-size: 30px;
  line-height: 1.2;
}

.story__item p {
  grid-column: span 2;
}

section.partner {
  background-color: #f6f6f6;
  padding: 72px 0;
}

.partner__title {
  text-align: center;
}

.partner__slider-item {
  width: 100%;
  height: auto;
  padding-top: 9%;
  border-radius: 20px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.partner__slider-item img {
  width: 101%;
  height: 101%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

section.compilation {
  padding: 72px 0 36px 0;
}

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

.compilation__item picture {
  width: 100%;
  height: auto;
  padding-top: 62%;
  -webkit-box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  margin: 0 0 24px 0;
}
.compilation__item picture img {
  width: 101%;
  height: 101%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.compilation__item strong {
  padding: 0 16px;
  margin: 0 0 8px 0;
  font-family: “Lato-Bold”;
  font-size: 22px;
  line-height: 1.2;
  color: #3d373f;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.compilation__item small {
  margin: 0 0 16px 0;
  padding: 0 16px;
  font-family: “Roboto-Light”;
  font-size: 14px;
  line-height: 1.2;
  color: #9e9b9f;
}

.compilation__item p {
  padding: 0 16px;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

section.request {
  margin: 36px 0 0;
  padding: 80px 0;
  border-radius: 40px 40px 0 0;
  background-image: url("../img/main-3-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
section.request::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

section.request .container {
  position: relative;
  z-index: 2;
}

.main:has(section.request) + .footer {
  margin: 0;
}

.request__content {
  width: 58%;
}

.request__title {
  color: #fff;
}

.request__inputs {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  grid-template-rows: auto;
  grid-gap: 16px;
  margin: 0 0 24px 0;
}

.request__inputs .input-container small {
  color: #fff;
}

.request__inputs .input-container .input {
  border: none;
}

.request__inputs .input-container--textarea {
  grid-row: span 2;
}

.request__inputs .input-container--textarea .input--textarea {
  height: 100%;
}

.request__inputs .input-container .input-loading.btn {
  color: #fff;
}
.request__inputs .input-container .input-loading.btn svg path {
  fill: #fff;
}

.request__submit {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 24px;
  width: 90%;
}

.request__btn.btn {
  padding: 0 30px;
}

.request__submit .checkbox__text {
  color: #fff;
}

.basket__title {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  margin: 0 0 40px 0;
}

.basket__title h5 {
  font-family: “Roboto-Bold”;
  color: #3d373f;
}

.basket-label {
  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;
  margin: 0 0 24px 0;
}

.basket-label small {
  font-family: “Roboto-Light”;
  font-size: 18px;
  line-height: 1.2;
  color: #505050;
}
.basket-label small span {
  display: inline-block;
  margin: 0 0 0 4px;
}

.basket__clear {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: “Roboto-Regular”;
  font-size: 18px;
  line-height: 1.2;
  color: #3d373f;
  text-align: right;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.basket__list {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 8px;
  margin: 0 0 48px 0;
}

.basket__list li {
  display: grid;
  grid-template-columns: 2.5fr 1fr 1fr auto auto;
  grid-template-rows: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 12px;
  padding: 16px 0 0 0;
  border-top: 1px solid #d9d9d9;
}

.basket__list li h5 {
  grid-column: 1/span 1;
  grid-row: 1/span 1;
  font-family: “Roboto-Regular”;
  font-size: 20px;
  color: #3d373f;
}

.basket__list li small {
  grid-column: 1/span 1;
  grid-row: 2/span 1;
  font-size: 14px;
  line-height: 1.2;
  color: #505050;
}

.basket__list li strong {
  grid-column: 3/span 1;
  grid-row: 1/span 2;
  font-family: “Roboto-Regular”;
  font-size: 20px;
  line-height: 1.2;
  color: #3d373f;
}

.basket__list li button {
  grid-column: 4/span 1;
  grid-row: 1/span 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: 30px;
  height: 30px;
}
.basket__list li button svg {
  width: auto;
  height: 54%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.basket__list li button svg path {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.quantity {
  display: grid;
  grid-template-columns: 40px -webkit-max-content 40px;
  grid-template-columns: 40px max-content 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.basket__list li .quantity {
  grid-column: 2/span 1;
  grid-row: 1/span 2;
}

.quantity__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 40px;
}
.quantity__button svg {
  width: 50%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  pointer-events: none;
}
.quantity__button svg path {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.quantity__value {
  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;
  min-width: 42px;
  height: 42px;
  padding: 0 10px;
  background-color: #f4f4f4;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  font-family: “Roboto-Medium”;
  font-size: 20px;
  color: #3d373f;
}

.basket__total {
  display: grid;
  grid-template-columns: auto 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
  width: 100%;
  padding: 16px 32px;
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.15);
  background-color: #e56713;
  margin: 0 0 40px 0;
}

.basket__total > strong {
  font-family: “Roboto-Bold”;
  font-size: 25px;
  line-height: 1.2;
  color: #fff;
}

.basket__total-items {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 36px;
     -moz-column-gap: 36px;
          column-gap: 36px;
}

.basket__total-item small {
  font-family: “Lato-Medium”;
  font-size: 14px;
  line-height: 1.2;
  color: #eab488;
}

.basket__total-item strong {
  margin: 6px 0 0 0;
  font-family: “Lato-Bold”;
  font-size: 25px;
  line-height: 1.2;
  color: #fff;
}

.btn.basket__total-btn {
  color: #3d373f;
  background-color: #fff;
  padding: 0 50px;
}

.popup--registration .popup__form-basket {
  width: 73%;
}

.popup__form-basket p {
  width: 90%;
  margin: 0 0 24px 0;
}

section.balcony {
  padding: 60px 0 72px;
  border-radius: 0 0 40px 40px;
  overflow: hidden;
  background-image: url("../img/main-4-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
section.balcony::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

section.balcony .container {
  position: relative;
  z-index: 2;
}

section.balcony.balcony--about {
  padding: 60px 0 130px;
}

.breadcrumb-wrapper {
  padding: 60px 0 0 0;
}

.breadcrumb-wrapper + section {
  padding: 0 0 36px 0;
}

.breadcrumb {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  padding: 0 0 18px 0;
}

.breadcrumb__item {
  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;
  font-family: “Roboto-Medium”;
  font-size: 16px;
  line-height: 1.2;
  color: #3d373f;
}

.breadcrumb.breadcrumb--white .breadcrumb__item {
  color: #fff;
}

.breadcrumb__item a {
  padding: 0 18px 0 0;
  font-family: “Roboto-Regular”;
  font-size: 16px;
  line-height: 1.2;
  color: #e56713;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.breadcrumb__item a::before {
  content: "/";
  display: block;
  font-family: “Roboto-Medium”;
  font-size: 16px;
  line-height: 1.2;
  color: #3d373f;
  position: absolute;
  right: 0;
  z-index: 1;
}

.breadcrumb.breadcrumb--white .breadcrumb__item a {
  color: #fff;
}
.breadcrumb.breadcrumb--white .breadcrumb__item a::before {
  color: #fff;
}

.balcony__info h1 {
  font-family: “Lato-Bold”;
  color: #3d373f;
}

.balcony__info p {
  margin: 16px 0 0 0;
  font-family: “Roboto-Regular”;
  font-size: 20px;
  color: #505050;
}

.about__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: 20px;
  margin: -100px 0 70px 0;
}

.about__info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.about__info hgroup {
  padding: 40px 0;
}

.info > *:first-child {
  margin: 0 0 16px 0;
}
.info table {
  border-collapse: collapse;
  width: 100%;
}
.info table td {
  border: 1px solid #ccc;
  padding: 10px;
}
.info h1,
.info h2,
.info h3,
.info h4,
.info h5,
.info h6 {
  font-family: “Lato-Bold”;
  color: #3d373f;
  margin: 24px 0 16px 0;
}
.info h5 {
  font-size: 24px;
}
.info p {
  margin: 0 0 10px 0;
}
.info p:last-child {
  margin: 0;
}
.info a {
    display:inline;
}
.info ul, .info ol {
  margin: 10px 0;
}
.info ul li, .info ol li {
  padding: 0 0 0 8px;
  margin: 0 0 0 25px;
  line-height: 1.45;
  position: relative;
}
.info ol li {
  list-style-type: auto;
}

.info ul li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #e56713;
  position: absolute;
  top: 9px;
  left: -15px;
  z-index: 1;
}
.info strong {
  font-family: “Roboto-Bold”;
  display: inline;
}
.info > small {
  font-family: “Lato-Light”;
  font-size: 14px;
  line-height: 1.2;
  color: #808080;
  margin: 24px 0;
}
.info > small:last-child {
  margin: 24px 0 0 0;
}

.info hgroup > *:first-child {
  margin: 0 0 16px 0;
}

.info > img {
  width: 100%;
  height: 420px;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin: 24px 0;
}
.info > img:last-child {
  margin: 24px 0 0 0;
}

.about__info picture {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.about__info picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.geography__title {
  text-align: center;
}

.geography__map {
  position: relative;
}
.geography__map svg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.advantage__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 40px;
}

.advantage__item h6 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-family: “Lato-Bold”;
  color: #3d373f;
  margin: 0 0 16px 0;
}

.advantage__item hr {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  width: 100px;
  height: 4px;
  background-color: #e56713;
  margin: 0 0 16px 0;
}

.advantage__item p {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 16px;
  color: #505050;
}

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

.services__items .products__item picture,
.catalog__items .products__item picture {
  padding-top: 66%;
}

.balcony.balcony--service {
  background-image: url("../img/service-1-1.png");
  padding: 126px 0;
}
.balcony.balcony--service::before {
  background: rgba(0, 0, 0, 0.7);
}

.balcony.balcony--service .balcony__info {
  width: 68%;
}

.balcony.balcony--service .balcony__info h1,
.balcony.balcony--service .balcony__info p {
  color: #fff;
}

.balcony__btn.btn {
  padding: 0 36px;
  margin: 76px 0 0 0;
}

.service__label {
  margin: 0 0 72px 0;
}

.service__article {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: 20px;
  margin: 0 0 84px 0;
}

.service__article picture {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
.service__article picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.service__columns {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  margin: 0 0 72px 0;
}

.service__columns p {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid-column;
}

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

.service__pictures picture {
  width: 100%;
  height: auto;
  padding-top: 100%;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
.service__pictures picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.example__title {
  width: 70%;
}

.example__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: 20px;
  margin: 0 0 24px 0;
}

.example__item span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #e56713;
  margin: 0 0 10px 0;
  font-family: “Lato-Bold”;
  font-size: 16px;
  color: #fff;
}

.example__item p {
  font-size: 16px;
}

.example__content small {
  font-size: 14px;
  line-height: 1.6;
  color: #505050;
}
.example__content small b {
  display: inline;
  font-family: “Roboto-Bold”;
}

.discount--categories .slider-container--discount,
.discount--group .slider-container--discount {
  margin: 30px 0 0 0;
}

.categories__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  grid-gap: 20px;
}

.group__title.title {
  margin: 0;
}

.group__title-container {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  grid-gap: 30px;
  margin: 0 0 32px 0;
}

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

.select {
  position: relative;
  z-index: 3;
}

.select__head {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.select__head--quantity,
.select__head--sorting {
  grid-template-columns: repeat(2, auto);
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}

.select__head input {
  width: 1px;
  height: 1px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.select__head-field {
  font-family: “Lato-Regular”;
  font-size: 16px;
  line-height: 1.2;
  color: #505050;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.select__arrow {
  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: 10px;
  height: 8px;
  pointer-events: none;
  margin: 3px 0 0 0;
}

.select__head.active .select__arrow svg {
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
}

.select__arrow svg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.select__arrow svg path {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.select__list {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  row-gap: 14px;
  border-radius: 4px;
  padding: 8px 20px 8px 12px;
  background-color: #f6f6f6;
  -webkit-box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.select__list.active {
  top: calc(100% + 8px);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.select__list li {
  font-family: “Lato-Regular”;
  font-size: 14px;
  line-height: 1.2;
  color: #505050;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.group__wrapper {
  display: grid;
  /*grid-template-columns: 280px 1fr;*/
  grid-template-columns: 1fr;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.filter-wrapper {
  position: relative;
  display: none;
}

.filter {
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 32px 16px;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.15);
  background-color: #f8f8f8;
  position: sticky;
  top: 100px;
  left: 0;
}

.filter > strong {
  font-family: “Lato-Bold”;
  font-size: 20px;
  line-height: 1.2;
  color: #3d373f;
  margin: 0 0 24px 0;
}

.filter__accordion {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 2px;
  margin: 0 0 24px 0;
}

.filter__accordion .accordion__item {
  width: 100%;
  padding: 12px 0;
  border-top: 1px solid #cecece;
}

.filter__accordion .accordion__label {
  padding: 0 24px 0 0;
  font-family: “Lato-Bold”;
  font-size: 16px;
  line-height: 1.2;
  color: #3d373f;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}
.filter__accordion .accordion__label::before {
  content: "";
  display: block;
  width: 12px;
  height: 6px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%, 0 0);
          clip-path: polygon(0 0, 100% 0, 50% 100%, 0 0);
  background-color: #e56713;
  position: absolute;
  top: 8px;
  right: 0;
  z-index: 1;
}

.filter__accordion .accordion__label.active::before {
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
}

.accordion__info {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 500ms;
  -o-transition: grid-template-rows 500ms;
  transition: grid-template-rows 500ms;
  transition: grid-template-rows 500ms, -ms-grid-rows 500ms;
  transition: grid-template-rows 500ms, -ms-grid-rows 400ms;
}

.accordion__info.active {
  grid-template-rows: 1fr;
}

.filter__accordion .accordion__info-items {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 12px;
  padding: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.accordion__info-items li:first-child {
  padding: 12px 0 0 0;
}

.accordion__info-items li label {
  display: block;
  padding: 0 0 0 24px;
  position: relative;
}
.accordion__info-items li label::before {
  content: "";
  display: block;
  border-radius: 4px;
  width: 16px;
  height: 16px;
  border: 1px solid #3d373f;
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.accordion__info-items li label::after {
  content: "";
  display: block;
  border-radius: 4px;
  width: 16px;
  height: 16px;
  border: 1px solid transparent;
  background-image: url("../img/check-mark.svg");
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.accordion__info-items li label:has(input:checked)::before {
  border: 1px solid #e56713;
  background-color: #e56713;
}

.accordion__info-items li label:has(input:checked)::after {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.accordion__info-items li label input {
  width: 1px;
  height: 1px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.accordion__info-items li label small {
  font-family: “Lato-Regular”;
  font-size: 14px;
  line-height: 1.3;
  color: #3d373f;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.group__clear.btn {
  border: 1px solid #e56713;
  background-color: transparent;
  color: #3d373f;
  width: 100%;
}

.group__items {
  display: grid;
  /*grid-template-columns: repeat(3, 1fr);*/
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 24px;
}

.group__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 24px 16px;
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.15);
  background-color: #f8f8f8;
}

.group__item picture {
  background: #fff;
  border-radius: 16px 16px 0 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  height: auto;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 0 24px 0;
}
.group__item picture img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.group__item h6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-family: “Lato-Bold”;
  font-size: 18px;
  color: #3d373f;
  margin: 0 0 8px 0;
}

.group__item > strong {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-family: “Lato-Light”;
  font-size: 15px;
  line-height: 1.2;
  color: #505050;
  margin: 0 0 16px 0;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.group__item ul {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0 0 24px 0;
}

.group__item ul li {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin: 0 0 8px 0;
}
.group__item ul li:last-child {
  margin: 0;
}

.group__item ul li small {
  font-family: “Lato-Light”;
  font-size: 12px;
  line-height: 1.2;
  color: #707070;
}

.group__item ul li strong {
  font-family: “Lato-Regular”;
  font-size: 12px;
  line-height: 1.2;
  color: #505050;
}

.group__item-links {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 8px;
  width: 100%;
}

.group__item-btn.btn {
  width: 100%;
  height: 36px;
  font-size: 12px;
}

.pages-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  grid-gap: 16px;
  margin: 32px 0 0 0;
}

.pages-navigation li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.pages-navigation li:first-child {
  margin: 0 10px 0 0;
}

.pages-navigation li:last-child {
  margin: 0 0 0 10px;
}

.pages-navigation li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: “Lato-Regular”;
  font-size: 18px;
  color: #808080;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.pages-navigation li:first-child a,
.pages-navigation li:last-child a {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #e56713;
}

.pages-navigation li:first-child a svg,
.pages-navigation li:last-child a svg {
  width: 48%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.pages-navigation li.nav-active a {
  font-family: “Lato-Bold”;
  color: #3d373f;
}

.pages-navigation li.nav-disabled {
  pointer-events: none;
  opacity: 0.6;
}

.work__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.tablet {
  padding: 32px 24px;
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.15);
  background: #f6f6f6;
  overflow: hidden;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.tablet span {
  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;
  height: 50px;
  margin: 0 0 16px 0;
}
.tablet span svg {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-animation: wiggle 4s linear infinite;
          animation: wiggle 4s linear infinite;
}
.tablet span img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-animation: wiggle 4s linear infinite;
          animation: wiggle 4s linear infinite;
}

.tablet h6 {
  font-family: “Lato-Bold”;
  color: #3d373f;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.balcony--replacement .balcony__info {
  width: 68%;
}

.replacement__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-template-rows: auto;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 32px;
  margin: 0 0 100px 0;
}

.replacement__items .example__item {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}

.tablet p {
  margin: 16px 0 0 0;
  color: #505050;
}
.tablet p a {
  display: inline;
  font-family: “Roboto-Medium”;
  color: #e56713;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.order__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 24px;
}

.payment__items,
.delivery__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  grid-gap: 20px;
}

.payment__items {
  margin: 0 0 40px 0;
}

.tablet ul {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 8px;
  margin: 8px 0 0 0;
}

.tablet ul li {
  padding: 0 0 0 10px;
  position: relative;
}
.tablet ul li::before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #505050;
  position: absolute;
  top: 9px;
  left: 0;
  z-index: 1;
}

.product {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-gap: 40px;
  min-width: 0;
  margin: 0 0 72px 0;
}

.product__info {
  min-width: 0;
}

.product__label {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 16px;
  color: #3d373f;
}

.product__label h2 {
  font-family: “Lato-Bold”;
  grid-column: span 2;
}

.product__label small {
  font-family: “Roboto-Regular”;
  font-size: 14px;
  line-height: 1.2;
  position: relative;
}
.product__label small::before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #3d373f;
  position: absolute;
  top: 7px;
  left: calc(100% + 10.5px);
  z-index: 1;
}

.product__label strong, strong.availability {
  padding: 0 0 0 16px;
  font-family: “Roboto-Regular”;
  font-size: 14px;
  line-height: 1.2;
  position: relative;
}
.product__label strong::before, strong.availability::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 1;
}
.product__label strong::after, strong.availability::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-image: url("../img/check-mark.svg");
  background-repeat: no-repeat;
  background-size: 64%;
  background-position: center;
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 1;
}

.product__label strong.in-stock::before, strong.availability::before {
  background-color: #26a611;
}

.product__label strong.out-stock::before {
  background-color: #a61111;
}
.product__info .product__description {
  margin: 40px 0 0 0;
}
.product__info p {
  display: -webkit-box;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.product__info .product__description p {
  margin-bottom: 10px;
}
.product__info .product__description p:last-child {
  margin-bottom: 0;
}
.product__info p.active {
  -webkit-line-clamp: 100;
}

.more {
  font-family: “Lato-Medium”;
  font-size: 16px;
  color: #e56713;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-offset: 2px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.product__more {
  margin: 8px 0 0 0;
}

.product__price {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: repeat(2, auto);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 2px;
  margin: 32px 0 0 0;
}

.product__price small {
  grid-column: 1/span 1;
  grid-row: 1/span 1;
  font-family: “Lato-Regular”;
  font-size: 14px;
  line-height: 1.2;
  color: #808080;
}

.product__price strong {
  grid-column: 1/span 1;
  grid-row: 2/span 1;
  font-family: “Lato-Bold”;
  font-size: 30px;
  line-height: 1.2;
  color: #3d373f;
}

.product__price .quantity {
  grid-column: 2/span 1;
  grid-row: 1/span 2;
  margin: 0 0 0 auto;
}

.product__price-btn.btn {
  grid-column: 3/span 1;
  grid-row: 1/span 2;
  padding: 0 56px;
}

.product__img {
  min-width: 0;
}

.card__sliderthumbs {
  min-width: 0;
  width: 100%;
  height: auto;
  padding: 4px;
}

.card__sliderthumbs-item {
  width: 100%;
  height: auto;
  padding-top: 14%;
  border-radius: 4px;
  background-color: #f4f4f4;
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border: 1px solid transparent;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.card__sliderthumbs-item.swiper-slide-thumb-active {
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.6);
}

.card__sliderthumbs-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.card__slidermain {
  min-width: 0;
  width: 70%;
  margin: 0 auto 32px auto;
}

.card__slidermain-item {
  width: 100%;
  padding-top: 80%;
  overflow: hidden;
  position: relative;
}

.card__slidermain-item img {
  width: 100%;
  /*height: 100%;*/
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.product-tabs {
  width: 49%;
}

.tabs__nav {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  margin: 0 0 24px 0;
}

.tabs__nav-btn {
  font-family: “Lato-Bold”;
  font-size: 20px;
  line-height: 1.2;
  color: #3D373F;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.tabs__nav-btn.tabs__nav-btn--active {
  color: #e56713;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-offset: 6px;
}

.tabs__panels {
  position: relative;
}
.tabs__panels strong {
  display: inline-block;
}
.tabs__panels table {
  width: 100%;
}
.tabs__panels table td {
  padding-top: 10px;
  border-bottom: 1px dashed #808080;
  font-size: 16px;
  font-family: “Lato-Light”;
  color: #808080;
}
.tabs__panels table td strong {
  position: relative;
  background: #fff;
  bottom: -1px;
}
.tabs__panels table td:nth-child(2n+2) {
  padding-left: 5px;
  color: #505050;
  font-family: “Lato-Medium”;
  border-bottom: 1px dashed #fff;
}
.tabs__panel {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.tabs__panel.tabs__panel--active {
  position: static;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.product-tabs .tabs__panel ul {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 8px;
}

.product-tabs .tabs__panel ul li {
  display: grid;
  grid-template-columns: auto 1fr auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  overflow: hidden;
}

.product-tabs .tabs__panel ul li strong {
  font-family: “Lato-Light”;
  font-size: 16px;
  line-height: 1.2;
  color: #808080;
}

.product-tabs .tabs__panel ul li span {
  width: 100%;
  margin: 0 0 2px 0;
  overflow: hidden;
  font-family: “Lato-Light”;
  font-size: 16px;
  line-height: 1.2;
  color: #808080;
}

.product-tabs .tabs__panel ul li small {
  font-family: “Lato-Regular”;
  font-size: 16px;
  line-height: 1.2;
  color: #505050;
  text-align: right;
}

.tabs__panel > *:nth-child(1) {
  margin: 0 0 8px 0;
}

.tabs__panel > strong {
  font-family: “Lato-Bold”;
  font-size: 20px;
  line-height: 1.2;
  color: #505050;
  margin: 16px 0 8px 0;
}

.tabs__panel > p {
  font-family: “Lato-Regular”;
  font-size: 16px;
  line-height: 1.45;
  color: #505050;
  margin: 0 0 8px 0;
}
.tabs__panel > p:last-child {
  margin: 0;
}

.reviews__items,
.blog__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 24px;
}

.reviews__item {
  width: 100%;
  height: auto;
  padding-top: 142%;
  position: relative;
  overflow: hidden;
}
.reviews__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.stocks__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 24px;
}

.stocks__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  row-gap: 16px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  min-height: 300px;
  padding: 26px 26px 40px 26px;
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.15);
  background-color: #f6f6f6;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.stocks__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.stocks__item > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
}

.stocks__item > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.stocks__item.stocks__item--white {
  color: #3d373f;
}
.stocks__item.stocks__item--white::before {
  display: none;
}

.stocks__item h4 {
  width: 60%;
  font-family: “Lato-Bold”;
  position: relative;
  z-index: 2;
}

.stocks__item strong {
  width: 60%;
  font-family: “Lato-SemiBold”;
  font-size: 20px;
  line-height: 1.2;
  position: relative;
  z-index: 3;
}

.stocks__item p {
  width: 60%;
  font-family: “Lato-Regular”;
  font-size: 16px;
  position: relative;
  z-index: 3;
}

.stocks__btn.btn {
  padding: 0 34px;
  position: relative;
  z-index: 3;
}

.article__wrapper {
  display: grid;
  grid-template-columns: 1fr 250px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.article__content .service__article {
  grid-template-columns: 1fr 1.2fr;
  margin: 32px 0;
}
.article__content .service__article:last-child {
  margin: 32px 0 0 0;
}

.article__content .service__pictures {
  margin: 0 0 24px 0;
}
.article__content .service__pictures:last-child {
  margin: 0;
}

.article__other {
  position: relative;
}

.article__other-items {
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  position: sticky;
  top: 100px;
  left: 0;
}

.article__other-items > strong {
  font-family: “Lato-Bold”;
  font-size: 22px;
  line-height: 1.2;
  color: #3d373f;
  margin: 0 0 24px 0;
}

.article__other-items .article__blog {
  margin: 0 0 24px 0;
}
.article__other-items .article__blog:last-child {
  margin: 0;
}

.article__blog picture {
  width: 100%;
  height: auto;
  padding-top: 62%;
  -webkit-box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  margin: 0 0 16px 0;
}
.article__blog picture img {
  width: 101%;
  height: 101%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.article__blog strong {
  padding: 0 10px;
  margin: 0 0 8px 0;
  font-family: “Lato-Bold”;
  font-size: 18px;
  line-height: 1.2;
  color: #3d373f;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.article__blog small {
  margin: 0 0 8px 0;
  padding: 0 10px;
  font-family: “Roboto-Light”;
  font-size: 10px;
  line-height: 1.2;
  color: #9e9b9f;
}

.article__blog p {
  padding: 0 10px;
  font-size: 14px;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.dealers-label__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: 50px;
}

.dealers-label__info {
  padding: 80px 0;
}

.dealers-label__info h1 {
  font-family: “Lato-Bold”;
  color: #3d373f;
}

.dealers-label__info h6 {
  font-family: “Lato-Bold”;
  color: #3d373f;
  margin: 12px 0 0 0;
}

.dealers-label__info p {
  font-family: “Roboto-Regular”;
  font-size: 20px;
  color: #505050;
  margin: 24px 0 0 0;
}

.dealers-label__img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
.dealers-label__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.dealers__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 32px;
  margin: 0 0 100px 0;
}

.dealers__item picture {
  width: 100%;
  height: auto;
  padding-top: 58%;
  /*background-color: #f1f1f1;*/
  border:1px solid #505050;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  margin: 0 0 24px 0;
}
.dealers__item picture img {
  width: 90%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.dealers__item h6 {
  font-family: “Roboto-Medium”;
  color: #3d373f;
  margin: 0 0 16px 0;
}

.dealers__item strong {
  font-family: “Roboto-Regular”;
  font-size: 16px;
  line-height: 1.2;
  color: #505050;
  margin: 0 0 8px 0;
}
.dealers__item strong:last-child {
  margin: 0;
}

.dealers__item strong a {
  display: inline;
  color: #e56713;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.dealers__advertisement h2 {
  font-family: “Lato-Bold”;
  color: #3d373f;
  margin: 0 0 24px 0;
}

.dealers__advertisement strong {
  font-family: “Lato-Medium”;
  font-size: 25px;
  line-height: 1.2;
  color: #3d373f;
}

.dealers__advertisement strong a {
  display: inline;
  color: #e56713;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.contacts__content {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.contacts__info {
  padding: 80px 50px 80px 0;
}

.contacts-tabs .tabs__panel ul {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 16px;
}

.contacts-tabs .tabs__panel ul li {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}

.contacts-tabs .tabs__panel ul li span {
  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;
  width: 22px;
  height: 22px;
  margin: 4px 0 0 0;
}
.contacts-tabs .tabs__panel ul li span svg {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contacts-tabs .tabs__panel ul li a,
.contacts-tabs .tabs__panel ul li p {
  font-family: “Lato-Bold”;
  font-size: 22px;
  line-height: 1.2;
  color: #3d373f;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.contacts__socials {
  margin: 48px 0 0 0;
}

.contacts__socials .social {
  background-color: #3d373f;
}
.contacts__socials .social svg path {
  fill: #fff;
}

.contacts__map {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  position: absolute;
  bottom: 0;
  left: calc(100% + 50px);
  -webkit-transform: translate(0, 80px);
      -ms-transform: translate(0, 80px);
          transform: translate(0, 80px);
  overflow: hidden;
}

.map {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.juridical__content ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 20px;
}

.juridical__content ul li small {
  font-family: “Roboto-Regular”;
  font-size: 16px;
  line-height: 1.2;
  color: #505050;
  margin: 0 0 6px 0;
}

.juridical__content ul li strong {
  font-family: “Roboto-Regular”;
  font-size: 22px;
  line-height: 1.2;
  color: #3d373f;
  margin: 0 0 12px 0;
}
.juridical__content ul li strong:last-child {
  margin: 0;
}

@-webkit-keyframes wiggle2 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(-50%, -50%) rotate(6deg);
            transform: translate(-50%, -50%) rotate(6deg);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  75% {
    -webkit-transform: translate(-50%, -50%) rotate(-6deg);
            transform: translate(-50%, -50%) rotate(-6deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
}

@keyframes wiggle2 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(-50%, -50%) rotate(6deg);
            transform: translate(-50%, -50%) rotate(6deg);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  75% {
    -webkit-transform: translate(-50%, -50%) rotate(-6deg);
            transform: translate(-50%, -50%) rotate(-6deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
}
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes wiggle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes scaleimage {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
            transform: scale3d(1.15, 1.15, 1.15);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes scaleimage {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
            transform: scale3d(1.15, 1.15, 1.15);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
/* hover */
@media (min-width: 768px) {
  .dealers__item strong a:hover,
.dealers__advertisement strong a:hover,
.contacts-tabs .tabs__panel ul li a:hover {
    color: #9e3f00;
  }
  .dealers__item strong a:focus,
.dealers__advertisement strong a:focus,
.contacts-tabs .tabs__panel ul li a:focus {
    color: #9e3f00;
  }
  .reviews__item:hover img {
    -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
            transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
  }
  .reviews__item:focus img {
    -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
            transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
  }
    /*
  .tabs__nav-btn.tabs__nav-btn--active:hover {
    color: #e56713;
  }
  .tabs__nav-btn.tabs__nav-btn--active:focus {
    color: #e56713;
  }

  .tabs__nav-btn {
    cursor: pointer;
  }
  
  .tabs__nav-btn:hover {
    color: #e56713;
  }
  .tabs__nav-btn:focus {
    color: #e56713;
  }*/
  .card__slidermain-item {
    cursor: pointer;
  }
  .card__slidermain-item:hover img {
    -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
            transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
  }
  .card__slidermain-item:focus img {
    -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
            transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
  }
  .card__sliderthumbs-item {
    cursor: pointer;
  }
  .more {
    cursor: pointer;
  }
  .more:hover {
    color: #9e3f00;
  }
  .more:focus {
    color: #9e3f00;
  }
  .tablet p a:hover {
    color: #9e3f00;
  }
  .tablet p a:focus {
    color: #9e3f00;
  }
  a.tablet:hover {
    -webkit-box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.3);
            box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.3);
  }
  a.tablet:focus {
    -webkit-box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.3);
            box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.3);
  }
  a.tablet:hover h6 {
    color: #e56713;
  }
  a.tablet:focus h6 {
    color: #e56713;
  }
  .pages-navigation li.nav-active:hover a {
    color: #3d373f;
  }
  .pages-navigation li.nav-active:focus a {
    color: #3d373f;
  }
  .pages-navigation li:first-child a:hover,
.pages-navigation li:last-child a:hover {
    background-color: #9e3f00;
  }
  .pages-navigation li:first-child a:focus,
.pages-navigation li:last-child a:focus {
    background-color: #9e3f00;
  }
  .pages-navigation li {
    cursor: pointer;
  }
  .pages-navigation li:hover a {
    color: #e56713;
  }
  .pages-navigation li:focus a {
    color: #e56713;
  }
  .btn.btn--transparent:hover {
    border: 2px solid #9e3f00;
    color: #fff;
  }
  .btn.btn--transparent:focus {
    border: 2px solid #9e3f00;
    color: #fff;
  }
  .accordion__info-items li label {
    cursor: pointer;
  }
  .accordion__info-items li label:hover::before {
    border: 1px solid #e56713;
  }
  .accordion__info-items li label:focus::before {
    border: 1px solid #e56713;
  }
  .accordion__info-items li label:hover small {
    color: #e56713;
  }
  .accordion__info-items li label:focus small {
    color: #e56713;
  }
  .filter__accordion .accordion__label {
    cursor: pointer;
  }
  .filter__accordion .accordion__label:hover {
    color: #e56713;
  }
  .filter__accordion .accordion__label:focus {
    color: #e56713;
  }
  .select__list li {
    cursor: pointer;
  }
  .select__list li:hover {
    color: #e56713;
  }
  .select__list li:focus {
    color: #e56713;
  }
  .select__head {
    cursor: pointer;
  }
  .select__head:hover .select__head-field {
    color: #e56713;
  }
  .select__head:focus .select__head-field {
    color: #e56713;
  }
  .filter__navigation li.nav-active a:hover {
    color: #e56713;
  }
  .filter__navigation li.nav-active a:focus {
    color: #e56713;
  }
  .breadcrumb.breadcrumb--white .breadcrumb__item a:hover {
    color: #9e3f00;
  }
  .breadcrumb.breadcrumb--white .breadcrumb__item a:focus {
    color: #9e3f00;
  }
  .breadcrumb__item a:hover {
    color: #9e3f00;
  }
  .breadcrumb__item a:focus {
    color: #9e3f00;
  }
  .basket__list li button {
    cursor: pointer;
  }
  .basket__list li button:hover svg path {
    fill: #9e3f00;
  }
  .basket__list li button:focus svg path {
    fill: #9e3f00;
  }
  .quantity__button {
    cursor: pointer;
  }
  .quantity__button:hover svg path {
    fill: #9e3f00;
  }
  .quantity__button:focus svg path {
    fill: #9e3f00;
  }
  .btn.basket__total-btn:hover {
    background-color: #fff;
    color: #e56713;
  }
  .btn.basket__total-btn:focus {
    background-color: #fff;
    color: #e56713;
  }
  .basket__clear:hover {
    color: #e56713;
  }
  .basket__clear:focus {
    color: #e56713;
  }
  .checkbox__text a {
    cursor: pointer;
  }
  .checkbox__text a:hover {
    color: #9e3f00;
  }
  .checkbox__text a:focus {
    color: #9e3f00;
  }
  .input-loading.btn:hover {
    border: 2px solid #9e3f00;
    background-color: #9e3f00;
    color: #fff;
  }
  .input-loading.btn:focus {
    border: 2px solid #9e3f00;
    background-color: #9e3f00;
    color: #fff;
  }
  .input-loading.btn:hover span svg path {
    fill: #fff;
  }
  .input-loading.btn:focus span svg path {
    fill: #fff;
  }
  .compilation__item:hover picture img,
.article__blog:hover picture img {
    -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
            transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
  }
  .compilation__item:focus picture img,
.article__blog:focus picture img {
    -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
            transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
  }
  .compilation__item:hover strong,
.article__blog:hover strong {
    color: #e56713;
  }
  .compilation__item:focus strong,
.article__blog:focus strong {
    color: #e56713;
  }
  .partner__slider-item:hover img {
    -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
            transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
  }
  .partner__slider-item:focus img {
    -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
            transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
  }
  .btn.discount__slider-btn--transparent:hover {
    color: #fff;
    border: 2px solid #9e3f00;
  }
  .btn.discount__slider-btn--transparent:focus {
    color: #fff;
    border: 2px solid #9e3f00;
  }
  .products__item:hover picture img {
    -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
            transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
  }
  .products__item:focus picture img {
    -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
            transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
  }
  .products__item:hover h6 {
    color: #e56713;
  }
  .products__item:focus h6 {
    color: #e56713;
  }
  .products__item:hover {
    -webkit-box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.3);
            box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.3);
  }
  .products__item:focus {
    -webkit-box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.3);
            box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.3);
  }
  .footer__menu li a:hover,
a.footer__contact:hover,
.footer__copyright a:hover {
    color: #e56713;
  }
  .footer__menu li a:focus,
a.footer__contact:focus,
.footer__copyright a:focus {
    color: #e56713;
  }
  .basket-link:hover svg path {
    fill: #e56713;
  }
  .basket-link:focus svg path {
    fill: #e56713;
  }
  .slider-btn {
    cursor: pointer;
  }
  .slider-btn:hover {
    background-color: #9e3f00;
  }
  .swiper-pagination-bullet:hover {
    background: #e56713;
  }
  .swiper-pagination-bullet:focus {
    background: #e56713;
  }
  .search button {
    cursor: pointer;
  }
  .search button:hover::after {
    left: 0;
    width: 100%;
  }
  .search__btn,
.search__form button {
    cursor: pointer;
  }
  .search__btn:hover,
.search__form button:hover {
    background-color: #9e3f00;
    -webkit-box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.3);
            box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.3);
  }
  .btn.btn--transparent:hover {
    border: 2px solid #9e3f00;
  }
  .btn.btn--transparent:focus {
    border: 2px solid #9e3f00;
  }
  .btn {
    cursor: pointer;
  }
  .btn:hover {
    background-color: #9e3f00;
    -webkit-box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.3);
            box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.3);
  }
  .btn:focus {
    background-color: #9e3f00;
    -webkit-box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.3);
            box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.3);
  }
  .header__catalog:hover {
    border: 2px solid #9e3f00;
    color: #9e3f00;
  }
  .header__catalog:focus {
    border: 2px solid #9e3f00;
    color: #9e3f00;
  }
  .header__catalog:hover .header__catalog-icon span:nth-child(3) {
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(-30deg);
        -ms-transform: translate(0, -50%) rotate(-30deg);
            transform: translate(0, -50%) rotate(-30deg);
    width: 50%;
  }
  .header__catalog:focus .header__catalog-icon span:nth-child(3) {
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(-30deg);
        -ms-transform: translate(0, -50%) rotate(-30deg);
            transform: translate(0, -50%) rotate(-30deg);
    width: 50%;
  }
  .header__catalog:hover .header__catalog-icon span:nth-child(1) {
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(30deg);
        -ms-transform: translate(0, -50%) rotate(30deg);
            transform: translate(0, -50%) rotate(30deg);
    width: 50%;
  }
  .header__catalog:focus .header__catalog-icon span:nth-child(1) {
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(30deg);
        -ms-transform: translate(0, -50%) rotate(30deg);
            transform: translate(0, -50%) rotate(30deg);
    width: 50%;
  }
  .logo:hover svg {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
  .logo:focus svg {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
  .social {
    cursor: pointer;
  }
  .social:hover {
    background-color: #e56713;
  }
  .social:focus {
    background-color: #e56713;
  }
  .social:hover svg path {
    fill: #fff;
  }
  .social:focus svg path {
    fill: #fff;
  }
  .menu li a:hover,
.header__contact a:hover {
    color: #e56713;
  }
  .menu li a:focus,
.header__contact a:focus {
    color: #e56713;
  }
  .language__list a:hover {
    color: #e56713;
  }
  .language__list a:focus {
    color: #e56713;
  }
  .language__current {
    cursor: pointer;
  }
  a:hover {
    cursor: pointer;
  }
}
/** breakpoint  **/
@media (max-width: 1360px) {
  .slider-btn--prev {
    right: calc(100% + 20px);
  }
  .slider-btn--next {
    left: calc(100% + 20px);
  }
  .slider-container--label,
.slider-container--partner {
    width: calc(100% - 120px);
    margin: 0 auto;
  }
  .label__slider-info {
    padding: 160px 0;
  }
  .label__pagination.swiper-pagination {
    bottom: 80px;
  }
  .partner__slider-item {
    padding-top: 12%;
  }
  .request__content {
    width: 66%;
  }
  .footer__content {
    -webkit-column-gap: 54px;
       -moz-column-gap: 54px;
            column-gap: 54px;
  }
  .select__list {
    left: auto;
    right: 0;
  }
  .language__list {
    left: -5px;
  }
  .popup__content {
    width: 80%;
    padding: 40px 28px 38px 28px;
  }
}
@media (max-width: 1219px) {
  .lintools__label {
    padding: 14px 30px;
  }
  .popup--ordinary .popup__content {
    width: 98%;
  }
  .popup__form {
    padding: 50px 30px;
  }
  section.request {
    padding: 60px 0;
  }
  .footer__content {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .group__wrapper {
    /*grid-template-columns: 240px 1fr;*/
    grid-template-columns: 1fr;
  }
  .product-tabs {
    width: 60%;
  }
  .article__wrapper {
    grid-template-columns: 1fr 240px;
  }
  .service__label,
.service__article,
.service__columns {
    margin: 0 0 40px 0;
  }
  .dealers-label__content {
    grid-gap: 30px;
  }
  .stocks__item h4,
.stocks__item strong,
.stocks__item p {
    width: 60%;
  }
  .balcony--replacement .balcony__info {
    width: 60%;
  }
  .contacts__info {
    padding: 60px 30px 60px 0;
  }
  .contacts-tabs .tabs__panel ul li a,
.contacts-tabs .tabs__panel ul li p {
    font-size: 20px;
  }
  .contacts__map {
    left: calc(100% + 30px);
    -webkit-transform: translate(0, 60px);
        -ms-transform: translate(0, 60px);
            transform: translate(0, 60px);
  }
}
@media (max-width: 1119px) {
  .header__top {
    padding: 10px 0;
  }
  .header__top-content {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: auto;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 8px;
  }
  .language {
    margin: 0;
    position: relative;
    z-index: 1;
  }
  .nav {
    grid-column: 2/span 2;
    margin: 0 0 0 auto;
  }
  .header__contact--phone {
    grid-column: 2/span 1;
    grid-row: 2/span 1;
    margin: 0 0 0 auto;
  }
  .header__socials {
    grid-column: 3/span 1;
    grid-row: 2/span 1;
  }
  .header__bottom {
    padding: 8px 0;
  }
  .header__logo {
    margin: 0 30px 0 0;
  }
  .search {
    margin: 0 20px 0 0;
  }
  .search.active {
    grid-template-columns: 280px;
  }
  .popup__content {
    padding: 30px 20px;
  }
  .basket__list {
    row-gap: 6px;
  }
  .basket__list li {
    padding: 12px 0 0 0;
  }
  .basket__total {
    padding: 14px 24px;
    border-radius: 16px;
  }
  .basket__total > strong {
    font-size: 22px;
  }
  .btn.basket__total-btn {
    padding: 0 40px;
  }
  .popup--registration .popup__form-basket {
    width: 84%;
  }
  .basket-link {
    width: 50px;
    height: 50px;
  }
  .basket-link span {
    width: 20px;
    height: 20px;
    -webkit-transform: translate(-2px, -4px);
        -ms-transform: translate(-2px, -4px);
            transform: translate(-2px, -4px);
  }
  .label__slider-item {
    grid-template-columns: 1.4fr 1fr;
  }
  .label__slider-info {
    padding: 120px 0;
  }
  .label__slider-info p {
    width: 100%;
    font-size: 19px;
  }
  .label__pagination.swiper-pagination {
    bottom: 30px;
  }
  .lintools__items {
    grid-template-columns: repeat(2, 1fr);
    margin: 0px 0 72px 0;
  }
  .discount__slider-info {
    padding: 42px 10px 70px 20px;
  }
  .discount__pagination.swiper-pagination {
    bottom: 20px;
  }
  .request__content {
    width: 84%;
  }
  section.request {
    border-radius: 30px 30px 0 0;
  }
  .footer__content {
    grid-template-columns: 2fr 1fr 1fr;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 40px;
  }
  .footer__content-item--services .footer__menu {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .footer__content-item--contacts {
    grid-column: 1/span 3;
  }
  .popup--ordinary .popup__content {
    grid-template-columns: 1.5fr 1fr;
  }
  .popup__form {
    padding: 30px 20px;
  }
  .about__info-text {
    padding: 20px 0 30px 0;
  }
  .group__items {
    /*grid-template-columns: repeat(2, 1fr);*/
    grid-template-columns: repeat(3, 1fr);
  }
  .product {
    grid-template-columns: 1.2fr 1fr;
    grid-gap: 20px;
  }
  .product__price strong {
    font-size: 28px;
  }
  .product-tabs {
    width: 100%;
  }
  .article__wrapper {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .info > img {
    height: 380px;
  }
  .discount__slider-item {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .slider-container--discount {
    border-radius: 20px;
  }
  .balcony.balcony--service .balcony__info {
    width: 100%;
  }
  section.label,
section.balcony {
    border-radius: 0 0 30px 30px;
  }
  .lintools__label {
    padding: 12px 20px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .lintools__label picture {
    width: 260px;
    height: 78px;
  }
  .lintools__label p {
    font-size: 19px;
  }
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 35px;
  }
  h4 {
    font-size: 30px;
  }
  h5 {
    font-size: 28px;
  }
  h6 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .popup__content {
    width: 90%;
    padding: 30px 24px;
  }
  .basket__list li h5,
.basket__list li strong {
    font-size: 18px;
  }
  .quantity__value {
    min-width: 38px;
    height: 38px;
    padding: 0 6px;
  }
  .basket__list li {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 10px;
  }
  .basket__total {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .basket__total > strong {
    font-size: 20px;
  }
  .basket__total-item strong {
    font-size: 24px;
  }
  .popup--registration .popup__form-basket {
    width: 100%;
  }
  .header__bottom-content {
    display: grid;
    grid-template-columns: 1fr auto auto;
    grid-template-rows: auto;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 6px;
  }
  .header__logo {
    grid-column: 1/span 1;
    grid-row: 1/span 2;
    margin: 0;
  }
  .header__catalog {
    grid-column: 2/span 1;
    grid-row: 2/span 1;
  }
  .search {
    grid-column: 2/span 2;
    grid-row: 1/span 1;
    margin: 0;
    grid-template-columns: auto;
    grid-template-rows: 30px;
  }
  .search__btn {
    display: none;
  }
  .header__btn {
    grid-column: 3/span 1;
    grid-row: 2/span 1;
    height: 40px;
  }
  .search__form button,
.search__btn {
    width: 30px;
    height: 30px;
  }
  .header__catalog {
    height: 40px;
    margin: 0 0 0 auto;
  }
  .label__slider-item {
    grid-template-columns: 1fr 1px;
  }
  .label__slider-img img {
    height: 90%;
    left: auto;
    right: 0;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .label__slider-prev,
.label__slider-next {
    display: none;
  }
  .slider-container--label {
    width: 100%;
  }
  .label__slider-info {
    padding: 120px 0 80px 0;
  }
  .label__pagination.swiper-pagination {
    bottom: 18px;
  }
  .products__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .products__item picture {
    padding-top: 60%;
    margin: 0 0 16px 0;
  }
  .products__item h6 {
    padding: 0 18px 20px 18px;
  }
  .discount__slider-item {
    grid-template-columns: 1.8fr 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .discount__slider-img {
    overflow: visible;
  }
  .discount__slider-img img {
    height: 70%;
    top: 50%;
    left: auto;
    right: 0;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .discount__slider-info {
    padding: 30px 10px 60px 20px;
  }
  .story__content {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 40px;
  }
  .story__items {
    margin: 0;
  }
  .partner__slider-item {
    padding-top: 16%;
    border-radius: 16px;
  }
  .compilation__item p,
.compilation__item small,
.compilation__item strong {
    padding: 0 12px;
  }
  .request__content {
    width: 100%;
  }
  .footer__content {
    grid-template-columns: 2.4fr 1fr 1fr;
  }
  .about__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .about__info {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 20px;
  }
  .about__content .about__info {
    margin: 0 0 40px 0;
  }
  .about__content .about__info:last-child {
    margin: 0;
  }
  .about__info hgroup {
    padding: 0;
  }
  .about__info.info > :first-child {
    margin: 0;
  }
  .advantage__items {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
  }
  .group__wrapper {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 30px;
  }
  .filter {
    padding: 20px 16px;
  }
  .filter__accordion {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 0px;
  }
  .product {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
  .product__info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .product__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .product__info p {
    margin: 20px 0 0 0;
  }
  .article__wrapper {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .article__content .service__article {
    grid-template-columns: 1fr;
    margin: 32px 0;
  }
  .info > picture {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    height: auto;
    padding-top: 50%;
    position: relative;
    overflow: hidden;
  }
  .info > picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
  }
  .info hgroup {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .article__other-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 24px;
    position: static;
  }
  .article__other-items > strong {
    grid-column: 1/span 3;
    margin: 0;
  }
  .categories__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .dealers-label__content {
    grid-template-columns: 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    grid-gap: 30px;
  }
  .dealers-label__info {
    padding: 36px 0 0 0;
  }
  .dealers-label__img {
    width: 100%;
    height: auto;
    padding-top: 50%;
  }
  .dealers__advertisement strong {
    font-size: 23px;
  }
  .reviews__items,
.blog__items {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    row-gap: 16px;
  }
  .input-loading.btn {
    padding: 0 24px;
  }
  .balcony__btn.btn {
    margin: 50px 0 0 0;
  }
  .balcony.balcony--service {
    padding: 80px 0 60px 0;
  }
  .service__article {
    grid-template-columns: 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .example__title {
    width: 100%;
  }
  .example__items {
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .work__items {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
  .work__items .tablet:nth-child(1) {
    grid-column: span 2;
  }
  .balcony--replacement .balcony__info {
    width: 100%;
  }
  .replacement__items {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 26px;
    margin: 0 0 72px 0;
  }
  .about__info-text {
    padding: 0;
  }
  .payment__items,
.delivery__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .contacts__content {
    display: block;
  }
  .contacts__map {
    width: 100%;
    height: auto;
    padding-top: 60%;
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin: 40px 0 0 0;
  }
  .contacts__info {
    padding: 0;
  }
  .contacts__map-wrapper {
    display: none;
  }
  .contacts__socials {
    margin: 32px 0 0 0;
  }
  .map .ymaps-2-1-79-map {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .header__top-content {
    grid-template-columns: auto 1fr auto auto;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 0;
  }
  .header__contact--phone {
    grid-column: inherit;
    grid-row: inherit;
    margin: 0 0 0 auto;
  }
  .header__socials {
    grid-column: inherit;
    grid-row: inherit;
  }
  .header__logo {
    width: 210px;
  }
  .icon-menu.icon-menu--open,
.icon-menu.icon-menu--close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .icon-menu.icon-menu--open {
    grid-column: 4/span 1;
    margin: 0 0 0 auto;
  }
  .nav {
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 70%;
    height: 100vh;
    margin: 0;
    padding: 30px 20px 30px 30px;
    border-radius: 0;
    overflow-y: scroll;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: -105%;
    z-index: 10;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  .nav.active {
    right: 0;
    -webkit-box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5);
  }
  .icon-menu.icon-menu--close {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 0 0 30px auto;
  }
  .menu {
    -ms-flex-preferred-size: 1 1 auto;
        flex-basis: 1 1 auto;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 16px;
    width: 100%;
    height: auto;
    margin: 0 0 60px 0;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    border-radius: 0;
    position: relative;
    z-index: 3;
  }
  .menu > li {
    border-bottom: 1px solid #505050;
    margin: 0;
    padding: 0;
  }
  .menu > li:last-child {
    border-bottom: none;
  }
  .menu > li > a {
    padding: 2px 0 4px 0;
    font-size: 20px;
    color: #3d373f;
  }
  .menu li#id_19405 a {
    background: url(../img/telegram_menu.svg) no-repeat 0 center;
  }
  .hidden {
    display: block;
    width: 100%;
  }
  .nav__hidden {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 20px;
    width: 100%;
    margin: auto 0 0 0;
  }
  .hidden__item {
    display: grid;
    grid-template-columns: auto 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
  .hidden__item span {
    grid-column: 1;
    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: 18px;
    height: 18px;
    margin: 3px 0 0 0;
  }
  .hidden__item span svg {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .hidden__item a,
.hidden__item p {
    grid-column: 2;
    font-family: “Lato-Bold”;
    font-size: 16px;
    line-height: 1.2;
    color: #3d373f;
  }
  .nav__hidden-socials .social {
    background-color: #3d373f;
  }
  .nav__hidden-socials .social svg path {
    fill: #fff;
  }
  .show h1,
.show h2,
.show h3,
.show h4,
.show h5 {
    top: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .label__slider-info p {
    font-size: 18px;
  }
  .discount__slider-img {
    display: none;
  }
  .discount__slider-links {
    margin: 40px 0 0 0;
  }
  .discount__slider-item {
    display: block;
  }
  .partner__slider-item {
    padding-top: 20%;
    border-radius: 12px;
  }
  .popup--ordinary .popup__content {
    display: block;
  }
  .popup__img {
    width: 100%;
    height: auto;
    padding-top: 60%;
  }
  .popup__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
  }
  .popup__content {
    width: 95%;
    padding: 30px 20px;
  }
  .basket__list li {
    grid-template-columns: 2fr 1fr auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .basket__list li .quantity {
    grid-column: 2/span 1;
    grid-row: 1/span 3;
  }
  .basket__list li strong {
    grid-column: 1/span 1;
    grid-row: 3/span 1;
    font-size: 24px;
  }
  .basket__list li button {
    grid-column: 3/span 1;
    grid-row: 1/span 3;
    margin: 5px 0 0 0;
  }
  .basket__total {
    grid-template-columns: 1fr auto;
    row-gap: 20px;
  }
  .basket__total > strong {
    grid-column: 1/span 1;
    grid-row: 1/span 1;
  }
  .basket__total-items {
    grid-column: 1/span 1;
    grid-row: 2/span 1;
  }
  .basket__total-btn {
    grid-column: 2/span 1;
    grid-row: 1/span 2;
  }
  .group__title-container {
    grid-template-columns: 1fr;
  }
  .ranking {
    display: grid;
    grid-template-columns: 1fr auto;
  }
  .select--sorting,
.select--quantity {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 0 0 auto;
  }
  .footer__bottom-content {
    -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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    row-gap: 30px;
  }
  .footer__copyright {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
  }
  .footer__logo-container {
    margin: 0 auto;
  }
  .blog__items,
.dealers__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .service__columns {
    -webkit-column-count: inherit;
       -moz-column-count: inherit;
            column-count: inherit;
  }
  .stocks__items {
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 20px;
  }
  h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 35px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 27px;
  }
  h5 {
    font-size: 24px;
  }
  h6 {
    font-size: 20px;
  }
}
@media (max-width: 659px) {
  .group__items {
    grid-template-columns: repeat(2, 1fr);
}
  .nav {
    width: 80%;
  }
  .header__bottom-content {
    grid-template-columns: 1fr 1fr;
  }
  .header__logo {
    grid-column: 1/span 1;
    grid-row: 1/span 1;
  }
  .header__catalog {
    grid-column: 1/span 1;
    grid-row: 2/span 1;
    width: 100%;
    text-align: left;
  }
  .search {
    grid-column: 2/span 1;
    grid-row: 1/span 1;
  }
  .header__btn {
    grid-column: 2/span 1;
    grid-row: 2/span 1;
    width: 100%;
  }
  .basket__total > strong {
    font-size: 18px;
  }
  .basket__total-item strong {
    font-size: 22px;
  }
  .lintools__label {
    grid-template-columns: 1fr;
  }
  .compilation__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer__content {
    grid-template-columns: 1fr 1fr;
  }
  .footer__content-item--services {
    grid-column: 1/span 2;
  }
  .footer__content-item--contacts {
    grid-column: 1/span 2;
  }
  .info > img {
    height: 300px;
  }
  .info > picture {
    padding-top: 55%;
  }
  .service__pictures {
    grid-gap: 12px;
  }
  .article__other-items {
    grid-template-columns: repeat(2, 1fr);
  }
  .article__other-items > strong {
    grid-column: 1/span 2;
    margin: 0;
  }
  .tablet {
    padding: 24px 16px;
  }
}
@media (max-width: 575px) {
  .nav {
    width: 90%;
  }
  .btn {
    width: 100%;
    padding: 0 20px;
  }
  .basket__total {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .basket__list li strong {
    font-size: 22px;
  }
  .basket__total-btn {
    grid-column: 1/span 1;
    grid-row: 3/span 1;
  }
  .label__slider-links {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }
  .label__btn.btn.btn--transparent {
    width: 100%;
  }
  .title {
    grid-template-columns: 1fr;
  }
  .products__title-btn,
.compilation__title-btn {
    margin: 20px 0 0 0;
  }
  .products__item picture {
    padding-top: 68%;
  }
  .partner__slider-item {
    padding-top: 32%;
  }
  .request__inputs {
    grid-template-columns: 1fr;
  }
  .request__inputs .input-container--textarea {
    grid-row: 4/span 1;
  }
  .group__item-links {
    grid-template-columns: 1fr;
  }
  .product__price {
    grid-template-columns: 1fr auto;
    grid-template-rows: auto;
    row-gap: 10px;
  }
  .product__price .quantity {
    grid-column: 2/span 1;
    grid-row: 1/span 2;
    margin: 0 0 0 auto;
  }
  .product__price-btn.btn {
    grid-column: 1/span 2;
    grid-row: 3/span 1;
  }
  .info > img {
    height: 270px;
  }
  .info > picture {
    padding-top: 60%;
  }
  .products__item h6 {
    padding: 0 16px 20px 16px;
    font-size: 14px;
  }
  .replacement__items .example__item {
    grid-template-columns: 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .order__items {
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 20px;
  }
  .contacts__map {
    padding-top: 90%;
  }
  .juridical__content ul {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
  .discount__slider-links {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
  .btn.discount__slider-btn {
    width: 100%;
  }
  .discount__slider-info {
    padding: 30px 15px 60px 15px;
  }
  .dealers-label__img {
    padding-top: 60%;
  }
  .stocks__item h4,
.stocks__item strong,
.stocks__item p {
    width: 100%;
  }
  .stocks__item.stocks__item--white .background_stocks {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.5+100 */
background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 2;
  }
  h1 {
    font-size: 43px;
  }

}
@media (max-width: 479px) {
  .nav {
    width: 100%;
    padding: 20px 20px 30px 20px;
  }
  .header__top-content {
    grid-template-columns: auto 1fr auto;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 6px;
  }
  .header__contact--phone {
    grid-column: 2/span 2;
    grid-row: 2/span 1;
    margin: 0 0 0 auto;
  }
  .header__logo {
    grid-column: 1/span 2;
    grid-row: 1/span 1;
  }
  .header__catalog {
    grid-column: 1/span 1;
    grid-row: 2/span 1;
  }
  .icon-menu.icon-menu--open {
    grid-column: 3/span 1;
  }
  .search {
    grid-column: 1/span 2;
    grid-row: 3/span 1;
  }
  .header__socials {
    margin: 0 0 0 auto;
  }
  .header__bottom-content {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 8px;
  }
  .header__catalog {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    padding: 0 10px;
    font-size: 11px;
  }
  .header__catalog-icon {
    width: 18px;
    height: 14px;
  }
  .popup__content {
    width: 100%;
    padding: 20px 15px;
  }
  .basket__list li {
    grid-template-columns: 1fr auto;
  }
  .basket__list li .quantity {
    grid-column: 1/span 1;
    grid-row: 4/span 1;
  }
  .basket__list li strong {
    grid-column: 1/span 1;
    grid-row: 3/span 1;
  }
  .basket__list li button {
    grid-column: 2/span 1;
    grid-row: 1/span 3;
  }
  .basket-label {
    -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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 12px;
  }
  .basket__clear {
    color: #e56713;
  }
  .popup__inputs {
    grid-template-columns: 1fr;
  }
  .popup__inputs .input-container.input-container--textarea {
    grid-column: 1/span 1;
    grid-row: 4/span 1;
  }
  .popup__submit {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 12px;
  }
  .label__slider-links {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 12px;
  }
  .lintools__items {
    grid-template-columns: repeat(1, 1fr);
    margin: 0px 0 50px 0;
    row-gap: 12px;
  }
  section {
    padding: 25px 0;
  }
  .products__items {
    grid-template-columns: repeat(1, 1fr);
  }
  .products__item h6 {
    font-size: 20px;
  }
  .discount__slider-links {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 12px;
  }
  .story__info span {
    width: 100%;
    height: auto;
  }
  .story__info span svg {
    width: 100%;
    height: auto;
  }
  .story__items {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    row-gap: 20px;
  }
  .story__item {
    padding: 24px 12px;
  }
  .story__item strong {
    font-size: 24px;
  }
  .story__item p {
    font-size: 16px;
  }
  .slider-container--partner {
    width: 100%;
    padding: 0 0 70px 0;
  }
  .slider-btn--prev {
    right: auto;
    left: 30%;
  }
  .slider-btn--next {
    left: auto;
    right: 30%;
  }
  .slider-btn {
    top: auto;
    bottom: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  section.story {
    padding: 25px 0 50px 0;
  }
  section.partner {
    padding: 50px 0;
  }
  section.compilation {
    padding: 50px 0 25px 0;
  }
  .compilation__items {
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  section.request {
    padding: 50px 0;
  }
  .request__submit {
    grid-template-columns: 1fr;
    grid-gap: 20px;
    width: 100%;
  }
  .footer__logo-container strong {
    width: 100%;
  }
  section.balcony.balcony--about {
    padding: 50px 0 110px;
  }
  .about__items {
    margin: -100px 0 50px 0;
  }
  .advantage__items {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
  }
  .group__items {
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .breadcrumb__item a,
.breadcrumb__item a::before,
.breadcrumb__item {
    font-size: 12px;
  }
  .card__sliderthumbs-item {
    padding-top: 22%;
  }
  .product-tabs .tabs__panel ul li {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 8px;
  }
  .product-tabs .tabs__panel ul li span {
    display: none;
  }
  .product-tabs .tabs__panel ul li small {
    text-align: left;
    font-size: 18px;
  }
  .info > img {
    height: 198px;
  }
  .blog__items,
.dealers__items {
    grid-template-columns: repeat(1, 1fr);
  }
  .reviews__items,
.blog__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .catalog__items,
.categories__items {
    grid-template-columns: repeat(1, 1fr);
  }
  .balcony__info h1 {
    font-size: 34px;
  }
  .balcony__info p {
    font-size: 18px;
  }
  .example__items,
.work__items {
    grid-template-columns: repeat(1, 1fr);
  }
  .services__items,
.catalog__items,
.replacement__items,
.payment__items,
.delivery__items {
    grid-template-columns: repeat(1, 1fr);
  }
  .stocks__item {
    min-height: 240px;
    padding: 26px 15px 20px 15px;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .work__items .tablet:nth-child(1) {
    grid-column: span 1;
  }
  section.balcony {
    padding: 50px 0 50px;
  }
  .replacement__items {
    margin: 0 0 50px 0;
  }
  .juridical__content ul li small {
    font-size: 14px;
  }
  .juridical__content ul li strong {
    font-size: 20px;
  }
  .product-tabs .tabs__panel ul {
    row-gap: 20px;
  }
  h1 {
    font-size: 38px;
  }
}
@media (max-width: 359px) {
  .footer__content {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .footer__content-item--services {
    grid-column: 1/span 1;
  }
  .footer__content-item--contacts {
    grid-column: 1/span 1;
  }
  .footer__content-item--services .footer__menu {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .footer__logo-container {
    grid-template-columns: 1fr;
    row-gap: 12px;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .filter__accordion {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 0px;
  }
  .product__price strong {
    font-size: 25px;
  }
  .article__other-items {
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .article__other-items > strong {
    grid-column: 1/span 1;
  }
  .blog__items {
    grid-template-columns: repeat(1, 1fr);
  }
  .balcony__info h1 {
    font-size: 28px;
  }
  .contacts-tabs .tabs__panel ul li span {
    width: 20px;
    height: 20px;
  }
  .contacts-tabs .tabs__panel ul li a,
.contacts-tabs .tabs__panel ul li p {
    font-size: 18px;
  }
  h2 {
    font-size: 32px;
  }
}


.content-info {
  padding: 40px 0;
}
.error-box {
    display: flex;
}
.error-body {
    margin: auto;
    text-align: center;
}
.error-info {
    margin: 20px 0;
}
.error-body .btn {
    margin: 0 auto;
}
.success {
    padding: 30px;
}
.success-request {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.success-ordinary {
    display: flex;
    justify-content: center;
    align-items: center;
}

.geography__map img {
   max-width: 100%;
   height: auto;
}

.info .hgroup > :first-child {
  margin: 0 0 16px 0;
}
.pages-navigation li.nav-active a {
  cursor: default;
}
.about__info .hgroup {
  padding: 40px 0;
}

.select__list a {
  font-family: “Lato-Regular”;
  font-size: 14px;
  line-height: 1.2;
  color: #505050;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}


.product__price-form {
  grid-column: 3/span 1;
  grid-row: 1/span 2;
}

@media (max-width: 575px) {
  .product__price-form {
    grid-column: 1/span 2;
    grid-row: 3/span 1;
  }
}

.tabs__panel-content  strong {
  font-weight: bolder;
  display: inline;
}

.basket__total-item strong {
   display: inline-block; 
}

.basket__item-cost span {
   display: inline; 
}

.basket__list li .basket__remove {
  grid-column: 4/span 1;
  grid-row: 1/span 2;
}

@media (max-width: 479px) {
  .basket__list li .basket__remove {
    grid-column: 2/span 1;
    grid-row: 1/span 3;
  }
}

@media (max-width: 767px) {
  .basket__list li .basket__remove {
    grid-column: 3/span 1;
    grid-row: 1/span 3;
  }
}

.accordion__info-items li label.disabled {
  opacity : 0.5;
}

.group__items-search .group__items {
    grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1119px) {
  .group__items-search .group__items {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 769px) {
  .group__items-search .group__items {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 479px) {
  .group__items-search .group__items {
    grid-template-columns: repeat(1, 1fr);
   
  }
}

.service__img {
    float: left;
    max-width: 40%;
}

@media (max-width: 769px) {
    .service__img {
        max-width: 100%;
    }
}

.service__img-right {
    float: right;
    max-width: 40%;
}

.service__content img {
    max-width: 100%;
}

@media (max-width: 769px) {
  .service__img-right {
        max-width: 100%;
    }
}

@media (max-width: 769px) {
   section.label {
       background-color: rgba(0, 0, 0, 0.5);
       background-blend-mode: multiply;
   }
   
   .label__slider-img img {
    	filter: brightness(40%)
    }
   
} 

@media (max-width: 575px) {
  .label__slider-img img {
    left: 0;
    right: auto;
  }
  .label__slider-img {
    position: absolute;
  }
} 

 
.group__item-links .btn {
    display: flex;
}

.tabs__panels .table__sale td strong {
    font-weight: 700;
    color: #000;
}
@media (min-width: 480px) {
    .tabs__panels .table__sale td:nth-child(2n+2) {
        white-space: nowrap;
    }
}


































.accept {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 16px 1fr;
    align-items: flex-start;
}

.accept-input {
    width: 16px;
    height: 16px;
    accent-color: #e96823;
    cursor: pointer;
}

.text-small {
    font-size: 11px !important;
}

.cookie__banner {
    font-size: 14px;
    line-height: 1.3;
    position: fixed;
    bottom: 40px;
    background: white;
    left: 5%;
    padding: 20px 16px;
    border-radius: 12px;
    z-index: 10;
    box-shadow: 0 10px 30px -18px rgb(0 0 0 / .64);
    max-width: 400px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cookie__banner p {
    font-size: 14px;
}

.cookie__banner a {
    color: #e56713;
    text-decoration: underline;
    font-family: '“Roboto-Medium”';
    transition: all 280ms ease;
}

.cookie__btn {
    font-family: '“Lato-Bold”';
    color: white;
    background: #e56713;
    border: none;
    border-radius: 8px;
    height: 48px;
    padding-inline: 30px;
    display: block;
    width: fit-content;
    min-width: 158px;
    cursor: pointer;
    transition: all 280ms ease;
}

.cookie__btn:hover {
    background-color: #9e3f00;
    box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.3);
}

.cookie__banner a:hover {
    color: #9e3f00;
}

.cookie-hidden {
    display: none;
}