.header__inner {
  position: relative;
  z-index: 6;
  display: flex;
  flex-direction: row;

  padding-top: 40px;
  margin-bottom: 58px;
}
.header__box {
  display: none;
}
.header__dropdown-btn {
  position: relative;
  padding: 2px 20px 2px 0;
  margin-bottom: 10px;
  font-family: "Syncopate";
  font-size: 14px;
  color: var(--color-text-1);
}
.header__dropdown-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 7px;

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(./../images/icons/dropdown-menu.svg);

  transition: all, 0.3s;
}
.header__dropdown-btn.header__dropdown--active::after {
  transform: translate(-50%, -50%) rotate(180deg);
}

.header__nav {
  position: relative;
  width: 100%;
  margin-right: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;

  border: 1px solid var(--color-text-1);
  padding: 24px 40px;
  border-radius: var(--border-radius-1);
}
.header__list {
  display: flex;
}
.header__list-item {
  margin-right: 28px;
}

.header__phones {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}
.header__phones > a:not(:last-child) {
  margin-bottom: 5px;
}

.header__contact-btn {
  max-width: 361px;
  width: 100%;
}

@media (max-width: 1325px) {
  .header__nav {
    justify-content: space-between;
    padding: 20px 30px;
  }
  .header__list-item {
    margin-right: 20px;
  }
  .header__list-link,
  .header__phones > a,
  .header__contact-email {
    font-size: 16px;
  }
  .header__contact-btn {
    padding: 20px 5px;
    max-width: 280px;
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .header__nav {
    padding: 20px;
    margin-right: 10px;
  }
  .header__list-item {
    margin-right: 13px;
  }
  .header__contact-btn {
    max-width: 230px;
  }
}
@media (max-width: 1000px) {
  .header__box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .header__list {
    position: absolute;
    top: 48%;
    left: 17px;
    flex-direction: column;
    padding: 32px;
    box-sizing: border-box;
    border: 2px solid var(--color-text-4);
    border-radius: 6px;

    visibility: hidden;
    opacity: 0;
    transition: all, 0.5s;

    background-color: var(--color-text-1);
  }
  .header__list.header__dropdown--active {
    visibility: visible;
    opacity: 1;
  }
  .header__list-item {
    margin-right: 0;
    width: 100%;
  }
  .header__list-item:not(:last-child) {
    margin-bottom: 20px;
  }
  .header__list-link {
    display: block;
    color: var(--color-text-2);
    padding: 2px;
  }
}
@media (max-width: 630px) {
  .header__inner {
    flex-direction: column;
  }
  .header__nav {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 8px;
  }
  .header__contact-btn {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 400px) {
  .header__inner {
    padding-top: 19px;
    max-width: 300px;
    margin: 0 auto 63px auto;
  }
  .header__nav {
    margin: 0 0 6px 0;
    padding: 17px 20px;
  }
  .header__list {
    max-width: 170px;
    box-sizing: border-box;
  }
  .header__list-link,
  .header__phones > a,
  .header__contact-email {
    font-size: 14px;
  }
  .header__contact-btn {
    font-size: 16px;
    padding: 18px 10px;
  }
}

@media (max-width: 360px) {
  .header__nav {
    padding: 10px;
  }
}


.hero {
  position: relative;
}
.container {
  position: relative;
}
.hero__inner {
  position: relative;
  z-index: 5;
  padding-top: 50px;
  margin-bottom: 130px;
}
.hero__slider {
  display: none;
}
.hero__logo-wrapper {
  display: block;
  max-width: 80%;
  margin: 0 auto 30px auto;
}
.hero__logo-img {
  display: block;
  width: 100%;
  height: 100%;
}

.hero__subtitle {
  margin-bottom: 40px;
  max-width: 80%;
  margin: 0 auto 73px auto;

  text-align: center;
}

.hero__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
}
.hero__item,
.hero__slider-item {
  box-sizing: border-box;
  border: 2px solid var(--color-text-1);
  border-radius: var(--border-radius-card);
  display: flex;
  align-items: center;
  justify-content: center;

  text-align: center;
  text-transform: uppercase;
}
.hero__item {
  padding: 20px 50px 17px 50px;

  white-space: nowrap;

  font-weight: 400;
  font-size: 18px;
  line-height: 125%;
}

.hero__item:nth-child(1) {
  grid-column: 1 /3;
  margin-right: -8%;
}

.hero__item:nth-child(2) {
  grid-column: 3 /5;
  border-radius: var(--border-radius-big);
  margin-left: 35.6%;
}
.hero__item:nth-child(3) {
  grid-column: 1 /1;
  border-radius: var(--border-radius-big);
}
.hero__item:nth-child(4) {
  grid-column: 2/4;
}

.hero__logo-mob-wrapper {
  display: none;
}
/* Decor */

.hero__decor--1 {
  top: 18%;
  right: 3%;
}
.hero__decor--2 {
  top: -35%;
  left: 3%;
}
.hero__decor--3 {
  bottom: -76%;
  left: -22%;
}

@media (max-width: 1300px) {
  .hero__list {
    grid-gap: 15px;
  }
  .hero__item:nth-child(1) {
    margin-right: 0;
  }
  .hero__item:nth-child(2) {
    grid-column: 3 /5;
    border-radius: var(--border-radius-big);
  }
  .hero__item {
    white-space: normal;
    padding: 17px;

    line-height: 110%;
    font-size: 16px;
  }
}

@media (max-width: 800px) {
  .hero__logo-wrapper {
    display: none;
  }
  .hero__logo-mob-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
  }
  .hero__list {
    display: none;
  }
  .hero__subtitle {
    max-width: 100%;
    margin: 0 auto 28px auto;
  }
  .hero__slider {
    display: block;
    max-width: 500px;
  }
  .hero__slider-item {
    padding: 16px;
    min-height: 72px;

    border-radius: var(--border-radius-big);

    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 130%;

    text-align: center;
  }
}
@media (max-width: 600px) {
  .hero__decor--1 {
    top: -2%;
    right: -10%;
    max-width: 350px;
  }
  .hero__decor--2 {
    top: -120%;
    max-width: 504px;
    left: -50%;
  }
  .hero__decor--3 {
    bottom: -63%;
    left: -18%;
    max-width: 422px;
  }
}
@media (max-width: 500px) {
  .hero__inner {
    padding-top: 0;
    margin-bottom: 90px;
  }
  .hero__subtitle {
    font-size: 14px;
  }
  .hero__slider {
    max-width: 300px;
  }
}


.services__inner {
  position: relative;
  z-index: 5;
  margin-bottom: 118px;
}
.services__top {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;

  margin-bottom: 46px;
}
.services__title {
  position: relative;
  margin-right: 30px;
}

.services__line {
  width: 100%;
  height: 3px;
  background-color: var(--color-accent-2);
}

.services__list {
  display: none;
}

.services__tabs {
  display: grid;
  grid-template-columns: minmax(330px, 630px) minmax(300px, 545px);
  grid-gap: 60px;
}
.services__tab-btn,
.services__accordion-btn {
  padding: 21px 10px 18px 10px;
  margin-bottom: 20px;
  width: 100%;
  border-radius: var(--border-radius-card);

  font-family: "Actay";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;

  text-align: center;

  color: #ffffff;
  color: var(--color-text-2);
  background-color: var(--color-text-1);

  transition: all, 0.5s;
}
.services__tab-btn.services__tab--active,
.services__accordion-btn.services__accordion--open {
  color: var(--color-text-1);
  background-color: var(--color-accent-1);
}

.services__tab-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  will-change: max-height;
  transition: all 0.5s ease-out;
  box-sizing: content-box;
}
.services__tab-content.services__tab--active {
  opacity: 1;
  max-height: 100%;
}

.services__tab-content-title {
  margin-bottom: 10px;
}
.services__accordion-content ul, .services__tab-content ul {
  margin-bottom: 33px;
}
.services__accordion-content ul li, .services__tab-content ul li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 10px;
  line-height: 130%;

  letter-spacing: 0.001em;

  color: var(--color-text-1);
}
.services__accordion-content ul li::after, .services__tab-content ul li::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: var(--color-text-1);
}
.services__tab-content-btn {
  max-width: 250px;
  min-height: 50px;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}
/* Accordion for mobile  */

.services__accordion {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 16px;
}

.services__accordion-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  will-change: max-height;
  transition: all 0.5s ease-out;
  box-sizing: content-box;
}
.services__accordion--open .services__accordion-btn {
  color: var(--color-text-1);
  background-color: var(--color-accent-1);
}
.services__accordion--open .services__accordion-content {
  opacity: 1;
}

.services__contact-link {
  display: none;
}
/* Decor */
.services__decor {
  position: absolute;
  z-index: 0;
}
.services__decor--1 {
  bottom: -76%;
  right: -11%;
}

@media (max-width: 1100px) {
  .services__tabs {
    grid-gap: 25px;
  }
}
@media (max-width: 1000px) {
  .services__tab-content-btn {
    max-width: 100%;
    min-height: auto;
  }
  .services__inner {
    max-width: 700px;
    margin: 0 auto 96px auto;
  }
  .services__top {
    flex-direction: column;
    align-items: flex-start;
  }
  .services__accordion-btn {
    max-width: 100%;
    margin-bottom: 0;
  }
  .services__tabs {
    display: none;
  }
  .services__list {
    display: block;
  }
  .services__line {
    display: none;
  }
  .services__contact-link {
    display: block;
    margin-left: 30%;
    white-space: nowrap;
  }

  .services__accordion-content ul, .services__tab-content ul {
    margin-top: 16px;
  }
  .services__accordion-content ul, .services__tab-content ul,
  .services__accordion-content ul li, .services__tab-content ul li {
    margin-bottom: 16px;
  }

  .services__accordion-content ul li span, .services__tab-content ul li span {
    display: block;
    font-size: 12px;
    line-height: 130%;

    color: var(--color-text-1);
    opacity: 0.8;
  }
}
@media (max-width: 600px) {
  .services__decor--1 {
    max-width: 500px;
    bottom: -1%;
    right: -29%;
  }
  .services__accordion-btn {
    font-size: 16px;
    line-height: 110%;
  }
}

.turnkey-solutions__inner {
  margin-bottom: 140px;
  position: relative;
  z-index: 5;
}
.turnkey-solutions__title {
  margin-bottom: 10px;
  line-height: 100%;
}
.turnkey-solutions__title--accent {
  display: block;
  margin-left: 1.2em;
}
.turnkey-solutions__contact-link {
  margin-bottom: 45px;
  margin-left: 10px;
}

/* Slider */

.turnkey-solutions__list {
  margin-bottom: 10px;
  padding: 30px 0;
}

.turnkey-solutions__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;

  padding: 49px 32px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 540px;
}
.turnkey-solutions__item-name {
  margin-bottom: 20px;
  margin-right: -15px;

  letter-spacing: 0;
  text-transform: uppercase;
  font-family: "Actay";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;

  color: var(--color-text-3);
}
.turnkey-solutions__item-title {
  margin-bottom: 8px;

  text-transform: uppercase;
  font-family: "Syncopate";
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;

  letter-spacing: -0.01em;

  color: var(--color-text-2);
}
.turnkey-solutions__item-paragraph {
  margin-bottom: 15px;

  font-family: "Actay";
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
}
.turnkey-solutions__item-duration {
  margin-top: auto;
  text-transform: uppercase;
  letter-spacing: -1px;
  line-height: 100%;
  margin-bottom: 8px;
}

.turnkey-solutions__item-price {
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: -1px;
  line-height: 100%;
}

.turnkey-solutions__item-buy {
  margin-bottom: 8px;
  display: block;
  text-align: center;
  padding: 14px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 226px;
  width: 100%;
  -webkit-border-radius: var(--border-radius-card);
     -moz-border-radius: var(--border-radius-card);
          border-radius: var(--border-radius-card);
}
.turnkey-solutions__item-download {
  max-width: 226px;
  width: 100%;
  -webkit-border-radius: var(--border-radius-card);
     -moz-border-radius: var(--border-radius-card);
          border-radius: var(--border-radius-card);
}

.turnkey-solutions__slider-arrows {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.turnkey-solutions__slider-arrow--prev {
  margin-right: 15px;
}

.turnkey-solutions__slider-arrows .slider-pagination--fraction {
  display: none;
}
/* Decor */
.turnkey-solutions__decor {
  position: absolute;
  z-index: 0;
}
.turnkey-solutions__decor--1 {
  top: -23%;
  left: -11%;
}

.turnkey-solutions__decor--2 {
  bottom: -8%;
  left: -6%;
}
.turnkey-solutions__decor--3 {
  bottom: -55%;
  right: -14%;
}

@media (max-width: 800px) {
  .turnkey-solutions__inner {
    margin-bottom: 96px;
  }
  .turnkey-solutions__item {
    padding: 49px 30px;
    min-height: 360px;
  }
  .turnkey-solutions__list .swiper-slide {
    height: auto !important;
  }
  .spacer {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .turnkey-solutions__list .swiper-slide > div {
    height: 100%;
  }
  .turnkey-solutions__item-name {
    margin-bottom: 16px;
    font-size: 14px;
  }
  .turnkey-solutions__item-title {
    font-family: "Actay";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    text-transform: none;

    color: var(--color-text-2);
  }
  .turnkey-solutions__item-duration {
    font-size: 14px;
    margin-bottom: 0;
  }
  .turnkey-solutions__item-price {
    font-size: 14px;
  }
  .turnkey-solutions__item-paragraph {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .turnkey-solutions__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 16px;
  }
  .turnkey-solutions__item-price {
    margin-bottom: 0;
	margin-top: auto;
  }
  .turnkey-solutions__item-buy {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
       -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    margin-bottom: 0;
    max-width: 100%;
  }
  .turnkey-solutions__item-download {
    margin-bottom: 8px;
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .turnkey-solutions__list {
    padding: 30px 0 0 0;
    margin-bottom: 20px;
  }
  .turnkey-solutions__contact-link {
    margin-bottom: 0;
    -webkit-transform: rotate(2deg);
       -moz-transform: rotate(2deg);
        -ms-transform: rotate(2deg);
         -o-transform: rotate(2deg);
            transform: rotate(2deg);
    margin-left: 0;
  }
  .turnkey-solutions__slider-arrow--prev {
    margin-right: 0;
  }
  .turnkey-solutions__slider-arrows {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .turnkey-solutions__slider-arrows .slider-pagination--fraction {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .turnkey-solutions__decor--1 {
    top: 29%;
    left: -71%;
  }
  .turnkey-solutions__decor--2 {
    bottom: 76%;
    max-width: 300px;
    left: -6%;
  }
  .turnkey-solutions__decor--3 {
    max-width: 300px;
    bottom: -11%;
    right: -44%;
  }
}


.decision-contact__inner {
  position: relative;
  z-index: 5;
  margin-bottom: 133px;
}
.decision-contact__title {
  line-height: 110%;
  letter-spacing: 0;
  white-space: nowrap;
}
.decision-contact__title span {
  display: inline-block;
}
.decision-contact__arrow {
  display: inline-block;
  margin-left: -0.1em;
}
.decision-contact__arrow svg {
  width: 2em;
  height: 1em;
  position:relative;top:5px;
}
.decision-contact__toggle {
  position: relative;
  display: inline-block;
  margin-right: -3px;
  background-color: var(--color-text-1);
  height: 0.75em;
  width: 2.2em;
  border-radius: var(--border-radius-big);
}
.decision-contact__toggle-icon {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  border: 3px solid var(--color-text-3);
  top: -11%;
  left: 4%;
  bottom: 0;
  width: 40%;
  height: 120%;
  border-radius: 100%;
  background-color: var(--color-accent-1);

  transition: all, 1s;
  transform: translateX(0);
  transition-delay: 4s;
}
.decision-contact__toggle.aos-animate .decision-contact__toggle-icon {
  transform: translateX(110%);
}

.decision-contact__btn {
  padding: 21px 37px;
  position: absolute;
  right: 0;
  bottom: 13%;
}
.decision-contact__title--mob {
  display: none;
}
/* Decor */
.decision-contact__decor {
  position: absolute;
  z-index: 0;
}
.decision-contact__decor--1 {
  left: 0;
  top: -70%;
}

@media (max-width: 1200px) {
  .decision-contact__title {
    font-size: 50px;
  }
  .decision-contact__btn {
    padding: 17px 24px;
    bottom: 25%;
  }
}
@media (max-width: 1040px) {
  .decision-contact__title {
    font-size: 40px;
  }
  .decision-contact__btn {
    padding: 18px 20px;
    bottom: 16%;
  }
}
@media (max-width: 900px) {
	.decision-contact__arrow{margin-right:15px}

  .decision-contact__inner {
    margin: 0 auto 96px auto;
    max-width: 600px;
  }
  .decision-contact__title {
    display: none;
  }
  .decision-contact__title--mob {
    display: block;
    margin-bottom: 16px;
    font-size: 40px;
  }
  .decision-contact__btn {
    display: block;
    position: relative;
  }

  .decision-contact__toggle {
    width: 3em;
  }
  .decision-contact__toggle-icon {
    left: 5%;

    right: auto;

    width: 0.9em;
    height: 0.9em;
    border-width: 1px;
    transform: translateX(10%);

    transition-property: transform;
    transition-delay: 3.5s;
    transition-duration: 2s;
  }
  .decision-contact__toggle.aos-animate .decision-contact__toggle-icon {
    transform: translateX(185%);
  }
}
@media (max-width: 600px) {
  .decision-contact__inner {
    max-width: 420px;
  }
  .decision-contact__title--mob {
    font-size: 30px;
  }
  .decision-contact__decor--1 {
    left: -48%;
    max-width: 250px;
    top: -27%;
  }
}
@media (max-width: 460px) {
  .decision-contact__inner {
    max-width: 330px;
  }
  .decision-contact__title--mob {
    font-size: 22px;
    margin-right: -15px;
  }
}


.cases__inner {
  position: relative;
  z-index: 5;
  margin-bottom: 126px;
}
.cases__title {
  margin-bottom: 48px;
}
.cases__slider {
  padding-top: 30px;
}
.cases__list {
  margin-bottom: 15px;
}
.cases__slider-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cases__slider-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto;
}

/* Item */
.cases__item {
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;

  padding: 57px 5px 56px 31px;
  min-height: 363px;
}
.cases__item::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -1%;
  left: -0.5%;
  right: 0;
  bottom: 0;
  height: 100%;

  background-image: url(./../images/icons/cases-border.svg);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: top;
}
.cases__item-name {
  position: absolute;
  top: -7%;
  left: -0.5%;
  padding: 14px 30px;
  border-radius: var(--border-radius-card);

  letter-spacing: 0px;
  text-align: center;

  color: var(--color-text-3);
  background-color: var(--color-text-1);
}
.cases__item-paragraph {
  margin: -2px 0 20px 0;
  max-width: 317px;

  letter-spacing: 0;

  line-height: 130%;
}
.cases__item-btn {
  margin-top: auto;
}

/* Decor */
.cases__decor {
  position: absolute;
  z-index: 0;
}
.cases__decor--1 {
  top: 6%;
  right: 10%;
}
.cases__decor--2 {
  top: 7%;
  left: -30%;
}
.cases__decor--3 {
  bottom: -30%;
  right: -10%;
}

@media (max-width: 1200px) {
  .cases__item {
    padding-left: 5px;
  }
  .cases__item-paragraph {
    max-width: 90%;
  }
}

@media (max-width: 750px) {
  .cases__inner {
    margin-bottom: 91px;
  }
  .cases__title {
    margin-bottom: 20px;
  }
  .cases__item-paragraph {
    max-width: 100%;
    margin-bottom: 16px;
  }
  .cases__item {
    padding: 50px 25px 0px 0px;
    min-height: 280px;
  }
  .cases__item::after {
    top: 1%;
  }
  .cases__item-btn {
    max-width: 280px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 500px) {
  .cases__decor--1 {
    max-width: 200px;
    top: 80%;
    right: -29%;
  }
  .cases__decor--2 {
    top: -41%;
    max-width: 600px;
    left: -100%;
  }
  .cases__decor--3 {
    display: none;
  }
}


.reviews__inner {
  position: relative;

  margin-bottom: 143px;
}
.reviews .container {
  z-index: 5;
  position: relative;
}

.reviews__title {
  text-align: right;
}
.reviews__btn {
  margin-left: auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 300px;
}

.reviews__slider-container {
  position: relative;
  z-index: 5;
  /*max-width: 1372px;
  padding-left: 5.5%;*/
  margin-top: 64px;
}
.reviews__slider {
  overflow: hidden;
}

.reviews__list {
  overflow: visible;
}
.reviews__slider-arrows {
  margin-top: 37px;
  margin-right: 6%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.reviews__slider-arrow--prev {
  margin-right: 15px;
}
.reviews__item {
  padding: 45px;
  /*max-width: 478px;*/
  /*width: 100%;*/
}
.reviews__item--video {
  max-width: 376px;
}
.reviews__item-video-wrapper {
  display: block;
  position: relative;
  max-width: 286px;
  max-height: 286px;
  margin: 0 auto 30px auto;
  width: 100%;
  /*height: 100%;*/
  -webkit-border-radius: var(--border-radius-card);
     -moz-border-radius: var(--border-radius-card);
          border-radius: var(--border-radius-card);
  overflow: hidden;

  cursor: pointer;
}
.reviews__item-video-wrapper:hover .reviews__item-video-btn {
  opacity: 1;
}
.reviews__item-video-btn {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;

  width: 21%;
  height: 21%;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;

  background-color: var(--color-text-1);
  opacity: 0.8;

  -webkit-transition: all, 0.3s;

  -o-transition: all, 0.3s;

  -moz-transition: all, 0.3s;

  transition: all, 0.3s;
}

.reviews__item-video-btn::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(./../images/icons/video-play.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
.reviews__item-video-wrapper img {
  display: block;
  width: 100%;
  /*height: 100%;*/
  -o-object-fit: cover;
     object-fit: cover;
}

.reviews__item-title {
  margin-bottom: 4px;

  font-family: "Actay";
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;

  color: var(--color-text-2);
  
  min-height:60px;
  height:60px;
}

.reviews__item-stars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 13px;
}
.reviews__item-stars[data-review-total-value="1"]
  .reviews__item-star:nth-child(n + 5),
.reviews__item-stars[data-review-total-value="2"]
  .reviews__item-star:nth-child(n + 4),
.reviews__item-stars[data-review-total-value="3"]
  .reviews__item-star:nth-child(n + 3),
.reviews__item-stars[data-review-total-value="4"]
  .reviews__item-star:nth-child(n + 2),
.reviews__item-stars[data-review-total-value="5"]
  .reviews__item-star:nth-child(n + 1) {
  fill: var(--color-accent-1);
  stroke-width: 1px;
  stroke: transparent;
}
.reviews__item-star {
  display: block;
  margin: 0 4px 0 0;
  fill: transparent;
  stroke-width: 1px;
  stroke: var(--color-text-4);
}

.reviews__item-paragraph {
  margin-bottom: 31px;
  color: var(--color-text-4);

  letter-spacing: 0;
  line-height: 130%;
}

.reviews__item-name {
  margin-bottom: 10px;

  color: var(--color-text-4);
}
.reviews__item-position,
.reviews__item-company {
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;

  color: var(--color-text-4);
}

/* Decor */
.reviews__decor {
  position: absolute;
  z-index: 0;
}
.reviews__decor--1 {
  top: -20%;
  left: 26%;
}

.reviews__decor--2 {
  bottom: -40%;
  left: 7%;
}
.reviews__decor--3 {
  bottom: -38%;
  right: 21%;
}

@media (max-width: 1200px) {
  .reviews__slider-container {
    /*padding-left: 15px;*/
  }
}
@media (max-width: 768px) {
	.reviews__item-title {
	  min-height:auto;
	  height:auto;
	}
}
@media (max-width: 600px) {
  .reviews__inner {
    margin-bottom: 96px;
  }
  .reviews__slider-container {
    margin-top: 30px;
  }
  .reviews__slider-arrows {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0;
    margin-top: 16px;
  }
  .reviews__btn {
    margin-bottom: 30px;
  }

  .reviews__item-video-wrapper {
    margin-bottom: 15px;
  }
  .reviews__item {
    /*max-width: 300px;
    width: 100%;*/
  }
  .reviews__item {
    padding: 40px 32px;
  }
  .reviews__item-title {
    font-size: 16px;
  }
  .reviews__item-stars {
    margin-bottom: 16px;
  }
  .reviews__item-paragraph {
    margin-bottom: 16px;

    font-size: 14px;
  }
  .reviews__item-name {
    margin-bottom: 4px;
  }

  .reviews__item-position {
    margin-bottom: 3px;
  }
  .reviews__item-name,
  .reviews__item-position,
  .reviews__item-company {
    font-size: 14px;
  }

  /* DEC */
  .reviews__decor--1 {
    max-width: 445px;
    top: -19%;
    left: -47%;
  }
  .reviews__decor--2 {
    max-width: 200px;
    bottom: -7%;
    left: -4%;
  }
  .reviews__decor--3 {
    bottom: -29%;
    max-width: 300px;
    right: -18%;
  }
}

@media (max-width: 460px) {
  .reviews__btn {
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 30px;

    -webkit-transform: rotate(2deg);

       -moz-transform: rotate(2deg);

        -ms-transform: rotate(2deg);

         -o-transform: rotate(2deg);

            transform: rotate(2deg);
  }
}


.about-company {
  position: relative;
  z-index: 6;
}
.about-company__inner {
  margin-bottom: 90px;
  position: relative;
  z-index: 5;
}
.work-process.about-company__tab-content,
.advantages.about-company__tab-content {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.about-company__title {
  margin-bottom: 56px;
}
.about-company__subtitle-accent {
  display: none;
}
.about-company__title .lower-case-name {
  display: none;
}
.about-company__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 21px;
}

.about-company__subtitle {
  font-family: "Syncopate";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  text-transform: uppercase;

  letter-spacing: -0.01em;

  color: var(--color-text-2);
}
.about-company__team-subtitle--mob {
  display: none;
}
.about-company__team {
  max-width: 630px;
  box-sizing: border-box;
}
.about-company__team,
.about-company__clients,
.about-company__where {
  padding: 50px;
}

.about-company__clients,
.about-company__where {
  color: var(--color-text-1);
  background-color: var(--color-accent-1);
}
.about-company__clients .about-company__subtitle,
.about-company__where .about-company__subtitle {
  margin-bottom: 20px;
  color: var(--color-text-1);
}
/* Team */
.about-company__team-subtitle {
  margin-bottom: 22px;
}
.about-company__team-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(6, 1fr);
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  margin: 0 auto 55px auto;
}
.about-company__team-item span {
  display: inline-block;
  box-sizing: border-box;

  width: fit-content;
  padding: 10px 30px;
  border-radius: 50px;

  white-space: nowrap;
  line-height: 98%;

  color: var(--color-text-1);
  background-color: var(--color-accent-1);
}
.about-company__team-item:nth-child(1) {
  grid-area: 1 / 5 / 2 / 13;
}
.about-company__team-item:nth-child(2) {
  grid-area: 2 / 1 / 3 / 5;
  transform: translateY(-45%);
}
.about-company__team-item:nth-child(3) {
  grid-area: 2 / 6 / 3 / 11;
  transform: translateX(-7%);
}
.about-company__team-item:nth-child(4) {
  grid-area: 3 / 2 / 4 / 12;
  transform: translateX(-4%);
}
.about-company__team-item:nth-child(5) {
  grid-area: 4 / 7 / 5 / 12;
  transform: translateX(-29%);
}
.about-company__team-item:nth-child(6) {
  grid-area: 5 / 1 / 6 / 5;
  transform: translateY(-71%);
}
.about-company__team-item:nth-child(7) {
  grid-area: 5 / 6 / 6 / 12;
  transform: translateX(-13%);
}
.about-company__team-item:nth-child(8) {
  grid-area: 6 / 1 / 7 / 9;
}

.about-company__founder {
  display: grid;
  grid-template-columns: 0.6fr 1fr;
  grid-gap: 20px;
}
.about-company__founder-img-wrapper {
  max-width: 259px;
  max-height: 376px;
  margin-left: -72px;
  overflow: hidden;
  border-radius: var(--border-radius-card);
}
.about-company__founder-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.about-company__founder-name {
  margin-bottom: 18px;
  letter-spacing: -0.01em;
}
.about-company__founder-name--mob {
  display: none;
}

.about-company__founder-paragraph,.FounderContent > p {
  line-height: 130%;
}
.about-company__founder-paragraph:not(:last-child),.FounderContent > p:not(:last-child) {
  margin-bottom: 8px;
}

.FounderContent ul{margin-bottom:5px}
.FounderContent ul > li{position: relative;padding-left:16px;margin-bottom:10px;letter-spacing:0.001em}
.FounderContent ul > li:after{content: "";position: absolute;top: 7px;left: 0;width: 7px;height: 7px;border-radius: 100%;background-color: var(--color-text-2)}

.FounderContent ol{margin-bottom:5px;counter-reset:num}
.FounderContent ol > li{position: relative;padding-left:26px;margin-bottom:10px;letter-spacing:0.001em}
.FounderContent ol > li:before{content: counter(num) '.'; counter-increment: num;display: inline-block;	position: absolute;top: 0;left: 0;text-align:right}
.FounderContent strong{font-weight:700}
.FounderContent em{font-style:italic}

/* Clients */
.about-company__clients {
  margin-bottom: 18px;
}

.about-company__clients-list {
  display: grid;
  grid-template-columns: minmax(151px, 1fr) minmax(165px, 1fr) minmax(
      206px,
      1fr
    );
  grid-gap: 4px;
}
.about-company__clients-item {
  padding: 20px;
  /* width: 151px;
  height: 106px; */
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;

  font-family: "Actay";
  font-weight: 400;
  font-size: 20px;
  line-height: 110%;

  color: var(--color-text-1);

  transition: all, 0.6s;

  cursor: pointer;
}
.about-company__clients-item:hover {
  color: var(--color-text-2);
  background-color: var(--color-text-1);
}
/* where */

.about-company__where-item-title {
  margin-bottom: 11px;
}
.about-company__where-item-paragraph {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
}

/* Tabs*/

.about-company__tabs {
  display: none;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto 24px auto;
  max-width: 630px;
}
.about-company__tab-btn {
  padding: 24px 6px;
  border-radius: 12px;
  border: none;

  font-family: "Actay";
  font-weight: 400;
  font-size: 20px;
  text-transform: none;
  line-height: 130%;
  color: var(--color-text-2);

  background-color: var(--color-text-1);
}
.about-company__tab-btn.about-company__tab--active {
  color: var(--color-text-1);

  animation-name: tabActive;
  animation-delay: 0;
  animation-duration: 1s;

  background-color: var(--color-accent-1);
}

.about-company__tab-content {
  display: none;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);

  transition: all, 0.5s;
}
.about-company__tab-content.about-company__tab--active {
  display: block;
  animation-name: tabActive;
  animation-delay: 0s;
  animation-duration: 1s;

  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.about-company__box.about-company__tab-content {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
@keyframes tabActive {
  from {
    opacity: 0;
    transform: scale(0.98);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes tabInactive {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.98);
  }
}
/* Decor */
.about-company__decor {
  position: absolute;
  z-index: 0;
}
.about-company__decor--1 {
  top: 32%;
  left: -31%;
}

.about-company__decor--2 {
  top: 9%;
  right: -20%;
}
.about-company__decor--3 {
  bottom: -7%;
  right: 38%;
}

@media (max-width: 1300px) {
  .about-company__team {
    min-width: 570px;
  }

  .about-company__team,
  .about-company__clients,
  .about-company__where {
    padding: 40px 32px;
  }

  .about-company__clients-list {
    grid-gap: 5px;
    grid-template-columns: 1fr;
  }
  .about-company__clients-item {
    text-align: center;
  }
  .about-company__clients-item br {
    display: none;
  }
}
@media (max-width: 1200px) {
  .about-company__wrapper {
    grid-gap: 18px;
  }
}
@media (max-width: 1100px) {
  .about-company__team,
  .about-company__clients,
  .about-company__where {
    padding: 37px 27px;
  }
  .about-company__clients {
    margin-bottom: 16px;
  }
  .about-company__where-item-paragraph {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  /* Tabs */

  .about-company__tabs {
    display: grid;
  }
  .about-company__wrapper {
    display: block;
    grid-gap: 0;

    max-width: 630px;
    margin: 0 auto;
  }
  .about-company__team {
    max-width: 100%;
    min-width: 100%;
  }
  .about-company__tab-btn {
  }

  .about-company__box.about-company__tab-content.about-company__tab--active,
  .work-process.about-company__tab-content.about-company__tab--active,
  .advantages.about-company__tab-content.about-company__tab--active {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }

  .work-process.about-company__tab-content,
  .advantages.about-company__tab-content,
  .about-company__box.about-company__tab-content {
    display: none;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);

    transition: all, 0.5s;
  }

  /* decor */
  .about-company__decor--2 {
    top: 71%;
  }
}
@media (max-width: 615px) {
  .about-company__inner {
    margin-bottom: 48px;
  }

  .about-company__team,
  .about-company__clients,
  .about-company__where {
    padding: 37px 33px;
  }

  .about-company__title {
    margin-bottom: 7px;
  }
  .about-company__title span {
    display: none;
  }
  .about-company__team-subtitle--desktop {
    display: none;
  }
  .about-company__team-subtitle--mob {
    display: inline;
  }
  .about-company__title .lower-case-name {
    display: inline-block;
  }
  .about-company__subtitle-accent {
    display: block;
    max-width: 276px;
    margin: 0 auto 36px auto;
    border-radius: 6px;

    line-height: 100%;
    text-align: center;
  }

  .about-company__subtitle {
    line-height: 110%;
    font-size: 18px;
  }

  .about-company__tab-btn {
    font-size: 14px;
    padding: 16px 4px;
  }

  /* Team */
  .about-company__team-subtitle {
    margin-bottom: 15px;
  }
  .about-company__team-item span {
    border-radius: 50px;
    white-space: normal;
    width: 100%;
    padding: 10px 12px;
    text-align: center;

    font-size: 14px;
  }

  .about-company__team-list {
    margin-bottom: 49px;
    grid-gap: 10px 2px;
  }

  .about-company__team-item:nth-child(1) {
    grid-area: 1 / 1 / 2 / 13;
  }
  .about-company__team-item:nth-child(2) {
    grid-area: 2 / 7 / 3 / 13;
    transform: translate(0);
  }
  .about-company__team-item:nth-child(3) {
    transform: translate(0);
    grid-area: 2 / 1 / 3 / 7;
  }
  .about-company__team-item:nth-child(4) {
    transform: translate(0);
    grid-area: 3 / 1 / 4 / 12;
  }
  .about-company__team-item:nth-child(5) {
    grid-area: 4 / 1 / 5 / 9;
    transform: translate(0);
  }
  .about-company__team-item:nth-child(6) {
    grid-area: 5 / 1 / 5 / 13;
    transform: translateY(0%);
  }
  .about-company__team-item:nth-child(7) {
    grid-area: 6 / 5 / 6 / 13;
    transform: translate(0);
  }
  .about-company__team-item:nth-child(8) {
    grid-area: 7 / 6 / 7 / 13;
  }
  /* Team founder */
  .about-company__founder {
    flex-direction: column;
    display: flex;
    grid-gap: 0;
  }
  .about-company__founder-img-wrapper {
    max-width: 161px;
    max-height: 200px;
    margin-left: auto;
    margin-bottom: 16px;
  }
  .about-company__founder-name {
    display: none;
  }
  .about-company__founder-name--mob {
    display: block;
    margin-bottom: 16px;
    font-size: 18px;
  }
  .about-company__founder-paragraph,.FounderContent > p {
    font-size: 14px;
  }

  /* Clients/where */
  .about-company__clients {
    background-color: var(--color-text-1);
  }
  .about-company__clients .about-company__subtitle {
    margin-bottom: 16px;

    color: var(--color-text-2);
  }
  .about-company__clients-item {
    justify-content: flex-start;
    padding: 12px 18px;
    border-color: var(--color-accent-1);

    text-align: left;
    font-size: 16px;

    color: var(--color-text-4);
  }
  /* - */
  .about-company__where .about-company__subtitle {
    margin-bottom: 16px;
  }
  .about-company__where-item-title {
    margin-bottom: 4px;
    font-size: 16px;
  }

  /* DECOR */
  .about-company__decor--1 {
    top: 4%;
    left: -73%;
  }
  .about-company__decor--2 {
    max-width: 450px;
    top: 36%;
    right: -65%;
  }
  .about-company__decor--3 {
    bottom: -10%;
    max-width: 300px;
    right: -31%;
  }
}
@media (max-width: 460px) {
  .about-company__team-list {
    grid-gap: 0 2px;
  }
  .about-company__team-item:nth-child(1) {
  }
  .about-company__team-item:nth-child(2) {
    margin-top: -8%;
  }
  .about-company__team-item:nth-child(3) {
    margin-top: -8%;
  }
  .about-company__team-item:nth-child(4) {
    margin-top: -9%;
    grid-area: 3 / 1 / 4 / 12;
  }
  .about-company__team-item:nth-child(5) {
    grid-area: 4 / 1 / 5 / 11;
    margin-right: 4%;
    margin-top: -8%;
  }
  .about-company__team-item:nth-child(6) {
    grid-area: 5 / 7 / 6 / 14;
    margin-top: -20.5%;
  }
  .about-company__team-item:nth-child(7) {
    margin-top: 6%;
    grid-area: 5 / 1 / 6 / 13;
  }
  .about-company__team-item:nth-child(8) {
    grid-area: 6 / 3 / 7 / 13;
    transform: translateY(8%);
  }
}


.advantages {
  position: relative;
  z-index: 5;
}
.advantages__inner {
  position: relative;
  z-index: 5;
  margin-bottom: 101px;
}
.advantages__title {
  line-height: 100%;
  margin-bottom: 63px;
}
.advantages__title--accent {
  display: block;
  margin-top: -0.1em;
  letter-spacing: 0.02em;
  margin-left: 4em;
}
.advantages__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.advantages__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 35px 50px 45px;
  height: 100%;
  box-sizing: border-box;
}
.advantages__item-text {
  position: relative;
  padding-left: 80px;

  line-height: 130%;

  color: var(--color-text-2);
}
.advantages__item-text::after {
  content: "";
  position: absolute;
  left: 8%;
  top: 50%;
  transform: translate(-50%, -50%);

  width: 50px;
  height: 54px;

  background-image: url(./../images/icons/advantages-1.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.advantages__item-wrapper:nth-child(2) .advantages__item-text::after {
  background-image: url(./../images/icons/advantages-2.svg);
}
.advantages__item-wrapper:nth-child(3) .advantages__item-text::after {
  background-image: url(./../images/icons/advantages-3.svg);
}
.advantages__item-text--accent {
  color: var(--color-accent-1);
}

/* Decor */
.advantages__decor {
  position: absolute;
  z-index: 0;
}
.advantages__decor--1 {
  top: -49%;
  right: -10%;
}

@media (max-width: 1290px) {
  .advantages__list {
    grid-gap: 15px;
  }
  .advantages__item {
    padding: 30px 30px 30px 40px;
  }

  .advantages__item-text {
    padding-left: 55px;
  }
  .advantages__item-text::after {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 1000px) {
  .advantages {
    z-index: 6;
  }

  .advantages__title {
    margin-bottom: 30px;
  }
  .advantages__list {
    grid-template-columns: 1fr;
    max-width: 800px;
    margin: 0 auto;
  }
  .advantages__item-text::after {
    left: 3%;
  }
  .advanatges__item {
    transform: translateX(-5%);
  }

  .advantages__item-wrapper:nth-child(1) {
    margin-right: 7%;
  }
  .advantages__item-wrapper:nth-child(2) {
    margin-left: 7%;
  }
  .advantages__item-wrapper:nth-child(3) {
    margin: 0 8% 0 4%;
  }

  /* AOS */
  .advantages__item-wrapper:nth-child(1) .advantages__item.aos-init {
    transform: translateX(-100%);
  }
  .advantages__item-wrapper:nth-child(1) .advantages__item.aos-animate {
    transform: translateX(0);
  }

  .advantages__item-wrapper:nth-child(2) .advantages__item.aos-init {
    transform: translateX(100%);
  }
  .advantages__item-wrapper:nth-child(2) .advantages__item.aos-animate {
    transform: translateX(0);
  }

  .advantages__item-wrapper:nth-child(3) .advantages__item.aos-init {
    transform: translateX(-100%);
  }
  .advantages__item-wrapper:nth-child(3) .advantages__item.aos-animate {
    transform: translateX(0);
  }

  .advantages__decor--1 {
    display: none;
  }
}
@media (max-width: 800px) {
  .advantages__inner {
    margin-bottom: 60px;
  }

  .advantages__title {
    margin: 0 auto 30px auto;
    width: fit-content;
  }

  .advantages__list {
    max-width: 500px;
  }
}
@media (max-width: 460px) {
  .advantages__inner {
    margin-bottom: 48px;
  }

  .advantages__title {
    margin-bottom: 24px;
  }
  .advantages__list {
    grid-gap: 8px;
  }
  .advantages__item-wrapper {
    max-width: 260px;
    width: 100%;
    max-height: 120px;
    height: 100%;
  }

  .advantages__item-wrapper:nth-child(2) {
    margin-left: 11%;
  }

  .advantages__item {
    padding: 24px;
  }
  .advantages__item-text {
    font-size: 14px;
  }
  .advantages__item-text {
    padding-left: 35px;
  }
  .advantages__item-text::after {
    width: 25px;
    height: 25px;
  }
}

.work-process__inner {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: row;
  margin-bottom: 151px;
}
.work-process__title {
  margin-right: 60px;
  margin-top: 37px;
  line-height: 100%;
}
.work-process__title--accent {
  display: block;
  margin-left: 1.2em;
}
.work-process__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;

  counter-reset: work-process__list;
}
.work-process__item {
  padding: 40px 29px 32px 40px;
}
.work-process__item:nth-child(4) {
  grid-column: 2/3;
}
.work-process__item:nth-child(5) {
  grid-column: 3/4;
}

.work-process__item-num {
  position: relative;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin-bottom: 20px;

  background-color: var(--color-accent-1);
}
.work-process__item-num::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  font-size: 25px;
  line-height: 100%;
  letter-spacing: 0;

  counter-increment: work-process__list;
  content: counter(work-process__list);
}
.work-process__item-paragraph {
  font-weight: 400;
  line-height: 110%;

  color: var(--color-text-1);
}

/* Decor */
.work-process__decor {
  position: absolute;
  z-index: 0;
}
.work-process__decor--1 {
  left: -22%;
  top: -99%;
}
.work-process__decor--2 {
  right: -21%;
  top: -38%;
}

@media (max-width: 1200px) {
  .work-process__inner {
    flex-direction: column;
  }
  .work-process__title {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .work-process__list {
    margin: 0 auto;
    max-width: 900px;
  }
}

@media (max-width: 800px) {
  .work-process__inner {
    margin-bottom: 94px;
  }
  .work-process__list {
    max-width: 600px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .work-process__item {
    padding: 24px 16px 24px 16px;
    border-width: 2px;

    font-size: 16px;

    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    background-color: var(--color-text-4);
  }
  .work-process__item-num {
    margin: 0 auto 16px auto;
    min-width: 45px;
    height: 45px;
  }
  .work-process__item-paragraph {
    line-height: 110%;
  }
  .work-process__item:nth-child(1) {
    grid-row: 1/3;
  }
  .work-process__item:nth-child(2) {
    grid-row: 2;
  }
  .work-process__item:nth-child(2) span {
    display: none;
  }
  .work-process__item:nth-child(3) {
    grid-row: 3;
  }
  .work-process__item:nth-child(4) {
    grid-row: 3;
  }
  .work-process__item:nth-child(5) {
    padding: 22px 44px;
    grid-column: 1/3;
    grid-row: 4;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .work-process__item:nth-child(5) .work-process__item-num {
    margin-right: 35px;
    margin-bottom: 0;
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  .work-process__item-paragraph {
    font-size: 14px;
  }

  .work-process__title {
    margin-right: 20%;
    text-align: center;
  }
  .work-process__title--accent {
    margin-left: 60%;
  }
}

.individual-solution__inner {
  position: relative;
  z-index: 5;
  padding: 64px 110px 60px 110px;
  margin-bottom: 60px;
  border-radius: var(--border-radius-1);
  border: 2px solid var(--color-accent-1);

  background-color: var(--color-text-1);
}

.individual-solution__text {
  line-height: 130%;
  letter-spacing: -0.01em;
  line-height: 110%;

  color: rgba(76, 75, 77, 0.7);
}
.individual-solution__text--1 {
  margin-bottom: 1.5em;
}
.individual-solution__text--2 {
  text-align: left;
  width: fit-content;
  margin-left: auto;

  margin-bottom: 1em;
}
.individual-solution__text--3 {
  margin-left: 28%;
  margin-bottom: 2em;
}
.individual-solution__text--accent {
  display: inline-block;
  color: var(--color-accent-2);
}

.individual-solution__title {
  margin-bottom: 22px;

  font-family: "Syncopate";
  font-size: 40px;
  line-height: 110%;

  letter-spacing: -0.01em;

  color: var(--color-text-2);
}
.individual-solution__btn {
  padding: 22px;
  border: 2px solid var(--color-text-4);
  max-width: 345px;
  width: 100%;
  text-align: center;
}

/* Decor */
.individual-solution__decor {
  position: absolute;
  z-index: 0;
}
.individual-solution__decor--1 {
  top: -39%;
  left: 18%;
}
.individual-solution__decor--2 {
  bottom: -35%;
  right: 0%;
}
.individual-solution__decor--3 {
  bottom: -35%;
  left: 14%;
}

@media (max-width: 1140px) {
  .individual-solution__inner {
    padding: 40px 60px;
    margin-bottom: 50px;
  }
  .individual-solution__title {
    font-size: 30px;
  }
}
@media (max-width: 800px) {
  .individual-solution__inner {
    padding: 40px 22px;
    margin-bottom: 96px;
  }
  .individual-solution__title {
    font-size: 25px;
  }
  .individual-solution__btn {
    padding: 16px;
    max-width: 300px;
  }
}
@media (max-width: 600px) {
  .individual-solution__title {
    font-size: 18px;
    line-height: 130%;
  }
  .individual-solution__btn {
    font-size: 14px;
    max-width: 270px;
  }

  /* Decor */
  .individual-solution__decor--1 {
    top: -42%;
    left: -67%;
  }
  .individual-solution__decor--2 {
    bottom: -40%;
    right: -75%;
  }
  .individual-solution__decor--3 {
    bottom: -17%;
    max-width: 200px;
    left: -25%;
  }
}
@media (max-width: 460px) {
  .individual-solution__text {
    font-size: 14px;
    line-height: 128%;
  }
  .individual-solution__text--1 {
    margin-bottom: 1.33em;
  }
  .individual-solution__text--2 {
    margin-left: auto;
    max-width: 58%;
  }
  .individual-solution__text--3 {
    margin-left: 0;
  }

  .individual-solution__title {
    font-size: 14px;
    margin-bottom: 1em;
  }
  .individual-solution__title span {
    display: block;
    margin-left: 1.3em;
  }
  .individual-solution__title .lower-case-name {
    margin-left: 0;
    display: inline;
  }
  .individual-solution__title br {
    display: none;
  }
}

.gallery {
  position: relative;
}
.gallery__parallax-wrapper {
  position: relative;
  overflow: auto;
  height: 100%;
}
.gallery__inner {
  position: relative;

  z-index: 5;
  display: grid;
  grid-template-columns: repeat(50, 1fr);
  /* grid-template-rows: repeat(40, 1fr); */

  margin-bottom: 250px;
}

.gallery__item {
  transition: all, 0.5s;
  will-change: transform;
}
.gallery__item-image {
  display: block;
  transition: all, 0.7s;
  will-change: transform;
}
.gallery__item:nth-child(1) {
  grid-area: 1 / 1 / 17 / 18;
}
.gallery__item:nth-child(2) {
  grid-area: 1 / 20 / 6 / 37;
}
.gallery__item:nth-child(3) {
  grid-area: 1 / 39 / 7 / 51;
}
.gallery__item:nth-child(4) {
  margin-top: -14%;
  grid-area: 7 / 21 / 24 / 38;
}
.gallery__item:nth-child(5) {
  grid-area: 21 / 3 / 35 / 20;
}
.gallery__item:nth-child(6) {
  margin-top: -5%;
  grid-area: 20 / 41 / 26 / 51;
}
.gallery__item:nth-child(7) {
  margin-top: -30%;
  grid-area: 30 / 23 / 29 / 40;
}
.gallery__img {
  width: 100%;
  display: block;
  object-fit: cover;
}

/* Decor */
.gallery__decor {
  position: absolute;
  z-index: 0;
}
.gallery__decor--1 {
  top: 9%;
  left: -27%;
}
.gallery__decor--2 {
  top: -3%;
  right: -6%;
}
.gallery__decor--3 {
  bottom: -52%;
  right: -8%;
}

@media (max-width: 600px) {
  .gallery__inner {
    margin-bottom: 96px;
  }

  .gallery__item:nth-child(1) {
    margin-top: 9%;
    grid-area: 3 / 52 / 17 / 30;
  }
  .gallery__item:nth-child(2) {
    grid-area: 1 / 1 / 7 / 28;
  }
  .gallery__item:nth-child(3) {
    margin-top: 17%;
    grid-area: 35 / 1 / 28 / 20;
  }
  .gallery__item:nth-child(4) {
    grid-area: 20 / 13 / 29 / 52;
    margin-top: 2%;
  }
  .gallery__item:nth-child(5) {
    margin-top: 11%;
    grid-area: 35 / 1 / 37 / 22;
  }
  .gallery__item:nth-child(6) {
    margin-top: 0;
    grid-area: 32 / 24 / 36 / 51;
  }
  .gallery__item:nth-child(7) {
    grid-area: 15 / 1 / 23 / 26;
    margin-bottom: 28%;
  }

  /* Decor */
  .gallery__decor--1 {
    top: 26%;
    max-width: 374px;
    left: -52%;
  }
  .gallery__decor--2 {
    top: -12%;
    max-width: 300px;
    right: -12%;
  }
  .gallery__decor--3 {
    max-width: 300px;
    bottom: -17%;
    right: -30%;
  }
}

.articles__inner {
  position: relative;
  z-index: 5;
  margin-bottom: 153px;
}
.articles__title {
  line-height: 102%;
  margin-bottom: 0.63em;
}
.articles__title--accent {
  margin-left: 1.6em;
}
.articles__list {
  margin-bottom: 40px;
}
.articles__item {
    padding: 40px 30px;
    display: flex;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 300px;
}
.articles__item-time {
  display: block;
  text-align: right;
  margin-left: auto;
  margin-bottom: 10px;

  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0;
}
.articles__item-paragraph {
  line-height: 130%;
  margin-right: -10px;
  margin-bottom: auto;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
}

.articles__slider-navigation {
  justify-content: center;
}
.slider-pagination.articles__slider-pagination {
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
}
.articles__slider-pagination.slider-pagination
  .swiper-pagination-bullet.articles__pagination-item--num {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.articles__pagination-item--num {
  opacity: 0.7;
  transition: all, 0.3s;
  cursor: pointer;
}
.articles__pagination-item--num.swiper-pagination-bullet-active {
  opacity: 1;
}
.articles__pagination-item--num:nth-child(2) {
  position: relative;
  margin: 0;
}

.articles__pagination-item--num:nth-child(2):after {
  content: " ...";
  padding-left: 8px;
}
.articles__pagination-item--num:nth-child(2)::before {
  content: "... ";
  padding-right: 8px;
}
.swiper-pagination-bullet-active.articles__pagination-item--num:nth-child(
    2
  ):after,
.swiper-pagination-bullet-active.articles__pagination-item--num:nth-child(
    2
  )::before {
  opacity: 0.7;
}
/* Decor */
.articles__decor {
  position: absolute;
  z-index: 0;
}
.articles__decor--1 {
  top: -7%;
  left: 14%;
}
.articles__decor--2 {
  top: 29%;
  right: -26%;
}
.articles__decor--3 {
  bottom: -9%;
  left: -32%;
}

@media (max-width: 1200px) {
  .articles__item-paragraph {
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}

@media (max-width: 1000px) {
  .articles__title--accent {
    margin-left: 0.6em;
  }
}

@media (max-width: 900px) {
  .articles__inner {
    margin-bottom: 96px;
  }
  .articles__title {
    line-height: 80%;
    margin-bottom: 0.75em;
  }
  .articles__title--accent {
    margin-left: 0;
    font-size: 0.66em;
  }
  .articles__item-paragraph {
    -webkit-line-clamp: 3;
    line-clamp: 3;
    /*margin-bottom: 1.3em;*/
  }
}
@media (max-width: 600px) {
  .articles__list {
    margin-bottom: 16px;
  }
  .articles__item-paragraph {
    /*margin-bottom: 0.5em;*/
  }
  .articles__item {
    display: flex;
    flex-direction: column;
    padding: 40px 30px;
    min-height: 245px;
  }
  .articles__item-btn {
    margin-top: auto;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
  .articles__item-time {
    text-align: left;
    margin-left: 0;
    font-size: 14px;
  }

  /*  decor */
  .articles__decor--1 {
    top: 17%;
    max-width: 200px;
    left: -10%;
  }
  .articles__decor--2 {
    top: 32%;
    max-width: 300px;
    right: -63%;
  }
  .articles__decor--3 {
    display: none;
  }
}


.footer {
  color: var(--color-text-1);
}
.footer__inner {
  position: relative;
  z-index: 5;
  margin-bottom: 100px;
}

.footer__top {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 0.8fr 0.2fr;
  grid-gap: 10px;
  margin-bottom: 40px;
}
.footer__box:nth-child(3) {
  display: flex;
  flex-direction: column;
}

.footer__box:nth-child(4) {
  margin-left: 34px;
}
.footer__logo {
  display: block;
  margin-bottom: 61px;
  max-width: 240px;
}
.footer__logo img {
  width: 100%;
  height: 100%;
}
.footer__paragraph {
  max-width: 263px;
  line-height: 130%;
  letter-spacing: 0;

  font-size: 18px;

  color: rgba(255, 255, 255, 0.8);
}
.footer__subtitle {
  margin-bottom: 14px;
}
.footer__item {
  width: 100%;
}
.footer__item:not(:last-child) {
  margin-bottom: 5px;
}
.footer__link {
  display: block;
  box-sizing: border-box;
  padding: 5px 5px 5px 0;

  opacity: 0.8;
}
.footer__link:hover {
  opacity: 1;
}
.footer__link--confidentiality {
  margin-top: auto;
}
.footer__link::after {
  content: none;
}
.footer__social {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-left: 15px;
}
.footer__social-item {
  margin-bottom: 11px;
}
.footer__social-item:last-child {
  margin-bottom: 31px;
}
.footer__social-item a {
  display: block;
}
.footer__social-item svg {
  fill: var(--color-text-1);
  transition: all, 0.3s;
}
.footer__social-item:hover svg {
  fill: var(--color-accent-1);
}
.footer__social-item--facebook rect {
  fill: none;
}
.footer__social-item--facebook rect {
  stroke: var(--color-text-1);
  transition: all, 0.3s;
}
.footer__social-item--facebook:hover rect {
  stroke: var(--color-accent-1);
}

.footer__social-arrow-to-up {
  margin-top: 21px;
}
.footer__social-arrow-to-up svg {
  fill: var(--color-accent-1);

  transition: all, 0.3s;
}
.footer__social-arrow-to-up:hover svg {
  fill: var(--color-accent-2);
}

.footer__bottom {
  max-width: 635px;
  margin: 0 auto;

  text-align: center;
  font-family: "Actay";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;

  text-align: center;

  color: rgba(255, 255, 255, 0.5);
}
/* Mob */
.footer__mob-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.footer__mobile {
  display: none;
  max-width: 500px;
  margin: 0 auto;
}
.footer__nav {
}
/* Decor */
.footer__decor {
  position: absolute;
  z-index: 0;
}
.footer__decor--1 {
  top: -108%;
  left: 30%;
}
.footer__decor--2 {
  left: -10%;
  top: -40%;
}

@media (max-width: 950px) {
  .footer__top {
    grid-template-columns: 1.2fr 1fr 1fr 0.4fr 0.1fr;
    grid-gap: 15px;
  }
  .footer__social {
    margin-left: 0;
  }
  .footer__box:nth-child(4) {
    margin-left: 0;
  }
  .footer__link {
    font-size: 16px;
    padding: 3px 0;
  }
  .footer__subtitle {
    font-size: 18px;
  }
  .footer__paragraph {
    font-size: 14px;
  }
}
@media (max-width: 810px) {
  .footer__desktop {
    display: none;
  }
  .footer__mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .footer__logo {
    margin-bottom: 0;
    max-width: 180px;
    min-width: 149px;
    margin-right: 20px;
  }
  .footer__paragraph:nth-child(1) {
    font-weight: 400;
    font-size: 10px;
    line-height: 130%;
  }
  .footer__box--contact {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 18px;
  }
  .footer__social {
    flex-direction: row;
    margin-bottom: 11px;
  }
  .footer__social-item {
    margin-right: 16px;

    margin-bottom: 0;
  }
  .footer__contact {
    margin-bottom: 10px;
  }
  .footer__social-item svg {
    width: 25px;
    height: 25px;
  }
  .footer__social-item:nth-child(2) {
    margin-bottom: 0;
  }
  .footer__partner .footer__paragraph {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
  }
  .footer__nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 35px;
  }
  .footer__item {
    width: auto;
    margin: 1px 12px;
  }
  .footer__mob-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer__mob-cop {
    max-width: 260px;
    margin-right: auto;

    font-family: "Actay";
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 130%;

    color: rgba(255, 255, 255, 0.5);
  }
  .footer__social-arrow-to-up {
    margin-top: 0;
  }
  .footer__social-arrow-to-up svg {
    height: 43px;
  }
}
@media (max-width: 600px) {
  .footer__box--contact {
    margin-bottom: 15px;
  }
  .footer__mob-top {
    margin-bottom: 24px;
  }
  .footer__box--contact {
    grid-template-columns: 1fr 0.6fr;
  }
  .footer__social {
    margin-bottom: 3px;
  }
  .footer__logo {
    margin-right: 10px;
  }
  .footer__paragraph {
    font-size: 10px;
  }
  .footer__mob-top .footer__paragraph {
    margin-right: -15px;
  }
  .footer__link {
    font-size: 14px;
  }
  .footer__decor--1 {
    max-width: 410px;
    left: -87%;
    top: -16%;
  }
  .footer__decor--2 {
    display: none;
  }
}


/* Default */
.popup {
  position: fixed;
  z-index: 10;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  transition: all 0.7s;

  overflow-y: auto;
  overflow-x: hidden;
}

.fancybox__content {
  position: relative;
  z-index: 9;
  padding: 40px;
  box-sizing: border-box;

  border-radius: 20px;
  border: 1px solid var(--color-text-2);

  color: var(--color-text-4);
  background-color: var(--color-text-1);

  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);

	max-width: 1104px;
    width: 100%;
}

.webform:not(.WebFormPostReport) .fancybox__content{padding:40px 72px;max-width:530px}
.webform.WebFormPostReport .fancybox__content{max-width:500px;text-align: center;padding: 40px 10px}
.poput .fancybox__content{overflow-y:auto}

.fancybox__content p:not(:last-child) {
    /*margin-bottom: 20px;*/
}

.popup__btn-close {
  position: absolute;
  top: 30px;
  right: 30px;
  padding: 5px;
}
.popup__btn-close svg {
  stroke: var(--color-text-2);
  transition: all, 0.3s;
}
.popup__btn-close:hover svg {
  stroke: var(--color-accent-1);
}
.popup-title {
  margin-bottom: 20px;

  font-family: "Syncopate";
  font-size: 20px;
  line-height: 130%;
  text-transform: uppercase;

  color: var(--color-text-2);
}
.popup-subtitle {
  margin-bottom: 15px;

  font-size: 20px;
  font-weight: 700;
  line-height: 130%;

  color: var(--color-text-2);
}
.popup-case__top,
.popup-article__top {
  margin-bottom: 10px;
}
.popup-case__top.WithImage,
.popup-article__top.WithImage {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  grid-gap: 40px;
  margin-bottom: 40px;
}
.popup-case__img-wrapper,
.popup-article__img-wrapper {
  max-width: 400px;
  max-height: 300px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.popup-case__img,
.popup-article__img {
  width: 100%;
  /*height: 100%;*/
  display: block;
  object-fit: cover;
  border-radius: var(--border-radius-card);
}
/* Popup contact */
.popup-contact {
  /*padding: 40px 72px;
  max-width: 530px;
  width: 100%;*/
}
.popup-contact__text {
  max-width: 382px;
  margin: 0 auto 25px auto;

  font-family: "Actay";
  font-size: 16px;
  line-height: 130%;

  text-align: center;

  color: var(--color-text-2);

  opacity: 0.7;
}
.popup-contact__form {
  display: flex;
  flex-direction: column;
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
}
.popup-contact__form .popup-contact__label {
  display: block;
  margin-bottom: 15px;

  font-family: "Actay";
  font-size: 16px;
  line-height: 130%;

  color: var(--color-text-2);
}
.popup-contact__input,
.popup-contact__textarea {
  width: 100%;
  display: block;
  margin-top: 4px;
}

.popup-contact__label--notification {
  font-family: "Actay";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;

  color: var(--color-text-2);
  opacity: 0.4;
}
.popup-contact__label--budget {
  position: relative;
}
.popup-contact__label--budget .popup-contact__input {
  padding-right: 26%;
}
.popup-contact__label--budget::after {
  content: "KZT";
  position: absolute;

  top: 50%;
  right: 4%;
  transform: translate(-50%, -50%);

  font-weight: 400;
  font-size: 14px;
  line-height: 100%;

  color: rgba(0, 0, 0, 0.4);
}
.popup-contact__label-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.popup-contact__textarea {
  height: 100px;
}
.popup-contact__privacy-policy .input-checkbox-custom {
  margin-right: 15px;
}
.popup-contact__privacy-policy {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;

  font-size: 12px;
  line-height: 130%;

  color: var(--color-text-2);

  cursor: pointer;
}
.popup-contact__privacy-policy-link {
  color: var(--color-text-4);

  text-decoration: none;

  transition: all, 0.3s;
}
.popup-contact__privacy-policy-link:hover {
  color: var(--color-accent-1);
}
.popup-contact__btn-wrapper {
  display: block;
  max-width: 230px;
  margin: 0 auto;
}

.popup-contact__btn:disabled {
  opacity: 0.7;
  cursor: pointer;
}
.popup-contact__btn:disabled:hover {
  background-color: var(--color-accent-1);
}
.popup-contact__btn:disabled:active {
  color: var(--color-text-1);
  background-color: var(--color-accent-1);
}

/* Popup contact success */
.popup-success {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 170px;
  max-width: 530px;
  width: 100%;
}
.popup-success__text {
  font-size: 16px;
  line-height: 130%;

  text-align: center;

  color: var(--color-text-2);
}

/* Popup Case*/
.popup-case {
  max-width: 1104px;
  width: 100%;
}
.popup-case__paragraph:not(:last-child) {
  margin-bottom: 10px;
}

.popup-case__result ul {
  margin-bottom: 40px;
}

/* Popup article */
.popup-article {
  max-width: 1104px;
  width: 100%;

  overflow-y: auto;
  height: 80vh;
  min-height: 660px;
}
.popup-article__top {
  /*margin-bottom: 40px;*/
}
.popup-article__date {
  margin-bottom: 2px;
  font-size: 18px;
  color: var(--color-text-4);
}

/* Popup feedback */
.popup-feedback {
  /*padding: 61px;
  max-width: 1104px;
  width: 100%;
  min-height: 665px;*/
}
.popup-feedback__form {
  max-width: 860px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px;
}
.popup-feedback__user {
  display: flex;
  flex-direction: column;
}
.popup-feedback .popup-contact__label {
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;

  color: var(--color-text-2);
}

.popup-feedback .popup-contact__input {
  margin-top: 5px;
  padding: 14px 20px;

  font-size: 18px;
}
.popup-feedback .popup-contact__label:nth-child(3) {
  margin-bottom: 76px;
}

.popup-feedback__stars {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-bottom: 28px;
}
.popup-feedback__stars[data-review-total-value="1"]
  .popup-feedback__star:nth-child(n + 5),
.popup-feedback__stars[data-review-total-value="2"]
  .popup-feedback__star:nth-child(n + 4),
.popup-feedback__stars[data-review-total-value="3"]
  .popup-feedback__star:nth-child(n + 3),
.popup-feedback__stars[data-review-total-value="4"]
  .popup-feedback__star:nth-child(n + 2),
.popup-feedback__stars[data-review-total-value="5"]
  .popup-feedback__star:nth-child(n + 1) {
  fill: var(--color-accent-1);
  stroke-width: 1px;
  stroke: transparent;
}
.popup-feedback__star {
  display: block;
  margin: 0 4px 0 0;
  fill: transparent;
  stroke-width: 1px;
  stroke: var(--color-text-4);
}

.popup-feedback__stars svg {
  height: 31px;
  width: 31px;
  cursor: pointer;
  fill: transparent;
  transition: all, 0.3s;
}

.popup-feedback__paragraph {
  margin-bottom: 5px;
}

.popup-feedback .popup-contact__textarea {
  margin-bottom: 25px;
  min-height: 240px;
  max-height: 337px;
  height: 100%;
  max-width: 400px;
  width: 100%;

  font-size: 18px;
  line-height: 130%;
}

.popup-feedback__privacy-policy--mob {
  display: none;
}
@media (max-width: 1000px) {
  .popup-feedback {
    /*padding: 40px 32px;*/
  }
  .popup-feedback__btn-wrapper {
    max-width: 230px;
    width: 100%;
    box-sizing: border-box;
    display: block;
  }
  .popup-feedback__btn {
    width: 100%;
  }
}

@media (max-width: 800px) {
  .popup-case__top.WithImage,
  .popup-article__top.WithImage {
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }
  .popup-case__subtitle {
    margin-bottom: 6px;
  }
  .popup-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
  }
  .popup-subtitle {
    font-size: 16px;
  }
  .popup-case__img-wrapper,
  .popup-article__img-wrapper {
    margin: 0 auto 24px auto;
  }
  .popup-case__result ul {
    margin-bottom: 24px;
  }
  .popup-case__btn {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    max-width: 270px;
  }

  /* feedbac */
  .popup-feedback {
    /*max-width: 500px;*/
  }
  .popup-feedback .popup-contact__label:nth-child(3),
  .popup-feedback .popup-contact__label {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .popup-feedback .popup-contact__input {
    margin-top: 4px;
    font-size: 14px;
  }
  .popup-feedback__form {
    display: flex;
    flex-direction: column;
    grid-gap: 0;
  }
  .popup-feedback .popup-contact__textarea {
    max-width: 100%;
    width: 100%;
    height: 160px;
    margin-bottom: 16px;
  }

  .popup-feedback__privacy-policy--desktop {
    display: none;
  }
  .popup-feedback__privacy-policy--mob {
    display: flex;
    margin-bottom: 16px;
  }
  .popup-feedback__btn-wrapper {
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  .popup__btn-close {
    top: 10px;
    right: 10px;
  }
  .webform:not(.WebFormPostReport) .fancybox__content {
    padding: 40px 32px;
    max-width: 340px;
  }
  .popup-contact__btn-wrapper {
    width: 100%;
  }
  .popup-contact__btn {
    width: 100%;
  }
  .popup-contact__privacy-policy {
    font-size: 10px;
  }
}


.swiper-slide{height:auto}

/*.CommonWebFormPostInfoContainer .Messages p{white-space: nowrap}*/