@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes border {
  0% {
    stroke-dashoffset: 150;
  }
  50% {
    stroke-dashoffset: -480;
  }
  100% {
    stroke-dashoffset: 150;
  }
}
@keyframes border {
  0% {
    stroke-dashoffset: 150;
  }
  50% {
    stroke-dashoffset: -480;
  }
  100% {
    stroke-dashoffset: 150;
  }
}
/*mediaWidthFullHdDesktop-1700*/
/*mediaWidthHdDesktop-1520*/
/*mediaWidthBigDesktop-1400*/
/*mediaWidthDesktop-1200*/
/*WidthTabletLand-1024*/
/*WidthTabletLand-992*/
/*WidthTabletLand-768*/
/*WidthTabletLand-580*/
@font-face {
  font-family: "Montserrat";
  font-display: auto;
  font-weight: 300;
  src: url("../fonts/Montserrat-Light.eot");
  src: url("../fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"), local("Montserrat-Light"), url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-display: auto;
  font-weight: 400;
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), local("Montserrat-Regular"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-display: auto;
  font-weight: 500;
  src: url("../fonts/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), local("Montserrat-Medium"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-display: auto;
  font-weight: 600;
  src: url("../fonts/Montserrat-SemiBold.eot");
  src: url("../fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), local("Montserrat-SemiBold"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-display: auto;
  font-weight: 700;
  src: url("../fonts/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), local("Montserrat-Bold"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype");
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: baseline;
  outline: none;
}

html, body {
  min-height: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 3vw;
  line-height: 1.5rem;
  background-color: #f2f2f2;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}
@media screen and (min-width: 768px) {
  html, body {
    font-size: 0.9vw;
  }
}

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

ul, ol {
  list-style: none;
}

img, svg {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  outline: none;
}

a {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 600;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  color: inherit;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
.h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover {
  color: inherit;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong,
.h1 strong, .h2 strong, .h3 strong, .h4 strong, .h5 strong, .h6 strong {
  color: #ff7f02;
}

h1, .h1 {
  font-size: 3rem;
  line-height: 3.5rem;
}
@media screen and (min-width: 768px) {
  h1, .h1 {
    font-size: 4.5rem;
    line-height: 5rem;
  }
}

h2, .h2 {
  font-size: 2.5rem;
  line-height: 3rem;
}
@media screen and (min-width: 768px) {
  h2, .h2 {
    font-size: 4rem;
    line-height: 4.5rem;
  }
}

h3, .h3 {
  font-size: 2rem;
  line-height: 2.5rem;
}
@media screen and (min-width: 768px) {
  h3, .h3 {
    font-size: 3.25rem;
    line-height: 3.75rem;
  }
}

h4, .h4 {
  font-size: 1.5rem;
  line-height: 2rem;
}
@media screen and (min-width: 768px) {
  h4, .h4 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

h5, .h5 {
  font-size: 1.5rem;
  line-height: 2rem;
}
@media screen and (min-width: 768px) {
  h5, .h5 {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}

h6, .h6 {
  font-size: 1.5rem;
  line-height: 2rem;
}

img,
svg {
  outline: none;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  pointer-events: none;
}

a {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

ul,
ol {
  list-style: none;
}

ins {
  text-decoration: none;
}

.container {
  width: 110rem;
  max-width: calc(100vw - 3rem);
  margin: 0 auto;
}

.w-100 {
  width: 100%;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

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

dl {
  font-style: italic;
  gap: 0 0.5rem;
  display: grid;
  grid-template-columns: auto 1fr;
}
dl dd {
  font-weight: 500;
}

.layout__formular {
  gap: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.layout__formular.layout__formular_secondary {
  padding: 1.5rem;
  background-color: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .layout__formular.layout__formular_secondary {
    padding: 1.5rem 2.5rem;
  }
}
.layout__formular.layout__formular_secondary .formular__form {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .layout__formular.layout__formular_secondary .formular__form {
    width: 45rem;
  }
}
.layout__formular form {
  gap: 0.75rem;
  display: grid;
}

.form__group {
  gap: 1.25rem;
  display: grid;
}
.form__group .group__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.form__group .group__main,
.form__group .group__footer {
  gap: 0.75rem;
  display: grid;
}

.form__title {
  color: #000000;
  font-weight: 500;
}

.form__btn {
  font-weight: 500;
  padding: 0.5rem;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: 500;
  text-transform: none;
  color: #ff7f02;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .form__btn {
    padding: 0.6rem 1rem;
  }
}
.form__btn:hover::after {
  width: 3rem;
}
.form__btn::after {
  content: "";
  position: absolute;
  top: calc(100% - 0.25rem);
  left: 50%;
  height: 0.125rem;
  width: 0;
  background-color: #ff7f02;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.form__label {
  gap: 0.125rem;
  display: grid;
  position: relative;
}

.form__item {
  display: grid;
  grid-gap: 0.125rem;
}

.form__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.form__main {
  gap: 0.75rem;
  display: grid;
}
.form__main.form__main_tiny {
  gap: 0.125rem;
}
.form__main.form__main_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .form__main.form__main_secondary {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .form__main.form__main_tertiary {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .form__main.form__main_forty {
    grid-template-columns: repeat(4, 1fr);
  }
}

.form__input,
.input-text {
  color: #333333;
  background-color: transparent;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  padding: 0.5rem 1.25rem;
  width: 100%;
  border-radius: 0;
  border: 0.125rem solid #333333;
  height: 3.5rem;
  margin: 0;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .form__input,
.input-text {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
.form__input.form__input_secondary,
.input-text.form__input_secondary {
  color: #ffffff;
  border: 0.125rem solid #ffffff;
}
.form__input.form__input_secondary::-webkit-input-placeholder, .input-text.form__input_secondary::-webkit-input-placeholder {
  opacity: 0.75;
  color: #ffffff;
}
.form__input.form__input_secondary::-moz-placeholder, .input-text.form__input_secondary::-moz-placeholder {
  opacity: 0.75;
  color: #ffffff;
}
.form__input.form__input_secondary:-ms-input-placeholder, .input-text.form__input_secondary:-ms-input-placeholder {
  opacity: 0.75;
  color: #ffffff;
}
.form__input.form__input_secondary::-ms-input-placeholder, .input-text.form__input_secondary::-ms-input-placeholder {
  opacity: 0.75;
  color: #ffffff;
}
.form__input.form__input_secondary::placeholder,
.input-text.form__input_secondary::placeholder {
  opacity: 0.75;
  color: #ffffff;
}
.form__input.form__input_secondary:focus, .form__input.form__input_secondary:hover,
.input-text.form__input_secondary:focus,
.input-text.form__input_secondary:hover {
  color: #333333;
  border-color: #ffffff;
  background-color: #ffffff;
}
.form__input.form__input_secondary:focus::-webkit-input-placeholder, .form__input.form__input_secondary:hover::-webkit-input-placeholder, .input-text.form__input_secondary:focus::-webkit-input-placeholder, .input-text.form__input_secondary:hover::-webkit-input-placeholder {
  color: #333333;
}
.form__input.form__input_secondary:focus::-moz-placeholder, .form__input.form__input_secondary:hover::-moz-placeholder, .input-text.form__input_secondary:focus::-moz-placeholder, .input-text.form__input_secondary:hover::-moz-placeholder {
  color: #333333;
}
.form__input.form__input_secondary:focus:-ms-input-placeholder, .form__input.form__input_secondary:hover:-ms-input-placeholder, .input-text.form__input_secondary:focus:-ms-input-placeholder, .input-text.form__input_secondary:hover:-ms-input-placeholder {
  color: #333333;
}
.form__input.form__input_secondary:focus::-ms-input-placeholder, .form__input.form__input_secondary:hover::-ms-input-placeholder, .input-text.form__input_secondary:focus::-ms-input-placeholder, .input-text.form__input_secondary:hover::-ms-input-placeholder {
  color: #333333;
}
.form__input.form__input_secondary:focus::placeholder, .form__input.form__input_secondary:hover::placeholder,
.input-text.form__input_secondary:focus::placeholder,
.input-text.form__input_secondary:hover::placeholder {
  color: #333333;
}
.form__input[readonly],
.input-text[readonly] {
  pointer-events: none;
}
.form__input:disabled,
.input-text:disabled {
  opacity: 0.5;
}
.form__input.error,
.input-text.error {
  border-color: #ff7f02;
}
.form__input::-webkit-input-placeholder, .input-text::-webkit-input-placeholder {
  opacity: 0.75;
  color: #333333;
}
.form__input::-moz-placeholder, .input-text::-moz-placeholder {
  opacity: 0.75;
  color: #333333;
}
.form__input:-ms-input-placeholder, .input-text:-ms-input-placeholder {
  opacity: 0.75;
  color: #333333;
}
.form__input::-ms-input-placeholder, .input-text::-ms-input-placeholder {
  opacity: 0.75;
  color: #333333;
}
.form__input::placeholder,
.input-text::placeholder {
  opacity: 0.75;
  color: #333333;
}
.form__input:focus, .form__input:hover,
.input-text:focus,
.input-text:hover {
  border-color: #333333;
  background-color: #ffffff;
}

.form__input_textarea {
  width: 100%;
  height: 10rem;
  resize: none;
}

label.error {
  display: none !important;
}

.form__tooltip {
  color: #ff7f02;
  opacity: 0.75rem;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  font-size: 1rem;
  line-height: 3.5rem;
  font-weight: 500;
  padding: 0 1rem;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.form__tooltip + .form__input {
  padding-right: 7rem;
}

.form__symbol {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.5rem;
  height: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__symbol:hover .form__ico {
  opacity: 1;
}
.form__symbol + .form__input {
  padding-right: 5rem;
}

.form__ico {
  width: 2rem;
  height: 2rem;
  fill: #ff7f02;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.form__text {
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: left;
  font-style: italic;
  display: block;
}

.form__checkbox .checkbox__label {
  gap: 0.75rem;
  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;
  text-align: left;
  position: relative;
  cursor: pointer;
}
.form__checkbox .checkbox__label .checkbox__input {
  position: absolute;
  opacity: 0;
}
.form__checkbox .checkbox__label .checkbox__input:checked ~ .checkbox__symbol {
  background-color: #ffffff;
}
.form__checkbox .checkbox__label .checkbox__input:checked ~ .checkbox__symbol .checkbox__ico {
  opacity: 1;
  visibility: visible;
}
.form__checkbox .checkbox__label .checkbox__input.error ~ .checkbox__text {
  color: #ff7f02;
}
.form__checkbox .checkbox__label .checkbox__symbol {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 0.125rem solid #333333;
  background-color: transparent;
  height: 2.5rem;
  width: 2.5rem;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.form__checkbox .checkbox__label .checkbox__symbol.checkbox__symbol_secondary {
  border-color: #ffffff;
}
.form__checkbox .checkbox__label .checkbox__ico {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translate(-35%, -35%);
          transform: translate(-35%, -35%);
}
.form__checkbox .checkbox__label .checkbox__text {
  opacity: 0.75;
  line-height: 125%;
}

.form__rating .rating__list {
  gap: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form__rating .rating__label {
  cursor: pointer;
  position: relative;
}
.form__rating .rating__input {
  position: absolute;
  left: -999px;
}
.form__rating .rating__input:checked ~ .rating__symbol .rating__ico {
  fill: none;
  stroke: #ff7f02;
}
.form__rating .rating__ico {
  width: 2rem;
  height: 2rem;
  fill: none;
  stroke: #ffffff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.jcf-number {
  height: 3.5rem;
  min-width: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (min-width: 768px) {
  .jcf-number {
    min-width: 10.5rem;
  }
}
.jcf-number input {
  padding: 0 0.25rem;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  text-overflow: ellipsis;
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: textfield;
}
.jcf-number .jcf-btn-dec,
.jcf-number .jcf-btn-inc {
  position: absolute;
  top: 0;
  height: 3.5rem;
  width: 3.5rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.jcf-number .jcf-btn-dec path,
.jcf-number .jcf-btn-inc path {
  stroke: #333333;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.jcf-number .jcf-btn-dec:hover path,
.jcf-number .jcf-btn-inc:hover path {
  stroke: #ff7f02;
}
.jcf-number .jcf-btn-dec {
  left: 0;
}
.jcf-number .jcf-btn-inc {
  right: 0;
}

.form__range {
  gap: 2.5rem;
  padding: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__range .range__slider {
  height: 0.125rem;
  width: calc(100% - 2rem);
  background-color: #f2f2f2;
  position: relative;
}
.form__range .range__slider .ui-slider-range {
  position: absolute;
  z-index: 10;
  top: 0;
  height: 100%;
  background-color: #ff7f02;
}
.form__range .range__slider .ui-slider-handle {
  position: absolute;
  top: 50%;
  cursor: pointer;
  -ms-touch-action: none;
      touch-action: none;
  width: 2rem;
  height: 2rem;
  z-index: 11;
  border: 0.125rem solid #ff7f02;
  background-color: #ffffff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.form__range .range__form {
  gap: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form__range .range__form .range__item {
  gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__range .range__form .range__input {
  width: 10rem;
}

::-webkit-scrollbar {
  width: 0;
  height: 0;
}

::-webkit-scrollbar-track {
  background: #ffffff;
}

::-webkit-scrollbar-thumb {
  background-color: #ff7f02;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #ff7f02;
}

.btn {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #ffffff;
  background-color: transparent;
  font-weight: 500;
  padding: 0.75rem 1.5rem;
  height: 3.5rem;
  border: 0.125rem solid #ff7f02;
  font-family: "Montserrat", sans-serif;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  outline: none;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .btn {
    padding: 0.75rem 2rem;
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
.btn:not(.btn_transparent)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff7f02;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn:disabled {
  opacity: 0.875;
  pointer-datas: none;
}
.btn.btn_transparent {
  color: #ff7f02;
  border: 0.125rem solid #ff7f02;
}
.btn.btn_transparent::before {
  display: none;
}
.btn.btn_transparent:hover {
  color: #333333;
  border-color: #333333;
}
.btn:hover {
  color: #ff7f02;
}
.btn:hover::before {
  width: 0%;
}

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

.buttons {
  gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wysiwyg img,
.wysiwyg iframe,
.wysiwyg video {
  width: 100%;
  display: block;
}
.wysiwyg img:not(:last-child),
.wysiwyg iframe:not(:last-child),
.wysiwyg video:not(:last-child) {
  margin-bottom: 0.5rem;
}
.wysiwyg h1:not(:last-child),
.wysiwyg h2:not(:last-child),
.wysiwyg h3:not(:last-child),
.wysiwyg h4:not(:last-child),
.wysiwyg h5:not(:last-child),
.wysiwyg h6:not(:last-child) {
  margin: 0 0 0.5rem;
}
.wysiwyg p:not(:last-child),
.wysiwyg ul:not(:last-child),
.wysiwyg ol:not(:last-child) {
  margin-bottom: 1rem;
}
.wysiwyg ul,
.wysiwyg ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wysiwyg ul {
  list-style: none;
}
.wysiwyg ul li {
  gap: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wysiwyg ul li:before {
  content: "-";
  color: #ff7f02;
}
.wysiwyg dl:not(:last-child) {
  margin-bottom: 1rem;
}
.wysiwyg ol {
  list-style: decimal;
  padding-left: 1rem;
}
.wysiwyg a {
  color: #ff7f02;
  text-decoration: none;
}
.wysiwyg i {
  color: #ff7f02;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  width: 100%;
}
table td,
table th {
  padding: 0.5rem 1.25rem;
  text-transform: capitalize;
  text-align: left;
}
table th {
  padding: 2rem 1rem;
  font-weight: 500;
  color: #ffffff;
  background-color: #333333;
}
table tr:nth-child(even) td {
  background-color: #ffffff;
}
table td {
  color: #333333;
}

.layout__accordion .accordion__list {
  display: grid;
  gap: 0.125rem;
}
.layout__accordion .accordion__item:not(:first-child) .accordion__main {
  display: none;
}
.layout__accordion .accordion__header {
  color: #333333;
  background-color: #ffffff;
  padding: 1rem 1.5rem;
  font-weight: 900;
  display: grid;
  grid-template-columns: auto 2.5rem;
  grid-gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .layout__accordion .accordion__header {
    padding: 1.5rem 4.5rem;
  }
}
.layout__accordion .accordion__main {
  padding: 2rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .layout__accordion .accordion__main {
    padding: 1.5rem 2.5rem;
  }
}
.layout__accordion .wysiwyg {
  padding-left: 1.5rem;
  min-height: 5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .layout__accordion .wysiwyg {
    padding-left: 4rem;
  }
}
.layout__accordion .wysiwyg::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 0.125rem;
  height: 4rem;
  background-color: #ff7f02;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
@media screen and (min-width: 768px) {
  .layout__accordion .wysiwyg::before {
    left: 2rem;
  }
}

.layout__tabs {
  display: grid;
  gap: 0.25rem;
}
.layout__tabs.tabs_secondary {
  gap: 0.125rem;
}
.layout__tabs.tabs_secondary .tabs__header {
  background-color: #ffffff;
}
.layout__tabs.tabs_secondary .tabs__main {
  gap: 0.5rem;
}

.tabs__header .tabs__list {
  gap: 0.25rem;
  max-width: 100vw;
  overflow: hidden;
  overflow-x: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tabs__header .tabs__list.tabs__list_secondary {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tabs__header .tabs__item {
  padding: 1.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .tabs__header .tabs__item {
    padding: 1.5rem 3rem;
  }
}
.tabs__header .tabs__item:hover, .tabs__header .tabs__item.tabs__item_active, .tabs__header .tabs__item.is-active {
  border-color: #ff7f02;
}
.tabs__header .tabs__item:hover::after, .tabs__header .tabs__item.tabs__item_active::after, .tabs__header .tabs__item.is-active::after {
  width: 3rem;
}
.tabs__header .tabs__item.tabs__item_disabled {
  pointer-events: none;
  cursor: none;
}
.tabs__header .tabs__item::after {
  content: "";
  position: absolute;
  bottom: 1rem;
  left: 50%;
  height: 0.125rem;
  width: 0;
  background-color: #ff7f02;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.tabs__title {
  color: #333333;
  font-weight: 900;
  text-overflow: ellipsis;
  display: block;
  text-transform: uppercase;
}

.tabs__subtitle {
  font-size: 0.875rem;
  line-height: 0.875rem;
  opacity: 0.25;
}

.tabs__main .tabs__item {
  width: 100vw;
}
.tabs__main .tabs__item:not(:first-child) {
  display: none;
}

.swiper-initialized.swiper-horizontal {
  gap: 0.5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-scrollbar {
  height: 0.125rem;
  background-color: #ffffff;
  width: 50vw;
}
.swiper-scrollbar .swiper-scrollbar-drag {
  height: 100%;
  background-color: #ff7f02;
}

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

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

.site-notification {
  font-size: 1rem;
  line-height: 1.25rem;
  text-shadow: none;
  color: #ffffff;
  background: #ff7f02;
  bottom: 0;
  border-radius: 0;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.layout {
  font-size: 1rem;
  line-height: 1.5rem;
  min-height: 100vh;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  overflow-y: auto;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .layout {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
.layout.layout_ready-load {
  visibility: visible;
  opacity: 1;
}
.layout .layout__main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-bottom: 0.125rem;
}

.layout__header {
  background-color: #ffffff;
  padding: 1.5rem 0;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  position: fixed;
}
.layout__header.layout__header_menu-active .header__menu .menu__text:after {
  width: 3rem;
}
.layout__header.layout__header_menu-active .menu__main:not(.menu_secondary) {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.layout__header.layout__header_menu-active ~ * {
  opacity: 0.1;
}
.layout__header .container {
  gap: 1rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .layout__header .container {
    gap: 3rem;
  }
}

.header__logo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 9.5rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.header__logo .logo__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header__logo .logo__title {
  color: #ff7f02;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .header__menu:not(.menu_secondary) {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media screen and (max-width: 767px) {
  .header__menu:not(.menu_secondary) .menu__main {
    top: 100%;
    left: 0;
    width: 100vw;
    max-height: calc(100vh - 5.75rem);
    padding: 0.25rem 0;
    z-index: 3;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    position: absolute;
    overflow: hidden;
    overflow-y: auto;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .header__menu:not(.menu_secondary) .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .header__menu:not(.menu_secondary) .nav__link {
    width: 100%;
    color: #000000;
    background-color: #ffffff;
    padding: 1rem 1.25rem;
  }
}
.header__menu:not(.menu_secondary) .nav__sublist {
  color: #ffffff;
  background-color: #333333;
  width: 100%;
}
.header__menu .menu__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .header__menu .menu__header {
    display: none;
  }
}
.header__menu .menu__text {
  font-weight: 500;
  padding: 0.5rem;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .header__menu .menu__text {
    padding: 0.6rem 1rem;
  }
}
.header__menu .menu__text:hover::after {
  width: 3rem;
}
.header__menu .menu__text::after {
  content: "";
  position: absolute;
  top: calc(100% - 0.25rem);
  left: 50%;
  height: 0.125rem;
  width: 0;
  background-color: #ff7f02;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.header__nav .nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (min-width: 768px) {
  .header__nav .nav__list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header__nav .nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .header__nav .nav__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header__nav .nav__item.has-dropdown {
  cursor: pointer;
}
.header__nav .nav__item.has-dropdown .nav__link {
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .header__nav .nav__item.current-menu-item .nav__link, .header__nav .nav__item.nav__item_active .nav__link {
    color: #ff7f02;
  }
  .header__nav .nav__item.current-menu-item .nav__link::after, .header__nav .nav__item.nav__item_active .nav__link::after {
    width: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .header__nav .nav__item.nav__item_active .nav__sublist {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.header__nav .nav__link {
  font-weight: 500;
  padding: 0.5rem;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .header__nav .nav__link {
    padding: 0.6rem 1rem;
  }
}
.header__nav .nav__link:hover::after {
  width: 3rem;
}
.header__nav .nav__link::after {
  content: "";
  position: absolute;
  top: calc(100% - 0.25rem);
  left: 50%;
  height: 0.125rem;
  width: 0;
  background-color: #ff7f02;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header__nav .nav__symbol {
  color: #ffffff;
  background-color: #ff7f02;
  border-radius: 50%;
  width: 1.75rem;
  height: 1.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .header__nav .nav__symbol {
    right: -0.5rem;
    top: 0;
    -webkit-transform: none;
            transform: none;
  }
}
.header__nav .nav__sublist {
  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: 0.5rem 0.75rem;
}
@media screen and (min-width: 768px) {
  .header__nav .nav__sublist {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 2;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    opacity: 0;
    visibility: hidden;
    padding: 1.5rem 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    -webkit-transform: translate(-50%, 10%);
            transform: translate(-50%, 10%);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
}
.header__nav .nav__sublink {
  font-weight: 500;
  padding: 0.5rem;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  display: block;
}
@media screen and (min-width: 768px) {
  .header__nav .nav__sublink {
    padding: 0.6rem 1rem;
  }
}
.header__nav .nav__sublink:hover::after {
  width: 3rem;
}
.header__nav .nav__sublink::after {
  content: "";
  position: absolute;
  top: calc(100% - 0.25rem);
  left: 50%;
  height: 0.125rem;
  width: 0;
  background-color: #ff7f02;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .header__nav .nav__sublink {
    color: #ffffff;
  }
}
@media screen and (max-width: 767px) {
  .header__nav .nav__sublink {
    font-size: 0.875rem;
    line-height: 1rem;
    padding: 0.25rem 0.5rem;
  }
}

.header__search .search__text {
  font-weight: 500;
  padding: 0.5rem;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .header__search .search__text {
    padding: 0.6rem 1rem;
  }
}
.header__search .search__text:hover::after {
  width: 3rem;
}
.header__search .search__text::after {
  content: "";
  position: absolute;
  top: calc(100% - 0.25rem);
  left: 50%;
  height: 0.125rem;
  width: 0;
  background-color: #ff7f02;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.header__authorization .authorization__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__authorization .authorization__link {
  font-weight: 500;
  padding: 0.5rem;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .header__authorization .authorization__link {
    padding: 0.6rem 1rem;
  }
}
.header__authorization .authorization__link:hover::after {
  width: 3rem;
}
.header__authorization .authorization__link::after {
  content: "";
  position: absolute;
  top: calc(100% - 0.25rem);
  left: 50%;
  height: 0.125rem;
  width: 0;
  background-color: #ff7f02;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.layout__footer {
  background-color: #ffffff;
  padding: 2.5rem 0;
}
.layout__footer .container {
  gap: 1rem;
  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;
}
@media screen and (min-width: 768px) {
  .layout__footer .container {
    gap: 4rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.footer__logo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    width: 9.5rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footer__logo .logo__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__logo .logo__title {
  color: #ff7f02;
  font-weight: 600;
}
.footer__logo .logo__text {
  font-size: 1rem;
  line-height: 1.125rem;
  padding-left: 0.75rem;
  display: none;
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer__logo .logo__text {
    display: block;
  }
}
.footer__logo .logo__text::before {
  content: "";
  width: 0.125rem;
  height: calc(100% + 0.125rem);
  background-color: #ff7f02;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer__nav .nav__list {
  gap: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__nav .nav__item:hover .nav__link {
  color: #ff7f02;
}
.footer__nav .nav__item:hover .nav__link::after {
  width: 3rem;
}
.footer__nav .nav__link {
  font-weight: 500;
  padding: 0.5rem;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .footer__nav .nav__link {
    padding: 0.6rem 1rem;
  }
}
.footer__nav .nav__link:hover::after {
  width: 3rem;
}
.footer__nav .nav__link::after {
  content: "";
  position: absolute;
  top: calc(100% - 0.25rem);
  left: 50%;
  height: 0.125rem;
  width: 0;
  background-color: #ff7f02;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media screen and (min-width: 768px) {
  .footer__copyright {
    margin-left: auto;
  }
}

.modal-init {
  cursor: pointer;
}

.layout__modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 111;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  width: 100%;
  height: 100%;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-backdrop-filter: blur(0.25rem);
          backdrop-filter: blur(0.25rem);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.layout_modal-active .layout__modal {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.modal__layout {
  cursor: auto;
  width: 53rem;
  max-width: 100vw;
  padding: 3rem 1.5rem;
  height: auto;
  gap: 2rem;
  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;
  opacity: 0;
  position: fixed;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: translate(-50%, calc(-50% + 1rem));
          transform: translate(-50%, calc(-50% + 1rem));
}
.modal__layout:not(.modal__layout_fixed) {
  top: 50%;
  left: 50%;
  max-height: 95vh;
  -webkit-transform: translate(-50%, calc(-50% + 1rem));
          transform: translate(-50%, calc(-50% + 1rem));
}
.modal__layout.modal__layout_fixed {
  color: #000000;
  background-color: #ffffff;
  width: 100vw;
  height: 100vh;
  -webkit-transform: none !important;
          transform: none !important;
}
@media screen and (min-width: 768px) {
  .modal__layout.modal__layout_fixed {
    width: 50vw;
  }
}
.modal__layout.modal__layout_secondary {
  width: 70rem;
}
.modal__layout.modal__layout_active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.modal__layout.modal__layout_active .modal__title::first-letter {
  color: #ff7f02;
}
.modal__layout.modal__layout_active .modal__title::before {
  height: calc(100% + 0.25rem);
}

.modal__action {
  position: fixed;
  top: 2rem;
  right: 2rem;
  z-index: 2;
}
.modal__action .modal__text {
  font-weight: 700;
  padding: 0.5rem 0;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 768px) {
  .modal__action .modal__text {
    padding: 0.6rem 1.5rem;
  }
}
.modal__action .modal__text:hover::after {
  width: 0;
}
.modal__action .modal__text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  height: 0.125rem;
  width: 3rem;
  background-color: #ff7f02;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.modal__header {
  gap: 1rem;
  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;
  text-align: center;
}
.modal__header .modal__title {
  position: relative;
}
.modal__header .modal__title::first-letter {
  color: #333333;
  -webkit-transition: all 10s ease-in-out;
  transition: all 10s ease-in-out;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.modal__header .modal__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1rem;
  width: 0.125rem;
  height: 0;
  background-color: #ff7f02;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
@media screen and (min-width: 768px) {
  .modal__header .modal__title::before {
    left: -1.5rem;
  }
}

.modal__main {
  width: 100%;
  padding-right: 0.75rem;
  overflow: hidden;
  overflow-y: auto;
}
.modal__main .tabs__main .tabs__item {
  display: none;
}

.modal__footer {
  width: 100%;
}

.layout__formular {
  padding: 1rem 0;
}

.layout__section {
  padding: 1.5rem 0;
}
@media screen and (min-width: 768px) {
  .layout__section {
    padding: 3rem 0;
  }
}
.layout__section.section_animation .section__title,
.layout__section.section_animation .section__text {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.layout__section:first-child {
  padding-top: 0;
}
.layout__section:last-child {
  padding-bottom: 0;
}
.layout__section .container {
  gap: 1.5rem;
  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;
}
@media screen and (min-width: 768px) {
  .layout__section .container {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 3rem 1.5rem;
  }
  .layout__section .container.container_secondary {
    grid-template-columns: 2.5fr 1fr;
  }
}
.layout__section .section__header {
  gap: 0.5rem;
  display: grid;
}
@media screen and (min-width: 768px) {
  .layout__section .section__header {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.layout__section .section__title,
.layout__section .section__text {
  -webkit-transform: translateX(-2rem);
          transform: translateX(-2rem);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.layout__section .section__title {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.layout__section .section__title::first-letter {
  color: #ff7f02;
}
.layout__section .section__text {
  gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.layout__section .section__text::before {
  content: "";
  width: 0.125rem;
  height: 4rem;
  background-color: #ff7f02;
  display: inline-block;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.layout__section .section__main {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin: 0 -1.5rem;
  width: calc(100% + 3rem);
}
@media screen and (min-width: 768px) {
  .layout__section .section__main {
    grid-column: span 2;
    width: auto;
  }
}
.layout__section .section__footer {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .layout__section .section__footer {
    grid-column: span 2;
    width: auto;
  }
}
.layout__section .section__action {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .layout__section .section__action {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.layout__section .section__link {
  font-weight: 500;
  padding: 0.5rem;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .layout__section .section__link {
    padding: 0.6rem 1rem;
  }
}
.layout__section .section__link:hover::after {
  width: 3rem;
}
.layout__section .section__link::after {
  content: "";
  position: absolute;
  top: calc(100% - 0.25rem);
  left: 50%;
  height: 0.125rem;
  width: 0;
  background-color: #ff7f02;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.layout__subsection {
  gap: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.layout__navigation {
  gap: 1.5rem;
  padding: 1.5rem 0;
  margin: 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;
}
.layout__navigation .navigation__button .navigation__link {
  font-weight: 500;
  padding: 0.5rem;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .layout__navigation .navigation__button .navigation__link {
    padding: 0.6rem 1rem;
  }
}
.layout__navigation .navigation__button .navigation__link:hover::after {
  width: 3rem;
}
.layout__navigation .navigation__button .navigation__link::after {
  content: "";
  position: absolute;
  top: calc(100% - 0.25rem);
  left: 50%;
  height: 0.125rem;
  width: 0;
  background-color: #ff7f02;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.layout__navigation .navigation__list {
  gap: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.layout__navigation .navigation__item:hover .navigation__link, .layout__navigation .navigation__item.navigation__item_active .navigation__link {
  color: #ff7f02;
}
.layout__navigation .navigation__item .navigation__link {
  color: #333333;
  font-weight: 900;
  padding: 0.75rem;
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.layout__tooltip {
  padding: 2rem 0;
  color: #ffffff;
  background-color: #ff7f02;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 11;
}
.layout__tooltip .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.layout__article {
  background-color: #ffffff;
}
.layout__article .article__main {
  padding: 2rem 1.5rem;
  display: grid;
  width: 100rem;
  max-width: 100vw;
}
@media screen and (min-width: 768px) {
  .layout__article .article__main {
    padding: 4rem;
    grid-template-columns: 2fr auto;
  }
}
.layout__article .article__data {
  gap: 1.5rem;
  display: grid;
}

.layout__banner {
  min-height: 100vh;
  padding-top: 5.625rem;
  padding-bottom: 0.125rem;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .layout__banner {
    padding-top: 6.25rem;
    grid-template-columns: 1.25fr 1fr;
  }
}
.layout__banner .onsale,
.layout__banner .stock {
  display: none;
}
.layout__banner .slider__pagination {
  display: none;
}
@media screen and (min-width: 768px) {
  .layout__banner .slider__pagination {
    display: block;
  }
}
.layout__banner .slider__pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active)::before {
  background-color: #f2f2f2;
}
.layout__banner .slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: #ff7f02;
}

.banner__layout {
  z-index: 4;
  padding: 1.5rem 2.5rem 2.5rem;
  gap: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  color: #000000;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .banner__layout {
    gap: 2rem;
    padding: 3.5rem;
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}

.banner__header {
  gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.banner__title {
  position: relative;
}
.banner__title::first-letter {
  color: #333333;
  -webkit-transition: all 10s ease-in-out;
  transition: all 10s ease-in-out;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.banner__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1rem;
  width: 0.125rem;
  height: 0;
  background-color: #ff7f02;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
@media screen and (min-width: 768px) {
  .banner__title::before {
    left: -1.5rem;
  }
}

.banner__subtitle {
  color: #ff7f02;
  gap: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.banner__subtitle .subtitle__text_secondary,
.banner__subtitle del {
  color: #000000;
  opacity: 0.25;
  position: relative;
}
.banner__subtitle .subtitle__text_secondary:before,
.banner__subtitle del:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 0.125rem;
  background-color: #000000;
}
.banner__subtitle ins {
  text-decoration: none;
}

.banner__text {
  color: #333333;
  position: relative;
}
.banner__text::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1rem;
  width: 0.125rem;
  height: 0;
  background-color: #ff7f02;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
@media screen and (min-width: 768px) {
  .banner__text::before {
    left: -1.5rem;
  }
}

.banner__main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.banner__data {
  gap: 0.5rem;
  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;
}
.banner__data .data__title {
  font-weight: 700;
}
.banner__data .data__list {
  gap: 0.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.banner__data .data__list:not(.data__list_secondary) .data__label {
  padding: 0.5rem 1rem;
}
.banner__data .data__list.data__list_secondary .data__label {
  width: 6.5rem;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .banner__data .data__list.data__list_secondary .data__label {
    width: 7.5rem;
  }
}
.banner__data .data__item.data__item_disabled {
  opacity: 0.5;
  pointer-events: none;
}
.banner__data .data__label {
  border: 0.125rem solid #ffffff;
  background-color: #ffffff;
  gap: 0.5rem;
  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;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.banner__data .data__label:hover {
  border-color: #ff7f02;
}
.banner__data .data__label:hover .data__tooltip {
  opacity: 1;
  visibility: visible;
}
.banner__data .data__input {
  position: absolute;
  top: 0;
  left: -99999px;
}
.banner__data .data__input:checked ~ .data__label {
  border-color: #ff7f02;
}
.banner__data .data__tooltip {
  position: absolute;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  left: 0;
  top: calc(100% + 0.125rem);
  min-width: 100%;
  padding: 0.5rem 1rem;
  color: #ffffff;
  background-color: #ff7f02;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.banner__data .data__text {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 700;
}
.banner__data .data__img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}

.banner__form .form__item:first-child {
  display: none;
}

.banner__slider {
  background-color: #ffffff;
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .banner__slider {
    width: 44.44vw;
    height: 100%;
  }
}
.banner__slider .slider__item {
  aspect-ratio: 1/0.75;
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.layout_ready-load .banner__text::before {
  height: 7rem;
}

.layout__slider.swiper-initialized {
  gap: 0;
}
.layout__slider.slider_secondary .slider__item {
  min-height: 30rem;
}
@media screen and (min-width: 768px) {
  .layout__slider.slider_secondary .slider__item {
    min-height: 40rem;
  }
}

.slider__item {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  visibility: hidden;
  overflow: hidden;
}
.slider__item.swiper-slide-active {
  visibility: visible;
}
.slider__item.swiper-slide-active .slider__picture::before {
  -webkit-animation: Opacity 10s linear forwards;
          animation: Opacity 10s linear forwards;
}
.slider__item.swiper-slide-active .slider__main {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.slider__item.swiper-slide-active .slider__title::first-letter {
  color: #ff7f02;
}
.slider__item.swiper-slide-active .slider__title::before {
  height: calc(100% + 0.25rem);
}

.slider__main {
  z-index: 4;
  padding: 1.5rem 4.5rem 4.5rem;
  max-width: 100vw;
  gap: 1rem;
  opacity: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #ffffff;
  position: relative;
  visibility: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
@media screen and (min-width: 768px) {
  .slider__main {
    gap: 2rem;
    padding: 4.5rem;
    width: 50vw;
  }
}

.slider__title {
  position: relative;
}
.slider__title::first-letter {
  color: #333333;
  -webkit-transition: all 10s ease-in-out;
  transition: all 10s ease-in-out;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.slider__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1rem;
  width: 0.125rem;
  height: 0;
  background-color: #ff7f02;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
@media screen and (min-width: 768px) {
  .slider__title::before {
    left: -1.5rem;
  }
}

.slider__subtitle {
  color: #ff7f02;
}

.slider__picture {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
}
.slider__picture::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 2;
}
.slider__picture img {
  width: 100%;
  height: 100%;
  -webkit-animation: scale 60s linear;
          animation: scale 60s linear;
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
}
.slider__picture video.video_width {
  width: 100%;
  height: auto;
}
.slider__picture video.video_height {
  width: auto;
  height: 100%;
}

.slider__pagination {
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .slider__pagination {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 50%;
    bottom: auto;
    right: 3rem;
    left: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.slider__pagination .swiper-pagination-bullet {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  opacity: 1;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .slider__pagination .swiper-pagination-bullet {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.slider__pagination .swiper-pagination-bullet:hover:before {
  background-color: #ff7f02;
}
.slider__pagination .swiper-pagination-bullet:before {
  top: 50%;
  left: 50%;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background-color: #ffffff;
  content: "";
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .slider__pagination .swiper-pagination-bullet:before {
    width: 1rem;
    height: 1rem;
  }
}
.slider__pagination .swiper-pagination-bullet svg {
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.slider__pagination .swiper-pagination-bullet svg circle {
  stroke: #ff7f02;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active svg {
  opacity: 1;
  visibility: visible;
}
.slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active circle {
  stroke-dasharray: 56.5563;
  stroke-dashoffset: 56.5563;
  -webkit-animation: BulletProgress 7.5s linear forwards;
          animation: BulletProgress 7.5s linear forwards;
}

@-webkit-keyframes BulletProgress {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes BulletProgress {
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes Opacity {
  0% {
    background-color: rgba(0, 0, 0, 0.75);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.25);
  }
}
@keyframes Opacity {
  0% {
    background-color: rgba(0, 0, 0, 0.75);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.25);
  }
}
.layout__articles .articles__list:not(.articles__list_carousel) {
  gap: 0.125rem;
  display: grid;
}
@media screen and (min-width: 768px) {
  .layout__articles .articles__list:not(.articles__list_carousel) {
    grid-template-columns: repeat(3, 1fr);
  }
}
.layout__articles .articles__list.articles__list_carousel {
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.articles__item {
  height: auto;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.articles__item:hover .articles__picture:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.articles__item:hover .articles__header::before {
  width: 5rem;
}

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

.articles__picture {
  aspect-ratio: 1/0.75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  overflow: hidden;
}
.articles__picture:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.articles__picture img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: scale 60s linear;
          animation: scale 60s linear;
}

.articles__layout {
  padding: 2rem;
  gap: 2rem;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.articles__header {
  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;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.articles__header::before {
  content: "";
  position: absolute;
  top: calc(100% + 1rem);
  left: 0;
  width: 0;
  height: 0.125rem;
  background-color: #ff7f02;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.articles__header .articles__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.articles__header .articles__subtitle {
  color: #ff7f02;
  font-weight: 500;
}
.articles__header .articles__text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.layout__advantages .advantages__list:not(.advantages__list_carousel) {
  gap: 0.125rem;
  display: grid;
}
@media screen and (min-width: 768px) {
  .layout__advantages .advantages__list:not(.advantages__list_carousel) {
    grid-template-columns: repeat(3, 1fr);
  }
}
.layout__advantages .advantages__list.advantages__list_carousel {
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.layout__advantages .advantages__item {
  aspect-ratio: 1/1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .layout__advantages .advantages__item:hover .advantages__main {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .layout__advantages .advantages__item:hover .advantages__title::before {
    width: 10rem;
  }
}
.layout__advantages .advantages__picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
}
.layout__advantages .advantages__picture:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.layout__advantages .advantages__picture img {
  width: 100%;
  height: 100%;
  -webkit-animation: scale 60s linear;
          animation: scale 60s linear;
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
}
.layout__advantages .advantages__main {
  color: #ffffff;
  padding: 1.5rem;
  z-index: 3;
  width: 100%;
  height: 100%;
  gap: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .layout__advantages .advantages__main {
    padding: 3rem;
  }
}
.layout__advantages .advantages__title {
  position: relative;
}
.layout__advantages .advantages__title::before {
  content: "";
  position: absolute;
  top: calc(100% + 1rem);
  left: 0;
  height: 0.125rem;
  width: 10rem;
  background-color: #ff7f02;
  z-index: 4;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
@media screen and (min-width: 768px) {
  .layout__advantages .advantages__title::before {
    width: 0;
  }
}
.layout__advantages .advantages__text {
  display: block;
}
@media screen and (min-width: 768px) {
  .layout__advantages .advantages__text {
    display: none;
  }
}

.layout__categories.categories_secondary .categories__link {
  aspect-ratio: 1/1;
}
.layout__categories.categories_secondary .categories__main {
  padding: 2rem;
}
.layout__categories .categories__list:not(.categories__list_carousel) {
  gap: 0.125rem;
  display: grid;
}
@media screen and (min-width: 768px) {
  .layout__categories .categories__list:not(.categories__list_carousel) {
    grid-template-columns: repeat(3, 1fr);
  }
}
.layout__categories .categories__list.categories__list_carousel {
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.layout__categories .categories__link {
  aspect-ratio: 1/1;
  padding: 2rem;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .layout__categories .categories__link:hover .categories__main {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .layout__categories .categories__link:hover .categories__title::before {
    width: 10rem;
  }
}
.layout__categories .categories__picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
}
.layout__categories .categories__picture:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.layout__categories .categories__picture img {
  width: 100%;
  height: 100%;
  -webkit-animation: scale 60s linear;
          animation: scale 60s linear;
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
}
.layout__categories .categories__main {
  color: #ffffff;
  padding: 3rem;
  z-index: 3;
  width: 100%;
  height: 100%;
  gap: 2rem;
  border: 0.125rem solid #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .layout__categories .categories__main {
    padding: 4rem;
  }
}
.layout__categories .categories__title {
  position: relative;
}
.layout__categories .categories__title::before {
  content: "";
  position: absolute;
  top: calc(100% + 1rem);
  left: 50%;
  height: 0.125rem;
  width: 10rem;
  background-color: #ff7f02;
  z-index: 4;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
@media screen and (min-width: 768px) {
  .layout__categories .categories__title::before {
    width: 0;
  }
}
.layout__categories .categories__text {
  display: block;
}
@media screen and (min-width: 768px) {
  .layout__categories .categories__text {
    display: none;
  }
}

.layout__products .products__list:not(.products__list_carousel) {
  gap: 0.125rem;
  display: grid;
}
@media screen and (min-width: 768px) {
  .layout__products .products__list:not(.products__list_carousel) {
    grid-template-columns: repeat(4, 1fr);
  }
}
.layout__products .products__list.products__list_carousel {
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.products__item {
  height: auto;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.products__item:hover .products__picture img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.products__item:hover .products__main {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.products__item:hover .products__main::before {
  width: 5rem;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.products__link {
  height: 100%;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.products__header {
  position: relative;
}

.products__picture {
  aspect-ratio: 1/1;
  padding: 3rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  overflow: hidden;
}
.products__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.products__tooltip {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 3;
}
.products__tooltip .tooltip__list {
  gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.products__tooltip .tooltip__item {
  font-weight: 500;
  padding: 0.5rem 1rem;
  color: #ffffff;
  background-color: #ff7f02;
  cursor: pointer;
}

.products__support {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 3;
}
.products__support .support__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.products__support .support__item {
  font-weight: 500;
  cursor: pointer;
}
.products__support .support__item:nth-child(1):hover .support__ico, .products__support .support__item:nth-child(1).support__item_active .support__ico {
  stroke: #ff7f02;
}
.products__support .support__item:nth-child(1) .support__ico {
  fill: none;
  stroke: #000000;
}
.products__support .support__item:nth-child(2):hover .support__ico, .products__support .support__item:nth-child(2).support__item_active .support__ico {
  fill: #ff7f02;
}
.products__support .support__item:nth-child(2) .support__ico {
  stroke: none;
  fill: #000000;
}
.products__support .support__symbol {
  width: 3rem;
  height: 3rem;
  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;
}
.products__support .support__ico {
  width: 2rem;
  height: 2rem;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.products__layout {
  padding: 2rem;
  gap: 2rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.products__main {
  gap: 0.5rem 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.products__main::before {
  content: "";
  position: absolute;
  top: calc(100% + 1rem);
  left: 0;
  width: 0;
  height: 0.125rem;
  background-color: #ff7f02;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.products__title {
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.products__subtitle {
  color: #ff7f02;
  font-weight: 500;
  gap: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.products__subtitle del {
  color: #000000;
  text-decoration: line-through;
  opacity: 0.25;
}

.products__text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.layout__authorization {
  /* authorization list */
  /* authorization item */
  /* background */
  /* main */
  /* media */
  /* preview */
  /* review */
}
.layout__authorization .authorization__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  overflow-x: auto;
}
@media screen and (min-width: 768px) {
  .layout__authorization .authorization__list {
    overflow: visible;
  }
}
.layout__authorization .authorization__item {
  height: 100vh;
  width: 90vw;
  padding: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media screen and (min-width: 768px) {
  .layout__authorization .authorization__item {
    padding: 5rem;
    width: 50vw;
  }
}
.layout__authorization .authorization__item.authorization__item_secondary {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  display: none;
}
@media screen and (min-width: 768px) {
  .layout__authorization .authorization__item.authorization__item_secondary {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}
.layout__authorization .authorization__item:hover .authorization__main::before {
  background-color: rgba(255, 255, 255, 0.75);
}
.layout__authorization .authorization__item:hover .authorization__title::before {
  width: 7.5rem;
}
@media screen and (min-width: 768px) {
  .layout__authorization .authorization__item:hover .authorization__title::before {
    width: 10rem;
  }
}
.layout__authorization .authorization__item.authorization__item_active {
  padding: 2rem;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.layout__authorization .authorization__item.authorization__item_active .authorization__main::before {
  background-color: rgba(255, 255, 255, 0.75);
}
.layout__authorization .authorization__item:hover .authorization__preview, .layout__authorization .authorization__item.authorization__item_active .authorization__preview {
  color: #000000;
}
.layout__authorization .authorization__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(0.1rem);
          filter: blur(0.1rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.layout__authorization .authorization__background img {
  width: 100%;
  height: 100%;
}
.layout__authorization .authorization__main {
  border: 0.125rem solid #ffffff;
  width: 100%;
  height: 100%;
  padding: 1rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .layout__authorization .authorization__main {
    padding: 3rem 1.5rem 3rem 3rem;
  }
}
.layout__authorization .authorization__main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.25);
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.layout__authorization .authorization__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.layout__authorization .authorization__media img {
  width: 100%;
  height: 100%;
  -webkit-animation: scale 60s linear;
          animation: scale 60s linear;
}
.layout__authorization .authorization__preview {
  color: #ffffff;
  gap: 2rem;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.layout__authorization .authorization__preview .authorization__title {
  text-transform: uppercase;
  position: relative;
}
.layout__authorization .authorization__preview .authorization__title::before {
  content: "";
  position: absolute;
  top: calc(100% + 1rem);
  left: 50%;
  height: 0.125rem;
  width: 0;
  background-color: #ff7f02;
  z-index: 4;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.layout__authorization .authorization__preview .authorization__text {
  font-size: 1rem;
  line-height: 1.5rem;
  display: none;
}
.layout__authorization .authorization__review {
  width: 100%;
  display: none;
  overflow: hidden;
  overflow-y: auto;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .layout__authorization .authorization__review {
    padding-right: 1.5rem;
  }
}
.layout__authorization .authorization__review::-webkit-listingbar {
  width: 0;
  height: 0;
}
.layout__authorization .authorization__review .tabs__list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.layout__authorization .authorization__review .tabs__item {
  width: unset;
}

/* tables */
.layout__table.table_search .table__tr {
  grid-template-columns: auto 25rem;
}
.layout__table.table_events .table__tr {
  grid-template-columns: auto 20rem 15rem 20rem 15rem 15rem;
}
.layout__table.table_users .table__tr {
  grid-template-columns: 10rem 20rem 20rem auto 15rem 12rem 12rem 15rem;
}
.layout__table.table_clubs .table__tr {
  grid-template-columns: 20rem auto 15rem 15rem 15rem 15rem 15rem;
}
.layout__table.table_articles .table__tr {
  grid-template-columns: 15rem 40rem auto;
}
.layout__table.table_history .table__tr {
  grid-template-columns: 15rem 40rem auto;
}
.layout__table.table_changes .table__tr {
  grid-template-columns: 15rem auto;
}
.layout__table .table__layout {
  max-width: 100vw;
  overflow: hidden;
  overflow-x: auto;
}
.layout__table .table__scroll {
  width: 120rem;
  max-width: 120rem;
}
@media screen and (min-width: 768px) {
  .layout__table .table__scroll {
    width: auto;
    max-width: 100vw;
  }
}
.layout__table .table__header {
  color: #f2f2f2;
  background-color: #333333;
  font-weight: 700;
  text-transform: uppercase;
}
.layout__table .table__main {
  overflow: hidden;
}
.layout__table .table__main .table__item:nth-child(even) .table__link {
  background-color: #ffffff;
}
.layout__table .table__item:hover {
  position: relative;
  z-index: 2;
}
.layout__table .table__link {
  position: relative;
  display: block;
}
.layout__table .table__link:before, .layout__table .table__link::after {
  content: "";
  position: absolute;
  height: 0.125rem;
  width: 0;
  left: 50%;
  background-color: #ff7f02;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.layout__table .table__link:before {
  bottom: 100%;
}
.layout__table .table__link::after {
  top: 100%;
}
.layout__table .table__link:hover:before, .layout__table .table__link:hover::after {
  width: 50vw;
}
.layout__table .table__tr {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.layout__table .table__td {
  padding: 1rem 1.25rem;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .layout__table .table__td {
    padding: 1.5rem 2.5rem;
  }
}
.layout__table .table__td.table__td_secondary {
  color: #ff7f02;
}

.layout__testimonials .testimonials__list:not(.testimonials__list_carousel) {
  gap: 0.125rem;
  display: grid;
}
@media screen and (min-width: 768px) {
  .layout__testimonials .testimonials__list:not(.testimonials__list_carousel) {
    grid-template-columns: repeat(2, 1fr);
  }
}
.layout__testimonials .testimonials__list.testimonials__list_carousel {
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.layout__testimonials .testimonials__item {
  padding: 1.5rem;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .layout__testimonials .testimonials__item {
    aspect-ratio: 1/0.5;
    padding: 4rem;
  }
  .layout__testimonials .testimonials__item:hover .testimonials__title::before {
    width: 10rem;
  }
  .layout__testimonials .testimonials__item:hover .testimonials__rating {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
}
.layout__testimonials .testimonials__layout {
  height: 100%;
  gap: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.layout__testimonials .testimonials__header {
  gap: 1rem;
  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;
}
.layout__testimonials .testimonials__rating {
  gap: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateX(2rem);
          transform: translateX(2rem);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.layout__testimonials .testimonials__rating .rating__item.rating__item_secondary .rating__ico {
  opacity: 1;
  stroke: #ff7f02;
}
.layout__testimonials .testimonials__rating .rating__symbol {
  width: 2rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.layout__testimonials .testimonials__rating .rating__ico {
  width: 100%;
  height: 100%;
  opacity: 0.5;
  fill: none;
  stroke: #333333;
}
.layout__testimonials .testimonials__main {
  height: 100%;
  opacity: 0.75;
  font-style: italic;
  padding-right: 1rem;
  overflow: hidden;
  overflow-y: auto;
}

.layout__gallery .gallery__list:not(.gallery__list_carousel) {
  gap: 0.125rem;
  display: grid;
}
@media screen and (min-width: 768px) {
  .layout__gallery .gallery__list:not(.gallery__list_carousel) {
    grid-template-columns: repeat(4, 1fr);
  }
}
.layout__gallery .gallery__list.gallery__list_carousel {
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.layout__gallery .gallery__picture {
  aspect-ratio: 1/1;
  padding: 2rem;
  background-color: #ffffff;
  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;
}
.layout__gallery .gallery__picture img {
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-animation: scale 60s linear;
          animation: scale 60s linear;
}

/* CART */
.layout__cart {
  font-weight: 500;
}
.layout__cart .actions {
  display: none;
}
.layout__cart .table__header,
.layout__cart .table__footer {
  color: #ffffff;
  background-color: #333333;
  padding: 1.5rem 1rem;
}
@media screen and (min-width: 768px) {
  .layout__cart .table__header,
.layout__cart .table__footer {
    padding: 1.5rem;
  }
}
.layout__cart .table__header .table__item,
.layout__cart .table__footer .table__item {
  color: #ffffff;
}
.layout__cart .table__header .table__item:nth-child(2),
.layout__cart .table__main .table__item:nth-child(2) {
  display: none;
}
@media screen and (min-width: 768px) {
  .layout__cart .table__header .table__item:nth-child(2),
.layout__cart .table__main .table__item:nth-child(2) {
    display: unset;
  }
}
.layout__cart .table__main .table__list {
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .layout__cart .table__main .table__list {
    padding: 1rem 1.5rem;
  }
}
.layout__cart .table__main .table__list:nth-child(even) {
  background-color: #ffffff;
}
.layout__cart .table__main .table__item .form__item {
  width: 100%;
}
.layout__cart .table__footer .table__list {
  grid-template-columns: auto 10rem;
}
@media screen and (min-width: 768px) {
  .layout__cart .table__footer .table__list {
    grid-template-columns: auto 14rem;
  }
}
.layout__cart .table__footer .table__list.table__list_secondary {
  background-color: #ff7f02;
  margin: 0 -2.5rem;
  padding: 0.75rem 2.5rem;
}
@media screen and (min-width: 768px) {
  .layout__cart .table__footer .table__list.table__list_secondary {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}
.layout__cart .table__footer .table__list:last-child .table__item:last-child {
  color: #ff7f02;
}
.layout__cart .table__footer .table__item {
  padding: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .layout__cart .table__footer .table__item {
    padding: 0.6rem 1rem;
  }
}
.layout__cart .table__footer .table__item:last-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.layout__cart .table__list {
  gap: 1rem;
  padding: 0.5rem 0;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  grid-template-columns: 7rem 6rem 6.5rem auto 4rem;
}
@media screen and (min-width: 768px) {
  .layout__cart .table__list {
    gap: 0.5rem;
    padding: 0;
    grid-template-columns: 10rem auto 10rem 13rem 10rem 4rem;
  }
}
.layout__cart .table__item {
  padding: 0.25rem 0.5rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .layout__cart .table__item {
    padding: 0.6rem 1rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.layout__cart .table__link {
  gap: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.layout__cart .table__link:hover .table__name {
  color: #ff7f02;
}
.layout__cart .table__link img {
  width: 5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.layout__cart .quantity {
  width: 100%;
}
.layout__cart .table__name {
  color: #000000;
  font-size: 1.5rem;
  line-height: 1.5rem;
  display: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .layout__cart .table__name {
    display: block;
  }
}
.layout__cart .table__text {
  font-size: 1.25rem;
  line-height: 1.5rem;
  white-space: nowrap;
}
.layout__cart .table__symbol {
  width: 2rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: pointer;
}
.layout__cart .table__symbol:hover .table__ico {
  fill: #ff7f02;
}
.layout__cart .table__ico {
  width: 100%;
  height: 100%;
  fill: #000000;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.layout__cart .table__after {
  padding: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.layout__history .history__list {
  display: grid;
  gap: 0.125rem;
}
.layout__history .history__header,
.layout__history .history__item {
  color: #333333;
  background-color: #ffffff;
  padding: 1.5rem;
  font-weight: 900;
  display: grid;
  grid-template-columns: 3.5rem 7rem auto 10rem;
  grid-gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .layout__history .history__header,
.layout__history .history__item {
    padding: 1.5rem 2.5rem;
    grid-template-columns: 5.5rem 7rem 10rem auto 10rem 10rem;
  }
}
.layout__history .history__price {
  text-align: right;
}
.layout__history .history__status {
  text-align: right;
}
.layout__history .history__status.history__status_primary {
  color: #ff9933;
}
.layout__history .history__status.history__status_tertiary {
  color: #ff7f02;
}
.layout__history .history__status.history__status_secondary {
  color: #ffcc99;
}

.history__main {
  display: none;
}

.history__table {
  font-weight: 500;
}
.history__table .table__header,
.history__table .table__footer {
  color: #ffffff;
  background-color: #333333;
  padding: 0.5rem;
}
@media screen and (min-width: 768px) {
  .history__table .table__header,
.history__table .table__footer {
    padding: 1.5rem;
  }
}
.history__table .table__header .table__item,
.history__table .table__footer .table__item {
  color: #ffffff;
}
.history__table .table__main .table__list {
  padding: 0.5rem;
}
@media screen and (min-width: 768px) {
  .history__table .table__main .table__list {
    padding: 1rem 1.5rem;
  }
}
.history__table .table__main .table__list:nth-child(even) {
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .history__table .table__footer .table__item:last-child {
    grid-column: 5/auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.history__table .table__list {
  gap: 1rem;
  padding: 0.5rem 0;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  grid-template-columns: 4rem 7rem 6rem auto;
}
@media screen and (min-width: 768px) {
  .history__table .table__list {
    gap: 0.5rem;
    padding: 0;
    grid-template-columns: 4rem auto 10rem 13rem 10rem;
  }
}
.history__table .table__item {
  padding: 0.25rem 1rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .history__table .table__item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.history__table .table__item:first-child {
  display: none;
}
@media screen and (min-width: 768px) {
  .history__table .table__item:first-child {
    display: unset;
  }
}
.history__table .table__link {
  gap: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.history__table .table__link:hover .table__name {
  color: #ff7f02;
}
.history__table .table__img {
  width: 5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.history__table .table__name {
  color: #000000;
  font-size: 1.5rem;
  line-height: 1.5rem;
  display: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .history__table .table__name {
    display: block;
  }
}
.history__table .table__text {
  font-size: 1.25rem;
  line-height: 1.5rem;
  white-space: nowrap;
}
.history__table .table__symbol {
  width: 2rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: pointer;
}
.history__table .table__symbol:hover .table__ico {
  fill: #ff7f02;
}
.history__table .table__ico {
  width: 100%;
  height: 100%;
  fill: #000000;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.history__table .table__footer .table__item:only-child {
  grid-column: span 5;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.layout__checkout {
  padding: 5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* formular */
}
.layout__checkout .checkout__form {
  gap: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.layout__checkout .checkout__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(0.1rem);
          filter: blur(0.1rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.layout__checkout .checkout__background img {
  width: 100%;
  height: 100%;
}
.layout__checkout .checkout__formular {
  border: 0.125rem solid #ffffff;
  width: 50vw;
  padding: 1rem;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .layout__checkout .checkout__formular {
    padding: 3rem;
  }
}
.layout__checkout .checkout__formular::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: -1;
}
.layout__checkout .checkout__form {
  width: 100%;
}

.button.form__btn {
  padding: 0.6rem 1rem;
  background: none;
  font-size: 1.25rem;
  line-height: 2rem;
  font-family: "Montserrat", sans-serif;
}
button.form__btn {
  padding: 0.6rem 1rem;
  background: none;
  font-size: 1.25rem;
  line-height: 2rem;
  font-family: "Montserrat", sans-serif;
}