.inter-uniquifier {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 155px;
}

* {
  font-family: "Inter", sans-serif;
	padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: #041200;
  max-width: 1920px;
  margin: 0 auto;
}

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

.tel {
    text-decoration: none; 
    font-weight: 600;
    font-size: 16px;
    line-height: 20.8px;
    letter-spacing: .2px;
    color: #FFF;
}
  
li {
    list-style: none;
  }

h2, h1 {
  letter-spacing: .2px;
}

div[itemscope] {
  max-width: 615px;
  width: 100%;
}

.line-image-mobile {
  display: none;
}

.active-nav-item {
  border-bottom: 1px solid #FFF;
}

.img-banner-adaptive {
  max-width: 500px;
  width: 100%;
  display: none;
}


.answer.visible-answer {
  display: block;
}

.faq-bg-color.open {
  margin-bottom: 0;
  border-radius: 40px 40px 0 0;
}

.active-language {
  background-color: #01572A;
}

.faq-open-bg {
  background: linear-gradient(to top, #c7a410, #fcd017);
}

.language-select {
  display: none;
}

.language-select.visible-select {
  display: block;
}

.faq-vector.rotated {
  transform: rotate(180deg);
}

.faq-open-bg {
  background: linear-gradient(to top, #c7a410, #fcd017);
}

.icon-lift {
  transition: opacity 0.3s ease, transform 0.3s ease; 
}
.icon-lift.visible {
  opacity: 1;
  transform: translateY(0);
}

/* MAIN PAGE */
.header-mobile {
  display: none;
}


.rotate {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s; 
  -webkit-transform: rotate(180deg); 
      -ms-transform: rotate(180deg); 
          transform: rotate(180deg); 
}

.language-wrapper {
  cursor: pointer;
}

/*HEADER*/
#language-mobile {
  display: none;
}

.language-select-mobile {
  display: none;
}

.language-eng, .language-ar {
  display: none;
}

.language-select {
  display: none;
}

#footer-logos-mobile {
  display: none;
}

.footer-socials-mobile {
  display: none;
}

.button {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.social-icon-svg {
  width: 24px;
  height: 24px;
}

/* HEADER */

header {
  position: fixed;
  z-index: 1000;
  top: 0;
  max-width: 1920px;
  width: 100%;
}

#header-location {
  background-color: #041200;
  display: none;
}

#header-location span {
  color: #FFF;
}



.socials-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 160px;
  background-color: #041200;
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1600px;
  gap: 45px;
  margin-right: 50px;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  letter-spacing: .1px;
  cursor: pointer;
}

.social span {
  font-weight: 600;
  font-size: 16px;
  line-height: 20.8px;
  color: #FFF;
}

.social img {
  width: 24px;
  height: 24px;
}

.social-img {
  width: 24px; 
  height: 24px; 
  -webkit-transition: background-color; 
  -o-transition: background-color; 
  transition: background-color; 
  border-radius: 50%;
}

.social-img path {
  fill: #FFF;
}

.social:hover .svg-path, .social:hover .phone-path {
  fill: #007035;
}

.socials .social:hover span {
  color: #007035;
}

.social:hover .tel {
  color: #007035;
}

.social:hover .social-img {
  background-color: #007035;
}

.social:hover .svg-path-second {
  fill: #FFF;
}

.social:hover .phone-path {
  stroke: #007035;
}


.header-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: -webkit-gradient(linear, left bottom, left top, from(#007035), to(#009a49));
  background: -o-linear-gradient(bottom, #007035, #009a49);
  background: linear-gradient(to top, #007035, #009a49);
  padding: 0 147px 0 160px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-height: 90px;
  height: 90px;
}

.header-main li:hover {
  border-bottom: 1px #FFF solid;
}

.logo img {
  width: 162px;
  height: 48.31px;
  margin-top: 21px;
}

.utulity-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
  max-height: 42px;
  max-width: 817px;
  width: 100%;
  margin-right: 3px;;
}

.nav-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  max-height: 41px;
  max-width: 332px;
  width: 100%;
}

.nav-li {
  padding: 10px;
  gap: 10px;
  color: #FFF;
  font-weight: 600;
  font-size: 16px;
  line-height: 20.8px;
  cursor: pointer;
  text-align: center;
}

.nav-ul a {
  position: relative;
  color: #FFF;
}

.nav-ul a::after {
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  background: rgba(255, 255, 255, 0);
}

.menu-item {
  padding: 10px;
  gap: 10px;
  color: #FFF;
  font-weight: 600;
  font-size: 16px;
  line-height: 20.8px;
  cursor: pointer;
  text-align: center;
}

.social-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.social-menu li {
  display: inline-block;
  margin-right: 10px; /* Пробел между элементами */
}

.social-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: inherit;
}

.social-icon-svg {
  margin-right: 5px;
}

.social-menu span {
  font-size: 14px; /* Размер текста */
}


.flag {
  height: 24px;
}

.flag img {
  width: 40px;
  height: 24px;
  border-radius: 2px;
}

.vector {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.vector img {
  width: 18px;
  height: 10px;
  border-radius: 2px;
  top: 8.25px;
  left: 4.5px;
}

.language-wrapper {
  width: auto;
  height: 42px;
  border-radius: 6px 6px 0 0;
  padding: 1px;
  gap: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 84px;
  height: 32px;
  padding: 4px;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.drop-flag {
  position: relative;
  border-radius: 6px 6px 0 0;
}

.language-select {
  position: absolute;
  background-color: #01572A;
  border-radius: 0 0 6px 6px;
  padding: 5px;
  z-index: 100;
}

.language-select span {
  width: 24px;
  height: 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
}

.language-select .language-wrapper {
  padding: 1px;
  height: auto;
}

.language-select .language {
  /* padding: 2px 4px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 84px;
  height: 32px;
  padding: 4px;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.language-main {
  padding: 5px;
}

.utility-nav-language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  height: 42px;
}


.utility-nav-language-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 30px;
  border: 2px solid #FFF;
  border-radius: 8px;
  color: #FFF;
  gap: 10px;
  font-size: 16px;
  line-height: 20.8px;
  font-weight: 600;
  max-height: 41px;
  width: 281px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.utility-nav-language-a:hover {
  background-color: #FFF;
  color: #007035;
}

.header-right-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFF;
  border-radius: 30px;
  border: 2px solid #FFF;
  padding: 8px 30px;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  min-width: 281px;
}

.header-right-button:hover {
  background-color: #FFF;
  color: #007035;
}
/* HEADER END  */




/* MAIN START */
main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  margin-top: 90px;
}

.main {
  max-width: 1600px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 116px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  gap: 60px;
}

.icon-lift {
  right: 50px;
  bottom: 200px;
  position: fixed;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  z-index: 9999999;
}

.icon-lift.visible {
  opacity: 1; 
  visibility: visible;
}

.main-title {
  max-width: 915px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  font-size: 56px;
  font-weight: 700;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0;
  color: #FFF;
}

.button {
  max-width: 482px;
  width: 100%;
  height: 83px;
  border-radius: 40px;
  padding: 10px 30px;
  background: -webkit-gradient(linear, left bottom, left top, from(#007035), to(#00b556));
  background: -o-linear-gradient(bottom, #007035, #00b556);
  background: linear-gradient(to top, #007035, #00b556);
  color: #FFF;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  cursor: pointer;
  border: none;
}

.button a {
  color: #FFF;
}

.button:hover {
  background: #041200;
  color: #00853F;
  border: 2px solid #00853F;
}

.button:hover a {
  color:#00853F;
}

#linebet-website {
  max-width: 615px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.text-window-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  width: 100%;
}

.text-window {
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
  background: -webkit-gradient(linear, left bottom, left top, from(#b19710), to(#ebc414));
  background: -o-linear-gradient(bottom, #b19710, #ebc414);
  background: linear-gradient(to top, #b19710, #ebc414);
  width: 100%;
}

.text-window-title h2, .text-window-title h1 {
  padding: 20px 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  color: #001F0F;
}

.text-window-p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.text-window-p p {
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  color: #001F0F;
  letter-spacing: 0;
}

.text-links-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px;
}

.text-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.text-links-gap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 50px;
}

.links-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: 31%;
}

.links-column ul {
  display: flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}



.text-links a {
  color: #FFF;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  text-decoration: underline;
    -webkit-text-decoration-style: Solid;
            text-decoration-style: Solid;
    -webkit-text-decoration-skip-ink: true;
            text-decoration-skip-ink: true;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
}

.answer {
  display: none;
}

.faq {
  max-width: 1600px;
  width: 100%;
}

.faq h2 {
  padding: 20px 0;
  color: #FFF;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
}

.faq-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.faq-bg-color {
  background-color: #041200;
  border-radius: 8px;
  margin-bottom: 10px;
}

.question-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
          background: -webkit-gradient(linear, left bottom, left top, from(#b19710), to(#ebc414));
          background: -o-linear-gradient(bottom, #b19710, #ebc414);
          background: linear-gradient(to top, #b19710, #ebc414);
  padding: 23px 20px;
  border-radius: 40px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.question p {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: .3px;
}

.faq-vector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
}

.faq-vector img {
  width: 18px;
  height: 10px;
}

.answer {
  margin-top: -72px;
  padding: 95px 20px 23px 20px;
  border-radius: 40px;
  background-color: #efc515;
  margin-bottom: 10px;
}

.answer p {
  line-height: 23,4px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  letter-spacing: .1px;
}

/* mobile-app start */
.img-banner {
  cursor: pointer;
  width: 100%;
  height: auto;
}

#linebet-app_bonuses {
  max-width: 615px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
}
/* mobile-app end */

/* betting start */
#linebet-top-betting {
  max-width: 667px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.text-window-wrapper-betting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
/* betting end */

/* bonus start */
.text-window-wrapper-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#linebet_sport_betting {
  max-width: 615px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
/* bonus end  */
/* MAIN END */



/* FOOTER */
footer {
  background: -webkit-gradient(linear, left bottom, left top, from(#007035), to(#009a49));
  background: -o-linear-gradient(bottom, #007035, #009a49);
  background: linear-gradient(to top, #007035, #009a49);
  padding: 50px 159px 20px 159px;
  margin-top: 70px;
}

.footer-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

footer .logo img {
  width: 132px;
  height: 39.37px;
  margin-top: 0;
}

footer .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-height: 39px;
  height: 100%;
}

footer .contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  gap: 106px;
  margin-right: 9px;
}

.footer-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}

.footer-socials li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-social span {
  font-weight: 600;
  font-size: 16px;
  line-height: 20.8px;
  cursor: pointer;
  color: #FFF;
  letter-spacing: .2px;
}

  .footer-social img {
    width: 24px;
    height: 24px;
    cursor: pointer;
  }

.footer-social-img {
  width: 24px; 
  height: 24px; 
  -webkit-transition: background-color; 
  -o-transition: background-color; 
  transition: background-color; 
  border-radius: 50%;
}

.footer-social:hover .footer-path2 {
  fill: #007035; 
}

.footer-social:hover .footer-social-img {
  background-color: #FFF; 
}

#footer-phone:hover .phone-path {
  fill: #FFF;
  stroke: #FFF;
}

footer .contacts-phone-addres span {
  color: #FFF;
}

footer .phone-addres {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

footer .phone-addres span {
  color: #FFF;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
}

footer .contacts-phone-addres {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

footer .tel {
  color: #FFF;
}

.footer-p {
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 15.6px;
}

.footer-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 37px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-logos a {
  max-height: 40.8px;
}
/* FOOTER END*/



@media screen 
and (max-width : 1620.5px) {
    .faq h2 {
        margin-left: 20px;
    }
}

@media screen 
and (max-width : 1480.5px) {
    footer .contacts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 10px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 30px;
    }

    footer .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        max-height: 1000px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 30px;
    }
}

@media screen 
and (max-width : 1340.5px) {
    .header-main {
        padding: 0 20px;
    }
}


@media screen 
and (max-width : 1060.5px) {
    footer {
        padding: 50px 20px 20px 50px;
    }
    
    .utulity-nav {
        gap: 5px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .nav-ul {
        gap: 5px;
    }

    .nav {
        margin-left: 10px;
    }

    .text-links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 10px;
    }

    .text-window-wrapper-main, .text-window-wrapper-betting-adaptive, .text-window-wrapper-bonus {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .list-cell {
        padding: 20px 0;
    }

    .text-window-wrapper-mobile-app {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .links-column {
        width: 100%;
    }
}


@media screen 
and (max-width : 980.5px) {
    .socials-wrapper {
        padding: 20px;
    }
}


@media screen 
and (max-width : 900.5px) {
    .header-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: -webkit-gradient(linear, left bottom, left top, from(#009a49), to(#007035));
        background: -o-linear-gradient(bottom, #009a49, #007035);
        background: linear-gradient(to top, #009a49, #007035);
        padding: 10px 20px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .header-main .nav {
        display: none;
    }

    #language-default {
        display: none;
    }

    #language-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .language-select {
        margin-top: 41px;
    }

    .utulity-nav {
        width: auto;
    }

    html {
        scroll-padding-top: 217px;
    }

    .main-title {
        margin-top: 62px;
    }

    main {
      margin-top: 152px;
    }
}


@media screen 
and (max-width : 798.5px) {
    .icon-lift {
        bottom: 250px;
    }
}


@media screen 
and (max-width : 675.5px) {
    .icon-lift {
        bottom: 300px;
    }

    .main-title {
        font-size: 40px;
    }

    .socials-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    header .socials {
        gap: 20px;
        margin-right: 0;
    }

    header .socials span {
        display: none;
    }

    #header-location {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 20px 10px 20px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 8px;
        font-weight: 600;
        font-size: 16px;
        line-height: 130%;
        margin-top: -1px;
    }

    html {
        scroll-padding-top: 251px;
    }

    .main-title {
        margin-top: 96px;
    }

    footer .contacts {
        margin-right: 0;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    footer .content {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    footer .contacts-phone-addres {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .icon-lift {
        bottom: 250px;
    }
}


@media screen 
and (max-width : 530.5px) {
    header .logo img {
        width: 104px;
        height: 31px;
        margin-top: 0;
    }

    .header-right-button {
        font-size: 14px;
        padding: 8px;
        min-width: 205px;
    }

    .header-main {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 10px;
    }

    header .utulity-nav {
        margin-top: 0;
    }

    .menu-item {
        font-size: 14px;
    }

    header .socials {
        gap: 15px;
    }

    .social-icon-svg {
        margin-right: 0;
    }

    .main-title {
        font-size: 34px;
    }

    .text-window-title h2, .text-window-title h1 {
        font-size: 20px;
    }

    main {
        padding: 0 20px;
    }

    .button {
        font-size: 16px;
        height: 56px;
    }

    .text-links a {
        font-size: 16px;
    }

    .list-cell {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        gap: 20px;
        margin-bottom: 0;
        padding: 0 0 20px 0;
    }

    .list-wrapper {
        padding: 30px;
    }

    .faq h2 {
        margin-left: 0;
    }

    footer {
        padding: 50px 20px 10px 20px;
    }

    footer .content {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 20px;
    }

    .footer-logos {
        display: none;
    }

    #footer-logos-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .footer-socials {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px;
    }

    #footer-socials-default {
        display: none;
    }

    .footer-socials-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 100%;
    }

    #nav-mobile-footer .nav-ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px;
    }

    #nav-mobile-footer .nav-ul li a {
        font-weight: 600;
        font-size: 16px;
        line-height: 130%;
    }

    .footer-social span {
        line-height: 130%;
    }

    footer .menu-item {
        padding: 0;
        min-height: 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .text-links-wrapper {
        padding: 0;
    }

    header .nav-ul {
        gap: 10px;
    }

    .img-banner-adaptive {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        height: auto;
    }

    .img-banner {
        display: none;
    }
}


@media screen 
and (max-width : 430.5px) {
    .icon-lift {
        bottom: 150px;
        right: 30px;
    }

    #footer-logos-mobile {
        gap: 0;
    }

    #footer-logos-mobile a {
        margin-bottom: 20px;
    }

    #footer-logos-mobile .logos-item-img {
        margin-bottom: 20px;
    }

    #footer-logos-mobile img {
        margin-right: 37px;
    }

    #footer-logos-mobile #gpva{
        margin-right: 0 !important;
    }

    #footer-logos-mobile #age {
        margin-right: 0 !important;
    }
}


@media screen 
and (max-width : 390.5px) {
    .icon-lift {
        bottom: 100px;
    }

    .header-mobile {
        padding: 2px 20px;
    }

    html {
        scroll-padding-top: 235px;
    }

    header .socials-wrapper {
        padding: 16px 20px;
    }

    .main-title {
        margin-top: 70px;
    }

    main {
        gap: 50px;
    }

    footer .logo {
        margin: 0 auto;
    }

    footer .logo img {
        margin-bottom: 28px;
    }

    footer .content {
        gap: 7px;
    }

    footer .content {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    footer {
        padding: 50px 20px 10px 20px;
    }

    footer #nav-mobile-footer {
        margin-right: 27px;
    }

    footer .contacts-phone-addres {
        margin-top: 9px;
        gap: 16px;
    }

    .footer-main {
        gap: 19px;
    }
}


@media screen 
and (max-width : 386.5px) {
    header .menu-item {
        padding: 10px 0;
    }

    #footer-logos-mobile a {
        margin: 0 !important;
    }

    #footer-logos-mobile img {
        margin: 0 !important;
    }

    #footer-logos-mobile {
        gap: 20px;
    }

    footer .content {
        gap: 20px;
    }
}