@charset "UTF-8";
/*Обнуление*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Jost:wght@500;600&family=Open+Sans:wght@400;600;700&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

input,
button,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

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

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*--------------------*/
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}
.wrapper .main {
  flex: 1 1 auto;
  padding-bottom:0;
}

.container {
  max-width: 1225px;
  padding: 0 10px;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .container {
    padding: 0 7px;
  }
}

body {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
}

.breadcrump {
  display: flex;
  color: #999;
  font-size: 12px;
  line-height: 16px;
}
.breadcrump__item {
  position: relative;
}
.breadcrump__link {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}
.breadcrump li + li:before {
  padding-left: 6px;
  padding-right: 4px;
  content: "/ ";
}
@media (max-width: 576px) {
  .breadcrump {
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0.03em;
  }
}

.title {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 49px;
  color: #333333;
}
@media (max-width: 768px) {
  .title {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .title {
    font-size: 20px;
    line-height: 27px;
  }
}

.--btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  padding: 0 30px;
  background: #ff8a00;
  border: none;
  border-radius: 5px;
}
.--btn span {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
}

._popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: rgba(43, 38, 48, 0.4);
  backdrop-filter: blur(5px);
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, opacity 0.2s linear;
}

body._popup-open {
  overflow: hidden;
}

.rub:after {
  content: " ₽";
}

span.bold-text {
  font-weight: bold;
}

span.blue-text {
  color: #0057ff;
}

span.orange-text {
  color: #ff8a00;
}

.exclamation-mark {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 5px;
  height: 19px;
  background-image: url("../image/icons/exclamation-mark.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-right: 3px;
}

.line {
  height: 2px;
  background-color: #ddd;
  border: 0;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  opacity: 0;
  background: transparent;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.scrollbar-hidden::-webkit-scrollbar {
  width: 0;
  background-color: transparent;
}

.spoilers {
  display: none;
  position: absolute;
}

.greet {
  padding: 0;
}
@media (max-width: 576px) {
  .greet {
    padding: 0;
  }
}
.greet__breadcrump {
  margin-bottom: 5px;
}
.greet__page-title {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  color: #333333;
}
.greet .line {
  margin-top: 25px;
  margin-bottom: 40px;
}
.greet__row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.greet__column {
  position: relative;
  flex: 0 1 50%;
}
.greet__column--list {
  padding-top: 31px;
  padding-right: 20px;
  padding-bottom: 60px;
}
.greet__column--map {
  padding-left: 20px;
}
.greet__title {
  margin-bottom: 47px;
}
.greet__subtitle {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  color: #333333;
  margin-bottom: 33px;
  max-width: 310px;
}
.greet__list {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: #333333;
}
.greet__list-item {
  position: relative;
  padding-left: 37px;
  margin-bottom: 11px;
}
.greet__list-item:last-child {
  margin-bottom: 0;
}
.greet__list-item::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  transform: translateY(-50%);
  width: 17px;
  height: 22px;
  background-image: url("../image/icons/lightning-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
.greet__column-images {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 900px;
}
.greet__column-map-caption {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #333333;
  padding-left: 30px;
  padding-bottom: 25px;
}
@media (max-width: 1200px) {
  .greet .greet__row {
    flex-wrap: wrap;
  }
  .greet .greet__column {
    flex: 0 1 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .greet .greet__column-images {
    position: relative;
    top: 0px;
    left: 0px;
    display: block;
    max-width: 903px;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .greet .greet__title {
    text-align: left;
  }
  .greet .line {
    margin-top: 15px;
    margin-bottom: 60px;
  }
  .greet .greet__column--list {
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 30px;
  }
}
@media (min-width: 576.1px) {
  .greet .greet__column-map-caption {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    opacity: 0;
    background: transparent;
    clip: rect(0 0 0 0);
    overflow: hidden;
  }
  .greet .greet__column-images--mob {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    opacity: 0;
    background: transparent;
    clip: rect(0 0 0 0);
    overflow: hidden;
  }
}
@media (max-width: 576px) {
  .greet .greet__page-title {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
  }
  .greet .line {
    margin: 0;
    height: 0;
    display: none;
    opacity: 0;
  }
  .greet .greet__title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .greet .greet__subtitle {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .greet .greet__list-item {
    font-size: 12px;
    line-height: 26px;
    padding-left: 18px;
    margin-bottom: 0px;
  }
  .greet .greet__list-item::before {
    width: 10px;
    height: 13px;
  }
  .greet .greet__column--list {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
  }
  .greet .greet__column-images {
    display: none;
    opacity: 0;
    width: 1px;
    height: 1px;
  }
  .greet .greet__column-images--mob {
    display: block;
    opacity: 1;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
}
.about {
  padding: 80px 0 40px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .about {
    padding: 60px 0 40px;
  }
}
@media (max-width: 576px) {
  .about {
    padding: 40px 0 20px;
  }
}
.about__title {
  margin-bottom: 50px;
}
.about__items {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
  max-width: 940px;
  margin: 0 auto 10px auto;
}
.about__item {
  flex: 0 1 33.333%;
  font-family: "Open Sans";
  font-style: normal;
  text-align: center;
  margin-bottom: 50px;
}
.about__item-digits {
  display: block;
  font-weight: 700;
  font-size: 42px;
  line-height: 57px;
  color: #ff8a00;
}
.about__item-text {
  display: block;
  font-size: 18px;
  line-height: 122%;
  color: #333333;
}
.about__representative {
  max-width: 990px;
  margin: 0 auto;
  text-align: center;
  padding: 50px 0;
  background: #f2f2f2;
}
.about__representative-text {
  position: relative;
  display: inline-block;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 122%;
  color: #333333;
  max-width: 725px;
  margin: 0 auto;
  padding-left: 35px;
}
.about__representative-text::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  transform: translateY(-50%);
  width: 26px;
  height: 40px;
  background-image: url("../image/icons/pin-orange.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
@media (max-width: 768px) {
  .about .about__representative-text {
    max-width: 490px;
  }
}
@media (max-width: 576px) {
  .about .about__title {
    margin-bottom: 30px;
  }
  .about .about__items {
    margin: 0 auto 30px auto;
  }
  .about .about__item {
    flex: 0 1 50%;
    margin-bottom: 20px;
  }
  .about .about__item:nth-child(3) {
    flex: 0 1 100%;
  }
  .about .about__item-digits {
    font-size: 32px;
    line-height: 44px;
  }
  .about .about__item-text {
    font-size: 13px;
    line-height: 20px;
  }
  .about .about__representative {
    padding: 70px 0 25px;
  }
  .about .about__representative-text {
    font-size: 13px;
    line-height: 22px;
    padding-left: 0;
    max-width: 255px;
  }
  .about .about__representative-text::before {
    content: "";
    position: absolute;
    top: -46px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

.offer {
  position: relative;
  padding: 35px 0 50px;
}
@media (max-width: 768px) {
  .offer {
    padding: 30px 0 40px;
  }
}
@media (max-width: 576px) {
  .offer {
    padding: 25px 0 35px;
  }
}
.offer__inner {
  position: relative;
  z-index: 1;
  max-width: 997px;
  margin: 0 auto;
  padding: 72px 0 65px;
  background: #ffffff;
  box-shadow: 2px 5px 40px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 5px 5px;
}
.offer__inner:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #ff8a00;
}
.offer__title {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  text-align: center;
  color: #ff8a00;
  margin-bottom: 11px;
}
.offer__subtitle {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: #333333;
  margin-bottom: 38px;
}
.offer__btn {
  margin: 0 auto 23px auto;
}
.offer__btn:hover {
    opacity: 0.85;
}
.offer__caption {
  max-width: 365px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #9a9a9a;
  margin: 0 auto;
}
.offer__bg-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 58%;
  background: #ffffff;
}
.offer__bg-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 42%;
  background: #f2f2f2;
}
@media (max-width: 576px) {
  .offer .offer__inner {
    padding: 50px 0;
  }
  .offer .offer__title {
    max-width: 200px;
    font-size: 22px;
    line-height: 30px;
    color: #333333;
    margin: 0 auto 15px auto;
  }
  .offer .offer__subtitle {
    font-size: 13px;
    line-height: 28px;
    margin-bottom: 30px;
  }
  .offer .offer__btn {
    margin: 0 auto 10px auto;
  }
  .offer .offer__btn span {
    font-size: 14px;
    line-height: 14px;
  }
  .offer .offer__caption {
    max-width: 300px;
    font-size: 12px;
    line-height: 15px;
  }
}

.products {
  padding: 40px 0 75px;
}
@media (max-width: 768px) {
  .products {
    padding: 30px 0 50px;
  }
}
@media (max-width: 576px) {
  .products {
    padding: 25px 0 50px;
  }
}
.products__title {
  margin-bottom: 60px;
}
.products__items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -25px;
}
.products__item {
  position: relative;
  flex: 0 1 calc(33.333% - 50px);
  overflow: hidden;
  background: #ffffff;
  border-radius: 5px;
  margin: 0 25px 25px 25px;
  transition: all 0.3s ease;
}
.products__item:hover {
  opacity: 0.85;
}
.products__item-link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-left: 25px;
  padding-right: 43px;
  padding-bottom: 26px;
  border-radius: 5px;
}
.products__item-image {
    margin: 0 auto;
    display: block;
    padding-bottom: 20px;
}
.products__item-text {
  position: relative;
  z-index: 5;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #333333;
}
.products__item-text--arrow::after {
  content: "";
  position: absolute;
  top: 18px;
  right: -37px;
  transform: translate(0, -50%);
  width: 18px;
  height: 9px;
  background-image: url("../image/icons/arrow-orange.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
.products .slick-track {
  display: flex;
}
.products .slick-dots {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 0;
  color: transparent;
}
.products .slick-dots li button {
  position: relative;
  width: 25px;
  height: 1px;
  background-color: #b4b4b4;
  transition: background-color 0.2s ease;
}
.products .slick-dots li.slick-active button {
  top: -1px;
  width: 50px;
  height: 2px;
  background-color: #2e2e2e;
}
.products .slick-list {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .products .products__item {
    flex: 0 1 calc(50% - 50px);
  }
}
@media (min-width: 576.1px) {
  .products .products__slider {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    opacity: 0;
    background: transparent;
    clip: rect(0 0 0 0);
    overflow: hidden;
  }
}
@media (max-width: 576px) {
  .products .products__title {
    max-width: 234px;
    margin: 0 auto 35px auto;
  }
  .products .products__items {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    opacity: 0;
    background: transparent;
    clip: rect(0 0 0 0);
    overflow: hidden;
  }
  .products .products__item {
    min-width: 0;
    margin: 0 5px;
  }
  .products .products__item-link {
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .products .products__item-text {
    font-size: 16px;
    line-height: 22px;
  }
  .products .products__item-text--arrow::after {
    top: 13px;
    right: -25px;
    width: 16px;
    height: 8px;
  }
}

.servicess {
  padding: 84px 0 85px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .servicess {
    padding: 60px 0 70px;
  }
}
@media (max-width: 576px) {
  .servicess {
    padding: 45px 0 20px;
  }
}
.servicess__title {
  margin-bottom: 45px;
}
.servicess__items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.servicess__item {
  flex: 0 1 calc(33% - 30px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 45px 25px;
  margin: 0 15px 25px 15px;
  background-color: #fff;
  border: 1px solid #898989;
}
.servicess__item-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  min-width: 72px;
  min-height: 72px;
  background: #eaebef;
  border-radius: 21px;
  margin-right: 20px;
}
.servicess__item-img {
  max-width: 46px;
  max-height: 51px;
  width: 100%;
  height: auto;
}
.servicess__item-text {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #333333;
  max-width: 220px;
}
@media (max-width: 1200px) {
  .servicess .servicess__item {
    flex: 0 1 calc(50% - 30px);
  }
  .servicess .servicess__item-text {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .servicess .servicess__title {
    margin-bottom: 35px;
  }
  .servicess .servicess__item {
    flex: 0 0 calc(50% - 30px);
    flex-direction: column;
    padding: 0;
    justify-content: center;
    text-align: center;
    border: none;
  }
  .servicess .servicess__item-image {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .servicess .servicess__item-text {
    max-width: 210px;
  }
}
@media (max-width: 576px) {
  .servicess .servicess__items {
    margin: 0;
  }
  .servicess .servicess__item {
    flex: 0 0 50%;
    margin: 0 0 25px 0;
  }
  .servicess .servicess__item-text {
    max-width: 135px;
    font-size: 13px;
    line-height: 18px;
  }
}

.clients {
  padding: 90px 0 45px;
}
@media (max-width: 768px) {
  .clients {
    padding: 70px 0 40px;
  }
}
@media (max-width: 576px) {
  .clients {
    padding: 45px 0 50px;
  }
}
.clients__title {
  margin-bottom: 45px;
}
.clients__items {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.clients__item {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 15px 60px 15px;
  height: auto;
  width: 100%;
}
.clients__item--gazprom {
  flex: 0 1 137px;
}
.clients__item--gazprom .clients__item-img {
  max-width: 137px;
}
.clients__item--rosatom {
  flex: 0 1 139px;
}
.clients__item--rosatom .clients__item-img {
  max-width: 139px;
}
.clients__item--rosseti {
  flex: 0 1 151px;
}
.clients__item--rosseti .clients__item-img {
  max-width: 151px;
}
.clients__item--megafon {
  flex: 0 1 238px;
}
.clients__item--megafon .clients__item-img {
  max-width: 238px;
}
.clients__item--ptrka {
  flex: 0 1 207px;
}
.clients__item--ptrka .clients__item-img {
  max-width: 207px;
}
.clients__item--ugmk {
  flex: 0 1 122px;
}
.clients__item--ugmk .clients__item-img {
  max-width: 122px;
}
.clients__item--metro {
  flex: 0 1 167px;
}
.clients__item--metro .clients__item-img {
  max-width: 167px;
}
.clients__item--ikea {
  flex: 0 1 110px;
}
.clients__item--ikea .clients__item-img {
  max-width: 110px;
}
.clients__item--kolcovo {
  flex: 0 1 273px;
}
.clients__item--kolcovo .clients__item-img {
  max-width: 273px;
}
.clients__item--chelbmechzavod {
  flex: 0 1 272px;
}
.clients__item--chelbmechzavod .clients__item-img {
  max-width: 272px;
}
.clients__item--rostelecom {
  flex: 0 1 233px;
}
.clients__item--rostelecom .clients__item-img {
  max-width: 233px;
}
.clients__item-img {
  width: 100%;
}
@media (max-width: 1200px) {
  .clients .clients__items {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
}
@media (max-width: 576px) {
  .clients .clients__title {
    margin-bottom: 30px;
  }
  .clients .clients__item {
    margin: 0 5px 20px 5px;
  }
  .clients .clients__item--gazprom {
    flex: 0 1 54px;
  }
  .clients .clients__item--gazprom .clients__item-img {
    max-width: 54px;
  }
  .clients .clients__item--rosatom {
    flex: 0 1 60px;
  }
  .clients .clients__item--rosatom .clients__item-img {
    max-width: 60px;
  }
  .clients .clients__item--rosseti {
    flex: 0 1 67px;
  }
  .clients .clients__item--rosseti .clients__item-img {
    max-width: 67px;
  }
  .clients .clients__item--megafon {
    flex: 0 1 96px;
  }
  .clients .clients__item--megafon .clients__item-img {
    max-width: 96px;
  }
  .clients .clients__item--ptrka {
    flex: 0 1 82px;
  }
  .clients .clients__item--ptrka .clients__item-img {
    max-width: 82px;
  }
  .clients .clients__item--ugmk {
    flex: 0 1 47px;
  }
  .clients .clients__item--ugmk .clients__item-img {
    max-width: 47px;
  }
  .clients .clients__item--metro {
    flex: 0 1 66px;
  }
  .clients .clients__item--metro .clients__item-img {
    max-width: 66px;
  }
  .clients .clients__item--ikea {
    flex: 0 1 44px;
  }
  .clients .clients__item--ikea .clients__item-img {
    max-width: 44px;
  }
  .clients .clients__item--kolcovo {
    flex: 0 1 111px;
  }
  .clients .clients__item--kolcovo .clients__item-img {
    max-width: 111px;
  }
  .clients .clients__item--chelbmechzavod {
    flex: 0 1 108px;
  }
  .clients .clients__item--chelbmechzavod .clients__item-img {
    max-width: 108px;
  }
  .clients .clients__item--rostelecom {
    flex: 0 1 92px;
  }
  .clients .clients__item--rostelecom .clients__item-img {
    max-width: 92px;
  }
}

.cooperation {
  position: relative;
  padding: 5px 0 135px;
}
@media (max-width: 768px) {
  .cooperation {
    padding: 5px 0 50px;
  }
}
@media (max-width: 576px) {
  .cooperation {
    padding: 0 0 20px;
  }
}
.cooperation__promo-text {
  position: relative;
  z-index: 1;
  max-width: 830px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 44px;
  text-align: center;
  color: #333333;
  margin: 0 auto 140px auto;
}
.cooperation__promo-text:after {
  content: "";
  position: absolute;
  bottom: -105px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 56px;
  background-image: url("../image/icons/down-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
.cooperation__box {
  position: relative;
  z-index: 1;
  max-width: 997px;
  margin: 0 auto;
  padding: 80px 0 65px;
  background: #ffffff;
  box-shadow: 2px 5px 40px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 5px 5px;
}
.cooperation__box:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #ff8a00;
}
.cooperation__title {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  text-align: center;
  color: #ff8a00;
  margin-bottom: 15px;
}
.cooperation__subtitle {
  max-width: 540px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: #333333;
  margin: 0 auto 40px auto;
}
.cooperation__subtitle-link {
  font-weight: 600;
  color: #333333;
}
.cooperation__btn {
  margin: 0 auto 10px auto;
}
.cooperation__caption {
  max-width: 365px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #9a9a9a;
  margin: 0 auto;
}
.cooperation__bg-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 54%;
  background: #f2f2f2;
}
.cooperation__bg-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 46%;
  background: #ffffff;
}
@media (max-width: 576px) {
  .cooperation .cooperation__promo-text {
    font-size: 20px;
    line-height: 27px;
    margin: 0 auto 80px auto;
  }
  .cooperation .cooperation__promo-text:after {
    bottom: -55px;
    width: 24px;
    height: 30px;
    background-image: url("../image/icons/down-arrow--mob.svg");
  }
  .cooperation .cooperation__box {
    padding: 50px 0;
  }
  .cooperation .cooperation__title {
    max-width: 190px;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    color: #333333;
    margin: 0 auto 15px auto;
  }
  .cooperation .cooperation__subtitle {
    max-width: 270px;
    font-size: 13px;
    line-height: 23px;
    margin: 0 auto 30px auto;
  }
  .cooperation .cooperation__btn {
    margin: 0 auto 10px auto;
  }
  .cooperation .cooperation__btn span {
    font-size: 14px;
    line-height: 14px;
  }
  .cooperation .cooperation__caption {
    max-width: 300px;
    font-size: 12px;
    line-height: 15px;
  }
}

.form {
  position: relative;
  padding: 60px 90px;
  background: #ffffff;
}
.form__close {
  position: absolute;
  z-index: 100;
  top: 20px;
  right: 30px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 22px;
  color: rgba(51, 51, 51, 0.7803921569);
}
.form__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #404040;
  margin-bottom: 40px;
}
.form__input-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
}
.form__input-label {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #a6a6a6;
  margin-bottom: 8px;
}
.form__input {
  max-width: 454px;
  width: 100%;
  min-width: 454px;
  height: 50px;
  padding: 10px 15px;
  border: 1px solid #d6d6d6;
  transition: all 0.2s ease;
}
.form__input:focus {
  border: 1px solid #ff8a00;
}
.form__submit {
  margin: 0 auto 10px auto;
}
.form__caption {
  max-width: 210px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  color: #a6a6a6;
  margin: 0 auto;
}
.form__caption-link {
  color: #ff8a00;
}
@media (max-width: 576px) {
  .form {
    max-width: 310px;
    padding: 35px 33px;
  }
  .form .form__close {
    top: 15px;
    right: 16px;
    font-size: 18px;
    line-height: 18px;
  }
  .form .form__title {
    max-width: 200px;
    font-size: 20px;
    line-height: 24px;
    margin: 0 auto 25px auto;
  }
  .form .form__input-label {
    font-size: 10px;
    line-height: 12px;
  }
  .form .form__input {
    min-width: 243px;
  }
  .form .form__submit span {
    font-size: 10px;
    line-height: 14px;
  }
  .form .form__caption {
    max-width: 170px;
    font-size: 8px;
    line-height: 10px;
  }
}