:root {
  --colorBlack: #18191a;
  --colorGreyDark: #828282;
  --colorUrban: #e1b7d0;
  --colorOrange: #ffb942;

  --colorTourism: #ffe03d;
  --colorBusiness: #b0d6c1;
  --colorCity: #e1b7d0;
  --colorSocial: #cdd473;
  --colorBranding: #bfb4d7;
}

ol,
ul {
  padding: 0;
  margin: 0;
}

@font-face {
    font-family: Jost;
    src: url(../../fonts/Jost.ttf);
}

a {
  text-decoration: none;
  outline: 0 !important;
  color: inherit;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a:active {
  text-decoration: none;
  color: inherit;
}

button {
  outline: 0 !important;
  border: none;
  background-color: unset;
  padding: 0;
  margin: 0;
}

/*  */

.color-black {
  color: var(--colorBlack);
}

/*  */

.big-title {
  font-family: 'HalvarEngschriftCY';
  font-weight: 500;
  font-size: 160px;
  line-height: 90%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

h1,
.h1 {
  font-family: 'HalvarEngschriftCY';
  font-weight: 500;
  font-size: 144px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

h2,
.h2 {
    font-family: 'HalvarEngschriftCY';
    font-weight: 500;
    font-size: 30px;
    line-height: 125%;
    color: #E04E39 !important;
}

h3,
.h3 {
    font-family: 'HalvarEngschriftCY';
    font-weight: 500;
    font-size: 30px;
    line-height: 125%;
    color: #E04E39 !important;
}

h4,
.h4 {
  font-family: 'Golos';
  font-weight: 400;
  font-size: 28px;
  line-height: 135%;
  text-transform: uppercase;
}

h5,
.h5 {
  font-family: 'Golos';
  font-weight: 400;
  font-size: 24px;
  line-height: 135%;
  text-transform: uppercase;
}

.text-1 {
  font-family: 'Golos';
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
}

.text-2 {
  /* font-family: 'Golos'; */
  /* font-weight: 400; */
  font-size: 16px;
  /* line-height: 150%; */
  text-transform: uppercase;
  padding-left: 10px;
}

.text-3 {
  font-family: 'Golos';
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
}

.caption-1 {
  font-family: 'Golos';
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.caption-2 {
  font-family: 'Golos';
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.005em;
}

/*  */

.header-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  position: relative;
  z-index: 4;
  height: 84px;
  /* border-left: none; */
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  /* 96 */
  position: absolute;
  top: 0;
  width: 100%;
}

.header-cont__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 40px;
  padding: 0px 0;
  padding-left: 40px;
  padding-right: 40px;
  max-height: 100%;
  height: 100%;
  width: 300px;
  opacity: 1;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.header-cont__logo a {
  display: block;
  width: 220px;
  height: 52px;
}

.header-cont__logo img {
  /* max-height: 100%; */
}

.header-cont__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding-left: 42px;
}

.header-menu-item {
  margin-right: 32px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  /*font-size: 18px;*/
  font-size: 14px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.header-cont__socs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin-left: auto;
  text-align: center;
  padding-right: 18px;
}

.header-soc {
  width: 45px;
  height: 32px;
  margin-left: 10px;
}

.header-soc a {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  opacity: 1;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.header-soc img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.header-soc:nth-last-child(1) {}

.container {
  /* padding: 40px 0; */
}

.grid {
  width: 96%;
  margin: 0 auto;
}

.contacts-line__title {
  color: var(--colorGreyDark);
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 9px;
}

.contacts-line__value {
  font-size: 24px;
}

.contacts-line {
  padding: 34px 0;
}

.contacts-line.contacts-line_parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.left-section {
  max-width: 50%;
  width: 50%;
  padding: 0 40px;
  padding-bottom: 120px;
}

.contacts-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}

.contacts-wrapper:after {
  content: ' ';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  background: #000;
}

.contacts-line__part {
  width: 50%;
}

.contacts-line__part:nth-child(1) {
  width: 46%;
}

.contacts-line__part:nth-child(2) {
  width: 54%;
}

.contacts-line__value.contacts-line__value_socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social-icon {
  max-width: 40px;
  margin-right: 20px;
}

.footer {
  background: #18191a;
  color: #fff;
  position: relative;
}

.footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.footer-top__left {
  width: 50%;
}

.footer-top__right {
  width: 50%;
}

.footer-top__linkblock {
  padding: 28px 40px;
  display: block;
  /* border-bottom: 1px solid; */
  position: relative;
  font-size: 20px;
}

.footer-top__linkblock:after {
  content: ' ';
  display: block;
  background: url(../img/white-footer-arrow.svg) no-repeat;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.footer:after {
  /* content: ' '; */
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  background: #fff;
}

.footer-top__right_link {
  font-size: 20px;
  position: relative;
  padding: 41px 0 21px 0;
}

.footer-top__right_link:after {
  content: ' ';
  display: block;
  background: url(../img/white-footer-arrow.svg) no-repeat;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.footer-top:after {
  content: ' ';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  background: #fff;
}

.footer-mid_nav {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.footer-mid {
  /* border-top: 1px solid; */
  /* border-bottom: 1px solid; */
  padding: 27px 40px;
}

.footer-top__linkblock:last-child {
  border: none;
}

.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 40px;
  position: relative;
  width: calc(100% - 132px);
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.footer-bottom-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-bottom-up {
  position: absolute;
  right: -132px;
  width: 132px;
  height: 100%;
  top: 0;
  /* display: flex; */
  /* justify-content: center; */
}

.up-button {
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.up-button img {
  max-width: 20px;
}

.footer-bottom-links {
  font-size: 16px;
  font-size: 16px;
  color: var(--colorGreyDark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  margin-left: auto;
}

.footer-bottom-links a {
  margin-left: 23px;
}

.footer-bottom-logo {
  max-width: 220px;
  margin-right: 60px;
}

.contacts-wrapper .page-h1 {
  margin-bottom: 20px;
  margin-top: 112px;
}

.contacts-map {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.right-section {
  width: 50%;
  /* left: 0px; */
  position: relative;
}

.page4-texts__title {
  font-size: 24px;
  margin-bottom: 20px;
}

.page4-texts__text {
  font-size: 20px;
  margin-bottom: 50px;
  line-height: 1.5;
}

.page-h1 {
  /* margin-bottom: 50px; */
}

/* .btn {
  text-transform: uppercase;
  padding: 14px 28px;
  background: #18191a;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
}

.btn:hover {
  opacity: 0.7;
} */

.page4-texts {
  width: 500px;
  padding-bottom: 100px;
}

.page-404-wrapper {
  /* background: url(../img/404.jpg) no-repeat right; */
  background-size: contain;
}

.page-parts-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.page-left-part {
  width: 50%;
  /* padding: 40px; */
  position: relative;
}

.page-right-part {
  width: 50%;
  overflow-x: hidden;
}

.page-left-content {
  background: var(--colorBackground);
  padding: 40px;
  padding-bottom: 100px;
  position: relative;
  min-height: 500px;
  height: calc(100vh - 153px);
}

.page-news-content h1 {
  font-size: 64px;
}

.page-back {
  font-size: 14px;
  color: var(--colorGreyDark);
  /* text-transform: uppercase; */
}

.page-back-link {
  position: relative;
  padding-left: 20px;
  text-transform: uppercase;
  font-weight: 500;
}

.b-arrow {
  display: inline-block;
  background: url(../img/back-arrow.svg) no-repeat center;
  width: 10px;
  height: 17px;
  vertical-align: middle;
}

.news-description {
  font-size: 24px;
  line-height: 1.4;
}

.page-news-meta {
  background: var(--colorUrban);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--colorBlack);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  /* padding: 18px 0; */
  border-bottom: 1px solid;
  border-top: 1px solid;
}

.page-news-meta__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  /* border-right: 1px solid; */
  padding: 19px 40px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.page-news-meta__date {
  text-align: center;
  /* width: 100px; */
  padding: 0 40px;
  line-height: 1;
  /* vertical-align: middle; */
  padding-top: 7px;
  border-right: 1px solid;
  padding: 25px 40px;
}

.page-news-meta__share .social-ico {
  max-height: 28px;
  margin-left: 10px;
}

.page-news-meta__section {
  padding-top: 7px;
  border-right: 1px solid;
  padding: 25px 40px;
}

.page-back-link .b-arrow {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.page-back a:hover {
  opacity: 0.7;
}

.page-back-link:hover .b-arrow {
  transform: translateX(-10px);
}

.page-left-sticky {
  position: sticky;
  top: 0px;
}

.page-parts-wrapper:after {
  content: ' ';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  background: var(--colorBlack);
}

.news-item-text {
  padding: 40px 80px;
  font-size: 20px;
  line-height: 1.5;
}

.news-item-text p {
  margin-bottom: 30px;
}

.news-item-text iframe {
  width: 100%;
  height: 25em;
}

blockquote {
  font-size: 20px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 40px 80px;
  background: url(../img/quotes.svg) no-repeat bottom right;
  line-height: 1.5;
}

.quotes-author {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--colorGreyDark);
  font-weight: 500;
}

blockquote p {
  margin-bottom: 20px;
}

.news-item-image {
  max-width: 100%;
}

.news-item-image img {
  max-width: 100%;
  width: 100%;
}

.news-item-gallary .swiper-slide {
  /* width: calc(100% - 80px) !important; */
}

.news-item-text ul {
  padding-left: 40px;
  list-style: none;
}

.news-item-text ul li {
  margin-bottom: 10px;
  position: relative;
}

.news-item-text ul li:before {
  content: ' ';
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 10px;
  left: -23px;
  background: var(--colorBlack);
  border-radius: 50%;
}

.news-item-gallary {
  position: relative;
}

.item_gal_image img {
  max-width: 100%;
  width: 100%;
}

.item_gal_image {
  width: calc(100% - 0px);
  text-align: center;
}

.swiper-button-prev {
  width: 50px;
  background: url(../img/slider-left-arrow.svg) no-repeat center;
  height: 30px;
  position: relative;
  display: block;
  left: 0;
  margin-top: 0;
}

.swiper-button-next {
  width: 50px;
  background: url(../img/slider-right-arrow.svg) no-repeat center;
  height: 30px;
  position: relative;
  left: unset;
  right: unset;
  margin-top: 0px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.gal-navigation {
  position: relative;
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 200px;
}

.swiper-pagination {
  position: relative;
  bottom: 0;
  width: initial;
  margin: 0 20px;
  padding-top: 0px;
  font-size: 20px;
  white-space: nowrap;
}

.page-left-content-whitebackground {
  background-color: #fff;
  color: var(--colorBlack);
}

.page-news-meta-yellow {
  background-color: var(--colorTourism);
}

.page-left-content-business {
  background-color: var(--colorBusiness);
  color: var(--colorBlack);
}

.page-news-meta-business {
  background-color: var(--colorBusiness);
}

.page-left-content-business:after {
  content: ' ';
  display: block;
  width: 400px;
  height: 400px;
  background: url(../img/directions_icons/business-white.svg) no-repeat center;
  position: absolute;
  bottom: 0;
  left: -100px;
  z-index: 0;
}

.page-news-content {
  position: relative;
  z-index: 2;
}

.project-map-box {
  padding: 0 80px;
  margin-bottom: 70px;
}

.project-map-box-address {
  font-size: 20px;
  margin-bottom: 30px;
}

.project-faces-box {
  padding: 0 80px;
  margin-bottom: 80px;
}

.project-faces-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid;
  padding: 20px 0;
}

.project-faces-item__image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 26px;
}

.project-faces-item__name {
  font-size: 28px;
  margin-bottom: 19px;
}

.project-faces-item__info {
  font-size: 20px;
}

.project-faces-item__phone {
  margin-bottom: 10px;
}

.project-map {
  width: 100%;
  height: 500px;
}

.project-map-box h3 {
  margin-bottom: 20px;
}

.news-list-item__category {
  color: var(--colorText, #fff);
}

.news-releases-box__title-item {
  font-weight: 500;
  font-size: 64px;
  text-transform: uppercase;
  font-family: 'HalvarEngschriftCY';
  color: var(--colorGreyDark);
  cursor: pointer;
  margin-right: 48px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.news-releases-box__title-item.active {
  color: #fff;
  /* padding: 0 20px; */
  /* margin-right: 48px; */
}

.news-releases-box {
  background: var(--colorBlack);
  color: #fff;
  position: relative;
}

.news-all-link {
  position: absolute;
  right: 40px;
  font-size: 16px;
  color: var(--colorOrange);
  text-transform: uppercase;
  top: 100px;
}

.news-all__link {
  display: inline-block;
  position: relative;
  font-size: 18px;

  /* 96 */
  /* height: 25px; */
  /* padding-right: 26px; */
}

.news-all__link-arrow {
  display: inline-block;
  width: 24px;
  height: 20px;

  -webkit-transform: translateX(0px);

  -ms-transform: translateX(0px);

  transform: translateX(0px);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;

  /* 96 */
  /* position: absolute;
  top: -2px;
  bottom: 0;
  right: 0;
  margin: auto; */
}

.news-all__link-arrow_orange {
  background: url(../img/right-arrow-orange.svg) no-repeat center/100%;
}

.news-all__link-arrow_black {
  background: url(../img/right-arrow-black.svg) no-repeat center/100%;
}

.news-list-item__date-day {
  font-weight: 500;
  font-size: 48px;
  font-family: 'HalvarEngschriftCY';
  margin-bottom: -5px;
}

.news-list-item__date-mm-yy {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

.news-list-item__category {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

.news-list-item__right {
  font-weight: 400;
  font-size: 24px;
  line-height: 135%;
  width: calc(100% - 140px);
  padding-left: 40px;
}

.news-releases-box__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 70px 40px;
  padding-bottom: 40px;
}

.news-releases__list {
  /* visibility: hidden; */
  /* display: none; */
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  /* border-top: 1px solid; */
}

.news-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  /* border: 1px solid; */
  /* border-right: 1px solid; */
  /* border-bottom: 1px solid; */
  /* overflow: hidden; */
  /* width: calc(100% - 100px); */
}

.news-list-item__date {
  /* width: 160px; */
  /* max-width: 160px; */
  margin-bottom: 106px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.news-list-item__left {
  width: 100px;
  max-width: 100px;
}

.news-releases-box__title-item:hover {
  opacity: 0.7;
}

.news-releases__list.js-tab {
  display: none;
}

.news-releases__list.active {
  visibility: visible;
  display: -ms-grid;
  display: grid;
}

.listbox-title {
  font-weight: 500;
  font-size: 64px;
  text-transform: uppercase;
  font-family: 'HalvarEngschriftCY';
}

.listbox-title-wrapper {
  padding: 98px 40px;
  padding-bottom: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  /* 96 */
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.news-all__link {
  text-transform: uppercase;
}

.news-all__link-arrow.news-all__link-arrow_b {
  background: url(../img/right-arrow-black.svg) no-repeat center;
}

.news-all__link {
  /* .listbox-title-wrapper .news-all__link { */
  /* position: absolute;
  top: 0;
  bottom: -72px;
  margin: auto;
  right: 26px; */
  /* 96 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-all__link>span:first-child {
  /* .listbox-title-wrapper .news-all__link>span:first-child { */
  margin-right: 8px;
  /* 96 */
}

.projects-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  /* border-top: 1px solid; */
  /* border-bottom: 1px solid; */
}

.project-list-item {
  /* padding: 40px; */
  /* border-right: 1px solid; */
  /* border-bottom: 1px solid; */
  /* max-width: calc(100% / 4); */
  /* width: calc(100% / 4); */
  position: relative;
  /* overflow: hidden; */
}

.project-list-item-image__wrapper {
  position: relative;
  width: 315px;
  height: 275px;
  margin-bottom: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.project-list-item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.project-list-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.project-list-item-category-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 40px);
  height: 100%;
  z-index: 2;
}

.project-list-item-category-icon img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.project-list-item-category {
  position: absolute;
  z-index: 3;
  right: 0;
  top: 0;
  height: 100%;
  width: 40px;
  background: var(--colorBackground, #fff);
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;

  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.project-list-item__title {
  font-weight: 400;
  font-size: 24px;
}

.projects-listbox {
  margin-bottom: 150px;
}

.project-list-item-category__value {
  /* transform: rotate(-90deg);
  display: inline-block;
  position: absolute;
  bottom: 17px;
  left: 29px; */
  /* color: #000; */
  /* transform-origin: bottom left; */
  /* 96 */
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  padding-top: 12px;
}

.news-list {
  /* background: var(--colorBlack); */
  /* color: #fff; */
  overflow: hidden;
}

.more-button {
  margin-top: 50px;
  padding: 0 40px;
}

.news-list .news-releases__list {
  background: var(--colorBlack);
  color: #fff;
}

.btn.btn-wide {
  width: 100%;
  /* text-align: center; */
}

.more-button .btn {
  padding: 25px 30px;
  font-size: 18px;
  margin-bottom: 100px;
}

.container .page-h1 {
  /* margin-bottom: 140px; */
  padding: 0 40px;
  /* padding-bottom: 100px; */
}

.news-list.news-list__pressreleases .news-releases__list {
  background: #ffffff;
  color: var(--colorBlack);
}

.pageheader-text {
  font-size: 20px;
  width: 50%;
  line-height: 1.4;
  padding-right: 40px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.pageheader-with-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
}

.pageheader-with-text .page-h1 {
  width: 50%;
  max-width: 50%;
  padding-right: 40px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

/* .projects-list-wrapper .projects-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas:
          "w1 w1 s1 s2"
          "s3 s4 s5 s6"
          "s7 s8 w2 w2"
          "s9 s10 s11 s12";
} */

.w1 {
  grid-area: w1;
}

.s1 {
  grid-area: s1;
}

.s2 {
  grid-area: s2;
}

.s3 {
  grid-area: s3;
}

.s4 {
  grid-area: s4;
}

.s5 {
  grid-area: s5;
}

.s6 {
  grid-area: s6;
}

.s7 {
  grid-area: s7;
}

.s8 {
  grid-area: s8;
}

.w2 {
  grid-area: w2;
}

.s9 {
  grid-area: s9;
}

.s10 {
  grid-area: s10;
}

.s11 {
  grid-area: s11;
}

.s12 {
  grid-area: s12;
}

.w1.project-list-item .project-list-item-image__wrapper {
  width: 440px;
  height: 400px;
}

.w2.project-list-item .project-list-item-image__wrapper {
  width: 440px;
  height: 400px;
}

.project-list-item.project-list-item__business .project-list-item_wrap:before {
  background-color: var(--colorBusiness);
}

.project-list-item.project-list-item__city .project-list-item_wrap:before {
  background-color: var(--colorCity);
}

.project-list-item.project-list-item__tourism .project-list-item_wrap:before {
  background-color: var(--colorTourism);
}

.project-list-item.project-list-item__social .project-list-item_wrap:before {
  background-color: var(--colorSocial);
}

.project-list-item.project-list-item__branding .project-list-item_wrap:before {
  background-color: var(--colorBranding);
}

.project-list-item .project-list-item_wrap {
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  padding: 40px;
}

.project-list-item .project-list-item_wrap:before {
  content: ' ';
  display: block;
  width: 315px;
  height: 275px;
  position: absolute;
  top: 40px;
  left: 40px;
  background-color: #ccc;
  z-index: -1;
  -webkit-transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}



.project-list-item:hover .project-list-item_wrap:before {
  width: 110%;
  height: 100%;
  -webkit-transform: scale(2.5);
  -ms-transform: scale(2.5);
  transform: scale(2.5);
}

.project-list-item:not(.projects-listbox-item):nth-child(1):after,
.project-list-item:not(.projects-listbox-item):nth-child(10):after {
  content: ' ';
  display: block;
  pointer-events: none;
  width: 200px;
  height: 200px;
  position: absolute;
  bottom: 40px;
  right: 40px;
  opacity: 1;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.project-list-item:not(.projects-listbox-item):nth-child(1):hover:after,
.project-list-item:not(.projects-listbox-item):nth-child(10):hover:after {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  /* transform: translateX(-30px); */
  /* -webkit-transition: all 0.3s; */
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  /* transition: all 0.3s; */
  /* transition-delay: 0s; */
}

.project-list-item.project-list-item__business:nth-child(1):after,
.project-list-item.project-list-item__business:nth-child(10):after {
  background: url(../img/directions_icons/business-color.svg) no-repeat center;
  background-size: contain;
}

.project-list-item.project-list-item__tourism:nth-child(1):after,
.project-list-item.project-list-item__tourism:nth-child(10):after {
  background: url(../img/directions_icons/tourism-color.svg) no-repeat center;
  background-size: contain;
}

.project-list-item.project-list-item__social:nth-child(1):after,
.project-list-item.project-list-item__social:nth-child(10):after {
  background: url(../img/directions_icons/social-color.svg) no-repeat center;
  background-size: contain;
}

.project-list-item.project-list-item__branding:nth-child(1):after,
.project-list-item.project-list-item__branding:nth-child(10):after {
  background: url(../img/directions_icons/branding-color.svg) no-repeat center;
  background-size: contain;
}

.project-list-item.project-list-item__city:nth-child(1):after,
.project-list-item.project-list-item__city:nth-child(10):after {
  background: url(../img/directions_icons/city-color.svg) no-repeat center;
  background-size: contain;
}

.project-list-item.project-list-item__business:nth-child(1):hover:after,
.project-list-item.project-list-item__business:nth-child(10):hover:after {
  background: url(../img/directions_icons/business-color.svg) no-repeat center;
  background-size: contain;
}

.project-list-item.project-list-item__business:nth-child(1):hover:after,
.project-list-item.project-list-item__business:nth-child(10):hover:after {
  background: url(../img/directions_icons/business-white.svg) no-repeat center;
  background-size: contain;
}

.project-list-item.project-list-item__tourism:nth-child(1):hover:after,
.project-list-item.project-list-item__tourism:nth-child(10):hover:after {
  background: url(../img/directions_icons/tourism-white.svg) no-repeat center;
  background-size: contain;
}

.project-list-item.project-list-item__social:nth-child(1):hover:after,
.project-list-item.project-list-item__social:nth-child(10):hover:after {
  background: url(../img/directions_icons/social-white.svg) no-repeat center;
  background-size: contain;
}

.project-list-item.project-list-item__branding:nth-child(1):hover:after,
.project-list-item.project-list-item__branding:nth-child(10):hover:after {
  background: url(../img/directions_icons/branding-white.svg) no-repeat center;
  background-size: contain;
}

.project-list-item.project-list-item__city:nth-child(1):hover:after,
.project-list-item.project-list-item__city:nth-child(10):hover:after {
  background: url(../img/directions_icons/city-white.svg) no-repeat center;
  background-size: contain;
}

.pageheader-direction .page-h1 {
  margin: 0;
  padding: 0;
  width: 50%;
  margin-bottom: 48px;
  position: relative;
  z-index: 3;
}

.pageheader-direction.pageheader-direction-city {
  background: var(--colorCity);
}

.pageheader-direction__text {
  font-weight: 400;
  font-size: 24px;
  width: 560px;
  line-height: 1.5;
  margin-bottom: 160px;
  position: relative;
  z-index: 3;
}

.pageheader-direction {
  padding: 0 40px;
  position: relative;
  height: 900px;
  padding-top: 200px;
}

.btn_down {
  width: 50px;
  height: 50px;
  text-align: center;
  display: block;
  /* background: #18191a; */
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

.btn_down img {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}

.btn_down:after {
  content: ' ';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #18191a;
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn_down:hover:after {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.pageheader-direction__down {
  position: absolute;
  bottom: 178px;
  left: 40px;
}

.pageheader-direction .pageheader-direction__image {
  width: 655px;
  height: 655px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100px;
  margin: auto;
  z-index: 2;
}

.pageheader-direction__shapes {
  position: absolute;
  bottom: -6px;
  right: 0;
  z-index: 1;
}

.header-cont {
  /* *96*
  background: var(--colorBackground, #fff); */
}

.pageheader-direction.pageheader-direction-social {
  background: var(--colorSocial);
}

.pageheader-direction.pageheader-direction-business {
  background: var(--colorBusiness);
}

.pageheader-direction.pageheader-direction-tourism {
  background: var(--colorTourism);
}

.pageheader-direction.pageheader-direction-branding {
  background: var(--colorBranding);
}

.pageheader-direction.pageheader-direction-social .page-h1 {
  width: 70%;
}

.mainpage-screen1 {
  background: url(../img/mainpage/mainimage.jpg) no-repeat center;
  background-size: cover;
  height: 100vh;
  text-align: center;
  color: #fff;
  position: relative;
  /* top: -80px; */
}

.mainpage-screen1 .mp-h1 {
  position: absolute;
  bottom: 60px;
  width: 100%;
  z-index: 2;
  font-size: 160px;
  line-height: 90%;
  margin: 0;
}

.header-cont.header-cont-transparent {
  background-color: transparent;
  color: #fff;
}

.header-cont.header-cont-transparent {}

.mainpage-screen1:after {
  content: ' ';
  display: block;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.4))),
    url(11.jpg);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.4) 100%), url(11.jpg);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.4) 100%), url(11.jpg);
  z-index: 1;
}

.actual-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
}

.actual-item-image {
  width: 51%;
  padding: 40px;
}

.actual-item-info {
  width: 50%;
  position: relative;
  padding: 40px 0;
}

.actual-item-title {
  font-weight: 500;
  font-size: 48px;
  text-transform: uppercase;
  font-family: 'HalvarEngschriftCY';
  display: block;
  margin-bottom: 30px;
}

.actual-item-description {
  font-weight: 400;
  font-size: 20px;
  width: 72%;
}

.actual-item-button {
  position: absolute;
  bottom: 40px;
  left: 0;
}

.actual-item.actual-item_arm {
  background: #ffb942;
}

.actual-item-description p {
  line-height: 1.4;
  margin-bottom: 16px;
}

.mainpage-actual-slider .gal-navigation {
  position: absolute;
  bottom: 42px;
  right: 18px;
}

.mainpage-actual-slider {
  position: relative;
  overflow-x: hidden;
}

.actual-item:after {
  content: ' ';
  display: block;
  width: 670px;
  height: 670px;
  position: absolute;
  bottom: -340px;
  right: -150px;
  background: url(../img/mainpage/actual-shape.svg) no-repeat center;
  z-index: 1;
}

.actual-item.actual-item_arm-dark {
  color: #fff;
  background: #18191a;
}

.actual-item.actual-item_arm-dark .btn {
  background: #ffb942;
  color: #18191a;
}

.actual-item.actual-item_business {
  background-color: var(--colorBusiness);
}

.actual-item.actual-item_city {
  background-color: var(--colorCity);
}

.actual-item.actual-item_social {
  background-color: var(--colorSocial);
}

.actual-item.actual-item_branding {
  background-color: var(--colorBranding);
}

.actual-item.actual-item_tourism {
  background-color: var(--colorTourism);
}

/* directions */

.swiper-container-directions {
  margin-top: 10px;
  margin-bottom: 95px;
  overflow: hidden;
  padding: 0 40px;
}

.directions-slide {
  width: 400px;
}

.directions-slide:not(:last-child) {
  /* margin-right: 40px; */
}

.directions-img {
  width: 100%;
  height: 418px;
  margin-bottom: 32px;
  position: relative;
  padding: 32px 0;
  border-top: 1px solid #18191a;
  border-bottom: 1px solid #18191a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.directions-img__icon,
.directions-img__picture {
  -webkit-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  width: 352px;
  height: 352px;
  width: 352px;
  height: 352px;
  margin: auto;
  display: block;
}

.directions-img__icon {
  position: relative;
}

.directions-img__picture {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-clip-path: circle(0%);
  clip-path: circle(0%);
}

.directions-slide:hover .directions-img__icon {
  opacity: 0;
  visibility: hidden;
}

.directions-slide:hover .directions-img__picture {
  opacity: 1;
  visibility: visible;
  -webkit-clip-path: circle(100%);
  clip-path: circle(100%);
}

.directions-title {
  text-transform: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}



.directions-title__name {
  max-width: calc(100% - 32px - 10px);
}

.directions-title__arrow {
  background-image: url('../img/directions_icons/directions_arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
  display: block;
}

/* directions end */

.mp-wrapper {
  top: -80px;
  position: relative;
}

.team-section {
  background: #ffb942;
  position: relative;
  overflow: hidden;
}

.team-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* border-top: 1px solid; */
  /* border-bottom: 1px solid; */
}

.team-item {
  background: #ffb942;
  /* display: flex; */
  position: relative;
  width: calc(100% / 4);
  min-height: 400px;
  padding: 40px;
  /* border-right: 1px solid; */
}

.teammate-image {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 72px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 2;
  filter: grayscale(1);
}

.teammate-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.teammate-info-name {
  font-weight: 500;
  font-size: 28px;
  text-transform: uppercase;
  font-family: 'HalvarEngschriftCY';
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.teammate-info-func {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.teammate-info-email {
  font-size: 16px;
  color: var(--colorGreyDark);
  margin-bottom: 6px;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  position: absolute;
  bottom: -6px;
  left: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.teammate-info-phone {
  font-size: 16px;
  color: var(--colorGreyDark);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  position: absolute;
  bottom: -24px;
  left: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.teammate-info-additional {
  font-size: 16px;
  line-height: 1.4;
  position: absolute;
  top: 0;
  left: 100%;
  width: 107%;
  height: 100%;
  margin-left: -7%;
  line-height: 150%;
  z-index: 2;
  /* background: #fff; */
  padding: 40px 40px 40px 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 3;
}

.teammate-info-additional p {
  margin-bottom: 12px;
}

.teammate-info-additional ul {
  padding-left: 22px;
}

.teammate-info-additional ul li {}

.teammate-info {
  position: relative;
  z-index: 2;
}

.team-item:hover {
  background-color: #fff;
  z-index: 22;
}

.team-item:after {}



.team-item:hover .teammate-image {
  width: 204px;
  height: 204px;
  filter: grayscale(0);
}

.team-item:hover .teammate-info-name {
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}

.team-item:hover .teammate-info-func {
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}

.team-item:hover .teammate-info-email {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

.team-item:hover .teammate-info-phone {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

.team-item:hover .teammate-info-additional {
  opacity: 1;
  pointer-events: all;
  left: 100%;
}




.video-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.video-box-left {
  width: 50%;
}

.video-box-right {
  width: 50%;
}

.video-box:after {
  content: ' ';
  display: block;
  width: 1px;
  height: 100%;
  background-color: var(--colorBlack);
  position: absolute;
  top: 0;
  left: 50%;
}

.video-item {
  padding: 40px;
}

.video-frame-box {
  position: relative;
  margin-bottom: 40px;
}

.video-frame-box img {
  width: 100%;
  height: 100%;
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 2;
}

.video-pic__btn {
  background: url(../img/video-play.svg) no-repeat center;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.video-frame {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.video-pic__btn:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.video-author {
  font-weight: 500;
  font-size: 14px;
  /* line-height: 140%; */
  /* identical to box height, or 20px */

  /* letter-spacing: 0.01em; */
  text-transform: uppercase;
  margin-bottom: 18px;
}

.video-title {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
}

.video-date {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--colorGreyDark);
  position: absolute;
  bottom: 0;
  right: 0;
}

.video-meta {
  position: relative;
}

.video-item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  border-bottom: 1px solid;
  cursor: pointer;
}

.video-item-list .video-frame-box {
  width: 256px;
  height: 144px;
  margin: 0;
}

.video-item-list .video-meta {
  padding: 0 0 0 40px;
}

.video-item-list .video-date {
  position: absolute;
  right: unset;
}

.video-item-list:last-child {
  border-bottom: 0;
}

.video-item-list .video-pic__btn {
  width: 48px;
  height: 48px;
  background-size: contain;
}

.overflow-x {
  overflow-x: hidden;
}

.direction-line__item {
  width: 136px;
  height: 136px;
  background: #ffb942;
  /* border-radius: 50%; */
  /* display: block; */
  position: relative;
  border-radius: 200px;
  /* float: left; */
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.direction-line__pattern {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 80s;
  animation-duration: 80s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: text-line-bg;
  animation-name: text-line-bg;
  width: 14264px;
}

.direction-line__item_icon {
  background: url(../img/directions_icons/city-black.svg) no-repeat center;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}

.direction-line__item_title {
  opacity: 1;
  font-weight: 400;
  font-size: 24px;
  padding: 52px 93px 55px 121px;
  opacity: 0;
  color: #fff;
  display: inline-block;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
}

.direction-line__item_arrow {
  background: url(../img/right-arrow-white.svg) no-repeat center;
  width: 24px;
  height: 20px;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 40px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
}

.direction-line__item_icon.direction-line__item_icon-city {
  background: url(../img/directions_icons/city-black.svg) no-repeat center;
}

.direction-line__item_icon.direction-line__item_icon-business {
  background: url(../img/directions_icons/business-black.svg) no-repeat center;
}

.direction-line__item_icon.direction-line__item_icon-tourism {
  background: url(../img/directions_icons/tourism-black.svg) no-repeat center;
}

.direction-line__item_icon.direction-line__item_icon-social {
  background: url(../img/directions_icons/social-black.svg) no-repeat center;
}

.direction-line__item_icon.direction-line__item_icon-branding {
  background: url(../img/directions_icons/branding-black.svg) no-repeat center;
}

.direction-line__item_icon.direction-line__item_icon-arm {
  background: url(../img/directions_icons/arm-color.svg) no-repeat center;
}

.direction-line__item_active .direction-line__item_icon.direction-line__item_icon-city {
  background: url(../img/directions_icons/city-color2.svg) no-repeat center;
}

.direction-line__item_active .direction-line__item_icon.direction-line__item_icon-business {
  background: url(../img/directions_icons/business-color2.svg) no-repeat center;
}

.direction-line__item_active .direction-line__item_icon.direction-line__item_icon-tourism {
  background: url(../img/directions_icons/tourism-color2.svg) no-repeat center;
}

.direction-line__item_active .direction-line__item_icon.direction-line__item_icon-social {
  background: url(../img/directions_icons/social-color2.svg) no-repeat center;
}

.direction-line__item_active .direction-line__item_icon.direction-line__item_icon-branding {
  background: url(../img/directions_icons/branding-color2.svg) no-repeat center;
  background-size: contain;
}

.direction-line__item_active .direction-line__item_icon.direction-line__item_icon-arm {
  background: url(../img/directions_icons/arm-color.svg) no-repeat center;
}

.direction-line__item.direction-line__item_dark {
  background-color: #18191a;
}

.direction-line__item.direction-line__item_active {
  width: 470px;
  background-color: #18191a;
  color: #fff;
}

.direction-line__item.direction-line__item_active .direction-line__item_icon {
  right: unset;
  left: 36px;
}

.direction-line__item.direction-line__item_active .direction-line__item_title {
  opacity: 1;
}

.direction-line__item.direction-line__item_active .direction-line__item_arrow {
  opacity: 1;
}

.direction-line {
  padding: 100px 0 0 0;
  overflow: hidden;
  padding-bottom: 100px;
}

@-webkit-keyframes text-line-bg {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  99% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-3500px);
    transform: translateX(-3500px);
  }
}

@keyframes text-line-bg {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  99% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-3500px);
    transform: translateX(-3500px);
  }
}

.text-line-bg {
  /* position: absolute; */
  width: 14264px;
  height: 144px;
  /* bottom: 0; */
  /* left: 0; */
  opacity: 1;
  z-index: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: text-line-bg;
  animation-name: text-line-bg;
}

.have-idea {
  padding: 180px 0 22px 0;
  position: relative;
  overflow: hidden;
}

.have-idea-button {
  width: 156px;
  height: 156px;
  border-radius: 50%;
  background: #ffb942;
  top: 80px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}

.have-idea-button:after {
  content: ' ';
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/right-arrow-black.svg) no-repeat center;
  background-size: cover;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.have-idea-button:hover:after {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.pp_ {
  cursor: pointer;
}

.submenu {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 23;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

header {
  position: relative;
}

.submenu-left {
  /* font-weight: 500; */
  /* font-size: 64px; */
  width: 50%;
  padding: 40px;
}

.submenu-title {
  font-weight: 500;
  font-size: 64px;
  text-transform: uppercase;
  font-family: 'HalvarEngschriftCY';
  width: 50%;
  margin-bottom: 30px;
  margin-top: 37px;
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
}

.submenu-text {
  font-weight: 400;
  font-size: 20px;
  width: 60%;
  line-height: 1.4;
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  transform: translateX(-40px);
}

.submenu {}

.submenu-right {
  width: 50%;
}

.submenu-nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* border-bottom: 1px solid; */
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 32px 40px;
}

.submenu-nav-item__image {
  width: 64px;
  height: 64px;
}

.submenu-nav-item__text {
  font-weight: 400;
  font-size: 20px;
  padding-left: 40px;
}

.submenu:after {
  content: ' ';
  display: block;
  width: 1px;
  height: 0%;
  background: var(--colorBlack);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
}

.submenu-nav-item__arrow {
  background: url(../img/right-arrow-black.svg) no-repeat center;
  display: block;
  width: 30px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.submenu-nav-item__preview {
  position: absolute;
  top: 0;
  right: 180px;
  height: 100%;
  width: 200px;
  opacity: 0;
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.submenu-nav-item__preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.submenu-nav-item:last-child {
  border-bottom: 0px;
}

.submenu-nav-item:hover .submenu-nav-item__preview {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.submenu-left:after {
  content: ' ';
  display: block;
  background: url(../img/header-menu-pattern.svg) no-repeat center;
  width: 560px;
  height: 354px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.submenu.active {
  pointer-events: all;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.header-menu-item-caret:after {
  content: ' ';
  display: inline-block;
  background: url(../img/caret-down-white.svg) no-repeat center;
  width: 20px;
  height: 20px;
  margin-left: 6px;
  margin-top: 2px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.header-menu-item-caret {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-menu-item:after {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  right: auto;
  margin: auto;
  width: 0;
  height: 4px;
  bottom: 0;
  background: var(--colorBlack);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.header-menu-item:hover:after {
  /* height: 4px; */
  width: 100%;
}

.header-cont.header-cont-transparent.active {
  background: #fff;
  color: var(--colorBlack);
  height: 100px;
}

.header-logo-b {
  display: none;
}

.header-cont.header-cont-transparent.active .header-logo {
  display: none;
}

.header-cont.header-cont-transparent.active .header-logo-b {
  display: initial;
}

.header-cont.header-cont-transparent.active .header-menu-item-caret:after {
  background-image: url(../img/caret-down-black.svg);
}

.submenu.submenu_s .submenu-left:after {
  display: none;
}

.submenu.submenu_s .submenu-nav-item .submenu-nav-item__text {
  padding-left: 0px;
}

.header-cont.header-cont-transparent.active .header-soc svg path {
  fill: var(--colorBlack);
}

.cookie-box {
  display: none;
  width: 516px;
  height: 210px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #fff;
  /* -webkit-box-shadow: 0 4px 40px rgba(0, 0, 0, .21); */
  /* box-shadow: 0 4px 40px rgba(0, 0, 0, .21); */
  /* border-radius: 8px; */
  z-index: 33;
  padding: 40px;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
}

.cookie-box__cont {}

.cookie-box_text {
  width: 100%;
  /* text-align: center; */
  /* color: #2b8dc4; */
  /* font-size: 14px; */
  /* line-height: 18px; */
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 30px;
}

.cookie-box__btn.button {
  margin: 10px auto 0;
  min-width: auto;
  padding: 0 35px;
  height: 34px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 34px;
  background-color: #2b8dc4;
  cursor: pointer;
}

.where-places__place img {
  -o-object-fit: contain;
  object-fit: contain;
}

.cookie-box_text a {
  border-bottom: 1px solid;
}

[data-pp] {
  cursor: pointer;
}

.pp {
  position: fixed;
  width: 100vw;
  height: 100%;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  /* margin: auto; */
}

.pp__bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #18191a94;
  z-index: 0;
  top: 0;
  left: 0;
  cursor: pointer;
}

.pp__content {
  position: absolute;
  z-index: 1;
  /* width: 660px; */
  overflow-y: hidden;
  overflow-x: hidden;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  top: 60px;
  margin-bottom: 60px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.07);
}

.pp::-webkit-scrollbar {
  width: 6px;
}

.pp::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px transparent;
  box-shadow: inset 0 0 6px transparent;
  border-radius: 5px;
  background-color: transparent;
}

.pp::-webkit-scrollbar-thumb {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
  background-color: var(--colorOrange);
}

.pp__content_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 55px 95px;
}

.pp__close {
  width: 40px;
  height: 40px;
  top: 20px;
  right: 20px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: end;
  align-self: flex-end;
  will-change: transform;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 10;
}

.pp__close:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.close__lane {
  height: 3px;
  background-color: #adadad;
  width: 100%;
  -webkit-transform: rotate(45deg);
  will-change: transform;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
}

.close__lane:last-child {
  will-change: transform;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.show {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}

.show .pp__content {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.pp_product .pp__content {
  width: 880px;
  border-radius: 8px;
}

.pp_product .popup-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pp_product .pp__close {
  width: 20px;
  height: 20px;
  top: 25px;
  right: 35px;
}

.popup-content__part_left {
  background-color: var(--colorLightBlue);
  width: 382px;
  min-height: 535px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 78%;
}

.popup-content.blue .popup-content__part_left {
  background-image: url(../img/pp-1-bg.svg);
}

.popup-content.green .popup-content__part_left {
  background-image: url(../img/pp-2-bg.svg);
}

.popup-content.red .popup-content__part_left {
  background-image: url(../img/pp-3-bg.svg);
}

.popup-content.violet .popup-content__part_left {
  background-image: url(../img/pp-4-bg.svg);
}

.popup-content__part_left-tag {
  position: absolute;
  right: 0;
  top: 34%;
}

.popup-content__part_left-descr {
  margin-top: 10px;
  margin-left: 60px;
  margin-right: auto;
}

.popup-content__part_rigt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 50px 20px 45px 70px;
}

.popup-content__head {
  padding-bottom: 30px;
  border-bottom: 2px dashed rgb(7 151 205 / 0.2);
  margin-bottom: 30px;
}

.popup-content__title {
  width: 89%;
  font-family: Panton;
  font-weight: 700;
  font-size: 32px;
  line-height: 141.69%;
}

.popup-content__title span:first-child {
  color: #61c2ee;
}

.popup-content.green .popup-content__title span:first-child {
  color: var(--colorGreen);
}

.popup-content.red .popup-content__title span:first-child {
  color: #ef4868;
}

.popup-content.violet .popup-content__title span:first-child {
  color: var(--colorViolet);
}

.popup-content__tag {
  margin-bottom: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 15px;
  font-size: 11px;
  font-weight: 700;
  height: 32px;
  padding: 0 22px;
}

.popup-content.green .popup-content__tag {
  background-color: var(--colorGreen);
}

.popup-content.red .popup-content__tag {
  background-color: #ef4868;
}

.popup-content.violet .popup-content__tag {
  background-color: var(--colorViolet);
}

.popup-content__body ul {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 120%;
}

.popup-content__body ul:only-of-type {
  margin-bottom: 40px;
}

.popup-content__body ul:not(:only-of-type):last-of-type {
  margin-bottom: 35px;
}

.popup-content__body h1,
.popup-content__body h2,
.popup-content__body h3,
.popup-content__body h4,
.popup-content__body h5,
.popup-content__body h6 {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 15px;
  display: block;
  font-family: TTFirsNeue, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans,
    Droid Sans, Helvetica Neue, sans-serif;
}

.popup-content__body li {
  list-style-type: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 15px;
  padding-left: 10px;
}

.popup-content__body li:last-child {
  margin-bottom: 0;
}

.popup-content__body li::before {
  content: '';
  background-color: var(--colorOrange);
  width: 3px;
  height: 3px;
  border-radius: 50%;
  top: 0.6em;
  left: 0;
  position: absolute;
}

.pp_contact .pp__content {
  width: 603px;
  border-radius: 10px;
}

.pp_contact .pp__close {
  width: 44px;
  height: 44px;
  top: 45px;
  right: 50px;
}

.pp_contact .close__lane {
  background-color: #e6e8e9;
}

.pp_contact .popup-content {
  padding: 40px 50px;
  cursor: default;
}

.contact-form__title {
  font-family: Panton;
  font-weight: 700;
  font-size: 36px;
  line-height: 43px;
  margin-bottom: 70px;
}

.contact-form__form {
  text-align: center;
}

.pp-l-title {
  font-weight: 500;
  font-size: 48px;
  text-transform: uppercase;
  font-family: 'HalvarEngschriftCY';
  margin-bottom: 22px;
}

.pp-r-title {
  text-transform: uppercase;
  font-family: 'HalvarEngschriftCY';
  font-weight: 500;
  font-size: 48px;
  margin-bottom: 30px;
}

.pp-l-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}

.pp-l-text p {
  margin-bottom: 16px;
}

.pp-content-twosides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  position: relative;
}

.popup-content-left {
  width: 50%;
  padding: 40px 64px 80px 64px;
  background: #ffb942;
}

.popup-content-right {
  width: 50%;
  padding: 40px 64px 80px 64px;
}

.popup-content-left:after {
  content: ' ';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/pp-pattern.svg) no-repeat center;
  width: 605px;
  height: 350px;
}

.pp-content-twosides:after {
  content: ' ';
  display: block;
  background: var(--colorBlack);
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
}

.pp-form-red {
  color: #e30613;
  display: inline-block;
  margin-right: 3px;
}

.pp-form-prewarn {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 20px;
}

form label {
  display: block;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.txt-i {
  background: #ffffff;

  border: 1px solid #adadad;
  padding: 10px 20px;
  width: 100%;
}

.txt-i:focus {
  border: 1px solid #18191a;
  background: #f2f6f7;
}

.txt-i:hover {
  border: 1px solid #18191a;
  /* background: #F2F6F7; */
}

.txt-a {
  background: #ffffff;

  border: 1px solid #adadad;
  padding: 10px 20px;
  width: 100%;
  min-height: 124px;
  resize: none;
}

.txt-a:focus {
  border: 1px solid #18191a;
  background: #f2f6f7;
}

.txt-a:hover {
  border: 1px solid #18191a;
  /* background: #F2F6F7; */
}

.f-item {
  margin-bottom: 21px;
}

.f-item-postwarn a {
  border-bottom: 1px solid;
}

.header-cont__logo:hover {}

.header-soc a:hover {
  opacity: 0.6;
}

.header-cont__logo:hover {
  opacity: 0.6;
}

.team-item:nth-last-child(1):hover:before {
  left: -100%;
}

.team-item:nth-last-child(1):hover .teammate-info-additional {
  right: 100%;
  left: auto;
  margin-left: initial;
  margin-right: -7%;
}

.team-item:nth-last-child(1) .teammate-info-additional {
  padding: 40px 0 40px 40px;
}

.team-item:nth-last-child(1):after {
  right: auto;
  left: -100%;
  background-position: -130px -270px;
}

.footer-top__right a {
  display: block;
  height: 100%;
  padding: 40px 40px 0 40px;
}

.footer-top__right_image {
  overflow: hidden;
}

.footer-top__right_image img {}

.footer-top__right a:hover img {}

.burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* display: none; */
  transform: translateX(100%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  position: relative;
  /* margin-left: 12px; */
  cursor: pointer;
  background: none;
  border: initial;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* position: relative; *96* */
  /*96* margin-left: auto; */
  position: absolute;
  /* margin-right: 0; *96* */
  right: 0;
  top: 0;
  width: 80px;
  height: 80px;
  /* border-left: 1px solid #fff; */
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  z-index: 6;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.burger-cont {
  position: relative;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  /* align-items: center; */
}

.burger-cont span {
  display: block;
  width: 100%;
  height: 2px;
  /* margin-bottom: 6px; */
  /* transition: opacity 0.3s cubic-bezier(0.38, 0.005, 0.215, 1), transform 0.3s cubic-bezier(0.38, 0.005, 0.215, 1); */
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #fff;
  position: absolute;
}

.burger-cont span:nth-last-child(1) {
  margin-bottom: 0;
}

.projects-list-wrapper .projects-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: normal;
  -ms-flex-pack: normal;
  justify-content: normal;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  -ms-flex-line-pack: normal;
  align-content: normal;
  /* 96 */
  width: 100%;
}

.projects-list-wrapper.projects-list-wrapper__direction {
  /* 96 */
  overflow: hidden;
}

.project-list-item {
  width: calc(100% / 4);
}

.project-list-item:not(.projects-listbox-item):nth-child(1),
.project-list-item:not(.projects-listbox-item):nth-child(10) {
  width: calc(100% / 4 * 2);
}

.project-list-item:not(.projects-listbox-item):nth-child(1) .project-list-item-image__wrapper,
.project-list-item:not(.projects-listbox-item):nth-child(10) .project-list-item-image__wrapper,
.project-list-item:not(.projects-listbox-item):nth-child(1):before,
.project-list-item:not(.projects-listbox-item):nth-child(10):before {
  width: 440px;
  height: 400px;
}

.project-list-item:not(.projects-listbox-item):nth-child(1):hover:before,
.project-list-item:not(.projects-listbox-item):nth-child(10):hover:before {
  width: 100%;
}

.project-list-item:not(.projects-listbox-item):nth-child(1),
.project-list-item:not(.projects-listbox-item):nth-child(10) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background: var(--backgroundImgProject);
  background-position: bottom 40px right 40px;
  background-size: 200px 200px;
}

.project-list-item:not(.projects-listbox-item):nth-child(1) .project-list-item-category-icon,
.project-list-item:not(.projects-listbox-item):nth-child(10) .project-list-item-category-icon {
  display: none;
}

.project-list-item:not(.projects-listbox-item):nth-child(1) .project-list-item__title,
.project-list-item:not(.projects-listbox-item):nth-child(10) .project-list-item__title {
  padding-left: 0;
  /* width: calc(100% - 440px); *96* */
}

/*  */

.mob-panel {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  margin: auto;
  width: 416px;
  z-index: 5;
  background: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  visibility: hidden;
  pointer-events: none;
  border-left: 1px solid var(--colorBlack);
}

.mob-panel.show {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  pointer-events: all;
  visibility: visible;
}

.mob-panel__head {
  height: 80px;
  padding: 16px 24px;
  border-bottom: 1px solid #18191a;
  background-color: #6E4B3B !important
  /* border-top: 1px solid #18191a; */
}

.mob-panel-logo {
  width: 202px;
  height: 100%;
}

.mob-panel-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.mob-panel__list {
  margin-bottom: 16px;
}

.mob-panel-item {
  border-bottom: 1px solid #18191a;
}

.mob-panel-item>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  position: relative;
  padding: 16px 24px;
}

.mob-panel-item>a>span {
  display: block;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.01em;
}

.mob-panel-item.mob-panel-item_slidedown>a:after {
  content: '';
  display: block;
  position: absolute;
  top: 16px;
  right: 24px;
  width: 24px;
  height: 24px;
  background: url(../img/caret-down-black.svg) no-repeat center;
  background-size: contain;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.mob-panel-item>a>img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 16px;
}

.mob-panel-item.mob-panel-item_arrow {
  background: #18191a;
  border-bottom: 1px solid #fff;
}

.mob-panel-item.mob-panel-item_arrow>a {
  padding-right: 40px;
}

.mob-panel-item.mob-panel-item_arrow>a>span {
  color: #fff;
}

.mob-panel-item.mob-panel-item_arrow>a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  width: 24px;
  height: 24px;
  background: url(../img/white-footer-arrow.svg) no-repeat;
  background-size: contain;
  margin: auto;
}

.mob-panel-item.mob-panel-item_slidedown.active>a:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mob-panel-item.mob-panel-item_arrow:nth-last-child(1) {
  border-bottom: 0;
}

.all-projects-link__down {
  /* 96 */
  display: none;
}

.burger .burger-cont span:nth-child(1) {
  transform: translateY(-7px);
}

.burger .burger-cont span:nth-child(2) {}

.burger .burger-cont span:nth-child(3) {
  transform: translateY(7px);
}

.burger.active .burger-cont span {
  position: absolute;
  margin-bottom: 0;
}

.burger.active .burger-cont span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.burger.active .burger-cont span:nth-child(2) {
  width: 0;
  opacity: 0;
}

.burger.active .burger-cont span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.noscroll {
  overflow: hidden !important;
}

.mob-panel-item.mob-panel-item_slidedown.active {
  background: #18191a;
  color: #fff;
}

.mob-panel-item.mob-panel-item_slidedown.active>a {
  border-bottom: 1px solid #fff;
}

.mob-panel-item.mob-panel-item_slidedown.active>a:after {
  background: url(../img/caret-down-white.svg) no-repeat center;
  background-size: contain;
}

.mob-panel__socs {}

.mob-panel__socs a svg>path {
  fill: var(--colorBlack);
}

.mob-panel__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: calc(100% - 100px);
  overflow-y: auto;
  background: #fff;
}

/*merge start*/

.events-list-wrapper .listbox-title {
  font-size: 48px;
}

.event-item-date-dd {
  font-weight: 500;
  font-size: 64px;
  /* text-transform: uppercase; */
  font-family: 'HalvarEngschriftCY';
}

.event-item-date-mm {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

.event-item {
  /* display: -webkit-box; */
  display: -ms-flexbox;
  /* display: flex; */
  padding: 0 40px;
  display: block;
}

.event-item-date {
  min-width: 290px;
  width: 290px;
  text-align: center;
  margin-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.event-item-date {}

.event-item-preview {
  width: 400px;
  /* height: 240px; */
  min-width: 400px;
  position: relative;
  min-height: 100%;
}

.event-item-title {
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 30px;
  display: block;
}

.event-item-introtext {
  font-weight: 400;
  font-size: 16px;
}

.is-online {
  background: #18191a;
  text-transform: uppercase;
  color: #fff;
  width: 70px;
  text-align: center;
  padding: 4px 7px;
  font-size: 14px;
}

.event-item-texts {
  padding: 40px 40px;
  width: calc(100% - 760px);
  /* margin: auto; */
}

.event-item-preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 260px;
}

.event-item-category {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 12px;
  white-space: nowrap;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  background: var(--colorBackground);
  width: 100%;
}

.events-list {
  overflow: hidden;
  padding-top: 1px;
}


.btn.btn-orange {
  background: var(--colorOrange);
  color: var(--colorBlack);
}

.event-item-button .btn {
  font-size: 14px;
  padding: 10px 20px;
}

.event-item-additional {
  padding: 40px 0;
  min-width: 280px;
  width: 280px;
}

.event-item-additional .is-online {
  margin-bottom: 60px;
}

.event-item-time {
  margin-bottom: 15px;
}

.event-item-address {
  margin-bottom: 60px;
}

.events-list.events-list_past {
  opacity: 0.7;
}

.events-list.events-list_past .event-item-preview img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.page-news-meta {
  background: var(--colorBackground);
}

.event-page-info-title {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--colorGreyDark);
  margin-bottom: 8px;
}

.event-page-info-value {
  font-weight: 400;
  font-size: 24px;
}

.event-page-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.event-page-info .event-page-info-item:nth-child(1) {
  width: 50%;
  margin-right: 40px;
}

.page-left-content.page-left-content_event {
  padding-bottom: 64px;
}

.page-left-content.page-left-content_event h1 {
  margin-bottom: 40px;
}

.event-form-wrapper {
  padding: 40px 80px;
  border-top: 1px solid;
}

.event-form-title {
  font-family: 'HalvarEngschriftCY';
  font-weight: 500;
  font-weight: 500;
  font-size: 48px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.pageheader-direction-academy {
  background: #ffb942;
}

.projects-list-wrapper .academy-list {}


.project-list-item-date {
  /* font-weight: 500; */
  /* font-size: 14px; */
  margin-right: 40px;
}

.project-list-item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  /* justify-content: space-between; */
  /* width: 315px; */
}

.project-list-item-type {
  /* font-weight: 500; */
  /* font-size: 14px; */
  color: var(--colorGreyDark);
}

.w1a.project-list-item_academy .project-list-item-image__wrapper,
.w2a.project-list-item_academy .project-list-item-image__wrapper {
  width: 100%;
}

.w1a.project-list-item_academy:before,
.w2a.project-list-item_academy:before {
  width: calc(100% - 80px);
}

.academy-item-speakers h2 {
  font-weight: 500;
  font-size: 48px;
  margin-bottom: 30px;
}

.academy-speakers-item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 24px;
  border-bottom: 1px solid;
  margin-bottom: 24px;
}

.academy-speakers-item__name {
  font-weight: 400;
  font-size: 28px;
  margin-bottom: 10px;
  /* padding-left: 32px; */
}

.academy-speakers-item__func {
  font-weight: 400;
  font-size: 20px;
}

.academy-speakers-item-image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
}

.academy-speakers-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.academy-speakers-item__info {
  padding-left: 32px;
}

.academy-item-speakers {
  padding: 40px 80px;
}

.academy-speakers-item__text {
  font-size: 20px;
  line-height: 1.4;
}

.academy-speakers-item__text ul {
  margin-bottom: 20px;
  padding-left: 40px;
}

.academy-speakers-item__text ul li {
  margin-bottom: 10px;
}

.academy-speakers-item {
  margin-bottom: 50px;
}

.academy-speakers-item__text p {
  margin-bottom: 15px;
}

.academy-programm-list h2 {
  font-weight: 500;
  font-size: 48px;
  margin-bottom: 30px;
  /* padding: 40px 80px; */
}

.academy-programm-list {
  padding: 40px 80px;
}

.programm-item-title {
  font-weight: 400;
  font-size: 28px;
  margin-bottom: 20px;
}

.programm-item-content {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
}

.programm-item-content ul {
  margin-bottom: 20px;
  padding-left: 40px;
}

.programm-item-content ul li {
  margin-bottom: 10px;
}

.programm-item-content p {
  margin-bottom: 15px;
}

.programm-item {
  margin-bottom: 50px;
}

.programm-item-content iframe {
  width: 100%;
  height: 430px;
}

.vidios-list-wrapper .vidios-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: normal;
  -ms-flex-pack: normal;
  justify-content: normal;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  -ms-flex-line-pack: normal;

}

.vidios-list .video-item:nth-child(1) .video-item-meta,
.vidios-list .video-item:nth-child(7) .video-item-meta {
  margin: 0px;
}

.video-info-author {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.video-info-title {
  font-weight: 400;
  font-size: 24px;
}

.video-item-category {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

.video-item-date {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--colorGreyDark);
}

.video-item-video {
  position: relative;
  margin-bottom: 40px;
}

.video-item-video:after {
  content: ' ';
  display: block;
  width: 100px;
  height: 100px;
  background: url(../img/video-play.svg) no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.video-item-video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.video-item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.vidios-list .video-item {
  position: relative;
  width: calc(100% / 3);
  min-height: 635px;
}

.vidios-list {}

.vidios-list .video-item:nth-child(1) .video-item-video {
  max-width: 1000px;
  max-height: 560px;
}

.vidios-list .video-item:nth-child(1) .video-item-category {
  position: absolute;
  width: 160px;
  right: 40px;
  top: 40px;
  text-align: right;
}

.vidios-list .video-item:nth-child(1) .video-item-date {
  position: absolute;
  width: 160px;
  right: 40px;
  bottom: 40px;
  text-align: right;
}

.vidios-list .video-item:nth-child(7) .video-item-video {
  max-width: 1000px;
  left: calc(100% - 1000px);
  /* right: auto; */
}

.vidios-list .video-item:nth-child(7) .video-item-category {
  position: absolute;
  width: 160px;
  left: 40px;
  top: 40px;
  text-align: left;
}

.vidios-list .video-item:nth-child(7) .video-item-date {
  position: absolute;
  width: 160px;
  left: 40px;
  bottom: 40px;
  text-align: left;
}

.vidios-list .video-item:nth-child(1) .video-info-title {
  max-width: 1000px;
}

.vidios-list .video-item:nth-child(7) .video-info {
  max-width: 1000px;
  left: calc(100% - 1000px);
  /* position: relative; */
  width: 1000px;
  bottom: initial;
  /* left: initial; */
  right: initial;
  margin: initial;
}

.vidios-list .video-item:nth-child(1),
.vidios-list .video-item:nth-child(7) {
  width: calc(100% / 3 * 2);
  height: 734px;
}

.video-item .video-info,
.video-item .video-info,
.video-item .video-info,
.video-item .video-info,
.video-item .video-info,
.video-item .video-info,
.video-item .video-info,
.video-item .video-info {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 80px);
}

.pp-video .popup-content {
  width: 1360px;
  height: 765px;
}

.pp-video .popup-content iframe {
  width: 100%;
  height: 100%;
}

.pp-video .pp__close .close__lane {
  background-color: #ffffff;
}

.pp-video .pp__close {
  top: 0px;
  right: -80px;
}

.pp.pp-video .pp__content {
  overflow: visible;
}

.textpage-intro h1 {
  font-weight: 500;
  font-size: 64px;
  text-align: center;
  width: 800px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.textpage-introtext {
  font-size: 20px;
  width: 800px;
  margin: 0 auto;
  line-height: 1.4;
}

.textpage-intro {
  padding: 100px 0 60px 0;
  border-bottom: 1px solid;
  margin-bottom: 60px;
}

.textpage-content {
  width: 800px;
  margin: 0 auto;
  margin-bottom: 100px;
}

.textpage-content .news-item-text {
  padding: 0;
}

.textpage-content blockquote {
    width: calc(100% + 80px);
    position: relative;
    left: 0;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 40px;
    margin: 0 -40px 30px;
}
.news-item-gallary {
  margin-bottom: 100px;
  margin-top: 100px;
  height: 450px;
}

.news-item-gallary .swiper-container {
  height: 100%;
}

.news-item-gallary .swiper-slide {
  width: auto;
  max-width: 100%;
}

.news-item-gallary .item_gal_image {
  height: 100%;
  display: flex;

}

.news-item-gallary .item_gal_image img {
  object-fit: cover;

}

.gal-navigation.light .swiper-button-prev {
  background-image: url(../img/slider-left-arrow-light.svg);
}

.gal-navigation.light .swiper-button-next {
  background-image: url(../img/slider-right-arrow-light.svg);
}

.gal-navigation.light {
  color: #fff;
}
.news-item-text iframe {margin-top: 30px;margin-bottom: 30px;}

.news-item-text ol li {margin-bottom: 15px;}

.project-roadmap {padding: 40px 80px;font-size: 20px;}

.project-roadmap-title {font-weight: 500;
font-size: 48px;font-family: 'HalvarEngschriftCY';text-transform: uppercase;margin-bottom: 30px;}

.roadmap-item {position: relative;padding-left: 40px;padding-bottom: 32px;}

.roadmap-item:before {content: ' ';display: block;width: 23px;height: 23px;background: var(--colorBackground);position: absolute;top: 2px;left: 0;border-radius: 50%;}

.roadmap-item:after {content: ' ';display: block;width: 2px;height: 100%;background: var(--colorBackground);position: absolute;top: 7px;left: 11px;}

.roadmap-item-text {line-height: 1.4;margin-bottom: 20px;}

.roadmap-item iframe {width: 100%;height: 470px;}

.roadmap-item:last-child:after {display: none;}

.project-roadmap {background: #F2F6F7;}


.textpage-wrapper {
    overflow: hidden;
}

.mainpage-actual-slider .swiper-slide {
    height: auto;
    display: flex;
}

.actual-item img {
    object-fit: cover;
}

/*custom select forms*/
.f-item .custom-select-trigger {
    width: 100%;
    border: 1px solid #adadad;
    padding: 10px 20px;
    line-height: 1.3;
}

.f-item .custom-select-wrapper {
    width: 100%;
}

.f-item .custom-select {
    width: 100%;
}

.event-form-wrapper {
    padding-bottom: 130px;
}


.attach-btn {
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    /* text-decoration: underline; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 83px;
    color: #1B1B1B;
    pointer-events: all;
    position: relative;
}

.resume-attach {
    margin-bottom: 0;
}

.attach-img {
    /* margin-left: 12px; */
}

#upload-photo {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

#upload-file {
    opacity: 0;
    position: absolute;
    z-index: -1;
}



.file-cross {
    position: relative;
    width: 18px;
    height: 18px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(1.0);
        -ms-transform: scale(1.0);
            transform: scale(1.0);
}

.file-cross:after,
.file-cross:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: 2px;
    background: #18191a;
    opacity: 0.5;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.file-cross:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

.file-cross:before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.uploaded-file-delete:hover .file-cross:after,
.uploaded-file-delete:hover .file-cross:before {
    background: #DC143C;
}

.name {
    padding-left: 10px;
    color: #18191a;
}

.uploaded-file-delete:hover .file-cross {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}

.file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
}

.form-file {
    /* margin-top: 35px; */
    z-index: 222;
    /* height: 50px; */
    margin-bottom: 30px;
}
.attach-img {
    width: 36px;
    height: 36px;
}

.list-files {
    margin-top: 10px;
    padding-left: 10px;
}

.f-item.f-item-select {
    z-index: 1;
    position: relative;
}


/*custom select forms end*/



/*special article*/
.special-article-block {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 40px;
    padding-bottom: 80px;
    margin-bottom: 40px;
    border-bottom: 1px solid;
}

.special-article-left {
    font-weight: 500;
    font-size: 48px;
    line-height: 125%;
/* identical to box height, or 60px */
    text-transform: uppercase;
    font-family: 'HalvarEngschriftCY';
    width: calc(100% - 1200px);
}

.special-article-right {
    width: 1200px;
}

.special-article-content {
    font-size: 20px;
    line-height: 150%;
}

.special-article-content p {
    margin-bottom: 20px;
}

.special-article-content ul {
    padding-left: 40px;
    margin-bottom: 20px;
}

.special-article-content-button {
    margin-bottom: 70px;
    margin-top: 40px;
}

.special-article-content h2, .special-article-content h3 {
    margin-bottom: 20px;
    margin-top: 70px;
}

.special-article-content-photos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}

.special-article-content-photos-item {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    width: calc(100% / 2 - 20px);
    margin-right: 40px;
    margin-bottom: 50px;
}

.special-article-content-photos-item:nth-child(2n+2) {
    margin-right: 0px;
}

.content-photos-image-caption {
    font-family: 'Golos';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
/* or 20px */
    letter-spacing: 0.01em;
    text-transform: uppercase;

/* gray dark */
    color: #828282;
}

.content-photos-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: initial;
    max-height: initial;
    display: flex;
}

.content-photos-image {
    /* display: flex; */
    margin-bottom: 8px;
    min-height: 330px;
    height: 330px;
}

.special-article-content iframe {
    width: 100%;
    min-height: 560px;
}

.special-article-content-form {
    max-width: 800px;
}

.special-article-block:last-child {
    border: none;
    margin: 0;
    padding-bottom: 0;
}

.special-article-block-title {
    width: 80%;
}
.container.container-special-article .pageheader-direction .page-h1 {
    width: 80%;
}

.container.container-special-article .pageheader-direction__text {
    width: 50%;
}

.special-article-content .event-form-wrapper {
    padding: 0;
    border: none;
}


/*special article end*/


/*about*/
.page-left-content-arm-back {
    position: absolute;
    bottom: 0;
    left: 0;
}
.page-left-part.page-left-part_about .page-left-content {
    height: 100vh;
}

.page-left-part.page-left-part_about h1 {
    font-size: 144px;
    line-height: 100%;
/* or 144px */
    letter-spacing: -0.02em;
}

.news-item-content.news-item-content__about blockquote {
    border: none;
    border-left: 4px solid #FFB942;
    margin: 0;
    font-weight: 500;
    font-size: 24px;
    padding: 0;
    padding-left: 32px;
    background: 0;
    margin: 50px 0;
}
.about-directions .submenu-nav-item {
    opacity: 1;
}

.about-directions .submenu-nav-item:nth-child(1) {
    border-top: 1px solid;
}

.about-directions {
    margin-bottom: 50px;
}

.about-directions .submenu-nav-item:last-child {
    border-bottom: 1px solid;
}


/*about end*/


/*send idea*/
.page-left-part.page-left-part_sendidea h1 {
    font-size: 144px;
    line-height: 100%;
    margin-bottom: 50px;
}

.page-sendidea-text-title {
    font-size: 36px;
    line-height: 125%;
    font-family: 'HalvarEngschriftCY';
    font-weight: 500;
    /* font-size: 144px; */
    /* line-height: 100%; */
    letter-spacing: -0.02em;
    text-transform: uppercase;
    margin-bottom: 29px;
}

.page-sendidea-text-text {
    font-size: 20px;
    line-height: 150%;
}

.page-sendidea-text-text p {
    margin-bottom: 20px;
}

.page-left-part.page-left-part_sendidea .page-left-content {
    background: #FFB942;
    height: 100%;
}

.page-left-part.page-left-part_sendidea .page-left-content-arm-back {
    left: unset;
    right: 0;
    bottom: 0;
    display: flex;
}





/*send idea end*/


/*seasons*/
.project-seasons-season-title {
    font-size: 24px;
    line-height: 100%;
/* identical to box height, or 24px */
    text-transform: uppercase;
    font-family: 'HalvarEngschriftCY';
    font-weight: 500;
    padding: 11px 15px;
    background: var(--colorBackground);
    position: absolute;
    top: 20px;
    left: 20px;
}

.project-seasons-listitem-image {
        position: relative;
    margin-bottom: 10px;
}
.project-seasons-listitem-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.project-seasons-title {
    font-size: 48px;
    line-height: 100%;
    text-transform: uppercase;
    font-family: 'HalvarEngschriftCY';
    font-weight: 500;
    padding-bottom: 24px;
    margin-bottom: 24px;
    /* border-bottom: 1px solid; */
}

.project-seasons-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: stretch;
    border-top: 1px solid;
    /* border-bottom: 1px solid; */
    position: relative;
}

.project-seasons-listitem {
    position: relative;
    width: 50%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 24px 40px 24px 0px;
    border-bottom: 1px solid;
    border-right: 1px solid;
}

.project-seasons-listitem:nth-child(2n+2) {
    padding-left: 40px;
    padding-right: 0px;
    border-right: 0;
}




.project-seasons-list:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
}

.project-seasons-listitem:after {
    content: ' ';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: var(--colorBackground);
    z-index: -1;
    -webkit-transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.project-seasons-listitem:hover:after {
    width: 100%;
    height: 100%;
}

.news-item-text a.project-seasons-listitem:hover {
    opacity: 1;
}


/*seasons end*/


.footer-logos {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.header-cont__button {
    width: 198px;
    height: 100%;
    margin-right: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.header-cont__button .btn {
    font-size: 14px;
    height: 48px;
}

.team-page-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: stretch;
	overflow-x:hidden;
	    padding-top: 1px;
}

.teampage-item {
    width: calc(100% / 5);
    padding: 40px;
	    position: relative;
}

.teampage-item-image {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 48px;
}

.teampage-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.teampage-item-name {
    font-weight: 500;
    font-size: 28px;
    line-height: 125%;
/* identical to box height, or 30px */
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-family: 'HalvarEngschriftCY';
    margin-bottom: 8px;
}

.teampage-item-func {
    font-size: 18px;
    line-height: 135%;
}

.project-seasons {
    margin-bottom: 70px;
}
.header-soc {
    opacity: .4;
}
.header-menu-item {
    margin-right: 24px;
}


/*header additional buttons*/

.header-additional-buttons {
    display: flex;
    margin-right: 16px;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin-left: 10px;
}

.header-additional-buttons-item {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
/* identical to box height, or 20px */
    text-align: center;
    letter-spacing: 0.005em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    padding: 0 20px;
}

.header-additional-buttons_inner {
    border: 1px solid;
    height: 48px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.header-additional-buttons-item:first-child {
    border-right: 1px solid;
}

.header-additional-buttons-item:hover {
    opacity: .6;
}


/*header additional buttons end*/




@media only screen and (max-width: 1700px) {
  .news-item-gallary {
    height: 330px;

  }
}

@media only screen and (max-width: 1430px) {
  .news-item-gallary {
    height: 300px;

  }
}

@media only screen and (max-width: 1270px) {
  .news-item-gallary {
    height: 450px;

  }
}

@media only screen and (max-width: 1023px) {
  .news-item-gallary {
    height: 330px;

  }
}

@media only screen and (max-width: 767px) {
  .news-item-gallary {
    height: 182px;

  }
}


/*merge end*/

/*new integration*/

/*
.submenu-nav-item.submenu-nav-item__business:hover {
	background: var(--colorBusiness);
}
.submenu-nav-item.submenu-nav-item__social:hover {
	background: var(--colorSocial);
}
.submenu-nav-item.submenu-nav-item__city:hover {
	background: var(--colorCity);
}
.submenu-nav-item.submenu-nav-item__tourism:hover {
	background: var(--colorTourism);
}
.submenu-nav-item.submenu-nav-item__branding:hover {
	background: var(--colorBranding);
}
*/
.submenu.active .submenu-title {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
  opacity: 1;
}

.submenu.active .submenu-text {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  opacity: 1;
}

.header-menu-item.active:after {
  width: 100%;
}

.general-video {
  width: inherit;
  height: inherit;
  max-width: 100%;
  max-height: 100%;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 1;
  -webkit-transition: 3s;
  -o-transition: 3s;
  transition: 3s;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.news-releases-box.news-releases-box__releases {
  background: #fff;
  color: var(--colorBlack);
}

.news-releases-box.news-releases-box__releases .news-releases-box__title-item.active {
  color: var(--colorBlack);
}

.submenu-nav-item:hover .submenu-nav-item__arrow {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}

.news-all__link:hover .news-all__link-arrow {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

label.error {
  color: #e30613;
  font-size: 16px;
  text-transform: none;
}

input.error {
  border-color: #e30613;
}

textarea.error {
  border-color: #e30613;
}

.pp-thanks-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 30px;
}

.pp-thanks-title {
  margin-bottom: 13px;
  text-transform: uppercase;
  font-family: 'HalvarEngschriftCY';
  font-weight: 500;
  font-size: 48px;
}

.page-left-content .page-direction-icon {
  position: absolute;
  bottom: 0;
  left: -110px;
  width: 400px;
  height: 400px;
  /* z-index: -1; */
  pointer-events: none;
}

.page-left-content.page-left-content_project h1 {
  color: var(--colorBlack);
}

.submenu {
  border-bottom: 1px solid;
}

.footer-mid_nav a {
  margin-right: 80px;
}

.footer-bottom-links span {
  margin-left: 23px;
}

.up-button:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.burger {
  display: none;
}

.news-all-link.js-tab {
  display: none;
}

.news-all-link.js-tab.active {
  display: block;
}

.news-list-item:hover .news-list-item__date {
  transform: translateY(-10px);
}

.news-list-item:hover .news-list-item__right span {
  border-bottom: 1px solid;
}

.news-item-text a {
  border-bottom: 1px solid;
  /* color: #cdd473; */
}

.news-item-text a:hover {
  opacity: 0.7;
}

.page-news-meta__section:hover {
  opacity: 0.7;
}

.footer-top__linkblock:hover:after {
  transform: translateX(20px);
}

.footer-mid a:hover {
  opacity: 0.7;
}

.footer-bottom a:hover {
  opacity: 0.7;
}

.footer-top__right_imagebox:hover .footer-top__right_link:after {
  transform: translateX(20px);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.footer-top__linkblock:hover .footer-top__linkblock_text {
  opacity: 0.7;
}

.footer-top__linkblock_text {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.header-cont__socs a:hover {
  opacity: 0.7;
}

.news-item-text ol {
  padding-left: 40px;
  margin-bottom: 30px;
}

.news-item-text ul {
  margin-bottom: 30px;
}

.news-item-text table {
  width: 100% !important;
}

.news-item-text table td {
  font-size: 16px;
  padding: 10px 20px;
  border: 1px solid;
}

.page-parts-wrapper {
  padding-top: 84px;
  border-bottom: 1px solid;
}

blockquote {
  margin: 0 -80px 30px;
}

.page-404-wrapper h1.page-h1 {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 48px;
}

.page-404-wrapper {
  padding-top: 194px;
  background-size: 70%;
}

.page-404-wrapper {}

.page-404-wrapper .container {
  padding: 0 40px;
}

.page-404-wrapper .grid {
  margin: 0;
  /* margin-bottom: 60px; */
  position: relative;
  width: 100%;
}

.page-404-wrapper img {
  display: none;
}

.container>.short-title>.page-h1 {
  margin-top: 0;
  padding-top: 180px;
}

/*  */

.pageheader-direction__down {
  bottom: 96px;
  -webkit-animation: animDown 3s linear infinite;
  animation: animDown 3s linear infinite;
}

.pageheader-direction {
  height: auto;
  padding-bottom: 80px;
}

.projects-list {
  justify-content: flex-start;
}

.animation_404 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 510px);
}

.news-all-link.js-tab[data-tab='releases'] {
  color: var(--colorBlack);
}

.news-all-link.js-tab[data-tab='releases'] .news-all__link-arrow_orange {
  background: url(../img/right-arrow-black.svg) no-repeat center/100%;
}

.page-left-content.page-left-content__newspage {
  background: var(--colorBlack);
  color: #fff;
}

.header-cont.header-cont-transparent.header-cont-direction.active {
  background: transparent;
}

.burger.invert.burger-direction {
  background: transparent;
}

@-webkit-keyframes animDown {
  0% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(15px);
  }

  50% {
    transform: translateY(0);
  }

  75% {
    transform: translateY(-15px);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes animDown {
  0% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(15px);
  }

  50% {
    transform: translateY(0);
  }

  75% {
    transform: translateY(-15px);
  }

  to {
    transform: translateY(0);
  }
}








.results-nav {
  padding: 40px;
}

.results-link {
  border: 1px solid transparent;
  padding: 5px 14px;
  border-radius: 20px;
  display: inline-block;
  margin-right: 4px;
}

.results-link.active {
  border-color: var(--colorBlack);
}

.results-link:hover {
  border-color: var(--colorBlack);
}

.results-wrapper {
  display: flex;
}

.docs-title {
  padding-top: 60px;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 48px;
  font-family: 'HalvarEngschriftCY';
}

.doc-title {
  font-size: 18px;
  margin-bottom: 10px;
  width: 90%;
}

.doc-size {
  font-size: 16px;
  color: var(--colorGreyDark);
}

.doc-item {
  display: block;
  border-top: 1px solid;
  padding: 17px 0;
  position: relative;
}

.doc-item:after {
  content: ' ';
  display: block;
  background: url(../img/download.svg) no-repeat center;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.results-documents {
  padding: 0 40px;
  position: sticky;
  top: 0px;
  bottom: 40px;
}

.results-right {
  width: 600px;
  position: relative;
}

.results-left {
  width: calc(100% - 600px);
  overflow: hidden;
}

.result-item {
  min-height: 320px;
  width: calc(100% / 2);
  position: relative;
}

.results-items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: flex-start;
  justify-content: flex-start;
}

.result-item-title {
  display: block;
  font-size: 24px;
  width: 400px;
  /* margin-bottom: 100px; */
  min-height: 120px;
  margin-bottom: 30px;
}

.result-info-title {
  font-size: 16px;
}

.result-info-value {
  font-size: 28px;
}

.result-item-direction {
  position: absolute;
  top: 40px;
  right: 40px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  width: 120px;
  text-align: right;
}

.result-info-list {
  display: flex;
  width: 400px;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
}

.result-info {
  width: 50%;
  margin-bottom: 30px;
}

.result-item:nth-child(2n+2) {
  border-right: 0px;
}

.result-item-direction-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 230px;
  height: 230px;
  /* z-index: -3; */
  overflow: hidden;
}

element.style {}

.result-item-direction-icon img {
  top: 30px;
  right: -30px;
  position: relative;
}

.filter-title {
  position: relative;
  padding: 0 40px;
  display: flex;
  padding-bottom: 40px;
}

.filter-title_ {
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
  padding-right: 50px;
  margin-right: 40px;
  cursor: pointer;
}

.filter-title-caret:after {
  /* content: ' '; */
  /* display: inline-block; */
  /* background: url(../img/caret-down-white.svg) no-repeat center; */
  /* width: 20px; */
  /* height: 20px; */
  /* margin-left: 6px; */
  /* margin-top: 2px; */
  /* -webkit-transition: 0.2s; */
  -o-transition: 0.2s;
  /* transition: 0.2s; */
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  top: 13px;
  right: 20px;
  margin-top: -3px;
  border-bottom: 2px solid #18191a;
  border-right: 2px solid #18191a;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.35s ease-out;
  transform-origin: 50% 0;
}

.filters-chosed {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 70%;
}

.filters-chosed-item {
  padding: 4px 32px 6px 21px;
  border: 1px solid;
  margin-right: 10px;
  border-radius: 20px;
  white-space: nowrap;
  max-width: 245px;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}

.filter-box {
  padding: 40px;
  position: relative;
  padding-bottom: 1px;
  border-top: 1px solid;
  padding-bottom: 40px;
}

.filter-box-close {
  position: absolute;
  top: 33px;
  right: 40px;
  width: 30px;
  height: 30px;
}

.filter-box-close .pp__close {
  width: 24px;
  height: 24px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.filter-box-close .close__lane {
  background-color: var(--colorBlack);
}

.filter-itemrow {
  display: flex;
  margin-bottom: 11px;
  flex-wrap: wrap;
}




.checkbox-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  margin-right: 40px;
  margin-bottom: 15px;
}

.checkbox-box__input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.checkbox-box__label {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.checkbox-box__label:hover {
  opacity: 0.5;
}

.checkbox-box__logo {
  position: relative;
  margin-right: 16px;
  width: 34px;
  height: 34px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.checkbox-box__logo-icon {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.checkbox-box__logo-icon.--active {
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  visibility: hidden;
}

.checkbox-box__input:checked~.checkbox-box__label .checkbox-box__logo-icon {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.checkbox-box__input:checked~.checkbox-box__label .checkbox-box__logo-icon.--active {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.checkbox-box__text {
  margin-right: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.checkbox-box__input:checked~.checkbox-box__label .checkbox-box__text {
  /* color: var(--red); */
}

.checkbox-box__custom {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
  pointer-events: none;
  width: 24px;
  height: 24px;
  /* border-radius: 3px; */
  border: 2px solid var(--colorGreyDark);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.checkbox-box__input:checked~.checkbox-box__label .checkbox-box__custom {
  border-color: var(--black);
  background-color: var(--black);
}

.checkbox-box__custom::before {
  opacity: 0;
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  z-index: 1;
  top: -2px;
  left: -2px;
  background: url('../img/checkbox-icon-black.svg') no-repeat center;
  background-size: contain;
  -webkit-transition: all ease-in-out .15s;
  -o-transition: all ease-in-out .15s;
  transition: all ease-in-out .15s;
}

.checkbox-box__input:checked~.checkbox-box__label .checkbox-box__custom::before {
  opacity: 1;
}

.radio-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}

.radio-box__input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.radio-box__label {
  padding-left: 32px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.radio-box__label:hover {
  opacity: 0.5;
}

.radio-box__custom {
  pointer-events: none;
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  border: 1px solid var(--lightBlack);
}

.radio-box__custom::after {
  opacity: 0;
  content: "";
  width: 11px;
  height: 11px;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: var(--black);
  border-radius: 50%;
  -webkit-transition: all ease-in-out .15s;
  -o-transition: all ease-in-out .15s;
  transition: all ease-in-out .15s;
}

.radio-box__input:checked~.radio-box__label .radio-box__custom {
  border-color: var(--black);
}

.radio-box__input:checked~.radio-box__label .radio-box__custom::after {
  opacity: 1;
}

.filter-total {
  font-size: 14px;
  color: var(--colorGreyDark);
}

.filter-bottom {
  position: absolute;
  bottom: 40px;
  right: 40px;
}

span.filter-reset {
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: #8b8c8c;
  margin-right: 30px;
}












/* INPUT SELECT OPTION */

.filter-type__select label {
  width: 100%;
  /* float: left; */
  /* margin-left: 25px; */
  margin-bottom: 10px;
}

.center {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.filter-type__select select {
  z-index: 3;
  float: left;
}

/** Custom Select **/
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  user-select: none;
  cursor: pointer;
}

.custom-select-wrapper select {
  display: none;
}

.custom-select {
  position: relative;
  display: inline-block;
  /* font: 13px/1.5 "Roboto", sans-serif; */
}

.custom-select-trigger {
  position: relative;
  display: block;
  min-width: 320px;
  padding: 0 51px 0 24px;
  font-weight: 100;
  /* color: #6e7c83; */
  line-height: 50px;
  /* background-color: #ffffff; */
  /* border-radius: 3px; */
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  border-top: 1px solid var(--colorBlack);
  border-bottom: 1px solid var(--colorBlack);
}

.custom-select-trigger:hover {
  /* -webkit-box-shadow: 0px 10px 50px 0px rgba(43, 111, 246, 0.1); */
  /* box-shadow: 0px 10px 50px 0px rgba(43, 111, 246, 0.1); */
  /* border-top: 1px solid var(--colorBlack); */
  /* border-bottom: 1px solid var(--colorBlack); */
}

.custom-select-trigger:before {
  position: absolute;
  display: none;
  content: "";
  width: 1px;
  height: 50px;
  top: 3px;
  right: 50px;
  margin-top: -3px;
  border-right: 1px solid #c7d1d6;
  transition: all 0.35s ease-out;
  transform-origin: 50% 0;
}

.custom-select-trigger:after {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  right: 20px;
  margin-top: -3px;
  border-bottom: 2px solid #18191a;
  border-right: 2px solid #18191a;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.35s ease-out;
  transform-origin: 50% 0;
}

.custom-select.opened .custom-select-trigger:after {
  margin-top: 3px;
  transform: rotate(-135deg) translateY(-50%);
}

.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0%;
  right: 0;
  width: 100%;

  margin: 10px 0;
  /* border-radius: 5px; */
  box-sizing: border-box;
  /*  box-shadow: 0 2px 1px rgba(0, 0, 0, .1); */

  background: #fff;
  transition: all 0.2s ease-in-out;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
  border: 0;
}

.custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(-8px);

  -webkit-box-shadow: 0px 10px 50px 0px rgba(43, 111, 246, 0.1);
  /* box-shadow: 0px 10px 50px 0px rgba(43, 111, 246, 0.1); */
  max-height: 300px;
  overflow: auto;
}

.option-hover:before {
  background: #f9f9f9;
}

.custom-option {
  position: relative;
  display: block;
  padding: 0 18px;
  /* font: 13px/1.5 "Roboto", sans-serif; */
  /* font-weight: 600; */
  /* color: #b5b5b5; */
  line-height: 47px;
  cursor: pointer;
  transition: all 0.05s ease-in-out;
}

.custom-option:first-of-type {
  /* border-radius: 4px 4px 0 0; */

  /* border-top-right-radius: 5px; */
  /* border-top-left-radius: 5px; */
}

.custom-option:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 4px 4px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.custom-option:hover,
.custom-option.selection {
  /* color: #fff; */
  background-color: #F2F6F7;
}

.filter-form-wrapper {
  position: relative;
  z-index: 2;
}

.select-checkboxes-trigger {
  position: relative;
  display: block;
  min-width: 320px;
  padding: 0 51px 0 24px;
  font-weight: 100;
  /* color: #6e7c83; */
  line-height: 50px;
  /* background-color: #ffffff; */
  /* border-radius: 3px; */
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  border-top: 1px solid var(--colorBlack);
  border-bottom: 1px solid var(--colorBlack);
}

.select-checkboxes-trigger:after {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  right: 20px;
  margin-top: -3px;
  border-bottom: 2px solid #18191a;
  border-right: 2px solid #18191a;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.35s ease-out;
  transform-origin: 50% 0;
}

.select-checkboxes-list {
  position: absolute;
  display: block;
  top: 100%;
  left: 0%;
  right: 0;
  width: 100%;
  margin: 10px 0;
  /* border-radius: 5px; */
  box-sizing: border-box;
  /* box-shadow: 0 2px 1px rgb(0 0 0 / 10%); */
  background: #fff;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
  border: 0;
}

.select-checkboxes-list.opened {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(-8px);
  -webkit-box-shadow: 0px 10px 50px 0px rgb(43 111 246 / 10%);
  /* box-shadow: 0px 10px 50px 0px rgb(43 111 246 / 10%); */
  max-height: 300px;
  overflow: auto;
}

.filter-type__select_checkboxes {
  position: relative;
}

.select-checkboxes-item {
  position: relative;
  display: block;
  padding: 0 18px;
  /* font: 13px/1.5 "Roboto", sans-serif; */
  /* font-weight: 600; */
  /* color: #b5b5b5; */
  line-height: 47px;
  cursor: pointer;
  transition: all 0.05s ease-in-out;
}


.select-checkboxes-button {
  padding: 12px;
  border-top: 1px solid;
  text-align: center;
}

.select-checkboxes-button .btn {
  width: 100%;
}

.f-item {}

.filter-itemrow:last-child {
  margin-bottom: 0px;
}

.filter-title-caret {
  /* width: 50px; */
  display: block;
  /* height: 20px; */
}

.filter-title_.active .filter-title-caret:after {
  margin-top: 3px;
  transform: rotate(-135deg) translateY(-50%);
}

.filter-title_reset {
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: #8b8c8c;
  margin-right: 30px;
}

.filters-reset {
  padding: 6px 10px;
  cursor: pointer;
}

.filters-reset:hover {
  opacity: .7;
}

.filter-remove {
  position: absolute;
  top: 0px;
  bottom: 0;
  right: 6px;
  width: 20px;
  height: 20px;
  margin: auto;
  background: url(../img/filter-drop.svg) no-repeat center;
  cursor: pointer;
}

.filter-remove:hover {
  opacity: .7;
}

.item-materials {
  padding: 40px 80px;
}

.material-item {
  display: flex;
  width: 100%;
  border-bottom: 1px solid;
  padding: 20px 0;
  flex-direction: row;
  justify-content: space-between;
}

.material-item-title {
  font-size: 20px;
}

.material-item-download {
  /* position: absolute; */
  /* top: 0; */
  padding: 8px 40px 8px 20px;
  background: #ffb942;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.material-item-download:after {
  content: ' ';
  display: block;
  background: url(../img/download.svg) no-repeat center;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 11px;
  margin: auto;
  background-size: contain;
}

.material-item:hover {
  opacity: .7;
}

.material-item:hover .material-item-download {
  transform: translateY(6px);
}

.material-item:last-child {
  border: none;
}

.empty-box {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  padding: 100px 0;
}

.empty-icon {
  width: 85px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.empty-text {
  font-size: 20px;
}

.btn.btn_arrow img.btn-arrow {
  width: 20px;
  height: 12px;
  margin-left: 11px;
  display: inline-block;
}

.btn.btn_arrow {
  padding-right: 17px;
}

.event-item-preview.event-item-preview_i {
  display: none;
}

.event-item-wrapper {
  display: flex;
}


.project-list-item.project-list-item_academy:not(.projects-listbox-item):nth-child(1),
.project-list-item.project-list-item_academy:not(.projects-listbox-item):nth-child(10) {
  width: calc(100% / 4);
}


.project-list-item.project-list-item_academy:not(.projects-listbox-item):nth-child(3),
.project-list-item.project-list-item_academy:not(.projects-listbox-item):nth-child(4),
.project-list-item.project-list-item_academy:not(.projects-listbox-item):nth-child(9),
.project-list-item.project-list-item_academy:not(.projects-listbox-item):nth-child(10) {
  width: calc(100% / 4 * 2);
}


.project-list-item.project-list-item_academy:not(.projects-listbox-item):nth-child(3) .project-list-item-image__wrapper,
.project-list-item.project-list-item_academy:not(.projects-listbox-item):nth-child(4) .project-list-item-image__wrapper,
.project-list-item.project-list-item_academy:not(.projects-listbox-item):nth-child(9):before,
.project-list-item.project-list-item_academy:not(.projects-listbox-item):nth-child(10):before {}

.project-list-item.project-list-item_academy:not(.projects-listbox-item):nth-child(1) .project-list-item-image__wrapper,
.project-list-item.project-list-item_academy:not(.projects-listbox-item):nth-child(10) .project-list-item-image__wrapper,
.project-list-item.project-list-item_academy:not(.projects-listbox-item):nth-child(1):before,
.project-list-item.project-list-item_academy:not(.projects-listbox-item):nth-child(10):before {

  width: 315px;
  height: 275px;
}

.academy-list .project-list-item-meta {
  /* display: block; */
}

.academy-list .project-list-item {
  display: block !important;
}

.academy-list .project-list-item__title {

  padding-left: 0 !important;
}


.academy-list .project-list-item:after {
  display: none !important;

}





.project-list-item.project-list-item_academy:not(.projects-listbox-item):nth-child(3) .project-list-item-image__wrapper,
.project-list-item.project-list-item_academy:not(.projects-listbox-item):nth-child(4) .project-list-item-image__wrapper,
.project-list-item.project-list-item_academy:not(.projects-listbox-item):nth-child(9) .project-list-item-image__wrapper,
.project-list-item.project-list-item_academy:not(.projects-listbox-item):nth-child(10) .project-list-item-image__wrapper {
  width: 100% !important;
  max-width: 100% !important;
}


.project-list-item.project-list-item_academy:not(.projects-listbox-item):nth-child(3):before,
.project-list-item.project-list-item_academy:not(.projects-listbox-item):nth-child(4):before,
.project-list-item.project-list-item_academy:not(.projects-listbox-item):nth-child(9):before,
.project-list-item.project-list-item_academy:not(.projects-listbox-item):nth-child(10):before {
  width: calc(100% - 80px) !important;
  max-width: calc(100% - 80px) !important;
}

.academy-list .project-list-item-image__wrapper {
  max-width: 100% !important;
  max-height: 360px !important;
  height: 360px !important;
  width: 100% !important;
  width: 100%;
}

.academy-list .project-list-item-image__wrapper {
  max-height: 360px !important;
}

.academy-list .project-list-item.project-list-item_academy::before {
  max-width: calc(100% - 80px) !important;
  max-height: 360px !important;
  height: 360px !important;
  width: calc(100% - 80px) !important;
  width: 100%;
}


.arm-section-filters {
  padding-top: 40px;
}

.filter-type__select_checkboxes.f-item {
  margin-right: 40px;
}

.page-news-content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}

















.line.line_horizontal {
  width: 0%;
  height: 1px;
  background: #18191a;
  position: absolute;
  top: -1px;
  left: 0;
  -webkit-transition: 4s;
  -o-transition: 4s;
  transition: 4s;
  /* transform: scaleX(1); */
  z-index: 222;
}

.projects-list-wrapper {
  position: relative;
}

.projects-list-wrapper {}

.line.line_vertical {
  position: absolute;
  top: 0px;
  right: -1px;
  height: 0%;
  background: #18191a;
  width: 1px;
  z-index: 0;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  transition-delay: 0.4s;
}

.line.line_vertical.draw {
  height: 100%;
}

.line.line_horizontal.draw {
  width: 100vw;
  transform: scaleX(1);
}


.aos-init.aos-animate .line.line_horizontal {
  width: 100vw;
}

.aos-init.aos-animate .line.line_vertical {
  height: 100%;
}

.projects-list-wrapper {
  overflow: hidden;
  padding-top: 1px;
}

.news-list-item .line.line_horizontal {
  background-color: #fff;
}

.news-list-item .line.line_vertical {
  background-color: #fff;
}


.news-list-item_pr .line.line_horizontal {
  background-color: var(--colorBlack);
}

.news-list-item_pr .line.line_vertical {
  background-color: var(--colorBlack);
}

.news-list {
  padding-top: 1px;
}

.news-releases-box {
  overflow: hidden;
}



.submenu.active:after {
  height: 100%;
}

.submenu-nav-item:after {
  content: ' ';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  background-color: var(--colorBlack);
  height: 1px;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
}

.submenu.active .submenu-nav-item:after {
  width: 100%;
}

.submenu-nav-item:nth-child(1):after {
  transition-delay: 0.1s;
}

.submenu-nav-item:nth-child(2):after {
  transition-delay: 0.2s;
}

.submenu-nav-item:nth-child(3):after {
  transition-delay: 0.3s;
}

.submenu-nav-item:nth-child(4):after {
  transition-delay: 0.4s;
}

.submenu-nav-item:nth-child(5):after {
  transition-delay: 0.5s;
}

.submenu-nav-item:nth-child(6):after {
  transition-delay: 0.6s;
}

.submenu-nav-item:nth-child(7):after {
  transition-delay: 0.7s;
}

.submenu-nav-item:last-child:after {
  display: none
}

.submenu-nav-item {
  transform: translateY(20px);
  opacity: 0;
}

.submenu.active .submenu-nav-item {
  opacity: 1;
  transform: translateY(0px)
}

.submenu-nav-item:nth-child(1) {
  transition-delay: 0.1s;
}

.submenu-nav-item:nth-child(2) {
  transition-delay: 0.2s;
}

.submenu-nav-item:nth-child(3) {
  transition-delay: 0.3s;
}

.submenu-nav-item:nth-child(4) {
  transition-delay: 0.4s;
}

.submenu-nav-item:nth-child(5) {
  transition-delay: 0.5s;
}

.submenu-nav-item:nth-child(6) {
  transition-delay: 0.6s;
}

.submenu-nav-item:nth-child(7) {
  transition-delay: 0.7s;
}



.footer-top:after {
  height: 0%;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
}

.footer.aos-init.aos-animate .footer-top:after {
  height: 100%;
}

.footer-top__linkblock {
  position: relative;
}

.footer-top__linkblock:before {
  content: ' ';
  display: block;
  width: 0%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
}

.footer.aos-init.aos-animate .footer-top__linkblock:before {
  width: 100%;
}

.footer-top__linkblock:nth-child(1):before {
  transition-delay: 0.1s;
}

.footer-top__linkblock:nth-child(2):before {
  transition-delay: 0.2s;
}

.footer-top__linkblock:nth-child(3):before {
  transition-delay: 0.3s;
}

.footer-top__linkblock:nth-child(4):before {
  transition-delay: 0.4s;
}

.footer-top__linkblock:nth-child(5):before {
  transition-delay: 0.5s;
}

.footer-top__linkblock:nth-child(6):before {
  transition-delay: 0.6s;
}

.footer-mid {
  position: relative;
}

.footer-mid:after {
  content: ' ';
  display: block;
  width: 0%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;

}

.footer-mid:before {
  content: ' ';
  display: block;
  width: 0%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  transition-delay: 0.3s;

}

.footer.aos-init.aos-animate .footer-mid:after {
  width: 100%;
}

.footer.aos-init.aos-animate .footer-mid:before {
  width: 100%;
}



.footer-bottom-up:before {
  content: ' ';
  display: block;
  width: 1px;
  height: 0%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  transition-delay: 0.4s;

}

.footer.aos-init.aos-animate .footer-bottom-up:before {
  height: 100%;
}


.header-cont__logo {
  position: relative;
}

.header-cont__logo:after {
  content: ' ';
  display: block;
  width: 1px;
  height: 0%;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  transition-delay: 0.2s;
}

/* .header-cont.aos-init.aos-animate .header-cont__logo:after {
  height: 100%;
} */

.header-cont:after {
  content: ' ';
  display: block;
  width: 0%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  transition-delay: 0.3s;
}

.header-cont.aos-init.aos-animate:after {
  width: 100%;

}

/* .header-cont.active .header-cont__logo:after {
  background-color: var(--colorBlack);
} */

.header-cont.active:after {
  background-color: var(--colorBlack);
}



.mp-h1-row {
  position: relative;
  overflow: hidden;
  line-height: 176px;
  margin-bottom: -30px;
}

.mp-h1-row_span {
  display: inline-block;
  transform: translateY(180px);
  -webkit-transition: 1.6s;
  -o-transition: 1.6s;
  transition: 1.6s;
}

.mp-h1.aos-init.aos-animate .mp-h1-row_span {
  transform: translateY(0px);
}

.mp-h1.aos-init.aos-animate .mp-h1-row:nth-child(1) .mp-h1-row_span {
  transform: translateY(0px);
  transition-delay: 1s;
}

.mp-h1.aos-init.aos-animate .mp-h1-row:nth-child(2) .mp-h1-row_span {
  transform: translateY(0px);
  transition-delay: 1.4s;
}

.team-list:after {
  content: ' ';
  display: block;
  width: 0%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--colorBlack);
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  transition-delay: 0.3s;
  z-index: 22;

}

.team-list.aos-init.aos-animate:after {
  width: 100%;
}

.projects-list:after {
  content: ' ';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--colorBlack);
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  transition-delay: 0.3s;
  z-index: 22;

}

.projects-list.aos-init.aos-animate:after {
  width: 100%;
}


.projects-list-wrapper:after {
  content: ' ';
  display: block;
  width: 0%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--colorBlack);
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  transition-delay: 0.3s;
  z-index: 22;
}

.projects-list-wrapper.aos-init.aos-animate:after {
  width: 100%;
}


.news-releases__list:after {
  content: ' ';
  display: block;
  width: 0%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  transition-delay: 0.3s;
  z-index: 22;
}

.news-releases__list.aos-init.aos-animate:after {
  width: 100%;
}


.news-releases__list[data-tab="news"]:after {
  content: ' ';
  display: block;
  width: 0%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  transition-delay: 0.3s;
  z-index: 22;
}

.news-releases__list.aos-init.aos-animate[data-tab=news]:after {
  width: 100%;
}

.news-releases__list[data-tab="releases"]:after {
  content: ' ';
  display: block;
  width: 0%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--colorBlack);
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  transition-delay: 0.3s;
  z-index: 22;
}

.news-releases__list.aos-init.aos-animate[data-tab=releases]:after {
  width: 100%;
}



.projects-list.aos-init.aos-animate:after {
  width: 100%;
}

.news-list.aos-init.aos-animate:after {
  width: 100%;
}

.news-list .news-releases__list {
  position: relative;
}

.news-list {
  position: relative;
}

.news-list .news-releases__list:after {
  content: ' ';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  transition-delay: 0.3s;
  z-index: 22;
}

.news-list.news-list__pressreleases .news-releases__list:after {
  background-color: var(--colorBlack);
  width: 100%;
}


.projects-list {
  position: relative;
  overflow: hidden;
  padding-top: 1px;
  padding-bottom: 1px;
}

.projects-list:after {
  content: ' ';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--colorBlack);
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  transition-delay: 0.3s;
  z-index: 22;
}

.vidios-list {
  overflow: hidden;
  position: relative;
  padding-top: 1px;
  padding-bottom: 1px;
}

.vidios-list:after {
  content: ' ';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--colorBlack);
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  transition-delay: 0.3s;
  z-index: 22;
}


.page-parts-wrapper:after {
  height: 0%;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  transition-delay: 0.3s;
}

.page-parts-wrapper.aos-init.aos-animate:after {
  height: 100%;
}

.video-item-video:after {
  transform: scale(1);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.video-item-video:hover:after {
  transform: scale(1.2);
}

.video-info-title:hover {
  opacity: .7;
}


.events-list:after {
  content: ' ';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--colorBlack);
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  transition-delay: 0.3s;
  z-index: 22;
}

.events-list {
  overflow: hidden;
  padding-top: 1px;
  padding-bottom: 1px;
  position: relative;
}


.event-item-preview {
  overflow: hidden;
}

.event-item-preview img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.event-item:hover .event-item-preview img {
  transform: scale(1.1);
}

.event-item-title:hover {
  opacity: .7;
}


.result-item-title:hover {
  /* border-bottom: 1px solid; */
  text-decoration: underline;
}

.result-item .line.line_horizontal {}



.result-item-wrapper {
  padding: 34px 40px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
}


.results-items:after {
  content: ' ';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--colorBlack);
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  transition-delay: 0.3s;
  z-index: 22;

}

.results-items {
  position: relative;
  padding-top: 1px;
  padding-bottom: 1px;
}

.results-left:before {
  content: ' ';
  display: block;
  width: 1px;
  height: 0%;
  position: absolute;
  top: 0;
  right: 0;
  background: var(--colorBlack);
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  transition-delay: 0.3s;
  z-index: 22;

}

.results-wrapper.aos-init.aos-animate .results-left:before {
  height: 100%;

}

.results-left {
  position: relative;
}



.results-right:before {
  content: ' ';
  display: block;
  width: 0%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--colorBlack);
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  transition-delay: 0.3s;
  z-index: 22;

}


.results-right.aos-init.aos-animate:before {
  width: 100%;

}

.contacts-line {
  position: relative;
}

.contacts-line:before {
  content: ' ';
  display: block;
  width: 0%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--colorBlack);
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  transition-delay: 0.3s;
  z-index: 22;

}

.contacts-line.aos-init.aos-animate:before {
  width: 100%;

}


.footer-top__linkblock:last-child:before {
  display: none;
}








.header-menu-item span.h-menu-title {
  position: relative;
  overflow: hidden;
  color: rgba(0, 0, 0, 0);
}

.header-menu-item span.h-menu-title::after {
  content: attr(data-title);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: var(--colorBlack);
  transition: all 0.5s, opacity 0.3s;
}

.header-menu-item span.h-menu-title::before {
  content: attr(data-title);
  display: block;
  position: absolute;
  left: 0;
  top: -100%;
  width: 100%;
  height: 100%;
  color: var(--colorBlack);
  opacity: 0;
  transition: all 0.5s, opacity 0.3s;
}

.header-menu-item:hover span.h-menu-title::after {
  opacity: 0;
  transform: translateY(100%);
}

.header-menu-item:hover span.h-menu-title::before {
  opacity: 1;
  transform: translateY(100%);
}


.team-item_pp {
  width: 890px;
  padding: 40px;
  display: flex;
}

.team-item_pp .teammate-image {
  width: 180px;
  height: 180px;
  margin-bottom: 30px;
}

.team-item_pp .teammate-info-email {
  transform: translateY(0px);
  opacity: 1;
  position: relative;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  bottom: 0;
}

.team-item_pp .teammate-info-phone {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  position: relative;
  bottom: 0;
}

.team-item_pp .teammate-info-additional {
  opacity: 1;
  position: relative;
  left: unset;
  width: initial;
  height: initial;
  padding: initial;
  pointer-events: all;
  line-height: 1.5;
  margin: 0;
}

.team-item_pp-right {
  padding-left: 40px;
  padding-right: 40px;
}

.pp.pp-teammate .pp__close {
  top: 10px;
  right: 10px;
}

.header-cont.header-cont-transparent .header-menu-item span.h-menu-title::before {
  color: #fff;
}

.header-cont.header-cont-transparent .header-menu-item span.h-menu-title::after {
  color: #fff;
}

.header-cont.header-cont-transparent.active .header-menu-item span.h-menu-title::before {
  color: var(--colorBlack);
}

.header-cont.header-cont-transparent.active .header-menu-item span.h-menu-title::after {
  color: var(--colorBlack);
}

body::-webkit-scrollbar {
  width: 8px;
  background-color: #fff;
}

body::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #CD5A43;
}

.section {
  position: relative;
}

.scroll-container {
  position: sticky;
  top: 0;
  overflow: hidden;
}

.directions-slider-wrapper_sub {
  overflow: hidden;
  height: 100vh;
}


.directions-slide {
  width: 400px;
  display: block;
  float: left;
  margin-right: 40px;
  z-index: 3;
}

.directions-slider-wrapper {
  overflow: auto;
  height: 990px;
}

.directions-slide_last {
  width: 100vw;
  display: block;
  float: left;
  height: 100vh;
  position: relative;
}


.direction-circle {
  width: 350px;
  height: 350px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.directions-slider-wrapper_sub:after {
  content: ' ';
  display: block;
  clear: both;
}

.direction-circle_ {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-color: #ffb942;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  transition-delay: 2s;
}

.directions-circle-text {
  position: relative;
  z-index: 2;
  font-size: 24px;
  transform: translateY(0);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transition-delay: 2s;
}


.direction-circle_.animate {
  transform: scale(30);
}

.direction-circle_animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.direction-get-idea_text {
  font-weight: 500;
  font-size: 64px;
  text-transform: uppercase;
  font-family: 'HalvarEngschriftCY';
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  transition-delay: 3s;
  transform: translateY(130px);
  opacity: 0;
}

.direction-get-idea .have-idea-button {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  transition-delay: 3.5s;
  transform: translateY(130px);
  opacity: 0;
}



.direction-get-idea {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  height: 270px;
}

.direction-get-idea .have-idea-button {
  background-color: var(--colorBlack);
}

.direction-get-idea .have-idea-button:after {
  background: url(../img/right-arrow-white.svg) no-repeat center;
}

.directions-slide_last.anim-init .directions-circle-text {
  transform: translateY(-110px);
  opacity: 0;
}

.direction-get-idea {}

.directions-slide_last.anim-init .have-idea-button {
  transform: translateY(0px);
  opacity: 1;
  z-index: 3;
}

.directions-slide_last.anim-init .direction-get-idea_text {
  transform: translateY(0px);
  opacity: 1;
  z-index: 3;
}


.section {
  position: relative;
}

.scroll-container {
  position: sticky;
  top: 0;
  overflow: hidden;
}

div#main-major-swiper {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.swiper-slide.directions-slide_last {}

.listbox-title-wrapper.listbox-title-wrapper_stycky {
  position: sticky;
  top: 0;
  /* z-index: 3; */
}

.scroll-container.directions-slider .swiper-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

.direction-line__item_active .direction-line__item_icon {
  background-size: contain;
}


.direction-circle {
  transform: translateX(-210%);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.main-major-swiper.anim_init .direction-circle {
  transform: translateX(0);
}

.project-list-item .project-list-item_wrap:before {
  width: 100%;
  top: unset;
  bottom: 0;
  left: 0;
  height: 0px;
}


/*dates*/


.event-dates {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.event-date-item.event-date-end:before {
    content: ' ';
    display: block;
    width: 30px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 11px;
}

.event-date-item.event-date-end {
    padding-left: 50px;
    position: relative;
}

.event-form-download {
    font-size: 22px;
    margin-bottom: 70px;
}

.forms-list-item {
    display: flex;
    width: 100%;
    padding: 8px 0;
    border-bottom: 1px solid #e7e7e7;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.forms-list-item-title {
    width: 140px;
    color: #8f8f8f;
}

.forms-list-item-value {
    font-weight: 600;
    width: calc(100% - 140px);
}
.forms-list-item-idx {
    position: absolute;
    top: 4px;
    left: -31px;
    font-size: 22px;
}

.forms-list-item-wrapper {
    position: relative;
    margin-bottom: 40px;
}

/*dates end*/

.imandra-badge {
    width: 165px;
    display: flex;
    position: fixed;
    z-index: 23;
    right: 30px;
    top: 20px;
    pointer-events: none;
    opacity: 0;
}

.imandra-badge.show {
    opacity: 1;
    pointer-events: all;
}

.imandra-badge:hover {
    transform: scale(1.1);
}

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

    .header-menu-item {
    font-size: 15px;
  }

}



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

  h5,
  .h5 {
    font-size: 18px;
    line-height: 135%;
  }

  .swiper-container-directions {
    padding: 0 32px;
    margin-bottom: 80px;
  }

  .directions-slide {
    width: 304px;
  }

  .directions-slide:not(:last-child) {
    margin-right: 32px;
  }

  .directions-img {
    height: 306px;
    padding: 20px 0;
    margin-bottom: 24px;
  }

  .directions-img__icon,
  .directions-img__picture {
    width: 264px;
  }

  .directions-title__name {
    max-width: calc(100% - 24px - 10px);
  }

  .directions-title__arrow {
    width: 24px;
    height: 24px;
  }

  .page-news-meta__date {
    font-size: 12px;
    padding: 18px 32px;
  }

  .mainpage-screen1 .mp-h1 {
    font-size: 112px;
  }

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

  .actual-item-title {
    font-size: 36px;
    margin-bottom: 12px;
  }

  .actual-item-description p {
    font-size: 18px;
  }

  .btn {
    font-size: 14px;
  }

  .actual-item-image {
    width: 48%;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 40px;
    background-size: contain;
  }

  .listbox-title {
    font-size: 48px;
  }

  .listbox-title-wrapper {
    padding: 82px 32px;
    padding-bottom: 34px;
  }

  .project-list-item__title {
    font-size: 18px;
  }

  .project-list-item-category__value {
    font-size: 12px;
  }

  .w1.project-list-item .project-list-item-image__wrapper {
    width: 388px;
    height: 356px;
  }

  .project-list-item-image__wrapper {
    width: 270px;
    height: 240px;
  }

  .project-list-item .project-list-item_wrap:before {
    width: 270px;
    height: 240px;
    top: 32px;
    left: 32px;
  }

  .project-list-item .project-list-item_wrap {
    padding: 32px;
  }

  .news-all__link {
    font-size: 16px;
  }

  .news-all__link-arrow {
    /* background-size: contain;
    width: 26px;
    height: 25px; */
    /* 96 */
    width: 18px;
    height: 15px;
  }

  .news-releases-box__title-item {
    font-size: 48px;
  }

  .news-list-item__date-day {
    font-size: 40px;
    margin-bottom: -2px;
  }

  .news-list-item__date-mm-yy {
    font-size: 12px;
  }

  .news-list-item__right {
    font-size: 18px;
  }

  .news-list-item__category {
    font-size: 12px;
  }

  .news-list-item__date {
    margin-bottom: 88px;
  }

  .news-list-item {
    padding: 32px;
  }

  .news-list-item__left {}

  .teammate-image {
    width: 200px;
    height: 200px;
    margin-bottom: 48px;
  }

  .teammate-info-name {
    font-size: 24px;
  }

  .teammate-info-func {
    font-size: 16px;
  }

  .teammate-info-additional p {
    font-size: 14px;
  }

  .teammate-info-additional ul li {
    font-size: 14px;
  }

  .teammate-info-email {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }

  .direction-line__item {
    width: 104px;
    height: 104px;
  }

  .direction-line__item_icon {
    background-size: contain;
  }

  .video-frame-box {
    margin-bottom: 32px;
  }

  .video-author {
    font-size: 12px;
    margin-bottom: 12px;
  }

  .video-title {
    font-size: 18px;
  }

  .video-item-list .video-frame-box {
    width: 200px;
    height: 112px;
  }

  .video-date {
    font-size: 12px;
  }

  .video-item-list .video-meta {
    padding: 0 0 0 32px;
  }

  .video-item-list {
    padding: 32px;
  }

  .have-idea-button {
    width: 104px;
    height: 104px;
  }

  .text-line-bg {
    height: 96px;
    width: 11540px;
  }

  .have-idea {
    padding: 140px 0 0 0;
  }

  .footer-top__linkblock {
    font-size: 18px;
    padding: 25px 32px;
  }

  .footer-mid_nav {
    font-size: 18px;
  }

  .footer-top__right_link {
    font-size: 18px;
    padding: 30px 0 18px 0;
  }

  .footer-bottom-links {
    font-size: 14px;
  }

  .footer-bottom-logo {
    max-width: 202px;
    margin-right: 52px;
  }

  .social-icon {
    max-width: 32px;
    margin-right: 18px;
  }

  .project-list-item:not(.projects-listbox-item):nth-child(1) .project-list-item-image__wrapper,
  .project-list-item:not(.projects-listbox-item):nth-child(10) .project-list-item-image__wrapper,
  .project-list-item:not(.projects-listbox-item):nth-child(1):before,
  .project-list-item:not(.projects-listbox-item):nth-child(10):before {
    /* 96 */
    width: 388px;
    height: 356px;
  }

  .project-list-item-category {
    /* 96 */
    width: 32px;
  }

  .project-list-item:not(.projects-listbox-item):nth-child(1) .project-list-item__title,
  .project-list-item:not(.projects-listbox-item):nth-child(10) .project-list-item__title {
    /* 96 */
    padding-left: 0;
  }

  .pageheader-text {
    font-size: 18px;
  }

  .actual-item-description {
    font-size: 18px;
  }

  .pageheader-direction .page-h1 {
    font-size: 96px;
    margin-bottom: 38px;
  }

  .pageheader-direction {
    min-height: 720px;
    padding: 0 32px;
    padding-top: 162px;
  }

  .pageheader-direction__text {
    font-size: 18px;
  }

  .pageheader-direction .pageheader-direction__image {
    width: 526px;
    height: 526px;
    right: 80px;
  }

  .pageheader-direction__down {
    bottom: 64px;
    left: 32px;
  }

  .btn_down {
    width: 36px;
    height: 36px;
  }

  /*  */

  .contacts-wrapper .page-h1 {
    font-size: 96px;
    margin-top: 145px;
    margin-bottom: 19px;
  }

  .left-section {
    padding: 0 32px;
    padding-bottom: 120px;
  }

  .contacts-line__title {
    font-size: 12px;
  }

  .contacts-line__value {
    font-size: 18px;
  }

  .contacts-line {
    padding: 24px 0;
  }

  /*  */

  .page-parts-wrapper {
    padding-top: 65px;
  }

  .page-news-content h1 {
    font-size: 48px;
  }

  .page-left-content {
    padding: 32px;
  }

  .page-back-link {
    font-size: 12px;
  }

  .page-news-meta__section {
    font-size: 12px;
    padding: 16px 32px;
  }

  .page-news-meta__share {
    padding: 10px 32px;
  }

  .news-item-text {
    padding: 48px 64px;
  }

  .news-item-text p {
    font-size: 18px;
  }

  .news-item-text h3 {}

  /*  */

  .container .page-h1 {
    font-size: 96px;
    margin-bottom: 43px;
  }

  .page4-texts__title {
    font-size: 18px;
    line-height: 150%;
  }

  .page4-texts__text {
    font-size: 18px;
    line-height: 150%;
  }

  .container>.short-title>.page-h1 {
    padding-top: 160px;
  }

  .news-releases-box__title {
    padding-left: 32px;
  }

  .direction-line__item_icon {
    width: 48px;
    height: 48px;
    background-size: contain !important;
  }

  .direction-line__item_title {
    font-size: 18px;
    padding: 41px 74px 41px 101px;
  }

  .direction-line__item_arrow {
    right: 32px;
  }

  .direction-line__pattern {
    width: 11500px;
  }

  .pageheader-direction__shapes {
    max-width: 1000px;
  }

  .header-cont {
    height: 65px;
  }

  .header-cont__logo {
    width: 230px;
    padding: 0 32px 0 32px;
  }

  .header-cont__menu {
    padding-left: 32px;
  }

  .header-soc {
    width: 30px;
    height: 24px;
  }

  .header-soc svg {
    width: 28px;
  }

  .submenu {
    top: 65px;
  }

  .submenu-title {
    font-size: 48px;
  }

  .submenu-text {
    font-size: 18px;
    width: 76%;
  }

  .submenu-nav-item__text {
    font-size: 18px;
    padding-left: 32px;
  }

  .submenu-nav-item__image {
    width: 40px;
    height: 40px;
  }

  .submenu-nav-item {
    padding: 26px 32px;
  }

  .submenu-nav-item__arrow {
    width: 24px;
    background-size: contain;
    height: 41px;
  }

  .submenu-nav-item__preview {
    right: 124px;
    height: 100%;
    width: 150px;
  }

  .footer-top__right_image {
    height: calc(100% - 45px);
  }

  .footer-top__right_image img {
    object-fit: cover;
  }

  .footer-top__right a {
    padding: 32px;
  }

  .more-button {
    padding: 0 32px;
  }

  .footer-top__linkblock:after {
    right: 32px;
  }

  .footer-mid {
    padding: 24px 32px;
  }

  .submenu-nav-item__arrow {
    right: 32px;
  }

  .news-description {
    font-size: 18px;
  }

  .news-item-text {
    font-size: 18px;
  }

  .news-item-text ul {
    margin-bottom: 24px;
  }

  .news-item-text p {
    margin-bottom: 24px;
  }

  .footer-bottom {
    padding: 28px 32px;
  }

  .actual-item-image {
    padding: 32px;
  }

  .actual-item-info {
    padding: 32px 0;
  }

  .pageheader-direction.pageheader-direction-social .page-h1 {
    width: 50%;
  }

  .pageheader-direction__text {
    width: 432px;
  }

  .project-map-box h3 {
    font-size: 36px;
    margin-bottom: 15px;
  }

  .project-faces-box h3 {
    font-size: 36px;
  }

  .project-map-box-address {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .project-map {
    height: 332px;
  }

  .project-faces-item__phone {
    /* font-size: 18px; */
    margin-bottom: 5px;
  }

  .project-faces-item__email {}

  .project-faces-item__info {
    font-size: 18px;
  }

  .project-faces-item__image {
    width: 96px;
    height: 96px;
  }

  .project-faces-item__name {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .news-item-text iframe {
    height: 330px;
  }

  .project-map-box {
    padding: 0 64px;
  }

  .project-faces-box {
    padding: 0 64px;
  }

  .pp-content-twosides {
    width: 992px;
  }

  .pp-l-title {
    font-size: 36px;
  }

  .pp-l-text {
    font-size: 18px;
  }

  .popup-content-left {
    padding: 32px 48px;
  }

  .popup-content-right {
    padding: 32px 48px 60px 48px;
  }

  .pp-r-title {
    font-size: 36px;
  }

  form label {
    font-size: 14px;
  }

  .f-item-postwarn {
    font-size: 14px;
  }

  .result-item-title {
    font-size: 18px;
    width: 74%;
    min-height: 80px;
  }

  .result-info-title {
    font-size: 14px;
  }

  .result-info-value {
    font-size: 24px;
  }

  .result-item-direction {
    font-size: 12px;
    width: 100px;
  }

  .result-item {}

  .result-item-wrapper {
    padding: 29px 31px;
  }

  .results-right {
    width: 480px;
  }

  .docs-title {
    font-size: 36px;
    padding-top: 32px;
  }

  .doc-title {
    font-size: 16px;
  }

  .doc-size {
    font-size: 14px;
  }

  .doc-item {
    padding: 10px 0;
  }

  .results-documents {
    padding: 0 31px;
  }

  .results-left {
    width: calc(100% - 480px);
  }

  .results-link {
    font-size: 14px;
  }

  .event-item {
    padding: 0 32px;
    max-height: 180px;
  }

  .event-item-title {
    font-size: 18px;
  }

  .event-item-introtext {
    font-size: 14px;
  }

  .event-item-additional {
    font-size: 14px;
    width: 220px;
    min-width: 220px;
    padding: 24px 0;
  }

  .event-item-date-mm {
    font-size: 12px;
  }

  .event-item-date {
    margin-right: 32px;
    width: 165px;
    min-width: 165px;
  }

  .event-item-texts {
    font-size: 32px;
    padding: 24px 32px;
    width: calc(100% - 680px);
  }

  .event-item-preview {
    width: 270px;
    min-width: 270px;
  }

  .event-item-category {
    font-size: 12px;
  }

  .event-item-preview img {
    min-height: 145px;
    max-height: 150px;
  }

  .event-item-additional .is-online {
    margin-bottom: 20px;
  }

  .event-item-address {
    margin-bottom: 20px;
    max-height: 53px;
    overflow: hidden;
  }

  .is-online {
    font-size: 12px;
  }

  .event-item-title {
    margin-bottom: 20px;
  }


  .event-form-wrapper {
    padding: 48px 64px;
  }

  .event-form-title {
    font-size: 36px;
  }

  .event-page-info-title {
    font-size: 12px;
  }

  .event-page-info-value {
    font-size: 18px;
  }



  .academy-item-speakers {
    padding: 32px 64px;
  }

  .academy-item-speakers h2 {
    font-size: 36px;
  }

  .academy-speakers-item__name {
    font-size: 24px;
  }

  .academy-speakers-item__func {
    font-size: 18px;
  }

  .academy-speakers-item__text {
    font-size: 18px;
  }

  .academy-speakers-item-image {
    width: 96px;
    height: 96px;
  }

  .academy-speakers-item__info {
    padding-left: 24px;
  }

  .academy-programm-list {
    padding: 32px 64px;
  }

  .academy-programm-list h2 {
    font-size: 36px;
  }

  .programm-item-title {
    font-size: 24px;
  }

  .programm-item-content {
    font-size: 18px;
  }

  .vidios-list .video-item:nth-child(1) .video-item-meta,
  .vidios-list .video-item:nth-child(7) .video-item-meta {
    margin: 0px;
  }

  .video-info-title {
    font-size: 18px;
  }

  .video-info-author {
    font-size: 12px;
  }

  .video-item-date {
    font-size: 12px;
  }

  .video-item-category {
    font-size: 12px;
  }

  .vidios-list .video-item:nth-child(1) .video-item-video {
    max-width: 720px;
    max-height: 400px;
    overflow: hidden;
    margin-bottom: 24px;
  }

  .vidios-list .video-item:nth-child(1),
  .vidios-list .video-item:nth-child(7) {
    height: 537px;
  }

  .vidios-list .video-item {
    min-height: 398px;
  }

  .video-item {
    padding: 32px;
  }

  .video-item .video-info,
  .video-item .video-info,
  .video-item .video-info,
  .video-item .video-info,
  .video-item .video-info,
  .video-item .video-info,
  .video-item .video-info,
  .video-item .video-info {
    bottom: 32px;
  }

  .vidios-list .video-item:nth-child(1) .video-item-category {
    top: 32px;
    right: 32px;
    width: 100px;
    text-align: right;
  }

  .vidios-list .video-item:nth-child(1) .video-item-date {
    bottom: 32px;
    right: 32px;
  }

  .vidios-list .video-item:nth-child(7) .video-item-video {
    max-width: 720px;
    left: calc(100% - 720px);
  }

  .vidios-list .video-item:nth-child(7) .video-item-category {
    width: 100px;
    left: 32px;
    top: 32px;
  }

  .vidios-list .video-item:nth-child(7) .video-info {
    max-width: 720px;
    left: calc(100% - 720px);
    width: 720px;
  }

  .vidios-list .video-item:nth-child(7) .video-item-date {
    bottom: 32px;
    left: 32px;
  }

  .video-item-video {
    margin-bottom: 24px;
  }




  .project-list-item.project-list-item_academy:not(.projects-listbox-item):nth-child(3):before,
  .project-list-item.project-list-item_academy:not(.projects-listbox-item):nth-child(4):before,
  .project-list-item.project-list-item_academy:not(.projects-listbox-item):nth-child(9):before,
  .project-list-item.project-list-item_academy:not(.projects-listbox-item):nth-child(10):before {
    width: calc(100% - 64px) !important;
    max-width: calc(100% - 64px) !important;
  }

  .academy-list .project-list-item-image__wrapper {
    max-width: 100% !important;
    max-height: 264px !important;
    height: 264px !important;
    width: 100% !important;
    width: 100%;
  }

  .academy-list .project-list-item-image__wrapper {
    max-height: 264px !important;
  }

  .academy-list .project-list-item.project-list-item_academy::before {
    max-width: calc(100% - 64px) !important;
    max-height: 264px !important;
    height: 264px !important;
    width: calc(100% - 64px) !important;
    width: 100%;
  }

  .text-2 {
    font-size: 14px;
    white-space: nowrap;
  }

  .filter-total {
    font-size: 12px;
  }

  .select-checkboxes-list .checkbox-box {
    margin-bottom: 0px;
  }

  .select-checkboxes-trigger {
    padding-left: 16px;
    width: 200px;
    min-width: 200px;
    padding: 0 30px 0 16px;
    line-height: 42px;
    font-size: 14px;
  }

  .select-checkboxes-item {
    padding: 0 16px;
    line-height: 40px;
  }

  .filter-type__select_checkboxes.f-item {
    margin-right: 30px;
  }

  .checkbox-box {
    margin-right: 30px;
  }

  .filter-box {
    padding: 32px;
  }

  .filter-title {
    padding: 0 32px;
    padding-bottom: 24px;
  }

  .filter-title_ {
    font-size: 18px;
  }

  .mp-h1-row {
    line-height: 126px;
  }

  .pp-video .popup-content {
    width: 960px;
    height: 540px;
  }

  .project-list-item .project-list-item_wrap:before {
    width: 100%;
    top: unset;
    bottom: 0;
    left: 0;
    height: 0px;
  }
.project-roadmap {padding: 48px 64px;font-size: 18px;}

.project-roadmap-title {font-size: 36px;}

.roadmap-item:before {width: 20px;height: 20px;}

.roadmap-item:after {left: 9px;}
.roadmap-item iframe {
    height: 330px;
}
/*special article*/

.special-article-block-title {
    width: 80%;
}

.special-article-left {
    width: calc(100% - 900px);
    font-size: 36px;
}

.special-article-right {
    width: 900px;
}

.special-article-block {
    padding: 32px;
}

.special-article-content {
    font-size: 18px;
}

.special-article-content p {
    margin-bottom: 16px;
}

.special-article-content h2, .special-article-content h3 {
    margin-top: 48px;
    margin-bottom: 16px;
}

.content-photos-image {
    height: 250px;
    min-height: 250px;
}

.special-article-content-photos-item {
    margin-bottom: 40px;
    margin-right: 20px;
    width: calc(100% / 2 - 10px);
}

.special-article-content-form {
    width: 600px;
}


/*special article end*/



/*new pages*/

.page-left-part.page-left-part_about h1 {
    font-size: 96px;
}

.news-item-content.news-item-content__about blockquote {
    font-size: 20px;
    line-height: 150%;
}
.page-left-part.page-left-part_sendidea h1 {
    font-size: 96px;
}

.page-sendidea-text-text {
    font-size: 18px;
}
.project-seasons-title {
    font-size: 36px;
    margin-bottom: 0;
}

.project-seasons-season-title {
    font-size: 18px;
}

.project-seasons-listitem-title {
    font-size: 18px;
}

.project-seasons-listitem {
    padding: 24px 32px 24px 0px;
}

.project-seasons-listitem:nth-child(2n+2) {
    padding-left: 32px;
}
.footer-bottom-logo {
    width: 150px;
    margin-right: 32px;
}

.header-menu-item-caret:after {
    width: 16px;
    height: 16px;
    background-size: contain;
    margin-left: 4px;
}

.header-cont__button {
    width: 182px;
    margin-right: 32px;
}

.header-cont__button .btn {
    height: 40px;
    padding: 0;
    width: 182px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.header-additional-buttons_inner {
    height: 40px;
}
.header-soc {
    width: 32px;
    height: 32px;
}
.teampage-item-image {
    width: 200px;
    height: 200px;
    margin-bottom: 24px;
}

.teampage-item {
    padding: 32px;
}

.teampage-item-name {
    font-size: 24px;
}

.teampage-item-func {
    font-size: 16px;
}

/*new pages end*/
}


@media only screen and (max-width: 1500px) {
    .header-additional-buttons_inner {
    height: 32px;
}

.header-additional-buttons-item {
    font-size: 13px;
    padding: 0 14px;
}

.header-cont__button .btn {
    height: 32px;
    font-size: 13px;
}

.header-additional-buttons {
    margin-right: 10px;
    margin-left: 0px;
}
    .header-menu-item {
    margin-right: 17px;
}
}







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

  .listbox-title-wrapper {
    /* 96 */
    padding: 64px 24px;
    padding-bottom: 25px;
  }

  .project-list-item:not(.projects-listbox-item):nth-child(1) .project-list-item-image__wrapper,
  .project-list-item:not(.projects-listbox-item):nth-child(10) .project-list-item-image__wrapper,
  .project-list-item:not(.projects-listbox-item):nth-child(1):before,
  .project-list-item:not(.projects-listbox-item):nth-child(10):before {
    /* 96 */
    width: 376px;
    height: 352px;
  }

  .project-list-item:not(.projects-listbox-item):nth-child(1),
  .project-list-item:not(.projects-listbox-item):nth-child(10) {
    background-position: bottom 24px right 24px;
    background-size: 144px 144px;
  }

  .pageheader-direction {
    padding-bottom: 1px;
    height: auto;
  }

  /*  */

  .pageheader-text {
    font-size: 18px;
    width: 64%;
  }

  .pageheader-with-text .page-h1 {
    width: 36%;
    max-width: 36%;
  }

  .pageheader-direction__shapes {
    width: 66%;
  }

  .pageheader-direction {
    min-height: 640px;
    padding: 0 24px;
    padding-top: 148px;
  }

  .pageheader-direction__down {
    bottom: 50px;
    left: 24px;
  }

  .pageheader-direction .pageheader-direction__image {
    width: 448px;
    height: 448px;
    right: 62px;
    top: 80px;
  }

  .mainpage-screen1 {
    height: 625px;
  }

  .actual-item-image {
    padding: 24px;
  }

  .actual-item-info {
    padding: 24px 0;
  }

  .actual-item-description {
    width: 100%;
  }

  .actual-item-button {
    bottom: 24px;
  }

  .mainpage-actual-slider .gal-navigation {
    bottom: 24px;
    right: 0;
    width: 180px;
  }

  .swiper-pagination {
    font-size: 18px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    height: 24px;
  }

  .project-list-item.project-list-item__tourism {
    /* padding: 24px; */
  }

  .project-list-item .project-list-item_wrap:before {
    top: 24px;
    left: 24px;
  }

  .project-list-item:not(.projects-listbox-item):nth-child(1) .project-list-item__title,
  .project-list-item:not(.projects-listbox-item):nth-child(10) .project-list-item__title {
    padding-left: 0;
  }

  .project-list-item:not(.projects-listbox-item):nth-child(1) .project-list-item-image__wrapper,
  .project-list-item:not(.projects-listbox-item):nth-child(10) .project-list-item-image__wrapper,
  .project-list-item:not(.projects-listbox-item):nth-child(1):before,
  .project-list-item:not(.projects-listbox-item):nth-child(10):before {
    margin-bottom: 28px;
    padding-bottom: 0px;
    /* width: 270px; */
    /* height: 240px; */
  }

  .project-list-item .project-list-item_wrap {
    padding: 24px;
  }

  .project-list-item:not(.projects-listbox-item):nth-child(1):after,
  .project-list-item:not(.projects-listbox-item):nth-child(10):after {
    width: 144px;
    height: 144px;
    bottom: 24px;
    right: 24px;
  }

  .news-releases-box__title {
    padding-left: 24px;
  }

  .news-all-link {
    right: 24px;
  }

  .news-list-item__right {
    padding-left: 24px;
    width: calc(100% - 90px);
  }

  .news-list-item {
    padding: 24px;
  }

  .news-list-item__date {
    margin-bottom: 60px;
  }

  .teammate-image {
    width: 184px;
    height: 184px;
  }

  .team-item {
    padding: 24px;
  }

  .teammate-info-additional {
    padding: 24px 24px 24px 24px;
    line-height: 1.4;
  }

  .team-item:hover .teammate-image {
    width: 164px;
    height: 164px;
  }

  .team-item:nth-last-child(1) .teammate-info-additional {
    padding: 24px;
  }

  .submenu-nav-item {
    padding: 19px 24px;
  }

  .submenu-title {}

  .submenu-left {
    padding: 24px;
  }

  .submenu-title {
    padding-top: 0;
    margin-top: 11px;
  }

  .footer-mid_nav a {
    margin-right: 42px;
  }

  .submenu-nav-item__preview {
    width: 125px;
    right: 94px;
  }

  .submenu-nav-item__arrow {
    right: 24px;
  }

  .footer-top__right_imagebox {
    padding: 24px;
  }

  .footer-top__linkblock {
    padding: 25px 24px;
  }

  .footer-top__right a {
    padding: 24px;
  }

  .footer-top__linkblock {}

  .footer-top__linkblock:after {
    right: 24px;
  }

  .footer-mid {
    padding: 24px 24px;
  }

  .left-section {
    padding: 0 24px;
    padding-bottom: 60px;
  }

  .footer-top__right_link {
    padding: 20px 0;
  }

  .page-left-content {
    padding: 24px;
  }

  .news-item-text {
    padding: 32px 48px;
  }

  .container .page-h1 {
    padding: 0 24px;
  }

  .more-button {
    padding: 0 24px;
  }

  .news-item-text iframe {
    height: 16.7em;
  }

  .header-soc {
    width: 26px;
    height: 29px;
  }

  .submenu-left:after {
    width: 320px;
    height: 204px;
    background-size: contain;
  }

  .pageheader-direction .page-h1 {
    padding: 0;
  }

  .header-cont__logo {
    padding: 0 24px 0 24px;
  }

  .header-cont__menu {
    padding-left: 24px;
  }

  .pageheader-direction__text {
    width: 400px;
  }

  .project-map {
    height: 306px;
  }

  .news-item-gallary {
    margin-bottom: 50px;
    margin-top: 50px;
  }

  .project-map-box {
    padding: 0 48px;
  }

  .project-faces-box {
    padding: 0 48px;
  }

  .popup-content-left {
    padding: 32px 40px;
  }

  .pp-content-twosides {
    width: 960px;
  }

  .popup-content-right {
    padding: 32px 40px 60px 40px;
  }
}

@media only screen and (max-width: 1430px) {
  .swiper-container-directions {
    padding: 0 24px;
    margin-bottom: 40px;
  }

  .directions-slide {
    width: 272px;
  }

  .directions-slide:not(:last-child) {
    margin-right: 24px;
  }

  .directions-img {
    height: 282px;
    margin-bottom: 24px;
  }

  .directions-img__icon,
  .directions-img__picture {
    width: 240px;
    height: 240px;
  }

  .results-link {
    font-size: 14px;
  }

  .results-right {
    width: 420px;
  }

  .results-left {
    width: calc(100% - 420px);
  }

  .result-item-wrapper {
    padding: 24px;
  }

  .results-documents {
    padding: 0px 24px;
  }

  .docs-title {
    padding-top: 20px;
  }

  .result-item-direction {
    top: 29px;
    right: 24px;
  }

  .result-item-direction-icon {
    width: 154px;
    height: 154px;
  }

  .result-info {
    max-width: 140px;
  }

  .results-nav {
    padding: 24px;
  }

  .event-item-title {
    margin-bottom: 20px;
  }

  .event-item {
    padding: 0 24px;
    max-height: initial;
    height: initial;
  }

  .event-item-date {
    margin-right: 24px;
  }

  .event-item-texts {
    padding: 24px 20px;
  }

  .event-item-additional {}


  .academy-item-speakers {
    padding: 32px 48px;
  }

  .academy-programm-list {
    padding: 32px 48px;
  }

  .programm-item-content iframe {
    height: 300px;
  }


  .vidios-list .video-item:nth-child(1) .video-item-meta,
  .vidios-list .video-item:nth-child(7) .video-item-meta {
    margin: 0px;
  }

  .video-info-title {
    font-size: 18px;
  }

  .video-info-author {
    font-size: 12px;
  }

  .video-item-date {
    font-size: 12px;
  }

  .video-item-category {
    font-size: 12px;
  }

  .vidios-list .video-item:nth-child(1) .video-item-video {
    max-width: 654px;
    max-height: 368px;
    overflow: hidden;
    margin-bottom: 20px;
  }

  .vidios-list .video-item:nth-child(1),
  .vidios-list .video-item:nth-child(7) {
    height: 507px;
  }

  .vidios-list .video-item {
    min-height: 368px;
  }

  .video-item {
    padding: 24px;
  }

  .video-item .video-info,
  .video-item .video-info,
  .video-item .video-info,
  .video-item .video-info,
  .video-item .video-info,
  .video-item .video-info,
  .video-item .video-info,
  .video-item .video-info {
    bottom: 24px;
  }

  .vidios-list .video-item:nth-child(1) .video-item-category {
    top: 24px;
    right: 24px;
    width: 100px;
    text-align: right;
  }

  .vidios-list .video-item:nth-child(1) .video-item-date {
    bottom: 24px;
    right: 24px;
  }

  .vidios-list .video-item:nth-child(7) .video-item-video {
    max-width: 720px;
    left: calc(100% - 654px);
    max-width: 654px;
    max-height: 368px;
  }

  .vidios-list .video-item:nth-child(7) .video-item-category {
    width: 100px;
    left: 24px;
    top: 24px;
  }

  .vidios-list .video-item:nth-child(7) .video-info {
    max-width: 654px;
    left: calc(100% - 654px);
    width: 654px;
    bottom: 24px;
  }

  .vidios-list .video-item:nth-child(7) .video-item-date {
    bottom: 24px;
    left: 24px;
  }

  .video-item-video {
    margin-bottom: 24px;
  }

  .video-item-video:after {
    background-size: 48px;
    height: 48px;
  }

  .vidios-list .video-item:nth-child(1) .video-item-video:after {
    background-size: 64px;
    height: 64px;
  }

  .vidios-list .video-item:nth-child(7) .video-item-video:after {
    background-size: 64px;
    height: 64px;
  }

  .filter-title {
    padding: 0 24px;
    padding-bottom: 24px;
  }




  .project-list-item.project-list-item_academy:not(.projects-listbox-item):nth-child(3):before,
  .project-list-item.project-list-item_academy:not(.projects-listbox-item):nth-child(4):before,
  .project-list-item.project-list-item_academy:not(.projects-listbox-item):nth-child(9):before,
  .project-list-item.project-list-item_academy:not(.projects-listbox-item):nth-child(10):before {
    width: calc(100% - 48px) !important;
    max-width: calc(100% - 48px) !important;
  }

  .academy-list .project-list-item-image__wrapper {
    max-width: 100% !important;
    max-height: 248px !important;
    height: 248px !important;
    width: 100% !important;
    width: 100%;
  }

  .academy-list .project-list-item-image__wrapper {
    max-height: 248px !important;
  }

  .academy-list .project-list-item.project-list-item_academy::before {
    max-width: calc(100% - 48px) !important;
    max-height: 248px !important;
    height: 248px !important;
    width: calc(100% - 48px) !important;
    width: 100%;
  }



  .academy-list .project-list-item:not(.projects-listbox-item):nth-child(1) .project-list-item-image__wrapper,
  .academy-list .project-list-item:not(.projects-listbox-item):nth-child(10) .project-list-item-image__wrapper,
  .academy-list .project-list-item:not(.projects-listbox-item):nth-child(1):before,
  .academy-list .project-list-item:not(.projects-listbox-item):nth-child(10):before {
    margin-bottom: 30px;
  }







  .text-2 {
    font-size: 14px;
    white-space: nowrap;
  }

  .filter-total {
    font-size: 12px;
  }

  .select-checkboxes-list .checkbox-box {
    margin-bottom: 0px;
  }

  .select-checkboxes-trigger {
    padding-left: 16px;
    width: 200px;
    min-width: 200px;
    padding: 0 30px 0 16px;
    line-height: 42px;
    font-size: 14px;
  }

  .select-checkboxes-item {
    padding: 0 16px;
    line-height: 40px;
  }

  .filter-type__select_checkboxes.f-item {
    margin-right: 30px;
  }

  .checkbox-box {
    margin-right: 30px;
  }

  .filter-box {
    padding: 24px;
  }

  .filter-title {
    padding: 0 24px;
    padding-bottom: 24px;
  }

  .filter-title_ {
    font-size: 18px;
  }


  .filter-box-close {
    top: 24px;
    right: 24px;
  }

  .filter-bottom {
    bottom: 24px;
    right: 24px;
  }

  .project-list-item .project-list-item_wrap:before {
    width: 100%;
    top: unset;
    bottom: 0;
    left: 0;
    height: 0px;
  }

.project-roadmap {padding: 32px 48px;}

.roadmap-item {padding-bottom: 14px;}
.directions-title {
    font-size: 16px;
}

/*new pages*/


.project-seasons-season-title {
    top: 14px;
    left: 14px;
    padding: 6px 10px;
}

.project-seasons-listitem {
    padding: 24px 24px 24px 0px;
}

.project-seasons-listitem:nth-child(2n+2) {
    padding-left: 24px;
}

.project-seasons {
    margin-bottom: 48px;
}
.footer-bottom-logo {
    width: 130px;
    margin-right: 27px;
}

.footer-bottom-links a {
    margin-left: 16px;
}

.footer-bottom-links {
    font-size: 12px;
}


.header-menu-item {
    margin-right: 16px;
}

.header-cont__button {
    margin-right: 24px;
}

.header-cont__logo {
    width: 190px;
}
.teampage-item {
    padding: 24px;
}

.teampage-item-image {
    width: 180px;
    height: 180px;
}

.teampage-item-name {
    font-size: 20px;
}

.teampage-item-func {
    font-size: 14px;
}


/*new pages end*/




}


@media only screen and (max-width: 1345px) {
    .header-menu-item {
    font-size: 13px;
}

.header-additional-buttons-item {
    padding: 0 11px;
    font-size: 12px;
}

.header-cont__button .btn {
    height: 32px;
    font-size: 12px;
}

.header-cont__button {
    width: 153px;
}

}

@media only screen and (max-width: 1270px) {
  .submenu {
    display: none;
  }

  .header-cont__logo img {}

  .header-cont__logo {
    width: 202px;
    padding: 0 20px;
  }

  .header-cont {
    height: 80px;
    width: calc(100% - 80px);
  }

  .header-cont__menu {
    display: none;
  }

  .header-soc {
    width: 32px;
    height: 32px;
    margin-left: 16px;
  }

  .mainpage-screen1 .mp-h1 {
    font-size: 144px;
  }

  .mainpage-screen1 {
    height: 1100px;
  }

  .actual-item {
    display: block;
    padding: 40px;
  }

  .actual-item-image {
    display: block;
    width: 100%;
    margin-bottom: 32px;
    padding: 0;
  }

  .actual-item-title {
    font-size: 48px;
  }

  .actual-item-description p {
    font-size: 20px;
  }

  .actual-item-button {
    position: initial;
    margin-top: 78px;
  }

  .actual-item-info {
    width: 100%;
    padding: 0;
  }

  .mainpage-actual-slider .gal-navigation {
    bottom: 42px;
    right: 18px;
  }

  .listbox-title {
    font-size: 62px;
  }

  .project-list-item-image__wrapper {
    width: 315px;
    height: 275px;
  }

  .project-list-item__title {
    font-size: 24px;
  }

  .project-list-item {}

  .project-list-item-category__value {
    font-size: 14px;
  }

  .news-releases-box__title-item {
    font-size: 64px;
  }

  .news-releases-box {
    padding-bottom: 100px;
  }

  .news-all-link {
    right: auto;
    top: auto;
    bottom: 38px;
    left: 40px;
  }

  .news-list-item {
    padding: 40px;
  }

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

  .news-list-item__date-day {
    font-size: 48px;
  }

  .news-list-item__date-mm-yy {
    font-size: 14px;
  }

  .news-list-item__right {
    font-size: 24px;
    width: calc(100% - 124px);
  }

  .news-list-item__category {
    font-size: 14px;
  }

  .news-list-item__left {
    width: 120px;
    max-width: 120px;
  }

  .team-list {
    display: block;
    padding: 0 0px;
  }

  .team-item {
    width: 100%;
    min-height: 250px;
    padding-left: 284px;
    position: relative;
    border-right: 0;
    border-bottom: 1px solid;
    /* padding: 40px; */
  }

  .teammate-image {
    position: absolute;
    /* top: 40px; */
    left: 0;
    width: 192px;
    height: 192px;
    left: 40px;
  }

  .teammate-info-additional {
    -webkit-transform: initial !important;
    -ms-transform: initial !important;
    transform: initial !important;
    position: initial;
    width: 100%;
    margin: 0;
    padding: 0;
    opacity: 1;
  }

  .direction-line__item {
    width: 136px;
    height: 136px;
  }

  .team-item:nth-last-child(1) {
    border-bottom: 0;
  }

  .video-box {
    display: block;
  }

  .video-box-left {
    width: 100%;
    border-bottom: 1px solid;
  }

  .video-box-right {
    width: 100%;
  }

  .video-box:after {
    display: none;
  }

  .video-item-list .video-frame-box {
    width: 320px;
    height: 180px;
  }

  .video-author {
    font-size: 14px;
    margin-bottom: 18px;
  }

  .video-title {
    font-size: 24px;
  }

  .video-date {
    font-size: 14px;
  }

  .listbox-title-wrapper {
    padding: 80px 40px;
    padding-bottom: 51px;
    position: initial;
  }

  .video-wrapper {
    position: relative;
    padding-bottom: 100px;
  }

  .listbox-title-wrapper .news-all__link {
    /* 96 */
    /* top: auto;
      right: auto;
      left: 40px;
      bottom: 42px; */
    display: none;
  }

  .projects-list-wrapper.projects-list-wrapper__direction {
    position: relative;
    padding-bottom: 100px;
  }

  .have-idea {
    padding: 112px 0 0 0;
  }

  .have-idea-button {
    width: 132px;
    height: 132px;
    top: 18px;
    z-index: 23;
  }

  .footer-top {
    display: block;
  }

  .footer-top__left {
    width: 100%;
  }

  .footer-top__right {
    width: 100%;
  }

  .footer-top__linkblock {
    font-size: 20px;
    padding: 28px 40px;
  }

  .footer-top__linkblock:last-child {
    border-bottom: 1px solid;
  }

  .footer-top__right_link {
    padding: 30px 0;
    font-size: 20px;
  }

  .footer-mid_nav {
    font-size: 20px;
    display: block;
  }

  .footer-mid_nav a {
    display: inline-block;
    margin-right: 52px;
    margin-bottom: 32px;
  }

  .footer-mid {
    padding-bottom: 0;
  }

  .footer-bottom-links {
    position: absolute;
    left: 40px;
    bottom: 26px;
    font-size: 16px;
  }

  .footer-bottom {
    position: initial;
    width: 100%;
    border-bottom: 1px solid;
    padding: 22px 40px;
  }

  .footer {
    padding-bottom: 112px;
  }

  .footer-bottom-up {
    right: 0;
    top: initial;
    bottom: 0;
    height: 112px;
  }

  .footer-bottom-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .footer-bottom-social {
    margin-left: auto;
  }

  .footer-bottom-links a {
    margin-left: 0;
    margin-right: 22px;
  }

  .footer-top:after {
    display: none;
  }

  .teammate-info-name {
    font-size: 32px;
    -webkit-transform: initial !important;
    -ms-transform: initial !important;
    transform: initial !important;
  }

  .teammate-info-func {
    font-size: 20px;
    -webkit-transform: initial !important;
    -ms-transform: initial !important;
    transform: initial !important;
    margin-bottom: 14px;
  }

  .teammate-info-email {
    position: initial !important;
    opacity: 1 !important;
    overflow: initial;
    display: block;
    -webkit-transform: initial !important;
    -ms-transform: initial !important;
    transform: initial !important;
    color: var(--colorBlack);
    font-size: 16px;
  }

  .team-item:before {
    display: none;
  }

  .team-item:hover {
    background: initial;
  }

  .team-item:hover .teammate-info-email {}

  .team-item .teammate-info-phone {
    display: block;
    position: initial;
    -webkit-transform: initial !important;
    -ms-transform: initial !important;
    transform: initial !important;
    color: var(--colorBlack);
    font-size: 16px;
    opacity: 1;
  }

  .teammate-info {
    margin-bottom: 24px;
  }

  .burger {
    transform: translateX(0);
  }

  .mob-panel {
    display: block;
  }

  .project-list-item:not(.projects-listbox-item):nth-child(1),
  .project-list-item:not(.projects-listbox-item):nth-child(10) {
    /* 96 */
    width: 100%;
  }

  .project-list-item {
    /* 96 */
    width: calc(100% / 2);
  }

  .all-projects-link__down {
    /* 96 */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 33px 0 0 40px;
  }

  .news-all__link-arrow {
    /* 96 */
    width: 24px;
    height: 20px;
  }

  .project-list-item:not(.projects-listbox-item):nth-child(1),
  .project-list-item:not(.projects-listbox-item):nth-child(10) {
    background-position: bottom 40px right 40px;
    background-size: 200px 200px;
  }

  .burger.invert .burger-cont span {
    background: var(--colorBlack);
  }

  .burger.invert {
    /* border-left: 1px solid var(--colorBlack); */
    /* border-bottom: 1px solid var(--colorBlack); */
    /* 96 */
    /* border-top: 1px solid var(--colorBlack); */
    border-bottom: 1px solid var(--colorBlack);

    background: #fff;
  }

  .burger.active {
    /* border: none; */
    /* border-bottom: 1px solid var(--colorBlack); */
      top: 0;
      position: fixed;
      width: 73px;
      height: 73px;
  }

  .mob-panel.show {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
  }

  .mob-panel.show .header-logo-b {
    display: block;
  }

  .header-cont {
    height: 73px;
    width: calc(100% - 73px);
  }

  .burger {
    height: 100px;
    width: 100px;
    display: flex;
    border-top: 0;
    border-left: 1px solid #fff;
  }

  .burger.invert {
    border-color: var(--colorBlack);
  }



  .mob-panel__head {
    height: 73px;
  }

  .header-cont__socs {
  }

  .header-soc {
  }
  .header-additional-buttons {
    display: none;
}

  .pageheader-direction .page-h1 {
    font-size: 130px;
    width: 100%;
  }

  .pageheader-direction {
    min-height: 1040px;
    padding: 0 40px;
    padding-top: 178px;
  }

  .pageheader-direction__text {
    font-size: 24px;
    width: calc(100% - 482px);
  }

  .pageheader-direction .pageheader-direction__image {
    width: 480px;
    height: 480px;
    right: 40px;
    top: auto;
    bottom: 100px;
  }

  .pageheader-direction__down {
    bottom: 80px;
    left: 40px;
  }

  .btn_down {
    width: 48px;
    height: 48px;
  }

  .pageheader-direction__shapes {
    width: 85%;
  }

  /*  */

  .contacts-wrapper .page-h1 {
    font-size: 130px;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0 40px;
    padding-top: 170px;
  }

  .left-section {
    padding: 0;
    padding-bottom: 0;
    max-width: 100%;
    width: 100%;
  }

  .contacts-wrapper {
    display: block;
  }

  .contacts-line__title {
    font-size: 14px;
  }

  .contacts-line__value {
    font-size: 24px;
  }

  .contacts-line {
    padding: 32px 40px;
  }

  .contacts-line__part:nth-child(1) {
    width: 50%;
  }

  .contacts-line__part:nth-child(2) {
    width: 50%;
  }

  .right-section {
    width: 100%;
  }

  .contacts-wrapper:after {
    display: none;
  }

  .contacts-map {
    height: 600px;
  }

  /*  */

  blockquote {
    font-size: 20px;
    line-height: 150%;
  }

  .page-news-content h1 {
    font-size: 64px;
    margin: 70px 0 40px;
    line-height: 120%;
  }

  .page-parts-wrapper {
    display: block;
    padding-top: 73px;
  }

  .page-left-part {
    width: 100%;
  }

  .page-left-content {
    padding: 40px;
    padding-top: 50px;
    height: initial;
  }

  .page-news-meta__section {
    padding: 24px 40px;
  }

  .page-news-meta__share {
    padding: 18px 44px;
  }

  .page-right-part {
    width: 100%;
  }

  .news-item-image {
    height: 574px;
  }

  .news-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .news-item-text {
    padding: 48px 40px;
  }

  .news-item-text p {
    font-size: 20px;
    line-height: 150%;
  }

  .news-item-text ul {
    font-size: 20px;
    line-height: 150%;
    padding-left: 24px;
  }

  .page-parts-wrapper:after {
    display: none;
  }

  /*  */

  .page-404-wrapper .grid {
    margin-right: 0;
    width: 100%;
  }

  .page-404-wrapper h1.page-h1 {
    padding-right: 0;
    font-weight: 500;
    font-size: 130px;
    text-align: center;
  }

  .page4-texts__title {
    font-size: 24px;
    line-height: 150%;
    text-align: center;
  }

  .page4-texts__text {
    font-size: 20px;
    line-height: 150%;
    text-align: center;
  }

  .page4-texts {
    width: 600px;
    margin: 0 auto;
  }

  .page4-texts__button {
    text-align: center;
  }

  .page-404-wrapper {
    padding-bottom: 300px;
    background: none;
  }

  .page-404-wrapper img {
    display: block;
  }

  /*  */

  .pageheader-with-text .page-h1 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 32px;
  }

  .pageheader-text {
    width: 100%;
    padding: 0 32px;
    margin-bottom: 48px;
  }

  .pageheader-with-text {
    display: block;
    height: auto;
    padding-top: 100px;
  }

  .project-list-item:not(.projects-listbox-item):nth-child(1),
  .project-list-item:nth-child(3),
  .project-list-item:nth-child(5),
  .project-list-item:nth-child(7),
  .project-list-item:nth-child(9),
  .project-list-item:not(.projects-listbox-item):nth-child(10) {
    border-right: 0;
  }

  .container>.short-title>.page-h1 {
    padding-top: 130px;
    font-size: 130px;
  }

  .project-list-item:not(.projects-listbox-item):nth-child(1):after,
  .project-list-item:not(.projects-listbox-item):nth-child(10):after {
    opacity: 1;
    visibility: visible;
    display: block;
    z-index: 2222;
  }

  .project-list-item {}

  .project-list-item:before {
    top: 40px;
    left: 40px;
  }

  .project-list-item:not(.projects-listbox-item):nth-child(1) .project-list-item__title,
  .project-list-item:not(.projects-listbox-item):nth-child(10) .project-list-item__title {
    padding-left: 0px;
  }

  .news-releases-box__title {
    padding-left: 40px;
  }

  .teammate-info-additional p {
    font-size: 18px;
  }

  .team-item:hover .teammate-image {
    width: 192px;
    height: 192px;
  }

  .teammate-info-additional ul li {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .direction-line__item_icon {
    width: 64px;
    height: 64px;
  }

  .direction-line__item_title {
    font-size: 22px;
    padding: 55px 74px 55px 125px;
  }

  .footer-top__right a {
    padding: 40px;
  }

  .footer-mid {
    padding: 28px 40px 0 40px;
  }

  .page-news-meta__date {
    padding: 26px 32px;
  }

  .page-news-content {
    padding-bottom: 100px;
  }

  .footer-top__linkblock:after {
    right: 40px;
  }

  .project-list-item {}

  .project-list-item:before {
    top: 32px;
    left: 32px;
  }

  .news-list-item__left {
    width: 88px;
    max-width: 88px;
  }

  .all-projects-link__down {
    padding: 24px 32px;
  }

  .projects-list-wrapper.projects-list-wrapper__direction {
    padding-bottom: 60px;
  }

  .team-item:hover .teammate-image {
    /* width: 144px; */
    /* height: 144px; */
  }

  .direction-line__item_icon.direction-line__item_icon-tourism {}

  .direction-line__item.direction-line__item_active .direction-line__item_icon {
    left: 32px;
  }

  .direction-line__item_title {
    padding: 39px 70px 39px 101px;
  }

  .direction-line__item.direction-line__item_active .direction-line__item_arrow {
    /* height: 30px; */
    top: 4px;
  }

  .footer-mid {
    padding: 28px 32px 0 32px;
  }

  .footer-bottom {
    padding: 22px 32px;
  }

  .pageheader-direction__text {
    width: 400px;
  }

  .pageheader-direction__text {
    width: 472px;
    padding-bottom: 321px;
  }

  .project-map-box {
    padding: 0 40px;
  }

  .project-faces-box {
    padding: 0 40px;
  }

  .project-faces-box h3 {
    font-size: 48px;
  }

  .project-map-box h3 {
    font-size: 48px;
  }

  .project-faces-item__name {
    font-size: 28px;
  }

  .project-faces-item__info {
    font-size: 20px;
  }

  .project-faces-item__image {
    width: 120px;
    height: 120px;
  }

  .project-map {
    height: 530px;
  }

  .pp-content-twosides {
    width: 100%;
    height: 100vh;
    display: block;
  }

  .pp__content {
    margin-bottom: 0;
    /* height: 100%; */
  }

  .popup-content-left {
    width: 100%;
    padding: 37px 80px;
  }

  .pp-content-twosides:after {
    display: none;
  }

  .pp-l-title {
    font-size: 48px;
  }

  .pp-l-text {
    font-size: 20px;
  }

  .popup-content-right {
    width: 100%;
    padding: 48px 80px;
  }

  .pp-r-title {
    font-size: 48px;
  }

  form label {
    font-size: 16px;
  }

  .pp .close__lane {
    background-color: var(--colorBlack);
  }

  .pp__content {
    overflow: auto;
  }

  .popup-content-left:after {
    display: none;
  }

  .pp-form {
    width: 570px;
  }

  .team-item_pp .teammate-image {
    position: relative;
    left: initial;
  }

  .team-item_pp-left {
    min-width: 290px;
  }


}

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

  h5,
  .h5 {
    font-size: 24px;
    line-height: 135%;
  }

  .swiper-container-directions {
    margin-bottom: 80px;
    padding: 0 40px;
  }

  .directions-slide {
    width: 400px;
  }

  .directions-slide:not(:last-child) {
    margin-right: 40px;
  }

  .directions-img {
    height: 418px;
    margin-bottom: 32px;
  }

  .directions-img__icon,
  .directions-img__picture {
    width: 352px;
    height: 352px;
  }

  .directions-title__name {
    max-width: calc(100% - 32px - 10px);
  }

  .directions-title__arrow {
    width: 32px;
    height: 32px;
  }

  .cookie-box {
    right: 18px;
    bottom: 18px;
  }

  .result-item-wrapper {
    padding: 40px;
  }

  .results-left {
    width: 100%;
    border: none;
  }

  .results-wrapper {
    display: block;
  }

  .result-item-title {
    font-size: 24px;
  }

  .result-item-direction {
    font-size: 14px;
    top: 40px;
    right: 40px;
  }

  .result-info-title {
    font-size: 16px;
  }

  .result-item-direction-icon {
    width: 200px;
    height: 200px;
  }

  .results-nav {
    padding: 24px 40px;
  }

  .docs-title {
    font-size: 48px;
  }

  .doc-title {
    font-size: 18px;
  }

  .doc-size {
    font-size: 16px;
  }

  .results-right {
    width: 100%;
    margin-bottom: 100px;
  }

  .more-button .btn {
    margin-bottom: 60px;
  }

  .event-item-preview.event-item-preview_i {
    display: block;
    width: 100%;
    height: 260px;
    /* margin-bottom: 40px; */
  }

  .event-item-preview {
    display: none;
  }

  .event-item {
    max-height: initial;
    height: initial;
    padding: 40px;
  }

  .event-item-preview img {
    min-height: initial;
    max-height: initial;
    /* object-position: top; */
  }

  .event-item-title {
    font-size: 24px;
  }

  .event-item-introtext {
    font-size: 16px;
  }

  .event-item-date-dd {
    font-size: 84px;
  }

  .event-item-date-mm {
    font-size: 14px;
  }

  .event-item-category {
    font-size: 14px;
  }

  .event-item-date {
    width: 150px;
    min-width: 150px;
    margin-right: 40px;
  }

  .event-item-additional {
    /* width: 215px; */
    padding: 32px 0;
  }

  .event-item-texts {
    width: calc(100% - 410px);
    padding: 32px 0;
    padding-right: 32px;
  }


  .event-form-wrapper {
    padding: 32px 48px;
  }

  .event-form-title {
    font-size: 48px;
  }

  .academy-item-speakers {
    padding: 48px 40px;
  }

  .academy-item-speakers h2 {
    font-size: 48px;
  }

  .academy-speakers-item__name {
    font-size: 28px;
  }

  .academy-speakers-item__func {
    font-size: 20px;
  }

  .academy-speakers-item__text {
    font-size: 20px;
  }

  .academy-speakers-item-image {
    width: 120px;
    height: 120px;
  }

  .academy-programm-list {
    padding: 48px 40px;
  }

  .academy-programm-list h2 {
    font-size: 48px;
  }

  .programm-item-title {
    font-size: 28px;
  }

  .programm-item-content {
    font-size: 20px;
  }





  .vidios-list .video-item:nth-child(1) .video-item-meta,
  .vidios-list .video-item:nth-child(7) .video-item-meta {
    margin-bottom: 15px;
  }

  .video-info-title {
    font-size: 24px;
  }

  .video-info-author {
    font-size: 14px;
  }

  .video-item-date {
    font-size: 14px;
  }

  .video-item-category {
    font-size: 14px;
  }

  .vidios-list .video-item:nth-child(1) .video-item-video {
    max-width: 744px;
    max-height: 418px;
    overflow: hidden;
    margin-bottom: 20px;
  }

  .vidios-list .video-item:nth-child(1),
  .vidios-list .video-item:nth-child(7) {
    height: initial;
    width: 100%;
  }

  .vidios-list .video-item {
    min-height: 368px;
    width: calc(100% / 2);
  }

  .video-item {
    padding: 40px;
  }

  .video-item .video-info,
  .video-item .video-info,
  .video-item .video-info,
  .video-item .video-info,
  .video-item .video-info,
  .video-item .video-info,
  .video-item .video-info,
  .video-item .video-info {
    bottom: 40px;
    position: relative;
    left: initial;
    bottom: initial;
    margin: 0;
  }

  .vidios-list .video-item:nth-child(1) .video-item-category {
    top: 40px;
    right: 40px;
    width: 100px;
    text-align: right;
    font-size: 14px;
  }

  .vidios-list .video-item:nth-child(1) .video-item-date {
    bottom: 40px;
    right: 40px;
    font-size: 14px;
  }

  .vidios-list .video-item:nth-child(7) .video-item-video {
    max-width: 720px;
    left: calc(100% - 654px);
    max-width: 654px;
    max-height: 368px;
    position: relative;
    left: initial;
    max-height: initial;
    max-width: initial;
  }

  .vidios-list .video-item:nth-child(7) .video-item-category {
    width: 100px;
    left: 24px;
    top: 24px;
    position: relative;
    top: initial;
    left: initial;
    width: initial;
    text-align: right;
  }

  .vidios-list .video-item:nth-child(7) .video-info {
    max-width: initial;
    left: initial;
    width: initial;
    bottom: initial;
  }

  .vidios-list .video-item:nth-child(7) .video-item-date {
    bottom: initial;
    left: initial;
    position: relative;
  }

  .video-item-video {
    margin-bottom: 24px;
  }

  .video-item-video:after {
    background-size: 48px;
    height: 48px;
  }

  .vidios-list .video-item:nth-child(1) .video-item-video:after {
    background-size: 64px;
    height: 64px;
  }

  .vidios-list .video-item:nth-child(7) .video-item-video:after {
    background-size: 64px;
    height: 64px;
  }

  .filter-title {
    padding: 0 32px;
    padding-bottom: 24px;
  }

  .vidios-list .video-item:nth-child(6) .video-item-video {
    max-width: 744px;
    max-height: 418px;
    overflow: hidden;
    margin-bottom: 20px;
  }

  .vidios-list .video-item:nth-child(6) {
    height: initial;
    width: 100%;
  }

  .vidios-list .video-item:nth-child(6) .video-item-category {
    top: 40px;
    right: 40px;
    width: 100px;
    text-align: right;
    font-size: 14px;
    position: absolute;
  }

  .vidios-list .video-item:nth-child(6) .video-item-date {
    bottom: 40px;
    right: 40px;
    font-size: 14px;
    position: absolute;
  }

  .vidios-list .video-item:nth-child(1) .video-info
    {
    position: relative;
    margin: 0;
    top: initial;
    left: initial;
    right: initial;
    bottom: initial;
  }

  .vidios-list .video-item:nth-child(7) {
    width: calc(100% / 2);
  }

  .vidios-list .video-item:nth-child(6) {
    width: 100%;
  }

  .vidios-list .video-item:nth-child(6) .video-item-meta {
    margin: 0px
  }






  .project-list-item.project-list-item_academy:not(.projects-listbox-item):nth-child(3):before,
  .project-list-item.project-list-item_academy:not(.projects-listbox-item):nth-child(4):before,
  .project-list-item.project-list-item_academy:not(.projects-listbox-item):nth-child(9):before,
  .project-list-item.project-list-item_academy:not(.projects-listbox-item):nth-child(10):before {
    width: calc(100% - 64px) !important;
    max-width: calc(100% - 64px) !important;
  }

  .academy-list .project-list-item-image__wrapper {
    max-width: 100% !important;
    max-height: 383px !important;
    height: 383px !important;
    width: 100% !important;
    width: 100%;
  }

  .academy-list .project-list-item-image__wrapper {
    max-height: 383px !important;
  }

  .academy-list .project-list-item.project-list-item_academy::before {
    max-width: calc(100% - 64px) !important;
    max-height: 383px !important;
    height: 383px !important;
    width: calc(100% - 64px) !important;
    width: 100%;
  }



  .academy-list .project-list-item:not(.projects-listbox-item):nth-child(1) .project-list-item-image__wrapper,
  .academy-list .project-list-item:not(.projects-listbox-item):nth-child(10) .project-list-item-image__wrapper,
  .academy-list .project-list-item:not(.projects-listbox-item):nth-child(1):before,
  .academy-list .project-list-item:not(.projects-listbox-item):nth-child(10):before {
    margin-bottom: 30px;
  }



  .project-list-item.project-list-item_academy {
    width: calc(100% / 2) !important;
    border-right: 1px solid !important;
  }


  .project-list-item.project-list-item_academy:nth-child(3n+3) {
    border-right: 0px !important;
  }

  .project-list-item.project-list-item_academy:nth-child(3n + 3) {
    width: 100% !important;
  }

  .project-list-item.project-list-item_academy:nth-child(3n+2) {
    border-right: 0px !important;
  }

  .filter-title {}

  .pageheader-with-text .page-h1 {
    padding: 0 32px;
  }

  .filter-box {
    padding: 32px;
  }

  .mp-h1-row {
    line-height: 1;
    margin-bottom: 0px;
  }

  .pp-video .popup-content {
    width: 760px;
    height: 420px;
  }


  .pageheader-direction.pageheader-direction-academy h1 br {
    /* display: none; */
    content: "";
    margin: 20px;
    display: inline-block;
    font-size: 24%;
  }

  .pageheader-direction.pageheader-direction-academy .pageheader-direction__text {
    width: 100%;
  }

  .pageheader-direction.pageheader-direction-academy .pageheader-direction__shapes {
    width: 100%;
    pointer-events: none;
  }

  .project-list-item .project-list-item_wrap:before {
    width: 100%;
    top: unset;
    bottom: 0;
    left: 0;
    height: 0px;
  }
.project-roadmap-title {font-size: 48px;}

.project-roadmap {padding: 48px 40px;font-size: 20px;}

.roadmap-item iframe {height: 530px;}

.roadmap-item:before {width: 23px;height: 23px;}

.roadmap-item:after {left: 11px;}
.event-date-item.event-date-end {
    padding-left: 25px;
}

.event-date-item.event-date-end:before {
    width: 14px;
    left: 5px;
}

.event-date-item.event-date-start .event-item-date-dd {
    font-size: 60px;
}

.event-date-item.event-date-end .event-item-date-dd {
    font-size: 60px;
}

/*special article*/

.container.container-special-article .pageheader-direction .page-h1 {
    width: 100%;
}

.container.container-special-article .pageheader-direction__text {
    width: 70%;
}

.special-article-left {
    font-size: 48px;
    width: 100%;
    margin-bottom: 32px;
}

.special-article-block {
    padding: 40px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}

.special-article-right {
    width: 100%;
}

.special-article-content h2, .special-article-content h3 {
    font-size: 36px;
}

.special-article-content-form {
    width: 100%;
    max-width: 100%;
}

.container.container-special-article .pageheader-direction__text {
    margin-bottom: 0;
}



/*special article*/

/*new pages*/

.page-left-part.page-left-part_about h1 {
    font-size: 96px;
}

.news-item-content.news-item-content__about blockquote {
    font-size: 20px;
    line-height: 150%;
}

.page-left-part.page-left-part_about h1 {
    font-size: 130px;
}

.page-left-content-arm-back {
    transform: rotate(180deg);
    bottom: unset;
    top: -9px;
    left: unset;
    right: 0;
}

.page-left-part.page-left-part_about .page-news-content {
    margin-bottom: 0;
    padding-bottom: 0;
}

.page-left-part.page-left-part_about .page-left-content {
    height: unset;
}

.news-item-content.news-item-content__about blockquote {
    font-size: 24px;
}

.about-directions .submenu-nav-item__text {
    font-size: 20px;
}

.about-directions .submenu-nav-item {
    padding: 32px 32px;
}

.page-left-part.page-left-part_sendidea .page-left-content-arm-back {
    transform: rotate(0deg);
    top: unset;
}

.page-left-part.page-left-part_sendidea h1 {
    font-size: 130px;
    margin-top: 0px;
}

.page-left-part.page-left-part_sendidea .page-news-content {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.page-left-part.page-left-part_sendidea .page-left-content {
    border-bottom: 1px solid;
}

.news-item-content.news-item-content__sendidea .pp-form {
    width: 100%;
}


.project-seasons-title {
    font-size: 48px;
}

.project-seasons-season-title {
    font-size: 24px;
    padding: 11px 15px;
}

.project-seasons-listitem-title {
    font-size: 24px;
}

.project-seasons-listitem {
    padding: 24px 48px 24px 0px;
}

.project-seasons-listitem:nth-child(2n+2) {
    padding-left: 48px;
}

.footer-bottom-logo {
    width: 150px;
}

.header-cont__button {
    display: none;
}

.mob-panel-sendidea {
    margin-top: 32px;
    text-align: center;
    padding: 0px 24px;
}

.mob-panel-sendidea .btn {
    width: 100%;
}

.teampage-item {
    width: calc(100% / 4);
}



/*new pages end*/

.mob-panel-additional-buttons .header-additional-buttons-item {
    padding: 14px 20px;
    border: 1px solid;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
}

.mob-panel-additional-buttons {
    padding: 0px 24px;
    margin-top: 32px;
}

.mob-panel-additional-buttons .header-additional-buttons-item:first-child {
    border-bottom: 0px;
}
.imandra-badge {
    width: 120px;
}


}

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

  h5,
  .h5 {
    font-size: 18px;
    line-height: 135%;
  }

  .swiper-container-directions {
    padding: 0 32px;
    margin-bottom: 64px;
  }

  .directions-slide {
    width: 272px;
  }

  .directions-slide:not(:last-child) {
    margin-right: 24px;
  }

  .directions-img {
    height: 282px;
    margin-bottom: 24px;
  }

  .directions-img__icon,
  .directions-img__picture {
    width: 240px;
    height: 240px;
  }

  .directions-title__name {
    max-width: calc(100% - 24px - 10px);
  }

  .directions-title__arrow {
    width: 24px;
    height: 24px;
  }

  .mainpage-screen1 .mp-h1 {
    font-size: 96px;
    bottom: 64px;
  }

  .mainpage-screen1 {
    height: 860px;
  }

  .header-cont__logo {
    padding-left: 24px;
    padding-right: 24px;
  }

  .actual-item {
    padding: 32px;
  }

  .actual-item-title {
    font-size: 36px;
    margin-bottom: 18px;
  }

  .actual-item-description p {
    font-size: 18px;
  }

  .actual-item-image {
    margin-bottom: 28px;
  }

  .actual-item-info {
    z-index: 2;
  }

  .mainpage-actual-slider .gal-navigation {
    z-index: 4;
  }

  .project-list-item__title {
    font-size: 18px;
  }

  .news-releases-box__title-item {
    font-size: 48px;
  }

  .news-releases-box__title {
    padding: 64px 32px;
    padding-bottom: 32px;
  }

  .news-list-item__right {
    font-size: 18px;
    width: calc(100% - 64px);
    padding-left: 32px;
  }

  .news-list-item__date-day {
    font-size: 40px;
  }

  .news-list-item__date-mm-yy {
    font-size: 12px;
  }

  .news-list-item__category {
    font-size: 12px;
  }

  .news-list-item {
    padding: 32px;
  }

  .listbox-title-wrapper {
    padding: 64px 32px;
    padding-bottom: 32px;
  }

  .listbox-title {
    font-size: 48px;
  }

  .team-item {
    padding: 32px;
    padding-left: 228px;
  }

  .teammate-image {
    width: 144px;
    height: 144px;
  }

  .teammate-info-name {
    font-size: 28px;
    margin-bottom: 4px;
  }

  .teammate-info-func {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .teammate-info-email {}

  .team-item:nth-last-child(1) .teammate-info-additional {
    padding: 0;
  }

  .direction-line__item {
    width: 104px;
    height: 104px;
  }

  .direction-line__item_icon {
    width: 48px;
    height: 48px;
    background-size: contain;
  }

  .video-item {
    padding: 32px;
  }

  .video-author {
    font-size: 12px;
    margin-bottom: 14px;
  }

  .video-title {
    font-size: 18px;
  }

  .video-date {
    font-size: 12px;
  }

  .video-item-list .video-frame-box {
    width: 248px;
    height: 140px;
  }

  .video-item-list .video-pic__btn {
    width: 32px;
    height: 32px;
  }

  .have-idea-button {
    width: 104px;
    height: 104px;
  }

  .have-idea {
    padding: 82px 0 0 0;
  }

  .footer-top__linkblock {
    font-size: 16px;
    padding: 26px 32px;
  }

  .footer-top__linkblock:after {
    right: 32px;
  }

  .footer-top__right a {
    padding: 32px 32px 0 32px;
  }

  .footer-top__right_link {
    padding: 26px 0;
    font-size: 16px;
  }

  .footer-top__right_link:after {
    right: 0;
  }

  .footer-mid_nav a {
    margin-right: 48px;
    margin-bottom: 28px;
  }

  .footer-mid_nav {
    font-size: 16px;
  }

  .footer-bottom-links {
    font-size: 14px;
    display: block;
    left: 32px;
    bottom: 0px;
  }

  .footer-bottom-links a {
    display: block;
    margin-bottom: 12px;
  }

  .up-button {
    width: 36px;
    height: 36px;
  }

  .footer {
    padding-bottom: 104px;
  }

  .footer-bottom-up {
    height: 104px;
    width: 104px;
  }

  .social-icon {
    margin-right: 0;
    margin-left: 22px;
  }

  .project-list-item:not(.projects-listbox-item):nth-child(1) .project-list-item-image__wrapper,
  .project-list-item:not(.projects-listbox-item):nth-child(10) .project-list-item-image__wrapper,
  .project-list-item:not(.projects-listbox-item):nth-child(1):before,
  .project-list-item:not(.projects-listbox-item):nth-child(10):before {
    width: 290px;
    height: 290px;
  }

  .project-list-item-image__wrapper {
    width: 268px;
    height: 240px;
  }

  .project-list-item:not(.projects-listbox-item):nth-child(1),
  .project-list-item:not(.projects-listbox-item):nth-child(10) {
    background-position: bottom 32px right 32px;
    background-size: 144px 144px;
  }

  .pageheader-direction {
    min-height: 800px;
    padding: 0 32px;
    padding-top: 154px;
  }

  .pageheader-direction .page-h1 {
    font-size: 96px;
    margin-bottom: 30px;
  }

  .pageheader-direction .pageheader-direction__image {
    width: 368px;
    height: 368px;
    right: 32px;
    bottom: 62px;
  }

  .pageheader-direction__text {
    font-size: 18px;
    width: 352px;
    padding-bottom: 290px;
  }

  .btn_down {
    width: 36px;
    height: 36px;
  }

  .pageheader-direction__down {
    bottom: 64px;
    left: 32px;
  }

  /*  */

  .contacts-wrapper .page-h1 {
    font-size: 96px;
    padding: 0 32px;
    padding-top: 150px;
  }

  .contacts-line__title {
    font-size: 12px;
  }

  .contacts-line__value {
    font-size: 18px;
  }

  .contacts-line {
    padding: 24px 32px;
  }

  /*  */

  .page-left-content.page-left-content_project h1 {
    font-size: 48px;
    line-height: 125%;
  }

  .news-item-image {
    height: 430px;
  }

  .news-item-text {
    padding: 40px 32px;
  }

  .page-left-content {
    padding: 32px;
    padding-top: 42px;
  }

  .footer-bottom-links span {
    margin-left: 0;
  }

  .container>.short-title>.page-h1 {
    font-size: 96px;
  }

  .project-map-box {
    padding: 0 20px;
  }

  .project-faces-box {
    padding: 0 20px;
  }

  .project-faces-box h3 {
    font-size: 28px;
  }

  .project-map-box h3 {
    font-size: 28px;
  }

  .project-faces-item__name {
    font-size: 20px;
  }

  .project-faces-item__info {
    font-size: 16px;
  }

  .project-faces-item__image {
    width: 96px;
    height: 96px;
  }

  .project-map {
    height: 210px;
    width: calc(100% + 40px);
    left: -20px;
    position: relative;
  }

  .page-news-meta__date {
    width: 140px;
    /* border-bottom: 1px solid; */
    padding: 17px 32px;
    white-space: nowrap;
    text-align: left;
  }

  .page-news-meta__section {
    width: calc(100% - 200px);
    position: absolute;
    top: 0;
    left: 140px;
    height: 100%;
    text-align: left;
    padding: 16px 32px;
    border: none;
  }

  .page-news-meta {
    position: relative;
    height: 48px;
  }

  .page-news-meta.page-news-meta_nodate .page-news-meta__section {
    position: unset;
    width: initial;
    height: initial;
  }

  .pp-l-text {
    font-size: 18px;
  }

  .popup-content-left {
    padding: 32px 48px;
  }

  .pp-l-title {
    font-size: 36px;
  }

  .popup-content-right {
    padding: 32px 48px;
  }

  .pp-form {
    width: 460px;
  }

  .result-item-wrapper {
    padding: 24px;
  }

  .result-item-direction-icon {
    width: 150px;
    height: 150px;
  }

  .result-item-direction {
    font-size: 12px;
    top: 24px;
    right: 24px;
  }

  .result-item-title {
    font-size: 18px;
  }

  .result-info-title {
    font-size: 14px;
  }

  .results-nav {
    padding: 24px;
  }

  .docs-title {
    font-size: 32px;
  }

  .doc-title {
    font-size: 16px;
  }

  .doc-size {
    font-size: 14px;
  }

  .event-item {
    padding: 32px;
  }

  .event-item-preview.event-item-preview_i {
    height: 228px;
  }

  .event-item-title {
    font-size: 18px;
  }

  .event-item-introtext {
    font-size: 14px;
  }

  .event-item-date-dd {
    font-size: 64px;
  }

  .event-item-date-mm {
    font-size: 12px;
  }

  .event-item-date {
    width: 90px;
    min-width: 90px;
    margin-right: 32px;
  }

  .event-item-texts {
    padding: 24px 0;
    padding-right: 24px;
    width: calc(100% - 270px);
  }

  .event-item-additional {}

  .event-form-wrapper {
    padding: 40px 32px;
  }


  .event-form-title {
    font-size: 36px;
  }


  .academy-item-speakers h2 {
    font-size: 36px;
  }

  .academy-item-speakers {
    padding: 40px 32px;
  }

  .academy-speakers-item__name {
    font-size: 24px;
  }

  .academy-speakers-item__func {
    font-size: 18px;
  }

  .academy-speakers-item-image {
    width: 96px;
    height: 96px;
  }

  .academy-speakers-item__text {
    font-size: 18px;
  }

  .academy-programm-list {
    padding: 40px 32px;
  }

  .academy-programm-list h2 {
    font-size: 36px;
  }

  .programm-item-title {
    font-size: 24px;
  }

  .programm-item-content {
    font-size: 18px;
  }

  .page-news-content {
    padding-bottom: 40px;
  }



  .vidios-list .video-item:nth-child(1) .video-item-meta,
  .vidios-list .video-item:nth-child(7) .video-item-meta {
    margin-bottom: 0;
  }

  .video-info-title {
    font-size: 18px;
  }

  .video-info-author {
    font-size: 12px;
  }

  .video-item-date {
    font-size: 12px;
  }

  .video-item-category {
    font-size: 12px;
  }

  .vidios-list .video-item:nth-child(1) .video-item-video {
    max-width: 528px;
    max-height: 300px;
    overflow: hidden;
    margin-bottom: 20px;
  }

  .vidios-list .video-item:nth-child(1),
  .vidios-list .video-item:nth-child(7) {
    height: initial;
    width: 100%;
  }

  .vidios-list .video-item {
    min-height: 368px;
    width: calc(100% / 2);
  }

  .video-item {
    padding: 32px;
  }

  .video-item .video-info,
  .video-item .video-info,
  .video-item .video-info,
  .video-item .video-info,
  .video-item .video-info,
  .video-item .video-info,
  .video-item .video-info,
  .video-item .video-info {
    bottom: 40px;
    position: relative;
    left: initial;
    bottom: initial;
    margin: 0;
  }

  .vidios-list .video-item:nth-child(1) .video-item-category {
    top: 32px;
    right: 32px;
    width: 100px;
    text-align: right;
    font-size: 12px;
  }

  .vidios-list .video-item:nth-child(1) .video-item-date {
    bottom: 32px;
    right: 32px;
    font-size: 12px;
  }

  .vidios-list .video-item:nth-child(7) .video-item-video {
    max-width: 720px;
    left: calc(100% - 654px);
    max-width: 654px;
    max-height: 368px;
    position: relative;
    left: initial;
    max-height: initial;
    max-width: initial;
  }

  .vidios-list .video-item:nth-child(7) .video-item-category {
    width: 100px;
    left: 24px;
    top: 24px;
    position: relative;
    top: initial;
    left: initial;
    width: initial;
    text-align: right;
  }

  .vidios-list .video-item:nth-child(7) .video-info {
    max-width: initial;
    left: initial;
    width: initial;
    bottom: initial;
  }

  .vidios-list .video-item:nth-child(7) .video-item-date {
    bottom: initial;
    left: initial;
    position: relative;
  }

  .video-item-video {
    margin-bottom: 24px;
  }

  .video-item-video:after {
    background-size: 48px;
    height: 48px;
  }

  .vidios-list .video-item:nth-child(1) .video-item-video:after {
    background-size: 64px;
    height: 64px;
  }

  .vidios-list .video-item:nth-child(7) .video-item-video:after {
    background-size: 64px;
    height: 64px;
  }

  .filter-title {
    padding: 0 24px;
    padding-bottom: 24px;
  }

  .vidios-list .video-item:nth-child(6) .video-item-video {
    max-width: 528px;
    max-height: 300px;
    overflow: hidden;
    margin-bottom: 20px;
  }

  .vidios-list .video-item:nth-child(6) {
    height: initial;
    width: 100%;
  }

  .vidios-list .video-item:nth-child(6) .video-item-category {
    top: 32px;
    right: 32px;
    width: 100px;
    text-align: right;
    font-size: 12px;
    position: absolute;
  }

  .vidios-list .video-item:nth-child(6) .video-item-date {
    bottom: 32px;
    right: 32px;
    font-size: 12px;
    position: absolute;
  }

  .vidios-list .video-item:nth-child(1) .video-info
    {
    position: relative;
    margin: 0;
    top: initial;
    left: initial;
    right: initial;
    bottom: initial;
  }

  .vidios-list .video-item:nth-child(7) {
    width: calc(100% / 2);
  }

  .vidios-list .video-item:nth-child(6) {
    width: 100%;
  }

  .vidios-list .video-item:nth-child(6) .video-item-meta {
    margin: 0px
  }




  .project-list-item.project-list-item_academy:not(.projects-listbox-item):nth-child(3):before,
  .project-list-item.project-list-item_academy:not(.projects-listbox-item):nth-child(4):before,
  .project-list-item.project-list-item_academy:not(.projects-listbox-item):nth-child(9):before,
  .project-list-item.project-list-item_academy:not(.projects-listbox-item):nth-child(10):before {
    width: calc(100% - 64px) !important;
    max-width: calc(100% - 64px) !important;
  }

  .academy-list .project-list-item-image__wrapper {
    max-width: 100% !important;
    max-height: 283px !important;
    height: 283px !important;
    width: 100% !important;
    width: 100%;
  }

  .academy-list .project-list-item-image__wrapper {
    max-height: 283px !important;
  }

  .academy-list .project-list-item.project-list-item_academy::before {
    max-width: calc(100% - 64px) !important;
    max-height: 283px !important;
    height: 283px !important;
    width: calc(100% - 64px) !important;
    width: 100%;
  }



  .academy-list .project-list-item:not(.projects-listbox-item):nth-child(1) .project-list-item-image__wrapper,
  .academy-list .project-list-item:not(.projects-listbox-item):nth-child(10) .project-list-item-image__wrapper,
  .academy-list .project-list-item:not(.projects-listbox-item):nth-child(1):before,
  .academy-list .project-list-item:not(.projects-listbox-item):nth-child(10):before {
    margin-bottom: 20px;
  }



  .project-list-item.project-list-item_academy {
    width: calc(100% / 2) !important;
    border-right: 1px solid !important;
  }


  .filter-bottom {
    position: relative;
    bottom: initial;
    right: initial;
    z-index: 0;
  }

  span.filter-reset.js-filter-reset {
    display: none !important;
  }

  .filter-items {
    position: relative;
    z-index: 2;
  }

  .team-item:hover:hover .teammate-image {
    /* width: 192px; */
    /* height: 192px; */
    width: 144px;
    height: 144px;
  }

  .team-item_pp {
    width: 690px;
    display: block;
  }

  .team-item_pp-right {
    padding-left: 0px;
  }

  .header-cont__logo:after {
    display: none;
  }


  .listbox-title-wrapper.listbox-title-wrapper_stycky {
    position: relative;
  }

  .scroll-container {
    position: relative;
    overflow: auto;
    padding: 0 32px;
  }

  .scroll-container.directions-slider .swiper-wrapper {
    display: block;
  }

  .swiper-slide.directions-slide_last {
    display: none;
  }

  .directions-slide {
    width: calc(100% / 2 - 13px);
    margin-bottom: 80px;
  }

  .directions-slide:nth-child(2n+2) {
    margin-right: 0px;
  }

  .page-news-meta__share {
    padding: 10px 19px;
    /* width: 100px; */
  }

  .pp-video .popup-content {
    width: 680px;
    height: 380px;
  }

  .pp-video .pp__close {
    right: -40px;
    top: -40px;
  }

  .pageheader-direction.pageheader-direction-academy h1 br {
    margin: 10px;
  }

  .page-news-meta__section.page-news-meta__section_nodate {
    left: 0;
  }

  .project-list-item .project-list-item_wrap:before {
    width: 100%;
    top: unset;
    bottom: 0;
    left: 0;
    height: 0px;
  }
.project-roadmap {padding: 40px 32px;font-size: 18px;}

.project-roadmap-title {font-size: 36px;}

.roadmap-item iframe {height: 370px;}
.event-date-item.event-date-start .event-item-date-dd {
    font-size: 40px;
}

.event-date-item.event-date-end .event-item-date-dd {
    font-size: 40px;
}
/*special article*/
.special-article-block {
    padding: 32px;
}

.special-article-left {
    font-size: 36px;
    margin-bottom: 18px;
}

.special-article-content iframe {
    min-height: 390px;
}

.special-article-content-photos-item {
    margin-bottom: 32px;
    margin-right: 24px;
    width: calc(100% / 2 - 12px);
}

.special-article-block-title {
    width: 100%;
}

.container.container-special-article .pageheader-direction__text {
    padding-bottom: 0px;
}

/*special article*/



/*new pages*/


.page-left-part.page-left-part_about h1 {
    font-size: 96px;
}

.page-left-part.page-left-part_about .page-left-content {
    min-height: unset;
}

.news-item-content.news-item-content__about blockquote {
    font-size: 20px;
}

.about-directions .submenu-nav-item__text {
    font-size: 18px;
}

.about-directions .submenu-nav-item {
    padding: 24px;
}

.page-left-part.page-left-part_sendidea h1 {
    font-size: 96px;
}

.project-seasons-title {
    font-size: 36px;
}

.project-seasons-season-title {
    font-size: 18px;
}

.project-seasons-listitem-title {
    font-size: 18px;
}

.project-seasons-listitem {
    padding: 24px 32px 24px 0px;
}

.project-seasons-listitem:nth-child(2n+2) {
    padding-left: 32px;
}

.teampage-item {
    width: calc(100% / 3);
}


.imandra-badge {
    width: 100px;
}
/*new pages end*/
}

.twin-block {
    margin-top: 240px;
    margin-bottom: -120px;
}

@media only screen and (max-width: 767px) {
  .twin-block {
      margin-bottom: -90px;
      margin-left: 0!important;
      margin-right: 0!important;
  }

  #hero {
      display: none;
  }

  .swiper-container-directions {
    margin-top: 0;
    padding: 0 20px;
    margin-bottom: 48px;
  }

  .directions-slide {
    width: 184px;
  }

  .directions-slide:not(:last-child) {
    margin-right: 20px;
  }

  .directions-img {
    height: 186px;
    padding: 12px;
    margin-bottom: 12px;
  }

  .directions-img__icon,
  .directions-img__picture {
    width: 160px;
    height: 160px;
  }

  .cookie-box {
    width: auto;
    right: 8px;
    left: 8px;
    bottom: 8px;
  }

  .cookie-box_text {
    font-size: 12px;
    line-height: 16px;
  }

  .cookie-box__btn.button {
    width: 100%;
    height: 30px;
  }

  .mainpage-screen1 {
    height: 660px;
  }

  .mainpage-screen1 .mp-h1 {
    font-size: 64px;
  }

  .header-cont__logo:hover {
    opacity: 1;
  }

  .header-cont__logo {
    border: 0;
    width: 200px;
    padding: 0 20px;
  }

  .header-cont__socs {
    display: none;
  }

  /* 96 .header-cont {
    height: 72px;
} */

  .actual-item {
    padding: 20px;
  }

  .actual-item-title {
    font-size: 28px;
    margin-bottom: 18px;
  }

  .actual-item-description p {
    font-size: 16px;
  }

  .actual-item-button {
    margin-top: 44px;
  }

  .gal-navigation {

  }
  .mainpage-actual-slider .gal-navigation {
       bottom: 10px;
    left: 20px;
}
.actual-item {
    padding-bottom: 60px;
}
  .listbox-title {
    font-size: 32px;
  }

  .listbox-title-wrapper {
    padding: 48px 20px;
    padding-bottom: 22px;
  }

  .project-list-item .project-list-item_wrap {
    padding: 20px;
  }

  .projects-list-wrapper .projects-list {
    display: block;
  }

  .project-list-item {
    display: block;
    border-right: 0;
  }

  .project-list-item:hover .project-list-item_wrap:before {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  .project-list-item-image__wrapper {
    width: 264px;
    height: 240px;
    margin-bottom: 20px;
  }

  .project-list-item .project-list-item_wrap:before {
    display: none;
  }

  .w2.project-list-item .project-list-item-image__wrapper {
    width: 264px;
    height: 240px;
  }

  .news-releases-box__title-item {
    font-size: 32px;
    margin-right: 0;
  }

  .news-releases-box__title {
    padding: 48px 20px;
    padding-bottom: 22px;
  }

  .news-releases-box__title-item.active {
    margin-right: 0;
  }

  .news-releases-box__title-item:nth-child(1) {
    margin-right: 28px;
  }

  .news-releases__list {
    display: block;
  }

  .news-list-item {
    padding: 20px;
  }

  .news-releases__list.active {
    display: block;
  }

  .news-all-link {
    left: 20px;
  }

  .team-item {
    display: block;
    padding: 20px;
  }

  .teammate-image {
    width: 120px !important;
    height: 120px !important;
    position: initial;
    margin-bottom: 20px;
  }

  .team-list {
    padding: 0;
  }

  .team-item:after {
    display: none;
  }

  .teammate-info-name {
    margin-bottom: 8px;
  }

  .teammate-info-func {
    margin-bottom: 10px;
  }

  .video-item {
    position: relative;
    padding: 20px;
    margin-top: 30px;
  }

  .video-frame-box {}

  .video-date {
    position: absolute;
    top: 0;
  }

  .video-meta {
    position: initial;
    padding-left: 0;
  }

  .video-item-list {
    padding: 20px;
    display: block;
    position: relative;
  }

  .video-item-list .video-frame-box {
    width: 100%;
    height: 188px;
    margin-bottom: 44px;
    margin-top: 28px;
  }

  .video-item-list .video-meta {
    padding-left: 0;
  }

  .video-date {
    bottom: auto;
    top: 18px;
  }

  .video-box-left .video-date {
    top: -8px;
    left: 20px;
  }

  .listbox-title-wrapper .news-all__link {
    font-size: 14px;
    left: 20px;
  }

  .text-line-bg {
    height: 60px;
  }

  .have-idea-button {
    width: 72px;
    height: 72px;
  }

  .have-idea-button:after {
    width: 32px;
    height: 32px;
  }

  .footer-top__linkblock {
    padding: 20px 20px;
  }

  .footer-top__linkblock:after {
    width: 24px;
    height: 24px;
    background-size: contain;
    right: 18px;
  }

  .footer-top__right a {
    padding: 20px 20px 0 20px;
  }

  .footer-top__right_image {
    height: 176px;
  }

  .footer-top__right_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .footer-top__right_link:after {
    width: 24px;
    height: 24px;
    background-size: contain;
    right: 0;
  }

  .footer-mid {
    padding: 20px 20px;
    padding-bottom: 0;
  }

  .footer-mid_nav a {
    margin-right: 24px;
  }

  .footer-bottom {
    padding: 20px 20px;
  }

  .footer-bottom-logo {
    max-width: 140px;
  }

  .footer-bottom-links {
    left: 20px;
    width: 274px;
    padding: 12px 0;
  }

  .footer-bottom-links a {
    margin-bottom: 12px;
  }

  .footer-bottom-up {
    width: 78px;
  }

  .up-button img {
    max-width: 14px;
  }

  .direction-line__item {
    width: 72px;
    height: 72px;
  }

  .direction-line {
    padding-top: 48px;
  }

  .mainpage-actual-wrapper {
    overflow: hidden;
  }

  .cookie-box {
    width: 100%;
  }

  .actual-item:after {
    display: none;
  }

  .cookie-box {
    left: 0;
    bottom: 0;
    right: 0;
    padding: 20px;
    height: auto;
  }

  .cookie-box_text {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 150%;
  }

  .project-list-item__city:after {
    display: none;
  }

  .w1.project-list-item .project-list-item-image__wrapper {
    width: 264px;
    height: 240px;
    margin-bottom: 20px;
  }

  .projects-list-wrapper .projects-list {
    width: 100%;
  }

  .project-list-item {
    width: 100%;
  }

  .project-list-item:not(.projects-listbox-item):nth-child(1),
  .project-list-item:not(.projects-listbox-item):nth-child(10) {
    display: block;
  }

  .project-list-item:not(.projects-listbox-item):nth-child(1) .project-list-item-image__wrapper,
  .project-list-item:not(.projects-listbox-item):nth-child(10) .project-list-item-image__wrapper,
  .project-list-item:not(.projects-listbox-item):nth-child(1):before,
  .project-list-item:not(.projects-listbox-item):nth-child(10):before {
    /* 96 */
    width: 240px;
    height: 240px;
  }

  .project-list-item:not(.projects-listbox-item):nth-child(1) .project-list-item__title,
  .project-list-item:not(.projects-listbox-item):nth-child(10) .project-list-item__title {
    padding-left: 0px;
  }

  .all-projects-link__down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0 0 20px;
  }

  .projects-list-wrapper.projects-list-wrapper__direction {
    padding-bottom: 48px;
  }

  .project-list-item {
    background: none;
  }

  .project-list-item:not(.projects-listbox-item):nth-child(1),
  .project-list-item:not(.projects-listbox-item):nth-child(10) {
    background: none;
  }

  .project-list-item:not(.projects-listbox-item):nth-child(1) .project-list-item-category-icon,
  .project-list-item:not(.projects-listbox-item):nth-child(10) .project-list-item-category-icon {
    display: block;
  }

  .mob-panel {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-left: none;
  }

  .actual-item-description {
    font-size: 18px;
    width: 100%;
  }

  .pageheader-direction .page-h1 {
    font-size: 52px;
    margin-bottom: 22px;
  }

  .pageheader-direction {
    min-height: 678px;
    padding: 0 20px;
    padding-top: 128px;
  }

  .pageheader-direction .pageheader-direction__image {
    width: 220px;
    height: 220px;
    right: 20px;
    bottom: 48px;
  }

  .pageheader-direction__text {
    width: 100%;
    padding-bottom: 250px;
    margin-bottom: 0;
  }

  .pageheader-direction__shapes {
    width: 95%;
    bottom: 32px;
  }

  .pageheader-direction__down {
    bottom: 48px;
    left: 20px;
    z-index: 3;
  }

  /*  */

  .contacts-wrapper .page-h1 {
    font-size: 52px;
    padding: 0 20px;
    /* margin-top: 122px; */
    margin-bottom: 0;
    padding-top: 130px;
  }

  .contacts-line {
    padding: 20px 20px;
    display: block;
  }

  .contacts-line__part {
    display: block;
    width: 100%;
  }

  .contacts-line.contacts-line_parts {
    display: block;
  }

  .contacts-line__part:nth-child(1) {
    margin-bottom: 20px;
    width: 100%;
  }

  .contacts-line__value_socials .social-icon {
    margin-right: 22px;
    margin-left: 0;
  }

  .contacts-map {
    height: 244px;
  }

  .footer-bottom-links span {
    display: block;
    margin-left: 0;
  }

  /*  */

  .page-parts-wrapper {
    padding-top: 72px;
  }

  .page-left-content.page-left-content_project h1 {
    font-size: 32px;
    line-height: 110%;
  }

  .page-left-content {
    padding: 20px;
    padding-top: 40px;
  }

  .page-back {
    position: relative;
    z-index: 5656;
  }

  .page-news-meta {
    display: block;
    height: unset;
  }

  .page-news-meta__section {
    border-right: 0;
    border-bottom: 1px solid;
    padding: 17px 20px;
    width: calc(100% - 104px);
    display: block;
    left: 104px;
    height: 48px;
  }

  .page-news-meta__date {
    width: 104px;
    padding: 18px 14px;
    border-bottom: 1px solid;
    height: 48px;
  }

  .page-news-meta__share {
    justify-content: flex-start;
    padding: 10px 9px;
  }

  .page-news-meta__share .social-ico {
    margin-left: 0;
    margin-right: 10px;
  }

  .news-item-image {
    height: 210px;
  }

  .news-item-text {
    padding: 32px 20px;
  }

  .news-item-text p {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 22px;
  }

  /*  */

  .page4-texts {
    width: 100%;
    padding-bottom: 0;
  }

  .page-404-wrapper h1.page-h1 {
    font-size: 52px;
    line-height: 110%;
    margin-bottom: 10px;
  }

  .page4-texts__title {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .page4-texts__text {
    font-size: 16px;
  }

  .page-404-wrapper .container {
    padding: 0 20px;
  }

  .page-404-wrapper {
    padding-top: 120px;
    padding-bottom: 0;
  }

  .page-404-wrapper .grid {
    margin-bottom: 0;
  }

  .mainpage-screen1 .mp-h1 {
    width: 96%;
    margin: 0 auto;
  }

  .news-list-item__right {
    width: calc(100% - 104px);
  }

  .news-list-item__left {
    width: 104px;
  }

  .news-list-item {
    border-right: 0;
  }

  .pageheader-with-text .page-h1 {
    font-size: 52px;
    padding: 0 20px;
    margin-bottom: 20px;
    margin-top: 26px;
  }

  .pageheader-text {
    padding: 0 20px;
    font-size: 16px;
  }

  .container .page-h1 {
    padding: 0 20px;
  }

  .container>.short-title>.page-h1 {
    font-size: 52px;
  }

  .news-item-text ul {
    font-size: 16px;
  }

  .direction-line__item_icon {
    width: 32px;
    height: 32px;
    /* background-size: contain !important; */
  }

  .direction-line__item_title {
    font-size: 14px;
    padding: 28px 58px 27px 75px;
  }

  .direction-line__item.direction-line__item_active .direction-line__item_icon {
    left: 24px;
  }

  .direction-line__item.direction-line__item_active .direction-line__item_arrow {
    right: 24px;
    width: 20px;
    height: 17px;
    background-size: contain;
    top: 1px;
  }

  .pageheader-direction .page-h1 {
    padding: 0;
  }

  .project-list-item:not(.projects-listbox-item):nth-child(1):after,
  .project-list-item:not(.projects-listbox-item):nth-child(10):after {
    display: none;
  }

  .project-map-box-address {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .pp-form {
    width: 100%;
  }

  .pp-l-title {
    font-size: 28px;
  }

  .pp-l-text {
    font-size: 16px;
  }

  .popup-content-left {
    padding: 28px 20px;
  }

  .pp-r-title {
    font-size: 28px;
  }

  .popup-content-right {
    padding: 28px 20px;
  }

  .results-items {
    display: block;
  }

  .result-item {
    width: 100%;
    border-right: none;
  }

  .result-item-wrapper {
    padding: 20px;
  }

  .results-nav {
    padding: 20px;
  }

  .result-item-direction {
    top: 20px;
    right: 20px;
  }

  .results-documents {
    padding: 0 20px;
  }

  .more-button {
    padding: 0 20px;
  }

  .events-list-wrapper .listbox-title {
    font-size: 28px;
  }

  .event-item {
    padding: 20px;
  }

  .event-item-category {
    font-size: 12px;
  }

  .event-item-wrapper {
    display: block;
    /* text-align: left; */
  }

  .event-item-date {
    width: 100%;
    text-align: left;
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }

  .event-item-texts {
    width: 100%;
    display: block;
    padding: 0;
    margin-bottom: 20px;
  }

  .event-item-date-dd {
    font-size: 52px;
  }

  .event-item-additional {
    padding: 0;
    width: 100%;
  }

  .event-item-preview.event-item-preview_i {
    margin-bottom: 20px;
    height: 170px;
  }

  .event-item-address {
    max-height: initial;
  }


  .event-form-wrapper {
    padding: 32px 20px;
  }

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

  .academy-item-speakers {
    padding: 32px 20px;
  }

  .academy-item-speakers h2 {
    font-size: 28px;
  }

  .academy-speakers-item__name {
    font-size: 20px;
  }

  .academy-speakers-item__func {
    font-size: 16px;
  }

  .academy-speakers-item-image {
    width: 72px;
    height: 72px;
  }

  .academy-speakers-item__info {
    width: calc(100% - 72px);
  }

  .academy-speakers-item__text {
    font-size: 16px;
  }

  .academy-programm-list {
    padding: 32px 20px;
  }

  .academy-programm-list h2 {
    font-size: 28px;
  }

  .programm-item-title {
    font-size: 20px;
  }

  .programm-item-content {
    font-size: 16px;
  }




  .vidios-list .video-item {
    width: 100%;
    min-height: initial;
    margin: 0;
    border-right: 0px;
  }

  .vidios-list .video-item:nth-child(1) .video-item-video {
    max-width: 100%;
    max-height: initial;
  }

  .vidios-list .video-item:nth-child(1) .video-item-meta,
  .vidios-list .video-item:nth-child(7) .video-item-meta {
    position: relative;
    margin-bottom: 15px;
  }

  .vidios-list .video-item:nth-child(1) .video-item-date {
    position: relative;
    bottom: initial;
    right: initial;
    text-align: left;
  }

  .vidios-list .video-item:nth-child(1) .video-item-category {
    position: relative;
    top: initial;
    right: initial;
    width: initial;
  }

  .vidios-list .video-item:nth-child(6) .video-item-video {
    max-height: initial;
    max-width: initial;
  }

  .vidios-list .video-item:nth-child(6) .video-item-meta {
    position: relative;
    margin-bottom: 15px;
  }

  .vidios-list .video-item:nth-child(6) .video-item-date {
    bottom: initial;
    right: initial;
    position: relative;
  }

  .vidios-list .video-item:nth-child(6) .video-item-category {
    top: initial;
    right: initial;
    position: relative;
    width: initial;
  }

  .video-item .video-info,
  .video-item .video-info,
  .video-item .video-info,
  .video-item .video-info,
  .video-item .video-info,
  .video-item .video-info,
  .video-item .video-info,
  .video-item .video-info {
    width: 100%;
  }

  .vidios-list .video-item:nth-child(7) {
    width: 100%;
  }





  .project-list-item.project-list-item_academy:not(.projects-listbox-item):nth-child(3):before,
  .project-list-item.project-list-item_academy:not(.projects-listbox-item):nth-child(4):before,
  .project-list-item.project-list-item_academy:not(.projects-listbox-item):nth-child(9):before,
  .project-list-item.project-list-item_academy:not(.projects-listbox-item):nth-child(10):before {
    width: calc(100% - 40px) !important;
    max-width: calc(100% - 40px) !important;
  }

  .academy-list .project-list-item-image__wrapper {
    max-width: 100% !important;
    max-height: 305px !important;
    height: 305px !important;
    width: 100% !important;
    width: 100%;
  }

  .academy-list .project-list-item-image__wrapper {
    max-height: 305px !important;
  }

  .academy-list .project-list-item.project-list-item_academy::before {
    max-width: calc(100% - 40px) !important;
    max-height: 305px !important;
    height: 305px !important;
    width: calc(100% - 40px) !important;
    width: 100%;
  }



  .academy-list .project-list-item:not(.projects-listbox-item):nth-child(1) .project-list-item-image__wrapper,
  .academy-list .project-list-item:not(.projects-listbox-item):nth-child(10) .project-list-item-image__wrapper,
  .academy-list .project-list-item:not(.projects-listbox-item):nth-child(1):before,
  .academy-list .project-list-item:not(.projects-listbox-item):nth-child(10):before {
    margin-bottom: 20px;
  }



  .project-list-item.project-list-item_academy {
    width: calc(100% / 2) !important;
    border-right: 1px solid !important;
  }



  .project-list-item.project-list-item_academy {
    width: 100% !important;
    border-right: 0 !important;
  }

  .filter-box {
    padding: 20px;
  }

  .filter-title {
    padding: 0 20px;
    padding-bottom: 20px;
    display: block;
  }

  .filter-box-close {
    top: 11px;
    right: 13px;
  }

  .checkbox-box {
    /* width: 100%; */
    text-align: left;
    margin-right: 60px;
    /* display: block; */
  }

  .filter-itemrow {
    display: block;
  }

  .select-checkboxes-trigger {
    width: 100%;
    margin-right: 0px;
    padding-right: 0px;
  }

  .filter-type__select_checkboxes.f-item {
    margin-right: 0px;
  }

  .filter-title-caret {
    display: inline-block;
  }

  .filter-title_ {
    margin-bottom: 20px;
    display: inline-block;
  }

  .filter-type__select_checkboxes.f-item:nth-child(1) {
    z-index: 3;
  }

  .filter-type__select_checkboxes.f-item:nth-child(2) {
    z-index: 2;
  }

  .team-item_pp {
    width: 100%;
  }

  .scroll-container {
    padding: 0 20px;
  }

  .directions-slide {
    width: 100%;
    margin-bottom: 50px;
  }

  .pp-video .popup-content {
    width: 90vw;
    height: 300px;
  }

  .pp-video .pp__close {
    right: -6px;
  }

  .event-page-info .event-page-info-item:nth-child(1) {
    max-width: 50%;
    width: 50%;
    margin-right: 32px;
  }

  .event-page-info .event-page-info-item {
    width: 50%;
    max-width: 50%;
  }

  .page-news-meta__section.page-news-meta__section_nodate {
    position: relative;
    width: 100%;
  }

  .project-list-item .project-list-item_wrap:before {
    width: 100%;
    top: unset;
    bottom: 0;
    left: 0;
    height: 0px;
  }
.project-roadmap-title {font-size: 28px;}

.project-roadmap {padding: 32px 20px;font-size: 16px;}

.roadmap-item:before {width: 16px;height: 16px;}

.roadmap-item:after {left: 7px;}

.roadmap-item {padding-left: 32px;}

.roadmap-item iframe {height: 180px;}


.event-dates {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.event-date-item.event-date-end .event-item-date-dd {
    font-size: 53px;
}

.event-date-item.event-date-start .event-item-date-dd {
    font-size: 52px;
}
.news-item-text table{
      display: block;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  overflow-x: auto;
}


/*special article*/
.container.container-special-article .pageheader-direction__text {
    width: 100%;
}

.special-article-block {
    padding: 20px;
    margin-bottom: 20px;
}

.special-article-left {
    font-size: 28px;
}

.special-article-content {
    font-size: 16px;
}

.special-article-content h2, .special-article-content h3 {
    font-size: 24px;
}

.special-article-content iframe {
    width: calc(100% + 40px);
    margin-left: -20px;
    min-height: 180px;
    height: 180px;
}

.special-article-content-photos-item {
    width: 100%;
    margin-right: 0px;
}

.content-photos-image {
    height: 200px;
    min-height: 200px;
}
.special-article-content .roadmap-item-frame iframe {
    margin-left: 0;
    width: 100%;
}
/*special article end*/




/*new pages*/
.page-left-part.page-left-part_about h1 {
    font-size: 52px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 12px;
}

.news-item-content.news-item-content__about blockquote {
    font-size: 18px;
    margin: 32px 0;
    padding-left: 16px;
}

.about-directions .submenu-nav-item {
    padding: 16px;
}

.about-directions .submenu-nav-item__text {
    padding-left: 16px;
    font-size: 17px;
}
.page-left-part.page-left-part_sendidea h1 {
    font-size: 52px;
}

.page-sendidea-text-title {
    font-size: 28px;
}
.project-seasons-title {
    font-size: 28px;
}

.project-seasons-season-title {
    font-size: 12px;
    padding: 6px 10px;
    top: 10px;
    left: 10px;
}

.project-seasons-listitem {
    padding: 16px 16px 16px 0px;
}

.project-seasons-listitem:nth-child(2n+2) {
    padding-left: 16px;
}

.project-seasons-listitem-title {
    font-size: 15px;
    line-height: 1.2;
}

.footer-logos {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    flex-direction: row;
}

.footer-bottom-logo {
    margin-right: 0px;
    margin-bottom: 20px;
    width: 150px;
    max-width: 150px;
}

.teampage-item {
    width: 100%;
}

.teampage-item-image {
    width: 120px;
    height: 120px;
}

.teampage-item-name {
    font-size: 28px;
}

.teampage-item-func {
    font-size: 18px;
}


.footer {
    overflow: hidden;
}

.footer-top__linkblock:hover:after {
    transform: translateX(0px);
}


.footer-top__right_imagebox:hover .footer-top__right_link:after {
    transform: translateX(0px);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

body {

    overflow-x: hidden;
}
/*new pages end*/
}


.service_category_title {
    font-size: 32px!important;
    color: #DE5642;
}

.service_table_title {
    color: rgba(0,0,0,0.68)!important;
    font-size: 14px;
}

.service_link {
    color: #DE5642;
    text-decoration: underline;
}

.service_link:hover {
    color: #BB9B6D;
    text-decoration: underline;
}

.top-ads {
    height: 107px;
    z-index: 995;
    position: absolute;
    top: 199px;
    width: 100%;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    left: 0;
    right: 0;
}

.service_table_body tr {
    width: 50%!important;
}

.service_table_body td {
    width: 50%!important;
}


/*--------------------------------------------------------------
# Services start
--------------------------------------------------------------*/
.services .icon-box {
    box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
    padding: 15px 20px;
    transition: all ease-in-out 0.4s;
    background: #fff;
}

.services .icon-box .icon {
    margin-bottom: 10px;
}

.services .icon-box .icon i {
    color: #E04E39;
    font-size: 36px;
    transition: 0.3s;
}

.services .icon-box h4 {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 24px;
}

.services .icon-box h4 a {
    color: #623B2A;
    transition: ease-in-out 0.3s;
}

.services .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.services .icon-box:hover {
    transform: translateY(-10px);
}

.services .icon-box:hover h4 a {
    color: #E04E39;
}

#services {
    padding: 10px 0!important;
}

.btn-mfc-secondary {
    color: #fff;
    background-color: #CFA885!important;
    border-color: #CFA885!important;
    font-size: 14px;
}

.btn-mfc-secondary:hover {
    color: #fff;
    background-color: rgba(207, 168, 133, 0.75)!important;
    border-color: rgba(207, 168, 133, 0.75)!important;
    transition: 0.2s;
}

.btn-mfc-outline-primary {
    color: #E04E39;
    border-color: #E04E39;
}

.btn-mfc-outline-primary:hover, .btn-check:checked + .btn-mfc-outline-primary {
    color: #fff;
    background-color: #E04E39;
    border-color: #E04E39;
    transition: 0.2s;
}

.btn-mfc-outline-main:hover, .btn-check:checked + .btn-mfc-outline-main {
    color: #fff!important;
    background-color: #623B2A!important;
    border-color: #623B2A!important;
    transition: 0.2s!important;
}

.list-group-service-filter-item {
    padding: 0.2rem 0.2rem;
}

.service_list {
    color: rgb(102, 102, 102);
    border: 1px solid rgba(0,0,0,.125);
    padding: 1rem 2rem;
}

.list-group-item-action:focus, .list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}

.service_list div b {
    font-size: 14px;
}

.img-filter-life-situation {
    max-height: 20px;
}

.page-link {
    color: #E04E39!important;
}

.page-link:hover {
    z-index: 2;
    color: #0a58ca!important;
    background-color: #e9ecef;!important;
    border-color: #dee2e6!important;
}

.form-control:focus {
    box-shadow: none;
    border-color: #CFA885;
}

.page-item.disabled .page-link {
    color: #6c757d!important;
    pointer-events: none!important;
    background-color: #fff!important;
    border-color: #dee2e6!important;
}

.service_total_quantity {
    font-size: 14px;
    color: rgb(102, 102, 102);
}

.btn-mfc-outline-main {
    color: #623B2A;
    border-color: #623B2A;
}

.btn-mfc-outline-secondary {
    color: #CFA885;
    border-color: #CFA885;
}

.btn-mfc-outline-secondary:hover, .btn-check:checked + .btn-mfc-outline-secondary {
    color: #fff;
    background-color: #CFA885;
    border-color: #CFA885;
    transition: 0.2s;
}

.btn-mfc-outline-main:hover {
    color: #fff;
    background-color: #623B2A;
    border-color: #623B2A;
    transition: 0.2s;
}

.service-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.filter-office {
    min-width: 300px !important;
    max-height: 500px !important;
    overflow: auto;
    font-size: smaller;
}

.office-list {
    max-height: 600px;
    overflow: auto;
}

.filter-life-situation {
    min-width: 300px !important;
    max-height: 500px !important;
    overflow: auto;
}

.filter-department {
    min-width: 300px !important;
    max-height: 500px !important;
    overflow: auto;
    font-size: smaller;
}
/*--------------------------------------------------------------
# Services end
--------------------------------------------------------------*/


/*
    Service item
*/
.service_page_item {
    padding: 0!important;
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0!important;
}

.card-header-service {
    background-color: hsl(28deg 44% 67% / 60%)!important;
}

.card-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.text-primary-mfc {
    color: #E04E39;
}

h5 {
    font-size: 1.25rem;
    text-transform: none;
    color: rgb(102, 102, 102);
    font-family: "Jost", sans-serif;
}

h6 {
    font-family: "Jost", sans-serif;
    font-size: 1rem;
}

.list-group-item {
    color: rgb(102, 102, 102)!important;
}

.list-group-item a {
    color: #CA9867;
    text-decoration: none;
    transition: 0.3s;
}

.list-group-item a:hover {
    color: #E04E39;
}


table {
    width: 99%!important;
}

a:hover {
    color: #E04E39;
}

table, table td, table th {
    border: 1px solid #ababab8a!important;
    border-collapse: collapse!important;
    padding: 5px 10px!important;
}

.tab-pane {
    padding: 20px;
}

.nav-link {
    color: #6E4B3B;
}

.nav-link:hover {
    color: #F4633F;
}

.nav-link.active {
    border-radius: 0!important;
    background: #F4633F!important;
    color: #fff!important;
}


.highlight {
    background-color: #7EED72;
    font-weight: normal;
    color: black;
    padding: 2px 7px;
}

.sqr {
    background-color: transparent!important;
}

.highlight_menu {
    font-weight: 800!important;
    color: #D75745!important;
}

#calendar {
    padding: 0!important;
    width: 100%!important;
}

.vc-header {
    background: #6E4B3B!important;
    height: 50px!important;
}

.vc-wrapper {
    padding: 10px!important;
}

.vc-header button {
    color: #fff!important;
}

.vc-header__content {
    color: #fff!important;
}

.vc-arrow_next {
    margin-right: 10px;
}

.vc-arrow_next::before {
    background-image: url(../img/chev_right.svg) !important;
    transform: rotate(2deg) !important;
}

.vc-arrow_prev::before {
    background-image: url(../img/chev_right.svg) !important;
    transform: rotate(180deg) !important;
}

.vc-arrow_prev {
    margin-left: 10px;
}

.vc-date__btn {
    width: 60px!important;
    height: 60px!important;
}

[data-vc-theme="light"] .vc-date[data-vc-date-today] .vc-date__btn {
    background-color: rgba(244, 99, 63, 0.20) !important;
    color: #F4633F!important;
    font-weight: bold;
}

[data-vc-theme="light"] .vc-date[data-vc-date-selected] .vc-date__btn {
    background-color: #F4633F!important;
    font-weight: bold;
    color: #fff !important;
}

[data-vc-theme="light"] .vc-date__btn:hover {
    background-color: rgba(244, 99, 63, 0.20) !important;
    color: #F4633F!important;
}

.vc-date__popup {
    border-radius: 0;
    width: 500px;
}

.vc-date__popup div {
    font-weight: bold;
}
