@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Arsenal+SC:ital,wght@0,400;0,700;1,400;1,700&family=Inspiration&family=Manrope:wght@200..800&display=swap");
.container {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1220px) {
  .container {
    max-width: 992px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 768px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: none;
    padding: 0 16px;
  }
}
@media (max-width: 480px) {
  .container {
    max-width: none;
    padding: 0 16px;
  }
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  min-width: 375px;
  position: relative;
  width: 100%;
  color: #000;
  background-color: #fff;
  font-family: "Manrope", sans-serif;
}

body {
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
@media (max-width: 992px) {
  body.lock {
    overflow: hidden;
  }
}

input,
button,
textarea {
  font-family: "Manrope", sans-serif;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1220px) {
  .container {
    max-width: 992px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 768px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: none;
    padding: 0 16px;
  }
}
@media (max-width: 480px) {
  .container {
    max-width: none;
    padding: 0 16px;
  }
}

body,
html {
  background-color: #f0fffc;
  color: #000000;
}
body.lock,
html.lock {
  overflow: hidden;
}

.content {
  overflow: hidden;
}

.no-select {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */ /* Konqueror */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}

.open-popup {
  cursor: pointer;
}

.iti__search-input {
  background-color: #fff !important;
  height: 30px !important;
  line-height: 30px !important;
  border-radius: 0px !important;
}

.iti__divider {
  display: none !important;
}

.mb30 {
  margin-bottom: 30px;
}

.font-110 {
  font-weight: 700;
  line-height: 1.3;
  font-family: "Arsenal SC", sans-serif;
  font-size: 110px;
}
@media (max-width: 1220px) {
  .font-110 {
    font-size: 105px;
  }
}
@media (max-width: 992px) {
  .font-110 {
    font-size: 90px;
  }
}
@media (max-width: 768px) {
  .font-110 {
    font-size: 75px;
  }
}
@media (max-width: 480px) {
  .font-110 {
    font-size: 58px;
  }
}

.font-20 {
  font-size: 20px;
  line-height: 1.3;
}
.font-20 span {
  font-size: 30px;
  color: #007f5c;
}

.pt {
  padding-top: 80px;
}
@media (max-width: 1220px) {
  .pt {
    padding-top: 70px;
  }
}
@media (max-width: 992px) {
  .pt {
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  .pt {
    padding-top: 50px;
  }
}
@media (max-width: 480px) {
  .pt {
    padding-top: 40px;
  }
}

.pb {
  padding-bottom: 80px;
}
@media (max-width: 1220px) {
  .pb {
    padding-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .pb {
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .pb {
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .pb {
    padding-bottom: 40px;
  }
}

.iti__country-name {
  color: #333 !important;
}

#content {
  padding-top: 30px;
  margin-bottom: 40px;
}
#content h1 {
  font-size: 25px;
  margin-bottom: 20px;
}
#content h4 {
  margin-bottom: 10px;
  font-size: 20px;
}
#content .mb-4 {
  margin-bottom: 10px;
}
#content p {
  font-size: 16px;
}

#cookie_notification {
  position: fixed;
  left: 50px;
  margin: auto;
  z-index: 100;
  top: 50px;
  width: 320px;
  padding: 20px;
  border-radius: 25px;
  background-color: #fff;
  border: 1px solid #000;
}

#cookie_notification p {
  color: #000;
  line-height: 1.3;
}

#cookie_notification.none {
  display: none;
}

.cookie_notification-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

.cookie_accept {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49%;
          flex: 0 1 49%;
  display: block;
  width: 49% !important;
  background-color: rgba(0, 255, 21, 0.612);
  font-size: 20px;
  height: 30px;
  border-radius: 25px;
  color: #fff;
  border: none !important;
  cursor: pointer;
}

.cookie_reject {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49%;
          flex: 0 1 49%;
  font-size: 20px;
  height: 30px;
  border: none !important;
  border-radius: 25px;
  color: #fff;
  background-color: rgba(255, 0, 0, 0.612);
  cursor: pointer;
}

@media (max-width: 480px) {
  #cookie_notification {
    left: 0;
    right: 0;
    margin: auto;
    top: 50px;
    width: 320px;
    padding: 10px;
  }
}
.banner {
  padding-top: 35px;
  padding-bottom: 192px;
}
@media (max-width: 992px) {
  .banner {
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .banner {
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .banner {
    padding-bottom: 40px;
  }
}

.banner__wrap {
  position: relative;
}

.banner__title {
  font-family: "Arsenal SC", sans-serif;
  font-size: 130px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .banner__title {
    line-height: 0.8;
  }
}
@media (max-width: 992px) {
  .banner__title {
    font-size: 100px;
  }
}
@media (max-width: 768px) {
  .banner__title {
    font-size: 90px;
  }
}

.banner-sub {
  margin-bottom: 40px;
}

.banner-sub-item {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .banner-sub-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.banner-sub-item:last-child {
  margin-bottom: 0;
}
.banner-sub-item:nth-child(1) .banner-sub-item__left {
  margin-right: 16px;
  text-align: center;
}
@media (max-width: 480px) {
  .banner-sub-item:nth-child(1) .banner-sub-item__left {
    text-align: left;
  }
}
@media (max-width: 1220px) {
  .banner-sub-item:nth-child(1) .banner-sub-item__right {
    max-width: 300px;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .banner-sub-item:nth-child(1) .banner-sub-item__right {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .banner-sub-item:nth-child(1) .banner-sub-item__right {
    max-width: 250px;
  }
}
@media (max-width: 480px) {
  .banner-sub-item:nth-child(1) .banner-sub-item__right {
    max-width: 217px;
  }
}
.banner-sub-item:nth-child(2) .banner-sub-item__left {
  margin-right: 12px;
}
@media (max-width: 1220px) {
  .banner-sub-item:nth-child(2) .banner-sub-item__left {
    max-width: 130px;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .banner-sub-item:nth-child(2) .banner-sub-item__left {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .banner-sub-item:nth-child(2) .banner-sub-item__left {
    max-width: 130px;
  }
}
@media (max-width: 480px) {
  .banner-sub-item:nth-child(2) .banner-sub-item__left {
    text-align: left;
  }
}
@media (max-width: 1220px) {
  .banner-sub-item:nth-child(2) .banner-sub-item__right {
    max-width: 200px;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .banner-sub-item:nth-child(2) .banner-sub-item__right {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .banner-sub-item:nth-child(2) .banner-sub-item__right {
    max-width: 200px;
  }
}
@media (max-width: 480px) {
  .banner-sub-item:nth-child(2) .banner-sub-item__right {
    max-width: 188px;
  }
}

.banner-sub-item__left {
  font-family: "Arsenal SC", sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #007f5c;
  line-height: 1.3;
}

.banner-sub-item__right {
  font-size: 20px;
  line-height: 1.3;
}

.banner__btn {
  background-color: #007f5c;
  height: 65px;
  line-height: 65px;
  text-align: center;
  max-width: 310px;
  font-size: 30px;
  color: #fff;
}
@media (max-width: 768px) {
  .banner__btn {
    max-width: 100%;
  }
}

.banner__people {
  width: 635px;
  height: 588px;
  position: absolute;
  right: -140px;
  top: -30px;
  background: url("./../img/1/1.png") center 0/cover no-repeat;
}
@media (max-width: 1300px) {
  .banner__people {
    width: 535px;
    height: 488px;
    right: -50px;
    top: 0px;
  }
}
@media (max-width: 1220px) {
  .banner__people {
    width: 435px;
    height: 388px;
    top: 140px;
    right: 0;
  }
}
@media (max-width: 992px) {
  .banner__people {
    display: none;
  }
}

.banner__gold {
  width: 635px;
  height: 588px;
  display: none;
  position: absolute;
  right: -50px;
  top: 30px;
  background: url("./../img/1/2.png") 0 0/cover no-repeat;
}
@media (max-width: 992px) {
  .banner__gold {
    display: none;
  }
}

.banner__imgmob {
  display: none;
}
@media (max-width: 992px) {
  .banner__imgmob {
    display: block;
    margin-bottom: 40px;
    text-align: center;
  }
}

.about__title {
  margin-bottom: 56px;
}
@media (max-width: 480px) {
  .about__title {
    margin-bottom: 40px;
  }
}

.about-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 992px) {
  .about-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.about-row__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 605px;
          flex: 0 1 605px;
}
@media (max-width: 1220px) {
  .about-row__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 500px;
            flex: 0 1 500px;
  }
}
@media (max-width: 992px) {
  .about-row__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-bottom: 40px;
  }
}
.about-row__left img {
  width: 100%;
}

.about-row-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 563px;
          flex: 0 1 563px;
}
@media (max-width: 1220px) {
  .about-row-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 450px;
            flex: 0 1 450px;
  }
}
@media (max-width: 992px) {
  .about-row-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

.about-row-right-top {
  margin-bottom: 56px;
}

.about-row-right-top__item {
  margin-bottom: 32px;
  position: relative;
  padding-left: 64px;
}
.about-row-right-top__item:after {
  content: "";
  display: inline-block;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  width: 40px;
  height: 40px;
  background: url("./../img/2/2.png") 0 0/cover no-repeat;
}
.about-row-right-top__item:last-child {
  margin-bottom: 0;
}

.about-row-right-bottom__title {
  color: #007f5c;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 32px;
}

.about-row-right-bottom__item {
  margin-bottom: 16px;
  padding-left: 16px;
}
.about-row-right-bottom__item:last-child {
  margin-bottom: 0;
}

.who__title {
  margin-bottom: 56px;
}
@media (max-width: 480px) {
  .who__title {
    margin-bottom: 40px;
  }
}

.who-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 66px 0;
}
@media (max-width: 1050px) {
  .who-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 500px;
    margin: 0 auto;
    gap: 40px 0;
  }
}

.who-row-column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 384px;
          flex: 0 1 384px;
  background-color: #007f5c;
  position: relative;
  padding: 32px 24px 150px 24px;
}
@media (max-width: 1250px) {
  .who-row-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 320px;
            flex: 0 1 320px;
  }
}
@media (max-width: 1050px) {
  .who-row-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 384px;
            flex: 0 1 384px;
  }
}
@media (max-width: 480px) {
  .who-row-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 336px;
            flex: 0 1 336px;
  }
}
.who-row-column:nth-child(1) {
  -webkit-transform: rotate(-4deg);
      -ms-transform: rotate(-4deg);
          transform: rotate(-4deg);
  left: -30px;
  top: 25px;
}
@media (max-width: 1050px) {
  .who-row-column:nth-child(1) {
    left: 0px;
    top: 0px;
    -webkit-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
}
.who-row-column:nth-child(3) {
  -webkit-transform: rotate(4deg);
      -ms-transform: rotate(4deg);
          transform: rotate(4deg);
  left: 30px;
  top: 25px;
}
@media (max-width: 1050px) {
  .who-row-column:nth-child(3) {
    left: 0px;
    top: 0px;
    -webkit-transform: rotate(2deg);
        -ms-transform: rotate(2deg);
            transform: rotate(2deg);
  }
}
.who-row-column:nth-child(4) {
  -webkit-transform: rotate(-4deg);
      -ms-transform: rotate(-4deg);
          transform: rotate(-4deg);
  left: -30px;
  top: 25px;
}
@media (max-width: 1050px) {
  .who-row-column:nth-child(4) {
    left: 0px;
    top: 0px;
    -webkit-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
}
.who-row-column:nth-child(5) {
  -webkit-transform: rotate(4deg);
      -ms-transform: rotate(4deg);
          transform: rotate(4deg);
  left: 30px;
  top: 25px;
}
@media (max-width: 1050px) {
  .who-row-column:nth-child(5) {
    left: 0px;
    top: 0px;
    -webkit-transform: rotate(2deg);
        -ms-transform: rotate(2deg);
            transform: rotate(2deg);
  }
}

.who-row-column__title {
  text-align: center;
  font-weight: 800;
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 24px;
  color: #fff;
}

.who-row-column__subtitle {
  font-size: 30px;
  line-height: 1.3;
  color: #fff;
}

.who-row-column__number {
  position: absolute;
  right: -20px;
  bottom: -40px;
  z-index: 1;
  font-size: 150px;
  line-height: 1;
  font-family: "Inspiration", cursive;
  color: #fff;
}
@media (max-width: 400px) {
  .who-row-column__number {
    right: -10px;
  }
}

.self {
  background: url("./../img/3/bg.png") center 0/cover no-repeat;
  padding: 40px 0;
}
@media (max-width: 768px) {
  .self {
    padding: 24px 0;
  }
}

.self-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .self-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.self-row-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 712px;
          flex: 0 1 712px;
}
@media (max-width: 992px) {
  .self-row-left {
    margin-bottom: 24px;
  }
}

.self-row-left__title {
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 80px;
  line-height: 1;
  color: #fff;
}
@media (max-width: 992px) {
  .self-row-left__title {
    font-size: 70px;
  }
}
@media (max-width: 768px) {
  .self-row-left__title {
    font-size: 60px;
  }
}
@media (max-width: 480px) {
  .self-row-left__title {
    font-size: 40px;
  }
}

.self-row-left__subtitle {
  color: #fff;
}
@media (max-width: 1220px) {
  .self-row-left__subtitle {
    max-width: 550px;
  }
}
.self-row-left__subtitle span {
  color: #fff;
}

.self-row__btn {
  height: 73px;
  line-height: 73px;
  text-align: center;
  background-color: #fff;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 432px;
          flex: 0 1 432px;
  font-size: 30px;
  color: #007f5c;
  position: relative;
  top: 20px;
}
@media (max-width: 992px) {
  .self-row__btn {
    top: 0;
  }
}
@media (max-width: 768px) {
  .self-row__btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
@media (max-width: 480px) {
  .self-row__btn {
    font-size: 24px;
    line-height: 65px;
    height: 65px;
  }
}

.know__title {
  margin-bottom: 56px;
}
@media (max-width: 480px) {
  .know__title {
    margin-bottom: 40px;
  }
}

.know-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 992px) {
  .know-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.know-row-left,
.know-row-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 560px;
          flex: 0 1 560px;
  background-color: #ffffff;
  padding: 40px 19px 40px 24px;
}
@media (max-width: 1220px) {
  .know-row-left,
  .know-row-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 490px;
            flex: 0 1 490px;
  }
}
@media (max-width: 992px) {
  .know-row-left,
  .know-row-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
@media (max-width: 480px) {
  .know-row-left,
  .know-row-right {
    padding: 40px 12px 40px 12px;
  }
}

.know-row-left {
  background: url("./../img/3/bg1.png") center 0/cover no-repeat;
}
@media (max-width: 992px) {
  .know-row-left {
    margin-bottom: 32px;
  }
}

.know-row-right {
  background: url("./../img/3/bg2.png") center 0/cover no-repeat;
}

.know-row-left__title,
.know-row-right__title {
  font-family: "Arsenal SC", sans-serif;
  font-size: 50px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 32px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .know-row-left__title,
  .know-row-right__title {
    font-size: 40px;
  }
}

.know-row-left-item,
.know-row-right-item {
  margin-bottom: 24px;
}
.know-row-left-item:last-child,
.know-row-right-item:last-child {
  margin-bottom: 0;
}

.know-row-left-item__title,
.know-row-right-item__title {
  color: #fff;
  font-size: 30px;
  line-height: 1.3;
  padding-left: 56px;
  position: relative;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 12px;
}
@media (max-width: 480px) {
  .know-row-left-item__title,
  .know-row-right-item__title {
    font-size: 28px;
  }
}
.know-row-left-item__title:after,
.know-row-right-item__title:after {
  content: "";
  display: inline-block;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  width: 32px;
  height: 32px;
  background: url("./../img/3/1.png") 0 0/cover no-repeat;
}

.know-row-left-item__subtitle,
.know-row-right-item__subtitle {
  color: #fff;
  line-height: 1.3;
  font-size: 20px;
  padding-left: 16px;
}

.know-row-right {
  background-color: #007f5c;
}

.know-row-right__title {
  color: #fff;
}

.know-row-right-item__title {
  color: #fff;
}
.know-row-right-item__title:after {
  background: url("./../img/3/2.png") 0 0/cover no-repeat;
}

.know-row-right-item__subtitle {
  color: #fff;
}

.after__title {
  margin-bottom: 56px;
}
@media (max-width: 480px) {
  .after__title {
    margin-bottom: 40px;
  }
}

.after-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 35px 0;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 1050px) {
  .after-row {
    max-width: 500px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.after-row-column {
  background-color: #a6ffe6;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 384px;
          flex: 0 1 384px;
  height: 328px;
  padding: 32px 25px 0 25px;
}
@media (max-width: 480px) {
  .after-row-column {
    padding: 12px 12px 0 12px;
  }
}
.after-row-column:nth-child(1) {
  -webkit-transform: rotate(-4deg);
      -ms-transform: rotate(-4deg);
          transform: rotate(-4deg);
  left: -30px;
  top: 25px;
}
@media (max-width: 1050px) {
  .after-row-column:nth-child(1) {
    left: 0px;
    top: 0px;
    -webkit-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
}
.after-row-column:nth-child(2) {
  -webkit-transform: rotate(4deg);
      -ms-transform: rotate(4deg);
          transform: rotate(4deg);
  left: 30px;
  top: 25px;
}
@media (max-width: 1050px) {
  .after-row-column:nth-child(2) {
    left: 0px;
    top: 0px;
    -webkit-transform: rotate(2deg);
        -ms-transform: rotate(2deg);
            transform: rotate(2deg);
  }
}
.after-row-column:nth-child(3) {
  -webkit-transform: rotate(-4deg);
      -ms-transform: rotate(-4deg);
          transform: rotate(-4deg);
  left: -30px;
  top: 25px;
}
@media (max-width: 1050px) {
  .after-row-column:nth-child(3) {
    left: 0px;
    top: 0px;
    -webkit-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
}
.after-row-column:nth-child(4) {
  -webkit-transform: rotate(4deg);
      -ms-transform: rotate(4deg);
          transform: rotate(4deg);
  left: 30px;
  top: 25px;
}
@media (max-width: 1050px) {
  .after-row-column:nth-child(4) {
    left: 0px;
    top: 0px;
    -webkit-transform: rotate(2deg);
        -ms-transform: rotate(2deg);
            transform: rotate(2deg);
  }
}

.after-row-column__text {
  font-size: 30px;
  line-height: 1.4;
  color: #000;
}

.after-row-column__number {
  position: absolute;
  right: -20px;
  bottom: -40px;
  z-index: 1;
  font-size: 150px;
  color: #000;
  line-height: 1;
  font-family: "Inspiration", cursive;
}
@media (max-width: 400px) {
  .after-row-column__number {
    right: -10px;
  }
}

.author__title {
  margin-bottom: 56px;
}
@media (max-width: 480px) {
  .author__title {
    margin-bottom: 40px;
  }
}

.author__subtitle {
  font-size: 30px;
  font-weight: 250;
  line-height: 1.3;
  margin-bottom: 24px;
}

.author-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 992px) {
  .author-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.author-row-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 588px;
          flex: 0 1 588px;
}
@media (max-width: 992px) {
  .author-row-left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

.author-row-left__name {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.3;
  color: #007f5c;
  font-family: "Arsenal SC", sans-serif;
  margin-bottom: 25px;
}
@media (max-width: 480px) {
  .author-row-left__name {
    font-size: 30px;
  }
}

.author-row-left-list {
  margin-bottom: 25px;
}

.author-row-left-list__item {
  padding-left: 56px;
  margin-bottom: 18px;
  position: relative;
}
.author-row-left-list__item:last-child {
  margin-bottom: 0;
}
.author-row-left-list__item:after {
  content: "";
  display: inline-block;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  width: 32px;
  height: 32px;
  background: url("./../img/2/2.png") 0 0/cover no-repeat;
}

.author-row-left__text {
  font-family: "Arsenal SC", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
}

.author-row__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 532px;
          flex: 0 1 532px;
}
@media (max-width: 1220px) {
  .author-row__right {
    margin-left: 30px;
  }
}
@media (max-width: 992px) {
  .author-row__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-left: 0;
    margin-bottom: 24px;
  }
}
.author-row__right img {
  width: 100%;
}

.why__title {
  margin-bottom: 56px;
}
@media (max-width: 480px) {
  .why__title {
    margin-bottom: 40px;
  }
}

.why-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1220px) {
  .why-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}

.why-row-column {
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 373px;
          flex: 0 1 373px;
  border: 1px solid #007f5c;
  padding: 32px 16px;
}

.why-row-column__img {
  margin-bottom: 56px;
}
@media (max-width: 480px) {
  .why-row-column__img {
    margin-bottom: 24px;
  }
}

.why-row-column__title {
  margin-bottom: 24px;
  color: #007f5c;
  font-weight: 600;
  line-height: 1.3;
  font-size: 30px;
}

.registration {
  position: relative;
}

.registration__title {
  margin-bottom: 56px;
}
@media (max-width: 480px) {
  .registration__title {
    margin-bottom: 40px;
  }
}

.registration-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 992px) {
  .registration-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.registration-row__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 572px;
          flex: 0 1 572px;
}
@media (max-width: 1220px) {
  .registration-row__left {
    margin-left: 20px;
  }
}
@media (max-width: 992px) {
  .registration-row__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 24px;
    margin-left: 0;
  }
}
.registration-row__left img {
  width: 100%;
}
@media (max-width: 992px) {
  .registration-row__left {
    display: none;
  }
}
.registration-row__left.mob {
  display: none;
}
@media (max-width: 992px) {
  .registration-row__left.mob {
    display: block;
  }
}

.registration-row-right {
  background-color: #a6ffe6;
  max-width: 572px;
  padding: 40px 24px;
  margin: 0 auto;
}
@media (max-width: 1220px) {
  .registration-row-right {
    max-width: 500px;
  }
}
@media (max-width: 600px) {
  .registration-row-right {
    padding: 40px 12px;
  }
}

.registration-row-right__text {
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 2px;
  color: #007f5c;
  font-weight: 700;
  font-style: italic;
  font-family: "Arsenal SC", sans-serif;
  margin-bottom: 32px;
}

.registration-row-right-form-input {
  margin-bottom: 50px;
  position: relative;
}
@media (max-width: 480px) {
  .registration-row-right-form-input {
    margin-bottom: 24px;
  }
}
.registration-row-right-form-input .iti--allow-dropdown {
  width: 100%;
}
.registration-row-right-form-input label.error {
  display: block;
  color: red;
  font-size: 12px;
  position: absolute;
  bottom: -15px;
  left: 0;
}
.registration-row-right-form-input input {
  padding-bottom: 20px;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  font-size: 20px;
  color: #3c3644;
  background-color: transparent;
  border-bottom: 1px solid #007f5c;
}
@media (max-width: 480px) {
  .registration-row-right-form-input input {
    font-size: 18px;
  }
}
.registration-row-right-form-input input::-webkit-input-placeholder {
  color: #3c3644;
}
.registration-row-right-form-input input::-moz-placeholder {
  color: #3c3644;
}
.registration-row-right-form-input input:-ms-input-placeholder {
  color: #3c3644;
}
.registration-row-right-form-input input::-ms-input-placeholder {
  color: #3c3644;
}
.registration-row-right-form-input input::placeholder {
  color: #3c3644;
}
.registration-row-right-form-input input.error {
  border-bottom: 1px solid red;
}
.registration-row-right-form-input textarea {
  width: 100% !important;
  max-width: 100%;
  min-height: 100px;
  width: 100%;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  line-height: 1.3;
  width: 100%;
  font-size: 20px;
  color: #3c3644;
  background-color: transparent;
  border: 1px solid #007f5c;
}
@media (max-width: 480px) {
  .registration-row-right-form-input textarea {
    font-size: 18px;
  }
}
.registration-row-right-form-input textarea::-webkit-input-placeholder {
  color: #3c3644;
}
.registration-row-right-form-input textarea::-moz-placeholder {
  color: #3c3644;
}
.registration-row-right-form-input textarea:-ms-input-placeholder {
  color: #3c3644;
}
.registration-row-right-form-input textarea::-ms-input-placeholder {
  color: #3c3644;
}
.registration-row-right-form-input textarea::placeholder {
  color: #3c3644;
}
.registration-row-right-form-input textarea.error {
  border: 1px solid red;
}
.registration-row-right-form-input:nth-child(2) {
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .registration-row-right-form-input:nth-child(2) {
    margin-bottom: 4px;
  }
}
.registration-row-right-form-input:nth-child(3) input {
  padding-top: 20px;
}

.registration-row-right-form__btn {
  background-color: #007f5c;
  width: 100%;
  height: 73px;
  line-height: 73px;
  text-align: center;
  font-size: 30px;
  margin: 0 auto;
  display: block;
  color: #fff;
}
@media (max-width: 480px) {
  .registration-row-right-form__btn {
    height: 65px;
    line-height: 65px;
    font-size: 24px;
  }
}

/* Стили для состояния "отмечено" */
.registration-row-right-form-input-checkbox {
  margin-bottom: 20px;
}

.registration-row-right-form-input-checkbox input[type=checkbox]:checked {
  /* стили для выбранного состояния */
  position: relative;
}
.registration-row-right-form-input-checkbox input[type=checkbox]:checked:after {
  content: "";
  display: inline-block;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #000;
}

/* Стили для состояния "отключено" */
.registration-row-right-form-input-checkbox input[type=checkbox]:disabled {
  /* стили для отключённого состояния */
}

.registration-row-right-form-input-checkbox input[type=checkbox].error {
  border-color: red;
}

.registration-row-right-form-input-checkbox label.error {
  font-size: 12px;
  color: red;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  margin-top: 5px;
}

.registration-row-right-form-input-checkbox input[type=checkbox] {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.registration-row-right-form-input-checkbox span {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 12px;
  color: #000;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(100% - 30px);
          flex: 0 1 calc(100% - 30px);
}

.registration-row-right-form-input-checkbox label.error {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.registration-row-right-form-input-checkbox input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  /* базовые стили для кастомного оформления */
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 2px;
  cursor: pointer;
}

.registration-row-right-form-input-checkbox__label {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 12px;
}

#cookie_notification1 {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#cookie_notification1.none {
  pointer-events: none;
  opacity: 0;
}

.cookie_notification1__body {
  padding: 32px 0;
  background-color: #000;
}

.cookie_notification1-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cookie_notification1-row-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cookie_notification1-row-left__img {
  height: 36px;
  min-height: 36px;
  min-width: 36px;
  width: 36px;
  border-radius: 10px;
  background-color: #007f5c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 12px;
}

.cookie_notification1-row-left__text {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
}

.cookie_notification1-row-right__btn {
  width: 160px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  background-color: #007f5c;
  border-radius: 2px;
  font-weight: 600;
  font-size: 12px;
  margin-left: 32px;
  cursor: pointer;
}

.cookie_notification1-row-right .cookie_notification1-row-left__img {
  display: none;
}

@media (max-width: 768px) {
  .cookie_notification1__body {
    padding: 20px 0;
  }
  .cookie_notification1-row-left__img {
    display: none;
  }
  .cookie_notification1-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cookie_notification1-row-right__btn {
    margin-left: 0;
  }
  .cookie_notification1-row-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-top: 16px;
  }
  .cookie_notification1-row-right .cookie_notification1-row-left__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
jdiv {
  z-index: 15 !important;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1220px) {
  .container {
    max-width: 992px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 768px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: none;
    padding: 0 16px;
  }
}
@media (max-width: 480px) {
  .container {
    max-width: none;
    padding: 0 16px;
  }
}

.header {
  padding-top: 56px;
}
@media (max-width: 480px) {
  .header {
    padding-top: 40px;
  }
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-row-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .header-row-nav {
    display: none;
  }
}

.header-row-nav__item {
  cursor: pointer;
  margin-right: 40px;
  font-weight: 700;
  border: 2px solid transparent;
  color: #fff;
  position: relative;
  top: 3px;
}
.header-row-nav__item:last-child {
  margin-right: 0;
}
.header-row-nav__item:after {
  content: "";
  display: inline-block;
  left: 0;
  bottom: -5px;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.header-row-nav__item:hover:after {
  opacity: 1;
}

.header-row-return {
  cursor: pointer;
  border: 1px solid #029662;
  border-radius: 8px;
}
@media (max-width: 992px) {
  .header-row-return {
    display: none;
  }
}

.header-row-return__text {
  color: #029662;
  display: inline-block;
  padding: 14px 24px;
}

.header-row__burger {
  display: none;
}
@media (max-width: 992px) {
  .header-row__burger {
    display: block;
  }
}

.header-mobile {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  z-index: 10;
  margin: 114px 0 0 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 992px) {
  .header-mobile.active {
    opacity: 1;
    pointer-events: visible;
  }
}
.header-mobile:after {
  content: "";
  display: inline-block;
  left: 0;
  top: -114px;
  z-index: 10;
  position: fixed;
  width: 100%;
  height: 200%;
  background-color: #ff5c00;
}

.header-mobile1 {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  z-index: 20;
  margin: 114px 0 0 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
  pointer-events: none;
}
.header-mobile1.active {
  opacity: 1;
  pointer-events: visible;
}
.header-mobile1:after {
  content: "";
  display: inline-block;
  left: 0;
  top: -114px;
  z-index: 10;
  position: fixed;
  width: 100%;
  height: 200%;
  background-color: rgba(1, 1, 1, 0.8);
}
.header-mobile1 .banner-row-left-form {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}
.header-mobile-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 13px 114px 13px;
  position: relative;
  z-index: 11;
}

.header-mobile-body__content {
  width: 100%;
}

.header-mobile-body-row__item {
  margin-bottom: 32px;
  text-align: center;
  color: #fff;
}

.header-mobile-body-btn {
  text-align: center;
  max-width: 343px;
  border-radius: 8px;
  border: 1px solid #029662;
  display: block;
  margin: 0 auto 30px auto;
  cursor: pointer;
}

.header-mobile-body-btn__text {
  color: #029662;
  display: inline-block;
  padding: 16px 0;
}

.header-mobile__close {
  position: fixed;
  top: 48px;
  right: 16px;
  z-index: 20;
  cursor: pointer;
}

.header-mobile__close1 {
  position: fixed;
  top: 48px;
  right: 16px;
  z-index: 20;
  cursor: pointer;
}

.header-row-nav__btn {
  font-weight: 400;
  color: #fff;
  top: 0;
  width: 174px;
  height: 43px;
  line-height: 40px;
  text-align: center;
  border: 2px solid #ff9900;
}
.header-row-nav__btn:after {
  display: none;
}
@media (max-width: 992px) {
  .header-row-nav__btn {
    margin: 0 auto !important;
  }
}

.footer {
  text-align: center;
  padding-bottom: 30px;
  padding-top: 30px;
}

.footer__link {
  text-align: center;
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
  display: block;
}

.img {
  background-color: red;
  max-width: 400px;
}