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

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

:focus, :active {
  outline: none;
}

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

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

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
}

input, button, textarea {
  font-family: inherit;
}

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-size: inherit;
  font-weight: 400;
}
@import url("https://fonts.googleapis.com/css2?family=Russo+One&display=swap");
* {
  font-family: "Russo One", sans-serif;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: 0.6s all;
  -o-transition: 0.6s all;
  transition: 0.6s all;
  color: #fff;
  line-height: 1.4;
}

body {
  background: #0f0f0f;
}

.main {
  width: 100%;
  min-height: 100vh;
  background: #0f0f0f;
  padding-bottom: 100px;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.promo {
  min-height: 100vh;
  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-bottom: 100px;
}
.promo__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.promo__picture {
  width: 300px;
  margin-bottom: 20px;
}
.promo__picture img {
  width: 100%;
}
.promo__title {
  text-transform: uppercase;
  text-align: center;
  font-size: 56px;
  text-align: center;
}
.promo__title span {
  font-size: inherit;
  color: #009dff;
}
.promo__subtitle {
  padding: 0px 40px;
  font-size: 24px;
  text-align: center;
  color: #d1d1d1;
  margin-bottom: 60px;
}
.promo__bot {
  padding: 10px 40px;
  background: #009dff;
  border-radius: 6px;
  color: #fff;
  text-transform: uppercase;
  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;
  gap: 20px;
}
.promo__bot img {
  width: 44px;
}
.promo__bot p {
  font-size: 22px;
  text-align: center;
}
.promo__bot:hover {
  background: rgba(255, 255, 255, 0.0862745098);
}
.promo__channel {
  text-decoration: underline;
  color: #adadad;
}

.title {
  width: 100%;
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.about__left {
  width: 40%;
}
.about__left img {
  width: 100%;
}
.about__right {
  width: 60%;
  padding-left: 40px;
}
.about__text {
  font-size: 20px;
  margin-bottom: 40px;
  padding: 20px;
  padding-left: 40px;
  border-left: 2px solid #ffffff;
  border-radius: 10px;
  background: rgba(212, 212, 212, 0.0549019608);
}
.about__subtitle {
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 20px;
}
.about__ul {
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.about__ul li {
  font-size: 20px;
  color: #a2a2a2;
  position: relative;
}
.about__ul li::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #fff;
  left: -20px;
  top: 10px;
}
.about__ul li span {
  font-size: inherit;
  color: #fff;
  text-transform: uppercase;
}
.about__button {
  margin-top: 40px;
  display: block;
  background: #009dff;
  padding: 20px;
  text-align: center;
  border-radius: 6px;
  font-size: 22px;
  text-transform: uppercase;
}
.about__button:hover {
  background: rgba(255, 255, 255, 0.0862745098);
}

section {
  padding-top: 100px;
}

.adv__subtitle {
  font-size: 28px;
  margin-bottom: 20px;
}
.adv__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.adv__card {
  width: 32%;
  padding: 20px;
  border-radius: 10px;
  background: rgba(212, 212, 212, 0.0549019608);
  margin-bottom: 2%;
}
.adv__card-big {
  width: 49%;
}
.adv__card p {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.adv__card span {
  font-size: 20px;
  color: #aeaeae;
}
.adv__button {
  margin-top: 40px;
  display: block;
  background: #009dff;
  padding: 20px;
  text-align: center;
  border-radius: 6px;
  font-size: 22px;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.adv__button:hover {
  background: rgba(255, 255, 255, 0.0862745098);
}

.work__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.work__left {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.work__left img {
  width: 40px;
}
.work__card {
  width: 100%;
  padding: 40px 20px;
  background: rgba(212, 212, 212, 0.0549019608);
  border-radius: 10px;
  position: relative;
}
.work__card-two * {
  text-align: right;
}
.work__card-two .work__step {
  left: auto;
  right: 20px;
}
.work__step {
  width: 60px;
  height: 60px;
  border-radius: 4px;
  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;
  background: #009dff;
  font-size: 28px;
  position: absolute;
  left: 20px;
  top: -30px;
}
.work__name {
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 10px;
}
.work__text {
  font-size: 20px;
  color: #b5b5b5;
}
.work__text a {
  font-size: inherit;
  color: #009dff;
  text-decoration: underline;
}
.work__arrow {
  width: 40px;
}
.work__arrow img {
  width: 100%;
  -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
          transform: rotate(10deg);
}
.work__arrow-right {
  margin-left: auto;
}
.work__arrow-right img {
  -webkit-transform: scale(-1, 1) rotate(10deg);
      -ms-transform: scale(-1, 1) rotate(10deg);
          transform: scale(-1, 1) rotate(10deg);
}
.work__right {
  width: 50%;
  padding-left: 40px;
}
.work__right img {
  width: 100%;
}
.work__button {
  margin-top: 40px;
  display: block;
  background: #009dff;
  padding: 20px;
  text-align: center;
  border-radius: 6px;
  font-size: 22px;
  text-transform: uppercase;
}
.work__button:hover {
  background: rgba(255, 255, 255, 0.0862745098);
}

.faq__card {
  margin-bottom: 20px;
}
.faq__top {
  width: 100%;
  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: 10px 20px;
  background: rgba(255, 255, 255, 0.0823529412);
  border-radius: 10px;
  cursor: pointer;
  gap: 20px;
}
.faq__name {
  font-size: 22px;
}
.faq__plus {
  font-size: 32px;
}
.faq__text {
  padding: 20px;
  font-size: 20px;
  color: #bababa;
  overflow: hidden;
  max-height: 0px;
  padding: 0px 20px;
}
.faq__text a {
  font-size: inherit;
  color: #009dff;
  text-decoration: underline;
}

.footer {
  margin: 0 auto;
  max-width: 600px;
  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;
  gap: 20px;
}
.footer__picture {
  width: 200px;
}
.footer__picture img {
  width: 100%;
}

@media (max-width: 1240px) {
  .container {
    width: 100%;
    padding: 0px 20px;
  }
}
@media (max-width: 760px) {
  .promo__picture {
    width: 200px;
  }
  .promo__title {
    font-size: 32px;
  }
  .promo__subtitle {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .title {
    font-size: 24px;
  }
  .about__left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .about__left img {
    width: 50%;
  }
  .about__right {
    width: 100%;
  }
  .about__text {
    font-size: 16px;
  }
  .about__subtitle {
    font-size: 18px;
  }
  .about__ul li {
    font-size: 16px;
  }
  .about__button {
    font-size: 16px;
  }
  .adv__subtitle {
    font-size: 18px;
  }
  .adv__card {
    padding: 14px;
  }
  .adv__card p {
    font-size: 18px;
  }
  .adv__card span {
    font-size: 16px;
  }
  .adv__button {
    font-size: 16px;
  }
  .work__step {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  .work__card {
    padding: 14px;
  }
  .work__name {
    font-size: 18px;
  }
  .work__text {
    font-size: 16px;
  }
  .work__arrow {
    width: 24px;
  }
  .work__button {
    font-size: 16px;
  }
  .faq__name {
    font-size: 18px;
  }
  .faq__text {
    font-size: 16px;
  }
}
@media (max-width: 620px) {
  .adv__card {
    width: 100%;
  }
  .work__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .work__left {
    width: 100%;
  }
  .work__right {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    padding-left: 0px;
    margin-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .container {
    padding: 0px 10px;
  }
  .promo__picture {
    width: 200px;
  }
  .promo__title {
    font-size: 24px;
  }
  .promo__subtitle {
    font-size: 16px;
    margin-bottom: 20px;
    padding: 0px;
  }
  .promo__bot {
    padding: 10px 20px;
    gap: 4px;
  }
  .promo__bot img {
    width: 34px;
  }
  .promo__bot p {
    font-size: 16px;
  }
  .about__left img {
    width: 75%;
  }
  .about__right {
    padding-left: 0px;
  }
  .about__text {
    padding-left: 20px;
  }
}