html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-display: swap;
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed-Regular.woff2") format("woff2"), url("../fonts/RobotoCondensed-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed-Medium.woff2") format("woff2"), url("../fonts/RobotoCondensed-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed-Bold.woff2") format("woff2"), url("../fonts/RobotoCondensed-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed-ExtraBold.woff2") format("woff2"), url("../fonts/RobotoCondensed-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed-Black.woff2") format("woff2"), url("../fonts/RobotoCondensed-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Caveat";
  src: url("../fonts/Caveat-Regular.woff2") format("woff2"), url("../fonts/Caveat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Mono";
  src: url("../fonts/RobotoMono-Regular.woff2") format("woff2"), url("../fonts/RobotoMono-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Mono";
  src: url("../fonts/RobotoMono-Medium.woff2") format("woff2"), url("../fonts/RobotoMono-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Mono";
  src: url("../fonts/RobotoMono-Bold.woff2") format("woff2"), url("../fonts/RobotoMono-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}

body {
  background-color: #FFFEFE;
}

.container {
  max-width: 1440px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 0 70px;
}
@media (max-width: 1023px) {
  .container {
    max-width: 100%;
    padding: 0 32px;
  }
}
@media (max-width: 699px) {
  .container {
    padding: 0 16px;
  }
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-decoration: none;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  padding: 0 20px;
  height: 49px;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FFFFFF;
  color: #000000;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
}

h2 {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 40px;
  font-weight: 900;
  color: #0D1823;
}

h3 {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 900;
  text-transform: uppercase;
  color: #0D1823;
}

h4 {
  font-family: "Roboto Mono", Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 17px;
  font-weight: 400;
  text-transform: uppercase;
  color: #0D1823;
}

.section-sign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.section-sign-bull {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #0D1823;
  margin-right: 8px;
}

.text-red {
  color: #D61336;
}

.invisible {
  display: none;
}

.slider__controls {
  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;
  width: 140px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.slider__controls-left, .slider__controls-right {
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #F4F3F3;
  border-radius: 12px;
  background-repeat: no-repeat;
  background-size: 10px 8px;
  background-position: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.slider__controls-left:hover, .slider__controls-right:hover {
  background-color: #D61336;
}
.slider__controls-counter {
  font-family: "Roboto Mono", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 17px;
  font-weight: 700;
  text-transform: uppercase;
  color: #0D1823;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.slider__controls-left {
  background-image: url("../images/arrow-black-left.svg");
}
.slider__controls-left:hover {
  background-image: url("../images/arrow-white-left.svg");
}
.slider__controls-right {
  background-image: url("../images/arrow-black-right.svg");
}
.slider__controls-right:hover {
  background-image: url("../images/arrow-white-right.svg");
}

.header {
  position: absolute;
  top: 18px;
  width: 100%;
  padding: 17px 0 21px 0;
  z-index: 100;
}
.header__wrapper {
  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;
}
.header__logo {
  display: block;
  text-decoration: none;
  width: 136px;
  height: 27px;
}
.header__logo-red {
  display: none;
}
.header__nav {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.header__nav-item {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: white;
  text-decoration: none;
  padding: 12px 16px;
  background-color: transparent;
  border-radius: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header__nav-item.active {
  background-color: #F3F3F3;
  color: #0D1823;
}
.header__nav-item:hover {
  opacity: 0.6;
}
.header__nav-item.active:hover {
  opacity: 1;
}
@media (max-width: 1140px) {
  .header__nav-item {
    padding: 12px;
  }
}
@media (max-width: 1023px) {
  .header__nav {
    display: none;
  }
}
.header__btn {
  height: 45px;
  color: #D61336;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header__btn:hover {
  background-color: #AB052E;
  color: white;
}
.header.fix {
  position: fixed;
  top: 0;
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  z-index: 1100;
}
.header.fix .header__nav-item {
  color: #0D1823;
}
.header.fix .header__btn {
  background-color: #D61336;
  color: white;
}
.header.fix .header__btn:hover {
  background-color: #AB052E;
}
@media (max-width: 1023px) {
  .header.fix .header__btn:hover {
    background-color: #D61336;
  }
}
.header.fix .header__logo-white {
  display: none;
}
.header.fix .header__logo-red {
  display: block;
}
@media (max-width: 1023px) {
  .header {
    top: 0;
    padding: 22px 0;
  }
}

.hero {
  position: relative;
  height: 807px;
  overflow: hidden;
  background-color: #D61336;
}
.hero .container {
  height: 100%;
}
@media (max-width: 1023px) {
  .hero .container {
    height: 100%;
  }
}
.hero__wrapper {
  position: relative;
  min-height: 100%;
}
.hero__info {
  position: relative;
  z-index: 20;
  padding-top: 165px;
}
@media (max-width: 1023px) {
  .hero__info {
    height: 100%;
    padding-top: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.hero__title {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 96px;
  line-height: 90px;
  font-weight: 900;
  color: white;
  text-transform: uppercase;
  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;
}
@media (max-width: 1023px) {
  .hero__title {
    font-size: 48px;
    line-height: 48px;
  }
}
@media (max-width: 1023px) {
  .hero__title-cmwp {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 1023px) {
  .hero__title-strat {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.hero__slogan {
  margin-top: 143px;
  color: white;
  max-width: 445px;
}
.hero__slogan-title {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .hero__slogan-title {
    font-size: 32px;
    line-height: 32px;
    max-width: 280px;
  }
}
.hero__slogan-text {
  margin-top: 24px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-style: normal;
}
@media (max-width: 1023px) {
  .hero__slogan-text {
    margin-top: 16px;
  }
}
@media (max-width: 1023px) {
  .hero__slogan {
    margin-top: 240px;
  }
}
@media (max-width: 375px) {
  .hero__slogan {
    margin-top: 110px;
  }
}
.hero__rocket {
  position: absolute;
  bottom: 0;
  right: 18%;
  width: 583px;
  height: 684px;
}
.hero__rocket-img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1380px) {
  .hero__rocket {
    right: 5%;
  }
}
@media (max-width: 1023px) {
  .hero__rocket {
    right: 50%;
    margin-right: 130px;
    bottom: -120px;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
  }
}
@media (max-width: 375px) {
  .hero__rocket {
    bottom: -220px;
  }
}
.hero__mobile-overlay {
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 320px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(214, 19, 54, 0)), to(#D61336));
  background: linear-gradient(180deg, rgba(214, 19, 54, 0) 0%, #D61336 100%);
}
@media (max-width: 1023px) {
  .hero__mobile-overlay {
    display: block;
  }
}
@media (max-width: 1023px) {
  .hero {
    height: 742px;
  }
}
@media (max-width: 375px) {
  .hero {
    height: 642px;
  }
}

.about {
  padding-top: 161px;
}
.about__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1023px) {
  .about__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about__text {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #0D1823;
  max-width: 670px;
  margin-left: 15.153%;
}
.about__text-title {
  font-size: 64px;
  line-height: 64px;
}
@media (max-width: 1023px) {
  .about__text-title {
    font-size: 40px;
    line-height: 40px;
  }
}
.about__text-desc {
  margin-top: 26px;
  font-size: 20px;
  line-height: 28px;
  color: #0D1823;
  max-width: 550px;
}
@media (max-width: 1023px) {
  .about__text {
    margin-left: 0;
    margin-top: 24px;
    font-size: 24px;
    line-height: 24px;
    max-width: 500px;
  }
}
@media (max-width: 699px) {
  .about__text {
    max-width: 358px;
  }
}
@media (max-width: 1023px) {
  .about {
    padding-top: 40px;
  }
}

.achievements,
.internship {
  padding-top: 200px;
}
.achievements__wrapper,
.internship__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1023px) {
  .achievements__wrapper,
  .internship__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.achievements__items,
.internship__items {
  position: relative;
  margin-left: 15.153%;
  width: 100%;
  max-width: 820px;
}
@media (max-width: 1023px) {
  .achievements__items,
  .internship__items {
    margin-left: 0;
  }
}
.achievements__sticky-text,
.internship__sticky-text {
  position: sticky;
  top: 50vh;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 64px;
  line-height: 64px;
  font-weight: 900;
  text-transform: uppercase;
  color: #0D1823;
  text-align: center;
  padding-bottom: 84px;
}
@media (max-width: 1023px) {
  .achievements__sticky-text,
  .internship__sticky-text {
    position: static;
    margin-top: 24px;
    text-align: left;
    font-size: 32px;
    line-height: 32px;
    padding-bottom: 0;
  }
}
.achievements__rows,
.internship__rows {
  margin-top: -74px;
}
@media (max-width: 1023px) {
  .achievements__rows,
  .internship__rows {
    margin-top: 36px;
  }
}
.achievements__row,
.internship__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 190px;
}
@media (max-width: 1023px) {
  .achievements__row,
  .internship__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 16px;
  }
}
@media (max-width: 1023px) {
  .achievements__row:last-child,
  .internship__row:last-child {
    margin-bottom: 0;
  }
}
.achievements__item,
.internship__item {
  border-radius: 24px;
  background: rgba(243, 243, 243, 0.8);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  height: 188px;
  padding: 28px;
  width: 100%;
  max-width: 322px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.achievements__item:last-child,
.internship__item:last-child {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
@media (max-width: 1023px) {
  .achievements__item:last-child,
  .internship__item:last-child {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-bottom: 0;
  }
}
@media (max-width: 699px) {
  .achievements__item:last-child,
  .internship__item:last-child {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media (max-width: 1023px) {
  .achievements__item,
  .internship__item {
    margin-bottom: 16px;
    max-width: 358px;
  }
}
@media (max-width: 699px) {
  .achievements__item,
  .internship__item {
    max-width: 100%;
  }
}
.achievements__item-value,
.internship__item-value {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 48px;
  line-height: 48px;
  font-weight: 800;
  letter-spacing: -1.92px;
  color: #D61336;
}
.achievements__item-text,
.internship__item-text {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #0D1823;
}
@media (max-width: 1023px) {
  .achievements,
  .internship {
    padding-top: 90px;
  }
}

.reviews {
  padding-top: 474px;
}
.reviews__text {
  max-width: 378px;
  text-transform: uppercase;
  margin-top: 28px;
}
@media (max-width: 1023px) {
  .reviews__text {
    font-size: 24px;
    line-height: 24px;
    max-width: 358px;
    margin-top: 24px;
  }
}
.reviews__right {
  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;
  min-width: 0;
  width: 100%;
  margin-top: -205px;
}
@media (max-width: 1170px) {
  .reviews__right {
    margin-top: 42px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .reviews__right {
    margin-top: 24px;
  }
}
@media (max-width: 1170px) {
  .reviews__right .slider__controls {
    margin-top: 16px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.reviews__slider {
  min-width: 0;
  width: 100%;
  max-width: 766px;
  border-radius: 24px;
  color: white;
  min-height: 360px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.reviews__slider .slick-list {
  overflow: hidden;
  min-height: 360px;
}
@media (max-width: 699px) {
  .reviews__slider .slick-list {
    min-height: 444px;
  }
}
.reviews__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 360px;
}
@media (max-width: 699px) {
  .reviews__slider .slick-track {
    min-height: 444px;
  }
}
.reviews__slider .slick-slide {
  min-height: 360px;
}
@media (max-width: 699px) {
  .reviews__slider .slick-slide {
    min-height: 444px;
  }
}
@media (max-width: 1280px) {
  .reviews__slider {
    max-width: 670px;
  }
}
@media (max-width: 1170px) {
  .reviews__slider {
    max-width: 766px;
  }
}
@media (max-width: 1023px) {
  .reviews__slider {
    max-width: 100%;
  }
}
@media (max-width: 699px) {
  .reviews__slider {
    min-height: 400px;
  }
}
.reviews__slider-item {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 51px 48px 47px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.reviews__slider-item.slide-red {
  background: radial-gradient(64.28% 156.94% at 74.61% 28.47%, #D61336 0%, #790016 100%);
}
.reviews__slider-item.slide-blue {
  background: radial-gradient(64.28% 156.94% at 74.61% 28.47%, #94DDF5 0%, #086C8F 100%);
}
.reviews__slider-item.slide-orange {
  background: radial-gradient(64.28% 156.94% at 74.61% 28.47%, #FC905F 0%, #CF4708 100%);
}
.reviews__slider-item.slide-dark-blue {
  background: radial-gradient(64.28% 156.94% at 74.61% 28.47%, #84AFDB 0%, #003B76 100%);
}
.reviews__slider-item.slide-green {
  background: radial-gradient(64.28% 156.94% at 74.61% 28.47%, #58C4C5 0%, #004E4F 100%);
}
.reviews__slider-item.slide-purple {
  background: radial-gradient(64.28% 156.94% at 74.61% 28.47%, #7E70A7 0%, #26174E 100%);
}
.reviews__slider-item-quote {
  position: relative;
  z-index: 20;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  max-width: 451px;
}
.reviews__slider-item-author {
  position: relative;
  z-index: 20;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  max-width: 473px;
  -webkit-text-size-adjust: 100%;
}
@media (max-width: 1023px) {
  .reviews__slider-item-author {
    max-width: 100%;
  }
}
.reviews__slider-item-photo {
  position: absolute;
  right: 96px;
  bottom: 0;
  width: 245px;
  height: 342px;
}
.reviews__slider-item-photo img {
  width: 100%;
  height: auto;
}
@media (max-width: 699px) {
  .reviews__slider-item-photo {
    right: 6px;
    width: 183px;
    height: 255px;
  }
}
@media (max-width: 1023px) {
  .reviews__slider-item {
    padding: 28px;
  }
}
@media (max-width: 1023px) {
  .reviews {
    padding-top: 90px;
  }
}

.internship__row:last-child {
  margin-bottom: 0;
}
.internship__row.row-lengthy {
  margin-bottom: 225px;
}
@media (max-width: 1023px) {
  .internship__row.row-lengthy {
    margin-bottom: 16px;
  }
}
.internship__item {
  height: 233px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.internship__item.item-lengthy {
  height: 268px;
}
.internship__item-hidden {
  visibility: hidden;
}
@media (max-width: 1023px) {
  .internship__item-hidden {
    display: none;
  }
}
.internship__item:hover {
  background: rgba(214, 19, 54, 0.8);
}
.internship__item:hover .internship__item-value, .internship__item:hover .internship__item-text {
  color: white;
}
.internship__item-value {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 900;
  text-transform: uppercase;
  color: #0D1823;
  letter-spacing: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 699px) {
  .internship__item-value {
    max-width: 263px;
  }
}
.internship__item-text {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #0D1823;
  text-transform: none;
  letter-spacing: normal;
  max-width: 262px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 699px) {
  .internship__item-text {
    max-width: 303px;
  }
}

.request {
  margin-top: 200px;
  margin-bottom: 90px;
}
.request__header {
  position: relative;
  background-color: #D61336;
  border-radius: 24px 24px 0 0;
  color: white;
  padding: 56px;
}
.request__header-title {
  position: relative;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 40px;
  font-weight: 900;
  max-width: 382px;
  text-transform: uppercase;
  z-index: 20;
}
@media (max-width: 699px) {
  .request__header-title {
    font-size: 16px;
    line-height: 20px;
  }
}
.request__header-subtitle {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 12px;
  max-width: 411px;
}
@media (max-width: 699px) {
  .request__header-subtitle {
    font-size: 16px;
    line-height: 20px;
  }
}
.request__header-texts {
  margin-top: 42px;
}
.request__header-text {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 14px;
}
.request__header-text:first-child {
  max-width: 345px;
}
.request__header-text:last-child {
  max-width: 445px;
  margin-bottom: 0;
}
.request__header-info {
  position: relative;
  z-index: 20;
  margin-top: 40px;
}
@media (max-width: 1023px) {
  .request__header-info {
    margin-top: 36px;
  }
}
.request__header-block {
  margin-bottom: 36px;
}
.request__header-block:last-child {
  margin-bottom: 0;
}
.request__header-block-data {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.06em;
}
@media (max-width: 1023px) {
  .request__header-block-data {
    font-size: 8px;
    letter-spacing: 0.48px;
  }
}
.request__header-block-value {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: -0.02em;
  margin-top: 8px;
  max-width: 520px;
}
.request__header-block-value ul {
  list-style-type: disc;
}
.request__header-block-value ul li {
  margin-bottom: 12px;
}
@media (max-width: 1023px) {
  .request__header-block-value {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.32px;
    margin-top: 4px;
    max-width: 340px;
  }
}
@media (max-width: 1023px) {
  .request__header-block {
    margin-bottom: 24px;
  }
}
.request__header-image {
  position: absolute;
  bottom: 0;
  right: 243px;
  width: 468px;
  height: 520px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.request__header-image img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1140px) {
  .request__header-image {
    right: -15%;
  }
}
@media (max-width: 1023px) {
  .request__header-image {
    display: none;
  }
}
@media (max-width: 699px) {
  .request__header {
    padding: 28px;
  }
}
.request__body {
  position: relative;
  padding-top: 80px;
  padding-bottom: 64px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(4.08%, #FFFFFF), color-stop(94.18%, #F3F3F3));
  background: linear-gradient(180deg, #FFFFFF 4.08%, #F3F3F3 94.18%);
}
.request__body-send-animation {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  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;
}
.request__body-send-animation .spinner {
  width: 80px;
  height: 80px;
  border: 2px solid #F3F3F3;
  border-top: 3px solid #D61336;
  border-radius: 100%;
  -webkit-animation: spin 1s infinite linear;
          animation: spin 1s infinite linear;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.request__body-send-animation.visible {
  visibility: visible;
}
@media (max-width: 699px) {
  .request__body-send-animation {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 240px;
  }
}
.request__body.hidden {
  display: none;
}
.request__body.hidden + .request__success {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 699px) {
  .request__body {
    padding: 0;
  }
}
.request__form {
  max-width: 766px;
  margin: 0 auto;
}
.request__form-title {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 40px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .request__form-title {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 699px) {
  .request__form-title {
    text-align: left;
    max-width: 262px;
    margin: 0;
  }
}
.request__form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 64px;
}
.request__form-fields-left {
  width: 100%;
  max-width: 343px;
}
@media (max-width: 1023px) {
  .request__form-fields-left {
    margin-right: 32px;
  }
}
@media (max-width: 699px) {
  .request__form-fields-left {
    margin-right: 0;
    max-width: 100%;
  }
}
.request__form-fields-right {
  width: 100%;
  max-width: 343px;
}
@media (max-width: 699px) {
  .request__form-fields-right {
    margin-top: 32px;
    max-width: 100%;
  }
}
.request__form-fields-field {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 32px;
}
.request__form-fields-field:last-child {
  margin-bottom: 0;
}
@media (max-width: 699px) {
  .request__form-fields {
    margin-top: 42px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.request__form-contact-methods {
  position: relative;
}
@media (max-width: 1023px) {
  .request__form-contact-methods-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .request__form-contact-methods > .request__form-error-text {
    width: 200px;
  }
}
.request__form-contact-methods.error > .request__form-error-text {
  visibility: visible;
}
.request__form-label {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #202B39;
  margin-bottom: 12px;
}
.request__form-input {
  border: 1px solid #D2D7DF;
  border-radius: 8px;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: white;
  padding: 20px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #0D1823;
  caret-color: #0D1823;
}
.request__form-input::-webkit-input-placeholder {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #798088;
}
.request__form-input::-moz-placeholder {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #798088;
}
.request__form-input:-ms-input-placeholder {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #798088;
}
.request__form-input::-ms-input-placeholder {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #798088;
}
.request__form-input::placeholder {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #798088;
}
.request__form-input.error {
  border: 1px solid #D61336;
}
.request__form-input.error + .request__form-error-text {
  visibility: visible;
}
.request__form-bottom {
  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;
  margin-top: 64px;
}
.request__form-bottom-title {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #0D1823;
  margin-bottom: 12px;
}
@media (max-width: 699px) {
  .request__form-bottom {
    margin-top: 32px;
    -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;
  }
}
.request__form-agreement {
  position: relative;
  margin-right: 20px;
}
.request__form-agreement:last-child {
  margin-right: 0;
}
@media (max-width: 1023px) {
  .request__form-agreement {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
@media (max-width: 1023px) {
  .request__form-agreement:last-child {
    margin-bottom: 0;
  }
}
.request__form-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.request__form-checkbox-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #202B39;
}
.request__form-checkbox-label::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  border: 1px solid #D2D7DF;
  border-radius: 8px;
  background-color: white;
  margin-right: 8px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.request__form-checkbox:checked + .request__form-checkbox-label::before {
  background-color: #D61336;
  background-image: url("../images/check.svg");
}
.request__form-checkbox.error + .request__form-checkbox-label::before {
  border: 1px solid #D61336;
}
.request__form-checkbox.error + .request__form-checkbox-label + .request__form-error-text {
  visibility: visible;
}
.request__form-link {
  color: #D61336;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.request__form-link:hover {
  text-decoration: underline;
}
.request__form-submit {
  background-color: #D61336;
  color: white;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-top: 48px;
}
.request__form-submit:hover {
  background-color: #AB052E;
}
@media (max-width: 699px) {
  .request__form-submit {
    margin-top: 44px;
  }
}
.request__form-error-text {
  position: absolute;
  bottom: -22px;
  left: 0;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #D61336;
  visibility: hidden;
}
@media (max-width: 1023px) {
  .request__form {
    padding: 0 32px;
  }
}
@media (max-width: 699px) {
  .request__form {
    padding: 36px 28px 60px;
  }
}
.request__success {
  min-height: 841px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(4.08%, #FFFFFF), color-stop(94.18%, #F3F3F3));
  background: linear-gradient(180deg, #FFFFFF 4.08%, #F3F3F3 94.18%);
}
.request__success-text {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 40px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  max-width: 500px;
}
@media (max-width: 699px) {
  .request__success {
    min-height: 375px;
  }
}
.request__footer {
  position: relative;
  background-color: #D61336;
  color: white;
  border-radius: 0 0 24px 24px;
}
.request__footer-wrapper {
  padding: 32px 101px 44px 42px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 285px;
}
@media (max-width: 1023px) {
  .request__footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 29px 28px 31px;
  }
}
.request__footer-left {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 138px;
}
@media (max-width: 1259px) {
  .request__footer-left {
    margin-right: 40px;
  }
}
.request__footer-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 743px;
}
@media (max-width: 1023px) {
  .request__footer-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 52px;
  }
}
.request__footer-person {
  width: 100%;
  max-width: 310px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.request__footer-person-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.request__footer-person-photo {
  width: 90px;
  height: 90px;
  border-radius: 8px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.request__footer-person-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1158px) {
  .request__footer-person-photo {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 1023px) {
  .request__footer-person-photo {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 374px) {
  .request__footer-person-photo {
    width: 70px;
    height: 70px;
  }
}
.request__footer-person-data {
  margin-left: 20px;
}
@media (max-width: 374px) {
  .request__footer-person-data {
    margin-left: 10px;
  }
}
.request__footer-person-name {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 1158px) {
  .request__footer-person-name {
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  .request__footer-person-name {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 374px) {
  .request__footer-person-name {
    font-size: 18px;
  }
}
.request__footer-person-position {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  opacity: 0.7;
  max-width: 200px;
  margin-top: 4px;
}
@media (max-width: 1158px) {
  .request__footer-person-position {
    font-size: 13px;
  }
}
@media (max-width: 1023px) {
  .request__footer-person-position {
    font-size: 13px;
  }
}
@media (max-width: 344px) {
  .request__footer-person-position {
    font-size: 12px;
  }
}
@media (max-width: 1023px) {
  .request__footer-person-contacts {
    margin-top: 24px;
  }
}
.request__footer-person-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.request__footer-person-link {
  display: block;
  text-decoration: none;
  width: 38px;
  height: 38px;
  background-color: #fff;
  border-radius: 50%;
  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-right: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.request__footer-person-link:last-child {
  margin-right: 0;
}
.request__footer-person-link.link-tg img {
  padding-right: 2px;
}
.request__footer-person-email {
  display: block;
  text-decoration: none;
  color: #fff;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  margin-top: 12px;
}
@media (max-width: 1023px) {
  .request__footer-person {
    margin-bottom: 58px;
  }
}
.request__footer-person:last-child {
  margin-bottom: 0;
}
.request__footer-slogan {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 22px;
  color: #fff;
  text-transform: uppercase;
  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: 190px;
}
.request__footer-slogan-opacity {
  opacity: 0.8;
}
@media (max-width: 1023px) {
  .request__footer-slogan {
    font-size: 16px;
    line-height: 20px;
    max-width: 254px;
  }
}
.request__footer-info {
  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;
}
.request__footer-info-position {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  opacity: 0.7;
  max-width: 287px;
}
@media (max-width: 1023px) {
  .request__footer-info-position {
    padding-left: 28px;
    padding-right: 28px;
  }
}
.request__footer-info-name {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  color: #fff;
  margin-top: 16px;
}
@media (max-width: 1023px) {
  .request__footer-info-name {
    font-size: 16px;
    line-height: 18px;
    margin-top: 12px;
    padding-left: 28px;
    padding-right: 28px;
  }
}
.request__footer-info-phone {
  display: block;
  text-decoration: none;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 48px;
  color: #fff;
  margin-top: 47px;
}
@media (max-width: 1289px) {
  .request__footer-info-phone {
    font-size: 42px;
    line-height: 42px;
  }
}
@media (max-width: 1190px) {
  .request__footer-info-phone {
    font-size: 32px;
    line-height: 32px;
  }
}
@media (max-width: 1023px) {
  .request__footer-info-phone {
    font-size: 36px;
    line-height: 36px;
    margin-top: 33px;
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 364px) {
  .request__footer-info-phone {
    font-size: 28px;
    line-height: 28px;
  }
}
.request__footer-info-email {
  display: block;
  text-decoration: none;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  margin-top: 12px;
}
@media (max-width: 1023px) {
  .request__footer-info-email {
    padding-left: 28px;
    padding-right: 28px;
  }
}
.request__footer-info-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
}
@media (max-width: 1023px) {
  .request__footer-info-links {
    margin-top: 32px;
    padding-left: 28px;
    padding-right: 28px;
  }
}
.request__footer-info-link {
  display: block;
  text-decoration: none;
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 50%;
  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-right: 7px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.request__footer-info-link:last-child {
  margin-right: 0;
}
.request__footer-info-link.link-tg img {
  padding-right: 2px;
}
.request__footer-info-maksim-mobile {
  display: none;
  margin-top: 37px;
  width: 100%;
  border-bottom: 1px solid #6E747B;
}
.request__footer-info-maksim-mobile-wrapper {
  width: 212px;
  height: 319px;
  margin: 0 auto;
}
.request__footer-info-maksim-mobile-wrapper img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1023px) {
  .request__footer-info-maksim-mobile {
    display: block;
  }
}
@media (max-width: 1023px) {
  .request__footer-logo {
    display: none;
  }
}
.request__footer-text {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 40px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  max-width: 440px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .request__footer-text {
    font-size: 24px;
    line-height: 24px;
    max-width: 260px;
  }
}
.request__footer-link {
  color: white;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.request__footer-mobile-logo {
  display: none;
  margin-top: 58px;
}
@media (max-width: 1023px) {
  .request__footer-mobile-logo {
    display: block;
  }
}
.request__footer .btn-up {
  position: absolute;
  bottom: 44px;
  right: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.request__footer .btn-up__arrow {
  width: 40px;
  height: 40px;
  background-color: #D61336;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  background-image: url("../images/arrow-up.svg");
  background-repeat: no-repeat;
  background-size: 9px 12px;
  background-position: center;
  margin-right: 15px;
  cursor: pointer;
}
.request__footer .btn-up__text {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 1023px) {
  .request__footer .btn-up {
    bottom: 30px;
    right: 28px;
  }
}
@media (max-width: 1023px) {
  .request__footer {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .request {
    margin-top: 90px;
    margin-bottom: 45px;
  }
}