@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;
}

.feedback .error {
  color: red;
  font-size: 14px;
  margin-top: 5px;
}
@media (max-width: 1439px) {
  .feedback {
    padding-top: 140px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .feedback {
    padding-top: 80px;
  }
}
.feedback * {
  color: #3C3C3C;
}
.feedback .btnRed {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .feedback .btnRed {
    border-radius: 8px;
  }
}
.feedback h2 {
  font-size: 3rem;
  margin-bottom: 25px;
}
@media (max-width: 1919px) {
  .feedback h2 {
    font-size: 2.375rem;
  }
}
@media (max-width: 767px) {
  .feedback h2 {
    font-size: 1.75rem;
    color: #FA3246;
    margin-bottom: 20px;
  }
}
.feedback p {
  font-size: 1.625rem;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .feedback p {
    font-size: 1.125rem;
  }
}
.feedback_inner {
  display: flex;
  gap: 22px;
  align-items: center;
}
.feedback_inner .wrapper {
  padding-top: 160px;
  padding-bottom: 60px;
}
@media (max-width: 1439px) {
  .feedback_inner .wrapper {
    padding-top: 60px;
  }
}
@media (max-width: 1439px) {
  .feedback_inner .wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 1439px) {
  .feedback_inner {
    flex-direction: column;
  }
}
.feedbackLeft {
  margin-bottom: 60px;
  text-align: center;
  background-color: #E6F4FA;
  padding: 40px 117px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
@media (max-width: 1919px) {
  .feedbackLeft {
    margin-bottom: 30px;
  }
}
.feedbackLeft_bottom ul {
  display: flex;
  justify-content: center;
  gap: 18px;
}
.feedbackLeft_bottom ul a {
  display: block;
  width: 40px;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .feedbackLeft_bottom ul a {
    margin-top: 0;
    width: 24px;
    height: 24px;
    background-size: 12px;
  }
}
.feedbackLeft_bottom ul .insta {
  background-image: url("../../images/insta-icon.png");
  background-size: cover;
  border-radius: 0;
}
.feedbackLeft_bottom ul .whatsapp {
  background-image: url("../../icon/whatsapp-icon.svg");
  background-color: #25D366;
}
.feedbackLeft_bottom ul .facebook {
  background-image: url("../../icon/facebook-icon.svg");
  background-color: #1877F2;
}
.feedbackLeft_bottom ul .youtube {
  background-image: url("../../icon/youtube-icon.svg");
  background-color: #FF0000;
}
@media (max-width: 1919px) {
  .feedbackLeft {
    padding: 40px 40px;
  }
  .feedbackLeft h1 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .feedbackLeft {
    padding: 25px;
    border-radius: 15px;
  }
}
.feedbackLeft_form, .feedbackLeft .feedbackLeft_form-additional {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.feedbackLeft_form .iti, .feedbackLeft .feedbackLeft_form-additional .iti {
  position: relative;
  width: 500px;
  border-radius: 15px;
}
@media (max-width: 1919px) {
  .feedbackLeft_form .iti, .feedbackLeft .feedbackLeft_form-additional .iti {
    width: 425px;
  }
}
@media (max-width: 767px) {
  .feedbackLeft_form .iti, .feedbackLeft .feedbackLeft_form-additional .iti {
    width: 270px;
  }
}
.feedbackLeft_form input:-webkit-autofill, .feedbackLeft .feedbackLeft_form-additional input:-webkit-autofill {
  background-color: white !important;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.feedbackLeft_form input[type=text],
.feedbackLeft_form input[type=tel],
.feedbackLeft_form input[type=email],
.feedbackLeft_form select,
.feedbackLeft_form textarea, .feedbackLeft .feedbackLeft_form-additional input[type=text],
.feedbackLeft .feedbackLeft_form-additional input[type=tel],
.feedbackLeft .feedbackLeft_form-additional input[type=email],
.feedbackLeft .feedbackLeft_form-additional select,
.feedbackLeft .feedbackLeft_form-additional textarea {
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 30px;
  padding: 17px 71px;
  font-size: 1.375rem;
  width: 500px;
  border-radius: 15px;
  border: none;
}
@media (max-width: 1919px) {
  .feedbackLeft_form input[type=text],
  .feedbackLeft_form input[type=tel],
  .feedbackLeft_form input[type=email],
  .feedbackLeft_form select,
  .feedbackLeft_form textarea, .feedbackLeft .feedbackLeft_form-additional input[type=text],
  .feedbackLeft .feedbackLeft_form-additional input[type=tel],
  .feedbackLeft .feedbackLeft_form-additional input[type=email],
  .feedbackLeft .feedbackLeft_form-additional select,
  .feedbackLeft .feedbackLeft_form-additional textarea {
    width: 425px;
  }
}
@media (max-width: 767px) {
  .feedbackLeft_form input[type=text],
  .feedbackLeft_form input[type=tel],
  .feedbackLeft_form input[type=email],
  .feedbackLeft_form select,
  .feedbackLeft_form textarea, .feedbackLeft .feedbackLeft_form-additional input[type=text],
  .feedbackLeft .feedbackLeft_form-additional input[type=tel],
  .feedbackLeft .feedbackLeft_form-additional input[type=email],
  .feedbackLeft .feedbackLeft_form-additional select,
  .feedbackLeft .feedbackLeft_form-additional textarea {
    background-position: 12px;
    padding: 13px 40px;
    width: 270px;
    font-size: 1rem;
  }
}
.feedbackLeft_form .form-group, .feedbackLeft .feedbackLeft_form-additional .form-group {
  display: flex;
  flex-direction: column;
  width: 425px;
}
@media (min-width: 1920px) {
  .feedbackLeft_form .form-group, .feedbackLeft .feedbackLeft_form-additional .form-group {
    width: 499px;
  }
}
@media (max-width: 767px) {
  .feedbackLeft_form .form-group, .feedbackLeft .feedbackLeft_form-additional .form-group {
    width: 275px;
  }
}
.feedbackLeft_form .form-group label, .feedbackLeft .feedbackLeft_form-additional .form-group label {
  align-self: flex-start;
  margin-bottom: 10px;
}
.feedbackLeft_form .form-group input:-webkit-autofill, .feedbackLeft .feedbackLeft_form-additional .form-group input:-webkit-autofill {
  background-color: white !important;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.feedbackLeft_form .form-group input, .feedbackLeft .feedbackLeft_form-additional .form-group input {
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 30px;
  padding: 17px 71px;
  font-size: 1.375rem;
  font-family: "Factor IO";
  width: 500px;
  border-radius: 15px;
  border: none;
}
@media (max-width: 1919px) {
  .feedbackLeft_form .form-group input, .feedbackLeft .feedbackLeft_form-additional .form-group input {
    width: 425px;
  }
}
@media (max-width: 767px) {
  .feedbackLeft_form .form-group input, .feedbackLeft .feedbackLeft_form-additional .form-group input {
    background-position: 12px;
    padding: 13px 40px;
    width: 270px;
    font-size: 1rem;
  }
}
.feedbackLeft_form div, .feedbackLeft .feedbackLeft_form-additional div {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .feedbackLeft_form div, .feedbackLeft .feedbackLeft_form-additional div {
    align-items: center;
  }
}
.feedbackLeft_form div label, .feedbackLeft .feedbackLeft_form-additional div label {
  max-width: 358px;
  font-size: 0.875rem;
  text-align: left;
  padding-left: 15px;
}
.feedbackLeft_form div label .anchor, .feedbackLeft .feedbackLeft_form-additional div label .anchor {
  color: #1877F2;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .feedbackLeft_form div label, .feedbackLeft .feedbackLeft_form-additional div label {
    font-size: 0.75rem;
    padding-left: 10px;
    max-width: 210px;
  }
}
.feedbackLeft_form div input, .feedbackLeft .feedbackLeft_form-additional div input {
  height: 58px;
}
@media (max-width: 767px) {
  .feedbackLeft_form div input, .feedbackLeft .feedbackLeft_form-additional div input {
    height: 43px;
  }
}
.feedbackLeft_form div input[type=file], .feedbackLeft .feedbackLeft_form-additional div input[type=file] {
  padding-left: 0;
}
.feedbackLeft_form #name, .feedbackLeft .feedbackLeft_form-additional #name {
  background-image: url(../../icon/Add-User.svg);
}
.feedbackLeft_form #agree, .feedbackLeft_form #agree2, .feedbackLeft .feedbackLeft_form-additional #agree, .feedbackLeft .feedbackLeft_form-additional #agree2 {
  accent-color: green;
  height: 20px;
  width: 20px;
  align-self: center;
}
.feedbackLeft .feedbackLeft_form-additional input[type=text],
.feedbackLeft .feedbackLeft_form-additional input[type=email],
.feedbackLeft .feedbackLeft_form-additional input[type=number] {
  padding-left: 13px;
}
.feedbackLeft .feedbackLeft_form-additional input[type=tel] {
  padding-left: 50px;
}
.feedbackLeft .iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0);
}
.feedbackLeft .form-group {
  position: relative;
  margin-bottom: 25px;
}
.feedbackLeft .form-group .error {
  color: #ff0000;
  font-size: 12px;
}
.feedbackLeft .form-group.has-error input,
.feedbackLeft .form-group.has-error select,
.feedbackLeft .form-group.has-error textarea {
  border-color: #ff0000;
}
.feedbackLeft .required-star {
  color: red;
  margin-left: 4px;
}
.feedbackLeft div.agreement {
  width: 378px;
}
@media (max-width: 767px) {
  .feedbackLeft div.agreement {
    width: 230px;
  }
}
.feedbackLeft .iti.error-border {
  box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.5);
  border-radius: 15px;
}
.feedbackRight {
  height: 1294px;
  width: 862px;
  flex-shrink: 0;
  align-self: end;
}
@media (max-width: 1919px) {
  .feedbackRight {
    height: 1260px;
    width: 764px;
  }
}
@media (max-width: 1439px) {
  .feedbackRight {
    display: none;
  }
}
.feedbackRight img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: -1;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.modal-content {
  background: white;
  padding: 20px;
  border-radius: 8px;
  max-width: 500px;
  width: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

#modal-close {
  margin-top: 15px;
  padding: 8px 16px;
  background: #f0f0f0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

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