* {
  overflow-anchor: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box
}
::after,
::before {
  box-sizing: border-box
}
a {
  text-decoration: none
}
::-moz-placeholder {
  color: #666
}
::placeholder {
  color: #666
}
::-moz-selection {
  text-shadow: none;
  color: #fff;
  background-color: #3390ff
}
::selection {
  text-shadow: none;
  color: #fff;
  background-color: #3390ff
}
b,
strong {
  font-weight: 700
}
ol.rst,
ul.rst {
  list-style: none
}
input,
textarea {
  border: #666 1px solid;
  font-family: Montserrat,sans-serif
}
body {
  width: 100%;
  height: 100%;
  min-width: 360px;
  font-style: normal;
  line-height: 1.15
}
[hidden] {
  display: none
}
textarea {
  vertical-align: top;
  overflow: auto;
  resize: vertical
}
audio:not([controls]) {
  display: none;
  height: 0
}
button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer
}
button[disabled],
input[disabled] {
  cursor: default
}
sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
button {
  font-family: inherit;
  font-weight: inherit
}
@font-face {
  font-family: Montserrat;
  font-weight: 400;
  font-display: swap;
  font-style: normal;
  src: local("Montserrat"),url(../fonts/Montserrat/Montserrat-Regular.woff2) format("woff2")
}
@font-face {
  font-family: Montserrat;
  font-weight: 500;
  font-display: swap;
  font-style: normal;
  src: local("Montserrat"),url(../fonts/Montserrat/Montserrat-Medium.woff2) format("woff2")
}
@font-face {
  font-family: Montserrat;
  font-weight: 600;
  font-display: swap;
  font-style: normal;
  src: local("Montserrat"),url(../fonts/Montserrat/Montserrat-SemiBold.woff2) format("woff2")
}
@font-face {
  font-family: Montserrat;
  font-weight: 700;
  font-display: swap;
  font-style: normal;
  src: local("Montserrat"),url(../fonts/Montserrat/Montserrat-Bold.woff2) format("woff2")
}
.html {
  height: 100%;
  font-size: 10px
}
.body {
  position: relative;
  width: 100%;
  font-family: Montserrat,sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #000;
  background: #fff
}
.site {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 100%
}
.main {
  flex-grow: 1
}
a {
  -webkit-tap-highlight-color: transparent
}
.btn {
  display: inline-block;
  border: none;
  text-align: center;
  cursor: pointer
}
.btn-wrapper {
  text-align: center
}
.btn-default {
  display: inline-block;
  border: none;
  text-align: center;
  cursor: pointer;
  border: 3px solid #006ab7;
  border-radius: 10px;
  padding: 23px 60px 23px;
  font-weight: 500;
  font-size: 32px;
  text-align: center;
  color: #006ab7
}
@media (max-width:1249.5px) {
  .btn-default {
    font-size: 24px;
    padding: 14px 34px
  }
}
@media (max-width:575.5px) {
  .btn-default {
    font-size: 18px;
    line-height: 20px;
    padding: 17px 34px
  }
}
.btn-default:hover {
  background-position: 0 100%
}
.btn-tg {
  display: inline-block;
  border: none;
  text-align: center;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  border-radius: 10px;
  padding: 25px 126px 26px;
  font-weight: 500;
  font-size: 32px;
  text-align: center;
  color: #006ab7;
  background: rgba(0,106,183,.14)
}
@media (max-width:1249.5px) {
  .btn-tg {
    font-size: 24px;
    padding: 14px 34px
  }
}
@media (max-width:991.5px) {
  .btn-tg {
    font-size: 18px;
    padding: 14px 24px
  }
}
@media (max-width:575.5px) {
  .btn-tg {
    padding: 18px 32px
  }
}
.btn-tg::before {
  content: "";
  display: block;
  margin-right: 15px;
  width: 29px;
  height: 27px;
  background-image: url(../img/icon-tg.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat
}
@media (max-width:991.5px) {
  .btn-tg::before {
    width: 17px;
    height: 16px
  }
}
@media (max-width:575.5px) {
  .btn-tg::before {
    margin-right: 6px
  }
}
.btn-tg:hover {
  background-position: 0 100%
}
.btn-burger {
  display: inline-block;
  border: none;
  text-align: center;
  cursor: pointer;
  position: relative;
  width: 34px;
  height: 34px;
  font-size: 0;
  background: 0 0
}
.btn-burger::after,
.btn-burger::before,
.btn-burger__inner {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background: #fcc91b;
  transform-origin: center;
  transform: translateY(-50%);
  transition: top .3s,transform .3s
}
.btn-burger::before {
  transform: translateY(calc(-50% + 10px));
  width: 24px
}
.btn-burger::after {
  transform: translateY(calc(-50% - 10px))
}
.btn-burger__inner {
  transition: opacity .3s
}
.visually-hidden {
  position: fixed;
  transform: scale(0)
}
.title-main {
  font-weight: 500;
  font-size: 40px;
  line-height: normal;
  color: #3a2c2c
}
@media (max-width:991.5px) {
  .title-main {
    font-size: 34px
  }
}
@media (max-width:767.5px) {
  .title-main {
    font-size: 30px;
    line-height: 1.4
  }
}
.text-common {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #000
}
@media (max-width:767.5px) {
  .text-common {
    font-size: 18px;
    line-height: 1.6
  }
}
.open-menu {
  overflow: hidden
}
.logo {
  display: inline-block
}
.logo__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center
}
.container {
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
  max-width: 1240px
}
@media (max-width:1399.5px) {
  .container {
    max-width: 1180px
  }
}
@media (max-width:1249.5px) {
  .container {
    max-width: 960px
  }
}
@media (max-width:991.5px) {
  .container {
    max-width: 720px
  }
}
@media (max-width:767.5px) {
  .container {
    max-width: 549px;
    padding-left: 26px;
    padding-right: 26px
  }
}
@media (max-width:575.5px) {
  .container {
    max-width: 100%
  }
}
.header {
  padding-top: 36px;
  padding-bottom: 40px
}
@media (max-width:1249.5px) {
  .header {
    padding-top: 20px;
    padding-bottom: 20px
  }
}
@media (max-width:575.5px) {
  .header {
    padding-top: 7px;
    padding-bottom: 7px
  }
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between
}
.header__logo {
  width: 243px
}
@media (max-width:991.5px) {
  .header__logo {
    width: 200px
  }
}
@media (max-width:575.5px) {
  .header__logo {
    width: 170px
  }
}
.header__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 48px
}
@media (max-width:991.5px) {
  .header__menu {
    gap: 30px
  }
}
.header__menu-link {
  font-weight: 400;
  font-size: 20px;
  color: #2f3141
}
.footer {
  position: relative;
  height: 156px
}
@media (max-width:1249.5px) {
  .footer {
    height: 120px
  }
}
@media (max-width:991.5px) {
  .footer {
    margin-top: 50px
  }
}
@media (max-width:575.5px) {
  .footer {
    margin-top: 0;
    height: 85px
  }
}
.footer__decor {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 400px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: scale(1,-1)
}
@media (max-width:1399.5px) {
  .footer__decor {
    width: 300px
  }
}
@media (max-width:1249.5px) {
  .footer__decor {
    width: 22%
  }
}
@media (max-width:991.5px) {
  .footer__decor {
    width: 170px
  }
}
@media (max-width:767.5px) {
  .footer__decor {
    width: 120px
  }
}
@media (max-width:575.5px) {
  .footer__decor {
    bottom: 15px;
    width: 32px;
    transform: scale(1)
  }
}
.footer__decor::after {
  content: "";
  display: block;
  padding-bottom: 60%
}
@media (max-width:991.5px) {
  .footer__decor::after {
    padding-bottom: 135%
  }
}
@media (max-width:575.5px) {
  .footer__decor::after {
    padding-bottom: 216%
  }
}
.footer__decor_right {
  left: auto;
  right: 0;
  transform: scale(-1,-1)
}
@media (max-width:575.5px) {
  .footer__decor_right {
    transform: scale(-1,1)
  }
}
.footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 62px;
  margin: 0 auto;
  margin-top: 100px;
  font-weight: 400;
  font-size: 20px;
  color: #2f3141
}
@media (max-width:1399.5px) {
  .footer__links {
    width: 500px;
    gap: 30px
  }
}
@media (max-width:1249.5px) {
  .footer__links {
    margin-top: 70px
  }
}
@media (max-width:991.5px) {
  .footer__links {
    width: auto;
    margin-top: 35px;
    gap: 17px
  }
}
@media (max-width:575.5px) {
  .footer__links {
    font-size: 16px;
    gap: 31px
  }
}
.footer__links a {
  color: inherit
}
.footer__links-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 62px
}
@media (max-width:1399.5px) {
  .footer__links-left {
    gap: 30px
  }
}
@media (max-width:991.5px) {
  .footer__links-left {
    gap: 5px;
    flex-direction: column
  }
}
@media (max-width:991.5px) {
  .footer__politic {
    max-width: 232px;
    transform: translateY(-2px)
  }
}
@media (max-width:575.5px) {
  .footer__politic {
    max-width: 187px
  }
}
@media (max-width:991.5px) {
  .footer__tg svg {
    font-size: 0;
    width: 22px;
    height: 20px
  }
}
@media (max-width:575.5px) {
  .footer__tg svg {
    width: 14px;
    height: 13px
  }
}
.hero {
  padding-top: 56px;
  padding-bottom: 56px
}
@media (max-width:1249.5px) {
  .hero {
    padding-top: 30px;
    padding-bottom: 30px
  }
}
@media (max-width:575.5px) {
  .hero {
    padding-top: 0
  }
}
.hero__container {
  display: flex;
  justify-content: space-between
}
@media (max-width:991.5px) {
  .hero__container {
    flex-direction: column-reverse
  }
}
.hero__left {
  width: calc(50% - 39px)
}
@media (max-width:991.5px) {
  .hero__left {
    width: 100%
  }
}
@media (max-width:575.5px) {
  .hero__left {
    margin-top: -4px
  }
}
.hero__right {
  width: calc(50% - 48px)
}
@media (max-width:991.5px) {
  .hero__right {
    width: 100%;
    text-align: center
  }
}
@media (max-width:575.5px) {
  .hero__right {
    margin-top: -13px
  }
}
.hero__title {
  margin-bottom: 41px
}
@media (max-width:575.5px) {
  .hero__title {
    margin-bottom: 13px
  }
}
.hero__text {
  margin-bottom: 50px
}
@media (max-width:575.5px) {
  .hero__text {
    margin-bottom: 25px
  }
}
.hero__btn {
  width: 100%
}
.hero__img {
  width: 100%;
  height: auto
}
@media (max-width:991.5px) {
  .hero__img {
    max-width: 500px
  }
}
.join {
  padding-top: 171px;
  padding-bottom: 97px
}
@media (max-width:1249.5px) {
  .join {
    padding-top: 50px;
    padding-bottom: 30px
  }
}
@media (max-width:575.5px) {
  .join {
    padding-top: 13px;
    padding-bottom: 51px
  }
}
.join__container {
  position: relative;
  display: flex;
  padding-top: 167px
}
@media (max-width:991.5px) {
  .join__container {
    flex-direction: column;
    align-items: center;
    padding-top: 0
  }
}
.join__left {
  width: 50%
}
@media (max-width:575.5px) {
  .join__left {
    width: 100%
  }
}
.join__right {
  position: absolute;
  right: -7px;
  top: 0;
  padding: 56px;
  padding-left: 107px;
  width: 781px;
  height: 363px;
  background-image: url(../img/join-dialog.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat
}
@media (max-width:1399.5px) {
  .join__right {
    width: 721px
  }
}
@media (max-width:1249.5px) {
  .join__right {
    width: 620px;
    height: 290px;
    padding: 30px;
    padding-left: 60px
  }
}
@media (max-width:991.5px) {
  .join__right {
    position: static;
    margin-top: -38px;
    padding: 30px;
    padding-top: 70px;
    width: 308px;
    height: 423px;
    background-image: url(../img/join-dialog-mob.svg)
  }
}
@media (max-width:575.5px) {
  .join__right {
    padding: 28px;
    padding-top: 78px
  }
}
.join__text {
  margin-bottom: 39px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #000
}
@media (max-width:991.5px) {
  .join__text {
    margin-bottom: 20px;
    font-size: 19px
  }
}
@media (max-width:767.5px) {
  .join__text {
    font-size: 18px;
    line-height: 1.6
  }
}
@media (max-width:575.5px) {
  .join__text {
    margin-bottom: 28px
  }
}
.big-title {
  position: relative
}
.big-title__title {
  font-weight: 700;
  font-size: 96px;
  text-align: center;
  color: #e83421
}
@media (max-width:991.5px) {
  .big-title__title {
    font-size: 55px
  }
}
@media (max-width:767.5px) {
  .big-title__title {
    font-size: 49px
  }
}
@media (max-width:575.5px) {
  .big-title__title {
    font-size: 40px
  }
}
.big-title__decor {
  position: absolute;
  left: 0;
  top: 22px;
  width: 400px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat
}
@media (max-width:1399.5px) {
  .big-title__decor {
    width: 300px
  }
}
@media (max-width:1249.5px) {
  .big-title__decor {
    top: 36%;
    width: 22%
  }
}
@media (max-width:991.5px) {
  .big-title__decor {
    top: -15px;
    width: 170px
  }
}
@media (max-width:767.5px) {
  .big-title__decor {
    width: 120px
  }
}
@media (max-width:575.5px) {
  .big-title__decor {
    top: 10px;
    width: 51px
  }
}
.big-title__decor::after {
  content: "";
  display: block;
  padding-bottom: 60%
}
@media (max-width:991.5px) {
  .big-title__decor::after {
    padding-bottom: 135%
  }
}
.big-title__decor_right {
  left: auto;
  right: 0;
  transform: scale(-1,1)
}
.possibilities {
  margin-top: 77px
}
@media (max-width:575.5px) {
  .possibilities {
    margin-top: 37px
  }
}
.possibilities__container {
  display: flex;
  flex-direction: column;
  align-items: center
}
.possibilities__items {
  margin-bottom: 93px
}
@media (max-width:1249.5px) {
  .possibilities__items {
    margin-bottom: 50px
  }
}
@media (max-width:575.5px) {
  .possibilities__items {
    margin-bottom: 46px
  }
}
.possibilities__btn {
  width: 561px;
  max-width: 100%
}
@media (max-width:1249.5px) {
  .possibilities__btn {
    width: 400px
  }
}
.possibilities__item {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 80px;
  align-items: flex-end
}
@media (max-width:991.5px) {
  .possibilities__item {
    grid-template-columns: 100%
  }
}
@media (max-width:575.5px) {
  .possibilities__item {
    gap: 20px
  }
}
.possibilities__item:nth-child(1) {
  margin-bottom: 182px
}
@media (max-width:1249.5px) {
  .possibilities__item:nth-child(1) {
    margin-bottom: 100px
  }
}
@media (max-width:575.5px) {
  .possibilities__item:nth-child(1) {
    margin-bottom: 61px
  }
}
@media (max-width:991.5px) {
  .possibilities__item:nth-child(1) .possibilities__left {
    order: 2
  }
}
.possibilities__item:nth-child(2) {
  margin-bottom: 125px
}
@media (max-width:1249.5px) {
  .possibilities__item:nth-child(2) {
    margin-bottom: 100px
  }
}
@media (max-width:575.5px) {
  .possibilities__item:nth-child(2) {
    margin-bottom: 54px;
    gap: 16px
  }
}
.possibilities__item:nth-child(2) .possibilities__left {
  order: 2;
  transform: translateX(29px);
  padding-bottom: 100px
}
@media (max-width:991.5px) {
  .possibilities__item:nth-child(2) .possibilities__left {
    padding-bottom: 0;
    transform: none
  }
}
.possibilities__item:nth-child(2) .possibilities__title {
  margin-bottom: 28px
}
@media (max-width:575.5px) {
  .possibilities__item:nth-child(2) .possibilities__title {
    margin-bottom: 14px
  }
}
.possibilities__item:nth-child(2) .possibilities__title::after {
  content: "";
  margin-top: -6px
}
.possibilities__item:nth-child(2) .possibilities__right {
  transform: none
}
.possibilities__item:nth-child(3) {
  align-items: center;
  margin-bottom: 108px
}
@media (max-width:1249.5px) {
  .possibilities__item:nth-child(3) {
    margin-bottom: 100px
  }
}
@media (max-width:575.5px) {
  .possibilities__item:nth-child(3) {
    margin-bottom: 64px;
    gap: 10px
  }
}
.possibilities__item:nth-child(3) .possibilities__left {
  margin-top: 4px;
  padding-bottom: 0
}
@media (max-width:991.5px) {
  .possibilities__item:nth-child(3) .possibilities__left {
    order: 2
  }
}
.possibilities__item:nth-child(3) .possibilities__title {
  margin-bottom: 59px
}
@media (max-width:575.5px) {
  .possibilities__item:nth-child(3) .possibilities__title {
    margin-bottom: 19px
  }
}
.possibilities__item:nth-child(3) .possibilities__right {
  transform: translateX(29px)
}
@media (max-width:991.5px) {
  .possibilities__item:nth-child(3) .possibilities__right {
    transform: none
  }
}
.possibilities__item:nth-child(4) {
  align-items: center;
  margin-bottom: 162px
}
@media (max-width:1249.5px) {
  .possibilities__item:nth-child(4) {
    margin-bottom: 100px
  }
}
@media (max-width:575.5px) {
  .possibilities__item:nth-child(4) {
    margin-bottom: 62px;
    gap: 14px
  }
}
.possibilities__item:nth-child(4) .possibilities__left {
  order: 2;
  transform: translateX(35px)
}
@media (max-width:991.5px) {
  .possibilities__item:nth-child(4) .possibilities__left {
    transform: none
  }
}
.possibilities__item:nth-child(4) .possibilities__title {
  margin-bottom: 28px
}
@media (max-width:575.5px) {
  .possibilities__item:nth-child(4) .possibilities__title {
    margin-bottom: 19px
  }
}
.possibilities__item:nth-child(4) .possibilities__title::after {
  content: "";
  margin-top: -6px
}
.possibilities__item:nth-child(4) .possibilities__right {
  transform: none
}
.possibilities__item:nth-child(5) {
  align-items: flex-start
}
@media (max-width:575.5px) {
  .possibilities__item:nth-child(5) {
    gap: 15px
  }
}
.possibilities__item:nth-child(5) .possibilities__left {
  padding-bottom: 0;
  padding-top: 78px
}
@media (max-width:991.5px) {
  .possibilities__item:nth-child(5) .possibilities__left {
    order: 2;
    padding-top: 0
  }
}
.possibilities__item:nth-child(5) .possibilities__title {
  margin-bottom: 28px
}
@media (max-width:575.5px) {
  .possibilities__item:nth-child(5) .possibilities__title {
    margin-bottom: 15px
  }
}
.possibilities__item:nth-child(5) .possibilities__title::after {
  content: "";
  margin-top: -6px
}
.possibilities__item:nth-child(5) .possibilities__right {
  transform: translateX(20px)
}
@media (max-width:991.5px) {
  .possibilities__item:nth-child(5) .possibilities__right {
    transform: none
  }
}
.possibilities__left {
  padding-bottom: 46px
}
@media (max-width:991.5px) {
  .possibilities__left {
    padding-bottom: 0
  }
}
.possibilities__title {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
  font-weight: 600;
  font-size: 32px;
  color: #006ab7
}
@media (max-width:575.5px) {
  .possibilities__title {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 1.5
  }
}
.possibilities__title::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -79px;
  top: 50%;
  width: 158px;
  height: 150px;
  background-image: url(../img/star.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%)
}
@media (max-width:991.5px) {
  .possibilities__title::after {
    width: 126px;
    height: 120px
  }
}
@media (max-width:767.5px) {
  .possibilities__title::after {
    display: none
  }
}
.possibilities__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #000
}
@media (max-width:767.5px) {
  .possibilities__text {
    font-size: 18px;
    line-height: 1.6
  }
}
.possibilities__text a {
  color: #e83421
}
.possibilities__right {
  transform: translateX(9px)
}
@media (max-width:991.5px) {
  .possibilities__right {
    transform: none;
    text-align: center
  }
}
.possibilities__img {
  width: 100%
}
@media (max-width:991.5px) {
  .possibilities__img {
    max-width: 500px
  }
}
@media (max-width:1399.5px) {
  .from-xl {
    display: none
  }
}
@media (max-width:1249.5px) {
  .from-lg {
    display: none
  }
}
@media (max-width:991.5px) {
  .from-md {
    display: none
  }
}
@media (max-width:767.5px) {
  .from-sm {
    display: none
  }
}
@media (max-width:575.5px) {
  .from-xs {
    display: none
  }
}
@media (min-width:1400px) {
  .to-xl {
    display: none
  }
}
@media (min-width:1250px) {
  .to-lg {
    display: none
  }
}
@media (min-width:992px) {
  .to-md {
    display: none
  }
}
@media (min-width:768px) {
  .to-sm {
    display: none
  }
}
@media (min-width:576px) {
  .to-xs {
    display: none
  }
}