@charset "UTF-8";
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  color: inherit;
}

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

a:hover {
  text-decoration: none;
}

img {
  vertical-align: top;
}

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

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

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

body {
  height: 100%;
}

body {
  line-height: 1;
  height: 100%;
}

video {
  object-fit: unset;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-SemiBold.woff2") format("woff2"), url("../fonts/Gilroy-SemiBold.woff") format("woff"), url("../fonts/Gilroy-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-ExtraBold.woff2") format("woff2"), url("../fonts/Gilroy-ExtraBold.woff") format("woff"), url("../fonts/Gilroy-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "icons";
  src: url("../fonts/icon-fonts/icons.ttf") format("truetype"), url("../fonts/icon-fonts/icons.woff") format("woff"), url("../fonts/icon-fonts/icons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=_icon-]::before,
[class*=" _icon-"]::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

._icon-bx_map:before {
  content: "\e907";
}

._icon-question:before {
  content: "\e900";
  font-size: 24px;
}

._icon-clock1:before {
  content: "\e90c";
}

._icon-map:before {
  content: "\e90e";
}

._icon-check:before {
  content: "\e90b";
}

._icon-mail:before {
  content: "\e902";
}

._icon-whatsapp:before {
  content: "\e901";
  font-size: 28px;
}

._icon-arrow-menu:before {
  content: "\e903";
}

._icon-arrow-slider:before {
  content: "\e904";
}

._icon-facebook:before {
  content: "\e905";
}

._icon-instagram:before {
  content: "\e906";
}

._icon-phone:before {
  content: "\e908";
}

._icon-telegram:before {
  content: "\e909";
}

._icon-viber:before {
  content: "\e90a";
  font-size: 31px;
}

._icon-play:before {
  content: "\e90d";
}

.button {
  font-family: "Gilroy", sans-serif;
  background-color: #FFAA1E;
  border-radius: 40px;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  padding: 16px 32px;
  white-space: nowrap;
  color: #103654;
  transition: box-shadow 0.3s ease;
  cursor: pointer;
}
.button:hover {
  box-shadow: 0px 0px 26.4px rgba(255, 159, 0, 0.7);
}
@media (max-width: 900px) {
  .button {
    font-size: 18px;
    line-height: 21px;
  }
}
@media (max-width: 380px) {
  .button {
    padding: 16px 32px;
  }
}

.button-opacity {
  font-family: "Gilroy", sans-serif;
  border-radius: 40px;
  border: 2px solid #FFAA1E;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  padding: 14.4px 32px;
  color: #FFAA1E;
  cursor: pointer;
  transition: box-shadow 0.3s ease;
}
.button-opacity:hover {
  box-shadow: 0px 0px 26.4px rgba(255, 159, 0, 0.7);
}
@media (max-width: 900px) {
  .button-opacity {
    font-size: 18px;
    line-height: 21px;
  }
}
@media (max-width: 380px) {
  .button-opacity {
    padding: 14.4px 32px;
  }
}

.language-button {
  background: none;
  border: 1px solid #ccc;
  padding: 10px;
  margin: 5px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

html, body {
  height: 100%;
  color: #1D1D1D;
  font-family: "Gilroy", sans-serif;
}

.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}

[class*=__container] {
  margin: 0 auto;
  max-width: 1584px;
  padding: 0px 15px;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}

.page {
  flex: 1 1 auto;
}

.title-white {
  color: #FFFFFF;
  letter-spacing: -0.145454px;
  font-weight: 700;
  font-size: 56px;
  line-height: 120%;
}
@media (max-width: 768px) {
  .title-white {
    font-size: 24px;
    line-height: 120%;
  }
}

.content {
  padding-top: 181px;
}
@media (max-width: 1600px) {
  .content {
    padding-top: 150px;
  }
}
@media (max-width: 768px) {
  .content {
    padding-top: 120px;
  }
}

.title-block {
  font-weight: 700;
  font-size: 56px;
  line-height: 120%;
  letter-spacing: -0.145454px;
  color: #103654;
}
@media (max-width: 768px) {
  .title-block {
    font-size: 32px;
  }
}
@media (max-width: 380px) {
  .title-block {
    font-size: 25px;
  }
}

.title-block__white {
  font-weight: 700;
  font-size: 56px;
  line-height: 120%;
  letter-spacing: -0.145454px;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .title-block__white {
    font-size: 32px;
  }
}
@media (max-width: 380px) {
  .title-block__white {
    font-size: 25px;
  }
}

.part-title__orange {
  font-weight: 700;
  font-size: 56px;
  line-height: 120%;
  letter-spacing: -0.145454px;
  color: #FFAA1E;
}
@media (max-width: 768px) {
  .part-title__orange {
    font-size: 32px;
  }
}
@media (max-width: 380px) {
  .part-title__orange {
    font-size: 25px;
  }
}

.header {
  margin: 16px 24px;
  background-color: #103654;
  border-radius: 40px;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1000;
}
@media (max-width: 1200px) {
  .header {
    margin: 16px;
  }
}
@media (max-width: 768px) {
  .header {
    border-radius: 24px;
  }
}
.header__block {
  display: flex;
  gap: 10px;
  align-items: center;
  min-height: 117px;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 35px;
}
@media (max-width: 768px) {
  .header__block {
    min-height: 88px;
    padding: 0 16px;
  }
}
.header__logo img {
  width: 100px;
  height: 69.3px;
}
@media (max-width: 767px) {
  .header__logo img {
    width: 81px;
    height: 56px;
  }
}
@media (min-width: 767px) {
  .header__right {
    display: flex;
    align-items: center;
    gap: 24px;
  }
}
.header__menu {
  margin: 0 auto;
}
.header__button {
  display: none;
}
@media (min-width: 767px) {
  .header__button {
    display: block;
  }
}
.header__language-buttons {
  display: flex;
}
@media (max-width: 1270px) {
  .header__language-buttons {
    margin-left: 15px;
  }
}

.menu__list {
  display: none;
}
@media (min-width: 767px) {
  .menu__list {
    display: flex;
    column-gap: 40px;
    row-gap: 5px;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(25px);
    border-radius: 50px;
    padding: 22.5px 49.5px;
    justify-content: center;
  }
}
@media (max-width: 1300px) {
  .menu__list {
    column-gap: 20px;
    padding: 24px 34px;
  }
}
@media (max-width: 990px) {
  .menu__list {
    column-gap: 20px;
    padding: 15px 15px;
  }
}
.menu__item {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  transition: color 0.3s ease;
}
.menu__item:hover {
  color: #FFAA1E;
}
@media (max-width: 1200px) {
  .menu__item {
    font-size: 16px;
  }
}
.language-buttons {
  position: relative;
}
.language-buttons .language-button {
  cursor: pointer;
  border: 1px solid #FFFFFF;
  border-radius: 50px;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  padding: 16px 24px;
}
.language-buttons__body {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 10px;
  z-index: 10;
}
.language-buttons__body.show {
  display: block;
}
.language-buttons__body.show a {
  background-color: #294B66;
  text-align: center;
}
.language-buttons .arrow {
  font-size: 6.9px;
  margin-left: 16px;
}
.language-buttons .language-button.open .arrow {
  transform: rotate(180deg);
}

.hero-page {
  padding: 0 24px;
  margin-bottom: 206px;
}
@media (max-width: 1600px) {
  .hero-page {
    margin-bottom: 120px;
  }
}
@media (max-width: 1200px) {
  .hero-page {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .hero-page {
    margin-bottom: 80px;
  }
}

.hero__block {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  gap: 40px;
}
@media (max-width: 1600px) {
  .hero__block {
    gap: 16px;
  }
}
@media (max-width: 900px) {
  .hero__block {
    flex-direction: column;
  }
}
.hero__left {
  flex: 0 1 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 1600px) {
  .hero__left {
    gap: 16px;
  }
}
.hero__right {
  flex: 0 1 50%;
  display: none;
}
@media (min-width: 768px) {
  .hero__right {
    display: flex;
  }
}

.left-hero__top {
  border-radius: 40px;
  margin-bottom: 0px;
  background-color: #103654;
  padding: 80px 72px;
}
@media (max-width: 1600px) {
  .left-hero__top {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .left-hero__top {
    border-radius: 24px;
  }
}
.left-hero__titles {
  margin-bottom: 48px;
}
@media (max-width: 1600px) {
  .left-hero__titles {
    margin-bottom: 40px;
  }
}
.left-hero__row {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  min-width: 144px;
}
@media (max-width: 1600px) {
  .left-hero__row {
    gap: 16px;
  }
}
.left-hero__bottom-left {
  flex: 0 1 50%;
}
.left-hero__bottom-left img {
  object-fit: cover;
}
.left-hero__bottom-right {
  flex: 0 1 50%;
}
.left-hero__bottom-right img {
  object-fit: cover;
}
.left-hero__image {
  width: 100%;
  min-height: 144px;
  border-radius: 40px;
}
@media (max-width: 768px) {
  .left-hero__image {
    border-radius: 24px;
  }
}

.hero-video {
  width: 100%;
  object-fit: cover;
  transform: rotateY(180deg);
  border-radius: 40px;
}

.left-hero__title-small {
  font-weight: 600;
  font-size: 56px;
  line-height: 100%;
  letter-spacing: -0.145454px;
  color: #FFFFFF;
}
@media (max-width: 1600px) {
  .left-hero__title-small {
    font-size: 40px;
  }
}
@media (max-width: 360px) {
  .left-hero__title-small {
    font-size: 30px;
  }
}

.title-white__large {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 80px;
  line-height: 120%;
  letter-spacing: -0.145454px;
}
@media (max-width: 1600px) {
  .title-white__large {
    font-size: 60px;
    font-weight: 600;
  }
}
@media (max-width: 900px) {
  .title-white__large {
    font-size: 40px;
  }
}
@media (max-width: 360px) {
  .title-white__large {
    font-size: 30px;
  }
}

.title-orange {
  color: #FFAA1E;
  padding-left: 2%;
}

.page-stages {
  margin-bottom: 128px;
  margin: 0px 24px 128px 24px;
  padding: 128px 0px;
}
@media (max-width: 1200px) {
  .page-stages {
    margin: 0px 16px 80px 16px;
    padding: 40px 0px;
  }
}

.stages {
  background-color: #103654;
  border-radius: 40px;
}
@media (max-width: 768px) {
  .stages {
    border-radius: 24px;
  }
}
.stages__tittles {
  text-align: center;
  margin-bottom: 96px;
}
@media (max-width: 768px) {
  .stages__tittles {
    margin-bottom: 40px;
    padding: 0px 14px;
  }
}
@media (max-width: 1100px) {
  .stages__container {
    padding: 0px 40px;
  }
}
.stages__items {
  display: flex;
  justify-content: center;
}
@media (max-width: 1100px) {
  .stages__items {
    flex-direction: column;
    align-items: center;
    row-gap: 24px;
  }
}
.stages__item {
  flex: 20%;
  flex-direction: column;
  text-align: center;
}
.stages__arrow {
  max-width: 92x;
  max-height: 30px;
}

.sub-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #FFAA1E;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .sub-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
  }
}

.stages-item {
  color: #FFFFFF;
}
.stages-item__img {
  max-width: 80px;
  max-height: 80px;
  margin-bottom: 24px;
}
@media (max-width: 1200px) {
  .stages-item__img {
    max-width: 50px;
    max-height: 50px;
  }
}
@media (max-width: 1100px) {
  .stages-item__img {
    max-width: 100px;
    max-height: 100px;
  }
}
@media (max-width: 768px) {
  .stages-item__img {
    max-width: 40px;
    max-height: 40px;
  }
}
.stages-item__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  padding-bottom: 16px;
  white-space: nowrap;
}
@media (max-width: 1600px) {
  .stages-item__title {
    font-size: 16px;
  }
}
@media (max-width: 1100px) {
  .stages-item__title {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .stages-item__title {
    font-size: 18px;
  }
}
.stages-item__text {
  letter-spacing: -0.145454px;
  line-height: 170%;
}
@media (max-width: 1600px) {
  .stages-item__text {
    font-size: 14px;
  }
}
@media (max-width: 1100px) {
  .stages-item__text {
    font-size: 16px;
    max-width: 300px;
  }
}
@media (max-width: 768px) {
  .stages-item__text {
    font-size: 14px;
  }
}

.stages__arrows img {
  width: 116px;
  height: 93px;
}
@media (max-width: 1200px) {
  .stages__arrows {
    width: 56px;
  }
  .stages__arrows img {
    width: 56px;
    height: 43px;
  }
}
@media (max-width: 1100px) {
  .stages__arrows {
    width: 10px;
  }
  .stages__arrows img {
    width: 17px;
    height: 65px;
  }
}
@media (min-width: 1100px) {
  .stages__arrows {
    padding-top: 10px;
  }
  .stages__arrows img {
    margin-left: -10px;
    transform: rotate(-90deg);
  }
  .stages__arrows:nth-child(8) img {
    transform: rotate(-90deg) scaleX(-1);
  }
  .stages__arrows:nth-child(4) img {
    transform: rotate(-90deg) scaleX(-1);
  }
}
.stages__img {
  display: block;
  width: 92px;
  height: 32px;
}
@media (max-width: 1200px) {
  .stages__img {
    width: 32px;
    height: 2px;
  }
}
@media (max-width: 1100px) {
  .stages__img {
    display: none;
  }
}
.stages__img-mob {
  display: none;
}
@media (max-width: 1100px) {
  .stages__img-mob {
    display: block;
  }
}

.guarantees-page {
  margin: 0px 24px 140px 24px;
}
@media (max-width: 1200px) {
  .guarantees-page {
    margin: 0px 16px 140px 16px;
  }
}
@media (max-width: 768px) {
  .guarantees-page {
    margin-bottom: 80px;
  }
}

.guarantees__container {
  display: flex;
  align-items: center;
  gap: 100px;
  padding: 0;
}
@media (max-width: 1400px) {
  .guarantees__container {
    gap: 40px;
  }
}
@media (max-width: 1100px) {
  .guarantees__container {
    flex-direction: column;
    gap: 24px;
  }
}
.guarantees__left {
  flex: 0 1 50%;
}
.guarantees__right {
  flex: 1 1 50%;
  padding: 40px 0px 40px 0px;
}
@media (max-width: 1400px) {
  .guarantees__right {
    padding: 40px 0px 40px 0px;
  }
}
@media (max-width: 1100px) {
  .guarantees__right {
    padding: 0px 0px 40px 0px;
  }
}
@media (max-width: 900px) {
  .guarantees__right {
    padding: 0px 24px 0px 24px;
  }
}

.guarantees-left__image img {
  border-radius: 40px;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .guarantees-left__image img {
    border-radius: 24px;
  }
}

.right-guarantees__title {
  margin-bottom: 48px;
}
@media (max-width: 1200px) {
  .right-guarantees__title {
    margin-bottom: 24px;
  }
}
.right-guarantees__items {
  margin-bottom: 48px;
}
@media (max-width: 1200px) {
  .right-guarantees__items {
    margin-bottom: 24px;
  }
}
.right-guarantees__item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.right-guarantees__item:not(:last-child) {
  margin-bottom: 16px;
}
.right-guarantees__item > span {
  color: #FFAA1E;
  font-size: 18px;
  line-height: 190%;
}
.right-guarantees__text {
  font-weight: 400;
  font-size: 20px;
  color: #1D1D1D;
  line-height: 170%;
}
@media (max-width: 768px) {
  .right-guarantees__text {
    font-size: 16px;
  }
}
b {
  font-weight: 600;
}

@media (max-width: 768px) {
  b {
    font-weight: 400;
  }
}
.candidates-page {
  margin-bottom: 140px;
}
@media (max-width: 768px) {
  .candidates-page {
    margin-bottom: 80px;
  }
}

.candidates__container {
  display: flex;
}
@media (min-width: 900px) {
  .candidates__container {
    padding: 24px;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 900px) {
  .candidates__container {
    flex-direction: column;
  }
}
.candidates__right {
  flex: 0 1 50%;
  padding: 40px 150px 40px 0px;
}
@media (max-width: 1600px) {
  .candidates__right {
    padding: 24px 24px 24px 0px;
  }
}
@media (max-width: 900px) {
  .candidates__right {
    order: 2;
    padding: 24px;
  }
}
.candidates__left {
  flex: 0 1 50%;
}

.right-candidates__title {
  margin-bottom: 45px;
}
@media (max-width: 1200px) {
  .right-candidates__title {
    margin-bottom: 24px;
  }
}
.right-candidates__text {
  margin-bottom: 45px;
  width: 100%;
}
@media (max-width: 1200px) {
  .right-candidates__text {
    margin-bottom: 24px;
    width: 100%;
  }
}
.right-candidates__text p {
  font-weight: 400;
  font-size: 20px;
  line-height: 170%;
  color: #1D1D1D;
}
.right-candidates__text p:not(:last-child) {
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .right-candidates__text p {
    font-size: 16px;
  }
}
.left-candidates__image img {
  width: 100%;
  border-radius: 40px;
}
@media (max-width: 768px) {
  .left-candidates__image img {
    border-radius: 24px;
  }
}

.footer {
  background-color: #103654;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  margin: 0px 24px 24px 24px;
}
@media (max-width: 1200px) {
  .footer {
    margin: 0px 16px 16px 16px;
  }
}
@media (max-width: 768px) {
  .footer {
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
  }
}
.footer__block {
  color: #FFFFFF;
  max-width: 1584px;
  padding: 0px 15px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .footer__block {
    padding: 0px 24px;
  }
}
.footer__body {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 40px;
  padding: 80px 0px 0px 0px;
  margin-bottom: 56px;
}
@media (max-width: 1600px) {
  .footer__body {
    gap: 40px;
  }
}
@media (max-width: 1300px) {
  .footer__body {
    flex-wrap: wrap;
    row-gap: 40px;
  }
}
@media (max-width: 768px) {
  .footer__body {
    flex-direction: column;
    padding: 40px 0px 0px 0px;
    flex-wrap: nowrap;
    margin-bottom: 40px;
  }
}
.footer__content {
  flex: 0 0 40%;
  min-width: 330px;
}
@media (max-width: 1300px) {
  .footer__content {
    flex: 0 1 65%;
  }
}
@media (max-width: 1050px) {
  .footer__content {
    flex: 0 1 100%;
  }
}
.footer__address {
  flex: 0 1 35%;
}
@media (max-width: 1300px) {
  .footer__address {
    flex: 0 1 30%;
  }
}
@media (max-width: 1050px) {
  .footer__address {
    flex: 0 1 100%;
  }
}
@media (max-width: 768px) {
  .footer__address {
    order: 2;
  }
}
.footer__contacts {
  flex: 0 1 25%;
}
@media (max-width: 1050px) {
  .footer__contacts {
    flex: 0 1 100%;
  }
}
.content-footer {
  display: flex;
  flex-direction: column;
  padding-right: 15px;
}
.content-footer__logo {
  display: block;
  margin-bottom: 24px;
}
.content-footer__logo img {
  width: 100px;
  height: 69.3px;
}
@media (max-width: 767px) {
  .content-footer__logo img {
    width: 81px;
    height: 56px;
  }
}
@media (max-width: 768px) {
  .content-footer__text {
    font-size: 14px;
    width: 90%;
  }
}
@media (max-width: 360px) {
  .content-footer__text {
    margin: 24px 0px 0px 0px;
    font-size: 14px;
    width: 80%;
  }
}
.content-footer__text p {
  line-height: 170%;
  letter-spacing: -0.145454px;
  color: rgba(255, 255, 255, 0.5);
}
.content-footer__text p:not(:last-child) {
  margin-bottom: 24px;
}
.content-footer__menu {
  margin-top: auto;
}

.menu-footer__list {
  display: none;
}
@media (min-width: 991px) {
  .menu-footer__list {
    display: flex;
    column-gap: 16px;
    row-gap: 5px;
  }
}
@media (min-width: 1600px) {
  .menu-footer__list {
    column-gap: 32px;
  }
}
.menu-footer__item {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  white-space: nowrap;
  transition: color 0.3s ease;
}
.menu-footer__item:hover {
  color: #FFAA1E;
}
.address-footer {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .address-footer {
    gap: 24px;
  }
}
.address-footer__text {
  margin-bottom: auto;
}
@media (min-width: 768px) {
  .address-footer__text {
    min-width: 300px;
  }
}
@media (max-width: 768px) {
  .address-footer__text {
    margin-left: 8px;
  }
}
@media (max-width: 340px) {
  .address-footer__text {
    margin-left: 4.5px;
  }
}
.address-footer__text-block:not(:last-child) {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .address-footer__text-block {
    display: flex;
    gap: 25px;
    align-items: start;
  }
  .address-footer__text-block:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media (max-width: 350px) {
  .address-footer__text-block {
    gap: 8px;
  }
}
.address-footer__text-block p {
  margin-bottom: 9px;
  font-weight: 500;
  font-size: 20px;
  line-height: 170%;
}
@media (max-width: 768px) {
  .address-footer__text-block p {
    font-weight: 400;
    font-size: 16px;
  }
}
.address-footer span {
  font-size: 20px;
}
@media (max-width: 768px) {
  .address-footer span {
    font-size: 16px;
  }
}
.address-footer__bottom {
  display: flex;
  flex-wrap: nowrap;
  column-gap: 40px;
  row-gap: 16px;
}
@media (max-width: 1700px) {
  .address-footer__bottom {
    column-gap: 16px;
  }
}
@media (max-width: 768px) {
  .address-footer__bottom {
    flex-wrap: wrap;
  }
  .address-footer__bottom a {
    font-weight: 600;
    font-size: 28px;
    line-height: 21px;
    white-space: nowrap;
    transition: color 0.3s ease;
  }
}
.address-footer__bottom a {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  white-space: nowrap;
  transition: color 0.3s ease;
}
@media (max-width: 768px) {
  .address-footer__bottom a {
    font-size: 18px;
    line-height: 21px;
  }
}
.address-footer__bottom a:hover {
  color: #FFAA1E;
}

.footer-label {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 24px;
  line-height: 310%;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 900px) {
  .footer-label {
    line-height: 100%;
  }
}
@media (max-width: 768px) {
  .footer-label {
    margin-bottom: 0px;
  }
}

.contacts-footer {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .contacts-footer__label {
    margin-bottom: 24px;
  }
}
.contacts-footer__block a:not(:last-child) {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .contacts-footer__block a:not(:last-child) {
    margin-bottom: 16px;
  }
}
.contacts-footer__social {
  width: 100%;
  display: flex;
  justify-content: end;
}
@media (max-width: 1300px) {
  .contacts-footer__social {
    justify-content: start;
  }
}
@media (max-width: 768px) {
  .contacts-footer__social {
    margin-left: 4px;
    padding-top: 0px;
  }
}

.contact {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 350px) {
  .contact {
    gap: 2px;
  }
}
.contact__icon {
  padding: 12px;
  background-color: #FFFFFF;
  border-radius: 50% 50%;
  color: #1D1D1D;
  font-size: 16px;
  transition: background-color 0.3s, color 0.3s;
}
@media (max-width: 380px) {
  .contact__icon {
    padding: 8px;
    font-size: 14px;
  }
}
@media (max-width: 340px) {
  .contact__icon {
    padding: 6px;
    font-size: 12px;
  }
}
.contact__text {
  font-size: 20px;
  line-height: 170%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 100px;
  display: flex;
  font-weight: 400;
  gap: 10px;
  white-space: nowrap;
  padding: 8px 16px;
  color: #FFFFFF;
  transition: border-color 0.3s, color 0.3s;
}
@media (max-width: 768px) {
  .contact__text {
    font-size: 16px;
    font-weight: 600;
  }
  .contact__text span {
    font-weight: 400;
  }
}
@media (max-width: 380px) {
  .contact__text {
    padding: 4px 12px;
    font-size: 14px;
  }
}
.contact__name {
  font-size: 16px;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .contact__name {
    font-size: 14px;
  }
}

.contact:hover .contact__icon {
  background-color: #FFAA1E;
}

.contact:hover .contact__text {
  border-color: #FFAA1E;
  color: #FFAA1E;
}

.contact:hover .contact__name {
  color: #FFAA1E;
}

.social-list {
  display: inline-flex;
  align-items: center;
  gap: 44px;
}
@media (max-width: 500px) {
  .social-list {
    gap: 40px;
    justify-content: space-between;
  }
}
@media (max-width: 400px) {
  .social-list {
    gap: 5px;
  }
}
.social-list__link {
  font-size: 22.3px;
  transition: color 0.3s ease;
}
.social-list__link:hover {
  color: #FFAA1E;
}

.footer-copyright {
  padding: 80px 0px;
}
@media (max-width: 768px) {
  .footer-copyright {
    padding: 40px 0px;
  }
}
.footer-copyright__text {
  font-family: "Montserrat", sans-serif;
  line-height: 20px;
}

@media (max-width: 1600px) {
  .map-newline {
    display: block;
  }
}

.icon-item {
  display: none;
}
@media (max-width: 768px) {
  .icon-item {
    display: block;
    font-size: 14px;
    line-height: 250%;
  }
}

.clock__large-size {
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .clock__large-size {
    font-size: 16px;
    font-weight: 600;
    line-height: 170%;
  }
}

.address-item {
  display: flex;
  flex-wrap: nowrap;
  gap: 25px;
}
@media (max-width: 350px) {
  .address-item {
    gap: 8px;
  }
}
.address-item p {
  font-weight: 600;
  font-size: 20px;
  line-height: 170%;
  color: #FFFFFF;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .address-item p {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
@media (max-width: 370px) {
  .address-item p {
    font-size: 14px;
  }
}

.footer-bottom__body {
  display: flex;
  row-gap: 80px;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 768px) {
  .footer-bottom__body {
    row-gap: 40px;
  }
}
@media (min-width: 768px) {
  .footer-bottom__body {
    padding: 0px 0px 80px 0px;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.5);
  }
}

@media (min-width: 991px) {
  .footer-bottom__body-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
  }
}

.questions {
  background-color: #103654;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  margin: 0px 24px 0px 24px;
}
@media (max-width: 1200px) {
  .questions {
    margin: 0px 16px 0px 16px;
  }
}
@media (max-width: 768px) {
  .questions {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }
}
.questions__container {
  padding: 140px 115px 104px 115px;
}
@media (max-width: 1600px) {
  .questions__container {
    padding: 100px 30px 94px 30px;
  }
}
@media (max-width: 1200px) {
  .questions__container {
    padding: 40px 24px 40px 24px;
  }
}
@media (max-width: 340px) {
  .questions__container {
    padding: 40px 16px;
  }
}
.questions__title {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 40px;
}
.questions__title h2 {
  width: 60%;
}
@media (max-width: 1500px) {
  .questions__title h2 {
    width: 70%;
  }
}
@media (max-width: 1300px) {
  .questions__title h2 {
    width: 80%;
  }
}
@media (max-width: 900px) {
  .questions__title {
    margin-bottom: 24px;
  }
  .questions__title h2 {
    width: 100%;
  }
}
.questions__sub-title {
  text-align: center;
  margin-bottom: 96px;
}
@media (max-width: 900px) {
  .questions__sub-title {
    margin-bottom: 40px;
  }
}
.questions__sub-title p {
  font-size: 20px;
  line-height: 170%;
  color: #FFFFFF;
}
@media (max-width: 900px) {
  .questions__sub-title p {
    font-size: 16px;
  }
}
.questions__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media (max-width: 900px) {
  .questions__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.item-qestions__wrapper {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(255, 170, 30, 0.2);
  border-radius: 40px;
  cursor: pointer;
}
@media (max-width: 900px) {
  .item-qestions__wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
@media (max-width: 460px) {
  .item-qestions__wrapper {
    padding: 50px 24px;
    border-radius: 24px;
  }
}
@media (max-width: 360px) {
  .item-qestions__wrapper {
    padding: 60px 24px;
    border-radius: 24px;
  }
}
.item-qestions__label {
  display: flex;
  gap: 10px;
  align-items: center;
  max-height: 50px;
}
.item-qestions__label p {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #103654;
}
@media (max-width: 1100px) {
  .item-qestions__label {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
  }
}
@media (max-width: 768px) {
  .item-qestions__label p {
    font-size: 18px;
    line-height: 21px;
  }
}
.item-qestions__icon {
  color: #FFAA1E;
  font-size: 18px;
  line-height: 26px;
}
.item-qestions__arrow {
  margin-left: auto;
  color: #103654;
  font-size: 6.9px;
  line-height: 26px;
  transition: transform 0.3s ease;
}
.item-qestions__body {
  display: none;
}
.item-qestions__body P {
  font-size: 20px;
  line-height: 170%;
  color: #103654;
}
.item-qestions__body P:not(:last-child) {
  margin-bottom: 30px;
}

.item-qestions__arrow.open {
  transform: rotate(180deg);
}

.item-qestions__body.open {
  display: block;
  padding-top: 20px;
}

.vacancy-page {
  margin-bottom: 232px;
}
@media (max-width: 1100px) {
  .vacancy-page {
    margin-bottom: 120px;
  }
}
@media (max-width: 768px) {
  .vacancy-page {
    margin-bottom: 80px;
  }
}

.slick-slide {
  margin: 56px 0px 56px 40px;
}
@media (max-width: 900px) {
  .slick-slide {
    margin: 24px 16px 24px 16px;
  }
}

.vacancy__title {
  text-align: center;
  padding: 0px 16px;
}
.vacancy__slide {
  background-color: #103654;
}

.slide-vacancy {
  max-width: 1558px;
  padding: 40px 64px 40px 64px;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.15);
  border-radius: 40px;
}
@media (max-width: 1200px) {
  .slide-vacancy {
    padding: 40px;
  }
}
@media (max-width: 900px) {
  .slide-vacancy {
    border-radius: 24px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 360px) {
  .slide-vacancy {
    padding: 20px;
  }
}
.slide-vacancy__body {
  display: flex;
}
@media (max-width: 768px) {
  .slide-vacancy__body {
    flex-direction: column;
    row-gap: 24px;
  }
}
.slide-vacancy__left {
  flex: 1;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  row-gap: 56px;
  padding-right: 40px;
}
@media (max-width: 1600px) {
  .slide-vacancy__left {
    row-gap: 24px;
  }
}
@media (max-width: 900px) {
  .slide-vacancy__left {
    padding-right: 0;
  }
}
.slide-vacancy__title {
  font-weight: 700;
  font-size: 56px;
  line-height: 120%;
  letter-spacing: -0.145454px;
  color: #FFFFFF;
}
@media (max-width: 1710px) {
  .slide-vacancy__title {
    font-size: 40px;
  }
}
@media (max-width: 1710px) {
  .slide-vacancy__title {
    font-size: 36px;
  }
}
@media (max-width: 1300px) {
  .slide-vacancy__title {
    font-size: 30px;
  }
}
@media (max-width: 900px) {
  .slide-vacancy__title {
    font-size: 24px;
  }
}
.slide-vacancy__location {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.slide-vacancy__location li {
  display: flex;
  align-items: start;
  gap: 7px;
}
.slide-vacancy__location span {
  color: #FFAA1E;
  font-size: 16px;
  line-height: 200%;
}
@media (max-width: 768px) {
  .slide-vacancy__location {
    gap: 8px;
  }
}
.slide-vacancy__address {
  position: relative;
  padding-left: 31px;
}
.slide-vacancy__address p {
  font-size: 20px;
  line-height: 170%;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1600px) {
  .slide-vacancy__address p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .slide-vacancy__address {
    padding-left: 24px;
  }
}
.slide-vacancy__address-transport::before {
  content: "";
  position: absolute;
  top: 20%;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(../img/vacancy-icon/car.svg) no-repeat;
}
@media (max-width: 768px) {
  .slide-vacancy__address-transport::before {
    width: 17px;
    height: 16px;
    background-size: cover;
  }
}
.slide-vacancy__address-home::before {
  content: "";
  position: absolute;
  top: 20%;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(../img/vacancy-icon/build.svg) no-repeat;
}
@media (max-width: 768px) {
  .slide-vacancy__address-home::before {
    width: 16px;
    height: 16px;
    background-size: cover;
  }
}
.slide-vacancy__address-location p:not(:last-child) {
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .slide-vacancy__address-location p:not(:last-child) {
    margin-bottom: 4px;
  }
}
.slide-vacancy__address-location::before {
  content: "";
  position: absolute;
  top: 2%;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(../img/vacancy-icon/bx_map.svg) no-repeat;
}
@media (max-width: 768px) {
  .slide-vacancy__address-location::before {
    width: 16px;
    height: 16px;
    background-size: cover;
  }
}
.slide-vacancy__address-label {
  font-size: 20px;
  line-height: 170%;
  color: #FFFFFF;
}
@media (max-width: 1600px) {
  .slide-vacancy__address-label {
    font-size: 14px;
  }
}
.slide-vacancy__salary-money {
  display: flex;
  align-items: start;
  font-weight: 700;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: -0.145454px;
  color: #FFFFFF;
  gap: 3px;
}
.slide-vacancy__salary-money span {
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
}
@media (max-width: 360px) {
  .slide-vacancy__salary-money span {
    font-size: 16px;
    line-height: 2px;
  }
}
@media (max-width: 1600px) {
  .slide-vacancy__salary-money {
    font-size: 32px;
  }
}
@media (max-width: 360px) {
  .slide-vacancy__salary-money {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .slide-vacancy__right {
    flex: 1;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 40px;
    flex-grow: 1;
  }
}
.slide-vacancy__items-block {
  font-size: 20px;
  line-height: 170%;
  color: #FFFFFF;
}
.slide-vacancy__items-block:not(:last-child) {
  margin-bottom: 32px;
}
@media (max-width: 1600px) {
  .slide-vacancy__items-block:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media (max-width: 1600px) {
  .slide-vacancy__items-block {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .slide-vacancy__items-block:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
.slide-vacancy__label {
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  color: #FFAA1E;
  margin-bottom: 16px;
}
@media (max-width: 1400px) {
  .slide-vacancy__label {
    font-size: 25px;
  }
}
@media (max-width: 1100px) {
  .slide-vacancy__label {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .slide-vacancy__label {
    line-height: 21px;
    margin-bottom: 0;
  }
}
.slide-vacancy__items li {
  list-style-type: disc;
  color: #FFFFFF;
  margin-left: 3%;
}
.slide-vacancy__opacity-text {
  color: rgba(255, 255, 255, 0.5);
  margin-left: 16px;
}
.slide-vacancy__large-text {
  font-weight: 600;
  color: #1D1D1D;
}
.slide-vacancy__label-block {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .items-block__line {
    padding: 16px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media (min-width: 1600px) {
  .items-block__line {
    padding: 32px 0px;
  }
}

.slide-label__arrow {
  font-size: 6.9px;
}
@media (min-width: 769px) {
  .slide-label__arrow {
    display: none;
  }
}

.slider__buttons {
  display: flex;
  align-items: center;
  gap: 32px;
  justify-content: center;
}

.button-prev {
  transform: rotate(180deg);
}

.button-slider {
  box-shadow: 0px 24px 50px rgba(0, 0, 0, 0.15);
  border-radius: 50% 50%;
  padding: 15px 20px;
  font-size: 20px;
  background-color: white;
  transition: background-color 0.3s ease;
}
.button-slider:hover {
  background-color: #FFAA1E;
}

.number__black {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #1D1D1D;
}

@media (max-width: 768px) {
  .sub-menu__slider {
    display: none;
  }
}

@media (max-width: 768px) {
  .sub-menu__slider.open {
    display: block;
  }
}
.slide-label__arrow.open {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

@media (min-width: 768px) {
  .vacancy-slide__more-button {
    position: relative;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #FFAA1E;
    padding-right: 30px;
    margin-top: 16px;
  }
  .vacancy-slide__more-button::after {
    content: "";
    position: absolute;
    bottom: 15%;
    right: 0;
    background: url(../img/vacancy-icon/arrow-orange.svg) no-repeat;
    width: 24px;
    height: 24px;
    transform: rotate(180deg);
  }
}
@media (min-width: 768px) {
  .vacancy-slide__less-button {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #FFAA1E;
    position: relative;
    padding-right: 35px;
    margin-top: 16px;
  }
  .vacancy-slide__less-button::after {
    content: "";
    position: absolute;
    top: 15%;
    right: 0;
    background: url(../img/vacancy-icon/arrow-orange.svg) no-repeat;
    width: 24px;
    height: 24px;
  }
}

.result-page {
  margin: 0px 24px 104px 24px;
  padding: 128px 0px;
}
@media (max-width: 1200px) {
  .result-page {
    margin: 0px 16px 80px 16px;
    padding: 40px 0px;
  }
}

.result {
  background-color: #103654;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  gap: 46px;
}
@media (max-width: 900px) {
  .result {
    border-radius: 24px;
    gap: 36px;
  }
}
.result__title {
  text-align: center;
  padding: 0px 24px;
}
@media (max-width: 768px) {
  .result__title {
    padding: 0px 16px;
  }
}
.slide-result__body {
  height: 100%;
  flex-wrap: wrap;
  column-gap: 40px;
  display: flex;
  margin: 0 auto;
  padding: 40px 64px;
  max-width: 1600px;
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 40px;
}
@media (max-width: 900px) {
  .slide-result__body {
    flex-direction: row;
    padding: 40px;
    border-radius: 24px;
  }
}
@media (max-width: 360px) {
  .slide-result__body {
    padding: 15px;
  }
}
.slide-result__title {
  flex: 1;
  font-weight: 600;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -0.145454px;
  padding: 133px 0px 138px 0px;
  flex: 1;
  position: relative;
}
@media (max-width: 1600px) {
  .slide-result__title {
    font-size: 34px;
  }
}
@media (max-width: 1200px) {
  .slide-result__title {
    padding: 50px 0px 24px 0px;
  }
}
@media (max-width: 900px) {
  .slide-result__title {
    font-size: 24px;
    padding: 50px 0px 24px 0px;
  }
}
.slide-result__title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/slider-result/result-decor.svg) no-repeat;
  width: 111px;
  height: 93px;
  background-size: contain;
}
@media (max-width: 1600px) {
  .slide-result__title:before {
    width: 80px;
    height: 66px;
  }
}
@media (max-width: 1200px) {
  .slide-result__title:before {
    width: 40px;
    height: 34px;
  }
}
.slide-result__content {
  flex: 1;
}
@media (max-width: 900px) {
  .slide-result__content {
    flex: 0 1 100%;
  }
}
.slide-result__mob-block {
  display: none;
}
@media (max-width: 726px) {
  .slide-result__mob-block {
    display: flex;
    gap: 10px;
    line-height: 21px;
    color: #FFAA1E;
  }
  .slide-result__mob-block p {
    font-weight: 600;
    font-size: 18px;
  }
}
.slide-result__text p {
  font-size: 20px;
  line-height: 170%;
}
.slide-result__text p:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 1600px) {
  .slide-result__text p {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .slide-result__text p {
    font-size: 14px;
  }
}
.slide-result__person {
  flex: 100%;
  display: flex;
  align-items: center;
  gap: 16.5px;
  padding-top: 32px;
  border-top: 1px solid #103654;
}
@media (max-width: 768px) {
  .slide-result__person {
    padding-top: 24px;
    margin-top: 24px;
  }
}
.slide-result__image img {
  border-radius: 50% 50%;
  width: 96px;
  height: 96px;
}
@media (max-width: 1200px) {
  .slide-result__image img {
    width: 70px;
    height: 70px;
  }
}
.slide-result__name {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
}
@media (max-width: 1200px) {
  .slide-result__name {
    font-size: 18px;
  }
}
.slide-result__job {
  font-size: 20px;
  line-height: 170%;
}
@media (max-width: 1200px) {
  .slide-result__job {
    line-height: 140%;
    font-size: 14px;
  }
}

.button-slider__white {
  background: #FFFFFF;
  box-shadow: 0px 24px 50px rgba(0, 0, 0, 0.15);
  border-radius: 24px;
  border-radius: 50% 50%;
  padding: 15px 20px 15px 21px;
  color: #103654;
  font-size: 20px;
}

.number__white {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: white;
}

@media (max-width: 768px) {
  .slide-result__text {
    display: none;
    padding: 10px 0;
  }
}

.arrow-result {
  transition: transform 0.3s ease;
  font-size: 6.9px;
}

.arrow-result.open {
  transform: rotate(180deg);
}

.slide-result__mob-block p {
  cursor: pointer;
  white-space: nowrap;
}

.slide-result__text.open {
  display: block;
}

.media-page {
  margin-bottom: 104px;
}
@media (max-width: 768px) {
  .media-page {
    margin-bottom: 80px;
  }
}

.media {
  display: flex;
}
.media__container {
  display: flex;
  width: 100%;
  gap: 40px;
  padding: 0px 24px;
}
@media (min-width: 1500px) {
  .media__container {
    max-height: 526px;
  }
}
@media (max-width: 1500px) {
  .media__container {
    height: 426px;
  }
}
@media (max-width: 1200px) {
  .media__container {
    height: 326px;
    padding: 0px 16px;
  }
}
@media (max-width: 900px) {
  .media__container {
    height: 100%;
  }
}
@media (max-width: 900px) {
  .media__container {
    flex-direction: column;
    gap: 0px;
    height: 100%;
    max-width: auto;
  }
}
.media__video {
  width: 50%;
  height: 100%;
  position: relative;
  border-radius: 40px;
}
@media (max-width: 900px) {
  .media__video {
    width: 100%;
    aspect-ratio: 16/9;
    height: 550px;
  }
}
@media (max-width: 768px) {
  .media__video {
    border-radius: 24px;
    height: 460px;
  }
}
@media (max-width: 600px) {
  .media__video {
    height: 350px;
  }
}
@media (max-width: 440px) {
  .media__video {
    height: 258px;
  }
}
.media__list {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media (min-width: 900px) {
  .media__list {
    width: 50%;
    overflow-y: hidden;
    overflow-y: scroll;
  }
  .media__list::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 768px) {
  .media__list {
    gap: 24px;
  }
}

.list-media__item {
  background: rgba(16, 54, 84, 0.05);
  border-radius: 40px;
  padding: 104.5px 64px;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  top: 0;
  left: 0;
}
@media (min-width: 1500px) {
  .list-media__item {
    min-height: 526px;
  }
}
@media (max-width: 1500px) {
  .list-media__item {
    min-height: 426px;
  }
}
@media (max-width: 1200px) {
  .list-media__item {
    padding: 40px;
    min-height: 326px;
  }
}
@media (max-width: 900px) {
  .list-media__item {
    min-height: auto;
  }
}
@media (min-width: 900px) {
  .list-media__item:not(:last-child)::before {
    content: "";
    position: absolute;
    right: 3%;
    bottom: 5%;
    background: url(../img/stages/arrow-bottom.svg) no-repeat;
    width: 32px;
    height: 94px;
    font-size: cover;
    padding-left: 10px;
  }
}
@media (max-width: 900px) {
  .list-media__item {
    height: 100%;
  }
}
@media (max-width: 768px) {
  .list-media__item {
    padding: 40px;
    border-radius: 24px;
  }
}
.list-media__title {
  margin-bottom: 48px;
}
@media (max-width: 1500px) {
  .list-media__title {
    margin-bottom: 24px;
  }
  .list-media__title .title-block {
    font-size: 32px;
  }
  .list-media__title .part-title__orange {
    font-size: 32px;
  }
}
.list-media__text {
  font-weight: 600;
  font-size: 20px;
  line-height: 170%;
  color: #1D1D1D;
}
@media (max-width: 1200px) {
  .list-media__text {
    font-size: 16px;
  }
}

.media-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
}
@media (max-width: 900px) {
  .media-video {
    object-fit: cover;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .media-video {
    border-radius: 24px;
  }
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border-radius: 50% 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.play-button:hover {
  background-color: #FFAA1E;
}

.buttton-full {
  position: absolute;
  bottom: 5%;
  right: 3%;
  background-image: url(../img/full-screen.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.play-button::before {
  content: "\e90d";
  font-family: "icons", sans-serif;
  font-size: 31px;
  padding: 16px 13px 16px 19px;
}
@media (max-width: 768px) {
  .play-button::before {
    font-size: 14px;
    padding: 11px 9px 11px 11px;
  }
}

@media (max-width: 900px) {
  .media__video {
    order: 2;
  }
  .list-media__item:nth-child(1) {
    order: 2;
  }
  .list-media__item:nth-child(2) {
    order: 3;
  }
  .list-media__item:nth-child(3) {
    order: 4;
  }
}
.form {
  background-color: #103654;
  border-radius: 40px;
  margin: 0px 24px 140px 24px;
  padding: 128px 0;
  color: #FFFFFF;
}
@media (max-width: 1200px) {
  .form {
    margin: 0px 16px 80px 16px;
  }
}
@media (max-width: 900px) {
  .form {
    padding: 40px 9px;
  }
}
@media (max-width: 768px) {
  .form {
    border-radius: 24px;
  }
}
@media (max-width: 340px) {
  .form {
    padding: 40px 0px;
  }
}
.form__container {
  display: flex;
}
.form__information {
  display: flex;
  flex-direction: column;
}
@media (min-width: 900px) {
  .form__information {
    flex: 0 0 55%;
    padding-right: 40px;
  }
}
@media (min-width: 900px) {
  .form__body {
    flex: 0 1 45%;
    padding-left: 40px;
  }
}
@media (max-width: 900px) {
  .form__body {
    order: 2;
  }
}

.information-form__title {
  margin-bottom: 112px;
  position: relative;
  order: 1;
}
.information-form__title:before {
  content: "";
  top: 130%;
  left: 0;
  position: absolute;
  background-color: #FFAA1E;
  height: 4px;
  width: 14.5%;
}
@media (max-width: 900px) {
  .information-form__title {
    margin-bottom: 80px;
    order: 1;
  }
}
.information-form__sub-title {
  order: 2;
  line-height: 170%;
  margin-bottom: 56px;
}
.information-form__sub-title span {
  font-size: 18px;
}
.information-form__sub-title p {
  font-weight: 500;
  font-size: 20px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .information-form__sub-title {
    margin-bottom: 40px;
  }
  .information-form__sub-title P {
    margin-top: 24px;
    font-size: 18px;
  }
  .information-form__sub-title span {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .information-form__sub-title span {
    font-size: 12px;
  }
}
.information-form__contacts {
  order: 4;
}

.contacts-form {
  display: flex;
  justify-content: space-between;
}
.contacts-form__mail {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 768px) {
  .contacts-form__mail {
    gap: 16px;
  }
}
.contacts-form__phone {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 768px) {
  .contacts-form__phone {
    gap: 16px;
    margin-bottom: 24px;
  }
}
.contacts-form__social {
  padding-left: 4px;
  order: 4;
}

.address-form__clock {
  display: flex;
  gap: 40px;
}
@media (min-width: 1300px) {
  .address-form__clock {
    display: flex;
  }
}
.address-form__icon-block {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: auto;
  margin-left: 6px;
}
@media (max-width: 1050px) {
  .address-form__icon-block {
    align-items: start;
  }
}
.address-form__icon-block > div {
  display: flex;
  align-items: center;
}
@media (max-width: 1050px) {
  .address-form__icon-block > div {
    flex-direction: column;
    align-items: start;
    row-gap: 8px;
  }
}
@media (max-width: 768px) {
  .address-form__icon-block {
    gap: 35px;
    margin-left: 11px;
  }
}
@media (max-width: 355px) {
  .address-form__icon-block {
    gap: 8px;
  }
}
@media (max-width: 340px) {
  .address-form__icon-block {
    margin-left: 4px;
  }
}
.address-form__icon-block span:not(:last-child) {
  font-size: 24px;
  line-height: 190%;
}
@media (max-width: 768px) {
  .address-form__icon-block span:not(:last-child) {
    font-size: 16px;
  }
}
.address-form__icon-block p {
  white-space: nowrap;
  font-weight: 500;
  font-size: 20px;
  line-height: 170%;
}
@media (max-width: 768px) {
  .address-form__icon-block p {
    font-weight: 400;
    font-size: 16px;
  }
  .address-form__icon-block span {
    font-size: 16px;
  }
}

.days-regular {
  font-weight: 400;
  font-size: 20px;
  white-space: nowrap;
  padding-left: 2%;
}
@media (max-width: 1050px) {
  .days-regular {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .days-regular {
    font-size: 16px;
  }
}

.adress-form {
  font-weight: 500;
  font-size: 18px;
  line-height: 200%;
}
@media (max-width: 768px) {
  .adress-form {
    font-size: 16px;
    font-weight: 600;
  }
}
@media (max-width: 380px) {
  .adress-form {
    font-size: 14px;
  }
}

.clock__large-size {
  font-weight: 600;
  font-size: 20px;
}
@media (max-width: 768px) {
  .clock__large-size {
    font-size: 16px;
  }
}

@media (max-width: 900px) {
  .body-form {
    order: 3;
  }
}
@media (min-width: 900px) {
  .body-form {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.body-form__buttons {
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: space-between;
  margin-top: 40px;
}
@media (max-width: 1600px) {
  .body-form__buttons {
    flex-wrap: wrap;
  }
}
.body-form__buttons label {
  display: flex;
  align-items: top;
}
.body-form__buttons label input {
  position: relative;
  top: 3px;
  flex: 0 0 auto;
}
.body-form__buttons button {
  max-width: 172px;
}
@media (max-width: 900px) {
  .body-form__buttons button {
    margin-bottom: 90px;
  }
}
.body-form__buttons p {
  color: #FFFFFF;
  line-height: 170%;
  padding-left: 16px;
  padding-right: 3px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.16px;
}
@media (max-width: 900px) {
  .body-form__buttons p {
    font-size: 14px;
  }
}
.body-form__buttons a {
  text-decoration: underline;
  line-height: 170%;
  color: #FFAA1E;
  white-space: nowrap;
}

.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  width: 100%;
  max-width: 630px;
  font-family: "Gilroy", sans-serif;
}
.form-group:not(:last-child) {
  margin-bottom: 40px;
}
.form-group label {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 20px;
  line-height: 170%;
}
.form-group input {
  background-color: transparent;
  padding: 20px 16px;
  border: none;
  outline: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: border-bottom 0.3s ease;
}
.form-group input:focus {
  border-bottom: 1px solid #FFAA1E;
}
@media (max-width: 768px) {
  .form-group input {
    padding: 20px 0px;
  }
  .form-group label {
    font-size: 16px;
  }
}

input[type=text],
input[type=tel] {
  color: white;
}

.form-group input:focus::placeholder {
  color: transparent;
}

.form-group input::placeholder {
  font-family: "Gilroy", sans-serif;
  font-size: 20px;
  line-height: 170%;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 768px) {
  .form-group input::placeholder {
    font-size: 16px;
  }
}

input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50% 50%;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
  border: 2px solid #FFFFFF;
}

input[type=checkbox]:checked {
  color: #FFFFFF;
}

input[type=checkbox]:checked::before {
  content: "\e90b";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 19px;
  font-family: "icons";
}

input[type=checkbox]:checked {
  border: none;
}

.information-block {
  display: flex;
  order: 2;
  margin-bottom: 99.5px;
  flex-direction: column;
  row-gap: 32px;
}
@media (max-width: 900px) {
  .information-block {
    order: 4;
  }
}
@media (max-width: 768px) {
  .information-block {
    margin-bottom: 80px;
    row-gap: 16px;
  }
}

.custom-select {
  position: relative;
  width: 100%;
}

.dropdown-btn {
  width: 100%;
  padding: 15.2px 16px;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Gilroy", sans-serif;
  font-size: 20px;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.5);
  background-color: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: border-bottom 0.3s ease;
}
.dropdown-btn:focus {
  border-bottom: 1px solid #FFAA1E;
}
@media (max-width: 768px) {
  .dropdown-btn {
    font-size: 16px;
    padding: 20px 16px 20px 0px;
  }
}

.dropdown-btn::after {
  content: "\e903";
  font-family: "icons";
  font-size: 5px;
  color: #FFFFFF;
  transition: transform 0.3s ease;
  margin-left: 10px;
}

.form-select.active .dropdown-btn::after {
  transform: rotate(180deg);
}

.dropdown-list {
  display: none;
  top: 100%;
  left: 0;
  max-width: 100%;
  padding: 16px;
  margin: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 16px;
  list-style: none;
  z-index: 10;
  overflow-y: auto;
}

.dropdown-item {
  font-size: 20px;
  line-height: 140%;
  color: #103654;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.dropdown-item:not(:last-child) {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .dropdown-item {
    font-size: 16px;
    line-height: 120%;
  }
}

.dropdown-item:hover {
  color: #FFAA1E;
}

.dropdown-list.active {
  display: block;
}

.feedback-page {
  margin-bottom: 140px;
}
@media (max-width: 900px) {
  .feedback-page {
    margin-bottom: 56px;
  }
}

.feedback__block {
  display: flex;
  margin-left: 10%;
}
@media (max-width: 1600px) {
  .feedback__block {
    margin-left: 2%;
  }
}
@media (max-width: 768px) {
  .feedback__block {
    margin-left: 0%;
  }
}
.feedback__body {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1550px) {
  .feedback__body {
    width: 40%;
  }
}
@media (max-width: 1200px) {
  .feedback__body {
    width: 100%;
  }
}
.feedback__title {
  margin-bottom: auto;
}
@media (max-width: 1200px) {
  .feedback__title {
    text-align: center;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .feedback__title {
    padding: 0px 12px;
  }
}
.feedback__buttons {
  margin-top: auto;
  margin-right: auto;
  order: 4;
}
@media (max-width: 1200px) {
  .feedback__buttons {
    margin: 0 auto;
    margin-top: 40px;
  }
}
.feedback__cards {
  order: 3;
  width: 55%;
}
@media (max-width: 1550px) {
  .feedback__cards {
    width: 60%;
  }
}
@media (max-width: 1200px) {
  .feedback__cards {
    width: 100%;
  }
}
.rating-feedback {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1200px) {
  .rating-feedback {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .rating-feedback {
    justify-content: center;
    gap: 5px;
    margin-bottom: 24px;
  }
}
.rating-feedback__number {
  font-weight: 700;
  font-size: 80px;
  line-height: 100%;
  color: #103654;
}
@media (max-width: 768px) {
  .rating-feedback__number {
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
  }
}
.rating-feedback__star img {
  width: 42px;
  height: 42px;
}
@media (max-width: 768px) {
  .rating-feedback__star img {
    width: 29px;
    height: 29px;
  }
}

.feedback-slide__body {
  display: flex;
  flex-direction: column;
  gap: 32px;
  box-shadow: 0px 24px 40px rgba(0, 0, 0, 0.15);
  border-radius: 40px;
  padding: 40px 40px 63px 40px;
}
@media (max-width: 900px) {
  .feedback-slide__body {
    box-shadow: 0px 14px 11px rgba(0, 0, 0, 0.15);
    gap: 24px;
    padding: 40px;
    border-radius: 24px;
    gap: 24px;
  }
}
.feedback-slide__rating {
  display: flex;
  gap: 8px;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .feedback-slide__rating {
    padding-bottom: 24px;
  }
}
.feedback-slide__number {
  font-weight: 600;
  font-size: 48px;
  color: #103654;
}
@media (max-width: 768px) {
  .feedback-slide__number {
    font-weight: 700;
    font-size: 24px;
  }
}
.feedback-slide__star img {
  width: 31px;
  height: 31px;
}
@media (max-width: 768px) {
  .feedback-slide__star img {
    width: 16px;
    height: 16px;
  }
}
.feedback-slide__text p {
  font-size: 20px;
  line-height: 170%;
  color: #1D1D1D;
  word-wrap: break-word;
}
.feedback-slide__text p:not(:last-child) {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .feedback-slide__text p {
    font-size: 16px;
  }
  .feedback-slide__text p:not(:last-child) {
    margin-bottom: 24px;
  }
}
.feedback-slide__person {
  display: flex;
  align-items: center;
  gap: 24px;
}
.feedback-slide__person p {
  font-size: 24px;
  line-height: 120%;
  font-weight: 700;
  color: #103654;
}
@media (max-width: 768px) {
  .feedback-slide__person {
    gap: 16px;
  }
  .feedback-slide__person p {
    font-size: 18px;
  }
}
.feedback-slide__image img {
  width: 80px;
  height: 80px;
  border-radius: 50% 50%;
}
@media (max-width: 768px) {
  .feedback-slide__image img {
    width: 40px;
    height: 40px;
  }
}

.feedback-slide__text {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.feedback-slide__text.expanded {
  -webkit-line-clamp: unset;
  overflow: visible;
}

.feedback-slide__more-button,
.feedback-slide__less-button {
  display: none;
  color: #FFAA1E;
  background-color: transparent;
  border: none;
  cursor: pointer;
  text-align: center;
  font-weight: 600;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  line-height: 21px;
}

.feedback-slide__more-button.show,
.feedback-slide__less-button.show {
  display: block;
}

.page-footer {
  border-radius: 40px;
}
@media (max-width: 768px) {
  .page-footer {
    border-radius: 24px;
  }
}

.top-page {
  margin: 0 24px;
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 1200px) {
  .top-page {
    margin: 0 16px;
  }
}
.top-page button {
  white-space: wrap;
}

@media (max-width: 370px) {
  .page-top {
    padding: 20px;
  }
}
@media (max-width: 370px) {
  .page-top button {
    font-size: 16px;
    line-height: 16px;
    padding: 14px 20px;
  }
}
@media (max-width: 768px) {
  .page-top h2 {
    font-size: 32px;
  }
}
@media (max-width: 420px) {
  .page-top h2 {
    font-size: 28px;
  }
}
@media (max-width: 420px) {
  .page-top h2 {
    font-size: 22px;
  }
}

.page-text {
  margin: 80px auto;
  padding: 0 24px;
}
@media (max-width: 1200px) {
  .page-text {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .page-text {
    margin: 40px auto;
  }
}

.page-text__body {
  margin: 0 auto;
  background: #FFFFFF;
  box-shadow: 0px 24px 50px rgba(0, 0, 0, 0.15);
  border-radius: 40px;
  padding: 64px;
  max-width: 1009px;
  color: #1D1D1D;
}
@media (max-width: 768px) {
  .page-text__body {
    padding: 24px;
    border-radius: 24px;
  }
}
.page-text__body h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  margin-bottom: 40px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .page-text__body h1 {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
.page-text__body h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .page-text__body h2 {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 24px;
  }
}
.page-text__body h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 170%;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .page-text__body h3 {
    margin-bottom: 24px;
  }
}
.page-text__body p {
  font-size: 20px;
  line-height: 170%;
  padding-left: 18.5px;
}
.page-text__body p:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .page-text__body p {
    font-size: 16px;
    padding-left: 0;
  }
  .page-text__body p:not(:last-child) {
    margin-bottom: 24px;
  }
}
.page-text__body a {
  font-size: 20px;
  line-height: 170%;
  overflow-wrap: break-word;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .page-text__body a {
    font-size: 16px;
  }
}
.page-text__body ol {
  padding-left: 37px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .page-text__body ol {
    padding-left: 18.5px;
    margin-bottom: 24px;
  }
}
.page-text__body li {
  list-style: decimal;
  font-size: 20px;
  line-height: 170%;
}
@media (max-width: 768px) {
  .page-text__body li {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .page-text__body b {
    font-weight: 600;
  }
}

.orange-text {
  color: #FFAA1E;
}

.popup-cookies {
  padding: 48px 64px;
  box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12), 0px 12px 42px -4px rgba(24, 39, 75, 0.12);
  border-radius: 40px;
  background-color: #103654;
  width: auto;
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 10000;
}
@media (max-width: 1200px) {
  .popup-cookies {
    bottom: 16px;
    left: 16px;
    right: 16px;
  }
}
@media (max-width: 900px) {
  .popup-cookies {
    padding: 40px;
    border-radius: 24px;
  }
}
@media (min-width: 900px) {
  .popup-cookies {
    max-width: 714px;
  }
}
@media (max-width: 370px) {
  .popup-cookies {
    padding: 20px;
  }
}
.popup-cookies__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  color: #FFFFFF;
  margin-bottom: 40px;
}
@media (max-width: 900px) {
  .popup-cookies__title {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
.popup-cookies p {
  font-size: 20px;
  line-height: 170%;
  color: #FFFFFF;
  margin-bottom: 40px;
}
@media (max-width: 900px) {
  .popup-cookies p {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
@media (max-width: 370px) {
  .popup-cookies p {
    font-size: 14px;
  }
}
.popup-cookies__buttons {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 768px) {
  .popup-cookies__buttons {
    font-size: 16px;
    flex-direction: column;
  }
}
.popup-cookies button {
  white-space: wrap;
}

.popup-cookies-hide {
  display: none !important;
}