/*mediaWidthFullHdDesktop-1700*/
/*mediaWidthHdDesktop-1520*/
/*mediaWidthBigDesktop-1400*/
/*mediaWidthDesktop -1200*/
/*WidthTabletLand-1024*/
/*WidthTabletLand-992*/
/*WidthTabletLand-768*/
/*WidthTabletLand-580*/
@font-face {
  font-family: TTMussels;
  font-display: auto;
  font-weight: 300;
  src: url(../fonts/TTMussels-Light.eot);
  src: url(../fonts/TTMussels-Light.eot) format("embedded-opentype");
  src: local("TTMussels"), url(../fonts/TTMussels-Light.woff) format("woff"),
    url(../fonts/TTMussels-Light.woff2) format("woff2"),
    url(../fonts/TTMussels-Light.woff) format("woff"),
    url(../fontsTTMussels-Light.ttf) format("truetype");
}
@font-face {
  font-family: TTMussels;
  font-display: auto;
  font-weight: 400;
  src: url(../fonts/TTMussels-Regular.eot);
  src: url(../fonts/TTMussels-Regular.eot) format("embedded-opentype");
  src: local("TTMussels"), url(../fonts/TTMussels-Regular.woff) format("woff"),
    url(../fonts/TTMussels-Regular.woff2) format("woff2"),
    url(../fonts/TTMussels-Regular.woff) format("woff"),
    url(../fontsTTMussels-Regular.ttf) format("truetype");
}
@font-face {
  font-family: TTMussels;
  font-display: auto;
  font-weight: 500;
  src: url(../fonts/TTMussels-Medium.eot);
  src: url(../fonts/TTMussels-Medium.eot) format("embedded-opentype");
  src: local("TTMussels"), url(../fonts/TTMussels-Medium.woff) format("woff"),
    url(../fonts/TTMussels-Medium.woff2) format("woff2"),
    url(../fonts/TTMussels-Medium.woff) format("woff"),
    url(../fontsTTMussels-Medium.ttf) format("truetype");
}
@font-face {
  font-family: TTMussels;
  font-display: auto;
  font-weight: 700;
  src: url(../fonts/TTMussels-Bold.eot);
  src: url(../fonts/TTMussels-Bold.eot) format("embedded-opentype");
  src: local("TTMussels"), url(../fonts/TTMussels-Bold.woff) format("woff"),
    url(../fonts/TTMussels-Bold.woff2) format("woff2"),
    url(../fonts/TTMussels-Bold.woff) format("woff"),
    url(../fontsTTMussels-Bold.ttf) format("truetype");
}
@font-face {
  font-family: TTMussels;
  font-display: auto;
  font-weight: 800;
  src: url(../fonts/TTMussels-Black.eot);
  src: url(../fonts/TTMussels-Black.eot) format("embedded-opentype");
  src: local("TTMussels"), url(../fonts/TTMussels-Black.woff) format("woff"),
    url(../fonts/TTMussels-Black.woff2) format("woff2"),
    url(../fonts/TTMussels-Black.woff) format("woff"),
    url(../TTMussels-Black.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 {
  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 4.1vw/1.5rem "TTMussels", sans-serif;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.2vw;
    line-height: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 0.8333vw;
  }
}
@media (min-width: 1700px) {
  html {
    font-size: 16px;
  }
}

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

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

.layout {
  font-size: 1.125rem;
  line-height: 1.5rem;
  min-height: 100vh;
  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 {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
.layout.layout_ready-load {
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 1050px) {
  .layout.layout_search-active .layout__header {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1em;
  font-weight: 600;
}
h1:not(:last-child),
h2:not(:last-child),
h3:not(:last-child),
h4:not(:last-child),
h5:not(:last-child),
h6:not(:last-child),
.h1:not(:last-child),
.h2:not(:last-child),
.h3:not(:last-child),
.h4:not(:last-child),
.h5:not(:last-child),
.h6:not(:last-child) {
  margin: 0 0 1.875rem;
}

h1,
.h1 {
  font-size: 3rem;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 7.18rem;
  }
}

h2,
.h2 {
  font-size: 2.5rem;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  h2,
  .h2 {
    font-size: 4.58rem;
  }
}

h3,
.h3 {
  font-size: 1.75rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  h3,
  .h3 {
    font-size: 3.125rem;
  }
}

h4,
.h4 {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  h4,
  .h4 {
    font-size: 2.75rem;
  }
}

h5,
.h5 {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  h5,
  .h5 {
    font-size: 2rem;
  }
}
h5:not(:last-child),
.h5:not(:last-child) {
  margin: 0 0 0.75rem;
}

h6,
.h6 {
  font-size: 1.375rem;
  line-height: 1.375rem;
  font-weight: 700;
}
h6:not(:last-child),
.h6:not(:last-child) {
  margin: 0 0 0.75rem;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #121212;
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: underline;
}

strong {
  font-weight: 600;
}

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

ul,
p,
ol,
li {
  padding: 0;
  margin-bottom: 0;
}
ul:empty,
p:empty,
ol:empty,
li:empty {
  display: none;
}

ul,
ol {
  list-style: none;
}

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

dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}
dl:not(:last-child) {
  margin-bottom: 0.5rem;
}
dl dt {
  color: #1f2022;
  min-width: 5rem;
}
dl dt:not(:last-child) {
  margin-right: 0.5rem;
}

.container {
  width: 90rem;
  max-width: calc(100vw - 4rem);
  margin: 0 auto;
}
.container.container_secondary {
  width: 77.5rem;
}
.container.container_seven {
  width: 72.5rem;
}
.container.container_tertiary {
  width: 62.5rem;
}
.container.container_eight {
  width: 60rem;
}
.container.container_quaternary {
  width: 50rem;
}
.container.container_tiny {
  width: 35.125rem;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 1.875rem);
  margin: 0 -0.9375rem;
}
@media screen and (min-width: 768px) {
  .row.row_secondary {
    width: calc(100% + 3.75rem);
    margin: 0 -1.875rem;
  }
  .row.row_secondary > .col {
    padding: 0 1.875rem;
  }
}
@media screen and (min-width: 768px) {
  .row.row_seventy {
    width: calc(100% + 5rem);
    margin: 0 -2.5rem;
  }
  .row.row_seventy > .col {
    padding: 0 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .row.row_tertiaty {
    width: calc(100% + 10rem);
    margin: 0 -5rem;
  }
  .row.row_tertiaty > .col {
    padding: 0 5rem;
  }
}
@media screen and (min-width: 768px) {
  .row.row_sixty {
    width: calc(100% + 8.75rem);
    margin: 0 -4.375rem;
  }
  .row.row_sixty > .col {
    padding: 0 4.375rem;
  }
}
@media screen and (min-width: 768px) {
  .row.row_tiny {
    width: calc(100% + 2rem);
    margin: 0 -1rem;
  }
  .row.row_tiny > .col {
    padding: 0 1rem;
  }
}

.col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 0.9375rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.col.col_1 {
  width: 8.3333%;
}
.col.col_2 {
  width: 16.666%;
}
.col.col_3 {
  width: 25%;
}
.col.col_4 {
  width: 33.3%;
}
.col.col_5 {
  width: 41.666667%;
}
.col.col_6 {
  width: 50%;
}
.col.col_7 {
  width: 58.333333%;
}
.col.col_8 {
  width: 66.666667%;
}
.col.col_9 {
  width: 75%;
}
.col.col_10 {
  width: 83.333333%;
}
.col.col_11 {
  width: 91.666667%;
}
.col.col_12 {
  width: 100%;
}
@media (max-width: 1199px) {
  .col.col_desktop-2 {
    width: 16.66%;
  }
  .col.col_desktop-3 {
    width: 25%;
  }
  .col.col_desktop-4 {
    width: 33.3%;
  }
  .col.col_desktop-5 {
    width: 41.666667%;
  }
  .col.col_desktop-6 {
    width: 50%;
  }
  .col.col_desktop-7 {
    width: 58.333333%;
  }
  .col.col_desktop-8 {
    width: 66.666667%;
  }
  .col.col_desktop-9 {
    width: 75%;
  }
  .col.col_desktop-10 {
    width: 83.333333%;
  }
  .col.col_desktop-11 {
    width: 91.666667%;
  }
  .col.col_desktop-12 {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .col.col_tab-2 {
    width: 16.66%;
  }
  .col.col_tab-3 {
    width: 25%;
  }
  .col.col_tab-4 {
    width: 33.3%;
  }
  .col.col_tab-5 {
    width: 41.666667%;
  }
  .col.col_tab-6 {
    width: 50%;
  }
  .col.col_tab-7 {
    width: 58.333333%;
  }
  .col.col_tab-8 {
    width: 66.666667%;
  }
  .col.col_tab-9 {
    width: 75%;
  }
  .col.col_tab-10 {
    width: 83.333333%;
  }
  .col.col_tab-11 {
    width: 91.666667%;
  }
  .col.col_tab-12 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .col.col_mob-2 {
    width: 16.66%;
  }
  .col.col_mob-3 {
    width: 25%;
  }
  .col.col_mob-4 {
    width: 33.3%;
  }
  .col.col_mob-5 {
    width: 41.666667%;
  }
  .col.col_mob-6 {
    width: 50%;
  }
  .col.col_mob-7 {
    width: 58.333333%;
  }
  .col.col_mob-8 {
    width: 66.666667%;
  }
  .col.col_mob-9 {
    width: 75%;
  }
  .col.col_mob-10 {
    width: 83.333333%;
  }
  .col.col_mob-11 {
    width: 91.666667%;
  }
  .col.col_mob-12 {
    width: 100%;
  }
}

.w-100 {
  width: 100% !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

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

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

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

@media screen and (min-width: 992px) {
  .d-t-none {
    display: none;
  }
}

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

.justify-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.align-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

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

.fancybox-image {
  -o-object-fit: unset;
  object-fit: unset;
}

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

.text-start {
  text-align: left;
}

.wpcf7-spinner {
  display: none !important;
}

.single-vacancies .layout__section + .layout__section {
  padding-top: 0;
}

.layout__section {
  padding: 3.75rem 0;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .layout__section {
    padding: 4.6875rem 0;
    background-attachment: fixed;
  }
}
.layout__section.layout__section_second {
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .layout__section.layout__section_second-padding {
    padding: 0;
  }
}
.layout__section.layout__section_second-background {
  background-image: url("../img/background_bottom.png") !important;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: auto 20rem;
}
@media screen and (min-width: 768px) {
  .layout__section.layout__section_second-background {
    background-size: auto 24rem;
  }
}
.layout__section .section__header:not(:last-child),
.layout__section .section__main:not(:last-child) {
  margin-bottom: 3.25rem;
}
@media screen and (min-width: 768px) {
  .layout__section .section__header:not(:last-child),
  .layout__section .section__main:not(:last-child) {
    margin-bottom: 4.6875rem;
  }
}
.layout__section .section__header.section__main_secondary,
.layout__section .section__main.section__main_secondary {
  color: #ffffff;
  position: relative;
}
.layout__section .section__header.section__main_secondary .container,
.layout__section .section__main.section__main_secondary .container {
  position: relative;
}
.layout__section .section__header.section__main_secondary:before,
.layout__section .section__main.section__main_secondary:before {
  content: "";
  position: absolute;
  top: 7.5rem;
  left: 0;
  width: 100%;
  height: 200%;
  background-color: #1f2022;
}
.layout__section .section__header .container {
  width: 70rem;
}
.layout__section .section__header .wysiwyg {
  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__section .section__header .wysiwyg img,
.layout__section .section__header .wysiwyg svg {
  margin: 0 auto;
}
.layout__section .section__header .wysiwyg img:not(:last-child),
.layout__section .section__header .wysiwyg svg:not(:last-child) {
  margin-bottom: 1.5rem;
}
.layout__section .section__header .wysiwyg img path,
.layout__section .section__header .wysiwyg svg path {
  fill: #00de3c;
}
.layout__section .section__footer {
  position: relative;
  z-index: 2;
}
.layout__section .section__action {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.layout__section .section__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.layout__section .section__navigation .slick-arrow {
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.layout__section .section__navigation .slick-arrow.slick-disabled {
  pointer-events: none;
}
.layout__section .section__navigation .slick-arrow.slick-disabled svg path {
  fill: #dddddd;
}
.layout__section .section__navigation .slick-arrow:not(:last-child) {
  margin-right: 2rem;
}
.layout__section .section__navigation .slick-arrow.slick-prev:hover {
  -webkit-transform: translateX(-0.5rem);
  transform: translateX(-0.5rem);
}
.layout__section .section__navigation .slick-arrow.slick-next:hover {
  -webkit-transform: translateX(0.5rem);
  transform: translateX(0.5rem);
}
.layout__section .section__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.layout__section .section__control .control__arrow {
  width: 2rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: pointer;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.layout__section .section__control .control__arrow.control__arrow_prev:hover {
  -webkit-transform: translateX(-0.25rem);
  transform: translateX(-0.25rem);
}
.layout__section .section__control .control__arrow.control__arrow_next:hover {
  -webkit-transform: translateX(0.25rem);
  transform: translateX(0.25rem);
}
.layout__section .section__control .control__arrow img,
.layout__section .section__control .control__arrow svg {
  width: 100%;
  height: 100%;
  fill: #00de3c;
}
.layout__section.section_secondary {
  color: #ffffff;
  background-color: #1f2022;
}
@media screen and (max-width: 767px) {
  .layout__section[data-section="step-slider"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .layout__section[data-section="step-slider"] .section__header {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .layout__section[data-section="step-slider"] .section__footer {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 2rem;
  }
  .layout__section[data-section="step-slider"] .section__main {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.layout__actions {
  padding: 3.75rem 0;
  background-color: #1f2022;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .layout__actions {
    padding: 4.6875rem 0;
  }
}
.layout__actions .actions__list {
  margin: 0 -1rem;
  width: calc(100% + 2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  overflow-x: auto;
}
@media screen and (min-width: 768px) {
  .layout__actions .actions__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.layout__actions .actions__list.actions__list_second {
  margin: 0 -0.75rem;
  width: calc(100% + 1.5rem);
}
@media screen and (min-width: 768px) {
  .layout__actions .actions__list.actions__list_second {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.layout__actions .actions__list.actions__list_second .actions__item {
  margin: 0 0.75rem 0.75rem;
}
.layout__actions .actions__list.actions__list_second .actions__link {
  -webkit-box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.13);
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.13);
}
.layout__actions
  .actions__list.actions__list_second
  .actions__link
  .actions__text {
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 1.25rem 2.5rem;
  color: #ffffff;
  border: 0;
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 0 #00de3c inset;
  box-shadow: 0 0 0 0 #00de3c inset;
}
.layout__actions
  .actions__list.actions__list_second
  .actions__link.active
  .actions__text,
.layout__actions
  .actions__list.actions__list_second
  .actions__link:hover
  .actions__text {
  color: #00de3c;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: 0 0 0 0.3125rem #00de3c inset;
  box-shadow: 0 0 0 0.3125rem #00de3c inset;
}
.layout__actions .actions__item {
  margin: 0 1rem 1rem;
}
.layout__actions .actions__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.layout__actions .actions__link .actions__text {
  color: #121212;
  background-color: #ffffff;
  border: 0.3125rem solid #ffffff;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 900;
  padding: 1rem 1.5rem;
  z-index: 2;
  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;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.layout__actions .actions__link:hover .actions__text {
  color: #00de3c;
}

.layout__formular {
  margin-bottom: -2rem;
}
.layout__formular .formular__datepicker {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .layout__formular .formular__datepicker {
    margin-bottom: 0;
  }
}
.layout__formular .formular__layout {
  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__formular .formular__layout {
    height: 100%;
  }
}
.layout__formular .formular__header:not(:last-child),
.layout__formular .formular__main:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .layout__formular .formular__footer {
    margin-top: auto;
  }
}

.form-item {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-item.form-item_second .form-item__input {
  color: #00de3c;
  background-color: #ffffff;
}
.form-item.form-item_second .form-item__input::-webkit-input-placeholder {
  color: #00de3c;
}
.form-item.form-item_second .form-item__input::-moz-placeholder {
  color: #00de3c;
}
.form-item.form-item_second .form-item__input:-ms-input-placeholder {
  color: #00de3c;
}
.form-item.form-item_second .form-item__input::-ms-input-placeholder {
  color: #00de3c;
}
.form-item.form-item_second .form-item__input::placeholder {
  color: #00de3c;
}
.form-item.form-item_second .form-item__media {
  background-color: #00de3c;
}
.form-item.form-item_second .form-item__media img,
.form-item.form-item_second .form-item__media svg {
  fill: #121212;
}

.form-item__main {
  width: 100%;
  position: relative;
}

.form-item__media {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .form-item__media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.form-item__media:hover .media__ico {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.form-item__media.form-item__media_second {
  display: none;
}
@media screen and (min-width: 768px) {
  .form-item__media.form-item__media_second {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.form-item__media .media__ico {
  width: 1.5rem;
  height: 1.5rem;
  fill: #ffffff;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.form-item__input {
  color: #ffffff;
  background-color: transparent;
  font-size: 1.375rem;
  line-height: 1.375rem;
  height: 3.5rem;
  font-weight: 400;
  font-family: "TTMussels", sans-serif;
  padding: 1rem 1.25rem;
  width: 100%;
  border-radius: 0;
  border: 1px solid #ffffff;
  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-item__input:disabled {
  opacity: 0.5;
}
.form-item__input.error {
  border-color: #c50855;
}
.form-item__input.valid {
  border-color: #00de3c;
}
.form-item__input:focus,
.form-item__input:hover {
  border-color: #b7b7b8;
}
.form-item__input::-webkit-input-placeholder {
  opacity: 1;
  color: #ffffff;
}
.form-item__input::-moz-placeholder {
  opacity: 1;
  color: #ffffff;
}
.form-item__input:-ms-input-placeholder {
  opacity: 1;
  color: #ffffff;
}
.form-item__input::-ms-input-placeholder {
  opacity: 1;
  color: #ffffff;
}
.form-item__input::placeholder {
  opacity: 1;
  color: #ffffff;
}
.form-item__input.form-item__input_textarea {
  width: 100%;
  height: 10rem;
  margin-top: 1.5rem;
  resize: none;
}
@media screen and (min-width: 768px) {
  .form-item__input.form-item__input_textarea {
    height: 13.75rem;
  }
}

.custom-check {
  margin-top: 1.5rem;
}
.custom-check
  .checked
  + .custom-check__media
  .custom-check__ico.custom-check__ico_before {
  opacity: 0;
}
.custom-check
  .checked
  + .custom-check__media
  .custom-check__ico.custom-check__ico_after {
  opacity: 1;
}
.custom-check .wpcf7-not-valid-tip {
  display: none !important;
}
.custom-check.error .custom-check__main {
  color: #cc0000 !important;
}
.custom-check .custom-check__label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.custom-check .custom-check__input {
  position: absolute;
  opacity: 0;
}
.custom-check .custom-check__input:disabled ~ .custom-check__text {
  pointer-events: none;
}
.custom-check .custom-check__input.error ~ .custom-check__text {
  color: #00de3c;
}
.custom-check .custom-check__media {
  width: 1.75rem;
  min-width: 1.75rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.custom-check .custom-check__media:not(:last-child) {
  margin-right: 1.25rem;
}
.custom-check .custom-check__media .custom-check__ico {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.custom-check .custom-check__media .custom-check__ico.custom-check__ico_before {
  opacity: 1;
}
.custom-check .custom-check__media .custom-check__ico.custom-check__ico_after {
  opacity: 0;
}
.custom-check .custom-check__main {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

select {
  background-image: url("../img/arrowBottomWhite.png") !important;
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: auto 25%;
}
select option {
  color: #121212;
  background-color: #ffffff;
}

.ui-datepicker {
  display: none;
  max-width: 21.5rem;
  background-color: #ffffff;
  font-family: "TTMussels", sans-serif;
  z-index: 11 !important;
}
@media screen and (min-width: 992px) {
  .ui-datepicker {
    max-width: 30rem;
  }
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 1.25rem;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #121212;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 50%;
  height: 2.5rem;
  width: 2.5rem;
  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;
}
.ui-datepicker .ui-datepicker-prev .ui-icon,
.ui-datepicker .ui-datepicker-next .ui-icon {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ui-datepicker .ui-datepicker-prev img,
.ui-datepicker .ui-datepicker-prev svg,
.ui-datepicker .ui-datepicker-next img,
.ui-datepicker .ui-datepicker-next svg {
  width: 100%;
  height: 100%;
}
.ui-datepicker .ui-datepicker-prev img path,
.ui-datepicker .ui-datepicker-prev svg path,
.ui-datepicker .ui-datepicker-next img path,
.ui-datepicker .ui-datepicker-next svg path {
  stroke: #00de3c;
}
.ui-datepicker .ui-datepicker-prev {
  left: 0;
}
@media screen and (min-width: 992px) {
  .ui-datepicker .ui-datepicker-prev {
    left: 1.5rem;
  }
}
.ui-datepicker .ui-datepicker-next {
  right: 0;
}
@media screen and (min-width: 992px) {
  .ui-datepicker .ui-datepicker-next {
    right: 1.5rem;
  }
}
.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 .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-other-month,
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month {
  pointer-events: none;
}
.ui-datepicker .ui-datepicker-calendar th.ui-datepicker-other-month span,
.ui-datepicker .ui-datepicker-calendar th.ui-datepicker-other-month a,
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month span,
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month a {
  color: #b7b7b8;
}
.ui-datepicker .ui-datepicker-calendar th:hover span,
.ui-datepicker .ui-datepicker-calendar th:hover a,
.ui-datepicker .ui-datepicker-calendar td:hover span,
.ui-datepicker .ui-datepicker-calendar td:hover a {
  background-color: #fcf331;
}
.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 td.ui-datepicker-today span,
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today a {
  background-color: #00de3c;
}
.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;
  background-color: #c50855;
}
.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: 1.375rem;
  line-height: 1.5rem;
  font-weight: 500;
  height: 2.5rem;
  width: 100%;
  color: #121212;
  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: 992px) {
  .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: 4.5rem;
    width: 100%;
  }
}
.ui-datepicker .ui-datepicker-calendar th {
  pointer-events: none;
}
.ui-datepicker .ui-datepicker-calendar th span,
.ui-datepicker .ui-datepicker-calendar th a {
  color: #ffffff;
  background-color: #121212;
  pointer-events: none;
}

[data-section="contact-form-7-v2"] .wpcf7-submit .btn__ico {
  -webkit-transform: rotate(-45deg) translateX(0);
  transform: rotate(-45deg) translateX(0);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

[data-section="contact-form-7-v2"] .wpcf7-submit:hover .btn__ico {
  -webkit-transform: rotate(-360deg) translateX(0.5rem);
  transform: rotate(-360deg) translateX(0.5rem);
}

.btn,
.eapps-instagram-feed-posts-grid-load-more-text {
  color: #ffffff;
  background-color: transparent;
  border: 0.3125rem solid transparent;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 700;
  padding: 1rem 1.5rem;
  border-radius: 0;
  margin: 0;
  z-index: 2;
  position: relative;
  text-decoration: none;
  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;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .btn,
  .eapps-instagram-feed-posts-grid-load-more-text {
    padding: 1rem 2.5rem;
  }
}
.btn:before,
.eapps-instagram-feed-posts-grid-load-more-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn.btn_primary,
.eapps-instagram-feed-posts-grid-load-more-text.btn_primary {
  border-color: #00de3c;
}
.btn.btn_primary .btn__ico,
.eapps-instagram-feed-posts-grid-load-more-text.btn_primary .btn__ico {
  fill: #00de3c;
}
.btn.btn_primary:before,
.eapps-instagram-feed-posts-grid-load-more-text.btn_primary:before {
  background-color: #00de3c;
}
.btn.btn_primary:hover,
.eapps-instagram-feed-posts-grid-load-more-text.btn_primary:hover {
  background-color: #00de3c;
  border-color: #00de3c;
}
.btn.btn_secondary,
.eapps-instagram-feed-posts-grid-load-more-text.btn_secondary {
  border-color: #fcf331;
}
.btn.btn_secondary .btn__ico,
.eapps-instagram-feed-posts-grid-load-more-text.btn_secondary .btn__ico {
  fill: #fcf331;
}
.btn.btn_secondary:before,
.eapps-instagram-feed-posts-grid-load-more-text.btn_secondary:before {
  background-color: #fcf331;
}
.btn.btn_secondary:hover,
.eapps-instagram-feed-posts-grid-load-more-text.btn_secondary:hover {
  background-color: #fcf331;
  border-color: #fcf331;
}
.btn.btn_tertiary,
.eapps-instagram-feed-posts-grid-load-more-text.btn_tertiary {
  border-color: #c50855;
}
.btn.btn_tertiary .btn__ico,
.eapps-instagram-feed-posts-grid-load-more-text.btn_tertiary .btn__ico {
  fill: #c50855;
}
.btn.btn_tertiary:before,
.eapps-instagram-feed-posts-grid-load-more-text.btn_tertiary:before {
  background-color: #c50855;
}
.btn.btn_tertiary:hover,
.eapps-instagram-feed-posts-grid-load-more-text.btn_tertiary:hover {
  background-color: #c50855;
  border-color: #c50855;
}
.btn.btn_black,
.eapps-instagram-feed-posts-grid-load-more-text.btn_black {
  color: #121212;
}
.btn.btn_hover-black:hover,
.eapps-instagram-feed-posts-grid-load-more-text.btn_hover-black:hover {
  color: #121212 !important;
}
.btn.btn_hover-black:hover .btn__ico,
.eapps-instagram-feed-posts-grid-load-more-text.btn_hover-black:hover
  .btn__ico {
  fill: #121212 !important;
}
.btn.btn_hover-black:hover .btn__ico path,
.btn.btn_hover-black:hover .btn__ico circle,
.eapps-instagram-feed-posts-grid-load-more-text.btn_hover-black:hover
  .btn__ico
  path,
.eapps-instagram-feed-posts-grid-load-more-text.btn_hover-black:hover
  .btn__ico
  circle {
  fill: #121212 !important;
}
.btn.btn_hover-theme-300,
.eapps-instagram-feed-posts-grid-load-more-text.btn_hover-theme-300 {
  background-color: #00de3c;
  border-color: #00de3c;
}
.btn.btn_hover-theme-400,
.eapps-instagram-feed-posts-grid-load-more-text.btn_hover-theme-400 {
  background-color: #fcf331;
  border-color: #fcf331;
}
.btn.btn_hover-theme-500,
.eapps-instagram-feed-posts-grid-load-more-text.btn_hover-theme-500 {
  background-color: #c50855;
  border-color: #c50855;
}
.btn[data-action="available-yes"]:hover .btn__ico,
.eapps-instagram-feed-posts-grid-load-more-text[data-action="available-yes"]:hover
  .btn__ico {
  -webkit-transform: rotate(25deg) translateX(0.5rem);
  transform: rotate(25deg) translateX(0.5rem);
}
.btn[data-action="available-yes"] .btn__ico,
.eapps-instagram-feed-posts-grid-load-more-text[data-action="available-yes"]
  .btn__ico {
  -webkit-transform: rotate(0) translateX(0);
  transform: rotate(0) translateX(0);
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}
.btn.btn_transform:hover .btn__ico,
.eapps-instagram-feed-posts-grid-load-more-text.btn_transform:hover .btn__ico {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.btn.btn_transform-second:hover .btn__ico,
.eapps-instagram-feed-posts-grid-load-more-text.btn_transform-second:hover
  .btn__ico {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btn:disabled,
.eapps-instagram-feed-posts-grid-load-more-text:disabled {
  opacity: 0.25;
  pointer-events: none;
}
.btn:hover,
.eapps-instagram-feed-posts-grid-load-more-text:hover {
  color: #ffffff;
  text-decoration: none;
}
.btn:hover .btn__ico,
.eapps-instagram-feed-posts-grid-load-more-text:hover .btn__ico {
  fill: #ffffff;
}
.btn:hover .btn__ico path,
.eapps-instagram-feed-posts-grid-load-more-text:hover .btn__ico path {
  fill: #ffffff;
}
.btn:hover:before,
.eapps-instagram-feed-posts-grid-load-more-text:hover:before {
  width: 100%;
}
.btn:hover .btn__ico,
.eapps-instagram-feed-posts-grid-load-more-text:hover .btn__ico {
  -webkit-transform: translateX(0.5rem);
  transform: translateX(0.5rem);
}
.btn .btn__text,
.btn .btn__ico,
.eapps-instagram-feed-posts-grid-load-more-text .btn__text,
.eapps-instagram-feed-posts-grid-load-more-text .btn__ico {
  position: relative;
  z-index: 2;
}
.btn .btn__text:not(:last-child),
.btn .btn__ico:not(:last-child),
.eapps-instagram-feed-posts-grid-load-more-text .btn__text:not(:last-child),
.eapps-instagram-feed-posts-grid-load-more-text .btn__ico:not(:last-child) {
  margin-right: 1rem;
}
.btn .btn__ico,
.eapps-instagram-feed-posts-grid-load-more-text .btn__ico {
  width: 1.375rem;
  height: 1.375rem;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn .btn__ico path,
.btn .btn__ico circle,
.eapps-instagram-feed-posts-grid-load-more-text .btn__ico path,
.eapps-instagram-feed-posts-grid-load-more-text .btn__ico circle {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn.load-more:hover .btn__ico,
.eapps-instagram-feed-posts-grid-load-more-text.load-more:hover .btn__ico {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.btn.btn_tiny,
.eapps-instagram-feed-posts-grid-load-more-text.btn_tiny {
  width: 4.5rem;
  height: 3.75rem;
  padding: 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;
}
.btn.btn_tiny.btn_primary,
.eapps-instagram-feed-posts-grid-load-more-text.btn_tiny.btn_primary {
  background-color: #00de3c;
}
.btn.btn_tiny.btn_secondary,
.eapps-instagram-feed-posts-grid-load-more-text.btn_tiny.btn_secondary {
  background-color: #fcf331;
}
.btn.btn_tiny.btn_tertiary,
.eapps-instagram-feed-posts-grid-load-more-text.btn_tiny.btn_tertiary {
  background-color: #c50855;
}
.btn.btn_tiny:hover img,
.btn.btn_tiny:hover svg,
.eapps-instagram-feed-posts-grid-load-more-text.btn_tiny:hover img,
.eapps-instagram-feed-posts-grid-load-more-text.btn_tiny:hover svg {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.btn.btn_tiny:hover img path,
.btn.btn_tiny:hover svg path,
.eapps-instagram-feed-posts-grid-load-more-text.btn_tiny:hover img path,
.eapps-instagram-feed-posts-grid-load-more-text.btn_tiny:hover svg path {
  fill: #121212;
}
.btn.btn_tiny img,
.btn.btn_tiny svg,
.eapps-instagram-feed-posts-grid-load-more-text.btn_tiny img,
.eapps-instagram-feed-posts-grid-load-more-text.btn_tiny svg {
  width: 1.375rem;
  min-width: 1.375rem;
  height: 1.375rem;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn.btn_tiny .btn__ico,
.eapps-instagram-feed-posts-grid-load-more-text.btn_tiny .btn__ico {
  fill: #121212;
}
.btn.btn_tiny .btn__ico path,
.eapps-instagram-feed-posts-grid-load-more-text.btn_tiny .btn__ico path {
  fill: #121212;
}

.buttons .buttons__list {
  margin: 0 -0.9375rem -0.9375rem;
  width: calc(100% + 1.875rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.buttons .buttons__item {
  padding: 0 0.9375rem 0.9375rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .buttons .buttons__item {
    width: auto;
  }
}

.buttons__item_rotate-45 .btn__ico,
.buttons__item_rotate-45-revert .btn__ico,
.buttons__item_rotate-90 .btn__ico,
.buttons__item_rotate-90-revert .btn__ico {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.buttons__item_rotate-45-revert:hover .btn__ico {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.buttons__item_rotate-90-revert:hover .btn__ico {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.buttons__item_rotate-45:hover .btn__ico {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.buttons__item_rotate-90:hover .btn__ico {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.buttons__item_info .btn .btn__ico {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.buttons__item_info .btn:hover .btn__ico {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.wysiwyg:not(:last-child) {
  margin-bottom: 1.5rem;
}
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  text-transform: uppercase;
}
.wysiwyg img,
.wysiwyg svg {
  display: block;
  margin-bottom: 1.5rem;
}
.wysiwyg p:not(:last-child) {
  margin-bottom: 1.25rem;
}
.wysiwyg ul:not(:last-child),
.wysiwyg ol:not(:last-child) {
  margin-bottom: 2.25rem;
}
.wysiwyg ul {
  list-style: none;
}
.wysiwyg ul ul {
  margin-left: 0;
}
.wysiwyg ul li {
  position: relative;
  padding-left: 2rem;
}
.wysiwyg ul li:before {
  content: "";
  left: 0;
  top: 0.4rem;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #00de3c;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .wysiwyg ul li:before {
    top: 0.7rem;
  }
}
.wysiwyg ol {
  list-style: decimal;
  padding-left: 1rem;
}
.wysiwyg ol li {
  margin: 0 0 0.5rem;
}
.wysiwyg a:not(.link) {
  color: #00de3c;
  position: relative;
  white-space: nowrap;
}
.wysiwyg a:not(.link):hover:before {
  opacity: 1;
}
.wysiwyg a:not(.link):before {
  content: "";
  position: absolute;
  top: calc(100% + 0.125rem);
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #00de3c;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.wysiwyg a.link {
  color: inherit;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.wysiwyg a.link:hover {
  color: #00de3c;
}
.wysiwyg small {
  font-size: 1.125rem;
  line-height: 1.125rem;
  font-weight: 400;
}
.wysiwyg i {
  color: #00de3c;
}
.wysiwyg br {
  display: none;
}
@media screen and (min-width: 768px) {
  .wysiwyg br {
    display: block;
  }
}

.slick-slider {
  position: relative;
  width: auto;
  height: 100%;
  display: block;
  cursor: -webkit-grab;
  cursor: grab;
}
.slick-slider.slick-vertical .slick-track {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.slick-slider.slick-vertical .slick-slide {
  display: block;
  height: 20rem;
}
.slick-slider img {
  display: block;
  width: 100%;
}
.slick-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slick-slider .slick-list {
  padding: 0 !important;
  overflow: hidden;
}
.slick-slider .slick-slide {
  display: inline-block;
  height: 100%;
  z-index: 2 !important;
  margin: 0;
  min-height: 1px;
}
.slick-slider .slick-slide.slick-current {
  z-index: 3 !important;
}
.slick-slider .slick-arrow {
  position: absolute;
  width: 2.75rem;
  height: 2.75rem;
  cursor: pointer;
  z-index: 4;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.slick-slider .slick-arrow.slick-prev {
  left: 1.5rem;
  right: auto;
}
.slick-slider .slick-arrow.slick-prev:hover {
  left: 1rem;
}
.slick-slider .slick-arrow.slick-next {
  left: auto;
  right: 1.5rem;
}
.slick-slider .slick-arrow.slick-next:hover {
  right: 1rem;
}
.slick-slider .slick-arrow.slick-disabled {
  opacity: 0.8;
  pointer-events: none;
}
.slick-slider .slick-dots {
  margin: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  -webkit-transform: translateY(-0.75rem);
  transform: translateY(-0.75rem);
}
.slick-slider .slick-dots li {
  margin: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.slick-slider .slick-dots li:not(:last-child) {
  margin-right: 1.25rem;
}
.slick-slider .slick-dots li.slick-active button,
.slick-slider .slick-dots li:hover button {
  background-color: #ffffff;
}
.slick-slider .slick-dots li:only-child {
  display: none;
}
.slick-slider .slick-dots button {
  text-indent: -9999px;
  width: 1rem;
  height: 1rem;
  background-color: #b7b7b8;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slick-loading .slick-slide {
  visibility: hidden;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  width: 100%;
  margin-bottom: 2rem;
  table-layout: fixed;
}
table td,
table th {
  border-bottom: 1px solid #1f2022;
  border-top: 1px solid #1f2022;
  text-align: left;
  padding: 0.5rem 1.25rem;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 992px) {
  table td,
  table th {
    padding: 1.25rem 1.5rem;
  }
}
table th {
  color: #ffffff;
  font-weight: 600;
  background-color: #1f2022;
}

.tabs .tabs__header {
  overflow: hidden;
  overflow-x: auto;
}
.tabs .tabs__header .tabs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tabs .tabs__header .tabs__item {
  padding: 0.5rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0.125rem solid #e6e8ec;
}
.tabs .tabs__header .tabs__item.tabs__item_active {
  border-color: #c50855;
}
.tabs .tabs__title .title__text {
  color: #121212;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.tabs .tabs__main {
  position: relative;
  overflow: hidden;
}
.tabs .tabs__main .tabs__item {
  width: 100%;
  position: absolute;
  left: -100vw;
  padding: 1rem 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.tabs .tabs__main .tabs__item.tabs__item_active {
  position: relative;
  opacity: 1;
  left: 0;
}

.layout__data:not(:last-child) {
  margin-bottom: 1.5rem;
}
.layout__data .data__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__data .data__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.layout__data .data__item:not(:last-child) {
  margin-bottom: 1.25rem;
}
.layout__data .data__media {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.layout__data .data__media:not(:last-child) {
  margin-right: 1.25rem;
}
.layout__data .data__media img,
.layout__data .data__media svg {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  fill: #ffffff;
}
.layout__data .data__media img path,
.layout__data .data__media svg path {
  fill: #ffffff;
}
.layout__data .data__text a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.layout__data .data__text a:hover {
  color: #00de3c;
}

.layout__data.layout__data_secondary:not(:last-child) {
  margin-bottom: 2.5rem;
}
.layout__data.layout__data_secondary .data__media {
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.layout__data.layout__data_secondary .data__media:not(:last-child) {
  margin-right: 0;
}
.layout__data.layout__data_secondary .data__media img,
.layout__data.layout__data_secondary .data__media svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: #ffffff;
}
.layout__data.layout__data_secondary .data__media img path,
.layout__data.layout__data_secondary .data__media svg path {
  fill: #ffffff;
}
.layout__data.layout__data_secondary .data__text {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}

.layout__dataset:not(:last-child) {
  margin-bottom: 3.5rem;
}
.layout__dataset .dataset__list {
  margin-bottom: -2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.layout__dataset .dataset__item {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.layout__dataset .dataset__item:not(:last-child) {
  margin-right: 5rem;
}
.layout__dataset .dataset__media {
  width: 1.5rem;
  height: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.layout__dataset .dataset__media:not(:last-child) {
  margin-right: 0.75rem;
}
.layout__dataset .dataset__media:not(:last-child) img,
.layout__dataset .dataset__media:not(:last-child) svg {
  width: 100%;
  height: 100%;
  fill: #ffffff;
}
.layout__dataset .dataset__text {
  font-size: 2rem;
  line-height: 2rem;
  text-transform: uppercase;
  display: block;
}

.layout__materials.layout__materials_second .materials__list {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.layout__materials .materials__header:not(:last-child) {
  margin-bottom: 1rem;
}
.layout__materials .materials__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.layout__materials .materials__list {
  margin: 0 -1.5rem -1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.layout__materials .materials__item {
  padding: 0 1.5rem;
  width: 9rem;
  margin-bottom: 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: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.layout__materials .materials__media {
  width: 5rem;
  height: 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;
}
.layout__materials .materials__media:not(:last-child) {
  margin-bottom: 0.5rem;
}
.layout__materials .materials__title .materials__text {
  font-weight: 500;
}

.theme-300_element,
.theme-400_element,
.theme-500_element {
  display: none !important;
}

.theme-300 .theme-300_element {
  display: block !important;
}
.theme-300 ::-webkit-scrollbar-thumb {
  background-color: #00de3c;
}
.theme-300 ::-webkit-scrollbar-thumb:hover {
  background-color: #fcf331;
}
.theme-300 .layout__header .header__search:hover img,
.theme-300 .layout__header .header__search:hover svg {
  fill: #00de3c;
}
.theme-300
  .layout__header
  .header__languages
  .languages__item:hover
  .languages__text,
.theme-300
  .layout__header
  .header__languages
  .languages__item.languages__item_active
  .languages__text {
  color: #00de3c;
}
.theme-300
  .layout__header
  .header__languages
  .nav__item.nav__current
  .nav__link,
.theme-300 .layout__header .header__languages .nav__item:hover .nav__link {
  color: #00de3c;
}
.theme-300 .layout__header .header__languages .nav__item.nav__current .nav__ico,
.theme-300 .layout__header .header__languages .nav__item:hover .nav__ico {
  stroke: #00de3c;
}
.theme-300
  .layout__header
  .header__languages
  .nav__dropdown
  .dropdown__item.dropdown__item_current
  .dropdown__link,
.theme-300
  .layout__header
  .header__languages
  .nav__dropdown
  .dropdown__item:hover
  .dropdown__link {
  color: #00de3c;
}
.theme-300 .layout__banner .banner__layout h1,
.theme-300 .layout__banner .banner__layout h2,
.theme-300 .layout__banner .banner__layout h3 {
  color: #00de3c;
}
.theme-300 .layout__banner .banner__data .data__title {
  background-color: #00de3c;
}
.theme-300 .layout__banner .banner__data .data__title:before {
  border-right: 1.55rem solid #00de3c;
}
.theme-300 .layout__banner .banner__data .data__media img,
.theme-300 .layout__banner .banner__data .data__media svg {
  fill: #00de3c;
}

.theme-300 .layout__search .search__layout .search__header img path,
.theme-300 .layout__search .search__layout .search__header svg path {
  fill: #00de3c;
}
.theme-300 .layout__footer .footer__menu .menu__title .title__text {
  color: #00de3c;
}
.theme-300 .layout__footer .footer__menu .menu__item:hover .menu__link,
.theme-300
  .layout__footer
  .footer__menu
  .menu__item.menu__item_active
  .menu__link {
  color: #00de3c;
}
.theme-300 .layout__footer .footer__socials .socials__item img,
.theme-300 .layout__footer .footer__socials .socials__item svg {
  fill: #00de3c;
}
.theme-300
  .layout__product
  .product__rating
  .rating__item.rating__item_active
  img,
.theme-300
  .layout__product
  .product__rating
  .rating__item.rating__item_active
  svg {
  fill: #00de3c;
}
.theme-300 .btn.btn_primary {
  border-color: #00de3c;
}
.theme-300 .btn.btn_primary .btn__ico {
  fill: #00de3c;
}
.theme-300 .btn.btn_primary:before {
  background-color: #00de3c;
}
.theme-300 .btn.btn_primary:hover {
  background-color: #00de3c;
  border-color: #00de3c;
}
.theme-300 .btn.btn_primary:hover .btn__ico {
  fill: #ffffff;
}
.theme-300 .btn.btn_secondary {
  border-color: #fcf331;
}
.theme-300 .btn.btn_secondary .btn__ico {
  fill: #fcf331;
}
.theme-300 .btn.btn_secondary:before {
  background-color: #fcf331;
}
.theme-300 .btn.btn_secondary:hover {
  background-color: #fcf331;
  border-color: #fcf331;
}
.theme-300 .btn.btn_secondary:hover .btn__ico {
  fill: #ffffff;
}
.theme-300 .form-item.form-item_second .form-item__input {
  color: #00de3c;
}
.theme-300
  .form-item.form-item_second
  .form-item__input::-webkit-input-placeholder {
  color: #222326;
}
.theme-300 .form-item.form-item_second .form-item__input::-moz-placeholder {
  color: #222326;
}
.theme-300 .form-item.form-item_second .form-item__input:-ms-input-placeholder {
  color: #222326;
}
.theme-300
  .form-item.form-item_second
  .form-item__input::-ms-input-placeholder {
  color: #222326;
}
.theme-300 .form-item.form-item_second .form-item__input::placeholder {
  color: #222326;
}
.theme-300 .form-item.form-item_second .form-item__media {
  background-color: #00de3c;
}
.theme-300 .wysiwyg ul li:before {
  background-color: #00de3c;
}
.theme-300 .wysiwyg a:not(.link):before {
  background-color: #00de3c;
}
.theme-300 .wysiwyg a:not(.link):hover {
  color: #00de3c;
}
.theme-300 .wysiwyg a.link:hover {
  color: #00de3c;
}
.theme-300 .wysiwyg i {
  color: #00de3c;
}
.theme-300 .layout__scroll .scroll__link:hover {
  background-color: #00de3c;
}
.theme-300 .layout__scroll .scroll__link img,
.theme-300 .layout__scroll .scroll__link svg {
  fill: #00de3c;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.theme-400 .theme-400_element {
  display: block !important;
}
.theme-400 ::-webkit-scrollbar-thumb {
  background-color: #fcf331;
}
.theme-400 ::-webkit-scrollbar-thumb:hover {
  background-color: #c50855;
}
.theme-400 .layout__header .header__search:hover img,
.theme-400 .layout__header .header__search:hover svg {
  fill: #fcf331;
}
.theme-400
  .layout__header
  .header__languages
  .languages__item:hover
  .languages__text,
.theme-400
  .layout__header
  .header__languages
  .languages__item.languages__item_active
  .languages__text {
  color: #fcf331;
}
.theme-400 .layout__header .nav__item.nav__current .nav__link,
.theme-400 .layout__header .nav__item:hover .nav__link {
  color: #fcf331;
}
.theme-400 .layout__header .nav__item.nav__current .nav__ico,
.theme-400 .layout__header .nav__item:hover .nav__ico {
  stroke: #fcf331;
}
.theme-400
  .layout__header
  .nav__dropdown
  .dropdown__item.dropdown__item_current
  .dropdown__link,
.theme-400
  .layout__header
  .nav__dropdown
  .dropdown__item:hover
  .dropdown__link {
  color: #fcf331;
}
.theme-400 .layout__banner .banner__layout h1,
.theme-400 .layout__banner .banner__layout h2,
.theme-400 .layout__banner .banner__layout h3 {
  color: #fcf331;
}
.theme-400 .layout__banner .banner__data .data__title {
  background-color: #fcf331;
}
.theme-400 .layout__banner .banner__data .data__title:before {
  border-right: 1.55rem solid #fcf331;
}
.theme-400 .layout__banner .banner__data .data__media img,
.theme-400 .layout__banner .banner__data .data__media svg {
  fill: #fcf331;
}
.theme-400 .layout__search .search__layout .search__header img path,
.theme-400 .layout__search .search__layout .search__header svg path {
  fill: #fcf331;
}
.theme-400 .layout__footer .footer__menu .menu__title .title__text {
  color: #fcf331;
}
.theme-400 .layout__footer .footer__menu .menu__item:hover .menu__link,
.theme-400
  .layout__footer
  .footer__menu
  .menu__item.menu__item_active
  .menu__link {
  color: #fcf331;
}
.theme-400 .layout__footer .footer__socials .socials__item img,
.theme-400 .layout__footer .footer__socials .socials__item svg {
  fill: #fcf331;
}
.theme-400
  .layout__product
  .product__rating
  .rating__item.rating__item_active
  img,
.theme-400
  .layout__product
  .product__rating
  .rating__item.rating__item_active
  svg {
  fill: #fcf331;
}
.theme-400 .btn.btn_primary {
  border-color: #fcf331;
}
.theme-400 .btn.btn_primary .btn__ico {
  fill: #fcf331;
}
.theme-400 .btn.btn_primary:before {
  background-color: #fcf331;
}
.theme-400 .btn.btn_primary:hover {
  background-color: #fcf331;
  border-color: #fcf331;
}
.theme-400 .btn.btn_primary:hover .btn__ico {
  fill: #ffffff;
}
.theme-400 .btn.btn_secondary {
  border-color: #00de3c;
}
.theme-400 .btn.btn_secondary .btn__ico {
  fill: #00de3c;
}
.theme-400 .btn.btn_secondary:before {
  background-color: #00de3c;
}
.theme-400 .btn.btn_secondary:hover {
  background-color: #00de3c;
  border-color: #00de3c;
}
.theme-400 .btn.btn_secondary:hover .btn__ico {
  fill: #ffffff;
}
.theme-400 .layout__categories .categories__link:hover {
  color: #00de3c;
}
.theme-400 .form-item.form-item_second .form-item__input {
  color: #fcf331;
}
.theme-400
  .form-item.form-item_second
  .form-item__input::-webkit-input-placeholder {
  color: #222326;
}
.theme-400 .form-item.form-item_second .form-item__input::-moz-placeholder {
  color: #222326;
}
.theme-400 .form-item.form-item_second .form-item__input:-ms-input-placeholder {
  color: #222326;
}
.theme-400
  .form-item.form-item_second
  .form-item__input::-ms-input-placeholder {
  color: #222326;
}
.theme-400 .form-item.form-item_second .form-item__input::placeholder {
  color: #222326;
}
.theme-400 .form-item.form-item_second .form-item__media {
  background-color: #fcf331;
}
.theme-400 .wysiwyg ul li:before {
  background-color: #fcf331;
}
.theme-400 .wysiwyg a:not(.link):before {
  background-color: #fcf331;
}
.theme-400 .wysiwyg a:not(.link):hover {
  color: #fcf331;
}
.theme-400 .wysiwyg a.link:hover {
  color: #fcf331;
}
.theme-400 .wysiwyg i {
  color: #fcf331;
}
.theme-400 .layout__categories .categories__link:hover {
  color: #fcf331;
}
.theme-400 .layout__scroll .scroll__link:hover {
  background-color: #fcf331;
}
.theme-400 .layout__scroll .scroll__link img,
.theme-400 .layout__scroll .scroll__link svg {
  fill: #fcf331;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.theme-500 .theme-500_element {
  display: block !important;
}
.theme-500 ::-webkit-scrollbar-thumb {
  background-color: #c50855;
}
.theme-500 ::-webkit-scrollbar-thumb:hover {
  background-color: #fcf331;
}
.theme-500 .layout__header .header__search:hover img,
.theme-500 .layout__header .header__search:hover svg {
  fill: #c50855;
}
.theme-500
  .layout__header
  .header__languages
  .languages__item:hover
  .languages__text,
.theme-500
  .layout__header
  .header__languages
  .languages__item.languages__item_active
  .languages__text {
  color: #c50855;
}
.theme-500 .layout__header .nav__item.nav__current .nav__link,
.theme-500 .layout__header .nav__item:hover .nav__link {
  color: #c50855;
}
.theme-500 .layout__header .nav__item.nav__current .nav__ico,
.theme-500 .layout__header .nav__item:hover .nav__ico {
  stroke: #c50855;
}
.theme-500
  .layout__header
  .nav__dropdown
  .dropdown__item.dropdown__item_current
  .dropdown__link,
.theme-500
  .layout__header
  .nav__dropdown
  .dropdown__item:hover
  .dropdown__link {
  color: #c50855;
}
.theme-500 .layout__banner .banner__layout h1,
.theme-500 .layout__banner .banner__layout h2,
.theme-500 .layout__banner .banner__layout h3 {
  color: #c50855;
}
.theme-500 .layout__banner .banner__data .data__title {
  background-color: #c50855;
}
.theme-500 .layout__banner .banner__data .data__title:before {
  border-right: 1.55rem solid #c50855;
}
.theme-500 .layout__banner .banner__data .data__media img,
.theme-500 .layout__banner .banner__data .data__media svg {
  fill: #c50855;
}
.theme-500 .layout__search .search__layout .search__header img path,
.theme-500 .layout__search .search__layout .search__header svg path {
  fill: #fcf331;
}
.theme-500 .layout__search .search__layout .search__header img path,
.theme-500 .layout__search .search__layout .search__header svg path {
  fill: #c50855;
}
.theme-500 .layout__footer .footer__menu .menu__title .title__text {
  color: #c50855;
}
.theme-500 .layout__footer .footer__menu .menu__item:hover .menu__link,
.theme-500
  .layout__footer
  .footer__menu
  .menu__item.menu__item_active
  .menu__link {
  color: #c50855;
}
.theme-500 .layout__footer .footer__socials .socials__item img,
.theme-500 .layout__footer .footer__socials .socials__item svg {
  fill: #c50855;
}
.theme-500
  .layout__product
  .product__rating
  .rating__item.rating__item_active
  img,
.theme-500
  .layout__product
  .product__rating
  .rating__item.rating__item_active
  svg {
  fill: #c50855;
}
.theme-500 .btn.btn_primary {
  border-color: #c50855;
}
.theme-500 .btn.btn_primary .btn__ico {
  fill: #c50855;
}
.theme-500 .btn.btn_primary:before {
  background-color: #c50855;
}
.theme-500 .btn.btn_primary:hover {
  background-color: #c50855;
  border-color: #c50855;
}
.theme-500 .btn.btn_primary:hover .btn__ico {
  fill: #ffffff;
}
.theme-500 .btn.btn_secondary {
  border-color: #fcf331;
}
.theme-500 .btn.btn_secondary .btn__ico {
  fill: #fcf331;
}
.theme-500 .btn.btn_secondary:before {
  background-color: #fcf331;
}
.theme-500 .btn.btn_secondary:hover {
  background-color: #fcf331;
  border-color: #fcf331;
}
.theme-500 .btn.btn_secondary:hover .btn__ico {
  fill: #ffffff;
}
.theme-500 .btn.btn_tertiary {
  border-color: #00de3c;
}
.theme-500 .btn.btn_tertiary .btn__ico {
  fill: #00de3c;
}
.theme-500 .btn.btn_tertiary:before {
  background-color: #00de3c;
}
.theme-500 .btn.btn_tertiary:hover {
  background-color: #00de3c;
  border-color: #00de3c;
}
.theme-500 .btn.btn_tertiary:hover .btn__ico {
  fill: #ffffff;
}
.theme-500 .form-item.form-item_second .form-item__input {
  color: #c50855;
}
.theme-500
  .form-item.form-item_second
  .form-item__input::-webkit-input-placeholder {
  color: #222326;
}
.theme-500 .form-item.form-item_second .form-item__input::-moz-placeholder {
  color: #222326;
}
.theme-500 .form-item.form-item_second .form-item__input:-ms-input-placeholder {
  color: #222326;
}
.theme-500
  .form-item.form-item_second
  .form-item__input::-ms-input-placeholder {
  color: #222326;
}
.theme-500 .form-item.form-item_second .form-item__input::placeholder {
  color: #222326;
}
.theme-500 .form-item.form-item_second .form-item__media {
  background-color: #c50855;
}
.theme-500 .wysiwyg ul li:before {
  background-color: #c50855;
}
.theme-500 .wysiwyg a:not(.link):before {
  background-color: #c50855;
}
.theme-500 .wysiwyg a:not(.link):hover {
  color: #c50855;
}
.theme-500 .wysiwyg a.link:hover {
  color: #c50855;
}
.theme-500 .wysiwyg i {
  color: #c50855;
}
.theme-500 .layout__categories .categories__link:hover {
  color: #c50855;
}
.theme-500 .layout__scroll .scroll__link:hover {
  background-color: #c50855;
}
.theme-500 .layout__scroll .scroll__link img,
.theme-500 .layout__scroll .scroll__link svg {
  fill: #c50855;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.layout__header {
  background-color: #1f2022;
  padding: 1.25rem;
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 5.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: fixed;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 1050px) {
  .layout__header {
    top: 0;
    height: auto;
    padding: 3rem;
    position: absolute;
    background-color: transparent;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    bottom: auto;
  }
  .layout__header.layout__header_animation {
    background-color: #1f2022;
    position: fixed;
  }
}
@media screen and (min-width: 1050px) {
  .layout__header.layout__header_animation
    .header__logo
    .logo__img.logo__img_primary {
    opacity: 0;
    visibility: hidden;
    z-index: 1;
  }
  .layout__header.layout__header_animation
    .header__logo
    .logo__img.logo__img_secondary {
    opacity: 1;
    visibility: visible;
    z-index: 2;
    width: 75%;
    height: 75%;
  }
}
@media screen and (min-width: 1050px) {
  .layout__header.layout__header_animation .nav__dropdown {
    background-color: #1f2022;
  }
}
@media screen and (min-width: 1050px) {
  .layout__header.layout__header_animation .nav__dropdown:before,
  .layout__header.layout__header_animation .nav__dropdown:after {
    content: "";
    background-color: #1f2022;
    position: absolute;
    height: 100%;
    width: 100vw;
    top: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .layout__header.layout__header_animation .nav__dropdown:before {
    right: calc(100% - 1px);
  }
  .layout__header.layout__header_animation .nav__dropdown:after {
    left: calc(100% - 1px);
  }
}
.layout__header.header_menu-active .header__layout {
  padding: 4rem 1.25rem;
  max-height: 100vh;
}
.layout__header.header_menu-active .header__burger {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.layout__header.header_menu-active ~ * {
  background-color: #1f2022;
}
.layout__header.header_menu-active ~ * > * {
  opacity: 0;
}

.header__layout {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1049px) {
  .header__layout {
    top: 0;
    padding: 0 1.25rem;
    left: 0;
    width: 100%;
    height: calc(100vh - 5.25rem);
    background-color: #1f2022;
    z-index: 3;
    max-height: 0;
    position: fixed;
    overflow: hidden;
    overflow-y: auto;
    -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;
  }
}

.header__logo {
  position: relative;
  margin-right: auto;
  z-index: 3;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 1050px) {
  .header__logo {
    top: 50%;
    bottom: auto;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.header__logo .logo__link {
  width: 4rem;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
@media screen and (min-width: 1050px) {
  .header__logo .logo__link {
    width: 7.75rem;
    height: 7.75rem;
  }
}
.header__logo .logo__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  -o-object-fit: contain;
  object-fit: contain;
  -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__logo .logo__img.logo__img_primary {
  opacity: 1;
  visibility: visible;
}
.header__logo .logo__img.logo__img_secondary {
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

.header__burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2.75rem;
  height: 2.75rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 1050px) {
  .header__burger {
    display: none;
  }
}

.header__search {
  width: 2.125rem;
  height: 2.125rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: pointer;
}
@media screen and (min-width: 1050px) {
  .header__search {
    margin-right: 5rem;
  }
}
@media screen and (max-width: 1049px) {
  .header__search {
    border-bottom: 0.125rem solid #ffffff;
    width: 15rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.5rem 0;
    height: 4rem;
  }
}
.header__search:hover img,
.header__search:hover svg {
  fill: #00de3c;
}
.header__search img,
.header__search svg {
  width: 100%;
  height: 100%;
  fill: #ffffff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1049px) {
  .header__search img,
  .header__search svg {
    width: 2rem;
  }
}

.header__languages {
  position: relative;
  z-index: 3;
}
.header__languages:not(:last-child) {
  margin-right: 1.25rem;
}
@media screen and (min-width: 1050px) {
  .header__languages:not(:last-child) {
    margin-right: 0;
  }
}
.header__languages .languages__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__languages .languages__item:not(:last-child) {
  margin-right: 2rem;
  position: relative;
}
.header__languages .languages__item:not(:last-child):before {
  content: "";
  width: 0.25rem;
  height: calc(100% - 0.25rem);
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: calc(100% + 1rem);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header__languages .languages__item:hover .languages__text,
.header__languages .languages__item.languages__item_active .languages__text {
  color: #00de3c;
  text-decoration: underline;
}
.header__languages .languages__text {
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 1050px) {
  .header__languages .languages__text {
    font-size: 1.875rem;
    line-height: 1.875rem;
  }
}

.header__nav {
  width: 100%;
}
.header__nav .nav__list {
  margin: 0;
  list-style: none;
  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: 1050px) {
  .header__nav .nav__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.header__nav .nav__item {
  margin-bottom: 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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 1050px) {
  .header__nav .nav__item {
    margin-bottom: 0;
    margin-right: 2rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .header__nav .nav__item:first-child .nav__dropdown,
  .header__nav .nav__item:last-child .nav__dropdown {
    -webkit-transform: none;
    transform: none;
  }
  .header__nav .nav__item:first-child .nav__dropdown {
    left: 0;
  }
  .header__nav .nav__item:last-child .nav__dropdown {
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 1049px) {
  .header__nav .nav__item.nav__item_drop-active .nav__link {
    color: #00de3c;
  }
  .header__nav .nav__item.nav__item_drop-active .nav__ico {
    stroke: #00de3c;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .header__nav .nav__item.nav__item_drop-active .nav__dropdown {
    opacity: 1;
    visibility: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 1rem;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}
@media screen and (min-width: 1050px) {
  .header__nav .nav__item:hover .nav__link {
    color: #00de3c;
  }
  .header__nav .nav__item:hover .nav__ico {
    stroke: #00de3c;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .header__nav .nav__item:hover .nav__dropdown {
    opacity: 1;
    visibility: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2.75rem 0 1rem;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}
@media screen and (min-width: 1800px) {
  .header__nav .nav__item {
    margin-right: 5rem;
  }
}
@media screen and (min-width: 1050px) {
  .header__nav .nav__item:nth-child(4) {
    margin-left: auto;
  }
}
.header__nav .nav__item.nav__item_active .nav__link {
  color: #00de3c;
}
.header__nav .nav__item.nav__item_active .nav__ico {
  stroke: #00de3c;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header__nav .nav__item.nav__item_active .nav__dropdown {
  opacity: 1;
  visibility: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
@media screen and (min-width: 1050px) {
  .header__nav .nav__item.nav__item_active .nav__dropdown {
    padding: 2.75rem 0 1rem;
  }
}
.header__nav .nav__link {
  color: #ffffff;
  font-size: 1.875rem;
  line-height: 1.875rem;
  font-weight: 800;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  -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 {
    font-size: 4.875rem;
    line-height: 7.8rem;
  }
}
@media screen and (min-width: 1050px) {
  .header__nav .nav__link {
    font-size: 1.875rem;
    line-height: 1.875rem;
  }
}
.header__nav .nav__link:not(:last-child) {
  margin-right: 0.875rem;
}
.header__nav .nav__ico {
  width: 1rem;
  height: 1rem;
  stroke: #ffffff;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1049px) {
  .header__nav .nav__ico {
    position: absolute;
    top: 3rem;
    left: calc(100% + 0.5rem);
  }
}
@media screen and (max-width: 767px) {
  .header__nav .nav__ico {
    top: 0.4rem;
  }
}
.nav__dropdown {
  width: 100%;
  opacity: 0;
  padding-top: 1rem;
  visibility: hidden;
  display: none;
  -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;
}
@media screen and (min-width: 1050px) {
  .nav__dropdown {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 100%;
    left: 50%;
    padding: 0;
    width: auto;
    background-color: transparent;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .nav__dropdown .dropdown__item:not(:last-child) {
    margin-right: 4rem;
  }
}
.nav__dropdown .dropdown__item.dropdown__item_current .dropdown__link,
.nav__dropdown .dropdown__item:hover .dropdown__link {
  color: #00de3c;
}
.nav__dropdown .dropdown__link {
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 2.5rem;
  font-weight: 800;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 1050px) {
  .nav__dropdown .dropdown__link {
    font-size: 1.25rem;
    line-height: 2rem;
    text-align: left;
  }
}

@media screen and (min-width: 1050px) {
  html.overflow {
    overflow: hidden;
    position: fixed;
  }
  html.overflow body {
    overflow: hidden;
    position: fixed;
  }
}
.layout__footer {
  color: #ffffff;
  background-color: #121212;
  position: relative;
  z-index: 3;
}
.layout__footer .footer__top {
  padding: 3.25rem 0;
  position: relative;
}
.layout__footer .footer__top:not(:last-child) {
  border-bottom: 0.125rem solid #ffffff;
}
.layout__footer .footer__newsletter {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .layout__footer .footer__newsletter {
    margin-bottom: 0;
  }
}
.layout__footer .footer__newsletter .newsletter__main:not(:last-child) {
  margin-bottom: 2rem;
}
.layout__footer .footer__newsletter .newsletter__formular {
  max-width: 30.25rem;
}
@media screen and (min-width: 768px) {
  .layout__footer .footer__socials {
    position: absolute;
    right: -1.75rem;
    bottom: 3.25rem;
  }
}
.layout__footer .footer__socials .socials__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media screen and (min-width: 768px) {
  .layout__footer .footer__socials .socials__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.layout__footer .footer__socials .socials__item:not(:last-child) {
  margin-right: 1rem;
}
@media screen and (min-width: 768px) {
  .layout__footer .footer__socials .socials__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.layout__footer .footer__socials .socials__item img,
.layout__footer .footer__socials .socials__item svg {
  width: 2rem;
  height: 2rem;
  fill: #00de3c;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.layout__footer .footer__menus {
  margin-bottom: -2rem;
}
@media screen and (min-width: 768px) {
  .layout__footer .footer__menus {
    padding-top: 16rem;
  }
}
@media screen and (max-width: 767px) {
  .layout__footer .footer__menus .row .col:nth-child(1) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .layout__footer .footer__menus .row .col:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .layout__footer .footer__menus .row .col:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .layout__footer .footer__menus .row .col:nth-child(4) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .layout__footer .footer__menus .row .col:nth-child(5) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
}
.layout__footer .footer__menu {
  margin-bottom: 2rem;
}
.layout__footer .footer__menu .menu__header {
  min-height: 2.5rem;
}
@media screen and (min-width: 768px) {
  .layout__footer .footer__menu .menu__header {
    min-height: 2rem;
  }
}
.layout__footer .footer__menu .menu__header:not(:last-child) {
  margin-bottom: 1rem;
}
.layout__footer .footer__menu .menu__title .title__text {
  color: #00de3c;
  font-weight: 700;
  text-transform: uppercase;
}
.layout__footer .footer__menu .menu__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__footer .footer__menu .menu__item:not(:last-child) {
  margin-bottom: 0.125rem;
}
.layout__footer .footer__menu .menu__item:hover .menu__link,
.layout__footer .footer__menu .menu__item.menu__item_active .menu__link {
  color: #00de3c;
}
.layout__footer .footer__menu .menu__link {
  color: #ffffff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.layout__footer .footer__bottom {
  padding: 1.5rem 0 7.5rem;
  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 .footer__bottom {
    padding: 3.25rem 0 1.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.layout__footer .footer__group:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .layout__footer .footer__group:not(:last-child) {
    margin-bottom: 0;
  }
}
.layout__footer .footer__group .group__list {
  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 .footer__group .group__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.layout__footer .footer__group .group__item {
  font-size: 1.125rem;
  line-height: 1.125rem;
}
.layout__footer .footer__group .group__item:not(:last-child) {
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 768px) {
  .layout__footer .footer__group .group__item:not(:last-child) {
    margin-bottom: 0;
    margin-right: 2.5rem;
  }
}

.layout__scroll {
  position: fixed;
  bottom: 6rem;
  right: 1rem;
  z-index: 4;
}

@media screen and (min-width: 1050px) {
  .layout__scroll {
    bottom: 2rem;
    right: 2rem;
  }
}
.layout__scroll .scroll__link {
  width: 3.75rem;
  height: 3.75rem;
  background-color: #222326;
  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;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.layout__scroll .scroll__link:hover {
  background-color: #00de3c;
}
.layout__scroll .scroll__link:hover img,
.layout__scroll .scroll__link:hover svg {
  fill: #222326;
}
.layout__scroll .scroll__link img,
.layout__scroll .scroll__link svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: #00de3c;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.layout__search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 11;
  background-color: rgba(31, 32, 34, 0.9);
  -webkit-backdrop-filter: blur(1.5rem);
  backdrop-filter: blur(1.5rem);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.layout__search .search__action {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 2.125rem;
  height: 2.125rem;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media screen and (min-width: 768px) {
  .layout__search .search__action {
    top: 3rem;
    right: 3rem;
  }
}
.layout__search .search__action:hover {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.layout__search .search__action:hover img,
.layout__search .search__action:hover svg {
  stroke: #00de3c;
}
.layout__search .search__action img,
.layout__search .search__action svg {
  width: 100%;
  height: 100%;
  stroke: #ffffff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.layout__search .search__layout {
  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;
  position: relative;
}
.layout__search .search__result {
  width: 26.75rem;
  max-width: 100%;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  max-height: 15rem;
  overflow: hidden;
  overflow-y: auto;
}
.layout__search .search__header:not(:last-child) {
  margin-bottom: 2rem;
}
.layout__search .search__header img,
.layout__search .search__header svg {
  height: 3.25rem;
}
.layout__search .search__header img path,
.layout__search .search__header svg path {
  fill: #00de3c;
}
.layout__search .search__main {
  width: 100%;
}
.layout__search .search__formular {
  max-width: 33.75rem;
  width: 100%;
  margin: 0 auto;
}
.layout__search .form-item__media {
  display: none;
}
@media screen and (min-width: 768px) {
  .layout__search .form-item__media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.layout_search-active .layout__search {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.layout__comeback {
  padding-top: 3.75rem;
  background-color: #1f2022;
}
@media screen and (min-width: 768px) {
  .layout__comeback {
    padding-top: 4.6875rem;
  }
}
.layout__comeback .comeback__link {
  color: #ffffff;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.layout__comeback .comeback__link:hover {
  color: #00de3c;
}
.layout__comeback .comeback__link:hover .comeback__media img,
.layout__comeback .comeback__link:hover .comeback__media svg {
  stroke: #00de3c;
}
.layout__comeback .comeback__media {
  width: 0.5rem;
  height: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.layout__comeback .comeback__media:not(:last-child) {
  margin-right: 0.75rem;
}
.layout__comeback .comeback__media img,
.layout__comeback .comeback__media svg {
  width: 100%;
  height: 100%;
  stroke: #ffffff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.modal-init {
  cursor: pointer;
}

.layout__modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  cursor: pointer;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  background: rgba(17, 17, 17, 0.75);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.layout_modal-active .layout__modal {
  visibility: visible;
  opacity: 1;
}

.modal__layout {
  position: fixed;
  top: auto;
  bottom: 0;
  cursor: auto;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #ffffff;
  background-color: #222326;
  padding: 4rem 2rem;
  z-index: 111;
  visibility: hidden;
  max-height: 100vh;
  overflow: hidden;
  overflow-y: auto;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 1024px) and (min-height: 40rem) {
  .modal__layout {
    top: 50%;
    bottom: auto;
    left: 50%;
    max-width: 40.75rem;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.modal__layout.modal__layout_active {
  visibility: visible;
  opacity: 1;
}
.modal__layout .modal__header {
  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;
}
.modal__layout .modal__header .modal__title:not(:last-child) {
  margin-right: 1.25rem;
}
.modal__layout .modal__action {
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  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;
  position: absolute;
  top: 2rem;
  right: 2rem;
}
@media (min-width: 1200px) {
  .modal__layout .modal__action:hover .action__ico {
    stroke: #c50855;
  }
}
.modal__layout .modal__action .action__ico {
  width: 100%;
  height: 100%;
  stroke: #ffffff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.modal__layout .modal__media {
  height: 10rem;
  width: 15rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.modal__layout .modal__media:not(:last-child) {
  margin-bottom: 1.875rem;
}
.modal__layout .modal__header {
  text-align: center;
  text-transform: uppercase;
}
.modal__layout .modal__header:not(:last-child) {
  margin-bottom: 1.25rem;
}
.layout__newsWidget {
  position: fixed;
  right: 0.5rem;
  bottom: 6.5rem;
  width: 5rem;
  height: 5rem;
  z-index: 2;
}
@media (min-width: 1200px) {
  .layout__newsWidget {
    position: absolute;
    right: 2.5rem;
    bottom: 2.5rem;
    width: 21.25rem;
    height: 21.25rem;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .layout__newsWidget:hover {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}
.layout__newsWidget .newsWidget__link {
  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__newsWidget img,
.layout__newsWidget svg {
  width: 100%;
  height: 100%;
}

.layout__product .product__banner {
  min-height: calc(100vh - 4rem);
  position: relative;
}
@media screen and (min-width: 768px) {
  .layout__product .product__banner {
    padding-top: 20rem;
    min-height: calc(100vh - 9.356rem);
  }
}
@media screen and (min-width: 768px) {
  .layout__product .product__banner.product__banner_second {
    min-height: calc(100vh - 20rem);
    padding-top: 10rem;
  }
}
.layout__product .product__banner:not(:last-child) {
  margin-bottom: 7.5rem;
}
.layout__product .product__banner .banner__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: -1;
}
.layout__product .product__banner .banner__media img,
.layout__product .product__banner .banner__media svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.layout__product .product__banner .banner__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.layout__product .product__banner .banner__header {
  text-align: center;
  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;
}
.layout__product .product__banner .banner__header:not(:last-child) {
  margin-bottom: 2rem;
}
.layout__product .product__banner .banner__title {
  color: #00de3c;
  text-transform: uppercase;
}
.layout__product .product__banner .banner__subtitle {
  font-size: 1.875rem;
  line-height: 1.875rem;
}
.layout__product .product__banner .banner__main:not(:last-child) {
  margin-bottom: 2rem;
}

.product__about:not(:last-child) {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .product__about:not(:last-child) {
    margin-bottom: 8rem;
  }
}
.product__about .about__header,
.product__about .about__main,
.product__about .about__footer {
  margin-bottom: 2rem;
}
.product__about .about__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.product__description {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .product__description {
    margin-bottom: 0;
  }
}
.product__description .description__header:not(:last-child) {
  margin-bottom: 0.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 0.125rem solid #ffffff;
}

.product__sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.product__sidebar .sidebar__header:not(:last-child) {
  margin-bottom: 3.25rem;
}
.product__sidebar .sidebar__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.product__sidebar .sidebar__item:not(:last-child) {
  margin-bottom: 3.75rem;
}

.product__data .data__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.product__data .data__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.product__data .data__item:not(:last-child) {
  margin-bottom: 2rem;
}
.product__data .data__header {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}
.product__data .data__header:not(:last-child) {
  margin-bottom: 1.25rem;
}
.product__data .data__main:not(:last-child) {
  margin-bottom: 1.25rem;
}
.product__data .data__footer {
  font-size: 1.125rem;
  line-height: 1.125rem;
}

.product__rating .rating__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product__rating .rating__item {
  width: 1.5rem;
  height: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.product__rating .rating__item:not(:last-child) {
  margin-right: 1.25rem;
}
.product__rating .rating__item.rating__item_active img,
.product__rating .rating__item.rating__item_active svg {
  fill: #00de3c;
}
.product__rating .rating__item img,
.product__rating .rating__item svg {
  width: 100%;
  height: 100%;
  fill: #b7b7b8;
}

.product__params {
  border-top: 0.125rem solid rgb(255, 255, 255);
}
.product__params .params__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.product__params .params__item {
  padding: 1.25rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
.product__params .params__title:not(:last-child) {
  margin-right: 1rem;
}

.product__grafic {
  max-width: 50rem;
}
.product__grafic .grafic__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.product__grafic .grafic__item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: none;
}

.layout__about .about__list {
  margin-bottom: -4.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__about .about__item {
  margin-bottom: 4.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;
}
@media screen and (min-width: 768px) {
  .layout__about .about__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .layout__about .about__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .layout__about .about__item:nth-child(even) .about__media {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .layout__about .about__item:nth-child(even) .about__main {
    text-align: right;
  }
}
.layout__about .about__media {
  width: 20rem;
  min-width: 20rem;
  height: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .layout__about .about__media {
    width: 50%;
    min-width: 50%;
    height: 26.25rem;
    padding: 0 3.25rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.layout__about .about__media:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .layout__about .about__media:not(:last-child) {
    margin-bottom: 0;
  }
}
.layout__about .about__main {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .layout__about .about__main {
    width: 50%;
  }
}

.layout__steps .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.layout__steps .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.layout__steps .slick-slide {
  height: inherit !important;
}
.layout__steps .steps__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.layout__steps .steps__media:not(:last-child) {
  margin-bottom: 2rem;
}
.layout__steps .steps__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.layout__steps .steps__header:not(:last-child) {
  margin-bottom: 2rem;
}
.layout__steps .steps__header .wysiwyg {
  text-transform: uppercase;
}
.layout__steps .steps__main {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .layout__steps .steps__main {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .layout__steps .steps__main .wysiwyg {
    height: 30rem;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
    -webkit-column-fill: auto;
    -moz-column-fill: auto;
    column-fill: auto;
  }
}
@media screen and (min-width: 768px) {
  .layout__steps .steps__main.steps__main_secondary .wysiwyg {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

.layout__banner {
  position: relative;
  z-index: 3;
  background-color: #1f2022;
}
.layout__banner .container {
  width: 80rem;
}
.layout__banner .banner__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.layout__banner .banner__media .media__image,
.layout__banner .banner__media .media__video {
  width: 100%;
  height: 100%;
}
.layout__banner .banner__media video {
  width: auto;
  height: 100%;
}
@media (min-width: 1280px) {
  .layout__banner .banner__media video {
    width: 100%;
    height: auto;
  }
}
.layout__banner .banner__media img,
.layout__banner .banner__media svg {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .layout__banner .banner__logo {
    width: 30.75rem;
    height: 30.75rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.layout__banner .banner__layout {
  min-height: 100vh;
  color: #ffffff;
  padding: 5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  text-align: center;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .layout__banner .banner__layout {
    font-size: 1.875rem;
    line-height: 1.875rem;
    padding: 10rem 0 5rem;
  }
}
.layout__banner .banner__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transform: translateX(1.5rem);
  transform: translateX(1.5rem);
}
@media screen and (min-width: 768px) {
  .layout__banner .banner__data {
    -webkit-transform: none;
    transform: none;
  }
}
.layout__banner .banner__data .data__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__banner .banner__data .data__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.layout__banner .banner__data .data__item:not(:last-child) {
  margin-bottom: 1.875rem;
}
.layout__banner .banner__data .data__media {
  /* width: 1.875rem;
  min-width: 1.875rem; */
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.layout__banner .banner__data .data__media img,
.layout__banner .banner__data .data__media svg {
  fill: #00de3c;
  width: 100%;
  height: 100%;
}
.layout__banner .banner__data .data__title {
  color: #121212;
  padding: 0.75rem 0.5rem;
  position: relative;
  background-color: #00de3c;
}
.layout__banner .banner__data .data__title:before {
  content: "";
  border: 0 solid transparent;
  position: absolute;
  top: 0;
  right: 100%;
  border-top-width: 1.55rem;
  border-bottom-width: 1.55rem;
  border-right: 1.55rem solid #00de3c;
}
@media screen and (min-width: 768px) {
  .layout__banner .banner__data .data__title:before {
    border-top-width: 1.75rem;
    border-bottom-width: 1.75rem;
    border-right-width: 1.75rem;
  }
}
@media screen and (min-width: 768px) {
  .layout__banner.layout__banner_secondary .banner__layout {
    min-height: 45rem;
  }
  .layout__banner.layout__banner_secondary .banner__layout .container {
    width: 110rem;
  }
}

@media screen and (min-width: 768px) {
  .single-product .layout__banner .banner__layout {
    padding: 15rem 0 5rem;
  }
}

.banner__widget {
  right: -6rem;
  bottom: -9rem;
  z-index: 2;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  position: absolute;
  display: none;
}
@media screen and (min-width: 1024px) {
  .banner__widget {
    right: 7rem;
    bottom: -14rem;
    -webkit-transform: scale(1);
    transform: scale(1);
    display: block;
  }
}
.banner__widget .widget__link {
  width: 18.75rem;
  height: 18.75rem;
  color: #ffffff;
  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;
  text-decoration: none;
}
.banner__widget .widget__link:hover:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0.7);
  transform: translate(-50%, -50%) rotate(45deg) scale(0.7);
}
.banner__widget .widget__link:hover .widget__ico {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.banner__widget .widget__link:hover .widget__ico img path,
.banner__widget .widget__link:hover .widget__ico svg path {
  fill: #00de3c;
}
.banner__widget .widget__link:hover .widget__arrow {
  opacity: 1;
  bottom: 2.75rem;
  visibility: visible;
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
  transform: translate(-50%, 0) rotate(-45deg);
}
.banner__widget .widget__link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15rem;
  height: 15rem;
  background-color: #141414;
  -webkit-transform: rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg) scale(1);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.banner__widget .widget__ico {
  position: absolute;
  top: 4.5rem;
  right: 5rem;
  width: 2rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.banner__widget .widget__ico img path,
.banner__widget .widget__ico svg path {
  fill: #ffffff;
}
.banner__widget .widget__title {
  position: relative;
  z-index: 2;
}
.banner__widget .widget__title .title__text {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}
.banner__widget .widget__media {
  height: 25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, calc(-50% - 2rem));
  transform: translate(-50%, calc(-50% - 2rem));
}
.banner__widget .widget__arrow {
  position: absolute;
  left: 50%;
  bottom: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, 0) rotate(0deg);
  transform: translate(-50%, 0) rotate(0deg);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.layout__categories .categories__list {
  margin: 0 -1rem;
  width: calc(100% + 2rem);
}
@media screen and (min-width: 768px) {
  .layout__categories .categories__list {
    margin: 0 -3.75rem;
    width: auto;
  }
}
.layout__categories .categories__item {
  margin: 0 -2rem;
  width: calc(100% + 4rem);
  position: relative;
}
@media screen and (min-width: 768px) {
  .layout__categories .categories__item {
    margin: 0 0 3.75rem;
    width: auto;
  }
}
.layout__categories .categories__link {
  color: inherit;
  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;
}
.layout__categories .categories__link:hover {
  color: #00de3c;
}
.layout__categories .categories__link:hover .categories__media:before {
  opacity: 0.5;
}
.layout__categories .categories__link:hover .categories__media img,
.layout__categories .categories__link:hover .categories__media svg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.layout__categories .categories__media {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.layout__categories .categories__media:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: 4;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .layout__categories .categories__media:before {
    opacity: 0;
  }
}
@media screen and (min-width: 768px) {
  .layout__categories .categories__media:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
.layout__categories .categories__media img,
.layout__categories .categories__media svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.layout__categories .slick-arrow {
  width: 2rem;
  height: 2rem;
}
.layout__categories .slick-arrow.slick-prev {
  left: 0.75rem;
}
.layout__categories .slick-arrow.slick-next {
  right: 0.75rem;
}
.layout__categories .slick-arrow svg {
  fill: #ffffff;
}
.layout__categories .categories__main {
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .layout__categories .categories__main {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 1.25rem 4rem;
    z-index: 4;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.layout__categories .categories__main h3 {
  font-size: 2.875rem;
  line-height: 2.875rem;
}
@media screen and (max-width: 767px) {
  .layout__categories .categories__main h3 {
    font-size: 3.125rem;
    line-height: 3.125rem;
  }
}

.accordion .accordion__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.accordion .accordion__item:not(:last-child) {
  margin-bottom: 4.5rem;
}
.accordion .accordion__item .accordion__headline:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .accordion .accordion__item .accordion__headline:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
.accordion .accordion__item .accordion__headline .wysiwyg {
  text-transform: uppercase;
}
.accordion .accordion__item .accordion__layout {
  color: #121212;
  background-color: #ffffff;
}
.accordion .accordion__item .accordion__header {
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  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) {
  .accordion .accordion__item .accordion__header {
    padding: 1.75rem 3.75rem;
  }
}
.accordion .accordion__item .accordion__header:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 1.5rem;
  background-color: transparent;
  height: 0.125rem;
  width: calc(100% - 3rem);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .accordion .accordion__item .accordion__header:after {
    left: 3.75rem;
    width: calc(100% - 7.5rem);
  }
}
.accordion .accordion__item .accordion__header .accordion__data .data__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.accordion .accordion__item .accordion__header .accordion__data .data__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.accordion
  .accordion__item
  .accordion__header
  .accordion__data
  .data__item:not(:last-child) {
  margin-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .accordion
    .accordion__item
    .accordion__header
    .accordion__data
    .data__item:not(:last-child) {
    margin-right: 6.25rem;
  }
}
/* .accordion
  .accordion__item
  .accordion__header
  .accordion__data
  .data__item:last-child {
  display: none;
} */
@media screen and (min-width: 768px) {
  .accordion
    .accordion__item
    .accordion__header
    .accordion__data
    .data__item:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.accordion .accordion__item .accordion__header .accordion__data .data__media {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  display: none;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .accordion .accordion__item .accordion__header .accordion__data .data__media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.accordion
  .accordion__item
  .accordion__header
  .accordion__data
  .data__media:not(:last-child) {
  margin-right: 1rem;
}
.accordion
  .accordion__item
  .accordion__header
  .accordion__data
  .data__media
  img,
.accordion
  .accordion__item
  .accordion__header
  .accordion__data
  .data__media
  svg {
  width: 100%;
  height: 100%;
}
.accordion
  .accordion__item
  .accordion__header
  .accordion__data
  .data__title
  .data__text {
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}
@media screen and (min-width: 768px) {
  .accordion
    .accordion__item
    .accordion__header
    .accordion__data
    .data__title
    .data__text {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.accordion .accordion__item .accordion__action {
  width: 2rem;
  height: 2rem;
  margin-left: auto;
}
.accordion .accordion__item .accordion__action .action__list {
  width: 100%;
  height: 100%;
  position: relative;
}
.accordion .accordion__item .accordion__action .action__item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.accordion
  .accordion__item
  .accordion__action
  .action__item.action__item_primary {
  opacity: 1;
  visibility: visible;
}
.accordion
  .accordion__item
  .accordion__action
  .action__item.action__item_second {
  opacity: 0;
  visibility: hidden;
}
.accordion .accordion__item .accordion__action .action__item img,
.accordion .accordion__item .accordion__action .action__item svg {
  width: 100%;
  height: 100%;
  stroke: #1f2022;
}
.accordion .accordion__item .accordion__main {
  max-height: 0;
  opacity: 0;
  padding: 0 1.5rem;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .accordion .accordion__item .accordion__main {
    padding: 0 3.75rem;
  }
}
.accordion
  .accordion__item.accordion__item_active
  .accordion__action
  .action__item.action__item_primary {
  opacity: 0;
  visibility: hidden;
}
.accordion
  .accordion__item.accordion__item_active
  .accordion__action
  .action__item.action__item_second {
  opacity: 1;
  visibility: visible;
}
/* .accordion .accordion__item.accordion__item_active .accordion__header:after {
  background-color: rgba(0, 0, 0, 0.3);
} */
.accordion .accordion__item.accordion__item_active .accordion__main {
  opacity: 1;
  padding: 1.5rem;
  max-height: 9999px;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .accordion .accordion__item.accordion__item_active .accordion__main {
    padding: 3.75rem;
  }
}
.accordion.layout__accordion_secondary .accordion__item {
  margin: 0;
}
.accordion.layout__accordion_secondary
  .accordion__item.accordion__item_active
  .accordion__action
  .action__item.action__item_primary {
  opacity: 0;
  visibility: hidden;
}
.accordion.layout__accordion_secondary
  .accordion__item.accordion__item_active
  .accordion__action
  .action__item.action__item_second {
  opacity: 1;
  visibility: visible;
}
.accordion.layout__accordion_secondary
  .accordion__item.accordion__item_active
  .accordion__header {
  border-bottom: 0;
}
.accordion.layout__accordion_secondary
  .accordion__item.accordion__item_active
  .accordion__main {
  padding: 1.25rem;
}
.accordion.layout__accordion_secondary .accordion__layout {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  background-color: #1f2022;
}
.accordion.layout__accordion_secondary .accordion__header {
  padding: 1.25rem;
  border: 0;
}
.accordion.layout__accordion_secondary .accordion__main {
  padding: 0 1.25rem;
}
.accordion.layout__accordion_secondary .accordion__action .action__item img,
.accordion.layout__accordion_secondary .accordion__action .action__item svg {
  stroke: #ffffff;
}

.products .products__list {
  margin: 0 -3rem;
  width: calc(100% + 6rem);
}
.products
  .products__list.products__list_primary
  .products__item:hover
  .products__media {
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}
.products .products__list.products__list_primary .products__media {
  height: 50vh;
}
@media screen and (min-width: 768px) {
  .products .products__list.products__list_primary .products__media {
    height: 42.5rem;
  }
}
.products
  .products__list.products__list_primary
  .products__media:not(:last-child) {
  margin-bottom: 3rem;
}
.products .products__list.products__list_primary .products__media img,
.products .products__list.products__list_primary .products__media svg {
  -o-object-fit: contain;
  object-fit: contain;
}
.products
  .products__list.products__list_secondary
  .products__item:hover
  .products__media {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.products .products__list.products__list_secondary .products__media {
  height: 15.25rem;
}
@media screen and (min-width: 768px) {
  .products .products__list.products__list_secondary .products__media {
    height: 17.75rem;
  }
}
.products
  .products__list.products__list_secondary
  .products__media:not(:last-child) {
  margin-bottom: 1rem;
}
.products .products__list.products__list_secondary .products__media img,
.products .products__list.products__list_secondary .products__media svg {
  -o-object-fit: contain;
  object-fit: contain;
}
.products .slick-current .products__media img,
.products .slick-current .products__media svg {
  height: 100%;
}
.products .products__item {
  padding: 0 3rem;
  margin-bottom: 4rem;
  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) {
  .products .products__item {
    margin-bottom: 6.25rem;
  }
}
.products .products__media {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.products .products__media img,
.products .products__media svg {
  height: 34.125rem;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.products .products__header,
.products .products__main,
.products .products__footer {
  width: 100%;
  text-align: center;
}
.products .products__header:not(:last-child) {
  margin-bottom: 1.875rem;
}
.products .products__main {
  display: -webkit-box;
  display: -ms-flexbox;
  gap: 0.25rem;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .products .products__main:not(:last-child) {
    margin-bottom: 3.75rem;
  }
}
.products .products__data {
  display: none;
}
@media screen and (min-width: 768px) {
  .products .products__data {
    display: block;
  }
}
.products .products__data .data__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-left: 0.0625rem solid #ffffff;
}
.products .products__data .data__item {
  padding: 0.25rem;
  width: 3.75rem;
  height: 3.75rem;
  border: 0.0625rem solid #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-transform: uppercase;
}
.products .products__data .data__item {
  border-left: 0;
}
.products .products__data .data__header {
  font-size: 0.875rem;
  line-height: 0.875rem;
}
.products .products__data .data__main {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 700;
}
.products .products__data .data__footer {
  font-size: 0.75rem;
  line-height: 0.75rem;
  margin-left: auto;
}
.products .products__data .data__sup {
  font-size: 0.5rem;
  line-height: 0.5rem;
}
.products .products__action {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .products .products__action {
    width: auto;
  }
}
.products .products__action .buttons__list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.products .products__action .buttons__item {
  width: auto;
}
.products .products__action .buttons__item.buttons__item_cart {
  display: block;
}
@media screen and (min-width: 768px) {
  .products .products__action .buttons__item.buttons__item_cart {
    display: none;
  }
}
.products .products__footer {
  display: none;
}
@media screen and (min-width: 768px) {
  .products .products__footer {
    display: block;
  }
}

.layout__post .post__media {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .layout__post .post__media {
    margin-bottom: 0;
  }
}
.layout__post .post__main:not(:last-child) {
  margin-bottom: 1.875rem;
}
.layout__post .post__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.layout__events .events__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .layout__events .events__media {
    position: fixed;
  }
}
.layout__events .events__media img,
.layout__events .events__media svg {
  width: 100%;
  height: 100%;
}
.layout__events .events__layout {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
}
.layout__events .events__main:not(:last-child) {
  margin-bottom: 3.75rem;
}
.layout__events .events__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__articles:not(:last-child) {
  margin-bottom: 3.75rem;
}
.layout__articles .articles__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__articles .articles__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.layout__articles .articles__item:not(:last-child) {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .layout__articles .articles__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .layout__articles .articles__item:not(:last-child) {
    margin-bottom: 6.25rem;
  }
  .layout__articles .articles__item:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .layout__articles .articles__item:nth-child(odd) .articles__media {
    margin-right: 3.75rem;
  }
  .layout__articles .articles__item:nth-child(odd) .articles__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .layout__articles .articles__item:nth-child(even),
  .layout__articles .articles__item.articles__item_revert {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .layout__articles .articles__item:nth-child(even) .articles__media,
  .layout__articles .articles__item.articles__item_revert .articles__media {
    margin-left: 3.75rem;
  }
  .layout__articles .articles__item:nth-child(even) .articles__action,
  .layout__articles .articles__item.articles__item_revert .articles__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .layout__articles .articles__item.articles__item-second .articles__media {
    width: 31.75rem;
    height: 36.5rem;
  }
}
@media screen and (min-width: 768px) {
  .layout__articles .articles__item.articles__item-tertiary {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .layout__articles .articles__item.articles__item-tertiary .articles__media {
    width: 44rem;
    min-width: 44rem;
    height: 33.75rem;
  }
  .layout__articles .articles__item.articles__item-tertiary .articles__layout {
    width: 100%;
  }
}
.layout__articles .articles__media {
  width: 38.75rem;
  height: 20rem;
  max-width: 100%;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
@media screen and (min-width: 768px) {
  .layout__articles .articles__media {
    margin-bottom: 0;
    height: 29rem;
  }
}
.layout__articles .articles__media.articles__media_secondary img {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.layout__articles .articles__media.articles__media_secondary img + img {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.layout__articles .articles__media.articles__media_secondary:hover img {
  opacity: 0;
  visibility: hidden;
}
.layout__articles .articles__media.articles__media_secondary:hover img + img {
  opacity: 1;
  visibility: visible;
}

.layout__articles .articles__media img,
.layout__articles .articles__media svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .layout__articles .articles__layout {
    width: 37.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__articles .articles__layout.articles__layout_align-start {
    margin-bottom: auto;
  }
  .layout__articles .articles__layout.articles__layout_align-center {
    margin: 0;
  }
  .layout__articles .articles__layout.articles__layout_align-end {
    margin-top: auto;
  }
  .layout__articles .articles__layout.articles__layout_justify-end {
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .layout__articles .articles__layout.articles__layout_justify-center {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .layout__articles .articles__layout.articles__layout_justify-end {
    text-align: right;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.layout__articles .articles__main:not(:last-child) {
  margin-bottom: 1.5rem;
}

.layout__encyclopedia .encyclopedia__alphabet {
  background-color: #1f2022;
  margin-bottom: 2.5rem;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.layout__encyclopedia .encyclopedia__alphabet {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  opacity: 0;
  background-color: #232426;
  visibility: hidden;
}

@media screen and (min-width: 1050px) {
  .layout__encyclopedia .encyclopedia__alphabet {
    top: 8rem;
  }
}

.layout__encyclopedia .encyclopedia__alphabet .alphabet_list {
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  overflow-x: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.layout__encyclopedia
  .encyclopedia__alphabet
  .alphabet_item.alphabet_item_animation
  .alphabet_text {
  color: #00de3c;
  font-weight: 700;
}
@media screen and (min-width: 1023px) {
  .layout__encyclopedia
    .encyclopedia__alphabet
    .alphabet_item:hover
    .alphabet_text {
    color: #00de3c;
    font-weight: 700;
  }
}
.layout__encyclopedia
  .encyclopedia__alphabet
  .alphabet_item.alphabet_item_disabled {
  pointer-events: none;
  cursor: unset;
  opacity: 0.5;
}
.layout__encyclopedia .encyclopedia__alphabet .alphabet_text {
  color: #ffffff;
  font-size: 1.75rem;
  line-height: 2.75rem;
  width: 3.5rem;
  padding: 1rem 0.5rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.layout__encyclopedia .encyclopedia__group:not(:last-child) {
  margin-bottom: 0.5rem;
}
.layout__encyclopedia
  .encyclopedia__group.encyclopedia__group_animation
  .group__header {
  color: #00de3c;
}
.layout__encyclopedia .encyclopedia__group .group__header {
  color: #ffffff;
  border-bottom: 0.125rem solid #00de3c;
  padding-bottom: 0.5rem;
  margin-bottom: 2.5rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .layout__encyclopedia .encyclopedia__group .group__header {
    margin-bottom: 4.5rem;
  }
}
.layout__encyclopedia .encyclopedia__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__encyclopedia .encyclopedia__item {
  margin-bottom: 4.5rem;
}
.layout__encyclopedia .encyclopedia__media {
  margin-bottom: 2rem;
  width: 100%;
  height: 15rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .layout__encyclopedia .encyclopedia__media {
    margin-bottom: 0;
    width: 27.5rem;
    height: 22.5rem;
  }
}
.layout__encyclopedia .encyclopedia__media img,
.layout__encyclopedia .encyclopedia__media svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* @media screen and (min-width: 768px) { */
.layout_scroll .encyclopedia__alphabet {
  opacity: 1;
  visibility: visible;
}
/* } */

.layout__news .news__list {
  margin-bottom: -6.25rem;
}
.layout__news .news__item {
  margin-bottom: 6.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .layout__news .news__item.news__item_second .news__media {
    margin: 0;
  }
  .layout__news .news__item.news__item_second .news__layout {
    background-color: #222326;
    padding: 2rem;
    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-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.layout__news .news__link {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.layout__news .news__link:hover .news__media img,
.layout__news .news__link:hover .news__media svg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.layout__news .news__media {
  padding-top: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
}
.layout__news .news__media:not(:last-child) {
  margin-bottom: 1.375rem;
}
.layout__news .news__media img,
.layout__news .news__media svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.layout__news .news__header {
  color: #00de3c;
}
.layout__news .news__header:not(:last-child) {
  margin-bottom: 0.75rem;
}
.layout__news .news__social {
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .layout__news .news__social {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 2;
  }
}
.layout__news .news__social img,
.layout__news .news__social svg {
  width: 100%;
  height: 100%;
}

.layout__vacancies .vacancies__group:not(:last-child) {
  margin-bottom: 5rem;
}
.layout__vacancies .vacancies__group .group__header:not(:last-child) {
  margin-bottom: 1.875rem;
}
.layout__vacancies .vacancies__group .group__header .wysiwyg {
  text-transform: uppercase;
}
.layout__vacancies .vacancies__list {
  margin: 0 -2rem -1px;
  width: calc(100% + 4rem);
}
@media screen and (min-width: 768px) {
  .layout__vacancies .vacancies__list {
    margin: 0 0 -2rem;
    width: auto;
  }
}
.layout__vacancies .vacancies__item {
  color: #ffffff;
  background-color: #222326;
  padding: 2.5rem 2rem;
  margin-bottom: 1px;
}
@media screen and (min-width: 768px) {
  .layout__vacancies .vacancies__item {
    font-size: 1.625rem;
    line-height: 2.5rem;
    padding: 3.25rem 3.75rem;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .layout__vacancies .vacancies__header {
    min-height: 5rem;
  }
}
.layout__vacancies .vacancies__header:not(:last-child) {
  margin-bottom: 1.875rem;
}
.layout__vacancies .vacancies__header .wysiwyg {
  text-transform: uppercase;
}
.layout__vacancies .vacancies__main {
  font-style: italic;
}
.layout__vacancies .vacancies__main:not(:last-child) {
  margin-bottom: 3.75rem;
}
.layout__vacancies .vacancies__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.layout__testimonials {
  margin: 0 -2.5rem;
  width: calc(100% + 5rem);
}
.layout__testimonials .slick-list {
  overflow: visible;
}
.layout__testimonials .testimonials__slide {
  padding: 0 2.5rem;
}
.layout__testimonials .testimonials__item {
  color: #ffffff;
  background-color: #222326;
  padding: 2.5rem 2rem;
}
@media screen and (min-width: 768px) {
  .layout__testimonials .testimonials__item {
    padding: 3.25rem 3.75rem;
  }
}
.layout__testimonials .testimonials__main {
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .layout__testimonials .testimonials__main {
    font-size: 1.625rem;
    line-height: 2rem;
  }
}
.layout__testimonials .testimonials__main:not(:last-child) {
  margin-bottom: 2rem;
}

.layout__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .layout__slider {
    min-height: 54.625rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.layout__slider .slider__background {
  margin: 0 -2rem;
  width: calc(100% + 4rem);
}
@media screen and (min-width: 768px) {
  .layout__slider .slider__background {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.layout__slider .slider__background .slick-list,
.layout__slider .slider__background .slick-track {
  height: 100%;
}
.layout__slider .slider__background .background__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 25rem;
}
@media screen and (min-width: 768px) {
  .layout__slider .slider__background .background__item {
    height: 100%;
  }
}
.layout__slider .slider__background img,
.layout__slider .slider__background svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.layout__slider .slider__layout {
  color: #ffffff;
  background-color: #1f2022;
  padding: 3rem 2rem;
  margin: -3.75rem -2rem 0;
  width: calc(100% + 4rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  text-align: center;
  z-index: 4;
}
@media screen and (min-width: 768px) {
  .layout__slider .slider__layout {
    padding: 3.75rem 2.75rem;
    margin: 0;
    width: 46.25rem;
    text-align: left;
  }
}
.layout__slider .slider__header:not(:last-child) {
  margin-bottom: 2rem;
}
.layout__slider .slider__header .wysiwyg {
  text-transform: uppercase;
}
.layout__slider .slider__main:not(:last-child) {
  margin-bottom: 2.5rem;
}
.layout__slider .slider__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.layout__slider .slider__data .data__list {
  margin-bottom: -2rem;
}
.layout__slider .slider__data .data__item {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .layout__slider .slider__data .data__item {
    height: 100%;
  }
}
.layout__slider .slider__data .data__media {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.layout__slider .slider__data .data__media:not(:last-child) {
  margin-right: 1.25rem;
}
.layout__slider .slider__data .data__media img,
.layout__slider .slider__data .data__media svg {
  width: 100%;
  height: 100%;
  fill: #ffffff;
}
.layout__slider .slider__data .data__media img path,
.layout__slider .slider__data .data__media svg path {
  fill: #ffffff;
}
.layout__slider .slider__data .data__main {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .layout__slider .slider__data .data__main {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.layout__slider .slider__control {
  padding: 1rem 1rem 0;
}
@media screen and (min-width: 768px) {
  .layout__slider .slider__control {
    padding: 2rem 2rem 0;
  }
}
.layout__slider .slider__control .control__list {
  margin: 0 -1.5rem;
  width: calc(100% + 3rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .layout__slider .slider__control .control__list {
    margin: 0 -2.8125rem;
    width: calc(100% + 5.625rem);
  }
}
.layout__slider .slider__control .control__item {
  margin: 0 1.5rem 0.5rem;
}
@media screen and (min-width: 768px) {
  .layout__slider .slider__control .control__item {
    margin: 0 2.8125rem 0.9375rem;
  }
}
.layout__slider .slider__control .control__item:hover .control__media img,
.layout__slider .slider__control .control__item:hover .control__media svg {
  -webkit-transform: scale(1.1) translateX(0.4rem) translateY(0.25rem);
  transform: scale(1.1) translateX(0.4rem) translateY(0.25rem);
}
.layout__slider .slider__control .control__label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.layout__slider .slider__control .control__input {
  position: absolute;
  left: -99999px;
}
.layout__slider
  .slider__control
  .control__input:checked
  ~ .control__media:before {
  background-color: #00de3c;
}
.layout__slider .slider__control .control__media {
  width: 4rem;
  height: 4rem;
  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;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .layout__slider .slider__control .control__media {
    width: 6.75rem;
    height: 6.75rem;
  }
}
.layout__slider .slider__control .control__media img,
.layout__slider .slider__control .control__media svg {
  height: 1.5rem;
  width: 1.5rem;
  position: relative;
  -webkit-transform: scale(1) translateX(0.4rem) translateY(0.25rem);
  transform: scale(1) translateX(0.4rem) translateY(0.25rem);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .layout__slider .slider__control .control__media img,
  .layout__slider .slider__control .control__media svg {
    height: 2.75rem;
    width: 2.75rem;
  }
}
.layout__slider .slider__control .control__media:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 0.375rem solid #ffffff;
  background-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.layout__communication .communication__list {
  margin-bottom: -2rem;
}
.layout__communication .communication__item {
  margin-bottom: 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;
}
.layout__communication .communication__media {
  width: 7.5rem;
  height: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.layout__communication .communication__media:not(:last-child) {
  margin-bottom: 1.25rem;
}
.layout__communication .communication__main a {
  color: #ffffff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.layout__communication .communication__main a:hover {
  color: #00de3c;
}
.layout__communication .communication__main a:before {
  display: none;
}

.layout__notfound {
  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__notfound {
    padding: 10rem 0 0;
    min-height: 42rem;
  }
}
.layout__notfound .notfound__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.layout__notfound .notfound__media:not(:last-child) {
  margin-bottom: 2.5rem;
}
.layout__notfound .notfound__main {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .layout__notfound .notfound__main {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}

.layout__sitemap {
  max-width: 30rem;
  margin: 0 auto;
}
.layout__sitemap .sitemap__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.layout__sitemap .sitemap__item {
  width: 100%;
}
.layout__sitemap .sitemap__item:not(:last-child) {
  margin-bottom: 1.25rem;
}
.layout__sitemap .sitemap__item:hover .sitemap__link {
  background-color: #00de3c;
}
.layout__sitemap .sitemap__link {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #ffffff;
  font-weight: 500;
  padding: 1rem 3rem;
  text-align: center;
  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;
}

.layout__gallery:not(:last-child) {
  margin-bottom: 3.75rem;
}
.layout__gallery .gallery__list {
  margin: 0 0 -2rem;
}
.layout__gallery .gallery__item {
  margin-bottom: 2rem;
}
.layout__gallery .gallery__link {
  position: relative;
  padding-top: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  overflow: hidden;
}
.layout__gallery .gallery__link:hover img,
.layout__gallery .gallery__link:hover svg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.layout__gallery .gallery__link img,
.layout__gallery .gallery__link svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.layout__filter {
  padding: 5rem 0;
}
.layout__filter .filter__list {
  margin-bottom: -3.25rem;
}
.layout__filter .filter__item {
  margin-bottom: 3.25rem;
}
.layout__filter .filter__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.layout__filter .filter__header:not(:last-child) {
  margin-bottom: 1.5rem;
}
.layout__filter .filter__main {
  font-size: 1.375rem;
  line-height: 1.875rem;
}

.layout__verification {
  min-height: 100vh;
  padding: 2.5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.layout__verification .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.layout__verification .verification__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.layout__verification .verification__background:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}
.layout__verification .verification__background .media__image,
.layout__verification .verification__background .media__video {
  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__verification .verification__background video,
.layout__verification .verification__background img,
.layout__verification .verification__background svg {
  width: auto;
  height: 100%;
}
@media (min-width: 1280px) {
  .layout__verification .verification__background video,
  .layout__verification .verification__background img,
  .layout__verification .verification__background svg {
    width: 100%;
    height: auto;
  }
}
.layout__verification .verification__layout {
  padding: 4rem 0;
  position: relative;
  z-index: 3;
  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;
}
.layout__verification .verification__media {
  width: 15rem;
  height: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.layout__verification .verification__media:not(:last-child) {
  margin-bottom: 2rem;
}
.layout__verification .verification__header {
  text-align: center;
}
.layout__verification .verification__header:not(:last-child) {
  margin-bottom: 1.25rem;
}
.layout__verification .verification__main {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.layout__verification .verification__main:not(:last-child) {
  margin-bottom: 2.5rem;
}

.layout__available {
  min-height: 100vh;
  padding: 2.5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.layout__available .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.layout__available .available__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.layout__available .available__background img,
.layout__available .available__background svg {
  max-height: 20rem;
  width: 100%;
  -o-object-position: top;
  object-position: top;
}
.layout__available .available__layout {
  position: relative;
  z-index: 3;
  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;
}
.layout__available .available__media {
  width: 10rem;
  height: 15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.layout__available .available__media:not(:last-child) {
  margin-bottom: 2rem;
}

.eapps-instagram-feed-posts-grid-load-more {
  background: none !important;
}

.eapps-instagram-feed-posts-grid-load-more-text {
  color: #ffffff;
  background-color: transparent;
  border: 0.3125rem solid #00de3c;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 700;
  padding: 1rem 1.5rem;
  border-radius: 0;
  margin: 0;
  z-index: 2;
  position: relative;
  text-decoration: none;
  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;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .eapps-instagram-feed-posts-grid-load-more-text {
    padding: 1rem 2.5rem;
  }
}
.eapps-instagram-feed-posts-grid-load-more-text:hover {
  color: #ffffff;
  background-color: #00de3c;
  border-color: #00de3c;
}

@media screen and (min-width: 768px) {
  blockquote {
    max-width: 75%;
    margin: 0 auto;
  }
}
blockquote p {
  font-style: italic;
}
blockquote p::before {
  content: "\201C";
}

blockquote p::after {
  content: "\201D";
}
.wysiwyg sub {
  font-size: small;
}
.section__background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .section__background {
    left: -25%;
    width: 125%;
  }
}

.section__background img {
  width: 100%;
  height: 100%;
}





.test_spacing {
  height: 100px;
  background-color: #1f2022;
}

.section__logo {
  width: 200px;
  margin: 0 auto;
  background-color: black;
  border-radius: 50%;
  margin-bottom: 50px;
}

.section__linktree {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.section__linktree ul {
  min-width: 400px;
  display: flex;
  flex-direction: column;
  gap: 24px;

}

.section__linktree ul li {
  background-color: #3b3c41;
  padding: 16px 40px;
  text-align: center;
  border: 1px solid white;
  transition: all 0.3s ease-in-out;
}

.section__linktree ul li:hover {
  background-color: white;
  color: #3b3c41;
}

.sticky-image {
  position: absolute;
  left: 0;
  top: 0;
  flex-shrink: 0;
  z-index: -1;

  position: fixed;
  top: 40%;
}

.sticky-image img {
  width: 50%;
  height: auto;
  object-fit: contain;
  object-position: center;
}













@media (max-width: 500px) {
  .test_spacing {
    display: none;
  }
  
  .section__linktree ul {
    min-width: unset;
    width: 100%;
    padding: 0 16px;
  }

  .section__linktree ul li {
    background-color: transparent;
  }

  .sticky-image {
    position: fixed;
    left: -180px;
    top: 50%;
    flex-shrink: 0;
    height: 45%;
    z-index: -1;
  }

  .sticky-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .section__logo {
    width: 170px;
  }
}




