@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

@import "header.css";
@import "footer.css";

/* home page */
@import "sections/hero.css";
@import "sections/partners.css";
@import "sections/solutions.css";
@import "sections/gdpr.css";
@import "sections/what.css";
@import "sections/how.css";
@import "sections/line.css";
@import "sections/faq.css";
@import "sections/opinion.css";
@import "sections/featured_posts.css";

/* features page */
@import "sections/hero_features.css";
@import "sections/rate_features.css";
@import "sections/possibilities_features.css";
@import "sections/success_features.css";
@import "sections/integrates_features.css";
@import "sections/contact_features.css";

/* about page */
@import "sections/hero_about.css";
@import "sections/grid_list.css";
@import "sections/get_in_touch.css";
@import "sections/image_gallery.css";
@import "sections/years.css";

/* contacts page */
@import "sections/hero_contacts.css";
@import "sections/support_sales.css";

/* prices page */
@import "sections/hero_prices.css";

/* cases-arhive page */
@import "sections/hero_cases.css";
@import "sections/cases_list.css";

/* case-single page */
@import "sections/hero_case.css";
@import "sections/text_editor.css";
@import "sections/image_editor.css";
@import "sections/quotation_editor.css";

/* blog-arhive page */
@import "sections/posts_list.css";

/* post-single page */
@import "sections/hero_post.css";
@import "sections/table_of_content.css";

/* subscribe-form page */
@import "sections/subscribe_form.css";
@import "sections/videos_list.css";

/* base css */
* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000000;
}

body,
select,
option {
  font-family: "Manrope", sans-serif;
  color: #000000;
  overflow-x: hidden;
}

.container {
  width: 1440px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
}

.container-small {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.container-tiny {
  width: 655px;
  margin: 0 auto;
  box-sizing: border-box;
}

.button {
  background: #000000;
  padding: 10px 18px;
  border-radius: 200px;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  cursor: pointer;

  width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-big {
  padding: 13px 54px;
  font-size: 17px;
}

.button-full {
  width: 100%;
  text-align: center;
}


/* btn animate */
.button-inner {
  overflow: hidden;
  position: relative;
}

.button .button-hover {
  position: absolute;
  white-space: nowrap;
  top: 50%;
  left: 50%;
  translate: -50% 20px;
}

.button:hover .button-hover {
  translate: -50% -50%;
}

.button:hover span:first-child {
  translate: 0 -25px;
}


.button span {
  transition: all 0.2s ease-in-out;
  display: block;
  position: relative;
  line-height: 140%;
  color: #FFFFFF;
  font-size: 14px;
}

.button-orange {
  background: linear-gradient(90deg, #EB731B 0%, #FC0 100%);
}

.button-white span,
.button-white {
  color: #000;
  background-color: #fff;
}

.button-big span {
  font-size: 17px;
}

/* btn animate end */


.text-min {
  font-size: 14px;
  opacity: 0.5;
  line-height: 19.6px;
  font-weight: 400;
}

.description {
  font-size: 17px;
  line-height: 23.8px;
  font-weight: 400;
}

.list-item-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
}

.text-slide {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -3%;
}

.text-rate {
  font-size: 28px;
  line-height: 33.6px;
  font-weight: 500;
}

.rate-number {
  font-size: 79px;
  font-weight: 500;
  letter-spacing: -1.58px;
}

.navigation {
  display: flex;
  align-items: center;
  margin-top: 24px;
  gap: 0 6px;

  .swiper-button {
    position: unset;
    margin-top: 0;

    width: 50px;
    height: 50px;
    border: 1px solid #0000001A;
    border-radius: 25px;
  }

  .swiper-button::after {
    content: '';
  }
}


.text-center {
  text-align: center;
}

.h1 {
  font-size: 56px;
  line-height: 61.6px;
  letter-spacing: -1.12px;
  font-weight: 500;
  text-align: center;
}

.text-12 {
  font-size: 12px;
}

.text-14 {
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

.text-17 {
  font-size: 17px;
}

.text-20 {
  font-size: 20px;
}

.text-28 {
  font-size: 28px;
}

.text-33 {
  font-size: 33px;
}

.text-40 {
  font-size: 40px;
}

.text-56 {
  font-size: 56px;
}

.font-500 {
  font-weight: 500;
}

.font-600 {
  font-weight: 600;
}

.text-white {
  color: #fff;
}

.opacity-6 {
  opacity: 0.6;
}

.opacity-5 {
  opacity: 0.5;
}

.opacity-4 {
  opacity: 0.4;
}


.bg-black {
  background: #000;
}

.bg-beige {
  background: #F6F4F1;
}

.pb-96 {
  padding-bottom: 96px;
}

.pt-96 {
  padding-top: 96px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.hover {
  transition: all 0.4s;
}

.hover:hover {
  opacity: 0.5;
}

.input__wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 12px;
  margin-bottom: 20px;
}

.input {
  width: 100%;
  color: #000;
  height: 50px;
  padding: 0 12px;
  box-sizing: border-box;
  transition: all 0.4s;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.10);
}

.input:focus {
  outline: none;
  border-color: #000;
}

.input.wpcf7-not-valid {
  border-color: red;
}

.wpcf7-not-valid-tip {

  position: absolute;
  font-size: 11px;
  bottom: -15px;
}

.wpcf7 form .wpcf7-response-output {
  margin: 12px 0 0 0 !important;
  padding: 4px 8px !important;
  bottom: 4px !important;
  font-size: 14px !important;
  position: relative;
  border-radius: 4px;
}

textarea.input {
  height: 200px;
  padding-top: 12px;
  resize: none;
}

.wpcf7-spinner {
  position: absolute !important;
}

.input-white {
  background-color: #fff;
}

.input__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.input__select {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.input_checkbox {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.10);
}

.wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}


.modal {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  background-color: rgba(0, 0, 0, 0.336);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -10;
  opacity: 0;
  transition: all 0.5s;
  scale: 1.05;
  pointer-events: none;
}

.modal.active {
  opacity: 1;
  z-index: 1000;
  scale: 1;
  pointer-events: all;
}

.modal__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 32px;
  font-size: 64px;
  font-weight: 600;
  color: #000000;
  rotate: 45deg;
  line-height: 1;
  cursor: pointer;
}

.modal__inner {
  width: 100%;
  height: 100%;
  max-height: 80%;
  max-width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal .modal__inner img,
.modal .modal__inner video {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.modal .modal__inner iframe {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}




/* .modal video { */
/* width: 100%; */
/* max-width: 100%; */
/* max-height: 100%; */
/* height: auto; */
/* } */

.not-found__text {
  margin: 24px 0 17px;
  max-width: 440px;
}

.not-found__title {
  margin-top: 17px;
}

.not-found__image {
  width: 100%;
  margin: 40px 0;
}

.not-found__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.not-found {
  min-height: 100vh;
}

.not-found__btn {
  width: 278px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 17px;
}

@media screen and (max-width: 767px) {
  .modal__inner {
    width: 90%;
    height: 70%;
  }

  .modal .modal__inner iframe {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 300px;
  }

  .not-found__btn {
    width: 318px;
    height: 50px;
  }

  .modal__close {
    padding: 20px;
    font-size: 40px;
  }


  .not-found__image {
    width: 200%;
    margin-left: -50%;
  }

  .not-found__text {
    margin: 18px 0 46px;
  }
}

.footer-ic img {
  width: 100%;
}

.subscribe-form__btn {
  margin-bottom: 12px;
}

.subscribe-form__row {
  gap: 0;
}