*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.35s;
  touch-action: manipulation;
}

button {
  transition: 0.35s;
  touch-action: manipulation;
  font: inherit;
  appearance: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: center;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:focus {
  outline: none;
}

svg * {
  transition: 0.35s;
  transition-property: fill, stroke;
}

body {
  margin: 0;
  min-height: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

*:focus-visible {
  outline: none;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@font-face {
  font-family: "Etelka Text Pro";
  src: url(../fonts/EtelkaTextPro.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Etelka Text Pro";
  src: url(../fonts/EtelkaTextPro-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  overflow-x: hidden;
}
@media (max-width: 991px) {
  body.hidden {
    overflow: hidden;
  }
}

*::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

*::-webkit-scrollbar-thumb {
  background: #175ED2;
  border-radius: 0px;
}

*::-webkit-scrollbar-track {
  background: #F6F9FF;
  border-radius: 0px;
}

.header {
  position: sticky;
  top: 0;
  z-index: 10;
  transition: 0.4s;
  background: #fff;
  font-family: "Etelka Text Pro", sans-serif;
}
.header.scrolled {
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
}
.header a {
  text-decoration: none;
}
.header_wrap {
  max-width: 1188px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  margin-inline: auto;
  padding-block: 14px 28px;
  padding-inline: 24px;
}
@media (max-width: 991px) {
  .header_wrap {
    padding-block: 8px;
  }
}
@media (max-width: 767px) {
  .header_wrap {
    padding-inline: 16px;
  }
}
.header_wrap_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .header_wrap_top {
    display: none;
    flex-direction: column;
    align-items: start;
    margin-top: 32px;
    height: 100%;
  }
}
.header_wrap_top_contact {
  display: flex;
  align-items: center;
  column-gap: 32px;
}
@media (max-width: 991px) {
  .header_wrap_top_contact {
    display: none;
  }
}
.header_wrap_top_contact_link {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 155%;
  display: flex;
  max-width: fit-content;
}
@media (max-width: 991px) {
  .header_wrap_top_contact_link {
    margin-top: auto;
  }
}
@media (hover: hover) {
  .header_wrap_top_contact_link:hover {
    color: #175ED2;
  }
}
@media (hover: none) {
  .header_wrap_top_contact_link:active {
    color: #175ED2;
  }
}
.header_wrap_top_contact_btn {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  display: flex;
  max-width: fit-content;
  border-bottom: 1px solid rgba(51, 51, 51, 0.15);
}
@media (hover: hover) {
  .header_wrap_top_contact_btn:hover {
    color: #175ED2;
  }
}
@media (hover: none) {
  .header_wrap_top_contact_btn:active {
    color: #175ED2;
  }
}
.header_wrap_top_action {
  display: flex;
  align-items: center;
  column-gap: 24px;
}
@media (max-width: 991px) {
  .header_wrap_top_action {
    flex-direction: column;
    align-items: start;
    row-gap: 32px;
    height: 100%;
  }
}
.header_wrap_top_action_account {
  color: #333;
  font-size: 13px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  border: 1px solid rgba(51, 51, 51, 0.1);
  padding: 14px 19px 13px 19px;
}
@media (max-width: 991px) {
  .header_wrap_top_action_account {
    order: -1;
  }
}
@media (hover: hover) {
  .header_wrap_top_action_account:hover {
    border-color: #175ED2;
    color: #175ED2;
  }
}
@media (hover: none) {
  .header_wrap_top_action_account:active {
    border-color: #175ED2;
    color: #175ED2;
  }
}
.header_wrap_top_action_sochials {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
@media (max-width: 991px) {
  .header_wrap_top_action_sochials {
    column-gap: 16px;
  }
}
.header_wrap_top_action_sochials_link {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  background: #F6F9FF;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .header_wrap_top_action_sochials_link {
    width: 44px;
    height: 44px;
  }
}
@media (hover: hover) {
  .header_wrap_top_action_sochials_link:hover {
    background: #175ED2;
  }
  .header_wrap_top_action_sochials_link:hover svg path {
    fill: #fff;
    fill-opacity: 1;
  }
}
@media (hover: none) {
  .header_wrap_top_action_sochials_link:active {
    background: #175ED2;
  }
  .header_wrap_top_action_sochials_link:active svg path {
    fill: #fff;
    fill-opacity: 1;
  }
}
.header_wrap_top_action_sochials_link svg {
  max-width: 16px;
  max-height: 16px;
}
@media (max-width: 991px) {
  .header_wrap_top_action_sochials_link svg {
    max-width: 22px;
    max-height: 22px;
    width: 100%;
    height: 100%;
  }
}
.header_wrap_btm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.header_wrap_btm_logo {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  will-change: opacity;
  transform: translateZ(0);
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .header_wrap_btm_logo {
    max-width: 144px;
  }
}
@media (hover: hover) {
  .header_wrap_btm_logo:hover {
    opacity: 0.8;
  }
}
@media (hover: none) {
  .header_wrap_btm_logo:active {
    opacity: 0.8;
  }
}
.header_wrap_btm_logo_image {
  display: flex;
  flex-shrink: 0;
}
.header_wrap_btm_logo_image svg {
  width: 100%;
  height: auto;
}
.header_wrap_btm_logo_text {
  color: #333;
  font-size: 11px;
  text-transform: uppercase;
  line-height: normal;
  display: flex;
}
@media (max-width: 991px) {
  .header_wrap_btm_logo_text {
    display: none;
  }
}
@media (max-width: 991px) {
  .header_wrap_btm_nav {
    position: fixed;
    width: 100vw;
    height: 100dvh;
    background: #EAF1FF;
    left: 0;
    top: 0;
    margin: 0;
    display: flex;
    padding: 88px 24px 32px 24px;
    transform: translateX(-100%);
    transition: 0.35s ease;
    pointer-events: none;
  }
  .header_wrap_btm_nav.active {
    transform: translateX(0);
    pointer-events: auto;
  }
}
@media (max-width: 767px) {
  .header_wrap_btm_nav {
    padding: 88px 16px 32px 16px;
  }
}
@media (max-width: 991px) {
  .header_wrap_btm_nav_block {
    display: flex;
    flex-direction: column;
    max-height: 100%;
    width: 100%;
    overflow-y: auto;
    padding-right: 5px;
  }
  .header_wrap_btm_nav_block::-webkit-scrollbar {
    width: 3px;
    height: 3px;
  }
  .header_wrap_btm_nav_block::-webkit-scrollbar-thumb {
    background: #175ED2;
    border-radius: 10px;
  }
  .header_wrap_btm_nav_block::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
  }
}
.header_wrap_btm_nav_block > ul {
  display: flex;
  align-items: center;
  column-gap: 18px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 991px) {
  .header_wrap_btm_nav_block > ul {
    flex-direction: column;
    align-items: start;
    row-gap: 16px;
    width: 100%;
    order: -1;
  }
}
@media (max-width: 991px) {
  .header_wrap_btm_nav_block > ul li {
    width: 100%;
  }
}
.header_wrap_btm_nav_block > ul > li {
  position: relative;
}
.header_wrap_btm_nav_block > ul > li::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 7px;
  bottom: -7px;
  display: block;
}
@media (max-width: 991px) {
  .header_wrap_btm_nav_block > ul > li::before {
    display: none;
  }
}
.header_wrap_btm_nav_block_link {
  color: #333;
  font-size: 13px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  will-change: opacity;
  transform: translateZ(0);
}
@media (max-width: 991px) {
  .header_wrap_btm_nav_block_link {
    max-width: 100%;
    justify-content: space-between;
    width: 100%;
  }
}
.header_wrap_btm_nav_block_link.active {
  opacity: 0.8;
}
.header_wrap_btm_nav_block_link.active .header_wrap_btm_nav_block_link_icon {
  transform: rotate(180deg);
}
@media (hover: hover) {
  .header_wrap_btm_nav_block_link:hover {
    opacity: 0.8;
  }
}
@media (hover: none) {
  .header_wrap_btm_nav_block_link:active {
    opacity: 0.8;
  }
}
.header_wrap_btm_nav_block_link_icon {
  display: flex;
  flex-shrink: 0;
  transition: 0.35s;
}
.header_wrap_btm_nav_block_sub-menu {
  position: absolute;
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 8px;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
  top: calc(100% + 7px);
  transition: 0.35s;
  min-width: 200px;
  pointer-events: none;
  opacity: 0;
  z-index: 3;
  margin: 0;
  list-style-type: none;
}
@media (min-width: 992px) {
  .header_wrap_btm_nav_block_sub-menu {
    display: flex !important;
  }
}
@media (max-width: 991px) {
  .header_wrap_btm_nav_block_sub-menu {
    display: none;
    position: relative;
    opacity: 1;
    pointer-events: auto;
    transition: 0s;
    top: 0;
    box-shadow: none;
    background: transparent;
    min-width: auto;
    margin-top: 8px;
    padding: 0;
  }
}
.header_wrap_btm_nav_block_sub-menu.active {
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 991px) {
  .header_wrap_btm_nav_block_sub-menu li:not(:first-child) {
    margin-top: 8px;
  }
}
.header_wrap_btm_nav_block_sub-menu li.selected a {
  background: #EAF1FF;
}
@media (max-width: 991px) {
  .header_wrap_btm_nav_block_sub-menu li.selected a {
    background: transparent;
  }
}
.header_wrap_btm_nav_block_sub-menu li a {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 155%;
  padding: 10px;
  display: flex;
}
@media (max-width: 991px) {
  .header_wrap_btm_nav_block_sub-menu li a {
    padding: 0;
    max-width: fit-content;
  }
}
@media (max-width: 991px) and (hover: hover) {
  .header_wrap_btm_nav_block_sub-menu li a:hover {
    opacity: 0.8;
  }
}
@media (max-width: 991px) and (hover: none) {
  .header_wrap_btm_nav_block_sub-menu li a:active {
    opacity: 0.8;
  }
}
@media (hover: hover) {
  .header_wrap_btm_nav_block_sub-menu li a:hover {
    background: #EAF1FF;
  }
}
@media (hover: none) {
  .header_wrap_btm_nav_block_sub-menu li a:active {
    background: #EAF1FF;
  }
}
.header_wrap_btm_nav_block .header_wrap_top {
  display: flex;
}
.header_wrap_btm_action {
  align-items: center;
  column-gap: 8px;
  display: none;
}
@media (max-width: 991px) {
  .header_wrap_btm_action {
    display: flex;
  }
}
.header_wrap_btm_action_link {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 2;
}
.header_wrap_btm_action_btn {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.header_wrap_btm_action_btn.active span {
  background: transparent;
}
.header_wrap_btm_action_btn.active span::before {
  transform: rotate(45deg);
  top: 0;
}
.header_wrap_btm_action_btn.active span::after {
  transform: rotate(-45deg);
  bottom: 0;
}
.header_wrap_btm_action_btn span {
  width: 20px;
  height: 2px;
  background: #949494;
  position: relative;
  border-radius: 20px;
  transition: 0.2s;
}
.header_wrap_btm_action_btn span::before {
  content: "";
  position: absolute;
  top: -6px;
  width: 100%;
  height: 2px;
  background: #949494;
  transition: 0.35s;
  left: 0;
  border-radius: 20px;
}
.header_wrap_btm_action_btn span::after {
  content: "";
  position: absolute;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background: #949494;
  transition: 0.35s;
  left: 0;
  border-radius: 20px;
}

.footer {
  font-family: "Etelka Text Pro", sans-serif;
  background: #333;
}
.footer a {
  text-decoration: none;
}
.footer_wrap {
  max-width: 1188px;
  margin-inline: auto;
  padding-inline: 24px;
  padding-block: 55px 26px;
  display: flex;
  flex-direction: column;
  row-gap: 137px;
}
@media (max-width: 1023px) {
  .footer_wrap {
    padding-block: 62px 42px;
    row-gap: 130px;
  }
}
@media (max-width: 767px) {
  .footer_wrap {
    padding-block: 32px;
    row-gap: 56px;
  }
}
@media (max-width: 767px) {
  .footer_wrap {
    padding-inline: 16px;
  }
}
.footer_wrap_top {
  display: flex;
  justify-content: space-between;
  column-gap: 40px;
  width: 100%;
}
@media (max-width: 1023px) {
  .footer_wrap_top {
    flex-direction: column;
    row-gap: 55px;
  }
}
@media (max-width: 767px) {
  .footer_wrap_top {
    row-gap: 48px;
  }
}
.footer_wrap_top_inform {
  display: flex;
  flex-direction: column;
  max-width: 327px;
  width: 100%;
}
@media (max-width: 767px) {
  .footer_wrap_top_inform {
    max-width: 100%;
  }
}
.footer_wrap_top_inform_logo {
  display: flex;
  flex-shrink: 0;
  will-change: opacity;
  transform: translateZ(0);
}
@media (max-width: 1023px) {
  .footer_wrap_top_inform_logo {
    max-width: 240px;
  }
}
.footer_wrap_top_inform_logo svg {
  width: 100%;
  height: auto;
}
@media (hover: hover) {
  .footer_wrap_top_inform_logo:hover {
    opacity: 0.8;
  }
}
@media (hover: none) {
  .footer_wrap_top_inform_logo:active {
    opacity: 0.8;
  }
}
.footer_wrap_top_inform_link {
  max-width: fit-content;
  display: flex;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  margin-top: 31px;
}
@media (max-width: 1023px) {
  .footer_wrap_top_inform_link {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .footer_wrap_top_inform_link {
    margin-top: 24px;
  }
}
@media (hover: hover) {
  .footer_wrap_top_inform_link:hover {
    opacity: 0.8;
  }
}
@media (hover: none) {
  .footer_wrap_top_inform_link:active {
    opacity: 0.8;
  }
}
.footer_wrap_top_inform_address {
  max-width: fit-content;
  display: flex;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  margin-top: 8px;
}
@media (hover: hover) {
  .footer_wrap_top_inform_address:hover {
    opacity: 0.8;
  }
}
@media (hover: none) {
  .footer_wrap_top_inform_address:active {
    opacity: 0.8;
  }
}
.footer_wrap_top_nav {
  display: grid;
  grid-template-columns: repeat(3, auto);
  column-gap: 40px;
  justify-content: space-between;
  max-width: 634px;
  width: 100%;
}
@media (max-width: 767px) {
  .footer_wrap_top_nav {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
}
.footer_wrap_top_nav_block {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.footer_wrap_top_nav_block_title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.footer_wrap_top_nav_block_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer_wrap_top_nav_block_list li {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 155%;
}
.footer_wrap_top_nav_block_list li:not(:first-child) {
  margin-top: 8px;
}
.footer_wrap_top_nav_block_list li a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 155%;
  display: flex;
  max-width: fit-content;
}
@media (hover: hover) {
  .footer_wrap_top_nav_block_list li a:hover {
    opacity: 0.8;
  }
}
@media (hover: none) {
  .footer_wrap_top_nav_block_list li a:active {
    opacity: 0.8;
  }
}
.footer_wrap_btm {
  display: flex;
  align-items: end;
  justify-content: space-between;
  column-gap: 40px;
}
@media (max-width: 1023px) {
  .footer_wrap_btm {
    flex-direction: column;
    align-items: start;
    row-gap: 24px;
  }
}
@media (max-width: 767px) {
  .footer_wrap_btm {
    row-gap: 16px;
  }
}
.footer_wrap_btm_inform {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 155%;
  opacity: 0.5;
  max-width: 327px;
  width: 100%;
}
@media (max-width: 1023px) {
  .footer_wrap_btm_inform {
    max-width: 100%;
  }
}
.footer_wrap_btm_action {
  display: flex;
  column-gap: 40px;
  justify-content: space-between;
  max-width: 634px;
  width: 100%;
}
@media (max-width: 1023px) {
  .footer_wrap_btm_action {
    max-width: 100%;
    justify-content: start;
  }
}
@media (max-width: 767px) {
  .footer_wrap_btm_action {
    flex-direction: column;
    row-gap: 8px;
  }
}
.footer_wrap_btm_action_link {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 155%;
  opacity: 0.5;
  display: flex;
  max-width: fit-content;
  will-change: opacity;
  transform: translateZ(0);
  white-space: nowrap;
}
@media (max-width: 767px) {
  .footer_wrap_btm_action_link {
    white-space: inherit;
  }
}
@media (hover: hover) {
  .footer_wrap_btm_action_link:hover {
    opacity: 1;
  }
}
@media (hover: none) {
  .footer_wrap_btm_action_link:active {
    opacity: 1;
  }
}

.title_h2 {
  color: #333;
  font-family: "Etelka Text Pro", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .title_h2 {
    font-size: 20px;
  }
}

.title_h3 {
  color: #333;
  font-family: "Etelka Text Pro", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130.5%;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .title_h3 {
    font-size: 18px;
  }
}

.title_h4 {
  color: #333;
  font-family: "Etelka Text Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 138%;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .title_h4 {
    font-size: 14px;
  }
}

.typ_text.--mid {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
}
@media (max-width: 991px) {
  .typ_text.--mid {
    font-size: 15px;
  }
}

.portfolio {
  font-family: "Etelka Text Pro", sans-serif;
}
.portfolio a {
  text-decoration: none;
}
.portfolio p {
  margin: 0;
}
.portfolio_block {
  display: flex;
  column-gap: 20px;
}
@media (max-width: 767px) {
  .portfolio_block {
    flex-direction: column !important;
    row-gap: 20px;
  }
}
.portfolio_block_head_link {
  color: #333;
  display: flex;
  max-width: fit-content;
  border-bottom: 1px solid rgba(51, 51, 51, 0.15);
  margin-top: 16px;
}
@media (max-width: 991px) {
  .portfolio_block_head_link {
    margin-top: 12px;
  }
}
@media (hover: hover) {
  .portfolio_block_head_link:hover {
    color: #175ED2;
  }
}
@media (hover: none) {
  .portfolio_block_head_link:active {
    color: #175ED2;
  }
}
.portfolio_block_head_tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .portfolio_block_head_tags {
    margin-top: 12px;
  }
}
.portfolio_block_head_tags_link {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  line-height: 155%;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 8px 12px;
  background: #f4f6f7;
}
@media (hover: hover) {
  .portfolio_block_head_tags_link:hover {
    background: #175ED2;
    color: #fff;
  }
}
@media (hover: none) {
  .portfolio_block_head_tags_link:active {
    background: #175ED2;
    color: #fff;
  }
}
.portfolio_block_head_description {
  margin-top: 32px;
}
@media (max-width: 991px) {
  .portfolio_block_head_description {
    margin-top: 24px;
  }
}
.portfolio_block_work {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  max-width: 463px;
  min-width: 0;
  width: 100%;
  padding: 32px 12px 32px 32px;
  background: #EAF1FF;
  row-gap: 16px;
  max-height: 366px;
  height: fit-content;
  position: relative;
}
@media (max-width: 991px) {
  .portfolio_block_work {
    max-width: 50%;
    padding: 24px 12px 24px 24px;
    row-gap: 12px;
    max-height: 300px;
  }
}
@media (max-width: 767px) {
  .portfolio_block_work {
    max-width: 100%;
    max-height: 400px;
  }
}
.portfolio_block_work::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 86px;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: 0.2s;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(234, 241, 255, 0) 0%, #eaf1ff 100%);
}
.portfolio_block_work.has-scroll::before {
  opacity: 1;
}
.portfolio_block_work_list {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  max-height: 100%;
  overflow: auto;
  padding-right: 12px;
}
@media (max-width: 991px) {
  .portfolio_block_work_list {
    row-gap: 16px;
  }
}
.portfolio_block_work_list_item_title {
  text-transform: uppercase;
  margin-bottom: 12px;
}
.portfolio_block_work_list_item_text {
  display: flex;
  column-gap: 8px;
  color: #333;
  font-size: 15px;
  line-height: 140%;
}
.portfolio_block_work_list_item_text:not(:last-child) {
  margin-block: 8px;
}
.portfolio_block_work_list_item_text:last-child {
  margin-block: 8px 0;
}
@media (max-width: 991px) {
  .portfolio_block_work_list_item_text {
    font-size: 13px;
  }
}
.portfolio_block_work_list_item_text_icon {
  display: flex;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}/*# sourceMappingURL=main.css.map */