* {
  box-sizing: border-box;
  margin: 0;
}

body,
html {
  background-color: #f7f7f7;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter_28pt-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Amatic SC';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AmaticSC-Bold.ttf) format('truetype');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Montserrat-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Montserrat-Medium.ttf) format('truetype');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/Montserrat-SemiBold.ttf) format('truetype');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Montserrat-Bold.ttf) format('truetype');
}

.nav-fablet {
  display: flex;
  justify-content: center;
  flex-grow: 1;
  margin-top: 20px;
}

.net-fablet-text {
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 35px;
  line-height: 42.67px;
}

.net-fablet-description {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 35px;
  line-height: 42.67px;
}

.network-block {
  display: flex;
  flex-direction: column;
}

.net-fablet {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 45px;
}

.images-fablet__block {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

.images-fablet_phenomenon {
  width: 1184px;
}

.unique-posts {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1184px;
  width: 100%;
  margin: 70px auto 0;
}

.download-unique {
  display: flex;
  max-width: 100%;
  width: 100%;
  justify-content: space-between;
}

.appStore-button {
  width: 238px;
}

.download-unique__buttons {
  display: flex;
  flex-direction: column;
  align-self: center;
  gap: 20px;
}

.unique-posts-title {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 50px;
  line-height: 60px;
  width: 574px;
}

.fablet-gallery {
  margin-top: 30px;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.swiper-button-prev {
  background: url('../svg/icon.svg') no-repeat center;
  width: 40px !important;
  height: 53px !important;
}

.swiper-button-next {
  background: url('../svg/icon.svg') no-repeat center;
  width: 40px !important;
  height: 53px !important;
  margin-right: 450px;
  transform: rotate(180deg);
}

.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

.fablet-gallery__block {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.gallery-title {
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 50px;
  line-height: 60px;
}

.gallery-scroll {
  cursor: pointer;
  margin-top: 50px;
}

.gallery-title__block {
  display: flex;
  justify-content: center;
  max-width: 500px;
  width: 100%;
}

.gallery-controls {
  position: absolute;
  top: 70%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 10;
}

button {
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 0;
}

.scroll-left {
  background: url('../svg/left-arrow.svg');
  width: 45px;
  height: 72px;
}

.scroll-right {
  background: url('../svg/right-arrow.svg');
  width: 45px;
  height: 72px;
}

.phone-fablet__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-top: 40px;
}

.fablet-section {
  background: #fefefe;
  padding: 20px;
  display: flex;
  align-items: flex-start;
}

.fablet-section,
.fablet-section__blue {
  flex-direction: row-reverse;
}

.fablet-section:nth-child(odd),
.fablet-section__blue:nth-child(odd) {
  flex-direction: row;
}

.fablet-section__blue {
  background: #eceefd;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  display: flex;
  align-items: flex-start;
  gap: 50px;
  max-width: 100%;
  width: 100%;
}

.phone-title {
  font-family: 'Amatic SC';
  font-weight: 700;
  font-size: 70px;
  line-height: 88px;
  color: #5a73db;
  margin-bottom: 10px;
}

.phone-text {
  font-family: 'Montserrat';
  color: #393939;
  font-weight: 500;
  font-size: 26px;
  line-height: 36px;
  width: 821px;
  letter-spacing: 5%;
  margin-top: 15px;
}

.phone-title__block {
  display: flex;
  justify-content: center;
  width: 100%;
}

.section img {
  width: 100px;
  border-radius: 10px;
  flex-shrink: 0;
}

.section-content {
  margin-top: 30px;
  flex: 1;
}

.fablet-network__block {
  background: #eceefd;
  padding: 20px;
}

.fablet-network__text {
  font-family: 'Montserrat';
  color: #393939;
  font-weight: 500;
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 5%;
  margin-top: 15px;
}

.fablet-mainW {
  font-family: 'Montserrat';
  color: #393939;
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 5%;
  margin-top: 15px;
}

.footer {
  background-color: #466AF0;
  color: white;
  padding: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  flex-wrap: wrap;
  flex-grow: 1;
}

.footer-container {
  width: 100%;
  max-width: 1230px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-left,
.footer-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer-left span,
.footer-right span {
  margin: 15px 0;
  display: block;
}

.fab-footer__text-block {
  margin: 0;
}

.footer-icon__mail-link {
  text-decoration: none;
}

.footer-icon__mail-text {
  font-family: 'Montserrat';
  color: #ffffff;
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
}

.fab-agreement__block {
  font-family: 'Montserrat';
  color: #ffffff;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  opacity: 80%;
  display: flex;
  flex-direction: row;
  gap: 25px;
}

.footer-icon__inst-link {
  text-decoration: none;
}

.footer-icon__inst-text {
  font-family: 'Montserrat';
  color: #ffffff;
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
}

.footer-icon__block {
  display: flex;
  flex-direction: column;
}

.fab-footer__agreement-block {
  max-width: 1230px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.fab-agreement__block a {
  text-decoration: none;
  opacity: 50%;
  color: #f7f7f7;
}

.fab-agreement__block a:hover {
  text-decoration: underline;
}

.fab-footer__text {
  font-family: 'Montserrat';
  color: #ffffff;
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
}

.download-fab__text-block {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.download-fab__text {
  font-family: 'Montserrat';
  color: #ffffff;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 5%;
}

.footer-icon__mail {
  width: 35px;
  margin-right: 10px;
}

.footer-icon__inst {
  width: 35px;
  margin-right: 10px;
}

.footer-left img,
.footer-right img {
  vertical-align: middle;
}

.footer-right .download-fablet {
  display: inline-flex;
  align-items: center;
  color: white;
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer-right .download-fablet img {
  margin-right: 10px;
}

.store-links {
  display: flex;
  flex-direction: column;
  align-self: end;
  margin-top: 25px;
  margin-bottom: 20px;
  gap: 15px;
}

.store-links a {
  display: inline-block;
}

.footer-right a {
  color: white;
  text-decoration: none;
}

.footer-right a:hover {
  text-decoration: underline;
}

.agreement-text__section {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  flex-grow: 1;
}

.agreement-title {
  font-family: 'Inter';
  color: #393939;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  margin-bottom: 20px;
}

.agreement-text {
  font-family: 'Montserrat';
  color: #393939;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  max-width: 1183px;
  width: 100%;
  text-align: left;
}

.deleted-container {
  margin: 50px auto;
  padding: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-grow: 1;
  max-width: 1200px;
  width: 100%;
}

.deleted-form {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.deleted-title {
  font-family: 'Montserrat';
  color: #393939;
  font-weight: 500;
  font-size: 35px;
  line-height: 42px;
  text-align: center;
  margin-bottom: 25px;
}

.deleted-text {
  font-family: 'Montserrat';
  color: #393939;
  font-weight: 500;
  font-size: 16px;
  line-height: 19.5px;
  text-align: center;
  max-width: 1183px;
  width: 100%;
  margin-bottom: 15px;
}

.form-group {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}

input,
textarea {
  max-width: 500px;
  width: 100%;
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 4px;
  font-size: 12px;
  box-sizing: border-box;
  resize: none;
  font-family: 'Montserrat';
  color: #6f6f6f;
  font-weight: 500;
  line-height: 14px;
  border-radius: 5px;
}

input:focus,
textarea:focus {
  border-color: #007bff;
  outline: none;
}

.error-message {
  color: red;
  font-size: 12px;
  margin-top: 5px;
  display: none;
}

.error {
  border-color: red !important;
}

.deleted-button {
  background: linear-gradient(90deg, #5377FF, #466AF0, #3953B4);
  color: #fff;
  padding: 7px 25px;
  border: none;
  cursor: pointer;
  width: 250px;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  border-radius: 10px;
  height: 44px;
  margin: 0 auto;
  transition: all 0.3s ease;
}

.deleted-button:hover {
  opacity: 75%;
  transition: all 0.3s ease;
}

.popup-fade {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.popup {
  background: #fff;
  width: 370px;
  height: 207px;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
}

.popup-button {
  background-color: #f7f7f7;
  color: #393939;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 250px;
  height: 44px;
}

.popup-title {
  font-family: 'Montserrat';
  color: #393939;
  font-weight: 600;
  line-height: 14px;
  margin-bottom: 20px;
}

.popup-text {
  font-family: 'Montserrat';
  color: #393939;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
  margin-bottom: 15px;
}

.popup-button {
  transition: all 0.3s ease;
}

.popup-button:hover {
  color: #f7f7f7;
  background-color: #393939;
  transition: all 0.3s ease;
}

.succ-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-grow: 1;
  margin: 250px auto;
}

.succ-text__important {
  font-family: 'Montserrat';
  color: #393939;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-align: center;
}

.scroll {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  overflow-x: scroll;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.scroll::-webkit-scrollbar-track {
  border-radius: 0;
}

.scroll::-webkit-scrollbar {
  width: 0;
}

.scroll::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, .0);
}

Content {
  height: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.mySwiperContent a img {
  border-radius: 10px;
  object-fit: contain;
  display: block;
  width: 100%;
}

.mySwiperBlockModif a img {
  width: 250px;
  height: 318px;
}

.mySwiperBlockModif2 a img {
  width: 250px;
  height: 398px;
}

.mySwiperBlockModif3 a img {
  width: 250px;
  height: 332px;
}

.mySwiperBlockModif4 a img {
  width: 250px;
  height: 265px;
}

.mySwiper {
  width: 80%;
  left: 0 !important;
  margin: 0 auto;
  margin-left: 350px !important;
  height: 400px;
}

.arror textarea,
.arror input {
  border: 1px solid red;
}

.arror__text {
  color: #FF4B4B;
  width: 100%;
  font: normal 500 10px 'Montserrat', sans-serif;
  margin-top: 5px;
}

.form-group {
  max-width: 500px;
  width: 100%;
  margin: 0 auto 10px;
  display: flex;
  flex-direction: column;
}

.popupBlock {
  max-width: 370px !important;
  width: 100% !important;
  background: #ffffff !important;
  border-radius: 7px;
}

.popupBlock__title {
  text-align: center;
  color: #393939;
  font: normal 600 17px 'Montserrat', sans-serif;
  line-height: 22px;
  margin-bottom: 15px;
}

.popupBlock__text {
  text-align: center;
  color: #393939;
  font: normal 500 14px 'Montserrat', sans-serif;
  line-height: 17px;
}

.popupBlock__closed {
  max-width: 250px;
  width: 100%;
  background: #F7F7F7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  color: #393939;
  font: normal 500 12px 'Montserrat', sans-serif;
  height: 44px;
  text-decoration: none;
  margin: 20px auto 0;
}

.mySwiperBottom {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 80px;
}

.mySwiperBottom:before {
  content: '';
  display: block;
  background: rgb(9, 9, 121);
  background: linear-gradient(0deg, rgba(9, 9, 121, 0.6082808123249299) 35%, rgba(0, 212, 255, 0) 100%);
  height: 100%;
  width: 100%;
  position: absolute;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.mySwiperBottom img {
  border-radius: 5px;
  width: 50px;
  height: 50px;
  object-fit: cover;
  position: relative;
  padding-left: 10px;
}

.mySwiperBottomRight {
  max-width: 74%;
  width: 100%;
  position: relative;
}

.mySwiperBottomRight__title {
  color: #ffffff;
  font: normal 400 12px 'Montserrat', sans-serif;
}

.mySwiperBottomRight__href {
  color: rgb(176, 176, 176);
  font: normal 400 12px 'Montserrat', sans-serif;
}

.mySwiperBlock {
  position: relative;
  height: auto;
}

.phoneVideo__img {
  width: 249px;
  height: 517px;
}

.phoneVideo {
  position: relative;
}

.phoneVideoBlock {
  overflow: hidden;
  height: 505px;
  max-width: 232px;
  width: 100%;
  position: absolute;
  top: 10px;
  left: 11px;
  border-radius: 37px;
}

.phoneVideoBlock video {
  object-fit: cover;
  height: 505px;
  max-width: 505px;
  width: 100%;
  border-radius: 37px;
}

.mySwiperBlockOne {
  height: 320px;
  width: 250px;
}

.mySwiperBlock2 {
  height: 398px;
  width: 250px;
}

.mySwiperBlockfree {
  height: 265px;
}

.mySwiperBlockfree a img,
.mySwiperBlock2 a img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.mySwiperBlockOne a img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.mySwiperBlock {
  position: relative;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.net-fablet__icon {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.footer-fab__icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

/*
Start responsive
#################*/
@media (max-width: 1790px) {
  .mySwiper {
    margin-left: 287px !important;
  }

  .mySwiperBlockModif a img {
    width: 240px;
    height: 300px;
  }

  .mySwiperBlockModif2 a img {
    width: 240px;
    height: 380px;
  }

  .mySwiperBlockModif3 a img {
    width: 240px;
    height: 310px;
  }

  .mySwiperBlockModif4 a img {
    width: 240px;
    height: 250px;
  }
}

@media (max-width: 1635px) {
  .mySwiper {
    margin-left: 223px !important;
    width: 90%;
  }
}

@media (max-width: 1540px) {
  .swiper-button-next {
    margin-right: 319px;
  }
}

@media (max-width: 1480px) {
  .mySwiper {
    margin-left: 143px !important;
    width: 100%;
  }
}

@media (max-width: 1380px) {
  .mySwiperBlockModif a img {
    width: 230px;
    height: 290px;
  }

  .mySwiperBlockModif2 a img {
    width: 230px;
    height: 350px;
  }

  .mySwiperBlockModif3 a img {
    width: 230px;
    height: 300px;
  }

  .mySwiperBlockModif4 a img {
    width: 230px;
    height: 225px;
  }

  .mySwiper {
    margin-left: 100px !important;
  }
}

@media (max-width: 1370px) {
  .mySwiper {
    margin-left: 60px !important;
  }

  .swiper-button-next {
    margin-right: 180px;
  }
}

@media (max-width: 1240px) {
  .mySwiper {
    margin-left: 20px !important;
  }

  .fab-footer__agreement-block,
  .footer-container {
    max-width: 98%;
    width: 100%;
    margin: 0 auto;
  }

  .agreement-text {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1024px) {
  .net-fablet-text, .net-fablet-description {
    font-size: 28px;
    line-height: 34px;
  }

  .net-fablet {
    align-items: flex-end;
    gap: 30px;
  }

  .images-fablet__block {
    margin-top: 45px;
  }

  .images-fablet_phenomenon {
    width: 800px;
  }

  .download-unique {
    gap: 85px;
  }

  .unique-posts-title {
    font-size: 40px;
    line-height: 48px;
  }

  .gallery-title {
    font-size: 35px;
    line-height: 42px;
    width: 325px;
  }

  .gallery-post__one-ppl {
    width: 200px;
    height: 226px;
  }

  .gallery-post__two-paints {
    width: 200px;
    height: 322px;
  }

  .gallery-post__four {
    width: 200px;
    height: 322px;
  }

  .gallery-controls {
    top: 52.5%;
    transform: translateY(-50%);
    left: 50px;
    width: 87%;
  }

  .scroll-left {
    background: url('../svg/left-arrow.svg') no-repeat;
    background-size: 30px 48px;
  }

  .scroll-right {
    background: url('../svg/right-arrow.svg') no-repeat;
    background-size: 30px 48px;
  }

  .gallery-images {
    display: flex;
    gap: 25px;
    margin-left: 50px;
  }

  .fablet-section__blue {
    width: 100%;
  }

  .fablet-section {
    width: 100%;
  }

  .phone-title {
    font-size: 60px;
    line-height: 75px;
    text-align: center;
  }

  .phone-text {
    font-size: 20px;
    line-height: 26px;
    width: 535px;
  }

  .fablet-network__blue {
    width: 896px;
  }

  .footer-container {
    width: 896px;
  }

  .fab-footer__agreement-block {
    max-width: 896px;
  }

  .agreement-text {
    max-width: 896px;
    font-size: 12px;
    padding: 0 25px;
  }

  .deleted-container {
    max-width: 1024px;
    width: 100%;
  }

  .deleted-title {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .deleted-text {
    font-size: 14px;
    max-width: 950px;
    width: 100%;
  }

  .fablet-network__blue {
    max-width: 100%;
    width: 100%;
  }

  .fablet-section__blue {
    gap: 10px;
  }
}

@media (max-width: 1190px) {
  .mySwiper {
    margin-left: 56px !important;
  }

  .fab-footer__agreement-block,
  .footer-container {
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
  }

  .phone-fablet__container {
    max-width: 90%;
    width: 100%;
    display: block;
  }


  .fablet-section__blue {
    max-width: 100%;
    width: 100%;
    margin-bottom: 40px;
  }

  .phone-text {
    max-width: 100%;
    width: 100%;
  }

  .fablet-section {
    margin-bottom: 40px;
  }

  .images-fablet__block picture img {
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
    display: block;
  }

  .download-unique {
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
  }

  .unique-posts-title {
    font-size: 40px;
    max-width: 600px;
    width: 100%;
  }
}

@media (max-width: 1030px) {
  .fablet-section,
  .fablet-section__blue {
    display: flex;
    justify-content: space-between;
  }

  .section-content {
    max-width: 67%;
  }

  .download-fab__text,
  .footer-left span,
  .footer-right span {
    font-size: 20px;
  }

  .footer-right a img.footer-fab__icon {
    width: 40px;
    height: 40px;
  }

  .footer-right img {
    width: 170px;
  }

  .mySwiperBlockModif a img {
    width: 200px;
    height: 255px;
  }

  .mySwiperBlockModif2 a img {
    width: 200px;
    height: 318px;
  }

  .mySwiperBlockModif3 a img {
    width: 200px;
    height: 265px;
  }

  .mySwiperBlockModif4 a img {
    width: 200px;
    height: 212px;
  }
}

@media (max-width: 990px) {
  .swiper-button-next {
    margin-right: 124px;
  }
}

@media (max-width: 930px) {
  .fab-agreement__block a {
    font-size: 15px;
  }
}

@media (max-width: 840px) {
  .phone-title,
  .section-content {
    max-width: 100%;
    width: 100%;
  }

  .fablet-gallery {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .phone-fablet__container {
    margin-top: 0px;
  }
}

@media (max-width: 800px) {
  .unique-posts-title {
    font-size: 30px;
    line-height: 40px;
  }

  .mySwiperBottomRight {
    max-width: 70%;
  }

  .mySwiperBottom {
    max-width: 100%;
  }

  .section-content {
    max-width: 55%;
  }

  .phone-title {
    text-align: left;
  }
}

@media (max-width: 725px) {
  .mySwiper {
    margin-left: 27px !important;
  }

  .swiper-button-next {
    margin-right: 74px;
  }

  .mySwiperContent {
    height: 300px;
  }

  .mySwiperBlock2,
  .mySwiperBlockOne {
    height: 100%;
  }

  .fablet-network__text {
    font-size: 20px;
  }

  .phone-title {
    font-size: 40px;
  }

  .fablet-section__phone {
    display: block;
    width: 31%;
  }

  .footer {
    position: relative;
    height: 335px;
    padding-top: 0;
  }

  .footer-left {
    margin-top: 0px;
  }

  .fab-footer__text {
    position: absolute;
    top: -100px;
  }

  .fab-agreement__block {
    position: absolute;
    left: 0;
    bottom: 20px;
  }

  .fab-footer__agreement-block {
    position: absolute;
    bottom: 20px;
  }

  .footer-left {
    margin-top: -30px;
  }
}

@media (max-width: 695px) {
  .swiper-button-next {
    margin-right: 100px;
  }

  .unique-posts-title {
    font-size: 22px;
    line-height: 30px;
  }


  .download-unique__buttons a img,
  .download-unique__buttons a {
    width: 180px;
  }

  .download-unique__buttons {
    gap: 0;
  }

  .download-unique {
    gap: 0;
  }

  .nav-fablet {
    max-width: 90%;
    width: 100%;
    margin: 15px auto 0 auto;
  }

  .net-fablet {
    justify-content: space-between;
  }

  .net-fablet-text, .net-fablet-description {
    font-size: 20px;
  }
}

@media (max-width: 630px) {
  .mySwiperContent a img {
    width: 95%;
  }

  .mySwiper {
    margin-left: 22px !important;
  }

  .download-fab__text,
  .footer-left span,
  .footer-right span,
  .fab-footer__text {
    font-size: 20px;
  }

  .footer-right {
    max-width: 250px;
    width: 100%;
  }

  .store-links a img,
  .store-links {
    max-width: 150px;
    width: 100%;
  }

  .footer {
    height: 300px;
  }

  .footer-left span,
  .footer-right span {
    margin: 4px 0;
  }

  .download-fab__text img {
    width: 50px;
  }

  .phone-title {
    text-align: left;
  }

  .fablet-network__text {
    font-size: 16px;
    line-height: 24px;
  }

  .fab-footer__text {
    top: -68px;
  }

  .fab-agreement__block {
    bottom: 0;
  }

  .phoneVideo__img {
    height: 408px;
    width: 200px;
  }

  .mySwiperBottomRight {
    max-width: 66%;
  }

  .phoneVideoBlock {
    height: 95.5%;
    max-width: 91.5%;
    border-radius: 28px;
    top: 8px;
    left: 9px;
  }

  .phoneVideoBlock video {
    height: 398px;
    border-radius: 29px;
  }

  .phoneVideo {
    overflow: hidden;
    max-width: 199px;
    width: 100%;
  }

  .phoneVideoBlock video {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .mySwiperContent a img {
    width: 80%;
  }
}

@media (max-width: 580px) {
  .fablet-section {
    margin-bottom: 20px;
  }

  .mySwiper {
    height: 340px;
  }

  .mySwiperBlock {
    height: 350px;
  }

  .phoneVideo__img {
    width: 197px;
    height: 408px;
  }

  .footer-left {
    margin-top: 0;
  }

  .mySwiperBottom img {
    width: 40px;
    height: 40px;
  }

  .swiper-button-next {
    margin-right: 60px;
  }

  .phoneVideoBlock video {
    height: 387px;
    max-width: 92%;
  }

  .phoneVideoBlock {
    left: 7px;
    max-width: 200px;
    top: 6px;
  }

  .phone-title {
    font-size: 30px;
    margin-bottom: 0;
    line-height: 37px;
  }

  .phone-text {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 500px) {
  .section-content {
    max-width: 43%;
  }

  .download-fab__text, .footer-left span, .footer-right span, .fab-footer__text {
    font-size: 12px;
  }

  .download-fab__text img {
    width: 40px;
  }

  .store-links a img, .store-links {
    max-width: 135px;
  }

  .footer-icon__mail {
    width: 30px;
  }

  .footer-left {
    max-width: 200px;
    width: 100%;
  }

  .footer-icon__inst {
    width: 30px;
  }

  .fab-agreement__block a {
    font-size: 12px;
  }

  .fablet-mainW {
    font-size: 20px;
  }
}

@media (max-width: 470px) {
  .phoneVideoBlock video {
    max-width: 93%;
  }

  .phoneVideo__img {
    width: 196px;
    height: 408px;
  }

  .mySwiperBlockModif a img {
    width: 175px;
    height: 100%;
    object-fit: cover;
  }

  .mySwiperBlockModif2 a img {
    width: 175px;
    height: 100%;
  }

  .mySwiperBlockModif3 a img {
    width: 175px;
    height: 100%;
  }

  .mySwiperBlockModif4 a img{
    width: 175px;
    height: 100%;
  }
}

@media (max-width: 450px) {
  .mySwiperContent a img {
    width: 100%;
  }
  
  .section-content {
    max-width: 44%;
  }

  .phone-text {
    word-break: break-word;
  }

}

@media screen and (max-width: 430px) {
  .swiper-button-next {
    margin-right: 23px;
  }

  .download-fab__text {
    font-size: 12px;
  }

  .fablet-network__text {
    font-size: 14px;
    line-height: 20px;
  }

  .net-fablet__icon {
    width: 50px;
    height: 50px;
  }

  .download-unique__buttons a img, .download-unique__buttons a {
    width: 100%;
  }

  .net-fablet-text {
    font-size: 22px;
    width: 282px;
    line-height: 18px;
  }

  .net-fablet-description {
    font-size: 14px;
    line-height: 18px;
  }

  .net-fablet {
    align-items: center;
    gap: 20px;
  }

  .images-fablet_phenomenon {
    width: 100%;
  }

  .nav-fablet {
    margin-left: 15px;
  }

  .images-fablet__block {
    margin-top: 20px;
  }

  .unique-posts {
    margin-top: 20px;
  }

  .unique-posts-title {
    font-size: 22px;
    width: 244px;
    line-height: 26.82px;
  }

  .download-unique__buttons {
    gap: 10px;
  }

  .download-unique {
    align-items: end;
    gap: 20px;
  }

  .gallery-title {
    font-size: 25px;
    line-height: 30.48px;
    width: 230px;
  }

  .gallery-images {
    gap: 10px;
    margin-left: 15px;
  }

  .gallery-post__one-ppl {
    width: 115px;
    height: 130px;
  }

  .gallery-post__two-paints {
    width: 115px;
    height: 185px;
  }

  .gallery-post__three {
    width: 115px;
    height: 185px;
  }

  .gallery-post__four {
    width: 115px;
    height: 148px;
  }

  .gallery-controls {
    top: 53%;
    transform: translateY(-50%);
    left: 20px;
    width: 98.5%;
  }

  .scroll-left {
    background-size: 15px 24px;
  }

  .scroll-right {
    background-size: 15px 24px;
  }

  .fablet-section__blue {
    padding: 10px;
    width: 410px;
    min-height: 400px;
    align-items: center;
  }

  .fablet-section {
    padding: 15px 10px;
    align-items: center;
  }

  .phone-fablet__container {
    margin-top: 0;
    margin-left: 15px;
    width: 100%;
  }

  .gallery-images {
    height: 235px;
  }

  .fablet-section__phone {
    width: 53.5%;
    margin-left: 10px;
  }

  .phone-title__block {
    justify-content: flex-start;
  }

  .phone-title {
    font-size: 30px;
    width: 158px;
    line-height: 37px;
    margin-bottom: 0px;
  }

  .phone-text {
    font-size: 14px;
    width: 159px;
    line-height: 22px;
    margin-top: 15px;
    letter-spacing: 0;
  }

  .section-content {
    margin-top: 0;
  }

  .section-content__white {
    margin-left: 15px;
  }

  .fablet-network__blue {
    width: 398px;
  }

  .fablet-mainW {
    font-size: 14px;
    line-height: 22px;
  }

  .footer-icon__mail-text {
    font-size: 12px;
    line-height: 14.63px;
  }

  .footer-icon__inst-text {
    font-size: 12px;
    line-height: 14.63px;
  }

  .fab-footer__text {
    font-size: 16px;
    line-height: 19.5px;
    letter-spacing: 5%;
  }

  .footer-container {
    width: 398px;
  }

  .fab-agreement__block a {
    font-size: 12px;
    line-height: 14.63px;
  }

  .fab-footer__agreement-block {
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
    margin-left: 15px;
  }

  .fab-agreement__block {
    flex-direction: column;
    gap: 10px;
  }

  .footer-fab__icon {
    width: 40px;
    height: 40px;
  }

  .agreement-title {
    font-size: 16px;
    line-height: 19.36px;
  }

  .agreement-text {
    max-width: 398px;
    font-size: 10px;
    line-height: 12.19px;
  }

  .agreement-text__section {
    margin-top: 25px;
  }

  .deleted-container {
    max-width: 398px;
    width: 100%;
    margin: 25px auto;
  }

  .deleted-title {
    font-size: 16px;
    line-height: 19.5px;
  }

  .deleted-text {
    font-size: 12px;
    line-height: 14.63px;
    max-width: 352px;
    width: 100%;
  }
}

@media (max-width: 395px) {
  .mySwiperContent a img {
    width: 100%;
  }

  .phoneVideo__img {
    width: 175px;
    height: 350px;
  }

  .phoneVideoBlock video {
    max-width: 91%;
  }

  .phoneVideoBlock video {
    border-radius: 20px;
  }

  .section-content {
    max-width: 40%;
  }

  .section-content__white {
    margin-left: 0;
  }
}

@media (max-width: 380px) {
  .mySwiper {
    margin-left: 0 !important;
  }

  .mySwiperBlock {
    justify-content: center;
  }

  .fab-footer__text {
    font-size: 12px;
  }

  .net-fablet {
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
  }

  .network-block {
    width: 75%;
  }

  .net-fablet-text {
    font-size: 18px;
  }

  .phoneVideoBlock video {
    max-width: 90.5%;
    left: 1px;
    position: relative;
  }
}

