/* 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: "Noto Serif";
  font-weight: 400;
  src: url("../fonts/NotoSerif-Regular.eot");
  src: url("../fonts/NotoSerif-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSerif-Regular.ttf") format("truetype"), url("../fonts/NotoSerif-Regular.woff") format("woff"), url("../fonts/NotoSerif-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans";
  font-weight: 200;
  src: url("../fonts/NotoSans-ExtraLight.eot");
  src: url("../fonts/NotoSans-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSans-ExtraLight.ttf") format("truetype"), url("../fonts/NotoSans-ExtraLight.woff") format("woff"), url("../fonts/NotoSans-ExtraLight.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans";
  font-weight: 300;
  src: url("../fonts/NotoSans-Light.eot");
  src: url("../fonts/NotoSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSans-Light.ttf") format("truetype"), url("../fonts/NotoSans-Light.woff") format("woff"), url("../fonts/NotoSans-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans";
  font-weight: 400;
  src: url("../fonts/NotoSans-Regular.eot");
  src: url("../fonts/NotoSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSans-Regular.ttf") format("truetype"), url("../fonts/NotoSans-Regular.woff") format("woff"), url("../fonts/NotoSans-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans";
  font-weight: 500;
  src: url("../fonts/NotoSans-Medium.eot");
  src: url("../fonts/NotoSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSans-Medium.ttf") format("truetype"), url("../fonts/NotoSans-Medium.woff") format("woff"), url("../fonts/NotoSans-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans";
  font-weight: 600;
  src: url("../fonts/NotoSans-SemiBold.eot");
  src: url("../fonts/NotoSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSans-SemiBold.ttf") format("truetype"), url("../fonts/NotoSans-SemiBold.woff") format("woff"), url("../fonts/NotoSans-SemiBold.woff2") format("woff2");
}
.main {
  width: 100%;
  overflow-x: hidden;
}

.hero-fluid {
  width: 100%;
  background: #000;
  height: 100vh;
  padding: 5vh 40px 8vh;
}
@media only screen and (max-width: 666px) {
  .hero-fluid {
    padding: 23px 20px 40px;
    height: 353px;
  }
}

.hero-1320 {
  max-width: 1400px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

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

.hero-header-empty {
  width: 1px;
}
@media only screen and (max-width: 666px) {
  .hero-header-empty {
    display: none;
  }
}

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

.hero-center {
  width: 100%;
  text-align: center;
}

.hero-center-stone img {
  max-height: 65vh;
}
@media only screen and (max-width: 1024px) {
  .hero-center-stone {
    width: 40vw;
    margin: 0 auto;
  }
  .hero-center-stone img {
    width: 100%;
  }
}
@media only screen and (max-width: 666px) {
  .hero-center-stone {
    width: 35vw;
    transform: translateX(35px);
  }
}

.hero-center-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -29%);
}
@media only screen and (max-width: 1024px) {
  .hero-center-text {
    width: 97%;
  }
  .hero-center-text picture {
    width: 100%;
  }
}

.hero-bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 666px) {
  .hero-bottom {
    justify-content: flex-end;
  }
}

.hero-bottom-social {
  display: flex;
}
.hero-bottom-social a svg {
  transition: all 0.3s ease;
}
.hero-bottom-social a svg path {
  transition: all 0.3s ease;
}
.hero-bottom-social a:hover svg path {
  fill: #fff;
}
@media only screen and (max-width: 666px) {
  .hero-bottom-social {
    display: none;
  }
}

.hero-bottom-social-item {
  display: block;
  margin-right: 32px;
}

.hero-bottom-arrow {
  -webkit-animation-name: arranim;
          animation-name: arranim;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes arranim {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(23px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes arranim {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(23px);
  }
  100% {
    transform: translateY(0);
  }
}
.second-fluid {
  width: 100%;
  background: url("../images/bg1.svg") no-repeat right center;
}
@media only screen and (max-width: 666px) {
  .second-fluid {
    background-size: 46%;
  }
}

.second-1320 {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 78px 40px 177px;
}
@media only screen and (max-width: 1024px) {
  .second-1320 {
    padding: 60px 30px;
  }
}
@media only screen and (max-width: 666px) {
  .second-1320 {
    padding: 40px 20px;
  }
}

.second-title {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 300;
  font-size: 56px;
  line-height: 150%;
  text-align: center;
  background: linear-gradient(92.22deg, #6deae7 0%, #459bc8 53.74%, #3c70b5 107.46%, rgba(35, 35, 35, 0) 107.47%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 24px;
}
@media only screen and (max-width: 666px) {
  .second-title {
    font-size: 24px;
    margin-bottom: 18px;
  }
}

.second-description {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 200;
  font-size: 36px;
  line-height: 165%;
  text-align: center;
  letter-spacing: 0.09em;
  color: #020219;
}
@media only screen and (max-width: 666px) {
  .second-description {
    font-size: 15px;
  }
}

.about-fluid {
  width: 100%;
  background: #000;
}

.about-1320 {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 160px 40px;
}
@media only screen and (max-width: 1024px) {
  .about-1320 {
    padding: 110px 30px;
  }
}
@media only screen and (max-width: 666px) {
  .about-1320 {
    padding: 40px 20px;
  }
}

.about-first {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  .about-first {
    flex-direction: column-reverse;
  }
}

.about-first-left {
  width: 53%;
}
@media only screen and (max-width: 1024px) {
  .about-first-left {
    width: 100%;
  }
}

.about-first-left-title {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 400;
  font-size: 72px;
  line-height: 100%;
  color: #ffffff;
  margin-bottom: 58px;
}
@media only screen and (max-width: 1024px) {
  .about-first-left-title {
    display: none;
  }
}

.about-first-title-mobile {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .about-first-title-mobile {
    display: block;
    width: 100%;
    font-family: "Noto Serif";
    font-style: normal;
    font-weight: 400;
    font-size: 72px;
    line-height: 100%;
    color: #ffffff;
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 666px) {
  .about-first-title-mobile {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.about-first-left-text {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 200%;
  color: #ffffff;
}
@media only screen and (max-width: 666px) {
  .about-first-left-text {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 200%;
    color: #ffffff;
  }
}

.about-first-right {
  width: 41%;
  display: flex;
}
.about-first-right img {
  max-width: 99%;
}
@media only screen and (max-width: 1024px) {
  .about-first-right {
    width: 100%;
    margin-bottom: 60px;
  }
  .about-first-right img {
    max-width: 99%;
    width: 100%;
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (max-width: 666px) {
  .about-first-right {
    margin-bottom: 40px;
  }
  .about-first-right img {
    height: 412px;
  }
}

.about-first-right-line {
  height: 100%;
  width: 8px;
  background: linear-gradient(180deg, #6deae7 0%, #459bc8 53.12%, #3c70b5 86.98%);
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 1024px) {
  .about-first-right-line {
    height: 500px;
  }
}
@media only screen and (max-width: 666px) {
  .about-first-right-line {
    width: 4px;
    height: 412px;
  }
}

.about-second {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .about-second {
    flex-direction: column;
  }
}

.about-second-left {
  display: flex;
  width: 53%;
}
.about-second-left img {
  max-width: 99%;
}
@media only screen and (max-width: 1024px) {
  .about-second-left {
    width: 100%;
    margin-bottom: 40px;
  }
  .about-second-left img {
    max-width: 99%;
    width: 100%;
    height: 470px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (max-width: 666px) {
  .about-second-left img {
    height: 176px;
  }
}

.about-second-right-line {
  height: 100%;
  width: 8px;
  background: linear-gradient(180deg, #6deae7 0%, #459bc8 53.12%, #3c70b5 86.98%);
  flex-shrink: 0;
}
@media only screen and (max-width: 1024px) {
  .about-second-right-line {
    height: 470px;
  }
}
@media only screen and (max-width: 666px) {
  .about-second-right-line {
    height: 176px;
    width: 4px;
  }
}

.about-second-right {
  width: 41%;
}
@media only screen and (max-width: 1024px) {
  .about-second-right {
    width: 100%;
  }
}

.about-second-right-text {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 200%;
  color: #ffffff;
}
@media only screen and (max-width: 666px) {
  .about-second-right-text {
    font-size: 15px;
  }
}

.whom-fluid {
  width: 100%;
  background: url("../images/bg2.svg") no-repeat left center;
}
@media only screen and (max-width: 666px) {
  .whom-fluid {
    background: url("../images/bg1.svg") no-repeat right center;
    background-size: 40%;
  }
}

.whom-1320 {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 105px 40px 160px 40px;
}
@media only screen and (max-width: 1024px) {
  .whom-1320 {
    padding: 106px 30px;
  }
}
@media only screen and (max-width: 666px) {
  .whom-1320 {
    padding: 40px 20px;
  }
}

.whom-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 66px;
}
@media only screen and (max-width: 1024px) {
  .whom-top {
    flex-direction: column-reverse;
  }
}

.whom-top-left {
  width: 69%;
  display: flex;
  position: relative;
  align-items: stretch;
}
@media only screen and (max-width: 1024px) {
  .whom-top-left {
    width: 100%;
  }
}

.whom-top-left-line {
  width: 8px;
  background: linear-gradient(180deg, #6deae7 0%, #459bc8 51.56%, #3c70b5 99.48%);
  flex-shrink: 0;
  margin-right: 20px;
}
@media only screen and (max-width: 666px) {
  .whom-top-left-line {
    width: 4px;
    margin-right: 8px;
  }
}

.whom-top-left-text {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 200%;
  color: #020219;
}
@media only screen and (max-width: 666px) {
  .whom-top-left-text {
    font-size: 15px;
  }
}

.whom-top-right {
  width: 30%;
}
@media only screen and (max-width: 1024px) {
  .whom-top-right {
    width: 100%;
  }
}

.whom-top-right-text {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 400;
  font-size: 68px;
  line-height: 100%;
  text-align: right;
  background: linear-gradient(92.22deg, #6deae7 0%, #459bc8 53.74%, #3c70b5 107.46%, rgba(35, 35, 35, 0) 107.47%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 1024px) {
  .whom-top-right-text {
    margin-bottom: 60px;
    text-align: left;
  }
}
@media only screen and (max-width: 666px) {
  .whom-top-right-text {
    display: inline-block;
    font-size: 24px;
    margin-bottom: 40px;
    background: linear-gradient(92.22deg, #6deae7 0%, #459bc8 53.74%, #3c70b5 107.46%, rgba(35, 35, 35, 0) 107.47%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
}

.whom-top-right-shadowtext {
  position: absolute;
  right: 15px;
  top: -89px;
  z-index: 2;
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 400;
  font-size: 68px;
  line-height: 100%;
  text-align: right;
  background: linear-gradient(92.22deg, #6deae7 0%, #459bc8 53.74%, #3c70b5 107.46%, rgba(35, 35, 35, 0) 107.47%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: relative;
  opacity: 0.1;
}
@media only screen and (max-width: 1024px) {
  .whom-top-right-shadowtext {
    display: none;
  }
}

.whom-bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 666px) {
  .whom-bottom {
    flex-wrap: wrap;
  }
}

.whom-bottom-item {
  width: 49%;
  height: 432px;
}
.whom-bottom-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 666px) {
  .whom-bottom-item {
    height: 181px;
    width: 100%;
    margin-bottom: 20px;
  }
}

.product-fluid {
  width: 100%;
  background: #000;
}

.product-1320 {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 150px 40px 100px 40px;
}
@media only screen and (max-width: 1024px) {
  .product-1320 {
    padding: 100px 30px;
  }
}
@media only screen and (max-width: 666px) {
  .product-1320 {
    padding: 40px 20px;
  }
}

.product-title {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 400;
  font-size: 72px;
  line-height: 100%;
  margin-bottom: 60px;
  color: #fff;
}
@media only screen and (max-width: 666px) {
  .product-title {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 40px;
    width: 70%;
  }
}

.product-description {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 200%;
  margin-bottom: 60px;
  color: #ffffff;
}
@media only screen and (max-width: 666px) {
  .product-description {
    font-weight: 300;
    font-size: 15px;
    line-height: 200%;
    margin-bottom: 40px;
  }
}

.product-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .product-wrapper {
    flex-direction: column;
  }
}

.product-sliders-block {
  width: 42.5%;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .product-sliders-block {
    width: 100%;
  }
}

.product-slider-arrows {
  width: 100%;
  height: 64px;
  position: absolute;
  right: 0px;
  top: 42%;
  z-index: 5;
}
.product-slider-arrows .slick-prev {
  position: absolute;
  top: 0;
  left: 22px;
  width: 54.75px;
  height: 54.75px;
}
@media only screen and (max-width: 666px) {
  .product-slider-arrows .slick-prev {
    left: 13px;
  }
}
.product-slider-arrows .slick-prev::before {
  display: none;
}
.product-slider-arrows .slick-prev img {
  width: 100%;
}
.product-slider-arrows .slick-next {
  position: absolute;
  top: 0;
  right: 22px;
  width: 54.75px;
  height: 54.75px;
}
@media only screen and (max-width: 666px) {
  .product-slider-arrows .slick-next {
    right: 13px;
  }
}
.product-slider-arrows .slick-next::before {
  display: none;
}
.product-slider-arrows .slick-next img {
  width: 100%;
}

.product-slider {
  width: 100%;
  width: 100%;
}
.product-slider .slick-dots {
  bottom: 26px;
}
@media only screen and (max-width: 666px) {
  .product-slider .slick-dots {
    bottom: 19px;
  }
}
.product-slider .slick-dots li {
  width: 18px;
}
.product-slider .slick-dots li button:before {
  content: "";
  width: 8px;
  height: 8px;
  opacity: 1;
  background: #ffffff;
  border-radius: 50%;
}
.product-slider .slick-dots li.slick-active button:before {
  background: #6deae7;
}

.product-slider-item-img {
  width: 100%;
  height: 580px;
}
.product-slider-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 666px) {
  .product-slider-item-img {
    height: 320px;
  }
}

.product-sliders2-block {
  width: 42.5%;
  position: relative;
  display: none;
}
@media only screen and (max-width: 1024px) {
  .product-sliders2-block {
    width: 100%;
  }
}

.product-slider2-arrows {
  width: 100%;
  height: 64px;
  position: absolute;
  right: 0px;
  top: 42%;
  z-index: 5;
}
.product-slider2-arrows .slick-prev {
  position: absolute;
  top: 0;
  left: 22px;
  width: 54.75px;
  height: 54.75px;
}
@media only screen and (max-width: 666px) {
  .product-slider2-arrows .slick-prev {
    left: 13px;
  }
}
.product-slider2-arrows .slick-prev::before {
  display: none;
}
.product-slider2-arrows .slick-prev img {
  width: 100%;
}
.product-slider2-arrows .slick-next {
  position: absolute;
  top: 0;
  right: 22px;
  width: 54.75px;
  height: 54.75px;
}
@media only screen and (max-width: 666px) {
  .product-slider2-arrows .slick-next {
    right: 13px;
  }
}
.product-slider2-arrows .slick-next::before {
  display: none;
}
.product-slider2-arrows .slick-next img {
  width: 100%;
}

.product-slider2 {
  width: 100%;
  width: 100%;
}
.product-slider2 .slick-dots {
  bottom: 26px;
}
@media only screen and (max-width: 666px) {
  .product-slider2 .slick-dots {
    bottom: 19px;
  }
}
.product-slider2 .slick-dots li {
  width: 18px;
}
.product-slider2 .slick-dots li button:before {
  content: "";
  width: 8px;
  height: 8px;
  opacity: 1;
  background: #ffffff;
  border-radius: 50%;
}
.product-slider2 .slick-dots li.slick-active button:before {
  background: #6deae7;
}

.product-slider-item-img {
  width: 100%;
  height: 580px;
}
.product-slider-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 666px) {
  .product-slider-item-img {
    height: 320px;
  }
}

.product-right {
  width: 49.5%;
}
@media only screen and (max-width: 1024px) {
  .product-right {
    width: 100%;
  }
}

.product-right-title {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 65px;
  color: #ffffff;
  margin-bottom: 30px;
}
@media only screen and (max-width: 666px) {
  .product-right-title {
    font-size: 20px;
    line-height: 27px;
  }
}

.product-right-description {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 200%;
  margin-bottom: 30px;
  color: #ffffff;
}
@media only screen and (max-width: 666px) {
  .product-right-description {
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 200%;
  }
}

.product-filters {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media only screen and (max-width: 666px) {
  .product-filters {
    flex-wrap: wrap;
  }
}

.product-filters-item {
  width: 48%;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 113%;
  color: #ffffff;
  cursor: pointer;
}
.product-filters-item.active {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 150%;
  background: linear-gradient(92.22deg, #6deae7 0%, #459bc8 53.74%, #3c70b5 107.46%, rgba(35, 35, 35, 0) 107.47%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media only screen and (max-width: 666px) {
  .product-filters-item {
    width: 100%;
    font-size: 24px;
    margin-bottom: 20px;
  }
  .product-filters-item.active {
    font-size: 24px;
  }
}

.product-quantity {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2px;
}
@media only screen and (max-width: 666px) {
  .product-quantity {
    flex-wrap: wrap;
    margin-bottom: 35px;
  }
}

.product-quantity-left {
  width: 48%;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 200%;
  color: #ffffff;
}
@media only screen and (max-width: 666px) {
  .product-quantity-left {
    width: 100%;
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.product-quantity-right {
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 666px) {
  .product-quantity-right {
    width: 100%;
  }
}

.product-quantity-right-item {
  width: 134px;
  height: 112px;
  background: url("../images/btn-bg1.svg") no-repeat center center;
  background-size: contain;
  font-family: "Noto Serif";
  font-weight: 400;
  font-size: 64px;
  line-height: 91px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.product-quantity-right-item.active {
  background: url("../images/btn-bg-active.svg") no-repeat center center;
  background-size: contain;
}
.product-quantity-right-item:hover {
  background: url("../images/btn-bg-active.svg") no-repeat center center;
  background-size: contain;
}
@media only screen and (max-width: 666px) {
  .product-quantity-right-item {
    width: 130px;
    height: 109px;
  }
}

.product-size {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 200%;
  color: #ffffff;
}
@media only screen and (max-width: 666px) {
  .product-size {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.product-price {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 666px) {
  .product-price {
    flex-wrap: wrap;
  }
}

.product-price-numbers {
  width: 48%;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 70px;
  line-height: 98px;
  color: #ffffff;
}
@media only screen and (max-width: 666px) {
  .product-price-numbers {
    width: 100%;
    font-size: 44px;
    line-height: 60px;
    margin-bottom: 30px;
  }
}

.product-price-button {
  width: 229px;
  height: 190px;
  background: url("../images/btn-elips1.svg") no-repeat center center;
  background-size: contain;
  transition: transform 0.2s ease;
  cursor: pointer;
}
@media only screen and (max-width: 666px) {
  .product-price-button {
    width: 159px;
    height: 131px;
    margin: 0 auto;
  }
}

.product-price-button-inner {
  width: 217px;
  height: 180px;
  background: url("../images/btn-elips2.svg") no-repeat center center;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
  cursor: pointer;
}
@media only screen and (max-width: 666px) {
  .product-price-button-inner {
    width: 153px;
    height: 124px;
  }
}

.product-price-button-inner-text {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  background: linear-gradient(108.2deg, #6deae7 10.49%, #459bc8 54.63%, #3c70b5 98.63%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media only screen and (max-width: 666px) {
  .product-price-button-inner-text {
    font-size: 20px;
  }
}

.faq-fluid {
  width: 100%;
}

.faq-1320 {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 40px 100px 40px;
}
@media only screen and (max-width: 1024px) {
  .faq-1320 {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 666px) {
  .faq-1320 {
    padding: 60px 20px;
  }
}

.faq-title {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 400;
  font-size: 72px;
  line-height: 98px;
  text-align: center;
  background: linear-gradient(95deg, #6deae7 -3.44%, #459bc8 59.21%, #3c70b5 113.26%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1024px) {
  .faq-title {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 666px) {
  .faq-title {
    font-size: 24px;
    margin-bottom: 40px;
  }
}

.faq-container {
  width: 100%;
}

.panel {
  margin-bottom: 32px;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 666px) {
  .panel {
    margin-bottom: 15px;
  }
}
.panel::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #6deae7 0%, #459bc8 52.08%, #3c70b5 100%);
}

.panel-heading {
  width: 100%;
  padding-bottom: 30px;
  display: flex;
  transition: all 0.1s ease-out;
  transition-delay: 0.3s;
}
@media only screen and (max-width: 666px) {
  .panel-heading {
    padding-bottom: 15px;
  }
}
.panel-heading .line {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  width: 100%;
}
.panel-heading .line span {
  width: calc(100% - 70px);
  display: flex;
  align-items: center;
  position: relative;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 49px;
  color: #020219;
}
@media only screen and (max-width: 1024px) {
  .panel-heading .line span {
    font-size: 24px;
  }
}
@media only screen and (max-width: 666px) {
  .panel-heading .line span {
    width: calc(100% - 40px);
    font-size: 16px;
    line-height: 22px;
  }
}
.panel-heading .line .panel-blue-rect {
  width: 48px;
  height: 48px;
  position: relative;
}
.panel-heading .line .panel-blue-rect::before {
  width: 48px;
  height: 48px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/cross.svg") no-repeat center center;
  background-size: contain;
}
.panel-heading .line .panel-blue-rect::after {
  width: 48px;
  height: 48px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/mines.svg") no-repeat center center;
  background-size: contain;
}
@media only screen and (max-width: 1024px) {
  .panel-heading .line .panel-blue-rect {
    width: 36px;
    height: 36px;
  }
  .panel-heading .line .panel-blue-rect::before {
    width: 36px;
    height: 36px;
  }
  .panel-heading .line .panel-blue-rect::after {
    width: 36px;
    height: 36px;
  }
}

.panel-heading.in .line .panel-blue-rect::before {
  display: none;
}

.panel-collapse {
  display: none;
  box-sizing: border-box;
  padding-bottom: 20px;
}

.panel-body .panel-body-text {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 200%;
  color: #020219;
}
.panel-body .panel-body-text p {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 200%;
  color: #020219;
  margin-bottom: 25px;
}
.panel-body .panel-body-text a {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 200%;
  color: #020219;
}
.panel-body .panel-body-text li {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 200%;
  color: #020219;
}
@media only screen and (max-width: 1024px) {
  .panel-body .panel-body-text {
    font-size: 16px;
  }
  .panel-body .panel-body-text p,
.panel-body .panel-body-text a,
.panel-body .panel-body-text li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 666px) {
  .panel-body .panel-body-text {
    font-size: 15px;
  }
  .panel-body .panel-body-text p,
.panel-body .panel-body-text a,
.panel-body .panel-body-text li {
    font-size: 15px;
  }
}

.footer-fluid {
  width: 100%;
  background: linear-gradient(92.23deg, #6deae7 4.36%, #459bc8 53.53%, #3c70b5 96.91%);
}

.footer-1320 {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 40px 56px 40px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 666px) {
  .footer-1320 {
    padding: 40px 20px;
  }
}

.footer-column1 {
  width: 41%;
}
@media only screen and (max-width: 1024px) {
  .footer-column1 {
    display: none;
  }
}

.contact-title {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 400;
  font-size: 72px;
  line-height: 98px;
  color: #ffffff;
  margin-bottom: 90px;
}

.footer-column2 {
  width: 31%;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 113%;
  color: #ffffff;
}
.footer-column2 a {
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .footer-column2 {
    width: 69%;
  }
}
@media only screen and (max-width: 666px) {
  .footer-column2 {
    font-size: 16px;
    line-height: 113%;
  }
}

.contact-title-mobile {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .contact-title-mobile {
    display: block;
    font-family: "Noto Serif";
    font-style: normal;
    font-weight: 400;
    font-size: 72px;
    line-height: 98px;
    color: #ffffff;
    margin-bottom: 21px;
  }
}
@media only screen and (max-width: 666px) {
  .contact-title-mobile {
    font-size: 23px;
    margin-bottom: 30px;
  }
}

.footer-logo-mobile {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .footer-logo-mobile {
    display: block;
    width: 184px;
    height: 79px;
    margin-top: 45px;
  }
  .footer-logo-mobile img {
    width: 100%;
  }
}
@media only screen and (max-width: 666px) {
  .footer-logo-mobile {
    width: 130px;
  }
}

.footer-email {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.footer-email span {
  display: block;
  margin-right: 20px;
}
@media only screen and (max-width: 666px) {
  .footer-email {
    margin-bottom: 20px;
  }
}

.footer-phone {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.footer-phone span {
  display: block;
  margin-right: 20px;
}
.footer-phone a {
  font-weight: 500;
  display: block;
  margin: 10px 0;
}
@media only screen and (max-width: 666px) {
  .footer-phone {
    margin-bottom: 20px;
  }
}

.footer-address {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.footer-address span {
  display: block;
  margin-right: 20px;
}
@media only screen and (max-width: 666px) {
  .footer-address {
    margin-bottom: 20px;
  }
}

.footer-column3 {
  width: 28%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-end;
}
@media only screen and (max-width: 666px) {
  .footer-column3 {
    width: 37%;
  }
}

.footer-social {
  display: flex;
}
.footer-social a {
  display: block;
  margin-left: 32px;
}
@media only screen and (max-width: 1024px) {
  .footer-social {
    flex-direction: column;
    padding-top: 70px;
  }
  .footer-social a {
    margin-left: 0;
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 666px) {
  .footer-social a {
    margin-bottom: 20px;
  }
}

.footer-copyright {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 113%;
  color: #ffffff;
}
@media only screen and (max-width: 666px) {
  .footer-copyright {
    font-size: 10px;
  }
}

.hero-header-lang {
  background: url("../images/ellipse-gradient.svg") no-repeat center center;
}
.hero-header-lang:hover .hero-header-lang-circle {
  opacity: 1;
  pointer-events: unset;
  transform: translate(1);
}
.hero-header-lang:hover .hero-header-lang-current {
  opacity: 0;
}
@media only screen and (max-width: 666px) {
  .hero-header-lang {
    display: none;
  }
}

.hero-header-lang-current {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Serif";
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  background: linear-gradient(180deg, #6deae7 0%, #459bc8 53.12%, #3c70b5 86.98%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: relative;
}

.hero-header-lang-circle {
  position: absolute;
  right: -2px;
  top: -31px;
  width: 180px;
  height: 178.01px;
  background: #000000;
  border: 1px solid #6deae7;
  border-radius: 248px;
  color: #ffffff;
  opacity: 0;
  pointer-events: none;
  transform: translate(0.1);
  transition: all 0.2s ease;
}

.hero-header-lang-circle-item {
  background: url("../images/lang-circle.svg") no-repeat center center;
  position: absolute;
  z-index: 5;
  width: 44px;
  height: 44px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  z-index: 6;
}
.hero-header-lang-circle-item.item1 {
  top: 18px;
  left: 66px;
}
.hero-header-lang-circle-item.item2 {
  top: 56px;
  right: 22px;
}
.hero-header-lang-circle-item.item3 {
  bottom: 27px;
  left: 96px;
}
.hero-header-lang-circle-item.item4 {
  bottom: 26px;
  left: 37px;
}
.hero-header-lang-circle-item.item5 {
  top: 56px;
  left: 22px;
}
.hero-header-lang-circle-item.active {
  background: url("../images/lang-active.svg") no-repeat center center;
}
.hero-header-lang-circle-item:hover {
  background: url("../images/lang-active.svg") no-repeat center center;
}

.hero-burger {
  display: none;
}
@media only screen and (max-width: 666px) {
  .hero-burger {
    display: block;
    width: 44px;
    height: 44px;
    background: url("../images/lang-circle.svg") no-repeat center center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.hero-burger-inner {
  font-family: "Noto Serif";
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  background: linear-gradient(180deg, #6deae7 0%, #459bc8 53.12%, #3c70b5 86.98%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.wrapper-background {
  background: url("../images/bg3.svg") no-repeat right top;
  background-size: 27%;
}
@media only screen and (max-width: 666px) {
  .wrapper-background {
    background-size: 40%;
  }
}

.video-fluid {
  width: 100%;
  margin-top: 60px;
}
@media only screen and (max-width: 1024px) {
  .video-fluid {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 666px) {
  .video-fluid {
    margin-bottom: 0;
  }
}

.video-1320 {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
@media only screen and (max-width: 1024px) {
  .video-1320 {
    padding: 0 30px;
  }
}

.video-title {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 300;
  font-size: 72px;
  line-height: 150%;
  text-align: left;
  background: linear-gradient(92.22deg, #6deae7 0%, #459bc8 53.74%, #3c70b5 107.46%, rgba(35, 35, 35, 0) 107.47%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  .video-title {
    text-align: center;
  }
}
@media only screen and (max-width: 666px) {
  .video-title {
    font-size: 24px;
    line-height: 150%;
  }
}

.youtube-video {
  max-width: 978px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.youtube-video iframe {
  aspect-ratio: 16/9;
  width: 100%;
  z-index: 2;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .youtube-video {
    max-width: 658px;
  }
}

.youtube-video-gradient {
  width: 100%;
  height: 100%;
  position: absolute;
  right: -18px;
  bottom: -19px;
  background: linear-gradient(175.85deg, #6deae7 -90.51%, #6deae7 1.81%, #459bc8 50.47%, #3c70b5 95.97%);
  z-index: 1;
}
@media only screen and (max-width: 666px) {
  .youtube-video-gradient {
    right: -10px;
    bottom: -10px;
  }
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  min-height: 100vh;
  z-index: 999;
  transition: opacity 0.1s ease;
  overflow-y: auto;
}
@media only screen and (max-width: 1024px) {
  .modal {
    overflow-x: hidden;
    min-height: var(--vh);
    height: var(--vh);
  }
}
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #020219;
  opacity: 0.8;
}
.modal__close {
  position: absolute;
  z-index: 100;
  background-color: transparent;
  top: 4px;
  right: 381px;
  border: 0;
  cursor: pointer;
}
.modal__close * {
  cursor: pointer;
}
.modal__close svg {
  display: block;
  width: 53px;
  height: 53px;
}
@media only screen and (max-width: 1024px) {
  .modal__close {
    top: 23px;
    right: 3px;
  }
  .modal__close svg {
    width: 30px;
    height: 30px;
  }
}
.modal__content {
  position: absolute;
  left: 50%;
  top: 70px;
  max-width: 1197px;
  width: 100%;
  transform: translatex(-50%);
  transition: transform 0.3s ease;
}
@media only screen and (max-width: 1024px) {
  .modal__content {
    width: 100%;
    left: 0;
    top: 0;
    max-width: 1197px;
    width: 100%;
    transform: translatex(0%);
  }
}
.modal__content.thanks {
  max-width: 819px;
}
.modal__content.thanks .modal__close {
  width: 53px;
  height: 53px;
  top: 0;
  right: 0;
  z-index: 30;
}

.modal-form {
  width: 100%;
}

.modal-circle {
  width: 819px;
  height: 778px;
  background: url("../images/modal-circle-bg.svg") no-repeat center center;
  background-size: contain;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px 93px;
}
.modal-circle.circle2 {
  margin-left: auto;
  margin-top: -190px;
}
.modal-circle.circle2 .modal-numbers {
  margin-top: 50px;
}
.modal-circle.circle3 {
  margin-top: -190px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .modal-circle {
    width: 100%;
    height: auto;
    background: #000000;
    padding: 60px 30px 0;
  }
  .modal-circle.circle2 {
    margin-left: auto;
    margin-top: 0px;
  }
  .modal-circle.circle2 .modal-numbers {
    margin-top: 50px;
  }
  .modal-circle.circle2 .modal-circle-logo {
    display: none;
  }
  .modal-circle.circle3 {
    margin-top: 0px;
    margin-bottom: 30px;
    padding-bottom: 70px;
  }
  .modal-circle.circle3 .modal-circle-logo {
    display: none;
  }
}
@media only screen and (max-width: 666px) {
  .modal-circle.circle2 .modal-numbers {
    margin-top: 29px;
  }
  .modal-circle.circle3 {
    margin-bottom: 0;
  }
}

.modal-circle-logo {
  margin-bottom: 64px;
}
@media only screen and (max-width: 666px) {
  .modal-circle-logo {
    margin-bottom: 20px;
  }
}

.modal-circle-title {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 200%;
  color: #ffffff;
  margin-bottom: 30px;
}
@media only screen and (max-width: 666px) {
  .modal-circle-title {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 30px;
    align-self: start;
  }
}

.modal-input {
  width: 100%;
  position: relative;
  margin-bottom: 32px;
}
@media only screen and (max-width: 666px) {
  .modal-input {
    margin-bottom: 18px;
  }
}
.modal-input::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background: linear-gradient(90deg, #6deae7 2.5%, #459bc8 50.74%, #3c70b5 100%);
  width: 100%;
  height: 1px;
}
.modal-input input {
  width: 100%;
  background: transparent;
  border: none;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 200%;
  color: #ffffff;
}
@media only screen and (max-width: 666px) {
  .modal-input input {
    font-size: 14px;
  }
}
.modal-input input::-moz-placeholder {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 200%;
  color: #ffffff;
}
.modal-input input::placeholder {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 200%;
  color: #ffffff;
}
@media only screen and (max-width: 666px) {
  .modal-input input::-moz-placeholder {
    font-size: 14px;
  }
  .modal-input input::placeholder {
    font-size: 14px;
  }
}
.modal-input input:focus::-moz-placeholder {
  opacity: 0;
}
.modal-input input:focus::placeholder {
  opacity: 0;
}
.modal-input.error::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #f40c0c;
  width: 100%;
  height: 1px;
}
.modal-input.error .input-error-text {
  display: block;
}

.input-error-text {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
  line-height: 200%;
  color: #f40c0c;
  position: absolute;
  left: 0;
  bottom: -24px;
  display: none;
}

.modal-numbers {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 400;
  font-size: 70px;
  line-height: 95px;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width: 666px) {
  .modal-numbers {
    font-size: 40px;
    line-height: 54px;
    margin-top: 20px;
  }
}

.modal-textarea {
  width: 100%;
  position: relative;
  margin-bottom: 32px;
}
.modal-textarea::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background: linear-gradient(90deg, #6deae7 2.5%, #459bc8 50.74%, #3c70b5 100%);
  width: 100%;
  height: 1px;
}
.modal-textarea textarea {
  width: 100%;
  background: transparent;
  border: none;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 200%;
  color: #ffffff;
}
.modal-textarea textarea::-moz-placeholder {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 200%;
  color: #ffffff;
}
.modal-textarea textarea::placeholder {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 200%;
  color: #ffffff;
}
.modal-textarea textarea:focus::-moz-placeholder {
  opacity: 0;
}
.modal-textarea textarea:focus::placeholder {
  opacity: 0;
}
@media only screen and (max-width: 666px) {
  .modal-textarea textarea {
    font-size: 14px;
    line-height: 200%;
  }
  .modal-textarea textarea::-moz-placeholder {
    font-size: 14px;
    line-height: 200%;
  }
  .modal-textarea textarea::placeholder {
    font-size: 14px;
    line-height: 200%;
  }
}

.modal-checkboxes {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 24px;
}
@media only screen and (max-width: 666px) {
  .modal-checkboxes {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}

.modal-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.modal-checkbox:last-of-type {
  left: 30px;
}

.modal-checkbox[type=radio]:checked + label {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  background: linear-gradient(92.22deg, #6deae7 0%, #459bc8 53.74%, #3c70b5 107.46%, rgba(35, 35, 35, 0) 107.47%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media only screen and (max-width: 666px) {
  .modal-checkbox[type=radio]:checked + label {
    font-size: 16px;
    line-height: 150%;
  }
}

.modal-checkbox[type=radio]:not(:checked) + label {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #ffffff;
  height: 36px;
}
@media only screen and (max-width: 666px) {
  .modal-checkbox[type=radio]:not(:checked) + label {
    font-size: 16px;
    line-height: 150%;
  }
}

.modal-checkbox-label {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #ffffff;
  height: 36px;
  cursor: pointer;
}

.modal-circle-bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 666px) {
  .modal-circle-bottom {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }
  .modal-circle-bottom .modal-circle-bottom-btn {
    margin-left: 0;
    margin-top: 40px;
  }
}

.modal-circle-bottom-btn {
  border: none;
  background: transparent;
  margin-left: 65px;
}

.thanks-circle {
  width: 819px;
  height: 778px;
  background: url("../images/modal-circle-bg.svg") no-repeat center center;
  background-size: contain;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px 93px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .thanks-circle {
    width: 100%;
    height: 100vh;
    background: #000;
  }
}
@media only screen and (max-width: 666px) {
  .thanks-circle {
    padding: 60px 20px;
  }
}

.thanks-circle-logo {
  margin-bottom: 31px;
}

.thanks-circle-title {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 200%;
  background: linear-gradient(100.2deg, #6deae7 -15.57%, #459bc8 54.02%, #3c70b5 122.18%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 30px;
}
@media only screen and (max-width: 666px) {
  .thanks-circle-title {
    font-size: 24px;
    line-height: 200%;
    margin-bottom: 20px;
  }
}

.thanks-circle-text {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  margin-bottom: 30px;
  color: #ffffff;
}
@media only screen and (max-width: 666px) {
  .thanks-circle-text {
    font-size: 14px;
    line-height: 19px;
  }
}

.thanks-circle-bottom {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 400;
  font-size: 70px;
  line-height: 95px;
  color: #ffffff;
}
@media only screen and (max-width: 666px) {
  .thanks-circle-bottom {
    font-size: 36px;
    line-height: 49px;
    margin-top: 30px;
  }
}

.menu-wrapper {
  width: 91%;
  height: 50vh;
  background: #000;
  position: fixed;
  left: 4.5%;
  top: 0;
  z-index: 20;
  padding: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translatey(-100%);
  overflow: hidden;
}
.menu-wrapper.show {
  transform: translatey(0%);
}

.menu-close {
  position: absolute;
  top: 20px;
  right: 30px;
  cursor: pointer;
  z-index: 20;
  width: 30px;
  height: 30px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.menu-close svg {
  width: 30px;
  height: 30px;
}

.menu-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
}
.menu-content .hero-header-lang {
  display: block;
}
.menu-content .hero-header-lang-circle {
  opacity: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: all;
}
.menu-content .hero-bottom-social-item {
  margin: 0 15px;
}

.menu-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(2, 2, 25, 0.8);
  display: none;
}
.menu-overlay.show {
  display: block;
}

.header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 18px 0 5.729vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1024px) {
  .header {
    padding: 1vw 0.977vw;
  }
}
@media only screen and (max-width: 666px) {
  .header {
    padding: 1.067vw;
    flex-direction: row-reverse;
  }
}

.header-logo {
  width: 14.01vw;
  height: 4.531vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  border-radius: 73.953px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.header-logo * {
  cursor: pointer;
}
.header-logo svg {
  width: 80.3%;
  transition: all 0.3s ease;
}
.header-logo svg path {
  transition: all 0.3s ease;
}
.header-logo:hover {
  background: #000;
}
.header-logo:hover svg path {
  fill: #fff;
}
@media only screen and (max-width: 1024px) {
  .header-logo {
    width: 59.766vw;
    height: 10.156vw;
  }
  .header-logo svg {
    width: 25.098vw;
  }
  .header-logo.width {
    width: 86.766vw;
  }
}
@media only screen and (max-width: 666px) {
  .header-logo {
    width: 82.133vw;
    height: 14.667vw;
  }
  .header-logo svg {
    width: 36vw;
  }
}

.header-right {
  display: flex;
  position: relative;
  padding-right: 3.385vw;
}
@media only screen and (max-width: 1024px) {
  .header-right {
    padding-right: 0;
  }
}

.header-hire-button {
  cursor: pointer;
  width: 11.927vw;
  height: 4.531vw;
  background: #a6ef00;
  border-radius: 73.953px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.083vw;
  line-height: 101%;
  text-align: center;
  color: #5910ff;
  letter-spacing: -0.06em;
}
.header-hire-button * {
  cursor: pointer;
}
.header-hire-button.hide {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .header-hire-button {
    width: 26.367vw;
    height: 10.156vw;
    font-size: 4.59vw;
  }
}
@media only screen and (max-width: 666px) {
  .header-hire-button {
    display: none;
  }
}
.header-hire-button .marquee {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: none;
}
.header-hire-button .marquee p {
  margin-left: -4.53125vw;
  display: inline-block;
  -webkit-animation: scroll 180s infinite linear;
          animation: scroll 180s infinite linear;
  margin-right: -100%;
}
.header-hire-button:hover {
  background: #b2ff00;
}
.header-hire-button:hover .header-hire-button-static {
  display: none;
}
.header-hire-button:hover .marquee {
  display: block;
}

@-webkit-keyframes scroll {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}

@keyframes scroll {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
.header-lang {
  cursor: pointer;
  width: 3.073vw;
  height: 3.073vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.146vw;
  line-height: 101%;
  color: #000000;
  background: #ebebeb;
  border-radius: 50%;
  margin-left: 6px;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
@media only screen and (max-width: 1024px) {
  .header-lang {
    display: none;
  }
}
.header-lang * {
  cursor: pointer;
}
.header-lang.hide {
  width: 1px;
  height: 1px;
  font-size: 1px;
  opacity: 0;
}

.header-burger {
  width: 4.5833333333vw;
  height: 4.5833333333vw;
  border-radius: 50%;
  background: #ebebeb;
  -webkit-backdrop-filter: blur(260.763px);
          backdrop-filter: blur(260.763px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 1.08125vw;
  left: 0.7291666667vw;
  flex-shrink: 0;
  cursor: pointer;
}
.header-burger svg {
  width: 1.8229166667vw;
}
.header-burger:hover {
  background: #000;
}
.header-burger:hover svg rect {
  fill: #fff;
}
@media only screen and (max-width: 1024px) {
  .header-burger {
    position: relative;
    top: auto;
    left: auto;
    width: 10.15625vw;
    height: 10.15625vw;
  }
  .header-burger svg {
    width: 4.00390625vw;
  }
}
@media only screen and (max-width: 666px) {
  .header-burger {
    width: 14.667vw;
    height: 14.667vw;
  }
  .header-burger svg {
    width: 5.867vw;
  }
}

.hire-us-mob-float-btn {
  width: 39.7333333333vw;
  height: 15.2vw;
  background: rgba(178, 255, 0, 0.9);
  -webkit-backdrop-filter: blur(65.0309px);
          backdrop-filter: blur(65.0309px);
  border-radius: 12.8vw;
  font-weight: 400;
  font-size: 22px;
  line-height: 101%;
  letter-spacing: -0.06em;
  color: #5910ff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: none;
}
@media only screen and (max-width: 666px) {
  .hire-us-mob-float-btn {
    display: flex;
  }
}
.hire-us-mob-float-btn.hide {
  display: none;
}

html,
body {
  font-family: "Noto Sans";
  font-weight: 400;
}
html.is-hidden,
body.is-hidden {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
}

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

a {
  text-decoration: none;
}
/*# sourceMappingURL=main.css.map */
