/* 1. Use a more-intuitive box-sizing model */
*, *::before, *::after {
  box-sizing: border-box;
}

/* 2. Remove default margin */
* {
  margin: 0;
}

/* 3. Enable keyword animations */
@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
body {
  /* 4. Add accessible line-height */
  line-height: 1.5;
  /* 5. Improve text rendering */
  -webkit-font-smoothing: antialiased;
}

/* 6. Improve media defaults */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

/* 7. Inherit fonts for form controls */
input, button, textarea, select {
  font: inherit;
}

/* 8. Avoid text overflows */
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

/* 9. Improve line wrapping */
p {
  text-wrap: pretty;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

/*
  10. Create a root stacking context
*/
#root, #__next {
  isolation: isolate;
}

@font-face {
  font-family: "Jost";
  src: url(/assets/fonts/Jost/Light.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url(/assets/fonts/Jost/LightItalic-az.woff2) format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url(/assets/fonts/Jost/Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url(/assets/fonts/Jost/Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

html {
  overflow: auto;
  width: 100%;
  height: 100%;
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  font-family: "Jost", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: black;
  -webkit-font-smoothing: antialiased;
  background-color: #F6F6F6;
}
body.menuopened {
  height: 100%;
  overflow: hidden;
}
body.menuopened .mobileDropDownMenu {
  transform: translateX(0);
}

.centered {
  position: relative;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: content-box;
}

.headerContainer {
  background-color: white;
}
.headerContainer .searchPopup {
  display: none;
}

#page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 27px 20px;
  background-color: white;
}
#page-header .logo {
  padding-left: 5px;
}
#page-header .logo img {
  width: 110px;
  height: auto;
}
#page-header .navigations {
  display: none;
}
#page-header .meta a.register-bt,
#page-header .meta a.search-bt,
#page-header .meta .langSelection {
  display: none;
}
#page-header .meta span.burger {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 3px;
}
#page-header .meta span.burger:BEFORE, #page-header .meta span.burger:AFTER,
#page-header .meta span.burger span {
  display: block;
  content: "";
  width: 20px;
  height: 4px;
  background-color: #00C1AF;
  border-radius: 60px;
}
#page-header .meta span.burger span {
  width: 12px;
}
#page-header .meta span.burger:after {
  width: 6px;
}

.mobileDropDownMenu {
  position: fixed;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 29px 24px 14px;
  background: white;
  z-index: 10;
  transition: all 0.2s linear;
}
.mobileDropDownMenu .titleNclose {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 52px;
}
.mobileDropDownMenu .titleNclose span.title {
  font-size: 14px;
  line-height: 1;
  font-weight: 300;
}
.mobileDropDownMenu .titleNclose span.closebt {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  gap: 3px;
}
.mobileDropDownMenu .titleNclose span.closebt:BEFORE, .mobileDropDownMenu .titleNclose span.closebt:AFTER,
.mobileDropDownMenu .titleNclose span.closebt span {
  display: block;
  content: "";
  width: 20px;
  height: 4px;
  background-color: #00C1AF;
  border-radius: 60px;
}
.mobileDropDownMenu .logo {
  margin: 0 auto 35px;
}
.mobileDropDownMenu .navNbuttons {
  background-color: #F7F7F7;
  border-radius: 10px;
  margin: 0 12px;
  margin-bottom: 88px;
}
.mobileDropDownMenu .navNbuttons nav.mobileNav {
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 44px;
  padding: 0 17px;
}
.mobileDropDownMenu .navNbuttons nav.mobileNav > A {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 22px;
  padding-top: 11px;
  font-weight: 500;
  text-decoration: none;
  color: black;
  border-bottom: solid 1px #DDDDDD;
}
.mobileDropDownMenu .navNbuttons nav.mobileNav > A span.title {
  flex: 1;
}
.mobileDropDownMenu .navNbuttons nav.mobileNav > A span.icon {
  display: block;
  width: 22px;
  height: 22px;
  background: url("/assets/i/sprite.svg?v1") -120px -66px no-repeat;
}
@media (min-resolution: 2dppx), (-webkit-min-device-pixel-ratio: 2) {
  .mobileDropDownMenu .navNbuttons nav.mobileNav > A span.icon {
    background-image: url("/assets/i/sprite.svg?v1");
  }
}
.mobileDropDownMenu .navNbuttons nav.mobileNav > A.selected {
  color: #00C1AF;
}
.mobileDropDownMenu .navNbuttons nav.mobileNav > A:last-child {
  border-bottom: 0;
}
.mobileDropDownMenu .navNbuttons nav.mobileNav > A.active span.icon {
  background-position: -142px -66px;
}
.mobileDropDownMenu .navNbuttons nav.mobileNav > A.active + nav.submenu {
  height: auto;
  opacity: 1;
}
.mobileDropDownMenu .navNbuttons nav.mobileNav nav.submenu {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: height 0.3s ease, opacity 0.3s ease;
}
.mobileDropDownMenu .navNbuttons nav.mobileNav nav.submenu A {
  display: block;
  font-size: 20px;
  padding: 7px 10px;
  line-height: 1;
  font-weight: 300;
  color: #000;
  border-bottom: solid 1px #DDDDDD;
  text-decoration: none;
}
.mobileDropDownMenu .navNbuttons nav.mobileNav nav.submenu nav.subsubmenu {
  padding-left: 20px;
  overflow: hidden;
  transition: height 0.3s ease;
}
.mobileDropDownMenu .navNbuttons .search {
  padding: 0 17px;
}
.mobileDropDownMenu .navNbuttons .search form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.mobileDropDownMenu .navNbuttons .search input[type=text] {
  display: block;
  max-width: 80px;
  padding: 0 8px 0 0;
  color: black;
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
  border: 0;
  border-right: solid 1px #C4C4C4;
  background-color: transparent;
}
.mobileDropDownMenu .navNbuttons .search input[type=text]::placeholder {
  color: #C4C4C4;
}
.mobileDropDownMenu .navNbuttons .search input[type=text]:focus {
  outline: none;
}
.mobileDropDownMenu .navNbuttons .search input[type=submit] {
  display: block;
  width: 22px;
  height: 22px;
  border: 0;
  background: url("/assets/i/sprite.svg?v1") -49px -64px no-repeat;
}
@media (min-resolution: 2dppx), (-webkit-min-device-pixel-ratio: 2) {
  .mobileDropDownMenu .navNbuttons .search input[type=submit] {
    background-image: url("/assets/i/sprite.svg?v1");
  }
}
.mobileDropDownMenu .navNbuttons .langNregister {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 17px;
}
.mobileDropDownMenu .navNbuttons .langNregister .langSelection {
  display: block;
  position: relative;
}
.mobileDropDownMenu .navNbuttons .langNregister .langSelection span.currentLang {
  display: flex;
  gap: 2px;
  align-items: center;
  cursor: pointer;
}
.mobileDropDownMenu .navNbuttons .langNregister .langSelection span.currentLang span.icon {
  display: block;
  width: 10px;
  height: 7px;
  background: url("/assets/i/sprite.svg?v1") -39px -65px no-repeat;
}
@media (min-resolution: 2dppx), (-webkit-min-device-pixel-ratio: 2) {
  .mobileDropDownMenu .navNbuttons .langNregister .langSelection span.currentLang span.icon {
    background-image: url("/assets/i/sprite.svg?v1");
  }
}
.mobileDropDownMenu .navNbuttons .langNregister .langSelection span.currentLang span.curlang {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
}
.mobileDropDownMenu .navNbuttons .langNregister .langSelection .langSelections {
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
}
.mobileDropDownMenu .navNbuttons .langNregister .langSelection .langSelections A {
  display: block;
  color: black;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
}
.mobileDropDownMenu .navNbuttons .langNregister .langSelection .langSelections.active {
  display: block;
}
.mobileDropDownMenu .navNbuttons .langNregister a.register-bt {
  display: block;
  padding: 7px 7px 6px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  color: white;
  text-decoration: none;
  background-color: #FF4553;
  border-radius: 3px;
  border: solid 1px #FF4553;
  transition: all 0.2s linear;
}
.mobileDropDownMenu .navNbuttons .langNregister a.register-bt:HOVER {
  background-color: transparent;
  color: #FF4553;
}
.mobileDropDownMenu .socialsNslogan nav.socials {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 11px;
  align-items: center;
  margin: 0 auto 18px;
}
.mobileDropDownMenu .socialsNslogan nav.socials A {
  display: block;
  width: 34px;
  height: 34px;
  background: url("/assets/i/sprite.svg?v1") 0 0 no-repeat;
}
@media (min-resolution: 2dppx), (-webkit-min-device-pixel-ratio: 2) {
  .mobileDropDownMenu .socialsNslogan nav.socials A {
    background-image: url("/assets/i/sprite.svg?v1");
  }
}
.mobileDropDownMenu .socialsNslogan nav.socials A.fb {
  background-position: 0 0;
}
.mobileDropDownMenu .socialsNslogan nav.socials A.in {
  background-position: -34px 0;
}
.mobileDropDownMenu .socialsNslogan nav.socials A.x {
  background-position: -68px 0;
}
.mobileDropDownMenu .socialsNslogan nav.socials A.ln {
  background-position: -102px 0;
}
.mobileDropDownMenu .socialsNslogan nav.socials A.tk {
  background-position: -136px 0;
}
.mobileDropDownMenu .socialsNslogan nav.socials A.yt {
  background-position: -170px 0;
}
.mobileDropDownMenu .socialsNslogan nav.socials A.tg {
  background-position: -204px 0;
}
.mobileDropDownMenu .socialsNslogan .slogan {
  display: block;
  font-weight: 300;
  font-size: 9px;
  text-align: center;
}
.mobileDropDownMenu .socialsNslogan .slogan span.medium {
  font-weight: 500;
}

.shebekeBg {
  background: url(/assets/i/shebekebg-m.webp) top center repeat-x;
}

nav.breadcrumb {
  padding: clamp(16px, 2.6vw, 32px) 25px 0;
  font-size: clamp(1rem, 0.918rem + 0.272vw, 1.125rem);
  font-weight: 300;
}
nav.breadcrumb A {
  text-decoration: none;
  color: black;
}
nav.breadcrumb .curSection {
  font-weight: 500;
}

nav.pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 0 10px;
  max-width: fit-content;
  margin: 0 auto;
}
nav.pagination a.prev,
nav.pagination a.next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: #D9D9D9;
  border-radius: 8px;
}
nav.pagination a.prev:BEFORE,
nav.pagination a.next:BEFORE {
  display: block;
  content: "";
  width: 14px;
  height: 16px;
  background: url("/assets/i/sprite.svg?v1") -90px -64px no-repeat;
}
@media (min-resolution: 2dppx), (-webkit-min-device-pixel-ratio: 2) {
  nav.pagination a.prev:BEFORE,
  nav.pagination a.next:BEFORE {
    background-image: url("/assets/i/sprite.svg?v1");
  }
}
nav.pagination a.prev.disabled,
nav.pagination a.next.disabled {
  opacity: 0.5;
}
nav.pagination a.prev {
  transform: rotate(180deg);
}
nav.pagination nav.pages {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: fit-content;
  gap: 0;
  flex: 1;
  background-color: #D9D9D9;
  border-radius: 8px;
  padding: 0;
  color: #353535;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}
nav.pagination nav.pages A {
  color: black;
  text-decoration: none;
  padding: 14px 12px;
}
nav.pagination nav.pages A:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  padding-left: 20px;
}
nav.pagination nav.pages A:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  padding-right: 20px;
}
nav.pagination nav.pages A.active {
  background-color: #E7E7E7;
}
nav.pagination nav.pages span.threedots {
  display: block;
}

.footTop {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  min-height: 94px;
  margin-bottom: 10px;
  background: url(/assets/i/baku-not-just-host-bg.webp) 0 0 no-repeat;
  background-size: cover;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: white;
}
.footTop h3.title {
  margin: 0 0 3px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
}
.footTop h4.subtitle {
  margin: 0;
  font-size: 11px;
  font-weight: 300;
  line-height: 1;
}

#page-footer {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding-bottom: 16px;
}
#page-footer .leftBlock {
  display: flex;
  gap: 43px;
  padding: 28px 14px 26px;
  background-color: #91ABA9;
  border-radius: 10px;
}
#page-footer .leftBlock .logo {
  margin-top: 2px;
  width: 122px;
  height: auto;
}
#page-footer .leftBlock .contacts {
  max-width: 200px;
}
#page-footer .leftBlock .contacts h4.title {
  margin: 0 0 7px;
  font-weight: 500;
  font-size: clamp(1.125rem, 0.636rem + 1.63vw, 1.875rem);
  line-height: 1;
}
#page-footer .leftBlock .contacts h4.title A {
  color: black;
  text-decoration: none;
}
#page-footer .leftBlock .contacts span.contactInfo {
  display: block;
  font-size: clamp(0.75rem, 0.668rem + 0.272vw, 0.875rem);
  line-height: 1.3;
  font-weight: 300;
  text-wrap: balance;
}
#page-footer .leftBlock .contacts span.contactInfo A {
  color: black;
  text-decoration: none;
}
#page-footer .leftBlock .contacts span.contactInfo span.phone {
  display: block;
  font-weight: 400;
}
#page-footer .rightBlock {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 24px 10px 16px;
  background-color: #91ABA9;
  border-radius: 10px;
}
#page-footer .rightBlock nav.footmenu {
  display: flex;
  flex-flow: column nowrap;
  gap: 16px;
  font-size: clamp(1.125rem, 0.636rem + 1.63vw, 1.875rem);
  line-height: 1;
  font-weight: 500;
}
#page-footer .rightBlock nav.footmenu A {
  display: block;
  color: black;
  text-decoration: none;
  text-transform: uppercase;
}
#page-footer .rightBlock .footMeta .disclaimer {
  display: flex;
  flex-flow: column nowrap;
  gap: 16px;
  margin-bottom: 10px;
}
#page-footer .rightBlock .footMeta .disclaimer span.txt {
  display: block;
  font-size: clamp(0.75rem, 0.668rem + 0.272vw, 0.875rem);
  line-height: 1.25;
  font-weight: 300;
}
#page-footer .rightBlock .footMeta .disclaimer span.txt.medium {
  font-weight: 500;
}
#page-footer .rightBlock .footMeta nav.socials {
  display: flex;
  flex-flow: row nowrap;
  gap: 12px;
  align-items: center;
}
#page-footer .rightBlock .footMeta nav.socials A {
  display: block;
  width: 34px;
  height: 34px;
  background: url("/assets/i/sprite.svg?v1") 0 0 no-repeat;
}
@media (min-resolution: 2dppx), (-webkit-min-device-pixel-ratio: 2) {
  #page-footer .rightBlock .footMeta nav.socials A {
    background-image: url("/assets/i/sprite.svg?v1");
  }
}
#page-footer .rightBlock .footMeta nav.socials A.fb {
  background-position: 0 0;
}
#page-footer .rightBlock .footMeta nav.socials A.in {
  background-position: -34px 0;
}
#page-footer .rightBlock .footMeta nav.socials A.x {
  background-position: -68px 0;
}
#page-footer .rightBlock .footMeta nav.socials A.ln {
  background-position: -102px 0;
}
#page-footer .rightBlock .footMeta nav.socials A.tk {
  background-position: -136px 0;
}
#page-footer .rightBlock .footMeta nav.socials A.yt {
  background-position: -170px 0;
}
#page-footer .rightBlock .footMeta nav.socials A.tg {
  background-position: -204px 0;
}
#page-footer .rightBlock .footMeta .copyright {
  font-size: 12px;
  font-weight: 300;
}

@media (min-width: 1024px) {
  .templateLayer {
    width: auto;
    max-width: 100%;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .headerContainer .searchPopup {
    display: block;
    visibility: hidden;
    position: absolute;
    top: 100px;
    padding: 32px;
    left: 0;
    width: 100%;
    background-color: white;
    z-index: 20;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .headerContainer .searchPopup .searchForm {
    position: relative;
    max-width: 1130px;
    margin: 0 auto 20px;
  }
  .headerContainer .searchPopup .searchForm input[type=text] {
    width: 100%;
    padding: 8px 32px 0 0;
    border: 0;
    border-bottom: solid 1px black;
    font-weight: 300;
    font-size: 1.375rem;
    line-height: 1;
  }
  .headerContainer .searchPopup .searchForm input[type=text]::placeholder {
    color: #B5B5B5;
  }
  .headerContainer .searchPopup .searchForm input[type=text]:focus {
    outline: none;
  }
  .headerContainer .searchPopup .searchForm input[type=image] {
    position: absolute;
    top: 8px;
    right: 4px;
  }
  .headerContainer .searchPopup .liveSearchResults {
    max-width: 1130px;
    margin: 0 auto;
  }
  .headerContainer .searchPopup .liveSearchResults.hasResults {
    margin-bottom: 24px;
    padding: 16px;
    background-color: #F6F6F6;
    border-radius: 12px;
  }
  .headerContainer .searchPopup .liveSearchResults .noResults {
    padding: 16px;
    font-size: 1rem;
    font-weight: 300;
    color: #666;
    text-align: center;
  }
  .headerContainer .searchPopup .liveSearchResults a.searchResultItem {
    display: flex;
    gap: 16px;
    padding: 12px;
    text-decoration: none;
    color: black;
    border-radius: 8px;
    transition: all 0.2s linear;
  }
  .headerContainer .searchPopup .liveSearchResults a.searchResultItem:hover {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .headerContainer .searchPopup .liveSearchResults a.searchResultItem .resultThumb {
    flex-shrink: 0;
    width: 80px;
    height: 60px;
  }
  .headerContainer .searchPopup .liveSearchResults a.searchResultItem .resultThumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
  }
  .headerContainer .searchPopup .liveSearchResults a.searchResultItem .resultContent {
    flex: 1;
    min-width: 0;
  }
  .headerContainer .searchPopup .liveSearchResults a.searchResultItem .resultContent .resultType {
    display: inline-block;
    margin-bottom: 4px;
    padding: 2px 8px;
    font-size: 0.6875rem;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #BCF0ED;
    border-radius: 3px;
  }
  .headerContainer .searchPopup .liveSearchResults a.searchResultItem .resultContent .resultTitle {
    display: block;
    margin-bottom: 4px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .headerContainer .searchPopup .liveSearchResults a.searchResultItem .resultContent .resultExcerpt {
    display: block;
    font-size: 0.8125rem;
    font-weight: 300;
    line-height: 1.4;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .headerContainer .searchPopup nav.searchmenu {
    display: flex;
    align-items: center;
    gap: 24px;
    max-width: 1130px;
    margin: 0 auto 32px;
  }
  .headerContainer .searchPopup nav.searchmenu A {
    display: block;
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 1;
    color: black;
    text-decoration: none;
  }
  .headerContainer .searchPopup nav.searchmenu A:HOVER {
    text-decoration: underline;
  }
  .headerContainer .searchPopup .searchNews {
    display: flex;
    gap: 20px;
    max-width: 1360px;
    margin: 0 auto;
    background-color: #F6F6F6;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: clamp(32px, 4.6vw, 56px) clamp(80px, 9vw, 115px);
  }
  .headerContainer .searchPopup .searchNews .newsItem {
    flex: 1;
    display: grid;
    grid-template-columns: 14fr 13fr;
    gap: 16px;
  }
  .headerContainer .searchPopup .searchNews .newsItem IMG {
    width: 100%;
    height: auto;
    aspect-ratio: 7/5;
    object-fit: cover;
    border-radius: 10px;
  }
  .headerContainer .searchPopup .searchNews .newsItem .titleNtext A {
    display: block;
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.2;
    color: black;
    text-decoration: none;
  }
  .headerContainer .searchPopup .searchNews .newsItem .titleNtext .desc {
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 1.45;
    color: black;
  }
  .headerContainer .searchPopup.active {
    opacity: 1;
    visibility: visible;
  }
  #page-header {
    padding-top: 25px;
    padding-bottom: 26px;
  }
  #page-header .logo {
    padding: 0;
  }
  #page-header .logo img {
    width: clamp(120px, 14.48vw, 176px);
  }
  #page-header .navigations {
    position: relative;
    display: block;
  }
  #page-header nav.topmenu {
    display: flex;
    gap: clamp(0px, 0.75vw, 12px);
  }
  #page-header nav.topmenu A {
    display: block;
    padding: 8px;
    font-weight: 300;
    font-size: clamp(0.875rem, 0.194rem + 1.064vw, 1.125rem);
    line-height: 1;
    text-decoration: none;
    color: black;
    white-space: nowrap;
  }
  #page-header nav.topmenu A::after {
    display: block;
    padding: 0 2px;
    content: attr(title);
    font-weight: bold;
    height: 1px;
    color: transparent;
    overflow: hidden;
    visibility: hidden;
  }
  #page-header nav.topmenu A:HOVER {
    font-weight: 500;
  }
  #page-header .submenus {
    position: relative;
    top: 0;
    left: 0;
    z-index: 20;
  }
  #page-header .submenus nav.submenu {
    position: absolute;
    top: -1px;
    left: 0;
    padding: 20px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  #page-header .submenus nav.submenu A {
    display: block;
    min-width: 240px;
    padding: 4px 0;
    font-size: 1.375rem;
    font-weight: 300;
    color: #000;
    text-decoration: none;
    transition: all 0.2s linear;
  }
  #page-header .submenus nav.submenu A::after {
    content: "";
    display: block;
    position: relative;
    left: 26px;
    width: 0;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.4);
    transition: width 0.4s ease;
    transform: translateX(-50%);
  }
  #page-header .submenus nav.submenu A:HOVER, #page-header .submenus nav.submenu A.selected {
    font-weight: 500;
  }
  #page-header .submenus nav.submenu A:HOVER::after, #page-header .submenus nav.submenu A.selected::after {
    width: 22px;
  }
  #page-header .submenus nav.submenu nav.subsubmenu {
    padding-left: 20px;
    overflow: hidden;
    transition: height 0.3s ease;
  }
  #page-header .submenus nav.submenu.active {
    opacity: 1;
    visibility: visible;
  }
  #page-header .meta {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 8px;
  }
  #page-header .meta a.search-bt {
    display: flex;
    align-items: center;
    gap: 3px;
    color: black;
    text-decoration: none;
  }
  #page-header .meta a.search-bt span.icon {
    display: block;
    width: 17px;
    height: 17px;
    background: url("/assets/i/sprite.svg?v1") -22px -64px no-repeat;
  }
}
@media (min-width: 1024px) and (min-resolution: 2dppx), (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  #page-header .meta a.search-bt span.icon {
    background-image: url("/assets/i/sprite.svg?v1");
  }
}
@media (min-width: 1024px) {
  #page-header .meta a.search-bt span.title {
    display: none;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
  }
  #page-header .meta .langSelection {
    display: block;
    position: relative;
  }
  #page-header .meta .langSelection span.currentLang {
    display: flex;
    gap: 2px;
    align-items: center;
    cursor: pointer;
  }
  #page-header .meta .langSelection span.currentLang span.icon {
    display: block;
    width: 10px;
    height: 7px;
    background: url("/assets/i/sprite.svg?v1") -39px -65px no-repeat;
  }
}
@media (min-width: 1024px) and (min-resolution: 2dppx), (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  #page-header .meta .langSelection span.currentLang span.icon {
    background-image: url("/assets/i/sprite.svg?v1");
  }
}
@media (min-width: 1024px) {
  #page-header .meta .langSelection span.currentLang span.curlang {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
  }
  #page-header .meta .langSelection .langSelections {
    display: none;
    position: absolute;
    top: 24px;
    left: 0;
  }
  #page-header .meta .langSelection .langSelections A {
    display: block;
    color: black;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
    transition: all 0.2s linear;
  }
  #page-header .meta .langSelection .langSelections A:HOVER {
    color: #00C1AF;
  }
  #page-header .meta .langSelection .langSelections.active {
    display: block;
  }
  #page-header .meta span.burger {
    display: none;
  }
  .topmenu-container {
    position: relative;
    margin-bottom: 10px;
    display: block;
    border-top: solid 1px #DD88F2;
    border-bottom: solid 1px #DD88F2;
    background-color: black;
  }
  .topmenu-container .topmenu {
    display: flex;
    justify-content: space-between;
    gap: 8px;
  }
  .topmenu-container .topmenu A {
    position: relative;
    display: block;
    padding: 16px 0;
    font: bold 16px/1 "Chakra Petch", Arial, sans-serif;
    color: #fff;
    z-index: 5;
    text-decoration: none;
  }
  .topmenu-container .topmenu A:HOVER, .topmenu-container .topmenu A.selected {
    color: #00C1AF;
  }
  .shebekeBg {
    background-image: url(/assets/i/shebekebg.webp);
  }
  nav.breadcrumb A:HOVER {
    text-decoration: underline;
  }
  .footTop {
    min-height: 305px;
    padding-top: 78px;
    margin-bottom: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .footTop h3.title {
    font-size: 34px;
    margin-bottom: 14px;
  }
  .footTop h4.subtitle {
    font-size: 34px;
  }
  nav.pagination {
    gap: 14px;
    padding: 0;
  }
  nav.pagination a.prev,
  nav.pagination a.next {
    width: 60px;
    height: 60px;
    border-radius: 10px;
  }
  nav.pagination a.prev:BEFORE,
  nav.pagination a.next:BEFORE {
    width: 19px;
    height: 21px;
    background: url("/assets/i/sprite.svg?v1") -71px -64px no-repeat;
  }
}
@media (min-width: 1024px) and (min-resolution: 2dppx), (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  nav.pagination a.prev:BEFORE,
  nav.pagination a.next:BEFORE {
    background-image: url("/assets/i/sprite.svg?v1");
  }
}
@media (min-width: 1024px) {
  nav.pagination nav.pages {
    gap: 3px;
    border-radius: 10px;
    font-size: 23px;
  }
  nav.pagination nav.pages A {
    padding: 19px 16px 18px;
  }
  nav.pagination nav.pages A:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-left: 32px;
  }
  nav.pagination nav.pages A:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-right: 32px;
  }
  #page-footer {
    grid-template-columns: 360px 1fr;
    gap: 20px;
    padding-bottom: 80px;
  }
  #page-footer .leftBlock {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    gap: 50px;
    padding: 21px 24px 24px 24px;
    border-radius: 20px;
  }
  #page-footer .leftBlock .logo {
    width: 176px;
  }
  #page-footer .leftBlock .contacts {
    max-width: 100%;
  }
  #page-footer .leftBlock .contacts h4.title {
    margin-bottom: 11px;
  }
  #page-footer .rightBlock {
    display: grid;
    gap: 24px;
    justify-content: space-between;
    grid-template-columns: 1fr 360px;
    padding: 27px 24px 20px;
    border-radius: 20px;
  }
  #page-footer .rightBlock nav.footmenu {
    gap: 30px;
  }
  #page-footer .rightBlock nav.footmenu A:HOVER {
    text-decoration: underline;
  }
  #page-footer .rightBlock .footMeta {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
  }
  #page-footer .rightBlock .footMeta .disclaimer {
    padding-top: 8px;
    margin-bottom: 20px;
  }
  #page-footer .rightBlock .footMeta .disclaimer span.txt {
    text-align: right;
    line-height: 1.45;
  }
  #page-footer .rightBlock .footMeta .copyright {
    text-wrap: balance;
    text-align: right;
  }
}
@media (min-width: 1216px) {
  #page-header .meta a.register-bt {
    display: block;
    padding: 9px 15px 8px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    color: white;
    text-decoration: none;
    background-color: #FF4553;
    border-radius: 3px;
    border: solid 1px #FF4553;
    transition: all 0.2s linear;
  }
  #page-header .meta a.register-bt:HOVER {
    background-color: transparent;
    color: #FF4553;
  }
  #page-header .meta A.search-bt span.title {
    display: block;
  }
}
@media (min-width: 1550px) {
  #page-header .logo {
    position: relative;
    left: -83px;
  }
  #page-header .meta {
    gap: 14px;
  }
  #page-footer {
    grid-template-columns: 440px 1fr;
  }
  #page-footer .leftBlock {
    padding: 32px;
  }
  #page-footer .leftBlock .logo {
    width: 212px;
  }
}