

:root {
  --black: #01001F;
  --main: #0F0E43;
  --turq:#0096A8;
  --white: #F1F4F9;
  --section-padding: 150px;
}
body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family: 'Mazzard H';
}


html, body, #page {
  height: 100%;
}
.single-post .post-img {
  position: relative;
}

.single-post .post-img:before {
  content: '';
  display: block;
  padding-top: 61%;
}
.breadcrumbs > span:nth-child(3) > a {
  pointer-events: none;
}
.single-post .post-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}

.admin-bar .site-header {
  top: 32px;
}

.site-header:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #0F0E43;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0px;
  transform: translate(0px, -100%);
  transition: .15s;
}

.site-header.scroll:before {
  transform: translate(0px, 0%);
}

.site-header .menu-box > div > ul > li > a {
  font-weight: 500;
  font-size: 14px;
  color: var(--white);
  padding: 0 10px;
}

.site-header ul {
  list-style: none;
  padding: 0;
  margin: 0;
}





.site-header .menu-box > div > ul {
  flex-direction: row;
  gap: 10px;
  display: flex

}

.menu-box {
  margin-left: auto;
  margin-right: 50px;
}
.menu-box > div > ul > li {
  padding: 6px 0;
}

.dropdown-toggle::after {
  display: none;
}

.analytics-posts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 20px;
  row-gap: 60px;
}

.analytics-post {
  border-radius: 10px;
  background: #1d1c4e;
  padding: 20px;
}

.analytics-post__img {
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  margin: 0 0 10px;
}

.analytics-post__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  scale: 1.01;
}

.analytics-post__img:before {
  content: '';
  display: block;
  padding-top: 71.5%;
}

.analytics-post__inner {
  padding: 20px 10px;
  color: var(--white);
}

.analytics-post__date {
  font-weight: 400;
  font-size: 12px;
  opacity: .5;
  margin: 0 0 18px;
  line-height: 1;
}

.analytics-post__inner h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  margin: 0px 0 20px;
  min-height: 48px;
}

.analytics-post__inner p {
  font-weight: 400;
  font-size: 12px;
  opacity: .8;
  margin: 0;
  line-height: 140%;
}

.analytics-post__inner a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--turq);
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
}
.swiper .analytics-post__inner {
  color: var(--black);
}

.swiper .analytics-post,
.swiper .analytics-post:hover {
  background: #D9E1ED;
}
.swiper-slide {
  height: auto !important;
}
.analytics-post__inner a svg {
  fill: var(--turq);
  transition: .15s;
  transform: translate(0px, 0px);
}
.analytics-post {
  height: 100%;
}

.analytics-post {
  position: relative;
  transition: .15s;
}

.analytics-post:hover {
  background: #272656;
}

.analytics-post:hover .analytics-post__inner a svg {
  transform: translate(10px, 0px);
}

.analytics-post__inner a:before {
  content: '';
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-indent: -999em;
  white-space: nowrap;
  z-index: 1;
}
h2.with-icon {
  display: inline-flex;
  align-items: center;
  gap: 20px;
}
.site-header.header-white:not(.scroll) .btn.btn-border:hover {
  color: var(--white);
  background: var(--turq);
}
.site-header.header-white:not(.scroll) .btn.btn-border {
    border-color: var(--turq);
    color: var(--turq);
}
.site-header.header-white .btn-menu:before, 
.site-header.header-white .btn-menu:after,
.site-header.header-white .btn-menu span {
  background: var(--turq);
}
.site-header.header-white .btn-menu.menu-open:before, 
.site-header.header-white .btn-menu.menu-open:after,
.site-header.header-white .btn-menu.menu-open span {
  background: var(--white);
}
@media only screen and (min-width: 1200px) {

  .site-header.header-white:not(.scroll) .menu-box > div > ul > li > a {
    color: var(--black);
  }

 .site-header.header-white:not(.scroll) .menu-box > div > ul > li.has-submenu > a span.down {
    background: url(/wp-content/themes/wp-bootstrap-starter-master/img/arr-dark.svg) no-repeat center;
    background-size: 10px;
  }
  .site-header.header-white:not(.scroll) .btn-search svg {
    stroke: #01001F;
  }

  .site-header.header-white:not(.scroll) .pll-switcher-select {
    border: 1px solid rgba(1, 0, 31, 0.1);
  }

  .site-header.header-white:not(.scroll) .pll-switcher-select span.current {
    color: #01001F;
  }
  .site-header.header-white:not(.scroll) .pll-switcher-select:before {
    background: url(/wp-content/themes/wp-bootstrap-starter-master/img/arr-dark.svg) no-repeat center;
    background-size: 10px;
  }

  
  .site-header.header-white:not(.scroll) .pll-switcher-select.open,
  .site-header.header-white:not(.scroll) .pll-switcher-select.open ul.list {
    background: #fff;
  }

  .site-header.header-white:not(.scroll) .pll-switcher-select.open ul.list, 
  .site-header.header-white:not(.scroll) .pll-switcher-select.open {
    border: 1px solid #fff;
  }


  .site-header.scroll .menu-box > div > ul > li > a {
    color: var(--white)!important;
  }

  .home .site-header .menu-box > div > ul > li > a,
  .single-post .site-header .menu-box > div > ul > li > a {
    color: #01001F;
  }

  .site-header .menu-box > div > ul > li > a:hover {
    color: var(--turq)!important;
  }

  .menu-box .has-submenu:hover .submenu {
    display: block!important;
  }

  

  .site-header .menu-box > div > ul > li.has-submenu > a {
    padding-right: 22px;
    position: relative;
  }

  span.down {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 0px;
    background: url(/wp-content/themes/wp-bootstrap-starter-master/img/arr-white.svg) no-repeat center;
    background-size: 10px;
    transition: .12s;
  }
  .site-header .menu-box > div > ul > li.has-submenu:hover > a {
    color: var(--turq);
  }
  .site-header .menu-box > div > ul > li.has-submenu:hover > a span.down,
  .home .site-header .menu-box > div > ul > li.has-submenu:hover > a span.down,
  .single-post .site-header .menu-box > div > ul > li.has-submenu:hover > a span.down {
    background: url(/wp-content/themes/wp-bootstrap-starter-master/img/arr-t.svg) no-repeat center;
    background-size: 10px;
  }

  .home .site-header .menu-box > div > ul > li.has-submenu > a span.down,
  .single-post .site-header .menu-box > div > ul > li.has-submenu > a span.down {
    background: url(/wp-content/themes/wp-bootstrap-starter-master/img/arr-dark.svg) no-repeat center;
    background-size: 10px;
  }
  .home .site-header.scroll .menu-box > div > ul > li.has-submenu > a span.down,
  .single-post .site-header.scroll .menu-box > div > ul > li.has-submenu > a span.down {
    background: url(/wp-content/themes/wp-bootstrap-starter-master/img/arr-white.svg) no-repeat center;
    background-size: 10px;
  }

  .home .site-header.scroll .menu-box > div > ul > li.has-submenu:hover > a span.down,
  .single-post .site-header.scroll .menu-box > div > ul > li.has-submenu:hover > a span.down {
    background: url(/wp-content/themes/wp-bootstrap-starter-master/img/arr-t.svg) no-repeat center;
    background-size: 10px;
  }

  .menu-box .submenu {
    position: absolute;
    top: 36px;
    padding: 25px 20px;
    background: #fff;
    border-radius: 10px;
    min-width: 190px;
    display: none!important;
  }

}



.menu-box .submenu a {
  font-weight: 500;
  font-size: 14px;
  color: #222222;
  line-height: 1;
}

.menu-box .submenu li {
  line-height: 1;
  margin: 0 0 17px;
}

.menu-box .submenu a:hover {
  color: var(--turq);
}

.menu-box .submenu li:last-child {
  margin: 0;
}

.btn-search svg {
  stroke: var(--white);
}
.home .btn-search svg,
.single-post .btn-search svg {
  stroke: #01001F;
}
.home .scroll .btn-search svg,
.single-post .scroll .btn-search svg {
  stroke: var(--white);
}

.home .scroll .pll-switcher-select,
.single-post .scroll .pll-switcher-select {
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.home .scroll .pll-switcher-select span.current,
.single-post .scroll .pll-switcher-select span.current {
  color: var(--white);
}
li.option.selected {
  display: none;
}

ul.list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
}

.home .pll-switcher-select,
.single-post .pll-switcher-select {
  border: 1px solid rgba(1, 0, 31, 0.1);
}

.single-post .pll-switcher-select.open ul.list,
.single-post .pll-switcher-select.open {
  border: 1px solid #fff;
}

.single-post .pll-switcher-select.open,
.single-post .pll-switcher-select.open ul.list {
  background: #fff;
}

.pll-switcher-select {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  position: relative;
  padding: 0 0px;
}
.home .pll-switcher-select span.current,
.single-post .pll-switcher-select span.current {
  color: #01001F;
}
.pll-switcher-select span.current {
  font-weight: 500;
  font-size: 14px;
  color: var(--white);
  display: flex;
  align-items: center;
  height: 52px;
  padding-right: 18px;
  padding-left: 18px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.home .pll-switcher-select:before,
.single-post .pll-switcher-select:before {
  background: url(/wp-content/themes/wp-bootstrap-starter-master/img/arr-dark.svg) no-repeat center;
  background-size: 10px;
}

.home .scroll .pll-switcher-select:before,
.single-post .scroll .pll-switcher-select:before {
  background: url(/wp-content/themes/wp-bootstrap-starter-master/img/arr-white.svg) no-repeat center;
  background-size: 10px;
}

.home .scroll .pll-switcher-select.open:before,
.single-post .scroll .pll-switcher-select.open:before {
  background: url(/wp-content/themes/wp-bootstrap-starter-master/img/arr-t.svg) no-repeat center;
  background-size: 10px;
}

.home .scroll .pll-switcher-select.open span.current,
.single-post .scroll .pll-switcher-select.open span.current {
  color: var(--turq);
}

.site-header.scroll .btn-border {
  border: 1px solid var(--turq);
  color: var(--turq);
}



.pll-switcher-select:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: url(/wp-content/themes/wp-bootstrap-starter-master/img/arr-white.svg) no-repeat center;
  background-size: 10px;
  position: absolute;
  top: 18px;
  right: 10px;
  transition: .10s;
  transform: rotate(0deg);
}

.pll-switcher-select.open {
  border: 1px solid var(--white);
  background: var(--white);
  border-radius: 4px 4px 0 0;
}

.pll-switcher-select.open span.current {
  color: var(--turq);
}

.pll-switcher-select.open:before {
  background: url(/wp-content/themes/wp-bootstrap-starter-master/img/arr-t.svg) no-repeat center;
  background-size: 10px;
}
.pll-switcher-select.open ul.list {
  display: block;
  position: absolute;
  left: -1px;
  width: calc(100% + 2px);
  top: 52px;
  padding: 0 18px;
  min-height: 52px;
  display: flex;
  align-items: center;
  background: var(--white);
  border-radius: 0 0 4px 4px;
  justify-content: center;
  border: 1px solid var(--white);
}
ul.list li:hover {
  color: var(--turq);
}
ul.list li {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  color: #01001F;
  font-size: 14px;
  cursor: pointer;
}

@keyframes fadeIn {
  0% {
      opacity: 0;
    
  }
  100% {
      opacity: 1;
  }
}

.lang {
  opacity: 0; 
  animation: fadeIn 0.5s ease-out 0.5s forwards;
  min-width: 80px;
  margin-right: 10px;
}

.btn.btn-search {
  padding: 0;
  width: 24px;
  height: 24px;
  margin-right: 25px;
}

.logo-white {
  display: none;
}

.logo-color {
  display: block;
}



.top {
  display: flex;
  align-items: center;
  height: 74px;
}

.firstscreen {
  position: relative;
  height: calc(var(--vh)* 100);
  min-height: 670px;
}

section.navi .container {
  padding: 30px 15px;
}


section.firstscreen .container {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 0 15px;
  display: flex;
  width: 100%;
  align-items: flex-end;
  padding-bottom: 100px;
}

.firstscreen .upcoming-event {
  max-width: 360px;
  height: 100%;
}

/*
@keyframes fadeInSwiper {
  0% {
      opacity: 0;
      transform: translateY(0px);
  }
  95% {
    opacity: 0;
    transform: translateY(0px);
  }
  100% {
      opacity: 1;
      transform: translateY(0px);
  }
}
*/
.swiper.swiperEventFirst {
  animation: fadeInSwiper 1.5s ease-out;
}

.swiper.swiperEventFirst {
  max-width: 360px;
  margin: 0;
  width: 100%;
}
.swiper .swiper-pagination span.swiper-pagination-bullet {
  margin: 0 3px;
  display: flex;
  width: 8px;
  height: 8px;
  background: var(--white);
  opacity: .4;
}

.swiper .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper .swiper-pagination {
  display: flex;
  justify-content: center;
  position: relative;
  top: 0;
  bottom: 0;
  margin-top: 20px;
}
.firstscreen .upcoming-event__meta span {
  font-size: 16px;
}

.firstscreen .upcoming-event__meta .label {
  font-size: 10px;
  padding: 8px 10px;
}
.firstscreen .upcoming-event__meta {
  margin: 0 0 10px;
}
.firstscreen .upcoming-event__inner h3 {
  font-weight: 500;
  font-size: 14px;
  margin: 0 0 14px;
}

.firstscreen .upcoming-event__inner a {
  font-size: 12px;
}

.firstscreen .upcoming-event__inner {
  padding: 20px 20px 20px;
}



.firstscreen__meta {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.firstscreen-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.breadcrumbs > span:last-child {
  opacity: 0.5;
}
.breadcrumbs, 
.breadcrumbs a {
  font-weight: 500;
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  color: var(--black);
}

.article__main {
  max-width: 874px;
  margin: 0 auto;
}

.article__main p, .article__main li {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

.article__main p {
  margin: 0 0 60px;
}
.article__main a {
  color: var(--turq);
}
.article__main p, .article__main ul, .article__main ol, .article__main h3, .article__main h2, .article__main h4, .article__main h5, .article__main h6 {
  margin: 0 0 20px;
}
.article__main p:last-child {
  margin: 0;
}

.article__main p strong {
  font-weight: 500;
  line-height: 1.36;
}

.article__top {
  border-radius: 16px;
  padding: 40px;
  background: #D9E1ED;
  margin: 0 0 100px;
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 50px;
}

.article__meta h1 {
  font-weight: 500;
  font-size: 40px;
  line-height: 110%;
  color: var(--black);
}

.article__info {
  font-weight: 400;
  font-size: 14px;
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.article__cat {
  display: none;
}
.article__info span {
  font-weight: 500;
}

.article__meta {
  display: flex;
  flex-direction: column;
}

.article .container > hr {
  border: 0;
  border-bottom: 1px solid #d9dce3;
  margin: 0 0 150px;
  padding: 0 0 150px;
}
.pagination {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.pagination a, .pagination span {
  font-weight: 500;
  font-size: 16px;
}

.pagination a {
  color: var(--black);
}

.pagination span,
.pagination a.active {
  color: var(--turq);
}

a.next.page-numbers {
  margin-left: 20px;
}

a.prev.page-numbers {
  margin-right: 20px;
}
.arrow-slide:hover svg,
.prev.page-numbers:hover svg,
.next.page-numbers:hover svg {
  fill: var(--white);
}
.arrow-slide:hover,
.prev.page-numbers:hover,
.next.page-numbers:hover {
  background: var(--turq);
}

.arrow-slide,
.prev.page-numbers,
.next.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid var(--turq);
    border-radius: 3px;
    cursor: pointer;
}
.arrow-slide.swiper-button-disabled {
  opacity: .5;
  cursor: not-allowed;
}
.arrow-slide svg,
.prev.page-numbers svg,
.next.page-numbers svg {
    fill: var(--turq);
}

.prev.arrow-slide svg,
.prev.page-numbers svg {
    transform: rotate(180deg);
}

.arrow-btns {
    display: flex;
    align-items: center;
    gap: 10px;
}

.related__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 60px;
}

.related__top h2 {
    margin: 0;
}

.news-preview__thumb {
    max-width: 406px;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    margin: 0 0 20px;
}

.news-preview__thumb:before {
    content: '';
    display: block;
    padding-top: 61.6%;
}

.news-preview__thumb img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-img {
  border-radius: 16px;
  overflow: hidden;
}

body {
  color: var(--black);
}

.firstscreen__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  margin: 0;
}

.firstscreen__meta p {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: var(--white);
  max-width: 450px;
}

.firstscreen__meta h1 {
  margin: 0;
  font-weight: 400;
  font-size: 72px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: var(--white);
  max-width: 620px;
}

.firstscreen__meta h1 span {
  color: var(--turq);
}

#video-player,
.fallback-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#page {
  display: flex;
  flex-direction: column;
}







main {
  flex: 1 0 auto;
}

.container {
  max-width: 1350px;
}

.hidden {
  display: none;
}

.btn:hover, .btn:focus {
  outline: none;
  box-shadow: none;
}
.btn {
  font-weight: 500;
  font-size: 14px;
  border-radius: 4px;
  padding: 0 30px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}


.btn-t {
  background: var(--turq);
  color: var(--white);
  border: 1px solid var(--turq);
}

.btn-t:hover {
  background: transparent;
  color: var(--white);
}


.btn-menu {
  position: relative;
  padding: 0;
  display: none;
  /*display: flex;*/
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
}

.home .btn-menu:before, 
.home .btn-menu:after,
.home .btn-menu span {
  background: var(--turq);
}

.btn-menu:before, .btn-menu:after {
  content: '';
  display: block;
  width: 26px;
  height: 2px;
  background: var(--white);
  position: absolute;
  top: 50%;
  transition: .15s;
}

.btn-menu span {
  width: 26px;
  background: var(--white);
  display: flex;
  height: 2px;
  opacity: 1;
  transition: .15s;
}

.btn-menu:before { 
  transform: translate(0, calc(-50% + 6px)) rotate(0deg);
}

.btn-menu:after {
  transform: translate(0, calc(-50% - 6px)) rotate(0deg);
}

.btn-menu.menu-open:before {
  transform: translate(0, calc(-50% + 0px)) rotate(45deg);
  background: var(--white);
}

.btn-menu.menu-open:after {
  transform: translate(0, calc(-50% + 0px)) rotate(-45deg);
  background: var(--white);
}

.btn-menu.menu-open span {
  opacity: 0;
}


.field input, 
.field textarea {
  border:  1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  font-weight: 400;
  font-size: 14px;
  color: var(--white);
  transition: .12s;
}

.field input {
  padding: 0 25px;
  height: 60px;
  border-radius: 8px;
}

.field textarea {
  padding: 25px;
  max-height: 120px;
}

.field textarea::placeholder, .field input::placeholder {
  text-shadow: none;
  color: var(--white);
  opacity: .8;
}
.wpcf7-not-valid-tip {
  font-size: 12px;
  color: var(--white);
}
.wpcf7 form.invalid .wpcf7-response-output {
  display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
  text-align: left;
  padding: 0;
  border: 0;
  margin: 10px 0;
  font-size: 14px;
}
.fields p {
  margin: 0;
}

.field .btn.btn-white {
  margin-top: 10px;
}

.field .btn.btn-white {
  margin-top: 10px;
}
.field input:focus, .field textarea:focus {
  border: 1px solid var(--white);
  background: transparent;
  color: var(--white);
  outline: none;
  box-shadow: none;
}











.callus__form .fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  max-width: 540px;
}

.callus__form {
  display: flex;
  flex-direction: column;
}

.callus__contact {
  margin-top: auto;
  margin-bottom: 10px;
}

.callus__form form {
  margin-bottom: 60px;
}

.callus__form  .field {
  grid-area: auto / 1 / auto / 3;
}

.callus__form .field:nth-child(1) {
  grid-area: auto / 1 / auto / 2;
}

.callus__form  .field:nth-child(2) {
  grid-area: 1 / 2 / 2 / 3;
}

.btn-white {
  background: var(--white);
  color: var(--turq);
  border: 1px solid var(--white);
}

.btn-white:hover {
  background: transparent;
  color: var(--white);
}

.btn-border {
  border: 1px solid var(--white);
  color: var(--white);
}

.btn-border:hover {
  border: 1px solid var(--white);
  background: var(--white);
  color: var(--turq);
}

.btn-border-t {
  border: 1px solid var(--turq);
  color: var(--turq);
}

.btn-border-t:hover {
  border: 1px solid var(--turq);
  background: var(--turq);
  color:var(--white);
}

.news-home .container {
  position: relative;
  padding-bottom: 0;
}
.news-home .container:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin-top: var(--section-padding);
}

.meta h2 {
  margin: 0;
}

.meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 60px;
}

section.bg--dark h2 {
  color: var(--white);
}

section h2 {
  color: #01001F;
  font-weight: 500;
  font-size: 40px;
  line-height: 110%;
}

section .container {
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
}

a, .btn {
  transition: .12s;
}
a:hover {
  text-decoration: none;
}
footer {
  background: #0A082E;
  color: var(--white);
}

.bg--dark {
  background: var(--main);
}

.callus {
  padding: 100px 0;
  background: var(--turq);
  color: var(--white);
}
.callus__block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.callus__img {
  border-radius: 8px;
  overflow: hidden;
}

.callus__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  scale: 1.01;
}
.callus__form h2,
.callus__form > p {
  margin: 0 0 40px;
  line-height: 1;
}
.callus__form h2 {
  font-weight: 500;
  font-size: 40px;
  padding: 0;
  color: var(--white);
}

.callus__form p {
  font-weight: 400;
  font-size: 14px;
}

.callus__contact {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}

.callus__box a {
  font-weight: 500;
  font-size: 14px;
  color: var(--white);
}
.callus__box .footer__value.address {
  font-weight: 500;
}
.footer__title {
  font-weight: 500;
  font-size: 14px;
  margin: 0 0 16px;
  line-height: 1;
  opacity: .2;
}

.footer__box a {
  font-weight: 500;
  font-size: 16px;
  color: var(--white);
}

.footer__box a:hover {
  opacity: 0.5;
}

.footer__box .footer__menu a.nav-link {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.footer__value {
  font-weight: 500;
  margin: 0;
}
.footer__menu ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.footer__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 20px;
  max-width: 652px;
  row-gap: 34px;
}

.footer__box:nth-child(1) {
  grid-area: 1 / 1 / 3 / 2;
}

.footer__middle {
  margin: 0 0 120px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 50px;
}

.social {
  display: flex;
  align-items: center;
  gap: 5px;
}

.social a {
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.social a:hover {
  border: 1px solid var(--turq);
  opacity: 1;
  background: var(--turq);
}

a.top-link {
  display: inline-flex;
  gap: 15px;
  font-weight: 500;
  font-size: 14px;
  align-items: center;
  color: var(--white);
}

a.top-link:hover {
  opacity: .5;
}

.powerby a span {
  opacity: .2;
  color: var(--white);
  font-size: 14px;
}

.powerby a {
  display: flex;
  align-items: center;
  gap: 10px;
}

p.copy {
  font-weight: 400;
  font-size: 14px;
  margin: 0;
  opacity: .2;
}

.footer__top p {
  font-weight: 400;
  font-size: 62px;
  line-height: 100%;
  letter-spacing: -0.03em;
  max-width: 650px;
  margin: 0;
}

.footer__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 110px;
  padding-bottom: 110px;
  padding-top: 120px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

body {
  background: var(--white);
}


.news-preview__bottom {
  padding: 15px 20px;
  display: flex;
  align-items: center;
}

span.read-more {
  font-weight: 500;
  font-size: 14px;
  color: var(--black);
}

span.read {
  font-weight: 400;
  font-size: 12px;
  color: #83879B;
  position: relative;
  display: flex;
  align-items: center;
}

span.read:before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  margin: 0 6px;
  background: #83879B;
}

.news-preview__inner {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  min-height: 164px;
}

.swiper .news-preview__inner  {
  padding: 10px;
}
.swiper .news-preview__top,
.swiper .news-preview h3 {
  padding: 0 10px;
}
section.related .container {
  padding-top: 0;
}

.news-preview__bottom .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  margin-left: auto;
}
.news-preview {
  background: #D9E1ED;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  transition: .15s;
}

.news-preview:hover {
  background: #AFBFD9;
}

.news-preview a {
  color: var(--black);
}
.news-preview h3 {
  font-weight: 500;
  font-size: 14px;
}
.news-main a:before {
  content: '';
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-indent: -999em;
  white-space: nowrap;
  z-index: 1;
}
.news-main {
  position: relative;
}
.news-main__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-preview__top span {
  opacity: .4;
}
.news-preview__top {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: var(--black);
  margin: 0 0 15px;
}
.news-preview__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-preview a:before {
  content: '';
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-indent: -999em;
  white-space: nowrap;
  z-index: 1;
}

.news-preview__inner {
  transition: .15s;
}
.news-preview:hover .news-preview__inner {
  background: #E5EFFE;
}

.news-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.news-grid {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 20px;
}

.news-main svg {
  fill: var(--turq);
  transition: .15s;
}

.news-main {
  border-radius: 20px;
  background: var(--turq);
  display: grid;
  grid-template-columns: 1fr 1fr;
  transition: .15s;
}

.news-main:hover {
  background: #1F5262;
}

.news-main:hover svg {
  fill: var(--white);
}

.news-main .news-preview__bottom {
  background: transparent;
  padding: 0;
  margin-top: auto;
}
.news-main__img {
  border-radius: 20px;
  overflow: hidden;
}
.news-main__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-main__content {
  padding: 28px;
  display: flex;
  flex-direction: column;
}

.news-main__top {
  margin: 0 0 18px;
}
.news-main__top span {
  color: #F1F4F9;
  opacity: .6;
  font-weight: 400;
  font-size: 12px;
}

.news-main p {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: var(--white);
  opacity: 0.8;
}
.news-main h3 {
  margin: 0 0 18px;
}
.news-main h3, .news-main h3 a {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  color: var(--white);


}

.news-main span.read-more {
  color: var(--white);
}

.news-main span.read:before {
  background: var(--white);
}
.news-main span.read {
  color: var(--white);
  opacity: .4;
}

.exp-post {
  background: #1d1c4e;
  padding: 40px;
  border-radius: 20px;
  height: 100%;
}

.exp-post h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  color: var(--white);
  margin: 0 0 20px;
}

.exp-post > p {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: var(--white);
  opacity: .5;
  margin: 0 0 80px;
}

.expert-category {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  margin: 0 0 7px;
}

.exp-post__cat {
  color: var(--white);
}

.expert-desc {
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  margin: 0 0 8px;
}

.exp-post__meta a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--turq);
  margin-top: 0px;
  font-size: 14px;
  font-weight: 500;
}

.exp-post__meta a:before {
  content: '';
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-indent: -999em;
  white-space: nowrap;
  z-index: 1;
}

.exp-post {
  position: relative;
  transition: .15s;
  display: flex;
  flex-direction: column;
}

.exp-post:hover {
  background: rgba(255, 255, 255, 0.1);
}

.exp-post__meta a svg {
  fill: var(--turq);
  transition: .15s;
  transform: translate(0px, 0px);
}

.exp-post:hover .exp-post__meta a svg {
  transform: translate(10px, 0px);
}

.expert-photo {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}

.expert-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.exp-post__meta {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin-top: auto;
}

.opinion__inner {
  display: grid;
  grid-template-columns: 1fr 4.3fr;
  gap: 80px;
}

.opinion__inner .meta {
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  justify-content: flex-start;
}

.expert-photo-block {
  position: relative;
}
.expert-photo-block span {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(11%, 38%);
  z-index: 1;
}

.opinion .swiper {
  width: 100%;
}

.opinion__inner .meta h2 {
  margin: 0 0 40px;
}

.opinion__inner .arrow-btns {
  margin-top: auto;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {

}
h1 {

}
h2 {

}
h3 {

}
h4 {

}
h5 {

}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {

}
h2.entry-title {

}
h3.widget-title {

}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {

}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #563d7c ;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
  padding: .74rem 1rem;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}


#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #cdbfe3;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 600;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}


.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}


.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

#content[tabindex="-1"]:focus {
  outline: 0;
}


.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  /*display: table;*/
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}


#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}


.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}


.infinity-end.neverending .site-footer {
  display: block;
}


.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

embed,
iframe,
object {
  max-width: 100%;
}


.upcoming-event__image {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.upcoming-event__image:before {
  content: '';
  display: block;
  padding-top: 60%;
}

.upcoming-event__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.upcoming-event {
  max-width: 540px;
  background: var(--turq);
  border-radius: 20px;
}

.upcoming-event__inner {
  color: var(--white);
  padding: 25px 30px 25px;
}

.upcoming-event__meta spoan {
  font-weight: 600;
  font-size: 26px;
}

.upcoming-event__meta span {
  font-weight: 600;
  font-size: 26px;
  line-height: 1;
}

.upcoming-event__meta .label {
  font-weight: 500;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.25);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 60px;
  line-height: 1;
}

.upcoming-event__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 15px;
}

.upcoming-event__meta {}

.upcoming-event__meta span.dot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4px;
  height: 4px;
  background: var(--white);
  border-radius: 50%;
}

.upcoming-event__meta > div:first-child {
  display: flex;
  align-items: center;
  gap: 7px;
}

.upcoming-event__inner h3 {
  font-weight: 500;
  font-size: 16px;
  margin: 0 0 15px;
}

.upcoming-event__inner a {
  font-weight: 500;
  font-size: 14px;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.upcoming-event__inner a svg {
  fill: var(--white);
}

.upcoming-event__inner a:before {
  content: '';
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-indent: -999em;
  white-space: nowrap;
  z-index: 1;
}

.upcoming-event {
  position: relative;
  transition: .15s;
}

.upcoming-event:hover {
  background: #1F5262;
}

.event-preview:hover a {
  background: #AFBFD9;
}

.event-preview a:before {
  content: '';
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-indent: -999em;
  white-space: nowrap;
  z-index: 1;
}

.event-preview a {
  display: flex;
  align-items: center;
  padding: 20px;
  background: #D9E1ED;
  justify-content: space-between;
  color: var(--black);
  border-radius: 0 0 20px 20px;
  font-weight: 500;
  font-size: 14px;
}

.event-preview {
  position: relative;
  max-width: 370px;
}

.event-preview__image {
  position: relative;
  border-radius: 0;
  overflow: hidden;
}

.event-preview__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-line {
  border-bottom: 1px solid rgba(1, 0, 31, 0.1);
  margin-top: var(--section-padding);
}
.event-preview__image:before {
  content: '';
  display: block;
  padding-top: 80%;
}

.event-preview__date span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 14px 18px;
  background: var(--turq);
  line-height: 1;
  color: var(--white);
  font-size: 12px;
  font-weight: 500;
  min-width: 71px;
}

.event-preview__date {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  margin-bottom: 14px;
}

.event-preview h3 {
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  max-width: 238px;
  margin: 0 auto;
  min-height: 52px;
}
.events-home .swiper {
  width: 100%;
}

.events-home {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: 20px;
}

.events-home .arrow-slide {
  position: absolute;
  z-index: 9;
  bottom: 70px;
}

.events-home .swiper {
  position: relative;
}

.events-home .arrow-slide.prev {
  left: 0;
}

.events-home .arrow-slide.next {
  right: 0;
}
.swiper-line {
  position: absolute;
  bottom: 89px;
  height: 1px;
  background: #D9E1ED;
  left: 60px;
  right: 60px;
}

section.callus .container {
  padding: 0 15px;
}


.intro .container {
  padding: 0 15px;
}
.page-inner .intro {
  padding-top: 74px;
}
.intro__content p {
  font-weight: 400;
  font-size: 18px;
  max-width: 645px;
  margin: 0;
}

.intro__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 40px;
  justify-content: flex-end;
}

.intro-img {
  position: relative;
  overflow: hidden;
}

.intro-img:before {
  content: '';
  display: block;
  padding-top: 32%;
}

.intro-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.intro {
  color: var(--white);
}

.intro__content {
  padding: 0 0 80px;
}

.inner__wrapper .intro__content {
  margin-top: auto;
}
.inner__wrapper {
  overflow: hidden;
  min-height: 456px;
  display: flex;
  flex-direction: column;
}

    

.intro__blocks {
  margin-top: auto;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
  align-items: flex-end;
  padding: 0 0 80px;
}

.intro h1 {
  font-weight: 400;
  font-size: 72px;
  line-height: 100%;
  letter-spacing: -0.03em;
  margin: 0;
}

.intro h1 span {
  color: var(--turq);
}

.intro__meta p {
  font-weight: 400;
  font-size: 18px;
  margin: 0 0 30px;
}
.gallery__box {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.gallery__box:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.gallery__box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery.swiperGallery {
  padding: 0 20px;
  margin: 0 0 20px;
}

.page-inner .intro {
  overflow: hidden;
}

.edge__img {
  position: relative;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}

.edge__img:before {
  content: '';
  display: block;
  padding-top: 71%;
}

.edge__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.edges__items {
  grid-template-columns: repeat(4, 1fr);
  display: grid;
  column-gap: 20px;
  row-gap: 60px;
}

.edge {
  background: #D9E1ED;
  border-radius: 0 0 8px 8px;
}

.edge__title {
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  padding: 45px 26px 20px;
  margin: 0;
  min-height: 137px;
  line-height: 1.25;
}

.edge__desc {
  margin: 0;
  padding: 0 26px 45px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}

.edge-line {
  border-bottom: 1px solid #d9dce3;
  margin-top: var(--section-padding);
}

.edges h2 {
  max-width: 800px;
}

.file a {
  border-radius: 8px;
  padding: 25px;
  font-weight: 500;
  font-size: 24px;
  display: flex;
  align-items: center;
  gap: 20px;
  background: #c4d0e3;
  color: var(--black);
}

.files {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.file a:hover {
  background: #D9E1ED;
}

.meta.teem__meta {
  flex-direction: column;
  gap: 40px;
  text-align: center;
}

.meta.teem__meta p {
  max-width: 650px;
  font-weight: 400;
  font-size: 18px;
  color: var(--white);
  opacity: .8;
}

.teem-item p {
  line-height: 1;
  color: var(--white);
  text-align: center;
  margin: 0 0 12px;
}

.teem-item .name {
  font-weight: 500;
  font-size: 16px;
}

.teem-item p:last-child {
  margin: 0;
}

.teem-item p.job {
  color: var(--turq);
  font-weight: 600;
  font-size: 12px;
}

.teem-item p.desc {
  font-size: 14px;
  opacity: .8;
  max-width: 216px;
  margin: 0 auto;
}

.teem-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 30px;
  row-gap: 60px;
}

.teem-item .img {
  width: 100%;
  position: relative;
  border-radius: 50%;
  margin: 0 0 20px;
}

.teem-item .img:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.teem-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.teem-item {
  flex: 0 0 calc(20% - 30px);
}
.banner__img {
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}

.banner__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.banner__img:before {
  content: '';
  display: block;
  padding-top: 57%;
}

.teem-item:first-child .img {
  border: 4px solid var(--turq);
}

section.edges .container {
  padding-bottom: 0;
}

.m-item__img {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin: 0 0 20px;
}

.m-item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.m-item__img:before {
  content: '';
  display: block;
  padding-top: 120%;
}

.m-items {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  row-gap: 60px;
  column-gap: 20px;
}



.m-item__name {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  margin: 0px 0 12px;
}

.m-item__job {
  font-weight: 400;
  font-size: 12px;
  margin: 0 0 12px;
  opacity: .8;
}

.m-item__mail {
  font-weight: 600;
  font-size: 14px;
}
.partner .img {
  border-radius: 20px;
  background: #c4d0e3;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner .img:before {
  content: '';
  display: block;
  padding-top: 70%;
}

.partner {
  transition: .15s;
  position: relative;
}

.partner:hover {
  background: #AFBFD9;
}

.partner a:before {
  content: '';
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-indent: -999em;
  white-space: nowrap;
  z-index: 1;
}

span.child-category {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 12px;
  font-weight: 500;
  background: rgba(0, 150, 168, 0.1);
  color: var(--turq);
  padding: 8px 12px;
  border-radius: 50px;
  line-height: 1;
}

.filter-form label span,
.news-menu a {
  font-weight: 500;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  padding: 0 20px;
  border-radius: 4px;
  border: 1px solid var(--turq);
  color: var(--turq);
  cursor: pointer;
  white-space: nowrap;
}
.news-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.all-result {
  max-height: calc(100vh - 350px);
  overflow-y: auto !important; 
  padding-right: 10px;
  position: relative; 
}


.all-result::-webkit-scrollbar {
  width: 2px !important; 
  border-radius: 6px !important;
}


.all-result::-webkit-scrollbar-thumb {
  background: var(--turq); 
  border-radius: 6px !important;
  border-radius: 6px !important;
}


.all-result::-webkit-scrollbar-thumb:hover {
  
  border-radius: 6px !important;
}








#modalSearch .modal-content {
  padding: 0 15px;
  background: transparent;
}


.filter-form::-webkit-scrollbar,
.news-menu ul::-webkit-scrollbar {
  width: 2px; 
  height: 2px;             
}

.filter-form::-webkit-scrollbar-track,
.news-menu ul::-webkit-scrollbar-track {
  background: #272656;        
}

.tax-partners .filter-form::-webkit-scrollbar-track,
.archive .filter-form::-webkit-scrollbar-track,
.news-menu ul::-webkit-scrollbar-track {
  background: transparent;        
}

.filter-form::-webkit-scrollbar-thumb,
.news-menu ul::-webkit-scrollbar-thumb {
  background-color: var(--turq);   
  border-radius: 20px;       
  border: 0px solid orange; 
}

.filter-form label input {
  display: none;
}
.filter-form label:hover span, .filter-form label input:checked ~ span,
.news-menu .current-menu-item > a,
.news-menu a:hover {
  background: var(--turq);
  color: var(--white);
}
.filter-form,
.news-menu ul {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 0 60px;
}
.post-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 60px;
  column-gap: 20px;
}

.partner .name {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 15px;
}

.partner .desc {
  font-weight: 400;
  font-size: 14px;
  margin: 0 0 15px;
}

.partner a {
  font-weight: 500;
  font-size: 14px;
  color: var(--black);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.partner {
  background: #D9E1ED;
  border-radius: 20px;
}

.partner__inner {
  padding: 35px 30px;
}

.btn--play svg {
  fill: var(--turq);
  stroke: var(--turq);
  transition: .15s;
}

.brand-item {
  background: #D9E1ED;
  position: relative;
  transition: .15s;
  border-radius: 8px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.brand-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 60px;
  column-gap: 20px;
}

.brand__content {
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.brand__logo img {
  max-height: 40px;
  width: auto;
}

.brand__content .title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  margin: 0;
}

.brand__content .desc {
  font-weight: 400;
  font-size: 14px;
}

.brand__content .desc p {
  margin: 0 0 15px;
}

.brand__content .desc p:last-child {
  margin: 0;
}

.brand__content a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  color: var(--black);
  margin-top: auto;
}

.brand__media {
  position: relative;
}

.brand__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn--play {
  position: absolute;
  bottom: 25px;
  left: 25px;
  width: 60px;
  height: 60px;
  border: 1px solid var(--white);
  background: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.btn--play:hover svg {
  /* fill: var(--white); */
  /* stroke: var(--white); */
}

.btn--play:hover {
  /* background: transparent; */
}

.video-container {
  position: relative;
  overflow: hidden;
}

.video-container:before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

.video-bg, .video-bg img, video.custom-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.video-youtube {
  position: relative;
  overflow: hidden;
}

.video-youtube:before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

.video-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal.modal-video .modal-body {
    padding: 0;
}

.modal.modal-video button.close {
    top: 0;
    right: 0;
    transform: translate(4px, -100%);
}

button.close {
    outline: none;
}
.video-bg {
  z-index: 1;
}

.btn.video-start {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}



.video-container.start .video-bg {
  display: none;
}
section.brand-events .container {
  padding-top: 0;
}
.event-content__box h2 {
  font-weight: 500;
  font-size: 24px;
  margin: 0 0 35px;
  line-height: 1;
}

.event-content .container {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 100px;
}

.event-main .editor p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  margin: 0 0 25px;
}

.event-main .editor p:last-child {
  margin: 0;
}

.event-content__box {
  margin: 0 0 90px;
}

.event-content__box:last-child {
  margin: 0;
}

.program-item__time {
  background:  #c4d0e3;
  font-size: 16px;
  font-weight: 500;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.program-item {
  display: grid;
  grid-template-columns: 150px 1fr;
  margin: 0 0 15px;
  background: #D9E1ED;
  border-radius: 8px;
}

.program-item:last-child {
  margin: 0;
}

.program-item__text h4 {
  font-weight: 500;
  font-size: 16px;
  margin: 0 0 15px;
  line-height: 1;
}

.program-item__text h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 15px;
}

.program-item__text h2 {
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 15px;
}

.program-item__text h5 {
  font-weight: 500;
  font-size: 14px;
  margin: 0 0 15px;
}

.program-item__text p, .program-item__text li {
  font-weight: 400;
  font-size: 14px;
}

.program-item__text {
  padding: 30px 40px 30px 30px;
}

.program-item__text p {
  margin: 0 0 15px;
}

.program-item__text p:last-child {
  margin: 0;
}

.program-item__text ul {
  margin: 0 0 15px;
  padding: 0 0 0 0px;
  list-style: none;
}

.program-item__text ul li {
  position: relative;
  padding-left: 15px;
}

.program-item__text ul li:before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background: var(--black);
  border-radius: 4px;
  position: absolute;
  top: 8px;
  left: 5px;
}

.program-item__text h5:last-child, .program-item__text h4:last-child {
  margin: 0;
}

.event-side {
  position: relative;
  height: 100%;
}

.event-meta {
  position: sticky;
  top: 94px;
  background: #fff;
  border-radius: 14px;
  padding: 20px;
}

.meta-box__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  margin: 0 0 15px;
}

.meta-box__value {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  margin: 0;
}

.event-meta__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.event-meta .meta-box {
  background: rgb(217 225 237 / 30%);
  border-radius: 10px;
  padding: 15px 20px;
}
.admin-bar .event-meta {
  top: 127px;
}
.event-meta .btn.btn-t:hover {
  color: var(--turq);
}
.event-meta .btn.btn-t {
  width: 100%;
  margin-top: 10px;
}
.intro__left {
  border-radius: 16px;
  padding: 40px;
  background: #1d1c4e;
}

.intro__left h1 {
  font-weight: 500;
  font-size: 40px;
  margin: 0 0 40px;
}

.intro__left p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  margin: 0 0 60px;
}

.single-event .intro__blocks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: normal;
  margin-top: 90px;
}



.intro__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro__right {
  border-radius: 16px;
  overflow: hidden;
}


.bg--dark .breadcrumbs, .bg--dark .breadcrumbs a {
  color: var(--white);
}

.navi-block {
  margin: 30px 0;
}

h1.depart {
  max-width: 762px;
  text-align: center;
}
.about-dep {
  background: #D9E1ED;
}

.double-block {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
}

.double-block .meta {
  align-items: flex-start;
}

.editor-small p, .editor li {
  font-weight: 400;
  font-size: 16px;
}

.editor-small p {
  margin: 0 0 20px;
}

.editor-small p:last-child {
  margin: 0;
}

.dep-info .name {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  margin: 0 0 10px;
}

.dep-info .job {
  font-weight: 400;
  font-size: 12px;
  opacity: .8;
}

.dep-info__items p {
  font-weight: 400;
  font-size: 12px;
  opacity: .2;
  line-height: 1;
  margin: 0 0 10px;
}

.dep-info__items a {
  font-weight: 500;
  font-size: 14px;
  color: var(--black);
}

.dep-info__items a:hover {
  color: var(--turq);
}

.dep-info__items {
  display: flex;
  gap: 20px;
}

.dep-contact__img {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.dep-contact__img:before {
  content: '';
  display: block;
  padding-top: 120%;
}

.dep-contact__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dep-contact {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 20px;
  margin-top: 80px;
}

.colors-dots span {
  display: none;
}

.colors-dots span:first-child {
  display: block;
}

.colors-dots.dots-2 span:nth-child(2), 
.colors-dots.dots-3 span:nth-child(2), 
.colors-dots.dots-4 span:nth-child(2), 
.colors-dots.dots-3 span:nth-child(3), 
.colors-dots.dots-4 span:nth-child(3), 
.colors-dots.dots-4 span:nth-child(4) {
  display: block;
}


.priorities .safety-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 0 0 var(--section-padding);
}

.safety-item {
    background: #D9E1ED;
    border-radius: 12px;
    padding: 30px;
}

.safety-item p {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
}

.colors-dots {
    display: flex;
    align-items: center;
    gap: 2px;
    margin: 0 0 25px;
}

.colors-dots span {
    width: 10px;
    height: 10px;
}
.twice-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 0 0 80px;
}

.twice-block .meta {
  align-items: flex-start;
}



.safety .safety-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

.safety .safety-items .colors-dots {
  margin: 0 0 60px;
}

.colors-dots span:nth-child(even) {
    background: #F25323;
}

.colors-dots span:nth-child(odd) {
    background: var(--turq);
}

.dep-img:nth-child(1), .dep-img:nth-child(2) {
    overflow: hidden;
    border-radius: 12px;
    position: relative;
}

.dep-img:nth-child(1):before, .dep-img:nth-child(2):before {
    content: '';
    display: block;
}

.dep-img:nth-child(1):before {
    padding-top: 100%;
}

.dep-img:nth-child(2):before {
    padding-top: 50%;
}

.dep-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.logos {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    row-gap: 10px;
    column-gap: 8px;
}

.logo-box {
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.04);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.logo-box:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.logo-box img {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    max-width: 100%;
}
.editor-middle p {
  font-weight: 400;
  font-size: 18px;
  color: var(--white);
}

.сommittees-block__meta h2 {
  line-height: 1;
  margin: 0 0 40px;
}

.сommittees-block__meta {
  margin: 0 0 60px;
  max-width: 49%;
}

.comm-block p {
  font-weight: 500;
  font-size: 16px;
  color: var(--white);
  line-height: 1.2;
  margin: 0 0 14px;
  text-align: center;
}

.comm-block a {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  font-weight: 500;
  font-size: 14px;
  color: var(--turq);
  opacity: 0;
}

.comm-block a svg {
  fill: var(--turq);
}

.comm-block__img {
  margin: 0 0 40px;
}

.comm-block__img img {
  max-height: 70px;
  width: auto;
}

.comm-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background:  #1d1c4e;
  border-radius: 12px;
  cursor: pointer;
  position: relative;
  transition: .12s;
  padding: 65px 40px 40px;
}

.comm-block:hover {
  background: #272656;
}

.comm-block a:before {
  content: '';
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-indent: -999em;
  white-space: nowrap;
  z-index: 1;
}

.comm-block:hover a {
  opacity: 1;
}

.comm-blocks {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.office-items {
  color: var(--white);
}

.office-items > div {
  background: #1d1c4e;
  border-radius: 12px;
  padding: 35px 30px 35px 60px;
  position: relative;
}

.office-items p:first-child {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  margin: 0 0 20px;
  position: relative;
}

.office-items p:last-child {
  font-weight: 400;
  font-size: 14px;
  margin: 0;
}

.office-items p:first-child:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: var(--turq);
  position: absolute;
  left: -30px;
  top: 3px;
}

.office-items {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: auto;
}

.relation__block {
  grid-template-columns: 1fr 1fr;
  display: grid;
  gap: 0px;
}

.relation__content {
  padding-right: 110px;
  display: flex;
  flex-direction: column;
}

.relation__media {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.relation__media:before {
  content: '';
  display: block;
  padding-top: 120%;
}

.relation__media img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.relation__block:after {
  content: '';
  display: block;
  border-bottom: 1px solid #fff;
  grid-area: auto / 1 / auto / 3;
  padding-top: var(--section-padding);
  opacity: .1;
}

.intro__analytics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 0 0 120px;
}

.intro__img {
  overflow: hidden;
  border-radius: 12px;
  position: relative;
}

.intro__img:before {
  content: '';
  display: block;
  padding-top: 70%;
}

.intro__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.intro__analytics .intro__content {
  padding: 0;
}


.intro__analytics .intro__content {
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  gap: 40px;
}
.bg--dark .pagination a.active {
  color: var(--turq);
}
.bg--dark .pagination a {
  color: var(--white);
}
.single-post main.page-inner {
  padding-top: 74px;
}

@media only screen and (max-width: 1520px) {
  .gallery.swiperGallery {
    padding: 0 18%;
  }
}
@media only screen and (max-width: 1240px) {
  .exp-post h3 {
    font-size: 22px;
  }
}
.error404 {
  background: #0F0E43;
  color: var(--white);
}

.error-block {
  padding: 295px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.error-block h1 {
  font-weight: 500;
  font-size: 24px;
  max-width: 462px;
}

.modal-content {
  border-radius: 12px;
  background: var(--turq);
  border: 0;
}

.modal-body {
  border-radius: 12px;
  padding: 70px 58px;
}

.modal-dialog {
  max-width: 650px;
}

button.close {
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 1;
}



.modal .fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.modal .field.field-comp {
  grid-area: auto / 1 / auto / 3;
}
.modal  .field:nth-child(4), .modal  .field:nth-child(5) {
  grid-area: auto / 1 / auto / 3;
  display: flex;
  justify-content: center;
  width: 100%;
}

.modal .field .btn.btn-white {
  margin-top: 30px;
}

.modal .field:nth-child(4) p {
  width: 100%;
}

.form-title {
  font-weight: 500;
  font-size: 40px;
  line-height: 1;
  margin: 0 0 15px;
  text-align: center;
  color: var(--white);
}

.form-subtitle {
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: var(--white);
  margin: 0 0 40px;
  line-height: 1;
}
.modal .wpcf7 form.sent .wpcf7-response-output {
  color: var(--white);
  text-align: center;
}
.page-template-page-department .intro__content {
  padding-bottom: 110px;
}
.menu-box__bottom {
  display: none;
}


.search-submit.btn {
  padding: 0;
  width: 34px;
  height: 34px;

}

.search-submit.btn svg {
  stroke: var(--black);
}

form.search-form label {
  margin: 0;
  display: flex;
  align-items: center;
}

form.search-form {
  display: flex;
  align-items: center;
  gap: 0;
  border-radius: 8px;
  padding: 25px 40px;
  background: var(--white);
}

form.search-form label {
  flex: 1 0 auto;
}

form.search-form input {
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--black);
  padding-right: 15px;
}

form.search-form input::placeholder {
  color: var(--black);
  opacity: .4;
}

form.search-form input:focus {
  outline: none;
  box-shadow: none;
  background: var(--white);
  color: var(--black);
}

#modalSearch button.close svg {
  fill: var(--black);
  stroke: var(--black);
}

#modalForm button.close svg,
.modal-video button.close svg {
  stroke: var(--white);
}

#modalSearch .modal-body {
  padding: 0;
}

#modalSearch button.close {
  top: 50%;
  transform: translate(-15px, -50%);
}

#modalSearch .modal-dialog {
  max-width: 1350px;
  margin-top: 74px;
}
.rubrics {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.rubric {
  background: #1d1c4e;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  padding: 40px;
  font-weight: 500;
  font-size: 16px;
  color: var(--white);
  transition: .12s;
}
.home section.news-home .container {
  padding-top: calc(var(--section-padding) / 2);
}
#search-results {
  padding: 50px 40px 40px;
}

#search-results:before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--white);
  border-radius: 8px;
}

.search-results__top {
  position: relative;
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  font-size: 14px;
  margin: 0 0 38px;
  line-height: 1;
}

.search-results__top > div:first-child {
  opacity: .4;
}

.search-results__top a {
  color: var(--turq);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 20px;
}

.search-results__top a svg {
  fill: var(--turq);
  transition: .12s;
  transform: translate(0px, 0px);
}

.search-results__top a:hover svg {
  transform: translate(5px, 0px);
}

#search-results a.list-group-item  strong {
  color: var(--turq);
  font-weight: 500;
  font-size: 16px;
  display: block;
  line-height: 1;
  margin: 0 0 15px;
}

#search-results  a.list-group-item  {
  border: 0;
  background: transparent;
  border-bottom: 1px solid #d9dce3;
  padding: 0 0 15px;
  margin: 0 0 20px;
}

#search-results a.list-group-item  br {
  display: none;
}

#search-results a span.cat-search {
  font-weight: 500;
  font-size: 14px;
  color: var(--turq);
  margin: 0 0 10px;
  display: block;
  line-height: 1;
}

#search-results a span:last-child {
  font-weight: 400;
  font-size: 14px;
  color: var(--black);
}

#search-results > a:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}

.rubric__img {
  width: 70px;
  height: 70px;
  position: relative;
  margin: 0 0 100px auto;
}

.rubric__img img {
  position: absolute;
  top: 0;
  left: 0;
  transition: .12s;
}

.rubric__img img:last-child {
  opacity: 0;
}

.rubric:hover .rubric__img img:last-child {
  opacity: 1;
}

.rubric:hover .rubric__img img:first-child {
  opacity: 0;
}

.rubric:hover {
  color: var(--white);
  background: var(--turq);
}

.companies__logo .container {
  padding: 0;
}

.companies__logo {
  position: relative;
}
.line.bg--dark {
  position: relative;
}
.companies__logo:before, 
.companies__logo:after,
.line.bg--dark:before,
.line.bg--dark:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 28%;
  z-index: 1;
}

.companies__logo:before,
.line.bg--dark:before {
  left: 0;
  background: linear-gradient(90deg, #0f0e43 12.92%, rgba(15, 14, 67, 0) 100%);
}

.line.bg--dark:before, 
.line.bg--dark:after {
  z-index: 2;
}

.companies__logo:after,
.line.bg--dark:after {
  right: 0;
  background: linear-gradient(270deg, #0f0e43 12.92%, rgba(15, 14, 67, 0) 100%);
}
.logo-item:before {
content: '';
display: block;
padding-top: 100%;
}
.logo-item {
  position: relative;
  background: rgba(255, 255, 255, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: .15s;
}

.logo-line {
  overflow: hidden;
  white-space: nowrap;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 7px;
  padding: 0;
  margin: 0 0 7px;
}
.companies__wrap {
  overflow: hidden;
}
.logo-item img {
  transition: transform 0.3s;
}



.companies__wrap {
  width: 1350px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0px);
  top: 0;
}
.companies__logo .container {
  padding: 0;
  position: relative;
  overflow: hidden;
  height: 452px;
}
.companies > .container:first-child {
  padding: 0 15px;
}

.companies  .meta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 40px;
  margin: 0 0 100px;
}
.companies hr {
  background: rgba(255, 255, 255, 0.1);
}

.companies .meta h2 span {
  opacity: .3;
}
.rubrics-block .container {
  padding-top: 0;
}
.companies__logo {
  max-width: 1350px;
  margin: 0 auto;
}

.intro__blocks .intro__meta p {
  margin: 0;
}
.list-group-item.no-result {
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 14px;
  font-weight: 400;
  opacity: .4;
}

.nav-links {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.search-results nav.navigation.pagination {
  margin: 0;
}

.search-results h1 {
  margin: 80px 0;
}

.search-result-title {
  font-weight: 500;
  font-size: 24px;
  margin: 0 0 60px;
  line-height: 1;
}

section.search-results-list h2 {
  color: var(--turq);
  font-weight: 500;
  font-size: 16px;
  display: block;
  line-height: 1;
  margin: 0 0 15px;
}

section.search-results-list .post-category {
  font-size: 14px;
  font-weight: 500;
  color: var(--turq);
  margin: 0 0 15px;
}

section.search-results-list .entry-summary {
  font-weight: 400;
  font-size: 14px;
  margin: 0;
}
section.search-results-list article:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}
section.search-results-list article {
  margin: 0 0 25px;
  padding: 0 0 25px;
  border-bottom: 1px solid #d9dce3;
}
section.search-results-list .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
.entry-summary strong {
  font-weight: 600;
}

body.term-23 .filter-wrap,
body.term-70 .filter-wrap {
  display: none;
}

.upcoming-event.arch-post .upcoming-event__image:before {
  content: '';
  display: block;
  padding-top: 70%;
}
.upcoming-event.arch-post img {
  filter: grayscale(1);
}
.upcoming-event.arch-post img {
  filter: grayscale(1);
}

.upcoming-event.arch-post .upcoming-event__inner a {
  color: var(--black);
}

.upcoming-event.arch-post .upcoming-event__inner a svg {
  fill: var(--black);
}

.arch-post .upcoming-event__meta .label {
  background: rgba(242, 83, 35, 0.3);
  color: #F25323;
}

.upcoming-event.arch-post .upcoming-event__meta span {
  color: var(--black);
}

.upcoming-event.arch-post .upcoming-event__meta span.dot {
  background: var(--black);
}

.upcoming-event.arch-post .upcoming-event__inner h3 {
  color: var(--black);
}

.upcoming-event.arch-post {
  background: #D9E1ED;
}
.upcoming-event.arch-post:hover {
  background: #AFBFD9;
}

.ex-main .container {
  padding-top: 30px;
}
.ex-main__wrap {
  display: grid;
  grid-template-columns: 314px 1fr;
  gap: 40px;
}

.ex-main__side {
  border-radius: 16px;
  background: #D9E1ED;
  padding: 30px;
}

.ex-box__img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  max-width: 236px;
}

.ex-box__img:before {
  content: '';
  display: block;
  padding-top: 118%;
}

.ex-box__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ex-box {
  display: grid;
  grid-template-columns: 236px 1fr;
  gap: 30px;
  margin: 0 0 120px;
}

.ex-box__meta h1 {
  font-weight: 500;
  font-size: 24px;
  margin: 0 0 20px;
}

.ex-box__job {
  font-weight: 400;
  font-size: 12px;
  opacity: .8;
}

.ex-editor p {
  font-weight: 400;
  font-size: 14px;
  margin: 0 0 30px;
}

.ex-editor p:last-child {
  margin: 0;
}

.ex-box__meta {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
}

.ex-editor {
  margin-top: auto;
}
.ex-main__side li {
  list-style: none;
  line-height: 1;
}

.ex-main__side ul {
  margin: 0;
  padding: 0;
}

.ex-main__side a {
  color: var(--black);
  padding: 10px 20px;
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  transition: .12s;
}

.ex-main__side a:hover {
  color: var(--turq);
}

.ex-main__side li {
  list-style: none;
  line-height: 1;
}

.ex-main__side ul {
  margin: 0;
  padding: 0;
}

.ex-main__side a {
  color: var(--black);
  padding: 10px 20px;
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  transition: .12s;
}

.ex-main__side a:hover {
  color: var(--turq);
}

.ex-main__side a:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: var(--turq);
  position: absolute;
  left: 0px;
  top: 12px;
  transition: .12s;
  opacity: 0;
}

.ex-main__side .current-menu-item a:before, .ex-main__side a:hover:before {
  opacity: 1;
}

.ex-main__side .current-menu-item a {
  color: var(--turq);
}







.cat-label p {
  font-weight: 500;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.cat-label p span {
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}


.ex-articles .nav-links {
  margin: 0;
}

.news-preview__top, .news-preview h3 {
  padding: 0 10px;
}
.ex-article__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 40px;
  column-gap: 20px;
}

.ex-article__list .news-preview__inner {
  padding: 10px;
}
.ex-article__list .news-preview__thumb:before {
  content: '';
  display: block;
  padding-top: 65.6%;
}

.article__main h3, 
.article__main h2, 
.article__main h4, 
.article__main h5, 
.article__main h6 {
  font-size: 24px;
  line-height: 1.3;
}

.archive .news-home .container:after {
  background: rgba(1, 0, 31, 0.1);
}

.file-article a svg {
  fill: var(--turq);
}
.file-article a:hover svg {
  fill: var(--white);
}
.file-article a:hover {
  color: #fff;
  background: var(--turq);
}
.file-article a {
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 54px;
  padding: 0 20px;
  border: 1px solid var(--turq);
  border-radius: 4px;
}

.news-preview__inner {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}

.news-preview__inner h3 {
  flex: 1 0 auto;
}

.news-preview.in-article {
  display: flex;
  flex-direction: column;
}
.mobile-sidebar {
  display: none;
}

.ex-main .meta {
  margin: 0 0 40px;
}
.ex-main .meta h2 {
  font-size: 28px;
}
.page-template .intro__meta .btn-t {
  margin-top: 30px;
}
.brand__media img.img-m {
  display: none;
}
button.close svg {
  fill: var(--white);
  stroke: var(--white);
  z-index: 9999;
}
.news-preview.in-article {
  height: 100%;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0F0E43;
  z-index: 9999;
  display: flex; 
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease; 
}
#preloader.hidden {
  display: none !important; 
}
/*
body.no-scroll {
  overflow: hidden; 
}*/

 .firstscreen .anim {
  opacity: 0;
  transform: translate(0, 20%);
}

.post-img__cat {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
}

.single-post .post-img .post-img__cat img {
  width: 50px;
  height: 50px;
  position: relative;
}

.field.field-comp p {
  width: 100%;
}

.field.field-sub p {
  width: 100%;
  text-align: center;
}

.field.field-sub {
  grid-area: auto / 1 / auto / 3;
}

section.line.bg--dark {
  padding-top: 7px;
}

@media only screen and (max-width: 1199px) {
  .single-post .post-img .post-img__cat img {
    width: 26px;
    height: 26px;
    position: relative;
  }

  .post-img__cat {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 1;
}

  #preloader {
    background: #01001F;
  }

  #preloader img {
    max-width: 285px;
  }

  .menu-box .submenu a:hover {
    color: var(--white);
    opacity: .5;
  }
  .event-template-default .intro__left {
    padding: 25px 20px;
  }
  .event-template-default .intro h1 {
    font-size: 28px;
  }
  .event-template-default .intro__left p {
    margin: 0 0 50px;
  }
  .brand__media img.img-m {
    display: block;
  }
  .brand__content {
    padding: 25px 20px;
  }
  .brand__content .title {
    font-size: 18px;
  }
  .brand__media .btn--play {
    bottom: 20px;
    left: 20px;
  }
  .brand-items {
    row-gap: 40px;
    column-gap: 15px;
  }
  .brand__media img.img-d {
    display: none;
  }
  .brand-item {
    grid-template-columns: 1fr;
    display: flex;
    flex-direction: column;
  }

  .brand__media img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .brand__media:before {
      content: '';
      display: block;
      padding-top: 60%;
  }

  .teem-item p.desc {
    font-size: 12px;
  }
  .edge__title {
    font-size: 18px;
    padding: 35px 20px 20px;
    min-height: 100px;
  }
  .edge__desc {
    padding: 0 20px 35px;
    font-size: 13px;
  }

  .teem-items {
    column-gap: 15px;
    row-gap: 40px;
  }

  .page-template-page-about .intro__blocks {
    padding: 0 0 60px;
  }

  .page-template-page-about  .intro__meta p {
    font-weight: 400;
    font-size: 16px;
}

  .news-preview__thumb {
    max-width: 100%;
  }

  .ex-main__wrap {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 20px;
  }

  .ex-box {
    margin: 0 0 80px;
  }

  .ex-article__list {
    grid-template-columns: 1fr 1fr;
  }

  .ex-main .container {
    padding-top: 10px;
  }

  .ex-main__side {
    border-radius: 12px;
    background: #D9E1ED;
    padding: 20px;
  }
  .filter-form {
    gap: 10px;
  }

  .ex-main__wrap {
    grid-template-columns: 1fr;
    gap: 40px;
}

  .article__main h3, .article__main h2, .article__main h4, .article__main h5, .article__main h6 {
    font-size: 18px;
    line-height: 1.3;
  }

  .single .btn-menu:before, .single .btn-menu:after, .single .btn-menu span {
    background: var(--turq);
  }

  .single .btn-menu.menu-open:before, 
  .single .btn-menu.menu-open:after, 
  .single .btn-menu.menu-open span {
    background: var(--white);
  }

  .article__top {
    border-radius: 12px;
    padding: 35px 20px;
    margin: 0 0 80px;
    grid-template-columns: 0.9fr 1fr;
    gap: 20px;
  }

  .article__main p, .article__main ul, .article__main ol, .article__main h3, .article__main h2, .article__main h4, .article__main h5, .article__main h6 {
    margin: 0 0 40px;
}
  a.prev.page-numbers {
    margin-right: 10px;
  }
  a.next.page-numbers {
    margin-left: 10px;
  }

  section.search-results-list .container {
    padding-top: 80px;
    padding-bottom: 80px;
}

  .search-result-title {
    font-size: 18px;
    margin: 0 0 40px;
  }

  .search-results h1 {
    margin: 40px 0;
  }
  .mobile-search .btn.btn-search {
    color: var(--white);
    font-weight: 500;
    font-size: 18px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: flex-start;
  }

  .mobile-search .btn.btn-search svg {
      fill: var(--white);
      stroke: var(--white);
  }

  .menu-box__bottom {
      display: flex;
      flex-direction: column;
      gap: 30px;
  }
  #modalSearch button.close {
    top: 32px;
    transform: translate(-15px, 0%);
    right: 10px;
  }
  #modalSearch .modal-dialog {
    margin: 0;
    height: 100%;
    background: var(--white);
  }
  .all-result {
    max-height: calc(100vh - 221px);

  }
  form.search-form {
    padding: 25px 55px 25px 15px;
    border-bottom: 1px solid #d9dce3;
    border-radius: 0;
  }
  #search-results {
    padding: 40px 25px 40px;
  }
  #modalSearch .modal-content {
    padding: 0 0px;
    background: transparent;
    height: 100%;
  }
  .companies .meta {
    margin: 0 0 60px;
  }
  .companies__logo .container {
    height: 388px;
  }

  .companies__wrap {
    width: 1157px;
  }

  .rubric__img {
    width: 50px;
    height: 50px;
    position: relative;
    margin: 0 0 60px auto;
  }

  .rubrics {
    gap: 15px;
  }
  .rubric {
    padding: 20px;
}

  .menu-box__bottom {
    display: flex;
    margin-top: auto;
  } 
  .mobile-lang li {
    list-style: none;
  }

  .mobile-lang {
      display: flex;
      align-items: center;
      gap: 13px;
  }
  .mobile-social .social a:hover {
    border: 1px solid rgba(255, 255, 255, 0.1);
}
  .mobile-lang a {
      font-weight: 500;
      font-size: 16px;
      color: var(--white);
  }

  .mobile-lang .current-lang a {
      opacity: .5;
}
  .filter-form label,
  .news-menu li {
    margin: 0 0 20px;
  }
  .filter-form,
  .news-menu ul {
    overflow-x: auto;
    margin: 0 0 40px;
  }
  .pagination {
    margin-top: 40px;
  }

  .intro__analytics .intro__content {
    gap: 30px;
  }
  .intro__analytics {
    grid-template-columns: 1fr;
    margin-top: 60px;
  }
  .intro__analytics .intro__content p {
    max-width: 100%;
  }
  .intro__analytics {
    margin: 0 0 60px;
  }

  .related__top {
    margin: 0 0 40px;
  }
  .relation__content {
    padding-right: 20px;
  }
  .editor-middle p {
    font-size: 16px;
    margin: 0;
  }
  .сommittees-block__meta {
    margin: 0 0 40px;
}
  .comm-blocks {
    gap: 15px;
  }
  .comm-block {
    padding: 40px 25px 25px;
  }
  .dep-contact {
    margin-top: 40px;
  }
   .intro__content img {
    max-width: 50px;
  }

  .intro__content {
    gap: 30px;
  }
  .intro h1 {
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -0.03em;
  }

 .tax-partners .intro h1 br {
    display: none;
  }
  .intro__content p {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    max-width: 325px;
  }
  .page-template-page-department .intro__content img {
    max-width: 50px;
  }

  h1.depart {
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -0.03em;
    max-width: 325px;
  }
  .error-block h1 {
    font-size: 18px;
    max-width: 320px;
  }
  :root {
    --section-padding: 80px;
  }


  
  .events-home .upcoming-event__inner h3 {
    font-size: 14px;
  }
  .events-home  .upcoming-event__meta span {
    font-size: 16px;
  }

  .events-home .upcoming-event__inner {
    padding: 20px;
  }

  .events-home .upcoming-event__meta .label {
    font-size: 10px;
    padding: 8px 10px;
  }

  .events-home .upcoming-event__inner a {
    font-size: 12px;
  }

  .event-preview a {
    padding: 18px;
    font-size: 12px;
  }

  .exp-post {
    padding: 20px;
    border-radius: 20px;
    height: 100%;
  }

  .exp-post__meta {
    display: flex;
    align-items: flex-start;
    gap: 24px;
  }
  .exp-post > p {
    margin: 0 0 60px;
}
  .exp-post h3 {
    font-size: 18px;
  }

  .news-grid {
    grid-template-columns: 2.5fr 1fr;
  }
  .news-main__content {
    padding: 20px;
  }

  .meta {
    margin: 0 0 40px;
  }

  section h2 {
    font-size: 28px;
  }

  .has-submenu.show-sub > a .down {
    transform: translate(0px, -50%) rotate(180deg);
    opacity: .5;
  }
  .has-submenu.show-sub > a {
      color: #79C5D1 !important;
  }
  .home .site-header .menu-box > div > ul > li > a,
  .site-header .menu-box > div > ul > li > a {
    font-size: 18px;
    color: var(--white);
    padding: 20px 15px;
    border-top: 1px solid #30a9b8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    position: relative;
  }
  .site-header .menu-box > div > ul {
    gap: 0px;
  }
  .menu-box .submenu a {
    font-size: 16px;
    color: var(--white);
  }

  .site-header ul.submenu {
    padding: 0 15px 20px;
    display: none;
  }
  span.down {
    display: block;
    width: 32px;
    height: 32px;
    background: url(/wp-content/themes/wp-bootstrap-starter-master/img/arr-white.svg) no-repeat center;
    background-size: 12px;
    transition: .12s;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%) rotate(0deg);
    right: 15px;
  }
  .menu-box > div > ul > li {
    padding: 0px 0;
  }
  .menu-box {
    background: var(--turq);
    color: var(--white);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 104px 15px 25px;
    transform: translate(101%, 0px);
    display: flex;
    flex-direction: column;
    transition: .15s;
  }

  .menu-open .logo, .menu-open .site-header > .btn {
    position: relative;
    z-index: 1;
  }
  .site-header.menu-open .logo-white {
    display: block;
  }
  .site-header.menu-open .logo-color {
      display: none;
  }

  .site-header .btn-border-t,
  .site-header .btn-border {
    margin-left: auto;
  }

  .site-header.menu-open .btn-border-t,
  .site-header.menu-open .btn-border {
    border: 1px solid var(--white);
    color: var(--white);
    position: relative;
    z-index: 1;
  }

  .site-header.menu-open .menu-box {
    transform: translate(0%, 0px);
  }

  .top > .btn-search, .top > .lang {
    display: none;
  }
  .btn-menu {
    display: flex;
    margin-left: 15px;
  }
  .callus {
    padding: 80px 0;
  }
  
  .footer__top {
    margin-bottom: 60px;
    padding-bottom: 60px;
    padding-top: 80px;
  }
  .footer__bottom {
    margin: 0 0 30px;
  }

  .footer__middle {
    margin: 0 0 60px;
  }
  
  .site-header .menu-box > div > ul {
    flex-direction: column;
  }
  .intro-img:before {

    padding-top: 40%;
  }

  .article .container > hr {
    margin: 0 0 80px;
    padding: 0 0 80px;
  }
  .edges__items {
    column-gap: 15px;
    row-gap: 30px;
  }
  .event-content .container {
    display: grid;
    grid-template-columns: 1fr 0.75fr;
    gap: 20px;
  }
}



@media only screen and (max-width: 1024px) {

  .teem-item {
    flex: 0 0 calc(25% - 20px);
}

  .edges__items {
    grid-template-columns: repeat(3, 1fr);
  }
  .m-items {
    grid-template-columns: repeat(4, 1fr);
    row-gap:40px;
    column-gap: 15px;
  }
  .intro__blocks .intro__meta p {
    margin: 0;
    font-size: 16px;
  }
  .edge__title {
    min-height: auto;
  }
  .intro__blocks {
    grid-template-columns: 1.5fr 1fr;
      gap: 30px;
      padding: 0 0 60px;
    }
  .comm-block__img {
    margin: 0 0 20px;
  }
  .comm-block a {
    opacity: 1;
  }
  .comm-block {
    padding: 40px 15px 25px;
  }
  .comm-block__img img {
    max-height: 70px;
    width: auto;
    max-width: 50px;
  }
  .safety .safety-items {
    grid-template-columns: 1fr 1fr;
  }
  .logos {
    grid-template-columns: repeat(8, 1fr);
  }
  .events-home {
    grid-template-columns: 1fr 360px;
  }

  .event-preview {
    position: relative;
    max-width: 360px;
    margin: 0 auto;
  }
  .opinion__inner {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .news-grid {
    grid-template-columns: 1fr 1fr;
  }

  .opinion__inner .meta a, .opinion__inner .meta div {
    display: none;
  }

  .opinion .meta--bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }

  .news-main {
    grid-area: 1 / 1 / 2 / 3;
  }

  .news-items {
    flex-direction: row;
    grid-area: 2 / 1 / 3 / 3;
  }

  .analytics-post__inner h3 {
    font-size: 14px;
  }

  .analytics-post__inner {
    padding: 10px 0;
  }

}

.firstscreen-inner {
  gap: 10px;
}
.relation__media img.mobile {
  display: none;
}
.arrow-mobile {
  display: none;
}

.cat-label p {
  margin: 0;
}

.category-ucab-survey .filter-wrap,
.category-ucab-survey-en .filter-wrap {
  display: none;
}

#modalForm-event .fields > .field:nth-child(3) {
    grid-area: auto / 1 / auto / 3;
}

@media only screen and (max-width: 991px) {

  #modalForm-event .fields > .field:nth-child(3) {
    grid-area: auto;
}

  .field.field-sub {
    grid-area: auto;
}
.modal .field.field-comp {
  grid-area: auto;
}
.modal .field:nth-child(4), .modal .field:nth-child(5) {
  grid-area: auto;
}
  .event-content__box h2 {
    font-size: 18px;
    margin: 0 0 35px;
  }
  .event-content .container {
    grid-template-columns: 1fr;
    gap: 80px;
  }
  .event-side {
    grid-area: 1 / auto / 2 / auto;
  }
  .event-content__box {
    margin: 0 0 80px;
  }
  .single-event .intro__blocks {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .single-event .intro__right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .single-event .intro__right:before {
    content: '';
    display: block;
    padding-top: 72%;
  }
  .single-event .intro__right {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    max-width: 445px;
    margin: 0 auto;
    width: 100%;
  }
 .sidebar {
  display: none;
 }
 .mobile-side {
    display: none;
    margin-top: 25px;
  }
  .btn.toggle-button {
    padding: 0;
    height: auto;
    color: var(--turq);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .btn.toggle-button span:nth-child(2) {
      display: none;
  }

  .btn.toggle-button svg {
      fill: var(--turq);
      transform: rotate(90deg);
      transition: .12s;
  }

  .btn.toggle-button.show svg {
      transform: rotate(270deg);
  }

  .btn.toggle-button.show span:nth-child(2) {
    display: inline-block;
  }

  .btn.toggle-button.show span:nth-child(1) {
    display: none;
  }

  .mobile-sidebar {
    display: block;
  }
 

  .article__meta h1 {
    font-size: 28px;
  }

  .intro__blocks {
    grid-template-columns: 1fr;

  }
  .filter-wrap {
    margin-right: -15px;
  }
  .news-menu {
    margin-right: -15px;
}
  .relation__media img.mobile {
    display: block;
  }
  .relation__content {
    padding-right: 0px;
  }
  .relation__media img:first-child {
    display: block;
  }

  .relation__block {
    grid-template-columns: 1fr;
  }
  .office-items > div {
    padding: 25px 20px 25px 45px;
  }
  .twice-block { 
    grid-template-columns: 1fr;
    gap: 0px;
    margin: 0 0 60px;
  }
  .office-items p:first-child:before {
    left: -25px;
  }
  .relation__block:after {
    grid-area: auto;
  }
  .relation__media {
    margin-top: 60px;
  }
  .relation__media:before {
    content: '';
    display: block;
    padding-top: 60%;
  }
  .logos {
    grid-template-columns: repeat(8, 1fr);
  }
  .double-block {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .editor-small p {
    margin: 0 0 15px;
  }
  .colors-dots {
    margin: 0 0 20px;
  }
  .safety-item {
    padding: 25px 20px;
  }
  .double-block.double-img {
    grid-template-columns: 1fr 2fr;
    gap: 20px;
  }
  .modal .field:nth-child(3), .modal .field:nth-child(4) {
    grid-area: auto;
  }

  .modal .fields {
    grid-template-columns: 1fr;
  }

  .form-title {
    font-size: 28px;
  }

  .firstscreen__meta h1 {
    font-size: 40px;
    max-width: 395px;
  }

  .firstscreen__meta p {
    font-size: 16px;
    max-width: 330px;
  }

  .firstscreen__meta {
    gap: 30px;
  }

  .swiper.swiperEventFirst {
    max-width: 325px;
    margin: 0;
  }


  .analytics-posts,
  .post-list {
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 20px;
  }

  .news-main h3, .news-main h3 a {
  
    font-size: 18px;
    line-height: 130%;
   
  }
  .callus__form h2 {
    font-size: 28px;
  }
  .callus__form > p {
    max-width: 320px;
  }

  .callus__form .fields {
    display: flex;
    flex-direction: column;
  }

  .callus__block {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .callus__contact {
    margin: 0;
  }
  .footer__top p {
    font-size: 28px;
    max-width: 325px;
  }

  .footer__middle {
    flex-direction: column;
    gap: 60px;
  }
  .сommittees-block__meta {
    margin: 0 0 60px;
    max-width: 100%;
  }
}

@media only screen and (max-width: 820px) {
  .search-results__top {
    flex-direction: column;
    gap: 15px;
}
  .events-home {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  #search-results {
    padding: 35px 25px 40px;
}

  .events .upcoming-event {
    margin: 0 auto;
  }

  .breadcrumbs > span:nth-child(5), .breadcrumbs > span:nth-child(4) {
    display: none;
  }

  .all-result {
    max-height: calc(100vh - 256px);
}

}

.meta--bottom {
  display: none;
}
@media only screen and (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }

  .files {
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
    column-gap: 15px;
  }
  .file a {
    padding: 20px;
    font-weight: 500;
    font-size: 18px;
    gap: 15px;
  }
}
.banner-mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .event-meta {
    position: relative;
    top: 0%;
    background: #fff;
    border-radius: 14px;
    padding: 15px;
  }
  .event-meta .meta-box {
    padding: 15px 15px;
  }
  .program-item {
    grid-template-columns: 1fr;
  }
  .program-item__time {
    padding: 25px 0;
  }
  .program-item__text {
    padding: 25px 20px;
}
  .related .news-preview.in-article {
    height: 100%;
  }
  .brand-items {
    grid-template-columns: 1fr;
  }
  .video-youtube {
    width: 100%;
  }
  .modal.modal-video .modal-content {
    padding: 0 15px;
  }
  .banner-mobile {
    display: block;
    margin-top: 40px;
  }
  .edges__items {
    grid-template-columns: repeat(2, 1fr);
  }
    .gallery.swiperGallery {
      padding: 0 32%;
  }
  .article__top {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .article__meta h1 {
    margin: 0 0 35px;
  }
  .m-items {
    grid-template-columns: repeat(2, 1fr);
  }
  #modalSearch .modal-body {
    padding: 0;
    display: block;
  }
  .companies .meta a {
    display: inline-flex;
  }

  .rubrics {
    grid-template-columns: 1fr 1fr;
  }

  a.rubric span {
    min-height: 48px;
    display: flex;
    align-items: flex-end;
  }
  .rubric__img {
    margin: 0 0 32px auto;
  }

  .intro__analytics {
    margin-top: 60px;
    gap: 60px;
  }
  .intro__img:before {
    padding-top: 62%;
  }
  .intro__analytics .intro__content {
    align-items: center;
  } 
  .intro__analytics .intro__content p {
    max-width: 325px;
    text-align: center;
  }
  .logos {
    grid-template-columns: repeat(3, 1fr);
  }
  .comm-blocks {
    grid-template-columns: 1fr;
  }
  .safety .safety-items {
    grid-template-columns: 1fr;
  }
  .safety .safety-items .colors-dots {
    margin: 0 0 20px;
  } 
  .dep-info__items {
    flex-direction: column;
  }
  .dep-contact {
    grid-template-columns: 120px 1fr;
  }

  .double-block.double-img {
    display: none;
  }

  .priorities .safety-items {
    grid-template-columns: 1fr;
    gap: 15px;
    margin: 0;

  }
  .modal.modal-video .modal-content {
    background: transparent;
    margin: 0 auto;
  }

  .modal.modal-video .modal-dialog.modal-dialog-centered {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .video-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 0px;
  }

  .modal.modal-video button.close {
    top: 0;
    right: 15px;
    transform: translate(0px, -100%);
  }

  .modal-body {
    border-radius: 0px;
    padding: 0px 25px;
  }
  
  .modal-body {
    display: flex;
    align-items: center;
  }
  .modal-dialog.modal-dialog-centered {
    margin: 0;
  }

  .modal-dialog {
   height: 100%;
  }

  .modal-content {
    border-radius: 0px;
    border: 0;
    height: 100%;
  }

  section.events .meta .btn {
    display: flex;
  }

  .opinion .swiper {
    padding-right: 30px !important;
    padding-left: 15px!important;
  }

  .opinion__inner {
    margin: 0 -15px;
  }

  .opinion__inner h2 {
    padding: 0 15px;
  }


  .meta--bottom {
    display: block;
    margin: 40px 0 0 0;
  }

  .meta .btn {
    display: none;
  }
  .footer__box a {
    font-size: 14px;
  } 
  .footer__value {
    font-size: 14px;
  }

  p.copy {
    font-size: 12px;
  }
  .powerby a span {
    font-size: 12px;
  }
  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .footer__grid {
    column-gap: 20px;
    grid-template-columns: 1fr 1fr;
    row-gap: 40px;
  }
  .footer__box:nth-child(1) {
    grid-area: 1 / 1 / 3 / 2;
  }
  .footer__box:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
  }
  .footer__box:nth-child(3) {
    grid-area: 3 / 1 / 4 / 3;
  }
  .footer__box:nth-child(5) {
    grid-area: auto / 1 / auto / 3;
  }
  .footer__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
  p.footer__value.address {
    line-height: 1.1;
  }
}



.related .container > .arrow-btns {
  display: none;
}

.mobile-edges.related {
  display: none;
}
.edge {

  overflow: hidden;
  border-radius: 8px;
}
section.banner.bg--dark .container {
  padding-top: 0;
}
@media only screen and (max-width: 680px) {
  .teem-item {
    flex: 0 0 calc(50% - 10px);
  }
  .edges > .container .edges__items {
    display: none;
  }
  .edge__img:before {
    content: '';
    display: block;
    padding-top: 55%;
}
  .mobile-edges.related {
    display: block;
  }
  .related .container > .arrow-btns,
  .mobile-edges.related .arrow-btns {
    display: flex;
    margin-top: 40px;
    padding: 0 15px;
  }
  .related .edge {
    height: 100%;
}
.mobile-edges.related {
  margin: 0 -15px;
}
  .companies__logo .container {
    height: 240px;
  }

  .companies__wrap {
    width: 713px;
  }

  .logo-item img {
    max-width: 30px;
    height: auto;
  }
  section.firstscreen .container {
    padding-bottom: 48px;
  }
  .firstscreen-inner {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .firstscreen__meta {
    width: 100%;
  }
  .firstscreen .container {
    position: relative;
    z-index: 2;
  }
  .firstscreen:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.8);
      z-index: 1;
      position: absolute;
      top: 0;
      left: 0;
  }
  .firstscreen .upcoming-event {
    margin: 0 auto;
  }
  .swiper.swiperEventFirst {
    max-width: 100%;
    margin: 0;
  }
  .firstscreen-inner {
    gap: 40px;
  }
  .firstscreen {
    padding-top: 104px;
    height: auto;
  }

  .news-main {
    grid-template-columns: 1fr;
  }

  .news-items {
    flex-direction: column;
  }

  .post-list {
    grid-template-columns: 1fr;
  }


  .analytics-posts {
    grid-template-columns: 1fr;
  }
  .analytics-post__inner {
    padding: 20px 10px;
  }
  .analytics-post__inner h3 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 680px) {
  .ex-article__list {
    grid-template-columns: 1fr;
  }
  .news-preview__thumb {
    max-width: 100%;
  }
  .related .container {
    padding-left: 0;
    padding-right: 0;
  }
  .related__top .arrow-btns {
    display: none;
  }
  .arrow-mobile {
    display: block;
    margin-top: 40px;
    padding: 0 15px;
  }
  .swiper.swiperRelated {
    padding: 0 25px 0 15px;
  }
  .related__top {
   
    padding: 0 15px;
  }
}

@media only screen and (max-width: 620px) { 
  .ex-box {
    grid-template-columns: 1fr;
  }
  .ex-box__img {
    max-width: 480px;
  }
  .ex-box__meta {
    padding: 0px 0;
  }

  .pagination {
    gap: 15px;
}
}
