@import url("../libs/swiper-bundle.min.css");
@import url("../libs/fancybox/jquery.fancybox.min.css");

@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Merriweather-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Merriweather-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Merriweather-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Merriweather-SemiBold.woff2") format("woff2");
}

@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Merriweather-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "RobotoMono";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/RobotoMono-Light.woff2") format("woff2");
}

@font-face {
  font-family: "RobotoMono";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/RobotoMono-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "RobotoMono";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/RobotoMono-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "RobotoMono";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/RobotoMono-SemiBold.woff2") format("woff2");
}

@font-face {
  font-family: "RobotoMono";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/RobotoMono-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Mulish-Regular.woff2") format("woff2");
}

::-webkit-input-placeholder {
  color: #585858;
}

::-moz-placeholder {
  color: #585858;
}

:-ms-input-placeholder {
  color: #585858;
}

::-ms-input-placeholder {
  color: #585858;
}

::placeholder {
  color: #585858;
}

::-moz-selection {
  background: #4149F2;
  color: #fff;
}

::selection {
  background: #4149F2;
  color: #fff;
}

input,
textarea {
  outline: none;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

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

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
hr,
dl,
dd,
ol,
ul,
figure {
  margin: 0;
  padding: 0;
}

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

textarea {
  resize: none;
}

body {
  font-family: "RobotoMono", sans-serif;
  font-size: 24px;
  line-height: 120%;
  color: #212121;
  min-width: 320px;
  position: relative;
  overflow-x: hidden;
  background: #FFFFFF;
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: #212121;
}

.overflow {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4 {
  font-family: "Merriweather", sans-serif;
}

body {
  background: #fff url("../images/dist/lines.svg") center top repeat-y;
}

.container {
  margin: 0 auto;
  width: 1560px;
  padding-left: 15px;
  padding-right: 15px;
}

.nav {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  margin: 0;
  background: #fff;
  z-index: 9999;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateY(-120%);
  -ms-transform: translateY(-120%);
  transform: translateY(-120%);
}

.nav__container {
  width: 300px;
  margin: 0 auto;
  padding: 132px 20px 80px;
  position: relative;
}

.nav--active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.nav .menu-btn {
  left: 40px;
  top: 40px;
  position: absolute;
}

.nav .menu__list {
  display: block;
  list-style: none;
}

.nav .menu__item:not(:last-child) {
  margin-right: 0;
  margin-bottom: 12px;
}

.nav .menu__link {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.nav .menu__link:hover {
  color: #F41224;
}

.nav .header__phone {
  margin-top: 50px;
  display: block;
  margin-right: 0;
  text-align: center;
}

.nav .header__email {
  display: block;
  margin-top: 8px;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

.nav .socials {
  margin-top: 18px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav .socials__link {
  width: 48px;
  height: 48px;
  margin-right: 18px;
}

.nav .socials__link:last-child {
  margin-right: 0;
}

.btn {
  display: inline-block;
  padding: 18px 45px 16px;
  border: 2px solid #F41224;
  background: #F41224;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn:hover {
  background: #fff;
  border-color: #F41224;
  color: #F41224;
}

.btn--border {
  background: 0;
  border-color: #212121;
  color: #212121;
}

.btn--border:hover {
  background: #212121;
  border-color: #212121;
  color: #fff;
}

.overflow {
  overflow: hidden;
}

.menu-btn {
  padding: 0;
  border: 0;
  background: 0;
  width: 31px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.menu-btn span {
  display: block;
  width: 100%;
  height: 4px;
  background: #212121;
  margin-bottom: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.menu-btn span:nth-child(2) {
  width: 25px;
}

.menu-btn span:last-child {
  width: 18px;
  margin-bottom: 0;
}

.menu-btn--active span {
  background: #F41224;
}

.menu-btn--active span:first-child {
  width: 18px;
}

.menu-btn--active span:last-child {
  width: 100%;
}

.header {
  padding: 50px 0 30px;
  background: #fff;
}

.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 10;
}

.header .menu {
  margin-left: 257px;
}

.header .menu__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .menu__item:not(:last-child) {
  margin-right: 101px;
}

.header .menu__link {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.header .menu__link:hover {
  color: #F41224;
}

.header .menu__hidden-mob {
  display: none;
}

.header__phone {
  margin-right: 84px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.header__phone:hover {
  color: #F41224;
}

.header__contacts {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (min-width: 1140px) {
  .menu-btn:hover span {
    background: #F41224;
  }

  .menu-btn:hover span:first-child {
    width: 18px;
  }

  .menu-btn:hover span:last-child {
    width: 100%;
  }
}

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

.socials__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
  width: 32px;
  height: 32px;
  color: #212121;
}

.socials__link:last-child {
  margin-right: 0;
}

.socials__link img {
  width: 100%;
  height: 100%;
}

.promo {
  padding: 238px 0 120px;
  position: relative;
  background: #fff;
  z-index: 10;
}

.promo__title {
  max-width: 800px;
  text-transform: uppercase;
  font-size: 56px;
  line-height: 70px;
  font-weight: 300;
}

.promo__desc {
  font-family: "Merriweather", sans-serif;
  margin-top: 5px;
  color: #585858;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  text-transform: uppercase;
}

.promo .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 94px 0 0 auto;
}

.promo__scroll {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.subtitle {
  font-size: 56px;
  line-height: 70px;
  font-weight: 300;
  text-transform: uppercase;
}

.marquee {
  position: absolute;
  width: 120vw;
}

.marquee--first {
  top: 130px;
  left: -10vw;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}

.marquee--second {
  top: 423px;
  left: -10vw;
  -webkit-transform: rotate(-14.26deg);
  -ms-transform: rotate(-14.26deg);
  transform: rotate(-14.26deg);
}

.marquee--second .marquee__flow-in {
  -webkit-animation: marquee-reverse 20s linear infinite;
  animation: marquee-reverse 20s linear infinite;
}

.marquee__flow {
  position: relative;
  background: #4149F2;
  height: 50px;
  overflow: hidden;
  width: 120vw;
  z-index: -1;
}

.marquee__flow-in {
  display: block;
  height: 50px;
  width: 200%;
  position: absolute;
  overflow: hidden;
  -webkit-animation: marquee 20s linear infinite;
  animation: marquee 20s linear infinite;
}

.marquee__flow-block {
  white-space: nowrap;
  float: left;
  width: 50%;
}

.marquee__flow-item {
  display: block;
  height: 50px;
  width: 100%;
}

.advantages {
  padding: 20px 0 40px;
  background: #fff;
}

.advantages .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.advantages__item {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  width: 488px;
  margin-right: 32px;
}

.advantages__item:first-child {
  width: 490px;
}

.advantages__item:last-child {
  margin-right: 0;
}

.advantages__item strong {
  display: block;
}

.project {
  padding: 110px 0 0;
  background: #fff;
}

.project__wrap {
  border-radius: 20px;
  background: #212121;
  padding: 150px 100px 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

.project .subtitle {
  color: #fff;
  max-width: 600px;
}

.project__item {
  background: #fff;
  border-radius: 15px;
  width: 702px;
  min-height: 337px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 43px 30px 48px;
}

.project__item:nth-child(even) {
  width: 620px;
  padding-right: 10px;
}

.project__item-num {
  position: absolute;
  left: 48px;
  top: 30px;
  background: #4149F2;
  border-radius: 10px;
  padding: 3px 14px 4px 16px;
  text-align: center;
  font-size: 24px;
  line-height: 110%;
  font-weight: 300;
  color: #fff;
}

.project__item-title {
  font-family: "RobotoMono", sans-serif;
  font-size: 32px;
  line-height: 120%;
  font-weight: 700;
}

.project__item-text {
  width: 250px;
  font-size: 24px;
  line-height: 110%;
  font-weight: 400;
  color: #585858;
}

.cases {
  padding: 150px 0 57px;
}

.cases__slider {
  margin-top: 60px;
}

.cases__item {
  border: 2px solid #4149F2;
  border-radius: 20px;
  background: #fff;
  padding: 67px 98px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 30px;
}

.cases__item:last-child {
  margin-bottom: 0;
}

.cases__head {
  display: none;
}

.cases__info {
  margin-left: 30px;
  width: 637px;
}

.cases__info .cases__head {
  display: block;
}

.cases__table {
  background: #4149F2;
  width: 650px;
  border-radius: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #fff;
  padding: 34px 40px 38px;
}

.cases__table-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  line-height: 110%;
  font-weight: 500;
  margin-bottom: 36px;
}

.cases__table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 110%;
  font-weight: 400;
  margin-bottom: 16.3px;
}

.cases__table-row:last-child {
  margin-bottom: 0;
}

.cases__table-column {
  margin-right: 10px;
  width: 100%;
}

.cases__table-column:first-child {
  width: 329px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.cases__table-column:nth-child(2) {
  text-align: center;
}

.cases__table-column:last-child {
  margin-right: 0;
}

.cases__name {
  font-family: "RobotoMono", sans-serif;
  font-size: 32px;
  line-height: 120%;
  font-weight: 700;
}

.cases__text {
  margin-top: 16px;
  font-size: 24px;
  line-height: 110%;
  font-weight: 400;
  color: #585858;
}

.cases__link {
  display: block;
  margin-top: 11px;
  color: #F41224;
  font-size: 24px;
  line-height: 110%;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.cases__link:hover {
  color: #212121;
}

.cases__numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 66px;
}

.cases__num {
  text-align: center;
  width: 288px;
}

.cases__num-value {
  color: #4149F2;
  font-size: 80px;
  line-height: 110%;
  font-weight: 700;
}

.cases__num-desc {
  color: #585858;
  font-size: 24px;
  line-height: 110%;
  font-weight: 400;
}

.cases__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 32px;
}

.cases__btns .btn {
  width: 298px;
  padding-top: 19px;
  padding-bottom: 19px;
}

.cases__btns .btn:last-child {
  width: 288px;
}

.cases__controls {
  display: none;
}

.form__group:not(:last-child) {
  margin-bottom: 18px;
}

.form .agree {
  margin-right: 18px;
  text-align: right;
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
  font-family: "Mulish", sans-serif;
}

.form .agree a {
  color: inherit;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.form .agree a:hover {
  color: #F41224;
}

.input {
  display: block;
  width: 100%;
  min-height: 66px;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 23px;
  font-size: 16px;
  line-height: 110%;
  font-weight: 400;
  color: #212121;
}

.order {
  padding: 80px 0;
}

.order .subtitle {
  font-size: 48px;
  line-height: 60px;
}

.order__wrap {
  background: #212121;
  border-radius: 20px;
  padding: 80px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
}

.order__left {
  width: 634px;
}

.order__form {
  width: 592px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.order__form .form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.order__form .form__group:last-child {
  margin-top: 14px;
}

.order__form .input {
  width: 290px;
  margin-right: 18px;
}

.order__form .input:last-child {
  margin-right: 0;
}

.order__form .input--name {
  width: 234px;
}

.order__form .input--link {
  width: 340px;
}

.order__form .input--phone {
  width: 284px;
}

.order__form .btn {
  width: 290px;
  padding: 19px 20px;
}

.order__desc {
  font-size: 18px;
  line-height: 110%;
  font-weight: 400;
  margin-top: 19px;
}

.why {
  padding: 70px 0;
}

.why__list {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}

.why__item {
  width: 490px;
  height: 278px;
  border: 2px solid #4149F2;
  border-radius: 15px;
  padding: 20px 50px 20px 64px;
  background: #fff;
  overflow: hidden;
  font-size: 24px;
  line-height: 120%;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.why__item span {
  font-weight: 500;
}

.why__item--logo {
  border: none;
  padding: 0;
  display: block;
}

.why__item--logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.why__item--no-border {
  border-color: #fff;
  -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;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 29px 0 0 73px;
}

.why__item-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 3px;
}

.why__item-line:last-child {
  margin-bottom: 0;
}

.why__item-num {
  color: #4149F2;
  font-size: 64px;
  line-height: 110%;
  font-weight: 700;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 12px;
}

.why__item-text2 {
  font-size: 18px;
  line-height: 110%;
  font-weight: 400;
  color: #585858;
  margin-bottom: 8px;
}

.facts {
  padding: 80px 0 88px;
}

.facts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 60px;
}

.facts__item {
  width: 260px;
  margin-right: 260px;
  margin-bottom: 60px;
}

.facts__item--medium {
  width: 346px;
  margin-right: 174px;
}

.facts__item--big {
  width: 404px;
  margin-right: 0;
}

.facts__item-num {
  font-size: 96px;
  line-height: 110%;
  font-weight: 700;
  color: #fff;
  -webkit-text-stroke: 2px #F41224;
}

.facts__item-text {
  margin-top: 16px;
  font-size: 24px;
  line-height: 110%;
  font-weight: 400;
}

.footer {
  padding: 30px 0 20px;
  background: #212121;
  color: #fff;
}

.footer a {
  color: #fff;
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 39px;
}

.footer__top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__email {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  text-transform: uppercase;
  margin-right: 59px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.footer__email:hover {
  color: #F41224;
}

.footer__phone {
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.footer__phone:hover {
  color: #F41224;
}

.footer .socials {
  margin-right: 60px;
}

.footer .menu__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .menu__item:not(:last-child) {
  margin-right: 76px;
}

.footer .menu__link {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 32px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.footer .menu__link:hover {
  color: #F41224;
}

.footer__bottom {
  padding: 40px 0 20px;
  border-top: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__bottom-right {
  width: 100%;
  margin-left: 261px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.footer__link {
  margin-right: 131px;
  font-size: 16px;
  line-height: 110%;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.footer__link:hover {
  color: #F41224;
}

.footer__link:last-child {
  margin-right: 0;
}

.footer .company {
  font-size: 16px;
  line-height: 110%;
  font-weight: 700;
}

.footer .copyright {
  font-size: 16px;
  line-height: 110%;
  font-weight: 400;
  text-transform: uppercase;
}

.modal {
  width: 712px;
  padding: 60px;
  border-radius: 15px;
  background: #212121;
  color: #fff;
}

.modal--thanks {
  width: 500px;
}

.modal__close {
  position: absolute;
  right: 54px;
  top: 60px;
  border: 0;
  background: 0;
  color: #fff;
  font-size: 18px;
  line-height: 110%;
  font-weight: 400;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.modal__close:hover {
  color: #F41224;
}

.modal__title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  text-transform: uppercase;
}

.modal .form {
  width: 100%;
  margin-top: 40px;
}

.modal .form .btn:hover {
  border-color: #fff;
}

.modal-case {
  width: 100%;
  height: 100%;
  padding: 150px 0;
  background: #fff url("../images/dist/lines.svg") center top repeat-y;
  border-radius: 0;
  color: #212121;
}

.modal-case .container {
  position: relative;
}

.modal-case .modal__close {
  color: #212121;
  right: 9px;
  top: 0;
}

.modal-case .modal__close:hover {
  color: #F41224;
}

.modal-case__course {
  display: inline-block;
  padding: 28px 57px 28px 45px;
  border: 2px solid #4149F2;
  border-radius: 60px;
  background: #fff;
  color: #585858;
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
  margin-bottom: 32px;
}

.modal-case__title {
  font-size: 48px;
  line-height: 120%;
  font-weight: 400;
  margin-top: 50px;
  margin-bottom: 20px;
}

.modal-case__info {
  margin-top: 33px;
  max-width: 910px;
}

.modal-case__info.p{
  margin-bottom: 23px;
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
}

.modal-case__text {
  margin-bottom: 23px;
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
}

.modal-case__text:last-child {
  margin-bottom: 0;
}

.modal-case__image {
  margin-top: 16px;
  display: block;
  border: 2px solid #4149F2;
  border-radius: 15px;
  overflow: hidden;
  max-width: 100%;
  width: auto;
  margin-bottom: 32px;
}

.fancybox-slide--html .fancybox-close-small {
  display: none;
}

.fancybox-slide--html {
  padding: 0;
}

@media screen and (max-width: 1590px) {
  .container {
    width: 1134px;
  }

  .header {
    padding: 29px 0;
  }

  .header .menu {
    margin-left: 184px;
  }

  .header .menu__item:not(:last-child) {
    margin-right: 60px;
  }

  .header .menu__link {
    font-size: 16px;
    line-height: 21px;
  }

  .header__phone {
    margin-right: 24px;
    font-size: 18px;
    line-height: 24px;
  }

  .socials__link {
    width: 24px;
    height: 24px;
    margin-right: 18px;
  }

  .btn {
    font-size: 16px;
    line-height: 21px;
    padding: 19px 31px 18px;
  }

  .marquee--first {
    top: 94px;
  }

  .marquee--second {
    top: 301px;
  }

  .promo {
    padding: 179px 0 47px;
  }

  .promo__title {
    font-size: 48px;
    line-height: 60px;
  }

  .promo__desc {
    font-size: 18px;
    line-height: 23px;
  }

  .promo .btn {
    margin-top: 79px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .advantages__item {
    font-size: 16px;
    line-height: 21px;
    width: 352px;
    margin-right: 24px;
  }

  .advantages__item:first-child {
    width: 352px;
  }

  .subtitle {
    font-size: 48px;
    line-height: 60px;
  }

  .project {
    padding: 80px 0 0;
  }

  .project .subtitle {
    max-width: 480px;
  }

  .project__wrap {
    padding: 100px 70px;
  }

  .project__item {
    width: 486px;
    min-height: 305px;
    padding-left: 35px;
    padding-right: 37px;
  }

  .project__item:nth-child(even) {
    width: 470px;
    padding-right: 32px;
  }

  .project__item-num {
    left: 36px;
    top: 36px;
    padding: 2px 15px;
  }

  .project__item-title {
    font-size: 24px;
    line-height: 120%;
  }

  .project__item-text {
    width: 180px;
    font-size: 18px;
    line-height: 110%;
  }

  .cases {
    padding: 120px 0 57px;
  }

  .cases__slider {
    margin-top: 40px;
  }

  .cases__item {
    padding-left: 68px;
    padding-right: 68px;
    margin-bottom: 24px;
  }

  .cases__table {
    width: 470px;
    padding: 45px 32px 47px;
  }

  .cases__table-head {
    margin-bottom: 23px;
    font-size: 18px;
  }

  .cases__table-column:first-child {
    width: 223px;
  }

  .cases__info {
    width: 467px;
    margin-left: 27px;
  }

  .cases__text {
    font-size: 18px;
  }

  .cases__link {
    font-size: 18px;
    margin-top: 13px;
  }

  .cases__numbers {
    margin-top: 84px;
  }

  .cases__num {
    width: 195px;
  }

  .cases__num:last-child {
    width: 230px;
  }

  .cases__num-value {
    font-size: 64px;
  }

  .cases__num-desc {
    font-size: 18px;
    margin-top: 6px;
  }

  .cases__btns {
    margin-top: 36px;
  }

  .cases__btns .btn {
    width: 220px;
    padding-top: 20px;
    padding-bottom: 21px;
  }

  .cases__btns .btn:last-child {
    width: 220px;
  }

  .input {
    font-size: 14px;
  }

  .order {
    padding: 61px 0 50px;
  }

  .order__wrap {
    padding: 80px 70px;
  }

  .order__left {
    width: 375px;
  }

  .order .subtitle {
    font-size: 36px;
    line-height: 45px;
  }

  .order__desc {
    max-width: 320px;
    margin-top: 12px;
    font-size: 16px;
  }

  .order__form {
    width: 564px;
  }

  .order__form .input--name {
    width: 206px;
  }

  .order__form .input--link {
    width: 340px;
  }

  .order__form .input--phone {
    width: 256px;
  }

  .order__form .btn {
    padding-top: 20px;
    padding-bottom: 21px;
  }

  .why__list {
    gap: 24px;
    margin-top: 40px;
  }

  .why__item {
    width: 352px;
    height: 231px;
    font-size: 18px;
    padding-left: 43px;
    padding-right: 43px;
  }

  .why__item--logo {
    padding: 0;
  }

  .why__item--no-border {
    padding: 0;
    padding: 2px 0 0 5px;
  }

  .facts {
    padding: 50px 0 25px;
  }

  .facts__list {
    margin-top: 70px;
  }

  .facts__item {
    margin-right: 113px;
    margin-bottom: 94px;
  }

  .facts__item-num {
    font-size: 80px;
  }

  .facts__item-text {
    margin-top: 13px;
    font-size: 18px;
  }

  .facts__item--medium {
    width: 250px;
    margin-right: 144px;
  }

  .facts__item--big {
    margin-right: 0;
    width: 337px;
  }

  .footer {
    padding-top: 42px;
  }

  .footer__top {
    padding-bottom: 38px;
  }

  .footer .menu__link {
    font-size: 18px;
    line-height: 24px;
  }

  .footer .menu__item:not(:last-child) {
    margin-right: 61px;
  }

  .footer .socials {
    margin-right: 32px;
  }

  .footer__email {
    font-size: 18px;
    line-height: 24px;
  }

  .footer__phone {
    font-size: 24px;
    line-height: 32px;
  }

  .footer__link {
    margin-right: 61px;
  }

  .footer__bottom-right {
    max-width: 364px;
    margin-left: 0;
  }

  .modal-case {
    padding: 120px 0;
  }
}

@media screen and (max-width: 1140px) {
  .container {
    width: 750px;
  }

  .header {
    padding: 55px 0 15px;
    z-index: 100;
    position: relative;
  }

  .header .menu {
    display: none;
  }

  .header__phone {
    margin-right: 40px;
    font-size: 24px;
    line-height: 32px;
  }

  .header .menu-btn {
    position: relative;
    z-index: 110;
  }

  .socials__link {
    margin-right: 10px;
    width: 32px;
    height: 32px;
  }

  .promo {
    padding-top: 228px;
  }

  .promo .btn {
    margin-top: 169px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .marquee--first {
    top: 128px;
    -webkit-transform: rotate(10.38deg);
    -ms-transform: rotate(10.38deg);
    transform: rotate(10.38deg);
  }

  .marquee--second {
    top: 408px;
  }

  .marquee__flow {
    height: 32px;
  }

  .marquee__flow-in {
    height: 32px;
  }

  .marquee__flow-item {
    height: 32px;
  }

  .advantages {
    padding: 53px 0 40px;
  }

  .advantages .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .advantages__item {
    width: 348px;
    margin-right: 24px;
    margin-bottom: 32px;
  }

  .advantages__item:first-child {
    width: 348px;
  }

  .advantages__item:last-child {
    margin-bottom: 0;
  }

  .advantages__item:nth-child(even) {
    margin-right: 0;
  }

  .project__wrap {
    padding: 80px 100px;
  }

  .project .subtitle {
    width: 100%;
    max-width: 100%;
    margin-bottom: 32px;
  }

  .project__item {
    width: 256px;
    min-height: 286px;
    padding: 36px 40px;
    display: block;
  }

  .project__item:nth-child(odd),
  .project__item:nth-child(even) {
    width: 256px;
  }

  .project__item-num {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    padding: 3px 14px;
    font-size: 18px;
  }

  .project__item-title {
    margin-top: 25px;
    font-size: 18px;
    line-height: 120%;
  }

  .project__item-text {
    margin-top: 20px;
    font-size: 16px;
  }

  .cases {
    padding-bottom: 59px;
  }

  .cases__item {
    display: block;
    padding: 58px 39px;
  }

  .cases__table {
    margin-top: 59px;
    width: 100%;
    padding: 36px 53px 36px 60px;
  }

  .cases__table-head {
    font-size: 24px;
    margin-bottom: 36px;
  }

  .cases__table-column:first-child {
    width: 270px;
  }

  .cases__head {
    display: block;
  }

  .cases__info {
    width: 100%;
    margin-left: 0;
    padding: 0 49px;
  }

  .cases__info .cases__head {
    display: none;
  }

  .cases__text {
    max-width: 450px;
    margin-top: 17px;
  }

  .cases__link {
    margin-top: 12px;
  }

  .cases__numbers {
    margin-top: 32px;
  }

  .cases__num-desc {
    margin-top: 10px;
  }

  .cases__btns {
    margin-top: 30px;
  }

  .order__wrap {
    padding: 80px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .order__left {
    width: 100%;
  }

  .order__desc {
    max-width: 100%;
  }

  .order__desc br {
    content: "";
    margin-left: 10px;
  }

  .order__form {
    width: 100%;
    margin-top: 33px;
  }

  .order__form .input {
    width: 286px;
  }

  .order__form .input--name {
    width: 206px;
  }

  .order__form .input--link {
    width: 336px;
  }

  .order__form .input--phone {
    width: 256px;
  }

  .order__form .btn {
    width: 286px;
  }

  .form__group {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .form .agree {
    font-size: 14px;
    line-height: 120%;
  }

  .why__item {
    width: 348px;
  }

  .facts {
    padding-bottom: 21px;
  }

  .facts__item {
    width: 45%;
    margin-right: 0;
    margin-bottom: 78px;
  }

  .facts__item:nth-child(odd) {
    width: 52%;
  }

  .facts__item-num {
    font-size: 64px;
  }

  .facts__item-text {
    margin-top: 10px;
  }

  .facts__list {
    margin-top: 41px;
  }

  .footer {
    padding-top: 28px;
    padding-bottom: 14px;
  }

  .footer__top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 19px;
  }

  .footer__top-right {
    -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;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .footer__phone {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .footer__email {
    margin-top: 12px;
    margin-right: 0;
  }

  .footer .socials {
    margin: 12px 0 0;
  }

  .footer .menu__list {
    display: block;
  }

  .footer .menu__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 8px;
  }

  .footer__links {
    display: block;
  }

  .footer__link {
    display: block;
    margin-right: 0;
    margin-bottom: 13px;
  }

  .footer__link:last-child {
    margin-bottom: 0;
  }

  .footer__bottom {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 20px;
  }

  .footer__bottom-right {
    display: block;
    text-align: right;
    max-width: none;
    width: auto;
  }

  .footer .company {
    display: block;
    margin-bottom: 13px;
  }

  .modal {
    width: 520px;
    padding: 60px 40px 65px;
  }

  .modal-case {
    width: 100%;
    padding: 120px 0;
  }

  .modal-case__course {
    padding: 32px 31px;
    font-size: 16px;
  }

  .modal-case__info {
    margin-top: 24px;
    max-width: 100%;
  }

  .modal .form {
    margin-top: 39px;
  }

  .modal .form__group {
    margin-bottom: 13px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .modal .form .input {
    width: 201px;
    margin-right: 12px;
  }

  .modal .form .input:last-child {
    margin-right: 0;
  }

  .modal .form .input--name {
    width: 185px;
  }

  .modal .form .input--link {
    width: 243px;
  }

  .modal .form .input--phone {
    width: 227px;
  }

  .modal .form .btn {
    padding: 15px;
    width: 232px;
  }

  .modal .form .agree {
    font-size: 12px;
    margin-right: 12px;
  }

  .modal--thanks .modal__title {
    max-width: 400px;
  }
}

@media screen and (max-width: 760px) {
  body {
    background-size: 760px;
  }

  .nav .conainer {
    width: 100%;
    padding: 132px 40px 80px;
  }

  .nav .menu-btn {
    left: 0;
  }

  .container {
    width: 100%;
    padding-left: 23px;
    padding-right: 23px;
  }

  .header {
    padding: 39px 0 15px;
  }

  .header .socials {
    display: none;
  }

  .header__phone {
    font-size: 18px;
    line-height: 24px;
    margin-right: 0;
  }

  .promo {
    padding-top: 129px;
    padding-bottom: 40px;
  }

  .promo__title {
    font-size: 24px;
    line-height: 30px;
    max-width: 400px;
  }

  .promo__desc {
    margin-top: 3px;
    font-size: 16px;
    line-height: 20px;
  }

  .promo .btn {
    margin-top: 104px;
    padding: 20px 27px;
    font-size: 14px;
    line-height: 18px;
  }

  .marquee--first {
    top: 64px;
  }

  .marquee--second {
    top: 239px;
    -webkit-transform: rotate(-13.19deg);
    -ms-transform: rotate(-13.19deg);
    transform: rotate(-13.19deg);
  }

  .marquee__flow {
    height: 24px;
  }

  .marquee__flow-in {
    height: 24px;
  }

  .marquee__flow-item {
    height: 24px;
    width: 200%;
  }

  .advantages {
    padding-top: 0;
  }

  .advantages__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 18px;
  }

  .advantages__item:first-child {
    width: 100%;
    margin-right: 0;
  }

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

  .project {
    padding: 60px 0 0;
  }

  .project .subtitle {
    margin-bottom: 17px;
  }

  .project__wrap {
    padding: 49px 44px 45px;
    display: block;
  }

  .project__item {
    width: 100%;
    min-height: auto;
    margin-bottom: 8px;
    padding: 20px 24px 23px;
  }

  .project__item:last-child {
    margin-bottom: 0;
  }

  .project__item:nth-child(odd),
  .project__item:nth-child(even) {
    width: 100%;
  }

  .project__item-num {
    font-size: 16px;
    line-height: 110%;
    padding: 4px 12px;
  }

  .project__item-title {
    font-size: 16px;
    margin-top: 12px;
  }

  .project__item-text {
    font-size: 14px;
    margin-top: 8px;
  }

  .cases {
    padding-top: 101px;
    padding-bottom: 38px;
  }

  .cases .container {
    padding: 0;
  }

  .cases .subtitle {
    text-align: center;
  }

  .cases__slider {
    margin: 39px 0 0;
    width: 100%;
    max-width: 100%;
  }

  .cases__item {
    display: block;
    max-width: 100%;
    width: 100%;
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    padding: 0;
    background: 0;
  }

  .cases__head {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: calc(100% - 46px);
    width: 100%;
    margin: 0 auto;
    border-radius: 20px 20px 0 0;
    border: 2px solid #4149F2;
    border-bottom: none;
    padding: 39px 28px 31px;
  }

  .cases__name {
    font-size: 18px;
  }

  .cases__text {
    font-size: 14px;
    max-width: 100%;
    margin-top: 12px;
  }

  .cases__link {
    font-size: 14px;
    margin-top: 7px;
  }

  .cases__table {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0;
    padding: 30px 23px;
    overflow: hidden;
  }

  .cases__table-head {
    font-size: 16px;
    margin-bottom: 19px;
    width: 100%;
  }

  .cases__table-row {
    font-size: 12px;
    margin-bottom: 7.8px;
    width: 100%;
  }

  .cases__table-column {
    margin-right: 0;
  }

  .cases__table-column:first-child {
    width: 55%;
  }

  .cases__table-column:nth-child(2) {
    width: 45%;
  }

  .cases__info {
    padding: 0 23px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
  }

  .cases__num {
    width: calc(50% - 12px);
  }

  .cases__num:last-child {
    width: 50%;
  }

  .cases__num-value {
    font-size: 48px;
  }

  .cases__num-desc {
    font-size: 14px;
    margin-top: 7px;
  }

  .cases__numbers {
    margin-top: 25px;
  }

  .cases__btns {
    margin-top: 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cases__btns .btn {
    max-width: calc(50% - 12px);
    width: 100%;
    margin: 0;
    padding: 23px 10px;
    font-size: 14px;
    line-height: 110%;
    margin-right: 24px;
  }

  .cases__btns .btn--border {
    background: #fff;
  }

  .cases__btns .btn:last-child {
    max-width: calc(50% - 12px);
    width: 100%;
    margin-right: 0;
  }

  .cases__controls {
    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;
    margin-top: 32px;
    position: relative;
  }

  .cases__arrow {
    width: 48px;
    height: 48px;
    border: 0;
    background: 0;
    background: url("../images/dist/icons/arrow.svg") center/contain no-repeat;
  }

  .cases__arrow--next {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .cases__dots {
    margin: 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: #fff;
    border: 2px solid #4149F2;
    border-radius: 30px;
    padding: 19px 18px;
    z-index: 10;
    position: relative;
  }

  .cases__dots.swiper-pagination-bullets.swiper-pagination-horizontal {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    bottom: auto;
    top: auto;
    margin: 0 4px;
  }

  .cases__dots .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #4149F2;
    opacity: 1;
    border-radius: 0;
  }

  .cases__dots .swiper-pagination-bullet-active {
    background: #F41224;
  }

  .order__wrap {
    padding: 60px 32px;
  }

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

  .order__desc {
    font-size: 14px;
    line-height: 110%;
    margin-top: 8px;
    max-width: 80%;
  }

  .order__form {
    margin-top: 30px;
    display: block;
  }

  .order__form .form__group {
    margin-bottom: 0;
  }

  .order__form .input {
    margin: 0 0 12px;
    width: 100%;
  }

  .order__form .input--name,
  .order__form .input--phone,
  .order__form .input--link {
    width: 100%;
  }

  .order__form .btn {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-top: -2px;
    width: 100%;
    font-size: 14px;
  }

  .form .agree {
    margin-top: 8px;
    margin-right: 0;
    width: 100%;
    font-size: 12px;
    line-height: 120%;
    text-align: left;
  }

  .form .agree br {
    content: "";
    margin-left: 4px;
  }

  .why {
    padding: 51px 0 30px;
  }

  .why__list {
    margin-top: 31px;
    display: block;
  }

  .why__item {
    width: 100%;
    margin-bottom: 24px;
    font-size: 16px;
    padding: 30px 40px 30px 55px;
    min-height: 194px;
    height: auto;
  }

  .why__item--logo {
    display: none;
  }

  .why__item-num {
    font-size: 48px;
    margin-right: 16px;
  }

  .why__item-text2 {
    font-size: 16px;
    margin-bottom: 0;
  }

  .why__item-line {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
  }

  .why__item--flex {
    padding: 0 0 0 38px;
    margin-bottom: 21px;
  }

  .facts {
    padding: 17px 0 67px;
  }

  .facts .subtitle {
    text-align: center;
  }

  .facts .subtitle span {
    display: block;
  }

  .facts__list {
    margin-top: 31px;
  }

  .facts__item {
    width: 100%;
    margin-bottom: 36px;
    text-align: center;
  }

  .facts__item:nth-child(odd),
  .facts__item:nth-child(even) {
    width: 100%;
  }

  .facts__item-text {
    margin-top: 4px;
    font-size: 16px;
  }

  .footer {
    padding: 60px 0 20px;
  }

  .footer__top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 38px;
  }

  .footer__top-right {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .footer .menu {
    width: 100%;
    margin-top: 36px;
    text-align: center;
  }

  .footer .menu__item:not(:last-child) {
    margin-bottom: 7px;
  }

  .footer .socials__link {
    margin-right: 24px;
    width: 48px;
    height: 48px;
  }

  .footer .socials__link:last-child {
    margin-right: 0;
  }

  .footer__bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 24px;
  }

  .footer__bottom-right {
    margin-top: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer .company {
    margin-bottom: 0;
    margin-right: 57px;
  }

  .modal {
    border-radius: 20px;
    width: 100%;
    padding: 60px 32px;
  }

  .modal__close {
    right: 25px;
    top: 25px;
    font-size: 12px;
  }

  .modal__title {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
  }

  .modal .form {
    margin-top: 32px;
  }

  .modal .form .input {
    width: 100%;
  }

  .modal .form .input--name,
  .modal .form .input--phone,
  .modal .form .input--link {
    width: 100%;
    margin-right: 0;
  }

  .modal .form .btn {
    width: 100%;
  }

  .modal-case {
    border-radius: 0;
    padding: 106px 0 94px;
    background-size: 760px;
  }

  .modal-case .container {
    position: static;
  }

  .modal-case .modal__close {
    display: block;
    right: 23px;
    top: 56px;
    font-size: 16px;
  }

  .modal-case__course {
    display: block;
    width: 100%;
    padding: 24px 31px;
    font-size: 14px;
    margin-bottom: 24px;
  }

  .modal-case__title {
    font-size: 24px;
  }

  .modal-case__info {
    margin-top: 16px;
  }

  .modal-case__text {
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 13px;
  }

  .modal-case__image {
    margin-top: 24px;
  }

  .modal--thanks .modal__title {
    max-width: 100%;
  }

  .modal__desc {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }
}

@-webkit-keyframes marquee {
  0% {
    left: -100%;
  }

  100% {
    left: 0%;
  }
}

@keyframes marquee {
  0% {
    left: -100%;
  }

  100% {
    left: 0%;
  }
}

@-webkit-keyframes marquee-reverse {
  0% {
    right: -100%;
  }

  100% {
    right: 0;
  }
}

@keyframes marquee-reverse {
  0% {
    right: -100%;
  }

  100% {
    right: 0;
  }
}