@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
*:focus {
  outline: none;
}
html {
  box-sizing: border-box;
  line-height: 1;
  color: #000;
}
input,
button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  box-shadow: none;
  border-radius: 0;
}
img {
  max-width: 100%;
}
svg {
  max-width: 100%;
  height: 100%;
}
a {
  text-decoration: none;
  color: inherit;
  transition: ease 0.3s;
}


.files {

    margin-left: 5px;
    font: 400 18px/1.5 'Montserrat', 'Arial', sans-serif;
    color: #E76E45;
    border-bottom: 1px solid;
    cursor: pointer;
}


ul,
ol {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
span,
ul,
ol,
li,
tr,
td,
th,
table,
blockquote {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
}
.wrapper .bg-gray {
  background: #f8f8f8;
}
.wrapper .btn-up {
  position: fixed;
  right: 160px;
  bottom: 30px;
  z-index: 100;
  padding: 8px 12px 8px 40px;
  font: 400 14px/1.4 'Montserrat', 'Arial', sans-serif;
  color: #fff;
  background: #0a0b0d;
  border-radius: 17px;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
  cursor: pointer;
}
.wrapper .btn-up--visible {
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 1440px) {
  .wrapper .btn-up {
    right: 10px;
  }
}
@media (max-width: 1024px) {
  .wrapper .btn-up {
    bottom: 20px;
  }
}
.wrapper .btn-up::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 7px;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 11L11 7M11 7L7 11M11 7V15M21 11C21 16.5228 16.5228 21 11 21C5.47715 21 1 16.5228 1 11C1 5.47715 5.47715 1 11 1C16.5228 1 21 5.47715 21 11Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
}
.wrapper .contacts {
  padding: 95px 0;
}
@media (max-width: 1024px) {
  .wrapper .contacts {
    padding: 60px 0 70px;
  }
}
.wrapper .contacts__descr {
  margin-bottom: 45px;
  font: 500 28px/1.5 'Montserrat', 'Arial', sans-serif;
  text-align: center;
}
@media (max-width: 1024px) {
  .wrapper .contacts__descr {
    margin-bottom: 40px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .wrapper .contacts__descr {
    text-align: left;
  }
}
.wrapper .contacts__wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .wrapper .contacts__wrapper {
    display: block;
  }
}
.wrapper .contacts__item {
  margin-right: 110px;
}
@media (max-width: 1024px) {
  .wrapper .contacts__item {
    margin-right: 60px;
  }
}
@media (max-width: 767px) {
  .wrapper .contacts__item {
    margin: 0 0 30px;
  }
}
.wrapper .contacts__item:last-child {
  margin: 0;
}
.wrapper .contacts__item-head {
  margin-bottom: 8px;
  font: 400 18px/1.5 'Montserrat', 'Arial', sans-serif;
  text-transform: uppercase;
  color: #4f4f4f;
}
@media (max-width: 1024px) {
  .wrapper .contacts__item-head {
    margin-bottom: 6px;
    font-size: 14px;
  }
}
.wrapper .contacts__item-main {
  font: 600 24px/1.5 'Montserrat', 'Arial', sans-serif;
}
@media (max-width: 1024px) {
  .wrapper .contacts__item-main {
    font-size: 14px;
  }
}
.wrapper .contacts__item-main--email {
  text-decoration: underline;
  color: #f85826;
}
.wrapper .experience {
  padding: 95px 0 75px;
}
@media (max-width: 1024px) {
  .wrapper .experience {
    padding: 45px 0;
  }
}
.wrapper .experience__txt {
  max-width: 1260px;
  margin: 0 auto 45px;
  font: 400 18px/1.5 'Montserrat', 'Arial', sans-serif;
  text-align: center;
}
@media (max-width: 1024px) {
  .wrapper .experience__txt {
    margin-bottom: 35px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .wrapper .experience__txt {
    text-align: left;
  }
}
.wrapper .experience__txt p {
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  .wrapper .experience__txt p {
    margin-bottom: 15px;
  }
}
.wrapper .experience__txt p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .wrapper .experience__txt br {
    display: none;
  }
}
.wrapper .experience__slider {
  position: relative;
  width: 604px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .wrapper .experience__slider {
    width: 440px;
  }
}
@media (max-width: 767px) {
  .wrapper .experience__slider {
    width: 100%;
    max-width: 440px;
  }
}
.wrapper .experience__slider .swiper-button-prev,
.wrapper .experience__slider .swiper-button-next {
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  margin: 0;
  color: #bdbdbd;
  border: 1px solid #bdbdbd;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .wrapper .experience__slider .swiper-button-prev,
  .wrapper .experience__slider .swiper-button-next {
    display: none;
  }
}
.wrapper .experience__slider .swiper-button-prev::after,
.wrapper .experience__slider .swiper-button-next::after {
  font-size: 22px;
}
.wrapper .experience__slider .swiper-button-prev {
  left: -100px;
}
@media (max-width: 1024px) {
  .wrapper .experience__slider .swiper-button-prev {
    left: -80px;
  }
}
.wrapper .experience__slider .swiper-button-next {
  right: -100px;
}
@media (max-width: 1024px) {
  .wrapper .experience__slider .swiper-button-next {
    right: -80px;
  }
}
.wrapper .experience__slider .swiper-pagination {
  position: relative;
  margin-top: 15px;
}
.wrapper .experience__slider .swiper-pagination-bullet {
  margin: 0 6px;
  border: 1px solid #bdbdbd;
  background: transparent;
  opacity: 1;
  transition: 0.3s;
}
.wrapper .experience__slider .swiper-pagination-bullet-active {
  background: #000;
  border-color: #000;
}
.wrapper .footer {
  padding: 23px 0;
  font: 400 14px/1.5 'Montserrat', 'Arial', sans-serif;
  color: #bdbdbd;
  background: #0A0B0D;
}
@media (max-width: 767px) {
  .wrapper .footer {
    font-size: 12px;
  }
}
.wrapper .functions {
  padding: 115px 0 80px;
}
@media (max-width: 1024px) {
  .wrapper .functions {
    padding: 40px 0 45px;
  }
}
.wrapper .functions__btn {
  margin-top: 30px;
  margin-left: 40px;
  font: 400 18px/1.5 'Montserrat', 'Arial', sans-serif;
  color: #E76E45;
}
@media (max-width: 767px) {
  .wrapper .functions__btn {
    margin-top: 25px;
    margin-left: 0;
    font-size: 16px;
    text-align: center;
  }
}
.wrapper .functions__btn-inn {
  border-bottom: 1px solid;
  cursor: pointer;
}
.wrapper .functions__list {
  list-style-type: none;
}
.wrapper .functions__list--hidden {
  display: none;
  padding-top: 15px;
}
.wrapper .functions__list li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 40px;
  font: 400 18px/1.5 'Montserrat', 'Arial', sans-serif;
}
@media (max-width: 1024px) {
  .wrapper .functions__list li {
    font-size: 16px;
  }
}
.wrapper .functions__list li:last-child {
  margin-bottom: 0;
}
.wrapper .functions__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 13px;
  width: 25px;
  height: 1px;
  background: #f85826;
}
@media (max-width: 1024px) {
  .wrapper .functions__list li::before {
    top: 12px;
  }
}
.wrapper .header {
  padding: 40px 0;
}
@media (max-width: 1024px) {
  .wrapper .header {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .wrapper .header {
    padding: 17px 0;
  }
}
.wrapper .header__wrapper {
  display: flex;
  align-items: center;
}
.wrapper .header__logo {
  width: 365px;
}
@media (max-width: 1259px) {
  .wrapper .header__logo {
    width: 300px;
  }
}
@media (max-width: 1024px) {
  .wrapper .header__logo {
    width: 220px;
  }
}
@media (max-width: 767px) {
  .wrapper .header__logo {
    width: 154px;
  }
}
.wrapper .header__logo a {
  display: block;
}
.wrapper .header__nav {
  display: flex;
  margin-left: auto;
  font: 400 18px/1.5 'Montserrat', 'Arial', sans-serif;
  list-style-type: none;
}
@media (max-width: 1024px) {
  .wrapper .header__nav {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .wrapper .header__nav {
    display: none;
  }
}
.wrapper .header__nav li {
  margin-right: 60px;
}
@media (max-width: 1259px) {
  .wrapper .header__nav li {
    margin-right: 45px;
  }
}
@media (max-width: 1024px) {
  .wrapper .header__nav li {
    margin-right: 25px;
  }
}
.wrapper .header__nav li:last-child {
  margin-right: 0;
}
.wrapper .header__nav li a:hover {
  text-decoration: underline;
  color: #f85826;
}
.wrapper .header__phone {
  display: none;
  margin-left: auto;
  font: 400 15px/18px 'Montserrat', 'Arial', sans-serif;
}
@media (max-width: 767px) {
  .wrapper .header__phone {
    display: block;
  }
}
.wrapper .header__phone a {
  position: relative;
  padding-left: 27px;
}
.wrapper .header__phone a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='9.5' stroke='%23BDBDBD'/%3E%3Cpath d='M9.22757 10.733C9.80743 11.3213 10.509 11.7754 11.2831 12.0636L12.3304 11.2302C12.3614 11.2089 12.3982 11.1974 12.4359 11.1974C12.4736 11.1974 12.5104 11.2089 12.5415 11.2302L14.4859 12.483C14.5597 12.5274 14.6222 12.5883 14.6684 12.661C14.7147 12.7337 14.7433 12.8161 14.7522 12.9018C14.7611 12.9875 14.75 13.074 14.7197 13.1547C14.6894 13.2353 14.6407 13.3078 14.5776 13.3663L13.6665 14.2663C13.536 14.3953 13.3756 14.4899 13.1997 14.5418C13.0237 14.5936 12.8377 14.6011 12.6581 14.5636C10.8671 14.1937 9.21622 13.3273 7.89424 12.0636C6.6016 10.7873 5.70709 9.16325 5.31924 7.38857C5.28092 7.21181 5.28892 7.02814 5.34246 6.85537C5.39599 6.6826 5.49324 6.52659 5.6248 6.40246L6.56924 5.49135C6.62768 5.43129 6.69896 5.38523 6.77772 5.35662C6.85649 5.32801 6.94071 5.31759 7.02408 5.32614C7.10744 5.33469 7.18779 5.36199 7.25911 5.40599C7.33043 5.45 7.39087 5.50957 7.43591 5.58024L8.73035 7.49968C8.75268 7.52982 8.76473 7.56634 8.76473 7.60385C8.76473 7.64136 8.75268 7.67788 8.73035 7.70802L7.87757 8.73302C8.17357 9.49161 8.63472 10.1748 9.22757 10.733Z' fill='black'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
}
.wrapper .header__phone a:hover {
  text-decoration: underline;
  color: #f85826;
}
.wrapper .inner {
  width: 92%;
  max-width: 1440px;
  min-width: 290px;
  margin: 0 auto;
}
.wrapper .inner--small {
  max-width: 950px;
}
.wrapper .mob-nav {
  display: none;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .wrapper .mob-nav {
    display: block;
  }
}
.wrapper .mob-nav__wrapper {
  display: flex;
  font: 400 14px/1.4 'Montserrat', 'Arial', sans-serif;
  list-style-type: none;
  border-bottom: 1px solid #f8f8f8;
}
.wrapper .mob-nav li {
  margin-right: 50px;
}
@media (max-width: 350px) {
  .wrapper .mob-nav li {
    margin-right: 20px;
  }
}
.wrapper .mob-nav li:last-child {
  margin-right: 0;
}
.wrapper .mob-nav li a {
  position: relative;
  display: block;
  height: 100%;
  padding-bottom: 15px;
}
.wrapper .mob-nav li a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: #f85826;
  opacity: 0;
  transition: 0.3s;
}
.wrapper .mob-nav li a:hover {
  color: #f85826;
}
.wrapper .mob-nav li a:hover::before {
  opacity: 1;
}
.wrapper .nowrap {
  white-space: nowrap;
}
.wrapper .requirements {
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .wrapper .requirements {
    padding: 50px 0;
  }
}
.wrapper .requirements .title {
  text-align: left;
}
.wrapper .requirements__box {
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .wrapper .requirements__box {
    margin-bottom: 60px;
  }
}
.wrapper .requirements__box:last-child {
  margin-bottom: 0;
}
.wrapper .requirements__box-descr {
  max-width: 1220px;
  margin-bottom: 45px;
  font: 500 28px/1.4 'Montserrat', 'Arial', sans-serif;
}
@media (max-width: 1024px) {
  .wrapper .requirements__box-descr {
    margin-bottom: 30px;
    font-size: 18px;
  }
}
.wrapper .subsystems {
  padding: 95px 0;
}
@media (max-width: 1024px) {
  .wrapper .subsystems {
    padding: 50px 0;
  }
}
.wrapper .subsystems__item {
  display: flex;
  padding: 50px 0 60px;
  border-bottom: 1px solid #c7c7c7;
}
@media (max-width: 767px) {
  .wrapper .subsystems__item {
    display: block;
    padding: 45px 0;
  }
}
.wrapper .subsystems__item:first-child {
  padding-top: 30px;
}
@media (max-width: 767px) {
  .wrapper .subsystems__item:first-child {
    padding-top: 0;
  }
}
.wrapper .subsystems__item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
@media (max-width: 767px) {
  .wrapper .subsystems__item-head {
    align-self: center;
  }
}
.wrapper .subsystems__item-icon {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  margin-right: 60px;
}
@media (max-width: 1024px) {
  .wrapper .subsystems__item-icon {
    width: 84px;
    height: 84px;
    margin-right: 30px;
  }
}
.wrapper .subsystems__item-box {
  display: flex;
  width: 50%;
  margin-right: 9%;
}
@media (max-width: 1024px) {
  .wrapper .subsystems__item-box {
    margin-right: 5%;
  }
}
@media (max-width: 767px) {
  .wrapper .subsystems__item-box {
    width: auto;
    margin-right: 0;
  }
}
.wrapper .subsystems__item-title {
  margin-bottom: 15px;
  font: 600 28px/1.4 'Montserrat', 'Arial', sans-serif;
}
@media (max-width: 1024px) {
  .wrapper .subsystems__item-title {
    margin-bottom: 8px;
    font-size: 16px;
  }
}
.wrapper .subsystems__item-subtitle {
  font: 400 24px/1.4 'Montserrat', 'Arial', sans-serif;
  color: #f85826;
}
@media (max-width: 1024px) {
  .wrapper .subsystems__item-subtitle {
    font-size: 14px;
  }
}
.wrapper .subsystems__item-main {
  width: 41%;
  font: 400 18px/1.5 'Montserrat', 'Arial', sans-serif;
}
@media (max-width: 1024px) {
  .wrapper .subsystems__item-main {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .wrapper .subsystems__item-main {
    width: auto;
    margin-top: 20px;
  }
}
.wrapper .tabs-item {
  margin-bottom: 15px;
}
.wrapper .tabs-item:last-child {
  margin-bottom: 0;
}
.wrapper .tabs-item__btn {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 7L14 7' stroke='black' stroke-width='2'/%3E%3Cpath d='M7 0L7 14' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #4f4f4f;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .wrapper .tabs-item__btn {
    right: 15px;
    width: 26px;
    height: 26px;
    background-size: 11px auto;
  }
}
@media (max-width: 767px) {
  .wrapper .tabs-item__btn {
    top: 15px;
    transform: none;
  }
}
.wrapper .tabs-item__head {
  position: relative;
  padding-right: 75px;
  padding-left: 30px;
  font: 500 18px/1.5 'Montserrat', 'Arial', sans-serif;
  background: #ffd3ab;
  border-radius: 6px;
}
@media (max-width: 1024px) {
  .wrapper .tabs-item__head {
    padding-right: 60px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .wrapper .tabs-item__head {
    padding: 0;
  }
}
.wrapper .tabs-item__head .tabs-table .tabs-table__td {
  padding-top: 15px;
  padding-bottom: 15px;
}
.wrapper .tabs-item__head .tabs-table--one {
  max-width: 1150px;
}
@media (max-width: 767px) {
  .wrapper .tabs-item__head .tabs-table--one .tabs-table__td {
    padding-right: 60px;
    padding-left: 15px;
  }
}
.wrapper .tabs-item__head .tabs-table--two .tabs-table__td:first-child {
  width: calc(50% + 44px);
  padding-right: 40px;
}
@media (max-width: 1024px) {
  .wrapper .tabs-item__head .tabs-table--two .tabs-table__td:first-child {
    width: 50%;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .wrapper .tabs-item__head .tabs-table--two .tabs-table__td:first-child {
    width: auto;
    padding-right: 60px;
    padding-left: 15px;
  }
}
.wrapper .tabs-item__head .tabs-table--two .tabs-table__td:last-child {
  padding-left: 35px;
  border-left: 1px solid #f8f8f8;
}
@media (max-width: 1024px) {
  .wrapper .tabs-item__head .tabs-table--two .tabs-table__td:last-child {
    padding-left: 25px;
  }
}
@media (max-width: 767px) {
  .wrapper .tabs-item__head .tabs-table--two .tabs-table__td:last-child {
    display: none;
    padding-right: 60px;
    padding-left: 15px;
    border-left: 0;
    border-top: 1px solid #f8f8f8;
  }
}
.wrapper .tabs-item__head--active {
  border-radius: 6px 6px 0px 0px;
}
.wrapper .tabs-item__head--active .tabs-item__btn {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 7L14 7' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.wrapper .tabs-item__main {
  display: none;
  padding: 7px 75px 37px;
  font: 400 18px/1.5 'Montserrat', 'Arial', sans-serif;
  background: #fff;
}
@media (max-width: 1024px) {
  .wrapper .tabs-item__main {
    padding-right: 60px;
    padding-left: 30px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .wrapper .tabs-item__main {
    padding: 0 15px 20px;
  }
}
.wrapper .tabs-item__main .tabs-table__tr {
  border-bottom: 1px solid #c7c7c7;
}
@media (max-width: 767px) {
  .wrapper .tabs-item__main .tabs-table__tr {
    padding: 16px 0;
  }
}
.wrapper .tabs-item__main .tabs-table__tr:last-child {
  border-bottom: 0;
}
.wrapper .tabs-item__main .tabs-table__td {
  padding-top: 18px;
  padding-bottom: 18px;
}
@media (max-width: 767px) {
  .wrapper .tabs-item__main .tabs-table__td {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.wrapper .tabs-item__main .tabs-table--two .tabs-table__td:first-child {
  padding-right: 40px;
}
@media (max-width: 1024px) {
  .wrapper .tabs-item__main .tabs-table--two .tabs-table__td:first-child {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .wrapper .tabs-item__main .tabs-table--two .tabs-table__td:first-child {
    padding-right: 0;
    padding-left: 0;
    font-weight: 500;
  }
}
.wrapper .tabs-item__main .tabs-table--two .tabs-table__td:last-child {
  padding-left: 35px;
}
@media (max-width: 1024px) {
  .wrapper .tabs-item__main .tabs-table--two .tabs-table__td:last-child {
    padding-left: 25px;
  }
}
@media (max-width: 767px) {
  .wrapper .tabs-item__main .tabs-table--two .tabs-table__td:last-child {
    margin-top: 6px;
    padding-right: 0;
    padding-left: 0;
    font-size: 14px;
  }
}
.wrapper .tabs-table--two .tabs-table__tr {
  display: flex;
}
@media (max-width: 767px) {
  .wrapper .tabs-table--two .tabs-table__tr {
    display: block;
  }
}
.wrapper .tabs-table--two .tabs-table__td {
  width: 50%;
}
@media (max-width: 767px) {
  .wrapper .tabs-table--two .tabs-table__td {
    width: auto;
  }
}
.wrapper .title {
  margin-bottom: 30px;
  font: 700 40px/1.4 'Montserrat', 'Arial', sans-serif;
  text-align: center;
}
@media (max-width: 1024px) {
  .wrapper .title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .wrapper .title {
    margin-bottom: 25px;
    font-size: 22px;
    text-align: left;
  }
}
.wrapper .title__decor {
  position: relative;
}
.wrapper .title__decor::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 24px;
  background: #ffecdb;
}
@media (max-width: 1024px) {
  .wrapper .title__decor::before {
    height: 20px;
  }
}
@media (max-width: 767px) {
  .wrapper .title__decor::before {
    max-width: 90px;
    height: 16px;
  }
}
.wrapper .title__decor-inn {
  position: relative;
}
.wrapper .top-ban__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 570px;
  padding: 65px;
}
@media (max-width: 1024px) {
  .wrapper .top-ban__wrapper {
    height: 440px;
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .wrapper .top-ban__wrapper {
    height: 364px;
    padding: 15px;
  }
}
.wrapper .top-ban__txt {
  position: relative;
  z-index: 1;
  max-width: 750px;
  font: 700 50px/1.4 'Montserrat', 'Arial', sans-serif;
  color: #fff;
}
@media (max-width: 1024px) {
  .wrapper .top-ban__txt {
    max-width: 540px;
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .wrapper .top-ban__txt {
    font-size: 26px;
  }
}
.wrapper .top-ban__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.wrapper .top-ban__img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(89.95deg, rgba(0, 0, 0, 0.6) -0.85%, rgba(0, 0, 0, 0) 94.62%);
}
.wrapper .top-ban__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
