/*
Theme Name:     adam-theme
Theme URI:
Description:    Theme for site
Author:         Adam
Author URI:     adam.johns031@gmail.com
Template:       new-adam-theme
Version:        1.0
*/

@import url("../new-adam-theme/style.css");
@import url("//fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");

:root {
  --main-color: #e74724;
  --black-color: #252321;
  --gray-color: #979593;
  --gradient-green: linear-gradient(114.68deg, #97d700 -7.77%, #1dca00 114.82%);
  --gradient-orange: linear-gradient(
    114.68deg,
    #f0a003 -7.77%,
    #eb6425 114.82%
  );
}

::-webkit-scrollbar {
  width: 6px;
  height: 3px;
}
::-webkit-scrollbar-button {
  background-color: #ffffff;
}
::-webkit-scrollbar-track {
  background-color: #ffffff;
}
::-webkit-scrollbar-track-piece {
  background-color: #ffffff;
}
::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #ffffff;
  border-radius: 3px;
}
::-webkit-scrollbar-corner {
  background-color: #ffffff;
}

* {
  outline: none !important;
}
html {
  font-size: 16px;
}
@media (max-width: 1561px) {
  html {
    font-size: 14px;
  }
}
body {
  font-family: "Outfit", sans-serif;
  margin: 0;
}
body.overflow {
  overflow-y: hidden;
}
section {
  overflow: hidden;
}
a {
  text-decoration: none;
  transition: 0.5s;
}
a:visited {
  color: inherit;
}
a:hover {
  color: var(--main-color);
}
p {
  margin: 0;
}
ul li::marker {
  color: var(--main-color);
}
ul,
ol {
  margin: 0;
  padding: 0;
}
.clearfix {
  clear: both;
}
.site-content {
  overflow: hidden;
}
.single-post .site-content {
  overflow: unset;
}
.container {
  max-width: 1560px;
  margin: 0 auto;
  width: 92%;
}
.pt {
  padding-top: 120px;
}
.pt2 {
  padding-top: 80px;
}
.pb {
  padding-bottom: 120px;
}
.mt {
  margin-top: 50px;
}
.mb {
  margin-bottom: 120px;
}
@media (max-width: 800px) {
  .pt {
    padding-top: 64px;
  }
  .pt2 {
    padding-top: 40px;
  }
  .pb {
    padding-bottom: 64px;
  }
}

.freepik {
  display: none;
}

.title {
  color: #252321;
  font-size: 4rem;
  font-style: normal;
  font-weight: 300;
  line-height: 4.9375rem;
  letter-spacing: -0.0625rem;
  text-transform: uppercase;
  margin: 0;
}
.title span {
  color: var(--main-color);
}
.title_m {
  color: #252321;
  font-size: 3rem;
  font-style: normal;
  font-weight: 200;
  line-height: 100%;
  letter-spacing: -0.0625rem;
  text-transform: uppercase;
  margin: 0;
}
.title_m span {
  color: var(--main-color);
}
.title_m span.grey {
  color: #979593;
}
.text_m {
  color: #979593;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: 142%;
  letter-spacing: -0.03rem;
  margin: 0;
}
.text {
  color: #979593;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: -0.03rem;
  margin: 0;
}
.hidden {
  display: none !important;
}
@media (max-width: 800px) {
  .title {
    font-size: 36px;
    line-height: 100%;
    letter-spacing: -1px;
  }
  .title_m {
    font-size: 30px;
  }
  .text_m {
    font-size: 16px;
  }
}

/* popup */
#myfond_gris {
  display: none;
  background-color: #000;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  z-index: 9998;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.mymagicoverbox_fenetre {
  z-index: 999999999999999999;
  position: fixed;
  top: 50%;
  display: none;
  background-color: #fff;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  box-shadow: 7px 7px 20px 0 rgba(0, 0, 0, 0.8);
  padding: 25px;
  padding-bottom: 0;
}
#box_1 {
  width: 90%;
  max-width: 500px;
}

.mymagicoverbox_fermer {
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
}

.mymagicoverbox_fenetre:before {
  content: "";
  background: var(--main-color);
  width: 7px;
  height: 150px;
  position: absolute;
  left: 0;
  top: 10%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

#myfond_gris {
  display: none;
  background-color: #000;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  z-index: 9998;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.mymagicoverbox_fermer {
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  background-color: var(--main-color);
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-pop-up-title {
  font-size: 24px;
  line-height: 140%;
  font-weight: 500;
  color: #303030;
  margin-bottom: 10px;
  text-align: center;
  margin-top: 10px;
}
.main-pop-up-text {
  font-size: 18px;
  line-height: 140%;
  font-weight: 400;
  color: #303030;
  margin-bottom: 20px;
  text-align: center;
  max-width: 470px;
}
form label span textarea {
}
.main-pop-up form label span input.main-form__name,
.main-pop-up form label span input.main-form__tel,
.main-pop-up form label span textarea.review__text,
form label span textarea {
  border: 1px solid var(--main-color);
  max-width: none;
  height: auto;
  width: 100%;
}

.main-pop-up form input {
  border: 1px solid var(--main-color);
  border-radius: 5px;
  width: 100%;
  height: 45px;
  color: #000;
  padding: 10px;
  margin-bottom: 15px;
}
.main-pop-up form .wpcf7-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--main-color);
  color: #fff;
  transition: 0.5s;
  cursor: pointer;
  border: none;
  font-size: 16px;
}
.main-pop-up form .wpcf7-submit:hover {
  color: #000;
}
/* popup-end */

.close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
  cursor: pointer;
  transition: 0.3s;
}
.close:hover {
  opacity: 1;
}
.close:before,
.close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 28px;
  width: 2px;
  background-color: #333;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}

/* slick-slider */

body .slick-dots li button::before {
  content: "";
}
body .slick-dots li button {
  padding: 0;
  border: var(--main-color) 1px solid;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #fffbe5;
}
body .slick-dots li button:hover {
  background-color: var(--main-color);
}
body .slick-dots li.slick-active button {
  background-color: var(--main-color);
}
body .slick-dots {
  bottom: -50px;
}

body .slick-next,
body .slick-prev {
  top: unset;
  bottom: 0;
}
body .slick-prev {
  left: 103%;
}
body .slick-next {
  right: -12%;
}
body .slick-next:before,
body .slick-prev:before {
  content: "";
  position: absolute;
  width: 41px;
  height: 41px;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.5s;
  bottom: 0;
  color: #000000;
}
body .slick-next:before {
  background-image: url(img/arrow_next_new.svg);
  right: 0px;
}
body .slick-prev:before {
  background-image: url(img/arrow_prev_new.svg);
  left: -8px;
}
body .slick-prev.slick-disabled:before {
  background-image: url(img/arrow_prev.svg);
}
body .slick-next.slick-disabled:before {
  background-image: url(img/arrow_next.svg);
}
@media (max-width: 600px) {
  body .slick-dots li button {
    padding: 0;
    border: var(--main-color) 1px solid;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background-color: #fffbe5;
  }
}

/* header */

.site-header {
  position: relative;
  width: 100%;
  z-index: 10;
  transition: 0.4s;
}
.header {
  box-shadow: 0px 4px 8.6px 0px #ececec;
  /*padding: 20px 0;*/
}
.header_body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.5s;
}
.header_top {
  background: var(--main-color);
  padding: 4px 0;
  max-height: 32px;
}
.header_top__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_top__item {
  width: 33%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.header_top__item:first-child {
  justify-content: flex-start;
}
.header_top__item:last-child {
  justify-content: flex-end;
}
.header_top__item span {
  font-family: "Poppins";
  color: #fff;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  text-transform: capitalize;
  margin: 0 17px;
}
.header_top__item svg {
  margin-right: 7px;
}
.header_top__item svg:last-child {
  margin-right: 0;
}
@media (max-width: 1360px) {
  .header_top__item {
    width: 100%;
  }
  .header_top__item:first-child {
    display: none;
  }
  .header_top__item:last-child {
    display: none;
  }
}
@media (max-width: 1100px) {
  .header_top {
    padding: 2px 0;
  }
}

.header-menu {
  display: flex;
  align-items: center;
}
.header-menu ul {
  display: flex;
  align-items: center;
  list-style-type: none;
}
.header-menu .menu li {
  margin-left: 80px;
  padding: 30px 10px;
}
.header-menu .menu li:last-child {
  margin-left: 70px;
  padding: 0;
}
.header-menu .menu li:first-child {
  margin-left: 0;
}
.header-menu .menu li a {
  color: #252321;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: -0.32px;
  text-transform: capitalize;
}
.header-menu .menu > li:last-child a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 215px;
  height: 42px;
  border-radius: 54px;
  border: 1px solid #979593;
  color: var(--black-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  transition: 0.4s;
}
.header-menu .menu > li:last-child a:hover {
  background: var(--main-color);
  color: #fff;
  border-color: var(--main-color);
}
.header-menu .menu li a.active {
  color: var(--main-color);
}
.header-menu .menu li a:hover {
  color: var(--main-color);
}
.header-menu .menu li.menu-item-has-children ul.sub-menu {
  display: none;
}
.header-menu .menu > li.menu-item-has-children.active > ul.sub-menu {
  display: block;
  position: absolute;
  background-color: #fbfbfb;
  top: 95%;
  left: 0;
  width: 100%;
  padding: 20px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
  border-radius: 0;
  margin: 0;
}
.header-menu .menu li.menu-item-has-children.active ul.sub-menu:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
  backdrop-filter: blur(15px);
}
.header-menu .menu li.menu-item-has-children {
  transition: 0.5s;
  /*padding-bottom: 5px;*/
}
.header-menu .menu li.menu-item-has-children li {
  border-right: none;
  max-width: 1560px;
  margin: 0 auto;
  width: 92%;
  display: flex;
  justify-content: space-between;
}
.header-menu
  .menu
  li.menu-item-has-children.active
  ul.sub-menu
  li.menu-item-has-children
  ul.sub-menu {
  display: flex;
  justify-content: space-between;
  width: 80%;
}
.header-menu .menu li.menu-item-has-children li img {
  max-width: 300px;
  width: 100%;
  object-fit: cover;
}
.header-menu .menu li.menu-item-has-children li a {
  font-style: normal;
  font-weight: 350;
  font-size: 16px;
  line-height: 130%;
  color: #333333;
  transition: 0.5s;
}
.header-menu .menu li.menu-item-has-children li a:hover {
  color: var(--main-color);
}
.header-menu .menu li.menu-item-has-children:after {
  content: "";
  position: absolute;
  right: 27px;
  top: 5px;
  width: 15px;
  height: 15px;
  background-image: url(https://almaxagency.com/wp-content/themes/adam-theme/img/arrow-menu.svg);
  transition: 0.5s;
}
.header-menu .menu li.menu-item-has-children.active:after {
  transform: rotate(180deg);
}

.header_cases__menu {
  display: none;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  background-color: #fff;
  border-top: 1px solid #ededed;
}
.header_cases__menu:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
  backdrop-filter: blur(15px);
}
.header_cases__menu.active {
  display: block;
}
.header_dropdown__menu_inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 48px 48px 64px;
}
.header_dropdown__menu_body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_dropdown__menu_left {
  display: flex;
  flex-direction: column;
  width: 20%;
}
.header_dropdown__menu_link {
  color: #252321;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: -0.32px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.header_dropdown__menu_link:last-child {
  margin-bottom: 0;
}
.header_dropdown__menu_right {
  width: 70%;
}
.header_dropdown__menu_box {
  display: none;
  align-items: center;
  justify-content: space-between;
}
.header_dropdown__menu_box.active {
  display: flex;
}
.header_dropdown__menu_img {
  max-width: 300px;
  width: 100%;
}
.header_dropdown__menu_text {
  max-width: 420px;
}

/* header-blocks */

.mobile-menu-block {
  display: none;
}

/* header-mobile */
.nav-mobile {
  background-color: #fff;
  position: fixed;
  z-index: 22;
  top: 85px;
  left: 0;
  height: calc(100vh - 85px);
  width: 100%;
  overflow-y: auto;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  box-sizing: border-box;
  padding: 0 25px 60px;
  border-top: 1px solid #eee;
}
@media (max-width: 597px) {
  .nav-mobile {
    top: 85px;
    height: calc(100vh - 85px);
  }
}
.nav-mobile.show {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}

.overlay-1 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11000;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
}
.overlay-1.show {
  opacity: 0.8;
  visibility: visible;
}
.nav-mobile .main-mobile-menu ul {
  flex-direction: column;
  margin-top: 40px;
  list-style-type: none;
}
.nav-mobile .main-mobile-menu ul li a {
  color: #252321;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.32px;
  text-transform: capitalize;
}
.nav-mobile .main-mobile-menu ul li {
  margin-bottom: 30px;
}
.nav-mobile .main-mobile-menu ul li:last-child {
  margin-bottom: 0;
}
.nav-mobile ul li.menu-item-has-children {
  position: relative;
}
.nav-mobile ul li.menu-item-has-children ul.sub-menu {
  display: none;
}
.nav-mobile ul li.menu-item-has-children.active ul.sub-menu {
  display: block;
}
.nav-mobile ul li.menu-item-has-children:after {
  content: "";
  position: absolute;
  right: 91px;
  top: 5px;
  width: 15px;
  height: 15px;
  background-image: url(https://almaxagency.com/wp-content/themes/adam-theme/img/arrow-menu.svg);
  transition: 0.5s;
}
.nav-mobile ul li.menu-item-has-children.active:after {
  transform: rotate(180deg);
}

/* header-burger */

.burger {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  z-index: 200;
  position: relative;
  position: sticky;
  right: 0;
  top: 0;
  display: none;
}
.burger span {
  margin-bottom: 9px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -1.5px;
}

.burger span,
.burger span::before,
.burger span::after {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #252321;
  outline: 1px solid transparent;
  -webkit-transition-property: background-color, 0;
  -moz-transition-property: background-color, 0;
  -o-transition-property: background-color, 0;
  transition-property: background-color, transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.burger span::before,
.burger span::after {
  position: absolute;
  content: "";
}

.burger span::before {
  top: -9px;
}

.burger span::after {
  top: 9px;
}

.burger.clicked span {
  background-color: transparent;
}

.burger.clicked span::before {
  -webkit-transform: translateY(9px) rotate(45deg);
  -moz-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  -o-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}

.burger.clicked span::after {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -moz-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  -o-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}

.burger.clicked span:before,
.burger.clicked span:after {
  /* background-color:#ea0002; */
  background-color: #252321;
}

.burger:hover {
  cursor: pointer;
}

@media (max-width: 1100px) {
  .burger,
  .mobile-menu-block {
    display: block;
  }
  .header-menu {
    display: none;
  }
  .header {
    padding: 12px 0;
  }
  .header__logo img {
    display: flex;
    max-height: 33px;
  }
}

/* header-end */

/* footer */
.site-footer {
  background: #fff;
  padding: 64px 0 28px;
}
.footer__body {
  display: flex;
  justify-content: space-between;
}
.footer_left {
  max-width: 324px;
  width: 100%;
}
.footer_right {
  max-width: 796px;
  width: 100%;
}
.footer_link,
.footer_link:visited {
  display: flex;
  color: var(--gray-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
}
.footer_link:hover {
  color: var(--main-color);
}
.footer_link_first {
  margin: 28px 0 13px;
}
.footer_social {
  margin: 35px 0 30px;
}
.footer_copyright {
  color: var(--gray-color);
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
}
.footer_menu {
  margin-bottom: 100px;
}
.footer_text {
  color: var(--gray-color);
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}
.footer_mob,
.footer_copyright_mob {
  display: none;
}
@media (max-width: 1321px) {
  .footer_menu .menu li {
    margin-left: 70px;
  }
  .footer_right {
    margin-left: 100px;
  }
}
@media (max-width: 1210px) {
  .footer__body {
    flex-direction: column;
  }
  .footer_left,
  .footer_right {
    max-width: unset;
  }
  .footer_right .footer_menu {
    display: none;
  }
  .footer_mob {
    display: flex;
    width: 100%;
  }
  .footer_copyright {
    display: none;
  }
  .footer_copyright_mob {
    display: flex;
  }
  .footer_menu {
    margin: 48px 0 0;
  }
  .footer_social {
    margin: 48px 0;
  }
  .footer_link_first {
    margin: 0 0 24px;
  }
  .footer_right {
    margin-left: 0;
  }
  .footer_text {
    margin-bottom: 32px;
  }
  .footer__logo {
    display: flex;
    margin-bottom: 48px;
  }
}
@media (max-width: 1100px) {
  .footer_menu {
    display: flex;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .footer_menu ul li:last-child {
    display: none;
  }
  .footer_menu ul {
    display: flex;
    flex-wrap: wrap;
  }
  .footer_menu .menu li {
    width: 50%;
    margin: 0 0 24px;
  }
  .footer_menu {
    margin: 48px 0 0;
  }
}
@media (max-width: 597px) {
  .site-footer {
    padding: 40px 0 24px;
  }
  .footer_text {
    font-size: 14px;
    line-height: 24px;
  }
  .footer_left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer_menu {
    justify-content: center;
  }
  .hero_social__body a {
    justify-content: flex-start;
  }
  .footer_social a {
    justify-content: center;
  }
  .hero_social__body {
    width: 100%;
  }
  .footer_menu .menu li {
    text-align: center;
  }
}

.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 0.6s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

.reveal_2 {
  position: relative;
  transform: translateX(150px);
  opacity: 0;
  transition: 0.6s all ease;
}

.reveal_2.active {
  transform: translateX(0);
  opacity: 1;
}

.reveal_3 {
  position: relative;
  transform: translateX(-150px);
  opacity: 0;
  transition: 0.6s all ease;
}

.reveal_3.active {
  transform: translateX(0);
  opacity: 1;
}

.h1 {
  color: var(--black-color);
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.48px;
  margin: 0;
}
.h1 span.grey {
  color: var(--gray-color);
}
.h1 span.orange {
  color: var(--main-color);
}
.btn,
.btn:visited {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.32px;
  text-transform: uppercase;
  margin: 0;
  border-radius: 54px;
  background: var(--main-color);
  border: 1px solid var(--main-color);
}
.btn_arrow {
  width: 48px;
  height: 48px;
  background: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.4s;
}

.hero {
  padding: 60px 0 70px;
}
.hero_body {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero_top {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.hero_title__block {
  display: flex;
  align-items: flex-end;
  /*transition-delay: 1.25s;*/
  transition-delay: 0.3s;
}
.hero_title__block_2 {
  /*transition-delay: 1.25s;*/
  transition-delay: 0.3s;
}
.hero_title__block span {
  color: #979593;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: -0.32px;
  text-transform: capitalize;
  max-width: 288px;
  width: 100%;
  display: flex;
  margin-left: 24px;
}
.hero_btns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
}
.hero_btn {
  width: 208px;
}
.hero_btn:hover {
  background: transparent;
  color: var(--main-color);
}
.hero_btn:hover + .btn_arrow {
  margin-left: 12px;
}

.hero_bottom {
  margin-top: 50px;
  display: flex;
}
.hero_bottom__left {
  max-width: 503px;
  width: 100%;
  margin-right: 100px;
  transition-delay: 0.8s;
}
.hero_bottom__gif {
  position: relative;
  left: -10%;
  top: -80px;
  margin-bottom: -100px;
}
.hero_bottom__gif svg {
  width: 115% !important;
}
.hero_bottom__gif img {
  max-width: 600px;
  width: 100%;
}
.hero_brands {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10rem;
  max-width: 443px;
  width: 100%;
  padding-top: 40px;
  border-top: 1px solid #c7c7c7;
}
.hero_social {
  max-width: 288px;
  width: 100%;
}
.hero_social__body {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.hero_social__body a {
  display: flex;
  width: 20%;
}
.hero_social span {
  color: var(--gray-color);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.75rem;
  display: flex;
  margin-bottom: 48px;
}
.hero_social__body svg path,
.hero_brands svg path {
  transition: 0.4s;
}
.hero_social__body svg:hover path,
.hero_brands svg:hover path,
.hero_brands svg:hover g {
  fill: var(--main-color);
  mix-blend-mode: unset !important;
}
.hero_brands svg:hover path.svg-white {
  fill: #fff;
}
@media (max-width: 1500px) {
  .hero_bottom__gif {
    top: -40px;
  }
}
@media (max-width: 931px) {
  .h1 {
    font-size: 36px;
    line-height: normal;
    text-align: right;
  }
  .hero_title__block {
    flex-direction: column;
    width: 100%;
  }
  .hero_title__block span {
    order: -1;
    max-width: 302px;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: -0.24px;
    text-align: right;
  }
  h1.h1 {
    width: 100%;
    text-align: left;
  }
  .hero_bottom {
    flex-direction: column;
  }
  .hero_bottom__gif {
    order: -1;
  }
  .hero_bottom__gif img {
    position: relative;
    top: -100px;
    margin: 0 auto -100px;
    display: flex;
    z-index: -1;
  }
  .hero_brands {
    padding-top: 25px;
    margin-bottom: 52px;
    margin-top: 30px;
  }
  .hero_social span {
    margin-bottom: 25px;
  }
}
@media (max-width: 597px) {
  .hero_bottom__gif {
    top: -40px;
    margin-bottom: -60px;
  }
}
@media (max-width: 431px) {
  .hero_brands svg {
    max-height: 22px;
  }
  .header_top__item img {
    display: none;
  }
  .header_top__item span {
    margin: 0 5px 0 0;
  }
  .header_top__body {
    justify-content: flex-start;
  }
  .header_top .container {
    width: 96%;
  }
  .header_top__arrows svg:nth-child(2),
  .header_top__arrows svg:nth-child(3) {
    display: none;
  }
}

.about {
  padding: 79px 0 66px;
  background: #f6f6f6;
}
.about_top {
  display: flex;
}
.about_title__block {
  margin-right: 66px;
}
.about_top__body {
  display: flex;
  flex-direction: column;
}
.about_title {
  position: absolute;
  transform: rotate(-90deg);
  color: var(--main-color);
  font-size: 24px;
  font-style: normal;
  font-weight: 200;
  line-height: 24px;
  letter-spacing: -0.64px;
  text-transform: lowercase;
  margin: 0;
  height: 24px;
  width: 136px;
  right: -50px;
  bottom: 56px;
}
.about_top__subtitle {
  color: #979593;
  font-size: 18px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: -0.36px;
  max-width: 867px;
  width: 100%;
  margin-bottom: 41px;
  align-self: flex-end;
}
.about_top__title {
  color: #252321;
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.08px;
  margin: 0;
  transition-delay: 0.2s;
}
.about_top__title span {
  color: #979593;
}
.about_top__button {
  align-self: flex-end;
  transition-delay: 0.4s;
}
.about_top__text {
  color: #979593;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.32px;
  text-transform: capitalize;
  margin: 0;
  max-width: 288px;
  width: 100%;
}
.about_top__button .hero_btns {
  margin-top: 22px;
}

.about_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 66px;
  transition-delay: 0.3s;
}
.about_bottom__left {
  width: 45%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about_bottom__item {
  width: 40%;
}
.about_bottom__item:nth-child(3),
.about_bottom__item:nth-child(4) {
  margin-top: 80px;
}
.about_item__title {
  color: #e74724;
  font-size: 74px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.48px;
  text-transform: uppercase;
  margin: 0;
}
.about_item__subtitle {
  color: #252321;
  font-size: 24px;
  font-style: normal;
  font-weight: 200;
  line-height: 36px;
  letter-spacing: -0.48px;
  margin: 4px 0;
}
.about_item__text {
  color: #979593;
  font-family: "Poppins";
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.3px;
}
.about_bottom__right {
  width: 50%;
  display: flex;
}
.about_bottom__right .about_item__title {
  font-size: 54px;
  line-height: normal;
}
.about_bottom__right .about_bottom__item {
  width: 45%;
}
.about_bottom__right .about_bottom__item:last-child {
  position: relative;
  top: 60px;
}
.about_reviews {
  display: flex;
  margin-top: 86px;
  padding-left: 66px;
}
.about_top__button_mob {
  display: none;
}
@media (max-width: 1600px) {
  .about_top__subtitle {
    max-width: 737px;
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .about_bottom__right {
    width: 45%;
  }
  .about_item__title {
    font-size: 64px;
  }
}
@media (max-width: 931px) {
  .about {
    padding: 40px 0;
  }
  .about_top {
    flex-direction: column;
  }
  .about_title__block {
    margin-right: 0;
  }
  .about_title__block .faq_title {
    writing-mode: unset;
    transform: rotate(0deg);
    border-left: none;
    border-bottom: 1px solid #c7c7c7;
    padding-left: 0;
    padding-bottom: 4px;
    margin-bottom: 24px;
    height: auto;
    font-size: 20px;
    line-height: 24px;
  }
  .about_top__subtitle {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 35px;
    width: 80%;
  }
  .about_top__title {
    font-size: 36px;
    line-height: normal;
  }
  .about_bottom {
    padding-left: 0;
    flex-direction: column;
    margin-top: 40px;
  }
  .about_bottom__left,
  .about_bottom__right {
    width: 100%;
  }
  .about_reviews {
    padding-left: 0;
  }
  .about_top__button {
    display: none;
  }
  .about_top__button_mob {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
  }
  .about_top__button_mob .hero_btn {
    width: calc(100% - 48px);
  }
  .about_top__text {
    max-width: 306px;
    font-size: 14px;
    line-height: 24px;
  }
  .about_bottom__right .about_bottom__item:last-child {
    top: 0;
  }
  .about_top__button .hero_btns {
    margin-left: 0;
    justify-content: flex-start;
  }
  .about_bottom__item {
    width: 49%;
  }
  .about_bottom__right {
    flex-direction: column;
    margin-top: 32px;
    align-items: center;
  }
  .about_bottom__right .about_bottom__item:last-child {
    margin-top: 24px;
    position: relative;
    margin-right: -20%;
  }
  .about_reviews {
    margin-top: 40px;
  }
  .about_item__title {
    font-size: 48px;
    line-height: normal;
  }
  .about_item__subtitle {
    font-size: 16px;
    line-height: normal;
  }
  .about_item__text {
    font-size: 11px;
    line-height: normal;
  }
  .about_bottom__item:nth-child(3),
  .about_bottom__item:nth-child(4) {
    margin-top: 32px;
  }
}

.cases {
  padding: 100px 0 160px;
}
.cases_top {
  max-width: 1046px;
  width: 100%;
  margin: 0 auto 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cases_title {
  max-width: 228px;
  width: 100%;
  text-align: right;
  margin-right: 30px;
}
.cases_subtitle {
  max-width: 705px;
  width: 100%;
  transition-delay: 0.3s;
}
.cases_body {
  display: flex;
  justify-content: space-between;
}
.cases_left {
  width: 45%;
  transition-delay: 0.3s;
}
.cases_right {
  width: 55%;
  transition-delay: 0.6s;
}
.cases_card__title {
  color: #252321;
  font-size: 48px;
  font-style: normal;
  font-weight: 200;
  line-height: 100%;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin: 0 0 24px;
  transition: 0.4s;
}
.cases_card__subtitle {
  max-width: 330px;
  width: 100%;
}
.mb54 {
  margin-bottom: 54px;
}
.cases_card_first {
  border-bottom: 1px solid rgba(255, 85, 48, 0.35);
  border-right: 1px solid rgba(255, 85, 48, 0.35);
  padding: 31px 42px 28px 0;
  transition-delay: 1s;
}
.cases_card_second {
  display: flex;
  justify-content: space-between;
  padding: 28px 42px 22px 0;
  border-right: 1px solid rgba(255, 85, 48, 0.35);
  transition-delay: 1.5s;
}
.cases_card_third {
  display: flex;
  justify-content: space-between;
  padding: 31px 33px 31px 26px;
  border-bottom: 1px solid rgba(255, 85, 48, 0.35);
}
.cases_card_fourth {
  padding: 31px 0px 22px 26px;
  cursor: pointer;
  position: relative;
}
.cases_card_first:after,
.cases_card_fourth:after,
.cases_card_second:after,
.cases_card_third:after {
  content: "";
  background-image: url(img/arrow_l.svg);
  background-size: cover;
  width: 50px;
  height: 49px;
  position: absolute;
  transition: 0.4s;
}
.cases_card_first:after,
.cases_card_fourth:after {
  top: 31px;
  right: 24px;
}
.cases_card_second:after,
.cases_card_third:after {
  background-image: url(img/arrow_s.svg);
  width: 30px;
  height: 30px;
  bottom: 31px;
  left: 26px;
}
.cases_card_second:after {
  left: 0px;
}
.cases_card__row {
  margin-top: 110px;
  display: flex;
  justify-content: space-between;
  transition-delay: 0.3s;
}
.cases_card__item {
  padding-right: 23px;
  margin-right: 23px;
  border-right: 1px solid rgba(255, 85, 48, 0.35);
  cursor: pointer;
}
.cases_card__item:last-child {
  margin-right: 0;
  padding-right: 0;
  border: none;
}
.cases_card__item_title {
  color: #252321;
  font-size: 44px;
  font-style: normal;
  font-weight: 200;
  line-height: 41.854px;
  letter-spacing: -1.256px;
  text-transform: uppercase;
  margin: 0 0 34px;
  transition: 0.4s;
}
.cases_card {
  transition: 0.4s;
  cursor: pointer;
  position: relative;
}
.cases_card__image {
  filter: grayscale(100%);
  transition: 0.4s;
}
.cases_card:hover .cases_card__image {
  filter: grayscale(0%);
}
.cases_card__item:hover .cases_card__image {
  filter: grayscale(0%);
}
.cases_card:hover .cases_card__title,
.cases_card__item:hover .cases_card__item_title,
.cases_card_fourth:hover .cases_card__title {
  color: var(--main-color);
}
.cases_card_second:hover:after,
.cases_card_third:hover:after {
  background-image: url(img/arrow_s_active.svg);
}
.cases_card_first:hover:after,
.cases_card_fourth:hover:after {
  background-image: url(img/arrow_l_active.svg);
}
.cases_card__image_mob {
  display: none;
}
.cases_card__image_hide {
  border-radius: 10px 0 0 10px;
}
@media (max-width: 1600px) {
  .cases_card_third .cases_card__image {
    max-width: 430px;
  }
  .cases_card_second .cases_card__image {
    max-width: 242px;
  }
  .cases_card_second .cases_card__box,
  .cases_card_third .cases_card__box {
    margin-right: 30px;
  }
}
@media (max-width: 1300px) {
  .cases_body {
    flex-direction: column;
  }
  .cases_left,
  .cases_right {
    width: 100%;
  }
  .cases_card_second {
    flex-direction: column;
  }
  .cases_card_second .cases_card__box,
  .cases_card_third .cases_card__box {
    margin-right: 0;
    margin-bottom: 28px;
  }
  .cases_card_first:after,
  .cases_card_fourth:after,
  .cases_card_second:after,
  .cases_card_third:after {
    width: 30px;
    height: 30px;
  }
  .cases_card_second:after,
  .cases_card_third:after {
    width: 30px;
    height: 30px;
    left: unset;
    bottom: unset;
    top: 31px;
    right: 24px;
  }
  .cases_card_first {
    border: none;
    padding: 0;
  }
  .cases_card {
    margin-bottom: 56px;
    padding: 0;
    border: none;
    flex-direction: column;
  }
  .cases_card__subtitle {
    display: flex !important;
  }
  .cases_card_fourth {
    padding: 0;
  }
  .cases_card__row {
    margin-top: 80px;
  }
}
@media (max-width: 800px) {
  .cases_top {
    flex-direction: column;
  }
  .cases_title {
    text-align: left;
    margin-bottom: 20px;
    margin-right: 0;
    max-width: none;
  }
  .cases_subtitle {
    max-width: none;
  }
}
@media (max-width: 597px) {
  .cases {
    padding: 90px 0;
  }
  .cases_card__row {
    margin-top: 56px;
    flex-direction: column;
  }
  .cases_card_second .cases_card__image,
  .cases_card_third .cases_card__image,
  .cases_card__image {
    max-width: none;
    width: 100%;
    max-height: 363px;
    object-fit: cover;
  }
  .cases_card__item {
    padding-right: 0;
    margin-right: 0;
    border: none;
    margin-bottom: 30px;
  }
  .cases_card__item:last-child {
    margin-bottom: 0;
  }
  .cases_card__subtitle {
    max-width: none;
  }
  .cases_card__title {
    font-size: 30px;
    line-height: 100%;
  }
  .cases_card__item_title {
    font-size: 30px;
    line-height: 100%;
    margin-bottom: 20px;
  }
  .cases_card_second:after,
  .cases_card_third:after,
  .cases_card_first:after,
  .cases_card_fourth:after {
    top: 0px;
  }
  .cases_card__image_hide {
    display: none;
  }
  .cases_card__image_mob {
    display: flex;
  }
  .cases_title {
    font-size: 36px;
    line-height: 100%;
  }
  .cases_card__image {
    filter: grayscale(0%);
  }
}

.cases_bottom {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cases_bottom__buttons {
  margin-top: 48px;
}
.cases_bottom img.mob {
  display: none;
}
@media (max-width: 597px) {
  .cases_bottom img {
    display: none;
  }
  .cases_bottom img.mob {
    display: flex;
  }
  .cases_bottom {
    margin-top: 48px;
  }
  .cases_bottom__buttons {
    margin-top: 30px;
  }
}

.products {
  padding-bottom: 120px;
}
.products_body {
  display: flex;
  justify-content: space-between;
}
.products_left {
  width: 49%;
}
.products_right {
  width: 50%;
  transition-delay: 0.3s;
}
.products_col {
  width: 100%;
  border-right: 1px solid #c7c7c7;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.4s;
  position: relative;
  overflow: hidden;
}
.products_col.active {
  background: #f6f6f6;
  box-shadow: 0px 3px 34.4px 0px rgba(59, 31, 19, 0.08);
}
.products_col:first-child {
  border-left: 1px solid #c7c7c7;
}
/* .products_slider .slick-next {
  right: 0;
  bottom: -75px;
  left: auto;
}
.products_slider .slick-prev {
  right: 60px;
  bottom: -75px;
  left: auto;
} */
.products_col__num {
  color: #e74724;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0 0 40px;
  transition: 0.4s;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.products_col.active .products_col__num {
  background: #252321;
  color: #fff;
  font-size: 24px;
}
.products_col__title {
  color: #c7c7c7;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 46px;
  opacity: 0.9;
  margin: 0;
  writing-mode: vertical-lr;
  transform: rotate(-180deg);
  transition: 0.4s;
}
.products_col.active .products_col__title {
  color: #252321;
  padding-top: 250px;
}
.products_col__list {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  padding: 23px 17px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.products_col.active .products_col__list {
  display: flex;
}
.products_col__list_item {
  color: #252321;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 24px;
  hyphens: auto !important;
  transition: 0.4s;
}
.products_col__list_item:hover {
  color: var(--main-color);
}
.products_col__list_item:last-child {
  margin-bottom: 0;
}
.products_title {
  margin: 0 0 60px;
}
.products_title span {
  color: var(--main-color);
}
.products_img {
  display: none;
}
.products_img.active {
  display: flex;
}
.products_img__mob {
  display: none !important;
}
@media (max-width: 1440px) {
  .products_col__title {
    font-size: 36px;
    line-height: 34px;
  }
  .products_col.active .products_col__title {
    padding-top: 280px;
  }
  .products_col__list_item {
    margin-bottom: 14px;
  }
  .products_col__list {
    padding: 20px 14px;
  }
  .products_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 998px) {
  .products_body {
    flex-direction: column;
  }
  .products_left {
    flex-direction: column;
  }
  .products_col__title {
    writing-mode: unset;
    transform: rotate(-0deg);
  }
  .products_left {
    width: 100%;
  }
  .products_col {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #c7c7c7;
    margin-bottom: 32px;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .products_col.active {
    padding: 24px;
    border-bottom: none;
  }
  .products_col:last-child {
    margin-bottom: 0;
  }
  .products_right {
    width: 100%;
  }
  .products_col:first-child {
    border-left: none;
  }
  .products_col__num {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 32px;
  }
  .products_col__title {
    margin-bottom: 32px;
    font-size: 32px;
    line-height: 46px;
    width: 100%;
  }
  .products_col:hover .products_col__title {
    padding-top: 0;
  }
  .products_col.active .products_col__title {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #c7c7c7;
  }
  .products_col__list {
    display: none;
    position: relative;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    max-height: 170px;
    padding: 0;
  }
  .products_right {
    order: -1;
  }
  .products_img,
  .products_img.active {
    display: none;
  }
  .products_title {
    font-size: 36px;
    line-height: 100%;
    margin-bottom: 32px;
  }
  .products_col.active .products_img__mob {
    display: flex !important;
    padding-top: 32px;
  }
  .products {
    padding-bottom: 90px;
  }
}

.faq {
  padding: 80px 0;
  background: #f6f6f6;
}
.faq_body {
  display: flex;
  width: 100%;
}
.faq_left {
  margin-right: 4.25rem;
  transition-delay: 0.5s;
}
.faq_right {
  width: calc(100% - 102px);
  transition-delay: 1s;
}
.faq_title {
  color: #e74724;
  font-family: "Poppins";
  font-size: 2rem;
  font-style: normal;
  font-weight: 275;
  line-height: 1.5rem;
  letter-spacing: -0.04rem;
  text-transform: uppercase;
  margin: 0;
  writing-mode: vertical-lr;
  transform: rotate(-180deg);
  padding-left: 9px;
  border-left: 1px solid #c7c7c7;
  height: 438px;
}
.faq_item,
.discovery_item {
  padding: 50px 0;
  border-bottom: 1px solid #c7c7c7;
  display: flex;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
}
.faq_item.active .faq_num,
.discovery_item.active .faq_num {
  color: var(--main-color);
}
.faq_item__title {
  color: #252321;
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.07rem;
  text-transform: capitalize;
  margin: 0;
  display: flex;
  max-width: 30rem;
}
.faq_num {
  color: #979593;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.03rem;
  text-transform: capitalize;
  margin: 16px 14px 0 0;
}
.faq_item__text {
  display: none;
  color: #979593;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 34px;
  letter-spacing: -0.56px;
  margin: 0 0 0 1rem;
  max-width: 42.25rem;
  width: 100%;
}
.faq_item.active .faq_item__text {
  display: block;
}
.discovery_item .faq_item__text {
  display: block;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.48px;
}
@media (max-width: 1200px) {
  .faq_item,
  .discovery_item {
    flex-direction: column;
  }
  .faq_item__title {
    max-width: unset;
    margin-bottom: 30px;
  }
  .faq_item__text {
    max-width: unset;
  }
}
@media (max-width: 800px) {
  .faq_body {
    flex-direction: column;
  }
  .faq_title {
    width: 50%;
    writing-mode: unset;
    transform: rotate(0deg);
    height: auto;
    border-left: none;
    padding-bottom: 6px;
    padding-left: 0;
    border-bottom: 1px solid #c7c7c7;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: normal;
  }
  .faq_right {
    width: 100%;
  }
  .faq_item,
  .discovery_item {
    padding: 32px 0;
  }
  .faq_item__title {
    font-size: 36px;
    line-height: normal;
    font-weight: 300;
  }
  .faq_item__text {
    font-size: 16px;
    line-height: normal;
  }
  .faq {
    padding: 60px 0;
  }
  .faq .cases_bottom__buttons {
    margin-top: 40px;
  }
}
@media (max-width: 597px) {
  .discovery_item .faq_item__title {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .discovery_item .faq_item__text {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.42px;
  }
}

.clients {
  padding: 8rem 0;
}
.client_title {
  text-transform: unset;
  max-width: 34.5rem;
  margin-top: -1rem;
  text-align: right;
}
.clients_body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.client_left {
  width: 60%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  transition-delay: 0.3s;
}
.client_right {
  width: 40%;
}
.client_item {
  width: 25%;
}
.client_item:nth-child(1),
.client_item:nth-child(2),
.client_item:nth-child(3),
.client_item:nth-child(4) {
  margin-bottom: 3rem;
}
.client_item svg path {
  transition: 0.4s;
}
.client_item svg:hover path,
.client_item svg:hover rect,
.client_item svg:hover g {
  fill: var(--main-color);
  mix-blend-mode: unset !important;
}
.client_item svg:hover path.svg-white {
  fill: #fff;
}
@media (max-width: 1200px) {
  .clients_body {
    flex-direction: column;
  }
  .client_right {
    width: 100%;
    order: -1;
    margin-bottom: 48px;
  }
  .client_left {
    width: 100%;
  }
  .client_title {
    text-align: left;
  }
}
@media (max-width: 800px) {
  .client_item {
    width: 50%;
    margin-bottom: 3rem;
    display: flex;
    justify-content: center;
  }
  .client_item img {
    max-height: 36px;
  }
}
@media (max-width: 597px) {
  .clients {
    padding: 90px 0 64px;
  }
  .client_title {
    font-size: 36px;
    line-height: 48px;
    max-width: 320px;
  }
}

.reviews {
  padding-bottom: 8rem;
}
.reviews_body {
  display: flex;
  justify-content: space-between;
}
.reviews_left {
  width: 2.125rem;
  margin-right: 4rem;
}
.reviews_right {
  width: 85%;
  transition-delay: 0.3s;
}
.reviews_title {
  max-width: 36.8rem;
  margin-bottom: 2rem;
}
.reviews_slider {
  max-width: 66.3rem;
}
.reviews_slide {
  display: flex !important;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 5px;
}
.reviews_slide__block {
  width: 49%;
  background: #f6f6f6;
  margin-top: 1.9rem;
}
.reviews_slide__block_inner {
  padding: 1.5rem 3rem 2rem;
}
.reviews_slide__block_text {
  color: #979593;
  font-family: "Poppins";
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 21.6px;
  margin: 13px 0 17px;
}
.reviews_slide__block_author {
  margin-top: 24px;
  color: #252321;
  font-family: "Inter";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.reviews_slide__block_author span {
  color: #252321;
  font-family: "Inter";
  font-size: 15.625px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-right: 7px;
}
.contact_body__subtitle {
  color: #252321;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.48px;
  text-transform: capitalize;
  margin: 0 0 20px;
}
@media (max-width: 1270px) {
  .reviews_body {
    flex-direction: column;
  }
  .reviews .faq_title {
    width: 50%;
    writing-mode: unset;
    transform: rotate(0deg);
    height: auto;
    border-left: none;
    padding-bottom: 6px;
    padding-left: 0;
    border-bottom: 1px solid #c7c7c7;
    margin-bottom: 32px;
    font-size: 20px;
    line-height: normal;
  }
  .reviews_right {
    width: 90%;
  }
  .reviews_left {
    width: 100%;
  }
  .contact_subtitle {
    width: 2.125rem;
  }
}
@media (max-width: 998px) {
  body .slick-next {
    right: -13%;
  }
  body .slick-prev {
    left: 102%;
  }
}
@media (max-width: 800px) {
  .reviews_slide__block {
    width: 100%;
  }
  .reviews_right {
    width: 100%;
  }
  body .slick-next,
  body .slick-prev {
    bottom: -75px;
  }
  body .slick-prev {
    left: unset;
    right: 65px;
  }
  body .slick-next {
    right: 5px;
  }
}
@media (max-width: 597px) {
  .reviews_title {
    font-size: 36px;
    line-height: 48px;
  }
  .reviews_slide__block_inner {
    padding: 16px 20px;
  }
  .reviews_title {
    margin-bottom: 12px;
  }
  .reviews .faq_title {
    margin-bottom: 24px;
  }
}

.contact {
  padding: 130px 0 120px;
  background: #f6f6f6;
}
.contact_row {
  display: flex;
  justify-content: space-between;
}
.contact_body {
  width: 85%;
}
.contact_title {
  text-transform: unset;
  margin-bottom: 2.8rem;
}
.contact_text {
  max-width: 25rem;
}
.contact_body {
  display: flex;
  justify-content: space-between;
}
.contact_left {
  width: 40%;
  transition-delay: 0.6s;
}
.contact_right {
  padding-top: 58px;
  width: 55%;
  transition-delay: 0.3s;
}
.contact_right form {
  max-width: 36rem;
}
.contact_right form p {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}
.contact_right form span {
  width: 100%;
}
.contact_right form input,
.contact_right form textarea {
  font-family: "Outfit", sans-serif;
  width: 100%;
  height: 3.25rem;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #c7c7c7;
  background: transparent;
  display: flex;
  align-items: center;
  padding: 0 12px;
  color: #979593;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.contact_right form input:focus,
.contact_right form textarea:focus,
.contact_right form input:active,
.contact_right form textarea:active {
  border-color: var(--main-color);
}
.contact_right form textarea {
  height: 11.5rem;
  padding: 16px 12px;
  resize: none;
  align-items: flex-start;
}
.contact_right form input.wpcf7-submit {
  width: 208px;
  height: 48px;
  background: var(--main-color);
  border-radius: 54px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.32px;
  text-transform: uppercase;
  margin: 5px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid var(--main-color);
  transition: 0.4s;
}
.contact_right form input.wpcf7-submit:hover {
  background: transparent;
  color: var(--main-color);
}
.form_row {
  display: flex;
  align-items: center;
}
.form__btn_book {
  margin-right: 23px;
}
.form__btn_book a.btn {
  width: 208px;
  background: #000;
  border-color: #000;
}
.form__btn_book:hover a.btn {
  background: transparent;
  color: #000;
  margin-right: 12px;
}
.form__btn_book:hover .book-arrow {
  transition: 0.4s;
}
.submit-arrow {
  transition: 0.4s;
}
.submit-arrow.active {
  margin-left: 12px;
}
.contact_right form input.wpcf7-submit:after {
  content: "";
  position: absolute;
  background-image: url(img/btn-arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 48px;
  height: 48px;
  right: 0;
  top: 0;
}
.wpcf7-spinner {
  display: none;
}
@media (max-width: 1270px) {
  .contact_body {
    width: 90%;
  }
}
@media (max-width: 1160px) {
  .contact .faq_title {
    width: 50%;
    writing-mode: unset;
    transform: rotate(0deg);
    height: auto;
    border-left: none;
    padding-bottom: 6px;
    padding-left: 0;
    border-bottom: 1px solid #c7c7c7;
    margin-bottom: 24px;
    font-size: 20px;
    line-height: normal;
  }
  .contact_body {
    flex-direction: column;
    width: 100%;
  }
  .contact_row {
    flex-direction: column;
  }
  .contact_left,
  .contact_right,
  .contact_subtitle {
    width: 100%;
  }
  .contact_left {
    margin-bottom: 40px;
  }
  .contact_right form {
    max-width: unset;
  }
  .contact_text {
    max-width: 39rem;
  }
  .contact_right {
    padding-top: 0;
  }
}
@media (max-width: 597px) {
  .contact {
    padding: 80px 0 60px;
  }
  .contact_body__subtitle {
    font-size: 20px;
    line-height: normal;
    letter-spacing: -0.4px;
    margin-bottom: 16px;
  }
  .contact_title {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 32px;
  }
  .form_row {
    flex-direction: column;
    align-items: center;
  }
  .form__btn_book {
    margin-right: 0;
    order: 99;
  }
  .form_row p {
    justify-content: center;
  }
}

.blog_posts .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 80px 0;
}
.blog_body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.post_card {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.post_card:last-child {
  margin-bottom: 0;
}
.post_card__image {
  width: 40%;
}
.post_card__image img {
  border-radius: 12px;
  height: 100%;
  max-height: 256px;
  object-fit: cover;
  filter: grayscale(100%);
  transition: 0.3s;
}
.post_card__inner {
  width: 55%;
  padding-bottom: 32px;
  border-bottom: 1px solid #c7c7c7;
  transition: 0.3s;
}
.post_card__category {
  display: flex;
  align-items: center;
}
.post_card__title {
  color: #252321;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.96px;
  text-transform: capitalize;
  margin: 10px 0 30px;
  transition: 0.3s;
}
.post_card__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.post_card__excerpt {
  color: #979593;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 154%;
  letter-spacing: -0.36px;
  max-width: 573px;
  width: 100%;
  margin-right: 5%;
}
.post_card__date {
  color: #979593;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 154%;
  letter-spacing: -0.28px;
  min-width: 73px;
}
.blog_front .post_card:nth-child(2n) .post_card__inner {
  order: -1;
}
.post_card:hover .post_card__title {
  color: var(--main-color);
}
.post_card:hover .post_card__image img {
  filter: grayscale(0%);
}
.post_card:hover .post_card__inner {
  border-color: var(--main-color);
}
.blog_front__btn {
  width: 94%;
  margin: 0 auto;
}
.blog_front__btn .cases_bottom__buttons {
  margin-top: 0;
}
@media (max-width: 1200px) {
  .post_card__image img {
    max-height: 350px;
  }
}
@media (max-width: 991px) {
  .blog_posts .container {
    flex-direction: column;
  }
  .blog_posts .faq_left {
    width: 100%;
    margin-right: 0;
  }
  .blog_posts .faq_title {
    width: 50%;
    writing-mode: unset;
    transform: rotate(0deg);
    height: auto;
    border-left: none;
    padding-bottom: 6px;
    padding-left: 0;
    border-bottom: 1px solid #c7c7c7;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: normal;
  }
  .post_card__inner {
    order: -1;
    border-bottom: none;
    padding-bottom: 0;
  }
  .post_card {
    margin-bottom: 40px;
  }
}
@media (max-width: 841px) {
  .post_card {
    flex-direction: column;
  }
  .post_card__image {
    width: 100%;
    margin-bottom: 10px;
  }
  .post_card__inner {
    width: 100%;
  }
  .post_card__title {
    margin-bottom: 20px;
  }
}
@media (max-width: 597px) {
  .blog_posts .container {
    padding: 60px 0;
  }
  .post_card__inner {
    padding-bottom: 20px;
  }
  .post_card__title {
    font-size: 30px;
  }
  .post_card__excerpt {
    font-size: 16px;
    max-width: none;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .post_card__bottom {
    flex-direction: column;
    align-items: flex-end;
  }
  .post_card__image img {
    max-height: 256px;
  }
}

.blog_post {
  padding: 70px 0;
}
.post_content #ez-toc-container {
  display: none;
}
.post_main {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.post_menu {
  width: 30%;
  position: sticky;
  top: 15px;
  height: 100%;
}
.post_body {
  width: 65%;
}
.post_image {
  max-height: 400px;
  margin-bottom: 24px;
}
.post_image img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 12px;
}
.post_title {
  font-weight: 400;
  text-transform: unset;
}
.post_content p {
  color: #979593;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.48px;
}
.post_content a,
.post_content a:hover,
.post_content a:visited {
  color: var(--main-color);
}
.post_content h2 {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.post_content h3,
.post_content h4,
.post_content h5,
.post_content h6 {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.post_content ul,
.post_content ol {
  padding-left: 20px;
  margin: 15px 0;
}
.post_content ul li,
.post_content ol li {
  margin: 5px 0;
}
@media (max-width: 1500px) {
  .post_main {
    max-width: none;
  }
}
@media (max-width: 1300px) {
  .post_menu {
    display: none;
  }
  .post_body {
    width: 100%;
  }
  .post_content #ez-toc-container {
    display: block;
    margin-top: 24px;
  }
}
@media (max-width: 597px) {
  .blog_post {
    padding: 50px 0;
  }
  .blog_post .title {
    font-size: 3.25rem;
  }
  .post_content h2 {
    font-size: 24px;
  }
  .post_content h3,
  .post_content h4,
  .post_content h5,
  .post_content h6 {
    font-size: 20px;
  }
  .post_content p {
    font-size: 16px;
  }
  #ez-toc-container ul ul,
  .ez-toc div.ez-toc-widget-container ul ul {
    margin-left: 0.8em;
  }
}
div#ez-toc-container {
  padding: 20px 20px 20px 15px;
}
#ez-toc-container a {
  margin-bottom: 5px;
  transition: 0.4s;
}
#ez-toc-container a:hover {
  color: var(--main-color);
  text-decoration: none !important;
}

/* cases */
.hero_container {
  padding: 100px 0;
}
.hero_case {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.hero_case .hero_case_body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.hero_case_body .hero_case_description {
  max-width: 968px;
  color: #979593;
  font-size: 48px;
  font-weight: 300;
  line-height: 62.4px;
  letter-spacing: -0.02em;
  margin: 0;
}
.hero_case .hero_case_images {
  /* display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 20px;
  align-items: baseline; */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  gap: 20px;
}
.hero_case .hero_case_images img {
  height: fit-content;
}
@media (max-width: 931px) {
  .hero_case {
    gap: 24px;
  }
  .hero_case .hero_case_body {
    gap: 8px;
  }
  .hero_case_body .hero_case_description {
    font-size: 24px;
    line-height: 31.2px;
  }
}
@media (max-width: 700px) {
  .hero_container {
    padding: 48px 0 60px 0;
  }
  .hero_case .hero_case_images {
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
  }
  .hero_case_images img {
    width: 100% !important;
  }
}

.case_about {
  padding: 100px 0;
  background: #f6f6f6;
}
.case_about .case_about_container {
  display: flex;
  flex-direction: row;
}
.case_about .case_about_project {
  display: flex;
  flex-direction: row;
  gap: 180px;
  width: 100%;
  padding-left: 100px;
}
.case_about .case_about_project_info {
  display: flex;
  flex-direction: column;
  gap: 60px;
  min-width: 210px;
}
.case_about .case_about_project_info_item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.case_about .case_about_project_info_item .orange {
  font-size: 24px;
  font-weight: 400;
  line-height: 30.24px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--main-color);
}
.case_about .case_about_project_info_item .live {
  text-decoration: underline;
}
.case_about .case_about_project_info_item p {
  font-size: 18px;
  font-weight: 200;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: var(--black-color);
}
.case_about .case_about_project_details {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 770px;
}
.case_about .case_about_project_details_item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.case_about .case_about_project_details_item h3 {
  font-size: 48px;
  font-weight: 300;
  line-height: 48px;
  letter-spacing: -1px;
  margin: 0;
  color: var(--black-color);
}
.case_about .case_about_project_details_item .num {
  font-size: 24px;
  font-weight: 400;
  line-height: 30.24px;
  letter-spacing: -0.02em;
  color: var(--gray-color);
  padding-right: 16px;
}
.case_about .case_about_project_details_item p {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.5px;
  color: var(--gray-color);
}
.divider {
  height: 1px;
  width: 100%;
  background: #c7c7c7;
}

@media (max-width: 1100px) {
  .case_about .case_about_project {
    gap: 100px;
    padding-left: 60px;
  }
}
@media (max-width: 931px) {
  .case_about {
    padding: 40px 0;
  }
  .case_about .case_about_container {
    flex-direction: column;
  }
  .case_about .case_about_project_info {
    gap: 40px;
  }
  .case_about .case_about_project_info_item .orange {
    font-size: 20px;
  }
  .case_about .case_about_project_info_item p {
    font-size: 16px;
  }
  .case_about .case_about_project {
    gap: 100px;
    padding-left: 0;
  }
  .case_about .case_about_project_details_item h3 {
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -1px;
  }
  .case_about .case_about_project_details_item p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 676px) {
  .case_about .case_about_project {
    flex-direction: column;
    gap: 60px;
  }
}

.strategy {
  padding: 100px 0;
}
.strategy .strategy_case {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.strategy .strategy_case_body {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.strategy .strategy_case_body_container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 50%;
}
.strategy .strategy_case_body_container h2 {
  display: flex;
  flex-direction: column;
  font-size: 64px;
  font-weight: 300;
  line-height: 79px;
  letter-spacing: -1px;
  text-transform: uppercase;
  text-align: left;
  margin: 0;
  color: var(--black-color);
}
.strategy .strategy_case_body_container .orange {
  color: var(--main-color);
}
.strategy .strategy_case_body_container p {
  max-width: 566px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.5px;
  text-align: left;
  color: var(--gray-color);
}
.strategy .strategy_case_images {
  display: flex;
  flex-direction: row;
}
.strategy .strategy_case_images_left,
.strategy .strategy_case_images_right {
  width: 50%;
}
.strategy .strategy_image_1 {
  display: flex;
  justify-content: flex-end;
  padding: 0 20px 20px 0;
  border-bottom: 1px solid rgba(255, 85, 48, 0.35);
  border-right: 1px solid rgba(255, 85, 48, 0.35);
}
.strategy .strategy_image_1 img {
  width: 80%;
}
.strategy .strategy_image_2 {
  padding: 20px 20px 0 0;
  border-right: 1px solid rgba(255, 85, 48, 0.35);
}
.strategy .strategy_image_3 {
  padding: 0 0 20px 20px;
  border-bottom: 1px solid rgba(255, 85, 48, 0.35);
}
.strategy .strategy_case_images img {
  height: fit-content;
}

@media (max-width: 800px) {
  .strategy {
    padding: 100px 0 48px 0;
  }
  .strategy .strategy_case {
    gap: 24px;
  }
  .strategy .strategy_case_body {
    justify-content: flex-start;
  }
  .strategy .strategy_case_body_container {
    width: 100%;
  }
  .strategy .strategy_case_body_container h2 {
    flex-direction: row;
    gap: 10px;
    font-size: 36px;
    line-height: 45.36px;
  }
  .strategy .strategy_case_body_container p {
    font-size: 14px;
  }
  .strategy .strategy_case_images {
    flex-direction: column;
  }
  .strategy .strategy_case_images_left,
  .strategy .strategy_case_images_right {
    width: 100%;
  }
  .strategy .strategy_image_1 {
    justify-content: center;
    padding: 0 0 20px 0;
    border-right: none;
  }
  .strategy .strategy_image_1 img {
    width: 100%;
  }
  .strategy .strategy_image_2 {
    padding: 20px 0 20px 0;
    border-bottom: 1px solid rgba(255, 85, 48, 0.35);
    border-right: none;
  }
  .strategy .strategy_image_3 {
    padding: 20px 0 0 0;
    border-bottom: none;
  }
}

.steps {
  padding: 100px 0;
}
.steps .steps_case {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.steps .steps_case_body {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 60px;
  width: 100%;
}
.steps .steps_case_body h3 {
  color: #252321;
  font-size: 48px;
  font-weight: 200;
  line-height: 48px;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin: 0;
  max-width: 650px;
}
.steps .steps_case_body p {
  color: var(--gray-color);
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.5px;
  max-width: 600px;
}
.steps .steps_case_phases {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.steps .steps_case_phase_1,
.steps .steps_case_phase_2 {
  padding-left: 24px;
  border-left: 1px solid #c7c7c7;
  height: 460px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.steps_case_phase_stack {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.steps_case_phase_card {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f6f6f6;
  height: 118px;
  padding: 32px 64px;
  max-width: 500px;
}
.steps_case_phase_card.card_1 {
  width: 50vh;
}
.steps_case_phase_card.card_2 {
  width: 50vh;
}
.steps_case_phase_card.card_3 {
  width: 50vh;
  margin-left: 80px;
}
.steps_case_phase_card.card_4 {
  width: 50vh;
  margin-left: 160px;
}
.steps_case_phase_card h4 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  font-size: 36px;
  font-weight: 300;
  line-height: 46px;
  margin: 0;
  color: #252321;
}
.steps_case_phase_card h4 span {
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  color: var(--main-color);
}
.steps_case_phase_card p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #252321;
}

@media (max-width: 1200px) {
  .steps_case_phase_card.card_1 {
    width: 40vh;
  }
  .steps_case_phase_card.card_2 {
    width: 40vh;
  }
  .steps_case_phase_card.card_3 {
    width: 40vh;
    margin-left: 60px;
  }
  .steps_case_phase_card.card_4 {
    width: 40vh;
    margin-left: 120px;
  }
}
@media (max-width: 1000px) {
  .steps_case_phase_card {
    padding: 32px;
  }
  .steps_case_phase_card.card_3 {
    margin-left: 40px;
  }
  .steps_case_phase_card.card_4 {
    margin-left: 80px;
  }
}
@media (max-width: 920px) {
  .steps .steps_case_phases {
    flex-direction: column;
    gap: 80px;
  }
  .steps .steps_case_phase_1 {
    height: 160px;
  }
  .steps .steps_case_phase_2 {
    height: 250px;
  }
  .steps_case_phase_card {
    height: 44px;
  }
  .steps_case_phase_card.card_1 {
    width: 400px;
  }
  .steps_case_phase_card.card_2 {
    width: 400px;
  }
  .steps_case_phase_card.card_3 {
    width: 400px;
    margin-left: 40px;
  }
  .steps_case_phase_card.card_4 {
    width: 400px;
    margin-left: 80px;
  }
  .steps_case_phase_card h4 {
    gap: 8px;
    font-size: 18px;
    line-height: 28px;
  }
  .steps_case_phase_card h4 span {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 800px) {
  .steps {
    padding: 48px 0;
  }
  .steps .steps_case {
    gap: 48px;
  }
  .steps .steps_case_body {
    flex-direction: column;
    justify-content: flex-start;
    gap: 24px;
  }
  .steps .steps_case_body h3 {
    font-size: 32px;
    line-height: 42px;
  }
  .steps .steps_case_body p {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .steps_case_phase_card.card_1,
  .steps_case_phase_card.card_2,
  .steps_case_phase_card.card_3,
  .steps_case_phase_card.card_4 {
    width: 200px;
  }
}

.interactive {
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.interactive_container {
  display: flex;
  justify-content: center;
}
.interactive_body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 620px;
}
.interactive_body h2 {
  font-size: 48px;
  font-weight: 200;
  line-height: 48px;
  letter-spacing: -1px;
  margin: 0;
  text-transform: uppercase;
  text-align: left;
  color: var(--main-color);
}
.interactive_body p {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.5px;
  text-align: left;
  color: var(--gray-color);
}
.interactive_images {
  background-color: #f6f6f6;
}
.interactive_images_container {
  padding: 24px 0;
  /* display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 20px; */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
}
.interactive_images_container img {
  height: 100%;
}

@media (max-width: 800px) {
  .interactive {
    padding: 48px 0;
    gap: 24px;
  }
  .interactive_container {
    display: block;
  }
  .interactive_body h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .interactive_body p {
    font-size: 14px;
  }
  .interactive_images_container {
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
  }
  .interactive_images_container img {
    width: 100% !important;
  }
}

.details {
  padding: 80px 0;
}
.details_case_content {
  display: flex;
  flex-direction: row;
}
.details_case_content_left,
.details_case_content_right {
  width: 50%;
}
.details_content_1 {
  display: flex;
  justify-content: flex-start;
  padding: 0 20px 120px 0;
  border-bottom: 1px solid rgba(255, 85, 48, 0.35);
  border-right: 1px solid rgba(255, 85, 48, 0.35);
}
.details_content_2 {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 20px 20px 0 0;
  border-right: 1px solid rgba(255, 85, 48, 0.35);
}
.details_content_3 {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 0 0 20px 20px;
  border-bottom: 1px solid rgba(255, 85, 48, 0.35);
}
.details_body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 370px;
}
.details_body h2 {
  font-size: 48px;
  font-weight: 200;
  line-height: 48px;
  letter-spacing: -1px;
  margin: 0;
  text-transform: uppercase;
  color: #252321;
}
.details_case_content p {
  color: var(--gray-color);
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.5px;
}
.details_content_2 p,
.details_content_3 p {
  max-width: 580px;
}

@media (max-width: 800px) {
  .details {
    padding: 48px 0;
  }
  .details_case_content {
    flex-direction: column;
  }
  .details_case_content_left,
  .details_case_content_right {
    width: 100%;
  }
  .details_body {
    max-width: auto;
  }
  .details_body h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .details_content_1 {
    padding: 0 0 20px 0;
    border-bottom: none;
    border-right: none;
  }
  .details_content_2 {
    padding: 20px 0 20px 0;
    border-bottom: 1px solid rgba(255, 85, 48, 0.35);
    border-right: none;
    gap: 24px;
  }
  .details_content_3 {
    padding: 20px 0 0 0;
    border-bottom: none;
    gap: 24px;
  }
  .details_case_content p {
    font-size: 14px;
  }
}

.cases_image {
  margin-top: 80px;
}
.cases_image img {
  width: 100%;
}
@media (max-width: 800px) {
  .cases_image {
    margin-top: 48px;
  }
}

.branding {
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.branding_top {
  display: flex;
  flex-direction: row;
}
.branding_body {
  display: flex;
  justify-content: space-between;
  width: 50%;
  padding-right: 90px;
}
.branding_description {
  width: 50%;
}
.faq_branding {
  height: 350px;
}
.branding_body h2 {
  display: flex;
  flex-direction: column;
  font-size: 64px;
  font-weight: 300;
  line-height: 79px;
  letter-spacing: -1px;
  text-transform: uppercase;
  text-align: right;
  margin: 0;
  color: var(--black-color);
}
.branding_body .orange {
  color: var(--main-color);
}
.branding_description p {
  max-width: 570px;
  color: var(--gray-color);
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.5px;
}
.branding_bottom {
  display: flex;
  flex-direction: row;
}
.branding_colors {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  width: 50%;
  padding: 70px 24px 24px 0;
  border-right: 1px solid rgba(255, 85, 48, 0.35);
  border-bottom: 1px solid rgba(255, 85, 48, 0.35);
}
.branding_color {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.branding_color p {
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: -0.5px;
  color: #252321;
}
.branding_color_area {
  width: 100%;
  height: 150px;
  border-radius: 12px;
}
.branding_fonts {
  width: 50%;
  display: flex;
  flex-direction: row;
}
.branding_font {
  width: 100%;
  text-align: center;
}
.branding_font:first-child {
  border-right: 1px solid rgba(255, 85, 48, 0.35);
}
.branding_font:last-child {
  border-right: none;
}
.branding_font_family {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  padding: 0 24px 24px 24px;
  border-bottom: 1px solid rgba(255, 85, 48, 0.35);
}
.branding_font_family h3 {
  font-size: 240px;
  font-weight: 700;
  line-height: 240px;
  letter-spacing: -1px;
  color: #252321;
  margin: 0;
}
.branding_font_family p {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.5px;
  color: #252321;
}
.branding_font_weight {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 24px 0 0 0;
}
.branding_font_weight_item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.branding_font_weight_item h4 {
  font-size: 74px;
  font-weight: 400;
  line-height: 96.2px;
  letter-spacing: -1px;
  margin: 0;
  color: var(--gray-color);
}
.branding_font_weight_item p {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.5px;
  color: #252321;
}

@media (max-width: 1060px) {
  .branding_body h2 {
    font-size: 44px;
    line-height: 50px;
  }
  .branding_font_family {
    padding: 0 20px 20px 20px;
  }
  .branding_font_family h3 {
    font-size: 180px;
    line-height: 180px;
  }
  .branding_font_family p {
    font-size: 16px;
  }
  .branding_font_weight {
    padding: 20px 20px 0 20px;
  }
  .branding_font_weight_item h4 {
    font-size: 60px;
    line-height: 70px;
  }
  .branding_font_weight_item p {
    font-size: 16px;
  }
}
@media (max-width: 920px) {
  .branding {
    padding: 100px 0 48px 0;
  }
  .branding_top {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .branding_body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    padding-right: 0;
  }
  .branding_body h2 {
    flex-direction: row;
    gap: 10px;
    font-size: 36px;
    line-height: 45.36px;
    text-align: left;
  }
  .branding_description {
    width: 100%;
  }
  .branding_description p {
    font-size: 14px;
    max-width: auto;
  }
  .branding_colors {
    padding: 40px 24px 24px 0;
  }
  .branding_color {
    width: 28%;
  }
  .branding_color p {
    font-size: 16px;
  }
  .branding_color_area {
    width: 100%;
    height: 100px;
    border-radius: 12px;
  }
}
@media (max-width: 700px) {
  .branding_bottom {
    flex-direction: column-reverse;
  }
  .branding_colors {
    width: 100%;
    padding: 24px 0 0 0;
    border-right: none;
    border-bottom: none;
  }
  .branding_color {
    width: 46%;
  }
  .branding_fonts {
    width: 100%;
    flex-direction: column;
  }
  .branding_font {
    width: 100%;
  }
  .branding_font:first-child {
    border-right: 1px solid rgba(255, 85, 48, 0.35);
    border-bottom: 1px solid rgba(255, 85, 48, 0.35);
  }
  .branding_font:last-child {
    border-left: 1px solid rgba(255, 85, 48, 0.35);
    border-bottom: 1px solid rgba(255, 85, 48, 0.35);
    margin-left: 40px;
  }
  .branding_font_family {
    border-bottom: none;
  }
  .branding_font_weight,
  .branding_font_family {
    padding: 20px;
  }
  .branding_font_family h3 {
    font-size: 120px;
    line-height: 120px;
  }
  .branding_font_weight_item h4 {
    font-size: 40px;
    line-height: 60px;
  }
}

.awards {
  padding: 100px 0 180px 0;
}
.awards_case_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
}
.awards_case_body {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 50%;
  max-width: 570px;
}
.awards_case_body h2 {
  display: flex;
  flex-direction: column;
  font-size: 64px;
  font-weight: 300;
  line-height: 79px;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin: 0;
  color: var(--black-color);
}
.awards_case_body .orange {
  color: var(--main-color);
}
.awards_case_body p {
  color: var(--gray-color);
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.5px;
}

.awards_slider {
  width: 50%;
}
.awards_slider .slick-slide {
  display: flex !important;
  justify-content: center !important;
}
.awards_slider .slick-next {
  right: 0;
  bottom: -75px;
  left: auto;
}
.awards_slider .slick-prev {
  right: 60px;
  bottom: -75px;
  left: auto;
}
.award_body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  max-width: 140px;
}
.award_body p {
  color: #252321;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 1220px) {
  .awards_case_body h2 {
    font-size: 54px;
    line-height: 60px;
  }
}
@media (max-width: 920px) {
  .awards {
    padding: 48px 0 100px 0;
  }
  .awards_case_container {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
  }
  .awards_case_body {
    width: 100%;
    gap: 24px;
  }
  .awards_case_body h2 {
    font-size: 36px;
    line-height: 45.36px;
  }
  .awards_case_body p {
    font-size: 14px;
  }
  .awards_slider {
    width: 100%;
  }
}

/* cases page */

.areas {
  padding: 100px 0;
  background-color: #f6f6f6;
}
.areas_container {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.areas_container h2 {
  font-size: 48px;
  font-weight: 200;
  line-height: 48px;
  letter-spacing: -1px;
  text-transform: uppercase;
  max-width: 670px;
  color: #252321;
  margin: 0;
}
.areas_body {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 80px;
}
.areas_subtitle h3 {
  font-size: 36px;
  font-weight: 200;
  line-height: 50px;
  letter-spacing: -1px;
  color: #252321;
  margin: 0;
  padding-bottom: 32px;
  border-bottom: 1px solid #c7c7c7;
}
.areas_row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
}
.area_item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  padding: 12px 24px;
  border-radius: 30px;
  border: 1px solid #575757;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #575757;
}
.area_item:first-child {
  border: 1px solid #e74724;
  color: #e74724;
}

@media (max-width: 800px) {
  .areas {
    padding: 48px 0;
  }
  .areas_container {
    gap: 32px;
  }
  .areas_container h2 {
    font-size: 32px;
    line-height: 32px;
    font-weight: 300;
  }
  .areas_body {
    flex-direction: column;
    gap: 24px;
  }
  .areas_subtitle h3 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 300;
    padding-bottom: 24px;
    max-width: max-content;
  }
  .areas_row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
  }
}

/* service */

.services {
  padding: 100px 0 40px 0;
}
.services .container {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.services_container {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.services_item {
  display: flex;
  flex-direction: column;
  gap: 164px;
  padding-bottom: 40px;
  border-bottom: 1px solid #c7c7c7;
}
.services_card {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.services_body {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 24px;
}
.services_body_left {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
  width: 50%;
}
.services_body_left h3 {
  color: #252321;
  font-size: 48px;
  font-weight: 300;
  line-height: 68px;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin: 0;
}
.service_num {
  color: var(--gray-color);
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.02em;
}
.services_body_right {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 50%;
}
.services_body_description {
  color: var(--gray-color);
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.5px;
}
.services_capabilities {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.services_capabilities_heading {
  color: #252321;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.5px;
}
.services_capabilities_row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.services_capabilities_item {
  padding-bottom: 16px;
  border-bottom: 1px solid #cccccc;
}
.services_capabilities_item p {
  color: #252321;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.5px;
}
.services .services_card .service_recent__card {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}
.services .services_card .service_recent__card_block {
  width: 33%;
}
.services .services_card .service_recent__card_block:nth-child(3) {
  width: 32%;
}
.services .services_card .service_recent__card_block:nth-child(2) {
  top: auto !important;
  padding: 0 !important;
  margin: 0 !important;
}
.services .services_card .service_recent__card_image {
  width: 100%;
}

.services_top {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}
.services_top_item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding-bottom: 16px;
  width: 25%;
  border-bottom: 1px solid #00000000;
}
.services_top_item_num {
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--main-color);
}
.services_top_item p {
  font-size: 24px;
  font-weight: 300;
  line-height: 46px;
  color: #c7c7c7;
}
.services_top_item:first-child {
  border-bottom: 1px solid #252321;
}
.services_top_item:first-child .services_top_item_num {
  color: #ffffff;
  background-color: #252321;
  border-radius: 30px;
}
.services_top_item:first-child p {
  color: #252321;
}

@media (max-width: 1040px) {
  .services_top_item p {
    font-size: 20px;
    line-height: 26px;
  }
}

@media (max-width: 800px) {
  .services {
    padding: 48px 0 20px 0;
  }
  .services .container {
    gap: 48px;
  }
  .services_container {
    gap: 48px;
  }
  .services_item {
    gap: 48px;
  }
  .services_card {
    flex-direction: column;
    gap: 48px;
  }
  .services_body {
    flex-direction: column;
  }
  .services_body_left {
    width: 100%;
  }
  .services_body_left h3 {
    font-size: 32px;
    line-height: 32px;
  }
  .service_num {
    font-size: 18px;
  }
  .services_body_right {
    width: 100%;
  }
  .services_body_description {
    font-size: 14px;
  }
  .services_capabilities_heading {
    font-size: 14px;
    font-weight: 400;
  }
  .services_capabilities_item p {
    font-size: 14px;
    font-weight: 400;
  }
  .services .services_card .service_recent__card_block,
  .services .services_card .service_recent__card_block:nth-child(3) {
    width: 100%;
  }
  .services .services_card .service_recent__card_block:nth-child(1n) {
    margin-bottom: 0 !important;
  }
  .services_top {
    flex-wrap: wrap;
  }
  .services_top_item {
    padding: 16px;
    width: 40%;
  }
}
@media (max-width: 550px) {
  .services_capabilities_row {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .services_top {
    flex-direction: column;
  }
  .services_top_item {
    width: 100%;
    justify-content: flex-start;
  }
}

.service_hero {
  padding: 130px 0;
}
.service_hero__body {
  display: flex;
  justify-content: space-between;
}
.service_hero__left {
  width: 60%;
}
.service_hero__title {
  max-width: 860px;
  text-align: left;
}
.service_hero__right {
  width: 36%;
  margin-top: 20px;
  transition-delay: 0.3s;
}
.service_hero .hero_btns {
  justify-content: flex-start;
}
.service_hero__image {
  display: flex;
  width: 100%;
  min-height: 220px;
  max-height: 600px;
  object-fit: cover;
  transition-delay: 0.6s;
}
@media (max-width: 800px) {
  .service_hero {
    padding: 60px 0;
  }
  .service_hero__body {
    flex-direction: column;
  }
  .service_hero__left {
    width: 100%;
  }
  .service_hero__right {
    width: 100%;
  }
  .service_hero__title,
  .service_hero__subtitle {
    max-width: 460px;
  }
}
@media (max-width: 597px) {
  .service_hero .hero_btn {
    width: calc(100% - 48px);
  }
}

.service_advantages {
  padding: 100px 0;
  background: #f6f6f6;
}
.service_advantages__body {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 32px;
  margin-bottom: 80px;
  border-bottom: 1px solid #c7c7c7;
}
.service_advantages__left {
  width: 45%;
}
.service_advantages__right {
  width: 55%;
}
.service_advantages .hero_btns {
  justify-content: flex-start;
}
.service_advantages__subtitle {
  color: #252321;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 200;
  line-height: 142%;
  letter-spacing: -1px;
  margin: 0;
}
.service_advantages__row {
  display: flex;
  justify-content: space-between;
}
.service_advantages__item {
  width: 33%;
}
.service_advantages__item_title {
  color: #e74724;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.03rem;
  text-transform: uppercase;
  margin: 0 0 4px;
}
.service_advantages__item_text {
  color: #252321;
}
@media (max-width: 1200px) {
  .service_advantages__body {
    flex-direction: column;
  }
  .service_advantages__left {
    width: 100%;
  }
  .service_advantages__right {
    width: 100%;
    order: -1;
  }
}
@media (max-width: 861px) {
  .service_advantages {
    padding: 80px 0;
  }
  .service_advantages__body {
    padding-bottom: 36px;
    margin-bottom: 36px;
  }
  .service_advantages__row {
    flex-direction: column;
  }
  .service_advantages__item {
    width: 100%;
    margin-bottom: 36px;
  }
  .service_advantages__item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 597px) {
  .service_advantages {
    padding: 60px 0;
  }
  .service_advantages__subtitle {
    font-size: 26px;
  }
  .service_advantages .hero_btns {
    margin-top: 30px;
  }
  .service_advantages .hero_btn {
    width: calc(100% - 48px);
  }
}

.discovery_row__box {
  display: flex;
}
.discovery_row__title {
  text-transform: uppercase;
  display: inline-block;
}
.discovery_row__title span {
  display: block;
  color: var(--main-color);
}
.discovery_row__text {
  display: block;
  color: #979593;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: -0.03rem;
  margin: 0;
}
@media (max-width: 597px) {
  .discovery_row__box .faq_num {
    margin-top: 5px;
  }
}

.service_stage {
  padding: 80px 0;
}
.service_stage__top {
  width: 50%;
  margin-left: auto;
  margin-bottom: 60px;
}
.service_stage__title {
  margin-bottom: 24px;
  text-transform: capitalize;
}
.service_stage__title span {
  text-transform: uppercase;
}
.service_stage__body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.service_stage__card {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.service_stage__card_text {
  max-width: 573px;
}
.service_stage__card:first-child {
  border-bottom: 1px solid rgba(255, 85, 48, 0.35);
  padding: 0 20px 20px 0;
}
.service_stage__card:nth-child(2) {
  padding: 0 0 20px 20px;
  border-left: 1px solid rgba(255, 85, 48, 0.35);
  border-bottom: 1px solid rgba(255, 85, 48, 0.35);
}
.service_stage__card:nth-child(3) {
  width: 100%;
  padding-top: 36px;
}
.service_stage__card_title {
  margin-bottom: 24px;
}
.service_stage__card:nth-child(3) .service_stage__card_text,
.service_stage__card:first-child .service_stage__card_text {
  margin-bottom: 40px;
}
.service_stage__card:nth-child(2) {
  position: relative;
  top: 113px;
}
.service_stage__card:nth-child(2) .service_stage__card_title {
  margin-top: 40px;
}
.service_stage__card:nth-child(2) .service_stage__card_image {
  order: -1;
}
.service_stage__card:nth-child(4) {
  width: 40%;
  margin-right: 15%;
  margin-left: auto;
  padding-left: 20px;
  border-left: 1px solid rgba(255, 85, 48, 0.35);
  margin-top: 50px;
}
.service_stage__card:nth-child(4) .service_stage__card_image {
  margin-top: 40px;
}
@media (max-width: 1400px) {
  .service_stage__card:nth-child(4) {
    width: 50%;
  }
}
@media (max-width: 1300px) {
  .service_stage__card_text {
    max-width: 473px;
  }
  .service_stage__top {
    width: 100%;
  }
  .service_stage__description {
    max-width: 48rem;
  }
}
@media (max-width: 1100px) {
  .service_stage {
    padding: 80px 0;
  }
  .service_stage__card:nth-child(1n) {
    width: 100%;
    top: 0;
    padding: 0 0 40px 0;
    margin: 0 0 40px 0;
    border: none;
    border-bottom: 1px solid rgba(255, 85, 48, 0.35);
  }
  .service_stage__card:last-child {
    border: none;
    margin: 0;
    padding: 0;
  }
  .service_stage__card_image {
    order: -1;
    width: 100%;
  }
  .service_stage__card:nth-child(1n) .service_stage__card_text {
    margin-bottom: 0;
  }
  .service_stage__card:nth-child(1n) .service_stage__card_title {
    margin-top: 40px;
  }
  .service_stage__card:nth-child(4) .service_stage__card_image {
    margin-top: 0;
  }
}
@media (max-width: 597px) {
  .service_stage__card:nth-child(1n) .service_stage__card_title {
    margin: 24px 0 20px;
  }
  .service_stage__top {
    margin-bottom: 48px;
  }
}

.service_recent {
  padding: 160px 0 80px;
}
.service_recent__title {
  margin: 0 50% 60px 30%;
  text-align: right;
}
.service_recent__body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.service_recent__card_block {
  width: 50%;
}
.service_recent__card {
  width: 75%;
  cursor: pointer;
}
.service_recent__card_title {
  margin: 16px 0 4px;
  color: var(--main-color);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.64px;
  text-transform: uppercase;
}

.service_recent__card_block {
  padding-bottom: 70px;
}
.service_recent__card_block:nth-child(4n + 1),
.service_recent__card_block:nth-child(4n + 2) {
  display: flex;
  justify-content: flex-start;
}
.service_recent__card_block:nth-child(4n + 3),
.service_recent__card_block:nth-child(4n + 4) {
  display: flex;
  justify-content: flex-end;
}
.service_recent__card_block:nth-child(4n + 2),
.service_recent__card_block:nth-child(4n + 4) {
  padding-top: 100px;
}

/* .service_recent__card_block:nth-child(3n),
.service_recent__card_block:nth-child(4n) {
  display: flex;
  justify-content: flex-end;
}
.service_recent__card_block:nth-child(2n) {
  position: relative;
  top: 91px;
  margin-bottom: 165px;
}
.service_recent__card_block:nth-child(4n) {
  position: relative;
  top: 175px;
  margin-bottom: 175px;
} */
@media (max-width: 1400px) {
  .service_recent__title {
    margin-right: calc(70% - 263px);
  }
}
@media (max-width: 869px) {
  .service_recent__card_block {
    width: 100%;
    padding-bottom: 40px;
  }
  .service_recent__card_block:nth-child(4n + 2),
  .service_recent__card_block:nth-child(4n + 4) {
    padding-top: 0;
  }
  .service_recent__card {
    width: 100%;
  }
  /* .service_recent__card_block:nth-child(1n) {
    top: 0;
    margin: 0 0 60px 0;
  } */
  .service_recent__title {
    margin: 0 0 48px 0;
    text-align: left;
  }
  .service_recent {
    padding: 80px 0;
  }
}
@media (max-width: 547px) {
  /* .service_recent__card_block:nth-child(1n) {
    margin-bottom: 42px;
  } */
  .service_recent__card_title {
    font-size: 26px;
    margin-top: 12px;
  }
}

.service_faq {
  padding: 80px 0;
}
.service_faq .faq_body {
  justify-content: space-between;
}
.service_faq .faq_item__title,
.service_faq .faq_item__text {
  max-width: none;
}
.service_faq__item {
  flex-direction: column;
}
.service_faq__item.active {
  border-color: var(--main-color);
}
.service_faq__right {
  width: 65%;
}
.service_faq .faq_item__title {
  margin-bottom: 24px;
}
.service_faq .faq_num {
  margin-right: 10%;
  min-width: 60px;
}
.service_faq .faq_item__text {
  color: #979593;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: -0.03rem;
  margin-left: calc(10% + 60px);
  max-width: calc(90% - 60px);
}
@media (max-width: 1200px) {
  .service_faq__right {
    width: 85%;
  }
}
@media (max-width: 800px) {
  .service_faq__right {
    width: 100%;
  }
}
@media (max-width: 597px) {
  .service_faq .faq_item__text {
    margin-left: 0;
    max-width: none;
  }
  .service_faq .faq_item__title {
    font-size: 30px;
  }
  .service_faq__item {
    padding: 24px 0;
  }
}

.service_reviews {
  padding: 100px 0;
  background: #f6f6f6;
}
.service_reviews .reviews_title {
  max-width: 49rem;
}
.service_reviews .reviews_slide__block {
  background: #fff;
}

.development {
  padding: 160px 0 80px 0;
}
.development .container {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.development_description {
  font-size: 64px;
  font-weight: 400;
  line-height: 80px;
  letter-spacing: -0.02em;
  margin: 0;
  color: #252321;
}
.development .services_item {
  gap: 0;
}
.development .services_body_left {
  align-items: flex-start;
}
.development .services_body_left h3 .grey {
  color: var(--gray-color);
}
.development .services_body_description {
  color: #252321;
}
.development .service_num {
  padding-top: 20px;
}
@media (max-width: 800px) {
  .development {
    padding: 64px 0;
  }
  .development .container {
    gap: 48px;
  }
  .development_description {
    font-size: 32px;
    line-height: 32px;
  }
  .development .service_num {
    padding-top: 0;
  }
}

.service_benefits {
  padding: 160px 0 80px 0;
  background-color: var(--main-color);
}
.service_benefits .container {
  display: flex;
  flex-direction: row;
  gap: 64px;
}
.service_benefits_left {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 64px;
}
.service_benefits_title {
  font-size: 64px;
  font-weight: 400;
  line-height: 80px;
  letter-spacing: -0.02em;
  color: white;
  margin: 0;
}
.service_benefits_description {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.5px;
  color: rgba(255, 255, 255, 0.7);
}
.service_benefits_right {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.benefit_item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.benefit_num {
  font-size: 48px;
  font-weight: 300;
  line-height: 68px;
  letter-spacing: -1px;
  color: white;
  min-width: 100px;
}
.benefit_item_text {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.5px;
  color: rgba(255, 255, 255, 0.7);
  max-width: 500px;
}

@media (max-width: 940px) {
  .service_benefits .container {
    align-items: center;
  }
  .service_benefits_title {
    font-size: 48px;
    line-height: 60px;
  }
}
@media (max-width: 800px) {
  .service_benefits {
    padding: 80px 0;
  }
  .service_benefits .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 44px;
  }
  .service_benefits_left {
    width: 100%;
    justify-content: flex-start;
    gap: 44px;
  }
  .service_benefits_title {
    font-size: 32px;
    line-height: 40px;
  }
  .service_benefits_description {
    font-size: 14px;
  }
  .service_benefits_right {
    width: 100%;
    gap: 44px;
  }
  .benefit_item {
    padding-bottom: 24px;
  }
  .benefit_num {
    font-size: 32px;
    line-height: 40px;
    min-width: 60px;
  }
  .benefit_item_text {
    font-size: 14px;
  }
}

.hero_webflow {
  width: 100%;
  justify-content: space-between;
}
.hero_webflow .h1 span {
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.48px;
  margin: 0;
  display: inline;
}
@media (max-width: 931px) {
  .hero_webflow .h1 span {
    font-size: 36px;
  }
}

.website_advantages .service_advantages {
  background: #fff;
}

.developing {
  padding: 160px 0 80px;
  background: var(--main-color);
}
.developing_body {
  flex-direction: column;
}
.developing_title {
  color: #fff;
  margin-bottom: 64px;
  font-weight: 400;
  text-transform: none;
}
.developing_item__title,
.developing_text,
.discovery_item.active .developing_num {
  color: rgba(255, 255, 255, 0.5);
}
.developing_item__title span {
  color: #fff;
}
.discovery_item.active .developing_num {
  margin-top: 9px;
}
.developing .discovery_item {
  cursor: unset;
}
@media (max-width: 800px) {
  .developing {
    padding: 80px 0;
  }
  .developing_title {
    margin-bottom: 48px;
  }
}
@media (max-width: 597px) {
  .developing_title {
    margin-bottom: 30px;
  }
}

.advantages_service {
  background-color: var(--main-color);
  padding: 160px 0;
}
.advantages_service_slide {
}
.advantages_service_slide_top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding-bottom: 100px;
}
.advantages_service_slide_left {
  width: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
}
.advantages_service_slide_right {
  width: 50%;
}
.advantages_num {
  font-size: 24px;
  font-weight: 400;
  line-height: 30.24px;
  letter-spacing: -0.02em;
  color: #f8c7bd;
}
.advantages_service_slide_title {
  font-size: 48px;
  font-weight: 300;
  line-height: 68px;
  letter-spacing: -1px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
}
.advantages_service_slide_description {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.5px;
  color: #f8c7bd;
}
.advantages_service_slide_images {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.advantages_service_slide_image_1 {
  width: 40%;
}
.advantages_service_slide_image_2 {
  width: 57%;
}
.advantages_service .slick-prev {
  left: unset;
  right: 80px;
  bottom: -100px;
}
.advantages_service .slick-next {
  right: 0;
  bottom: -100px;
}

@media (max-width: 1240px) {
  .advantages_service_slide_title {
    font-size: 42px;
  }
}
@media (max-width: 1100px) {
  .advantages_service_slide_top {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 80px;
  }
  .advantages_service_slide_left {
    width: 100%;
  }
  .advantages_service_slide_right {
    width: 70%;
  }
}
@media (max-width: 800px) {
  .advantages_service {
    padding: 40px 0 100px 0;
  }
  .advantages_service_slide_title {
    font-size: 36px;
    line-height: 51px;
  }
  .advantages_service_slide_right {
    width: 100%;
  }
  .advantages_service_slide_image_1 {
    width: 100%;
  }
  .advantages_service_slide_image_2 {
    display: none !important;
  }
  .advantages_service .slick-prev {
    bottom: -60px;
  }
  .advantages_service .slick-next {
    bottom: -60px;
  }
}
@media (max-width: 550px) {
  .advantages_service_slide_left {
    min-height: 102px;
  }
  .advantages_service_slide_description {
    min-height: 96px;
  }
  .advantages_service_slide_top {
    padding-bottom: 60px;
  }
}

.process {
  padding: 80px 0;
  background-color: #f6f6f6;
}
.process_top {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 200px;
}
.process_left {
  width: 30%;
}
.process_title {
  display: flex;
  flex-direction: column;
  font-size: 64px;
  font-weight: 300;
  line-height: 70px;
  letter-spacing: -1px;
  text-align: right;
  color: var(--black-color);
  text-transform: uppercase;
  margin: 0;
}
.process_title .orange {
  color: var(--main-color);
}
.process_description {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: var(--gray-color);
  max-width: 520px;
}

@media (max-width: 1000px) {
  .process_top {
    gap: 100px;
  }
  .process_title {
    font-size: 54px;
    line-height: 60px;
  }
}
@media (max-width: 800px) {
  .process_top {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
  .process_left {
    width: 100%;
  }
  .process_title {
    flex-direction: row;
    gap: 12px;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: -1px;
    text-align: left;
  }
}

.loader {
  background-image: url(img/loader_bg.jpg);
  background-repeat: no-repeat;
  background-color: #252321;
  width: 100%;
  height: 100vh;
  background-position: 0% 100%;
  background-size: contain;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: transform 0.65s ease-in-out;
  transform: translateY(0);
}
.loader.hide {
  transform: translateY(100%);
}
.loader .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader_body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.loader_title:first-child {
  margin-bottom: 0;
}
.loader_title {
  color: #fff;
  margin-bottom: 64px;
  text-align: center;
  transition: transform 0.8s ease-in-out;
  transform: translateX(0);
}
.loader_title_1.hide {
  transform: translateX(-100%);
}
.loader_title_2.hide {
  transform: translateX(100%);
}
.loader_review {
  background-color: transparent;
  max-width: 45rem;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
.loader_review .reviews_slide__block_inner {
  padding: 0;
}
.loader_review .reviews_slide__block_text {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Poppins";
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 400;
  line-height: 2.3rem;
  margin: 25px 0 35px;
}
.loader_review .reviews_slide__block_author {
  font-size: 1.9rem;
  color: #fff;
  line-height: 2.9rem;
  margin-top: 45px;
}
.loader_review .reviews_slide__block_author span {
  font-size: 1.2rem;
  line-height: 1.9rem;
  color: #fff;
}
@media (max-width: 597px) {
  .loader {
    background-image: url(img/loader_bg_mob.jpg);
  }
  .loader_title {
    font-size: 32px;
  }
  .loader .container {
    align-items: flex-start;
  }
  .loader_body {
    padding-top: 10vh;
  }
  .loader_review .reviews_slide__block_text {
    font-size: 16px;
    line-height: 24px;
    margin: 24px 0;
  }
  .loader_review .reviews_slide__block_author {
    margin-top: 24px;
    font-size: 18px;
    line-height: 18px;
  }
  .loader_review .reviews_slide__block_author span {
    font-size: 16px;
    line-height: 16px;
  }
  .loader_review .reviews_slide__block_logo {
    max-width: 85px;
    width: 100%;
  }
}

.products_body .slick-next,
.products_body .slick-prev {
  bottom: -70px;
}
.products_body .slick-next {
  right: 0;
  z-index: 10;
}
.products_body .slick-prev {
  left: unset;
  right: 70px;
  z-index: 10;
}
.products_body .slick-track,
.products_body .slick-list {
  display: flex;
  height: 100%;
}