/*!*****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss ***!
  \*****************************************************************************************************************************************/
@charset "UTF-8";
h1 {
  font-size: 62px;
  font-style: normal;
  font-weight: 800;
  line-height: 70px;
  margin: 20px 0 10px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 45px;
    line-height: 60px;
  }
}

h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 20px 0 10px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 27px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 20px 0 10px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 20px 0 10px;
}
@media (max-width: 767px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 20px 0 10px;
}
@media (max-width: 767px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 20px 0 10px;
}
@media (max-width: 767px) {
  h6 {
    font-size: 16px;
  }
}

p,
li {
  font-size: 14px;
  line-height: 19px;
}

* {
  font-family: "Manrope", sans-serif !important;
  color: #f0f0f0;
}

p strong,
p b,
p i,
p em {
  color: #2f9df2;
}

h2 strong,
h2 b,
h2 i,
h2 em,
h3 strong,
h3 b,
h3 i,
h3 em,
h4 strong,
h4 b,
h4 i,
h4 em,
h5 strong,
h5 b,
h5 i,
h5 em,
h6 strong,
h6 b,
h6 i,
h6 em {
  color: #2f9df2;
}

ul li {
  position: relative;
  padding-left: 40px;
}
@media (max-width: 767px) {
  ul li {
    padding-left: 20px;
  }
}
ul li:after {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: #2f9df2;
  border-radius: 50%;
  display: block;
  width: 10px;
  height: 10px;
}
@media (max-width: 767px) {
  ul li:after {
    left: 0;
  }
}

blockquote {
  margin: 0;
  padding: 0;
}

.button {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  background: #2f9df2;
  padding: 10px 15px;
  border-radius: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: block;
  width: fit-content;
  cursor: pointer;
  border: none;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .button {
    font-size: 16px;
  }
}
.button:hover {
  background: #108eef;
}
.button--green {
  background: #1aaa5a;
}
.button--green:hover {
  background: #019e47;
}
.button--register {
  padding-right: 45px;
}
.button--register::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23F0F0F0' d='M15.302 13.446c-.144-1.032-.438-1.896-.882-2.592-.444-.696-1.062-1.092-1.854-1.188a4.573 4.573 0 0 1-1.602 1.17 4.798 4.798 0 0 1-1.962.414 4.798 4.798 0 0 1-1.962-.414 4.573 4.573 0 0 1-1.602-1.17c-.792.108-1.41.504-1.854 1.188-.444.684-.738 1.548-.882 2.592A7.688 7.688 0 0 0 5.42 15.84a7.503 7.503 0 0 0 3.582.882 7.503 7.503 0 0 0 3.582-.882 7.688 7.688 0 0 0 2.718-2.394Zm-2.448-7.02c0-1.068-.372-1.974-1.116-2.718-.744-.744-1.656-1.122-2.736-1.134-1.08-.012-1.986.366-2.718 1.134-.732.768-1.11 1.674-1.134 2.718-.024 1.044.354 1.956 1.134 2.736.78.78 1.686 1.152 2.718 1.116 1.032-.036 1.944-.408 2.736-1.116.792-.708 1.164-1.62 1.116-2.736ZM18.002 9c0 1.224-.24 2.388-.72 3.492a9.568 9.568 0 0 1-1.908 2.88 8.317 8.317 0 0 1-2.862 1.908 9.44 9.44 0 0 1-3.51.702 8.452 8.452 0 0 1-3.492-.702 9.568 9.568 0 0 1-2.88-1.908c-.816-.792-1.452-1.752-1.908-2.88A9.765 9.765 0 0 1 .002 9a8.07 8.07 0 0 1 .72-3.492c.504-1.128 1.14-2.088 1.908-2.88C3.398 1.836 4.358 1.2 5.51.72A9.009 9.009 0 0 1 9.002 0c1.176 0 2.34.24 3.492.72 1.152.48 2.112 1.116 2.88 1.908.768.792 1.404 1.752 1.908 2.88A8.07 8.07 0 0 1 18.002 9Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 18h18V0H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.button--download {
  padding-right: 45px;
}
.button--download::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23F0F0F0' d='M0 9c0-2.484.882-4.608 2.646-6.372C4.41.864 6.528-.012 9 0c2.472.012 4.596.888 6.372 2.628C17.148 4.368 18.024 6.492 18 9c-.024 2.508-.9 4.632-2.628 6.372C13.644 17.112 11.52 17.988 9 18c-2.52.012-4.638-.864-6.354-2.628C.93 13.608.048 11.484 0 9Zm1.962 0c0 1.944.69 3.6 2.07 4.968 1.38 1.368 3.036 2.058 4.968 2.07 1.932.012 3.588-.678 4.968-2.07s2.07-3.048 2.07-4.968-.69-3.576-2.07-4.968S10.932 1.95 9 1.962c-1.932.012-3.588.702-4.968 2.07C2.652 5.4 1.962 7.056 1.962 9Zm3.06.252h2.214V5.238h3.528v4.014h2.214L9 12.978 5.022 9.252Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 18h18V0H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.button--gift {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
  padding-right: 45px;
  padding-left: 25px;
  width: fit-content;
}
.button--gift::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' fill='none'%3E%3Cpath fill='%23F0F0F0' d='M13.559 17.411v-9.2H9.442v9.2c0 .215.076.376.23.483.153.107.352.169.598.184h2.46c.246 0 .445-.061.598-.184a.589.589 0 0 0 .23-.483ZM7.694 6.578H10.2l-1.61-2.07a1.115 1.115 0 0 0-.873-.391c-.353 0-.652.115-.897.345-.246.23-.36.521-.345.874.015.353.13.644.345.874.214.23.506.353.874.368Zm8.832-1.242c0-.337-.116-.629-.346-.874-.23-.245-.525-.364-.885-.356-.36.007-.655.141-.886.402l-1.587 2.07h2.485c.337 0 .628-.123.873-.368.246-.245.36-.537.346-.874Zm4.83 3.289v4.117c0 .107-.039.2-.116.276a.404.404 0 0 1-.298.115h-1.22v5.359c0 .337-.122.621-.367.851-.246.23-.537.353-.875.368H4.52c-.338 0-.63-.123-.874-.368a1.168 1.168 0 0 1-.368-.851v-5.359h-1.22a.404.404 0 0 1-.298-.115.377.377 0 0 1-.115-.276V8.625c0-.123.038-.222.115-.299a.404.404 0 0 1 .299-.115h5.635a2.803 2.803 0 0 1-2.024-.828c-.568-.552-.851-1.234-.851-2.047 0-.813.283-1.487.85-2.024a3.027 3.027 0 0 1 2.025-.851c.92 0 1.64.33 2.162.989l1.655 2.116 1.634-2.116c.52-.66 1.242-.989 2.162-.989.797 0 1.472.284 2.024.851s.835 1.242.85 2.024c.016.782-.268 1.464-.85 2.047-.583.583-1.258.859-2.024.828h5.635c.122 0 .222.038.299.115a.404.404 0 0 1 .114.299Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.button--gift:hover {
  transform: scale(1.05);
}
.button--pulse {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .button--pulse {
    width: 100%;
  }
}
.button--pulse span {
  display: block;
  transition: all 0.3s ease-in-out;
  animation: pulseButton 1.5s infinite ease-in-out;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
  padding-right: 45px;
  padding-left: 25px;
  position: relative;
  width: fit-content;
}
.button--pulse span::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' fill='none'%3E%3Cpath fill='%23F0F0F0' d='M13.559 17.411v-9.2H9.442v9.2c0 .215.076.376.23.483.153.107.352.169.598.184h2.46c.246 0 .445-.061.598-.184a.589.589 0 0 0 .23-.483ZM7.694 6.578H10.2l-1.61-2.07a1.115 1.115 0 0 0-.873-.391c-.353 0-.652.115-.897.345-.246.23-.36.521-.345.874.015.353.13.644.345.874.214.23.506.353.874.368Zm8.832-1.242c0-.337-.116-.629-.346-.874-.23-.245-.525-.364-.885-.356-.36.007-.655.141-.886.402l-1.587 2.07h2.485c.337 0 .628-.123.873-.368.246-.245.36-.537.346-.874Zm4.83 3.289v4.117c0 .107-.039.2-.116.276a.404.404 0 0 1-.298.115h-1.22v5.359c0 .337-.122.621-.367.851-.246.23-.537.353-.875.368H4.52c-.338 0-.63-.123-.874-.368a1.168 1.168 0 0 1-.368-.851v-5.359h-1.22a.404.404 0 0 1-.298-.115.377.377 0 0 1-.115-.276V8.625c0-.123.038-.222.115-.299a.404.404 0 0 1 .299-.115h5.635a2.803 2.803 0 0 1-2.024-.828c-.568-.552-.851-1.234-.851-2.047 0-.813.283-1.487.85-2.024a3.027 3.027 0 0 1 2.025-.851c.92 0 1.64.33 2.162.989l1.655 2.116 1.634-2.116c.52-.66 1.242-.989 2.162-.989.797 0 1.472.284 2.024.851s.835 1.242.85 2.024c.016.782-.268 1.464-.85 2.047-.583.583-1.258.859-2.024.828h5.635c.122 0 .222.038.299.115a.404.404 0 0 1 .114.299Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.button--flare {
  position: relative;
  overflow: hidden;
}
.button--flare::before {
  background-color: rgba(255, 255, 255, 0.2);
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
  transform: skew(-30deg);
  width: 30px;
  will-change: left;
  z-index: 1;
  animation: flare 5s infinite ease;
  cursor: pointer;
}

@keyframes pulseButton {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes flare {
  0% {
    left: -45px;
  }
  20% {
    left: calc(100% + 15px);
  }
  100% {
    left: calc(100% + 15px);
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 0;
  background: #031a3a;
  z-index: 10;
}
@media (max-width: 767px) {
  .header {
    padding: 20px 0;
  }
}
.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .header__wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
.header__buttons {
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
}
@media (max-width: 767px) {
  .header__buttons {
    gap: 6%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .header__buttons .button {
    width: 47%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .header__content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }
}
.header__burger {
  display: none;
}
@media (max-width: 767px) {
  .header__burger {
    display: flex;
    flex-direction: column;
    gap: 5px;
    background: #2f9df2;
    padding: 12px 8px;
    border-radius: 10px;
  }
  .header__burger span {
    display: block;
    width: 25px;
    height: 2px;
    border-radius: 10px;
    background: #f0f0f0;
    transition: all 0.3s ease-in-out;
  }
  .header__burger.active span:nth-child(1) {
    transform: rotate(45deg) translateY(5px) translateX(6px);
  }
  .header__burger.active span:nth-child(2) {
    opacity: 0;
  }
  .header__burger.active span:nth-child(3) {
    transform: rotate(-45deg) translateY(-4px) translateX(5px);
  }
}
.header__mobile {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  background: #031a3a;
  width: 100vw;
  height: fit-content;
  transition: all 0.3s ease-in-out;
  transform: translateY(-300%);
  z-index: 8;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .header__mobile {
    display: flex;
  }
}
.header__mobile.active {
  transform: translateY(0);
}
.header__mobile-nav {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.header__mobile-nav li {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  background: #19263d;
  width: 100%;
  overflow: hidden;
  padding: 0;
}
.header__mobile-nav li::after {
  content: none;
}
.header__mobile-nav li a {
  padding: 20px;
  width: 100%;
  display: block;
}
.header__mobile-nav .sub-menu {
  max-height: 0;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.header__mobile-nav .sub-menu li a {
  position: relative;
  padding-left: 40px;
}
.header__mobile-nav .sub-menu li a:after {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: #2f9df2;
  border-radius: 50%;
  display: block;
  width: 10px;
  height: 10px;
}
.header__mobile-nav a {
  position: relative;
}
.header__mobile-nav .menu-item-has-children > a:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cmask id='a' fill='%23fff'%3E%3Cpath d='m6 0 5.657 5.657L6 11.314.343 5.657 6 0Z'/%3E%3C/mask%3E%3Cpath fill='%23F0F0F0' d='m6 11.314-1.414 1.414L6 14.142l1.414-1.414L6 11.314Zm4.243-7.071L4.586 9.899l2.828 2.829 5.657-5.657-2.828-2.828ZM7.414 9.899 1.757 4.244-1.07 7.07l5.657 5.657 2.828-2.829Z' mask='url(%23a)'/%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 12px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.header__mobile-nav .menu-item-has-children:hover .sub-menu {
  max-height: fit-content;
  opacity: 1;
}
.header__mobile-nav .menu-item-has-children:hover > a:after {
  transform: rotate(180deg) translateY(3px);
}

.language {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .language {
    display: none;
    margin-right: 0;
  }
}
.language--mobile {
  display: none;
}
@media (max-width: 767px) {
  .language--mobile {
    display: flex;
  }
}
.language > li {
  background-color: #2f9df2;
  padding: 10.8px 9.5px !important;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.language .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: absolute;
  top: 28px;
  left: 0;
  background-color: #223352;
  padding: 13px 10px;
  border-radius: 10px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  height: 0;
  opacity: 0;
  z-index: 10;
}
.language .sub-menu:hover {
  opacity: 1;
  height: fit-content;
}
.language > li::after {
  content: "" !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='6' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.25' d='m.75 1.125 3.75 3.75 3.75-3.75'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 10px;
  height: 5px;
  position: absolute;
  top: 50%;
  right: -15px;
  left: auto;
  transform: translateY(-50%);
  border-radius: 0;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.language li:hover {
  background-color: #223352;
}
.language li:hover > .sub-menu {
  opacity: 1;
  height: fit-content;
}
.language li:hover::after {
  transform: translateY(-50%) rotate(180deg);
}
.language li {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding-left: initial;
}
.language li::after {
  content: none;
}
.language a {
  width: fit-content;
}
.language a img {
  width: 21.5px !important;
  height: 16px !important;
  object-fit: cover;
}

.hero {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .hero {
    margin-bottom: 30px;
  }
}
.hero__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 767px) {
  .hero__wrapper {
    gap: 20px;
  }
}
.hero__left {
  background: #223352;
  padding: 30px;
  border-radius: 15px;
  grid-column: 1/2;
}
@media (max-width: 767px) {
  .hero__left {
    display: none !important;
  }
}
.hero__right {
  grid-column: 1/4;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hero__right {
    grid-column: 1/4 !important;
  }
}
.hero__right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(132deg, #3f51b5 0%, #03a9f4 99.43%);
  border-radius: 15px;
}
.hero__right:after {
  display: none;
}
@media (max-width: 767px) {
  .hero__right:after {
    content: url("/wp-content/themes/1win/src/img/coin.gif");
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-30%) rotate(180deg);
    width: 100%;
    display: block;
    z-index: -1;
  }
}
.hero__logo {
  margin-bottom: 55px;
}
@media screen and (max-width: 1366px) {
  .hero__logo {
    display: none;
  }
}
.hero__title {
  margin: 0 0 10px;
}
.hero__subtitle {
  font-size: 42px;
  font-weight: 400;
  line-height: 57px;
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .hero__subtitle {
    font-size: 30px;
    line-height: 100%;
  }
}
.hero__button {
  margin-bottom: 20px;
}
.hero__date {
  margin-bottom: 35px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 300;
}
.hero__date span {
  font-weight: 900;
}
.hero__desc {
  max-width: 600px;
}
@media (max-width: 767px) {
  .hero__desc {
    max-width: 100%;
  }
}
.hero__nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hero__nav li {
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
  text-transform: uppercase;
  background: #19263d;
  border-radius: 10px;
  padding: 10px 0 10px 20px;
}
.hero__nav li::after {
  content: none;
}
.hero__nav li a {
  cursor: pointer;
}
.hero__nav .sub-menu {
  max-height: 0;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.hero__nav .sub-menu li {
  padding: 20px 10px 5px 0;
}
.hero__nav .sub-menu li a {
  padding-left: 20px;
  position: relative;
}
.hero__nav .sub-menu li a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #2f9df2;
  border-radius: 50%;
  display: block;
  width: 10px;
  height: 10px;
}
.hero__nav a {
  position: relative;
}
.hero__nav .menu-item-has-children > a:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cmask id='a' fill='%23fff'%3E%3Cpath d='m6 0 5.657 5.657L6 11.314.343 5.657 6 0Z'/%3E%3C/mask%3E%3Cpath fill='%23F0F0F0' d='m6 11.314-1.414 1.414L6 14.142l1.414-1.414L6 11.314Zm4.243-7.071L4.586 9.899l2.828 2.829 5.657-5.657-2.828-2.828ZM7.414 9.899 1.757 4.244-1.07 7.07l5.657 5.657 2.828-2.829Z' mask='url(%23a)'/%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 12px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.hero__nav .menu-item-has-children:hover .sub-menu {
  max-height: fit-content;
  opacity: 1;
}
.hero__nav .menu-item-has-children:hover > a:after {
  transform: rotate(180deg) translateY(3px);
}
.hero__bonus {
  grid-column: 1/4;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  padding: 30px 30px 0;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .hero__bonus {
    min-height: 100%;
    padding-top: 150px;
  }
}
@media (max-width: 767px) {
  .hero__bonus {
    grid-column: 1/4 !important;
  }
}
.hero__bonus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 15px;
  background-image: url(/wp-content/themes/1win/src/img/bonus-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero__bonus-img {
  width: 317px;
  height: 505px;
}
@media screen and (max-width: 992px) {
  .hero__bonus-img--2 {
    display: none;
  }
}
.hero__bonus-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}
.hero__bonus-content {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1366px) {
  .hero__bonus-content {
    justify-content: center;
  }
}
.hero__bonus-custom {
  background-image: url(/wp-content/themes/1win/src/img/mocup.png);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
}
.hero__bonus-absolute {
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
  width: 162px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 1600px) {
  .hero__bonus-absolute {
    top: 250px;
  }
}
@media screen and (max-width: 1440px) {
  .hero__bonus-absolute {
    top: 200px;
  }
}
@media screen and (max-width: 1110px) {
  .hero__bonus-absolute {
    top: 250px;
  }
}
@media screen and (max-width: 992px) {
  .hero__bonus-absolute {
    top: 200px;
  }
}
.hero__bonus-bonus {
  font-size: 30px;
}
.hero__bonus-mocup-btn:hover {
  transform: translateX(-50%) scale(1.05);
}
@media screen and (max-width: 1440px) {
  .hero__bonus-mocup-btn span {
    font-size: 14px;
  }
}
.hero__bonus-text {
  width: 350px;
  height: 300px;
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(5px);
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1366px) {
  .hero__bonus-text {
    width: 90%;
    height: fit-content;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px;
  }
}
.hero__bonus-title {
  font-size: 30px;
  line-height: 36px;
  color: #031a3a;
  margin: 0 0 30px;
  text-align: center;
}
@media screen and (max-width: 1540px) {
  .hero__bonus-title {
    font-size: 25px;
    line-height: 30px;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .hero__bonus-title {
    font-size: 21px;
    line-height: 26px;
  }
}
.hero__bonus-date {
  font-size: 14px;
  line-height: 19px;
  font-weight: 300;
}
.hero__bonus-date span {
  font-weight: 900;
}
@media screen and (max-width: 1366px) {
  .hero__bonus-button {
    display: none;
  }
}
.hero__app {
  grid-column: 1/4;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  background-image: url(/wp-content/themes/1win/src/img/bg.png);
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .hero__app {
    grid-column: 1/4 !important;
    background-image: url(/wp-content/themes/1win/src/img/bg-mob.png);
    background-size: cover;
  }
}
.hero__app::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(132deg, #3f51b5 0%, #03a9f4 99.43%);
  border-radius: 15px;
}
.hero__app-content {
  width: 426px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(5px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 15px;
}
@media (max-width: 767px) {
  .hero__app-content {
    width: 80%;
    top: 60px;
    transform: translate(-50%, 0);
    padding: 15px;
  }
}
.hero__app-title {
  font-size: 30px;
  line-height: 35px;
  margin: 0;
  color: #030083;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .hero__app-title {
    font-size: 24px;
    line-height: 29px;
  }
}
.hero__app-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.hero__app-button {
  border-radius: 30px;
  border: 2px solid #030083;
  color: #030083;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 7px;
  padding: 5px 10px;
}
@media (max-width: 767px) {
  .hero__app-button {
    gap: 5px;
  }
}
.hero__app-button span {
  color: #030083;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .hero__app-button span {
    font-size: 14px;
  }
}
.hero__app-button--appstore:before {
  content: "";
  background-image: url(/wp-content/themes/1win/src/img/appstore.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #030083;
}
@media (max-width: 767px) {
  .hero__app-button--appstore:before {
    width: 25px;
    height: 25px;
  }
}
.hero__app-button--google:before {
  content: "";
  background-image: url(/wp-content/themes/1win/src/img/google.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .hero__app-button--google:before {
    width: 25px;
    height: 25px;
  }
}
.hero__app-button:hover span {
  transform: scale(1.05);
}

.categories {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .categories {
    margin-bottom: 30px;
  }
}
.categories__wrapper {
  display: flex;
  gap: 15px;
}
@media (max-width: 767px) {
  .categories__wrapper {
    flex-direction: column;
    gap: 15px;
  }
}
.categories__item {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  background: #223352;
  padding: 15px 20px;
  border-radius: 10px;
}
.categories__item-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.categories__item-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 19px;
  text-transform: uppercase;
}
.categories__item-subtitle {
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  text-transform: uppercase;
}
.categories__item-img {
  display: block;
  width: 40px;
  height: 40px;
}
.categories__item-img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.games {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .games {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .games .container {
    padding: 0;
    width: 100%;
  }
}
.games__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2%;
  background: #223352;
  width: 100%;
  padding: 30px;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .games__wrapper {
    flex-direction: column;
    gap: 30px;
    padding: 0 20px;
    background: #031a3a;
  }
}
.games__block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 49%;
  background: #19263d;
  padding: 20px;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .games__block {
    width: 100%;
    background: #223352;
    padding-right: 0;
  }
}
.games__block-heading {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
}
.games__block-title {
  font-size: 24px;
  line-height: 28.8px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .games__block-button {
    font-size: 14px;
    padding-left: 15px;
  }
}
.games__block-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  max-width: 300px;
}
.games__block-logo {
  width: 40px;
  height: 40px;
  border-radius: 15px;
  overflow: hidden;
}
.games__block-logo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.games__block--poker {
  background-image: url(/wp-content/themes/1win/src/img/poker.webp);
  background-position: right bottom;
  background-size: 60%;
  background-repeat: no-repeat;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .games__block--poker {
    background-size: 50%;
  }
}
@media screen and (min-width: 767px) {
  .games__block--big .games__list .swiper-wrapper {
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
  }
}
.games__list {
  max-width: 100%;
}
@media screen and (min-width: 767px) {
  .games__list .swiper-wrapper {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
  }
}
.games__item {
  overflow: hidden;
  border-radius: 15px;
  aspect-ratio: 1/1;
}
@media (max-width: 767px) {
  .games__item {
    width: 130px;
    aspect-ratio: 1.3/1;
  }
  .games__item:last-child {
    margin-right: 20px;
  }
}
.games__item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.games__item:hover img {
  transform: scale(1.05);
}

.bonuses {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .bonuses {
    margin-bottom: 30px;
  }
}
.bonuses__wrapper {
  border-radius: 15px;
  background: #223352;
  padding: 30px 0 30px 30px;
}
@media (max-width: 767px) {
  .bonuses__wrapper {
    padding: 20px 0 20px 20px;
  }
}
.bonuses__title {
  margin-bottom: 20px;
}
.bonuses__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 320px;
  padding: 30px 20px;
  border-radius: 15px;
  background: #223352;
}
.bonuses__item:last-child {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .bonuses__item:last-child {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1729px) {
  .bonuses__item {
    width: 295px;
  }
}
@media (max-width: 767px) {
  .bonuses__item {
    flex-direction: column;
    align-items: flex-start;
    width: 240px;
    padding: 20px;
    gap: 10px;
    height: 220px;
    overflow: hidden;
  }
}
.bonuses__item:nth-child(1) {
  background: linear-gradient(107deg, #df0fce -20.34%, #6e57fe 100.83%), #875eff;
}
.bonuses__item:nth-child(2) {
  background: linear-gradient(99deg, #fdec53 -6.09%, #f90 76.1%), #cfc700;
}
.bonuses__item:nth-child(3) {
  background: linear-gradient(86.37deg, #d062ff 2.96%, #7bb0ff 99.68%);
}
.bonuses__item:nth-child(4) {
  background: linear-gradient(to bottom right, #fd8451, #ffbd6f);
}
.bonuses__item:nth-child(5) {
  background: linear-gradient(112deg, #57ccf3 -22.32%, #0127e2 110.26%), #005cb0;
}
.bonuses__img {
  display: block;
  width: 130px;
  height: 130px;
}
@media screen and (max-width: 1729px) {
  .bonuses__img {
    width: 100px;
    height: 100px;
  }
}
.bonuses__text {
  font-size: 18px;
  font-weight: 700;
  line-height: 125%;
}
@media screen and (max-width: 1729px) {
  .bonuses__text {
    font-size: 16px;
  }
}

.text {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .text {
    margin-bottom: 30px;
  }
}
.text__wrapper {
  border-radius: 15px;
  background: #223352;
  padding: 60px;
}
@media (max-width: 767px) {
  .text__wrapper {
    padding: 20px;
  }
}

.image-text-block {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .image-text-block {
    margin-bottom: 30px;
  }
}
.image-text-block__wrapper {
  display: flex;
  flex-direction: column;
  background: #223352;
  border-radius: 15px;
  padding: 60px;
}
@media (max-width: 767px) {
  .image-text-block__wrapper {
    padding: 20px;
  }
}
.image-text-block__title {
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .image-text-block__title {
    margin: 0 0 20px;
  }
}
.image-text-block__content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .image-text-block__content {
    flex-direction: column;
    gap: 10px;
  }
}
.image-text-block__content--right {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .image-text-block__content--right {
    flex-direction: column;
  }
}
.image-text-block__img {
  width: 48.5%;
  border-radius: 15px;
  overflow: hidden;
  max-height: 600px;
}
@media (max-width: 767px) {
  .image-text-block__img {
    width: 100%;
  }
}
.image-text-block__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-text-block__text {
  width: 48.5%;
}
@media (max-width: 767px) {
  .image-text-block__text {
    width: 100%;
  }
}

.author {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .author {
    margin-bottom: 30px;
  }
}
.author__wrapper {
  background: #223352;
  border-radius: 15px;
  padding: 30px;
  width: 100%;
}
@media (max-width: 767px) {
  .author__wrapper {
    padding: 20px;
  }
}
.author__wrapper--2 {
  display: flex;
  flex-direction: column;
  gap: 30px;
  background: #19263d;
  border-radius: 15px;
  padding: 30px;
  width: 100%;
}
@media (max-width: 767px) {
  .author__wrapper--2 {
    padding: 20px;
    gap: 20px;
  }
}
.author__content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .author__content {
    flex-direction: column;
    gap: 20px;
  }
}
.author__left {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .author__left {
    gap: 20px;
  }
}
.author__right {
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .author__right {
    width: 100%;
    justify-content: center;
  }
}
.author__heading {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.author__title {
  font-size: 21px;
  line-height: 25px;
  font-weight: 800;
}
@media (max-width: 767px) {
  .author__title {
    font-size: 18px;
    line-height: 21px;
  }
}
.author__position {
  color: #2f9df2;
}
.author__img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .author__img {
    width: 60px;
    height: 60px;
  }
}
.author__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.author__social {
  width: 30px;
  height: 30px;
}
@media (max-width: 767px) {
  .author__social {
    width: 25px;
    height: 25px;
  }
}
.author__social svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  fill: #f0f0f0;
  transition: all 0.3s ease-in-out;
}
.author__social svg:hover {
  transform: scale(1.05);
  fill: #2f9df2;
}
.author__desc > p {
  padding: 0;
  margin: 0;
}

@media (max-width: 767px) {
  .tables .text__wrapper {
    overflow: scroll;
    max-width: 100%;
  }
}

.table {
  width: 100%;
  border: none;
  margin-bottom: 20px;
}

.table thead th {
  font-weight: bold;
  text-align: left;
  border: none;
  padding: 10px 15px;
  background: #2f9df2;
  font-size: 14px;
}

.table thead tr th:first-child {
  border-radius: 8px 0 0 8px;
}

.table thead tr th:last-child {
  border-radius: 0 8px 8px 0;
}

.table tbody td {
  text-align: left;
  border: none;
  padding: 10px 15px;
  font-size: 14px;
  vertical-align: top;
}

.table tbody tr:nth-child(even) {
  background: #142a51;
}

.table tbody tr:nth-child(odd) {
  background: #162339;
}

.table tbody tr td:first-child {
  border-radius: 8px 0 0 8px;
}

.table tbody tr td:last-child {
  border-radius: 0 8px 8px 0;
}

.faq {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .faq {
    margin-bottom: 30px;
  }
}
.faq__wrapper {
  background: #223352;
  padding: 60px;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .faq__wrapper {
    padding: 20px;
  }
}
.faq h2 {
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .faq h2 {
    margin: 0 0 20px;
  }
}
.faq__tab {
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 15px;
  background: #19263d;
  height: 55px;
  transition: all 0.3s ease-in-out;
}
.faq__tab-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  cursor: pointer;
  color: #000000;
}
.faq__tab-label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.3s ease-in-out;
  color: #f0f0f0;
}
.faq__tab-label h3 {
  margin: 0;
  font-size: 18px;
  line-height: 21px;
  transition: all 0.3s ease-in-out;
}
.faq__tab-content {
  color: #f0f0f0;
  padding: 0 15px 15px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.faq__tab.active {
  height: 100%;
}
.faq__tab.active .faq__tab-label:after {
  transform: rotate(90deg);
}
.faq__tab.active .faq__tab-content {
  opacity: 1;
  height: 100%;
}
.faq__tab:hover h3 {
  color: #2f9df2;
}
.faq__tab:hover .faq__tab-label:after {
  color: #2f9df2;
}

.review-comment {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .review-comment {
    margin-bottom: 30px;
  }
}
.review-comment__wrapper {
  padding: 60px;
  background: #223352;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .review-comment__wrapper {
    padding: 20px;
  }
}
.review-comment__title {
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .review-comment__title {
    margin: 0 0 20px;
  }
}
.review-comment__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.review-comment__item {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  gap: 20px;
  padding: 20px;
  border-radius: 15px;
  background: #19263d;
  position: relative;
}
.review-comment__item:after {
  content: none;
}
.review-comment__item::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='14' fill='none'%3E%3Cpath fill='%23F0F0F0' d='M.41 8.41 6 14l1.41-1.42L1.83 7M22.24.58 11.66 11.17 7.5 7 6.07 8.41 11.66 14l12-12M18 2 16.59.58l-6.35 6.35 1.42 1.41L18 2Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 23px;
  height: 14px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
@media (max-width: 767px) {
  .review-comment__item::before {
    width: 15px;
    height: 10px;
  }
}
.review-comment__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 767px) {
  .review-comment__row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.review-comment__block {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .review-comment__block {
    align-items: flex-start;
  }
}
.review-comment__img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin-right: 15px;
}
.review-comment__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.review-comment__name {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .review-comment__name {
    font-size: 16px;
  }
}
.review-comment__content {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .review-comment__content {
    padding-bottom: 20px;
  }
}
.review-comment__date {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .review-comment__date {
    font-size: 12px;
    padding-left: 65px;
    margin-top: -20px;
  }
}

.comments {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .comments {
    margin-bottom: 30px;
  }
}
.comments__wrapper {
  padding: 60px;
  border-radius: 15px;
  background: #223352;
}
@media (max-width: 767px) {
  .comments__wrapper {
    padding: 20px;
  }
}
.comments__title {
  margin: 0 0 5px;
}
.comments__subtitle {
  display: block;
  margin: 0 0 20px;
  color: #2f9df2;
  font-size: 14px;
}
.comments__field--input input,
.comments__field--input textarea {
  width: 100%;
  border-radius: 15px;
  background: #f0f0f0;
  padding: 15px;
  margin-bottom: 20px;
  color: #000000;
}
.comments__field--save {
  display: flex;
  gap: 10px;
}
.comments__field--save label {
  font-size: 14px;
}
.comments__submit {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .comments__submit {
    width: 100%;
  }
}

.footer {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .footer {
    margin-bottom: 30px;
  }
}
.footer__wrapper {
  display: flex;
  flex-direction: column;
  background: #223352;
  padding: 60px 60px 30px;
  border-radius: 15px;
  position: relative;
}
@media (max-width: 767px) {
  .footer__wrapper {
    padding: 90px 20px 20px;
  }
}
.footer__content {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-top: 30px;
  border-top: 2px solid #3a435a;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .footer__content {
    gap: 40px 0;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
.footer__block {
  width: 30%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .footer__block {
    width: 45%;
  }
}
.footer__block:nth-child(1) {
  gap: 20px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer__block:nth-child(1) {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .footer__block--payments {
    width: 100%;
    align-items: center;
  }
}
.footer__heading {
  color: #a5a5a5;
  font-size: 16px;
  margin-bottom: 15px;
  display: block;
}
.footer__nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__nav li {
  padding-left: 0;
}
.footer__nav li::after {
  content: none;
}
.footer__nav .sub-menu {
  margin-top: 10px;
}
.footer__rights {
  text-align: center;
  margin-bottom: 15px;
  font-size: 12px;
  color: #a5a5a5;
}
.footer__copyright {
  text-align: center;
  font-size: 12px;
  color: #a5a5a5;
}
.footer__socials {
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .footer__socials {
    justify-content: center;
  }
}
.footer__socials-item {
  display: block;
  width: 20px;
  height: 20px;
  transition: all 0.3s ease-in-out;
}
.footer__socials-item:hover {
  transform: scale(1.1);
}
.footer__socials-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer__payments {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
.footer__payments-item {
  display: block;
  width: auto;
  height: 30px;
  transition: all 0.3s ease-in-out;
}
.footer__payments-item:hover {
  transform: scale(1.1);
}
.footer__payments-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 767px) {
  .footer__logo {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.footer__labels {
  display: flex;
  justify-content: center;
  gap: 30px;
  width: 100%;
  padding: 25px 0;
  border-top: 1px solid #3a435a;
  border-bottom: 1px solid #3a435a;
  margin-bottom: 30px;
}
.footer__labels-item {
  width: auto;
  height: 30px;
  transition: all 0.3s ease-in-out;
}
.footer__labels-item:hover {
  transform: scale(1.1);
}

.popup {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #223352;
  z-index: 6;
  transition: all 0.3s ease-in-out;
}
.popup.hide {
  bottom: -100%;
}
.popup__wrapper form {
  display: flex;
  justify-content: center;
  gap: 2.5%;
  align-items: center;
  padding: 20px;
}
@media (max-width: 767px) {
  .popup__wrapper form {
    flex-direction: column;
    gap: 10px;
    padding: 10px;
  }
}
.popup__wrapper input {
  padding: 8px 10px;
  border-radius: 10px;
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .popup__wrapper input {
    font-size: 16px;
    line-height: 20px;
    padding: 5px 7px;
  }
}
.popup__wrapper p {
  margin: 0;
  padding: 0;
}
.popup__wrapper span {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .popup__wrapper span {
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
  }
}
.popup__button {
  text-align: center;
  padding-left: 45px;
}
.popup__button::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cg fill='%23F0F0F0' clip-path='url(%23b)'%3E%3Cpath d='m11.038 8.664-1.34 1.345c-.543.545-1.5.557-2.055 0l-1.34-1.345-4.813 4.829c.18.082.377.132.587.132h13.187c.21 0 .408-.05.587-.132l-4.813-4.829Z'/%3E%3Cpath d='M15.264 2.375H2.076c-.21 0-.407.05-.586.132l5.143 5.16v.001h.001l1.672 1.679c.178.177.55.177.728 0l1.671-1.678h.001l.001-.002 5.143-5.16a1.391 1.391 0 0 0-.586-.132ZM.819 3.163c-.092.187-.15.395-.15.618v8.438c0 .223.058.43.15.618L5.641 8 .819 3.163Zm15.701 0L11.7 8l4.82 4.837a1.39 1.39 0 0 0 .15-.618V3.78a1.39 1.39 0 0 0-.15-.618Z'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M.67 0h16v16h-16z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath fill='%23fff' d='M.67 0h16v16h-16z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.popup__close {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  width: 32px;
  height: 32px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 767px) {
  .popup__close {
    width: 21px;
    height: 21px;
  }
}
.popup__close svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.popup__close:hover {
  transform: scale(1.1);
}

.steps {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .steps {
    margin-bottom: 30px;
  }
}
.steps__wrapper {
  padding: 60px;
  background: #223352;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .steps__wrapper {
    padding: 20px;
  }
}
.steps__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 767px) {
  .steps__list {
    gap: 20px;
  }
}
.steps__item-range {
  font-size: 18px;
  font-weight: 500;
  color: #2f9df2;
}
.steps__item-img {
  max-height: 300px;
  overflow: hidden;
  width: fit-content;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .steps__item-img {
    width: 100%;
  }
}
.steps__item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

textarea {
  resize: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

img {
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  height: 100%;
}

* {
  box-sizing: border-box;
}

* {
  scroll-behavior: smooth;
}

body {
  background: #031a3a;
}

.container {
  max-width: 1760px;
  width: 95%;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .container {
    width: 100%;
  }
}

::-webkit-scrollbar {
  width: 8px;
  height: 3px;
}

::-moz-scrollbar {
  width: 8px;
  height: 3px;
}

::-webkit-scrollbar-thumb {
  background-color: #2f9df2;
  border-radius: 9em;
}

::-moz-scrollbar-thumb {
  background-color: #2f9df2;
  border-radius: 9em;
}

main {
  padding-top: 120px;
}
@media (max-width: 767px) {
  main {
    padding-top: 150px;
  }
}

.logo {
  width: fit-content;
  height: 40px;
}
.logo img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.preloader-plus .prog-bar-wrapper {
  border-radius: 15px;
}
@media (max-width: 767px) {
  .preloader-plus .prog-bar-wrapper {
    width: 60% !important;
  }
}
.preloader-plus .prog-bar-bg,
.preloader-plus .prog-bar {
  border-radius: 15px;
}
.preloader-plus .preloader-custom-img {
  width: 150px;
}
