@-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) format("embedded-opentype");
  src: 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-Rugular.eot);
  src: url(../fonts/Montserrat-Rugular.eot) format("embedded-opentype");
  src: local("Montserrat-Rugular"), 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) format("embedded-opentype");
  src: 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) format("embedded-opentype");
  src: 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) format("embedded-opentype");
  src: local("Montserrat-Bold"), url(../fonts/Montserrat-Bold.woff) format("woff"), url(../fonts/Montserrat-Bold.ttf) format("truetype");
}
html, body, div, span, applet, object, iframe, main,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, button, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, picture {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  outline: none;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

html {
  font: 400 3vw/1.5rem "Montserrat", sans-serif;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 0.8333vw;
  }
}
@media screen and (min-width: 992px) {
  html {
    font-size: 0.8333vw;
  }
}
@media (min-width: 1700px) {
  html {
    font-size: 16px;
  }
}

body {
  color: #333333;
  background-color: #f2f2f2;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}

html,
body {
  min-height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 900;
}
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: #cc0000;
}

h1,
.h1 {
  font-size: 3rem;
  line-height: 3.5rem;
}
@media screen and (min-width: 768px) {
  h1,
.h1 {
    font-size: 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: 3rem;
    line-height: 3.5rem;
  }
}

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

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

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

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

strong {
  font-weight: 700;
}

ul,
ol {
  list-style: 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.25rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
dl dd {
  font-weight: 500;
  text-align: right;
}

.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 form {
  gap: 0.75rem;
  display: grid;
}

.form__component {
  gap: 1rem;
  display: grid;
}
@media screen and (min-width: 768px) {
  .form__component {
    gap: 4rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.form__component .component__header {
  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;
}
.form__component .component__text {
  opacity: 0.5;
}
.form__component .component__main {
  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;
}

.form__group {
  gap: 0.5rem;
  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: 700;
  padding: 0.5rem;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 0;
  font-weight: 500;
  text-transform: none;
  color: #cc0000;
  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: 100%;
  left: 50%;
  height: 0.125rem;
  width: 0;
  background-color: #cc0000;
  -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) {
  .form__btn {
    padding: 0;
  }
}

.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 {
  color: #333333;
  background-color: transparent;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  padding: 1rem 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;
}
.form__input[readonly] {
  pointer-events: none;
}
.form__input:disabled {
  opacity: 0.5;
}
.form__input.error {
  border-color: #cc0000;
}
.form__input::-webkit-input-placeholder {
  opacity: 0.75;
  color: #333333;
}
.form__input::-moz-placeholder {
  opacity: 0.75;
  color: #333333;
}
.form__input:-ms-input-placeholder {
  opacity: 0.75;
  color: #333333;
}
.form__input::-ms-input-placeholder {
  opacity: 0.75;
  color: #333333;
}
.form__input::placeholder {
  opacity: 0.75;
  color: #333333;
}
.form__input:focus, .form__input:hover {
  border-color: #333333;
  background-color: #ffffff;
}

textarea {
  width: 100%;
  height: 6.875rem;
  resize: none;
}

label.error {
  display: none !important;
}

.dynamic-form {
  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;
}
.dynamic-form .field-group {
  gap: 0.5rem;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .dynamic-form .field-group {
    grid-template-columns: 1fr 1fr 10rem;
  }
}
.dynamic-form .add-field {
  width: 100%;
}
.dynamic-form .remove-field {
  font-weight: 700;
  padding: 0.5rem;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #cc0000;
  font-weight: 500;
  text-transform: none;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .dynamic-form .remove-field {
    padding: 0.6rem 1rem;
  }
}
.dynamic-form .remove-field:hover::after {
  width: 3rem;
}
.dynamic-form .remove-field::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  height: 0.125rem;
  width: 0;
  background-color: #cc0000;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.upload_box .upload_box_content_wrap {
  background: #ffffff;
  position: relative;
}
.upload_box .upload_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.upload_box .upload_box_content {
  position: relative;
  z-index: 2;
  aspect-ratio: 1/1;
  padding: 1rem;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.upload_box .upload-btn {
  color: #000000;
}
.upload_box .remove-btn {
  color: #cc0000;
}
.upload_box .file-info {
  opacity: 0.5;
  font-size: 1rem;
  line-height: 1rem;
}

.form__tooltip {
  color: #cc0000;
  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: #cc0000;
  -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;
}

.checkbox {
  gap: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}
.checkbox:hover .checkbox__symbol {
  border-color: #f2f2f2;
}
.checkbox .checkbox__input {
  position: absolute;
  opacity: 0;
}
.checkbox .checkbox__input:checked ~ .checkbox__symbol {
  border-color: #f2f2f2;
}
.checkbox .checkbox__input:checked ~ .checkbox__symbol:before {
  opacity: 1;
  visibility: visible;
}
.checkbox .checkbox__input.error ~ .checkbox__text {
  color: #cc0000;
}
.checkbox .checkbox__text {
  font-size: 1rem;
  line-height: 3.5rem;
}
.checkbox .checkbox__symbol {
  width: 2.5rem;
  height: 2.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 0.125rem solid #333333;
  background-color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.checkbox .checkbox__symbol:before {
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: #f2f2f2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.jcf-number {
  width: 10rem;
  height: 3.5rem;
  border-radius: 1rem;
  border: 0.125rem solid #ffffff;
  background-color: #333333;
  padding: 0 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.jcf-number:hover {
  border-color: #cc0000;
}
.jcf-number input {
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0 0.125rem;
  background-color: transparent;
  height: 100%;
  width: 100%;
  border: 0;
  border-radius: 0;
  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 input::-webkit-outer-spin-button, .jcf-number input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.jcf-number .jcf-btn-dec,
.jcf-number .jcf-btn-inc {
  color: #ffffff;
  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: #ffffff;
  -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: #ffffff;
}
.jcf-number .jcf-btn-dec {
  left: 0;
}
.jcf-number .jcf-btn-inc {
  right: 0;
}

.attach {
  width: 100%;
}
.attach .attach__list:not(:last-child) {
  margin-bottom: 1rem;
}
.attach .attach__item {
  border-radius: 0.5rem;
  color: #333333;
  padding: 1rem;
  background-color: #cc0000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.attach .attach__item:not(:last-child) {
  margin-bottom: 0.25rem;
}
.attach .attach__input {
  position: absolute;
  left: -99999px;
  opacity: 0;
  visibility: hidden;
}
.attach .attach__media:not(:last-child) {
  margin-right: 0.75rem;
}
.attach .attach__media .form__ico {
  width: 1.25rem;
  height: 1rem;
  fill: #333333;
}
.attach .attach__title:not(:last-child) {
  margin-right: 0.75rem;
}
.attach .attach__title .title__text {
  color: #333333;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.attach .attach__action {
  margin-left: auto;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
}
.attach .attach__action:hover .action__ico {
  fill: #cc0000;
}
.attach .attach__action .action__ico {
  width: 1.25rem;
  height: 1.25rem;
  fill: #333333;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.attach .attach__init {
  width: 4rem;
  height: 4rem;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  position: relative;
  background-color: #cc0000;
}
.attach .attach__init .init__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.attach .attach__init .init__ico {
  width: 1.25rem;
  height: 1rem;
  fill: #333333;
}
.attach .attach__init .init__ico:not(:last-child) {
  margin-right: 0.75rem;
}
.attach .attach__init .init__title {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 500;
}

.toggle .toggle__label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.toggle .toggle__input {
  position: absolute;
  left: -9999px;
}
.toggle .toggle__input:checked ~ .toggle__text {
  color: #cc0000;
}
.toggle .toggle__input:checked ~ .toggle__text:before {
  background-color: #cc0000;
}
.toggle .toggle__input:checked ~ .toggle__text:after {
  right: 1px;
}
.toggle .toggle__text {
  color: #cc0000;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 700;
  padding-right: 4rem;
}
.toggle .toggle__text:before, .toggle .toggle__text:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.toggle .toggle__text:before {
  width: 3.25rem;
  height: 1.25rem;
  border-radius: 2rem;
  background-color: #cc0000;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.toggle .toggle__text:after {
  width: 1.125rem;
  height: 1.125rem;
  background-color: #333333;
  border-radius: 50%;
  top: 1px;
  right: 2rem;
  z-index: 2;
  opacity: 1;
}

.range .range__slider {
  height: 0.5rem;
  background-color: #cc0000;
  border-radius: 0.25rem;
  border: 0 !important;
  position: relative;
}
.range .range__slider:not(:last-child) {
  margin-bottom: 0.75rem;
}
.range .range__slider .ui-slider-range {
  position: absolute;
  z-index: 10;
  font-size: 0.7em;
  display: block;
  border: 0;
  top: 0;
  height: 100%;
  background-color: #cc0000;
}
.range .range__slider .ui-slider-range.ui-widget-header {
  background-color: #cc0000;
}
.range .range__slider .ui-slider-handle {
  position: absolute;
  top: -0.4em;
  margin-left: -0.6em;
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  border: 0;
  z-index: 11;
  background-color: #cc0000;
}
.range .range__content,
.range .range__form {
  font-weight: 500;
  width: calc(100% + 0.75rem);
  margin: 0 -0.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.range .range__content .range__item,
.range .range__form .range__item {
  padding: 0 0.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.range .range__content {
  font-size: 0.875rem;
  line-height: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.range .range__content:not(:last-child) {
  margin-bottom: 0.75rem;
}
.range .range__form {
  font-size: 1rem;
  line-height: 1.5rem;
}
.range .range__form .range__title:not(:last-child) {
  margin-right: 0.25rem;
}
.range .range__form .jcf-number {
  padding: 0;
  width: 2rem;
}
.range .range__form .jcf-btn-dec,
.range .range__form .jcf-btn-inc {
  display: none;
}

.ui-datepicker {
  padding: 1rem;
  display: none;
  max-width: 30rem;
  min-width: 25rem;
  color: #000000;
  background-color: #ffffff;
  border: 0.125rem solid #000000;
  font-family: "Montserrat", sans-serif;
  z-index: 11 !important;
  margin: -0.125rem 0;
  position: fixed;
  -webkit-transform: translateX(-0.125rem);
          transform: translateX(-0.125rem);
}
@media screen and (max-width: 767px) {
  .ui-datepicker {
    top: auto !important;
    left: 0 !important;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    position: fixed !important;
  }
}
.ui-datepicker .ui-datepicker-header {
  font-weight: 700;
  position: relative;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-month {
  padding-right: 0;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-year {
  padding-left: 0;
  display: none;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  color: #333333;
  position: absolute;
  top: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ui-datepicker .ui-datepicker-prev.ui-state-disabled,
.ui-datepicker .ui-datepicker-next.ui-state-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.ui-datepicker .ui-datepicker-prev {
  left: 0;
}
.ui-datepicker .ui-datepicker-next {
  right: 0;
}
.ui-datepicker .ui-datepicker-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ui-datepicker select {
  color: #000000;
  background-color: transparent;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  padding: 1rem 1.25rem;
  border-radius: 0;
  cursor: pointer;
  border: 0;
  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;
  display: block !important;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ui-datepicker select:hover {
  color: #cc0000;
}
.ui-datepicker select option {
  color: #000000;
}
.ui-datepicker .ui-datepicker-calendar {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
  border: 0;
  padding: 0;
  background: none;
}
.ui-datepicker .ui-datepicker-calendar th.ui-datepicker-unselectable,
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-unselectable {
  pointer-events: none;
}
.ui-datepicker .ui-datepicker-calendar th.ui-datepicker-unselectable span,
.ui-datepicker .ui-datepicker-calendar th.ui-datepicker-unselectable a,
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-unselectable span,
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-unselectable a {
  color: #f2f2f2;
}
.ui-datepicker .ui-datepicker-calendar th.ui-datepicker-today span,
.ui-datepicker .ui-datepicker-calendar th.ui-datepicker-today a, .ui-datepicker .ui-datepicker-calendar th:hover span,
.ui-datepicker .ui-datepicker-calendar th:hover a,
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today span,
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today a,
.ui-datepicker .ui-datepicker-calendar td:hover span,
.ui-datepicker .ui-datepicker-calendar td:hover a {
  border-color: #cc0000;
}
.ui-datepicker .ui-datepicker-calendar th.ui-datepicker-current-day span,
.ui-datepicker .ui-datepicker-calendar th.ui-datepicker-current-day a,
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day span,
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day a {
  color: #ffffff;
  border-color: #cc0000;
  background-color: #cc0000;
}
.ui-datepicker .ui-datepicker-calendar th span,
.ui-datepicker .ui-datepicker-calendar th a,
.ui-datepicker .ui-datepicker-calendar td span,
.ui-datepicker .ui-datepicker-calendar td a {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  height: 2.5rem;
  border: 0.125rem solid transparent;
  color: #000000;
  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-decoration: none;
  text-align: center;
  background: transparent;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .ui-datepicker .ui-datepicker-calendar th span,
.ui-datepicker .ui-datepicker-calendar th a,
.ui-datepicker .ui-datepicker-calendar td span,
.ui-datepicker .ui-datepicker-calendar td a {
    height: 3rem;
  }
}
.ui-datepicker .ui-datepicker-calendar th {
  pointer-events: none;
}

.switcher {
  width: 100%;
}
.switcher .switcher__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.switcher .switcher__item {
  width: 100%;
  position: relative;
}
.switcher .switcher__item:first-child .switcher__text {
  border-radius: 0.5rem 0 0 0.51rem;
}
.switcher .switcher__item:last-child .switcher__text {
  border-radius: 0 0.5rem 0.5rem 0;
}
.switcher .switcher__label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.switcher .switcher__label:hover .switcher__text {
  border-color: #cc0000;
}
.switcher .switcher__input {
  position: absolute;
  left: -9999px;
}
.switcher .switcher__input:checked ~ .switcher__text {
  border-color: #cc0000;
}
.switcher .switcher__text {
  font-size: 0.875rem;
  line-height: 1.5rem;
  padding: 1rem 2rem;
  font-weight: 700;
  border-radius: 0.5rem;
  width: 100%;
  background-color: #333333;
  border: 0.125rem solid #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

::-webkit-scrollbar {
  width: 0.25rem;
  height: 0.25rem;
}

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

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

.btn {
  color: #ffffff;
  background-color: transparent;
  font-weight: 400;
  padding: 0.75rem 1.5rem;
  height: 3.5rem;
  border: 0.125rem solid #cc0000;
  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;
  }
}
.btn:not(.btn_transparent)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #cc0000;
  -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: #cc0000;
  border: 0.125rem solid #cc0000;
}
.btn.btn_transparent::before {
  display: none;
}
.btn.btn_transparent:hover {
  color: #333333;
  border-color: #333333;
}
.btn:hover {
  color: #cc0000;
}
.btn:hover::before {
  width: 0%;
}

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

.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 {
  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;
}
.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: #cc0000;
}
.wysiwyg dl:not(:last-child) {
  margin-bottom: 1rem;
}
.wysiwyg ol {
  list-style: decimal;
  padding-left: 1rem;
}
.wysiwyg ol li {
  margin: 0 0 0.5rem;
}
.wysiwyg a {
  color: #cc0000;
  text-decoration: none;
}
.wysiwyg i {
  color: #cc0000;
}

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 {
  color: #ffffff;
  background-color: #333333;
}
table tr:nth-child(even) td {
  background-color: #ffffff;
}
table td {
  color: #333333;
}
table tfoot td {
  font-weight: 700;
}

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

.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: 0.5rem 1.25rem;
  -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 {
  border-color: #cc0000;
}
.tabs__header .tabs__item:hover::after, .tabs__header .tabs__item.tabs__item_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: 0.125rem;
  left: 50%;
  height: 0.125rem;
  width: 0;
  background-color: #cc0000;
  -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) {
  .tabs__header .tabs__item::after {
    bottom: 1rem;
  }
}

.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:not(:first-child) {
  display: none;
}

.swiper-initialized {
  position: relative;
}

.swiper-scrollbar {
  height: 0.125rem;
  background-color: #f2f2f2;
  width: 50vw;
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: -0.5rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.swiper-scrollbar .swiper-scrollbar-drag {
  height: 100%;
  background-color: #cc0000;
}

.site-notification {
  font-size: 1rem;
  line-height: 1.25rem;
  text-shadow: none;
  color: #ffffff;
  background: #cc0000;
  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;
}

.layout__header {
  background-color: #ffffff;
  padding: 2.5rem 0;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  position: fixed;
}
.layout__header.layout__header_scroll {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.layout__header.layout__header_menu-active .header__menu .menu__text:after {
  width: 3rem;
}
.layout__header.layout__header_menu-active .menu__main {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.layout__header.layout__header_menu-active ~ * {
  opacity: 0.1;
}
.layout__header .container {
  gap: 0.25rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  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: 4rem;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.header__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) {
  .header__logo {
    width: 12.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: #cc0000;
  font-weight: 900;
  text-transform: uppercase;
}
.header__logo .logo__text {
  font-size: 1rem;
  line-height: 1.125rem;
  padding-left: 0.75rem;
  display: none;
  position: relative;
}
@media screen and (min-width: 768px) {
  .header__logo .logo__text {
    display: block;
  }
}
.header__logo .logo__text::before {
  content: "";
  width: 0.125rem;
  height: calc(100% + 0.125rem);
  background-color: #cc0000;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header__menu .menu__header {
  display: block;
}
@media screen and (min-width: 768px) {
  .header__menu .menu__header {
    display: none;
  }
}
.header__menu .menu__text {
  font-weight: 700;
  padding: 0.5rem;
  text-transform: uppercase;
  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: 100%;
  left: 50%;
  height: 0.125rem;
  width: 0;
  background-color: #cc0000;
  -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 (max-width: 767px) {
  .header__menu .menu__main {
    top: 100%;
    left: 0;
    width: 100vw;
    max-height: calc(100vh - 10.75rem);
    padding: 3rem;
    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__nav .nav__list {
  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) {
  .header__nav .nav__list {
    gap: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.header__nav .nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header__nav .nav__item.has-dropdown {
  cursor: pointer;
}
.header__nav .nav__item.has-dropdown .nav__link {
  pointer-events: none;
}
.header__nav .nav__item.current-menu-item .nav__link, .header__nav .nav__item.nav__item_active .nav__link {
  color: #cc0000;
}
.header__nav .nav__item.current-menu-item .nav__link::after, .header__nav .nav__item.nav__item_active .nav__link::after {
  width: 3rem;
}
.header__nav .nav__item.nav__item_active .nav__sublist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@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: 700;
  padding: 0.5rem;
  text-transform: uppercase;
  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: 100%;
  left: 50%;
  height: 0.125rem;
  width: 0;
  background-color: #cc0000;
  -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__sublist {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__nav .nav__sublist {
    background-color: #333333;
    padding: 1.5rem;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 2;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    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: 700;
  padding: 0.5rem;
  text-transform: uppercase;
  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;
  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: 100%;
  left: 50%;
  height: 0.125rem;
  width: 0;
  background-color: #cc0000;
  -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 (min-width: 768px) {
  .header__search {
    margin-left: auto;
  }
}
.header__search .search__text {
  font-weight: 700;
  padding: 0.5rem;
  text-transform: uppercase;
  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: 100%;
  left: 50%;
  height: 0.125rem;
  width: 0;
  background-color: #cc0000;
  -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: 700;
  padding: 0.5rem;
  text-transform: uppercase;
  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: 100%;
  left: 50%;
  height: 0.125rem;
  width: 0;
  background-color: #cc0000;
  -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;
}
@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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.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: #cc0000;
}
.footer__nav .nav__item:hover .nav__link::after {
  width: 3rem;
}
.footer__nav .nav__link {
  font-weight: 700;
  padding: 0.5rem;
  text-transform: uppercase;
  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: 100%;
  left: 50%;
  height: 0.125rem;
  width: 0;
  background-color: #cc0000;
  -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__copyright {
    margin-left: auto;
  }
}

.modal-init {
  cursor: pointer;
}

.layout__modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  -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;
  max-height: 95vh;
  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;
  top: 50%;
  left: 50%;
  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.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: #cc0000;
}
.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: #cc0000;
  -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: #cc0000;
  -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;
  }
}
@media screen and (min-width: 768px) {
  .layout__section .container .section__main {
    margin: 0 calc((-100vw + 110rem) / 2);
  }
}
.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: #cc0000;
}
.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: #cc0000;
  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__action,
.layout__section .section__formular {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .layout__section .section__action,
.layout__section .section__formular {
    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: 700;
  padding: 0.5rem;
  text-transform: uppercase;
  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: 100%;
  left: 50%;
  height: 0.125rem;
  width: 0;
  background-color: #cc0000;
  -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 {
  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: 700;
  padding: 0.5rem;
  text-transform: uppercase;
  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: 100%;
  left: 50%;
  height: 0.125rem;
  width: 0;
  background-color: #cc0000;
  -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: #cc0000;
}
.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__article .article__main {
  padding: 3rem 1.5rem;
  width: 70rem;
  max-width: 100vw;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .layout__article .article__main {
    padding: 2.5rem;
  }
}
.layout__article .article__main::before {
  content: "";
  width: 0.125rem;
  height: 0;
  background-color: #cc0000;
  position: absolute;
  top: 2.5rem;
  left: 0.75rem;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
@media screen and (min-width: 768px) {
  .layout__article .article__main::before {
    left: 0;
  }
}

.section_animation .article__main::before {
  height: 5rem;
}

.layout__banner {
  width: 100vw;
  min-height: 50vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
.layout__banner.banner_secondary {
  -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;
}
.layout__banner.banner_secondary .banner__layout {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.layout__banner.banner_secondary .banner__title {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.layout__banner.banner_height {
  min-height: calc(100vh - 9.25rem);
}

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

.banner__layout {
  z-index: 4;
  padding: 12.5rem 1.5rem 4rem;
  gap: 2rem;
  position: relative;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .banner__layout {
    gap: 3rem;
    padding: 12.5rem 5rem 5rem;
    max-width: 75vw;
  }
}
@media screen and (min-width: 768px) {
  .banner__layout.banner__layout_secondary {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.banner__media {
  width: 16.5rem;
  aspect-ratio: 1/1;
  border: 1px solid #ffffff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-shadow: inset 0px 0px 5rem rgb(255, 255, 255);
          box-shadow: inset 0px 0px 5rem rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.banner__media img {
  width: 100%;
  height: 100%;
  -o-object-position: 50% 0;
     object-position: 50% 0;
}

.banner__main {
  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;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-1rem);
          transform: translateX(-1rem);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.banner__main .banner__title {
  gap: 1.5rem;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner__main .banner__title::before {
  content: "";
  width: 0.125rem;
  height: 0;
  background-color: #cc0000;
  display: inline-block;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.banner__main .banner__subtitle {
  font-size: 2rem;
  line-height: 2rem;
}
@media screen and (min-width: 768px) {
  .banner__main .banner__subtitle {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
.banner__main .banner__text {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media screen and (min-width: 768px) {
  .banner__main .banner__text {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.banner__main .banner__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;
}
.banner__main .banner__item:not(:last-child):after {
  content: ",";
}
.banner__main .banner__item:hover .banner__link {
  color: #cc0000;
}
.banner__main .banner__item:hover::after {
  width: 3rem;
}
.banner__main .banner__link {
  font-weight: 700;
  padding: 0.5rem;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding-left: 0;
  padding-right: 0;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .banner__main .banner__link {
    padding: 0.6rem 1rem;
  }
}
.banner__main .banner__link:hover::after {
  width: 3rem;
}
.banner__main .banner__link::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  height: 0.125rem;
  width: 0;
  background-color: #cc0000;
  -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) {
  .banner__main .banner__link {
    padding-left: 0;
    padding-right: 0;
  }
}

.section_animation .banner__main {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.section_animation .banner__title::before {
  height: 6.5rem;
}

.slider__item {
  min-height: 100vh;
  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;
  position: relative;
  visibility: hidden;
  overflow: hidden;
}
.slider__item.swiper-slide-active {
  visibility: visible;
}
.slider__item.swiper-slide-active .slider__layout {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.slider__item.swiper-slide-active .slider__title::first-letter {
  color: #cc0000;
}
.slider__item.swiper-slide-active .slider__title::before {
  height: calc(100% + 0.25rem);
}
.slider__item.swiper-slide-active .slider__footer {
  opacity: 1;
  visibility: visible;
}

.slider__layout {
  z-index: 4;
  padding: 1.5rem;
  max-width: 100vw;
  width: 52.5rem;
  gap: 3rem;
  opacity: 0;
  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-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -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.4s;
          transition-delay: 0.4s;
}
@media screen and (min-width: 768px) {
  .slider__layout {
    gap: 2rem;
    padding: 4.5rem;
  }
}

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

.slider__footer {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.slider__title {
  text-transform: uppercase;
  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: #cc0000;
  -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__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(255, 255, 255, 0.5);
  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: #cc0000;
}
.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: #cc0000;
  -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;
  }
}
.layout__articles .articles__carousel {
  overflow: hidden;
}
.layout__articles .articles__carousel .articles__item {
  width: 70vw;
  margin: 0 -0.25rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .layout__articles .articles__carousel .articles__item {
    width: 40vw;
  }
}
.layout__articles .articles__link {
  padding: 1.5rem;
  aspect-ratio: 1/0.75;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .layout__articles .articles__link {
    padding: 2rem;
  }
}
.layout__articles .articles__link:hover {
  padding: 0;
}
.layout__articles .articles__link:hover .articles__layout::before {
  background-color: rgba(255, 255, 255, 0.5);
}
.layout__articles .articles__background {
  -webkit-filter: blur(0.9);
          filter: blur(0.9);
  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;
}
.layout__articles .articles__background img {
  width: 100%;
  height: 100%;
}
.layout__articles .articles__layout {
  width: 100%;
  padding: 1rem;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0.125rem solid #ffffff;
  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__articles .articles__layout {
    padding: 2rem;
  }
}
.layout__articles .articles__layout::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.125);
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.layout__articles .articles__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__articles .articles__picture::after {
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 2;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 2;
}
.layout__articles .articles__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__articles .articles__main {
  z-index: 3;
  width: 100%;
  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;
  text-align: center;
}
.layout__articles .articles__title {
  text-transform: uppercase;
}
.layout__articles .articles__title::first-letter {
  color: #cc0000;
}
.layout__articles .articles__date {
  gap: 1rem;
  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__articles .articles__date {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.layout__articles .articles__date::before {
  content: "";
  width: 0.125rem;
  height: 2.5rem;
  background-color: #cc0000;
  display: inline-block;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.layout__categories .categories__list {
  gap: 0.125rem;
  display: grid;
}
@media screen and (min-width: 768px) {
  .layout__categories .categories__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .layout__categories .categories__list.categories__list_secondary .categories__link:hover .categories__title::before {
    background-color: #cc0000;
  }
  .layout__categories .categories__list.categories__list_secondary .categories__title::before {
    width: 5rem;
    background-color: #333333;
  }
  .layout__categories .categories__list.categories__list_secondary .categories__text {
    display: block;
  }
}
.layout__categories .categories__link {
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .layout__categories .categories__link:hover .categories__picture:before {
    background-color: rgba(255, 255, 255, 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:before, .layout__categories .categories__picture:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.layout__categories .categories__picture:before {
  width: calc(100% - 3rem);
  height: calc(100% - 3rem);
  border: 0.125rem solid #ffffff;
  background-color: transparent;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .layout__categories .categories__picture:before {
    background-color: transparent;
    width: calc(100% - 4rem);
    height: calc(100% - 4rem);
  }
}
.layout__categories .categories__picture::after {
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 2;
  width: 100%;
  height: 100%;
}
.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 {
  padding: 3rem;
  z-index: 3;
  width: 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-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .layout__categories .categories__main {
    padding: 4rem;
  }
}
.layout__categories .categories__title {
  text-transform: uppercase;
  position: relative;
}
.layout__categories .categories__title::before {
  content: "";
  position: absolute;
  top: calc(100% + 1rem);
  left: 50%;
  height: 0.125rem;
  width: 10rem;
  background-color: #cc0000;
  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__authorization {
  padding-top: 8rem;
  /* authorization list */
  /* authorization item */
  /* background */
  /* main */
  /* media */
  /* preview */
  /* Formular */
  /* Steps */
}
@media screen and (min-width: 768px) {
  .layout__authorization {
    padding-top: 9.25rem;
  }
}
.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: calc(100vh - 8rem);
  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;
    height: calc(100vh - 9.25rem);
  }
}
.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.5);
}
.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__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 {
  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;
}
.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: #cc0000;
  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__formular {
  width: 100%;
  display: none;
  overflow: hidden;
  overflow-y: auto;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .layout__authorization .authorization__formular {
    padding-right: 1.5rem;
  }
}
.layout__authorization .authorization__formular::-webkit-listingbar {
  width: 0;
  height: 0;
}
.layout__authorization .authorization__steps {
  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) {
  .layout__authorization .authorization__steps {
    height: calc(100vh - 13rem);
  }
}
.layout__authorization .authorization__steps.authorization__steps_first .nav__item.nav__item_prev {
  opacity: 0.5;
  pointer-events: none;
}
.layout__authorization .authorization__steps.authorization__steps_last .nav__item.nav__item_next {
  opacity: 0.5;
  pointer-events: none;
}
.layout__authorization .authorization__steps .steps__main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.layout__authorization .authorization__steps .steps__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.layout__authorization .authorization__steps .steps__item:not(:first-child) {
  display: none;
}
.layout__authorization .authorization__steps .steps__nav .nav__list {
  gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.layout__authorization .authorization__steps .steps__nav .nav__text {
  font-weight: 700;
  padding: 0.5rem;
  text-transform: uppercase;
  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__authorization .authorization__steps .steps__nav .nav__text {
    padding: 0.6rem 1rem;
  }
}
.layout__authorization .authorization__steps .steps__nav .nav__text:hover::after {
  width: 3rem;
}
.layout__authorization .authorization__steps .steps__nav .nav__text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  height: 0.125rem;
  width: 0;
  background-color: #cc0000;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* 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: #cc0000;
  -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: #cc0000;
}

/* Data  */
@media screen and (min-width: 768px) {
  .layout__data.data_events .data__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .layout__data.data_user .data__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.layout__data .data__list {
  gap: 0.125rem;
  display: grid;
}
@media screen and (min-width: 768px) {
  .layout__data .data__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.layout__data .data__item {
  color: #f2f2f2;
  background-color: #333333;
  height: 40vh;
  position: relative;
}
@media screen and (min-width: 768px) {
  .layout__data .data__item {
    height: 50vh;
  }
}
.layout__data .data__item:hover .data__picture::before, .layout__data .data__item.data__item_active .data__picture::before {
  background-color: rgba(255, 255, 255, 0.75);
}
.layout__data .data__item:hover .data__layout:before, .layout__data .data__item:hover .data__layout::after, .layout__data .data__item.data__item_active .data__layout:before, .layout__data .data__item.data__item_active .data__layout::after {
  opacity: 0.5;
}
.layout__data .data__picture {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
}
.layout__data .data__picture::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 2;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.layout__data .data__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__data .data__layout {
  color: #333333;
  height: 100%;
  max-width: 100vw;
  padding: 3rem 1.5rem;
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 768px) {
  .layout__data .data__layout {
    padding: 4rem 2rem;
  }
}
.layout__data .data__layout:before, .layout__data .data__layout::after {
  content: "";
  position: absolute;
  left: 1.5rem;
  height: 1px;
  width: calc(100% - 3rem);
  background-color: #333333;
  z-index: 3;
  opacity: 0.125;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .layout__data .data__layout:before, .layout__data .data__layout::after {
    left: 2rem;
    width: calc(100% - 4rem);
  }
}
.layout__data .data__layout:before {
  top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .layout__data .data__layout:before {
    top: 2rem;
  }
}
.layout__data .data__layout::after {
  bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .layout__data .data__layout::after {
    bottom: 2rem;
  }
}
.layout__data .data__preview {
  gap: 1rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.layout__data .data__title {
  gap: 1.5rem;
  text-transform: uppercase;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.layout__data .data__title::before {
  content: "";
  width: 0.125rem;
  height: 100%;
  background-color: #cc0000;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
}
.layout__data .data__dropdown {
  height: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  display: none;
}
.layout__data .data__main:not(:last-child) {
  margin-bottom: 2rem;
}
.layout__data .data__data {
  padding: 1.5rem 0;
}
@media screen and (min-width: 768px) {
  .layout__data .data__data {
    padding: 2rem 0;
  }
}
.layout__data .data__data .data__list {
  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;
}
.layout__data .data__data .data__item:hover .data__link {
  color: #cc0000;
}
.layout__data .data__data .data__link {
  color: #333333;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.layout__data .data__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* listing  */
.layout__listing .listing__notification {
  padding: 2rem;
  color: #f2f2f2;
  background-color: #333333;
}
.layout__listing .listing__list.listing__list_secondary .listing__layout {
  gap: 1rem;
  display: grid;
  grid-template-columns: 7rem 1fr;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .layout__listing .listing__list.listing__list_secondary .listing__layout {
    gap: 3rem 1rem;
    grid-template-columns: 15rem 1fr;
  }
}
.layout__listing .listing__list.listing__list_secondary .listing__media {
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-shadow: inset 0px 0px 5rem rgb(255, 255, 255);
          box-shadow: inset 0px 0px 5rem rgb(255, 255, 255);
  border: 1px solid #ffffff;
}
.layout__listing .listing__list.listing__list_secondary .listing__media img {
  width: 100%;
  height: 100%;
}
.layout__listing .listing__list.listing__list_secondary .listing__main {
  grid-column: span 2;
}
.layout__listing .listing__item {
  width: 95vw;
  height: auto;
}
@media screen and (min-width: 768px) {
  .layout__listing .listing__item {
    width: 45vw;
  }
}
@media screen and (min-width: 768px) {
  .layout__listing .listing__item:hover .listing__picture::before, .layout__listing .listing__item.listing__item_active .listing__picture::before {
    background-color: rgba(255, 255, 255, 0.75);
  }
  .layout__listing .listing__item:hover .listing__layout:before, .layout__listing .listing__item:hover .listing__layout:after, .layout__listing .listing__item.listing__item_active .listing__layout:before, .layout__listing .listing__item.listing__item_active .listing__layout:after {
    opacity: 0;
  }
  .layout__listing .listing__item:hover .listing__layout:before, .layout__listing .listing__item.listing__item_active .listing__layout:before {
    top: 0;
  }
  .layout__listing .listing__item:hover .listing__layout::after, .layout__listing .listing__item.listing__item_active .listing__layout::after {
    bottom: 0;
  }
  .layout__listing .listing__item:hover .listing__header, .layout__listing .listing__item.listing__item_active .listing__header {
    gap: 3rem;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .layout__listing .listing__item:hover .listing__title::before, .layout__listing .listing__item.listing__item_active .listing__title::before {
    width: 7.5rem;
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .layout__listing .listing__item:hover .listing__title::before, .layout__listing .listing__item.listing__item_active .listing__title::before {
    width: 10rem;
  }
}
@media screen and (min-width: 768px) {
  .layout__listing .listing__item:hover .data__title::before, .layout__listing .listing__item.listing__item_active .data__title::before {
    height: 0;
  }
}
@media screen and (min-width: 768px) {
  .layout__listing .listing__item:hover .data__text, .layout__listing .listing__item.listing__item_active .data__text {
    color: #cc0000;
  }
}
.layout__listing .listing__link {
  min-height: 40vh;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (min-width: 768px) {
  .layout__listing .listing__link {
    min-height: 50vh;
  }
}
.layout__listing .listing__picture {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
}
.layout__listing .listing__picture::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 2;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.layout__listing .listing__picture img {
  width: 100%;
  height: 100%;
  -webkit-animation: scale 60s linear;
          animation: scale 60s linear;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.layout__listing .listing__layout {
  width: 100%;
  padding: 3rem 1.5rem;
  z-index: 2;
  gap: 3rem;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  .layout__listing .listing__layout {
    padding: 4rem 2rem;
  }
}
.layout__listing .listing__layout:before, .layout__listing .listing__layout::after {
  content: "";
  position: absolute;
  left: 1.5rem;
  height: 1px;
  opacity: 0.25;
  width: calc(100% - 4rem);
  background-color: #000000;
  z-index: 3;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .layout__listing .listing__layout:before, .layout__listing .listing__layout::after {
    left: 2rem;
  }
}
.layout__listing .listing__layout:before {
  top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .layout__listing .listing__layout:before {
    top: 2rem;
  }
}
.layout__listing .listing__layout::after {
  bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .layout__listing .listing__layout::after {
    bottom: 2rem;
  }
}
.layout__listing .listing__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-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.layout__listing .listing__title {
  gap: 1.5rem;
  text-transform: uppercase;
  position: relative;
}
.layout__listing .listing__title::before {
  content: "";
  position: absolute;
  top: calc(100% + 1.5rem);
  left: 0;
  height: 0.125rem;
  width: 0;
  background-color: #cc0000;
  z-index: 4;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.layout__listing .listing__subtitle {
  font-weight: 900;
  text-transform: uppercase;
}
.layout__listing .listing__data .data__list {
  gap: 1rem;
  display: grid;
}
@media screen and (min-width: 768px) {
  .layout__listing .listing__data .data__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.layout__listing .listing__data .data__item {
  gap: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.layout__listing .listing__data .data__title {
  padding-left: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.layout__listing .listing__data .data__title::before {
  content: "";
  width: 0.125rem;
  height: 2rem;
  background-color: #cc0000;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.layout__listing .listing__data .data__title::after {
  content: ":";
}
.layout__listing .listing__data .data__text {
  color: #333333;
  font-weight: 500;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.layout__advantages .advantages__list {
  gap: 0.125rem;
  display: grid;
}
@media screen and (min-width: 768px) {
  .layout__advantages .advantages__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.layout__advantages .advantages__item {
  position: relative;
}
.layout__advantages .advantages__item:nth-child(2) .advantages__picture::after {
  background-color: rgba(255, 255, 255, 0.5);
}
.layout__advantages .advantages__link {
  padding-top: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (min-width: 768px) {
  .layout__advantages .advantages__link:hover .advantages__picture::after {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .layout__advantages .advantages__link:hover .advantages__title::before {
    width: 10rem;
    background-color: #cc0000;
  }
}
.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: 50%;
  left: 50%;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 2;
  width: 100%;
  height: 100%;
  -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__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 {
  position: absolute;
  padding: 3rem;
  top: 50%;
  left: 50%;
  z-index: 3;
  width: 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-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .layout__advantages .advantages__main {
    padding: 4rem;
  }
}
.layout__advantages .advantages__title {
  text-transform: uppercase;
  position: relative;
}
.layout__advantages .advantages__title::before {
  content: "";
  position: absolute;
  top: calc(100% + 1rem);
  left: 50%;
  height: 0.125rem;
  width: 10rem;
  background-color: #cc0000;
  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__advantages .advantages__title::before {
    width: 5rem;
    background-color: #333333;
  }
}
.layout__advantages .advantages__text {
  display: block;
}
@media screen and (min-width: 768px) {
  .layout__advantages .advantages__text {
    display: none;
  }
}

.layout__map {
  width: 100%;
  height: 30rem;
}

.layout__configuration {
  width: calc(100vw - 3rem);
}
@media screen and (min-width: 768px) {
  .layout__configuration {
    width: calc(100vw - 6rem);
    margin: 0 auto;
  }
}
.layout__configuration .configuration__form {
  gap: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.layout__configuration .configuration__main {
  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__configuration .configuration__footer .btn {
  width: 100%;
}

.layout__respons {
  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__respons .respons__header,
.layout__respons .respons__main {
  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;
}
.layout__respons .respons__section {
  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;
}
.layout__respons .section__main {
  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;
}
.layout__respons .respons__title {
  gap: 0.75rem;
  color: #000000;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.layout__respons .respons__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;
}
.layout__respons .respons__title::before {
  content: "";
  width: 0.125rem;
  height: 2rem;
  background-color: #cc0000;
}
.layout__respons .respons__list:not(:last-child) {
  position: relative;
}
.layout__respons .respons__list:not(:last-child)::before {
  content: "";
  width: 10rem;
  height: 1px;
  opacity: 0.1;
  background-color: #000000;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
}
.layout__respons .respons__item {
  gap: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.layout__respons .respons__subtext {
  font-weight: 500;
}

.respons__table {
  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;
}
.respons__table .table__title {
  text-align: center;
}