@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), local("Gilroy Regular"), url("../fonts/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

* {
  text-decoration: none;
}

html,
body,
ul,
ol {
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
}

a {
  cursor: pointer;
  color: #000000;
}

input, button, textarea {
  outline: none;
}

input, textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button {
  border: none;
}

body {
  font-family: 'Gilroy', sans-serif;
  background-color: #FAFAFA;
}

.opport-list__feature_ico, .work-advantages__list_check {
  width: 24px;
  height: 24px;
  border-radius: 30px;
  background: url(../img/opport-check.svg) no-repeat center #BED726;
}

.bounce {
  -webkit-animation: bounce 2s infinite;
          animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

* {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

*:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

header {
  width: 1320px;
  margin: 30px auto;
}

.header-wrap {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: flex-start;
  align-items: center;
}
.header-contact {
  gap: 24px;
  display: flex;
}
.header-address {
  opacity: .7;
  display: block;
}

.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-block;
  text-align: left;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-logo-text {
  margin-top: 8px; /* Расстояние между логотипом и текстом */
  width: 200px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
}

.header-logo__black {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
}

.header-specification {
  margin-right: 30px;
  font-weight: 500;
}

.header-demo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 22px;
  border-radius: 12px;
  font-weight: bold;
  background-color: #000000;
  color: #ffffff;
  cursor: pointer;
}

.main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.main-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 1320px;
  margin-top: 120px;
}
.main-stack img {
  width: 100%;
  height: auto;
}
.main-stack {
  padding: 40px 106px;
  display: block;
  margin: 40px 0;
  background: linear-gradient(168.24deg, #FAFAFA 1.48%, #FFFFFF 38.51%);
  border-radius: 30px;
  z-index: 2;
  font-size: 20px;
}
.main-content {
  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;
  margin-top: 70px;
  margin-bottom: 321px;
  padding-left: 106px;
}

.main-content__arrow {
  position: absolute;
  left: 106px;
  bottom: -260px;
}

.main-title {
  font-style: normal;
  font-weight: bold;
  font-size: 64px;
  line-height: 64px;
}

.main-description {
  margin-top: 40px;
  width: 370px;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 35px;
}

.main-img {
  position: absolute;
  left: 560px;
  bottom: -328px;
}

.main-background {
  position: absolute;
  top: -100px;
  left: 400px;
  z-index: -1;
}

.main-second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 106px;
  padding-top: 120px;
  padding-bottom: 120px;
  background: linear-gradient(168.24deg, #FAFAFA 1.48%, #FFFFFF 38.51%);
  border-radius: 30px;
  z-index: 2;
}

.main-second__title {
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 60px;
}

.main-second__description {
  margin-top: 20px;
  width: 780px;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
}

.main-second__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
}

.main-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 330px;
      flex-basis: 330px;
  margin-right: 60px;
}

.main-option__icon {
  padding: 25px;
  width: 30px;
  height: 30px;
  border-radius: 20px;
}

.main-option__icon_1 {
  background-color: rgba(89, 110, 237, 0.2);
}

.main-option__icon_2 {
  background-color: rgba(255, 189, 0, 0.2);
}

.main-option__icon_3 {
  background-color: #defbee;
}

.main-option__title {
  margin-top: 30px;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
}

.main-option__description {
  margin-top: 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
}

.clients {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 130px;
  overflow: hidden;
}

.clients-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 1320px;
}

.clients-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;
  margin-left: 106px;
  margin-right: 106px;
}

.clients-title {
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 60px;
}

.clients-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.clients-arrows__left, .clients-arrows__right {
  cursor: pointer;
}

.clients-arrows__left {
  margin-right: 80px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.clients-arrows__right {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.clients-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 120px;
  padding-bottom: 160px;
}

.clients-img {
  position: relative;
  margin-right: 60px;
  padding-top: 69px;
  padding-left: 75px;
}

.clients-img__bg {
  position: absolute;
  top: 0;
  right: 60px;
  z-index: -1;
}

.clients-img__blur {
  position: absolute;
  top: -70px;
  right: -81px;
  z-index: -1;
}

.clients-img__blur img {
  width: 713px;
  height: 681px;
}

.clients-sliders {
  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;
  margin-left: 50px;
}

.clients-sliders__left {
  margin-left: 3px;
  margin-right: 80px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.clients-sliders__right {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.clients-sliders__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: none;
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
}

.clients-sliders__arrow span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.clients-sliders__arrow_number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
}

.clients-slider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 30px;
}

.clients-slider__first {
  margin-top: 0;
}

.clients-slider__four {
  margin-top: 0;
}

.clients-slider__ico {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: -50px;
  opacity: .3;
  width: 30px;
  height: 30px;
}

.clients-slider__ico_first {
  background: url(../img/clients-ico1.svg) no-repeat center;
}

.clients-slider__ico_second {
  background: url(../img/clients-ico2.svg) no-repeat center;
}

.clients-slider__ico_third {
  background: url(../img/clients-ico3.svg) no-repeat center;
}

.clients-slider__ico_four {
  background: url(../img/clients-ico4.svg) no-repeat center;
  opacity: 1;
}

.clients-slider__ico_five {
  background: url(../img/clients-ico5.svg) no-repeat center;
}

.clients-slider__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.clients-slider__title {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
}

.clients-slider__description {
  margin-top: 20px;
  width: 420px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  opacity: .7;
}

.opport {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.opport-bg {
  position: absolute;
  width: 100%;
  background: linear-gradient(159.68deg, #FFFCF5 1.55%, #FAFAFA 59.26%);
  height: 100%;
  z-index: -1;
}

.opport-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 1320px;
}

.opport-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 120px;
  margin-left: 105px;
  margin-bottom: 42px;
}

.opport-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 420px;
      flex-basis: 420px;
}

.opport-list:last-of-type {
  margin-left: 165px;
}

.opport-list__ico {
  width: 80px;
  height: 80px;
  border-radius: 20px;
}

.opport-list__ico_one {
  background: url(../img/opport-ico1.svg) no-repeat center #d4d8f2;
}

.opport-list__ico_two {
  background: url(../img/opport-ico2.svg) no-repeat center #DEFBEE;
}

.opport-list__title {
  margin-top: 30px;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
}

.opport-list__description {
  margin-top: 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  opacity: .7;
}

.opport-list__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
}

.opport-list__feature {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
}

.opport-list__feature:first-of-type {
  margin-top: 0;
}

.opport-list__feature_ico {
  position: absolute;
}

.opport-list__feature_caption {
  margin-left: 41px;
}

.opport-middle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 103px;
  margin-left: 105px;
}

.opport-middle__blur {
  position: absolute;
  top: -210px;
  left: -160px;
  z-index: -1;
}

.opport-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 60px;
}

.opport-left__title {
  margin-top: 20px;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 60px;
}

.opport-left__description {
  margin-top: 20px;
  width: 525px;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  opacity: .8;
}

.opport-left__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  color: #F3F3F3;
}

.opport-left__button_modal {
  padding: 30px 60px;
  border-radius: 15px;
  background: #000000;
  cursor: pointer;
}

.opport-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 120px;
  padding-bottom: 120px;
  background: linear-gradient(169.56deg, #FAFAFA 1.48%, #FFFFFF 38.51%);
  border-radius: 30px;
}

.opport-bottom__title {
  text-align: center;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 60px;
}

.opport-bottom__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  margin-left: 106px;
}

.opport-bottom__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 330px;
      flex-basis: 330px;
  margin-right: 60px;
}

.opport-bottom__control:last-of-type {
  margin-right: 0;
}

.opport-bottom__control_ico {
  width: 80px;
  height: 80px;
  border-radius: 20px;
}

.opport-bottom__control_ico-1 {
  background: url(../img/opport-bottom-ico1.svg) no-repeat center #DEE2FB;
}

.opport-bottom__control_ico-2 {
  background: url(../img/opport-bottom-ico2.svg) no-repeat center #FFF2CC;
}

.opport-bottom__control_ico-3 {
  background: url(../img/opport-bottom-ico3.svg) no-repeat center #DEFBEE;
}

.opport-bottom__control_title {
  padding-top: 30px;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
}

.opport-bottom__control_description {
  padding-top: 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  opacity: .7;
}

.reports {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.reports-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 1320px;
}

.reports-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 120px;
  margin-left: 106px;
  margin-bottom: 75px;
}

.reports-top__slider_left {
  margin-right: 80px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.reports-top__slider_right {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.reports-top__slider_arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: none;
  margin-top: 40px;
  margin-left: 24px;
  margin-right: 20px;
}

.reports-top__slider_arrow span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 2px;
}

.reports-top__slider_arrow-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
}

.reports-top__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 65px;
}

.reports-top__left_title {
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 60px;
}

.reports-top__reports {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 60px;
}

.reports-top__report {
  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;
  margin-top: 40px;
  padding-left: 46px;
  width: 370px;
}

.reports-top__report:first-of-type {
  margin-top: 0;
}

.reports-top__report_ico {
  position: absolute;
  left: 0;
}

.reports-top__report_title {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
}

.reports-top__report_description {
  margin-top: 20px;
}

.reports-top__right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 138px;
}

.reports-top__right_bg {
  position: absolute;
  top: -30px;
  left: 60px;
  z-index: -1;
}

.reports-top__right_blur {
  position: absolute;
  left: -134px;
  z-index: -1;
}

.reports-top__right_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reports-top__right_img-mob {
  display: none;
}

.work {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.work-bg {
  position: absolute;
  width: 100%;
  background: linear-gradient(159.68deg, #FFFCF5 1.55%, #FAFAFA 59.26%);
  height: 100%;
  z-index: -1;
}

.work-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 1320px;
}

.work-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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 120px;
}

.work-top__title {
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 60px;
}

.work-top__description {
  margin-top: 20px;
  padding-left: 100px;
  padding-right: 100px;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  opacity: .8;
}

.work-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-left: 106px;
  margin-bottom: 120px;
}

.work-bottom__left {
  position: relative;
}

.work-bottom__left_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 527px;
  height: 477px;
  border-radius: 15px;
  background: url(../img/work-bottom-bg1.jpg) bottom right no-repeat;
  background-size: 897px;
  overflow: hidden;
}

.work-bottom__blur {
  position: absolute;
  left: -92px;
  z-index: -1;
}

.work-bottom__blur img {
  width: 713px;
}

.work-bottom__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 58px;
}

.work-advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 440px;
}

.work-advantages:last-of-type {
  margin-top: 48px;
}

.work-advantages__title {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
}

.work-advantages__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}

.work-advantages__lists_first {
  height: 160px;
}

.work-advantages__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 16px;
}

.work-advantages__list_check {
  position: absolute;
}

.work-advantages__list_caption {
  margin-left: 34px;
  padding-top: 2px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
}

.companies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.companies-wrap {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 120px;
  width: 1320px;
  background: linear-gradient(172.07deg, #FAFAFA 1.48%, #FFFFFF 38.51%);
  border-radius: 30px;
}

.companies-title {
  margin-top: 120px;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 60px;
}

.companies-description {
  margin-top: 20px;
  margin-bottom: 40px;
  width: 682px;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  opacity: .8;
}

.companies-brands {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.companies-brands__top {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: -14px;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}

.companies-brands__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  color: #F3F3F3;
}

.companies-brands__button_modal {
  padding: 30px 60px;
  border-radius: 15px;
  background: #000000;
  cursor: pointer;
}

.companies-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: 30px;
  margin-right: 30px;
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

footer .footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 1320px;
}

footer .footer-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
  margin-left: 106px;
  margin-right: 106px;
}

footer .footer-columns__left, footer .footer-columns__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .footer-columns__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
}

footer .footer-columns__left {
  margin-top: 9px;
  width: 329px;
}

footer .footer-columns__left_caption {
  margin-top: 18px;
  width: 220px;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  opacity: .7;
}

footer .footer-columns__right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 329px;
  text-align: right;
}

footer .footer-columns__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .footer-columns__links:first-of-type {
  margin-right: 83px;
}

footer .footer-columns__title {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
}

footer .footer-columns__link {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
}

footer .footer-columns__link span {
  cursor: pointer;
}

footer .footer-columns__number {
  margin-top: 14px;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 20px;
}

footer .footer-columns__address {
  margin-top: 17px;
  width: 200px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  opacity: .7;
}

footer .footer-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 26px;
  margin-left: 106px;
  margin-right: 106px;
  margin-bottom: 50px;
}

footer .footer-caption__year {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  opacity: .4;
}

footer .footer-caption__creator {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
}

footer .footer-caption__creator a {
  font-style: normal;
  font-weight: bold;
  line-height: 20px;
}

footer .footer-caption-creator-description {

  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  opacity: .4;
  margin-bottom: 30px;
  width: auto;

}

.modal {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100vh;
  top: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 2;
  overflow-x: hidden;
}

.modal-wrap {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 30px;
  background: url(../img/modal-blur.svg) right bottom no-repeat #ffffff;
}

.modal-close {
  position: absolute;
  width: 60px;
  height: 60px;
  top: -45px;
  right: -45px;
  background: #ffffff;
  border-radius: 50px;
  border: 15px solid #191919;
}

.modal-close:hover {
  opacity: 1;
  cursor: pointer;
}

.modal-close:before, .modal-close:after {
  position: absolute;
  content: '';
  height: 40px;
  width: 3px;
  background-color: #333;
  top: 10px;
  left: 28px;
}

.modal-close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modal-left {
  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;
  margin-top: 60px;
  margin-left: 60px;
  margin-bottom: 60px;
}

.modal-left__sended {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: -30px;
  left: -30px;
  width: 1034px;
  height: 736px;
  background: #FCFDFD;
  border-radius: 15px;
  z-index: 1;
}

.modal-left__sended_title {
  margin-top: 30px;
  margin-left: 30px;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 60px;
}

.modal-left__sended_description {
  margin-top: 10px;
  margin-left: 30px;
  width: 435px;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
}

.modal-left__sended_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-left: 30px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}

.modal-left__sended_button-text {
  padding: 15px 22px;
  border-radius: 12px;
  background: #000000;
  cursor: pointer;
}

.modal-left__title {
  margin-bottom: 20px;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
}

.modal-left input {
  margin-top: 50px;
  padding: 0 20px;
  width: 400px;
  height: 60px;
  border: 2px solid rgba(44, 50, 84, 0.17);
  border-radius: 12px;
  font-family: Gilroy;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
}

.modal-left input:focus {
  border-color: #000000;
}

.modal-left label {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
}

.modal-left textarea {
  margin-top: 52px;
  padding: 10px 20px;
  width: 400px;
  height: 120px;
  border: 2px solid rgba(44, 50, 84, 0.17);
  font-family: Gilroy;
  border-radius: 12px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  resize: none;
}

.modal-left textarea:focus {
  border-color: #000000;
}

.modal-left button {
  margin-top: 40px;
  padding: 30px 60px;
  border-radius: 15px;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  color: #F3F3F3;
  background: #000000;
  cursor: pointer;
}

.modal-contact__input {
  position: relative;
}

.modal-contact__input label {
  position: absolute;
  left: 0;
  top: 10px;
}

.modal-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 60px;
  margin-left: 105px;
  margin-right: 300px;
}

.modal-right__title {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
}

.modal-right__caption {
  margin-top: 30px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  margin-top: 30px;
}

.modal-right__number {
  margin-top: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
}

.modal-right__mail {
  margin-top: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.display-none {
  display: none;
}

.disable {
  opacity: .2;
}

.disable:hover {
  opacity: .2;
}

@media (max-width: 1340px) {
  header {
    width: auto;
    margin: 30px;
  }
  .main-content {
    padding-left: 86px;
  }
  .main-content__arrow {
    left: 86px;
  }
  .main-img {
    left: 540px;
  }
  .main-second {
    margin-left: 26px;
    margin-right: 26px;
    padding-left: 60px;
  }
  .clients-top {
    margin-left: 86px;
    margin-right: 86px;
  }
  .clients-img {
    padding-left: 55px;
  }
  .opport-wrap {
    width: 100%;
  }
  .opport-top {
    margin-left: 86px;
  }
  .opport-middle {
    margin-left: 86px;
  }
  .opport-bottom {
    margin-left: 26px;
    margin-right: 26px;
  }
  .opport-bottom__controls {
    margin-left: 60px;
    margin-right: 60px;
  }
  .reports-wrap {
    width: 100%;
  }
  .work-wrap {
    width: 100%;
  }
  .work-bottom {
    margin-left: 86px;
  }
  .companies-wrap {
    margin-left: 26px;
    margin-right: 26px;
    width: 100%;
  }
  footer .footer-wrap {
    width: 100%;
  }
  footer .footer-columns {
    margin-left: 86px;
    margin-right: 86px;
  }
  footer .footer-caption {
    margin-left: 86px;
    margin-right: 86px;
  }
}

@media (max-width: 1230px) {
  .opport-middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 0;
  }
  .opport-middle__blur {
    left: -210px;
  }
  .opport-left {
    margin-right: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .opport-left__description {
    text-align: center;
  }
  .opport-middle {
    margin-bottom: 100px;
  }
  .reports-top {
    margin-left: 86px;
  }
  .reports-top__left {
    margin-right: 40px;
  }
}

@media (max-width: 1190px) {
  .modal-wrap {
    width: auto;
  }
  .modal-left__sended {
    width: 795px;
  }
  .modal-right {
    margin-right: 60px;
  }
}

@media (max-width: 1166px) {
  .clients-sliders {
    margin-right: 20px;
  }
  .clients-slider__description {
    width: 100%;
  }
  .opport-top {
    margin-top: 100px;
  }
  .opport-list:last-of-type {
    margin-left: 80px;
  }
  .work-bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0;
  }
  .work-bottom__right {
    margin-left: 30px;
  }
}

@media (max-width: 1024px) {
  .header-contact__label {
	display: none;
  }
  .modal {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .modal-wrap {
    -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;
    margin-top: 0;
    width: 100%;
    border-radius: 0px;
  }
  .modal-close {
    top: 30px;
    right: 60px;
    border: 0;
    background-color: #191919;
    z-index: 2;
  }
  .modal-close:hover {
    opacity: 1;
    cursor: pointer;
  }
  .modal-close:before, .modal-close:after {
    position: absolute;
    content: '';
    height: 40px;
    width: 3px;
    background-color: #FAFAFA;
    top: 10px;
    left: 28px;
  }
  .modal-close:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .modal-close:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .modal-left {
    margin-top: 150px;
    margin-left: 90px;
    margin-right: 90px;
  }
  .modal-left button {
    width: 100%;
  }
  .modal-left__sended {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 0;
  }
  .modal-contact__input input {
    width: 100%;
  }
  .modal-contact__input textarea {
    width: 100%;
  }
  .modal-right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 90px;
    margin-right: 90px;
    margin-bottom: 120px;
  }
  .header-address {
    margin-top: 20px;
  }
  .main-content {
    margin-top: 117px;
    padding-left: 40px;
  }
  .main-content__arrow {
    left: 40px;
  }
  .main-title {
    font-size: 48px;
  }
  .main-description {
    margin-top: 20px;
    font-size: 20px;
  }
  .main-img {
    left: 270px;
  }
  .main-img img {
    width: 520px;
  }
  .main-option {
    margin-right: 20px;
  }
  .main-option__title {
    font-size: 20px;
  }
  .main-option__description {
    font-size: 16px;
  }
  .main-stack {
    margin: 30px 0;
    padding: 24px;
    border-radius: 0
  }
  .main-second {
    margin-left: 0;
    margin-right: 0;
    padding-top: 100px;
    padding-left: 40px;
    padding-bottom: 100px;
    border-radius: 0;
  }
  .main-second__title {
    font-size: 36px;
  }
  .main-second__description {
    width: 640px;
    font-size: 18px;
  }
  .main-second__options {
    margin-top: 50px;
  }
  .clients {
    margin-top: 100px;
  }
  .clients-top {
    margin-left: 40px;
    margin-right: 60px;
  }
  .clients-title {
    font-size: 36px;
  }
  .clients-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 0px;
    padding-bottom: 76px;
  }
  .clients-img {
    padding-top: 69px;
    padding-left: 43px;
  }
  .clients-img__bg {
    right: 0;
    left: 157px;
  }
  .clients-img__blur {
    top: 8px;
    right: 300px;
  }
  .clients-sliders {
    margin-left: 90px;
    margin-bottom: 60px;
  }
  .clients-slider {
    margin-top: 40px;
  }
  .clients-slider__title {
    font-size: 20px;
  }
  .clients-slider__description {
    margin-top: 10px;
    width: 100%;
    font-size: 16px;
  }
  .opport-top {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 0;
  }
  .opport-list:last-of-type {
    margin-left: 40px;
  }
  .opport-list__title {
    font-size: 20px;
  }
  .opport-list__description {
    font-size: 16px;
  }
  .opport-list__feature {
    font-size: 16px;
  }
  .opport-left__title {
    margin-top: 45px;
    font-size: 36px;
  }
  .opport-left__description {
    font-size: 18px;
  }
  .opport-bottom {
    margin-left: 0;
    margin-right: 0;
    padding-top: 100px;
    padding-bottom: 100px;
    border-radius: 0;
  }
  .opport-bottom__title {
    margin-left: 40px;
    text-align: left;
    font-size: 36px;
  }
  .opport-bottom__controls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10px;
    margin-left: 40px;
    margin-right: 40px;
  }
  .opport-bottom__control {
    position: relative;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-top: 40px;
    margin-right: 0;
    padding-left: 110px;
  }
  .opport-bottom__control_ico {
    position: absolute;
    left: 0;
  }
  .opport-bottom__control_title {
    padding-top: 0;
    font-size: 20px;
  }
  .opport-bottom__control_description {
    margin-top: 10px;
    padding-top: 0;
    font-size: 16px;
  }
  .reports-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 103px;
    margin-left: 40px;
    margin-right: 40px;
  }
  .reports-top__left {
    margin-right: 0;
  }
  .reports-top__left_title {
    font-size: 36px;
  }
  .reports-top__reports {
    margin-top: 40px;
  }
  .reports-top__report {
    width: 95%;
  }
  .reports-top__report_title {
    font-size: 20px;
  }
  .reports-top__report_description {
    margin-top: 10px;
    font-size: 16px;
  }
  .work-top {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-top: 100px;
    margin-left: 40px;
    margin-right: 40px;
  }
  .work-top__title {
    font-size: 36px;
  }
  .work-top__description {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    font-size: 18px;
  }
  .work-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 40px;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 100px;
  }
  .work-bottom__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .work-bottom__left_img {
    width: 640px;
    height: 280px;
    background-size: 1000px;
    background-position: -360px -172px;
  }
  .work-bottom__right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
    margin-left: 0;
    width: 100%;
  }
  .work-advantages {
    width: 300px;
  }
  .work-advantages:last-of-type {
    margin-top: 0;
  }
  .work-advantages__lists_first {
    height: auto;
  }
  .work-advantages__title {
    font-size: 16px;
  }
  .work-advantages__caption {
    font-size: 16px;
  }
  .companies-wrap {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 100px;
    border-radius: 0;
  }
  .companies-title {
    margin-top: 100px;
    font-size: 36px;
  }
  .companies-description {
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 40px;
    width: auto;
    font-size: 18px;
  }
  .companies-brands__button {
    margin-top: 20px;
    margin-bottom: 49px;
  }
  .companies-brand {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 30px;
  }
  footer .footer-columns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 40px;
    margin-right: 40px;
  }
  footer .footer-columns__left {
    margin-bottom: 30px;
    width: 100%;
  }
  footer .footer-columns__right {
    width: 200px;
  }
  footer .footer-columns__links:first-of-type {
    margin-right: 60px;
  }
  footer .footer-caption {
    margin-top: 56px;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 60px;
  }
}

@media (min-width: 991px) {
  .header-demo:hover {
    color: #BED726;
  }
  .opport-left__button_modal:hover {
    color: #BED726;
  }
  .modal-left button:hover {
    color: #BED726;
  }
  .companies-brands__button_modal:hover {
    color: #BED726;
  }
  .header-specification {
    position: relative;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .header-specification::before {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    top: 18px;
    left: 50%;
    background: #000000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header-specification:hover::before {
    width: 100%;
    left: 0;
    background: #000000;
  }
  .footer-columns__link {
    position: relative;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .footer-columns__link::before {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    top: 23px;
    left: 50%;
    background: #000000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .footer-columns__link:hover::before {
    width: 100%;
    left: 0;
    background: #000000;
  }
}

@media (max-width: 820px) {
  .header-contact {
  	width: 100%;
  	flex-wrap: wrap;
  	order: 3;
  	justify-content: center;
  }
}
@media (max-width: 720px) {
  .main-second__options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10px;
  }
  .main-option {
    position: relative;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-top: 40px;
    margin-left: 110px;
    margin-right: 0;
  }
  .main-option__icon {
    position: absolute;
    top: -10px;
    left: -110px;
  }
  .main-option__title {
    margin-top: 0;
  }
  .main-option__description {
    margin-top: 10px;
    width: 490px;
  }
}

@media (max-width: 660px) {
  header {
    margin: 0;
  }
  header .header-logo {
    display: none;
  }
  .header-address {
    margin: 20px;
  }
  header .header-logo__black {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    background-color: #000000;
  }
  header .header-logo__black a {
    text-align: center;
    padding-top: 14px;
    padding-bottom: 14px;
    width: 100%;
  }
  header .header-buttons {
            justify-content: center;
    margin: 20px;
    width: 100%;
  }
  header .header-demo {
    padding: 10px 15px;
    border-radius: 10px;
  }
  .main-background {
    top: -125px;
    left: -164px;
  }
  .main-content {
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-content__arrow {
    display: none;
  }
  .main-title {
    font-size: 36px;
    line-height: 40px;
  }
  .main-description {
    width: auto;
    font-size: 18px;
    line-height: 25px;
  }
  .main-img {
    left: -11px;
  }
  .main-img img {
    width: 400px;
  }
  .main-second {
    padding: 60px 20px;
  }
  .main-second__title {
    font-size: 30px;
    line-height: 40px;
  }.main-stack {font-size: 16px;
    line-height: 25px;
  }
  .main-second__description {
    width: auto;
    font-size: 16px;
    line-height: 25px;
  }
  .main-second__options {
    margin-top: 0;
  }
  .main-option {
    margin-top: 30px;
    margin-left: 80px;
  }
  .main-option__icon {
    padding: 20px;
    width: 14px;
    height: 14px;
    left: -80px;
    border-radius: 12px;
  }
  .main-option__icon img {
    width: 15px;
    height: 15px;
  }
  .main-option__title {
    font-size: 18px;
  }
  .main-option__description {
    width: auto;
    font-size: 14px;
    line-height: 20px;
  }
  .clients {
    margin-top: 60px;
  }
  .clients-wrap {
    width: 100%;
  }
  .clients-top {
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
  }
  .clients-bottom {
    padding-bottom: 25px;
  }
  .clients-title {
    font-size: 30px;
    line-height: 40px;
  }
  .clients-arrows {
    display: none;
  }
  .clients-sliders {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 29px;
    padding-left: 0;
    padding-right: 0;
  }
  .clients-sliders__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .clients-slider {
    margin-left: 46px;
  }
  .clients-slider__ico {
    left: -44px;
    width: 20px;
    height: 20px;
    background-size: contain;
  }
  .clients-slider-title {
    font-size: 30px;
  }
  .clients-slider__title {
    margin-top: 0;
    line-height: 22px;
  }
  .clients-slider__description {
    font-size: 14px;
    line-height: 20px;
  }
  .clients-img {
    padding-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
  }
  .clients-img__blur {
    top: -170px;
    right: -90px;
    width: 500px;
  }
  .clients-img__bg {
    left: 60px;
    width: 400px;
  }
  .clients-img img {
    width: 100%;
  }
  .opport-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
  }
  .opport-list {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-top: 60px;
  }
  .opport-list:last-of-type {
    margin-left: 0;
  }
  .opport-list__ico {
    width: 60px;
    height: 60px;
    border-radius: 15px;
    background-size: 22px;
  }
  .opport-list__title {
    margin-top: 20px;
    font-size: 18px;
  }
  .opport-list__description {
    margin-top: 10px;
    font-size: 14px;
  }
  .opport-list__features {
    margin-top: 20px;
  }
  .opport-list__feature {
    margin-top: 10px;
  }
  .opport-list__feature_ico {
    width: 19px;
    height: 19px;
    background-size: 9px;
  }
  .opport-list__feature_caption {
    margin-left: 30px;
    font-size: 14px;
    line-height: 20px;
  }
  .opport-right {
    margin-left: 20px;
    margin-right: 20px;
  }
  .opport-right img {
    width: 100%;
  }
  .opport-left {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-left: 20px;
    margin-right: 20px;
  }
  .opport-left__title {
    margin-top: 60px;
    font-size: 30px;
    line-height: 40px;
  }
  .opport-left__description {
    width: auto;
    text-align: left;
    font-size: 16px;
    line-height: 25px;
  }
  .opport-left__button {
    margin-top: 40px;
  }
  .opport-left__button_modal {
    width: 100%;
    text-align: center;
  }
  .opport-middle {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .opport-middle__blur {
    top: -280px;
    left: -351px;
  }
  .opport-bottom {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 55px;
    background: linear-gradient(147.73deg, #FAFAFA 1.48%, #FFFFFF 38.51%);
  }
  .opport-bottom__title {
    margin-left: 0;
    font-size: 30px;
    line-height: 40px;
  }
  .opport-bottom__controls {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .opport-bottom__control {
    margin-top: 30px;
    padding-left: 60px;
  }
  .opport-bottom__control_ico {
    top: -5px;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background-size: 16px;
  }
  .opport-bottom__control_title {
    font-size: 18px;
  }
  .opport-bottom__control_title_description {
    font-size: 14px;
    line-height: 20px;
  }
  .reports-top {
    margin-top: 60px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 51px;
  }
  .reports-top__slider_arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .reports-top__reports {
    margin-top: 30px;
  }
  .reports-top__report {
    display: none;
    margin-top: 0;
    padding-left: 36px;
  }
  .reports-top__report:first-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .reports-top__report_ico {
    top: 0px;
  }
  .reports-top__report_ico img {
    width: 20px;
  }
  .reports-top__report_title {
    font-size: 18px;
    line-height: 22px;
  }
  .reports-top__report_description {
    margin-right: 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .reports-top__left_title {
    font-size: 30px;
    line-height: 40px;
  }
  .reports-top__right {
    margin-top: 29px;
  }
  .reports-top__right_bg {
    top: 0;
  }
  .reports-top__right_blur {
    left: -265px;
  }
  .reports-top__right_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }
  .reports-top__right_img-desk {
    display: none;
  }
  .reports-top__right_img-mob {
    display: block;
  }
  .reports-top__right_img img {
    width: 100%;
    height: auto;
  }
  .work-top {
    margin-top: 60px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .work-top__title {
    font-size: 30px;
    line-height: 40px;
  }
  .work-top__description {
    font-size: 16px;
    line-height: 25px;
  }
  .work-bottom {
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 60px;
  }
  .work-bottom__blur {
    top: -80px;
    left: auto;
    right: -170px;
  }
  .work-bottom__left_img {
    height: 160px;
    background-size: 620px;
    background-position: right;
  }
  .work-bottom__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
  .work-advantages:last-of-type {
    margin-top: 30px;
  }
  .work-advantages__lists {
    margin-top: 0;
  }
  .work-advantages__title {
    font-size: 14px;
  }
  .work-advantages__list_caption {
    margin-left: 30px;
    font-size: 14px;
    line-height: 20px;
  }
  .work-advantages__list_check {
    top: 2px;
    width: 19px;
    height: 19px;
    background-size: 9px;
  }
  .companies-wrap {
    padding-bottom: 60px;
    background: linear-gradient(155.04deg, #FAFAFA 1.48%, #FFFFFF 38.51%);
  }
  .companies-brands__top {
    top: -20px;
    height: 120%;
  }
  .modal-wrap {
    background: url(../img/modal-blur-360.svg) right top no-repeat #ffffff;
  }
  .modal-close {
    right: 15px;
    width: 30px;
    height: 30px;
    background-color: transparent;
  }
  .modal-close:before, .modal-close:after {
    position: absolute;
    content: '';
    height: 20px;
    width: 3px;
    background-color: #000000;
    top: 5px;
    left: 13px;
  }
  .modal-close:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .modal-close:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .modal-left {
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .modal-left button {
    font-size: 18px;
    line-height: 20px;
  }
  .modal-left__sended {
    background: url(../img/modal-sended-bg.svg) right bottom no-repeat #FCFDFD;
  }
  .modal-left__sended_title {
    margin-top: 90px;
    margin-left: 20px;
    margin-right: 18px;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
  }
  .modal-left__sended_description {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
  }
  .modal-left__sended_button {
    margin-top: 20px;
    margin-left: 20px;
  }
  .modal-contact__input input, .modal-contact__input label {
    border-radius: 10;
  }
  .modal-contact__input label {
    top: 16px;
    font-size: 16px;
    line-height: 25px;
  }
  .modal-right {
    margin-left: 20px;
    margin-right: 20px;
  }
  .modal-right__title {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .modal-right__caption {
    margin-top: 10px;
    font-size: 16px;
  }
  .modal-right__number {
    font-size: 20px;
  }
  .modal-right__mail {
    font-size: 20px;
  }
  footer .footer-columns__left {
    margin-bottom: 23px;
  }
  footer .footer-columns__left_logo img {
    width: 99px;
  }
  footer .footer-columns__left_caption {
    width: 150px;
    font-size: 12px;
  }
  footer .footer-columns__links:first-of-type {
    margin-right: 83px;
  }
  footer .footer-columns__number {
    font-size: 20px;
  }
  footer .footer-columns__address {
    width: 150px;
    font-size: 12px;
  }
  footer .footer-columns {
    margin-top: 60px;
    margin-left: 20px;
    margin-right: 20px;
  }
  footer .footer-columns__left_logo img {
    width: 100px;
  }
  footer .footer-columns__left_caption {
    font-size: 12px;
  }
  footer .footer-columns__right {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-top: 30px;
    width: 100%;
    text-align: left;
  }
  footer .footer-columns__number {
    text-align: left;
  }
  footer .footer-caption {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 30px;
    margin-left: 21px;
    margin-right: 21px;
    margin-bottom: 30px;
  }
  footer .footer-caption__year {
    margin-right: 78px;
    font-size: 11px;
  }
  footer .footer-caption__creator {
    font-size: 11px;
  }
  footer .footer__address {
    width: 175px;
  }

}

@media (max-width: 560px) {
  .companies-wrap {
    padding-bottom: 60px;
  }
  .companies-title {
    margin-top: 60px;
    font-size: 30px;
    line-height: 40px;
  }
  .companies-description {
    font-size: 16px;
    margin-bottom: 35px;
    line-height: 25px;
  }
  .companies-brand {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .companies-brand-1 img {
    width: 73px;
  }
  .companies-brand-2 img {
    width: 125px;
  }
  .companies-brand-3 {
    margin-top: 5px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .companies-brand-3 img {
    width: 194px;
  }
  .companies-brand-4 img {
    width: 122px;
  }
  .companies-brand-5 img {
    width: 160px;
  }
}

@media (max-width: 400px) {
  .work-bottom__left_img {
    background-size: 500px;
  }
}

@media (max-width: 360px) {
  .companies-brand {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (max-width: 322px) {
  .companies-brand {
    margin-left: 5px;
    margin-right: 5px;
  }
}
