/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
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, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

@font-face {
  font-family: "Gilroy";
  font-weight: normal;
  src: url("../fonts/Gilroy-Regular.eot");
  src: url("../fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Regular.otf") format("otf"), url("../fonts/Gilroy-Regular.ttf") format("truetype"), url("../fonts/Gilroy-Regular.svg#Gilroy-Regular") format("svg"), url("../fonts/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Gilroy";
  font-weight: 600;
  src: url("../fonts/Gilroy-SemiBold.eot");
  src: url("../fonts/Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-SemiBold.otf") format("otf"), url("../fonts/Gilroy-SemiBold.ttf") format("truetype"), url("../fonts/Gilroy-SemiBold.svg#Gilroy-SemiBold") format("svg"), url("../fonts/Gilroy-SemiBold.woff") format("woff"), url("../fonts/Gilroy-SemiBold.woff2") format("woff2");
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  z-index: 999;
  transition: opacity 0.1s ease;
  padding: 50px;
}
@media only screen and (max-width: 1024px) {
  .modal {
    padding: 60px 0;
  }
}

.modal__overlay {
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

.news-popup-content {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
  background: #fff;
  overflow-y: auto;
}

.news-popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 2;
}

.news-popup-article {
  padding: 80px 13.888889vw; /* 200/1440 */
}
.news-popup-article h2 {
  color: var(--grey-dark, #404040);
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
  margin: 20px 0;
}
.news-popup-article p {
  color: var(--grey-dark, #404040);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin-bottom: 20px;
}
.news-popup-article ul {
  margin-left: 25px;
  margin-bottom: 20px;
}
.news-popup-article ul li {
  list-style: disc;
  color: var(--grey-dark, #404040);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.news-popup-article strong {
  font-weight: 600;
}
.news-popup-article a {
  color: var(--green, #4d7d5b);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-decoration-line: underline;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .news-popup-article {
    padding: 80px 40px;
  }
}
@media only screen and (max-width: 666px) {
  .news-popup-article {
    padding: 60px 20px;
  }
  .news-popup-article h2 {
    font-size: 18px;
  }
  .news-popup-article p {
    font-size: 15px;
  }
  .news-popup-article ul li {
    font-size: 15px;
  }
}

.news-popup-title {
  color: var(--black, #000);
  text-align: center;
  font-family: Montserrat;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .news-popup-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 666px) {
  .news-popup-title {
    font-size: 28px;
  }
}

.news-popup-fluid-image {
  width: 100%;
  margin-bottom: 20px;
}
.news-popup-fluid-image img {
  width: 100%;
}

.news-popup-quote {
  color: var(--green, #4d7d5b);
  font-family: Montserrat;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 150%; /* 24px */
  padding-left: 10px;
  border-left: 1px solid #4d7d5b;
  margin-bottom: 20px;
}
@media only screen and (max-width: 666px) {
  .news-popup-quote {
    font-size: 15px;
  }
}

.news-popup-two-images {
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
}
.news-popup-two-images img {
  width: 48%;
}
@media only screen and (max-width: 666px) {
  .news-popup-two-images {
    flex-direction: column;
    gap: 20px;
  }
  .news-popup-two-images img {
    width: 100%;
  }
}

.news-popup-youtube {
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin: 40px 0;
}
.news-popup-youtube iframe {
  aspect-ratio: 16/9;
  width: 100%;
  z-index: 2;
  position: relative;
}

.news-popup-img-text-block {
  width: 100%;
  margin: 40px 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media only screen and (max-width: 666px) {
  .news-popup-img-text-block {
    flex-direction: column-reverse;
  }
}

.news-popup-img-text-block-image {
  width: 48%;
}
.news-popup-img-text-block-image img {
  width: 100%;
}
@media only screen and (max-width: 666px) {
  .news-popup-img-text-block-image {
    width: 100%;
  }
}

.news-popup-img-text-block-text {
  width: 48%;
  color: var(--grey-dark, #404040);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
@media only screen and (max-width: 666px) {
  .news-popup-img-text-block-text {
    width: 100%;
    margin-bottom: 20px;
  }
}

.news-popup-bottom {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-top: 20px;
  border-top: 1px solid #4d7d5b;
}

.news-popup-btn {
  cursor: pointer;
  border-radius: 30px;
  background: var(--green, #4d7d5b);
  padding: 15px 28px;
  color: #fff;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 20px;
  width: -moz-fit-content;
  width: fit-content;
}
.news-popup-btn:hover {
  background: #000;
}
@media only screen and (max-width: 666px) {
  .news-popup-btn {
    width: 100%;
    justify-content: space-between;
  }
}

.news-popup-img-bg {
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 666px) {
  .news-popup-img-bg {
    width: 175px;
  }
  .news-popup-img-bg img {
    width: 100%;
  }
}

.menu-wrapper {
  width: 100%;
  height: 100dvh;
  position: fixed;
  left: 0;
  top: -100%;
  z-index: 30;
  padding: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  overflow-y: auto;
}
.menu-wrapper.show {
  top: 0;
}

.menu-overlay {
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.menu-content {
  width: 100%;
  position: relative;
  z-index: 2;
  background: #fff;
}

.menu-top {
  width: 100%;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fefefe;
  box-shadow: 0px 4px 14px -3px rgba(0, 0, 0, 0.11);
}

.menu-top-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.menu-links {
  padding: 48px 20px 40px;
}

.menu-links-dropdown {
  width: 100%;
  border-bottom: 1px solid #b6afca;
  padding-bottom: 16px;
  margin-bottom: 41px;
}
@media only screen and (max-width: 666px) {
  .menu-links-dropdown {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
}

.menu-links-dropdown-head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  text-align: right;
  font-family: Rubik;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
}
.menu-links-dropdown-head svg {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.menu-links-dropdown-head.in {
  color: #673ac2;
}
.menu-links-dropdown-head.in svg {
  transform: rotate(180deg);
}
.menu-links-dropdown-head.in svg path {
  stroke: #673ac2;
}

.menu-links-dropdown-drop {
  padding-top: 21px;
  display: none;
}

.menu-links-dropdown-drop-item {
  display: block;
  color: #000;
  font-family: Affect;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  text-transform: uppercase;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.menu-links-dropdown-drop-sublink {
  display: block;
  color: #000;
  font-family: Affect;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
  text-transform: uppercase;
  margin-left: 40px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.menu-links-item {
  border-bottom: 1px solid #b6afca;
  padding-bottom: 16px;
  margin-bottom: 41px;
  color: #000;
  font-family: Rubik;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  display: block;
}

.menu-bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 40px;
}

.menu-bottom-contacts {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 666px) {
  .menu-bottom-contacts {
    margin-bottom: 20px;
  }
}

.menu-bottom-tel {
  color: #000;
  text-align: right;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
@media only screen and (max-width: 666px) {
  .menu-bottom-tel {
    font-size: 14px;
  }
}

.menu-bottom-contacts-separatop {
  background: #b6afca;
  width: 1px;
  height: 12px;
}

.menu-bottom-schedule {
  color: #000;
  text-align: right;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
@media only screen and (max-width: 666px) {
  .menu-bottom-schedule {
    font-size: 14px;
  }
}

.menu-bottom-socials {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1024px) {
  .header {
    border: none;
  }
}
.header-top {
  width: 100%;
  height: 64px;
  padding: 0 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #b6afca;
  background: #fff;
}
@media only screen and (max-width: 1024px) {
  .header-top {
    display: none;
  }
}

.header-top-left {
  display: flex;
  align-items: center;
  color: #000;
  text-align: right;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.header-top-left a {
  color: #000;
}

.header-top-left-separator {
  width: 1px;
  height: 12px;
  background: #b6afca;
  margin: 0 10px;
}

.header-mob-lang {
  position: relative;
}
.header-mob-lang:hover .header-mob-lang-head {
  color: #673ac2;
}
.header-mob-lang:hover .header-mob-lang-head svg {
  transform: rotate(180deg);
}
.header-mob-lang:hover .header-mob-lang-head svg path {
  fill: #673ac2;
}
.header-mob-lang:hover .header-mob-lang-select {
  opacity: 1;
  pointer-events: all;
}

.header-mob-lang-head {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  color: #0b0b0b;
  text-align: right;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.header-mob-lang-head svg {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.header-mob-lang-select {
  border-radius: var(--Spacing-XS, 8px);
  background: #fefefe;
  box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.13);
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  padding: 4px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  z-index: 10;
  color: #000;
  text-align: right;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.header-mob-lang-select a {
  color: #000;
}
.header-mob-lang-select a:hover {
  color: #673ac2;
}

.header-center {
  height: 77px;
  padding: 0 90px;
  background: #fefefe;
  box-shadow: 0px 4px 14px -3px rgba(0, 0, 0, 0.11);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .header-center {
    height: 71px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 666px) {
  .header-center {
    height: 66px;
    padding: 0 15px;
  }
}

@media only screen and (max-width: 666px) {
  .header-center-logo {
    width: 83px;
  }
  .header-center-logo img {
    width: 100%;
  }
}

.header-center-menu {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 32px;
}
@media only screen and (max-width: 1024px) {
  .header-center-menu {
    display: none;
  }
}

.header-center-menu-has {
  cursor: pointer;
  height: 100%;
}
.header-center-menu-has:hover .header-center-menu-has-name {
  border-bottom: 3px solid #673ac2;
  color: #673ac2;
}
.header-center-menu-has:hover .header-center-menu-has-name svg {
  transform: rotate(180deg);
}
.header-center-menu-has:hover .header-center-menu-has-name svg path {
  fill: #673ac2;
}
.header-center-menu-has:hover .header-center-menu-has-dropdown {
  opacity: 1;
  pointer-events: all;
}

.header-center-menu-has-name {
  color: #000;
  text-align: right;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  display: flex;
  align-items: center;
  gap: 4px;
  height: 100%;
  border-bottom: 3px solid transparent;
}
.header-center-menu-has-name svg {
  transition: all 0.3s ease-in-out;
}

.header-center-menu-item {
  color: #000;
  text-align: right;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  height: 100%;
  border-bottom: 3px solid transparent;
  display: flex;
  align-items: center;
}
.header-center-menu-item:hover {
  border-bottom: 3px solid #673ac2;
  color: #673ac2;
}

.header-center-social {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-center-social a:hover svg path {
  fill: #673ac2;
}
.header-center-social a svg path {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (max-width: 1024px) {
  .header-center-social {
    display: none;
  }
}

.header-mob-right {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .header-mob-right {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}

.header-mob-lang {
  color: #000;
  text-align: right;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  display: flex;
  align-items: center;
  gap: 4px;
}

.header-center-menu-has-dropdown {
  padding: 50px 90px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3.9vw;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.header-center-menu-has-dropdown.dir {
  justify-content: flex-start;
  gap: 60px;
}

.header-center-menu-has-dropdown-col.dir {
  width: 22.096774%; /* 274/1240 */
}
.header-center-menu-has-dropdown-col.line {
  width: calc(22.096774% + 60px);
  padding-right: 60px;
  border-right: 1px solid #b6afca;
}

.header-center-menu-has-dropdown-item {
  margin-bottom: 48px;
}
.header-center-menu-has-dropdown-item.first {
  margin-bottom: 20px;
}

.header-center-menu-has-dropdown-link {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #000;
  font-family: Affect;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  text-transform: uppercase;
}
.header-center-menu-has-dropdown-link span {
  white-space: nowrap;
}
.header-center-menu-has-dropdown-link:hover {
  color: #673ac2;
}
.header-center-menu-has-dropdown-link:hover .header-center-menu-has-arrow-icon1 {
  top: -50%;
  right: -50%;
  opacity: 0;
}
.header-center-menu-has-dropdown-link:hover .header-center-menu-has-arrow-icon1 path {
  stroke: #673ac2;
}
.header-center-menu-has-dropdown-link:hover .header-center-menu-has-arrow-icon2 {
  top: 0;
  right: 0;
  opacity: 1;
}
.header-center-menu-has-dropdown-link:hover .header-center-menu-has-arrow-icon2 path {
  stroke: #673ac2;
}

.header-center-menu-has-arrow {
  width: 12px;
  height: 12px;
  position: relative;
}

.header-center-menu-has-arrow-icon1 {
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
}

.header-center-menu-has-arrow-icon2 {
  position: absolute;
  top: 50%;
  right: 50%;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.header-center-menu-has-dropdown-item-info {
  margin-top: 8px;
  color: #000;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
}

.header-center-menu-has-dropdown-sublink {
  color: #000;
  font-family: Affect;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 12px;
}
.header-center-menu-has-dropdown-sublink:hover {
  color: #673ac2;
}
.header-center-menu-has-dropdown-sublink:hover .header-center-menu-has-arrow-icon1 {
  top: -50%;
  right: -50%;
  opacity: 0;
}
.header-center-menu-has-dropdown-sublink:hover .header-center-menu-has-arrow-icon1 path {
  stroke: #673ac2;
}
.header-center-menu-has-dropdown-sublink:hover .header-center-menu-has-arrow-icon2 {
  top: 0;
  right: 0;
  opacity: 1;
}
.header-center-menu-has-dropdown-sublink:hover .header-center-menu-has-arrow-icon2 path {
  stroke: #673ac2;
}

.footer {
  width: 100%;
  overflow: hidden;
}

.footer-content {
  width: 100%;
  padding: 100px 100px 40px;
  border-bottom: 1px solid #b6afca;
}
@media only screen and (max-width: 1024px) {
  .footer-content {
    padding: 80px 20px 20px;
  }
}

.footer-content-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 100px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1024px) {
  .footer-content-top {
    flex-wrap: wrap;
    gap: 50px;
  }
}
@media only screen and (max-width: 666px) {
  .footer-content-top {
    flex-direction: column;
  }
}

@media only screen and (max-width: 1024px) {
  .footer-logo {
    order: 1;
    width: 191px;
  }
  .footer-logo img {
    width: 100%;
  }
}
@media only screen and (max-width: 666px) {
  .footer-logo {
    order: 1;
  }
}

.footer-menu {
  width: 53%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
}
@media only screen and (max-width: 1024px) {
  .footer-menu {
    width: 100%;
    order: 3;
  }
}
@media only screen and (max-width: 666px) {
  .footer-menu {
    order: 3;
    flex-direction: column;
    gap: 30px;
  }
}

.footer-menu-col {
  width: 30%;
}
@media only screen and (max-width: 666px) {
  .footer-menu-col {
    width: 100%;
  }
}

.footer-menu-header {
  color: #000;
  font-family: Affect;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media only screen and (max-width: 666px) {
  .footer-menu-header {
    font-size: 18px;
  }
}

.footer-menu-item {
  display: block;
  color: #000;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
  margin-bottom: 8px;
}
.footer-menu-item:hover {
  color: #673ac2;
}

.footer-contacts {
  width: 15.483871%; /* 192/1240 */
}
@media only screen and (max-width: 1024px) {
  .footer-contacts {
    order: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 61%;
  }
}
@media only screen and (max-width: 666px) {
  .footer-contacts {
    order: 2;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 666px) {
  .footer-contacts-info {
    margin-bottom: 25px;
  }
}

.footer-contacts-tel {
  color: #000;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin-bottom: 16px;
}

.footer-contacts-email {
  margin-bottom: 32px;
  color: #000;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
@media only screen and (max-width: 1024px) {
  .footer-contacts-email {
    margin-bottom: 0;
  }
}

.footer-contacts-social {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media only screen and (max-width: 1024px) {
  .footer-contacts-social {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.footer-contacts-social-item {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #000;
  cursor: pointer;
  border: 1px solid transparent;
}
.footer-contacts-social-item svg {
  width: 20px;
  height: 20px;
}
.footer-contacts-social-item:hover {
  background: #fff;
  border: 1px solid #000;
}
.footer-contacts-social-item:hover svg path {
  fill: #000;
}

.footer-content-logos {
  width: 100%;
  overflow-x: auto;
}
.footer-content-logos::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 666px) {
  .footer-content-logos {
    width: calc(100% + 20px);
  }
}

.footer-content-logos-inner {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin: 0 auto;
}
@media only screen and (max-width: 666px) {
  .footer-content-logos-inner {
    gap: 20px;
  }
}

.footer-content-logos-item:hover svg path {
  fill: #673ac2;
}

.footer-policy {
  width: 100%;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-policy a {
  color: #000;
  text-align: right;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}

.modal-contact-overlay {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

.contact-popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 740px;
  height: 510px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px;
}
@media only screen and (max-width: 1024px) {
  .contact-popup-content {
    width: 688px;
    height: 510px;
  }
}
@media only screen and (max-width: 666px) {
  .contact-popup-content {
    width: calc(100% - 30px);
    height: 460px;
    padding: 100px 20px;
  }
}

.contact-popup-close {
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 3;
  cursor: pointer;
}

.contact-popup-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.contact-popup-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact-popup-title {
  color: var(--white, #fff);
  font-family: "M PLUS 1";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 35.2px */
  letter-spacing: 1.6px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 666px) {
  .contact-popup-title {
    font-size: 28px;
  }
}

.contact-popup-text {
  color: var(--white, #fff);
  text-align: center;
  font-family: "M PLUS 1";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}
@media only screen and (max-width: 666px) {
  .contact-popup-text {
    font-size: 16px;
  }
}

.contact-trouble-popup-title {
  color: var(--black, #000);
  text-align: center;
  font-family: "M PLUS 1";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 35.2px */
  letter-spacing: 1.6px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 666px) {
  .contact-trouble-popup-title {
    font-size: 28px;
  }
}

.contact-trouble-popup-text {
  color: var(--black, #000);
  text-align: center;
  font-family: "M PLUS 1";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}
@media only screen and (max-width: 666px) {
  .contact-trouble-popup-text {
    font-size: 16px;
  }
}

.contact-trouble-popup-btns {
  width: 380px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
}
@media only screen and (max-width: 666px) {
  .contact-trouble-popup-btns {
    width: 100%;
    flex-direction: column;
  }
}

.contact-trouble-popup-btns-try {
  cursor: pointer;
  width: 48%;
  background: var(--black, #000);
  padding: 10px;
  color: var(--white, #fff);
  font-family: "M PLUS 1";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 21px */
  letter-spacing: 0.7px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 666px) {
  .contact-trouble-popup-btns-try {
    width: 180px;
    margin-bottom: 15px;
  }
}

.contact-trouble-popup-btns-send {
  cursor: pointer;
  width: 48%;
  color: var(--black, #000);
  font-family: "M PLUS 1";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 21px */
  letter-spacing: 0.7px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--black, #000);
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  padding: 10px;
}
@media only screen and (max-width: 666px) {
  .contact-trouble-popup-btns-send {
    width: 180px;
  }
}

.main {
  width: 100%;
  background: linear-gradient(180deg, #f6f8fa 0%, #f9fbfb 50.66%, #f6f8fa 100%);
}

.header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 41px 60px 0 60px;
  position: relative;
  z-index: 5;
}

.header-right {
  display: flex;
  align-items: center;
  margin-top: -27px;
}

.header-logo {
  width: 265px;
}
.header-logo img {
  width: 100%;
}

.header-menu ul {
  display: flex;
  align-items: center;
}
.header-menu ul li {
  margin-right: 20px;
}
.header-menu ul li a {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #323c36;
}

.order-btn {
  width: 170px;
  height: 50px;
  background: #c8102e;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  color: #ffffff;
  transition: all 0.2s ease;
}
.order-btn:hover {
  background: #dd1d3c;
}

.first-fluid {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

.first-left {
  width: 43%;
  padding-left: 60px;
  z-index: 3;
}

.first-title {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  color: #00953a;
  font-size: 5vw;
  line-height: 110%;
}

.first-right {
  width: 41%;
  height: calc(100% - 114px);
  position: relative;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
}
.first-right img {
  width: 100%;
  max-height: 100%;
  vertical-align: bottom;
  position: relative;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 2;
}

.section {
  width: 100%;
  display: flex;
  position: relative;
}
.section.reverse {
  flex-direction: row-reverse;
}
.section.reverse .section-images {
  width: 50%;
  background: linear-gradient(180deg, #f9fff7 0%, #fbfff9 50.66%, #f9fff7 100%);
  position: relative;
}
.section.reverse .section-title {
  color: #fabf2c;
  padding-right: 5%;
}
.section.reverse .section-decoration-text {
  position: absolute;
  left: 0%;
  height: 85%;
}
.section.reverse .section-decoration-text img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section.juice-lemon .section-images {
  background: linear-gradient(180deg, rgba(255, 243, 136, 0.2) 0%, rgba(255, 252, 229, 0.2) 47.02%, rgba(255, 243, 136, 0.2) 100%);
}
.section.juice-apple .section-images {
  background: linear-gradient(180deg, #f8ffeb 0%, #fbfffa 47.02%, #f8ffeb 100%);
}
.section.juice-apple .section-title {
  color: #45b740;
}
.section.lime .section-images {
  background: linear-gradient(180deg, #efffec 0%, #fbfffa 47.02%, #ecffe8 100%);
}
.section.lime .section-title {
  color: #85a530;
}
.section.orange .section-images {
  width: 50%;
  background: linear-gradient(180deg, rgba(255, 194, 136, 0.15) 0%, rgba(255, 242, 229, 0.15) 47.02%, rgba(255, 194, 136, 0.15) 100%);
  position: relative;
}
.section.orange .section-title {
  color: #fd8204;
}
.section.orange .section-decoration-text {
  height: 70%;
}
.section.orange .section-decoration-text img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section.greipfrut .section-title {
  color: #fca14d;
}
.section.juice-strawberry .section-title {
  color: #d70b43;
}

.section-text {
  width: 50%;
  padding: 60px 40px 60px 60px;
  background: #fff;
  position: relative;
}

.section-logo {
  width: 217.25px;
  margin-bottom: 15px;
}
.section-logo img {
  width: 100%;
}

.section-text-new-word {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 51px;
  right: 45px;
  font-family: Gilroy;
  font-style: normal;
  font-weight: bold;
  font-size: 2.4vw;
  padding: 10px 24px;
  border-radius: 999px;
  line-height: 120%;
  text-transform: uppercase;
  color: #fff;
  background: #e10a0e;
}
@media only screen and (max-width: 1024px) {
  .section-text-new-word {
    font-size: 38px;
  }
}
@media only screen and (max-width: 666px) {
  .section-text-new-word {
    top: 44px;
    right: 14px;
    padding: 8px 16px;
    font-size: 19px;
  }
}

.section-title {
  font-family: Gilroy;
  font-style: normal;
  font-weight: bold;
  font-size: 4vw;
  line-height: 120%;
  text-transform: uppercase;
  color: #5386d9;
  opacity: 0.7;
  margin-bottom: 20px;
}

.section-description {
  font-family: Gilroy;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  color: #323c36;
  margin-bottom: 20px;
}

.section-composition {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #323c36;
  margin-bottom: 40px;
}

.section-propertis {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-top: 27px;
  margin-bottom: 50px;
}

.section-propertis-item {
  text-align: center;
}
.section-propertis-item img {
  margin-bottom: 10px;
}
.section-propertis-item span {
  display: block;
  font-family: Gilroy;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #323c36;
}

.section-images {
  width: 50%;
  background: linear-gradient(180deg, #fffafa 0%, #fffefe 50.66%, #fffafa 100%);
  position: relative;
}
.section-images canvas {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  resize: both;
  z-index: 1;
}

.section-images-bottle {
  position: absolute;
  top: 8%;
  left: 29%;
  height: 83%;
  z-index: 3;
}
.section-images-bottle img {
  height: 100%;
}

.section-images-can {
  position: absolute;
  top: 39%;
  left: 47%;
  height: 41%;
  z-index: 4;
}
.section-images-can img {
  height: 100%;
}

.section-decoration-text {
  position: absolute;
  bottom: 0%;
  right: 0;
  height: 100%;
  z-index: 2;
}
.section-decoration-text img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer {
  width: 100%;
  padding: 35px 60px;
  background: #00953a;
}

.footer-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 36px;
}

.footer-top-logo {
  width: 279px;
  display: block;
}
.footer-top-logo img {
  width: 100%;
}

.footer-top-social {
  max-width: 236px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-top-social-item {
  width: 50px;
  height: 50px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.footer-copy {
  font-family: Gilroy;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 135.2%;
  color: #ffffff;
}

.arrow-7 {
  margin: 40px auto 10px auto;
  width: 38px;
  height: 100px;
}

.arrow-7 span {
  display: block;
  width: 30px;
  height: 30px;
  border-bottom: 5px solid #00953a;
  border-right: 5px solid #00953a;
  transform: rotate(45deg);
  margin: -16px 0;
  animation: arrow-7 2s infinite;
}

.arrow-7 span:nth-child(2) {
  animation-delay: -0.2s;
}

.arrow-7 span:nth-child(3) {
  animation-delay: -0.4s;
}

@keyframes arrow-7 {
  0% {
    opacity: 0;
    transform: translate(0, -20px) rotate(45deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(0, 20px) rotate(45deg);
  }
}
canvas {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  resize: both;
  z-index: 1;
}

.first-down-btn {
  width: 40px;
  height: 100px;
  position: absolute;
  bottom: 20px;
  left: 49%;
  z-index: 20;
}

.video-fluid {
  width: 100%;
  background: linear-gradient(180deg, #f6f8fa 0%, #f9fbfb 50.66%, #f6f8fa 100%);
  padding: 95px 20px 100px 20px;
}

.video-1150 {
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
}

.video-title {
  text-align: center;
  margin-bottom: 40px;
}
.video-title img {
  margin-right: 25px;
  width: 513px;
  transform: translatey(20%);
  margin-bottom: 11px;
}
.video-title span {
  font-family: Gilroy;
  font-style: normal;
  font-weight: bold;
  font-size: 65px;
  line-height: 130%;
  text-align: center;
  text-transform: uppercase;
  color: #00953a;
}
.video-title span strong {
  color: #c8102e;
}

.youtube-video {
  max-width: 961px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 70px;
}
.youtube-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  display: none;
}
.top-gradient img {
  width: 100%;
}

.mobile-logo {
  position: relative;
  z-index: 3;
  width: 44%;
  margin-bottom: 20px;
  padding-left: 20px;
  display: none;
}
.mobile-logo img {
  width: 100%;
}

.mobile-title {
  font-family: Gilroy;
  font-style: normal;
  font-weight: bold;
  font-size: 8vw;
  line-height: 110%;
  text-transform: uppercase;
  color: #86aae4;
  position: relative;
  z-index: 3;
  padding-left: 20px;
  display: none;
}

.section.reverse .mobile-title {
  color: #85a530;
}

.section.orange .mobile-title {
  color: #fd8204;
}

.mobile-images {
  width: 100%;
  padding-bottom: 92%;
  position: relative;
  overflow: hidden;
  display: none;
}

.mobile-images-bottle {
  position: absolute;
  top: 3%;
  left: 25%;
  width: 50%;
  z-index: 4;
}
.mobile-images-bottle img {
  width: 100%;
}

.mobile-images-can {
  position: absolute;
  top: 103%;
  left: 32%;
  width: 36%;
  z-index: 4;
}
.mobile-images-can img {
  width: 100%;
}

.mobile-images-gradient {
  width: 100%;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 20;
}
.mobile-images-gradient img {
  width: 100%;
}

.mob-decoration {
  position: absolute;
  bottom: -3px;
  right: 0;
  width: 18%;
  z-index: 21;
  display: none;
}
.mob-decoration img {
  width: 100%;
}

.section-text-bottom-title {
  color: #000;
  font-family: Gilroy;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media only screen and (max-width: 666px) {
  .section-text-bottom-title {
    font-size: 18px;
  }
}

.section-text-bottom-btns {
  display: flex;
  align-items: center;
  gap: 15px;
}

.my-water-btn {
  width: 187px;
}
.my-water-btn img {
  width: 100%;
}

.footer-bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-my-water {
  width: 237px;
  display: block;
}
.footer-my-water img {
  width: 100%;
}

.first-bottom-gradient {
  width: 100%;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 6;
}
.first-bottom-gradient img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .first-left {
    width: 100%;
    padding-left: 20px;
    position: relative;
  }
  .first-right {
    height: auto;
  }
  .header-menu {
    display: none;
  }
  .header {
    margin-bottom: 40px;
    padding: 41px 20px 0 20px;
  }
  .first-title {
    font-size: 8vw;
  }
  canvas {
    width: 100%;
  }
  .first-right {
    width: 100%;
  }
  .first-down-btn {
    bottom: 9px;
    left: 46%;
  }
  .top-gradient {
    display: block;
  }
  .section-title {
    font-size: 28px;
  }
  .section {
    flex-direction: column-reverse;
  }
  .section-images {
    width: 100%;
    padding-top: 30px;
  }
  .section.reverse {
    flex-direction: column-reverse;
  }
  .section.reverse .section-images {
    width: 100%;
  }
  .section-text {
    width: 100%;
  }
  .section.orange .section-images {
    width: 100%;
  }
  .section-images-bottle {
    display: none;
  }
  .section-images-can {
    display: none;
  }
  .mobile-title {
    margin-bottom: 15px;
  }
  .video-title img {
    width: 320px;
  }
  .video-title span {
    font-size: 43px;
  }
  .video-fluid {
    padding: 60px 20px 60px 20px;
  }
  .first-fluid {
    height: var(--vh);
    flex-direction: column;
  }
  .first-right img {
    display: block;
    width: 77%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 736px) {
  .section-text {
    padding: 40px 20px;
  }
  .order-btn {
    width: 115px;
    height: 40px;
    font-size: 14px;
  }
  .header-logo {
    width: 157px;
  }
  .header {
    margin-bottom: 40px;
    padding: 25px 20px 0 20px;
  }
  .header-right {
    margin-top: -4px;
  }
  .section-description {
    font-size: 14px;
    line-height: 16px;
  }
  .section-composition {
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 25px;
  }
  .section-propertis-item span {
    font-size: 11px;
  }
  .section-propertis {
    margin-bottom: 30px;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .video-title img {
    width: 143px;
    margin-right: 0;
  }
  .video-title span {
    font-size: 18px;
  }
  .footer-top {
    flex-wrap: wrap;
  }
  .footer-top-logo {
    width: 100%;
    margin-bottom: 40px;
  }
  .footer-top-social {
    max-width: 750px;
    width: 100%;
  }
  .footer {
    padding: 35px 20px;
  }
  .video-fluid {
    padding: 50px 20px 50px 20px;
  }
  .first-right img {
    width: 100%;
  }
  .section-text-bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .section-text-bottom .order-btn {
    margin-right: 0;
    width: 100%;
    height: 35px;
    margin-bottom: 18px;
  }
  .footer-copy {
    width: 48%;
  }
  .footer-my-water {
    width: 47%;
  }
  .youtube-video {
    margin-bottom: 30px;
  }
}
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #f6f8fa 0%, #f9fbfb 50.66%, #f6f8fa 100%);
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.loader-percent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: Gilroy;
  font-style: normal;
  font-weight: bold;
  font-size: 65px;
  line-height: 79px;
  text-transform: uppercase;
  color: #00953a;
  border-radius: 0;
  width: 118px;
  text-align: center;
  z-index: 1;
}

.home-hero {
  width: 100%;
  position: relative;
}
.home-hero picture {
  width: 100%;
}
.home-hero picture img {
  width: 100%;
}

.home-hero-arrow {
  position: absolute;
  bottom: 6vh;
  left: 50%;
  transform: translatex(-50%);
}
@media only screen and (max-width: 1024px) {
  .home-hero-arrow {
    display: none;
  }
}

.home-second {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px 100px 80px 100px;
}
.home-second p {
  margin-bottom: 20px;
  color: #000;
  text-align: center;
  font-family: Gilroy;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 28.8px */
}
@media only screen and (max-width: 1024px) {
  .home-second {
    padding: 50px;
  }
  .home-second p {
    font-size: 18px;
  }
}

.home-second-logo {
  margin-bottom: 20px;
}

.product-marquee {
  width: 100%;
  overflow: hidden;
  background: #c8102e;
  padding: 10px 0;
}
@media only screen and (max-width: 1024px) {
  .product-marquee {
    padding: 8px 0;
  }
}

.product-marquee-container {
  display: flex;
  align-items: center;
  margin-left: 30px;
  animation: marquee 22s infinite linear;
  gap: 30px;
}
@media only screen and (max-width: 1024px) {
  .product-marquee-container {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 666px) {
  .product-marquee-container {
    animation: marquee 7s infinite linear;
  }
}

.product-marquee-text {
  color: #fff;
  text-align: center;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
  text-transform: uppercase;
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  .product-marquee-text {
    font-size: 16px;
    line-height: 120%;
  }
}

.product-marquee-icon {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}
.product-marquee-icon img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .product-marquee-icon {
    width: 15px;
    height: 15px;
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.section-new-image {
  padding-top: 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  position: relative;
  z-index: 4;
}
.section-new-image img {
  width: 21.875vw; /* 315/1440 */
  vertical-align: bottom;
}
@media only screen and (max-width: 1024px) {
  .section-new-image img {
    width: 43.75vw; /* 336/768 */
  }
}
@media only screen and (max-width: 666px) {
  .section-new-image {
    padding-top: 60px;
  }
  .section-new-image img {
    width: 43.733333vw; /* 164/375 */
  }
}

html,
body {
  font-family: Affect;
  font-weight: 300;
}
html.is-hidden,
body.is-hidden {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

* {
  box-sizing: border-box;
  outline: none;
}

a {
  text-decoration: none;
}

img {
  vertical-align: bottom;
}
/*# sourceMappingURL=main.css.map */
