/* Roboto */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');

html,
body {
  height: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  padding: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  font-size: inherit;
}
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.main {
  min-height: 100%;
  background: url(images/bg.jpg) no-repeat;
  background-size: cover;
  background-position: center 0;
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
.main:after {
  content: '';
  display: block;
  width: 100%;
  background: linear-gradient(
    90deg,
    rgba(6, 2, 2, 0.85) 17.75%,
    rgba(24, 23, 23, 0) 131.71%
  );
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.logo {
  display: block;
  width: 350px;
}
.main__title {
  display: flex;
  flex-direction: column;
  margin: 50px 0;
}
.title {
  font-weight: 900;
  font-size: 46px;
  line-height: 1.3;
}
.title_higlight {
  display: block;
  position: relative;
  z-index: 2;
}
.title_higlight:after {
  content: '';
  display: block;
  background: #9600db;
  width: 13.5rem;
  height: 1.4rem;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
}
.text__box {
  max-width: 430px;
}
.text__title {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 10px;
}
.button__wrapper {
  display: flex;
  margin-top: 120px;
}
.button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background-color: #9600db;
  border-radius: 60px;
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  padding: 20px 60px;
  transition: all ease 0.15s;
}
.button:hover {
  background-color: #7c00b6;
}
.button__image{
  width: 35px;
  margin-left: 10px;
}

/* About */

.about {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  background: url(images/bg_blur.jpg) no-repeat;
  background-size: cover;
  background-position: center 0;
  position: relative;
  z-index: 1;
}
.about:after {
  content: '';
  display: block;
  background: linear-gradient(
    90deg,
    rgba(6, 2, 2, 0.85) 17.75%,
    rgba(24, 23, 23, 0) 131.71%
  );
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.about__header__inner {
  display: flex;
  justify-content: center;
  padding-top: 40px;
}
.about__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 1 auto;
}
.about__title {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

.about__title > .title {
  display: flex;
}
.about__title > .title > .title_higlight {
  display: block;
  margin-right: 15px;
}

/* Box */

.about__flex-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.about__wrapper {
  max-width: 730px;
  margin: 0 auto;
}

.about__box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.about__item {
  width: 47%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
  margin-right: 30px;
}
.about__item:nth-child(2n) {
  margin-right: 0;
}
.about__item__icon {
  display: block;
  width: 80px;
  margin-right: 20px;
}
.about__item__text {
  max-width: 230px;
}
.about__button__wrapper {
  display: flex;
}
.about__button {
  text-decoration: none;
  display: block;
  border: 4px solid #a200ee;
  border-radius: 50px;
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  padding: 20px 60px;
  transition: all ease 0.15s;
}
.about__button:hover {
  background-color: #7c00b6;
  border-color: #7c00b6;
  color: #fff;
}
.--about__btn__mod {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding: 15px;
  margin: 0 13px;
}

/* Mobile */

.mobile__box {
  display: none;
  margin-bottom: 20px;
}
.mobile__item__wrapper {
  background: rgba(125, 1, 183, 1);
  border-radius: 16px;
  padding: 5px 30px;
  margin-bottom: 8px;
}
.mobile__item {
  display: flex;
  align-items: start;
  padding: 8px 0;
}
.mobile__item__icon {
  width: 55px;
  margin-right: 20px;
}
.mobile__item__text {
  font-size: 15px;
  margin-top: 5px;
}
/* Footer */

.about__footer {
  width: 100%;
  padding-bottom: 20px;
}
.about__footer__text {
  text-align: center;
  font-size: 13px;
}
@media (max-width: 1550px) {
  .about__inner {
    display: block;
    flex: 1 1 auto;
  }
}
@media (max-width: 999px) {
  .logo {
    width: 300px;
  }
  .main {
    background-position: -300px;
  }
  .main {
    padding-left: 30px;
  }
  .title {
    font-size: 38px;
  }
  .title_higlight:after {
    width: 11.2rem;
  }
  .text__title {
    font-size: 22px;
    margin-bottom: 6px;
  }
  .about__item {
    align-items: start;
  }
  .about__item__icon {
    width: 60px;
  }
  .about__item__text {
    font-size: 18px;
  }
  .about__button__wrapper {
    justify-content: center;
  }
  .--about__btn__mod {
    width: 45%;
  }
  .about__footer__text {
    font-size: 12px;
  }
}
@media (max-width: 899px) {
  .main {
    background-position: -400px;
  }
}
@media (max-width: 780px) {
  .main {
    width: 100%;
    padding-left: 0;
    background-position: -550px;
    background-size: auto 100%;
  }
  .about {
    background-position: right;
  }
  .text {
    max-width: 380px;
  }
}
@media (max-width: 660px) {
  .logo {
    width: 190px;
  }
  .header__inner {
    display: flex;
    justify-content: center;
  }
  .main {
    width: 100%;
    background-image: url(images/bg_phone.jpg);
    padding-left: 0;
    background-position: center 150px;
    background-size: 100% auto;
    padding-top: 40px;
  }
  .main:after {
    background: linear-gradient(
      180deg,
      #1e0838 22.5%,
      rgba(197, 149, 255, 0) 55.41%,
      rgba(30, 8, 56, 0.85) 84.05%,
      #1e0838 91.23%
    );
  }
  .main:before {
    content: '';
    display: block;
    width: 100%;
    background: #501d8a3f;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
  .main__title {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .title {
    text-align: center;
    font-size: 28px;
  }
  .title_higlight:after {
    content: '';
    display: block;
    background: #9600db;
    width: 15rem;
    height: 1rem;
    position: absolute;
    left: calc(50% - 7.5rem);
    top: 50%;
    z-index: -1;
  }

  .text__box {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .text__title {
    font-size: 18px;
  }
  .text {
    margin: 0 auto;
    max-width: 380px;
    font-size: 16px;
  }
  .button__wrapper {
    justify-content: center;
    margin-top: 220px;
  }
  .button {
    font-size: 18px;
  }
  .button__image{
    width: 28px;
    margin-left: 10px;
  }
  .--about__header {
    display: none !important;
  }

  .about {
    background: #1c033b !important;
  }
  .about:after {
    display: none;
  }
  .about__box {
    display: none !important;
  }
  .mobile__box {
    display: block !important;
  }
  .--another__icon{
    order: 2;
    margin: 0 0 0 20px;
  }
  .about__title {
    margin-top: 50px;
  }
  .about__title > .title {
    font-size: 26px;
  }
  .about__title > .title > .title_higlight {
    display: block;
    margin-right: 15px;
  }
  .about__title > .title > .title_higlight:after {
    width: 7.8rem;
    left: -4px;
  }
  .about__button__wrapper {
    flex-direction: column;
  }
  .--about__btn__mod {
    height: 52px;
    width: 300px;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 15px !important;
    font-size: 18px;
  }
  .about__wrapper{
    padding-bottom: 20px;
  }
  .about__footer {
    display: none;
  }
  .about__footer__text {
    text-align: start;
    font-size: 9px;
  }
}
@media (max-width: 430px) {
  .main__title {
    margin-bottom: 30px;
  }
  .text__title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .text {
    max-width: 320px;
    font-size: 14px;
  }
  .mobile__item__text{
    font-size: 14px;
  }
  .button__wrapper {
    justify-content: center;
    margin-top: 235px;
  }
  .button {
    padding: 15px 50px;
  }
}
@media (max-width: 412px) {
  .container {
    padding: 0 16px;
  }
  .title{
    font-size: 24px;
  }
  .title_higlight:after {
    width: 13rem;
    height: 0.8rem;
    left: calc(50% - 6.5rem);
  }
  .text__title{
    font-size: 15px;
    margin-bottom: 5px;
  }
  .button__wrapper {
    margin-top: 220px;
  }
  .about__title > .title {
    font-size: 23px;
  }
  .about__title > .title > .title_higlight {
    display: block;
    margin-right: 12px;
  }
  .about__title > .title > .title_higlight:after {
    height: 0.9rem;
    width: 7rem;
    left: -4px;
  }
  .mobile__item__wrapper {
    margin-bottom: 5px;
    padding: 3px 1px;
  }
  .mobile__item {
    padding: 7px 15px;
  }
  .mobile__item__icon {
    width: 45px;
  }
  .mobile__item__text {
    font-size: 14px;
  }
  .--about__btn__mod {
    height: 48px;
    font-size: 17px;
  }
  .about__footer__text {
    font-size: 6px;
  }
}

@media(max-width: 365px){
  .button__wrapper{
    margin-top: 140px;
  }
  .about__title > .title {
    font-size: 20px;
  }
  .about__title > .title > .title_higlight {
    display: block;
    margin-right: 12px;
  }
  .about__title > .title > .title_higlight:after {
    height: 0.9rem;
    width: 6.1rem;
    left: -4px;
  }
  .mobile__item__text{
    margin-top: 0;
  }
  .--about__btn__mod{
    width: 100%;
  }
}