* {
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: "FixelDisplay";
  src: url("../fonts/FixelDisplay-Medium.woff2") format("woff2");
  font-style: normal;
}
@font-face {
  font-family: "FixelText-Bold";
  src: url("../fonts/FixelText-Bold.woff2") format("woff2");
  font-style: normal;
}
@font-face {
  font-family: "FixelText-Medium";
  src: url("../fonts/FixelText-Medium.woff2") format("woff2");
  font-style: normal;
}
@font-face {
  font-family: "FixelText-Regular";
  src: url("../fonts/FixelText-Regular.woff2") format("woff2");
  font-style: normal;
}
@font-face {
  font-family: "FixelText-SemiBold";
  src: url("../fonts/FixelText-SemiBold.woff2") format("woff2");
  font-style: normal;
}
@font-face {
  font-family: "FixelDisplay-SemiBold";
  src: url("../fonts/FixelDisplay-SemiBold.woff2") format("woff2");
  font-style: normal;
}
@font-face {
  font-family: "FixelDisplay-Bold";
  src: url("../fonts/FixelDisplay-Bold.woff2") format("woff2");
  font-style: normal;
}

.footer {
  background: #000000;
}
.page-width {
  max-width: 300px;
  margin: 0 auto;
}
a {
  text-decoration: none;
}
ul {
  list-style-type: none;
  margin: 0;
}
.header__language-list a:hover {
  opacity: 100%;
}
.header__language-list a {
  text-transform: uppercase;
}
.navigation-list {
  padding: 0;
}
#menu-footer-info-1.navigation-list {
  text-align: center;
}
.list-unstyled.header-menu__list li a:hover {
  color: #ff4400;
  display: flex;
  align-items: center;
}
.list-unstyled.header-menu__list li a:hover::after {
  content: "";
  width: 30px;
  height: 30px;
  margin-left: 15px;
  background-image: url("../assets/Group 253.png");
  background-size: contain;
  background-repeat: no-repeat;
  transition: width 0.3s ease, height 0.3s ease, margin-left 0.3s ease;
}
.footer-info.desktop,
.navigation {
  display: none;
}
.logo-image {
  width: 157px;
  height: 37px;
  margin: 0 auto;
  display: block;
}
.border-top-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.footer-info.mobile {
  display: block;
  width: 100%;
  padding-top: 15px;
}
.footer-disclaimer-content {
  display: flex;
  flex-direction: row-reverse;
  padding: 20px 0 15px 0;
}
.footer-disclaimer-img {
  width: 40px;
  height: 40px;
  margin: 0 15px 0 6px;
}
.footer-icon {
  margin-bottom: 10px;
}
.footer-icon-container {
  width: 215px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 0 auto;
}
.promo-item {
  width: 179px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.promo-section-1,
.promo-section-2,
.promo-section-4,
.promo-section-3 {
  height: fit-content;
  width: 147px;
  background: #272727;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 21px;
  margin-bottom: 5px;
  min-height: 129px;
}
.promo-text {
  font-family: "FixelText-Regular";
  line-height: 140%;
  letter-spacing: -0.32px;
  color: white;
  opacity: 50%;
  text-align: center;
  font-size: 12px;
}
.promo-image {
  width: 35px;
  height: 35px;
  margin-bottom: 10px;
}
.footer-main {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .footer-container.page-width {
    max-width: 500px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 500px) {
  .footer-container.page-width {
    max-width: 100%;
    padding: 0 10px;
  }
}
.footer-container {
  padding: 20px 10px 40px !important;
  display: flex;
  flex-direction: column;
}
.navigation-list li a {
  font-family: "FixelText-Regular";
  line-height: 100%;
  letter-spacing: -0.32px;
  text-decoration: none;
  color: white !important;
}
.offer-title {
  line-height: 100%;
  letter-spacing: -0.32px;
  font-family: "FixelText-Regular";
  font-size: 14px;
  padding: 15px 0 5px 0;
  margin: 0;
  color: white;
  opacity: 50%;
  text-align: center;
}
.offer-details {
  line-height: 140%;
  letter-spacing: -0.32px;
  font-family: "FixelText-Regular";
  font-size: 14px;
  color: white;
  margin: 0;
  text-align: center;
}
.navigation-title {
  line-height: 100%;
  letter-spacing: -0.32px;
  font-family: "FixelText-Regular";
  font-size: 16px;
  color: white;
  opacity: 50%;
  padding-bottom: 9px;
  margin: 0;
}
.footer-links li a {
  color: white !important;
  opacity: 70%;
  border-bottom: 1px solid;
  text-decoration: none;
}
.footer-links li {
  font-family: "FixelText-Regular";
  line-height: 140%;
  letter-spacing: -0.32px;
  padding-top: 15px;
}
.navigation-list li {
  line-height: 100%;
  letter-spacing: -0.32px;
  padding-top: 21px;
  color: white;
  font-size: 16px;
}
.footer-disclaimer {
  max-width: 351px;
  padding-bottom: 10px;
}
.disclaimer-text {
  font-size: 12px;
  margin: 0;
  font-family: "FixelText-Regular";
  color: white;
  line-height: 140%;
  letter-spacing: -0.32px;
  opacity: 70%;
}
.footer-info {
  max-width: 100%;
  margin: 0 auto;
}
.footer-title {
  font-family: "FixelText-Regular";
  line-height: 140%;
  letter-spacing: -0.32px;
  font-size: 14px;
  margin: 0;
  color: white;
  text-align: center;
}
.footer-links {
  text-align: center;
  padding: 0;
}
.promo-sections {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 15px 0 10px 0;
  gap: 0 5px;
}
.first_block {
  padding-bottom: 20px;
}

.team-name {
  font-family: "FixelDisplay";
  line-height: 120%;
  letter-spacing: -0.96px;
  font-size: 17px;
  padding: 10px 0 5px 0;
  margin: 0;
}
.contact-link {
  margin-right: 10px;
}
.contact-links {
  display: flex;
  align-items: center;
}
.team-list {
  display: flex;
  padding-bottom: 25px;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2px 10px;
}
.team-role {
  margin: 0;
  line-height: 140%;
  letter-spacing: -0.36px;
  font-family: "FixelText-Regular";
  padding-bottom: 10px;
  font-size: 12px;
  opacity: 70%;
}
.team-header span {
  color: #ff4400;
}
.team-header {
  line-height: 100%;
  letter-spacing: -2.88px;
  font-family: "FixelDisplay-Bold";
  font-size: 32px;
  padding: 0 0 30px 0;
  margin: 0;
  text-align: center;
}
.team-member {
  width: 145px;
  padding-bottom: 33px;
}
.contact-header {
  font-family: "FixelText-Regular";
  line-height: 100%;
  margin: 0;
  letter-spacing: -0.32px;
  padding: 30px 0 10px 0;
  font-size: 16px;
  opacity: 70%;
  display: none;
}
.country-badge {
  display: block;
  padding-bottom: 12px;
}
.country-badge span {
  padding-right: 5px;
}

.menu-header-image {
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.header__language-list a.active {
  opacity: 100%;
}
.header__language-list a:visited,
.header__language-list a {
  font-family: "FixelText-Regular";
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.28px;
  opacity: 0.5;
  text-decoration: none;
}
#menu-footer-info-ru-1.navigation-list li {
  text-align: center;
}
.header__language-list {
  display: none;
}
.header__language-list.menu {
  margin-top: 86px;
  width: 93px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.offcanvas.offcanvas-end.offcanvas.header-menu {
  width: 100%;
  background: black;
}
.link_social-networks {
  margin-right: 10px;
  text-decoration: none;
}
.social-icon-header {
  width: 35px;
  height: 35px;
}
.offcanvas-body.header-menu__body {
  padding: 36px 30px 0 30px;
}
.header-menu__logo-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 10px 0 10px;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
}
.list-unstyled.header-menu__list li a {
  font-family: "FixelDisplay";
  color: white;
  line-height: 100%;
  text-decoration: none;
  letter-spacing: -0.96px;
  font-size: 20px;
  width: fit-content;
  display: block;
  margin-bottom: 30px;
}
.header-menu__list {
  padding-bottom: 20px;
  margin: 0;
}
.header-menu__logo {
  height: 47px;
}
.header__language-item.active {
  font-family: "FixelText-SemiBold";
  opacity: 100%;
}
.header-menu__close-icon {
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.header__logo {
  height: 40px;
}
.countries-img-team {
  display: flex;
}
.country-badge-image {
  width: 24px;
}
.header__language-menu {
  display: flex;
}
.header__language-item {
  font-size: 14px;
  font-family: "FixelText-Regular";
  margin-right: 10px;
  color: white;
  opacity: 50%;
  letter-spacing: -0.28px;
}
.header-menu__contact {
  display: flex;
  justify-content: space-between;
  padding: 10px 0 30px 0;
  border-top: 1px solid;
  flex-direction: column;
}
a.header-menu__contact-button:hover {
  box-shadow: 0px 4px 10px 0px rgba(255, 255, 255, 0.4) inset,
    0px 15px 50px 0px rgba(255, 117, 67, 0.4);
}
.room-title:hover,
.applications:hover {
  opacity: 60%;
}
a.header-menu__contact-button {
  letter-spacing: -0.48px;
  text-decoration: none;
  font-family: "FixelDisplay-SemiBold";
  transition: box-shadow 0.2s ease;
  width: 90%;
  height: 56px;
  background: rgba(256 68 0);
  border: none;
  color: white;
  font-size: 16px;
  border-radius: 10px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-menu__contact-text {
  line-height: 140%;
  letter-spacing: -0.32px;
  font-family: "FixelText-Regular";
  color: white;
  padding: 10px 0 15px 0;
}
.offcanvas-backdrop.show {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  opacity: 1;
}

.container-header-image-btn {
  width: 50px;
  height: 50px;
  background: rgba(268 58 0);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.container-header-image-btn img {
  width: 22px;
  transition: filter 0.3s ease;
}
.container-header-image-btn:hover img {
  filter: invert(100%);
}
.country-badge-image {
  margin: 0 0 10px 0;
}
@media (min-width: 768px) {
  .country-badge-image {
    width: 31px;
  }
  .country-badge-image {
    margin: 0;
  }
  .page-width {
    max-width: 700px;
  }
  .container-header-image-btn img {
    width: auto;
  }
  .container-header-image-btn {
    width: 75px;
    height: 75px;
  }

  .logo-image {
    width: auto;
    height: auto;
    margin: 0;
  }
  .border-top-footer {
    border: none;
    border-top: none;
  }
  .footer-info.mobile {
    width: auto;
    padding-top: 20px;
  }
  .footer-disclaimer-content {
    display: block;
    padding: 0;
  }
  .footer-disclaimer-img {
    margin: 10px 0 36px 0;
  }
  .footer-icon {
    margin-bottom: 0px;
  }
  .footer-icon-container {
    width: 100%;
    justify-content: space-between;
    margin: 0;
  }
  .promo-section-1,
  .promo-section-2,
  .promo-section-4,
  .promo-section-3 {
    width: 337px;
    border-radius: 20px;
    padding: 36px 0;
    margin-bottom: 20px;
  }
  .promo-image {
    width: 70px;
    height: 70px;
  }
  .footer-main {
    flex-direction: row;
  }
  .footer-container {
    padding: 60px 0 40px 0;
  }
  .offer-title {
    padding: 30px 0 15px 0;
    text-align: start;
    font-size: 16px;
  }
  .offer-details {
    font-size: 16px;
    text-align: start;
  }
  .footer-disclaimer {
    padding-bottom: 0px;
  }
  .disclaimer-text {
    font-size: 16px;
    opacity: 100%;
    width: 303px;
  }
  .footer-info {
    max-width: 216px;
  }
  .promo-sections {
    justify-content: space-around;
    padding: 31px 0 0 0;
  }
  .first_block {
    padding-bottom: 0px;
    max-width: 242px;
  }

  .team-name {
    font-size: 28px;
    padding: 31px 0 10px 0;
  }
  .contact-link {
    margin-right: 12px;
  }
  .team-list {
    padding-bottom: 60px;
    justify-content: space-around;
  }
  .team-role {
    padding-bottom: 12px;
    font-size: 17px;
  }
  .country-badge {
    display: none;
  }
  .team-header {
    padding: 0 0 40px 0;
    font-size: 40px;
    text-align: left;
  }
  .team-member {
    width: 333px;
  }
  .country-badge-image,
  .contact-header {
    display: block;
  }

  .menu-header-image {
    width: auto;
    height: auto;
  }
  .header__language-list {
    display: flex;
    align-items: center;
    margin-right: 202px;
    margin-bottom: 0;
    justify-content: space-between;
    max-width: 94px;
    width: 94px;
  }
  .header__language-list.menu {
    display: none;
  }
  .offcanvas.offcanvas-end.offcanvas.header-menu {
    width: 645px;
  }
  .social-icon-header {
    width: auto;
    height: auto;
  }
  .offcanvas-body.header-menu__body {
    padding: 50px 75px 0 40px;
  }
  .header-menu__logo-container {
    padding: 30px 75px 0 40px;
  }
  .list-unstyled.header-menu__list li a {
    font-size: 32px;
  }
  .header-menu__logo {
    width: 225px;
    height: 55px;
  }
  .header-menu__close-icon {
    width: 75px;
    height: 75px;
  }
  .header__logo {
    height: 55px;
  }
  .header-menu__contact {
    padding: 10px 0 60px 0;
    flex-direction: row;
  }
  a.header-menu__contact-button {
    width: 215px;
    height: 84px;
    font-size: 24px;
    left: 40px;
    transform: none;
    margin-bottom: 70px;
  }
  .header-menu__contact-text {
    width: 236px;
    padding: 0;
  }
  .link_social-networks {
    margin-right: 6px;
  }
  .promo-text {
    font-size: 15px;
  }

  .contact-icon {
    width: 30px;
  }

  .footer-icon-container a {
    margin-right: 8px;
  }
  .footer-disclaimer {
    max-width: 377px;
  }
  .footer-icon-container {
    justify-content: flex-start;
    gap: 0;
  }
}
@media (min-width: 1024px) {
  .header__language-list {
    height: 68px;
  }
  .promo-section-1 {
    width: 230px;
    border-radius: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 0;
    height: 206px;
  }
  .promo-item {
    width: 164px;
  }
  .promo-section-4 {
    width: 230px;
    height: 206px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 1px;
    border-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .promo-section-2 {
    border-radius: 0;
    width: 230px;
    margin: 0 1px;
    height: 206px;
    padding: 0;
  }
  .promo-section-3 {
    width: 230px;
    /* margin: 0 1px; */
    border-radius: 0;
    height: 206px;
    padding: 0;
  }
  .page-width {
    max-width: 980px;
  }
  .navigation {
    display: block;
  }
  .footer-info.mobile {
    padding-top: 0px;
  }

  .team-list {
    padding-bottom: 100px;
  }
  .team-header {
    font-size: 70px;
  }
  .header {
    padding: 29px 0 0 0;
  }
}
@media (min-width: 1440px) {
  .promo-section-1 {
    width: 310px;
    border-radius: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 0;
    height: 206px;
    /* margin-right: 1px; */
  }
  .promo-item {
    width: 164px;
  }
  .promo-section-4 {
    width: 310px;
    height: 206px;
    padding: 0;
    margin-left: 1px;
    border-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .promo-section-2 {
    border-radius: 0;
    width: 310px;
    margin: 0 1px;
    height: 206px;
    padding: 0;
  }
  .promo-section-3 {
    width: 310px;
    /* margin: 0 1px; */
    border-radius: 0;
    height: 206px;
    padding: 0;
  }
  .page-width {
    max-width: 1310px;
  }

  .footer-title {
    text-align: end;
    font-size: 16px;
  }
  .footer-info.mobile {
    display: none;
  }
  .footer-info.desktop {
    display: block;
  }
  .footer-info {
    margin: 0;
  }
  .footer-links {
    text-align: right;
  }
  .promo-sections {
    width: auto;
    margin: 0 auto;
    padding: 30px 0 0 0;
  }

  .team-list {
    justify-content: space-between;
  }
  .team-header {
    font-size: 96px;
  }
  .team-member {
    width: 310px;
  }
  .footer-disclaimer {
    max-width: 374px;
  }
  .footer-info {
    max-width: 233px;
  }
}
@media (min-width: 1600px) {
  .footer-info {
    max-width: 233px;
  }
  .footer-disclaimer {
    max-width: 325px;
  }
  .page-width {
    max-width: 1450px;
  }
  .promo-item {
    width: 179px;
  }
  .footer-title {
    padding-bottom: 28px;
  }
  .team-name {
    font-size: 32px;
  }
  .contact-link {
    margin-right: 15px;
  }
  .team-role {
    font-size: 18px;
  }
  .team-member {
    width: 347px;
  }

  .promo-sections {
    width: auto;
    padding: 15px 0 0 0;
  }
  .promo-section-1 {
    width: 324px;
    border-radius: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 0;
    /* margin-right: 1px; */
  }
  .footer-main {
    justify-content: flex-start;
  }
  .first_block {
    margin-right: 173px;
  }
  .promo-section-4 {
    width: 324px;
    padding: 0;
    margin-left: 1px;
    border-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .promo-section-2 {
    border-radius: 0;
    width: 380px;
    margin: 0 1px;
    padding: 0;
  }
  .promo-section-3 {
    width: 380px;
    /* margin: 0 1px; */
    border-radius: 0;
    padding: 0;
  }
  .navigation {
    margin-right: 216px;
  }
  .footer-icon {
    width: auto;
    height: auto;
  }
  .footer-disclaimer-img {
    margin: 8px 0 36px 0;
  }
  .footer-disclaimer {
    margin-right: 142px;
  }
  .footer-icon-container {
    margin: 0 0 0 2px;
    width: max-content;
  }
}
