@charset "UTF-8";

/*-- flexbox  --*/

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

/*media queries*/

.our_cases {
  margin: 0 auto;
  position: relative;
  width: fit-content;
}

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

.container .media-head h3 {
  font-family: "Graphik";
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #120A00;
  margin-bottom: 120px;
  text-align: start;
}

.container .media-head h1 {
  font-family: "Graphik";
  font-weight: 400;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #120A00;
  margin-bottom: 60px;
  margin-top: 145px;
}

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

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

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

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

.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;
}

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

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

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

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

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

.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);
}

.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;
}

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

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

.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;
}

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

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

.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;
}

.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;
}

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

.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;
}

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

.project-content ul.rectangle_markered_list li b,
.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;
}

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

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

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

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

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

.how_we_work {
  padding: 53px 0;
}

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

.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;
}

.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;
}

.hero .navbar {
  border-bottom: none !important;
}

.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;
}

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

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

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

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

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

@media (min-width: 1350px) {
  .container .content_wrapper {
    padding: 0 65px;
  }
}

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

@media (max-width: 1130px) {
  .project-content img {
    right: -50px;
  }
}

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

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

  .our_industies_title {
    font-weight: 500;
  }
}

@media (max-width: 992px) {
  .our_cases {
    padding: 36px 0 0;
  }

  .container .media-head h3 {
    font-size: 18px;
    margin-bottom: 60px;
  }

  .container .media-head h1 {
    font-size: 32px;
    margin-bottom: 30px;
    line-height: 120%;
    margin-top: 0;
  }

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
  .container .content_wrapper {
    flex-direction: column;
    margin-bottom: 40px;
    transform: none;
  }

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

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

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

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

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

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

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

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

  .button_cases {
    margin-bottom: 0;
  }

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

@media (max-width: 680px) {
  .project-content {
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

@media (max-width: 991px) and (min-width: 850px) {
  .card.card-service {
    width: 400px;
  }
}
/*# sourceMappingURL=maps/all_cases.css.map */
