:root {
  --primary-font-color: #fff;
  --secondary-font-color: #0f1819;
  --accent-color: #9340ff;
  --body-background: #101728;
  /* --button-color: #ff3c5f + ##9340ff  градиент linear-gradient(90deg, rgba(147,64,255,1) 0%, rgba(255,60,95,1) 100%);*/
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  color: var(--primary-font-color);
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
p {
  margin: 0;
}
li {
  list-style: none;
}
ul {
  margin: 0;
}

.container {
  padding: 0 15px;
  margin: 0 auto;
}

.body {
  position: relative;
  background-color: var(--body-background);
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: var(--primary-font-color);
}

.header {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__logo {
  display: flex;
  align-items: center;
}
.header__img {
  display: block;
  padding-top: 5px;
  width: 120px;
  object-fit: contain;
}

.navbar {
  position: relative;
  margin-right: 30px;
}

.navbar__list {
  position: absolute;
  flex-direction: column;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  font-weight: 700;
  font-size: 14px;
}

.navbar__item {
  padding: 5px 0;
}

.navbar__item:last-child {
  margin-right: 0;
}

.header__links {
  padding: 0 10px;
  display: flex;
  align-items: center;
}

.lang-toggler {
  font-weight: 700;
  font-size: 16px;
}

.hero {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  padding: 65px 0 0 0;
}

.hero__sect {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-title {
  font-family: 'Poppins', sans-serif;
  align-self: flex-start;
  width: 300px;
  font-size: 40px;
  color: var(--accent-color);
  margin-top: 0;
}

.hero__content {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  align-self: flex-start;
}

.hero__text {
  margin-bottom: 20px;
}

.hero__text--style {
  line-height: 0.1;
}

.hero__text--style:not(:last-child) {
  margin-bottom: 15px;
}

.hero__text--position {
  margin-top: 30px;
  margin-left: 50%;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 40px;
  margin-top: 40px;
  border-radius: 150px;
  background: linear-gradient(
    90deg,
    rgba(147, 64, 255, 1) 0%,
    rgba(255, 60, 95, 1) 100%
  );
  color: #000;
  font-weight: 700;
  cursor: pointer;
  transition: scale 500ms cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 10px;
}

.hero__screen {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(img/circle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.hero__img {
  display: block;
  /* width: 180px;
    height: 380px; */
  width: 140px;
  height: 280px;
  transition: scale 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.hero__img:hover,
.button:hover,
.button:focus {
  scale: 1.05;
  transition: scale 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.main {
  padding-top: 50px;
  padding-bottom: 60px;
}

.main__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main__title {
  text-align: left;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 30px;
}

.main__title--style {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: var(--accent-color);
}

.main__text {
  text-align: center;
  font-weight: 600;
  line-height: 1.2;
}

.main__text:first-child {
  margin-bottom: 20px;
}

.main__text:last-child {
  margin-top: 15px;
}

.main__string {
  font-size: 16px;
}

.about__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-image: url(img/circle.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 77%;
  background-position-y: bottom;
}

.about__descr {
  padding-top: 10%;
}

.about__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 30px;
}

.about__title--main {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: var(--accent-color);
}

.about__title--position {
  margin-bottom: 20px;
}

.about__list {
  padding: 0 20px;
  font-weight: 700;
}

.about__item {
  display: flex;
}

.about__item:not(:last-child) {
  margin-bottom: 10px;
}

.about__item::before {
  content: '•‎';
  color: var(--primary-font-color);
  margin-right: 5px;
}

.about__images {
  width: 98%;
  align-self: flex-end;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.about__img {
  display: block;
  width: 140px;
  height: 280px;
}

.about__img-1 {
  position: absolute;
  top: 10%;
  right: 20%;
  transition: scale 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.about__img-2 {
  align-self: flex-end;
  transition: scale 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.about__img-1:hover,
.about__img-3:hover,
.about__img-2:hover,
.about__img-4:hover {
  scale: 1.05;
  z-index: 2;
  transition: scale 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.about__content--reverse {
  margin-top: 30px;
  flex-direction: column;
}

.about__images--reverse {
  justify-content: flex-end;
  align-items: flex-end;
}

.about__img-4 {
  position: absolute;
  top: 10%;
  right: 20%;
  transition: scale 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.about__img-3 {
  justify-self: flex-start;
  transition: scale 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.about__descr--position {
  padding-top: 0;
}

.order {
  padding: 100px 0;
  position: relative;
}

.order__title {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 30px;
  color: var(--accent-color);
  margin-bottom: 15px;
  text-align: center;
}

.order__descr {
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}

.order__form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.order__input {
  color: var(--primary-font-color);
  outline: var(--primary-font-color);
  background-color: transparent;
  text-align: center;
  width: 250px;
  height: 30px;
  border: 1px solid var(--accent-color);
  border-radius: 30px;
  margin-bottom: 20px;
  transition: scale 250ms cubic-bezier(0.4, 0, 0.2, 1);
  text-transform: capitalize;
}

.order__input::placeholder {
  text-transform: lowercase;
  vertical-align: auto;
  color: var(--primary-font-color);
}

#input-email {
  text-transform: lowercase;
}
.no-valid {
  border-color: #a50101;
  outline: #a50101;
  border-width: 2px;
}

.email-label {
  margin-bottom: 10px;
  font-size: 14px;
}
.order__btn {
  display: block;
  width: 125px;
  height: 30px;
  color: var(--primary-font-color);
  font-weight: 600;
  border: 1px solid var(--accent-color);
  border-radius: 30px;
  background: var(--accent-color);
  cursor: pointer;
  transition: scale 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.order__btn:hover,
.order__btn:focus {
  scale: 1.05;
  background: linear-gradient(
    90deg,
    rgba(147, 64, 255, 1) 0%,
    rgba(255, 60, 95, 1) 100%
  );
  transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.footer {
  padding: 40px 0px 60px 0px;
}

.footer__content {
  display: flex;
  justify-content: space-between;
}

.footer__logos {
  padding-top: 3px;
}

.footer__small-logo {
  width: 120px;
  height: 25px;
  margin-bottom: 15px;
}

.footer__big-logo {
  width: 120px;
  height: 120px;
  margin-bottom: 15px;
}

.footer__title {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 22px;
  font-weight: 600;
  color: var(--accent-color);
  margin-bottom: 15px;
  margin-top: 0px;
}

.footer__list {
  margin-bottom: 30px;
  line-height: 1.5;
  font-weight: 600;
  padding-left: 3px;
}

.footer__icon:not(:last-child) {
  margin-right: 15px;
}

.is-close {
  display: none;
}

.modal {
  /* display: none; */
  position: fixed;
  z-index: 999;
  left: 24%;
  top: 35vh;
  width: 50%;
  /* height: 100%; */
  overflow: auto;
  background-color: rgba(20, 20, 20, 0.9);
  padding: 15px;

  /* display: flex;
  flex-direction: column;
  align-items: center; */
}

.modal-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.close-btn {
  display: block;
  background-color: var(--accent-color);
  color: var(--primary-font-color);
  border-radius: 20px;
  width: 100px;
  height: 30px;
  margin: 0 auto;
  cursor: pointer;
}

@media screen and (max-width: 767.97px) {
  .social-links__footer {
    margin-right: 0;
    padding: 0;
    display: flex;
  }

  .footer__soc-icon {
    fill: var(--primary-font-color);
    width: 22px;
    height: 22px;
    transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
  }

  .footer__soc-icon:hover,
  .footer__soc-icon:focus {
    fill: var(--accent-color);
    transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media screen and (max-width: 1199.97px) {
  .hidden {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
  }

  .header__links {
    padding: 0;
  }

  .social-links__header {
    display: none;
  }

  .navbar__list {
    padding-top: 15px;
  }

  .navbar__icon {
    display: block;
    width: 28px;
    cursor: pointer;
  }

  .navbar__line {
    border-top: 2px solid var(--primary-font-color);
    border-radius: 1px;
    width: 25px;
  }

  .navbar__line:not(:last-child) {
    margin-bottom: 5px;
  }

  .navbar__item:not(:last-child) {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .navbar__item {
    padding: 5px 0;
  }

  .lang-toggler {
    font-size: 14px;
  }
}

@media screen and (min-width: 480px) {
  .container {
    width: 480px;
  }

  .body {
    font-size: 16px;
  }

  .hero__text--position {
    margin-left: 50%;
  }

  .main__title {
    font-size: 28px;
  }

  .button {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .container {
    width: 768px;
  }

  .header__img {
    width: 255px;
  }

  .social-links__header {
    display: block;
  }

  .social__icon {
    width: 28px;
    height: 28px;
    fill: var(--primary-font-color);
    transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
  }

  .social__icon:hover,
  .link:hover {
    color: var(--accent-color);
    fill: var(--accent-color);
    transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  }

  .navbar__item:not(:last-child) {
    margin-right: 15px;
  }

  .social-links__list {
    padding: 0;
    margin-right: 31px;
    display: flex;
  }

  .social-links__item:not(:last-child) {
    margin-right: 15px;
  }

  .social-links__item:first-child {
    margin-right: 20px;
  }

  .hero__sect {
    width: 50%;
    align-items: start;
  }

  .hero {
    flex-direction: row;
    justify-content: space-between;
    padding: 80px 20px;
  }

  .hero__content {
    font-weight: 700;
  }

  .main-title {
    font-size: 50px;
    width: 371px;
  }

  .hero__text--style {
    line-height: 0.3;
  }

  .button {
    width: 180px;
    height: 60px;
    font-size: 16px;
    margin-bottom: 0;
  }

  .hero__screen {
    width: 50%;
  }

  .hero__img {
    width: 190px;
    height: 400px;
  }

  .main__title {
    font-size: 40px;
    margin-bottom: 30px;
  }

  .main__string {
    font-size: 20px;
  }

  .about {
    padding: 25px 0;
  }

  .about__content {
    flex-direction: row;
    background-size: 50%;
    background-position-x: 93%;
  }

  .about__descr {
    width: 50%;
  }

  .about__title {
    font-size: 24px;
    margin-bottom: 40px;
  }

  .about__title--position {
    margin-bottom: 40px;
  }
  .about__title--main {
    font-size: 40px;
  }

  .about__list {
    padding: 0 10px;
    font-size: 18px;
  }

  .about__item:not(:last-child) {
    margin-bottom: 15px;
  }

  .about__item::before {
    content: '•‎';
    color: var(--primary-font-color);
    margin-right: 15px;
  }

  .about__images {
    width: 50%;
    flex-direction: row;
    justify-content: center;
  }

  .about__img {
    width: 190px;
    height: 400px;
  }

  .about__img-1 {
    top: 7%;
    left: 8%;
  }

  .about__content--reverse {
    margin-top: 50px;
    flex-direction: row-reverse;
    background-position-x: -15%;
    background-size: 56%;
  }
  .about__images--reverse {
    justify-content: flex-start;
    padding-left: 20px;
  }

  .about__img-4 {
    top: 7%;
    left: 24%;
  }

  .order {
    padding: 80px 0;
  }

  .order__title {
    font-size: 40px;
    margin-bottom: 25px;
  }

  .order__descr {
    line-height: 1.5;
    margin-bottom: 25px;
  }

  .order__input {
    font-size: 18px;
    width: 280px;
    height: 40px;
    margin-bottom: 30px;
  }

  .order__btn {
    width: 140px;
    height: 40px;
    font-size: 18px;
  }

  .footer {
    padding: 120px 0px 60px 0px;
  }

  .footer__logos,
  .footer__contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
  }

  .footer__small-logo {
    width: 200px;
    height: 40px;
    margin-bottom: 20px;
  }

  .footer__big-logo {
    width: 200px;
    height: 200px;
    margin-bottom: 20px;
  }

  .footer__title {
    margin-left: -125px;
    font-size: 30px;
    font-weight: 700;
    color: var(--accent-color);
    margin-bottom: 20px;
    margin-top: 0px;
  }

  .footer__list {
    margin-bottom: 30px;
    line-height: 1.6;
  }

  .footer__icon:not(:last-child) {
    margin-right: 25px;
  }

  .footer__icon:first-child {
    margin-right: 31px;
  }

  .social-links__footer {
    margin-left: -15px;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    width: 1200px;
  }

  .body {
    font-size: 18px;
  }

  .navbar {
    margin-right: 31px;
  }

  .navbar__list {
    position: relative;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 18px;
  }

  .social__icon {
    width: 38px;
    height: 38px;
  }

  .social-links__item:not(:last-child) {
    margin-right: 31px;
  }

  .social-links__item:first-child {
    margin-right: 36px;
  }

  .navbar__item:not(:last-child) {
    margin-right: 31px;
  }

  .lang-toggler {
    font-weight: 700;
    font-size: 20px;
  }

  .hero {
    padding: 20px 65px;
  }

  .main-title {
    padding-top: 40px;
    width: 482px;
    font-size: 65px;
    color: var(--accent-color);
    margin-bottom: 100px;
  }

  .button {
    width: 244px;
    height: 75px;
    margin-top: 97px;
    font-size: 18px;
  }

  .hero__screen {
    width: 58%;
  }

  .hero__img {
    width: 290px;
    height: 610px;
  }

  .main {
    padding-bottom: 67px;
    padding-top: 0px;
  }

  .main__title {
    letter-spacing: 1px;
    font-size: 48px;
    line-height: 1.3;
    margin-bottom: 40px;
  }

  .main__text {
    text-align: center;
    line-height: 1.2;
  }

  .main__text:first-child {
    margin-bottom: 40px;
  }

  .main__text:last-child {
    margin-top: 15px;
  }

  .main__string {
    font-size: 22px;
  }

  .about__content {
    padding: 45px 65px;
    background-size: 60%;
    background-position-x: 105%;
  }

  .about__title {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 55px;
  }

  .about__title--main {
    font-size: 48px;
  }

  .about__title--position {
    margin-bottom: 120px;
  }

  .about__list {
    padding: 0 20px;
    font-size: 20px;
  }

  .about__item:not(:last-child) {
    margin-bottom: 25px;
  }

  .about__item::before {
    margin-right: 30px;
  }

  .about__images {
    padding-left: 210px;
  }

  .about__img {
    width: 290px;
    height: 610px;
  }

  .about__img-1 {
    top: 7%;
    left: 27%;
  }

  .about__content--reverse {
    background-position-x: -2%;
    background-size: 55%;
  }
  .about__images--reverse {
    justify-content: flex-start;
    padding-left: 20px;
  }

  .about__item--reverse:not(:last-child) {
    margin-bottom: 30px;
  }

  .order {
    padding: 20px 0 100px 0;
  }

  .order__title {
    font-size: 48px;
    margin-bottom: 40px;
  }

  .order__descr {
    line-height: 1.5;
    margin-bottom: 40px;
  }

  .order__input {
    font-size: 20px;
    width: 500px;
    height: 70px;
    margin-bottom: 40px;
  }

  .order__input:hover,
  .order__input:focus {
    scale: 1.05;
    transition: scale 250ms cubic-bezier(0.4, 0, 0.2, 1);
  }

  .order__btn {
    width: 300px;
    height: 70px;
    font-size: 22px;
  }

  .footer {
    padding: 130px 0px 30px 0px;
  }

  .footer__small-logo {
    width: 370px;
    height: 70px;
    margin-bottom: 30px;
  }

  .footer__big-logo {
    width: 330px;
    height: 330px;
  }

  .footer__title {
    margin-left: -108px;
    font-size: 42px;
    margin-bottom: 20px;
    margin-top: 0px;
  }

  .footer__list {
    margin-bottom: 100px;
    font-weight: 700;
  }

  .social-links__footer {
    margin-left: 5px;
  }

  .modal {
    top: 30vh;
    left: 29%;
    width: 40%;
  }
}
