* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

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

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: 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: 400;
}

.header {
  position: absolute;
  z-index: 10;
  top: 40px;
  left: 0;
  width: 100%;
}

.header.sticky {
  top: 0;
  padding: 20px 0;
  position: fixed;
  background-image: -o-linear-gradient(3.03deg, #9914b3 11.9%, #7023bc 87.93%);
  background-image: linear-gradient(86.97deg, #9914b3 11.9%, #7023bc 87.93%);
}

.header-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-body__bg {
  display: none;
}

.header-body__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-body__menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  color: #ffffff;
  margin: 0 0 0 100px;
}

.header-body__menu-item:first-child {
  margin: 0;
}

.header-body__menu-item::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  margin: 0 10px 0 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-body__menu-item:hover::before {
  background: white;
}

.header-body__burger {
  display: none;
  width: 18px;
  height: 16px;
  position: relative;
}

.header-body__burger span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 20px;
  background-color: #ffffff;
}

.header-body__burger span:nth-child(1) {
  top: 0;
}

.header-body__burger span:nth-child(2) {
  top: 7px;
}

.header-body__burger span:nth-child(3) {
  bottom: 0;
}

.footer-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0;
  border-top: 3px solid #f9fafb;
}

.footer-body__cr {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #41517c;
}

.footer-body__policy {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #021751;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer-body__policy:hover {
  color: #9914b3;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.btn {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -o-linear-gradient(3.03deg, #9914b3 11.9%, #7023bc 87.93%);
  background: linear-gradient(86.97deg, #9914b3 11.9%, #7023bc 87.93%);
  border-radius: 5px;
  padding: 0 80px;
  height: 65px;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 21px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
}

.btn:hover {
  background: #9914b3;
}

.main {
  padding: 360px 0 250px;
  background-image: url(../img/main/bg.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.main-body {
  position: relative;
}

.main-body__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 730px;
}

.main-body__text-title {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  font-size: 85px;
  line-height: 107px;
  color: #ffffff;
}

.main-body__text-subtitle {
  margin: 10px 0 0 0;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
  color: #ffffff;
}

.main-body__text-desc {
  margin: 10px 0 0 0;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #b5c0de;
}

.main-body__text-btn {
  margin: 50px 0 0 0;
}

.main-body__img {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  right: -120px;
  bottom: -170px;
  width: 680px;
  height: 712px;
}

.main-body__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.services {
  padding: 150px 0 70px;
}

.services_fb {
  padding: 100px 0;
}

.services_fb .services-body {
  margin: 0;
}

.services_fb .services-body__title br {
  display: none;
}

.services_fb .services-body__img {
  height: 338px;
}

.services_fb .services-body__img img {
  width: 390px;
  height: 132px;
}

.services_tt {
  padding: 107px 0 100px;
}

.services_tt .services-body {
  margin: 0;
}

.services_tt .services-body__img img {
  width: 430px;
  height: 65px;
}

.services__title {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  font-size: 70px;
  line-height: 88px;
  text-align: center;
  color: #021751;
}

.services-body {
  display: grid;
  grid-template: 'img title title' auto 'img  desc desc' auto;
  margin: 70px 0 0 0;
  grid-column-gap: 50px;
}

.services-body__img {
  grid-area: img;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  position: relative;
  height: 300px;
  width: 575px;
}

.services-body__img img {
  width: 480px;
  height: 150px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.services-body__img span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
}

.services-body__title {
  grid-area: title;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 45px;
  color: #021751;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.services-body__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-area: desc;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 24px;
  color: #021751;
}

.services-body__desc p {
  margin: 20px 0 0 0;
}

.services-body__desc p:first-child {
  margin: 15px 0 0 0;
}

.services-body__btn {
  margin: 30px 0 0 0;
}

.platforms__title {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
  color: #021751;
}

.platforms-body {
  margin: 50px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.platforms-body__item {
  width: calc(20% - 40px);
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 19px 0 37px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.platforms-body__item:hover {
  -webkit-box-shadow: 0px 0px 25px rgba(112, 35, 188, 0.2);
  box-shadow: 0px 0px 25px rgba(112, 35, 188, 0.2);
}

.platforms-body__item-img {
  width: 100px;
  height: 100px;
}

.platforms-body__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: none;
  object-fit: none;
  -o-object-position: center;
  object-position: center;
}

.platforms-body__item-name {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  color: #021751;
  margin: auto 0 0 0;
}

.advantages {
  margin: 100px 0 0;
  padding: 100px 0;
  position: relative;
  background: #f9fafb;
}

.advantages__bg {
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}

.advantages-body {
  display: grid;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-template: auto auto auto / 1fr 1fr 575px;
  grid-column-gap: 25px;
  grid-row-gap: 50px;
}

.advantages-body__title {
  grid-area: 1 / 1 / 1 / 4;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 45px;
  color: #021751;
  text-align: center;
  width: 100%;
}

.advantages-body__content {
  grid-area: 2 / 1 / 2 / 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.advantages-body__content-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 0 0 20px;
  -ms-flex: 0 0 calc(50% - 17.5px);
  flex: 0 0 calc(50% - 17.5px);
}

.advantages-body__content-col:first-child {
  margin: 0;
}

.advantages-body__content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 0 0 0;
}

.advantages-body__content-item:first-child {
  margin: 0;
}

.advantages-body__content-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 65px;
}

.advantages-body__content-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.advantages-body__content-name {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #021751;
  margin: 0 0 0 20px;
}

.advantages-body__img {
  grid-area: 2 / 3 / 2 / 3;
  width: 575px;
  height: 300px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.advantages-body__img span {
  display: block;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  overflow: hidden;
}

.advantages-body__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.advantages-body__btn {
  margin: 0 auto;
  grid-area: 3 / 1 / 3 / 4;
}

.how-body {
  background: #f9fafb;
  border-radius: 25px;
  padding: 40px;
  display: grid;
  grid-template: auto auto auto / auto auto;
  grid-column-gap: 50px;
}

.how-body__title {
  grid-area: 1 / 1 / 1 / 1;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 45px;
  color: #021751;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.how-body__desc {
  grid-area: 2 / 1 / 2 / 1;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 24px;
  color: #021751;
}

.how-body__desc p {
  margin: 15px 0 0 0;
}

.how-body__btn {
  grid-area: 3 / 1 / 3 / 1;
  margin: 30px auto 0 0;
}

.how-body__img {
  grid-area: 1 / 2 / 4 / 2;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  position: relative;
  height: 300px;
  width: 575px;
}

.how-body__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.how-body__img span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  overflow: hidden;
}

.why {
  background: #f9fafb;
  position: relative;
  padding: 100px 0;
  margin: 100px 0 0;
}

.why__bg {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}

.why-body {
  display: grid;
  grid-row-gap: 50px;
  grid-column-gap: 50px;
  grid-template: auto auto / 575px 1fr;
}

.why-body__title {
  grid-area: 1 / 1 / 1 / 3;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 45px;
  color: #021751;
  text-align: center;
}

.why-body__img {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  position: relative;
  height: 300px;
  width: 575px;
}

.why-body__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.why-body__img span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  overflow: hidden;
}

.why-body__desc {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 24px;
  color: #021751;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.why-body__desc p {
  margin: 15px 0 0 0;
}

.why-body__desc p:first-child {
  margin: 0;
}

.why-should {
  display: grid;
  grid-template: auto auto auto auto / 1fr auto;
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  margin: 100px 0 0 0;
}

.why-should__title {
  grid-area: 1 / 1 / 1 / 1;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 45px;
  color: #021751;
}

.why-should__content {
  grid-area: 2 / 1 / 2 / 1;
  display: grid;
  grid-column-gap: 35px;
  grid-row-gap: 30px;
  grid-template: auto auto auto / 1fr 1fr;
}

.why-should__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.why-should__item:nth-child(2) {
  grid-area: 2 / 1 / 2 / 1;
}

.why-should__item:nth-child(3) {
  grid-area: 3 / 1 / 3 / 3;
}

.why-should__item-num {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #021751;
  position: relative;
  background: -o-linear-gradient(3.03deg, #9914b3 11.9%, #7023bc 87.93%);
  background: linear-gradient(86.97deg, #9914b3 11.9%, #7023bc 87.93%);
}

.why-should__item-num span {
  content: '';
  position: absolute;
  z-index: 1;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f9fafb;
  border-radius: 3px;
}

.why-should__item-text {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #021751;
  margin: 0 0 0 20px;
}

.why-should__desc {
  grid-area: 3 / 1 / 3 / 1;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 24px;
  color: #021751;
}

.why-should__btn {
  grid-area: 4 / 1 / 4 / 1;
  margin: 0 auto 0 0;
}

.why-should__img {
  grid-area: 1 / 2 / 5 / 2;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  position: relative;
  height: 464px;
  width: 575px;
}

.why-should__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.why-should__img span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  overflow: hidden;
}

.what-body {
  background: -o-linear-gradient(3.03deg, #9914b3 11.9%, #7023bc 87.93%);
  background: linear-gradient(86.97deg, #9914b3 11.9%, #7023bc 87.93%);
  position: relative;
  border-radius: 20px;
  padding: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: center;
  align-content: center;
}

.what-body__bg {
  position: absolute;
  pointer-events: none;
}

.what-body__bg_top {
  right: 0;
  top: 0;
}

.what-body__bg_bottom {
  left: 0;
  bottom: 0;
}

.what-body__title {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 45px;
  color: #ffffff;
  text-align: center;
}

.what-body__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 50px 0 0 0;
}

.what-body__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(33.333% - 34px);
  flex: 0 0 calc(33.333% - 34px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 0 0 50px;
}

.what-body__item:first-child {
  margin: 0;
}

.what-body__item-text {
  margin: 20px 0 0 0;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #ffffff;
}

.what-body__btn {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 65px;
  padding: 0 80px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  margin: 50px auto 0;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 21px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.what-body__btn:hover {
  background: #ffffff;
  color: #021751;
}

.trade {
  margin: 100px 0 70px;
}

.trade-body {
  max-width: 1200px;
  margin: 0 auto;
}

.trade-body__title {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  font-size: 50px;
  line-height: 63px;
  text-align: center;
  color: #021751;
}

.trade-body__subtitle {
  margin: 10px 0 0 0;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 31px;
  text-align: center;
  color: #021751;
}

.trade-body__text {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #41517c;
}

.trade-body__text p {
  margin: 10px 0 0;
}

.trade-benefits {
  display: grid;
  margin: 70px 0 0 0;
  grid-template: auto auto auto / 575px 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 30px;
}

.trade-benefits__title {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 45px;
  color: #021751;
  grid-area: 1 / 2 / 1 / 2;
}

.trade-benefits__img {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  position: relative;
  height: 422px;
  width: 575px;
  grid-area: 1 / 1 / 4 / 1;
}

.trade-benefits__img img {
  width: 535px;
  height: 382px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.trade-benefits__img span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  overflow: hidden;
}

.trade-benefits__content {
  display: grid;
  grid-template: auto auto auto / 1fr 1fr;
  grid-area: 2 / 2 / 3 / 2;
  grid-column-gap: 35px;
  grid-row-gap: 30px;
}

.trade-benefits__content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #021751;
}

.trade-benefits__content-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.trade-benefits__content-text {
  margin: 0 0 0 20px;
}

.trade-benefits__btn {
  grid-area: 3 / 2 / 3 / 2;
  margin: 0 auto 0 0;
}

.offer-body {
  display: grid;
  background: #f9fafb;
  border-radius: 25px;
  padding: 40px;
  grid-template: auto auto auto / 1fr 575px;
  grid-column-gap: 50px;
}

.offer-body__title {
  grid-area: 1 / 1 / 1 / 1;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 45px;
  color: #021751;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.offer-body__desc {
  grid-area: 2 / 1 / 2 / 1;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 24px;
  color: #021751;
}

.offer-body__desc p {
  margin: 15px 0 0 0;
}

.offer-body__btn {
  grid-area: 3 / 1 / 3 / 1;
  margin: 14px auto 0 0;
}

.offer-body__img {
  grid-area: 1 / 2 / 4 / 2;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  position: relative;
  height: 300px;
  width: 575px;
}

.offer-body__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.offer-body__img span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  overflow: hidden;
}

.marketing {
  position: relative;
  background: #f9fafb;
  padding: 100px 0;
  margin: 100px 0 0;
}

.marketing__bg {
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}

.marketing__top {
  max-width: 1200px;
  margin: 0 auto;
}

.marketing__top-title {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  font-size: 50px;
  line-height: 63px;
  text-align: center;
  color: #021751;
}

.marketing__top-subtitle {
  margin: 10px 0 0 0;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 31px;
  text-align: center;
  color: #021751;
}
.marketing__top-subtitle._mw1200 {
  max-width: 1200px;
  margin: 10px auto 0;
}

.marketing__top-text {
  margin: 10px 0 0 0;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #41517c;
}
.marketing__top-text._mw1200 {
  margin: 10px auto 0;
  max-width: 1200px;
}

.marketing-body {
  margin: 100px 0 0 0;
  display: grid;
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  grid-template: auto auto auto auto / 575px 1fr;
}

.marketing-body__img {
  grid-area: 1 / 1 / 5 / 1;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  position: relative;
  width: 575px;
  height: 464px;
}

.marketing-body__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.marketing-body__img span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  overflow: hidden;
}

.marketing-body__title {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 45px;
  color: #021751;
}

.marketing-body__title_approach {
  grid-area: 1 / 2 / 1 / 2;
}

.marketing-body__title_how {
  grid-area: 3 / 2 / 3 / 2;
}

.marketing-body__content {
  display: grid;
  grid-template: auto auto / 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.marketing-body__content_approach {
  grid-area: 2 / 2 / 2 / 2;
}

.marketing-body__content_how {
  grid-area: 4 / 2 / 4 / 2;
}

.marketing-body__content_how .marketing-body__content-item:nth-child(2) {
  grid-area: 2 / 1 / 2 / 1;
}

.marketing-body__content_how .marketing-body__content-item:nth-child(3) {
  grid-area: 1 / 2 / 1 / 2;
}

.marketing-body__content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.marketing-body__content-img {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #021751;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  position: relative;
  background: -o-linear-gradient(3.03deg, #9914b3 11.9%, #7023bc 87.93%);
  background: linear-gradient(86.97deg, #9914b3 11.9%, #7023bc 87.93%);
}

.marketing-body__content-img span {
  content: '';
  position: absolute;
  z-index: 1;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f9fafb;
  border-radius: 3px;
}

.marketing-body__content-text {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #021751;
  margin: 0 0 0 20px;
}

.benifits {
  padding: 100px 0 0;
}

.benifits-body {
  display: grid;
  padding: 0 0 100px;
  border-bottom: 3px solid #f9fafb;
  grid-template: auto auto auto / 1fr 575px;
  grid-row-gap: 50px;
  grid-column-gap: 50px;
}

.benifits-body__title {
  grid-area: 1 / 1 / 1 / 3;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 45px;
  color: #021751;
  text-align: center;
}

.benifits-body__content {
  grid-area: 2 / 1 / 2 / 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.benifits-body__content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #021751;
  margin: 30px 0 0 0;
}

.benifits-body__content-item:first-child {
  margin: 0;
}

.benifits-body__content-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.benifits-body__content-text {
  margin: 0 0 0 20px;
}

.benifits-body__img {
  grid-area: 2 / 2 / 2 / 2;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  position: relative;
  height: 350px;
  width: 575px;
}

.benifits-body__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.benifits-body__img span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  overflow: hidden;
}

.benifits-body__btn {
  grid-area: 3 / 1 / 3 / 3;
  margin: 0 auto;
}

.weoffer {
  margin: 100px 0;
}

.weoffer-top {
  max-width: 1250px;
  margin: 0 auto;
}

.weoffer-top__title {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  font-size: 50px;
  line-height: 63px;
  text-align: center;
  color: #021751;
}

.weoffer-top__subtitle {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 31px;
  text-align: center;
  color: #021751;
  margin: 10px 0 0;
}

.weoffer-top__text {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #41517c;
}

.weoffer-top__text p {
  margin: 10px 0 0;
}

.weoffer .what-body {
  margin: 50px 0 0 0;
}

.weoffer .what-body__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(20% - 40px);
  flex: 0 0 calc(20% - 40px);
}

.about {
  padding: 100px 0;
  margin: 100px 0 0 0;
  position: relative;
  background: #f9fafb;
}

.about__bg {
  position: absolute;
  pointer-events: none;
  right: 0;
  top: 0;
}

.about-body {
  display: grid;
  grid-template: auto auto auto / 575px 1fr;
  margin: 100px 0 0;
  grid-column-gap: 50px;
  grid-row-gap: 0;
}

.about-body__img {
  grid-area: 1 / 1 / 4 / 1;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  position: relative;
  height: 350px;
  width: 575px;
}

.about-body__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.about-body__img span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  overflow: hidden;
}

.about-body__text {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 24px;
  color: #021751;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-area: 2 / 2 / 2 / 2;
}

.about-body__text_single {
  grid-area: 1 / 2 / 1 / 2;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 10px 0 15px;
}

.about-body__text p {
  margin: 15px 0 0;
}

.about-body__text p:first-child {
  margin: 0;
}

.about-body__btn {
  grid-area: 3 / 2 / 3 / 2;
  margin: 0 auto 0 0;
}

.contact {
  margin: 100px 0;
}

.contact__title {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  font-size: 50px;
  line-height: 63px;
  text-align: center;
  color: #021751;
}

.contact-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 50px 0 0;
}

.contact-body__col_info {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 660px;
  flex: 0 1 660px;
}

.contact-body__col_form {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 690px;
  flex: 0 0 690px;
  padding: 30px;
  background: #f9fafb;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 0 0 50px;
}

.contact-body__col-title {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  font-size: 28px;
  line-height: 35px;
  color: #021751;
}

.contact-body__content {
  margin: 30px 0 0;
}

.contact-body__content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 0 0;
}

.contact-body__content-item:first-child {
  margin: 0;
}

.contact-body__content-title {
  width: 100px;
  margin: 0 10px;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #021751;
}

.contact-body__content-info {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  color: #41517c;
}

.contact-body__map {
  margin: 30px 0 0;
  position: relative;
  padding: 0 0 51.82%;
  background: #c4c4c4;
  border-radius: 20px;
  overflow: hidden;
}

.contact-body__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contact .form__title {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 30px;
  text-align: left;
  color: #021751;
  margin: 0 0 0 10px;
}

.contact .form__msg {
  display: none;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 31px;
  text-align: center;
  color: #021751;
  -webkit-animation: thankyou 0.5s;
  animation: thankyou 0.5s;
}

@-webkit-keyframes thankyou {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes thankyou {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.contact .form__msg.active {
  display: block;
}

.contact .form__btn {
  margin: 20px auto 0;
}

.contact .form-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact .form-body__item {
  margin: 20px 0 0 0;
  width: 100%;
  position: relative;
}

.contact .form-body__item .js-validate-error-label {
  position: absolute;
  width: calc(100% - 60px);
  top: 14px;
  left: 30px;
  font-family: 'Source Sans Pro';
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
}

.contact .form-body__item .js-validate-error-label::after {
  position: absolute;
  top: 14px;
  right: 0px;
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/err.svg);
  background-position: center;
  background-size: contain;
}

.contact .form-body__item textarea {
  width: 100%;
  resize: none;
  height: 100px;
  background-color: transparent;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #41517c;
  padding: 22.5px 30px 21.5px;
  border-bottom: 1px solid #dbe0e6;
  width: 100%;
}

.contact .form-body__item input {
  background-color: transparent;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #41517c;
  padding: 22.5px 30px 21.5px;
  border-bottom: 1px solid #dbe0e6;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contact .form-body__item input.js-validate-error-field {
  border: none !important;
  border-bottom: 1px solid #e97676 !important;
  padding: 30.5px 30px 14.5px;
}

.contact .form-body__item_small {
  width: calc(50% - 15px);
}

.notfound {
  background-image: url(../img/main/bg.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.notfound-body {
  padding: 100px 0;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.notfound-body__text-title {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  font-size: 85px;
  line-height: 107px;
  color: #ffffff;
}

.notfound-body__text-subtitle {
  margin: 10px 0 0;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
  color: #ffffff;
}

.notfound-body__text-desc {
  margin: 10px 0 0;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #b5c0de;
}

.soon {
  background-image: url(../img/main/bg.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
}

.soon .container {
  position: relative;
}

.soon-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
}

.soon-body {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.soon-body__timer-title {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  font-size: 85px;
  line-height: 107px;
  color: #ffffff;
  margin: 0 0 10px;
}

.soon-body__timer-item {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.soon-body__timer-item-time {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.soon-body__timer-item-time:first-child::before {
  display: none;
}

.soon-body__timer-item-time::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.25);
  margin: 0 20px;
  border-radius: 50%;
}

.soon-body__timer-item span {
  margin: 0 10px 0 0;
}

.eq_lead {
  padding: 96px 0 100px;
  position: relative;
  background: #f9fafb;
}

.eq_lead__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

.eq_lead__bg img {
  width: 635px;
  height: 450px;
  -o-object-fit: contain;
  object-fit: contain;
}

.eq_lead__bg img:nth-child(2) {
  display: none;
}

.eq_lead-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0 0;
}

.eq_lead-body__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.eq_lead-body__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px 0 0 50px;
}

.eq_lead-body__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 15px);
  flex: 0 0 calc(50% - 15px);
}

.eq_lead-body__item:not(:first-child) {
  margin: 30px 0 0 30px;
}

.eq_lead-body__item:nth-child(2) {
  margin: 0 0 0 30px;
}

.eq_lead-body__item:nth-child(2n + 1) {
  margin: 30px 0 0;
}

.eq_lead-body__item:nth-child(1) {
  margin: 0;
}

.eq_lead-body__item-text {
  margin: 0 0 0 20px;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #021751;
}

.eq_lead-body__text {
  margin: 30px 0 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #41517c;
}

.eq_lead-body__text._mobile {
  margin: 40px 0 0;
  display: none;
  text-align: center;
}

.eq_lead-bottom {
  margin: 30px 0 0;
}

.eq_lead-bottom._marginbig {
  margin: 50px 0 0;
}

.eq_lead-bottom__title {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 31px;
  text-align: center;
  color: #021751;
}

.eq_lead-bottom__btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 300px;
  padding: 0 30px;
  text-align: center;
  margin: 20px auto 0;
}

.eq_benefits {
  margin: 50px 0 0;
  padding: 50px 0 0;
  border-top: 1px solid #e1e5ee;
}

.eq_benefits._advantages {
  padding: 0;
  border: none;
}

.eq_benefits._advantages .eq_benefits-body {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.eq_benefits._advantages .eq_benefits-body__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 300px;
  flex: 0 1 300px;
}

.eq_benefits__title {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
  color: #021751;
}

.eq_benefits-body {
  margin: 30px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.eq_benefits-body__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 16%;
  flex: 1 1 16%;
}

.eq_benefits-body__item:not(:first-child) {
  margin: 0 0 0 30px;
}

.eq_benefits-body__item-title {
  text-align: center;
  margin: 20px 0 0;
  font-family: 'Source Sans Pro';
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  color: #021751;
}

.eq_sms {
  padding: 96px 0 111px;
  position: relative;
  background: #f9fafb;
}

.eq_sms__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

.eq_sms__bg img {
  width: 635px;
  height: 450px;
  -o-object-fit: contain;
  object-fit: contain;
}

.eq_sms__bg img:nth-child(2) {
  display: none;
}

.eq_sms-how {
  margin: 50px 0 0;
}

.eq_sms-body {
  margin: 50px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}

.eq_sms-body__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 575px;
  flex: 0 0 575px;
  width: 100% !important;
  height: 0 !important;
  padding: 0 0 29%;
}

.eq_sms-body__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(50% - 20px);
  flex: 1 1 calc(50% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.eq_sms-body__content .eq_sms-how__title {
  text-align: left;
}

.eq_sms-body__content .eq_sms-how__list {
  margin: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.eq_sms-body__content .eq_sms-how__list .eq_sms-how__list-item {
}

.eq_sms-body__content
  .eq_sms-how__list
  .eq_sms-how__list-item
  .marketing-body__content-text {
  text-align: left;
}
.eq_sms-body__content
  .eq_sms-how__list
  .eq_sms-how__list-item
  .eq_sms-how__item-title {
  text-align: left;
  margin: 0;
}

.eq_sms-bottom {
  margin: 50px 0 0;
  padding: 50px 0 0;
  border-top: 1px solid #e1e5ee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.eq_sms-bottom__text {
  max-width: 1200px;
  margin: 0;
}
.eq_sms-bottom__label {
  margin: 0;
}

.eq_sms-how__title {
  font-family: 'Source Sans Pro';
  font-weight: 900;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
  color: #021751;
}

.eq_sms-how__content {
  margin: 30px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.eq_sms-how__content._with-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
}
.eq_sms-how__content._with-wrap .eq_sms-how__item {
  -webkit-box-flex: 1;
  -ms-flex: 0 0 calc(33.333% - 20px);
  flex: 0 0 calc(33.333% - 20px);
  margin: 0;
}

.eq_sms-how__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(33.333% - 20px);
  flex: 0 1 calc(33.333% - 20px);
}

.eq_sms-how__item:not(:first-child) {
  margin: 0 0 0 30px;
}

.eq_sms-how__item-title {
  margin: 20px 0 0;
  font-family: 'Source Sans Pro';
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: #021751;
}

.eq_sms-how__item-descr {
  margin: 10px 0 0;
  font-family: 'Source Sans Pro';
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  color: #021751;
}

.eq_sms-benefits {
  margin: 50px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.eq_sms-benefits__title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin: 0 0 30px;
  font-family: 'Source Sans Pro';
  font-weight: 900;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
  color: #021751;
}

.eq_sms-benefits__content {
  margin: 0 0 0 40px;
}

.eq_sms-benefits__item:not(:first-child) {
  margin: 15px 0 0;
}

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

.eq_sms-services__btn {
  margin: 50px 0 0;
  -ms-flex-item-align: center;
  align-self: center;
}

.eq_sms-services.eq_benefits .eq_benefits-body {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.eq_sms-services.eq_benefits .eq_benefits-body__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(25% - 23px);
  flex: 0 1 calc(25% - 23px);
}

.eq_sms-services.eq_benefits .eq_benefits-body__item:not(:first-child) {
  margin: 30px 0 0 30px;
}

.eq_sms-services.eq_benefits .eq_benefits-body__item:nth-child(4n + 1) {
  margin: 30px 0 0;
}

.eq_sms-services.eq_benefits .eq_benefits-body__item:nth-child(1) {
  margin: 0;
}

.eq_sms-services.eq_benefits .eq_benefits-body__item:nth-child(2),
.eq_sms-services.eq_benefits .eq_benefits-body__item:nth-child(3),
.eq_sms-services.eq_benefits .eq_benefits-body__item:nth-child(4) {
  margin: 0 0 0 30px;
}

.eq_amazon {
  padding: 100px 0;
}

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

.eq_amazon-body {
  max-width: 1390px;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.eq_amazon-body__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 400px;
}

.eq_amazon-body__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 0 0 0 40px;
}

.eq_amazon-body__text {
  font-family: 'Source Sans Pro';
  font-size: 25px;
  line-height: 31px;
  color: #021751;
}

.eq_amazon-body__text._mobile {
  display: none;
}

.eq_amazon-body__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.eq_amazon-body__items-title {
  margin: 15px 0 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  font-family: 'Source Sans Pro';
  font-size: 19px;
  line-height: 24px;
  color: #021751;
}

.eq_amazon-body__items-col {
  margin: 30px 0 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(50% - 15px);
  flex: 0 1 calc(50% - 15px);
}

.eq_amazon-body__items-col:nth-child(3) {
  margin: 30px 0 0 30px;
}

.eq_amazon-body__items-item:not(:first-child) {
  margin: 30px 0 0;
}

.eq_amazon-body__items-item .marketing-body__content-img span {
  background-color: #fff;
}

.eq_amazon-services {
  max-width: 1390px;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.eq_amazon-services__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.eq_amazon-services__content-title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  font-family: 'Source Sans Pro';
  font-weight: 900;
  font-size: 30px;
  line-height: 38px;
  color: #021751;
}

.eq_amazon-services__content-title._mobile {
  display: none;
}

.eq_amazon-services__content-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(50% - 15px);
  flex: 0 1 calc(50% - 15px);
  margin: 30px 0 0;
}

.eq_amazon-services__content-col:nth-child(3) {
  margin: 30px 0 0 30px;
}

.eq_amazon-services__item:not(:first-child) {
  margin: 30px 0 0;
}

.eq_amazon-services__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 0 0 40px;
}

.eq_amazon__btn {
  margin: 50px 0 0;
  -ms-flex-item-align: center;
  align-self: center;
}

body {
  overflow: auto;
}

body.lock {
  overflow: hidden;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

.wrapper {
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.totop__btn {
  cursor: pointer;
  position: fixed;
  right: 20px;
  bottom: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: none;
  border: none;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.totop__btn.show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.totop__btn:hover::before {
  border: 1px solid black;
}

.totop__btn::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition-property: border-color, -webkit-transform;
  transition-property: border-color, -webkit-transform;
  -o-transition-property: transform, border-color;
  transition-property: transform, border-color;
  transition-property: transform, border-color, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 0.2, 0, 1);
  -o-transition-timing-function: cubic-bezier(0.2, 0.2, 0, 1);
  transition-timing-function: cubic-bezier(0.2, 0.2, 0, 1);
}

@media (max-width: 1200px) {
  .eq_sms-body {
    gap: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .eq_sms-body__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
  }

  .eq_sms-body__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
  }

  .eq_lead {
    padding: 60px 0;
    margin: 0 0 60px;
  }

  .eq_lead-body {
    margin: 30px 0 0;
  }

  .eq_lead-body__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
    height: 215px !important;
  }

  .eq_lead-body__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 20px);
    flex: 1 1 calc(50% - 20px);
    margin: 0 0 0 25px;
  }

  .eq_lead-body__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }

  .eq_lead-body__item:not(:first-child) {
    margin: 20px 0 0;
  }

  .eq_lead-body__item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .eq_lead-body__item:nth-child(2) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .eq_lead-body__item:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .eq_lead-body__item:nth-child(4) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .eq_lead-body__item:nth-child(5) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .eq_lead-body__text {
    display: none;
  }

  .eq_lead-body__text._mobile {
    display: block;
  }

  .eq_lead-bottom._marginbig {
    margin: 30px 0 0;
  }

  .eq_benefits {
    margin: 30px 0 0;
    padding: 30px 0 0;
  }

  .eq_benefits._advantages .eq_benefits-body {
    max-width: 540px;
    margin: 30px auto 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .eq_benefits._advantages .eq_benefits-body__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }

  .eq_benefits._advantages .eq_benefits-body__item:not(:first-child) {
    margin: 20px 0 0;
  }

  .eq_benefits__title {
    font-size: 26px;
    line-height: 33px;
  }

  .eq_benefits-body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .eq_benefits-body__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
  }

  .eq_benefits-body__item:not(:first-child) {
    margin: 30px 0 0 30px;
  }

  .eq_benefits-body__item:nth-child(2) {
    margin: 0 0 0 30px;
  }

  .eq_benefits-body__item:nth-child(2n + 1) {
    margin: 30px 0 0;
  }

  .eq_benefits-body__item:nth-child(1) {
    margin: 0;
  }

  .eq_benefits-body__item-title {
    margin: 0 0 0 20px;
    text-align: left;
  }

  .eq_sms {
    padding: 60px 0 52px;
  }

  .eq_sms-how {
    margin: 30px 0 0;
  }

  .eq_sms-how__title {
    font-size: 26px;
    line-height: 33px;
  }

  .eq_sms-how__item-title {
    margin: 19px 0 0;
  }

  .eq_sms-benefits {
    margin: 30px 0 0;
  }

  .eq_sms-benefits__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 0 0 30px;
    font-size: 26px;
    line-height: 33px;
  }

  .eq_sms-benefits__img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 260px !important;
    height: 160px !important;
  }

  .eq_sms-benefits__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin: 28px 0 0;
  }

  .eq_sms-benefits__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 15px);
    flex: 0 1 calc(50% - 15px);
  }

  .eq_sms-benefits__item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .eq_sms-benefits__item:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .eq_sms-benefits__item:nth-child(3) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .eq_sms-benefits__item:nth-child(4) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 0 0 30px;
  }

  .eq_sms-benefits__item:nth-child(5) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin: 15px 0 0 30px;
  }

  .eq_sms-services.eq_benefits .eq_benefits-body__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .eq_sms-services.eq_benefits
    .eq_benefits-body__item
    .eq_benefits-body__item-title {
    margin: 20px 0 0;
    text-align: center;
  }

  .eq_amazon {
    padding: 60px 0;
  }

  .eq_amazon-body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px 0 0;
  }

  .eq_amazon-body__img {
    width: 350px !important;
    height: 244px !important;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .eq_amazon-body__content {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin: 30px 0 0;
  }

  .eq_amazon-body__text {
    display: none;
  }

  .eq_amazon-body__text._mobile {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    margin: 0 0 0 20px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .eq_amazon-body__items-title {
    margin: 0;
  }

  .eq_amazon-body__items-col {
    margin: 20px 0 0;
  }

  .eq_amazon-body__items-col:nth-child(3) {
    margin: 20px 0 0 36px;
  }

  .eq_amazon-body__items-col:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(52% - 15px);
    flex: 0 1 calc(52% - 15px);
  }

  .eq_amazon-body__items-col:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(48% - 21px);
    flex: 0 1 calc(48% - 21px);
  }

  .eq_amazon-body__items-item:not(:first-child) {
    margin: 20px 0 0;
  }

  .eq_amazon-advantages .eq_benefits-body__item {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .eq_amazon-services {
    margin: 30px 0 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .eq_amazon-services__content {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }

  .eq_amazon-services__content-title {
    display: none;
  }

  .eq_amazon-services__content-title._mobile {
    display: block;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    font-size: 26px;
    line-height: 33px;
  }

  .eq_amazon-services__content-col {
    margin: 20px 0 0;
  }

  .eq_amazon-services__content-col:nth-child(3) {
    margin: 20px 0 0 25px;
  }

  .eq_amazon-services__item:not(:first-child) {
    margin: 10px 0 0;
  }

  .eq_amazon-services__img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .eq_amazon__btn {
    margin: 30px 0 0;
  }

  .main {
    padding: 270px 0;
    background-position: 10% 0;
  }

  .main-body__text {
    max-width: 600px;
  }

  .main-body__text-title {
    font-size: 60px;
    line-height: 75px;
  }

  .main-body__text-subtitle {
    font-size: 28px;
    line-height: 35px;
  }

  .main-body__text-desc {
    font-size: 18px;
    line-height: 27px;
    max-width: 462px;
  }

  .main-body__img {
    width: 400px;
    height: 420px;
    right: 0;
    bottom: -220px;
  }

  .services {
    padding: 83px 0 30px;
  }

  .services_fb {
    padding: 60px 0;
  }

  .services_fb .services-body {
    margin: 0;
    grid-column-gap: 0;
  }

  .services_fb .services-body__img {
    width: 255px;
    height: 150px;
  }

  .services_fb .services-body__img img {
    width: 173px;
    height: 59px;
  }

  .services_fb .services-body__btn {
    margin: 30px auto 0;
  }

  .services_fb .services-body__title br {
    display: block;
  }

  .services_tt {
    padding: 60px 0;
  }

  .services_tt .services-body__img img {
    width: 213px;
    height: 33px;
  }

  .services_tt .services-body__btn {
    margin: 30px auto 0;
  }

  .services__title {
    font-size: 50px;
    line-height: 63px;
  }

  .services-body {
    margin: 30px 0 0 0;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template: 150px / 288px;
  }

  .services-body__img {
    width: 287.5px;
    height: 150px;
    grid-area: 1/ 1/ 1/ 1;
  }

  .services-body__img span {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }

  .services-body__img img {
    width: 240px;
    height: 75px;
  }

  .services-body__title {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 30px;
    line-height: 38px;
    grid-area: 1/2/1/4;
  }

  .services-body__desc {
    grid-area: 2/1/2/4;
    font-size: 17px;
    line-height: 21px;
    max-width: 900px;
  }

  .services-body__desc p {
    margin: 17px 0 0 0;
  }

  .services-body__desc p:first-child {
    margin: 0;
  }

  .platforms__title {
    font-size: 24px;
    line-height: 30px;
  }

  .platforms-body {
    margin: 30px auto 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 800px;
  }

  .platforms-body__item {
    width: 222px;
  }

  .platforms-body__item:nth-child(2) {
    margin: 0 29px 0;
  }

  .platforms-body__item:nth-child(4) {
    margin: 30px 0 0;
  }

  .platforms-body__item:nth-child(5) {
    margin: 30px 0 0 29px;
  }

  .advantages {
    margin: 60px 0 0 0;
    padding: 60px 0;
  }

  .advantages-body {
    grid-template: auto auto auto / 288px 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .advantages-body__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 30px;
    line-height: 38px;
    grid-area: 1 / 2 / 1 / 3;
    text-align: left;
  }

  .advantages-body__content-col {
    margin: 0 0 0 40px;
  }

  .advantages-body__img {
    grid-area: 1 / 1 / 1 / 1;
    width: 288px;
    height: 150px;
  }

  .advantages-body__img span {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }

  .how-body {
    grid-template: auto auto auto / 288px 1fr;
    grid-column-gap: 30px;
  }

  .how-body__title {
    grid-area: 1 / 2 / 1 / 2;
    font-size: 30px;
    line-height: 38px;
  }

  .how-body__desc {
    grid-area: 2 / 1 / 2 / 3;
    font-size: 17px;
    line-height: 21px;
    margin: 18px 0 0 0;
  }

  .how-body__btn {
    grid-area: 3 / 1 / 3 / 3;
    margin: 30px auto 0;
  }

  .how-body__img {
    grid-area: 1 / 1 / 1 / 1;
    width: 288px;
    height: 150px;
  }

  .how-body__img span {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }

  .why {
    padding: 60px 0;
    margin: 60px 0 0;
  }

  .why-body {
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    grid-template: auto auto / 288px 1fr;
  }

  .why-body__title {
    grid-area: 1 / 2 / 1 / 2;
    font-size: 30px;
    line-height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .why-body__desc {
    grid-area: 2 / 1 / 2 / 3;
    font-size: 17px;
    line-height: 21px;
  }

  .why-body__img {
    grid-area: 1 / 1 / 1 / 1;
    width: 288px;
    height: 150px;
  }

  .why-body__img span {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }

  .why-should {
    margin: 50px 0 0;
    grid-template: auto auto auto auto/288px 1fr;
    grid-column-gap: 30px;
  }

  .why-should__img {
    grid-area: 1 / 1 / 1 / 1;
    width: 288px;
    height: 150px;
  }

  .why-should__img span {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }

  .why-should__title {
    grid-area: 1 / 2 / 1 / 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 30px;
    line-height: 38px;
  }

  .why-should__content {
    grid-area: 2 / 1 / 2 / 3;
    grid-column-gap: 00px;
  }

  .why-should__desc {
    grid-area: 3 / 1 / 3 / 3;
    font-size: 17px;
    line-height: 21px;
  }

  .why-should__btn {
    grid-area: 4 / 1 / 4 / 3;
    margin: 0 auto;
  }

  .what-body__title {
    font-size: 30px;
    line-height: 38px;
  }

  .what-body__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .what-body__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 25px);
    flex: 0 0 calc(50% - 25px);
  }

  .what-body__item:nth-child(2) {
    margin: 0 0 0 50px;
  }

  .what-body__item:nth-child(3) {
    margin: 30px 0 0 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .trade {
    margin: 60px 0 30px;
  }

  .trade-body__title {
    font-size: 40px;
    line-height: 50px;
  }

  .trade-body__subtitle {
    font-size: 25px;
    line-height: 31px;
  }

  .trade-body__text {
    font-size: 18px;
    line-height: 27px;
  }

  .trade-benefits {
    display: grid;
    margin: 30px 0 0 0;
    grid-template: auto auto auto / 265px 1fr;
    grid-column-gap: 30px;
  }

  .trade-benefits__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 30px;
    line-height: 38px;
    grid-area: 1 / 2 / 1 / 2;
  }

  .trade-benefits__img {
    width: 265px;
    height: 150px;
    grid-area: 1 / 1 / 1 / 1;
  }

  .trade-benefits__img img {
    width: 267px;
    height: 132px;
  }

  .trade-benefits__img span {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }

  .trade-benefits__content {
    grid-area: 2 / 1 / 2 / 3;
    grid-template: auto auto auto/1fr 1.1fr;
  }

  .trade-benefits__content-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #021751;
  }

  .trade-benefits__content-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .trade-benefits__content-text {
    margin: 0 0 0 20px;
  }

  .trade-benefits__btn {
    grid-area: 3 / 1 / 3 / 3;
    margin: 0 auto 0;
  }

  .offer-body {
    grid-template: auto auto auto / 288px 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .offer-body__title {
    grid-area: 1 / 2 / 1 / 2;
    font-size: 30px;
    line-height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .offer-body__desc {
    grid-area: 2 / 1 / 2 / 3;
    font-size: 17px;
    line-height: 21px;
  }

  .offer-body__desc p {
    margin: 15px 0 0 0;
  }

  .offer-body__desc p:first-child {
    margin: 0;
  }

  .offer-body__btn {
    grid-area: 3 / 1 / 3 / 3;
    margin: 0 auto 0;
  }

  .offer-body__img {
    grid-area: 1 / 1 / 1 / 1;
    width: 288px;
    height: 150px;
  }

  .offer-body__img span {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }

  .marketing {
    padding: 60px 0;
    margin: 60px 0 0;
  }

  .marketing__top-title {
    font-size: 40px;
    line-height: 50px;
  }

  .marketing__top-subtitle {
    font-size: 25px;
    line-height: 31px;
  }

  .marketing__top-text {
    font-size: 18px;
    line-height: 27px;
  }

  .marketing-body {
    margin: 50px 0 0 0;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template: auto auto auto auto / 262px 1fr;
  }

  .marketing-body__img {
    grid-area: 1 / 1 / 1 / 1;
    width: 262px;
    height: 150px;
  }

  .marketing-body__img span {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }

  .marketing-body__title {
    font-size: 30px;
    line-height: 38px;
  }

  .marketing-body__title_approach {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-area: 1 / 2 / 1 / 2;
  }

  .marketing-body__title_how {
    grid-area: 3 / 1 / 3 / 1;
  }

  .marketing-body__content_approach {
    grid-area: 2 / 1 / 2 / 3;
  }

  .marketing-body__content_how {
    grid-area: 4 / 1 / 4 / 3;
  }

  .marketing-body__content_how .marketing-body__content-item:nth-child(2) {
    grid-area: 2 / 1 / 2 / 1;
  }

  .marketing-body__content_how .marketing-body__content-item:nth-child(3) {
    grid-area: 1 / 2 / 1 / 2;
  }

  .marketing-body__content-text {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #021751;
    margin: 0 0 0 20px;
  }

  .benifits {
    padding: 60px 0 0;
  }

  .benifits-body {
    padding: 0 0 60px;
    border-bottom: none;
    grid-template: auto auto auto / 247px 1fr;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
  }

  .benifits-body__title {
    grid-area: 1 / 2 / 1 / 2;
    font-size: 30px;
    line-height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .benifits-body__content {
    grid-area: 2 / 1 / 2 / 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .benifits-body__content-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .benifits-body__content-text {
    margin: 0 0 0 20px;
  }

  .benifits-body__img {
    grid-area: 1 / 1 / 1 / 1;
    width: 247px;
    height: 150px;
  }

  .benifits-body__img span {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }

  .benifits-body__btn {
    grid-area: 3 / 1 / 3 / 3;
    margin: 0 auto;
  }

  .weoffer {
    margin: 0;
  }

  .weoffer-top__title {
    font-size: 40px;
    line-height: 50px;
  }

  .weoffer-top__subtitle {
    font-size: 25px;
    line-height: 31px;
  }

  .weoffer-top__text {
    font-size: 18px;
    line-height: 27px;
  }

  .weoffer .what-body__item:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.333%);
    flex: 0 0 calc(33.333%);
  }

  .weoffer .what-body__item:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.333%);
    flex: 0 0 calc(33.333%);
  }

  .weoffer .what-body__item:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.333% - 20px);
    flex: 0 0 calc(33.333% - 20px);
    margin: 50px 0 0;
  }

  .weoffer .what-body__item:nth-child(4) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.333% - 20px);
    flex: 0 0 calc(33.333% - 20px);
    margin: 50px 30px 0;
  }

  .weoffer .what-body__item:nth-child(5) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.333% - 20px);
    flex: 0 0 calc(33.333% - 20px);
    margin: 50px 0 0;
  }

  .about {
    padding: 60px 0;
    margin: 60px 0 0 0;
  }

  .about .marketing__top-text p {
    margin: 10px 0 0;
  }

  .about .marketing__top-text p:first-child {
    margin: 0;
  }

  .about-body {
    display: grid;
    grid-template: auto auto auto / 246px 1fr;
    margin: 30px 0 0;
    grid-column-gap: 0;
    grid-row-gap: 30px;
  }

  .about-body__img {
    grid-area: 1 / 1 / 1 / 1;
    width: 246px;
    height: 150px;
  }

  .about-body__img span {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }

  .about-body__text {
    grid-area: 2 / 1 / 2 / 3;
    font-size: 17px;
    line-height: 21px;
  }

  .about-body__text_single {
    grid-area: 1 / 2 / 1 / 2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 0 30px;
  }

  .about-body__text p {
    margin: 15px 0 0;
  }

  .about-body__text p:first-child {
    margin: 0;
  }

  .about-body__btn {
    grid-area: 3 / 1 / 3 / 3;
    margin: 0 auto 0;
  }

  .contact {
    margin: 60px 0;
  }

  .contact__title {
    font-size: 40px;
    line-height: 50px;
  }

  .contact-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 20px;
  }

  .contact-body__col_info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .contact-body__col_form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 30px;
    background: #f9fafb;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 50px 0 0;
  }

  .contact-body__col-title {
    font-size: 28px;
    line-height: 35px;
  }

  .contact-body__content {
    margin: 30px 0 0;
  }

  .contact-body__content-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0 0;
  }

  .contact-body__content-item:first-child {
    margin: 0;
  }

  .contact-body__content-title {
    width: 100px;
    margin: 0 10px;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #021751;
  }

  .contact-body__content-info {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    color: #41517c;
  }

  .contact-body__map {
    margin: 30px 0 0;
    width: 100%;
    max-width: 660px;
    padding: 0 0 49.71%;
  }

  .contact .form__title {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 30px;
    text-align: left;
    color: #021751;
    margin: 0 0 0 10px;
  }

  .contact .form-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contact .form-body__item {
    margin: 20px 0 0 0;
  }

  .contact .form-body__item textarea {
    width: 100%;
    resize: none;
    height: 100px;
  }

  .contact .form-body__item_small {
    width: calc(50% - 15px);
  }

  .notfound {
    padding: 100px 0;
    background-position: 10% 0;
  }

  .notfound-body {
    min-height: calc(100vh - 200px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 346px;
  }

  .notfound-body__text {
    margin: 20px 0 0 0;
  }

  .notfound-body__text-title {
    text-align: center;
    font-size: 60px;
    line-height: 75px;
  }

  .notfound-body__text-subtitle {
    text-align: center;
    font-size: 28px;
    line-height: 35px;
  }

  .notfound-body__text-desc {
    text-align: center;
    font-size: 18px;
    line-height: 27px;
  }

  .notfound-body__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
  }

  .soon {
    background-position: 10% 0;
  }

  .soon-body {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .soon-body__timer {
    margin: 20px 0 0;
  }

  .soon-body__timer-title {
    font-size: 60px;
    line-height: 75px;
    text-align: center;
  }

  .soon-body__timer-item {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 40px;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .soon-body__timer-item span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .soon-body__img {
    max-width: 274px;
  }

  .soon-body__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

@media (max-width: 992px) {
  .eq_sms-how__content._with-wrap .eq_sms-how__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(33.333% - 20px);
    flex: 1 1 calc(33.333% - 20px);
  }
  .header-body__menu-item {
    margin: 0 0 0 40px;
  }
}

@media (max-width: 767px) {
  .eq_sms-body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px 0 0;
  }
  .eq_sms-body__img {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100% !important;
    padding: 0 0 72%;
  }
  .eq_sms-body__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .eq_sms-body__content .eq_sms-how__list {
    margin: 10px 0 0;
    gap: 10px;
  }
  .eq_sms-bottom {
    margin: 30px 0 0;
    padding: 30px 0 0;
  }
  .header-body__menu {
    width: 285px;
    padding: 192px 20px 40px;
    position: fixed;
    z-index: 1;
    background: #ffffff;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    overflow-y: auto;
    visibility: hidden;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .header-body__menu.active {
    visibility: visible;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }

  .header-body__menu-item {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    font-size: 17px;
    line-height: 21px;
    color: #021751;
    margin: 0;
    padding: 30px 20px;
    border-bottom: 1px solid #ececec;
  }

  .header-body__menu-item::before {
    background: #9914b3;
  }

  .header-body__burger {
    display: block;
    position: relative;
    z-index: 1;
  }

  .header-body__burger.active span {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #c4c4c4;
  }

  .header-body__burger.active span:nth-child(1) {
    top: 7px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .header-body__burger.active span:nth-child(2) {
    top: 7px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .header-body__burger.active span:nth-child(3) {
    bottom: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  .header-body__bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: rgba(2, 23, 81, 0.75);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .header-body__bg.active {
    visibility: visible;
    opacity: 1;
  }

  .eq_lead {
    padding: 20px 0;
    margin: 0 0 50px;
  }

  .eq_lead__bg img {
    width: 350px;
    height: 250px;
    display: none;
  }

  .eq_lead__bg img:nth-child(2) {
    display: block;
  }

  .eq_lead-body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .eq_lead-body__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .eq_lead-body__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 20px 0 0;
  }

  .eq_lead-body__item:not(:first-child) {
    margin: 25px 0 0;
  }

  .eq_lead-bottom._marginbig .eq_lead-bottom__title {
    max-width: 100%;
  }

  .eq_lead-bottom__title {
    font-size: 20px;
    line-height: 25px;
    max-width: 300px;
    margin: 0 auto;
  }

  .eq_benefits._advantages {
    margin: 25px 0 0;
  }

  .eq_benefits._advantages .eq_benefits-body {
    margin: 18px 0 0;
  }

  .eq_benefits._advantages .eq_benefits-body__item:not(:first-child) {
    margin: 18px 0 0;
  }

  .eq_benefits-body {
    margin: 20px 0 0;
  }

  .eq_benefits-body__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }

  .eq_benefits-body__item:not(:first-child) {
    margin: 20px 0 0;
  }

  .eq_sms {
    padding: 30px 0 60px;
  }

  .eq_sms__bg img {
    width: 350px;
    height: 250px;
    display: none;
  }

  .eq_sms__bg img:nth-child(2) {
    display: block;
  }

  .eq_sms-how__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .eq_sms-how__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }

  .eq_sms-how__content._with-wrap .eq_sms-how__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(100%);
    flex: 1 1 calc(100%);
  }

  .eq_sms-how__item:not(:first-child) {
    margin: 29px 0 0;
  }

  .eq_sms-how__item-title {
    margin: 10px 0 0;
  }

  .eq_sms-benefits {
    margin: 30px 0 0;
  }

  .eq_sms-benefits__title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    font-size: 26px;
    line-height: 33px;
    margin: 0;
    width: 100%;
    text-align: center;
  }

  .eq_sms-benefits__img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100% !important;
    margin: 30px auto 0 !important;
    height: 214px !important;
  }

  .eq_sms-benefits__content {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .eq_sms-benefits__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }

  .eq_sms-benefits__item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .eq_sms-benefits__item:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .eq_sms-benefits__item:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .eq_sms-benefits__item:nth-child(4) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin: 20px 0 0;
  }

  .eq_sms-benefits__item:nth-child(5) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin: 15px 0 0;
  }

  .eq_sms-services__btn {
    margin: 30px 0 0;
  }

  .eq_sms-services.eq_benefits .eq_benefits-body {
    margin: 30px 0 0;
  }

  .eq_sms-services.eq_benefits .eq_benefits-body__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 15px);
    flex: 0 1 calc(50% - 15px);
  }

  .eq_sms-services.eq_benefits .eq_benefits-body__item:not(:first-child) {
    margin: 30px 0 0 30px;
  }

  .eq_sms-services.eq_benefits .eq_benefits-body__item:nth-child(2n + 1) {
    margin: 30px 0 0;
  }

  .eq_sms-services.eq_benefits .eq_benefits-body__item:nth-child(1) {
    margin: 0;
  }

  .eq_sms-services.eq_benefits .eq_benefits-body__item:nth-child(2) {
    margin: 0 0 0 30px;
  }

  .eq_amazon {
    padding: 50px 0;
  }

  .eq_amazon__title br {
    display: none;
  }

  .eq_amazon-body__img {
    width: 100% !important;
  }

  .eq_amazon-body__content {
    margin: 20px 0 0;
  }

  .eq_amazon-body__text {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    font-size: 20px;
    line-height: 25px;
  }

  .eq_amazon-body__text._mobile {
    display: none;
  }

  .eq_amazon-body__items-title {
    margin: 30px 0 0;
  }

  .eq_amazon-body__items-col {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 100% !important;
    flex: 1 1 100% !important;
    margin: 0;
  }

  .eq_amazon-body__items-col:not(:first-child) {
    margin: 10px 0 0;
  }

  .eq_amazon-body__items-col:nth-child(2) {
    margin: 20px 0 0;
  }

  .eq_amazon-body__items-item:not(:first-child) {
    margin: 10px 0 0;
  }

  .eq_amazon-services__content-title._mobile {
    text-align: center;
  }

  .eq_amazon-services__content-col {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin: 10px 0 0;
  }

  .eq_amazon-services__content-col:nth-child(2) {
    margin: 20px 0 0;
  }

  .eq_amazon-services__content-col:nth-child(3) {
    margin: 10px 0 0;
  }

  .eq_amazon-services__img {
    margin: 20px auto 0 !important;
  }

  .eq_amazon__btn {
    margin: 30px 0 0;
  }

  .footer-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-body__policy {
    margin: 10px 0 0 0;
  }

  .main {
    padding: 222px 0 182px;
  }

  .main-body__text {
    max-width: 100%;
  }

  .main-body__text-title {
    font-size: 45px;
    line-height: 57px;
  }

  .main-body__text-subtitle {
    font-size: 28px;
    line-height: 35px;
  }

  .main-body__text-desc {
    font-size: 18px;
    line-height: 27px;
    max-width: 100%;
  }

  .main-body__text-btn {
    margin: 50px auto 0;
  }

  .main-body__img {
    display: none;
  }

  .services {
    padding: 60px 0 30px;
  }

  .services_fb {
    padding: 50px 0;
  }

  .services_fb .services-body {
    margin: 0;
    grid-column-gap: 0;
  }

  .services_fb .services-body__img {
    width: 100%;
    height: 205px;
    max-width: 400px;
    margin: 0 auto;
  }

  .services_fb .services-body__img img {
    width: 240px;
    height: 80px;
  }

  .services_fb .services-body__btn {
    margin: 30px auto 0;
  }

  .services_fb .services-body__title {
    margin: 38px 0 0 0;
    font-size: 25px;
    line-height: 31px;
  }

  .services_fb .services-body__title br {
    display: none;
  }

  .services_tt {
    padding: 50px 0;
  }

  .services_tt .services-body__img img {
    width: 260px;
    height: 40px;
  }

  .services_tt .services-body__btn {
    margin: 30px auto 0;
  }

  .services__title {
    font-size: 40px;
    line-height: 50px;
  }

  .services-body {
    grid-template: 183px auto auto / 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 15px;
  }

  .services-body__img {
    grid-area: 1 / 1 / 1 / 1;
    width: 100%;
    height: 100%;
  }

  .services-body__img img {
    width: 100%;
    height: auto;
    max-height: 150px;
  }

  .services-body__img span {
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    padding: 0 17px;
  }

  .services-body__title {
    grid-area: 2 / 1 / 2 / 1;
    font-size: 26px;
    line-height: 33px;
    margin: 15px 0 0 0;
  }

  .services-body__desc {
    grid-area: 3 / 1 / 3 / 1;
  }

  .platforms-body__item {
    width: 100%;
    margin: 10px 0 0;
    height: 123px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }

  .platforms-body__item-name {
    margin: 0 0 0 10px;
  }

  .platforms-body__item:nth-child(2) {
    margin: 10px 0 0;
  }

  .platforms-body__item:nth-child(2) .platforms-body__item-name {
    margin: 0 44px 0 20px;
  }

  .platforms-body__item:nth-child(3) .platforms-body__item-name {
    margin: 0px 22px 0 0px;
  }

  .platforms-body__item:nth-child(4) {
    margin: 10px 0 0;
  }

  .platforms-body__item:nth-child(4) .platforms-body__item-name {
    margin: 0 60px 0 0;
  }

  .platforms-body__item:nth-child(5) {
    margin: 10px 0 0;
  }

  .platforms-body__item:nth-child(5) .platforms-body__item-name {
    margin: 0 10px 0 0;
  }

  .platforms-body__item:first-child {
    margin: 0;
  }

  .advantages {
    margin: 50px 0 0 0;
    padding: 20px 0 30px;
  }

  .advantages-body {
    grid-template: auto auto auto auto / 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 30px;
  }

  .advantages-body__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 26px;
    line-height: 33px;
    grid-area: 2 / 1 / 2 / 1;
    text-align: left;
  }

  .advantages-body__content {
    grid-area: 3 / 1 / 3 / 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .advantages-body__content-col {
    width: 100%;
    margin: 20px 0 0 0;
  }

  .advantages-body__img {
    grid-area: 1 / 1 / 1 / 1;
    width: 100%;
    height: 182px;
    max-width: 400px;
    margin: 0 auto;
  }

  .advantages-body__img span {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }

  .advantages-body__btn {
    grid-area: 4 / 1 / 4 / 1;
  }

  .how-body {
    padding: 20px;
    grid-template: auto auto auto / auto;
    grid-column-gap: 0;
  }

  .how-body__title {
    grid-area: 2 / 1 / 2 / 1;
    font-size: 25px;
    line-height: 31px;
    text-align: center;
    margin: 30px 0 0 0;
  }

  .how-body__desc {
    grid-area: 3 / 1 / 3 / 1;
    font-size: 17px;
    line-height: 21px;
    margin: 0;
  }

  .how-body__btn {
    grid-area: 4 / 1 / 4 / 1;
    margin: 30px auto 0;
    padding: 0;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .how-body__img {
    grid-area: 1 / 1 / 1 / 1;
    width: 100%;
    height: 162px;
    max-width: 400px;
    margin: 0 auto;
  }

  .how-body__img span {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }

  .why {
    padding: 20px 0 30px;
    margin: 50px 0 0;
  }

  .why-body {
    grid-row-gap: 0;
    grid-column-gap: 0;
    grid-template: auto auto auto / 1fr;
  }

  .why-body__title {
    grid-area: 2 / 1 / 2 / 1;
    font-size: 26px;
    line-height: 33px;
    display: block;
    text-align: left;
    margin: 30px 0 0 0;
  }

  .why-body__desc {
    grid-area: 3 / 1 / 3 / 1;
    font-size: 17px;
    line-height: 21px;
    margin: 15px 0 0 0;
  }

  .why-body__img {
    grid-area: 1 / 1 / 1 / 1;
    width: 100%;
    height: 183px;
    max-width: 400px;
    margin: 0 auto;
  }

  .why-body__img span {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }

  .why-should {
    margin: 50px 0 0;
    grid-template: auto auto auto auto auto/1fr;
    grid-column-gap: 0;
  }

  .why-should__img {
    grid-area: 1 / 1 / 1 / 1;
    width: 100%;
    height: 182px;
    max-width: 400px;
    margin: 0 auto;
  }

  .why-should__img span {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }

  .why-should__title {
    grid-area: 2 / 1 / 2 / 1;
    display: block;
    font-size: 26px;
    line-height: 33px;
  }

  .why-should__content {
    grid-area: 3 / 1 / 3 / 1;
    grid-column-gap: 0;
    grid-row-gap: 20px;
    grid-template: repeat(5, auto) / 1fr;
  }

  .why-should__item:nth-child(1) {
    grid-area: 1 / 1 / 1 / 1;
  }

  .why-should__item:nth-child(2) {
    grid-area: 2 / 1 / 2 / 1;
  }

  .why-should__item:nth-child(3) {
    grid-area: 3 / 1 / 3 / 1;
  }

  .why-should__item:nth-child(4) {
    grid-area: 4 / 1 / 4 / 1;
  }

  .why-should__item:nth-child(5) {
    grid-area: 5 / 1 / 5 / 1;
  }

  .why-should__desc {
    grid-area: 4 / 1 / 4 / 1;
    font-size: 17px;
    line-height: 21px;
  }

  .why-should__btn {
    grid-area: 5 / 1 / 5 / 1;
    margin: 0 auto;
  }

  .what-body {
    padding: 30px 20px 40px;
  }

  .what-body__title {
    font-size: 26px;
    line-height: 33px;
  }

  .what-body__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .what-body__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .what-body__item-text {
    max-width: 400px;
  }

  .what-body__item:nth-child(2) {
    margin: 30px 0 0 0;
  }

  .what-body__item:nth-child(3) {
    margin: 30px 0 0 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .what-body__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 17px;
    line-height: 21px;
    padding: 0;
    width: 100%;
    margin: 50px auto 0;
    max-width: 400px;
  }

  .trade {
    margin: 50px 0 30px;
  }

  .trade-body__title {
    font-size: 30px;
    line-height: 38px;
  }

  .trade-body__subtitle {
    font-size: 20px;
    line-height: 25px;
  }

  .trade-body__text {
    font-size: 17px;
    line-height: 21px;
  }

  .trade-benefits {
    display: grid;
    margin: 30px 0 0;
    grid-template: auto auto auto auto / 1fr;
    grid-column-gap: 0;
  }

  .trade-benefits__title {
    display: block;
    font-size: 26px;
    line-height: 33px;
    grid-area: 2 / 1 / 2 / 1;
  }

  .trade-benefits__img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    height: 198px;
    grid-area: 1 / 1 / 1 / 1;
  }

  .trade-benefits__img img {
    width: 100%;
    height: 173px;
  }

  .trade-benefits__img span {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }

  .trade-benefits__content {
    grid-area: 3 / 1 / 3 / 1;
    grid-template: auto auto auto/1fr;
  }

  .trade-benefits__content-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #021751;
  }

  .trade-benefits__content-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .trade-benefits__content-text {
    margin: 0 0 0 20px;
  }

  .trade-benefits__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-area: 4 / 1 / 4 / 1;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    max-width: 300px;
  }

  .offer-body {
    padding: 20px;
    grid-template: auto auto auto auto / 1fr;
    grid-column-gap: 0;
    grid-row-gap: 30px;
  }

  .offer-body__title {
    grid-area: 2 / 1 / 2 / 1;
    font-size: 26px;
    line-height: 33px;
    display: block;
    text-align: center;
  }

  .offer-body__desc {
    grid-area: 3 / 1 / 3 / 1;
    font-size: 17px;
    line-height: 21px;
    margin: -15px 0 0;
  }

  .offer-body__desc p {
    margin: 15px 0 0 0;
  }

  .offer-body__desc p:first-child {
    margin: 0;
  }

  .offer-body__btn {
    grid-area: 4 / 1 / 4 / 1;
    margin: 0 auto 0;
  }

  .offer-body__img {
    grid-area: 1 / 1 / 1 / 1;
    width: 100%;
    height: 162px;
    max-width: 400px;
    margin: 0 auto;
  }

  .offer-body__img span {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }

  .marketing {
    padding: 30px 0;
    margin: 50px 0 0;
  }

  .marketing__top-title {
    font-size: 30px;
    line-height: 38px;
  }

  .marketing__top-subtitle {
    font-size: 20px;
    line-height: 25px;
  }

  .marketing__top-text {
    font-size: 17px;
    line-height: 21px;
  }

  .marketing-body {
    margin: 30px 0 0 0;
    grid-column-gap: 0;
    grid-row-gap: 30px;
    grid-template: auto auto auto auto auto / 1fr;
  }

  .marketing-body__img {
    grid-area: 1 / 1 / 1 / 1;
    width: 100%;
    height: 202px;
    max-width: 400px;
    margin: 0 auto;
  }

  .marketing-body__title {
    font-size: 26px;
    line-height: 33px;
  }

  .marketing-body__title_approach {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-area: 2 / 1 / 2 / 1;
  }

  .marketing-body__title_how {
    grid-area: 4 / 1 / 4 / 1;
  }

  .marketing-body__content {
    grid-template: auto auto auto auto / 1fr;
  }

  .marketing-body__content_approach {
    grid-area: 3 / 1 / 3 / 1;
  }

  .marketing-body__content_how {
    grid-area: 5/ 1 / 5 / 1;
  }

  .marketing-body__content_how .marketing-body__content-item:nth-child(2) {
    grid-area: 2 / 1 / 2 / 1;
  }

  .marketing-body__content_how .marketing-body__content-item:nth-child(3) {
    grid-area: 3 / 1 / 3 / 1;
  }

  .marketing-body__content-text {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #021751;
    margin: 0 0 0 20px;
  }

  .benifits {
    padding: 50px 0 0;
  }

  .benifits-body {
    padding: 0 0 50px;
    grid-template: auto auto auto auto / 1fr;
    grid-row-gap: 30px;
    grid-column-gap: 0;
  }

  .benifits-body__title {
    grid-area: 2 / 1 / 2 / 1;
    font-size: 26px;
    line-height: 33px;
    display: block;
    max-width: 280px;
    margin: 0 auto;
  }

  .benifits-body__content {
    grid-area: 3 / 1 / 3 / 1;
  }

  .benifits-body__img {
    grid-area: 1 / 1 / 1 / 1;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    height: 214px;
  }

  .benifits-body__img span {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }

  .benifits-body__btn {
    grid-area: 4 / 1 / 4 / 1;
    margin: 0 auto;
  }

  .weoffer {
    margin: 0;
  }

  .weoffer-top__title {
    font-size: 30px;
    line-height: 38px;
  }

  .weoffer-top__subtitle {
    font-size: 20px;
    line-height: 25px;
  }

  .weoffer-top__text {
    font-size: 17px;
    line-height: 21px;
  }

  .weoffer .what-body__item:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .weoffer .what-body__item:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 30px 0 0;
  }

  .weoffer .what-body__item:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 30px 0 0;
  }

  .weoffer .what-body__item:nth-child(4) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 30px 0 0;
  }

  .weoffer .what-body__item:nth-child(5) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 30px 0 0;
  }

  .about {
    padding: 30px 0;
    margin: 50px 0 0 0;
  }

  .about .marketing__top-text p {
    margin: 10px 0 0;
  }

  .about .marketing__top-text p:first-child {
    margin: 0;
  }

  .about-body {
    display: grid;
    grid-template: auto auto auto auto/ 1fr;
    margin: 30px 0 0;
    grid-column-gap: 0;
    grid-row-gap: 0;
  }

  .about-body__img {
    grid-area: 1 / 1 / 1 / 1;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    height: 214px;
  }

  .about-body__img span {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }

  .about-body__text {
    grid-area: 3 / 1 / 3 / 1;
    font-size: 17px;
    line-height: 21px;
    margin: 15px 0 0 0;
  }

  .about-body__text_single {
    grid-area: 2 / 1 / 2 / 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 0 0 0;
  }

  .about-body__text p {
    margin: 15px 0 0;
  }

  .about-body__text p:first-child {
    margin: 0;
  }

  .about-body__btn {
    grid-area: 4 / 1 / 4 / 1;
    margin: 30px auto 0;
  }

  .contact {
    margin: 50px 0;
  }

  .contact__title {
    font-size: 30px;
    line-height: 38px;
  }

  .contact-body {
    margin: 30px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0;
  }

  .contact-body__col_info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .contact-body__col_form {
    padding: 20px;
  }

  .contact-body__col-title {
    font-size: 22px;
    line-height: 28px;
  }

  .contact-body__content {
    margin: 30px 0 0;
  }

  .contact-body__content-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0 0;
    font-size: 17px;
    line-height: 27px;
  }

  .contact-body__content-item:first-child {
    margin: 0;
  }

  .contact-body__content-ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contact-body__content-ico img {
    width: 22px;
    height: 22px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .contact-body__content-title {
    width: 65px;
    margin: 0 10px;
    font-size: 18px;
    line-height: 23px;
  }

  .contact-body__content-info {
    font-size: 17px;
    line-height: 27px;
  }

  .contact-body__map {
    margin: 30px 0 0;
    width: 100%;
    max-width: 660px;
    padding: 0 0 51.72%;
  }

  .contact .form__title {
    font-size: 20px;
    line-height: 25px;
    text-align: center;
  }

  .contact .form-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contact .form-body__item {
    margin: 10px 0 0 0;
  }

  .contact .form-body__item textarea {
    width: 100%;
    resize: none;
    height: 100px;
    font-size: 16px;
    line-height: 20px;
  }

  .contact .form-body__item input {
    font-size: 16px;
    line-height: 20px;
  }

  .contact .form-body__item_small {
    width: 100%;
  }

  .contact .form__btn {
    margin: 10px auto 0;
  }

  .notfound {
    padding: 50px 0;
  }

  .notfound-body {
    min-height: calc(100vh - 100px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 346px;
  }

  .notfound-body__text-title {
    font-size: 45px;
    line-height: 57px;
  }

  .notfound-body__text-subtitle {
    text-align: center;
    font-size: 28px;
    line-height: 35px;
  }

  .notfound-body__text-desc {
    text-align: center;
    font-size: 18px;
    line-height: 27px;
  }

  .notfound-body__img {
    max-width: 300px;
    margin: 0 auto;
  }

  .notfound-body__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
  }

  .soon-body__timer-title {
    font-size: 45px;
    line-height: 57px;
  }

  .soon-body__timer-item {
    font-size: 28px;
    line-height: 35px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .soon-body__timer-item-time:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 25px);
    flex: 0 0 calc(50% - 25px);
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .soon-body__timer-item-time:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 25px);
    flex: 0 0 calc(50% - 25px);
  }

  .soon-body__timer-item-time:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 25px);
    flex: 0 0 calc(50% - 25px);
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .soon-body__timer-item-time:nth-child(3)::before {
    display: none;
  }

  .soon-body__timer-item-time:nth-child(4) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 25px);
    flex: 0 0 calc(50% - 25px);
  }

  .soon-body__img {
    max-width: 274px;
  }

  .soon-body__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media (max-width: 355px) {
  .eq_sms-services.eq_benefits .eq_benefits-body__item-title {
    word-wrap: break-word;
    width: 125px;
  }
}

@media (max-width: 340px) {
  .eq_sms-services__btn {
    padding: 0 60px;
    width: 100%;
  }
}
