@import url("../fonts/CirceRounded/stylesheet.css");

body::before {
  content: url("../img/welcome__img.webp");
  position: absolute;
  top: -9999rem;
  left: -9999rem;
  opacity: 0;
}

html {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 4px;               
}
::-webkit-scrollbar-track {
  background: #fff;      
}
::-webkit-scrollbar-thumb {
  background-color: #292a2d;  
  border-radius: 20px; 


}

*,
*::after,
*::before {
  box-sizing: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
html,
body {
  overflow-x: hidden;
}
body {
  position: relative;
}

body {
  color: var(--Dark, #292a2d);
  font-family: "Circe Rounded", Arial, sans-serif;
  font-style: normal;
  line-height: normal;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  cursor: pointer;
}

img {
  object-fit: cover;
}

ul {
  list-style: none;
}

button {
  cursor: pointer;
  border: none;
  font-family: "Circe Rounded", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  padding: 0;
}

h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 140%; /* 44.8px */
  text-transform: uppercase;
  color: #000000;
}

hr {
  opacity: 0.2;
  background: var(--blue-grey, #6d7381);
  margin: 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  overflow: hidden;
}

.marquee__text {
  font-size: 12px;
  font-weight: 400;
  line-height: 140%; /* 14px */
  text-transform: uppercase;
  color: #000000;
}

.marquee {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 30px;
  overflow-x: hidden;

  gap: 18px;
  padding: 9px 0px;
  background: #c1f83c;
}

.content {
  display: flex;
  align-items: center;
  gap: 18px;
}

.track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 30s linear infinite;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.header.fixed {
  position: fixed;
  top: 0px;
  width: 100%;
  background: #fff;
  z-index: 9999;
  transition: 0.5s all ease;
  opacity: 0;
  visibility: hidden;
}

.header.fixed.active {
  opacity: 1;
  visibility: visible;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 7px;
}

.header__list {
  display: flex;
  align-items: center;
  gap: 40px;
}

.header__link {
  font-size: 16px;
  line-height: 140%;
  color: #292a2d;
  font-weight: 400;
}

.header__item-btn {
  border-radius: 32px;
  border: 1px solid rgba(109, 115, 129, 0.2);
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header__btn-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  padding: 9px 16px 5px;
}

.header__btn-img {
  margin-top: -5px;
}

.menu__list {
  display: flex;
  align-items: center;
  gap: 17px;
}

.menu__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}

.menu__item-box {
  display: flex;
  align-items: center;
  position: relative;
}

.menu__item-box span {
  color: #fff;
  background: #818aa2;
  border-radius: 50%;
  width: 20px;
  text-align: center;
  height: 20px;
  position: absolute;
  top: -8px;
  right: -8px;
  z-index: 2;
  font-size: 12px;
}

.menu__item-list {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-110%);
  transform-origin: 0 0;
  transition: 0.3s all ease;
}

.menu__item-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dark, #1e1e21);

  font-weight: 400;
  line-height: 140%; /* 22.4px */
  padding: 11px 24px;
}

.menu__item-btn {
  border-radius: 32px;
  background: var(--light, #e2e3e6);
  font-size: 16px;
  font-weight: 600;
  line-height: 140%; /* 22.4px */
}

.menu__item-btn .menu__item-link {
  font-weight: 600;
}

.header .logo {
  margin-right: -100px;
}

.welcome__inner {
  position: relative;
  padding-top: 80px;
  padding-bottom: 85px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.welcome__inner-article {
  position: absolute;
  transform: rotate(335deg);
  left: 20px;
  top: -3px;
}

.welcome__article-img {
  max-width: 101px;

  position: unset !important;
}

.welcome img {
  position: absolute;
  z-index: 1
}

.main__btn {
  border-radius: 32px;
  background: var(--primary, #c1f83c);
  padding: 0;
  position: relative;
  z-index: 10;
}

.main__btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 7px 20px 3px;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%; /* 19.6px */
  text-transform: uppercase;
  text-align: center;
}

img.main__btn-img {
  position: relative;
  margin-top: -5px;
}

.welcome__title {
  text-align: center;
  font-size: 100px;
  font-weight: 550;
  line-height: 100%;
  max-width: 1050px;
  text-transform: uppercase;
  margin-top: 35px;
}

.welcome__btn {
  background: #c1f83c;
  z-index: 10;
  border-radius: 50%;
  margin-top: 197px;
  max-width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.welcome__link {
  color: var(--dark, #1e1e21);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%; /* 22.4px */
  text-transform: uppercase;
  position: relative;
  padding: 50px 30px;
  min-width: 120px;
  max-height: 120px;
}

.welcome__link svg {
  position: absolute;
  left: 10px;
  top: 10px;

  z-index: 5;
  animation: 1.5s linear 0s normal none infinite running rot;
  -webkit-animation: 1.5s linear 0s normal none infinite running rot;
}
@keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(40deg);
  }
}
@-webkit-keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(40deg);
  }
}

.welcome__img {
  bottom: -10px;
  transform: translate(-50%, 0%);
  left: 50%;
  width: 287px;

  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.welcome__icon1 {
  left: 120px;
  bottom: 63px;
}
.welcome__icon2 {
  top: 53px;
  right: 66px;
}

.about {
  padding-top: 0px;
  background: #f4f5f8;
}

.about__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1050px;
}

.about .main__btn-link {
  max-width: 93px;
  max-height: 28px;
  font-size: 14px;
}

.about__title {
  max-width: 450px;
}

.about__descr {
  max-width: 848px;
}

.about__content {
  display: flex;
  justify-content: end;
  align-items: end;
  min-width: 300px;
  min-height: 480px;
  position: relative;
}

.about__content-img {
  width: 285px;
  position: absolute;
  left: 0px;
  transform: scale(-1, 1);
}

.about__text {
  margin: 29px 0 54px;
  color: var(--blue-grey, #6d7381);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  max-width: 655px;
}

.about__list {
  display: flex;
  align-items: center;
  gap: 30px;
}

.about__item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.about__item-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  /* max-width: 120px; */
  color: #1e1e21;
}

strong {
  font-weight: 800;
}

.create {
  padding-top: 50px;
  margin-top: 26px;
}

.create__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.create__list {
  display: flex;
  align-items: center;
  gap: 40px;
}

.create__list.none {
  display: none;
}

.swiper-create {
  position: relative;
  padding-bottom: 43px;
}

.swiper-pagination {
  bottom: 0px !important;
  margin: 0;
}

.swiper-pagination-bullet {
  background: #6d7381 !important;
  opacity: 0.2;
}
.swiper-pagination-bullet-active {
  background: #6d7381;
  opacity: 1;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: "" !important;
}

.swiper-button-prev.create {
  margin: 0;
  margin-top: -60px;
  margin-left: -23px;
  z-index: 5;
}
.swiper-button-next.create {
  margin-top: -60px;
  margin-right: -23px;
  z-index: 5;
}

.create__title {
  margin: 25px 0 51px;
}

.create__btns {
  margin-bottom: 91px;
  display: flex;
  align-items: center;
}

.create__btn {
  color: var(--dark, #1e1e21);
  font-size: 16px;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  border: 1px solid rgba(109, 115, 129, 0.2);
  padding: 10px 39px;
  background: #fff;
}

.create__btn:first-child {
  border-radius: 32px 0px 0px 32px;
}
.create__btn:last-child {
  border-radius: 0px 32px 32px 0px;
}

.create__btn:hover {
  color: var(--white, #fff);
  border: 1px solid rgba(109, 115, 129, 0.2);
  background: var(--dark, #1e1e21);
}

.create__btn.active {
  color: var(--white, #fff);
  border: 1px solid rgba(109, 115, 129, 0.2);
  background: var(--dark, #1e1e21);
}

.swiper-create-card {
  border-radius: 2px;
  background: var(--light, #f4f5f8);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: end;
  max-height: 400px;
}

.swiper-create-img {
  width: 100%;
  border-radius: 4px;
}

.swiper-create-link {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  bottom: 15px;
  color: #1e1e21;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 600;
  border-radius: 30px;
  background-color: #c1f83c;
  padding: 10.5px 32px 6px;
  text-transform: uppercase;
}

.swiper-create-link.unactive {
  background: #e0e2e7;
  color: var(--blue-grey, #6d7381);
}

.swiper-create .main__btn {
  position: absolute;
  right: 20px;
  top: 20px;
}

.swiper-create .main__btn-link {
  font-size: 20px;
}

.create__list .main__btn-link {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: #c1f83c;
  border-radius: 32px;
  padding: 6px 15px 4px;
  font-weight: 600;
  gap: 5px;
  color: #000000;
}

.create__list img.main__btn-img {
  margin-top: -1px;
}

.swiper-create-article {
  text-align: center;
}
.swiper-create-title {
  color: var(--blue-grey, #6d7381);
  font-size: 18px;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  margin: 23px 0px -1px;
}
.swiper-create-price {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.swiper-price-old {
  color: var(--blue-grey, #1e1e21);
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  text-decoration: line-through;
}

.swiper-price-new {
  color: var(--dark, #1e1e21);
  font-size: 24px;
  font-weight: 550;
  line-height: 140%; /* 33.6px */
}

.catalog {
  padding-top: 170px;
}

.catalog__inner {
  padding-top: 62px;
  border-radius: 4px;
  background: var(--light, #f4f5f8);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.catalog__title {
  margin-top: 19px;
  font-size: 36px;
  font-weight: 600;
  line-height: 140%; /* 67.2px */
}

.catalog__list-imgs {
  display: flex;
  gap: 83px;
  align-items: center;
}
.catalog__btn-link {
  position: absolute;
  bottom: 15px;
  border-radius: 32px;
  background: var(--dark, #1e1e21);
  padding: 15px 37px;
  color: var(--white, #fff);
  font-size: 14px;
  font-weight: 600;
  line-height: 140%; /* 19.6px */
  text-transform: uppercase;
}

.catalog__item {
  margin-top: -30px;
}
.catalog__item:nth-child(2) {
  margin-top: -19px;
  margin-bottom: -23px;
}
.catalog__item:nth-child(2) .catalog__item-img {
  width: 280px;
}

.gift {
  margin: 130px 0 0px;
  background: #f4f5f8;
}

.gift__inner {
  padding: 60px 0 80px;
  display: flex;
  justify-content: space-between;
}

.gift__descr {
  max-width: 515px;
}

.gift__title {
  margin: 55px 0px 24px;
  font-size: 32px;
}

.gift__text {
  color: var(--blue-grey, #6d7381);
  font-size: 18px;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
}

.gift__btn {
  margin-top: 44px;
}

.gift__btn-link {
  padding: 11px 24px;
  color: var(--white, #fff);
  font-size: 16px;
  font-weight: 600;
  line-height: 140%; /* 22.4px */
  border-radius: 32px;
  background: var(--dark, #1e1e21);
  display: block;
}

.steps {
  padding-top: 160px;
}

.steps .main__btn-link {
  font-size: 14px;
  max-width: 89px;
  max-height: 29px;
}

.steps__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 905px;
}

.steps__title {
  margin: 19px 0 72px;
}

.steps__list {
  display: flex;

  align-items: center;
  justify-content: center;
  gap: 30px;
}

.steps__list:first-of-type {
  margin-bottom: 53px;
}

.steps__item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.steps__item-num {
  background: #1e1e21;
  min-width: 56px;
  height: 56px;
  color: var(--white, #fff);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  border-radius: 50%;
  line-height: 140%; /* 25.2px */
}

.steps__item-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 140%; /* 25.2px */
  margin-bottom: 5px;
}

.steps__item-subtitle {
  color: var(--blue-grey, #6d7381);
  font-size: 16px;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  width: max-content;
}

.gallery {
  margin: 130px 0;
}

.gallery__title {
  margin-bottom: 30px;
  max-width: 680px;
  text-transform: inherit;
  font-weight: 550;
}

.gallery__title-link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #28292c;
  font-size: 16px;
  text-transform: uppercase;
}

.gallery__link-img {
  transition: 0.3s all ease;
}

.gallery__title-link:hover .gallery__link-img {
  transform: translateX(10px);
}

.gallery__title .main__btn {
  margin-right: 10px;
}

.swiper-horizontal {
  position: relative;
}

.swiper-button-prev.gallery {
  margin: 0;
  position: relative;

  z-index: 3;
}
.swiper-button-next.gallery {
  margin: 0;
  z-index: 3;
  position: relative;
}

.gallery__inner {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-top: 20px;
  gap: 42px;
  padding-right: 0;
}

.swiper-button-next {
  transform: scale(-1, 1) !important;
}

.swiper-gallery .swiper-slide {
  height: 370px;
}

.swiper-gallery-img {
  height: 100%;
  width: 100%;
  border-radius: 5px;
}

.media {
  margin-bottom: 140px;
}

.media__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.media__list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
}

.media__item {
  display: flex;
  flex-direction: column;
  min-height: 215px;
}

.media__item:nth-of-type(2) {
  margin-top: -30px;
}

.media__item-img {
  width: 233px;
}

.media__item-link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  max-width: 238px;
  color: #000000;
}

.media__item-link--read {
  font-size: 25px;
  font-weight: 600;
}

.media__item-link:nth-of-type(2) {
  margin: 20px 0 auto;
}

.media__item:not(:nth-of-type(2)) .media__item-link:nth-of-type(2) {
  margin-top: 40px;
}

.team {
}

.team__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.team__title {
  margin: 20px 0px 5px;
}

.team__text {
  color: #000000;
  font-size: 16px;
  max-width: 620px;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: center;
}

.team__list {
  display: flex;
  gap: 10px;
}

.team__item-img {
  width: 100%;
  border-radius: 5px;
  height: 295px;
}

.team__inner-list {
  display: flex;
  gap: 15px;
  margin: 20px 0 40px;
}

.team__inner-img {
  width: 100%;
  border-radius: 5px;
}

.team__video-container {
  width: 100%;
  height: 450px;
  border-radius: 7px;
  overflow: hidden;
  max-width: 960px;
  cursor: pointer;
}

.team__video-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team__video-iframe {
  display: none;

  width: 100%;
  height: 100%;
}

.how {
  background: #f4f5f8;
  padding: 62px 0;
}

.how__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.how__descr {
  max-width: 511px;
}

.how__title {
  margin: 30px 0 24px;
}

.how__text {
  color: var(--blue-grey, #6d7381);
  font-size: 18px;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
}

.how__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  gap: 32px 10px;
}

.how__item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.how__item-text {
  color: var(--dark, #1e1e21);
  font-size: 16px;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  max-width: 165px;
}
.faq {
  margin-top: 70px;
  padding-top: 32px;
}

.faq__inner {
  display: flex;
  flex-direction: column;
  max-width: 800px;

  justify-content: center;
  align-items: center;
}

.faq__title {
  margin: 25px 0 21px;
}
.accordion {
  border-radius: 2px;
  background: var(--light, white);
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 2px;
  padding-top: 24px;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%; /* 28px */

  border-top: 1px solid rgba(109, 115, 129, 0.2);
}

.accordion__title {
  font-weight: 600;
  font-size: 24px;
  color: #292a2d;
}

.accordion img {
  transition: 0.3s all ease;
}

.accordion.active {
  margin-bottom: 26px;
}

.accordion__box-img {
  display: flex;
  align-items: center;
  padding: 5px;
  transition: 0.3s all ease;
  border-radius: 50%;
}

.accordion:hover .accordion__box-img {
  background: #eee;
}

.accordion.active img {
  transform: rotate(45deg);
}

.accordion__panel {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.accordion__panel-text {
  margin-bottom: 42px;
  color: var(--blue-grey, #818ba3);
  font-size: 16px;
  font-weight: 500;
  line-height: 150%; /* 25.2px */
}
.contact {
  margin: 0px 0 110px;
  padding-top: 130px;
}

.contact__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contact__title {
  margin: 30px 0 60px;
  color: #141414;
}

.contact__list {
  display: flex;
  align-items: center;
  gap: 20px;
}

.contact__item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact__item-link {
  color: var(--dark, #292a2d);
  font-size: 16px;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
}

.request {
  background: #f4f5f8;
}

.request__inner {
  display: flex;
  gap: 63px;
  align-items: center;
  overflow: visible;
  justify-content: center;
}

.request__descr {
  margin-top: -40px;
  margin-left: -45px;
}

/*.request__form {
  display: flex;
  flex-direction: column;
  min-width: 343px;
}

.request__form-label {
  margin-bottom: 16px;
}*/

.request__content {
  margin-bottom: -7px;
}

.request__content-img {
  margin-top: -75px;
  width: 100%;
  height: 420px;
}


.footer {
  background: #1e1e21;
  padding: 66px 0;
  color: var(--white, #fff);

  z-index: 55;
  position: relative;
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  min-height: 220px;
}

.footer__left {
  display: flex;
}

.footer__left-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 245px;
}

.footer__logo-box {
  display: flex;
  flex-direction: column;
  margin-bottom: auto;
  gap: 24px;
}

.footer .logo {
  margin: 0;
  display: block;
}

.footer__logo-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
}

.footer__copyrights {
  font-size: 12px;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
  opacity: 0.5;
}

.footer__copyrights:first-of-type {
  margin: 10px 0;
}

.footer__menu-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer__menu:first-of-type {
  margin: 0px 126px 0px 79px;
}

.footer__item-link {
  font-size: 14px;
  font-weight: 600;
  line-height: 140%; /* 19.6px */
}

.footer__item-img {
  max-width: 96px;
}

.footer__item-title {
  color: var(--blue-grey, #6d7381);
  font-size: 14px;
  font-weight: 600;
  line-height: 140%; /* 19.6px */
  text-transform: uppercase;
}

.footer__right {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
}

.footer__right-policy {
  margin-bottom: auto;
  display: flex;
  justify-content: end;
  align-items: end;
  flex-direction: column;
  gap: 3px;
}

.footer__right-item:nth-child(3) {
  min-width: 214px;
}

.footer__right-item:nth-child(3) img {
  max-width: unset;
  width: 100%;
}

.footer__right .footer__right-link {
  text-align: end;
  font-size: 14px;
}

.footer__right-policy a {
  font-size: 14px;
  color: #fff;
  opacity: 0.5;
}

.footer__socials {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: auto;
}

.footer__right-list {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.footer__right-link {
  font-size: 12px;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
  margin-bottom: 6px;
}

.mobile {
  display: none !important;
}

@media (max-width: 1140px) {
  .about__list {
    display: flex;
    flex-wrap: wrap;
  }
  .steps__list {
    gap: 15px;
  }
  .footer__menu:first-of-type {
    margin: 0 63px 0 34px;
  }
  .footer__right-list {
    flex-wrap: wrap;
    justify-content: end;
  }
}

@media (max-width: 768px) {
  .header__nav,
  .menu__item:not(:last-child) {
    display: none;
  }
  .welcome__article-img {
    max-width: 60px;
  }
  .welcome__link {
    max-width: 110px;
    min-width: 110px;
    max-height: 110px;
    padding: 47px 26px;
  }
  .welcome__link svg {
    width: 100px;
    height: 100px;
    left: 5px;
    top: 5px;
  }
  .header .logo {
    margin-right: -30px;
    margin-bottom: -10px;
  }
  .logo {
    margin-left: 0;
  }
  .logo img {
    width: 122px;
  }
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .burger__menu .logo {
    display: block;
    width: 100%;
  }
  .burger__menu-close {
    position: absolute;
    right: 10px;
    top: 10px;
  }

  .burger__list {
    margin: 25px 0px auto;
  }
  .mobile {
    display: block !important;
  }
  .menu__item-btn {
    max-width: 170px;
  }

  .burger__menu {
    position: fixed;
    left: 0px;
    top: 0px;
    transform: translateX(-110%);
    padding: 42px 25px 25px;
    background: white;
    min-width: 300px;
    z-index: 11;
    height: 100svh;
    display: flex !important;
    flex-direction: column;
    transition: 0.3s all ease;
  }
  .burger__menu.active {
    transform: translateX(0%);
  }
  .burger__list {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .burger__list-abs {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 10px;
  }
  .burger__list-abs.active {
    transition: 0.3s all ease;
    position: relative;
    opacity: 1;
    visibility: visible;
  }
  .burger__abs-link {
    font-size: 14px;
    font-weight: 600;
  }
  .burger__item-img {
    max-width: 15px;
    margin-bottom: -2px;
  }
  .burger__item-text {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    display: block;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .welcome__inner {
    padding-top: 70px;
  }
  .welcome__title {
    font-size: 42px;
    font-weight: 600;
    line-height: 100%; /* 46px */
    margin-top: 30px;
  }
  .welcome__icon1 {
    width: 45px;
    left: 40px;
    margin-top: 220px;
    transform: unset;
  }
  .welcome__icon2 {
    top: 55px;
    right: 40px;
    width: 45px;
  }
  .welcome__img {
    width: 200px;
  }
  .welcome__btn {
    margin-top: 180px;
    margin-bottom: -78px;
  }
  .about__inner {
    flex-direction: column-reverse;
  }
  .about__list {
    flex-direction: column;
    align-items: self-start;
  }
  .welcome .main__btn-link {
    font-size: 14px;
  }
  .welcome img.main__btn-img {
    width: 15px;
  }
  .main__btn-link {
    font-size: 14px;
    gap: 6px;
  }
  img.main__btn-img {
    width: 12px;
  }
  h2 {
    font-size: 24px;
    font-weight: 550;
    line-height: 140%; /* 33.6px */
  }
  .about__text {
    font-size: 16px;
    margin: 22px 0 30px;
  }
  .about__item-text {
    padding-right: 20px;
  }
  .about__content-img {
    width: 185px;
    margin-top: -20px;
    left: 75px;
  }
  .about__item-text {
    max-width: unset;
  }
  .about__inner {
    position: relative;
  }
  .about__content {
    position: absolute;
    right: 0px;
    bottom: 0px;
  }
  .about {
    padding-top: 72px;
  }
  .about__content {
    min-height: 100px;
  }
  .create {
    margin-top: 0px;
    padding-top: 80px;
  }
  .create__title {
    margin: 22px 0;
  }

  .swiper-create-card {
    min-height: 214px;
  }
  .create__btns {
    margin-bottom: 30px;
  }
  .swiper-create-img {
    width: 160px;
  }
  .swiper-create-link {
    display: none;
  }
  .swiper-create .main__btn-link {
    font-size: 14px;
  }
  .swiper-create .main__btn {
    top: 10px;
    right: 10px;
  }
  .swiper-button-next.create,
  .swiper-button-prev.create {
    display: none !important;
  }
  .catalog__title {
    font-size: 29px;
    text-align: center;
  }
  .catalog__item:not(:nth-child(2)) {
    display: none;
  }
  .catalog__item-img .catalog__item:nth-child(2) .catalog__item-img {
    width: 270px;
    margin-top: 110px;
    margin-right: -40px;
  }
  .catalog__btn-link {
    bottom: 25px;
  }
  .catalog {
    padding-top: 80px;
  }
  .gift {
    margin-top: 80px;
  }
  .gift__inner {
    flex-direction: column-reverse;
    padding-bottom: 20px;
  }
  .gift__title {
    margin: 0;
    margin-bottom: 18px;
    font-size: 24px;
  }
  .gift__btn {
    margin-top: 30px;
  }
  .gift__descr {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .gift__text {
    font-size: 16px;
    text-align: center;
  }
  .gift__content {
    display: flex;
    justify-content: center;
    margin-left: -30px;
    margin-top: 16px;
  }
  .gift__content-img {
    width: 415px;
  }
  .steps {
    padding-top: 80px;
  }

  .steps__title {
    margin: 20px 0px 30px;
  }
  .steps__item-line {
    transform: rotate(90deg);
    padding: 20px 0;
  }
  .steps__list {
    display: flex;
    gap: 8px;
    flex-direction: column;
  }
  .steps__item-title {
    font-size: 16px;
  }
  .steps__item-subtitle {
    font-size: 14px;
  }
  .steps__item-num {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .gallery__title {
    margin-bottom: 30px;
  }
  .swiper-button-next.gallery {
    margin-right: -8px;
    margin-top: -25px;
  }
  .swiper-button-prev.gallery {
    margin-left: -8px;
    margin-top: -25px;
  }
  .gallery {
    margin: 80px 0;
  }
  .media__list {
    display: flex;
    flex-direction: column;
  }
  .how__inner {
    flex-direction: column-reverse;
  }
  .how__content {
    display: none;
  }
  .media {
    margin-bottom: 80px;
  }
  .media__item:nth-of-type(2) {
    margin-top: 0px;
  }
  .media__list {
    margin-top: 20px;
    gap: 40px;
  }
  .media__item {
    min-height: unset;
    align-items: center;
  }
  .media__item-link {
    margin: 0 !important;
  }
  .media__item-link:nth-of-type(2) {
    margin: 20px 0 40px !important;
  }
  .team__text {
    font-size: 12px;
  }
  .team__list {
    margin: 20px 0 30px;
    display: flex;
    gap: 10px;
  }
  .team__item:nth-child(4),
  .team__item:nth-child(5) {

   display: none;
  }
  .team__list.mobile{
    display: flex !important;
    gap: 10px;
    margin-top: 10px;
  }

  .team__list.mobile .team__item{
    max-width: 130px;
  }
  .team__video-container{
    height: 350px;
  }

  


  .team__item {
    height: 183px;
  }
  .team__item-img {
    height: 100%;
  }
  .team__inner-list {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 49%);
  }
  .team__inner-item {
    height: 173p;
  }
  .team__inner-img {
    height: 100%;
  }
  .how__content-img {
    width: 100%;
    border-radius: 4px;
    margin-top: 30px;
  }
  .how__descr {
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
  }
  .how__list {
    flex-direction: column;
    align-self: start;
    text-align: start;
  }
  .how {
    padding: 40px 0;
  }
  .faq {
    margin-top: 0px;
    padding-top: 80px;
    margin-bottom: 0px;
  }
  .faq__title {
    margin: 20px 0px 30px;
  }
  .accordion__title {
    font-size: 20px;
  }
  .accordion__panel-text {
    font-size: 12px;
  }
  .accordion__box-img {
    background: unset !important;
    padding-right: 5px;
  }
  .contact {
    padding-top: 80px;
  }
  .contact__list {
    justify-content: center;
    gap: 40px;
    width: 100%;
  }
  .request__descr {
    margin-left: unset;
    margin-top: unset;
  }
  .contact__item-link {
    font-size: 14px;
    font-weight: 400;
  }

  .contact__title {
    margin: 20px 0 30px;
  }
  .request__inner {
    flex-direction: column-reverse;
    gap: 0px;
  }
  .request__content-img {
    width: 278px;
    height: unset;
  }
  .request__form {
    min-width: unset;
    width: 100%;
  }
  .request__descr {
    width: 100%;
    margin-bottom: 60px;
  }
  .footer__inner {
    flex-direction: column;
  }
  .footer__left {
    flex-direction: column;
  }
  .footer__logo-text,
  .footer__copyrights {
    display: none;
  }
  .footer__logo-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
  .footer__left-info {
    width: 100%;
    max-width: unset;
  }
  .footer__socials.mobile {
    display: flex !important;
    margin-bottom: 0px;
  }
  .footer__menu:first-of-type {
    margin: 0;
    display: none;
  }
  .footer__social-img {
    width: 28px;
    height: 28px;
  }
  .footer__menu {
    display: flex;
    flex-direction: row;
    gap: 40px;
    margin: 32px 0;
  }
  .footer__right-policy {
    justify-content: start;
    align-items: start;
    margin-bottom: 0px;
  }
  .footer__menu-list.mobile {
    display: flex !important;
  }
  .footer__socials {
    display: none;
  }
  .footer__right {
    align-items: start;
  }
  .footer__right-item:nth-child(1) .footer__item-img {
    width: 47px;
  }
  .footer__right-item:nth-child(2) .footer__item-img {
    width: 162px;
  }
  .footer__right-item:nth-child(3) .footer__item-img {
    width: 57px;
  }
  .footer__right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    justify-content: unset;
    gap: 20px;
  }
  .footer__right .footer__right-link {
    text-align: start;
  }
  .footer .logo img {
    width: 131px;
  }

  .footer__copyrights,
  .footer__right-policy,
  .footer__logo-text {
    width: 125px;
    margin: 0;
  }
  .footer__right-item:nth-child(3) {
    min-width: unset;
  }
  .footer__item-img.mobile {
    width: 70px;
    margin-right: 100px;
  }

  .footer__right-item:nth-child(2) .footer__item-img {
    width: unset;
  }
  .footer__right-item:nth-child(1) .footer__item-img {
    width: unset;
  }
  .footer__right-item:nth-child(3) .footer__item-img {
    width: 213px;
  }
  .footer__right-list {
    display: flex;
    flex-wrap: wrap;
  }
  .footer__right-item:last-child {
    display: none;
  }
  .footer__logo-text {
    margin: 20px 0px 8px;
  }
  .create__list {
    display: grid;
    grid-template-columns: repeat(2, 47%);
    flex-wrap: wrap;
    justify-content: unset;
  }
  .swiper-create-link {
    display: block;
    bottom: 0px;
  }
  .steps__list {
    align-items: start;
    justify-content: unset;
  }
  .steps__item-line {
    padding: 0;
    margin-left: 4px;
    margin-top: 15px;
  }
  .steps__list:first-of-type {
    margin-bottom: 10px;
  }
  .steps__item-num {
    min-width: 36px;
    max-width: 36px;
    max-height: 36px;
  }
  .steps__list:last-child {
    min-width: 233px;
  }
  .gallery__inner {
    display: none;
  }

  .gallery__title {
    display: flex;
    flex-direction: column;
    font-size: 29px;
  }
  .gallery__title .main__btn {
    max-width: 158px;
    align-self: center;
    margin-bottom: 20px;
  }
  .gallery__title-link {
    font-size: 20px;
    line-height: normal;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
    text-align: center;
  }
  .gallery .container {
    padding: 0;
  }
  .swiper-gallery .swiper-slide {
    height: 664px;
  }
  .swiper-gallery {
    position: relative;
  }
  .swiper-gallery .swiper-pagination-bullet {
    background-color: #eee !important;
    opacity: 1 !important;
    margin: 0px 5px !important;
  }
  .swiper-gallery .swiper-pagination-bullet-active {
    background-color: #222 !important;
  }
  .swiper-gallery .swiper-pagination {
    margin: 0;
    margin-bottom: 20px;
  }
  .gallery {
    margin-bottom: 100px;
  }
  .request__content-img {
    margin-top: 0px;
  }
}

@media (max-width: 480px) {
  .header,
  .marquee,
  .header.fixed hr {
    display: none;
  }

  .header.fixed {
    transition: 0.5s all ease;
    background: unset;
    display: block;
    border-bottom: 0px;
  }
  .welcome__img {
    width: 240px;
  }

  .header .logo {
    display: none;
  }

  .burger__menu .menu__item-link {
    font-weight: 800;
    border-radius: 30px;
    color: #1e1e21;
    background-color: #e2e3e6;
    padding: 20px 30px;
  }

  .menu__item-link {
    background: #c1f83c;
    border-radius: 50%;
    padding: 10px;
  }
  .burger__menu-img {
    background: #c1f83c;
    border-radius: 50%;
    padding: 10px;
  }

  .welcome__inner {
    padding-top: 63px;
    padding-bottom: 166px;
  }
  h2 {
    font-size: 26px;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .about__text {
    font-size: 18px;
  }
  .about__item-text {
    max-width: unset;
  }

  .about__content-img {
    width: 228px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0%) scale(-1, 1);
  }
  .about__content {
    min-width: unset;
    min-height: unset;
    position: unset;
  }
  .about__list {
    gap: 10px;
  }
  .about__item-text {
    font-size: 17px;
  }
  .about__inner {
    padding-bottom: 300px;
    position: relative;
  }
  .create__list {
    gap: 20px;
  }

  .catalog__title {
    font-size: 30px;
    max-width: 300px;
  }

  .catalog__btn-link {
    bottom: 20px;
  }
  .catalog__item:nth-child(1) .catalog__item-img {
    margin-right: -100px;
  }
  .catalog__item:nth-child(3) .catalog__item-img {
    margin-left: -70px;
    margin-top: -90px;
  }
  .catalog__item:nth-child(2) .catalog__item-img {
    margin-top: 0px;
    margin-right: -20px;
  }
  .catalog__item:not(:nth-child(2)) {
    display: block;
  }
  .catalog__list-imgs {
    gap: 0px;
  }
  .contact__title {
    max-width: 260px;
    text-align: center;
  }
  .burger__menu {
    position: fixed;
    z-index: 11;
  }
}
