:root {
  --color-blue: #2F80ED;
  --color-yellow: #FFC616;
  --color-green: #2CCD7F;
  --color-dark: #152F54;
  --color-text: #405674;
  --color-light: #fff;
}

.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/../fonts/Raleway-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/../fonts/Raleway-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/../fonts/Raleway-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/../fonts/Raleway-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/../fonts/Raleway-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/../fonts/Raleway-Black.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
html {
  box-sizing: border-box;
}

body,
html {
  height: 100%;
  overflow-x: hidden;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 150%;
  color: var(--color-text);
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

.site-container {
  overflow: hidden;
}

.is-hidden {
  display: none !important;
}

.btn-reset {
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.container {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1200px;
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.btn-country {
  border: 1.5px solid rgba(0, 0, 0, 0.15);
  height: 45px;
  line-height: 45px;
  font-size: 15px;
  font-weight: 500;
  padding: 0 25px;
  color: var(--color-dark);
}
.btn-country:hover {
  background: rgba(27, 144, 251, 0.05);
  border: 1.5px solid var(--color-blue);
  color: var(--color-dark);
}

.ic-country {
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 3px;
}

.ic-en {
  background: url("../img/ic-en.svg") no-repeat center;
}

.ic-ru {
  background: url("../img/ic-ru.svg") no-repeat center;
}

.ic-signup {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../img/ic-signup.svg") no-repeat center;
  background-size: 18px 18px;
}

.ic-signin {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("../img/ic-signin.svg") no-repeat center;
  background-size: 14px 14px;
}

.btn-signup .ic-signup, .btn-signup .ic-signin, .btn-signin .ic-signup, .btn-signin .ic-signin {
  vertical-align: middle;
  position: relative;
  top: -1px;
  display: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown__btn:hover {
  border: 1.5px solid var(--color-blue);
}
.dropdown__btn:active, .dropdown__btn:visited {
  border: 1.5px solid var(--color-blue);
}
.dropdown__content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 5px;
  top: 52px;
  right: 0;
}
.dropdown__link {
  display: block;
  color: var(--color-text);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  padding: 10px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.dropdown__link:hover {
  background: #E8F4FF;
}
.dropdown__link--active {
  background: var(--color-blue);
  font-weight: 500;
  color: var(--color-light);
}
.dropdown__link--active:hover {
  background: var(--color-blue);
  opacity: 0.8;
}

.show {
  display: block;
}

h1 {
  font-weight: 900;
  font-size: 56px;
  line-height: 66px;
  color: var(--color-dark);
}

h2 {
  font-weight: 900;
  font-size: 48px;
  line-height: 54px;
  color: var(--color-dark);
}

h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  color: var(--color-dark);
}

h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: var(--color-dark);
}

.btn {
  display: inline-block;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  border-radius: 6px;
  cursor: pointer;
  font-size: 18px;
  line-height: 55px;
  padding: 0 40px;
  color: var(--color-light);
  background: var(--color-green);
  cursor: pointer;
}
.btn:hover {
  background: #1EAF69;
}
.btn--gradient {
  background: linear-gradient(90deg, #1B90FB 0%, #7266D5 100%);
  color: #fff;
  box-shadow: 0px 4px 40px rgba(57, 130, 239, 0.53);
}
.btn--gradient:hover {
  background: linear-gradient(90deg, #1B90FB 0%, #7266D5 100%);
  box-shadow: none;
}
.btn--blue {
  background: var(--color-blue);
}
.btn--green {
  background: var(--color-green);
}
.btn--yellow {
  background: var(--color-yellow);
}
.btn--stroke {
  background: transparent;
  border: 1.5px solid rgba(0, 0, 0, 0.15);
  height: 45px;
  line-height: 45px;
  font-size: 15px;
  padding: 0 25px;
  color: var(--color-dark);
}
.btn--stroke:hover {
  background: transparent;
  border: 1.5px solid var(--color-blue);
  opacity: 1;
}

.anim-bg-gradient {
  background-size: 200% 100%;
  background-position: 100% 0;
  transition: background-position 0.5s;
  transition: all 0.3s ease-in-out;
}

.anim-bg-gradient:hover {
  background: linear-gradient(90deg, #1B90FB 0%, #7266D5 100%);
  background-position: 0 0;
}

button {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}

input {
  height: 54px;
  background: #F8FBFF;
  border: 1px solid rgba(106, 122, 155, 0.15);
  border-radius: 5px;
  padding: 0 20px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1;
}
input:focus {
  border: 1px solid #50A9FC;
  color: #152F54;
  box-shadow: 0px 4px 30px rgba(12, 109, 255, 0.2);
}

::-moz-placeholder {
  color: rgba(21, 47, 84, 0.7);
}

:-ms-input-placeholder {
  color: rgba(21, 47, 84, 0.7);
}

::placeholder {
  color: rgba(21, 47, 84, 0.7);
}

.input-email {
  background: #F8FBFF url("../img/ic-email.svg") no-repeat 20px center;
  background-size: 16px 16px;
  padding: 0px 20px 0px 50px;
}

.input-password {
  background: #F8FBFF url("../img/ic-pass.svg") no-repeat 20px center;
  background-size: 16px 16px;
  padding: 0px 20px 0px 50px;
}

.input-telegram {
  background: #F8FBFF url("../img/ic-telegram.svg") no-repeat 20px center;
  background-size: 16px 16px;
  padding: 0px 20px 0px 50px;
}

.input-skype {
  background: #F8FBFF url("../img/ic-skype.svg") no-repeat 20px center;
  background-size: 16px 16px;
  padding: 0px 20px 0px 50px;
}

.form-rega__pravila {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  color: var(--color-text);
  font-size: 15px;
}
.form-rega__pravila a {
  color: var(--color-text);
  font-size: 15px;
  text-decoration: underline;
}
.form-rega__pravila a:hover {
  text-decoration: none;
  color: var(--color-blue);
}
.form-rega__pravila--home {
  color: #fff;
}
.form-rega__pravila--home a,
.form-rega__pravila--home p {
  color: rgba(255, 255, 255, 0.8);
}
.form-rega__pravila .custom-checkbox + label::before {
  border: 1px solid #696C71 !important;
}

.check-block {
  position: relative;
}

.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
  cursor: pointer;
}

.custom-checkbox + label {
  text-align: left !important;
  margin-right: 10px;
  position: relative;
  top: 3px;
  cursor: pointer;
}

.custom-checkbox + label::before {
  content: "";
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox:checked + label::before {
  border: 1px solid var(--color-green) !important;
  background-color: transparent;
  background-image: url("../img/ic-checkform.svg");
  background-size: 10px 10px;
  background-position: center;
  background-repeat: no-repeat;
}

.form-modal__title {
  margin-bottom: 30px;
  text-align: center;
}

.header {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 3px 20px rgba(75, 88, 100, 0.08);
  padding: 15px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .logo {
  display: inline-block;
}
.header .logo img {
  height: 32px;
}
.header__btns {
  display: flex;
  align-items: center;
}
.header__btns .btn {
  height: 45px;
  line-height: 45px;
  font-size: 15px;
  padding: 0 25px;
  margin-right: 15px;
}
.header .btn-country {
  border: 1.5px solid rgba(0, 0, 0, 0.15);
  background: transparent;
  margin-right: 0;
}
.header .btn-country:hover {
  opacity: 1;
  background: #DCEEFD;
  border: 1.5px solid var(--color-blue);
  color: var(--color-dark);
}

.footer {
  width: 100%;
  background-color: #fff;
  padding: 20px 0;
}
.footer__items {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__left {
  display: flex;
  align-items: center;
}
.footer__link {
  margin-right: 20px;
  color: var(--color-text);
  cursor: pointer;
}
.footer__link:last-child {
  margin-right: 0;
}
.footer__link:hover {
  color: var(--color-blue);
  text-decoration: underline;
}
.footer__right {
  display: flex;
  align-items: center;
}
.footer__social {
  margin-left: 20px;
}
.footer__social a {
  display: inline-block;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.footer__social a:last-child {
  margin-right: 0;
}
.footer__social a:hover {
  opacity: 0.8;
}
.footer__social a img {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

.hero {
  background-color: #fff;
  width: 100%;
  padding-top: 80px;
  position: relative;
  top: 80px;
  z-index: 0;
}
.hero:after {
  content: "";
  width: 100%;
  height: 200px;
  background: url("../img/hero-wave.svg") no-repeat center;
  background-size: cover;
  position: absolute;
  bottom: 25px;
  left: 0;
}
.hero__content {
  display: grid;
  grid-template-columns: 670px 924px;
}
.hero__arrow {
  width: 87px;
  height: 237px;
  background: url("../img/hero-arrow.svg") no-repeat center;
  background-size: 87px 237px;
  position: absolute;
  top: 180px;
  left: -120px;
}
.hero__content--text {
  max-width: 670px;
  z-index: 3;
  position: relative;
}
.hero__title span {
  color: var(--color-yellow);
}
.hero__subtitle {
  max-width: 570px;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #405674;
  margin-top: 30px;
  color: var(--color-text);
}
.hero__btn {
  margin-top: 50px;
}
.hero__content--img {
  position: relative;
  top: 30px;
  left: -288px;
  z-index: -1;
}
.hero__content--img img {
  width: 924px;
  height: 647px;
}

.features {
  width: 100%;
  background-color: #fff;
  padding: 50px 0;
  padding-top: 100px;
}
.features__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 70px;
}
.features__item {
  text-align: left;
}
.features__icon {
  display: inline-block;
  width: 72px;
  height: 72px;
  margin-bottom: 20px;
}
.features__text h4 {
  margin-bottom: 15px;
}

.rega {
  width: 100%;
  background: #152F54 url("../img/rega-img.jpg") no-repeat center;
  background-size: cover;
  padding: 80px 0;
  text-align: center;
  color: #fff;
}
.rega__content {
  max-width: 690px;
  margin: 0 auto;
}
.rega__title {
  color: #fff;
  margin-bottom: 50px;
}
.rega__title span {
  color: var(--color-yellow);
}
.rega__form {
  width: 100%;
}

.form-rega {
  max-width: 770px;
}
.form-rega__inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
}
.form-rega input, .form-rega button {
  width: 100%;
}
.form-rega button {
  height: 60px;
  line-height: 60px;
}

.modal {
  --transition-time: 0.3s;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: rgba(21, 47, 84, 0.8);
  cursor: pointer;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--transition-time), visibility var(--transition-time);
}

.modal::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.modal-close {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #fff url("../img/ic-close.svg") no-repeat center;
  background-size: 16px 16px;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 9999999;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.modal-close:hover {
  opacity: 0.6;
}

.modal__container {
  background: #FFFFFF;
  box-shadow: 0px 50px 50px rgba(11, 34, 78, 0.29);
  border-radius: 20px;
  position: relative;
  max-width: 450px;
  margin: 50px auto;
  display: none;
  vertical-align: middle;
  border-radius: 20px;
  cursor: default;
  text-align: left;
  position: relative;
  padding: 40px;
}

@media (max-width: 1024px) {
  .modal__container {
    width: 90%;
  }
}
.modal.is-open {
  opacity: 1;
  visibility: visible;
  transition: opacity var(--transition-time), visibility var(--transition-time);
}

.modal__container.modal-open {
  display: inline-block;
}

.fade {
  opacity: 0;
  transition: opacity var(--transition-time);
}

.fade.animate-open {
  opacity: 1;
  transition: opacity var(--transition-time);
}

.fadeInUp {
  opacity: 0;
  transform: translateY(-100px);
  transition: opacity var(--transition-time), transform var(--transition-time);
}

.fadeInUp.animate-open {
  opacity: 1;
  transform: translateY(0);
  transition: opacity var(--transition-time), transform var(--transition-time);
}

.disable-scroll {
  position: relative;
  overflow: hidden;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

.footer {
  width: 100%;
  background-color: #fff;
  padding: 20px 0;
}
.footer__items {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__left {
  display: flex;
  align-items: center;
}
.footer__link {
  margin-right: 20px;
  color: var(--color-text);
  cursor: pointer;
}
.footer__link:last-child {
  margin-right: 0;
}
.footer__link:hover {
  color: var(--color-blue);
  text-decoration: underline;
}
.footer__right {
  display: flex;
  align-items: center;
}
.footer__social {
  margin-left: 20px;
}
.footer__social a {
  display: inline-block;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.footer__social a:last-child {
  margin-right: 0;
}
.footer__social a:hover {
  opacity: 0.8;
}
.footer__social a img {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

@media (max-width: 1024px) {
  .hero__content--img {
    left: -370px;
  }

  .features__items {
    grid-column-gap: 20px;
  }
}
@media (max-width: 840px) {
  .hero {
    min-height: inherit;
    padding-top: 50px;
  }

  .hero:after {
    display: none;
  }

  .hero__title {
    font-size: 48px;
    line-height: 1.15;
  }

  .hero__subtitle {
    max-width: inherit;
  }

  .hero__content {
    text-align: center;
    display: block;
  }

  .hero__arrow {
    display: none;
  }

  .hero__content--text {
    text-align: center;
    margin: 0 auto;
  }

  .hero__btn {
    margin-top: 40px;
    margin-bottom: 50px;
  }

  .hero__content--img {
    top: 0;
    left: -85px;
  }
  .hero__content--img img {
    max-width: inherit;
    height: inherit;
  }

  .features {
    padding-top: 120px;
  }

  .features__items {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .features__items .item-4 {
    display: none;
  }

  .footer {
    text-align: center;
  }

  .footer__items {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .rega__title {
    font-size: 40px;
    line-height: 1.15;
  }
}
@media (max-width: 640px) {
  .features {
    padding-top: 100px;
  }

  .features__icon {
    width: 56px;
    height: 56px;
  }

  .features__text p {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .btn-signup .ic-signup, .btn-signup .ic-signin,
.btn-signin .ic-signup,
.btn-signin .ic-signin {
    display: inline-block;
  }

  .btn-signup .signtext,
.btn-signin .signtext {
    display: none;
  }

  .btn-country .countrytext {
    display: none;
  }
  .btn-country .ic-country {
    margin-right: 0;
  }

  .header__btns .btn {
    display: block;
    width: 45px;
    height: 45px;
    padding: 0 !important;
    text-align: center;
  }

  .header {
    position: relative;
  }

  .hero {
    top: inherit;
  }

  .hero__title {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.15;
  }

  .hero__subtitle {
    font-size: 16px;
    line-height: 24px;
  }

  .hero__content--img {
    width: 100%;
    left: 0;
  }
  .hero__content--img img {
    max-width: 100%;
  }

  .features {
    padding: 50px 0;
  }

  .footer__left, .footer__right {
    display: flex;
    flex-direction: column;
  }

  .footer__link {
    margin-bottom: 10px;
  }

  .footer__social {
    margin-top: 10px;
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .hero {
    padding-top: 40px;
  }

  .hero__title {
    font-size: 32px;
  }

  .hero__subtitle {
    font-size: 15px;
    line-height: 22px;
  }

  .features {
    padding: 40px 0;
  }

  .features__items {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .features__item {
    text-align: center;
    margin-bottom: 30px;
  }

  .features__items .item-4 {
    display: block;
    margin-bottom: 0;
  }

  .rega {
    padding: 40px 0;
    text-align: center;
  }

  .rega__title {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 40px;
  }

  .form-rega {
    max-width: 380px;
    display: inline-block;
  }

  .form-rega__inputs {
    display: inline-block;
  }

  input {
    margin-bottom: 15px;
    height: 45px;
  }

  .form-rega button {
    height: 50px;
    line-height: 50px;
  }

  .form-rega__pravila--home a,
.form-rega__pravila--home p {
    text-align: left;
  }

  .modal__container {
    padding: 25px;
    text-align: center;
  }

  .modal-content {
    max-width: 360px;
    display: inline-block;
  }
}
@media (max-width: 428px) {
  .form-rega__pravila a,
.form-rega__pravila p {
    text-align: left !important;
  }
}
@media (max-width: 390px) {
  .btn {
    height: 50px;
    line-height: 50px;
    width: 240px;
    padding: 0 25px;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.5px;
  }

  .modal__container {
    border-radius: 15px;
  }

  .form-modal__title {
    font-size: 28px;
    line-height: 1.15;
    margin-bottom: 20px;
  }

  .modal-close {
    top: 15px;
    right: 15px;
  }

  .dropdown__link {
    padding: 10px;
  }
}
@media (max-width: 375px) {
  .hero__title, .rega__title {
    font-size: 28px;
  }

  .hero__subtitle {
    margin-top: 20px;
  }

  .footer a, p, .copyright {
    font-size: 14px;
    line-height: 1.2;
  }
}
@media (max-width: 360px) {
  .header {
    text-align: center;
    min-height: inherit;
  }

  .header__btns .btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin-right: 2px;
    border: none;
  }
}
/*# sourceMappingURL=main.css.map */
