/* === import fonts === */
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFPro/sf-pro-display-regular.woff");
  src: local("☺"), url("../fonts/SFPro/sf-pro-display-regular.woff") format("woff"), url("../fonts/SFPro/sf-pro-display-regular.woff") format("truetype"), url("../fonts/SFPro/sf-pro-display-regular.woff") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFPro/sf-pro-display-medium.woff");
  src: local("☺"), url("../fonts/SFPro/sf-pro-display-medium.woff") format("woff"), url("../fonts/SFPro/sf-pro-display-medium.woff") format("truetype"), url("../fonts/SFPro/sf-pro-display-medium.woff") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFPro/sf-pro-display-semibold.woff");
  src: local("☺"), url("../fonts/SFPro/sf-pro-display-semibold.woff") format("woff"), url("../fonts/SFPro/sf-pro-display-semibold.woff") format("truetype"), url("../fonts/SFPro/sf-pro-display-semibold.woff") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFPro/sf-pro-display-bold.woff");
  src: local("☺"), url("../fonts/SFPro/sf-pro-display-bold.woff") format("woff"), url("../fonts/SFPro/sf-pro-display-bold.woff") format("truetype"), url("../fonts/SFPro/sf-pro-display-bold.woff") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Text";
  src: url("../fonts/SFPro/sf-pro-text-light.woff");
  src: local("☺"), url("../fonts/SFPro/sf-pro-text-light.woff") format("woff"), url("../fonts/SFPro/sf-pro-text-light.woff") format("truetype"), url("../fonts/SFPro/sf-pro-text-light.woff") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Text";
  src: url("../fonts/SFPro/sf-pro-text-medium.woff");
  src: local("☺"), url("../fonts/SFPro/sf-pro-text-medium.woff") format("woff"), url("../fonts/SFPro/sf-pro-text-medium.woff") format("truetype"), url("../fonts/SFPro/sf-pro-text-medium.woff") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Text";
  src: url("../fonts/SFPro/sf-pro-text-semibold.woff");
  src: local("☺"), url("../fonts/SFPro/sf-pro-text-semibold.woff") format("woff"), url("../fonts/SFPro/sf-pro-text-semibold.woff") format("truetype"), url("../fonts/SFPro/sf-pro-text-semibold.woff") format("svg");
  font-weight: 600;
  font-style: normal;
}


/* === START MainPage Index === */
.main {
  height: 82vh;
  position: relative;
  background-size: cover;
  background-position: bottom;
  display: flex;
  align-items: center;
}

.main .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main__content {
  width: 545px;
  position: relative;
  z-index: 6;
}

.main__btns {
  display: flex;
  align-content: flex-start;
  gap: 12px;
}

.main__title {
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 135%;
  color: var(--text);
  /*color: var(--white);*/
  margin-bottom: 16px;
}

.main__title .text-blue {
  font-family: 'SF Pro Display';
}

.main__subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 135%;
  color: #525252;
  margin-bottom: 28px;
}

.main__img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  z-index: 4;
  width: 50%;
}

.main__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.main__modal {
  display: none;
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.main__modal.success {
  display: none;
}

.main__modal.success.active {
  display: flex;
}

.main__modal-back {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6000 !important;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0.5;
}

.main__modal-close-btn {
  position:absolute;
  top: 16px;
  right: 28px;
  cursor: pointer;
}

.main__modal-card {
  background: var(--white);
  width: 390px;
  border: 1px solid #F3F3F3;
  box-shadow: 0px 10px 20px rgba(34, 34, 34, 0.1);
  border-radius: 20px;
  padding: 70px 20px 30px 20px;
  position: relative;
  z-index: 7000 !important;
}

.main__modal-header {
  font-style: normal;
  font-weight: 800;
  font-size: 22px;
  line-height: 135%;
  text-align: center;
  color: var(--text1);
  margin-bottom: 20px;
}

.main__modal.isApplicationForm .main__modal-card {
  width: 375px;
  padding: 65px 30px 40px 30px;
}

.main__modal.isApplicationForm .main__modal-header {
  text-align: left;
}

.main__modal.isApplicationForm .main__modal-header h3 {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: var(--black);
  margin-bottom: 12px;
}

.main__modal.isApplicationForm .main__modal-header h5 {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px; 
  color: #4D4D4D;
  margin-bottom: 12px;
}

.main__modal.isApplicationForm .main__modal-close-btn {
  top: 20px;
  right: 20px;
}

.main__modal.isApplicationForm input[type="text"],
.main__modal.isApplicationForm input[type="tel"] {
  display: block;
  background: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding: 15px 0;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  width: 100%;
  border-top: none;
  border-left: none;
  border-right: none;
  outline: none;
  margin-bottom: 10px;
}

.main__modal.isApplicationForm .checkbox {
  color: #363636;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  margin-top: 20px;
}

.main__modal.isApplicationForm .feedback__form input {
  color: #363636;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  margin-top: 20px;
}

.main__modal.isApplicationForm .checkbox input:checked ~ .checkmark {
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
} 

.main__modal.isApplicationForm .checkbox .checkmark::after {
  left: 5px;
  top: 2px;
  width: 8px;
  height: 8px;
  border: solid var(--white);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  border-radius: 1px;
}

.main__modal-body {
  margin-bottom: 30px;
}

.main__modal.success .main__modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center ;
}

.main__modal.success .main__modal-body svg {
  margin-bottom: 30px;
}

.main__modal.success .main__modal-body h3 {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: var(--black);
  margin-bottom: 16px;
}
.main__modal.success .main__modal-body h5 {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #4D4D4D;
  margin-bottom: 16px;
}

.main__modal-body p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  text-align: center;
  color: var(--text1);
}

.main__modal-footer {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.main__modal.isFreeDemo,
.main__modal.isApplicationForm {
  display: flex;
}

.main__feedback {
  margin-top: 30px;
  display: flex;
}
.main__feedback a,
.main__feedback button{
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-start;
  text-decoration: underline;
  color: #7e7e7e;
}
.main__feedback a:hover,
.main__feedback button:hover {
  text-decoration: underline;
  color: #525252;
}

.marquee {
  position: absolute;
  overflow: hidden;
  --offset: 20vw;
  --move-initial: calc(-25% + var(--offset));
  --move-final: calc(-50% + var(--offset));
  /*background: #fff;*/
  background: #FFE589;
  padding: 16px 0;
  z-index: 5;
  transform: rotate(-3deg);
  /*transform: rotate(0deg);*/
  width: -webkit-fill-available;
  bottom: 0;
}

.marquee__inner {
    width: fit-content;
    display: flex;
    position: relative;
    transform: translate3d(var(--move-initial), 0, 0);
    animation: marquee 15s linear infinite;
    animation-play-state: running;
    gap: 20px;
}

.marquee span {
    white-space: nowrap;
    color: var(--text1);
    font-family: "SF Pro Display";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 135%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

#christmas-tree {
  position: absolute;
  bottom: 33px;
  left: 250px;
  width: 198px;
  height: 258px;
  object-fit: contain;
  z-index: 1;
}

@keyframes marquee {
    0% {
        transform: translate3d(var(--move-initial), 0, 0);
    }

    100% {
        transform: translate3d(var(--move-final), 0, 0);
    }
}

@media (max-width: 1440px) {
  .marquee {
    /* margin-top: 260px; */
  }

  #christmas-tree {
    position: absolute;
    bottom: 29px;
    left: 5px;
    width: 198px;
    height: 258px;
    object-fit: contain;
    z-index: 1;
  }
}

@media (max-width: 1400px) {
  /*.main__img{*/
  /*  position: absolute;*/
  /*  top: 47px;*/
  /*  right: 0;*/
  /*  z-index: 4;*/
  /*  width: 56%;*/
  /*}*/
}

@media (max-width: 1200px) {

  /*.main__img{*/
  /*  position: absolute;*/
  /*  top: 107px;*/
  /*  right: 0;*/
  /*  z-index: 4;*/
  /*  width: 46%;*/
  /*}*/

  #christmas-tree {
    display: none;
  }
}

@media (max-width: 991px) {
  .main {
    height: auto;
    padding: 100px 0;
  }
  .main .container {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .main__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 60px;
  }

  .main__img {
    display: none;
  }

  .main__btns{
    justify-content: center;
  }

  .main__feedback {
    justify-content: center;
  }
}

@media (max-width: 768px) {

}

@media (max-width: 576px) {
  .main__feedback {
    display: none;
  }
}

@media (max-width: 500px) {
  .main {
    display: flex;
    flex-direction: column;
  }
  .main__btns {
    flex-direction: column;
  }

  .main__modal-card {
    width: 100%;
    margin: 0 20px;
  }

  .main__modal.isApplicationForm .main__modal-card {
    width: auto;
    padding: 43px 20px 20px 20px;
  }

  .main__title {
    font-size: 25px;
    line-height: 135%;
  }

  .main__subtitle {
    font-size: 15px;
    line-height: 135%;
  }

  .main__modal-header {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .main__modal-card {
    padding: 55px 10px 15px 10px;
  }
  .main__modal-footer {
    gap: 10px;
  }
  .main__modal-body {
    margin-bottom: 15px;
  }

  .main__modal.isApplicationForm .checkbox {
    font-size: 12px;
  }
  
  .text-gold {
    font-size: 16px !important;
  }
}

@media (max-width: 414px) {
  .main__content {
    padding-top: 40px;
  }
  .marquee {
    padding: 8px 0;
  }
  .marquee span {
    font-size: 14px;
    line-height: 135%;
  }
  .main__title {
    font-size: 22px;
  }
  .main-btn.btn-green,
  .main-btn.btn-border-green {
    font-size: 13px;
  }
}

@media (max-width: 390px) {

}

@media (max-width: 375px) {
  
}
@media (max-width: 374px) {
}

@media (max-width: 360px) {
  .main__title {
    font-size: 23px;
    line-height: 135%;
  }
  .main__subtitle{
    font-size: 14px;
    line-height: 135%;
  }

  .main-btn {
    font-size: 14px;
    line-height: 120%;
  }
}

.faq {
  display:  flex;
}

/* === END MainPage Index === */

/* === START MainPage Stat === */
.stat {
  position: relative;
  display: flex;
  padding: 80px 0 60px 0;
}

.stat .section__body {
  display: flex;
  justify-content: space-between;
  column-gap: 32px;
}

.stat__items {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
  text-align: center;
  align-items: center;
  width: 100%;
  /* transform: translate(0px, 100px);
  opacity: 0;
  transition: all 0.8s ease 0s; */
}

/* .stat__items.__active {
  transform: translate(0px, 0px);
opacity: 1;
} */
.stat__count {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  color: var(--text1);
  margin: 0;
}

.stat__description {
  margin: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: var(--text1);
}

@media (max-width: 1400px) {

}
@media (max-width: 1200px) {

}
@media (max-width: 991px) {
  .stat .section__body {
    flex-direction: column;
    row-gap: 40px;
  }

  .stat__items {
    gap: 8px;
  }
}
@media (max-width: 768px) {

}
@media (max-width: 500px) {
  .stat__description {
    font-size: 15px;
  }
}
@media (max-width: 414px) {

}
@media (max-width: 390px) {

}
@media (max-width: 375px) {

}
@media (max-width: 360px) {

}
@media (max-width: 320px) {

}
/* === END MainPage Stat === */


/* === START MainPage AboutVideo === */
.about-video {
  padding: 60px 0 120px 0;
  display: flex;
}

.about-video__frame {
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  height: 690px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-video__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5);
  position: absolute;
}

.about-video__play-btn {
  position: relative;
  z-index: 10;
  top: 0;
  left: 0;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}

@media (max-width: 1400px) {

}
@media (max-width: 1200px) {

}
@media (max-width: 991px) {
  .about-video__frame {
     height: 460px;
  }
}
@media (max-width: 768px) {
  .about-video__frame {
     height: 335px;
  }
}
@media (max-width: 500px) {
  .about-video {
     padding: 30px 0 60px 0;
  }
}
@media (max-width: 414px) {
  .about-video__frame {
     height: 245px;
  }
}
@media (max-width: 390px) {

}
@media (max-width: 375px) {

}
@media (max-width: 360px) {

}
@media (max-width: 320px) {

}
/* === END MainPage AboutVideo === */


/* === START MainPage Advantages === */
.advantages {
  padding: 0;
  position: relative;
  
}

.advantages__block {
  display: flex;
}

.advantages__block:nth-child(2n+1) {
  padding: 60px 0;
  background: #F8FAFF;
}

.advantages__block:nth-child(2n) {
  padding: 60px 0;
  background: var(--white);
}

.advantages .section__body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}

.advantages__block:nth-child(2n+1) .section__body {
  flex-direction: row;
}

.advantages__block:nth-child(2n) .section__body {
  flex-direction: row-reverse;
}

.advantages__image,
.advantages__content {
  width: 50%;
}

.advantages__image {
  display: flex;
  justify-content: center;
  height: 400px;
}

.advantages__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.advantages__content-title {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 135%;
  color: var(--black);
  margin-bottom: 10px;
}

.advantages__content-list {
  list-style: none;
  margin: 0 0 25px 0;
  padding: 0;
}

.advantages__content-btns {
  display: flex;
  align-items: center;
  column-gap: 30px;
}

.advantages__content-btns .more-btn {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
}

@media (max-width: 1400px) {

}
@media (max-width: 1200px) {

}
@media (max-width: 991px) {
  .advantages .section__body {
     flex-direction: column-reverse !important;
  }

  .advantages__image,
  .advantages__content {
     width: 100%;
     height: auto;
  } 

  .advantages__image img {
     width: 100%;
     height: 200px;
  }
}
@media (max-width: 768px) {

}
@media (max-width: 500px) {
  .advantages__content-btns {
     flex-direction: column;
     gap: 20px;
  }
  .advantages__content-btns .btn-green {
     width: -webkit-fill-available;
  }
  .advantages__block {
     display: flex;
  }
  .advantages__image img {
     height: auto;
     max-height: 400px;
  }
  .advantages__content-btns .more-btn {
    font-size: 15px;
  }
}
@media (max-width: 414px) {

}
@media (max-width: 390px) {

}
@media (max-width: 375px) {

}
@media (max-width: 360px) {

}
@media (max-width: 320px) {

}
/* === END MainPage Advantages === */


/* === START MainPage MobileApp === */
.mobileApp {
  padding: 70px 0;
  padding: relative;
  background: var(--main-color);
  display: flex;
}

.mobileApp .container {
  position: relative;
}

.mobileApp__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center; 
}

.mobileApp__body-title {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 135%;
  color: #F0C62F;
  margin-bottom: 16px;
}

.mobileApp__body-subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 135%;
  color: var(--white);
  margin-bottom: 30px;
}

.mobileApp__btn {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: var(--text);
  background: #F0C62F;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  width: 277px;
  padding: 16px;
}

.mobileApp__btn:hover {
  background: #dab42b;
}

.mobileApp__img-phone {
  position: absolute;
  top: -25px;
  left: 140px;
  user-select: none;
  width: 350px;
  z-index: 10;
  transform: translate(-100px, 0px);
  opacity: 0;
  transition: all 0.8s ease 0s;
}

.mobileApp__img-phone.__active {
  transform: translate(0px, 0px);
  opacity: 1;
}

.mobileApp__img-gif {
  position: absolute;
  bottom: -45px;
  right: 140px;
  user-select: none;
  z-index: 10;
  transform: translate(100px, 0px);
  opacity: 0;
  transition: all 0.8s ease 0s;
}

.mobileApp__img-gif.__active {
  transform: translate(0px, 0px);
  opacity: 1;
}

.mobileApp__img-elem1 {
  position:absolute;
  top:20px;
  left:0;
  user-select: none;
  z-index: 10;
}
.mobileApp__img-elem2 {
  position:absolute;
  top:0px;
  right:0;
  user-select: none;
  z-index: 10;
}

@media (max-width: 1400px) {
  .mobileApp__img-phone {
     left: 10px;
  }
}
@media (max-width: 1200px) {

}
@media (max-width: 991px) {
  .mobileApp__img-phone {
     display: none;
  }

  .mobileApp__img-gif {
     right: 0;
     width: 15%;
     transform: translate(0px, 100px);
  }
}
@media (max-width: 768px) {
  .mobileApp__img-elem1,
  .mobileApp__img-elem2 {
     display: none;
  }
}
@media (max-width: 500px) {
  .mobileApp  {
     padding: 35px 0;
  }
  .mobileApp__body-title {
     font-size: 25px;
  }
  .mobileApp__body-subtitle {
     font-size: 16px;
  }
}
@media (max-width: 414px) {

}
@media (max-width: 390px) {

}
@media (max-width: 375px) {

}
@media (max-width: 360px) {

}
@media (max-width: 320px) {

}

/* === END MainPage MobileApp === */


/* === START MainPage Price === */
.price {
  position: relative;
  padding: 80px 0;
  background: var(--white);
  display: flex;
}

.pirce .container {
  position: relative;
}

.price .section__header {
  flex-direction: column;
  align-items: center;
  justify-content: unset;
  gap: 16px;
}

.price__tarifs {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}

.price__tarif-items {
  width: 100%;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  position: relative;
} 

.price__tarif-head {
  position: relative;
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: center;
}

.price__tarif-head-bg {
  position: relative;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}

.price__tarif-name {
  position: absolute;
  z-index: 10;
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: var(--white);
  top: 50px;
}

.price__tarif-body {
  padding: 20px;
}

.price__tarif-list {
  list-style: none;
}

.price__tarif-list li {
  padding: 4px 0px 4px 20px;
}

.price__tarif-list li span.-new {
  background: red;
  font-size: 10px;
  color: var(--white);
  border-radius: 6px;
  padding: 2.5px 5px;
}
.price__tarif-list li span.-pay {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.price__tarif-list li span.-pay img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}


.price__tarif-count {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 135%;
  text-align: center;
  margin: 17px 0 30px 0;
}

.price__tarif-count span {
  font-family: "SF Pro Display";
  font-size: 16px;
  color: #b3b3b3;
  font-weight: 500;
  text-decoration: line-through;
  line-height: 125%;
}


.price__tarif-btn {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: var(--white);
  border: none;
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 213px;
  border-radius: 30px;
  position: absolute;
  bottom: -28px;
  left: 0;
  right: 0;
  margin: auto;
}

.price__tarif-items.-green .price__tarif-btn{
  background: #0C9E05;
}

.price__tarif-items.-blue .price__tarif-btn{
  background: #007AFF;
}

.price__tarif-items.-yellow .price__tarif-btn{
  background: #7f4cfe;
}

.price__tarif-items.-green .price__tarif-btn:hover{
  background: #0c8c05;
}

.price__tarif-items.-blue .price__tarif-btn:hover{
  background: #0070e8;
}

.price__tarif-items.-yellow .price__tarif-btn:hover{
  background: #dfa615;
}

.price__tarif-items.-green .price__tarif-head-bg path{
  fill: #0C9E05;
}
.price__tarif-items.-blue .price__tarif-head-bg path{
  fill: #007AFF;
}
.price__tarif-items.-yellow .price__tarif-head-bg path{
  fill: #7f4cfe;
}

.price__tarif-items .price__tarif-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}



.price__tarif-items.-green .price__tarif-count {
  color: #0C9E05;
}
.price__tarif-items.-blue .price__tarif-count {
  color: #007AFF;
}
.price__tarif-items.-yellow .price__tarif-count {
  color: #F2B516;
}


@media (max-width: 1400px) {
  .price__tarif-name {
     top: 40px;
  }
}
@media (max-width: 1200px) {
  .price__tarif-name {
     top: 30px;
  }
}
@media (max-width: 991px) {
  .price__tarifs {
     flex-direction: column;
     gap: 60px;
  }
  .price__tarif-name {
     top: 96px;
  }
}
@media (max-width: 768px) {
  .price__tarif-name {
     top: 64px;
  }
}
@media (max-width: 500px) {
  .price__tarif-name {
     top: 50px;
  }

  .price__tarif-items .price__tarif-list li {
     font-size: 11px;
  }
}
@media (max-width: 414px) {
  .price__tarif-name {
     top: 40px;
  }
}
@media (max-width: 390px) {

}
@media (max-width: 375px) {

}
@media (max-width: 360px) {

}
@media (max-width: 320px) {

}

/* === END MainPage Price === */


/* === START MainPage Works === */
.works {
  display: flex;
}

.works .container {

}

.works__slider {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.worksSwiper {
  width: 89%;
}

.worksSwiper .swiper-wrapper {
  
}

.worksSwiper .swiper-slide {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  height: 167px;
}

.worksSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper1-control {
  margin: 30px 0;
}

.swiper-button-next1, 
.swiper-button-prev1 {
  position: relative !important;
}

.swiper1-navigation {
  display: flex;
  justify-content: center;
}

.swiper1-btns {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.swiper1-nav-text {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.swiper-button-prev1.swiper-button-disabled,
.swiper-button-next1.swiper-button-disabled {
  opacity: 0.4;
}

.swiper1-pagination {
  margin-bottom: 25px;
}

.worksSwiper .swiper-pagination1 {
  position: relative;
}
.worksSwiper .swiper-pagination1.swiper-pagination-progressbar{
  background: #B8B8B8 !important;
  height: 1.5px;
}

@media (min-width: 360px) {
  .worksSwiper .swiper-slide {
    height: 179px;
  }
}

@media (min-width: 375px) {
  .worksSwiper .swiper-slide {
    height: 196px;
  }
}

@media (min-width: 390px) {
  .worksSwiper .swiper-slide {
    height: 204px;
  }
}

@media (min-width: 414px) {
  .worksSwiper .swiper-slide {
    /* height: 248px; */
  }
}

@media (min-width: 480px) {
  .worksSwiper .swiper-slide {
    height: 222px;
  }
}

@media (min-width: 500px) {
  .worksSwiper .swiper-slide {
    height: 258px;
  }
}

@media (min-width: 576px) {
  .worksSwiper .swiper-slide {
    height: 312px;
  }
}

@media (min-width: 768px) {
  .worksSwiper .swiper-slide {
    height: 420px;
  }
}

@media (min-width: 991px) {
  .worksSwiper .swiper-slide {
    height: 566px;
  }
}

@media (min-width: 1200px) {
  .worksSwiper .swiper-slide {
    height: 675px;
  }
}

@media (min-width: 1400px) {
  .worksSwiper .swiper-slide {
    height: 785px;
  }
}
/* === END MainPage Works === */


/* === START MainPage Reviews === */
.reviews .section__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  text-align: center;
}

.reviews__tabs {
  background: rgba(118, 118, 128, 0.12);
  border-radius: 8px;
  width: 650px;
  display: flex;
  gap: 6px;
  padding: 2px;
  margin: 30px auto;
}

.reviews__tab-items {
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 7px;
  width: 100%;
  padding: 6px 8px;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  user-select: none;
}

.reviews__tab-items.active,
.reviews__tab-items.active,
.reviews__tab-items.active
 {
  background: #FFFFFF;
  border: 0.5px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.12), 0px 3px 1px rgba(0, 0, 0, 0.04);
}

/* .reviews__tab-video .swiper-slide img {
  filter: brightness(0.6)
} */

.reviews__slider {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.reviewsSwiper,
.reviewsThanksSwiper {
  width: 89%;
}

.reviewsSwiper .swiper-slide {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  height: 400px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.reviewsThanksSwiper .swiper-slide{
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  height: 400px;
  position: relative;
  display: flex;
  flex-direction: column;
}

/* .reviewsSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
} */

.reviews__video-img {
  width: 100%;
  height: 100%;
  filter: brightness(0.6);
  position: absolute;
}
.reviews__video-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reviews__photo-img {
  background: #dfdfdf;
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

.reviews__photo-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  /* transition: all ease 0.3s; */
}

/* .reviews__photo-img:hover img {
  transform: scale(1.1);
} */

.swiper-button-next2, 
.swiper-button-prev2 {
  position: relative !important;
}

.swiper-button-prev2.swiper-button-disabled,
.swiper-button-next2.swiper-button-disabled {
  opacity: 0.4;
}

.reviewsSwiper .swiper-pagination2 {
  position: relative;
}
.reviewsSwiper .swiper-pagination2.swiper-pagination-progressbar{
  background: #B8B8B8 !important;
  height: 1.5px;
}

.swiper-button-next3, 
.swiper-button-prev3 {
  position: relative !important;
}

.swiper-button-prev3.swiper-button-disabled,
.swiper-button-next3.swiper-button-disabled {
  opacity: 0.4;
}

.swiper-button-next4, 
.swiper-button-prev4 {
  position: relative !important;
}

.swiper-button-prev4.swiper-button-disabled,
.swiper-button-next4.swiper-button-disabled {
  opacity: 0.4;
}

.reviewsSwiper .swiper-pagination3 {
  position: relative;
}
.reviewsSwiper .swiper-pagination3.swiper-pagination-progressbar{
  background: #B8B8B8 !important;
  height: 1.5px;
}

.reviewsThanksSwiper .swiper-pagination4 {
  position: relative;
}
.reviewsThanksSwiper .swiper-pagination4.swiper-pagination-progressbar{
  background: #B8B8B8 !important;
  height: 1.5px;
}

.reviews__img-text {
  position: absolute;
  margin: 16px;
  background: var(--white);
  border-radius: 12px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 8px;
  left: 0;
  bottom: 0;
  z-index: 8;
  width: auto;
  min-width: -webkit-fill-available;
  min-height: 105px;
}

.reviews__img-text h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  color: var(--text1);
}

.reviews__img-text p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: var(--text1);
}

.reviews__video-btn {
  background: none;
  border: none;
  position: relative;
  z-index: 10;
}

@media (max-width: 1400px) {
  .reviewsSwiper  {
    width: 100%;
  }
}
@media (max-width: 1200px) {

}
@media (max-width: 991px) {

}
@media (max-width: 768px) {
  .reviews__tabs {
    flex-direction: column;
    width: 100%;
  }
  .reviews__tab-items {
    width: auto;
  }
}
@media (max-width: 500px) {



  .reviewsSwiper .swiper-slide {
    height: 560px;
  }
  .reviewsThanksSwiper .swiper-slide {
    height: 248px;
  }
}
@media (max-width: 414px) {
  .reviewsSwiper .swiper-slide {
    height: 560px;
  }
}
@media (max-width: 390px) {
  .reviewsThanksSwiper .swiper-slide {
    height: 228px;
  }
}
@media (max-width: 375px) {
  .reviewsSwiper .swiper-slide {
    height: 500px;
  }
  .reviews__img-text h3 {
    font-size: 18px;
  }

  .reviews__img-text {
    min-height: 80px;
  }
  .reviews__img-text h3 {
    font-size: 18px;
  }
  .reviews__img-text p {
    font-size: 14px;
  }
  .reviewsThanksSwiper .swiper-slide {
    height: 220px;
  }
}
@media (max-width: 360px) {
  .reviewsSwiper .swiper-slide {
    height: 460px;
  }
  .reviewsThanksSwiper .swiper-slide {
    height: 203px;
  }
}
@media (max-width: 350px) {
  .reviews__img-text h3 {
    font-size: 16px;
  }
  .reviews__img-text p {
    font-size: 12px;
  }
}
@media (max-width: 320px) {
  .reviewsSwiper .swiper-slide {
    height: 425px;
  }
  .reviewsThanksSwiper .swiper-slide {
    height: 190px;
  }
}

/* === END MainPage Reviews === */


/* === START MainPage Services === */
.services {
  background: #F9FBFF;
  position: relative;
  display: flex;
}

.services .container {
  position: relative;
}

.services .section__body {

}

.services__list {
  width: 50%;
}

.services__list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.services__main-img {
  height: 100%;
  position: absolute;
  bottom: 0;
}

.services__main-img-bg {
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  margin:auto;
}

@media (min-width: 1399px) {
  .services__main-img {
     right: 140px;
  }
}    
@media (min-width: 1920px) {
  .services__main-img {
     right: 365px;
  }
}    
@media (max-width: 1400px) {
  .services__main-img {
     right: 150px;
  }
}
@media (max-width: 1200px) {
  .services__main-img-bg {
     position: relative;
  }
  .services .section__body {
     display: flex;
     flex-direction: column;
  } 
  .services__main-img {
     right: 0;
     height: auto;
     left: 0;
     bottom: 0;
     margin: auto;
  }
}
@media (max-width: 991px) {
  .services__list {
     width: 100%;
  }
}
@media (max-width: 768px) {

}
@media (max-width: 500px) {
  .services__main-img-bg {
     width: 100%;
  }
  .services__main-img {
     width: 100%;
     height: 335px;
     object-fit: contain;
  }
}
@media (max-width: 414px) {

}
@media (max-width: 390px) {

}
@media (max-width: 375px) {

}
@media (max-width: 360px) {
  .services__main-img {
     width: 100%;
     height: 300px;
     object-fit: contain;
  }
}
@media (max-width: 320px) {

}
/* === END MainPage Services === */


/* === START MainPage Faq === */

/* === END MainPage Faq === */


/* === START MainPage Feedback === */
.feedback {
  background: linear-gradient(to top, #F8FAFF 0%, #F8FAFF 50%, transparent 50%, transparent 100%);
}

.feedback-container {
  background: var(--main-color);
  border-radius: 0px 80px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  padding: 60px 0;
}

.feedback .section__body {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  justify-content: space-between;
}

.feedback__titles,
.feedback__form  {
  width:50%;
}

.feedback__title {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 135%;
  color: var(--white);
  margin-bottom: 17px;
}

.feedback__subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 135%;
  color: #EBE8E8;
}

.feedback__form input[type="text"],
.feedback__form input[type="email"],
.feedback__form input[type="tel"] {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #4E9BEE;
  padding: 12px 0;
  margin-bottom: 6px;
  outline: none;
  color: var(--white);
}

.feedback__form input::placeholder {
  color: var(--white);
}

/* .feedback__checkbox {
  display: flex;
  align-items: center;
  margin: 13px 0 20px 0;
  color: #EDEDED;
  display: block;
  position: relative;
  padding: 2.5px 0 0 35px;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
}

.feedback__checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
}

.feedback__checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 19px;
  width: 20px;
  background: none;
  border-radius: 3px;
  border: 1px solid #9c9c9c;
}

.feedback__checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

.feedback__checkbox input:checked ~ .feedback__checkmark {
  background-color: var(--white);
  border: 1px solid var(--white);
}

.feedback__checkbox input:checked ~ .feedback__checkmark::after {
  display: block;
}

.feedback__checkbox .feedback__checkmark::after {
  left: 5px;
  top: 2px;
  width: 8px;
  height: 8px;
  border: solid var(--main-color);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  border-radius: 1px;
} */



.feedback__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--main-color);
  background: var(--white);
  border: none;
  border-radius: 6px;
  padding: 16px 0;
  width: 370px;
}

.feedback__btn:hover {
  background: rgb(241, 241, 241);
}

@media (max-width: 1440px) {
  .feedback .container {
     padding: 0 60px;
  }
}
@media (max-width: 1200px) {

}
@media (max-width: 991px) {

}
@media (max-width: 768px) {
  .feedback__titles,
  .feedback__form  {
     width:100%;
  }
  
  .feedback .section__body {
     flex-direction: column;
  }
}
@media (max-width: 500px) {
  .feedback-container {
     width: 100%;
     border-radius: 0px;
  }
  .feedback .container {
     padding: 0 30px;
  }
  .feedback .section__body {
     gap: 20px;
  }

  .feedback__title{ 
     font-size: 20px;
  }
  .feedback__subtitle{ 
     font-size: 12px;
  }

  .feedback__btn {
     width: 100%;
  }

  .feedback__checkbox {
     font-size: 14px;
  }
}
@media (max-width: 414px) {

}
@media (max-width: 390px) {

}
@media (max-width: 375px) {

}
@media (max-width: 360px) {

}
@media (max-width: 320px) {

}

/* === END MainPage Feedback === */