@charset "UTF-8";
#particles-js,
.particles-js-canvas-el {
  width: 100vw !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
  position: fixed; /* если используется как фон */
  top: 0;
  left: 0;
  z-index: -1; /* или подходящее значение */
}

/* Кастомный скроллбар — вертикальный */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(45deg, #ff6b6b, #ee5a24);
  border-radius: 10px;
  transition: background 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(45deg, #ee5a24, #ff6b6b);
  box-shadow: 0 2px 10px rgba(255, 107, 107, 0.3);
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #ff6b6b #f0f0f0;
}

@font-face {
  font-family: "Factor IO";
  src: url("../../fonts/FactorIO-RegularKG.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Factor IO";
  src: url("../../fonts/FactorIO-Bold.KG.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  background: linear-gradient(to right, #ece9e6, #ffffff);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-family: "Factor IO", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
}

.container {
  max-width: 1677px;
  margin: 0 auto;
}
@media (max-width: 1919px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 1439px) {
  .container {
    max-width: 730px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 360px;
  }
}

.wrapper {
  position: relative;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: #FFFFFF;
}

button {
  font-family: inherit;
  cursor: pointer;
  font-weight: 400;
}

.btnRed {
  background-color: #FA3246;
  color: #FFFFFF;
  border: none;
  transition: 0.3s;
}
.btnRed:hover {
  background-color: #3C3C3C;
  color: #FFFFFF;
}

.btnBlack {
  background-color: #3C3C3C;
  color: #FFFFFF;
  border: none;
  transition: 0.3s;
}
.btnBlack:hover {
  background-color: #757575;
  color: #FFFFFF;
}

.btnWhite {
  background-color: #FFFFFF;
  color: #F34C3F;
  border: none;
  transition: 0.3s;
}
.btnWhite:hover {
  background-color: #3C3C3C;
  color: #FFFFFF;
}

.btn41H {
  padding: 20px 30px;
  border-radius: 15px;
  font-size: 1rem;
}
@media (max-width: 1439px) {
  .btn41H {
    border-radius: 7px;
  }
}
@media (max-width: 767px) {
  .btn41H {
    font-size: 0.75rem;
    padding: 10px;
  }
}

.btn63H {
  padding: 20px 30px;
  border-radius: 15px;
  font-size: 2rem;
}

.btn85H {
  padding: 20px 30px;
  border-radius: 15px;
  font-size: 1.625rem;
}
@media (max-width: 1439px) {
  .btn85H {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .btn85H {
    font-size: 1.25rem;
  }
}

.btn120H {
  padding: 20px 30px;
  border-radius: 20px;
  font-size: 2.75rem;
}

.btn50H {
  padding: 20px 30px;
  border-radius: 15px;
  font-size: 1.5rem;
}

.btn74H {
  padding: 20px 30px;
  border-radius: 15px;
  font-size: 1.75rem;
}
@media (max-width: 1439px) {
  .btn74H {
    padding: 12px 15px;
  }
}
@media (max-width: 767px) {
  .btn74H {
    font-size: 0.875rem;
  }
}

.btnCircle {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #FA3246;
  background-image: url("../icon/phone-icon.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 64px;
  flex-shrink: 0;
}

h1, h2, h3, h4 {
  font-weight: 400;
}

h1 {
  font-size: 4rem;
  max-width: 834px;
  margin-bottom: 35px;
  color: #FA3246;
}
@media (max-width: 1919px) {
  h1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 1439px) {
  h1 {
    font-size: 2.375rem;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 1.75rem;
    font-weight: 700;
  }
}

.btnIcon {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 30px;
  background-color: #FFFFFF;
  border: none;
  color: #3C3C3C;
  border-radius: 15px;
  font-size: 1.625rem;
  transition: 0.5s;
}
.btnIcon:hover {
  background-color: #3C3C3C;
  color: #FFFFFF;
}
.btnIcon:hover .icon {
  background-color: #FFFFFF;
}
.btnIcon .icon {
  transition: 0.5s;
  display: block;
  width: 24px;
  height: 24px;
  mask: url(../../icon/fi-rs-arrow-small-right.svg);
  background-color: #3C3C3C;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: cover;
}
@media (max-width: 1439px) {
  .btnIcon {
    font-size: 0.875rem;
  }
}

.mobile {
  display: none !important;
}

@media (max-width: 767px), (max-width: 1439px) {
  .mobile {
    display: block !important;
  }
  .btnIcon.mobile {
    display: flex !important;
  }
  .burger-nav.mobile {
    display: none !important;
  }
  .burger-nav.mobile.active {
    display: flex !important;
  }
  .desktop {
    display: none !important;
  }
}
.mapFull-desktop, .mapDesktop, .mapMobile, .mapTablet {
  display: none;
}
.mapFull-desktop iframe, .mapDesktop iframe, .mapMobile iframe, .mapTablet iframe {
  border-radius: 15px;
}

@media (min-width: 1920px) {
  .mapFull-desktop {
    display: block;
  }
}
@media (max-width: 1919px) {
  .mapDesktop {
    display: block;
  }
}
@media (max-width: 1439px) {
  .mapTablet {
    display: block;
  }
  .mapDesktop {
    display: none;
  }
}
.leaflet-popup-content-wrapper {
  width: 200px !important;
  height: 200px !important;
}

@media (max-width: 979px) {
  .mapMobile {
    display: block;
    min-width: 100vw;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    border-radius: 15px;
  }
  .mapMobile iframe {
    width: 100% !important;
    height: 270px !important;
    display: block;
    border: none;
  }
  .mapTablet {
    display: none;
  }
}
.white-black {
  background-color: #FFFFFF !important;
  color: #000000 !important;
}
.white-black section,
.white-black header,
.white-black footer,
.white-black div {
  background-color: #FFFFFF !important;
}
.white-black .about-us,
.white-black .leaveRequest_inner,
.white-black .partners,
.white-black .header {
  background: #FFFFFF !important;
}
.white-black .infoCard-Right, .white-black .heroRight {
  background: transparent !important;
}
.white-black .heroRight_img {
  background-color: transparent !important;
}
.white-black .how-to {
  background-image: none;
}
.white-black h1, .white-black h2, .white-black h3, .white-black h4, .white-black h5, .white-black h6, .white-black p, .white-black span, .white-black a, .white-black .address-text, .white-black li {
  color: #000000 !important;
}

.black-white {
  background-color: #000000 !important;
  color: #FFFFFF !important;
}
.black-white section,
.black-white header,
.black-white footer,
.black-white div {
  background-color: #000000 !important;
}
.black-white .about-us,
.black-white .leaveRequest_inner,
.black-white .partners,
.black-white .header {
  background: #000000 !important;
}
.black-white .infoCard-Right, .black-white .heroRight {
  background: transparent !important;
}
.black-white .heroRight_img {
  background-color: transparent !important;
}
.black-white .how-to {
  background-image: none;
}
.black-white h1, .black-white h2, .black-white h3, .black-white h4, .black-white h5, .black-white h6, .black-white p, .black-white span, .black-white a, .black-white .address-text, .black-white li {
  color: #FFFFFF !important;
}

.blue-darkBlue {
  background-color: #9dd1ff !important;
  color: #063462 !important;
}
.blue-darkBlue section,
.blue-darkBlue header,
.blue-darkBlue footer,
.blue-darkBlue div {
  background-color: #9dd1ff !important;
}
.blue-darkBlue .about-us,
.blue-darkBlue .leaveRequest_inner,
.blue-darkBlue .partners,
.blue-darkBlue .header {
  background: #9dd1ff !important;
}
.blue-darkBlue .infoCard-Right, .blue-darkBlue .heroRight {
  background: transparent !important;
}
.blue-darkBlue .heroRight_img {
  background-color: transparent !important;
}
.blue-darkBlue .how-to {
  background-image: none;
}
.blue-darkBlue h1, .blue-darkBlue h2, .blue-darkBlue h3, .blue-darkBlue h4, .blue-darkBlue h5, .blue-darkBlue h6, .blue-darkBlue p, .blue-darkBlue span, .blue-darkBlue a, .blue-darkBlue .address-text, .blue-darkBlue li {
  color: #063462 !important;
}

.bisque-brown {
  background-color: #F7F3D6 !important;
  color: #4D4B43 !important;
}
.bisque-brown section,
.bisque-brown header,
.bisque-brown footer,
.bisque-brown div {
  background-color: #F7F3D6 !important;
}
.bisque-brown .about-us,
.bisque-brown .leaveRequest_inner,
.bisque-brown .partners,
.bisque-brown .header {
  background: #F7F3D6 !important;
}
.bisque-brown .infoCard-Right, .bisque-brown .heroRight {
  background: transparent !important;
}
.bisque-brown .heroRight_img {
  background-color: transparent !important;
}
.bisque-brown .how-to {
  background-image: none;
}
.bisque-brown h1, .bisque-brown h2, .bisque-brown h3, .bisque-brown h4, .bisque-brown h5, .bisque-brown h6, .bisque-brown p, .bisque-brown span, .bisque-brown a, .bisque-brown .address-text, .bisque-brown li {
  color: #4D4B43 !important;
}

.brown-green {
  background-color: #3B2716 !important;
  color: #A9E44D !important;
}
.brown-green section,
.brown-green header,
.brown-green footer,
.brown-green div {
  background-color: #3B2716 !important;
}
.brown-green .about-us,
.brown-green .leaveRequest_inner,
.brown-green .partners,
.brown-green .header {
  background: #3B2716 !important;
}
.brown-green .infoCard-Right, .brown-green .heroRight {
  background: transparent !important;
}
.brown-green .heroRight_img {
  background-color: transparent !important;
}
.brown-green .how-to {
  background-image: none;
}
.brown-green h1, .brown-green h2, .brown-green h3, .brown-green h4, .brown-green h5, .brown-green h6, .brown-green p, .brown-green span, .brown-green a, .brown-green .address-text, .brown-green li {
  color: #A9E44D !important;
}

.no-images img {
  display: none !important;
}

.no-images [style*=background-image] {
  background-image: none !important;
}

.no-images {
  --bg-image: none;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 1000;
  background: linear-gradient(to right, #ece9e6, #ffffff);
}
@media (min-width: 1920px) {
  .header .container {
    max-width: 1645px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .header .container {
    max-width: 1400px;
  }
}
.header_inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
.header_inner .logo a {
  display: block;
  width: 200px;
  height: 72px;
  background-image: url("../../icon/logo-icon.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1919px) {
  .header_inner .logo a {
    width: 162px;
    height: 58px;
  }
}
@media (max-width: 767px) {
  .header_inner .logo a {
    width: 100px;
    height: 36px;
  }
}
.header_inner .right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header_inner .right .btn {
  font-size: 1.25rem;
}
@media (max-width: 1919px) {
  .header_inner .right {
    gap: 10px;
  }
}
.header_inner .right .enter {
  color: #FA3246;
  border: none;
  background-color: transparent;
  font-weight: bold;
}
.header_inner .right .search-box {
  display: flex;
  flex-wrap: nowrap;
}
.header_inner .right .search-box-btn {
  flex-shrink: 0;
  display: block;
  width: 24px;
  height: 24px;
  border: none;
  background-image: url("../../icon/Search.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  align-self: center;
}
.header_inner .right .search-box-input {
  flex-shrink: 0;
  width: 0;
  opacity: 0;
  margin-left: 10px;
  font-size: 1rem;
  line-height: 1rem;
  vertical-align: middle;
  outline: none;
  background: transparent;
  color: #333;
  border: 1px solid gray;
  border-radius: 8px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
@media (max-width: 1439px) {
  .header_inner .right .search-box-input {
    font-size: 0.75rem;
    width: 105px;
  }
}
.header_inner .right .search-box-input.active {
  opacity: 1;
  width: 140px;
  padding: 10px 0;
  padding-left: 10px;
  margin-right: 10px;
}
.header_inner .right .burger-menu {
  flex-shrink: 0;
  display: block;
  width: 34px;
  height: 34px;
  border: none;
  background-image: url("../../icon/Burgermenu.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}
.header_inner .right .lang {
  position: relative;
}
.header_inner .right .lang .lang-btn {
  flex-shrink: 0;
  display: block;
  width: 24px;
  height: 24px;
  border: none;
  background-image: url("../../icon/global-icon.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}
.header_inner .right .lang_dropdown {
  position: absolute;
  top: 35px;
  border-radius: 15px;
  left: -28px;
  padding: 10px;
  background-color: #3C3C3C;
  width: 85px;
  display: none;
  z-index: 1001;
  flex-direction: column;
  gap: 10px;
}
.header_inner .right .lang_dropdown.active {
  display: block;
}
.header_inner .right .lang_dropdown form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.header_inner .right .lang_dropdown .language {
  display: flex;
  align-items: center;
  gap: 10px;
  border: none;
  background-color: transparent;
  color: #FFFFFF;
}
.header_inner .right .lang_dropdown .language img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  flex-grow: 0;
}
.header_inner .right .glasses {
  flex-shrink: 0;
  display: block;
  width: 24px;
  height: 24px;
  border: none;
  background-image: url("../../icon/glass-icon.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}
.header .header-accessibility {
  display: none;
}
.header .header-accessibility.active {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .header .header-accessibility.active {
    justify-content: stretch;
    gap: 20px;
    flex-wrap: wrap;
  }
}
.header .header-accessibility.active button {
  display: inline-block;
  width: 35px;
  height: 35px;
  border: 1px solid gray;
  border-radius: 5px;
}
.header .header-accessibility.active .buttons {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.header .header-accessibility.active #restart {
  width: 150px;
  align-self: self-end;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 30px;
  background-color: #FA3246;
  padding: 10px 20px;
  border-radius: 15px;
}
@media (max-width: 1919px) {
  .nav-list {
    gap: 20px;
  }
}
.nav-list span {
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 0;
}
.nav-list a, .nav-list span {
  font-size: 1.25rem;
}
@media (max-width: 1919px) {
  .nav-list a, .nav-list span {
    font-size: 1rem;
  }
}
.nav-list_dropdown {
  visibility: hidden;
  z-index: 1000;
  width: 1445px;
  padding: 21px;
  padding-left: 50px;
  border-radius: 20px;
  transform: translateX(-50%) translateY(10px);
  left: 50%;
  top: 90px;
  background-color: #3C3C3C;
  position: fixed;
}
.nav-list_dropdown.shifted {
  top: 153px;
}
@media (max-width: 1919px) {
  .nav-list_dropdown.shifted {
    top: 148px;
  }
}
@media (max-width: 1919px) {
  .nav-list_dropdown {
    top: 80px;
    width: 1184px;
    padding: 21px 50px;
  }
}
.nav-list_dropdownArrow {
  visibility: hidden;
  position: absolute;
  z-index: 888;
  top: 47px;
  left: 85%;
  width: 20px;
  height: 20px;
  background: #3C3C3C;
  transform: rotate(45deg);
  box-shadow: -3px -3px 10px rgba(0, 0, 0, 0.05);
  transform: translateX(-50%) rotate(45deg);
}
@media (max-width: 1919px) {
  .nav-list_dropdownArrow {
    top: 44px;
    left: 87%;
  }
}
.nav-list_dropdownContent .image-wrapper {
  flex-shrink: 0;
  width: 261px;
  height: 198px;
  background-image: var(--bg-image, url(../../icon/dropdown-image.svg));
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1919px) {
  .nav-list_dropdownContent .image-wrapper {
    width: 207px;
    height: 157px;
  }
}
.nav-list_dropdownContent .heading {
  margin-bottom: 14px;
}
.nav-list_dropdownContent .heading svg {
  transform: none !important;
}
.nav-list_dropdownContent .lists {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-list_dropdownContent .lists hr {
  height: 190px;
}
.nav-list_dropdownContent .lists ul {
  max-width: 400px;
  list-style: outside;
  list-style-position: outside;
  padding-left: 30px;
  color: #FFFFFF;
}
.nav-list_dropdownContent .lists ul li, .nav-list_dropdownContent .lists ul a {
  font-size: 1.25rem;
  margin-bottom: 8px;
}
@media (max-width: 1919px) {
  .nav-list_dropdownContent .lists ul li, .nav-list_dropdownContent .lists ul a {
    font-size: 1.125rem;
  }
}
.nav-list .nav-item {
  position: relative;
  transition: 0.3s;
}
.nav-list .nav-item svg {
  transition: transform 0.3s ease;
}
.nav-list .nav-item:hover svg {
  transform: rotate(90deg);
}
.nav-list .nav-item::before {
  content: "";
  position: absolute;
  top: 63%;
  left: -23%;
  width: 134%;
  height: 54px;
  background: transparent;
}
@media (max-width: 1919px) {
  .nav-list .nav-item::before {
    left: -17px;
    width: 150%;
    height: 45px;
  }
}
.nav-list .nav-item:hover .nav-list_dropdown, .nav-list .nav-item:hover .nav-list_dropdownArrow {
  visibility: visible;
}

.burger-nav {
  justify-content: space-between;
  position: absolute;
  z-index: 1000;
  width: 745px;
  border-radius: 15px;
  padding: 30px;
  top: 100%;
  left: 0;
  background-color: #3C3C3C;
}
@media (max-width: 767px) {
  .burger-nav {
    width: 358px;
  }
}
.burger-nav ul .heading {
  display: flex;
  align-items: center;
  background-color: transparent;
  border: none;
  color: #FFFFFF;
  font-size: 1rem;
}
.burger-nav ul .heading svg {
  transition: 0.3s;
}
.burger-nav ul .heading.active svg {
  transform: rotate(90deg);
}
.burger-nav ul li {
  color: #FFFFFF;
  margin-bottom: 20px;
}
.burger-nav .image-wrapper {
  align-self: center;
  flex-shrink: 0;
  width: 261px;
  height: 198px;
  background-image: var(--bg-image, url(../../icon/dropdown-image.svg));
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .burger-nav .image-wrapper {
    display: none;
  }
}
.burger-nav_dropdown {
  display: none;
}
.burger-nav_dropdown.active {
  display: block;
}
.burger-nav_dropdown ul {
  padding-top: 10px;
  padding-left: 40px;
}
.burger-nav_dropdown ul li, .burger-nav_dropdown ul a {
  margin-bottom: 10px;
  font-size: 0.875rem;
}

.footer {
  overflow-x: hidden;
  padding: 65px 0;
  background-color: #3C3C3C;
}
@media (min-width: 1919px) {
  .footer .container {
    max-width: 1445px;
  }
}
@media (max-width: 1439px) {
  .footer {
    padding: 0;
  }
  .footer .container {
    max-width: 744px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 0;
  }
  .footer .container {
    max-width: 350px;
  }
}
.footer_inner {
  position: relative;
}
.footer_inner .footerMobLogo.mobile {
  width: 156px;
  height: 77px;
  background-image: url("../../icon/footer-logo-icon.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1439px) {
  .footer_inner .img-wrapper.mobile {
    width: 744px;
    height: 347px;
  }
  .footer_inner .img-wrapper.mobile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .footer_inner .img-wrapper.mobile {
    width: 360px;
    height: 167px;
  }
}
.footer p {
  font-size: 1.625rem;
  color: #FFFFFF;
}
@media (max-width: 1919px) {
  .footer p {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .footer p {
    font-size: 0.75rem;
  }
}
.footerTop {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1439px) {
  .footerTop {
    flex-wrap: wrap;
    row-gap: 30px;
    column-gap: 150px;
  }
}
@media (max-width: 767px) {
  .footerTop {
    gap: 30px;
  }
}
.footerTop ul {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 29px;
}
.footerTop ul.mobile li {
  margin-bottom: 10px;
}
@media (min-width: 1440px) {
  .footerTop ul {
    order: 2;
  }
}
@media (max-width: 1439px) {
  .footerTop ul {
    gap: 10px;
    flex: 1 0 149px;
  }
}
.footerTop ul .title {
  font-size: 1.25rem;
  color: #FFFFFF;
  font-weight: 700;
}
@media (max-width: 1919px) {
  .footerTop ul .title {
    font-size: 1.35rem;
  }
}
@media (max-width: 767px) {
  .footerTop ul .title {
    font-size: 0.875rem;
  }
}
.footerTop ul a {
  font-size: 1.25rem;
}
@media (max-width: 1919px) {
  .footerTop ul a {
    font-size: 1.1rem;
  }
}
@media (max-width: 767px) {
  .footerTop ul a {
    font-size: 0.75rem;
  }
}
.footerTop-info {
  padding-bottom: 110px;
}
@media (min-width: 1440px) {
  .footerTop-info {
    order: 1;
  }
}
.footerTop-info address {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .footerTop-info {
    padding-bottom: 50px;
  }
}
.footerTop-info .img-wrapper {
  margin-bottom: 10px;
}
.footerTop-info .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1919px) {
  .footerTop-info .img-wrapper {
    width: 380px;
    height: 202px;
  }
}
@media (max-width: 767px) {
  .footerTop-info ul {
    padding-top: 20px;
  }
}
.footerTop-info li {
  font-style: normal;
  max-width: 311px;
  display: flex;
  gap: 27px;
  align-items: center;
  flex-wrap: nowrap;
  color: #FFFFFF;
  font-size: 1.125rem;
}
@media (min-width: 1920px) {
  .footerTop-info li {
    max-width: 321px;
  }
}
@media (max-width: 1919px) {
  .footerTop-info li {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .footerTop-info li {
    gap: 10px;
    font-size: 0.75rem;
  }
}
.footerTop-info span {
  display: block;
  width: 24px;
  height: 24px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
}
.footerTop-info .address {
  background-image: url("../../icon/map-icon.svg");
}
.footerTop-info .phone {
  background-image: url("../../icon/communication-icon.svg");
}
.footerTop-info .mail {
  background-image: url("../../icon/mail-icon.svg");
}
.footerLogo {
  position: absolute;
  right: 0;
  bottom: 160px;
  width: 348px;
  height: 171px;
  background-image: url("../../icon/footer-logo-icon.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1919px) {
  .footerLogo {
    width: 300px;
    height: 148px;
  }
}
.footerBottom {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #FFFFFF;
}
.footerBottom p {
  font-size: 1.25rem;
}
@media (max-width: 1439px) {
  .footerBottom {
    padding-bottom: 20px;
  }
}
.footerBottom ul {
  display: flex;
  gap: 18px;
}
.footerBottom ul a {
  display: block;
  width: 40px;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  border-radius: 50%;
}
.footerBottom ul .insta {
  background-image: url("../../images/insta-icon.png");
  background-size: cover;
  border-radius: 0;
}
.footerBottom ul .whatsapp {
  background-image: url("../../icon/whatsapp-icon.svg");
  background-color: #25D366;
}
.footerBottom ul .facebook {
  background-image: url("../../icon/facebook-icon.svg");
  background-color: #1877F2;
}
.footerBottom ul .youtube {
  background-image: url("../../icon/youtube-icon.svg");
  background-color: #FF0000;
}

.breadcrumbs {
  margin-bottom: 60px;
}
@media (max-width: 1919px) {
  .breadcrumbs.container {
    max-width: 1400px;
  }
}
@media (max-width: 1439px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs-container .bread-list {
  display: flex;
  align-items: center;
  gap: 5px;
}
.breadcrumbs-container li {
  font-size: 1rem;
  flex-shrink: 0;
}
.breadcrumbs-container li a {
  color: #000;
  font-size: 1rem;
}

.main {
  padding-top: 120px;
}

.container.docs {
  padding-bottom: 80px;
  min-height: 600px;
}

.tabs {
  width: min-content;
  display: flex;
  gap: 16px;
  margin-bottom: 40px;
  background-color: #3C3C3C;
  padding: 10px 10px;
  border-radius: 15px;
}
.tabs .tab-button {
  padding: 10px 20px;
  border: none;
  color: #fff;
  background: transparent;
  cursor: pointer;
  border-radius: 6px;
  font-weight: 500;
  font-size: 1rem;
}
.tabs .tab-button.active {
  background: #757575;
}

.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}

.doc-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f9f9f9;
  border: 1px solid #ddd;
  padding: 12px 16px;
  margin-bottom: 10px;
  border-radius: 8px;
}
.doc-item .doc-icon img {
  width: 28px;
  height: 28px;
}
.doc-item .doc-title {
  font-size: 1rem;
  flex: 1;
  margin: 0 20px;
}
.doc-item .actions {
  display: flex;
  gap: 10px;
}
.doc-item .actions .action-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  background-color: #3C3C3C;
  padding: 20px 30px;
  border-radius: 15px;
  font-size: 1rem;
  border: none;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.doc-item .actions .action-btn svg {
  width: 18px;
  height: 18px;
  fill: #fff !important;
}
.doc-item .actions .action-btn:hover {
  background-color: #757575;
}

@media (max-width: 1024px) {
  .tabs {
    width: 100%;
  }
  .doc-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .doc-item .doc-title {
    margin: 0;
  }
  .doc-item .actions {
    flex-direction: column;
    width: 100%;
  }
  .doc-item .actions button {
    width: 100%;
    justify-content: flex-start;
  }
  .tabs {
    flex-direction: column;
  }
}

/*# sourceMappingURL=offers_page.css.map */
