/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

body {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  min-width: 320px;
}

.container {
  width: 100%;
  background: #df2440;
  font-family: "Aktifo-A";
}

header {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 150px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 999;
  position: relative;
}

header > div {
  width: 42%;
}

.logo {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 128px;
}

.logo img {
  width: 128px;
  height: 60px;
  margin-left: 0;
}

.nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  padding-left: 0;
  list-style: none;
}

.nav ul li {
  margin-right: 60px;
  position: relative;
}

.nav ul li:after {
  position: absolute;
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  right: -32px;
  top: 8px;
}

.nav ul li:last-child:after {
  display: none;
}

.nav ul li a {
  text-decoration: none;
  color: #fff;
}

.red-point {
  width: 22px;
  height: 22px;
  background: #df2440;
  -webkit-box-shadow: 4px 4px 8px 1px rgba(191, 35, 35, 0.18),
    1px 1px 6px 1px rgba(112, 17, 17, 0.03);
  box-shadow: 4px 4px 8px 1px rgba(191, 35, 35, 0.18),
    1px 1px 6px 1px rgba(112, 17, 17, 0.03);
  position: absolute;
  top: 30px;
  right: 30px;
  border-radius: 50%;
  border: none;
  outline: none;
}
.red-point img {
  border: none;
  outline: none;
  text-indent: -100vw;
}
.button-help {
  width: 260px;
  height: 42px;
  text-align: center;
  background: #ffe952;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all 0.5s ease;
}
.button-help:hover {
  transform: scale(0.98);
}
.button-help span {
  display: block;
}

.hero-center .pic {
  background-image: url("../images/hero-pic.png");
  background-size: contain;
  background-position: center;
  height: 105%;
  top: -5%;
  position: relative;
  background-repeat: no-repeat;
}

section {
  width: 1200px;
  margin: 0 auto;
}

section.view1 {
  height: calc(100vh - 150px);
  min-height: 700px;
  max-height: 700px;
  position: relative;
  margin-top: -40px;
}

.hero-center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

section.view1 .left-text {
  width: 50%;
  font-size: 64px;
  color: #fff;
  font-weight: bold;
  line-height: 61px;
  padding-top: 60px;
  position: relative;
  z-index: 5;
}

section.view1 .left-text span {
  display: inline-block;
  width: 90px;
  border-bottom: 5px solid #fff;
  position: relative;
  top: -14px;
}

section.view1 .right-text {
  width: 435px;
  background: #fff;
  border-radius: 20px;
  position: absolute;
  right: -16px;
  bottom: 132px;
  z-index: 5;
}

section.view1 .right-text .text {
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
  padding: 28px 30px;
}

section.view1 .right-text .small-text {
  padding-left: 0;
  font-size: 19px;
  font-weight: 400;
  margin-top: 20px;
}

section.view1 .black-arrow img {
  width: 25px;
  top: -3px;
  position: relative;
}

section.view1 .black-arrow {
  position: absolute;
  left: 49%;
  bottom: 105px;
  cursor: pointer;
  width: 60px;
  height: 60px;
  background-color: #000000;
  box-shadow: 0px 4px 6px rgba(100, 24, 24, 0.13),
    0px 0px 7px 1px rgba(150, 21, 21, 0.15),
    -4px 6px 7px 1px rgba(191, 35, 35, 0.23),
    -4px 1px 2px 1px rgba(112, 17, 17, 0.03),
    2px 5px 2px 1px rgba(112, 17, 17, 0.05);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

section.view2 {
  height: 630px;
  padding-top: 50px;
}

section.view2 h2 {
  font-size: 40px;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.view2-text-wrap {
  width: 1050px;
  height: 220px;
  border: 2px solid #fff;
  margin: 0 auto;
  margin-top: 60px;
  border-radius: 15px;
  text-align: center;
  padding: 90px 0;
  position: relative;
}

.view2-text-wrap .white-circle {
  position: absolute;
  width: 22px;
  height: 22px;
  background: #fff;
  -webkit-box-shadow: 5px 4px 8px 1px rgb(191 35 35 / 18%),
    1px 1px 6px 1px rgb(112 17 17 / 3%);
  box-shadow: 5px 4px 8px 1px rgb(191 35 35 / 18%),
    1px 1px 6px 1px rgb(112 17 17 / 3%);
  top: 45px;
  right: 40px;
  border-radius: 50%;
}

.view2-text1 {
  color: #fff;
  font-size: 22px;
  line-height: 25px;
  font-weight: 300;
}

.whine-line {
  display: block;
  margin: 0 auto;
  margin: 25px auto;
  border: 1px solid #fff;
  width: 60px;
  background: #fff;
  opacity: 0.7;
}

.view2-text2 {
  color: #fff;
  font-size: 22px;
}

section.view3 {
  height: 650px;
  padding-top: 50px;
}

section.view3 h2 {
  font-size: 40px;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.view3-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 65px;
}

.view3-item {
  text-align: center;
  color: #fff;
  position: relative;
}

.view3-item-number {
  background-image: url(../images/numberfon.png);
  width: 240px;
  height: 240px;
  margin: 0 auto;
  font-size: 90px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  vertical-align: middle;
  font-weight: 700;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.view3-item-number span {
  margin-top: -10px;
}
.view3-item-title {
  font-size: 24px;
  font-weight: 700;
}

.view3-item-desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  margin-top: 12px;
}

.view3-item:after {
  content: url(../images/arrow3.png);
  position: absolute;
  z-index: 100000;
  top: 22%;
  right: -65px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.view3-item:last-child:after {
  content: "";
  position: absolute;
  z-index: 100000;
  top: 22%;
  right: -65px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

section.view4 {
  width: 100%;
  height: 685px;
  background: #ce132f;
}

.view4-text-wrap {
  margin: 0 auto;
  background: -o-linear-gradient(
    303.25deg,
    #ffffff 32.33%,
    rgba(255, 255, 255, 0) 201.97%
  );
  background: linear-gradient(
    146.75deg,
    #ffffff 32.33%,
    rgba(255, 255, 255, 0) 201.97%
  );
  -webkit-box-shadow: -3px 4px 9px 5px rgba(85, 22, 22, 0.06);
  box-shadow: -3px 4px 9px 5px rgba(85, 22, 22, 0.06);
  border-radius: 15px 15px 0 0;
  width: 1150px;
  height: auto;
  position: relative;
  top: -80px;
  padding-bottom: 145px;
}

section.view4 h2 {
  font-size: 40px;
  color: #000;
  font-weight: 500;
  text-align: center;
  padding-top: 50px;
}

.view4-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 80px;
}

.view4-item {
  position: relative;
  width: 320px;
  padding: 90px;
  background: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.04),
    13px 15px 30px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.04),
    13px 15px 30px 2px rgba(0, 0, 0, 0.1);
}

.view4-item:first-child {
  margin-right: 2%;
}

.view4-item .red-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.view4-item .red-point img {
  position: relative;
  left: 1px;
  top: 0px;
  cursor: pointer;
}

.view4-item-hide {
  height: 0px;
  overflow: hidden;
  position: absolute;

  margin-top: 90px;
  bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  left: 0;
  border-radius: 15px;
  padding-left: 90px;
  padding-right: 90px;
  background: #fff;
  z-index: 10001;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.view4-item-hide::-webkit-scrollbar {
  opacity: 0;
}

.view4-item-hide.active {
  height: calc(100% - 90px);
  animation-name: over;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}
@keyframes over {
  100% {
    overflow-y: auto;
  }
}
.view4-item-title {
  font-size: 23px;
  line-height: 27px;
  font-weight: 700;
  margin-bottom: 15px;
}

.view4-item-desc {
  font-size: 16px;
  line-height: 22.5px;
  font-weight: 400;
}

.view4-item-link {
  color: #5fb0fb;
  font-weight: 400;
  margin-top: 50px;
  cursor: pointer;
}

.view4-item-link span {
  position: relative;
  vertical-align: middle;
}

.view4-item-link span:after {
  content: url(../images/ar.png);
  position: absolute;
  z-index: 1000;
  right: -15px;
}

section.view5 {
  width: 1200px;
  /* height: 90vh; */
  padding-top: 150px;
  padding-bottom: 90px;
  background-image: url(../images/paren.png);
  background-repeat: no-repeat;
  background-size: 55%;
  background-position: 119% 80%;
}

.view5 h2 {
  font-size: 40px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  margin-top: 0;
  margin-bottom: 70px;
}

.view5-flex-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.view5-caption {
  font-size: 70px;
  line-height: 70px;
  color: #fff;
  font-weight: 500;
  margin-right: 30px;
  margin-bottom: 70px;
}

.view5-caption-img {
  padding-top: 100px;
}

.view5-list ul {
  margin-top: 0;
  margin-right: 0;
  padding-left: 30px;
  margin-bottom: 70px;
  list-style: none;
}

.view5-list ul li {
  margin-bottom: 35px;
  font-size: 20px;
  color: #99c9e7;
  font-weight: 200;
  position: relative;
}

.view5-list ul li:after {
  position: absolute;
  display: block;
  content: "";
  left: -30px;
  top: 5px;
  background-color: #5fb0fb;
  width: 13px;
  height: 13px;
  border-radius: 50%;
}

.view5-list ul li span {
  color: #fff;
}

.background-container {
  background: #0f0d28;
}

section.view6 {
  width: 1200px;
  padding-top: 150px;
  padding-bottom: 175px;
}

section.view6 h2 {
  margin-top: 0;
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 45px;
}

.view6-description {
  color: #fff;
  font-size: 18px;
  font-weight: 200;
  text-align: center;

  width: 80%;
  margin: 0 auto;
  margin-bottom: 40px;
}

.view6-benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  text-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
}

.view6-benefits > div > p:first-child {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 30px;
}

.view6-benefits > div > p:last-child {
  margin-top: 0;
  font-size: 25px;
}

.view6-benefits > div {
  width: 40%;
  margin-bottom: 30px;
  background: url(../images/podsvet.png) no-repeat center;
  background-size: contain;
}

.view6-benefits > div:first-child,
.view6-benefits > div:last-child {
  width: 30%;
}

.view6-benefits > div:last-child {
  padding-left: 5%;
}

.view6-benefits > div > p span:not(.hide-tab) {
  font-size: 70px;
}

.view6-benefits > div:nth-child(2) {
  position: relative;
}

.view6-benefits > div:nth-child(2):before {
  content: "";
  position: absolute;
  left: 0;
  width: 3px;
  height: 126px;
  background: url(../images/cherta.png);
  top: 30%;
}

.view6-benefits > div:nth-child(2):after {
  content: "";
  position: absolute;
  right: 0;
  width: 3px;
  height: 126px;
  background: url(../images/cherta.png);
  top: 30%;
}

.view6-img-item {
  background: url(../images/podsvetfoto.png) no-repeat center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  background-size: cover;
  padding: 5%;
}

.view6-img-item:nth-child(2) {
  z-index: 2;
}

.view6-img-item:first-child {
  margin-right: -13%;
}

.view6-img-item:last-child {
  margin-left: -13%;
}

.view6-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px;
}

.view6-output {
  font-size: 40px;
  font-weight: 400px;
  color: #fff;
  text-align: center;
  padding-top: 70px;
  position: relative;
}

.view6-output:before {
  position: absolute;
  content: "";
  background: url(../images/kav.png) no-repeat center;
  width: 60px;
  height: 45px;
  top: 0;
  left: 47%;
}

section.view7 {
  height: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
}

section.view7 h2 {
  font-size: 40px;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.view7-item-wrap {
  width: 1050px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.view7-item-wrap::-webkit-scrollbar {
  opacity: 0;
  width: 0;
  display: none;
}

.view7-item {
  width: 49%;
  color: #fff;
  padding: 44px;
  border: 2px solid #fff;
  border-radius: 15px;
  position: relative;
  margin-top: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.view7-item-text {
  width: 290px;
  font-size: 25px;
  line-height: 28px;
}

.view7-item-image {
  position: absolute;
  right: 30px;
  top: 23px;
  width: 22px;
}
.view7-item-image img {
  width: 100%;
}

section.view8 {
  height: 100%;
  padding-top: 50px;
  padding-bottom: 91px;
}

section.view8 h2 {
  font-size: 40px;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.view8-item-wrap {
  width: 1050px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 50px;
}

.view8-item {
  width: 49%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  /* border: 1px solid #fff; */
  border-radius: 15px;
  position: relative;
  padding: 90px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.view8-item:first-child {
  background: -o-linear-gradient(
    61.61deg,
    rgba(232, 184, 242, 0.8) 30.03%,
    rgba(189, 184, 213, 0.23) 81.57%
  );
  background: linear-gradient(
    28.39deg,
    rgba(232, 184, 242, 0.8) 30.03%,
    rgba(189, 184, 213, 0.23) 81.57%
  );
  -webkit-box-shadow: 3px 6px 7px rgba(0, 0, 0, 0.07),
    0px 0px 17px 3px rgba(149, 0, 0, 0.15);
  box-shadow: 3px 6px 7px rgba(0, 0, 0, 0.07),
    0px 0px 17px 3px rgba(149, 0, 0, 0.15);
}

.view8-item:last-child {
  background: -o-linear-gradient(
    50.08deg,
    rgba(132, 202, 255, 0.8) 15.22%,
    rgba(171, 210, 239, 0.7) 39.14%,
    rgba(189, 184, 213, 0.23) 77.87%
  );
  background: linear-gradient(
    39.92deg,
    rgba(132, 202, 255, 0.8) 15.22%,
    rgba(171, 210, 239, 0.7) 39.14%,
    rgba(189, 184, 213, 0.23) 77.87%
  );
  -webkit-box-shadow: 3px 9px 7px rgba(0, 0, 0, 0.07),
    0px 0px 17px 3px rgba(149, 0, 0, 0.15);
  box-shadow: 3px 9px 7px rgba(0, 0, 0, 0.07),
    0px 0px 17px 3px rgba(149, 0, 0, 0.15);
}

.view8-item-point {
  position: absolute;
  right: 20px;
  top: 30px;
}

.view8-item-subtitle {
  font-size: 28px;
  font-weight: 400;
}

.view8-item-title {
  font-size: 42px;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 25px;
}

.view8-item-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  width: 80%;
  margin-bottom: 70px;
}

.view8-item-button {
  background: #ffeb46;
  -webkit-box-shadow: 3px 4px 9px 5px rgb(85 22 22 / 6%);
  box-shadow: 3px 4px 9px 5px rgb(85 22 22 / 6%);
  border-radius: 8px;
  width: 100%;
  height: 42px;
  text-align: center;
  color: #000;
  font-size: 19px;

  margin-top: auto;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all 0.5s ease;
}
.view8-item-button:hover {
  transform: scale(0.98);
}
section.view9 {
  padding-top: 50px;
  padding-bottom: 100px;
}

section.view9 h2 {
  font-size: 40px;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.view9-item {
  width: 1050px;
  margin: 0 auto;
  color: #fff;
  margin-bottom: 30px;
}

.view9-item-q {
  background: -o-linear-gradient(
    12.25deg,
    rgba(132, 202, 255, 0.7) -4.15%,
    rgba(171, 210, 239, 0.5) 39.73%,
    rgba(189, 184, 213, 0.23) 80.81%
  );
  background: linear-gradient(
    77.75deg,
    rgba(132, 202, 255, 0.7) -4.15%,
    rgba(171, 210, 239, 0.5) 39.73%,
    rgba(189, 184, 213, 0.23) 80.81%
  );
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.07),
    0px 4px 17px 3px rgba(149, 0, 0, 0.15);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.07),
    0px 4px 17px 3px rgba(149, 0, 0, 0.15);
  border-radius: 15px;
  width: 70%;
  padding: 20px;
  margin: 0 auto;
  margin-left: 10%;
  position: relative;
  top: 12px;
  font-size: 26px;
}

.view9-item-a {
  background: #ffffff;
  -webkit-box-shadow: -3px 4px 9px 5px rgba(85, 22, 22, 0.08);
  box-shadow: -3px 4px 9px 5px rgba(85, 22, 22, 0.08);
  border-radius: 15px;
  width: 100%;
  padding: 30px;
  margin: 0 auto;
  color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 26px;
  font-weight: 300;
}

.view9-item-a a {
  color: #5fb0fb;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.view9-item-a a:hover {
  text-decoration: underline;
}

footer {
  /* height: 215px; */
  position: relative;
  padding-bottom: 125px;
}

.footer-wrap {
  max-width: 1250px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.left-block {
  font-size: 14px;
  color: #fff;
  line-height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 300;
}

.left-block-adress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.left-block-adress a {
  margin-bottom: 2px;
  color: #fff;
  text-decoration: none;
}

.left-block-soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-block-soc a {
  margin-right: 20px;
}

.footer-line {
  display: inline-block;
  margin: 22px 0;
  width: 71px;
  border-bottom: 1px solid;
}

.right-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  color: #fff;
  line-height: 17px;
  font-weight: 300;
  max-width: 250px;
}

.right-block .button-help {
  color: #000;
  margin-bottom: 30px;
  width: 260px;
  height: 42px;
  text-align: center;
  background: #ffe952;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.right-block .button-help a {
  text-decoration: none;
  color: #000;
}

.go-up {
  position: fixed;
  top: 80vh;
  left: 50px;
  cursor: pointer;
  display: none;
}
.go-up img {
  width: 35px;
}
.up-text {
  display: none;
  font-family: "Aktifo-A";
  color: #fff;
}
.mobile-info {
  display: none;
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  background: #000;
  opacity: 0.5;
  top: 0;
  z-index: 9992;
}

.form-wrap {
  display: none;
  /* height: 635px; */
  z-index: 9995;
  width: 95%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 490px;
  padding-left: 50px;
  padding-right: 50px;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 15px;
}

.form-wrap .red-point img {
  position: absolute;
  top: -16px;
  left: -15px;
  cursor: pointer;
}

.form-wrap .conf label {
  font-family: "Aktifo-A";
  font-size: 14px;
  font-weight: 300;
}

.form-wrap .conf label a {
  color: #5fb0fb;
  text-decoration: none;
}

#donate-form,
.success {
  margin: 75px auto;
  /* width: 340px; */
}
.success {
  display: none;
}

#donate-form h2,
.success h2 {
  font-size: 26px;
  font-family: "Aktifo-A";
  margin: 0 auto;
  text-align: center;
}
.success p {
  font-family: "Aktifo-A";
  text-align: justify;
}

.fields-block-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 12px;
}

.fields-block-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fields-block-field label {
  text-align: center;
  font-size: 16px;
  font-family: "Aktifo-A";
  font-weight: 300;
  margin-bottom: 5px;
  margin-top: 10px;
  color: #b3b3b3;
}

.fields-block-field input {
  height: 30px;
  border-radius: 9px;
  border: none;
  background: #bfdefd;
  text-align: center;
}

.fields-block-field:nth-child(4) {
  margin-top: 15px;
}

.fields-block-field:nth-child(4) input {
  height: 50px;
  width: 150px;
  margin: 0 auto;
}

.form-desc {
  font-family: "Aktifo-A";
  font-size: 13px;
  text-align: center;
  margin-top: 15px;
  font-weight: 300;
  color: #b3b3b3;
}

.conf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

#donate-form .view8-item-button {
  margin-top: 15px;
  font-family: "Aktifo-A";
}

.bottom__cookie-block {
  width: 201px;
  line-height: 20px;
  padding-bottom: 15px;
  background-color: #fff;
  border: 1px solid #999;
  display: none;
  position: fixed;
  bottom: 0;
  right: 20px;
  color: #000;
  z-index: 100000;
  text-align: center;
  -webkit-transform: translateZ(0);
  font-family: "Aktifo-A";
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.bottom__cookie-block a.ok {
  background: #ffeb46;
  -webkit-box-shadow: 3px 4px 9px 5px rgb(85 22 22 / 6%);
  box-shadow: 3px 4px 9px 5px rgb(85 22 22 / 6%);
  border-radius: 8px;
  padding: 7px 12px;
  text-decoration: none;
  width: 88%;
  display: inline-block;
  height: 26px;
  margin-top: 0;
  text-align: center;
  color: #000;
  font-size: 20px;
  padding-top: 15px;
}
.bottom__cookie-block p > a {
  color: #5fb0fb;
}

.bottom__cookie-block .cookie_close {
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 5px;
  font-size: 20px;
  cursor: pointer;
}

.mobile-nav {
  display: none;
  position: relative;
}
.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 40px;
  height: 40px;
}

input[type="checkbox"] {
  border-radius: 0;
  margin-top: 0;
}

.partners {
  margin: 0 auto;
  background: -o-linear-gradient( 303.25deg, #ffffff 32.33%, rgba(255, 255, 255, 0) 201.97% );
  background: linear-gradient(
          146.75deg, #ffffff 32.33%, rgba(255, 255, 255, 0) 201.97% );
  -webkit-box-shadow: -3px 4px 9px 5px rgb(85 22 22 / 6%);
  box-shadow: -3px 4px 9px 5px rgb(85 22 22 / 6%);
  border-radius: 15px 15px 0 0;
  width: 1150px;
  height: auto;
  position: relative;
  top: -60px;
  padding-bottom: 90px;
}

.partners__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  list-style: none;
  padding: 0 40px;
  gap: 0 30px;
  margin: 0;
}

.partners__item {
  width: 100%;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 16px 1px rgb(0 0 0 / 4%), 13px 15px 30px 2px rgb(0 0 0 / 10%);
  box-shadow: 0px 0px 16px 1px rgb(0 0 0 / 4%), 13px 15px 30px 2px rgb(0 0 0 / 10%);
}

.partners__link {
  width: 100%;
  height: 250px;
  display: flex;
  padding: 20px;
  background-color: #fff;
  border-radius: 15px;
  box-sizing: border-box;
  align-items: center;
}

.partners__link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 80px;
}

.partners__title {
  font-size: 40px;
  color: #000;
  font-weight: 500;
  text-align: center;
  padding-top: 50px;
  margin-bottom: 60px;
}