@font-face {
  font-family: "Involve";
  src: url('fonts/Involve-Regular.ttf');
}
@font-face {
  font-family: "Involve Med";
  src: url('fonts/Involve-Medium.ttf');
}
@font-face {
  font-family: "Involve SemiBold";
  src: url('fonts/Involve-SemiBold.ttf');
}
@font-face {
  font-family: "Involve-Bold";
  src: url('fonts/Involve-Bold.ttf');
}
.up {
  text-transform: uppercase;
}
.none {
  text-decoration: none;
}
.th {
  font-weight: 100;
}
.el {
  font-weight: 200;
}
.l {
  font-weight: 300;
}
.reg {
  font-weight: 400;
}
.med {
  font-family: "Involve Med";
  font-weight: 500;
}
.sb {
  font-family: "Involve SemiBold";
  font-weight: 600;
}
.bold {
  font-family: "Involve-Bold";
  font-weight: 700;
}
.eb {
  font-weight: 800;
}
.black {
  font-weight: 900;
}
.un {
  text-decoration: underline;
}
.in {
  display: inline-block;
}
.vam {
  vertical-align: middle;
}
.rel {
  position: relative;
}
.bl {
  display: block;
}
.abs {
  position: absolute;
}
.tr {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.try {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.trx {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.tc {
  display: table-cell;
  vertical-align: middle;
}
.dn {
  display: none;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.taj {
  text-align: justify;
}
.it {
  font-style: italic;
}
.sn {
  font-style: normal;
}
.b0 {
  border: 0;
}
.bn {
  background: none;
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.wa {
  width: auto;
}
.p0 {
  padding: 0;
}
.m0 {
  margin: 0;
}
.poi {
  cursor: pointer;
}
.auto {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
.noup {
  text-transform: none;
}
.fix {
  position: fixed;
}
.tn {
  transform: none;
}
.bf {
  background: #fff;
}
.cf {
  color: #fff;
}
.c0 {
  color: #23282B;
}
.ap {
  appearance: none;
}
.nw {
  white-space: nowrap;
}
.ma {
  margin: 0 auto;
}
.oh {
  overflow: hidden;
}
.pen {
  pointer-events: none;
}
body,
html {
  width: 100%;
  height: 100%;
}
body {
  background: #f9f5f2;
  overflow-x: hidden;
}
body,
th,
td {
  font-family: "Involve";
  font-size: 14px;
  color: #23282B;
}
body,
form,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
img,
table {
  border: none;
}
table {
  border-collapse: collapse;
}
table td {
  padding: 0;
}
a {
  color: #23282B;
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
a:hover {
  text-decoration: none;
}
input,
textarea,
button,
select {
  margin: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  border: 0;
  font-family: "Involve";
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
button:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
button:focus::-moz-placeholder,
select:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
button:focus:-moz-placeholder,
select:focus:-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
button:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder {
  color: transparent;
}
button,
input[type='submit'] {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
  border: 0;
}
ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
img {
  max-width: 100%;
}
.an {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section,
header,
footer,
nav,
main {
  display: block;
}
.wrap {
  margin: 0 auto;
  width: 1392px;
}
* {
  outline: none!important;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.flex3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
.header {
  position: relative;
  padding: 32px 0 60px;
}
.header__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  pointer-events: none;
}
.header__bg--mob {
  display: none;
}
.header__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 8px 15px rgba(115, 80, 24, 0.1);
  border-radius: 16px;
  padding: 16px;
}
.header__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
.header__menu li:not(:last-child) {
  margin-right: 20px;
}
.header__menu-item {
  display: block;
  text-decoration: none;
  font-family: "Involve Med";
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
}
.header__menu-item--with-sub {
  padding-right: 18px;
  background: url('img/arrow.svg') no-repeat right;
}
.header__menu-li--services {
  position: static;
}
.header__contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
.header__mess {
  padding-right: 8px;
}
.header__mess a {
  display: inline-block;
  width: 43px;
  height: 43px;
  line-height: 39px;
  text-align: center;
  background: #E3D9D1;
  border-radius: 12px;
}
.header__mess a svg {
  vertical-align: middle;
}
.header__mess a:hover {
  background: #756B63;
}
.header__mess a:hover svg path {
  fill: #fff;
}
.header__button {
  width: 145px;
  height: 43px;
  background: linear-gradient(180deg, #f5821f 0%, #f53f1f 100%);
  border-radius: 12px;
  color: #fff;
  font-family: "Involve SemiBold";
  font-weight: 600;
}
.header__button:hover {
  background: linear-gradient(180deg, #d76401 0%, #d72101 100%);
}
.header__phone {
  display: none;
  width: 43px;
  height: 43px;
  line-height: 39px;
  text-align: center;
  background: #E3D9D1;
  border-radius: 12px;
  text-decoration: none;
}
.header__phone svg {
  vertical-align: middle;
}
.header__services {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 0px 8px 15px rgba(115, 80, 24, 0.1);
  border-radius: 16px;
  padding: 28px 16px;
  height: 500px;
  z-index: 10;
  display: none;
}
@media (min-width: 1423px) {
  .header__services.is-services-open {
    display: block;
  }
}
.header__services ul {
  width: 33.33334%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 12px;
  border-right: 1px solid #F3EFEC;
  height: 100%;
  position: relative;
}
.header__services ul li {
  margin: 0!important;
}
.header__services ul li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
.header__services ul li ul:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 24px;
  height: 100%;
}
.header__services ul li ul li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  border-right: 0;
  display: none;
}
.header__services ul li:hover ul {
  display: block;
}
.header__services ul li:hover ul li ul {
  display: none;
}
.header__services ul li:hover ul li:hover ul {
  display: block;
}
.header__services-item {
  display: block;
  text-decoration: none;
  padding: 12px 42px 12px 16px;
  font-size: 16px;
  line-height: 21px;
  font-family: "Involve Med";
  font-weight: 500;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  position: relative;
}
.header__services-item:hover {
  background: #F9F5F2;
}
.header__services-item--with-sub {
  background: url('img/arrow5.svg') no-repeat right 20px top 50%;
}
.header__services-item--with-sub:hover {
  background: #f9f5f2 url('img/arrow5.svg') no-repeat right 20px top 50%;
  padding: 12px 42px 32px 16px;
}
.header__services-item--with-sub:hover:before {
  content: "Узнать подробнее";
  position: absolute;
  left: 16px;
  bottom: 12px;
  white-space: nowrap;
  color: #f5821f;
  font-size: 12px;
  line-height: 16px;
  font-family: "Involve Med";
  font-weight: 500;
}
.hero {
  padding: 60px 0 120px;
  margin-top: -60px;
  background: url('img/hero2.png') no-repeat bottom center, url('img/hero.png');
  text-align: center;
}
.hero__top-text {
  display: inline-block;
  margin-bottom: 20px;
  font-family: "Involve Med";
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  padding: 12px 20px 12px 36px;
  background: rgba(245, 130, 31, 0.1);
  border: 2px solid rgba(245, 130, 31, 0.5);
  border-radius: 26px;
  position: relative;
}
.hero__top-text:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #F5821F;
}
.hero__name {
  margin-bottom: 20px;
  font-family: "Involve SemiBold";
  font-weight: 600;
  font-size: 70px;
  line-height: 120%;
}
.hero__desc {
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 180%;
}
.hero__desc span {
  color: #f5821f;
  font-family: "Involve SemiBold";
  font-weight: 600;
}
.hero__button {
  margin-bottom: 52px;
  width: 357px;
  height: 70px;
  background: linear-gradient(180deg, #f5821f 0%, #f53f1f 100%);
  border-radius: 12px;
  color: #fff;
  font-family: "Involve Med";
  font-weight: 500;
  font-size: 16px;
}
.hero__button:hover {
  background: linear-gradient(180deg, #d76401 0%, #d72101 100%);
}
.hero__advantages {
  position: relative;
}
.hero__item {
  position: absolute;
  width: 342px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  background: rgba(255, 255, 255, 0.71);
  border: 1px solid #FFFFFF;
  backdrop-filter: blur(7.5px);
  border-radius: 12px;
  text-align: left;
  font-family: "Involve Med";
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
}
.hero__item:nth-child(1) {
  top: 84px;
  left: 0;
}
.hero__item:nth-child(2) {
  top: 225px;
  left: 44px;
}
.hero__item:nth-child(3) {
  top: 84px;
  right: 0;
}
.hero__item:nth-child(4) {
  top: 225px;
  right: 44px;
}
.hero__item h3 {
  margin-bottom: 8px;
  font-family: "Involve Med";
  font-weight: 500;
  color: #f5821f;
  font-size: 40px;
  line-height: 100%;
}
.block-info {
  margin-bottom: 40px;
}
.block-info__badge {
  margin-bottom: 8px;
  display: inline-block;
  font-family: "Involve Med";
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  padding: 8px 20px;
  background: rgba(245, 130, 31, 0.1);
  border: 2px solid rgba(245, 130, 31, 0.5);
  border-radius: 26px;
}
.block-info__name {
  width: calc(50% - 12px);
  font-family: "Involve SemiBold";
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
}
.block-info__desc {
  width: calc(50% - 12px);
  font-family: "Involve Med";
  font-weight: 500;
  font-size: 18px;
  line-height: 180%;
}
.block-info__desc h3 {
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 180%;
  font-family: "Involve SemiBold";
  font-weight: 600;
}
.block-info__desc span {
  font-family: "Involve-Bold";
  font-weight: 700;
  color: #f5821f;
}
.services {
  background: #F3EFEC;
  padding: 80px 0 56px;
  overflow: hidden;
}
.services__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  margin-right: -24px;
}
.services__item {
  width: calc(33.3334% - 24px);
  margin: 0 24px 24px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 28px;
  background: #F9F5F2;
  border: 1px solid #E3D9D1;
  backdrop-filter: blur(7.5px);
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.services__item:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 80px;
  background: url('/upload/gradient.png') center bottom / 100% 100% no-repeat;
  opacity: 0;
  transform: scale(0.92);
  transform-origin: center bottom;
  pointer-events: none;
}
.services__item:hover:before {
  opacity: 1;
  transform: scale(1);
}
.services__item > * {
  position: relative;
  z-index: 1;
}
.services__item p {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 160%;
}
.services__name {
  display: block;
  text-decoration: none;
  padding: 9px 56px 9px 0;
  margin-bottom: 12px;
  font-family: "Involve SemiBold";
  font-weight: 600;
  font-size: 22px;
  line-height: 120%;
  background: url('img/arrow2.svg') no-repeat right;
}
.services__menu {
  font-size: 0;
  margin: 12px -4px -4px 0;
}
.services__menu li {
  display: inline-block;
  margin: 0 4px 4px 0;
}
.services__menu li a {
  display: inline-block;
  text-decoration: none;
  padding: 4px 8px;
  font-family: "Involve SemiBold";
  font-weight: 600;
  color: #f5821f;
  font-size: 12px;
  line-height: 16px;
  background: rgba(245, 130, 31, 0.1);
  border: 1px solid rgba(245, 130, 31, 0.5);
  border-radius: 4px;
}
.services__menu li a:hover {
  border-color: transparent;
  background: #f5821f;
  color: #fff;
}
.services--inner {
  padding-top: 0;
  background: none;
}
.services--inner .services__item {
  background: #F3EFEC;
}
.services__h1 {
  margin-bottom: 40px;
  max-width: 920px;
  font-size: 40px;
  line-height: 120%;
  font-family: "Involve SemiBold";
  font-weight: 600;
}
.services__menu2 {
  border-top: 1px solid #E3D9D1;
  padding-top: 12px;
}
.services__menu2 li a {
  display: block;
  text-decoration: none;
  padding: 8px 0 8px 24px;
  font-size: 18px;
  line-height: 24px;
  font-family: "Involve Med";
  font-weight: 500;
  background: url('img/li.svg') no-repeat left;
}
.services--inner2 {
  background: none;
}
.services--inner2 .services__item {
  background: #F3EFEC;
}
.advantages {
  padding: 80px 0 56px;
  overflow: hidden;
}
.advantages__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  margin-right: -24px;
}
.advantages__item {
  width: calc(33.3334% - 24px);
  margin: 0 24px 24px 0;
  padding: 28px;
  background: #F3EFEC;
  border: 1px solid #E3D9D1;
  backdrop-filter: blur(7.5px);
  border-radius: 12px;
  font-size: 14px;
  line-height: 160%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.advantages__item h3 {
  margin: 12px 0;
  font-family: "Involve SemiBold";
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
}
.about {
  padding: 80px 0;
  background: #F3EFEC;
  overflow: hidden;
}
.about__advantages {
  position: relative;
  margin-bottom: 40px;
}
.about__advantages-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px;
  background: #F9F5F2;
  border: 1px solid #E3D9D1;
  border-radius: 12px;
  position: relative;
  z-index: 3;
}
.about__advantage {
  padding-left: 24px;
  background: url('img/arrow3.svg') no-repeat left;
  font-size: 15px;
  line-height: 120%;
  font-family: "Involve Med";
  font-weight: 500;
}
.about__facts {
  position: absolute;
  right: 0;
  bottom: 100%;
  margin-bottom: 4px;
  color: #f5821f;
  font-family: "Involve SemiBold";
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}
.about__text {
  width: 57.7%;
}
.about__text p {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 180%;
}
.about__text p span {
  font-family: "Involve-Bold";
  font-weight: 700;
}
.about__buttons {
  padding-top: 12px;
}
.about__buttons button {
  font-family: "Involve Med";
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  padding: 16px 32px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.about__buttons button:nth-child(1) {
  background: #414244;
  margin-right: 12px;
}
.about__buttons button:nth-child(1):hover {
  background: linear-gradient(180deg, #d76401 0%, #d72101 100%);
}
.about__buttons button:nth-child(2) {
  background: linear-gradient(180deg, #f5821f 0%, #f53f1f 100%);
}
.about__buttons button:nth-child(2):hover {
  background: linear-gradient(180deg, #d76401 0%, #d72101 100%);
}
.about__image {
  width: 41%;
  position: relative;
}
.about__image:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -100px;
  pointer-events: none;
  width: 650px;
  height: 588px;
  background: url('img/before.png');
}
.about__image img {
  position: relative;
}
.docs {
  padding: 80px 0 72px;
  overflow: hidden;
}
.docs__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  margin-right: -24px;
}
.docs__item {
  width: calc(16.6667% - 24px);
  margin: 0 24px 8px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #F3EFEC;
  border: 1px solid #E3D9D1;
  border-radius: 12px;
  padding: 12px;
  font-size: 0;
}
.clients {
  background: #F3EFEC;
  padding: 80px 0 72px;
  overflow: hidden;
}
.clients__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  padding-bottom: 36px;
  margin-right: -24px;
}
.clients__item {
  width: calc(16.66667% - 24px);
  height: 133px;
  line-height: 133px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #F9F5F2;
  border: 1px solid #E3D9D1;
  backdrop-filter: blur(7.5px);
  border-radius: 12px;
  margin: 0 24px 24px 0;
}
.clients__item img {
  vertical-align: middle;
}
.clients__mails-name {
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 120%;
  font-family: "Involve SemiBold";
  font-weight: 600;
}
.clients__mails {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  margin-right: -24px;
}
.clients__mail {
  width: calc(20% - 24px);
  margin: 0 24px 8px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #F9F5F2;
  border: 1px solid #E3D9D1;
  border-radius: 12px;
  padding: 12px;
  font-size: 0;
}
.cases {
  padding: 80px 0;
  overflow: hidden;
}
.cases--inner {
  padding: 60px 0 20px;
}
.cases__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  padding-bottom: 20px;
  margin-right: -24px;
}
.cases__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(33.33334% - 24px);
  margin: 0 24px 20px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 28px;
  background: #F3EFEC;
  border: 1px solid #E3D9D1;
  backdrop-filter: blur(7.5px);
  border-radius: 12px;
}
.cases__item h3 {
  margin-bottom: 16px;
  font-family: "Involve SemiBold";
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
}
.cases__item p {
  margin-bottom: 20px;
  line-height: 140%;
}
.cases__item button {
  width: 100%;
  height: 53px;
  margin-top: auto;
  color: #fff;
  background: #414244;
  border: none;
  cursor: pointer;
  padding: 0;
  border-radius: 12px;
  font-family: "Involve Med";
  font-weight: 500;
  font-size: 16px;
}
.cases__item button:hover {
  background: linear-gradient(180deg, #d76401 0%, #d72101 100%);
}
.cases__badge {
  display: inline-block;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-bottom: 16px;
  background: rgba(245, 130, 31, 0.1);
  border: 1px solid rgba(245, 130, 31, 0.5);
  border-radius: 4px;
  padding: 4px 8px;
  color: #f5821f;
  font-size: 12px;
  line-height: 16px;
  font-family: "Involve SemiBold";
  font-weight: 600;
}
.cases__data {
  margin-bottom: 20px;
  background: #F9F5F2;
  border: 1px solid #E3D9D1;
  border-radius: 12px;
  padding: 12px;
}
.cases__data h4 {
  font-size: 16px;
  line-height: 20px;
  font-family: "Involve SemiBold";
  font-weight: 600;
}
.cases__data ul li {
  margin-top: 8px;
  line-height: 20px;
  padding-left: 22px;
  background: url('img/arrow4.svg') no-repeat 0 0;
}
.cases__bottom-button {
  text-align: center;
}
.cases__bottom-button button {
  color: #fff;
  font-family: "Involve Med";
  font-weight: 500;
  font-size: 16px;
  width: 229px;
  height: 53px;
  border: none;
  cursor: pointer;
  padding: 0;
  background: linear-gradient(180deg, #f5821f 0%, #f53f1f 100%);
  border-radius: 12px;
}
.cases__bottom-button button:hover {
  background: linear-gradient(180deg, #d76401 0%, #d72101 100%);
}
.feedback {
  padding: 60px 0;
}
.feedback--bg {
  background: #F3EFEC;
}
.feedback__image {
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.feedback__form {
  position: relative;
  padding: 60px;
  background: #f3efec url('img/feedback.png') no-repeat bottom center / contain;
  border: 1px solid #E3D9D1;
  backdrop-filter: blur(7.5px);
  border-radius: 12px;
}
.feedback__name {
  margin-bottom: 16px;
  font-size: 40px;
  line-height: 120%;
  font-family: "Involve SemiBold";
  font-weight: 600;
}
.feedback__data {
  padding-bottom: 12px;
}
.feedback__data li {
  padding-left: 24px;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 180%;
  background: url('img/li.svg') no-repeat left;
}
.feedback__data li span {
  font-family: "Involve-Bold";
  font-weight: 700;
}
.feedback__fields {
  max-width: 624px;
}
.feedback__field {
  width: calc(50% - 6px);
  margin-bottom: 20px;
  position: relative;
}
.feedback__field input {
  width: 100%;
  height: 53px;
  background: #F9F5F2;
  border: 1px solid #E3D9D1;
  border-radius: 12px;
  padding: 15px 20px 0 20px;
  font-size: 16px;
  font-family: "Involve Med";
  font-weight: 500;
}
.feedback__field p {
  position: absolute;
  font-family: "Involve Med";
  font-weight: 500;
  font-size: 16px;
  left: 21px;
  top: 15px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.feedback__field input:focus + p {
  top: 8px;
  font-size: 10px;
  color: #23282B;
  opacity: 0.5;
}
.feedback__field input:valid + p {
  top: 8px;
  font-size: 10px;
  color: #23282B;
  opacity: 0.5;
}
.feedback__field input:focus {
  border: 1px solid #f5821f;
  box-shadow: 0 0 0 1px #f5821f;
}
.feedback__field input:valid {
  background: #f9f5f2 url('img/valid.svg') no-repeat right 20px top 50%;
}
.feedback__button {
  color: #fff;
  font-family: "Involve Med";
  font-weight: 500;
  font-size: 16px;
  width: calc(50% - 6px);
  height: 53px;
  background: linear-gradient(180deg, #f5821f 0%, #f53f1f 100%);
  border-radius: 12px;
}
.feedback__button:hover {
  background: linear-gradient(180deg, #d76401 0%, #d72101 100%);
}
.feedback__button:disabled {
  opacity: 0.7;
  cursor: default;
}
.feedback__status {
  width: 100%;
  margin-top: 12px;
  font-size: 14px;
  line-height: 140%;
}
.feedback__status--ok {
  color: #2f7a3e;
}
.feedback__status--error {
  color: #c0392b;
}
.feedback__mess {
  width: calc(50% - 6px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
.feedback__mess p {
  width: 120px;
  font-size: 12px;
  line-height: 160%;
  font-family: "Involve SemiBold";
  font-weight: 600;
}
.feedback__mess .header__mess a {
  width: 52px;
  height: 52px;
  line-height: 48px;
  background: #414244;
}
.feedback__mess .header__mess a svg path {
  fill: #fff;
}
.feedback__mess .header__mess a:hover {
  background: #E3D9D1;
}
.feedback__mess .header__mess a:hover svg path {
  fill: #756B63;
}
.checkbox {
  display: none;
}
.checkbox + label {
  display: block;
  cursor: pointer;
  margin-bottom: 20px;
  padding-left: 28px;
  font-size: 16px;
  line-height: 22px;
  background: url('img/checkbox.svg') no-repeat 0 0;
}
.checkbox:checked + label {
  background: url('img/checkbox2.svg') no-repeat 0 0;
}
.footer {
  background: #756B63;
  padding: 40px 0 67px;
  color: #fff;
}
.footer .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer__logo {
  margin-bottom: 40px;
}
.footer__contacts {
  font-size: 18px;
  line-height: 24px;
}
.footer__mail {
  display: block;
  text-decoration: none;
  color: #fff;
  margin-bottom: 16px;
  padding-left: 32px;
  background: url('img/mail.svg') no-repeat 0 0;
}
.footer__phone {
  display: block;
  text-decoration: none;
  color: #fff;
  margin-bottom: 16px;
  padding-left: 32px;
  background: url('img/phone.svg') no-repeat 0 0;
}
.footer__hours {
  margin-bottom: 24px;
  padding-left: 32px;
  background: url('img/hours.svg') no-repeat 0 0;
}
.footer .header__mess a {
  margin-right: 5px;
}
.footer__menu h3 {
  font-size: 20px;
  line-height: 27px;
  font-family: "Involve SemiBold";
  font-weight: 600;
}
.footer__menu ul {
  padding-top: 4px;
}
.footer__menu ul li {
  margin-top: 12px;
}
.footer__menu ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
}
.footer__data h3 {
  font-size: 20px;
  line-height: 27px;
  font-family: "Involve SemiBold";
  font-weight: 600;
  margin-bottom: 16px;
}
.footer__data p {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 21px;
}
.footer__data p a {
  color: #fff;
  text-decoration: none;
}
.footer__dev {
  display: inline-block;
  width: 110px;
  height: 26px;
  background: url('img/dev.svg');
  margin-top: 4px;
}
.about2 {
  padding-bottom: 60px;
}
.about2 .wrap {
  background: url('img/about.svg') no-repeat top right;
}
.about2__name {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 120%;
  font-family: "Involve SemiBold";
  font-weight: 600;
}
.about2__top-text {
  margin-bottom: 60px;
  max-width: 920px;
  font-size: 18px;
  line-height: 180%;
}
.about2 .about__facts {
  right: auto;
  left: 0;
}
.about2 .about__advantages-list {
  background: #F3EFEC;
}
.about2__item {
  width: calc(50% - 12px);
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 160%;
}
.about2__item h3 {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 160%;
  font-family: "Involve-Bold";
  font-weight: 700;
}
.team {
  background: #F3EFEC;
  padding: 80px 0 28px;
}
.team .block-info {
  margin-bottom: 70px;
}
.team__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  margin-right: -24px;
}
.team__item {
  width: calc(25% - 24px);
  margin: 0 24px 52px 0;
  padding-bottom: 84px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #F9F5F2;
  border: 1px solid #E3D9D1;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  backdrop-filter: blur(7.5px);
}
.team__bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #E3D9D1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.team__bottom a {
  width: 31.5%;
  height: 44px;
  border-radius: 12px;
}
.team__bottom a:nth-child(1) {
  background: #e3d9d1 url('img/contacts1.svg') no-repeat center;
}
.team__bottom a:nth-child(2) {
  background: #e3d9d1 url('img/contacts2.svg') no-repeat center;
}
.team__bottom a:nth-child(3) {
  background: #e3d9d1 url('img/contacts3.svg') no-repeat center;
}
.team__top {
  padding: 20px;
}
.team__image {
  text-align: center;
  margin: -50px 0 20px;
}
.team__info {
  line-height: 130%;
}
.team__info h3 {
  margin-bottom: 4px;
  font-size: 22px;
  line-height: 130%;
  font-family: "Involve SemiBold";
  font-weight: 600;
}
.team__prof {
  margin-bottom: 12px;
  color: #f5821f;
  font-size: 16px;
  line-height: 130%;
  font-family: "Involve Med";
  font-weight: 500;
}
.breadcrumbs {
  margin-bottom: 24px;
  border: 1px solid #E3D9D1;
  background: #F3EFEC;
  border-radius: 8px;
  font-size: 16px;
  line-height: 130%;
  position: relative;
  z-index: 3;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
}
.breadcrumbs a {
  display: inline-block;
  text-decoration: none;
  padding: 8px 16px;
  border-right: 1px solid #E3D9D1;
}
.breadcrumbs a:first-child {
  padding: 8px 16px 8px 44px;
  background: url('img/home.svg') no-repeat 16px 50%;
}
.breadcrumbs span {
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
  opacity: .5;
}
.blog {
  padding-bottom: 60px;
}
.blog--inner {
  padding-top: 40px;
}
.blog--inner .about2__name {
  margin-bottom: 40px;
}
.blog__menu {
  font-size: 0;
  padding-bottom: 24px;
  text-align: center;
}
.blog__menu li {
  display: inline-block;
  margin: 0 4px 8px 4px;
}
.blog__menu li a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  line-height: 19px;
  font-family: "Involve SemiBold";
  font-weight: 600;
  padding: 12px 24px;
  background: #E3D9D1;
  border-radius: 40px;
}
.blog__menu li a.selected {
  color: #fff;
  background: linear-gradient(180deg, #f5821f 0%, #f53f1f 100%);
}
.blog__list {
  padding-bottom: 34px;
  margin-right: -24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.blog__item {
  position: relative;
  width: calc(33.33334% - 24px);
  margin: 0 24px 24px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #F3EFEC;
  border: 1px solid #E3D9D1;
  backdrop-filter: blur(7.5px);
  border-radius: 12px;
  padding: 28px 28px 87px 28px;
}
.blog__item h3 {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 130%;
  font-family: "Involve SemiBold";
  font-weight: 600;
}
.blog__item p {
  margin-bottom: 12px;
  line-height: 160%;
}
.blog__image {
  width: 100%;
  margin-bottom: 16px;
}
.blog__badge {
  display: inline-block;
  margin-bottom: 16px;
  background: rgba(245, 130, 31, 0.1);
  border: 1px solid rgba(245, 130, 31, 0.5);
  border-radius: 4px;
  padding: 4px 8px;
  color: #f5821f;
  font-size: 12px;
  line-height: 16px;
  font-family: "Involve SemiBold";
  font-weight: 600;
}
.blog__date {
  padding: 2px 0 2px 24px;
  line-height: 160%;
  color: #A19889;
  background: url('img/date.svg') no-repeat left;
}
.blog__button {
  position: absolute;
  left: 28px;
  bottom: 28px;
  color: #fff;
  font-family: "Involve SemiBold";
  font-weight: 600;
  width: 147px;
  height: 43px;
  background: #414244;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  padding: 0;
  font-size: 16px;
  line-height: 43px;
  text-align: center;
}
.blog__button:hover {
  background: linear-gradient(180deg, #d76401 0%, #d72101 100%);
}
.blog__bottom-button {
  text-align: center;
}
.blog__bottom-button button {
  color: #fff;
  font-family: "Involve SemiBold";
  font-weight: 600;
  width: 211px;
  height: 52px;
  background: linear-gradient(180deg, #f5821f 0%, #f53f1f 100%);
  border-radius: 12px;
  border: none;
  cursor: pointer;
  padding: 0;
  font-size: 16px;
}
.blog__bottom-button button:hover {
  background: linear-gradient(180deg, #d76401 0%, #d72101 100%);
}
.case {
  padding-bottom: 32px;
}
.case__top-left {
  width: 66%;
  margin-bottom: 40px;
}
.case__top-left .cases__badge {
  margin-bottom: 20px;
}
.case__top-left .about2__top-text {
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 0;
}
.case__top-right {
  width: 32.3%;
  margin-bottom: 40px;
}
.case__top-right .cases__data {
  background: #F3EFEC;
  border: 1px solid #E3D9D1;
  backdrop-filter: blur(7.5px);
  border-radius: 12px;
  padding: 28px;
  margin-bottom: 0;
}
.case__top-right .cases__data h4 {
  font-size: 22px;
}
.case__top-right .cases__data ul {
  padding-top: 8px;
}
.case__top-right .cases__data ul li {
  margin-top: 12px;
  font-size: 16px;
}
.case__images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 40px;
}
.case__image {
  width: calc(50% - 12px);
  margin-bottom: 20px;
}
.case__image img {
  width: 100%;
  border: 1px solid #E3D9D1;
  border-radius: 12px;
}
.case__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.case__item {
  width: 32.2%;
}
.case__name {
  width: 212px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 12px;
  margin: 0 auto 30px auto;
  font-family: "Involve SemiBold";
  font-weight: 600;
  font-size: 20px;
  position: relative;
}
.case__name:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  margin-left: 50px;
  width: 162px;
  height: 15px;
  background: url('img/arrow7.svg');
}
.case__name--color1 {
  background: #FFF6F6;
  border: 1px solid #EDA3A3;
  color: #CD4646;
}
.case__name--color2 {
  background: #EAF6FD;
  border: 1px solid #9DB8C4;
  color: #406778;
}
.case__name--color3 {
  background: #F9FFF6;
  border: 1px solid #A6CA90;
  color: #6A9E5A;
}
.case__name--color3:after {
  display: none;
}
.case__info {
  background: #FFFFFF;
  border: 1px solid #E3D9D1;
  backdrop-filter: blur(7.5px);
  border-radius: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px;
  height: calc(100% - 80px);
}
.case__info p {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 160%;
  font-family: "Involve Med";
  font-weight: 500;
}
.case__info ul {
  padding-left: 20px;
  list-style: disc;
  font-size: 16px;
  line-height: 160%;
}
.article {
  padding-bottom: 80px;
  position: relative;
}
.article__top-info {
  width: 57.7%;
  margin-bottom: 52px;
}
.article__top-info .about2__top-text {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 160%;
}
.article__top-data {
  margin-bottom: 20px;
}
.article__top-data .cases__badge {
  margin: 0 12px 0 0;
}
.article__top-data .blog__date {
  display: inline-block;
  margin: 0;
  color: #23282B;
  font-size: 16px;
  padding: 1px 0 1px 28px;
  background: url('img/date2.svg') no-repeat left;
}
.article__top-image {
  width: 40.7%;
  margin-bottom: 52px;
}
.article__top-image img {
  width: 100%;
}
.article__h2 {
  margin-bottom: 32px;
  font-size: 28px;
  line-height: 120%;
  font-family: "Involve SemiBold";
  font-weight: 600;
}
.article__top-text {
  max-width: 920px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 160%;
}
.article__item {
  width: calc(50% - 30px);
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 160%;
}
.article__item h3 {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 120%;
  font-family: "Involve SemiBold";
  font-weight: 600;
}
.article__item p:not(:last-child) {
  margin-bottom: 12px;
}
.article__item p span {
  font-family: "Involve-Bold";
  font-weight: 700;
}
.article__item ul {
  padding-left: 20px;
  list-style: disc;
  margin-top: -12px;
}
.article__item ul:not(:last-child) {
  margin-bottom: 12px;
}
.article__quote {
  margin: 0 118px 60px 118px;
  background: #F3EFEC;
  border-width: 1px 1px 1px 4px;
  border-style: solid;
  border-color: #E3D9D1;
  border-radius: 12px;
  padding: 40px;
  font-size: 16px;
  line-height: 160%;
}
.article__table {
  margin-bottom: 40px;
  border: 1px solid #B9B9B9;
  border-radius: 12px;
  overflow: hidden;
}
.article__table table {
  width: 100%;
  white-space: nowrap;
}
.article__table table thead tr {
  background: #F3EFEC;
}
.article__table table thead tr td {
  padding: 17px 12px;
  font-size: 16px;
  line-height: 130%;
  font-family: "Involve SemiBold";
  font-weight: 600;
}
.article__table table thead tr td:not(:last-child) {
  border-right: 1px solid #B9B9B9;
}
.article__table table tbody tr {
  border-top: 1px solid #B9B9B9;
}
.article__table table tbody tr td {
  padding: 10px;
  font-size: 16px;
  line-height: 130%;
}
.article__table table tbody tr td:first-child {
  font-family: "Involve SemiBold";
  font-weight: 600;
}
.article__table table tbody tr td:not(:last-child) {
  border-right: 1px solid #B9B9B9;
}
.article__steps {
  padding-left: 20px;
  list-style: decimal;
  font-size: 16px;
  line-height: 160%;
}
.article__body {
  font-size: 16px;
  line-height: 160%;
}
.article__body h2 {
  margin-bottom: 32px;
  font-size: 28px;
  line-height: 120%;
  font-family: "Involve SemiBold";
  font-weight: 600;
}
.article__body p {
  max-width: 920px;
  margin-bottom: 40px;
}
.article__body ul,
.article__body ol {
  max-width: 920px;
  margin-bottom: 40px;
  padding-left: 20px;
}
.article__body ul {
  list-style: disc;
}
.contacts {
  padding-bottom: 32px;
}
.contacts__left {
  width: 40%;
}
.contacts__right {
  width: 57.7%;
  background: #F3EFEC;
  border: 1px solid #E3D9D1;
  backdrop-filter: blur(7.5px);
  border-radius: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 28px 28px 8px 28px;
}
.contacts__right h2 {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 120%;
  font-family: "Involve SemiBold";
  font-weight: 600;
}
.contacts__name {
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 120%;
  font-family: "Involve SemiBold";
  font-weight: 600;
}
.contacts .footer__mail {
  color: #23282B;
  font-size: 18px;
  background: url('img/mail2.svg') no-repeat 0 0;
}
.contacts .footer__phone {
  display: block;
  text-decoration: none;
  color: #23282B;
  font-size: 18px;
  margin-bottom: 16px;
  padding-left: 32px;
  background: url('img/phone2.svg') no-repeat 0 0;
}
.contacts .footer__hours {
  color: #23282B;
  font-size: 18px;
  background: url('img/hours2.svg') no-repeat 0 0;
}
.contacts__button {
  margin-bottom: 24px;
  width: 307px;
  height: 43px;
  background: linear-gradient(180deg, #f5821f 0%, #f53f1f 100%);
  border-radius: 12px;
  color: #fff;
  font-family: "Involve SemiBold";
  font-weight: 600;
}
.contacts__button:hover {
  background: linear-gradient(180deg, #d76401 0%, #d72101 100%);
}
.contacts .header__mess a {
  width: auto;
  text-decoration: none;
  padding: 0 20px;
  font-size: 16px;
  margin-right: 5px;
}
.contacts .header__mess a svg {
  vertical-align: middle;
  margin: -2px 5px 0 0;
}
.contacts .header__mess a:hover {
  color: #fff;
}
.contacts__block {
  width: calc(50% - 12px);
}
.contacts__item {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 21px;
}
.contacts__item h3 {
  font-family: "Involve-Bold";
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
}
.contacts__item span {
  font-family: "Involve-Bold";
  font-weight: 700;
}
.contacts__logo {
  width: 262px;
  margin-bottom: 20px;
}
.prices {
  background: #F3EFEC;
  padding: 80px 0;
  overflow: hidden;
}
.prices__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  padding-bottom: 16px;
  margin-right: -24px;
}
.prices__item {
  width: calc(33.33334% - 24px);
  margin: 0 24px 24px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #F9F5F2;
  border: 1px solid #E3D9D1;
  backdrop-filter: blur(7.5px);
  border-radius: 12px;
  padding: 28px 28px 113px 28px;
  position: relative;
}
.prices__item--popular {
  background: #f9f5f2 url('img/prices.png') no-repeat top center / contain;
}
.prices__item--popular:before {
  content: "ПОПУЛЯРНЫЙ";
  position: absolute;
  left: 0;
  bottom: 88px;
  width: 100%;
  text-align: center;
  color: #f5821f;
  font-family: "Involve SemiBold";
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.2em;
}
.prices__name {
  margin-bottom: 8px;
  font-size: 29px;
  line-height: 120%;
  font-family: "Involve SemiBold";
  font-weight: 600;
}
.prices__price {
  float: right;
  color: #fff;
  font-size: 16px;
  line-height: 120%;
  padding: 8px 12px;
  background: linear-gradient(180deg, #f5821f 0%, #f53f1f 100%);
  border-radius: 8px;
}
.prices__desc {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 160%;
  color: #7F756D;
  font-family: "Involve Med";
  font-weight: 500;
}
.prices__data {
  border-top: 1px solid #E3D9D1;
  border-bottom: 1px solid #E3D9D1;
  padding: 16px 0 4px;
  margin-bottom: 16px;
}
.prices__data li {
  margin-bottom: 12px;
  padding-left: 32px;
  font-size: 15px;
  line-height: 24px;
  font-family: "Involve Med";
  font-weight: 500;
  background: url('img/li2.svg') no-repeat 0 0;
}
.prices__bottom-text {
  font-size: 16px;
  line-height: 160%;
  font-family: "Involve-Bold";
  font-weight: 700;
}
.prices__button {
  position: absolute;
  left: 28px;
  bottom: 28px;
  width: calc(100% - 56px);
  height: 52px;
  background: linear-gradient(180deg, #f5821f 0%, #f53f1f 100%);
  border-radius: 12px;
  color: #fff;
  font-family: "Involve SemiBold";
  font-weight: 600;
  font-size: 16px;
}
.prices__button:hover {
  background: linear-gradient(180deg, #d76401 0%, #d72101 100%);
}
.prices__bottom {
  padding: 20px 28px;
  background: #F9F5F2;
  border: 1px solid #E3D9D1;
  backdrop-filter: blur(7.5px);
  border-radius: 12px;
  font-size: 16px;
  line-height: 160%;
}
.prices__bottom span {
  font-family: "Involve-Bold";
  font-weight: 700;
}
.prices__bottom a {
  color: #f5821f;
  font-family: "Involve SemiBold";
  font-weight: 600;
}
.service {
  padding-bottom: 40px;
  text-align: center;
}
.service__image {
  height: 287px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
.service__image:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 170px;
  background: linear-gradient(180deg, rgba(249, 245, 242, 0) 0%, #f9f5f2 100%);
}
.service__name {
  margin: -28px 0 24px;
  font-family: "Involve SemiBold";
  font-weight: 600;
  font-size: 57px;
  line-height: 120%;
  position: relative;
}
.service__top-text {
  max-width: 1156px;
  margin: 0 auto 24px auto;
  font-size: 18px;
  line-height: 180%;
}
.service__badges {
  font-size: 0;
  padding-bottom: 32px;
}
.service__badges .hero__top-text {
  margin: 0 4px 8px 4px;
}
.service__button {
  width: 357px;
  height: 70px;
  background: linear-gradient(180deg, #f5821f 0%, #f53f1f 100%);
  border-radius: 12px;
  font-family: "Involve Med";
  font-weight: 500;
  color: #fff;
  font-size: 16px;
}
.service__button:hover {
  background: linear-gradient(180deg, #d76401 0%, #d72101 100%);
}
.integration {
  background: #F3EFEC;
  padding: 80px 0 64px;
}
.integration .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.integration__text {
  width: 32.2%;
  font-size: 18px;
  line-height: 180%;
  font-family: "Involve Med";
  font-weight: 500;
}
.integration__text h2 {
  margin-bottom: 16px;
  font-size: 40px;
  line-height: 120%;
  font-family: "Involve SemiBold";
  font-weight: 600;
}
.integration__list {
  width: 66.1%;
}
.integration__item {
  margin-bottom: 16px;
  background: #f9f5f2 url('img/check.svg') no-repeat 28px 50%;
  border: 1px solid #E3D9D1;
  backdrop-filter: blur(7.5px);
  border-radius: 12px;
  font-size: 18px;
  line-height: 32px;
  padding: 20px 28px 20px 72px;
}
.problems {
  background: #F3EFEC;
  padding: 80px 0 64px;
}
.problems__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 16px;
  height: 112px;
  background: url('img/arrow10.svg') no-repeat center;
  font-size: 18px;
  line-height: 32px;
}
.problems__left {
  width: calc(50% - 61px);
  position: relative;
  background: #F9F5F2;
  border: 1px solid #E3D9D1;
  backdrop-filter: blur(7.5px);
  border-radius: 12px;
}
.problems__left span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 24px;
  width: calc(100% - 48px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 44px;
  background: url('img/no.svg') no-repeat left;
}
.problems__right {
  width: calc(50% - 61px);
  position: relative;
  background: #F9F5F2;
  border: 1px solid #E3D9D1;
  backdrop-filter: blur(7.5px);
  border-radius: 12px;
}
.problems__right span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 24px;
  width: calc(100% - 48px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 44px;
  background: url('img/yes.svg') no-repeat left;
}
.problems__right span a {
  color: #f5821f;
}
.info-block {
  padding: 80px 0 40px;
}
.info-block h2 {
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 120%;
  font-family: "Involve SemiBold";
  font-weight: 600;
}
.info-block p {
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 180%;
}
.info-block p span {
  font-family: "Involve-Bold";
  font-weight: 700;
}
.info-block h3 {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 180%;
  font-family: "Involve-Bold";
  font-weight: 700;
}
.info-block ul {
  padding-left: 20px;
  list-style: disc;
  font-size: 18px;
  line-height: 160%;
}
.info-block ul span {
  font-family: "Involve-Bold";
  font-weight: 700;
}
.steps {
  padding: 80px 0 24px;
}
.steps__name {
  margin-bottom: 60px;
  font-size: 40px;
  line-height: 120%;
  font-family: "Involve SemiBold";
  font-weight: 600;
}
.steps__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.steps__item {
  width: 18%;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 160%;
}
.steps__item h3 {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 120%;
  font-family: "Involve SemiBold";
  font-weight: 600;
}
.steps__number {
  margin-bottom: 12px;
  color: #f5821f;
  font-size: 44px;
  line-height: 120%;
  font-family: "Involve-Bold";
  font-weight: 700;
  background: url('img/dots.svg') no-repeat right;
}
.steps__number span {
  position: relative;
  background: #f9f5f2;
  display: inline-block;
  padding-right: 15px;
}
.faq {
  padding: 80px 0 28px;
}
.faq .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: url('img/faq.svg') no-repeat top 0 left 278px;
}
.faq__list {
  width: 57.7%;
}
.faq__item {
  margin-bottom: 12px;
  background: #F3EFEC;
  border: 1px solid #E3D9D1;
  backdrop-filter: blur(7.5px);
  border-radius: 12px;
  padding: 24px;
}
.faq__name {
  padding-right: 40px;
  cursor: pointer;
  font-size: 18px;
  line-height: 32px;
  font-family: "Involve SemiBold";
  font-weight: 600;
  background: url('img/faq1.svg') no-repeat right;
}
.faq__name--active {
  background: url('img/faq2.svg') no-repeat right;
}
.faq__text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 160%;
  display: none;
}
.why-we {
  padding: 80px 0 56px;
}
.why-we__image {
  width: calc(50% - 12px);
  border-radius: 16px;
  margin: 53px 0 24px;
}
.why-we__text {
  width: calc(50% - 12px);
}
.why-we__text h3 {
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 120%;
  font-family: "Involve SemiBold";
  font-weight: 600;
}
.why-we__item {
  margin-bottom: 24px;
  background: #f3efec url('img/check2.svg') no-repeat 24px 50%;
  border: 1px solid #E3D9D1;
  backdrop-filter: blur(7.5px);
  border-radius: 12px;
  padding: 16px 24px 16px 68px;
  font-size: 16px;
  line-height: 160%;
}
.service-content {
  padding: 80px 0 50px;
  overflow: hidden;
}
.service-content .steps__name {
  margin-bottom: 40px;
}
.service-content__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  margin-right: -24px;
}
.service-content__item {
  width: calc(25% - 24px);
  margin: 0 24px 24px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 28px;
  background: #F3EFEC;
  border: 1px solid #E3D9D1;
  backdrop-filter: blur(7.5px);
  border-radius: 12px;
  font-size: 16px;
  line-height: 160%;
}
.service-content__item--big {
  width: calc(50% - 24px);
}
.service-content__item h3 {
  padding-bottom: 12px;
  margin-bottom: 12px;
  color: #f5821f;
  font-family: "Involve-Bold";
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  border-bottom: 1px solid #E3D9D1;
}
.no-page {
  text-align: center;
  padding: 30px 0 160px;
}
.no-page h1 {
  text-align: center;
  margin: -30px 0 24px;
  font-size: 57px;
  line-height: 120%;
  font-family: "Involve SemiBold";
  font-weight: 600;
}
.no-page p {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 180%;
}
.no-page button {
  color: #fff;
  font-family: "Involve Med";
  font-weight: 500;
  font-size: 16px;
  width: 242px;
  height: 70px;
  background: linear-gradient(180deg, #f5821f 0%, #f53f1f 100%);
  border-radius: 12px;
}
.no-page button:hover {
  background: linear-gradient(180deg, #d76401 0%, #d72101 100%);
}
.politic {
  padding-bottom: 80px;
}
.politic__text {
  padding: 0 118px;
  font-size: 16px;
  line-height: 160%;
}
.politic__text h2 {
  font-size: 16px;
  line-height: 160%;
  font-family: "Involve-Bold";
  font-weight: 700;
}
.politic__text ul {
  padding-left: 20px;
  list-style: disc;
}
.politic__name {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 160%;
  font-family: "Involve SemiBold";
  font-weight: 600;
}
.buy-top {
  padding-bottom: 60px;
  text-align: center;
}
.buy-top h1 {
  text-align: center;
  margin: -30px 0 24px;
  font-size: 57px;
  line-height: 120%;
  font-family: "Involve SemiBold";
  font-weight: 600;
}
.buy-top p {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 180%;
}
.buy-top button {
  color: #fff;
  font-family: "Involve Med";
  font-weight: 500;
  font-size: 16px;
  width: 351px;
  height: 70px;
  background: linear-gradient(180deg, #f5821f 0%, #f53f1f 100%);
  border-radius: 12px;
}
.buy-top button:hover {
  background: linear-gradient(180deg, #d76401 0%, #d72101 100%);
}
.buy-advantages {
  padding: 80px 0 56px;
  overflow: hidden;
}
.buy-advantages__name {
  max-width: 684px;
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 120%;
  font-family: "Involve SemiBold";
  font-weight: 600;
}
.buy-advantages__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  margin-right: -24px;
}
.buy-advantages__item {
  width: calc(50% - 24px);
  margin: 0 24px 24px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #F3EFEC;
  border: 1px solid #E3D9D1;
  backdrop-filter: blur(7.5px);
  border-radius: 12px;
  padding: 24px;
  font-size: 16px;
  line-height: 160%;
}
.buy-advantages__item h3 {
  margin: 12px 0;
  font-size: 22px;
  line-height: 160%;
  font-family: "Involve-Bold";
  font-weight: 700;
}
.popup {
  background: #f3efec url('img/popup.png') no-repeat bottom center / contain !important;
  border: 1px solid #E3D9D1;
  backdrop-filter: blur(7.5px);
  border-radius: 12px;
  padding: 40px!important;
}
.popup .feedback__name {
  font-size: 35px;
}
.popup .feedback__data li {
  margin-bottom: 4px;
  font-size: 14px;
}
@media (max-width: 1422px) {
  .wrap {
    width: 732px;
  }
  .header {
    padding: 32px 0 40px;
  }
  .header__burger {
    width: 43px;
    height: 43px;
    background: url('img/burger.svg');
    margin-left: 12px;
  }
  .header__burger.header__burger--active {
    background: url('img/close.svg');
  }
  .header__menu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 28px;
    height: 650px;
    background: #FFFFFF;
    box-shadow: 0px 8px 15px rgba(115, 80, 24, 0.1);
    border-radius: 16px;
    margin-top: 20px;
    z-index: 20;
    display: none;
  }
  .header__menu.header__menu--active {
    display: block;
  }
  .header__menu li {
    width: 300px;
  }
  .header__menu-item {
    padding: 12px 16px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
  }
  .header__menu-item--with-sub {
    background: #f9f5f2 url('img/arrow6.svg') no-repeat right 20px top 50%;
  }
  .header__services {
    z-index: 30;
    position: absolute;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    top: 28px;
    right: 28px;
    padding: 0;
    background: none;
    box-shadow: none;
    margin: 0;
    width: calc(100% - 380px);
    height: calc(100% - 56px);
    overflow-y: scroll;
  }
  .header__services ul {
    padding: 0;
    width: auto;
    border: 0;
    height: auto;
  }
  .header__services ul li {
    width: auto;
  }
  .header__services ul li ul {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
    background: #F9F5F2;
    border-radius: 16px;
    height: auto;
    margin: 4px 0;
  }
  .header__services ul li ul li ul {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
    background: #fff;
    border-radius: 16px;
    height: auto;
    margin: 4px 16px;
  }
  .hero {
    padding: 40px 0 96px;
    margin-top: -40px;
  }
  .hero__name {
    font-size: 46px;
  }
  .hero__button {
    margin-bottom: 40px;
  }
  .hero {
    background: url('img/hero3.png') no-repeat bottom center, url('img/hero.png');
  }
  .hero__item {
    width: 330px;
  }
  .hero__item h3 {
    font-size: 32px;
  }
  .hero__item:nth-child(1) {
    top: auto;
    bottom: 84px;
  }
  .hero__item:nth-child(2) {
    top: auto;
    bottom: -36px;
    left: 0;
  }
  .hero__item:nth-child(3) {
    top: auto;
    bottom: 84px;
  }
  .hero__item:nth-child(4) {
    top: auto;
    bottom: -36px;
    right: 0;
  }
  .services {
    padding: 80px 0 60px;
  }
  .block-info__name {
    width: 100%;
    margin-bottom: 20px;
  }
  .block-info__desc {
    width: 100%;
  }
  .services__list {
    margin-right: -20px;
  }
  .services__item {
    width: calc(50% - 20px);
    margin: 0 20px 20px 0;
  }
  .advantages {
    padding: 80px 0 60px;
  }
  .advantages__list {
    margin-right: -20px;
  }
  .advantages__item {
    width: calc(50% - 20px);
    margin: 0 20px 20px 0;
  }
  .about {
    padding: 80px 0;
  }
  .about__advantages-list {
    display: block;
    padding: 20px 0 4px 20px;
  }
  .about__advantage {
    margin: 0 20px 16px 0;
    display: inline-block;
  }
  .about__image {
    width: 100%;
    text-align: center;
    order: 1;
    margin-bottom: 40px;
  }
  .about__text {
    width: 100%;
    order: 2;
  }
  .docs__list {
    margin-right: -12px;
  }
  .docs__item {
    width: calc(25% - 12px);
    margin: 0 12px 8px 0;
  }
  .block-info__desc h3 {
    margin-bottom: 12px;
  }
  .clients__list {
    margin-right: -12px;
    padding-bottom: 28px;
  }
  .clients__item {
    width: calc(25% - 12px);
    margin: 0 12px 12px 0;
    height: 100px;
    line-height: 100px;
  }
  .clients__item img {
    max-width: 60%;
    max-height: 60%;
  }
  .clients__mails {
    margin-right: -12px;
  }
  .clients__mail {
    width: calc(25% - 12px);
    margin: 0 12px 8px 0;
  }
  .cases {
    padding: 80px 0 60px;
  }
  .cases__list {
    margin: 0;
    padding-bottom: 12px;
  }
  .cases__item {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .feedback {
    padding: 40px 0;
  }
  .feedback__form {
    padding: 28px;
    overflow: hidden;
  }
  .feedback__name {
    font-size: 32px;
  }
  .feedback__image {
    width: 514px;
    right: -224px;
  }
  .feedback__data li {
    font-size: 14px;
  }
  .feedback__fields {
    max-width: 370px;
  }
  .feedback__fields .flex:nth-child(1) {
    padding-bottom: 8px;
  }
  .feedback__field {
    width: 100%;
    margin-bottom: 12px;
  }
  .checkbox + label {
    font-size: 14px;
  }
  .feedback__button {
    width: 100%;
    margin-bottom: 12px;
  }
  .feedback__mess {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  }
  .feedback .header__mess {
    padding: 0;
    width: calc(100% - 130px);
  }
  .footer__company {
    width: 49%;
    margin-bottom: 32px;
  }
  .footer__menu {
    width: 49%;
    margin-bottom: 32px;
  }
  .footer__data {
    width: 49%;
  }
  .about2 .wrap {
    background: none;
  }
  .about2 {
    background: url('img/about.svg') no-repeat top 0 right -80px;
  }
  .about2 {
    padding-bottom: 40px;
  }
  .about2__item {
    font-size: 14px;
  }
  .team .block-info {
    margin-bottom: 52px;
  }
  .team__list {
    margin-right: -20px;
  }
  .team__item {
    width: calc(50% - 20px);
    margin: 0 20px 52px 0;
  }
  .blog__list {
    padding-bottom: 20px;
    margin-right: -20px;
  }
  .blog__item {
    width: calc(50% - 20px);
    margin: 0 20px 20px 0;
  }
  .case__top-left {
    width: 100%;
    margin-bottom: 24px;
  }
  .case__top-right {
    width: 100%;
  }
  .case__image {
    width: calc(50% - 10px);
  }
  .case__item {
    width: 100%;
  }
  .case__item:not(:last-child) {
    padding-bottom: 90px;
    background: url('img/arrow8.svg') no-repeat left 50% bottom 20px;
  }
  .case__name:after {
    display: none;
  }
  .case__info {
    height: auto;
  }
  .case {
    padding-bottom: 40px;
  }
  .cases.cases--inner {
    padding: 60px 0 40px;
  }
  .article__top-info {
    width: 100%;
    margin-bottom: 24px;
  }
  .article__top-image {
    width: 100%;
  }
  .article__quote {
    margin: 0 0 54px 0;
  }
  .article__table {
    margin-bottom: 54px;
    padding-bottom: 4px;
    overflow-x: scroll;
  }
  .article {
    padding-bottom: 20px;
  }
  .article__table table thead tr td {
    font-size: 14px;
  }
  .article__table table tbody tr td {
    font-size: 14px;
  }
  .contacts__left {
    width: 100%;
    margin-bottom: 32px;
  }
  .contacts__right {
    width: 100%;
  }
  .prices__item {
    width: calc(100% - 24px);
  }
  .services--inner {
    padding-top: 0;
  }
  .service__name {
    font-size: 40px;
  }
  .integration__text {
    width: 100%;
    margin-bottom: 40px;
  }
  .integration__list {
    width: 100%;
  }
  .problems__item {
    height: 144px;
    font-size: 16px;
    line-height: 160%;
    background: url('img/arrow11.svg') no-repeat center;
  }
  .problems__left {
    width: calc(50% - 28px);
  }
  .problems__right {
    width: calc(50% - 28px);
  }
  .problems__left span {
    left: 20px;
    width: calc(100% - 40px);
  }
  .problems__right span {
    left: 20px;
    width: calc(100% - 40px);
  }
  .steps__list {
    display: block;
    white-space: nowrap;
  }
  .steps__item {
    width: 201px;
    vertical-align: top;
    white-space: normal;
    display: inline-block;
    margin-right: 24px;
  }
  .steps {
    overflow: hidden;
  }
  .faq .integration__text {
    width: 448px;
  }
  .faq__list {
    width: 100%;
  }
  .faq {
    background: url('img/faq3.svg') no-repeat top 36px right 74px;
  }
  .faq .wrap {
    background: none;
  }
  .why-we__image {
    width: 100%;
    height: 408px;
    margin: 0 0 40px 0;
  }
  .why-we__text {
    width: 100%;
  }
  .service-content__item {
    width: calc(50% - 24px);
  }
  .service-content__item.service-content__item--big {
    width: calc(100% - 24px);
  }
  .no-page {
    padding: 0 0 80px 0;
  }
  .no-page h1 {
    font-size: 42px;
  }
  .politic {
    padding-bottom: 40px;
  }
  .politic__text {
    padding: 0;
  }
  .buy-top h1 {
    font-size: 44px;
  }
  .buy-top {
    padding-bottom: 32px;
  }
  .buy-advantages {
    padding: 80px 0 20px;
  }
  .buy-advantages__list {
    margin-right: -20px;
  }
  .buy-advantages__item {
    width: calc(50% - 20px);
    margin: 0 20px 20px 0;
  }
}
@media (max-width: 762px) {
  .wrap {
    width: auto;
    padding: 0 10px;
  }
  .header {
    padding: 20px 0 28px;
  }
  .header__logo {
    width: 230px;
  }
  .header .header__mess {
    display: none;
  }
  .header .header__button {
    display: none;
  }
  .header__phone {
    display: inline-block;
  }
  .header__services {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
  }
  .hero__top-text {
    font-size: 12px;
    line-height: 100%;
    padding: 8px 16px 8px 32px;
  }
  .hero__top-text:before {
    left: 16px;
  }
  .hero__name {
    text-align: left;
    font-size: 28px;
    margin-bottom: 16px;
  }
  .hero__desc {
    text-align: left;
    font-size: 12px;
    margin-bottom: 20px;
  }
  .hero {
    background: url('img/hero4.png') no-repeat bottom 174px left 50%, url('img/hero.png');
  }
  .hero {
    padding: 28px 0 108px;
    position: relative;
    margin-top: -28px;
  }
  .header__bg {
    display: none;
  }
  .header__bg--mob {
    display: block;
    z-index: 3;
  }
  .header__content {
    position: relative;
    z-index: 4;
  }
  .hero__button {
    position: absolute;
    margin: 0;
    bottom: 35px;
    left: 10px;
    width: calc(100% - 20px);
    font-size: 14px;
  }
  .hero__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -60px;
  }
  .hero__item {
    width: calc(50% - 6px);
    margin: 0 0 12px 0!important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    position: relative;
    padding: 12px;
    font-size: 12px;
  }
  .hero__item h3 {
    font-size: 25px;
    margin-bottom: 4px;
  }
  .services {
    padding: 40px 0 28px;
  }
  .block-info {
    margin-bottom: 20px;
  }
  .block-info__badge {
    font-size: 14px;
  }
  .block-info__name {
    font-size: 28px;
    margin-bottom: 12px;
  }
  .block-info__desc {
    font-size: 14px;
  }
  .services__item {
    width: calc(100% - 20px);
    margin: 0 20px 12px 0;
    padding: 20px;
  }
  .services__name {
    font-size: 18px;
  }
  .advantages {
    padding: 40px 0 30px;
  }
  .advantages__item {
    width: calc(100% - 20px);
    margin: 0 20px 12px 0;
    padding: 20px 20px 20px 72px;
    position: relative;
  }
  .advantages__item img {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 40px;
  }
  .advantages__item h3 {
    font-size: 18px;
    margin: 0 0 8px 0;
  }
  .about {
    padding: 40px 0;
  }
  .about__advantages {
    margin-bottom: 20px;
    padding-top: 10px;
  }
  .about__facts {
    right: auto;
    left: 0;
    font-size: 12px;
    margin: 0 0 -6px 0;
  }
  .about__advantages-list {
    padding: 12px 1px 1px 12px;
  }
  .about__advantage {
    margin: 0 16px 16px 0;
    font-size: 12px;
    padding-left: 20px;
    background-size: 16px;
  }
  .about__image:before {
    top: -75px;
    width: 475px;
    height: 430px;
    background: url('img/before2.png');
  }
  .about__image {
    margin-bottom: 20px;
  }
  .about__text p {
    position: relative;
    font-size: 14px;
  }
  .about__buttons {
    padding-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .about__buttons button {
    width: calc(50% - 4px);
    margin: 0!important;
    height: 51px;
    font-size: 14px;
    padding: 0 12px;
  }
  .docs {
    padding: 40px 0 32px;
  }
  .docs__list {
    margin-right: -8px;
  }
  .docs__item {
    width: calc(33.33334% - 8px);
    margin: 0 8px 8px 0;
    padding: 8px;
  }
  .clients {
    padding: 40px 0 32px;
  }
  .clients__list {
    margin-right: -8px;
    padding-bottom: 24px;
  }
  .clients__item {
    width: calc(33.33334% - 8px);
    margin: 0 8px 8px 0;
    height: 66px;
    line-height: 66px;
  }
  .clients__mails-name {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .clients__mails {
    margin-right: -8px;
  }
  .clients__mail {
    width: calc(33.33334% - 8px);
    margin: 0 8px 8px 0;
    padding: 8px;
  }
  .cases {
    padding: 40px 0;
  }
  .cases__item {
    padding: 20px;
  }
  .cases__badge {
    margin-bottom: 12px;
  }
  .cases__item h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .cases__item p {
    font-size: 12px;
    margin-bottom: 16px;
  }
  .cases__data {
    margin-bottom: 16px;
  }
  .cases__data h4 {
    font-size: 14px;
  }
  .cases__data ul li {
    font-size: 12px;
  }
  .cases__item button {
    height: 51px;
    font-size: 14px;
  }
  .cases__bottom-button button {
    width: 210px;
    height: 51px;
    font-size: 14px;
  }
  .feedback {
    padding: 20px 0;
  }
  .feedback__form {
    padding: 20px;
  }
  .feedback__name {
    font-size: 28px;
    margin-bottom: 12px;
  }
  .feedback__data li {
    background: url('img/li.svg') no-repeat 0 0;
  }
  .feedback__fields {
    max-width: 258px;
  }
  .feedback__button {
    width: 172px;
    font-size: 14px;
  }
  .feedback__mess {
    width: 172px;
  }
  .feedback .header__mess {
    width: 100%;
    margin-top: 8px;
  }
  .feedback__image {
    width: 400px;
    right: -180px;
  }
  .footer {
    padding: 40px 0;
  }
  .footer__company {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer__logo {
    width: 295px;
    margin-bottom: 32px;
  }
  .footer__menu h3 {
    font-size: 18px;
  }
  .footer__menu ul {
    padding-top: 0;
  }
  .footer__menu ul li a {
    font-size: 14px;
    line-height: 19px;
  }
  .footer__data {
    width: 100%;
  }
  .footer__data h3 {
    font-size: 18px;
  }
  .footer__data p {
    font-size: 14px;
    line-height: 19px;
  }
  .about2 {
    padding-bottom: 20px;
    background: url('img/about.svg') no-repeat right -32px top 54px;
    background-size: 150px;
  }
  .about2__name {
    font-size: 28px;
  }
  .about2__top-text {
    font-size: 14px;
    margin-bottom: 38px;
  }
  .about2__item {
    width: 100%;
  }
  .team {
    padding: 40px 0 28px;
  }
  .team__item {
    width: calc(100% - 20px);
    margin: 0 20px 12px 0;
    padding: 0;
  }
  .team__top {
    padding: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
  }
  .team__bottom {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
    padding: 12px;
  }
  .team__image {
    width: 80px;
    margin: 0;
  }
  .team__info {
    width: calc(100% - 96px);
    font-size: 11px;
  }
  .team__info h3 {
    font-size: 16px;
  }
  .team__prof {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .breadcrumbs {
    font-size: 14px;
  }
  .blog .about2__name {
    margin-bottom: 12px;
  }
  .blog .about2__top-text {
    margin-bottom: 20px;
  }
  .blog__menu li a {
    font-size: 12px;
    padding: 12px;
  }
  .blog__item {
    width: calc(100% - 20px);
    margin: 0 20px 20px 0;
    padding: 20px 20px 80px 20px;
  }
  .blog__button {
    left: 20px;
    bottom: 20px;
  }
  .blog {
    padding-bottom: 40px;
  }
  .case__top-left .about2__top-text {
    font-size: 14px;
  }
  .case__top-right .cases__data {
    padding: 20px;
  }
  .case__top-right .cases__data h4 {
    font-size: 16px;
  }
  .case__top-right .cases__data ul {
    padding-top: 12px;
  }
  .case__top-right .cases__data ul li {
    margin-top: 4px;
    font-size: 12px;
  }
  .case__top-right {
    margin-bottom: 28px;
  }
  .case__images {
    padding-bottom: 20px;
  }
  .case__image {
    width: 100%;
    margin-bottom: 20px;
  }
  .case__name {
    height: 43px;
    line-height: 43px;
    margin-bottom: 28px;
    font-size: 16px;
  }
  .case__info {
    padding: 20px;
  }
  .case__info p {
    font-size: 14px;
  }
  .case__info ul {
    font-size: 14px;
  }
  .case {
    padding-bottom: 20px;
  }
  .cases.cases--inner {
    padding: 40px 0 1px;
  }
  .article .about2__name {
    margin-bottom: 20px;
  }
  .article__top-info .about2__top-text {
    font-size: 14px;
  }
  .article__top-image {
    margin-bottom: 32px;
  }
  .article__h2 {
    font-size: 22px;
  }
  .article__top-text {
    font-size: 14px;
    margin-bottom: 28px;
  }
  .article .case__images {
    padding-bottom: 12px;
  }
  .article__item {
    width: 100%;
    margin-bottom: 28px;
    font-size: 14px;
  }
  .article__item h3 {
    font-size: 18px;
  }
  .article__quote {
    margin-bottom: 32px;
    font-size: 14px;
    padding: 20px;
  }
  .article__table table thead tr td {
    font-size: 12px;
    padding: 20px 12px;
  }
  .article__table table tbody tr td {
    font-size: 12px;
    padding: 5px 12px;
  }
  .article__table {
    margin-bottom: 32px;
  }
  .article__steps {
    font-size: 14px;
  }
  .contacts__name {
    font-size: 28px;
  }
  .contacts__button {
    width: 100%;
  }
  .contacts .header__mess {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
  }
  .contacts .header__mess a {
    width: 32.5%;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 14px;
  }
  .contacts .header__mess a svg {
    margin: -2px 3px 0 0;
  }
  .contacts__right {
    padding: 20px 20px 1px 20px;
  }
  .contacts__block {
    width: 100%;
  }
  .contacts__right h2 {
    font-size: 24px;
  }
  .contacts__item {
    font-size: 14px;
  }
  .contacts__item h3 {
    font-size: 14px;
  }
  .contacts {
    padding-bottom: 20px;
  }
  .services--inner {
    padding-top: 0;
  }
  .services__h1 {
    font-size: 28px;
    margin-bottom: 28px;
  }
  .services__menu {
    display: none;
  }
  .services__menu2 {
    display: none;
  }
  .services__menu2.services__menu2--active {
    display: block;
  }
  .services__menu.services__menu--active {
    display: block;
  }
  .services__item p {
    margin-bottom: 0;
  }
  .services__name {
    background: url('img/arrow9.svg') no-repeat right;
  }
  .services__name.services__name--active {
    background: url('img/arrow9a.svg') no-repeat right;
  }
  .services__menu2 {
    margin-top: 12px;
  }
  .services__menu2 li a {
    font-size: 14px;
    line-height: 19px;
  }
  .prices {
    padding: 40px 0;
  }
  .prices__item {
    padding: 20px 20px 88px 20px;
  }
  .prices__name {
    font-size: 24px;
    margin-bottom: 11px;
  }
  .prices__price {
    margin-top: -3px;
  }
  .prices__desc {
    font-size: 14px;
  }
  .prices__data li {
    font-size: 13px;
  }
  .prices__bottom-text {
    font-size: 14px;
  }
  .prices__button {
    left: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
    font-size: 14px;
  }
  .prices__item {
    margin-bottom: 16px;
  }
  .prices__list {
    padding-bottom: 6px;
  }
  .prices__bottom {
    font-size: 14px;
  }
  .prices__bottom a {
    display: block;
    margin-top: 12px;
  }
  .service__image {
    height: 215px;
  }
  .service__image:after {
    height: 127px;
  }
  .service__name {
    font-size: 28px;
    margin-bottom: 16px;
  }
  .service__top-text {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .service__badges {
    padding-bottom: 16px;
  }
  .service__button {
    font-size: 14px;
  }
  .integration {
    padding: 40px 0 28px;
  }
  .integration__text {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .integration__text h2 {
    font-size: 28px;
  }
  .integration__item {
    margin-bottom: 12px;
    padding: 16px 20px 16px 64px;
    font-size: 14px;
    line-height: 160%;
    background: #f9f5f2 url('img/check.svg') no-repeat 20px 50%;
  }
  .problems {
    padding: 40px 0 28px;
  }
  .problems__left {
    width: calc(50% - 12px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .problems__right {
    width: calc(50% - 12px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .problems__item {
    height: auto;
    background: url('img/arrow12.svg') no-repeat center;
    margin-bottom: 12px;
  }
  .problems__left span {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
    width: auto;
    padding: 60px 16px 16px 16px;
    font-size: 12px;
    display: block;
    line-height: 160%;
    background: url('img/no.svg') no-repeat top 16px left 50%;
  }
  .problems__right span {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
    width: auto;
    padding: 60px 16px 16px 16px;
    font-size: 12px;
    display: block;
    line-height: 160%;
    background: url('img/yes.svg') no-repeat top 16px left 50%;
  }
  .info-block {
    padding: 40px 0 20px;
  }
  .info-block h2 {
    font-size: 28px;
    margin-bottom: 24px;
  }
  .info-block p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .info-block h3 {
    font-size: 18px;
  }
  .info-block ul {
    font-size: 14px;
  }
  .steps {
    padding: 40px 0 16px;
  }
  .steps__name {
    font-size: 28px;
    margin-bottom: 24px;
  }
  .steps__item {
    display: block;
    width: auto;
  }
  .steps__number {
    background: url('img/dots2.svg') no-repeat right;
  }
  .faq {
    padding: 40px 0 28px;
    background: url('img/faq4.svg') no-repeat top 20px right 10px;
  }
  .faq__item {
    padding: 24px;
  }
  .faq__name {
    padding: 5px 32px 5px 0;
    font-size: 14px;
    line-height: 160%;
  }
  .faq__text {
    font-size: 12px;
  }
  .why-we {
    padding: 40px 0 28px;
  }
  .why-we__image {
    height: 250px;
    margin-bottom: 32px;
  }
  .why-we__text h3 {
    font-size: 22px;
  }
  .why-we__item {
    margin-bottom: 12px;
    padding: 12px 20px 12px 64px;
    font-size: 14px;
    background: #f3efec url('img/check2.svg') no-repeat 20px 50%;
  }
  .services__list--other .services__name {
    background: url('img/arrow2.svg') no-repeat right;
  }
  .service-content {
    padding: 40px 0 28px;
  }
  .service-content .steps__name {
    margin-bottom: 24px;
  }
  .service-content__list {
    margin-right: -12px;
  }
  .service-content__item {
    width: calc(50% - 12px);
    margin: 0 12px 12px 0;
    padding: 16px;
    font-size: 14px;
  }
  .service-content__item.service-content__item--big {
    width: calc(100% - 12px);
  }
  .no-page {
    padding: 42px 0 40px;
  }
  .no-page h1 {
    margin: 8px 0 24px;
    font-size: 32px;
  }
  .no-page p {
    font-size: 14px;
  }
  .no-page button {
    width: 100%;
    font-size: 14px;
  }
  .politic__name {
    font-size: 24px;
  }
  .politic__text {
    font-size: 14px;
  }
  .politic__text h2 {
    font-size: 14px;
  }
  .buy-top h1 {
    margin: -16px 0 16px;
    font-size: 26px;
  }
  .buy-top p {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .buy-top button {
    width: 100%;
    font-size: 14px;
  }
  .buy-top {
    padding-bottom: 40px;
  }
  .buy-advantages {
    padding: 40px 0 28px;
  }
  .buy-advantages__list {
    margin-right: -12px;
  }
  .buy-advantages__item {
    width: calc(50% - 12px);
    margin: 0 12px 12px 0;
  }
  .buy-advantages__name {
    font-size: 28px;
    margin-bottom: 24px;
  }
  .buy-advantages__item {
    padding: 16px;
    font-size: 14px;
  }
  .buy-advantages__item h3 {
    font-size: 16px;
  }
  .buy-advantages__item img {
    width: 44px;
  }
  .popup {
    padding: 20px!important;
    background: #f3efec url('img/popup2.png') no-repeat bottom center / contain !important;
  }
  .popup .feedback__name {
    font-size: 28px;
    margin-bottom: 16px;
  }
  .popup .feedback__fields {
    max-width: 100%;
  }
  .popup .feedback__button {
    width: 100%;
  }
  .popup .feedback__mess {
    width: 100%;
  }
  .popup .header__mess {
    padding: 0;
    width: calc(100% - 130px);
  }
}

@media (max-width: 388px) {
  .header__logo {
    width: 190px;
  }
}
