/* @font-face {
  font-family: "Bebas Neue";
  src: local("Bebas Neue Thin"), local("BebasNeue-Thin"),
    url("src/bebasneuethin.woff2") format("woff2"),
    url("src/bebasneuethin.woff") format("woff"),
    url("src/bebasneuethin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Bebas Neue";
  src: local("Bebas Neue Light"), local("BebasNeue-Light"),
    url("src/bebasneuelight.woff2") format("woff2"),
    url("src/bebasneuelight.woff") format("woff"),
    url("src/bebasneuelight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Bebas Neue";
  src: local("Bebas Neue Book"), local("BebasNeueBook"),
    url("src/bebasneuebook.woff2") format("woff2"),
    url("src/bebasneuebook.woff") format("woff"),
    url("src/bebasneuebook.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Bebas Neue";
  src: local("Bebas Neue Regular"), local("BebasNeueRegular"),
    url("src/bebasneueregular.woff2") format("woff2"),
    url("src/bebasneueregular.woff") format("woff"),
    url("src/bebasneueregular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Bebas Neue";
  src: local("Bebas Neue Bold"), local("BebasNeueBold"),
    url("src/bebasneuebold.woff2") format("woff2"),
    url("src/bebasneuebold.woff") format("woff"),
    url("src/bebasneuebold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
} */
.test {
  font-family: "mono45-headline", monospace;
  font-weight: 500;
  font-style: normal;
}

body {
  padding-top: constant(safe-area-inset-top);
  /* Для iOS 11+ */
  padding-top: env(safe-area-inset-top);
  /* Для iOS 11.2+ */
  /* Або */
  margin-top: constant(safe-area-inset-top);
  /* Для iOS 11+ */
  margin-top: env(safe-area-inset-top);
}

/* RESET CSS */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select,
img {
  vertical-align: middle;
}
/* RESET CSS */

/*main style */
*,
*::after,
*::before {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
.wrapper {
  max-width: 1920px;
  margin: 0 auto;
}
.container {
  max-width: 1504px;
  margin: 0 auto;
  padding: 0px 32px;
}

@media (max-width: 1620px) and (min-width: 771px) {
.container {
    padding: 0px 15vw;
  }}

@media (max-width: 1620px) and (min-width: 771px) {
  .border .container {
    padding: 0px 32px;
  }}

li {
  list-style-type: none;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
}
h1,
h2,
h3 {
  text-transform: uppercase;
}
h1,
h2 {
  font-family: "mono45-headline", monospace;
  font-weight: 700;
}

h3 {
  font-family: "mono45-headline", monospace;
  font-weight: 400;
}

h1 {
  font-size: 74.534px;
  line-height: 109%;
  letter-spacing: 1.118px;
}

h2 {
  font-size: 70px;
  line-height: 109%;
  letter-spacing: 1.05px;
  margin-top: 11vh;
}

p {
  font-family: Lato;
  font-size: 33px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

/*main style */

/*header */

.header {
  max-width: 1714px;
  width: 100%;
  padding: 25px 72px 50px;
  margin: 0 auto;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo-link {
  position: relative;
  z-index: 2;
}

.logo-link img {
  max-width: 5vw;
}

.menu__list {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.menu__list li a {
  color: #fff;
  font-family: Lato;
  font-size: min(0.8vw, 13px);
  padding: 12px 16px;
  font-weight: 900;
  line-height: 109%;
  letter-spacing: 0.634px;
  background: #a3195b;
  border-radius: 30px;
  text-transform: uppercase;
}
.nobreak {
  white-space: nowrap;
  color: #000 !important;
  font-weight: 300 !important;
}
/*header */

/*HERO */

h1.mobile {
  display: none;
}
.hero__inner {
  position: relative;
  text-align: center;
}
.hero__inner h1 {
  position: absolute;
  bottom: 60px;
  left: 120px;
  /* max-width: 630px; */
  max-width: 780px;
  text-align: left;
}
.hero__inner h1 span {
  background-color: #fff;
  padding: 0px 15px;
}
.hero__inner a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero__img-desktop {
  max-width: 100%;
  max-height: 90vh;
  margin: 0 auto;
  border-radius: 38px;
}
.play-link {
  max-width: 9%;
}

.menu-btn,
.menu__list--mobile,
.arrows,
.menu--mobile,
.hero__img-mobile-wrapper,
.hero__img-mobile {
  display: none;
}

/*HERO */

/* Section with tabs */

.tabs__inner {
  margin-block: 70px;
}
.tabs__inner h2 {
  color: #000;
  font-family: "mono45-headline", monospace;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 109%; /* 76.3px */
  letter-spacing: 1.05px;
}
.tabs__header {
  display: flex;
  width: 100%;
  gap: 25px;
  margin-top: 8vh;
}
.tabs__header-coloumn {
  width: 50%;
}
.tabs__header-coloumn h3 {
  color: #a3195b;
  font-size: 55px;
  font-style: normal;
  font-weight: 400;
  line-height: 109%; /* 81.242px */
  letter-spacing: 1.118px;
  text-decoration: underline;
}
.tabs__content {
  display: flex;
  width: 100%;
  gap: 25px;
  margin-top: 5vh;
}

.tabs__content-item {
  padding: 18px 26px;
  background-color: #e3dad0;
  border-radius: 37px;
}

.tabs__content-coloumn {
  width: 100%;
}

.tabs__content-item-wrapper {
  border-radius: 31.691px;
  border: 12.676px solid #fff;
  background: #a3195b;
  padding: 25px 38px 19px 42px;
  display: flex;
  gap: 31px;
  align-items: flex-start;
}
.tabs__content-item-num {
  color: #fff;
  font-family: "mono45-headline", monospace;
  font-size: 90px;
  font-style: normal;
  font-weight: 400;
  line-height: 80px;
}
.tabs__content-item-text {
  color: #fff;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
.row__spacer {
  display: flex;
  max-width: 442px;
  width: 100%;
  justify-content: space-between;
  margin: 0 auto;
}
.row__spacer-item {
  width: 139px;
  height: 25px;
  background-color: #e3dad0;
  position: relative;
}
.row__spacer-item::before,
.row__spacer-item::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #fff;
  border-radius: 50%;
}
.row__spacer-item::before {
  left: 0;
  transform: translateX(-50%);
}
.row__spacer-item::after {
  right: 0;
  transform: translateX(50%);
}

/* Section with tabs */

/* Section without tabs */
.row__container {
  display: flex;
  align-items: stretch;
}
.row__item {
  width: 100%;
  padding: 18px 26px;
  background-color: #e3dad0;
  border-radius: 37px;
}
.row__item-wrapper {
  border-radius: 31.691px;
  border: 12.676px solid #fff;
  background: #a3195b;
  padding: 18px 38px 22px 35px;
  display: flex;
  gap: 31px;
  align-items: center;
  min-height: 100%;
}

.row__item-text {
  color: #fff;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}
.vertical-spacer {
  max-width: 24px;
  width: 100%;
  height: 95px;
  background-color: #e3dad0;
  margin: auto 0;
  position: relative;
}
.vertical-spacer::before,
.vertical-spacer::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
}
.vertical-spacer::before {
  top: 0;
  transform: translateY(-50%);
}
.vertical-spacer::after {
  bottom: 0;
  transform: translateY(50%);
}
.horisontal-spacer__row {
  display: flex;
  gap: 24px;
}
.horisontal-spacer__row-inner {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}
.horisontal-spacer__row-item {
  width: 139px;
  height: 25px;
  background-color: #e3dad0;
  position: relative;
}
.horisontal-spacer__row-item::before,
.horisontal-spacer__row-item::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #fff;
  border-radius: 50%;
}
.horisontal-spacer__row-item::before {
  left: 0;
  transform: translateX(-50%);
}
.horisontal-spacer__row-item::after {
  right: 0;
  transform: translateX(50%);
}

/* Section without tabs */

.border {
  border-top: solid #000 2px;
  max-width: 1680px;
  width: 90%;
  margin: auto;
  margin-top: 11vh;
}

@media (max-width: 1620px) and (min-width: 771px) {
  .border {
    width: 75%;
  }}

.section__inner {
  text-align: center;
}

.section__inner img {
  margin-top: 50px;
}

.mh90 {
  max-height: 90vh;
}

.section__inner p {
  margin-top: 4.3vh;
  text-align: left;
  line-height: 1.2;
}

.section__inner h2 {
  text-align: left;
}

.section__inner {
  margin-bottom: 7vh;
}

.mw80 {
  width: 80%;
}

.section__text {
  max-width: 1139px;
}

.section__second-text {
  max-width: 1295px;
}

.section__img {
  margin-bottom: 90px;
}

.accent {
  color: #a3195b;
}

/* _____ */
/* mobile */
/* _________________________________________________________________________ */

.assure__title-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: -12px;
}

.assure__title {
  color: rgba(163, 25, 91, 0.2);
  font-family: "mono45-headline", monospace;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 109%;
  letter-spacing: 0.6px;
}

.assure__title.active {
  color: #a3195b;
  font-family: "mono45-headline", monospace;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 109%;
  letter-spacing: 0.6px;
  text-decoration-line: underline;
}

.row__item-num {
  color: #fff;
  font-family: "mono45-headline", monospace;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: -5px;
}

.tabs__inner {
  display: flex;
  overflow-x: hidden;
}

.swiper-wrapper {
  transition-duration: 300ms;
}

.swiper-no-transition.swiper-wrapper {
  transition-duration: 0ms !important;
}

/* cookies */

.tarteaucitronCTAButton,
#tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
#tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny,
.tac_activate .tarteaucitronAllow,
.tac_activate .tac_float .tarteaucitronAllow {
  background: #fff !important;
  color: #1d1d1b !important;
}

#tarteaucitronRoot .tarteaucitronCheck::before,
#tarteaucitronRoot .tarteaucitronCross::before {
  color: #1d1d1b !important;
}

#tarteaucitronAlertBig #tarteaucitronPrivacyUrl,
#tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
  font-family: HelvetikaNeue, sans-serif !important;
}

.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 14;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background-color: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  width: 50%;
}
.popup {
  width: 470px;
  max-width: 100%;
  padding: 10px;
}

@media (max-width: 520px) {
  .popup {
    max-width: 90%;
  }
}
.popup__inner {
  position: relative;
}
.popup__inner iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}
.popup__inner video {
  max-width: 100%;
}
.popup.active {
  opacity: 1;
  display: block;
}
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(28, 28, 28, 0.8);
  z-index: 12;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.popup-overlay.active {
  display: block;
  opacity: 1;
}

/* 
*
*
*
*************************************RESPONSIVE
*
*
* 
*/

.container__mobile {
  display: none;
}

@media (max-width: 1680px) {
  .section__img {
    margin-bottom: 0px;
  }
  .section__img {
    margin-bottom: 0px;
  }
}
@media (max-width: 1580px) {
  h1 {
    font-size: 60px;
  }
  .hero__inner h1 {
    max-width: 640px;
  }
  h2 {
    font-size: 60px;
  }
  p {
    font-size: 27px;
  }
  .tabs__header-coloumn h3 {
    font-size: 50px;
  }
}

@media (max-width: 1360px) {
  h1,
  h2 {
    font-size: 50px;
  }
  p {
    font-size: 24px;
  }
  .hero__inner h1 {
    max-width: 540px;
  }
  .tabs__header-coloumn h3 {
    font-size: 45px;
  }
  .menu__list li a {
  }
  .tabs__content-item-wrapper {
    padding: 35px 40px;
  }
  .tabs__content-item-num {
    font-size: 80px;
    line-height: 75px;
  }
  .row__spacer {
    max-width: 310px;
  }
  .row__item-text,
  .tabs__content-item-text {
    font-size: 18px;
  }
  .tabs__content-item,
  .row__item {
    padding: 16px 23px;
    border-radius: 37px;
  }
  .tabs__content-item-wrapper {
    border-radius: 25px;
    border: 10px solid #fff;
    padding: 15px 40px 15px 30px;
    gap: 15px;
  }
  .row__spacer-item,
  .horisontal-spacer__row-item {
    width: 139px;
    height: 22px;
  }
  .row__spacer-item::before,
  .row__spacer-item::after,
  .horisontal-spacer__row-item::before,
  .horisontal-spacer__row-item::after {
    width: 22px;
    height: 22px;
  }
  .row__item-wrapper {
    border-radius: 25px;
    padding: 10px 30px 10px 20px;
    gap: 25px;
  }
  .vertical-spacer {
    max-width: 22px;
    width: 100%;
    height: 95px;
  }
  .vertical-spacer::before,
  .vertical-spacer::after {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 1280px) {
  h1,
  h2 {
    font-size: 45px;
  }
  .hero__inner h1 {
    /* max-width: 450px; */
    max-width: 500px;
  }
  .tabs__header-coloumn h3 {
    font-size: 40px;
  }
  .menu__list {
    gap: 15px;
  }
  .menu__list li a {
  }
  p {
    font-size: 22px;
  }
}
@media (max-width: 1220px) {
  .row__item-wrapper {
    padding: 25px 30px 25px 30px;
    gap: 25px;
  }
  .row__item-img {
    max-width: 30%;
  }
  .row__item-text {
    font-size: 18px;
  }
}
@media (max-width: 1110px) {
  h1,
  h2 {
    font-size: 40px;
  }
  .hero__inner h1 {
    /* max-width: 400px; */
    max-width: 450px;
  }
  .menu__list {
    gap: 10px;
  }
  .menu__list li a {
  }
  p {
    font-size: 20px;
  }
  .tabs__inner {
    margin-block: 40px;
  }
  .tabs__header-coloumn h3 {
    font-size: 35px;
  }
  .tabs__content-item-text {
    font-size: 16px;
  }
  .tabs__content-item-num {
    font-size: 50px;
    line-height: 48px;
  }
  .section__inner p {
    margin-top: 30px;
  }
  .tabs__content-item,
  .row__item {
    padding: 14px 20px;
    border-radius: 35px;
  }
  .tabs__content-item-wrapper {
    border-radius: 22px;
    border: 8px solid #fff;
    padding: 20px;
    gap: 15px;
  }
  .row__spacer {
    max-width: 180px;
  }
  .row__spacer-item,
  .horisontal-spacer__row-item {
    width: 80px;
    height: 20px;
  }
  .row__spacer-item::before,
  .row__spacer-item::after,
  .horisontal-spacer__row-item::before,
  .horisontal-spacer__row-item::after {
    width: 20px;
    height: 20px;
  }
  .row__item-wrapper {
    border-radius: 22px;
    padding: 20px;
    gap: 15px;
  }
  .vertical-spacer {
    max-width: 20px;
    width: 100%;
    height: 85px;
  }
  .vertical-spacer::before,
  .vertical-spacer::after {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 1070px) {
  .row__item-text {
    font-size: 17px;
  }
  /* .row__item-img {
    max-width: 20%;
  } */
  .tabs__content-item,
  .row__item {
    padding: 12px 16px;
    border-radius: 35px;
  }
  .tabs__content-item-wrapper {
    border-radius: 22px;
    border: 8px solid #fff;
    padding: 15px;
    gap: 15px;
  }
  .row__spacer {
    max-width: 180px;
  }
  .row__spacer-item,
  .horisontal-spacer__row-item {
    width: 80px;
    height: 20px;
  }
  .row__spacer-item::before,
  .row__spacer-item::after,
  .horisontal-spacer__row-item::before,
  .horisontal-spacer__row-item::after {
    width: 20px;
    height: 20px;
  }
  .row__item-wrapper {
    border-radius: 22px;
    padding: 15px;
    gap: 15px;
  }
  .vertical-spacer {
    max-width: 20px;
    width: 100%;
    height: 65px;
  }
  .vertical-spacer::before,
  .vertical-spacer::after {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 920px) {
  h1,
  h2 {
    font-size: 30px;
  }
  p {
    font-size: 18px;
  }
  .hero__inner h1 {
    /* max-width: 300px; */
    max-width: 350px;
  }
  .tabs__header-coloumn h3 {
    font-size: 28px;
  }
  .menu__list li a {
        padding: 8px 10px;
        font-weight: 700;
        border-radius: 30px;

  }
  .row__item-wrapper {
    padding: 20px 25px;
    gap: 20px;
  }
  .vertical-spacer {
    height: 80px;
  }
}
@media (max-width: 770px) {
  .scroll-parent {
    scroll-behavior: smooth;
  }
  .scroll_section {
    scroll-padding-top: 120px;
  }

  .logo-link img {
    max-width: 55px;
  }
  .header {
    padding: 25px 2vw 29px;
  }
  .header__inner {
    position: fixed;
    background-color: #fff;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 12px;
    padding-left: 17px;
    padding-right: 17px;
  }
  .menu-btn {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 5px 8px;
    border: 4px solid #a3195b;
    border-radius: 10px;
    background-color: #a3195b;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    z-index: 3;
  }
  .menu-btn span {
    width: 31px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    transition: all 0.3s;
  }
  .menu-btn--active {
    background-color: #fff;
  }
  .menu-btn--active span {
    background-color: #a3195b;
  }
  .menu {
    display: none;
  }
  .menu--mobile {
    display: block;
    width: 100%;
    position: fixed;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    transform: translateY(-100%);
    transition: all 0.3s;
  }
  .menu--active {
    transform: translateY(0px);
  }
  .menu__list {
    display: none;
  }
  .menu__list--mobile {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow-x: scroll;
  }
  .menu__list--mobile li {
    padding: 41px 50px 34px 33px;
    border-top: 1px solid #000;
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 14px;
  }
  .menu__list--mobile li span {
    color: #a3195b;
    font-family: "mono45-headline", monospace;
    font-size: 33px;
    font-style: normal;
    font-weight: 400;
    line-height: 109%; /* 35.97px */
    letter-spacing: 0.495px;
  }
  .menu__list--mobile li a {
    color: #000;
    font-family: "mono45-headline", monospace;
    font-size: 31px;
    font-style: normal;
    font-weight: 300;
    line-height: 109%; /* 35.97px */
    letter-spacing: 0.495px;
  }
  .hero {
    margin-top: 84px;
  }
  h1.mobile {
    display: block;
    font-size: 40px;
    line-height: 109%; /* 43.6px */
    letter-spacing: 0.6px;
    margin-bottom: 28px;
    margin-top: -38px;
  }
  .hero__img-desktop {
    display: none;
  }
  .hero__img-mobile-wrapper {
    display: block;
    max-width: 100%;
    border-radius: 30px;
    overflow: hidden;
  }
  .hero__img-mobile {
    display: block;
  }
  h1.desktop {
    display: none;
  }
  .hero__inner a img {
    max-width: 73px;
  }
  .arrows {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 33px;
    margin-bottom: 30px;
  }
  .arrow__wrapper {
    width: 40px;
    height: 40px;
    background-color: #a3195b;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .disabled {
    background-color: rgba(163, 25, 91, 0.2);
    cursor: default;
    pointer-events: none;
  }
  .arrow__top-img {
    margin-top: -1px;
    margin-left: 1px;
  }
  .arrow__bottom-img {
    margin-top: 3px;
    margin-left: -1px;
  }
  .logo-img {
    height: 55px;
  }
  .play-link {
    max-width: 50%;
  }
  .desktop {
    display: none;
  }
  .header-mobile {
    display: block;
    width: 100%;
    height: 74px;
    background-color: #a3195b;
  }
  .hero__inner a img {
    max-width: 73px;
  }
  .container__mobile {
    display: block;
    scroll-margin-top: 70px;
    margin-top: 74px;
    padding-left: 32px;
    padding-right: 32px;
  }
  .qui__mobile h2 {
    font-family: "mono45-headline", monospace;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 109%;
    letter-spacing: 0.6px;
    margin-top: -30px;
    padding-bottom: 23px;
    border-bottom: solid #000 1px;
  }
  .qui__mobile p {
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 27px;
  }
  .qui__mobile img {
    margin-top: 27px;
    border-radius: 15px;
  }
  .footer__botton {
    width: 130px;
    height: 34px;
    border-radius: 20px;
    background: #a3195b;
    color: #fff;
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    line-height: 109%;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    border: none;
  }
  footer {
    margin-top: 37px;
    margin-bottom: 41px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .footer__section {
    margin-top: 37px;
    margin-bottom: 41px;
    display: flex;
    justify-content: space-between;
  }
  .footer__section img {
    width: 40px;
    background-color: #fff;
  }
  .footer-nav__botton {
    border: none;
    background-color: #fff;
  }
  .opacity {
    opacity: 0.5;
  }
  .footer-nav__link {
    margin-right: 13px;
  }

  .tabs__content-coloumn {
    width: 100%;
  }
  .tabs__content-item {
    padding: 12px 16px;
    background-color: #e3dad0;
    border-radius: 18px;
  }

  .tabs__content-item-wrapper {
    border-radius: 18px;
    border: 6px solid #fff;
    background: #a3195b;
    padding: 21px;
    display: flex;
    gap: 8px;
    align-items: flex-start;
    /* min-height: 135px; */
  }

  .tabs__content-item-wrapper {
    padding-top: 30px;
  }

  .row__item-img {
    max-width: 93px;
  }

  .tabs__content-item-wrapper {
    flex-direction: row;
  }

  .row__item-text {
    color: #fff;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -0.13px;
  }
  .row__spacer-item {
    height: 11px;
  }
  .tabs__content {
    flex-direction: column;
  }
  .tabs__content-coloumn {
    width: 100%;
  }
  .row__spacer-item::before {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    background-color: #fff;
    border-radius: 50%;
  }
  .row__spacer-item::after {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    background-color: #fff;
    border-radius: 50%;
  }
  .row__spacer-item {
    width: 50px;
  }
  .hero__img-marg {
    margin-top: 27px;
    border-radius: 15px;
  }
}
@media (max-width: 550px) {
  .qui__mobile p {
    font-size: 4.6vw !important;
  }
}
@media (max-height: 670px) {
  .menu__list--mobile li {
    padding: 31px 40px 24px 23px;
  }
}
h2.without_border {
  border-bottom: solid transparent 0px;
  padding-bottom: 28px;
}

.desk-footer__botton {
  color: #fff;
  font-family: Lato;
  font-size: 2vh;
  font-style: normal;
  font-weight: 400;
  line-height: 109%;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  border-radius: 4vh;
  background: #a3195b;
  border: none;
  padding: 2vh 3vh;
  cursor: pointer;
  margin-top: 5vh;
}

.buttom {
  margin-bottom: 0;
}

.footer .logo-link {
  margin-top: -45px;
}

.social__link svg {
  fill: #a3195b;
  height: 4vh;
  width: 4vh;
}

.section__inner.footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  align-content: center;
}

.section__inner .footer-list{
  text-align: right;
}

.section__inner.footer img {
  margin-top: 0;
}

.social__list {
  display: flex;
  flex-direction: row;
  margin-top: 27px;
}

.social__item {
  margin-left: 6vh;
}

.footer__section button {
  padding-right: 0;
}

/* @media (max-width: 770px) {
  .footer__mobile {
    background: #d8cfc5;
    margin-left: -32px;
    margin-right: -32px;
    margin-bottom: -40px;
  }
} */

@media (max-width: 770px) {
  .footer__mobile-inner {
    background: #d8cfc5;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 49px;
    padding-bottom: 53px;
  }

  .footer__mobile-address {
    color: #0d0d0d;
    font-family: Lato;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 30px;
    width: 323px;
  }

  .footer__mobile-address span {
    font-weight: 800;
  }

  h4 {
    color: #0d0d0d;
    font-family: Lato;
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
    line-height: 17px;
  }

  .footer__mobile-list a {
    color: #0d0d0d;
    font-family: Lato;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    text-decoration-line: underline;
    margin-left: 6.5px;
  }

  .footer__mobile-list {
    margin-bottom: 15px;
  }

  .footer__mobile-list a span {
    margin-left: 14.5px;
  }

  .footer__mobile-doublelist {
    display: flex;
    flex-direction: row;
  }

  .footer__mobile-firstlist {
    margin-right: 70px;
  }

  .footer__mobile-thirditem {
    margin-top: 15px;
  }

  .footer__mobile-contentinfo {
    margin-top: 25px;
  }
}

@media (max-width: 379px) {
  .footer__mobile-list a {
    font-size: 11px;
  }
  .footer__mobile-address {
    font-size: 11px;
    margin-right: 32px;
    width: 281px;
  }
}

@media (max-width: 770px) and (min-width: 456px) {
  .footer__mobile-list a {
    font-size: 14px;
  }

  .footer__mobile-address {
    font-size: 14px;
    margin-right: 32px;
    width: 400px;
  }

  h4 {
    font-size: 14px;
  }
}

@media (max-width: 770px) {
.footer-nav__botton {
  padding: 0;
  height: 40px;
}

.footer-nav__botton img {
margin-top: 0;
}

.footer__mobile.border {

  width: 100%;
  margin-top: 0;
}

.social__item {
  margin-left: 3.5vh;
}

.social__list {
  margin-top: 7px;
}

.footer__section button {
  padding-left: 2px;
}

}

.section__inner p {
  font-size: 22px;
  text-align: justify;
  line-height: 1.2;
}

/* ______________________________________________________________________ */

.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1;
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
  padding: 10px;
  overflow: hidden;
}

.backdrop.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.backdrop.is-hidden .modal {
  transform: translate(-50%, -50%) scale(0.8);
}

.modal {
  position: relative;
  background-color: white;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 1px rgba(0, 0, 0, 0.14),
    0px 2px 1px rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
  padding: 140px;
  transform: translate(-50%, -50%) scale(1);
  width: 90vw;
  height: 90vh;
  top: 50%;
  left: 50%;
  overflow-y: scroll;
}

.modal__close-btm {
  position: fixed;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  top: 7vh;
  right: 7vw;
  border: 1px solid rgba(0, 0, 0, 0.1);
  /* background-color: #a3195b; */
  /* color: #000000; */
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 110;
  text-transform: uppercase;
  /* fill: #fff; */
  font-size: 16px;
      border: none;
        background-color: transparent;
}

.modal a {
  color: #a3195b;
}

.modal h2 {
  margin-top: 70px;
  font-size: 60px;
}

.modal h3 {
  font-size: 50px;
  margin-top: 40px;
  font-weight: 400;
  color: #a3195b;
}

.modal h4 {
  font-family: "mono45-headline", monospace;
  font-weight: 400;
  font-size: 30px;
  text-transform: uppercase;
  margin-top: 50px;
}

.modal p {
  margin-top: 40px;
  font-size: 22px;
  line-height: 1.2;
}

.modal li {
  font-family: Lato;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 25px;
}

.modal th {
    font-family: Lato;
      font-size: 22px;
      font-style: normal;
      font-weight: 600;
      line-height: 1.2;
      padding: 15px;
}

.modal td {
  font-family: Lato;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  padding: 15px;
}

table,
td,
th {
  border: 1px solid #d2d2d4;
}

table {
    margin-top: 40px;
    width: 100%;
    padding: 15px;
    border-collapse: collapse;
}

@media (max-width: 1370px) {

  .modal {
    border-radius: 10px;
    padding: 40px;
  }

  .modal h2 {
    margin-top: 46px;
    font-size: 40px;
  }

  .modal h3 {
    font-size: 33px;
    margin-top: 30px;
  }

  .modal h4 {
    font-size: 25px;
    margin-top: 25px;
    line-height: 1.2;
  }

  .modal p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.2;
  }

  .modal li {
    font-size: 18px;
    margin-top: 20px;
  }

  .modal th {
    font-size: 17px;
    padding: 5px;
  }

  .modal td {
    font-size: 15px;
    padding: 5px;
  }

}

@media (max-width: 770px) {

  .modal {
  position: fixed;
    width: 90vw;
    height: 90vh;
    transform: translate(-50%, 0) scale(1);
    top: 10px;
  }

  .modal__close-btm {
    position: fixed;
    width: 30px;
    height: 30px;
    top: 20px;
    right: 8vw;
    z-index: 111;
    border: none;
    background-color: transparent;
  }

  .legacy-btn.footer__botton {
  width: 160px;
  margin-top: 20px;
  }

    .section__inner.footer {
      text-align: end;
    }

        .modal {
          border-radius: 10px;
          padding: 40px;
        }
    
        .modal h2 {
          margin-top: 40px;
          font-size: 40px;
        }
    
        .modal h3 {
          font-size: 28px;
          margin-top: 30px;
        }
    
        .modal h4 {
          font-size: 20px;
          margin-top: 25px;
                    line-height: 1.2;
        }
    
        .modal p {
          margin-top: 20px;
          font-size: 16px;
          line-height: 1.2;
        }
    
        .modal li {
          font-size: 16px;
          margin-top: 20px;
        }
    
        .modal th {
          font-size: 15px;
          padding: 5px;
        }
    
        .modal td {
          font-size: 13px;
          padding: 5px;
        }
    
        table,
        td,
        th {
          border: 1px solid #d2d2d4;
        }
    
        table {
          margin-top: 30px;
          width: 100%;
          padding: 5px;
          border-collapse: collapse;
        }
}

body.is-hidden {
  overflow: hidden;
}

h2.reset_margin {
  margin-top: 0;
}

button.modal__close-btm img{
 margin-top: -2px;}

button.modal__close-btm svg {
  margin-top: 2px;
}

.img-2 {
  margin-left: 2px;
  margin-right: 2px;
}

.img-3 {
  margin-left: 15px;
  margin-right: 15px;
}

.img-4 {
  margin-left: 11px;
  margin-right: 11px;
}

.img-5 {
  margin-left: 13px;
  margin-right: 13px;
}

.img-6 {
  margin-left: 6px;
  margin-right: 6px;
}

.img-7 {
  margin-left: 5px;
  margin-right: 5px;
}

.img-8 {
  margin-left: 14px;
  margin-right: 14px;
}

.img-d-1 {
  height: 131px;
  width: 157px;
}

.img-d-2 {
  height: 94px;
  width: 163px;
}

.img-d-3 {
  height: 130px;
  width: 101px;
  margin-left: 28px;
  margin-right: 28px;
}

.img-d-4 {
  height: 120px;
  width: 113px;
  margin-left: 25px;
  margin-right: 25px;
}

.img-d-5 {
  height: 113px;
  width: 115px;
  margin-left: 21px;
  margin-right: 21px;
}

.img-d-6 {
  height: 111px;
  width: 134px;
  margin-left: 14px;
  margin-right: 14px;
}

.img-d-7 {
  height: 140px;
  width: 148px;
  margin-left: 4px;
  margin-right: 4px;
}

.img-d-8 {
  height: 133px;
  width: 106px;
  margin-left: 28px;
  margin-right: 28px;
}

@media (max-width: 1300px) {
  .img-d-1 {
    height: 74px;
    width: 90px;
  }

  .img-d-2 {
    height: 58px;
    width: 100px;
  }

  .img-d-3 {
    height: 90px;
    width: 70px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .img-d-4 {
    height: 80px;
    width: 75px;
    margin-left: 12px;
    margin-right: 12px;
  }

  .img-d-5 {
    height: 76px;
    width: 78px;
    margin-left: 6px;
    margin-right: 6px;
  }

  .img-d-6 {
    height: 75px;
    width: 90px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .img-d-7 {
    height: 88px;
    width: 90px;
    margin-left: 0;
    margin-right: 0;
  }

  .img-d-8 {
    height: 90px;
    width: 71px;
    margin-left: 9px;
    margin-right: 9px;
  }
}

#tarteaucitron * {
  font-family: 'Lato', sans-serif !important;
}