@import url("https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap");
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  list-style: none;
  text-decoration: none;
  font-family: "Onest", sans-serif;
  font-optical-sizing: auto;
}

body {
  background: #f8f8f8;
}

section {
  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: #fff;
}
section.content .container {
  max-width: 1280px;
  padding: 80px 15px;
}
section.content .container p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.7em;
  color: rgba(0, 0, 0, 0.6);
}
section.content .container p b {
  color: rgb(75, 88, 82);
}

.logotype {
  width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.6px;
  line-height: 110%;
  color: #000;
}
.logotype img {
  width: 50px;
  height: 50px;
}

.container h2 {
  font-size: 48px;
  text-align: center;
  font-weight: 500;
  letter-spacing: -1.7px;
  line-height: 1.3em;
  margin-bottom: 50px;
}

.bg-text {
  background: #eaffb9;
  border-radius: 50px;
  padding: 6px 10px 6px 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 135%;
}
.bg-text span {
  border-radius: 50px;
  background: #bdff1c;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 135%;
  padding: 4px 10px;
  text-align: center;
  margin-right: 5px;
}

.header {
  width: 100%;
  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;
  padding: 24px 0px;
  background: #fff;
}
.header .container {
  max-width: 1240px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1239px) {
  .header {
    padding: 24px 15px;
  }
}
.main {
  padding: 100px 0px 80px;
  background: transparent;
  overflow: hidden;
}
.main .container {
  max-width: 1280px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.main .container-img-one {
  position: absolute;
  z-index: -1;
  width: 271px;
  height: 254px;
  right: 340px;
  top: 0px;
}
.main .container-img-two {
  position: absolute;
  z-index: -1;
  right: -90px;
  top: 210px;
  width: 301px;
  height: 211px;
  -webkit-transform: rotateZ(-30deg);
          transform: rotateZ(-30deg);
}
.main-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-left {
  max-width: 675px;
  width: 100%;
  padding: 0px 30px 0px 15px;
}
.main-left .bg-text {
  margin-bottom: 24px;
}
.main-left .bg-text img {
  margin-left: 10px;
}
.main-left h1 {
  max-width: 675px;
  font-size: 72px;
  letter-spacing: -3px;
  line-height: 105%;
  color: rgb(15, 23, 40);
  font-weight: 400;
  margin-bottom: 28px;
  position: relative;
}
.main-left h1::before {
  position: absolute;
  content: "";
  left: -20px;
  top: 20px;
  display: block;
  width: 186px;
  height: 136px;
  background: url(../img/aTjtJJGxuy3avHrtmudaw8F06g.avif) no-repeat center;
  background-size: cover;
  z-index: -1;
}
.main-left p {
  font-size: 20px;
  letter-spacing: -0.03em;
  line-height: 135%;
  color: rgb(71, 84, 102);
  max-width: 480px;
}
.main-right {
  padding: 40px 32px;
  max-width: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fdffff;
  -webkit-box-shadow: 5px 25px 25px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 5px 25px 25px rgba(0, 0, 0, 0.1019607843);
  border-radius: 24px;
}
.main-right h3 {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 120%;
  text-align: center;
  color: rgb(15, 23, 40);
  margin-bottom: 6px;
}
.main-right p {
  letter-spacing: -0.02em;
  line-height: 135%;
  text-align: center;
  color: rgb(71, 84, 102);
  max-width: 90%;
  margin-bottom: 30px;
}
.main-right .bg-text {
  margin-bottom: 5px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 110%;
}
.main-right .btn {
  width: 100%;
  margin-bottom: 10px;
}
.main-bottom {
  width: 100%;
  overflow: hidden;
}
.main-bottom p {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 135%;
  color: rgb(104, 112, 140);
  width: 100%;
  text-align: center;
  margin: 70px 0px;
}
.main-bottom .swiper {
  width: 100%;
  position: relative;
}
.main-bottom .swiper::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 0px;
  display: block;
  -webkit-box-shadow: 0px 0px 80px 100px #f8f8f8;
          box-shadow: 0px 0px 80px 100px #f8f8f8;
  z-index: 99;
}
.main-bottom .swiper::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  width: 0px;
  display: block;
  -webkit-box-shadow: 0px 0px 80px 100px #f8f8f8;
          box-shadow: 0px 0px 80px 100px #f8f8f8;
  z-index: 99;
}
.main-bottom .swiper-slide {
  height: 37px;
  width: 230px;
  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;
}
.main-bottom .swiper-slide img {
  height: 100%;
  width: auto;
}
.main-bottom .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.platforms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.platforms p {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: rgb(15, 23, 40);
}
.platforms div {
  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;
}
.platforms-icon {
  height: 20px;
  margin-right: 10px;
}
.platforms-icon:last-child {
  margin-right: 0px;
}
.platforms-icon svg {
  height: 100%;
  width: auto;
}
.platforms-icon svg path {
  fill: #adbdce;
}

@media screen and (max-width: 1359px) {
  .main .container {
    padding: 0px 15px;
  }
}
@media screen and (max-width: 1139px) {
  .main {
    padding: 50px 0px 80px;
  }
  .main .container-img-one {
    right: 0;
    top: 0;
  }
  .main .container-img-two {
    right: 0;
    bottom: 150px;
    top: auto;
  }
  .main-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-left {
    max-width: none;
    width: 100%;
    margin-bottom: 60px;
  }
  .main-left p {
    max-width: calc(100% - 200px);
  }
  .main-right {
    max-width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .main {
    padding-bottom: 60px;
  }
  .main .container-img-one {
    top: -150px;
    right: -150px;
  }
  .main-left {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-left p {
    max-width: none;
    text-align: center;
  }
  .main-left h1 {
    max-width: none;
    font-size: 50px;
    text-align: center;
  }
  .main-left h1::before {
    display: none;
  }
}
.btn {
  letter-spacing: -0.03em;
  line-height: 135%;
  text-align: center;
  display: block;
  cursor: pointer;
}
.btn-green {
  border-radius: 58px;
  background-color: rgb(189, 255, 28);
  width: 100%;
  opacity: 1;
  padding: 12px 24px;
  margin-top: 30px;
  font-weight: 500;
  line-height: 1.7em;
  color: #000;
  letter-spacing: normal;
}
.btn-white {
  border-radius: 58px;
  background-color: #fff;
  width: 100%;
  opacity: 1;
  padding: 12px 24px;
  margin-top: 30px;
  font-weight: 500;
  line-height: 1.7em;
  color: #000 !important;
  letter-spacing: normal;
}
.btn-blue-border {
  border-radius: 8px;
  border: 1px solid rgb(40, 159, 217);
  color: rgb(40, 159, 217);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 10px 16px;
}
.btn-blue-border:hover {
  color: #fff;
  background: rgb(40, 159, 217);
}
.btn-blue-bg {
  border-radius: 58px;
  background: rgb(40, 159, 217);
  padding: 14px 20px;
  color: #fff;
  border: 1px solid rgb(40, 159, 217);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 135%;
}
.btn-blue-bg:hover {
  color: rgb(40, 159, 217);
  border: 1px solid rgb(40, 159, 217);
  background: #fff;
}

.fixed-btn {
  padding: 14px 20px;
  max-width: 220px;
  width: 100%;
  height: 46px;
  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;
  text-align: center;
  position: fixed;
  color: #000;
  right: 30px;
  bottom: 60px;
  font-size: 15px;
  font-weight: 500;
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  border: 1px solid rgb(232, 232, 232);
  -webkit-box-shadow: rgba(0, 0, 0, 0.118) 0px 0.602187px 0.421531px -1px, rgba(0, 0, 0, 0.11) 0px 2.28853px 1.60197px -2px, rgba(0, 0, 0, 0.08) 0px 10px 7px -3px;
          box-shadow: rgba(0, 0, 0, 0.118) 0px 0.602187px 0.421531px -1px, rgba(0, 0, 0, 0.11) 0px 2.28853px 1.60197px -2px, rgba(0, 0, 0, 0.08) 0px 10px 7px -3px;
}
.fixed-btn img {
  position: absolute;
  bottom: 110%;
  left: 70%;
  -webkit-animation: upDown 0.4s infinite ease-in-out;
          animation: upDown 0.4s infinite ease-in-out;
  display: inline-block;
}

@-webkit-keyframes upDown {
  0%, 100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  50% {
    -webkit-transform: translate(-50%, -30px);
            transform: translate(-50%, -30px);
  }
}

@keyframes upDown {
  0%, 100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  50% {
    -webkit-transform: translate(-50%, -30px);
            transform: translate(-50%, -30px);
  }
}
@media screen and (max-width: 575px) {
  .btn span {
    display: none;
  }
}
.location {
  padding-bottom: 140px;
  padding-top: 140px;
}
.location h2 {
  font-weight: 600;
  margin-bottom: 0;
  text-align: left;
  line-height: 100%;
  margin-right: 30px;
}
.location .container {
  max-width: 1340px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.location-block {
  width: 100%;
  background: #bdff1c;
  border-radius: 30px;
  overflow: hidden;
}
.location-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 60px 60px;
}
.location-text p {
  max-width: 550px;
  font-weight: 600;
  font-size: 24px;
}
.location-country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.location-country div {
  border-radius: 50px;
  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;
  overflow: hidden;
  height: 90px;
  padding: 0px 40px;
  background: #fff;
  margin: 10px 20px;
}
.location-country div img {
  margin-right: 10px;
}
.location-country div p {
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.04em;
  font-weight: 700;
}

@media screen and (max-width: 1359px) {
  .location .container {
    padding: 0px 15px;
  }
}
@media screen and (max-width: 767px) {
  .location {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .location h2 {
    margin-bottom: 20px;
    font-size: 32px;
  }
  .location-text {
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .location-text p {
    font-size: 18px;
    max-width: 500px;
  }
  .location-country div {
    height: 45px;
    padding: 0px 20px;
    margin: 0px 5px 10px;
  }
  .location-country div img {
    width: 20px;
  }
  .location-country div p {
    font-size: 16px;
  }
}
.tariff {
  padding-bottom: 100px;
}
.tariff .container {
  max-width: 1240px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tariff-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.tariff-card {
  max-width: 390px;
  width: 100%;
  border: none;
  overflow: hidden;
  border-radius: 16px;
  background: #f8f8f8;
  padding: 16px;
}
.tariff-card-black {
  background: #000;
}
.tariff-card-black div, .tariff-card-black span, .tariff-card-black p, .tariff-card-black h3 {
  color: #fff !important;
}
.tariff-card h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.7em;
  margin-bottom: 3px;
}
.tariff-card p.users {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7em;
  color: rgb(100, 102, 98);
}
.tariff-card .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
}
.tariff-card .price-actual {
  position: relative;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -1.5px;
  margin-right: 20px;
}
.tariff-card .price-actual span {
  color: rgb(100, 102, 98);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7em;
  letter-spacing: 0;
  position: relative;
  right: -10px;
  bottom: -5px;
}
.tariff-card .price-old {
  position: relative;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: -1.5px;
}
.tariff-card .price-old::before {
  position: absolute;
  content: "";
  width: 100%;
  top: 0;
  left: 0;
  height: 0px;
  background: transparent;
  z-index: 1;
  -webkit-box-shadow: 10px 10px 20px 15px #ffffff;
          box-shadow: 10px 10px 20px 15px #ffffff;
}
.tariff-card .price-old::after {
  position: absolute;
  content: "";
  width: 100%;
  display: block;
  height: 3px;
  top: 50%;
  left: 0;
  z-index: 2;
  background: rgb(189, 255, 28);
}

@media screen and (max-width: 1199px) {
  .tariff-cards {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tariff-card:nth-child(1) {
    margin-right: 25px;
  }
  .tariff-card:nth-child(3) {
    margin-top: 25px;
  }
}
@media screen and (max-width: 825px) {
  .tariff h2 {
    max-width: 360px;
    margin-bottom: 40px;
  }
  .tariff-card:nth-child(1) {
    margin-right: 0px;
  }
  .tariff-card:nth-child(3) {
    margin-top: 0px;
  }
  .tariff-card {
    margin: 0px 0px 25px;
  }
  .tariff-card:last-child {
    margin-bottom: 0px;
  }
}
.why {
  padding-bottom: 100px;
}
.why h2 {
  position: relative;
  font-size: 56px;
}
.why h2 span {
  position: absolute;
  content: "";
  display: block;
  padding: 8px 12px;
  background-color: rgb(189, 255, 28);
  border-radius: 11px;
  opacity: 1;
  left: 50%;
  top: -20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 110%;
}
.why .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1220px;
  width: 100%;
}
.why-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: auto;
      -ms-flex-align: auto;
          align-items: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.why-card {
  padding: 40px;
  max-width: 380px;
  border-radius: 24px;
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.why-card div {
  height: 310px;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
}
.why-card h3 {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 120%;
  margin-bottom: 10px;
  margin-top: auto;
}
.why-card p {
  font-size: 18px;
  letter-spacing: -0.01em;
  line-height: 120%;
  color: rgba(0, 0, 0, 0.5);
}
.why-card-grey {
  background: #f5f5f5;
  max-width: 590px;
  height: auto;
  margin-bottom: 40px;
}
.why-card-grey h3 {
  margin-top: 0;
}
.why-card-grey p {
  font-size: 20px;
}
.why-card-green {
  background: #bdff1c;
  padding: 32px;
}
.why-card-green h3 {
  margin-top: auto;
}
.why-card-nopd {
  padding: 0px;
}

@media screen and (max-width: 1199px) {
  .why .container {
    max-width: 960px;
    padding: 0px 15px;
  }
  .why-card {
    max-width: calc(50% - 20px);
    margin-bottom: 40px;
  }
  .why-card br {
    display: none;
  }
  .why-card-grey {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .why .container {
    max-width: 540px;
  }
  .why-card {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .why-card div {
    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;
    overflow: hidden;
    position: relative;
  }
  .why-card div img {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
  }
  .why-card p {
    font-size: 17px;
  }
  .why-card-green {
    height: auto;
  }
  .why-card-green div {
    display: none;
  }
}
.faq {
  padding-bottom: 26px;
}
.faq h2 {
  font-size: 52px;
  font-weight: 500;
  letter-spacing: -2px;
  line-height: 110%;
  text-align: center;
}
.faq h2 span {
  color: rgb(163, 166, 174);
}
.faq .container {
  max-width: 800px;
}

.questions-box {
  width: 100%;
  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: 70px;
}
.questions-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgb(245, 245, 245);
  position: relative;
}
.questions-list::before {
  position: absolute;
  content: "";
  display: block;
  width: 96%;
  height: 1px;
  background: rgba(0, 0, 0, 0.05);
  bottom: 0;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
}
.questions-list:first-child {
  border-radius: 16px 16px 0px 0px;
}
.questions-list:last-child {
  border-radius: 0px 0px 16px 16px;
  margin-bottom: 0px;
}
.questions-list:last-child::before {
  display: none;
}
.questions-list-active {
  background: rgb(245, 245, 245);
}
.questions-article {
  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;
  padding: 16px 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.questions-article-deactive span::after {
  background: transparent !important;
}
.questions-article-active span::after {
  background: transparent !important;
}
.questions-article span {
  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;
  min-width: 32px;
  height: 32px;
  border-radius: 50%;
}
.questions-article span::before {
  position: absolute;
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}
.questions-article span::after {
  position: absolute;
  content: "";
  display: block;
  width: 2px;
  height: 14px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}
.questions-article h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 135%;
  letter-spacing: -0.02em;
  color: #16171D;
}
.questions-answer {
  padding: 2px 55px 0px 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.questions-answer-active {
  padding: 2px 55px 16px 20px;
  opacity: 1;
  overflow: unset;
  height: auto;
}
.questions-answer-deactive {
  padding: 2px 55px 16px 20px;
  opacity: 1;
  overflow: unset;
  height: auto;
}
.questions-answer p {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: normal;
  line-height: 1.5em;
  color: rgb(71, 84, 102);
}

.tech {
  width: 100%;
  text-align: center;
  margin-top: 100px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 135%;
  color: rgb(15, 23, 40);
}
.tech a {
  color: #757575;
  text-decoration: underline;
}
.tech a:hover {
  color: rgb(15, 23, 40);
  text-decoration: none;
}

@media screen and (max-width: 1199px) {
  .faq .container {
    padding: 0px;
  }
}
@media screen and (max-width: 767px) {
  .faq h2 {
    font-size: 40px;
  }
  .faq .container {
    padding: 0px 15px;
  }
  .questions-article {
    padding: 18px 60px 19px 16px;
    position: relative;
    max-width: none;
  }
  .questions-article span {
    position: absolute;
    right: 16px;
    top: 14px;
  }
  .questions-answer {
    padding: 0px 20px 0px 20px;
  }
  .questions-answer p {
    font-weight: 400;
    line-height: 20px;
  }
  .questions-answer-active {
    padding: 0px 20px 17px 16px;
  }
  .questions-answer-deactive {
    padding: 0px 20px 17px 16px;
  }
}
.footer {
  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;
  padding: 24px 0px;
  background: #fff;
}
.footer br {
  display: none;
}
.footer p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: rgb(71, 84, 102);
  letter-spacing: -0.02em;
  line-height: 135%;
}
.footer p strong {
  font-weight: 400;
}
.footer p span {
  font-weight: 700;
  margin: 0px 5px;
}
.footer p a {
  margin-right: 10px;
  color: rgb(71, 84, 102);
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.footer p a::before {
  position: absolute;
  content: "";
  display: block;
  width: 2px;
  height: 70%;
  background: rgb(71, 84, 102);
  right: -7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer p a:hover {
  text-decoration: none;
  color: #000;
}
.footer p img {
  margin-left: 10px;
}
.footer .container {
  padding: 0px 15px;
  max-width: 1240px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1199px) {
  .footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .logotype {
    margin-bottom: 30px;
  }
  .footer .btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 825px) {
  .footer .container p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .footer .container p a {
    margin-right: 0;
  }
  .footer .container p a:before {
    display: none;
  }
  .footer .container p span {
    display: none;
  }
  .footer .container p br {
    display: block;
  }
}