/*
Theme Name: Сайт ООО "ВЭБ ТЕХ СТУДИО"
Theme URI: https://wordpress.org/
Author: ООО "ВЭБ ТЕХ СТУДИО"
Author URI: https://webtech-studio.ru
Description: Сайт ООО "ВЭБ ТЕХ СТУДИО"
Version: 1.0
*/

* {
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 16px;
  font-family: Montserrat, sans-serif;
  color: var(--black);
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:active,
:focus,
a:active,
a:focus {
  outline: 0;
}

aside,
footer,
header,
nav {
  display: block;
}

body,
html {
  height: 100%;
  width: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

button,
input,
textarea {
  font-family: inherit;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input,
input:after,
input:before {
  -webkit-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background: 0 0;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:hover,
a:visited {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

:-webkit-any(article, aside, nav, section) h1 {
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

address {
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}

.btn-to-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  right: 50px;
  bottom: 50px;
  width: 40px;
  height: 40px;
  z-index: 100;
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
  -webkit-animation-name: pulsar-btn;
  animation-name: pulsar-btn;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.btn-to-up.active {
  visibility: visible;
  opacity: 1;
}

a:hover {
  color: var(--blue);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body {
  position: relative;
}

:root {
  --white: #ffffff;
  --black: #1f1b20;
  --dark: #363636;
  --violet: #a73489;
  --orange: #e64e5b;
  --blue: #00aeff;
  --gray: #545454;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}

.wrapper__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-top: 70px;
}

.container {
  max-width: 1140px;
  padding: 0 15px;
  margin: 0 auto;
}

.title {
  color: var(--dark);
}

.title_h2 {
  font-size: 32px;
  font-weight: 700;
}

.text_purple {
  font-size: inherit;
  color: var(--violet);
}
.text_gray {
  font-size: inherit;
  color: var(--gray);
}

@media (max-width: 545px) {
  .title_h2 {
    font-size: 28px;
  }
}

.header {
  background: var(--gray);
  padding: 15px 0;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  position: fixed;
  width: 100%;
  z-index: 20;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__logo-block img {
  max-height: 40px;
}

.header__email-link {
  font-size: 20px;
  color: var(--white);
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.menu__item-link {
  color: var(--white);
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-weight: 400;
}

.menu__burger {
  width: 30px;
  height: 20px;
  position: relative;
  cursor: pointer;
  display: none;
  visibility: hidden;
}

.menu__burger-psevdo {
  position: absolute;
  width: 100%;
  height: 2px;
  background: var(--black);
  top: 50%;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.menu__burger::after,
.menu__burger::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: var(--black);
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.menu__burger::before {
  top: 0;
}

.menu__burger::after {
  top: 100%;
}

.menu__burger.active::before {
  -webkit-transform: translateY(-50%) rotateZ(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotateZ(45deg);
  top: 50%;
}

.menu__burger.active::after {
  top: 50%;
  -webkit-transform: translateY(-50%) rotateZ(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotateZ(-45deg);
}

.menu__burger.active .menu__burger-psevdo {
  -webkit-transform: rotateZ(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotateZ(-45deg);
  visibility: hidden;
  opacity: 0;
}

.menu__hidden {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100dvh;
  width: 70vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1000;
}

.menu__hidden.active {
  visibility: visible;
  opacity: 1;
  left: 0;
}

.menu__hidden::before {
  content: "";
  position: absolute;
  background: var(--black);
  width: 100vw;
  height: 100vh;
  opacity: 0.25;
  z-index: 1000;
  left: 0;
  top: 0;
}

.menu__hidden-container {
  width: 100%;
  height: 100%;
  padding: 25px;
  position: relative;
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: -20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  background: var(--gray);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.menu__hidden.active .menu__hidden-container {
  left: 0;
}

.menu__hidden-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  gap: 15px;
}

.menu__hidden-item-link {
  width: 100%;
  height: 100%;
  font-size: 20px;
}

.menu__hidden-email-link {
  color: var(--white);
  font-size: 20px;
}

@media (max-width: 1024px) {

  .header__email,
  .menu {
    visibility: hidden;
    opacity: 0;
    display: none;
  }

  .menu__burger {
    display: block;
    visibility: visible;
    z-index: 100000;
  }
}

.breadcrumbs__container {
  margin-top: 35px;
}

.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.breadcrumbs__item {
  color: var(--black);
}

.breadcrumbs__item:not(:last-child) {
  padding-right: 10px;
  color: var(--gray);
  position: relative;
}

.breadcrumbs__item:not(:last-child):after {
  content: "/";
  margin-left: 9px;
}

.breadcrumbs__item-link {
  color: inherit;
}

@-webkit-keyframes pulsar-btn {
  from {
    background: url(/wp-content/themes/endpoint-site/assets/img/first-screen-btn.svg) center no-repeat;
  }

  to {
    background: url(/wp-content/themes/endpoint-site/assets/img/first-screen-btn-no.svg) center no-repeat;
  }
}

@keyframes pulsar-btn {
  from {
    background: url(/wp-content/themes/endpoint-site/assets/img/first-screen-btn.svg) center no-repeat;
  }

  to {
    background: url(/wp-content/themes/endpoint-site/assets/img/first-screen-btn-no.svg) center no-repeat;
  }
}

.first-screen {
  height: calc(100dvh - 70px);
  width: 100%;
  background: var(--dark);
  left: 0;
  overflow: hidden;
}

.first-screen__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 100px;
  height: 100%;
  width: 100%;
  max-height: 100dvh;
  overflow: hidden;
  padding-top: 100px;
}

.first-screen__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.first-screen__left {
  max-width: 476px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.first-screen__title {
  font-size: 48px;
  font-weight: 700;
  color: var(--white);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.first-screen__subtitle {
  color: var(--white);
  font-size: 24px;
}

.first-screen__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--white);
  padding: 16px 50px;
  max-width: 300px;
  border-radius: 15px;
  border: 1px solid var(--violet);
  background: var(--violet);
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.first-screen__btn_white {
  border: 1px solid var(--gray);
  background: var(--white);
  color: var(--dark);
}

.first-screen__btn:hover {
  background: 0 0;
  color: var(--white);
}

.first-screen__btn_white:hover {
  border-color: var(--white);
}

.first-screen__right {
  max-width: 420px;
  max-height: 430px;
  width: 100%;
  height: 100%;
}

.first-screen__right-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  right: 0;
}

.first-screen__bottom {
  margin-bottom: 100px;
}

.first-screen__bottom-btn {
  width: 50px;
  height: 50px;
  -webkit-animation-name: pulsar-btn;
  animation-name: pulsar-btn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

@media (max-width: 880px) {
  .first-screen__container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0;
  }

  .first-screen__main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .first-screen__bottom {
    margin-bottom: 15vw;
  }
}

@media (max-width: 768px) {
  .first-screen__left {
    max-width: 300px;
  }

  .first-screen__title {
    font-size: 42px;
  }

  .first-screen__subtitle {
    font-size: 20px;
  }

  .first-screen__right {
    display: none;
  }

  .first-screen__btn {
    font-size: 16px;
    max-width: 250px;
  }
}

@media (max-width: 420px) {
  .first-screen__left {
    max-width: 300px;
  }

  .first-screen__title {
    font-size: 36px;
  }

  .first-screen__subtitle {
    font-size: 18px;
  }
}

.automat__container {
  padding-top: 100px;
}

.automat__top {
  margin-bottom: 30px;
}

.automat__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 90px;
}

.automat__par {
  width: 100%;
  max-width: 425px;
}

.automat__par-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.automat__par-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 30px 25px 25px 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 15px;
}

.automat__par-item.active,
.automat__par-item:hover {
  background: var(--gray);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
}

.automat__par-item-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  gap: 10px;
  position: relative;
}

.automat__par-item-icon {
  fill: var(--gray);
  left: 0;
  position: absolute;
  visibility: hidden;
}

.automat__par-item-icon_gray,
.automat__par-item.active .automat__par-item-icon,
.automat__par-item:hover .automat__par-item-icon {
  visibility: visible;
}

.automat__par-item-text {
  font-size: 24px;
  font-weight: 700;
  color: var(--gray);
  /* margin-left: 50px; */
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.automat__par-item.active .automat__par-item-text,
.automat__par-item:hover .automat__par-item-text {
  color: var(--blue);
}

.automat__par-item-arrow {
  fill: var(--gray);
  visibility: hidden;
}

.automat__par-item.active .automat__par-item-arrow,
.automat__par-item:hover .automat__par-item-arrow {
  visibility: visible;
}

.automat__info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  max-width: 700px;
  min-height: 446px;
  height: content;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 174, 255, 0.2);
  box-shadow: 0 4px 20px rgba(0, 174, 255, 0.2);
}

.automat__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-height: 446px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  left: 0;
  top: 0;
  padding: 30px;
  width: 100%;
  height: 100vh;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  visibility: hidden;
  max-width: 595px;
  background: var(--white);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.automat__info-item.active {
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.automat__info-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.automat__info-sublist {
  color: var(--gray);
  line-height: 140%;
}

.automat__info-subitem {
  color: var(--gray);
  list-style-type: disc;
  list-style-position: inside;
  line-height: 160%;
  /* font-weight: 300; */
  font-size: 16px;
}

@media (max-width: 1368px) {
  .first-screen__bottom {
    margin-bottom: 100px;
  }
  .first-screen__container {
    gap: 0px;
    justify-content: center;
  }
  .first-screen__title {
    font-size: 40px;
  }
  .first-screen__subtitle {
    font-size: 20px;
  }
}

@media (max-width: 1140px) {
  .automat__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }

  .automat__par {
    width: 100%;
    max-width: none;
  }

  .automat__par-list {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .automat__par-item {
    padding: 25px 30px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .automat__par-item-main {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .automat__par-item-icon {
    max-width: 35px;
  }

  .automat__par-item-text {
    font-size: 18px;
    text-wrap: nowrap;
  }

  .automat__par-item-arrow {
    visibility: hidden;
    display: none;
  }

  .automat__info-list {
    width: 100%;
    max-width: none;
    padding: 10px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-height: none;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }

  .automat__info-item {
    width: 100%;
    height: 100%;
    max-width: none;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    border-radius: 20px;
    -webkit-box-shadow: 0 4px 20px rgba(0, 174, 255, 0.2);
    box-shadow: 0 4px 20px rgba(0, 174, 255, 0.2);
    display: none;
  }

  .automat__info-item.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.licensies__container {
  padding-top: 120px;
}

.licensies__top {
  margin-bottom: 30px;
}

.licensies__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}

.licensies__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 350px;
  min-height: 565px;
  padding: 20px;
  border: 1px solid var(--blue);
  border-radius: 10px;
}

.licensies__item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 25px;
}

.licensies__item-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 25px;
}

.licensies__item-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.licensies__item-section-title {
  font-weight: 500;
  color: var(--blue);
  text-align: center;
  margin-bottom: 10px;
}

.licensies__item-section-list {
  list-style-position: outside;
}

.licensies__item-section-item {
  list-style-position: inside;
  list-style-type: disc;
  font-weight: 300;
  line-height: 160%;
  color: var(--gray);
}

.licensies__item-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 0;
  border: 1px solid var(--blue);
  border-radius: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.licensies__item-btn:hover {
  background: var(--blue);
  color: var(--white);
}

@media (max-width: 1160px) {
  .licensies__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .licensies__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0s 300px;
    flex: 1 0s 300px;
  }
}

.expertise__container {
  padding-top: 120px;
}

.expertise__top {
  margin-bottom: 30px;
}

.expertise__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 20px;
}

.expertise__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 20px;
  border: 1px solid var(--gray);
  border-radius: 15px;
  min-width: 150px;
  min-height: 90px;
}

.expertise__item-icon {
  max-width: 30px;
  max-height: 25px;
}

.expertise__item-text {
  color: var(--black);
}

.expertise__item-text_b24 {
  color: var(--blue);
}

.cases__container {
  padding-top: 120px;
}

.cases__page .cases__container {
  padding-top: 45px;
}

.cases__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 42px;
  gap: 25px;
  row-gap: 10px;
}

.cases__link-to-all {
  font-size: 18px;
  font-weight: 300;
}

.cases__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 30px;
}

.cases__item {
  height: 100vh;
  width: 100vw;
  max-width: 48%;
  max-height: 41dvh;
}

.cases__item-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  height: 100%;
  width: 100%;
  color: var(--white);
  padding: 25px;
  border-radius: 15px;
  overflow: hidden;
}

.cases__item-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(rgba(31, 27, 32, 0.4)),
      to(rgba(31, 27, 32, 0)));
  background: linear-gradient(0deg,
      rgba(31, 27, 32, 0.4) 0,
      rgba(31, 27, 32, 0) 100%);
  border-radius: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cases__item-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  background: rgba(31, 27, 32, 0.4);
  border-radius: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cases__item-link:hover:after {
  opacity: 1;
}

.cases__item-link-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--white);
  z-index: 15;
}

.cases__item-link-description {
  font-size: 16px;
  font-weight: 400;
  color: var(--white);
  z-index: 15;
}

.cases__item-link-img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 780px) {
  .cases__item {
    max-width: 100dvw;
    max-height: 360px;
  }
}

@media (max-width: 460px) {
  .cases__item {
    max-height: 300px;
  }
}

.case__container {
  padding-top: 40px;
}

.case__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 60px;
}

.case__title-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}

.case__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.case__tag {
  border-radius: 20px;
  padding: 12px 21px;
  border: 1px solid var(--orange);
}

.case__tag>span {
  color: var(--orange);
  font-weight: 500;
}

.case__logo-screen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 50px;
}

.case__logo-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  max-width: 250px;

  overflow: hidden;
}

.case__logo-img {
  width: 100%;
  height: 100vh;
  max-height: 250px;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.case__logo-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  color: var(--white);
  background: var(--blue);
  border: 1px solid var(--blue);
  font-size: 18px;
  font-weight: 500;
  width: 163px;
  height: 48px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.case__logo-btn:hover {
  color: var(--black);
  background: 0 0;
}

.case__screen-block {
  /* max-width: 773px; */
  /* max-height: 400px; */
  width: 100%;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.case__screen-img {
  width: 100%;
  height: 100%;
  -o-object-position: top;
  object-position: top;
  -o-object-fit: cover;
  object-fit: cover;
}

.case__tabs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  margin-bottom: 36px;
}

.case__tab {
  cursor: pointer;
  color: var(--gray);
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid var(--gray);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-bottom: 10px;
}

.case__tab.active,
.case__tab:hover {
  color: var(--blue);
  border-color: var(--blue);
}

.case__contents {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.case__contents-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.case__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 100%;
  visibility: hidden;
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
  height: 100%;
  display: none;
}


.case__content.active {
  visibility: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.case__content-title {
  color: var(--black);
}

.case__content-title_h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 50px;
}

.case__content-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 25px;
}

.case__content-title_h4 {
  font-size: 24px;
  font-weight: 500;
}

.case__content-description {
  font-size: 20px;
  font-weight: lighter;
  line-height: 140%;
}

.case__content-img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  max-height: 360px;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  .case__content-title_h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .case__content-title_h4 {
    font-size: 20px;
  }

  .case__content-description {
    font-size: 18px;
  }
}

@media (max-width: 610px) {
  .case__logo-screen {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .case__screen-block {
    display: none;
  }

  .case__tabs-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.services__container {
  padding-top: 120px;
}

.services__top {
  margin-bottom: 30px;
}

.services__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid var(--gray);
  border-left: 1px solid var(--gray);
}

.services__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 369px;
  flex: 1 0 369px;
  padding: 30px 18px 20px;
  width: 100%;
  height: 100vh;
  max-height: 160px;
  border-right: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
}

.services__item-title {
  font-size: 18px;
  font-weight: 500;
}

.services__item-description {
  font-weight: 300;
}

@media (max-width: 450px) {
  .services__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 250px;
    flex: 1 0 250px;
    padding: 30px 15px 20px;
  }
}
.contacts {
  background: var(--dark);
  margin-top: 60px;
}

.contacts__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
  padding-top: 120px;
  padding-bottom: 50px;
}

.contacts__logo-block-link img {
  max-height: 40px;
}

.contacts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}

.contacts__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
}

.b24-form-content,
.b24-form-header-padding,
.b24-form-padding-side {
  /* padding: 0 !important; */
}

.b24-form-wrapper {
  z-index: 10;
  max-width: 548px !important;
}

@media (max-width: 780px) {
  .contacts__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .b24-form-wrapper {
    width: 100% !important;
    margin: 0 !important;
  }
}

.footer {
  background: var(--gray);
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 35px;
}

.footer__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__item {
  font-weight: lighter;
  color: var(--white);
}

.footer__item-link {
  width: 100%;
  height: 100%;
  color: inherit;
}

@media (max-width: 780px) {
  .footer__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}

/*# sourceMappingURL=../sourcemaps/style.min.css.map */