@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap");
@font-face {
  font-family: "SourceSansPro";
  src: url("../fonts/source-sans-pro.regular.ttf") format("truetype");
  font-weight: 400;
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  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;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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;
}

body {
  font-family: "Montserrat", sans-serif;
}

.wrapper {
  position: relative;
  overflow: hidden;
  background-color: #F8F9FA;
}

header {
  margin: auto;
  height: auto;
}

.header {
  position: relative;
  height: 121px;
  display: flex;
  justify-content: center;
}

.header__wall {
  margin: 36px 707px 0 160px;
}
.header__wall img {
  height: 60px;
  width: 158px;
}

.header__artmywall {
  margin: 41px 160px 0 0px;
  width: 255px;
  height: 50px;
}
.header__artmywall a {
  display: flex;
  justify-content: space-around;
  height: 100%;
  border: black solid 1px;
  border-radius: 16px;
  color: black;
  align-items: center;
}
.header__artmywall .arrow {
  width: 24px;
  height: 24px;
}
.header__artmywall .artmywall {
  width: 34px;
  height: 30px;
}
.header__artmywall p {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: center;
}

.content {
  margin: 0 auto 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.content button {
  margin: 36px auto 0 auto;
  border-radius: 10px;
}

.content__about {
  margin: 0 auto 0 auto;
  width: 1120px;
  height: 80px;
}
.content__about p {
  font-size: 40px;
  font-weight: 500;
  line-height: 57.6px;
  text-align: center;
  background-image: url(../img/underline.svg);
  background-repeat: no-repeat;
  background-position: 160px 45px;
  color: #212529;
  background-size: 400px 15px;
}

.content__tittle {
  display: flex;
  flex-direction: row;
  margin: 36px auto 0 auto;
  width: 544px;
}
.content__tittle p {
  font-size: 64px;
  font-weight: 500;
  line-height: 79.36px;
}
.content__tittle span {
  width: 315px;
  display: inline-block;
  background-color: #C97EF6;
  border-radius: 100px;
}

.content__text {
  margin: 24px auto 0 auto;
  width: 736px;
  height: 85px;
}
.content__text p {
  font-size: 24px;
  font-weight: 400;
  line-height: 31.68px;
  text-align: center;
  color: #495057;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: 470px;
}

.swiper.mySwiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    padding: 20px;
}

footer {
  position: relative;
  margin: 80px auto 0 auto;
  padding: 30px 0 0 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 44px 44px 0px 0px;
  background: #C574F6;
}

.subscribe {
  margin: 10px auto 15px auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 24px;
}

.contacts {
  margin: 0 auto 0 auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.contacts__row {
  display: flex;
  justify-content: space-around;
}

.contacts__wp {
  width: 245px;
}
.contacts__wp p {
  font-family: Roboto;
  font-size: 32px;
  font-weight: 500;
  line-height: 43.84px;
  text-align: center;
  color: #FFFFFF;
}

.contacts__cont {
  width: 144px;
  align-self: center;
}
.contacts__cont p {
  font-family: SourceSansPro;
  font-size: 24px;
  font-weight: 400;
  line-height: 30.17px;
  text-align: center;
  color: #FFFFFF;
}

.contacts__download {
  width: 245px;
}
.contacts__download p {
  font-family: SourceSansPro;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
}
.contacts__download button {
  margin: 24px auto;
  border-radius: 10px;
}

.contacts__icons {
  margin: 10px auto 0 auto;
  display: flex;
  justify-content: space-around;
}

.contacts__policy {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 32px auto;
  width: 327px;
  height: 22px;
}
.contacts__policy a {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: center;
  color: #FFFFFF;
}

.contacts__rights {
  margin: 0 auto 0 auto;
  padding: 0 0 40px 0;
  width: 256px;
  height: 20px;
}
.contacts__rights a {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  color: #495057;
}

hr {
  margin: 0 0 24px 0;
  border: none;
  border-top: 1px solid #CED4DA;
}

.portfolio {
  width: 1120px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.portfolio__tittle {
  width: 1120px;
  height: 59px;
  text-align: center;
  background-image: url(../img/underline__portfolio.svg);
  background-repeat: no-repeat;
  background-position: 730px 48px;
}
.portfolio__tittle p {
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  color: #212529;
}

.portfolio__block1,
.portfolio__block3 {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-image: url(../img/Arrow_step1.svg);
  background-repeat: no-repeat;
  background-position: 355px 105px;
  transform: rotate(-129 deg);
}

.portfolio__block2 {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-image: url(../img/Arrow_step2.svg);
  background-repeat: no-repeat;
  background-position: 610px 105px;
  transform: rotate(-50 deg);
}

.portfolio__step1,
.portfolio__step2,
.portfolio__step3 {
  margin: 119px auto 0 auto;
  width: 160px;
  height: 70px;
  text-align: center;
}
.portfolio__step1 p,
.portfolio__step2 p,
.portfolio__step3 p {
  font-size: 24px;
  font-weight: 400;
  line-height: 31.68px;
  color: #212529;
}
.portfolio__step1 span,
.portfolio__step2 span,
.portfolio__step3 span {
  font-size: 32px;
  font-weight: 500;
  line-height: 38.4px;
  text-align: left;
  color: #212529;
}

.portfolio__video {
  margin: 10px auto;
  width: 214px;
  height: 462px;
  position: absolute;
  z-index: 2;
  border-radius: 30px;
  pointer-events: none;
}

.portfolio__content1,
.portfolio__content2,
.portfolio__content3 {
  height: 567px;
  display: flex;
  justify-content: space-between;
  background-image: url(../img/vertical__line.svg);
  background-repeat: no-repeat;
  background-position: 560px 24px;
}

.portfolio__mobile1,
.portfolio__mobile2,
.portfolio__mobile3 {
  position: relative;
  z-index: 1;
  margin: 24px auto 0 0;
  width: 481px;
  height: 544px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.portfolio__mobile1 img,
.portfolio__mobile2 img,
.portfolio__mobile3 img {
    width: 237px;
    height: 480px;
  border-radius: 40px;
}

.portfolio__mobile2 {
  margin: 24px 0 0 auto;
}

.portfolio__background,
.portfolio__background2 {
  margin: 182px 0 0 0;
  position: absolute;
  z-index: -1;
  width: 481px;
  height: 362px;
  background: linear-gradient(225.39deg, #F8F9FA 32.15%, #C97EF6 68.97%, #8A2BE2 101.81%);
  border-radius: 24px;
  background-repeat: no-repeat;
}

.portfolio__background2 {
  transform: rotate(180deg);
}

.portfolio__text1 {
  background-image: url(../img/ikon_step1.svg);
  background-repeat: no-repeat;
  background-position: 74px 8px;
  transform: rotate(27 deg);
}

.portfolio__text1,
.portfolio__text3 {
  margin: 100px 0 auto auto;
  width: 481px;
  height: 90px;
  text-align: center;
}
.portfolio__text1 p,
.portfolio__text3 p {
  font-size: 24px;
  font-weight: 400;
  line-height: 31.68px;
  text-align: left;
}

.portfolio__text2 {
  margin: 100px auto auto 0;
  width: 481px;
  height: 125px;
  text-align: center;
  background-image: url(../img/ikon_step2.svg);
  background-repeat: no-repeat;
  background-position: 152px 50px;
}
.portfolio__text2 p {
  font-size: 24px;
  font-weight: 400;
  line-height: 31.68px;
  text-align: left;
}

.portfolio__text3 {
  background-image: url(../img/ikon_step3.svg);
  background-repeat: no-repeat;
  background-position: 302px 19px;
}

.generate {
  margin: 89px auto 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 839px;
  border-radius: 44px;
  background-color: #FFFFFF;
}

.generate__text {
  margin: 72px auto 0 auto;
  width: 928px;
  background-image: url(../img/rocket.svg);
  background-repeat: no-repeat;
  background-position: 793px 80px;
  transform: rotate(-86.01 deg);
}
.generate__text p {
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  text-align: center;
}

.generate__desktop {
  width: 356px;
  height: 55px;
  margin: 0 8px;
  display: inline-block;
  background-color: #F2D4FD;
  border-radius: 25px;
}

@media (min-width: 769px) {
.generate__mob {
  display: none;
}
}

.generate__img {
  width: 1063px;
  margin: 67px auto 78px auto;
  display: flex;
  justify-content: space-around;
  background-image: url(../img/mobile_generate.png);
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  background-size: 237px 480px;
}

.transm__img {
    width: 290px;
    height: 526px;
}

.generate__img .generate__transm:nth-child(2) {
  order: 3;
}

.generate__img .generate__transm:nth-child(3) {
  order: 2;
}

.generate__img .generate__transm img {
  opacity: 0;
}

@-webkit-keyframes rotateAndChangeSize {
  0% {
    transform: rotate(0deg) scale(0);
    opacity: 0;
  }
  100% {
    transform: rotate(360deg) scale(1);
    opacity: 1;
  }
}

@keyframes rotateAndChangeSize {
  0% {
    transform: rotate(0deg) scale(0);
    opacity: 0;
  }
  100% {
    transform: rotate(360deg) scale(1);
    opacity: 1;
  }
}
#mob {
  display: none;
}

.example {
  padding: 0 40px;
  margin: 76px auto 0 auto;
  width: 1304px;
  position: relative;
  overflow: hidden;
}

.example__tittle {
  margin: 0 auto;
  width: 1120px;
  height: 65px;
  background-image: url(../img/example_underline.svg);
  background-repeat: no-repeat;
  background-position: 438px 48px;
}
.example__tittle p {
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  text-align: center;
}

.mySwiper {
  margin: 19px auto 0 auto;
  height: 484px;
}

.header__slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s;
}

.header__slide img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  max-height: 100%;
}

.header__slide {
  opacity: 0.5;
  scale: 0.6;
}

.header__wrapper .swiper-slide-prev,
.header__wrapper .swiper-slide-next {
  opacity: 0.5;
  scale: 0.8;
}
.header__wrapper .swiper-slide-active {
  opacity: 1;
  scale: 1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #8A2BE2;
}

.mySwiper2 {
  position: relative;
  margin: 85px auto 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.example__slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.example__img {
    width: 352px;
    height: 386px;
  -o-object-fit: contain;
     object-fit: contain;
     object-position: top;
     border-radius: 20px;
}

.swiper.mySwiper2.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
  overflow: visible;
}

.custom-swiper-button-next,
.custom-swiper-button-prev {
  width: 40px;
  height: 40px;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.custom-swiper-button-next {
  position: absolute;
  z-index: 99;
  right: -30px;
  background-image: url(../img/next.svg);
}

.custom-swiper-button-prev {
  z-index: 99;
  left: -30px;
  background-image: url(../img/prev.svg);
}

.terms__container {
  font-family: "Montserrat", sans-serif;
  width: 640px;
  margin: auto;
}
.terms__container h1 {
  font-size: 48px;
  font-weight: 500;
  line-height: 57.6px;
  text-align: center;
}
.terms__container h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 23.76px;
  text-align: center;
}
.terms__container h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 31.68px;
  text-align: center;
  color: #495057;
}
.terms__container p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
}

.terms__title {
  margin: 36px auto 0 auto;
}

.terms__text {
  margin: 32px auto 0 auto;
}

.about {
  margin: 62px auto 0 auto;
}

.about__1,
.about__2,
.about__3,
.about__4,
.data,
.cont,
.laws,
.license,
.visual,
.activ,
.discl,
.indemn,
.aggree,
.comments {
  margin: 32px auto 0 auto;
}

.comments {
  margin: 32px auto 62px auto;
}

.indemn__text,
.aggree__text,
.comments__text,
.data__text,
.cont__text,
.license__text,
.laws__text,
.visual__text,
.activ__text,
.discl__text {
  margin: 16px auto 0 auto;
}

.contact {
  position: relative;
  margin: 20px 0 0 0;
  display: flex;
  justify-content: space-evenly;
  overflow: hidden;
}

.contact__content {
  margin: 90px 0 0 0;
  width: 544px;
  height: 207px;
}

.contact__tittle {
  font-size: 64px;
  font-weight: 500;
  line-height: 79.36px;
  text-align: left;
}

.contact__text {
  margin: 16px 0 0 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 31.68px;
  text-align: left;
}

.contact__button {
  margin: 24px 0 0 0;
  width: 242px;
  height: 56px;
  padding: 16px 32px 16px 32px;
  gap: 10px;
  border-radius: 10px;
  background-color: #8A2BE2;
}
.contact__button button {
  font-size: 18px;
  font-weight: 600;
  line-height: 23.76px;
  text-align: left;
  background-color: #8A2BE2;
  color: #FFFFFF;
}

.contact__img {
  margin: 0 0 0 -120px;
  position: relative;
  width: 473px;
  height: 583px;
  background: url(../img/contact.svg);
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.circle {
  position: absolute;
  z-index: 0;
  width: 1455px;
  height: 1455px;
  background-color: #F2D4FD;
  top: -198px;
  left: 780px;
  border-radius: 50%;
}

@media (max-width: 1024px) {
    
    .container {
        margin: auto;
    }
    
  .wrapper {
    overflow: hidden;
    background-color: #F8F9FA;
    width: 100%;
    max-width: 100%;
  }
  .header {
    margin: 0 auto;
    padding: 52px 0 0 0;
    width: 343px;
    height: 44px;
    display: flex;
    justify-content: space-between;
  }
  .header__wall {
    margin: 0 0 0 0;
  }
  .header__wall img {
    height: 40px;
    width: 112px;
  }
  .header__artmywall {
    margin: 0 0 0 0;
    padding: 0 0;
    width: 160px;
    height: 44px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .header__artmywall a {
    display: flex;
    justify-content: space-around;
    height: 100%;
    border: black solid 1px;
    border-radius: 16px;
    color: black;
    align-items: center;
    padding: 0 15px;
  }
  .header__artmywall .arrow {
    width: 18px;
    height: 18px;
  }
  .header__artmywall .artmywall {
    width: 22px;
    height: 20px;
  }
  .header__artmywall p {
    font-size: 14px;
    line-height: 19.6px;
  }
  .content {
    margin: 56px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .content button {
    margin: 16px auto;
    border-radius: 10px;
    background-color: black;
  }
  .content img {
    width: 343px;
    height: 57px;
  }
  .content__about {
    margin: auto;
    width: 343px;
    height: 135px;
  }
  .content__about p {
    background-position: 34px 41px;
    background-size: 217px 11px;
    font-size: 36px;
    line-height: 44.64px;
  }
  .content__tittle {
    display: flex;
    flex-direction: row;
    margin: 24px auto;
    width: 343px;
    height: 50px;
  }
  .content__tittle p {
    font-size: 40px;
    line-height: 49.6px;
  }
  .content__tittle span {
    width: 196px;
    display: inline-block;
    background-color: #C97EF6;
    border-radius: 100px;
  }
  .content__text {
    margin: 16px auto 0 auto;
    width: 343px;
    height: 120px;
  }
  .content__text p {
    font-size: 18px;
    line-height: 23.76px;
    color: #495057;
  }
  .mySwiper {
    margin: 19px auto 0 auto;
    height: 294px;
  }
  .header__slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s;
  }
  .header__slide img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 185px;
    height: 268px;
  }
  .header__slide {
    opacity: 0.5;
    scale: 0.6;
  }
  .header__wrapper .swiper-slide-prev,
.header__wrapper .swiper-slide-next {
    opacity: 0.5;
    scale: 0.8;
  }
  .header__wrapper .swiper-slide-active {
    opacity: 1;
    scale: 1;
  }
  .portfolio {
    width: 343px;
    margin: 60px auto 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .portfolio__tittle {
    margin: 0 0 -70px 0;
    width: 343px;
    height: 90px;
    background: url(../img/underline__tittle.svg);
    background-repeat: no-repeat;
    background-position: 123px 70px;
  }
  .portfolio__tittle p {
    font-size: 30px;
    line-height: 36px;
  }
  .portfolio__block1 {
    background-image: url(../img/arrow_mobile.svg);
    background-position: 227px 185px;
    transform: rotate(-119.43 deg);
  }
  .portfolio__block2 {
    background-image: url(../img/arrow_mobile2.svg);
    background-position: 240px 210px;
    transform: rotate(-147.08 deg);
  }
  .portfolio__block3 {
    background-image: url(../img/arrow_mobile3.svg);
    background-position: 237px 210px;
    transform: rotate(-127.97 deg);
  }
  .portfolio__step1,
.portfolio__step2,
.portfolio__step3 {
    margin: 88px auto 0 auto;
    width: 161px;
    height: 57px;
  }
  .portfolio__step1 p,
.portfolio__step2 p,
.portfolio__step3 p {
    font-size: 18px;
    line-height: 23.76px;
  }
  .portfolio__step1 span,
.portfolio__step2 span,
.portfolio__step3 span {
    font-size: 24px;
    line-height: 28.8px;
  }
  .portfolio__content1,
.portfolio__content2,
.portfolio__content3 {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .portfolio__video {
              width: 168px;
        height: auto;
        border-radius: 22px;
        margin: 5.5px 0 0 0;
  }
  .portfolio__mobile1,
.portfolio__mobile2,
.portfolio__mobile3 {
    order: 2;
    margin: 28px auto 0 auto;
    width: 185px;
    height: 375px;
  }
  .portfolio__mobile1 img,
.portfolio__mobile2 img,
.portfolio__mobile3 img {
    width: 185px;
    height: 375px;
    border-radius: 32px;
  }
  .portfolio__background,
.portfolio__background2 {
    margin: 87px 0 0 0;
    width: 343px;
    height: 343px;
  }
  .portfolio__background2 {
    transform: rotate(180deg);
  }
  .portfolio__text1 {
    background-position: 54px 16px;
    background-size: 28px 28px;
  }
  .portfolio__text2 {
    background-position: 66px 33px;
    background-size: 31px 43px;
  }
  .portfolio__text3 {
    background-position: 205px 16px;
    background-size: 32px 32px;
  }
  .portfolio__text1,
.portfolio__text2,
.portfolio__text3 {
    order: 1;
    margin: 24px 0 auto auto;
    width: 343px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .portfolio__text1 p,
.portfolio__text2 p,
.portfolio__text3 p {
    font-size: 16px;
    line-height: 21.12px;
  }
  video::-internal-media-controls-overlay-cast-button {
    display: none;
  }
  video::-internal-media-controls-download-button {
    display: none;
  }
  video::-internal-media-controls-mute-button {
    display: none;
  }
  video::-internal-media-controls-play-button {
    display: none;
  }
  video::-internal-media-controls-seek-back-button {
    display: none;
  }
  video::-internal-media-controls-seek-forward-button {
    display: none;
  }
  video::-internal-media-controls-time-remaining-display {
    display: none;
  }
  video::-internal-media-controls-timeline {
    display: none;
  }
  video::-internal-media-controls-volume-slider {
    display: none;
  }
  video::-internal-media-controls-fullscreen-button {
    display: none;
  }
  video::-webkit-media-controls {
    display: none !important;
  }
  video::-webkit-media-controls-overlay-play-button {
    display: none !important;
  }
  .generate {
    margin: 70px auto 0 auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .generate__text {
    margin: 48px auto 0 auto;
    width: 343px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background-position: 253px 195px;
    background-size: 32px 32px;
  }
  .generate__text p {
    font-size: 30px;
    line-height: 36px;
  }
  .generate__img {
      justify-content: normal;
    position: relative;
    width: 343px;
    height: 375px;
    margin: 32px 25px 48px 25px;
    background-size: contain;
  }
  .generate__img img {
    width: 170px;
    height: 312px;
    border-radius: 10px;
    margin: 0 5px 0 0;
  }
  .generate__transm {
    transition: transform 0.3s;
  }
  .chrome:nth-child(1) {
    transform: translateY(70px);
  }
  .chrome:nth-child(2) {
    order: 3;
    transform: translateX(-100%) translateY(70px);
  }
  .chrome:nth-child(3) {
    order: 2;
    transform: translateX(-50%) translateY(5px);
    z-index: 99;
  }
  /* Firefox specific styles */
  .firefox:nth-child(1) {
    transform: translateY(70px) translateX(50%);
  }
  .firefox:nth-child(2) {
    order: 3;
    transform: translateX(-50%) translateY(70px);
  }
  .firefox:nth-child(3) {
    order: 2;
    z-index: 99;
  }
  @-webkit-keyframes rotateAndChangeSize {
    0% {
      transform: rotate(0deg) scale(0);
      opacity: 0;
    }
    100% {
      transform: rotate(360deg) scale(1);
      opacity: 1;
    }
  }
  @keyframes rotateAndChangeSize {
    0% {
      transform: rotate(0deg) scale(0);
      opacity: 0;
    }
    100% {
      transform: rotate(360deg) scale(1);
      opacity: 1;
    }
  }
  .generate__desktop {
    display: none;
  }
  .generate__mob {
    padding: 3px 8px;
    display: inline-block;
    background-color: #F2D4FD;
    border-radius: 25px;
    
  }

  #desk {
    display: none;
  }
  #mob {
    display: block;
  }
  

  .example {
    padding: 0;
    margin: 60px auto 0 auto;
    width: 343px;
  }
  .example__tittle {
    margin: 0 auto;
    width: 343px;
    height: 80px;
    background: url(../img/underline_exampl.svg);
    background-repeat: no-repeat;
    background-position: 143px 35px;
    background-size: 150px 10px;
  }
  .example__tittle p {
    font-size: 30px;
    line-height: 39.6px;
  }
  .example__slide img {
    padding: 0 0 30px 0;
  }
  .example__wrapper {
    width: 343px;
  }
  .mySwiper2 {
    margin: 32px auto 60px auto;
    width: 343px;
  }
  .custom-swiper-button-next,
.custom-swiper-button-prev {
    display: none;
  }
  .swiper-pagination {
    position: relative;
    padding: 30px 0 0 0;
  }
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #8A2BE2;
  }
  footer {
    margin: 0 auto;
    padding: 5px 0 0 0;
  }
  .subscribe {
    margin: 20px auto 0 auto;
  }
  .subscribe__iframe {
    width: 320px;
    height: 240px;
  }
  .contacts {
    margin: 20px auto 0 auto;
    width: 343px;
  }
  .contacts__row {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .contacts__wp {
    order: 1;
    width: 195px;
  }
  .contacts__wp p {
    font-size: 20px;
    line-height: 27.4px;
    text-align: left;
  }
  .contacts__cont {
    margin: 24px auto 0 auto;
    order: 3;
  }
  .contacts__cont p {
    font-size: 18px;
    line-height: 22.63px;
  }
  .contacts__download {
    margin: 24px auto 0 auto;
    order: 2;
  }
  .contacts__download p {
    font-size: 18px;
    line-height: 18px;
  }
  .contacts__download button {
    width: 211px;
    height: 56px;
  }
  .contacts__icons {
    margin: 20px auto;
    display: flex;
    justify-content: space-around;
  }
  .contacts__policy {
    display: flex;
    justify-content: space-between;
    margin: 32px auto 0 auto;
  }
  .contacts__policy p {
    font-size: 14px;
    line-height: 19.6px;
  }
  .contacts__rights {
    margin: 16px auto;
    width: 220px;
    height: 17px;
  }
  .contacts__rights p {
    font-size: 12px;
    line-height: 16.8px;
  }
  hr {
    margin: 16px auto;
  }
  .terms__container {
    width: 343px;
  }
  .terms__container h1 {
    font-size: 36px;
    line-height: 43.2px;
  }
  .terms__container h3 {
    font-size: 16px;
    line-height: 21.12px;
  }
  .terms__container p {
    font-size: 14px;
    line-height: 19.6px;
  }
  .terms {
    margin: 80px 0 0 0;
  }
  .terms__title {
    margin: 36px auto 0 auto;
  }
  .terms__text {
    margin: 32px auto 0 auto;
  }
  .about {
    margin: 32px auto 0 auto;
  }
  .about__1,
.about__2,
.about__3,
.about__4,
.data,
.cont,
.laws,
.license,
.visual,
.activ,
.discl,
.indemn,
.aggree,
.comments {
    margin: 32px auto 0 auto;
  }
  .comments {
    margin: 32px auto 62px auto;
  }
  .indemn__text,
.aggree__text,
.comments__text,
.data__text,
.cont__text,
.license__text,
.laws__text,
.visual__text,
.activ__text,
.discl__text {
    margin: 16px auto 0 auto;
  }
  .contact {
    padding: 0 40px;
    position: relative;
    margin: 100px 10px 0 10px;
    display: flex;
    flex-direction: column;
  }
  .contact__content {
    width: 343px;
    height: 173px;
  }
  .contact__tittle {
    font-size: 40px;
    line-height: 49.6px;
  }
  .contact__text {
    font-size: 18px;
    line-height: 23.76px;
  }
  .contact__button {
    margin: 24px 0 0 0;
    width: 223px;
    height: 53px;
  }
  .contact__button button {
    font-size: 16px;
    line-height: 21.12px;
  }
  .contact__img {
    margin: 44px 0 60px 0;
    position: relative;
    height: 310px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/contacts__mobile.svg);
    background-repeat: no-repeat;
    overflow: hidden;
  }
  .contact__img img {
    display: none;
  }
  .circle {
    width: 901px;
    height: 901px;
    top: 10px;
    left: 180px;
  }
}



