@charset "UTF-8";

/*Обнуление*/

* {
  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;
  -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: inherit;
}

/*--------------------*/

.container {
  max-width: 90rem;
  padding: 0 3.75rem;
  margin: 0 auto;
}

html {
  scroll-behavior: smooth;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  display: flex;
  flex-direction: column;
  font-family: "Involve", sans-serif;
  z-index: 20;
}
.header-bottom {
    background: #fff;
}


.header-top {
  background: #f7f7fb;
}

.header-top__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 0;
}

.header-top__work {
  position: relative;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #000;
  padding-left: 1.75rem;
}

.header-top__work:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background-image: url("../img/icons/clock.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.25rem;
  height: 1.25rem;
  transform: translateY(-50%);
}

.header-top__social {
  display: flex;
  align-items: center;
}

.header-social__messanger {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem;
}

.header-social__messanger img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header-social__phone {
  font-weight: 500;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #000;
  transition: 0.35s ease-in-out;
}

.header-social__phone:hover {
  color: #9772ff;
}

.header-bottom__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.header-bottom__logo {
  width: 14.6875rem;
  height: 4.5rem;
}

.header-bottom__logo img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header-bottom__nav {
  max-width: 22.5rem;
  min-width: 22.5rem;
}

.header-bottom__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10.9375rem;
  height: 3.5rem;
  border-radius: 6.25rem;
  padding: 1rem 1.5rem;
  background: #9772ff;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.01em;
  color: #fff;
  transition: 0.35s ease-in-out;
}

.header-bottom__btn:hover {
  transform: scale(0.95);
}

.header-nav__list {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.header-nav__link {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #000;
  transition: 0.35s ease-in-out;
}

.header-nav__link:hover {
  color: #9772ff;
}

.bottom-mobile {
  display: none;
}

.bottom-mobile__phone {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: #000;
  margin-bottom: 0.125rem;
}

.bottom-mobile__time {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 150%;
  letter-spacing: 0.03em;
}

.header-top__mobile-logo {
  display: none;
}

.header-top__burger {
  display: none;
}

.main {
  font-family: "Involve", sans-serif;
  padding: 0.5rem 0 5rem;
  padding-top: 11rem;
}

.banner {
  position: relative;
  width: 100%;
  height: 36rem;
  border-radius: 2rem;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
}

.banner__btn {
  position: absolute;
  left: 3.625rem;
  bottom: 8.75rem;
  border-radius: 6.25rem;
  padding: 1rem 1.5rem;
  width: 10.375rem;
  height: 3.5rem;
  font-weight: 600;
  font-size: 0.8125rem;
  letter-spacing: 0.01em;
  background: #9772ff;
  color: #fff;
}

.banner__tablet {
  display: none;
}

.banner__mobile {
  display: none;
}

.offer {
  display: flex;
  justify-content: space-between;
  margin: 1rem -0.375rem 5rem;
}

.offer__item {
  width: calc(33.3333333333% - 0.75rem);
  height: 27.75rem;
  margin: 0 0.375rem;
  border-radius: 1.25rem;
  overflow: hidden;
}

.offer__item img {
  -o-object-fit: fill;
     object-fit: fill;
}

.offer__item img:nth-child(2) {
  display: none;
}

.price {
  padding: 3.75rem 0;
}

.price__title {
  display: flex;
  justify-content: center;
  max-width: 62.5rem;
  margin: 0 auto 0.5rem;
}

.price__title img {
  width: 100%;
}

.price__title img:nth-child(2) {
  display: none;
}

.price__title img:nth-child(3) {
  display: none;
}

.price__subtitle {
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #000;
}

.price__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20.9375rem;
  height: 4.5rem;
  border-radius: 6.25rem;
  padding: 1rem 1.5rem;
  background: #9772ff;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.01em;
  color: #fff;
  margin: 2rem auto 0;
  transition: 0.35s ease-in-out;
}

.price__btn:hover {
  transform: scale(0.95);
}

.advantages {
  padding: 5rem 0;
}

.advantages__title {
  display: flex;
  justify-content: center;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 130%;
  text-align: center;
  margin-bottom: 1rem;
  color: #000;
}

.advantages__title img {
  width: 100%;
}

.advantages__title img:nth-child(2) {
  display: none;
}

.advantages__title img:nth-child(3) {
  display: none;
}

.advantages__subtitle {
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #000;
  margin-bottom: 2rem;
}

.advantages__grid {
  display: flex;
  flex-wrap: wrap;
  margin: -0.5rem -0.5rem;
}

.advantages__img {
  display: none;
}

.advantages__item {
  width: calc(33.3333333333% - 1rem);
  height: 15.0625rem;
  margin: 0.5rem 0.5rem;
}

.advantages__item img {
  width: 100%;
  height: 100%;
}

.work-process {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 29.25rem;
  margin: 5rem 0rem;
}

.work-process img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.work-process__left {
  width: calc(50% - 1.5rem);
  height: 29.25rem;
}

.work-process__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.work-process__left img:nth-child(2) {
  display: none;
}

.work-process__left img:nth-child(3) {
  display: none;
}

.work-process__right {
  width: calc(50% - 1.5rem);
  height: 29.25rem;
}

.work-process__right img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.office {
  padding: 5rem 0;
}

.office__title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.25rem;
  margin-bottom: 2rem;
}

.office__title img:nth-child(2) {
  display: none;
}

.slider-top {
  margin-left: 0.90625rem;
  overflow: hidden;
  margin-bottom: 0.75rem;
}

.slider-top__item {
  height: 15.625rem !important;
  border-radius: 1.25rem;
  overflow: hidden;
}

.slider-top__item:nth-child(3n+1) {
  width: 34.375rem !important;
}

.slider-top__item:nth-child(3n+2) {
  width: 25rem !important;
}

.slider-top__item:nth-child(3n+3) {
  width: 50.75rem !important;
}

.slider-top__item img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider-down {
  margin-left: 0.90625rem;
  overflow: hidden;
}

.slider-down__item {
  height: 15.625rem !important;
  border-radius: 1.25rem;
  overflow: hidden;
}

.slider-down__item:nth-child(3n+1) {
  width: 25rem !important;
}

.slider-down__item:nth-child(3n+2) {
  width: 34.375rem !important;
}

.slider-down__item:nth-child(3n+3) {
  width: 25rem !important;
}

.slider-down__item:nth-child(3n+4) {
  width: 25rem !important;
}

.slider-down__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.courier {
  border-radius: 2rem;
  padding: 3rem;
  height: 18.75rem;
  background: #f7f7fb, linear-gradient(180deg, #9772ff 0%, #6d4bcf 100%);
  background: linear-gradient(180deg, #9772ff 0%, #6d4bcf 100%);
}

.courier__wrap {
  width: 100%;
  height: 7.25rem;
  margin-bottom: 2rem;
}

.courier__wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.courier__wrap img:nth-child(2) {
  display: none;
}

.courier__wrap img:nth-child(3) {
  display: none;
}

.courier__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6.25rem;
  width: 10.5625rem;
  height: 3.5rem;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.01em;
  color: #000;
  background: #fff;
  margin: 0 auto;
  transition: 0.35s ease-in-out;
}

.courier__btn:hover {
  transform: scale(0.95);
}

.reviews {
  padding: 5rem 0 0;
}

.reviews__title {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 130%;
  text-align: center;
  color: #000;
  margin-bottom: 3.5rem;
}

.reviews__wrap {
  display: flex;
  justify-content: space-around;
}

.reviews__col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  max-width: 12.5rem;
  width: 100%;
  min-height: 15.625rem;
  margin: 0.625rem;
}

.reviews__platform {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.reviews__platform img {
  max-width: 100%;
}

.reviews__score {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}

.reviews__stars {
  max-width: 100%;
}

.reviews__stars img {
  max-width: 100%;
}

.popup {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(0.75rem);
          backdrop-filter: blur(0.75rem);
  background: rgba(15, 15, 15, 0.5);
  font-family: "Involve", sans-serif;
  visibility: hidden;
  opacity: 0;
  z-index: -5;
  transition: 0.35s ease-in-out;
}

.popup__wrap {
  position: relative;
  border-radius: 1.875rem;
  width: 37.5rem;
  height: 35.5rem;
  background: #fff;
  padding: 3rem 3.75rem;
}

.popup__box {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.popup__close {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 1rem;
  right: 1.03125rem;
  width: 1.75rem;
  height: 1.75rem;
  background: rgba(171, 170, 170, 0.1);
  border-radius: 6.25rem;
  cursor: pointer;
  transition: 0.35s ease-in-out;
}

.popup__close svg path {
  transition: 0.35s ease-in-out;
}

.popup__close:hover {
  background: #9772ff;
}

.popup__close:hover svg path {
  stroke: #fff;
}

.popup__title {
  font-weight: 500;
  font-size: 2rem;
  line-height: 131%;
  letter-spacing: 0em;
  text-align: center;
  color: #000;
  margin-bottom: 0.75rem;
}

.popup__subtitle {
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 2rem;
}

.form-popup__inner {
  display: flex;
  flex-direction: column;
}

.form-popup__col {
  display: flex;
  flex-direction: column;
}

.form-popup__text {
  display: inline;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 150%;
  letter-spacing: 0.01em;
  margin-bottom: 0.25rem;
}

.form-popup__text span {
  color: red;
}

.form-popup__field {
  border: 0.0625rem solid rgba(171, 170, 170, 0.5);
  border-radius: 6.25rem;
  padding: 1rem 1.5rem;
  width: 100%;
  height: 3.5rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 144%;
  letter-spacing: 0.01em;
  color: #9c9c9c;
  transition: 0.35s ease-in-out;
}

.form-popup__field:hover {
  background: rgba(205, 204, 204, 0.2);
}

.form-popup__field::-moz-placeholder {
  font-weight: 500;
  font-size: 1rem;
  line-height: 144%;
  letter-spacing: 0.01em;
  color: #9c9c9c;
}

.form-popup__field::placeholder {
  font-weight: 500;
  font-size: 1rem;
  line-height: 144%;
  letter-spacing: 0.01em;
  color: #9c9c9c;
}

.form-popup__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0.25rem -0.25rem 1.5rem;
}

.form-popup__messanger {
  position: relative;
  display: flex;
  align-items: center;
  width: calc(50% - 0.5rem);
  border-radius: 6.25rem;
  padding: 1rem;
  height: 3.5rem;
  border: 0.0625rem solid rgba(171, 170, 170, 0.5);
  margin: 0 0.25rem;
  cursor: pointer;
  transition: 0.35s ease-in-out;
}

.form-popup__messanger:hover {
  background: rgba(205, 204, 204, 0.2);
}

.form-popup__desc {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #000;
}

.form-popup__check {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 1rem;
  top: 50%;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  border: 0.09375rem solid rgba(171, 170, 170, 0.5);
  transform: translateY(-50%);
  transition: 0.35s ease-in-out;
}

.form-popup__check svg {
  opacity: 0;
}

.form-popup__radio {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}

.form-popup__radio:checked ~ .form-popup__check {
  background-color: #9772ff;
}

.form-popup__radio:checked ~ .form-popup__check svg {
  opacity: 1;
}

.form-popup__icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
}

.form-popup__btn {
  margin-top: 2rem;
  border-radius: 6.25rem;
  padding: 1rem 1.5rem;
  width: 100%;
  height: 3.5rem;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.01em;
  color: #fff;
  background: #9772ff;
  transition: 0.35s ease-in-out;
  z-index: 2;
}

.form-popup__btn:hover {
  transform: scale(0.95);
}

.telegram-nickname {
  visibility: hidden;
  opacity: 0;
  height: 0;
  min-height: 0;
  transition: 0.35s ease-in-out;
  z-index: -1;
}

.telegram-nickname.show {
  visibility: visible;
  opacity: 1;
  height: auto;
  min-height: 1.25rem;
  z-index: 1;
  transition: 0.35s ease-in-out;
}

.popup__success {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 3;
  background: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -2;
  visibility: hidden;
  opacity: 0;
  transition: 0.35s ease-in-out;
}

.popup-success__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  margin-bottom: 1rem;
}

.popup-success__title {
  font-weight: 500;
  font-size: 2rem;
  line-height: 131%;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 0.75rem;
  color: #000;
}

.popup-success__subtitle {
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #000;
}

.show-success {
  visibility: visible;
  opacity: 1;
  z-index: 3;
  transition: 0.35s ease-in-out;
}

.show-popup {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
  transition: 0.35s ease-in-out;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "Involve", sans-serif;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  z-index: -5;
  transition: 0.35s ease-in-out;
}

.mobile-menu__nav {
  display: flex;
  flex-direction: column;
  padding: 0 1rem;
  background: #f7f7fb;
  border-radius: 1rem;
}

.mobile-menu__item {
  padding: 0.875rem 0;
  border-bottom: 0.0625rem solid rgba(171, 170, 170, 0.2);
}

.mobile-menu__item:last-child {
  border: 0;
}

.mobile-menu__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mobile-menu__top {
  width: 100%;
}

.mobile-menu__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.928125rem 0;
}

.mobile-menu__logo {
  display: flex;
  width: 14.375rem;
  height: 3.5rem;
}

.mobile-menu__logo img {
  width: 100%;
  height: 100%;
}

.mobile-menu__close {
  width: 1.5rem;
  height: 1.5rem;
}

.mobile-menu__body {
  width: 100%;
  margin-top: 1.5rem;
}

.mobile-menu__link {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #000;
}

.mobile-menu__btn {
  border-radius: 6.25rem;
  padding: 1rem 1.5rem;
  width: 10.9375rem;
  height: 3.5rem;
  background: #9772ff;
  font-weight: 600;
  font-size: 0.8125rem;
  letter-spacing: 0.01em;
  color: #fff;
  margin: 1.5rem auto 0;
}

.mobile-menu-show {
  visibility: visible;
  opacity: 1;
  z-index: 99;
}

.footer {
  font-family: "Involve", sans-serif;
  background: #f7f7fb;
  padding: 1.5rem 0;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.9375rem;
}

.footer-top__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14.6875rem;
  height: 4.5rem;
  margin-bottom: 1.5rem;
}

.footer-top__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer-top__list {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}

.footer-top__col {
  display: flex;
  flex-direction: column;
}

.footer-list__item {
  display: flex;
  align-items: center;
  position: relative;
  font-weight: 500;
  font-size: 1rem;
  line-height: 144%;
  letter-spacing: 0.01em;
  color: #000;
  padding-left: 2rem;
  margin-bottom: 24px;
}

.footer-list__item:last-child {
  margin-bottom: 0;
}

.footer-list__item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(-50%);
}

.footer-list__item:nth-child(1):before {
  background-image: url("../img/icons/clock.svg");
}

.footer-list__item:nth-child(2):before {
  background-image: url("../img/icons/map.svg");
}

.footer-list__item:nth-child(3):before {
  background-image: url("../img/icons/phone.svg");
}

.footer-col__title {
  font-weight: 500;
  font-size: 1rem;
  line-height: 144%;
  letter-spacing: 0.01em;
  color: #000;
  margin-bottom: 0.25rem;
}

.footer-col__ul {
  display: flex;
  flex-direction: column;
  padding-left: 0.875rem;
}

.footer-col__item {
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: 0.02em;
  list-style-type: disc;
  color: #000;
}

.footer-top__payment {
  padding-top: 1.9375rem;
}

.footer-col__copy {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #000;
  margin-bottom: 0.375rem;
}

.footer-col__text {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #000;
  margin-bottom: 0.375rem;
}

.footer-col__link {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #000;
  text-align: right;
  transition: 0.35s ease-in-out;
}

.footer-col__link:hover {
  color: #9772ff;
}

.footer-col__img {
  margin-bottom: 0.375rem;
}

.footer-col__img img:nth-child(2) {
  display: none;
}

.footer-col__img img:nth-child(3) {
  display: none;
}

.footer-list__img {
  margin-bottom: 1.5rem;
}

.footer-list__img img:nth-child(2) {
  display: none;
}

.footer-list__img img:nth-child(3) {
  display: none;
}

.footer-payment__title {
  text-align: right;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.footer-payment__img {
  width: 14.3125rem;
  height: 7.8125rem;
}

.footer-payment__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer-payment__img img:nth-child(2) {
  display: none;
}

.footer-payment__img img:nth-child(3) {
  display: none;
}

.footer-down {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1.9375rem;
}

.footer-down:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background: rgba(171, 170, 170, 0.3);
}

.footer-down__police {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #000;
  transition: 0.35s ease-in-out;
}

.footer-down__police:hover {
  color: #9772ff;
}

._link {
  transition: 0.35s ease-in-out;
}

._link:hover {
  color: #9772ff;
}

/**
 * Swiper 8.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 8, 2022
 */

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

@media (max-width: 81.25rem) {
  .banner__btn {
    bottom: 10.3125rem;
  }
}

@media (max-width: 75rem) {
    .main {
        
    }
  .offer__item {
    width: calc(33.3333333333% - 0.5rem);
    height: auto;
    margin: 0 0.25rem;
  }
}

@media (max-width: 73.75rem) {
  .container {
    max-width: 73.75rem;
    padding: 0 1.5rem;
  }

  .header-top {
    background: #fff;
  }

  .header-top__row {
    padding: 0.928125rem 0;
  }

  .header-top__work {
    display: none;
  }

  .header-social__phone {
    display: none;
  }

  .header-bottom {
    background: #f7f7fb;
  }

  .header-bottom__row {
    display: none;
  }

  .header-bottom__logo {
    display: none;
  }

  .header-bottom__nav {
    display: none;
  }

  .header-bottom__btn {
    display: none;
  }

  .bottom-mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0.75rem 0;
  }

  .header-top__mobile-logo {
    display: flex;
    width: 14.375rem;
    height: 3.5rem;
  }

  .header-top__mobile-logo img {
    width: 100%;
    height: 100%;
  }

  .header-top__burger {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-left: 0.5rem;
    width: 1.5rem;
    height: 1.5rem;
  }

  .header-top__burger span {
    display: flex;
    width: 100%;
    height: 0.125rem;
    border-radius: 6.25rem;
    background: #000;
  }

  .main {
    padding: 0.5rem 0 3.75rem;
    padding-top: 10rem;
  }

  .banner {
    width: 100%;
    height: auto;
  }

  .banner img {
    width: 100%;
  }

  .banner__desctop {
    display: none;
  }

  .banner__tablet {
    display: flex;
  }

  .offer {
    margin: 4rem -0.25rem 3.75rem;
  }

  .offer__item img {
    width: 100%;
    height: auto;
  }

  .offer__item img:nth-child(1) {
    display: none;
  }

  .offer__item img:nth-child(2) {
    display: flex;
  }

  .price__title img:nth-child(1) {
    display: none;
  }

  .price__title img:nth-child(2) {
    display: flex;
  }

  .price__title img:nth-child(3) {
    display: none;
  }

  .advantages {
    padding: 3.75rem 0;
  }

  .advantages__title {
    font-size: 2rem;
    line-height: 116%;
  }

  .advantages__title img {
    -o-object-fit: inherit;
       object-fit: inherit;
  }

  .advantages__title img:nth-child(1) {
    display: none;
  }

  .advantages__title img:nth-child(2) {
    display: flex;
  }

  .advantages__title img:nth-child(3) {
    display: none;
  }

  .advantages__subtitle {
    font-size: 0.875rem;
    line-height: 150%;
    letter-spacing: 0.01em;
  }

  .advantages__subtitle br {
    display: none;
  }

  .advantages__grid {
    display: none;
  }

  .advantages__img {
    display: flex;
    width: 100%;
    height: 40.9375rem;
  }

  .advantages__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .advantages__img img:nth-child(2) {
    display: none;
  }

  .work-process {
    flex-direction: column-reverse;
    margin: 3.75rem 0rem;
    height: auto;
  }

  .work-process__left {
    width: 100%;
    height: auto;
  }

  .work-process__left img {
    -o-object-fit: inherit;
       object-fit: inherit;
  }

  .work-process__left img:nth-child(1) {
    display: none;
  }

  .work-process__left img:nth-child(2) {
    display: flex;
  }

  .work-process__left img:nth-child(3) {
    display: none;
  }

  .work-process__right {
    width: 100%;
    height: 20rem;
    border-radius: 1.25rem;
    overflow: hidden;
    margin-bottom: 1.5rem;
  }

  .work-process__right img {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .office {
    padding: 3.75rem 0;
  }

  .office__title img {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .office__title img:nth-child(1) {
    display: none;
  }

  .office__title img:nth-child(2) {
    display: flex;
  }

  .slider-top {
    margin-left: 0;
    margin-bottom: 0.375rem;
  }

  .slider-top__item {
    height: 8.8125rem !important;
  }

  .slider-top__item:nth-child(3n+1) {
    width: 19.375rem !important;
  }

  .slider-top__item:nth-child(3n+2) {
    width: 14.125rem !important;
  }

  .slider-top__item:nth-child(3n+3) {
    width: 15.625rem !important;
  }

  .slider-down {
    margin-left: 0;
  }

  .slider-down__item {
    height: 8.8125rem !important;
  }

  .slider-down__item:nth-child(3n+1) {
    width: 14.125rem !important;
  }

  .slider-down__item:nth-child(3n+2) {
    width: 19.375rem !important;
  }

  .slider-down__item:nth-child(3n+3) {
    width: 14.125rem !important;
  }

  .courier {
    padding: 2rem;
  }

  .courier__wrap img {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .courier__wrap img:nth-child(1) {
    display: none;
  }

  .courier__wrap img:nth-child(2) {
    display: flex;
  }

  .courier__wrap img:nth-child(3) {
    display: none;
  }

  .reviews {
    padding: 3.75rem 0 0;
  }

  .reviews__title {
    font-size: 2rem;
    line-height: 116%;
  }

  .reviews__col {
    min-height: 10.625rem;
  }

  .footer-top {
    padding-bottom: 2rem;
  }

  .footer-top {
    padding-bottom: 2rem;
  }

  .footer-top__left {
    padding-bottom: 2rem;
    border-bottom: 0.0625rem solid rgba(171, 170, 170, 0.3);
    margin-bottom: 2rem;
  }

  .footer-top__right {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .footer-top {
    display: flex;
    flex-direction: column;
  }

  .footer-top__payment {
    padding-top: 0;
  }

  .footer-col__img img:nth-child(1) {
    display: none;
  }

  .footer-col__img img:nth-child(2) {
    display: flex;
  }

  .footer-col__img img:nth-child(3) {
    display: none;
  }

  .footer-list__img img:nth-child(1) {
    display: none;
  }

  .footer-list__img img:nth-child(2) {
    display: flex;
  }

  .footer-list__img img:nth-child(3) {
    display: none;
  }

  .footer-payment__title {
    text-align: left;
  }

  .footer-payment__img {
    width: 11.75rem;
    height: 5.25rem;
  }

  .footer-payment__img img:nth-child(1) {
    display: none;
  }

  .footer-payment__img img:nth-child(2) {
    display: flex;
  }

  .footer-down {
    padding-top: 0;
  }

  .footer-down:before {
    display: none;
  }

  .footer-top__box {
    display: flex;
    justify-content: space-between;
  }

  .footer-top__col {
    max-width: 19.875rem;
  }
}

@media (max-width: 61.25rem) {
  .banner__btn {
    bottom: 25%;
    left: 5%;
  }
}

@media (max-width: 56.25rem) {
  .banner__btn {
    bottom: 25%;
    left: 5%;
  }
}

@media (max-width: 50.625rem) {
  .banner__btn {
    bottom: 20%;
    left: 5%;
  }
}

@media (max-width: 48rem) {
  .offer__item {
    width: calc(33.3333333333% - 0.5rem);
    height: 26.375rem;
  }
}

@media (max-width: 42.5rem) {
  .reviews__wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 38.125rem) {
  .banner__btn {
    bottom: 18%;
    left: 5%;
    width: 9.375rem;
    height: 3.125rem;
    padding: 0.625rem 1.125rem;
  }
}

@media (max-width: 36rem) {
  .container {
    max-width: 36rem;
    padding: 0 1rem;
  }

  .banner {
    margin-bottom: 3rem;
  }

  .banner__btn {
    bottom: 5%;
    left: 50%;
    width: 80%;
    height: 3.125rem;
    padding: 0.625rem 1.125rem;
    transform: translateX(-50%);
  }

  .banner__tablet {
    display: none;
  }

  .banner__mobile {
    display: flex;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .offer {
    display: none;
  }

  .price {
    padding: 3rem 0;
  }

  .price__title {
    width: 100%;
    height: 13.9375rem;
  }

  .price__title img:nth-child(1) {
    display: none;
  }

  .price__title img:nth-child(2) {
    display: none;
  }

  .price__title img:nth-child(3) {
    display: flex;
  }

  .price__btn {
    width: 90%;
  }

  .advantages__title img {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .advantages__title img:nth-child(1) {
    display: none;
  }

  .advantages__title img:nth-child(2) {
    display: none;
  }

  .advantages__title img:nth-child(3) {
    display: flex;
  }

  .advantages__img {
    height: 37rem;
  }

  .advantages__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .advantages__img img:nth-child(1) {
    display: none;
  }

  .advantages__img img:nth-child(2) {
    display: flex;
  }

  .work-process {
    margin: 3rem 0rem;
  }

  .work-process__left {
    height: auto;
  }

  .work-process__left img {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .work-process__left img:nth-child(1) {
    display: none;
  }

  .work-process__left img:nth-child(2) {
    display: none;
  }

  .work-process__left img:nth-child(3) {
    display: flex;
  }

  .office {
    padding: 3rem 0;
  }

  .slider-top {
    margin-left: 0;
    margin-bottom: 0.3125rem;
  }

  .slider-top__item {
    height: 7rem !important;
  }

  .slider-top__item:nth-child(3n+1) {
    width: 15.375rem !important;
  }

  .slider-top__item:nth-child(3n+2) {
    width: 11.125rem !important;
  }

  .slider-top__item:nth-child(3n+3) {
    width: 15.625rem !important;
  }

  .slider-down__item {
    height: 7rem !important;
  }

  .slider-down__item:nth-child(3n+1) {
    width: 11.125rem !important;
  }

  .slider-down__item:nth-child(3n+2) {
    width: 15.375rem !important;
  }

  .slider-down__item:nth-child(3n+3) {
    width: auto !important;
  }

  .slider-down__item:nth-child(3n+4) {
    width: auto !important;
  }

  .courier {
    padding: 2rem 1rem;
    height: auto;
  }

  .courier__wrap {
    height: 11.3125rem;
  }

  .courier__wrap img {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .courier__wrap img:nth-child(1) {
    display: none;
  }

  .courier__wrap img:nth-child(2) {
    display: none;
  }

  .courier__wrap img:nth-child(3) {
    display: flex;
  }

  .popup__wrap {
    padding: 2rem 1rem;
  }

  .footer-top__right {
    display: flex;
    flex-direction: column;
  }

  .footer-top__payment {
    padding-top: 3rem;
  }

  .footer-col__link {
    text-align: left;
  }

  .footer-col__img img:nth-child(1) {
    display: none;
  }

  .footer-col__img img:nth-child(2) {
    display: none;
  }

  .footer-col__img img:nth-child(3) {
    display: flex;
    width: 100%;
  }

  .footer-list__img img:nth-child(1) {
    display: none;
  }

  .footer-list__img img:nth-child(2) {
    display: none;
  }

  .footer-list__img img:nth-child(3) {
    display: flex;
    width: 100%;
  }

  .footer-payment__title {
    text-align: center;
  }

  .footer-payment__img {
    width: 100%;
    height: 9.1875rem;
  }

  .footer-payment__img img:nth-child(1) {
    display: none;
  }

  .footer-payment__img img:nth-child(2) {
    display: flex;
  }

  .footer-top__box {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 26.875rem) {
  .banner__btn {
    bottom: 3%;
    left: 50%;
    width: 80%;
    height: 3.125rem;
    padding: 0.625rem 1.125rem;
    transform: translateX(-50%);
  }
}

@media (max-width: 23.375rem) {
  .advantages__title img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .work-process__left {
    height: auto;
  }

  .work-process__left img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media (max-width: 22.5rem) {
  .banner__btn {
    bottom: 1.5%;
    left: 50%;
    width: 80%;
    height: 3rem;
    padding: 0.625rem 1.125rem;
    transform: translateX(-50%);
  }
}

@media (max-width: 14.125rem) {
  .slider-down__item:nth-child(3n+4) {
    width: 14.125rem !important;
  }
}