.c-footer {
  padding:calc(8.33333vw + .66667px);
  position:relative;
  z-index:1;
  margin-top:-1px
}
.c-footer.theme-white {
  background:#fff;
  color:#000
}
.c-footer.theme-light-grey {
  background:#f2f1f0;
  color:#000
}
.c-footer.theme-neutral-grey {
  background:#4f4f4f;
  color:#fff
}
.c-footer.theme-yellow {
  background:#fdef00;
  color:#000
}
.c-footer.theme-night-blue {
  background:#101724;
  color:#fdef00
}
.c-footer.theme-black {
  background:#000;
  color:#fff
}
.c-footer.theme-black .active {
  color:#fff
}
.c-footer.theme-yellow-white {
  background-image:linear-gradient(180deg,#fdef00,#fff 60%);
  color:#000
}
.c-footer.theme-white-yellow {
  background-image:linear-gradient(180deg,#fff,#fdef00 60%);
  color:#000
}
.c-footer__header {
  text-align:center;
  margin-bottom:calc(8.33333vw + .66667px);
  padding:calc(8.33333vw + .66667px) 0 calc(8.33333vw + .66667px);
  border-bottom:2px solid #ff0
}
.c-footer__header-image svg {
  width:64px!important;
  height:64px!important
}
.c-footer__subscribe-title {
  font-size:40px;
  letter-spacing:2px;
  line-height:1.1;
  color:#ff0
}
@media(min-width:992px) {
  .c-footer__subscribe-title {
    font-size:60px
  }
}
@media(min-width:1200px) {
  .c-footer__subscribe-title {
    font-size:80px;
    letter-spacing:4px
  }
}
.c-footer__subscribe-body {
  font-size:18px;
  line-height:1.3;
  margin-top:20px
}
@media(min-width:992px) {
  .c-footer__subscribe-body {
    font-size:20px
  }
}
@media(min-width:1200px) {
  .c-footer__subscribe-body {
    font-size:24px;
    line-height:1.1
  }
}
.c-footer__subscribe .e-site-button {
  width:100%;
  margin-top:30px
}
.c-footer__subscribe .e-site-button a {
  width:100%
}
.c-footer__btn-wrapper {
  margin-top:16px
}
.c-footer__btn-wrapper .e-site-button {
  border:1px solid #fdef00!important;
  background-color:#000!important;
  color:#fdef00!important;
  padding:0 24px 0 24px!important
}
.c-footer__btn-wrapper .e-site-button:hover {
  color:#000!important;
  background-color:#fdef00!important
}
.c-footer__categories {
  margin-left:-16px
}
.c-footer__category {
  margin-top:40px;
  margin-left:16px
}
.c-footer__category-header .e-accordion-toggle {
  display:none
}
.c-footer__category-title {
  font-size:18px;
  line-height:1.3;
  color:#ff0
}
@media(min-width:992px) {
  .c-footer__category-title {
    font-size:20px
  }
}
@media(min-width:1200px) {
  .c-footer__category-title {
    font-size:24px;
    line-height:1.1
  }
}
.c-footer__menus {
  margin-top:26px
}
.c-footer__menu {
  cursor:pointer
}
.c-footer__menu+.c-footer__menu {
  margin-top:10px
}
.c-footer__social-medias {
  margin-top:calc(8.33333vw + .66667px);
  color:#fdef00
}
.c-footer__bottom {
  border-top:1px solid #ff0;
  padding:20px 0;
  font-size:12px;
  text-align:center;
  margin-top:60px
}
.c-footer__links {
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  margin-left:-16px;
  margin-top:-8px
}
.c-footer__link {
  display:inline-block;
  margin-left:16px;
  margin-top:8px;
  text-align:start
}
.c-footer__region {
  padding:8px 0 0 0;
  display:flex;
  justify-content:flex-start;
  align-items:flex-start
}
.c-footer__region-name {
  margin-right:16px;
  -webkit-hyphens:auto;
  -ms-hyphens:auto;
  hyphens:auto;
  cursor:pointer
}
.c-footer__region-icon {
  border:1px solid #fdef00;
  color:#fdef00;
  padding:4px;
  cursor:pointer
}
.c-footer__region-icon>svg {
  width:10px;
  height:10px
}
@media(min-width:768px) {
  .c-footer__header-image svg {
    width:70px!important;
    height:70px!important
  }
  .c-footer__categories {
    display:flex;
    flex-wrap:wrap;
    margin-left:-40px
  }
  .c-footer__category {
    margin-left:40px
  }
  .c-footer__bottom {
    padding:25px 0 60px
  }
  .c-footer__region {
    width:auto;
    margin-top:-16px
  }
}
@media(min-width:992px) {
  .c-footer {
    display:grid;
    grid-template-columns:repeat(12,1fr);
    grid-column-gap:8px;
    padding:0
  }
}
@media(min-width:992px)and (min-width:992px) {
  .c-footer {
    grid-template-columns:repeat(24,1fr)
  }
}
@media(min-width:992px) {
  .c-footer .c-footer__header {
    grid-column-start:3;
    grid-column-end:23;
    grid-row-start:1;
    margin:0 0 40px 0;
    padding:calc(5.83333vw + .46667px) 0
  }
  .c-footer .c-footer__header-image.size-small svg {
    width:calc(5.41667vw + .43333px);
    height:calc(5.41667vw + .43333px)
  }
}
@media(min-width:992px) {
  .c-footer__subscribe {
    grid-column-start:3;
    grid-column-end:9;
    grid-row-start:2
  }
}
@media(min-width:992px) {
  .c-footer__btn-wrapper {
    grid-column-start:3;
    grid-column-end:9;
    grid-row-start:3;
    margin-top:20px
  }
}
@media(min-width:992px) {
  .c-footer__categories {
    grid-column-start:10;
    grid-column-end:23;
    grid-row-start:3;
    margin-top:-6px;
    display:flex;
    flex-wrap:wrap
  }
}
@media(min-width:992px) {
  .c-footer__menus {
    width:7rem;
    overflow:visible;
    max-height:unset;
    transition:none
  }
  .c-footer__menus.active {
    max-height:unset
  }
  .c-footer__menus.two-columns {
    width:13rem;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    grid-column-gap:0;
    grid-row-gap:10px
  }
  .c-footer__menus.two-columns .c-footer__menu+.c-footer__menu {
    margin-top:0
  }
}
@media(min-width:992px) {
  .c-footer__social-medias {
    grid-column-start:3;
    grid-column-end:9;
    grid-row-start:4;
    margin-top:20px
  }
}
@media(min-width:992px) {
  .c-footer__bottom {
    grid-column-start:3;
    grid-column-end:23;
    grid-row-start:5;
    text-align:start;
    padding:25px 0 60px;
    display:flex
  }
}
@media(min-width:992px) {
  .c-footer__links {
    flex-grow:1;
    margin-left:-40px;
    margin-top:-16px
  }
}
@media(min-width:992px) {
  .c-footer__link {
    display:inline-block;
    margin-left:40px;
    margin-top:16px;
    cursor:pointer
  }
}
@media(min-width:992px) {
  .c-footer__region {
    flex-shrink:0;
    width:calc(20.83333vw + 1.66667px);
    margin:0 0 0 calc(4.16667vw + .33333px);
    padding:0 0 0 16px;
    display:flex;
    justify-content:flex-end;
    align-items:flex-start
  }
}
@media(min-width:992px) {
  .c-footer__region-name {
    margin-right:16px;
    -webkit-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
    cursor:pointer
  }
}
@media(min-width:992px) {
  .c-footer__region-icon {
    border:1px solid #fdef00;
    color:#fdef00;
    padding:4px;
    cursor:pointer
  }
  .c-footer__region-icon>svg {
    width:10px;
    height:10px
  }
}
@media(min-width:1200px) {
  .c-footer .c-footer__header {
    grid-column-start:3;
    grid-column-end:23;
    grid-row-start:1;
    margin:0 0 56px 0;
    padding:56px 0
  }
  .c-footer__btn-wrapper .e-site-button__icon {
    display:none
  }
  .c-footer__btn-wrapper .e-site-button:hover {
    background:#fdef00!important;
    color:#000!important
  }
  .c-footer__links {
    display:block
  }
}
@media(min-width:1600px) {
  .c-footer__categories {
    grid-column-start:11;
    grid-column-end:23;
    grid-row-start:3;
    margin-top:-6px;
    display:flex;
    flex-wrap:wrap
  }
}
html.rtl .c-footer__categories,
html.rtl .c-footer__category,
html.rtl .c-footer__link,
html.rtl .c-footer__links {
  margin-left:0;
  margin-right:16px
}
html.rtl .c-footer__region {
  padding:16px 16px 0 0
}
html.rtl .c-footer__region-name {
  margin-left:16px;
  margin-right:0
}
@media(min-width:992px) {
  html.rtl .c-footer__link,
  html.rtl .c-footer__links {
    margin-right:0;
    margin-left:16px
  }
  html.rtl .c-footer__region {
    padding-top:0;
    margin-left:0
  }
  html.rtl .c-footer__bottom {
    padding:25px 0 60px 0
  }
}
.c-footer-old {
  padding:calc(8.33333vw + .66667px)
}
.c-footer-old.theme-white {
  background:#fff;
  color:#000
}
.c-footer-old.theme-light-grey {
  background:#f2f1f0;
  color:#000
}
.c-footer-old.theme-neutral-grey {
  background:#4f4f4f;
  color:#fff
}
.c-footer-old.theme-yellow {
  background:#fdef00;
  color:#000
}
.c-footer-old.theme-night-blue {
  background:#101724;
  color:#fdef00
}
.c-footer-old.theme-black {
  background:#000;
  color:#fff
}
.c-footer-old.theme-black .active {
  color:#fff
}
.c-footer-old.theme-yellow-white {
  background-image:linear-gradient(180deg,#fdef00,#fff 60%);
  color:#000
}
.c-footer-old.theme-white-yellow {
  background-image:linear-gradient(180deg,#fff,#fdef00 60%);
  color:#000
}
.c-footer-old__subscribe-title {
  font-size:72px;
  line-height:1
}
@media(min-width:992px) {
  .c-footer-old__subscribe-title {
    font-size:120px
  }
}
@media(min-width:1200px) {
  .c-footer-old__subscribe-title {
    font-size:144px
  }
}
.c-footer-old__subscribe-body {
  font-size:14px;
  line-height:1.3;
  margin-top:20px
}
@media(min-width:1200px) {
  .c-footer-old__subscribe-body {
    font-size:16px;
    line-height:1.5
  }
}
.c-footer-old__category,
.c-footer-old__subscribe .e-site-button {
  margin-top:20px
}
.c-footer-old__category-header {
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between
}
.c-footer-old__category-title {
  font-size:26px;
  line-height:1.1;
  letter-spacing:2px
}
@media(min-width:992px) {
  .c-footer-old__category-title {
    font-size:28px
  }
}
@media(min-width:1200px) {
  .c-footer-old__category-title {
    font-size:32px
  }
}
.c-footer-old__menus {
  margin-top:20px;
  max-height:0;
  overflow:hidden;
  transition:all .5s linear
}
.c-footer-old__menus.active {
  max-height:800px
}
.c-footer-old__menu+.c-footer-old__menu {
  margin-top:10px
}
.c-footer-old__region {
  margin-top:calc(8.33333vw + .66667px);
  display:flex;
  align-items:center
}
.c-footer-old__region .e-icon {
  cursor:pointer
}
.c-footer-old__region-name {
  font-size:26px;
  line-height:1.1;
  letter-spacing:2px;
  line-height:1;
  margin-left:20px;
  display:flex;
  cursor:pointer
}
@media(min-width:992px) {
  .c-footer-old__region-name {
    font-size:28px
  }
}
@media(min-width:1200px) {
  .c-footer-old__region-name {
    font-size:32px
  }
}
.c-footer-old__region-area {
  position:relative;
  padding-right:10px;
  margin-right:10px
}
.c-footer-old__region-area:after {
  content:"";
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-50%);
  height:15px;
  width:1px;
  background:currentColor
}
.c-footer-old__social-medias {
  margin-top:calc(4.16667vw + .33333px)
}
.c-footer-old__copyright {
  border-top:1px solid currentColor;
  padding:18px 30px;
  margin-top:calc(8.33333vw + .66667px)
}
@media(min-width:1200px) {
  .c-footer-old {
    display:grid;
    grid-template-columns:repeat(12,1fr);
    grid-column-gap:8px;
    padding:calc(8.33333vw + .66667px) 0 0
  }
}
@media(min-width:1200px)and (min-width:992px) {
  .c-footer-old {
    grid-template-columns:repeat(24,1fr)
  }
}
@media(min-width:1200px) {
  .c-footer-old__subscribe {
    grid-column-start:4;
    grid-column-end:10;
    grid-row-start:1
  }
}
@media(min-width:1200px) {
  .c-footer-old__categories {
    grid-column-start:11;
    grid-column-end:23;
    grid-row-start:1;
    grid-row-end:3;
    margin-top:calc(8.33333vw + .66667px);
    display:flex;
    flex-wrap:wrap
  }
}
@media(min-width:1200px) {
  .c-footer-old__category-header .e-accordion-toggle {
    display:none
  }
}
@media(min-width:1200px) {
  .c-footer-old__menus {
    width:6rem;
    overflow:visible;
    max-height:unset;
    transition:none
  }
  .c-footer-old__menus.active {
    max-height:unset
  }
  .c-footer-old__menus.two-columns {
    width:14rem;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    grid-column-gap:0;
    grid-row-gap:10px
  }
  .c-footer-old__menus.two-columns .c-footer-old__menu+.c-footer-old__menu {
    margin-top:0
  }

}
@media(min-width:1200px) {
  .c-footer-old__region {
    grid-column-start:4;
    grid-column-end:10;
    grid-row-start:2
  }
}
@media(min-width:1200px) {
  .c-footer-old__social-medias {
    grid-column-start:4;
    grid-column-end:10;
    grid-row-start:3;
    margin-top:calc(1.04167vw + .08333px)
  }
}
@media(min-width:1200px) {
  .c-footer-old__copyright {
    grid-column-start:3;
    grid-column-end:23;
    grid-row-start:4
  }
}

.loiLOM {
background: #000;
text-align: center;
font-size: 11px;
padding: 10px;
color: #fff;
}

.s-social-medias {
  width:100%;
  display:flex;
  align-items:center;
  gap:12px
}
.s-social-medias__item {
  width:40px;
  height:40px;
  border-radius:20px;
  border:1px solid #fdef00;
  display:flex;
  justify-content:center;
  align-items:center;
  transition:transform .2s linear
}
.s-social-medias__item .e-icon>svg {
  width:20px;
  height:20px
}
.s-social-medias__item:hover {
  transform:scale(1.05)
}
@media(min-width:992px) {
  .s-social-medias__item .e-icon>svg {
    fill:#fff
  }
}

.c-footer a {
  color: #fff;
}