@charset "UTF-8";

/*-- flexbox  --*/

/*-- конец --*/

/*media queries*/

.home-layout .home_section_1 {
  animation-delay: 0.6;
  padding: 60px 0 120px;
}

.home-layout .home_section_1 .container .media {
  margin: 0 auto;
  max-width: 1062px;
}

.home-layout .home_section_1 .container .media p {
  font-family: "Graphik";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #FF7138;
  margin-bottom: 6px;
}

.home-layout .home_section_1 .container .media h2 {
  font-family: "Graphik";
  font-weight: 400;
  font-size: 48px;
  line-height: 120%;
  text-align: center;
  letter-spacing: -0.02em;
  color: #120A00;
  margin-bottom: 20px;
}

.home-layout .home_section_1 .container .media .text-p {
  font-family: "Graphik";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #484848;
}

.home-layout .home_section_2 .container {
  padding: 0 58px;
}

.home-layout .home_section_2 .container .elem_table_fin {
  padding: 24px 25px 24px 34px;
}

.home-layout .home_section_2 .container .content_wrapper .media {
  animation-delay: 0.8s;
  margin: 0 auto 60px auto;
  max-width: 280px;
}

.home-layout .home_section_2 .container .content_wrapper .table_wrapper {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
}

.home-layout .home_section_2 .container .content_wrapper .table_wrapper .elem_of_table {
  background: #FFFFFF;
  box-shadow: 0px -2px 6px rgba(116, 123, 150, 0.16), 0px 6px 16px rgba(160, 167, 193, 0.25);
  min-height: 370px;
  position: relative;
  margin-right: 28px;
  width: calc(33.33% - 18px);
}

.home-layout .home_section_2 .container .content_wrapper .table_wrapper .elem_of_table:last-of-type {
  margin-right: 0;
}

.home-layout .home_section_2 .container .content_wrapper .table_wrapper .elem_of_table .elem_table_head {
  display: flex;
  margin-bottom: 20px;
}

.home-layout .home_section_2 .container .content_wrapper .table_wrapper .elem_of_table img {
  min-height: 232px;
  width: 100%;
  object-fit: cover;
}

.home-layout .home_section_2 .container .content_wrapper .table_wrapper .elem_of_table h3 {
  font-family: "Graphik";
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
  color: #120A00;
  margin-bottom: 24px;
  text-align: start;
}

.home-layout .home_section_2 .container .content_wrapper .table_wrapper .elem_of_table .text_table {
  font-family: "Graphik";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #484848;
  margin-bottom: 12px;
}

.home-layout .home_section_2 .container .content_wrapper .table_wrapper .elem_of_table hr {
  background: #E8E8E8;
  margin-bottom: 12px;
}

.home-layout .home_section_2 .container .content_wrapper .table_wrapper .elem_of_table ul {
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-left: 3px;
  margin-bottom: 40px;
}

.home-layout .home_section_2 .container .content_wrapper .table_wrapper .elem_of_table ul li {
  position: relative;
  font-family: "Graphik";
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #484848;
  text-align: center;
  letter-spacing: 0.015em;
}

.home-layout .home_section_2 .container .content_wrapper .table_wrapper .elem_of_table .button_wrapper {
  display: flex;
  align-items: center;
  justify-content: right;
}

.home-layout .home_section_2 .container .content_wrapper .table_wrapper .elem_of_table .button_wrapper .button_text {
  font-family: "Graphik";
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.015em;
  color: #807D7D;
  margin-right: 12px;
}

.home-layout .home_section_2 .container .content_wrapper .table_wrapper .elem_of_table .button_wrapper:hover .button_text {
  color: #FF7138;
}

.home-layout .home_section_2 .container .content_wrapper .table_wrapper .elem_of_table .button_wrapper:hover svg path {
  fill: #FF8267;
}

.home-layout .home_section_2 .container .content_wrapper .table_wrapper .elem_of_table:hover {
  box-shadow: 0px -2px 6px rgba(116, 123, 150, 0.16), 0px 6px 16px rgba(160, 167, 193, 0.5);
  cursor: pointer;
}

.home-layout .home_section_2 .container .content_wrapper .table_wrapper .elem_of_table:hover .button_wrapper .button_text {
  color: #FF7138;
}

.home-layout .home_section_2 .container .content_wrapper .table_wrapper .elem_of_table:hover .button_wrapper svg path {
  fill: #FF8267;
}

.home-layout .home_section_2 ul.marker_list {
  list-style: none;
}

.home-layout .home_section_2 ul.marker_list li {
  margin-bottom: 20px;
  width: fit-content;
  padding-left: 15px;
}

.home-layout .home_section_2 ul.marker_list li:last-child {
  margin-bottom: 0;
}

.home-layout .home_section_2 ul.marker_list li::before {
  content: "•";
  color: #FF7138;
  width: 1em;
  left: -5px;
  position: absolute;
  top: 0;
  transform: none;
}

.home_section_3 {
  animation-delay: 0.6s;
  padding: 120px 0 60px;
}

.home_section_3 .text-box-wrapper {
  padding: 20px 100px 11px 54px;
  min-height: 310px;
}

.home_section_3 #tab-content1 .text-box-wrapper {
  padding: 20px 220px 11px 54px;
}

.home_section_3 .container {
  margin: 0 auto;
  position: relative;
  width: fit-content;
  padding: 0 65px;
}

.home_section_3 .container .media-head {
  animation-delay: 1.8s;
  margin: 0 auto;
}

.home_section_3 .container .media-head h2 {
  font-family: "Graphik";
  font-weight: 400;
  font-size: 48px;
  line-height: 120%;
  text-align: center;
  letter-spacing: -0.02em;
  color: #120A00;
  margin-bottom: 60px;
}

.home_section_3 .works_tabs {
  display: block;
  max-width: 100%;
  float: none;
  list-style: none;
  padding: 0;
}

.home_section_3 .works_tabs:after {
  content: "";
  display: table;
  clear: both;
}

.home_section_3 .works_tabs input[type=radio] {
  display: none;
}

.home_section_3 .works_tabs label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 16px;
  float: left;
  width: 25%;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  border-bottom: 2px solid #E5E7EB;
}

.home_section_3 .works_tabs label span {
  display: inline-block;
  font-family: "Graphik";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #6B7280;
}

.home_section_3 .works_tabs label .icon {
  margin-right: 12px;
  background: #BDBDBD;
  height: 25px;
  width: 25px;
}

.home_section_3 .works_tabs label:hover span {
  color: #FF7138;
}

.home_section_3 .works_tabs label:hover .icon {
  background: #FF7138;
}

.home_section_3 .works_tabs label:hover .span {
  background: #FF7138;
}

.home_section_3 .tab-content {
  display: none;
  width: 100%;
  float: left;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
  white-space: initial;
  justify-content: space-between;
  margin-top: 42px;
  padding-bottom: 12px;
}

.home_section_3 .tab-content .text-box {
  display: flex;
  flex-wrap: wrap;
  height: inherit;
  align-content: space-between;
  padding: 0;
}

.home_section_3 .tab-content h3 {
  text-align: left;
  font-family: "Graphik";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  color: #120A00;
  margin-bottom: 20px;
}

.home_section_3 .tab-content ul.rectangle_markered_list {
  list-style-type: none !important;
  letter-spacing: initial;
  margin-left: unset;
  margin-top: unset;
  margin-bottom: 0;
}

.home_section_3 .tab-content ul.rectangle_markered_list li {
  padding-left: 20px;
  position: relative;
  font-family: "Graphik";
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #484848;
}

.home_section_3 .tab-content ul.rectangle_markered_list li:not(:last-child) {
  margin-bottom: 8px;
}

.home_section_3 .tab-content ul.rectangle_markered_list li b,
.home_section_3 .tab-content ul.rectangle_markered_list li strong {
  font-family: Graphik;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  text-decoration: underline;
}

.home_section_3 .tab-content ul.rectangle_markered_list li:before {
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  left: 5px;
  top: -1px;
  content: "•";
  color: #484848;
}

.home_section_3 .works_tabs [id^=tab]:checked + label {
  border-bottom: 2px solid #FF7138;
  color: #252525;
}

.home_section_3 .works_tabs [id^=tab]:checked + label .icon {
  background: #FF7138;
}

.home_section_3 .works_tabs [id^=tab]:checked + label span {
  color: #FF7138;
}

.home_section_3 #tab1:checked ~ #tab-content1,
.home_section_3 #tab2:checked ~ #tab-content2,
.home_section_3 #tab3:checked ~ #tab-content3,
.home_section_3 #tab4:checked ~ #tab-content4 {
  display: flex;
}

.home_section_3 .how_we_work {
  padding: 53px 0;
}

.home_section_3 #home-blog .level-item,
.home_section_3 .how_we_work .level-item {
  justify-content: flex-start;
}

.home_section_3 .description_testimonial {
  font-family: "Graphik";
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #484848;
}

.home_section_3 .title_testimonial {
  font-family: "Graphik";
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  color: #120A00;
}

.home_section_3 .content_testimonial_slide {
  max-width: calc(100% - 570px);
  position: relative;
  padding: 20px 90px 20px 55px;
}

.home_section_3 .content_testimonial_slide:before {
  content: none;
}

.home_section_3 .author_info .icon {
  margin-right: 36px;
}

.home_section_3 .author_info .info .name {
  font-family: "Graphik";
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #120A00;
}

.home_section_3 .author_info .info .position {
  font-family: "Graphik";
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #484848;
}

.home_section_3 .author_info .info .image_testimonial {
  width: 100%;
}

.home_section_3 .manage-bx {
  max-width: 256px;
}

.home_section_3 .slick-next,
.home_section_3 .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}

.home_section_3 .arrow-bx {
  position: relative;
  display: flex;
  justify-content: center;
}

.home_section_3 .dots-bx {
  position: relative;
  width: auto;
}

.home_section_3 .dots-bx .slick-dots {
  width: auto;
  position: relative;
  bottom: 0;
  margin-left: 16px;
  margin-right: 16px;
}

.home_section_3 .slick-dots li {
  width: 25px;
}

.home_section_3 .lines_dots {
  max-width: 180px;
  display: flex;
  justify-content: center;
}

.home_section_3 .arrow-bx.case_line_dots {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home_section_3 .slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.home_section_3 .slick-dots {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  margin: 0 80px;
}

.home_section_3 .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 12px;
  padding: 0;
  cursor: pointer;
  height: 8px;
  width: 8px;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  background: #E8E8E8;
  opacity: 1;
}

.home_section_3 .slick-dots li.slick-active {
  background: #FF7138;
  opacity: 1;
  height: 8px;
  width: 8px;
}

.home_section_3 .slick-dots li button {
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 8px;
  height: 8px;
  padding: 0px;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}

.home_section_3 .slick-dots li button:focus,
.home_section_3 .slick-dots li button:hover {
  outline: 0;
}

.home_section_3 .arrows_abs {
  position: absolute;
  bottom: -9px;
  left: 45px;
}

.home_section_3 .testimonial-slider-wrapper {
  position: relative;
}

.label_slide {
  border-bottom: 2px solid #FF7138;
  color: #252525;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 16px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  margin: 0 auto 30px;
  min-width: 419px;
}

.label_slide span {
  font-family: "Graphik";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #FF7138;
  display: inline-block;
}

.label_slide .icon {
  margin-right: 12px;
  height: 25px;
  width: 25px;
  background: #FF7138;
}

.img_slide {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: 20px auto;
}

.home_section_4 {
  padding: 60px 0 60px;
}

.home_section_4 .project-content1 {
  animation-delay: 1.8s;
}

.home_section_4 .project-content2 {
  animation-delay: 1.9s;
}

.home_section_4 .project-content3 {
  animation-delay: 2.1s;
}

.home_section_4 .project-content4 {
  animation-delay: 2.2s;
}

.home_section_4 .text-box-wrapper {
  padding: 0;
}

.home_section_4 .container {
  margin: 0 auto;
  position: relative;
  width: fit-content;
  padding: 0 65px;
}

.home_section_4 .container .media-head {
  animation-delay: 1.8s;
  margin: 0 auto;
}

.home_section_4 .container .content_wrapper {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  transform: translateY(28px);
  justify-content: space-between;
  margin-bottom: 70px;
}

.home_section_4 .projects_tabs {
  display: block;
  max-width: 100%;
  float: none;
  list-style: none;
  padding: 0;
}

.home_section_4 .projects_tabs:after {
  content: "";
  display: table;
  clear: both;
}

.home_section_4 .projects_tabs input[type=radio] {
  display: none;
}

.home_section_4 .projects_tabs label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 16px;
  float: left;
  width: 25%;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  border-bottom: 2px solid #E5E7EB;
}

.home_section_4 .projects_tabs label span {
  display: inline-block;
  font-family: "Graphik";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #6B7280;
}

.home_section_4 .projects_tabs label .icon {
  margin-right: 12px;
  background: #BDBDBD;
  height: 25px;
  width: 25px;
}

.home_section_4 .projects_tabs label:hover span {
  color: #FF7138;
}

.home_section_4 .projects_tabs label:hover .icon {
  background: #FF7138;
}

.home_section_4 .projects_tabs label:hover .span {
  background: #FF7138;
}

.home_section_4 .project-content {
  width: calc(50% - 14px);
  min-height: 516px;
  float: left;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
  white-space: initial;
  justify-content: space-between;
  display: flex;
  flex-direction: row;
  margin-bottom: 38px;
  position: relative;
  box-shadow: 0px -2px 6px rgba(182, 182, 182, 0.16), 0px 6px 16px rgba(188, 188, 188, 0.36);
}

.home_section_4 .project-content img {
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);
  position: absolute;
  right: -20px;
  top: 107px;
}

.home_section_4 .project-content svg path {
  fill: #120A00;
}

.home_section_4 .project-content:hover {
  box-shadow: 0px -2px 6px rgba(116, 123, 150, 0.16), 0px 6px 16px rgba(160, 167, 193, 0.5);
}

.home_section_4 .project-content:hover img {
  transform: scale(1.1);
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.04);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.04);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.04);
  transition: all 200ms ease-in;
}

.home_section_4 .project-content:hover .button_cases {
  cursor: pointer;
}

.home_section_4 .project-content img.pr-con-mobile-new {
  position: relative;
  right: unset;
  bottom: unset;
  margin: 0 auto 20px;
  transform: none !important;
}

.home_section_4 .project-content .text-box {
  display: flex;
  flex-wrap: wrap;
  height: inherit;
  position: relative;
  width: fit-content;
  flex-direction: column;
  padding: 37px 0 29px 30px;
  justify-content: space-between;
}

.home_section_4 .project-content h3 {
  text-align: left;
  font-family: "Graphik";
  font-weight: 500;
  font-size: 34px;
  line-height: 34px;
  letter-spacing: -0.02em;
  color: #120A00;
  margin-bottom: 45px;
}

.home_section_4 .project-content ul.rectangle_markered_list {
  list-style-type: none !important;
  letter-spacing: initial;
  margin-left: unset;
  margin-top: unset;
  margin-bottom: 13px;
}

.home_section_4 .project-content ul.rectangle_markered_list li {
  padding-left: 20px;
  position: relative;
  font-family: "Graphik";
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: #120A00;
}

.home_section_4 .project-content ul.rectangle_markered_list li:not(:last-child) {
  margin-bottom: 10px;
}

.home_section_4 .project-content ul.rectangle_markered_list li b,
.home_section_4 .project-content ul.rectangle_markered_list li strong {
  font-family: Graphik;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
}

.home_section_4 .project-content ul.rectangle_markered_list li:before {
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  left: 5px;
  top: -1px;
  content: "•";
  color: #120A00;
}

.home_section_4 .projects_tabs [id^=tab]:checked + label {
  border-bottom: 2px solid #FFFFFF;
  color: #252525;
}

.home_section_4 .projects_tabs [id^=tab]:checked + label .icon {
  background: #FF8267;
}

.home_section_4 .projects_tabs [id^=tab]:checked + label span {
  color: #FF8267;
}

.home_section_4 #tab1:checked ~ #tab-content1,
.home_section_4 #tab2:checked ~ #tab-content2,
.home_section_4 #tab3:checked ~ #tab-content3,
.home_section_4 #tab4:checked ~ #tab-content4 {
  display: flex;
}

.home_section_4 .how_we_work {
  padding: 53px 0;
}

.home_section_4 #home-blog .level-item,
.home_section_4 .how_we_work .level-item {
  justify-content: flex-start;
}

.home_section_4 .button_cases {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 16px 20px;
  justify-content: space-between;
  width: 155px;
  height: 48px;
  border: 1px solid #120A00;
  background: border-box;
  border-radius: unset;
}

.home_section_4 .button_cases span {
  font-family: "Graphik";
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  /* identical to box height, or 16px */
  text-align: center;
  letter-spacing: 0.015em;
  color: #120A00;
}

.home_section_4 .butt_all_cases {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  width: 260px;
  height: 56px;
  border: 1px solid #FF7138;
  filter: drop-shadow(1px 7px 12px rgba(35, 37, 41, 0.1));
  text-align: center;
  margin: 0 auto;
}

.home_section_4 .butt_all_cases .button_all_cases span {
  font-family: "Graphik";
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: #FF7138;
  display: flex;
  align-items: center;
}

.home_section_4 .butt_all_cases:hover {
  cursor: pointer;
  background: #FF7138;
  border: 1px solid #FFFFFF;
}

.home_section_4 .butt_all_cases:hover span {
  color: #F3F8FF;
}

.home_section_5 {
  padding: 60px 0 60px;
}

.home_section_5 .container {
  max-width: 894px;
}

.home_section_5 .container .media-head {
  margin: 0 auto;
}

.industry-recognition img {
  object-fit: contain;
}

.industry_recognition_icons {
  display: flex;
  justify-content: space-between;
}

.section_home_6 {
  padding: 60px 0 60px;
}

.section_home_6 .testimonial-slider .description_testimonial {
  font-family: "Graphik";
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #484848;
}

.section_home_6 .testimonial-slider .title_testimonial {
  font-family: "Graphik";
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  color: #120A00;
}

.section_home_6 .testimonial-slider .content_testimonial {
  max-width: calc(100% - 570px);
  position: relative;
  padding: 0 0 0 55px;
}

.section_home_6 .testimonial-slider .content_testimonial:before {
  content: "";
  background: url(../img/home/quote.svg) no-repeat;
  background-size: 71px 60px;
  height: 60px;
  width: 71px;
  position: absolute;
  left: 0;
  top: -20px;
  z-index: -1;
}

.section_home_6 .testimonial-slider .slide_testimonial_content {
  padding-top: 20px;
}

.section_home_6 .testimonial-slider .author_info .icon {
  margin-right: 36px;
}

.section_home_6 .testimonial-slider .author_info .info .name {
  font-family: "Graphik";
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #120A00;
}

.section_home_6 .testimonial-slider .author_info .info .position {
  font-family: "Graphik";
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #484848;
}

.section_home_6 .testimonial-slider .author_info .info .image_testimonial {
  width: 100%;
}

.section_home_6 .testimonial-slider .av {
  position: relative;
}

.section_home_6 .manage-bx {
  max-width: 256px;
}

.section_home_6 .slick-next,
.section_home_6 .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}

.section_home_6 .arrow-bx {
  position: relative;
  display: flex;
  justify-content: center;
}

.section_home_6 .dots-bx {
  position: relative;
  width: auto;
}

.section_home_6 .dots-bx .slick-dots {
  width: auto;
  position: relative;
  bottom: 0;
  margin-left: 16px;
  margin-right: 16px;
}

.section_home_6 .arrow-bx {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.section_home_6 .arrow-bx .slick-arrow {
  position: relative;
  top: 20px;
  width: 40px;
  height: 40px;
  right: unset;
  left: unset;
  background: transparent;
  border: none;
}

.section_home_6 .manage-bx .slick-prev:before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../img/prev.svg);
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  opacity: 1;
}

.section_home_6 .manage-bx .slick-next:before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../img/next.svg);
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  opacity: 1;
}

.section_home_6 .arrow-bx {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.section_home_6 .arrow-bx .slick-arrow {
  position: relative;
  top: 20px;
  width: 40px;
  height: 40px;
  right: unset;
  left: unset;
  background: transparent;
  border: none;
}

.section_home_6 .manage-bx .slick-prev:before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../img/prev.svg);
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  opacity: 1;
}

.section_home_6 .manage-bx .slick-next:before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../img/next.svg);
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  opacity: 1;
}

.section_home_6 .slick-dots li {
  width: 25px;
}

.section_home_6 .lines_dots {
  max-width: 180px;
  display: flex;
  justify-content: center;
}

.section_home_6 .arrow-bx.case_line_dots {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section_home_6 .slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.section_home_6 .slick-dots {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  margin: 0 80px;
}

.section_home_6 .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 12px;
  padding: 0;
  cursor: pointer;
  height: 8px;
  width: 8px;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  background: #E8E8E8;
  opacity: 1;
}

.section_home_6 .slick-dots li.slick-active {
  background: #FF7138;
  opacity: 1;
  height: 8px;
  width: 8px;
}

.section_home_6 .slick-dots li button {
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 8px;
  height: 8px;
  padding: 0px;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}

.section_home_6 .slick-dots li button:focus,
.section_home_6 .slick-dots li button:hover {
  outline: 0;
}

.section_home_6 .slick-dots li button:focus:before,
.section_home_6 .slick-dots li button:hover:before {
  opacity: 1;
}

.section_home_6 .slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  text-align: center;
  opacity: 0.25;
  background: #E8E8E8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 50%;
}

.section_home_6 .slick-dots li.slick-active button:before {
  opacity: 0.75;
  background: #FF7138;
  border-radius: 50%;
}

.section_home_6 .arrows_abs {
  position: absolute;
  bottom: -54px;
  left: 45px;
}

.section_home_6 .testimonial-slider-wrapper {
  position: relative;
}

.section_home_6 .testimonial-slider .slick-slide {
  min-height: 354px;
}

.section_home_6 .testimonial-slider .slick-slide img {
  max-width: 537px;
  max-height: 351px;
}

.section_home_7 {
  padding: 60px 0 60px;
}

.section_home_7 .container {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}

.section_home_7 .container .content .faq-singular:not(:last-child) {
  margin-bottom: 16px;
}

.section_home_7 .container .content .faq-singular:before {
  content: url(../img/faq_plus.svg);
}

.section_home_7 .container .content .faq_content .faq-singular {
  min-height: 54px;
  background: #FFFFFF;
  box-shadow: 0px -2px 6px rgba(116, 123, 150, 0.16), 0px 6px 16px rgba(160, 167, 193, 0.25);
}

.section_home_7 .container .content .faq_content .faq-singular:before {
  top: 22px;
  transform: none;
}

.section_home_7 .container .content .faq_content .faq-singular.active:before {
  transform: rotate(45deg);
  top: 22px;
}

.section_home_7 .container .content .faq_content .faq-singular .faq-question {
  padding: 16px 54px 16px 24px;
  height: 54px;
  background: #FFFFFF;
}

.section_home_7 .container .content .faq_content .faq-singular .faq-question .faq-question-title {
  font-family: "Graphik";
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  color: #131416;
  text-align: start;
  margin-bottom: 0;
}

.section_home_7 .container .content .faq_content .faq-singular .faq-answer {
  padding: 0 31px 20px 24px;
}

.section_home_7 .container .content .faq_content .faq-singular .faq-answer p {
  font-family: "Graphik";
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #484848;
  text-align: start;
  letter-spacing: 0em;
}

.section_home_7 .container .content .faq_content .faq-singular .faq-answer p:not(:last-child) {
  margin-bottom: 16px;
}

.section_home_7 .container .content .faq_content .faq-singular .faq-answer ul li {
  font-family: "Graphik";
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #484848;
}

.section_home_7 .container .content .faq_content .faq-singular .faq-answer ul li:not(:last-child) {
  margin-bottom: 4px;
}

.section_home_7 .container .content .faq_content .faq-singular .faq-answer .list_text_number {
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-bottom: 24px;
  margin-left: 24px;
}

.section_home_7 .container .content .faq_content .faq-singular .faq-answer ul.list_text_number {
  padding-left: 20px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  counter-reset: counter;
}

.section_home_7 .container .content .faq_content .faq-singular .faq-answer ul.list_text_number li {
  font-family: "Graphik";
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #484848;
}

.section_home_7 .container .content .faq_content .faq-singular .faq-answer ul.list_text_number > li:before {
  display: block;
  width: 100%;
  text-align: center;
  content: counter(counter) ".";
  counter-increment: counter;
}

.section_home_7 .container .content .faq_content .faq-singular .faq-answer ul.list_text_number > li + li {
  margin-top: 0;
}

.section_home_7 .container .content .faq_content .faq-singular .faq-answer .list_div {
  padding: 0 0 0 24px;
}

.section_home_7 .container .content .faq_content .faq-singular .faq-answer ul.list_text_number li {
  padding-left: 3px;
}

.section_home_7 .container .content .faq_content .faq-singular .faq-answer p.number_text {
  font-family: "Graphik";
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #484848;
  margin-bottom: 6px;
}

.section_home_7 .container .content .faq_content .faq-singular ul li:before {
  left: -14px;
  color: #484848;
}

.media {
  width: 100%;
}

h3 {
  font-size: 50px;
  font-weight: 600;
  line-height: 62px;
  letter-spacing: -0.02em;
  text-align: center;
}

.media-content {
  padding-right: 0;
  width: 100%;
  padding-top: 135px;
}

.hire li {
  font-weight: 500;
}

.hire h3 {
  margin-bottom: 40px;
  font-size: 50px;
  font-weight: 600;
  line-height: 62px;
  letter-spacing: -0.02em;
  text-align: left;
}

.hire h3 br {
  display: none;
}

.hire ul {
  padding-right: 34px;
}

.our_services .top_title p {
  text-align: center;
}

.services .service-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
  border: 1px solid #E8E8E8;
  box-shadow: 0px 6px 24px 0px rgba(173, 188, 203, 0.2392156863);
  border-radius: 8px;
}

.services .service-card:hover {
  box-shadow: 8px 6px 30px 0px rgba(188, 188, 188, 0.4);
  box-shadow: -4px 12px 30px 0px rgba(188, 188, 188, 0.3019607843);
}

.services .service-card img {
  margin-bottom: 30px;
}

.services .service-card .title {
  padding: 7.71px 0 9.29px;
  background: #FFF4E6;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.005em;
  text-align: center;
}

.services .service-card .text {
  padding: 0 23px;
  margin-bottom: 30px;
}

.services .service-card .text p {
  margin-bottom: 20px;
}

.services .service-card .text p,
.services .service-card .text ul li {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.015em;
  text-align: left;
  color: #120A00;
}

.services .service-card a {
  margin-top: auto;
  margin-bottom: 0;
}

.cases .case-card img {
  border-top-right-radius: unset;
  border-top-left-radius: unset;
}

.cta .cta_box {
  background: url(../img/bg_cta.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 40px 0 38px 75px;
  border-radius: 10px;
}

.cta .cta_box:after {
  content: "";
  background: url("../img/svg/cta_people.svg");
  background-repeat: no-repeat;
  position: absolute;
  bottom: 21.71px;
  right: -9.62px;
  height: 330px;
  width: 456px;
}

.cta .cta_box .cta_content {
  max-width: 641px;
}

.cta .cta_box .cta_description {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #FAFAFA;
  margin-bottom: 24px;
}

.cta .cta_box .cta_title {
  font-size: 42px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: -0.02em;
  text-align: left;
  background: -webkit-linear-gradient(90deg, #FFCB68 0%, #FF9820 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 16px;
}

.cta .cta_box label.email_box {
  position: relative;
  margin-right: 24px;
}

.cta .cta_box label.email_box:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  width: 20px;
  background: url(../img/svg/email-icon.svg) center/contain no-repeat;
}

.cta .cta_box label.email_box input {
  border: 1px solid #E8E8E8;
  height: 54px;
  min-width: 372px;
  border-radius: 4px;
  padding: 17.22px 50px 17.49px 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
}

.cta .cta_box .submit-btn {
  background: linear-gradient(180deg, #FEC53D 0%, #FF8A00 100%);
  height: 54px;
  width: max-content;
  border-radius: 4px;
  padding: 12px 20px 12px 20px;
  font-family: "Graphik";
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: center;
  box-shadow: 2px -2px 8px 0px rgba(249, 122, 50, 0.1607843137);
  border: none;
}

.cta .cta_box .submit-btn:hover {
  background: #F6B01A;
}

.process-steps .progress-card-img {
  margin: 0 auto 30px;
}

.process-steps .progress-card-img .progress-icon-box.digital_progress_image_box {
  width: auto;
  height: auto;
  text-align: center;
}

.process-steps .progress-card-img .progress-icon-box.digital_progress_image_box img {
  max-width: 100%;
}

.progress-card-text p,
.progress-card-text li {
  font-family: Lexend Deca;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: #484848;
}

.progress-card-text p {
  margin-bottom: 0px;
}

.progress-card-text .flex-row .col-2 {
  padding-right: 9px;
}

.progress-card {
  padding-top: 101px;
  position: relative;
}

.progress-card.progress-card-right-image {
  padding-bottom: 101px;
}

.progress-card.progress-card-left-image {
  padding-bottom: 40px;
}

.connect-icon {
  border-radius: 50%;
}

.connect-icon {
  position: absolute;
  width: 56px;
  height: 56px;
  background: #FFF4E6;
  border: 2px solid #F2B976;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.connect-div {
  height: 52px;
  min-width: 211px;
  border-radius: 4px;
  padding: 10px 20px 10px 20px;
  position: absolute;
  background: #FFF4E6;
  border: 1px solid #FEC53D;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.connect-div span {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: center;
}

.connect-div.connect-33 {
  background: linear-gradient(180deg, #FEC53D 0%, #FF8A00 100%);
  cursor: pointer;
}

.connect-div.connect-33:hover {
  background: #F6B01A;
}

.connect-icon span {
  display: inline-block;
}

.connect-11.connect-icon img {
  margin-left: 5px;
}

.connect-13,
.connect-22,
.connect-32 {
  top: 50%;
}

.connect-11 {
  top: 15px;
  left: 0;
}

.connect-icon:hover {
  background: linear-gradient(180deg, #FEC53D 0%, #FF8A00 100%);
}

.connect-13,
.connect-32 {
  right: 0;
}

.connect-22 {
  left: 0;
}

.connect-12,
.connect-21,
.connect-31 {
  top: 19px;
  left: 50%;
  transform: translateX(-50%);
}

.connect-33 {
  bottom: 0;
  left: 0;
  height: 52px;
  width: 240px;
  border-radius: 4px;
  padding: 12px 20px 12px 20px;
  cursor: pointer;
}

.connect-line {
  border-style: dashed;
  border-width: 2px;
  border-color: #FEC53D;
}

.connect-line-mob {
  visibility: hidden;
  border-style: dashed;
  border-width: 2px 0 0;
  border-color: #FEC53D;
}

.connect-line2 {
  border: 2px dashed #FEC53D;
  border-radius: 302px;
  -webkit-border-radius: 302px;
  -moz-border-radius: 302px;
  -ms-border-radius: 302px;
  -o-border-radius: 302px;
}

.connect-line3 {
  border: 2px dashed #FEC53D;
  border-radius: 302px;
  -webkit-border-radius: 302px;
  -moz-border-radius: 302px;
  -ms-border-radius: 302px;
  -o-border-radius: 302px;
}

.business h3 {
  margin-bottom: 40px;
  font-size: 62px;
  font-weight: 600;
  line-height: 62px;
  letter-spacing: -0.02em;
  text-align: left;
}

.progress_steps_1 .swiper-wrapper {
  position: relative;
}

.progress_steps_1 .swiper-slide:not(:last-child):after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='322' height='1' viewBox='0 0 322 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cline x1='-4.37114e-08' y1='0.5' x2='322' y2='0.499972' stroke='%23F4CF9D' stroke-dasharray='7 7'/%3E %3C/svg%3E ");
  display: block;
  height: 2px;
  width: 100%;
  background-size: auto;
  background-repeat: no-repeat;
  opacity: 1;
  position: absolute;
  transform: translateY(-50%);
  bottom: 50%;
  right: -45%;
}

.progress_steps_1 .swiper-slide:not(.selected) .connect-icon {
  border: 1px solid #F8DCBA;
}

.progress_steps_1 .swiper-slide:not(.selected) .connect-icon img {
  opacity: 0.5;
}

.progress_steps_1 .swiper-slide.selected .connect-icon {
  border: 1px solid #F2B976;
}

.progress_steps_1 .swiper-slide.selected .connect-icon img {
  opacity: 1;
}

.progress_steps_2 .progress-card {
  width: 100vw;
  height: auto;
}

.progress_steps_2 .progress-card-text {
  margin-bottom: 30px;
}

.progress_steps_2 .bottom_btn {
  margin-bottom: 0;
  margin-top: auto;
}

.case-card {
  max-width: calc(33.33% - 10px);
}

.hero.hero-home .hero-body .hero-content {
  justify-content: initial;
}

.hero-title_anti {
  font-family: "Graphik";
  font-weight: 400;
  font-size: 56px;
  line-height: 64px;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

.hero-home .navbar:not(.navbar.go) .top-menu li a {
  font-family: "Graphik";
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  color: #4B5563;
}

.hero-home .navbar:not(.navbar.go) .top-menu li a:hover {
  color: #FF7138;
}

.hero_image_bg {
  position: relative;
}

.hero_image_anti_desktop {
  margin-left: 18px;
  margin-bottom: -10px;
  image-rendering: pixelated;
}

.hero_image_anti_tablet {
  display: none;
}

.logos_wrapper {
  min-width: 838px;
}

.button_anti {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  width: 260px;
  height: 56px;
  background: #FF7138;
  box-shadow: 1px 7px 12px rgba(35, 37, 41, 0.1);
  padding: 8px 16px;
  border-radius: 0;
}

.button_anti span {
  font-family: "Graphik";
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: #FFF4F5;
  padding-right: 0;
}

.button_anti_head {
  margin-bottom: 190px;
}

.orange-subtitle {
  font-family: "Graphik";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #FF7138;
  margin-bottom: 6px;
}

h2 {
  font-family: "Graphik";
  font-weight: 400;
  font-size: 48px;
  line-height: 62px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #120A00;
  margin-bottom: 60px;
}

.after-orange {
  font-family: "Graphik";
  font-weight: 400;
  font-size: 48px;
  line-height: 62px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #120A00;
  margin-bottom: 35px;
}

.bottom-form_home .form_for_home .popup_form_home {
  padding: 0;
}

.hero-description_anti {
  font-family: "Graphik";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #484848;
  margin-bottom: 54px;
}

@media only screen and (min-width: 40em) {
  .section_home_7 .container .content .faq_content .faq-singular .faq-answer ul.list_text_number {
    list-style: none;
    list-style-type: decimal;
  }

  .section_home_7 .container .content .faq_content .faq-singular .faq-answer ul.list_text_number > li:before {
    display: none;
    visibility: hidden;
  }
}

@media (min-width: 768px) {
  .home_section_3 .works_tabs i {
    padding: 5px;
    margin-right: 10px;
  }

  .home_section_3 .works_tabs label span {
    display: inline-block;
  }

  .home_section_3 .how_we_work .works_tabs label .icon {
    -webkit-mask-position-x: right !important;
  }

  .home_section_4 .projects_tabs i {
    padding: 5px;
    margin-right: 10px;
  }

  .home_section_4 .projects_tabs label span {
    display: inline-block;
  }

  .home_section_4 .how_we_work .projects_tabs label .icon {
    -webkit-mask-position-x: right !important;
  }
}

@media (min-width: 991px) {
  .our_services .top_title p {
    max-width: 885px;
    margin: 0 auto;
  }

  .services .service-card {
    width: 24.26%;
  }
}

@media (min-width: 992px) {
  .progress-card-left-image {
    padding-left: 24px;
    padding-right: 119px;
  }

  .progress-card-left-image:last-child {
    padding-bottom: 109.59px;
    padding-left: 24px;
    padding-right: 119px;
    padding-top: 121px;
  }

  .progress-card.progress-card-right-image {
    padding-left: 119px;
    padding-right: 24px;
    padding-top: 130px;
    padding-bottom: 50px;
  }

  .progress-card.progress-card-right-image .progress-card-text p {
    margin-bottom: 0px;
    padding-right: 46px;
  }

  .process-steps .progress-card-img {
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .home_section_3 .how_we_work .title.h3.home {
    margin-bottom: 23px;
  }

  .home_section_4 .how_we_work .title.h3.home {
    margin-bottom: 23px;
  }
}

@media (min-width: 1216px) {
  #hire {
    padding-top: 128px;
  }

  .work_us {
    padding-top: 128px;
  }

  .reviews {
    padding: 64px 0 128px;
  }

  .process-steps .progress-card-img .progress-icon-box.digital_progress_image_box img {
    max-width: max-content;
  }

  .progress-card-text p {
    margin-bottom: 0px;
  }

  .progress-card-left-image {
    padding-left: 147px;
    padding-right: 246px;
  }

  .progress-card-left-image:last-child {
    padding-bottom: 109.59px;
    padding-left: 85px;
    padding-right: 136px;
    padding-top: 121px;
  }

  .progress-card.progress-card-right-image {
    padding-left: 160px;
    padding-right: 70px;
    padding-top: 130px;
    padding-bottom: 50px;
  }

  .progress-card.progress-card-right-image .progress-card-text p {
    margin-bottom: 0px;
    padding-right: 46px;
  }

  .process-steps .progress-card-img {
    margin: 0;
  }
}

@media (max-width: 1400px) {
  .media-content {
    margin-left: 16px;
  }

  .hero_image_bg:before {
    right: -65px;
    transform: scale(0.8);
  }
}

@media (max-width: 1270px) {
  .container {
    padding: 0 24px;
  }
}

@media (max-width: 1220px) {
  .media-content {
    width: 79%;
  }

  .hero_image_bg:before {
    right: -84px;
  }
}

@media (max-width: 1218px) {
  .section_home_6 .testimonial-slider .content_testimonial {
    padding: 20px 10px 20px 35px;
  }
}

@media (max-width: 1216px) {
  .home_section_3 .works_tabs label span {
    font-size: 16px;
    line-height: 1;
    letter-spacing: initial;
  }

  .home_section_4 .projects_tabs label span {
    font-size: 16px;
    line-height: 1;
    letter-spacing: initial;
  }
}

@media (max-width: 1200px) {
  .cta .cta_box:after {
    opacity: 1;
    height: 247px;
    width: 340px;
    background-size: 340px 247px;
    bottom: 0;
    right: 16px;
  }

  .cta .cta_box .cta_content {
    max-width: calc(100% - 460px);
  }
}

@media (max-width: 1130px) {
  .home_section_3 .container {
    padding: 0 36px;
  }

  .home_section_4 {
    padding: 0 24px;
  }

  .home_section_4 .container {
    padding: 0;
  }

  .home_section_4 .project-content img {
    right: -50px;
  }
}

@media (max-width: 1070px) {
  .home-layout .home_section_2 .container {
    padding: 0 24px;
  }

  .home-layout .home_section_2 .container .content_wrapper .table_wrapper .elem_of_table h3 {
    min-height: 72px;
  }
}

@media (max-width: 1024px) {
  .home_section_3 .works_tabs label span {
    font-size: 16px;
    line-height: 1;
    letter-spacing: initial;
  }

  .home_section_3 .works_tabs label {
    padding-bottom: 8px;
  }

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

  .home_section_4 .projects_tabs label span {
    font-size: 16px;
    line-height: 1;
    letter-spacing: initial;
  }

  .home_section_4 .projects_tabs label {
    padding-bottom: 8px;
  }

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

@media (max-width: 992px) {
  .home-layout .home_section_1 .container .media p {
    margin-bottom: 6px;
  }

  .home-layout .home_section_1 .container .media h2 {
    font-size: 32px;
    margin-bottom: 21px;
    line-height: 120%;
  }

  .home-layout .home_section_1 .container .media .text-p {
    padding: 10px 0;
  }

  .home-layout .home_section_1 {
    padding: 20px 0 60px;
  }

  .home-layout .home_section_2 {
    padding: 0 0 60px;
  }

  .home-layout .home_section_2 .container {
    padding: 0 16px;
  }

  .home-layout .home_section_2 .container .content_wrapper .table_wrapper {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
  }

  .home-layout .home_section_2 .container .content_wrapper .table_wrapper .elem_of_table {
    margin-right: 0;
    margin-bottom: 20px;
    min-width: calc(100% - 32px);
  }

  .home-layout .home_section_2 .container .content_wrapper .table_wrapper .elem_of_table h3 {
    font-size: 24px;
    line-height: 120%;
    min-height: unset;
  }

  .home_section_3 {
    padding: 0 0 60px;
  }

  .home_section_3 .container {
    padding: 0 30px;
  }

  .home_section_3 .container .media-head p {
    margin-bottom: 6px;
  }

  .home_section_3 .container .media-head h2 {
    font-size: 32px;
    margin-bottom: 40px;
    line-height: 120%;
  }

  .home_section_3 #tab1:checked ~ #tab-content1,
  .home_section_3 #tab2:checked ~ #tab-content2,
  .home_section_3 #tab3:checked ~ #tab-content3,
  .home_section_3 #tab4:checked ~ #tab-content4 {
    flex-direction: column-reverse;
  }

  .home_section_3 #tab1:checked ~ #tab-content1 img,
  .home_section_3 #tab2:checked ~ #tab-content2 img,
  .home_section_3 #tab3:checked ~ #tab-content3 img,
  .home_section_3 #tab4:checked ~ #tab-content4 img {
    margin-bottom: 30px;
  }

  .home_section_3 .title_testimonial {
    font-size: 24px;
    line-height: 120%;
  }

  .home_section_3 .content_testimonial_slide {
    width: 100%;
    max-width: 100%;
    padding: 38px 0 0;
    margin-bottom: 30px;
  }

  .home_section_3 .slide_testimonial_content {
    flex-direction: column;
  }

  .home_section_3 .slick-dots {
    margin: 0 24px;
  }

  .home_section_3 .arrows_abs {
    position: relative;
    bottom: unset;
    left: unset;
    margin-top: 30px;
  }

  ul.rectangle_markered_list {
    list-style-type: none !important;
    letter-spacing: initial;
    margin-left: -48px;
    margin-top: unset;
    margin-bottom: 0;
  }

  ul.rectangle_markered_list li {
    padding-left: 20px;
    position: relative;
    font-family: "Graphik";
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #484848;
  }

  ul.rectangle_markered_list li:not(:last-child) {
    margin-bottom: 8px;
  }

  ul.rectangle_markered_list li b,
  ul.rectangle_markered_list li strong {
    font-family: Graphik;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
  }

  ul.rectangle_markered_list li:before {
    width: 6px;
    height: 6px;
    display: block;
    position: absolute;
    left: 5px;
    top: -1px;
    content: "•";
    color: #484848;
  }

  h3 {
    text-align: left;
    font-family: "Graphik";
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
    color: #120A00;
    margin-bottom: 20px;
  }

  .box-slide {
    padding: 25px 0 0 54px;
  }

  .arrows_abs {
    margin-bottom: 30px;
  }

  .arrow_mobile .slick-next:before {
    content: none;
  }

  .arrow_mobile .slick-prev:before {
    content: none;
  }

  .arrow_mobile-bx .slick-arrow {
    content: none;
    right: -11111px;
  }

  .tabs-mobile.testimonial-slider .slick-slide img {
    margin: 0 auto 5px;
  }

  .home_section_4 {
    padding: 0 0 60px;
  }

  .home_section_4 .container {
    padding: 0 30px;
  }

  .home_section_4 .container .content_wrapper {
    justify-content: space-around;
  }

  .home_section_4 .project-content {
    min-width: fit-content;
    min-height: 427px;
  }

  .home_section_4 .project-content img {
    top: unset;
    bottom: -29px;
    right: 50%;
    transform: translateX(50%);
    max-height: 193px;
    object-fit: cover;
  }

  .home_section_4 .project-content:hover img {
    transition: none;
    transform: translateX(50%);
  }

  .home_section_4 .project-content .text-box {
    padding: 20px 12px 184px;
  }

  .home_section_4 .project-content h3 {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 20px;
  }

  .home_section_5 {
    padding: 0 0 60px;
  }

  .industry_recognition_icons {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-width: 328px;
    margin: 0 auto;
  }

  .section_home_6 {
    padding: 0 0 60px;
  }

  .section_home_6 .testimonial-slider .title_testimonial {
    font-size: 24px;
    line-height: 120%;
  }

  .section_home_6 .testimonial-slider .content_testimonial {
    width: 100%;
    max-width: 100%;
    padding: 18px 0 0;
    margin-bottom: 30px;
  }

  .section_home_6 .testimonial-slider .slide_testimonial_content {
    flex-direction: column;
  }

  .section_home_6 .slick-dots {
    margin: 0 24px;
  }

  .section_home_6 .arrows_abs {
    position: relative;
    bottom: unset;
    left: unset;
    margin-top: 30px;
  }

  .section_home_6 .testimonial-slider .slick-slide img {
    margin: 0 auto;
    max-width: -webkit-fill-available;
    max-height: -webkit-fill-available;
  }

  .section_home_6 .arrow-bx {
    justify-content: center;
  }

  .section_home_6 .testimonial-slider .content_testimonial {
    max-width: 570px;
    margin: 0 auto 30px;
  }

  .section_home_7 {
    padding: 0 0 80px;
  }

  .hire h3 {
    margin-bottom: 24px;
  }

  .cta .cta_box {
    padding: 22px 0 162px 16px;
    background-position-x: 59%;
  }

  .cta .cta_box .cta_content {
    max-width: calc(100% - 340px);
  }

  .progress_steps_1 .connect_mobile {
    margin: 0 auto 0 auto;
  }

  .progress_steps_2 .progress-card {
    padding-top: 40px;
    padding-bottom: 0px !important;
  }

  .progress_steps_2 .progress-card .name_step {
    margin: 0 auto 20px;
  }

  .hero-title_anti {
    font-weight: 400;
    font-size: 31px;
    line-height: 120%;
    text-align: center;
    margin: 0 auto 20px;
  }

  .hero_image_bg {
    margin-top: 0;
    width: 100%;
    height: auto;
  }

  .hero_image_anti_tablet {
    display: block;
    width: fit-content;
    max-width: 68%;
    margin: 20px 0 0 19%;
  }

  .button_anti {
    margin: 0 auto;
  }

  .hero_image_anti {
    display: none;
  }

  .hero_image_anti-mob {
    width: 100%;
    height: auto;
  }

  .media-image {
    margin-bottom: 20px;
  }

  .hero-title_anti {
    font-family: "Graphik";
    font-weight: 400;
    font-size: 56px;
    line-height: 64px;
    letter-spacing: -0.02em;
    color: #120A00;
    text-align: center;
    margin-bottom: 20px;
  }

  .media {
    flex-direction: column;
  }

  .button_anti {
    margin: 0 auto 20px;
  }

  .partners-logos {
    padding: 60px 0 60px;
    justify-content: center;
  }

  .orange-subtitle {
    font-size: 16px;
  }

  h2 {
    font-size: 32px;
    margin-bottom: 40px;
    line-height: 120%;
  }

  .after-orange {
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 120%;
  }

  .home-layout .home_section_2 .container .content_wrapper .table_wrapper .elem_of_table {
    min-width: 350px;
  }

  .container {
    padding: 0 16px;
  }

  .media-content {
    margin-left: 0;
    width: 100%;
    padding-top: 0;
  }

  .hero-description_anti {
    font-size: 16px;
    text-align: center;
    margin: 0 auto 30px;
  }
}

@media (max-width: 992px) and (max-width: 992px) {
  .hire ul.list_orange_disk li:before {
    top: 50%;
    transform: translateY(-50%);
  }

  .hero-title_anti {
    font-weight: 400;
    font-size: 31px;
    line-height: 120%;
    text-align: center;
    margin: 0 auto 20px;
  }
}

@media (max-width: 991px) {
  .partners-logos .logo-item {
    padding: 0px 59.5px;
    margin-bottom: 20px;
    max-width: 43%;
  }

  .progress-icon-box img {
    max-width: 100%;
  }

  .connect-div span {
    font-size: 26px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
  }

  .connect_mobile {
    margin: 0 auto 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .progress-card {
    padding-right: 80px;
  }

  .progress-card.progress-card-left-image {
    padding-left: 0px;
    padding-right: 0px;
  }

  .progress-card.progress-card-right-image {
    padding-right: 0px;
    padding-left: 0px;
  }

  .connect-icon {
    width: 60px;
    height: 60px;
    background: #FFF4E6;
    border: 2px solid #F2B976;
  }

  .connect-icon img {
    max-height: 50%;
  }

  .connect-div_mobile {
    align-items: center;
    justify-content: center;
    display: flex;
  }

  .connect-icon_mobile {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  .connect-div_mobile.connect-div {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    font-size: 16px !important;
  }

  .connect-div_mobile.connect-div span {
    font-size: 16px;
  }

  .business h3,
  .hire h3,
  .our_services h3 {
    font-size: 42px;
    font-weight: 600;
    line-height: 54px;
    letter-spacing: -0.02em;
    text-align: left;
  }

  .business h3 br,
  .hire h3 br,
  .our_services h3 br {
    display: none;
  }

  .hire h3 {
    text-align: center;
  }

  .reviews_sections {
    flex-direction: column;
  }

  .reviews-card:not(:last-child) {
    margin-bottom: 32px;
  }

  .bottom-form .form-column-1 {
    margin-right: 0;
  }

  .connect-11 {
    top: 10px;
    left: 0;
  }

  .bottom-form .form_box .contact_title {
    line-height: 130%;
  }

  .hero.hero-home .hero-body .hero-subtitle {
    font-size: 16px;
    line-height: 130%;
  }

  .bottom-form .form_box {
    padding: 45px 24px;
  }

  .bottom-form .partners-logos img:not(:last-child) {
    margin-right: 11px;
  }

  .bottom-form .partners-logos img {
    max-width: 30%;
  }

  .bottom-form .form-column-2 {
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 40px;
  }

  .media {
    flex-direction: column-reverse;
  }

  .media-image {
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }

  .services {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .service-card {
    width: calc(50% - 16px);
    margin-bottom: 32px;
  }

  .service-card:hover {
    box-shadow: 8px 6px 30px 0px rgba(188, 188, 188, 0.4);
    box-shadow: -4px 12px 30px 0px rgba(188, 188, 188, 0.3019607843);
  }

  .services-mobile .service-card {
    position: relative;
    margin-bottom: 2px;
    padding: 0;
    width: 100%;
  }

  .services-mobile .service-card .title {
    padding: 8px 45px 8px 10px;
    text-align: left;
  }

  .services-mobile .service-card:not(:last-child) {
    margin-bottom: 10px;
  }

  .services-mobile .service-card a {
    color: #120A00;
    text-decoration: underline;
    font-weight: 400;
  }

  .services-mobile .service-card.active:before {
    content: url(../img/faq_arrow.svg);
    transform: rotate(180deg);
    top: 19px;
  }

  .services-mobile .service-card.active .is-fullwidth-link {
    height: 26px;
  }

  .services-mobile .service-card:last-child {
    margin: 0;
  }

  .services-mobile .service-card:before {
    position: absolute;
    content: url(../img/faq_arrow.svg);
    right: 20px;
    transition: all 0.1ms;
    height: 14px;
    width: 14px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%);
  }

  .services-mobile .service-card .item-link {
    z-index: 4;
    cursor: pointer;
  }

  .services-mobile .service-card .item {
    position: relative;
    cursor: pointer;
    background: #FFF4E6;
    display: flex;
    align-items: center;
    width: 100%;
  }

  .services-mobile .service-card .item_content {
    display: none;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 0px;
    padding: 20px 31px 20px 20px;
  }

  .services-mobile .service-card .item_content.active {
    display: block;
  }

  .cases {
    flex-direction: column;
  }

  .case-card {
    margin-bottom: 32px;
    max-width: 100%;
  }

  .cta .cta_box label.email_box {
    display: flex;
    margin-bottom: 24px;
  }

  .connect-div,
  .connect-icon {
    position: relative;
    top: initial;
    bottom: initial;
    left: initial;
    right: initial;
    margin: 0;
    padding: 0;
    display: none;
  }

  .progress-card {
    flex-direction: column;
    align-items: start;
  }
}

@media (max-width: 968px) {
  .hero-home .navbar:not(.navbar.go) .top-menu li a {
    font-family: "Graphik";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 26px;
    text-align: start;
    color: #120A00;
  }
}

@media (max-width: 850px) {
  .home_section_3 .works_tabs label {
    width: 32%;
    margin-bottom: 24px;
  }

  .home_section_4 .projects_tabs label {
    width: 32%;
    margin-bottom: 24px;
  }
}

@media (max-width: 768px) {
  .home_section_3 .container {
    padding: 0 16px;
  }

  .home_section_3 .works_tabs label {
    width: 50%;
    margin-bottom: unset;
  }

  .home_section_3 .works_tabs label:not(:last-of-type) {
    margin-bottom: 24px;
  }

  .home_section_3 .works_tabs label .icon {
    margin-right: 5px;
    background: #BDBDBD;
    width: 15px;
    height: 15px;
    -webkit-mask-size: contain !important;
  }

  .home_section_3 .tab-content {
    padding: 0;
    margin-top: 25px;
    flex-direction: column;
  }

  .home_section_3 .tab-content .text-box {
    background-position-x: right !important;
  }

  .home_section_4 .container {
    padding: 0 16px;
  }

  .home_section_4 .container .content_wrapper {
    flex-direction: column;
    margin-bottom: 40px;
    transform: none;
  }

  .home_section_4 .project-content {
    width: 100%;
    min-width: calc(100% - 32px);
    min-height: 427px;
    margin-bottom: 20px;
    max-width: 328px;
  }

  .home_section_4 .project-content:last-of-type {
    margin-bottom: 0;
  }

  .home_section_4 .project-content .text-box {
    padding: 20px 12px 164px;
  }

  .home_section_4 .project-content ul.rectangle_markered_list {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
  }

  .home_section_4 .project-content ul.rectangle_markered_list li {
    font-size: 14px;
    line-height: 160%;
  }

  .home_section_4 .projects_tabs label {
    width: 50%;
    margin-bottom: unset;
  }

  .home_section_4 .projects_tabs label:not(:last-of-type) {
    margin-bottom: 24px;
  }

  .home_section_4 .projects_tabs label .icon {
    margin-right: 5px;
    background: #BDBDBD;
    width: 15px;
    height: 15px;
    -webkit-mask-size: contain !important;
  }

  .home_section_4 .button_cases {
    margin-bottom: 0;
  }

  .cta {
    padding-top: 76px;
  }

  .cta .cta_box {
    background: #262220;
    padding: 232px 15px 30px 13px;
  }

  .cta .cta_box:after {
    height: 239px;
    width: 329px;
    background-size: 329px 239px;
    bottom: unset;
    top: -36px;
    right: auto;
    transform: translateX(-50%);
    left: 50%;
  }

  .cta .cta_box .cta_content {
    max-width: 100%;
  }

  .cta .cta_box label.email_box {
    width: 100%;
    min-width: initial;
  }

  .cta .cta_box label.email_box input {
    width: 100%;
    min-width: initial;
  }

  .cta .cta_box .submit-btn {
    width: 100%;
  }

  .bottom-form.bottom-form-default {
    padding-top: 30px;
  }
}

@media (max-width: 680px) {
  .label_slide {
    min-width: fit-content;
  }

  .home_section_4 .project-content {
    max-width: 100%;
  }

  .home_section_4 .project-content .text-box {
    padding: 20px 12px 12px;
  }

  .home_section_4 .project-content ul.rectangle_markered_list li {
    width: 47%;
  }

  .home_section_4 .project-content ul.rectangle_markered_list li:before {
    left: 10px;
  }

  .home_section_4 .button_cases {
    justify-content: center;
    gap: 12px;
    width: 100%;
  }

  .section_home_7 .container .content .faq_content .faq-singular .faq-answer ul.list_text_number > li:before {
    width: unset;
  }

  .section_home_7 .container .faq .faq-singular ul {
    margin-bottom: 0;
  }

  .hire .media-image {
    margin-bottom: 0;
  }

  .progress-card-text p,
  .progress-card-text li {
    font-size: 16px;
    line-height: 26px;
  }

  .business h3 {
    margin-bottom: 24px;
  }

  .business li {
    margin-bottom: 14px;
  }

  .progress_steps_2 .progress-card {
    padding-top: 30px;
  }

  .progress_steps_2 .progress-card .name_step {
    width: 100%;
  }

  .progress_steps_2 .progress-card .name_step .connect-div_mobile {
    width: 100%;
  }

  .progress_steps_2 .bottom_btn .button {
    width: 100vw;
    padding: 12px 0px;
    height: auto;
    max-width: 320px;
  }

  .hero-home .partners-logos .logo-item {
    max-width: 43%;
    min-width: 43%;
    text-align: center;
    max-height: 115px;
  }

  .hero-home .partners-logos .logo-item:last-of-type {
    display: none;
  }

  .hero-home .partners-logos .logo-item img {
    max-height: 115px;
    width: auto;
  }

  .hero.hero-home .hero-body .hero-content {
    padding-bottom: 20px;
  }

  .hero_image_anti_tablet {
    max-width: 81%;
    margin: 15% auto 0;
  }

  .button_anti {
    margin: 0 auto;
    width: 100%;
  }

  .hero-home .partners-logos .logo-item {
    max-width: initial;
    min-width: initial;
    padding: 0;
    width: calc(50% - 5px);
  }

  .media-web {
    flex-direction: column-reverse;
    align-items: center;
  }

  .media-content {
    align-self: center;
    margin-left: 0;
    width: 100%;
  }

  .section_home_7 .container .content .faq_content .faq-singular {
    min-height: 104px;
  }

  .faq .faq-singular .faq_question-link {
    min-height: 104px;
    height: 104px;
  }

  .section_home_7 .container .content .faq_content .faq-singular .faq-question {
    height: 104px;
  }

  .section_home_7 .container .content .faq_content .faq-singular .faq-question .faq-question-title {
    line-height: 120%;
  }

  .section_home_7 .container .content .faq_content .faq-singular:before {
    top: calc(50% - 7px);
  }

  .faq .faq-singular.active .is-fullwidth-link {
    min-height: 104px;
  }

  .section_home_7 .container .content .faq_content .faq-singular.active:before {
    top: 44px;
  }

  .hero-description_anti {
    display: none;
    margin: 0;
  }

  .hero-title_anti {
    margin: 0 auto 40px;
  }

  .hero_image_anti_tablet {
    max-width: 100%;
    margin: 20% auto 0;
  }
}

@media (max-width: 550px) {
  .reviews-card:not(:last-child) {
    margin-bottom: 20px;
  }

  .reviews_sections .reviews-card .title {
    line-height: 32px;
  }

  .services {
    flex-direction: column;
  }

  .service-card {
    margin-bottom: 32px;
  }

  .business h3,
  .hire h3,
  .our_services h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.02em;
  }

  .progress-card {
    padding: 0;
  }

  .progress-icon-box {
    width: 80px;
    height: 80px;
    text-align: center;
  }

  .progress-icon-box img {
    max-width: 70%;
  }

  .benefits-right-image .benefits_feature_image {
    margin-left: 0;
  }

  .progress-card {
    padding-top: 0px;
  }

  .progress-card.progress-card-right-image {
    padding-bottom: 40px;
  }

  .progress-card.progress-card-left-image {
    padding-bottom: 40px;
  }

  .progress-card.progress-card-left-image:last-child {
    padding-bottom: 10px;
  }
}

@media (max-width: 468px) {
  .home_section_4 .container {
    padding: 0 16px;
    width: initial;
  }
}

@media (max-width: 460px) {
  .label_slide {
    min-width: initial;
    margin: 0 0 30px;
  }
}

@media (max-width: 362px) {
  .home_section_4 .project-content ul.rectangle_markered_list li {
    width: auto;
  }
}

@media (max-width: 360px) {
  .home-layout .home_section_2 .container .content_wrapper .table_wrapper .elem_of_table {
    min-width: 100%;
  }
}

@media (max-width: 350px) {
  .home_section_3 .works_tabs label span {
    font-size: 12px;
  }

  .home_section_4 .projects_tabs label span {
    font-size: 12px;
  }
}

@media (max-width: 1216px) and (min-width: 991px) {
  .home_section_3 .card.blog-card {
    max-width: 440px;
  }

  .home_section_3 .card.card-service {
    width: 450px;
  }

  .home_section_4 .card.blog-card {
    max-width: 440px;
  }

  .home_section_4 .card.card-service {
    width: 450px;
  }
}

@media (max-width: 991px) and (min-width: 850px) {
  .home_section_3 .card.card-service {
    width: 400px;
  }

  .home_section_4 .card.card-service {
    width: 400px;
  }
}

@media screen and (max-width: 991px) and (min-width: 320px) and (orientation: landscape) {
  #page header section.hero:not(.header-null) {
    min-height: 627px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 680px) and (orientation: landscape) {
  #page header section.hero:not(.header-null) {
    min-height: 627px;
  }
}

@media only screen and (min-device-width: 480px) and (max-device-width: 1400px) and (orientation: landscape) {
  #page header section.hero:not(.header-null) {
    min-height: 944px;
  }
}

@media only screen and (min-device-width: 968px) and (max-device-width: 1068px) and (orientation: landscape) {
  #page header section.hero:not(.header-null) {
    margin-top: 50px;
  }
}
/*# sourceMappingURL=maps/home.css.map */
