@charset "UTF-8";
@font-face {
  font-family: "GTEestiProText";
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/GTEestiProText-Light.woff") format("woff"), url("/fonts/GTEestiProText-Light.woff2") format("woff2");
}
@font-face {
  font-family: "GTEestiProText";
  font-style: italic;
  font-weight: 300;
  src: url("/fonts/GTEestiProText-LightItalic.woff2") format("woff2"), url("/fonts/GTEestiProText-LightItalic.woff") format("woff");
}
@font-face {
  font-family: "GTEestiProText";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/GTEestiProText-Regular.woff2") format("woff2"), url("/fonts/GTEestiProText-Regular.woff") format("woff");
}
@font-face {
  font-family: "GTEestiProText";
  font-style: italic;
  font-weight: 400;
  src: url("/fonts/GTEestiProText-RegularItalic.woff2") format("woff2"), url("/fonts/GTEestiProText-RegularItalic.woff") format("woff");
}
@font-face {
  font-family: "GTEestiProText";
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/GTEestiProText-Medium.woff2") format("woff2"), url("/fonts/GTEestiProText-Medium.woff") format("woff");
}
@font-face {
  font-family: "GTEestiProText";
  font-style: italic;
  font-weight: 500;
  src: url("/fonts/GTEestiProText-MediumItalic.woff2") format("woff2"), url("/fonts/GTEestiProText-MediumItalic.woff") format("woff");
}
@font-face {
  font-family: "GTEestiProText";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/GTEestiProText-Bold.woff2") format("woff2"), url("/fonts/GTEestiProText-Bold.woff") format("woff");
}
@font-face {
  font-family: "GTEestiProText";
  font-style: italic;
  font-weight: 700;
  src: url("/fonts/GTEestiProText-BoldItalic.woff2") format("woff2"), url("/fonts/GTEestiProText-BoldItalic.woff") format("woff");
}
@font-face {
  font-family: "GTEestiProText-Book";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/GTEestiProText-Book.woff2") format("woff2"), url("/fonts/GTEestiProText-Book.woff") format("woff");
}
@font-face {
  font-family: "GTEestiProText-Book";
  font-style: italic;
  font-weight: 400;
  src: url("/fonts/GTEestiProText-BookItalic.woff2") format("woff2"), url("/fonts/GTEestiProText-BookItalic.woff") format("woff");
}
@font-face {
  font-family: "GTEestiProDisplay";
  font-style: normal;
  font-weight: 100;
  src: url("/fonts/GTEestiProDisplay-Thin.woff2") format("woff2"), url("/fonts/GTEestiProDisplay-Thin.woff") format("woff");
}
@font-face {
  font-family: "GTEestiProDisplay";
  font-style: italic;
  font-weight: 100;
  src: url("/fonts/GTEestiProDisplay-ThinItalic.woff2") format("woff2"), url("/fonts/GTEestiProDisplay-ThinItalic.woff") format("woff");
}
@font-face {
  font-family: "GTEestiProDisplay";
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/GTEestiProDisplay-Light.woff2") format("woff2"), url("/fonts/GTEestiProDisplay-Light.woff") format("woff");
}
@font-face {
  font-family: "GTEestiProDisplay";
  font-style: italic;
  font-weight: 300;
  src: url("/fonts/GTEestiProDisplay-LightItalic.woff2") format("woff2"), url("/fonts/GTEestiProDisplay-LightItalic.woff") format("woff");
}
@font-face {
  font-family: "GTEestiProDisplay";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/GTEestiProDisplay-Regular.woff2") format("woff2"), url("/fonts/GTEestiProDisplay-Regular.woff") format("woff");
}
@font-face {
  font-family: "GTEestiProDisplay";
  font-style: italic;
  font-weight: 400;
  src: url("/fonts/GTEestiProDisplay-RegularItalic.woff2") format("woff2"), url("/fonts/GTEestiProDisplay-RegularItalic.woff") format("woff");
}
@font-face {
  font-family: "GTEestiProDisplay";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/GTEestiProDisplay-Bold.woff2") format("woff2"), url("/fonts/GTEestiProDisplay-Bold.woff") format("woff");
}
@font-face {
  font-family: "GTEestiProDisplay";
  font-style: italic;
  font-weight: 700;
  src: url("/fonts/GTEestiProDisplay-BoldItalic.woff2") format("woff2"), url("/fonts/GTEestiProDisplay-BoldItalic.woff") format("woff");
}
@font-face {
  font-family: "GTEestiProDisplay";
  font-style: normal;
  font-weight: 800;
  src: url("/fonts/GTEestiProDisplay-UltraBold.woff2") format("woff2"), url("/fonts/GTEestiProDisplay-UltraBold.woff") format("woff");
}
@font-face {
  font-family: "GTEestiProDisplay";
  font-style: italic;
  font-weight: 800;
  src: url("/fonts/GTEestiProDisplay-UltraBoldItalic.woff2") format("woff2", url("/fonts/GTEestiProDisplay-UltraBoldItalic.woff") format("woff"));
}
:root {
  --accent: #e56720;
  --accent-hover: #ac4d18;
  /* Text */
  --text-color: #1d1d1b;
  --text-accent-100: #fab82e;
  --text-accent-200: #f47f28;
  --text-white: #fff;
  --text-grey-100: #a1a1a1;
  --text-grey-200: #8b8b8a;
  /* Background */
  --bg: #f7f7f7;
  --bg-second: #f7f7f7;
  --bg-white: #fff;
  /* Border */
  --border-white: #fff;
}
a {
  color: #e56720;
}
a:hover {
  color: #ac4d18;
}
::-webkit-input-placeholder {
  color: #666;
}
::-moz-placeholder {
  color: #666;
}
:-ms-input-placeholder {
  color: #666;
}
::-ms-input-placeholder {
  color: #666;
}
::placeholder {
  color: #666;
}

::-moz-selection {
  background-color: #e56720;
  color: #fff;
}

::selection {
  background-color: #e56720;
  color: #fff;
}

input, textarea {
  outline: none;
}
input:focus:required:invalid, textarea:focus:required:invalid {
  border-color: red;
}
input:required:valid, textarea:required:valid {
  border-color: green;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  max-width: 1920px;
  position: relative;
  font-family: "GTEestiProText";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.65;
  color: #1d1d1b;
  background-color: #f7f7f7;
  background-color: #f7f7f7;
  padding: 0;
  margin: 0 auto;
}



@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

h1, h2, h3, h4, h5 {
  margin: 0;
}

.wrapper {
  max-width: 1920px;
  margin: 0 auto;
}

.container {
  max-width: 1440px;
  padding: 0 15px;
  margin: 0 auto;
}

.container-large {
  max-width: 1650px;
  margin: 0 auto;
}

.transition {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.transition:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-outline {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.008em;
  color: #ffffff;
  padding: 14px 28px;
  border-radius: 4px;
  border: 1px solid #fff;
  text-decoration: none;
}
.btn-outline:hover {
  color: #1d1d1b;
  background-color: #fff;
}

.btn-outline-accent {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  font-weight: 700;
  font-family: "GTEestiProDisplay";
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.008em;
  color: #e56720;
  padding: 14px 49px;
  border: 1px solid #e56720;
  text-decoration: none;
}
.btn-outline-accent:hover {
  background-color: #e56720;
  color: #ffffff;
}

.section-title {
  font-weight: 700;
  font-size: 56px;
  line-height: 64px;
}

@media screen and (max-width: 900px) {
  .section-title {
    font-size: 48px;
    line-height: 56px;
  }
}
@media screen and (max-width: 700px) {
  .section-title {
    font-size: 42px;
    line-height: 50px;
  }
}
@media screen and (max-width: 500px) {
  .section-title {
    font-size: 36px;
    line-height: 42px;
  }
}
.normal-hover {
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
}
.normal-hover::before {
  opacity: 0;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  border-bottom: 2px solid #e56720;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.normal-hover:hover::before, .headmenu_item_active .normal-hover::before {
  opacity: 1;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.list-reset {
  list-style: none;
  padding: 0;
  margin: 0;
}

.link-to-all {
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  color: #1d1d1b;
}
.link-more, .hero-content__description a {
  position: relative;
  font-family: "GTEestiProDisplay";
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #f47f28;
  padding-right: 23px;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
}
.link-more::after, .hero-content__description a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 53%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(/img/dist/icons/link-more-icon.png);
  width: 16px;
  height: 5px;
}
.link-more:hover, .hero-content__description a:hover {
  color: #e56720;
}
.link-more:hover::after, .hero-content__description a:hover::after {
  background-image: url(/img/dist/icons/link-more-icon_hover.png);
}

.hero-content__description a::before {
  opacity: 0;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  border-bottom: 2px solid #e56720;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hero-content__description a:hover::before {
  opacity: 1;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


.date-badge {
  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-family: "GTEestiProDisplay";
  font-weight: 400;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.032em;
  color: #97999b;
  text-transform: uppercase;
  background-color: #fff;
  padding: 5px 20px;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.breadcrumbs a, .breadcrumbs span {
  font-family: "GTEestiProDisplay";
  font-weight: 100;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #1d1d1b;
  margin-bottom: 10px;
  /* white-space: nowrap; */
  
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
}
.breadcrumbs a::before {
  border-color: #1d1d1b;
  opacity: 0;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  border-bottom: 2px solid #e56720;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


.breadcrumbs a:hover::before { 
  opacity: 1;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}




.breadcrumbs .lesenka_separator {
  position: relative;
  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;
  margin: 0 20px 10px;
}
.breadcrumbs .lesenka_separator::before {
  content: "";
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background-color: #fff;
}

.culture-badge {
  position: absolute;
  left: 0;
  bottom: 0;
  font-family: "GTEestiProDisplay";
  color: #ffffff;
  text-align: left;
}
.culture-badge-center {
    left: 50%;
    width: 280px;
    margin-left: -140px;
}
.culture-badge__container {
  position: relative;
  padding: 30px 30px 25px;
}
.culture-badge__container::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -o-linear-gradient(228deg, #fab82e 0%, #f7452d 100%);
  background-image: linear-gradient(-138deg, #fab82e 0%, #f7452d 100%);
  opacity: 0.9;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  z-index: 1;
}
.culture-badge-center .culture-badge__container::before {
    border-radius: 4px 4px 0 0;
}
.culture-badge__header {
  position: relative;
  font-weight: 800;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 4px;
  z-index: 2;
}
.culture-badge__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          /*justify-content: space-between;*/
  font-weight: 800;
  letter-spacing: 0.056em;
  z-index: 2;
  text-transform: uppercase;
  align-items: flex-end;
  margin-bottom: 6px;
}
.culture-badge__count {
  font-size: 40px;
  line-height: 36px;
  margin-right: 10px;
}
.culture-badge__count-descr {
  font-size: 13px;
  line-height: 16px;
}
.culture-badge__description {
  position: relative;
  font-weight: 300;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.056em;
  text-transform: uppercase;
  z-index: 2;
}

.show-more {
  cursor: pointer;
  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;
  width: 210px;
  height: 56px;
  border-radius: 4px;
  background-image: url(/img/dist/icons/show-more__border.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  border: 0 solid #e56720;
}
.show-more__loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.show-more__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  
  font-size: 18px;
  color: #f7452d;
  font-weight: 500;;
  background-image: -webkit-linear-gradient(52deg, #f7452d 0%, #f7452d 40%, #fab82e 60% );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.show-more:hover {
  background-color: #fff;
  background-image: none;
  border: 1px solid #e56720;
}
.show-more:hover .show-more__loading {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.custom-list {
  padding: 60px 0;
}
.styled-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  gap: 30px;
}
.styled-list__item {
  min-height: 40px;
  position: relative;
  padding-left: 55px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
.styled-list__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-image: url(/img/dist/icons/list-check-icon.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.styled-list__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: -3px;
}
.styled-list__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  /* margin-bottom: 10px; */ /* Перенес в styled-list__text */
}
.styled-list__text {
  margin-top: 10px;
}

.quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 275px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.layout_section .quote {
    margin-top: -40px;
  margin-bottom: 60px;
}
.quote .blockquote {
  position: relative;
  max-width: 850px;
  min-height: 64px;
  font-family: "GTEestiProText-Book";
  font-size: 24px;
  line-height: 32px;
  color: #acacac;
  padding-left: 75px;
  margin: 0 auto;
}
.blockquote__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.quote .blockquote p {
  margin: 0;
}
.quote .blockquote::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 45px;
  height: 32px;
  background-image: url(/img/dist/icons/quote.png);
  background-repeat: no-repeat;
}

@media screen and (max-width: 1650px) {
  .quote {
    padding: 0 15px;
  }
}
.age-badge {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "GTEestiProDisplay";
  color: #ffffff;
  background-image: -o-linear-gradient(228deg, #fab82e 0%, #f7452d 100%);
  background-image: linear-gradient(-138deg, #fab82e 0%, #f7452d 100%);
  border-radius: 0 0 2px 2px;
  padding: 23px 25px;
  -webkit-box-shadow: 0px 8px 24px 0px rgba(237, 95, 38, 0.24), inset 0px -4px 0px 0px rgba(248, 119, 45, 0.16);
          box-shadow: 0px 8px 24px 0px rgba(237, 95, 38, 0.24), inset 0px -4px 0px 0px rgba(248, 119, 45, 0.16);
  text-transform: uppercase;
}
.age-badge__title {
  font-weight: 100;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.064em;
  white-space: nowrap;
  margin-bottom: 8px;
}
.age-badge__age {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.024em;
  white-space: nowrap;
}

.info-club__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 25px;
}

.info-club-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  gap: 30px;
}
.info-club-list__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  margin-bottom: 25px;
}
.info-club-list__text {
  font-size: 15px;
  line-height: 24px;
}

.avia-workshop-steps {
  margin-bottom: 55px;
}
.avia-workshop-steps__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 45px;
}
.avia-workshop-steps__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  gap: 30px;
}
.avia-workshop-steps__sub-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 5px;
}
.avia-workshop-steps__description {
  font-size: 15px;
  line-height: 24px;
}

.about-stats__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  gap: 30px;
}
.about-stats__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  line-height: 24px;
  background-color: #fff;
  padding: 40px 25px 30px 40px;
}
.evraz_content .about-stats__list {
  padding-left: 0;
  margin: 36px 0;
}
.evraz_content .about-stats__item {
  background-color: #f7f7f7;
  margin-bottom: 0;
  padding: 40px 25px 30px 40px;
}
.about-stats__item:nth-child(1) .about-stats__description {
  padding: 18px 0 0;
}
.about-stats__item:nth-child(2) {
  padding: 47px 25px 30px 40px;
}
.about-stats__item:nth-child(2) .about-stats__description {
  padding: 13px 0 0;
}
.about-stats__item:nth-child(3) {
  padding: 52px 25px 30px 40px;
}
.about-stats__item:nth-child(3) .about-stats__description {
  padding: 16px 0 0;
}
.about-stats__image {
  margin-right: 30px;
}
.about-stats__quote {
  max-width: 1170px;
  width: 100%;
  font-size: 18px;
  line-height: 28px;
  padding: 85px 0 60px;
  margin: 0 auto;
}

.achievements {
  padding: 60px 0;
  font-family: "GTEestiProDisplay";
}
.achievements__title {
  margin-bottom: 40px;
}
.achievements__title-desc {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #c3c3c3;
}
.achievements .show-more {
  margin-top: 65px;
}

.achievement-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  gap: 30px;
}
.achievement-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 315px;
  color: #1d1d1b;
  background-color: #fff;
  border-radius: 2px;
  text-decoration: none;
}
.achievement-card__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 330px;
          flex: 0 0 330px;
  border-radius: 2px;
  overflow: hidden;
}
.achievement-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.achievement-card__body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 35px 40px 30px 30px;
}
.achievement-card__text {
  font-size: 24px;
  max-width: 100%;
  line-height: 32px;
  overflow: hidden;
  /* include for safety */
  display: -webkit-box;
  /* setting a block element  */
  -webkit-box-orient: vertical;
  /* companion class   */
  -webkit-line-clamp: 5;
  /* number of lines  */
}
.achievement-card__place {
  position: relative;
  min-width: 210px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  font-weight: 800;
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
  background-image: -o-linear-gradient(198deg, #fab82e 0%, #f7452d 100%);
  background-image: linear-gradient(-108deg, #fab82e 0%, #f7452d 100%);
  padding: 8px 20px 8px 20px;
  border-radius: 2px;
}
.achievement-card__place-text {
  overflow: hidden;
  /* include for safety */
  display: -webkit-box;
  /* setting a block element  */
  -webkit-box-orient: vertical;
  /* companion class   */
  -webkit-line-clamp: 1;
  /* number of lines  */
}
.achievement-card__place-icon {
  flex: 0 0 24px;
  margin-right: 10px;
}
.achievement-card:hover {
  color: #1d1d1b;
  box-shadow: 0px 14px 48.97px 10.03px rgba(188, 172, 164, 0.26);
}

.afisha {
    padding: 90px 0 110px;
    
  overflow: hidden;
  background-color: #fff;
}

.layout_section .afisha {
    margin-bottom: 120px;
}

.afisha__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 35px;
}
.afisha__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.afisha__title {
  margin-right: 45px;
}

.afisha-filter {
  font-family: "GTEestiProDisplay";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.afisha-filter__item:not(:last-child) {
  margin-right: 55px;
}
.afisha-filter__link {
    cursor: pointer;
  position: relative;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  color: #fab82e;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.afisha-filter__link::before {
  opacity: 1;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #fab82e;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.afisha-filter__link:hover {
  color: #f47f28;
}
.afisha-filter__link:hover::before {
  border-bottom: 1px dashed #f47f28;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.afisha-filter__link--active {
  color: #a1a1a1;
}
.afisha-filter__link--active::before {
  opacity: 0;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  border-bottom: 1px dashed #f47f28;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.afisha-filter__link--active:hover {
  color: #f47f28;
}
.afisha-filter__link--active:hover::before {
  opacity: 1;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.afisha-slider .swiper-slide {
  position: relative;
}
.afisha-slider.swiper {
  overflow: visible;
}
.afisha-slider .swiper-slide:hover.swiper-slide-visible .slider-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}
.afisha-slider .swiper-slide .slider-desc {
  display: none;
}
.afisha-slider .swiper-slide.swiper-slide-prev {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.afisha-slider .swiper-slide.swiper-slide-prev .slider-desc {
  display: none;
}
.afisha-slider .swiper-slide.swiper-slide-prev::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(249, 249, 249, 0.8);
  z-index: 1;
}

.afisha-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  gap: 30px;
}

.afisha-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #1d1d1b;
  text-decoration: none;
  min-height: 263px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.afisha-item__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 330px;
          flex: 0 0 330px;
  background-color: #d1d1d1;
}
.afisha-item__image {
  overflow: hidden;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.afisha-item__image img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.afisha-item__content {
  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;
  background-color: #f7f7f7;
  padding: 35px 30px 30px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.afisha-slider .afisha-item__content {
  flex: 1;
}
.afisha-item__content-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.afisha-item__title {
  min-height: 64px;
  font-size: 24px;
  line-height: 32px;
  overflow: hidden;
  /* include for safety */
  display: -webkit-box;
  /* setting a block element  */
  -webkit-box-orient: vertical;
  /* companion class   */
  -webkit-line-clamp: 2;
  /* number of lines  */
  margin-bottom: 15px;
}
.afisha-item__description {
  font-size: 15px;
  line-height: 24px;
  overflow: hidden;
  /* include for safety */
  display: -webkit-box;
  /* setting a block element  */
  -webkit-box-orient: vertical;
  /* companion class   */
  -webkit-line-clamp: 3;
  /* number of lines  */
  margin-bottom: 15px;
}
.afisha-item:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.afisha-item:hover .afisha-item__content {
  background-color: #e1e1e1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.place-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 32px;
  font-family: "GTEestiProDisplay";
  font-weight: 300;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.016em;
  color: #8b8b8a;
  text-transform: uppercase;
  background-image: url(/img/dist/icons/placeholder-icon.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
}
.place-badge__content {
  overflow: hidden;
  /* include for safety */
  display: -webkit-box;
  /* setting a block element  */
  -webkit-box-orient: vertical;
  /* companion class   */
  -webkit-line-clamp: 2;
  /* number of lines  */
}

.afisha-badge {
  width: 120px;
  height: 120px;
  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: absolute;
  right: 0;
  bottom: 0;
  font-family: "GTEestiProDisplay";
  font-weight: 800;
  color: #ffffff;
  background-image: url(/img/dist/afisha/afisha-badge-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5px 15px;
  border-top-left-radius: 4px;
  -webkit-box-shadow: 0px 8px 24px 0px rgba(237, 95, 38, 0.24), inset 0px -4px 0px 0px rgba(248, 119, 45, 0.16);
          box-shadow: 0px 8px 24px 0px rgba(237, 95, 38, 0.24), inset 0px -4px 0px 0px rgba(248, 119, 45, 0.16);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.afisha-badge__day {
  font-size: 72px;
  line-height: 0.9;
  letter-spacing: 0.024em;
}
.afisha-badge__month {
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.024em;
  text-transform: uppercase;
}
.afisha-badge__time {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.024em;
  text-transform: uppercase;
}

.callback {
  padding: 35px 0 30px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}
.callback_small {
  background-image: url(/img/dist/callback/callback-bg.jpg);
}
.callback_big {
  background-image: url(/img/dist/callback/callback-bg_big.jpg);
}

.callback_big .callback-list {
  max-width: 1160px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px 30px;
  gap: 20px 30px;
}
.callback_big .callback-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.callback-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}
.callback-phone__icon {
  margin-right: 15px;
}
.callback-phone__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -5px;
}
.callback-phone__link {
  font-weight: 700;
  color: #1d1d1b;
}
.callback-phone__link:hover {
  color: #e56720;
}

.callback-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.callback-address__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}
.callback-address__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
}
.callback-address__body span {
  margin-right: 10px;
}
.callback-address__body address {
  font-style: normal;
  font-weight: 700;
}

.callback-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
}
.callback-time__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}
.callback-time__body {
  font-size: 18px;
  line-height: 24px;
}

.contacts .map {
  height: 670px;
}
.contacts__container {
  position: relative;
  background-color: #fff;
  margin-top: -235px;
  margin-bottom: -30px;
}

.page-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 0 105px;
}
.page-contact__media {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 30px;
  margin-right: 30px;
}
.page-contact__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  overflow: hidden;
}
.page-contact__image img {
  max-width: 100%;
  height: auto;
}
.contact-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.contact-content__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
.contact-content__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  margin-right: 35px;
}
.contact-content__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(10, 1fr);
  grid-gap: 30px;
  gap: 30px;
}

.contact-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-social__item:not(:last-child) {
  margin-right: 10px;
}
.contact-social__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.contacts-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  gap: 30px;
  -ms-grid-column: 1;
  -ms-grid-column-span: 6;
  grid-column: 1/7;
}
.contacts-list__item {
  max-width: 210px;
  font-family: "GTEestiProDisplay";
  font-size: 20px;
  line-height: 24px;
}
.contacts-list__phone {
  font-weight: 400;
  color: #1d1d1b;
  font-size: 20px;
  line-height: 24px;
}
.contacts-list__phone:hover {
  color: #e56720;
}
.contacts-list__description {
  font-weight: 800;
  font-size: 12px;
  line-height: 24px;
  color: #c7c7c7;
  text-transform: uppercase;
}

.contact-personal {
  -ms-grid-column: 8;
  -ms-grid-column-span: 3;
  grid-column: 8/11;
}
.contact-personal__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "GTEestiProDisplay";
}
.contact-personal__image {
  border-radius: 50%;
  margin-right: 10px;
}
.contact-personal__title {
  font-weight: 800;
  font-size: 18px;
  line-height: 24px;
}
.contact-personal__description {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #b1b1b1;
}
.contact-personal__tel {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
}
.contact-personal__phone {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #1d1d1b;
}
.contact-personal__phone:hover {
  color: #e56720;
}
.contact-personal__email {
  font-weight: 800;
  font-size: 18px;
  line-height: 32px;
  color: #1d1d1b;
  text-transform: none;
}
.contact-personal__email:hover {
  color: #e56720;
}

.creative-collectives {
  padding: 125px 0;
}
.creative-collectives__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}
.collective-filter__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2px;
  background-color: #fff;
  font-family: "GTEestiProDisplay";
  font-weight: 700;
  letter-spacing: 0.016em;
}
.collective-filter__title {
  font-size: 12px;
  line-height: 1;
  color: #d2d2d1;
  padding: 20px 20px 20px 25px;
  border-right: 1px solid #f7f7f7;
  letter-spacing: 0.016em;
  text-transform: uppercase;
}
.collective-filter__select {
  font-family: "GTEestiProDisplay";
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.016em;
  padding: 19px 85px 22px 25px;
  background-image: url(/img/dist/icons/select-dropdown-icon.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
}
.collective-filter__select option:checked {
  color: #ffffff;
  background-color: #e56720;
}
.collective-filter__select option:hover {
  color: #ffffff;
  padding: 8px;
  background: -webkit-gradient(linear, left bottom, left top, from(#ff9500), to(#ff9500));
  background: -o-linear-gradient(bottom, #ff9500 0%, #ff9500 100%);
  background: linear-gradient(bottom, #ff9500 0%, #ff9500 100%);
}

.collective-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  gap: 30px;
  margin-bottom: 65px;
}
.collective-card {
  border-radius: 4px;
  overflow: hidden;
  
  display: flex;
  
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.collective-card__image {
  max-width: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transition: all .3s ease-in-out;
}
.collective-card__image img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all .3s ease-in-out;
}
.collective-card__image:hover img {
  filter: brightness(0.6);
  transition: all .3s ease-in-out;
}
.collective-card__content {
  background-color: #fff;
  padding: 25px 30px;
  flex: 1; 
  -ms-flex: auto;
}
.collective-card__title {
  
  font-size: 20px;
  line-height: 28px;
  color: #1d1d1b;
  margin-bottom: 15px;
  overflow: hidden;
  /* include for safety */
  display: -webkit-box;
  /* setting a block element  */
  -webkit-box-orient: vertical;
  /* companion class   */
  -webkit-line-clamp: 3;
  /* number of lines  */
  text-decoration: none;
  transition: all .3s ease-in-out;
}
.collective-card__title:hover {
  color: #e56720;
  transition: all .3s ease-in-out;
}
.collective-card__description {
  min-height: 72px;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  /* include for safety */
  display: -webkit-box;
  /* setting a block element  */
  -webkit-box-orient: vertical;
  /* companion class   */
  -webkit-line-clamp: 3;
  /* number of lines  */
}
.collective-card__footer {
  display: flex;
  font-family: "GTEestiProDisplay";
  font-weight: 300;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0.024em;
  color: #8b8b8a;
  background-color: #eee;
  background-image: url(/img/dist/icons/placeholder-icon.png);
  background-repeat: no-repeat;
  background-position: left 31.5px center;
  padding: 15px 20px 15px 55px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .3s ease-in-out;
}
.collective-card__footer:hover {
  color: #8b8b8a;
  background-color: #d6d6d6;
  transition: all .3s ease-in-out;
}

.collective-age-card {
  font-family: "GTEestiProDisplay";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 270px;
  width: 100%;
  /* padding: 50px 40px 40px; */
  padding: 0px 35px 0px;
  /* border: 1px dashed #f7f7f7; */
  border-radius: 2px;
}
.collective-age-card__title {
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  color: #505050;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.collective-age-card__description {
  font-weight: 800;
  font-size: 20px;
  line-height: 26px;
  /* color: #ed5826; */
}

.page-content__right .collective-age-card {
  max-width: 280px;
  margin-bottom: 35px;
}
.join-info {
}
.collective-leader {
  font-family: "GTEestiProDisplay";
  background-color: #f7f7f7;
  padding: 40px 40px 35px;
}
.collective-leader__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.collective-leader__image {
  margin-right: 25px;
}
.collective-leader__image img {
    border-radius: 45px;
    -moz-border-radius: 45px;
    -webkit-border-radius: 45px;
}
.collective-leader__status {
  font-weight: 300;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 0.024em;
  color: #7d7d7d;
  text-transform: uppercase;
  margin-top: -3px;
}
.collective-leader__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 10px;
}
.collective-leader__description {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 10px;
}

.collective-leader_small {
  max-width: 280px;
}
.collective-leader_small .collective-leader__status {
  font-size: 12px;
}
.collective-leader_small .collective-leader__title {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 5px;
}

.leader-rewards__item:not(:last-child) {
  margin-bottom: 10px;
}
.leader-rewards__year {
  font-weight: 700;
}
.leader-rewards__description {
  font-size: 15px;
  line-height: 24px;
}

.creative-teams {
  background-color: #f7f7f7;
  padding: 65px 0;
}
.creative-teams__block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.creative-teams__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 480px;
          flex: 0 0 480px;
  padding: 65px 0;
  margin-right: 30px;
  z-index: 2;
}
.creative-teams__title {
  line-height: 72px;
  margin-top: -15px;
  margin-bottom: 35px;
}
.creative-teams__description {
  font-family: "GTEestiProText-Book";
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 55px;
}
.creative-teams__stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.creative-teams__stats-text {
  max-width: 190px;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  text-align: right;
  margin-right: 13px;
  margin-left: -7px;
}
.creative-teams__stats-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.creative-teams__stats-image img {
  max-width: 100%;
  height: auto;
}
.creative-teams__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 610px;
          flex: 0 0 610px;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 125px 0 125px 30px;
  background-color: #fff;
}
.creative-teams .decor {
  position: absolute;
  width: 100%;
  height: 100%;
}
.creative-teams .decor__bg {
  top: 13px;
  left: 29.4%;
  position: absolute;
}
.creative-teams .decor__girl {
  top: -12px;
  left: 27%;
  position: absolute;
  z-index: 2;
}
.creative-teams .decor__boy {
  top: -14px;
  left: 27%;
  position: absolute;
  z-index: 2;
}

.creative-team {
  max-width: 450px;
  width: 100%;
  z-index: 2;
}
.creative-team__item {
  margin-bottom: 4px;
}
.creative-team__icon {
  margin-right: 30px;
}
.creative-team__text {
  max-width: 280px;
  width: 100%;
  margin-top: 4px;
}
.creative-team__link {
  font-family: "GTEestiProDisplay";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  font-size: 18px;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  padding: 42px 65px 30px;
  padding: 42px 40px 30px;
  border-radius: 3px;
  border-right: 8px solid transparent;
  text-transform: uppercase;
  text-decoration: none;
}
.creative-team__link:hover {
  color: #ffffff;
}
.creative-team__link_palace-of-culture {
  background-color: #f49c03;
  border-right: 8px solid #ef7f02;
}
.creative-team__link_palace-of-culture:hover {
  background-color: #ef7f02;
  border-right: 8px solid #ef7f02;
}
.creative-team__link_cultural-center {
  background-color: #e56720;
  border-right: 8px solid #da4a13;
}
.creative-team__link_cultural-center:hover {
  background-color: #da4a13;
  border-right: 8px solid #da4a13;
}
.creative-team__link_young-technician {
  background-color: #e32112;
  border-right: 8px solid #ca0401;
}
.creative-team__link_young-technician:hover {
  background-color: #ca0401;
  border-right: 8px solid #ca0401;
}

.document-card {
  max-width: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f7f7f7;
  padding: 40px 40px 35px;
  text-decoration: none;
}
.document-card__icon {
  margin-right: 20px;
}
.document-card__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 5px;
  color: #1d1d1b;
}
.document-card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-family: "GTEestiProDisplay";
}
.document-card__info {
  font-weight: 300;
  font-size: 14px;
  line-height: 1;
  color: #bebebe;
  margin-right: 20px;
}
.document-card__link {
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  color: #e56720;
  text-transform: none;
}

.equipment__title {
  margin-bottom: 40px;
}
.equipment__description {
  max-width: 965px;
  font-size: 18px;
  line-height: 28px;
  color: #b4b4b4;
  margin-bottom: 60px;
}
.equipment-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  gap: 30px;
}
.equipment-card {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 2px;
}
.equipment-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.equipment-card__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.equipment-card__image img {
  max-width: 100%;
  height: auto;
}
.equipment-card__description {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  padding: 30px 40px;
  z-index: 2;
}
.equipment-card:hover::before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.5)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 100%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.excurtion {
  overflow: hidden;
}
.excurtion-slider.swiper {
  overflow: visible;
}
.excurtion-slider .swiper-slide {
  opacity: 0;
  transition: all .3s ease-in-out;
}
.excurtion-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
  transition: all .3s ease-in-out;
}
.excurtion-slider .swiper-slide.swiper-slide-next {
  opacity: 1;
  transition: all .3s ease-in-out;
}
.excurtion__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.excurtion__title {
  margin-right: 60px;
}
.excurtion__more.link-to-all:hover {
  color: #e56720;
}
.excurtion-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #1d1d1b;
  background-color: #fff;
}
.excurtion-card__media {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 210px;
          flex: 0 0 210px;
  height: 370px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  overflow: hidden;
}
.excurtion-card__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.excurtion-card__image img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-filter: grayscale(0.9);
          filter: grayscale(0.9);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.excurtion-card__badge {
  z-index: 3;
}
.excurtion-card__body {
  padding: 33px 70px 33px 30px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  overflow: hidden;
}
.excurtion-card__title {
  min-height: 96px;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 20px;
  overflow: hidden;
  /* include for safety */
  display: -webkit-box;
  /* setting a block element  */
  -webkit-box-orient: vertical;
  /* companion class   */
  -webkit-line-clamp: 3;
  /* number of lines  */
  transition: all .3s ease-in-out;
}
.excurtion-card__museum {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  padding-left: 30px;
  background-image: url(/img/dist/museum/museum-column-icon.png);
  background-repeat: no-repeat;
  background-position: left top 3px;
  overflow: hidden;
  /* include for safety */
  display: -webkit-box;
  /* setting a block element  */
  -webkit-box-orient: vertical;
  /* companion class   */
  -webkit-line-clamp: 1;
  /* number of lines  */
  margin-bottom: 20px;
}
.excurtion-card__description {
  font-size: 15px;
  line-height: 24px;
  overflow: hidden;
  /* include for safety */
  display: -webkit-box;
  /* setting a block element  */
  -webkit-box-orient: vertical;
  /* companion class   */
  -webkit-line-clamp: 6;
  /* number of lines  */
}
.excurtion-card:hover {
  -webkit-box-shadow: 0px 24px 64px 0px rgba(214, 214, 214, 0.48);
          box-shadow: 0px 24px 64px 0px rgba(214, 214, 214, 0.48);
}
.excurtion-card:hover .excurtion-card__image img {
  -webkit-filter: none;
          filter: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.excurtion-card:hover .excurtion-card__title {
  color: #e56720;
  transition: all .3s ease-in-out;
}
.excurtion-card:hover {
  color: #1d1d1b;
}

.excurtion-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  gap: 30px;
}

.footer {
  position: relative;
  font-family: "GTEestiProDisplay";
}
.footer__copyright {
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  color: #97999b;
  text-transform: uppercase;
}
.footer-contacts {
  background-color: #c6c6c6;
  
}
.footer_welcome .footer-contacts {
    margin-top: 30px;
}
.footer-contacts__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 0;
  align-items: center;
}
.footer-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.15;
  color: #1d1d1b;
  padding-left: 40px;
  background-image: url(/img/dist/footer/footer-phone-icon.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.footer-phone::before {
  left: 40px;
}
.footer-phone:hover {
  color: #e56720;
  background-image: url(/img/dist/footer/footer-phone-icon_hover.png);
}
.footer-phone:hover::before {
  width: calc(100% - 40px);
}

.footer-mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.15;
  color: #1d1d1b;
  padding-left: 40px;
  background-image: url(/img/dist/footer/footer-mail-icon.png);
  background-repeat: no-repeat;
  background-position: left center;
  text-transform: none;
}
.footer-mail::before {
  left: 40px;
}
.footer-mail:hover {
  color: #e56720;
  background-image: url(/img/dist/footer/footer-mail-icon_hover.png);
}
.footer-mail:hover::before {
  width: calc(100% - 40px);
}

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-social__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  margin-right: 15px;
}
.footer-social__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-social__item:not(:last-child) {
  margin-right: 10px;
}
.footer-social__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-repeat: no-repeat;
}
.footer-social__link_vk {
  width: 29px;
  height: 17px;
  background-image: url(/img/dist/footer/vk.png);
}
.footer-social__link_vk:hover {
  background-image: url(/img/dist/footer/vk_hover.png);
}
.footer-social__link_facebook {
  width: 25px;
  height: 25px;
  background-image: url(/img/dist/footer/facebook.png);
}
.footer-social__link_facebook:hover {
  background-image: url(/img/dist/footer/facebook_hover.png);
}
.footer-social__link_youtube {
  width: 33px;
  height: 23px;
  background-image: url(/img/dist/footer/youtube.png);
}
.footer-social__link_youtube:hover {
  background-image: url(/img/dist/footer/youtube_hover.png);
}
.footer-social__link_instagramm {
  width: 25px;
  height: 25px;
  background-image: url(/img/dist/footer/instagram.png);
}
.footer-social__link_instagramm:hover {
  background-image: url(/img/dist/footer/instagram_hover.png);
}
.footer-social__link_odnoklassniki {
  width: 14px;
  height: 24px;
  background-image: url(/img/dist/footer/odnoklassniki.png);
}
.footer-social__link_odnoklassniki:hover {
  background-image: url(/img/dist/footer/odnoklassniki_hover.png);
}

.footer-social__link_tg {
  width: 29px;
  height: 24px;
  background-image: url(/img/dist/footer/tg.png);
}
.footer-social__link_tg:hover {
  background-image: url(/img/dist/footer/tg_hover.png);
}

.footer-bottom__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 23px 0;
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-nav__item:not(:last-child) {
  margin-right: 45px;
}
.footer-nav__link {
  font-weight: 800;
  font-size: 12px;
  line-height: 1;
  color: #1d1d1b;
  text-transform: uppercase;
}
.footer-nav__link:hover {
  color: #e56720;
}

.developers {
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  color: #97999b;
  text-transform: uppercase;
}
.developers__link {
  color: #97999b;
  
}
.developers__link:hover {
  color: #e56720;
}

.head-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.head-nav__item:not(:last-child) {
  margin-right: 30px;
}
.head-nav__link {
  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;
  font-size: 24px;
  line-height: 1;
  color: #ffffff;
  padding: 14px 25px;
  border: 1px dashed #fff;
  border-radius: 2px;
  text-decoration: none;
  margin-bottom: 30px;
}
.head-nav__link--active {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.16);
}
.head-nav__link:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.header-nav {
  background-color: #fff;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
}
.nav__item:not(:last-child) {
  margin-right: 35px;
}
.nav__link {
  font-weight: 700;
  font-size: 13px;
  color: #1d1d1b;
}
.nav__link:hover {
  color: #e56720;
}

.header-search {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  font-weight: 700;
  font-size: 13px;
  background-color: #f7f7f7;
  padding: 5px 33px;
  border-radius: 3px;
  text-transform: uppercase;
}
.header-search__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}
.header-search__text {
  padding-top: 3px;
}
.header-search:hover {
  background-color: #dedede;
}

.mobile-menu {
  cursor: pointer;
  display: none;
  fill: #e56720;
}
.mobile-menu:hover {
  fill: #ac4d18;
}

.info-block {
  padding: 85px 0;
  /*background-color: yellow;*/
}

.layout_news_card .info-block {
    padding-top: 0;
}

.info-block__contaniner {
    /*background-color: red;*/
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(14, 1fr);
  grid-gap: 30px;
  gap: 30px;
}
.info-block__contaniner.nogalery_list {
    -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.info-block__contaniner.nonews_list {
  display: flex;
  padding-top: 60px;
}
.nonews_list .info-block__photo {
  grid-column: auto;
  max-width: 1440px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.nogalery_list .info-block__news {
  grid-column: auto;
  max-width: 1650px;
  width: 100%;
  padding: 60px 0;
  margin: 0 auto;
}
.nogalery_list .info-news__container {
  max-width: 1440px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.nogalery_list .info-news__list .news-item {
  display: flex;
}
.nogalery_list .info-news__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  gap: 30px;
}
.nogalery_list .news-item__content {
  flex: 1;
}
.info-block__news {
  -ms-grid-column: 1;
  -ms-grid-column-span: 11;
  grid-column: 1/7;
}
.info-block__photo {
    max-width: 100%;
  -ms-grid-column: 13;
  -ms-grid-column-span: 27;
  grid-column: 7/14;
}

.info_events_carusel {
    margin-bottom: 50px;
}

.info_events_carusel_mob {
    display: none;
}

.info-news {
  background-color: #fff;
  padding: 95px 120px;
}
.info-news__container {
  max-width: 450px;
}
.info-news__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.info-news__title {
  margin-bottom: 25px;
}
.info-news__list .news-item {
  display: none;
}
.info-news__list .news-item:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info-events {
    padding: 95px 80px 95px 120px;
}

.info-events .info-news__container {
    max-width: 490px;
}

.nogalery_list .info-events .info-news__container {
    max-width: 1440px;
}

.info-news .afisha-item {
    min-height: auto;
}

.info-news .afisha-item__media {
    -ms-flex: 0 0 260px;
    flex: 0 0 260px;
}



.info-photo {
  padding: 95px 0 75px;
}
.info-photo__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.info-photo__title {
  margin-bottom: 25px;
}
.info-slider__slide img {
  max-width: 100%;
  height: auto;
}
.info-slider__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.info-slider__image img {
  max-width: 100%;
  height: auto;
}
.info-slider__image::before {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(29, 29, 27, 0.72);
  mix-blend-mode: multiply;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/*.info-slider__image::after {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(/plugins/swiper/icon/link-open.png);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}*/
.info-slider__image:hover {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.info-slider__image:hover::before {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.info-slider__image:hover::after {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.info-slider .slider-nav {
  margin-top: -35px;
}
.info-slider-full__image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.info-slider-full__image img {
  max-width: 100%;
  height: auto;
}
.info-slider-full__image::before {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(29, 29, 27, 0.72);
  mix-blend-mode: multiply;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.info-slider-full__image:hover {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.info-slider-full__image:hover::before {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.info-slider-full__descr {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px 30px;
  z-index: 3;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.info-slider-full__descr-item {
  position: relative;
  z-index: 2;
}
.info-slider-full__name {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  overflow: hidden;
  /* include for safety */
  display: -webkit-box;
  /* setting a block element  */
  -webkit-box-orient: vertical;
  /* companion class   */
  -webkit-line-clamp: 3;
  /* number of lines  */
  margin-bottom: 22px;
}
.info-slider-full__more {
  padding: 10px 15px;
}
.info-slider__image:hover .info-slider-full__descr {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;

}

.institutional-structure {
  background-color: #f7f7f7;
}
.institutional-structure_page {
  padding: 30px 0 30px;
}
.institutional-structure__title {
  margin-bottom: 50px;
}

.structure-block {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  gap: 30px;
}

.structure-block__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  color: #1d1d1b;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 60px 70px;
  border-radius: 4px;
  text-transform: uppercase;
  text-decoration: none;
}
.structure-block__link::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(251, 251, 251, 0.88);
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.structure-block__link:hover {
  color: #1d1d1b;
}
.structure-block__link:hover::before {
  background-color: rgba(251, 251, 251, 0.7);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.structure-block__link_sport {
  background-image: url(/img/sections/sport_welcome.jpg);
}
.structure-block__link_kc {
  background-image: url(/img/sections/kc_welcome.jpg);
}
.structure-block__link_muzei {
  background-image: url(/img/sections/muzei_welcome.jpg);
}
.structure-block__link_dk {
  background-image: url(/img/sections/dk_welcome.jpg);
}
.structure-block__link_club {
  background-image: url(/img/sections/club_welcome.jpg);
}
.structure-block__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  z-index: 2;
}
.structure-block__icon {
  margin-right: 25px;
}
.structure-stat {
  font-family: "GTEestiProDisplay";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  color: #ffffff;
  background-image: url(/img/dist/institutional-structure/structure-block__stats.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 60px 30px;
  border-radius: 4px;
}
.structure-stat__item:not(:last-child) {
  margin-right: 20px;
}
.structure-stat__header {
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.structure-stat__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.structure-stat__count-number {
  font-weight: 800;
  font-size: 56px;
  line-height: 1;
  letter-spacing: 0.006em;
  text-transform: uppercase;
}
.structure-stat__count-number-desc {
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.004em;
  text-transform: uppercase;
  margin-left: 8px;
}
.structure-stat__desc {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.056em;
  text-transform: uppercase;
  text-align: right;
}

.layout_welcome .photo-slider {
  padding: 160px 0 60px;
}
.layout_welcome .institutional-structure {
  padding: 45px 0 130px;
}
.layout_welcome .afisha {
  padding: 120px 0 85px;
}
.layout_welcome .news {
  padding: 120px 0 138px;
  margin-bottom: -53px;
}

.about-page__title {
  font-size: 32px;
  line-height: 64px;
}

.about-hero {
  position: relative;
  background-image: url(/img/dist/hero/about-hero.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 65px 0 30px;
  margin-bottom: 45px;
}
.about-hero::before {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(229, 103, 32, 0.65);
  z-index: 1;
}
.about-hero .breadcrumbs {
  margin-bottom: 40px;
}
.about-hero .breadcrumbs span,
.about-hero .breadcrumbs a {
  color: #ffffff;
}
.about-hero .breadcrumbs a::before {
  border-color: #fff;
}
.about-hero__content {
  position: relative;
  z-index: 2;
}
.about-hero__title {
  color: #ffffff;
  margin-bottom: 50px;
}
.about-hero__description {
  max-width: 1160px;
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  margin-bottom: 55px;
}
.about-hero__nav {}
.page-hero .about-hero__nav {
    margin-top: 30px;
}

.layout_about .about-hero {
  padding: 65px 0 35px;
}
.layout_about .about-hero__title {
  margin-bottom: 40px;
}

.layout_about .welcome-hero {
  padding: 125px 0 115px;
}
.layout_about .welcome-hero .breadcrumbs {
  margin-bottom: 60px;
}
.layout_about .welcome-hero .breadcrumbs a, .layout_about .welcome-hero .breadcrumbs span {
  color: #ffffff;
}
.layout_about .welcome-hero .breadcrumbs a::before {
  border-color: #fff;
}
.layout_about .welcome-hero .welcome-hero__title {
  margin-bottom: 50px;
}
.layout_about .welcome-hero .welcome-hero__content {
  max-width: 780px;
}
.layout_about .welcome-hero .welcome-hero__title {
  max-width: 620px;
}
.layout_about .welcome-hero .welcome-hero__description {
  max-width: 780px;
  margin-bottom: 0;
}
.layout_about .institutional-structure {
  padding: 30px 0 100px;
}
.layout_section_kak .page-content {
  padding: 0 0 120px;
}
.layout_section_kak .page-content__text {
  font-weight: 400;
}
.layout_section_kak .page-content__media {
  margin-bottom: 125px;
}
.layout_section_kak .page-content__list {
  margin-top: 50px;
}
.layout_section_kak .page-content__list .page-content__title {
  margin-bottom: 25px;
}
.layout_section_kak .page-content .styled-list {
  max-width: 640px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 40px;
  gap: 40px;
  margin-bottom: 60px;
}
.layout_section_kak .page-content .styled-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 50px;
  min-height: 32px;
}
.layout_section_kak .page-content .styled-list__item::before {
  width: 32px;
  height: 32px;
}
.layout_section_kak .page-content .styled-list__body {
  margin-top: 0;
}
.layout_section_kak .info-list {
  margin-bottom: 115px;
}
.layout_museum .page-hero {
  margin-bottom: 75px;
}
.layout_section .info-block {
  padding: 0 0 125px 0;
}
.layout_section .creative-collectives {
  padding: 0 0 125px 0;
}
.layout_section .evraz_content {
  margin-bottom: 125px;
}
.layout_section .excurtion { 
  margin-bottom: 100px;
}
.layout_muzei .excurtion {
  margin-bottom: 100px;
}
.layout_muzei .callback {
  margin-bottom: 100px;
}
.layout_muzei .photo-slider {
  margin-bottom: 100px;
}
.layout_excursion .evraz_content {
  margin-bottom: 125px;
}
.layout_excursion .callback {
  margin-bottom: 125px;
}
.museum-info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.museum-info-block__description {
  max-width: 640px;
  width: 100%;
  padding: 80px 0 100px;
  background-color: #fff;
  background-image: url(/img/dist/museum/museum-info-block.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-right: 30px;
}
.museum-info-block__text {
  max-width: 930px;
  padding-right: calc((100% - 1410px) / 2);
  margin-top: -7px;
}
.museum-info-block__text h2 {
  max-width: 620px;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 20px;
}
.museum-info-block__text p {
  font-size: 18px;
  line-height: 32px;
  margin: 0;
}
.museum-info-block__text p:not(:last-child) {
  margin: 0;
  margin-bottom: 10px;
}

.museum-info-desc {
  max-width: 460px;
  padding: 0 30px;
  margin: 0 auto;
}
.museum-info-desc__title {
  font-size: 700px;
  font-size: 24px;
  line-height: 1.2;
  color: #a1a1a1;
  margin-bottom: 65px;
}
.museum-info-desc__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 80px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 90px 80px;
  gap: 90px 80px;
}
.museum-info-desc__icon {
  height: 64px;
  margin-bottom: 20px;
}
.museum-info-desc__text {
  line-height: 24px;
}

.news {
  overflow: hidden;
  background-color: #fff;
}
.news__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 35px;
}
.news__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.news__title {
  margin-right: 45px;
}
.news-filter {
  font-family: "GTEestiProDisplay";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-filter__item:not(:last-child) {
  margin-right: 55px;
}
.news-filter__link {
    cursor: pointer;
  position: relative;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  color: #fab82e;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.news-filter__link::before {
  opacity: 1;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #fab82e;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.news-filter__link:hover {
  color: #f47f28;
}
.news-filter__link:hover::before {
  border-bottom: 1px dashed #f47f28;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.news-filter__link--active {
  color: #a1a1a1;
}
.news-filter__link--active::before {
  opacity: 0;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  border-bottom: 1px dashed #f47f28;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.news-filter__link--active:hover {
  color: #f47f28;
}
.news-filter__link--active:hover::before {
  opacity: 1;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.news-slider.swiper {
  overflow: visible;
}
.news-slider__slide_text.swiper-slide {
  max-width: 450px;
  width: 100%;
}
.news-slider__slide_image.swiper-slide {
  max-width: 930px;
  width: 100%;
}
.news-slider .slider-nav {
  margin-right: 40px;
}

.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  min-height: 250px;
  max-height: 250px;
}
.news-item_none-image {
  max-width: 450px;
}
.news-item__image {
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 450px;
          flex: 0 0 450px;
  position: relative;
  transition: all .3s ease-in-out;
}
.news-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all .3s ease-in-out;
}
.news-item__image::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(116, 116, 116, 0.88);
  mix-blend-mode: multiply;
  z-index: 3;
}
.news-item__image:hover img {
  transform: scale(1.1);
  transition: all .3s ease-in-out;
  z-index: 2;
}
.news-item__content {
  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;
  background-color: #f7f7f7;
  padding: 35px 40px 43px 30px;
  flex: 1;
}
.news-item__title {
  font-weight: 400;
  color: #1d1d1b;
  font-size: 24px;
  line-height: 32px;
  overflow: hidden;
  /* include for safety */
  display: -webkit-box;
  /* setting a block element  */
  -webkit-box-orient: vertical;
  /* companion class   */
  -webkit-line-clamp: 4;
  /* number of lines  */
  text-decoration: none;
}
.news-item__title:hover {
  color: #e56720;
}

.news-item__anons {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px
}

.news-item__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.our-team {
  padding: 60px 0;
}
.our-team__title {
  margin-bottom: 50px;
}
.our-team .about-page__sub-title {
  margin-bottom: 40px;
}
.our-team__title-desc {
  font-size: 18px;
  line-height: 28px;
  color: #b4b4b4;
}
.our-team .show-more {
  margin-top: 85px;
}

.team-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 45px 30px;
  gap: 45px 30px;
}
.team-list__item {
    cursor: pointer;
}

.team-list__item:hover {
    box-shadow: 0px 14px 48.97px 10.03px rgba(188, 172, 164, 0.26);
}

.team-list__item:hover .team-card__title {
    color: #e56720;
}

.team-card__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.team-card__image img {
  max-width: 100%;
  height: auto;
}
.team-card__body {
  padding: 20px 30px;
}
.team-card__title {
  font-size: 24px;
  line-height: 32px;
  min-height: 64px;
  margin-bottom: 15px;
  overflow: hidden;
  /* include for safety */
  display: -webkit-box;
  /* setting a block element  */
  -webkit-box-orient: vertical;
  /* companion class   */
  -webkit-line-clamp: 2;
  /* number of lines  */
}
.team-card__description {
  font-size: 15px;
  color: #4e4e4e;
}
.team-card__description a[href^="tel:"] {
  position: relative;
  color: #4e4e4e;
  text-decoration: none;
  white-space: nowrap;
}
.team-card__description a[href^="tel:"]::before {
  opacity: 0;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  border-bottom: 2px solid #e56720;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-card__description a[href^="tel:"]:hover::before {
  opacity: 1;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-card__description a[href^="mailto:"] {
  font-weight: 700;
  position: relative;
  color: #4e4e4e;
  text-decoration: none;
}
.team-card__description a[href^="mailto:"]::before {
  opacity: 0;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  border-bottom: 2px solid #e56720;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-card__description a[href^="mailto:"]:hover::before {
  opacity: 1;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.page-hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 160px;
}
.page-hero--custom {
  position: relative;
}
.page-hero--custom::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(171, 75, 23, .3);
  backdrop-filter: blur(5px) brightness(0.9) contrast(0.9);
}
.page-hero--custom .page-hero__container {
  position: relative;
}
.page-hero_short .hero-content__body {
  max-width: 810px;
}
.page-hero_wide .hero-content__body {
  max-width: 930px;
}
.page-hero__container {
  max-width: 1680px;
  padding: 125px 15px 0;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(14, 1fr);
  grid-gap: 30px;
  gap: 30px;
}
.page-hero__nav {
  -ms-grid-column: 1;
  -ms-grid-column-span: 9;
  grid-column: 1/6;
  margin-bottom: -65px;
}
.page-hero__content {
  -ms-grid-column: 11;
  -ms-grid-column-span: 27;
  grid-column: 6/15;
}

.hero-nav {
  max-width: 400px;
  border-radius: 2px;
  background: #e56720;
  background-image: url(/img/dist/hero/hero-nav-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-box-shadow: 0px 24px 88px 0px rgba(237, 95, 38, 0.4);
          box-shadow: 0px 24px 88px 0px rgba(237, 95, 38, 0.4);
}
.hero-nav__item:not(:last-child) .hero-nav__link {
  border-bottom: 1px solid #f09228;
}
.hero-nav__item:not(:last-child) .hero-nav__link:hover {
  border-bottom: 1px solid #f4a12a;
}
.hero-nav__item:not(:last-child) .hero-nav__link_active {
  border-bottom: 1px solid #f4a12a;
}
.hero-nav__link {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "GTEestiProDisplay";
  font-weight: 800;
  font-size: 18px;
  color: #ffffff;
  padding: 25px 30px 25px 120px;
  text-transform: uppercase;
  text-decoration: none;
}
.hero-nav__link:hover {
  background-color: #f4a12a;
  color: #e56720;
}
.hero-nav__link_active {
  background-color: #f4a12a;
  color: #e56720;
}

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 0 65px 0;
}
.hero-content__header {
  margin-bottom: 55px;
}
.hero-content__header .breadcrumbs a, .hero-content__header .breadcrumbs span {
  color: #ffffff;
}
.hero-content__header .breadcrumbs a::before {
  border-color: #ffffff;
}
.hero-content__title {
  line-height: 72px;
  color: #ffffff;
  margin-bottom: 30px;
}
.hero-content__sub-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 50px;
}
.hero-content__description {
  font-size: 24px;
  line-height: 40px;
  color: #ffffff;
}
.hero-content__description p {
  line-height: 36px;
  margin: 0;
}
.hero-content__description p:not(:last-child) {
  margin-bottom: 10px;
}
.hero-content__description a {
  color: #e56720;
}
.hero-content__description a::before {
  border-color: #ffffff;
}
.hero-content__description a:hover {
  color: #ffffff;
}
.hero-content__description a:hover::after {
  background-image: url(/img/dist/icons/link-more-icon_hover-white.png);
}

.page-socials {
  padding: 60px 0;
}
.socials-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  gap: 30px;
}
.socials-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "GTEestiProDisplay";
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  color: #1d1d1b;
  background-color: #fff;
  text-decoration: none;
  background-repeat: no-repeat;
  padding: 25px 40px 25px 60px;
  border-radius: 4px;
}
.socials-list__link_site {
  background-image: url(/img/dist/socials/site-icon.png);
  background-position: left 22px center, center;
}
.socials-list__link_site:hover {
  background-image: url(/img/dist/socials/site-icon_white.png), -o-linear-gradient(198deg, #fab82e 0%, #f7452d 100%);
  background-image: url(/img/dist/socials/site-icon_white.png), linear-gradient(-108deg, #fab82e 0%, #f7452d 100%);
}
.socials-list__link_vk {
  background-image: url(/img/dist/socials/vk-icon.png);
  background-position: left 22px center, center;
}
.socials-list__link_vk:hover {
  background-image: url(/img/dist/socials/vk-icon_white.png), -o-linear-gradient(198deg, #fab82e 0%, #f7452d 100%);
  background-image: url(/img/dist/socials/vk-icon_white.png), linear-gradient(-108deg, #fab82e 0%, #f7452d 100%);
}
.socials-list__link_facebook {
  background-image: url(/img/dist/socials/facebook-icon.png);
  background-position: left 22px center, center;
}
.socials-list__link_facebook:hover {
  background-image: url(/img/dist/socials/facebook-icon_white.png), -o-linear-gradient(198deg, #fab82e 0%, #f7452d 100%);
  background-image: url(/img/dist/socials/facebook-icon_white.png), linear-gradient(-108deg, #fab82e 0%, #f7452d 100%);
}
.socials-list__link_youtube {
  background-image: url(/img/dist/socials/youtube-icon.png);
  background-position: left 22px center, center;
  padding: 25px 40px 25px 70px;
}
.socials-list__link_youtube:hover {
  background-image: url(/img/dist/socials/youtube-icon_white.png), -o-linear-gradient(198deg, #fab82e 0%, #f7452d 100%);
  background-image: url(/img/dist/socials/youtube-icon_white.png), linear-gradient(-108deg, #fab82e 0%, #f7452d 100%);
}
.socials-list__link_ok {
  background-image: url(/img/dist/socials/ok-icon.png);
  background-position: left 24px center, center;
}
.socials-list__link_ok:hover {
  background-image: url(/img/dist/socials/ok-icon_white.png), -o-linear-gradient(198deg, #fab82e 0%, #f7452d 100%);
  background-image: url(/img/dist/socials/ok-icon_white.png), linear-gradient(-108deg, #fab82e 0%, #f7452d 100%);
}
.socials-list__link_instagram {
  background-image: url(/img/dist/socials/instagram-icon.png);
  background-position: left 22px center, center;
}
.socials-list__link_instagram:hover {
  background-image: url(/img/dist/socials/instagram-icon_white.png), -o-linear-gradient(198deg, #fab82e 0%, #f7452d 100%);
  background-image: url(/img/dist/socials/instagram-icon_white.png), linear-gradient(-108deg, #fab82e 0%, #f7452d 100%);
}
.socials-list__link:hover {
  color: #ffffff;
  text-decoration: none;
}

.page {
  padding: 75px 0 60px;
}
.page .breadcrumbs {
  margin-bottom: 60px;
}
.page .breadcrumbs a, .page .breadcrumbs span {
  font-weight: 300;
}
.page .breadcrumbs .lesenka_separator::before {
  background-color: #1d1d1b;
}
.page__title {
  margin-bottom: 50px;
}
.custom-list {
  padding: 85px 0;
}
.custom-list .styled-list {
  grid-gap: 65px 30px;
  gap: 65px 30px;
}
.custom-list .styled-list__body {
  margin-top: 6px;
}

.page-content {
  background-color: #fff;
  margin-bottom: 40px;
  padding: 120px 0 120px;
}
.page-content__media {
  min-height: 250px;
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
.page-content__media img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page-content_with-slider {
  margin-top: -115px;
  padding: 185px 0 115px;
}
.page-content__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-content__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  margin-top: -3px;
}
.page-content__text p {
  margin: 0;
  text-indent: 30px;
}
.page-content__text p:not(:last-child) {
  margin-bottom: 10px;
}
.page-content__left {
  max-width: 960px;
  margin-right: 30px;
}
.page-content__right {
  max-width: 330px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 330px;
          flex: 0 0 330px;
}
.join-btn {
  max-width: 260px;
  width: 100%;
  font-family: "GTEestiProDisplay";
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: -moz-linear-gradient( -108deg, #fab82e 0%, #f7452d 100%);
  background-image: -webkit-linear-gradient( -108deg, #fab82e 0%, #f7452d 100%);
  background-image: -ms-linear-gradient( -108deg, #fab82e 0%, #f7452d 100%);
  padding: 10px 10px;
  border-radius: 3px;
  text-decoration: none;
}
.join-btn:hover {
  color: #ffffff;
  background-image: -moz-linear-gradient( -108deg, #f7452d 0%, #fab82e 100%);
  background-image: -webkit-linear-gradient( -108deg, #f7452d 0%, #fab82e 100%);
  background-image: -ms-linear-gradient( -108deg, #f7452d 0%, #fab82e 100%);
}
.page-content__right .join-btn {
  margin: 0 auto 40px;
}
.page-content__list {
  margin-top: 90px;
}
.page-content .styled-list {
  grid-gap: 55px 120px;
  gap: 55px 120px;
}
.page-content__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 45px;
}

.page-content_reverse .page-content__container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.page-content_reverse .page-content__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 280px;
          flex: 0 0 280px;
  margin-right: 30px;
}
.page-content_reverse .page-content__right .collective-age-card {
  margin-bottom: 100px;
}
.page-content_reverse .page-content__left {
  /* max-width: 930px; */
  margin-right: 0;
}

.info-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  gap: 30px;
}
.info-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.info-list__icon {
  margin-right: 20px;
}
.info-list__text {
  /* max-width: 250px; */
  font-size: 300px;
  font-size: 18px;
  line-height: 28px;
}
.info-list__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 18px;
  line-height: 28px;
  color: #1d1d1b;
}
.info-list__link.normal-hover::before {
  bottom: 0;
}
.info-list__link:hover {
  color: #e56720;
}

.photo-gallery__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  gap: 30px;
}
.photo-gallery__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
.photo-gallery__link:hover::after {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.photo-gallery__link:hover::before {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.photo-gallery__link::before {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(29, 29, 27, 0.72);
  mix-blend-mode: multiply;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.photo-gallery__link::after {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(/plugins/swiper/icon/link-open.png);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.photo-gallery__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.photo-gallery__image img {
  max-width: 100%;
  height: auto;
}

.photo-slider {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.photo-slider__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 30px;
}
.photo-slider__header .photo-slider__more {
  margin-left: auto;
}
.photo-slider__title {
  margin-right: 45px;
}
.photo-slider__desc {
  max-width: 950px;
  font-size: 18px;
  line-height: 28px;
  color: #c3c3c3;
  margin-bottom: 35px;
}
.photo-slider__wrapper.swiper {
  overflow: visible;
}
.photo-slider__wrapper .swiper-slide:hover.swiper-slide-visible .slider-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  transition: all .3s ease-in-out;
}
.photo-slider__wrapper .swiper-slide:hover.swiper-slide-visible .slider-desc::before {
  opacity: 1;
  transition: all .3s ease-in-out;
}
.photo-slider__wrapper .swiper-slide .slider-desc {
  display: none;
}
.photo-slider__wrapper .swiper-slide.swiper-slide-prev {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.photo-slider__wrapper .swiper-slide.swiper-slide-prev .slider-desc {
  display: none;
}
.photo-slider__wrapper .swiper-slide.swiper-slide-prev::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(249, 249, 249, 0.8);
  z-index: 1;
}
.photo-slider__wrapper .swiper-slide .photo-slider__image::after {
  display: none;
}
.photo-slider__wrapper .swiper-slide-visible .photo-slider__image::after {
  display: block;
}
.photo-slider__slide {
  display: flex;
  position: relative;
}
.photo-slider__image {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
.photo-slider__image img::selection {
  background-color: transparent;
}

.photo-slider__image img {
    width: 100%;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.photo-slider__image::before {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(29, 29, 27, 0.72);
  mix-blend-mode: multiply;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.photo-slider__image::after {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(/plugins/swiper/icon/link-open.png?t=1);
  background-repeat: no-repeat;
  background-position: center;
  
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.welcome_galery .photo-slider__image::after {
    content: none;
}

.photo-slider__image:hover {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.photo-slider__image:hover::before {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.photo-slider__image:hover::after {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.photo-slider-nav {
  position: relative;
}
.slider-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: -25px;
}
.slider-nav__icon {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider-nav .swiper-button-prev.swiper-button-lock,
.slider-nav .swiper-button-next.swiper-button-lock {
  display: none;
}
.slider-nav .swiper-button-next.swiper-button-disabled, 
.slider-nav .swiper-button-prev.swiper-button-disabled {
  pointer-events: initial;
}
.slider-nav .swiper-button-prev,
.slider-nav .swiper-button-next {
  outline: none;
  position: relative;
  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;
  top: auto;
  left: auto;
  right: auto;
  width: 72px;
  height: 72px;
  margin-top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slider-nav .swiper-button-prev:hover,
.slider-nav .swiper-button-next:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slider-nav .swiper-button-prev::after,
.slider-nav .swiper-button-next::after {
  display: none;
}
.slider-nav .swiper-button-prev.swiper-button-disabled,
.slider-nav .swiper-button-next.swiper-button-disabled {
  opacity: 1;
}
.slider-nav .swiper-button-prev {
  background-color: #fab82e;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.slider-nav .swiper-button-prev:hover {
  background-color: #e1a629;
}
.slider-nav .swiper-button-prev.swiper-button-disabled {
  /* background-color: #fccd6d; */
  background-color: #dee2e6;
  opacity: 1;
}
.slider-nav .swiper-button-next {
  background-color: #e56720;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.slider-nav .swiper-button-next:hover {
  background-color: #ce5d1d;
}
.slider-nav .swiper-button-next.swiper-button-disabled {
  /* background-color: #ed9563; */
  background-color: #dee2e6;
  opacity: 1;
}

.slider-desc {
  display: none;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 60px 40px;
  z-index: 3;
  transition: all .3s ease-in-out;
}
.slider-desc::before {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(29, 29, 27, 0.72);
  mix-blend-mode: multiply;
  z-index: 1;
  transition: all .3s ease-in-out;
}
.slider-desc__item {
  position: relative;
  z-index: 2;
}
.slider-desc__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  overflow: hidden;
  /* include for safety */
  display: -webkit-box;
  /* setting a block element  */
  -webkit-box-orient: vertical;
  /* companion class   */
  -webkit-line-clamp: 3;
  /* number of lines  */
  margin-bottom: 22px;
}
.slider-desc__text {
  font-family: "GTEestiProText-Book";
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  overflow: hidden;
  /* include for safety */
  display: -webkit-box;
  /* setting a block element  */
  -webkit-box-orient: vertical;
  /* companion class   */
  -webkit-line-clamp: 4;
  /* number of lines  */
  margin-bottom: 33px;
}

.services {
  padding: 30px 0;
}
.services__title {
  margin-bottom: 50px;
}
.service {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  gap: 30px;
}
.service__item {
  border-radius: 2px;
}
.service__link {
  position: relative;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-radius: 2px;
  text-decoration: none;
}
.service__link::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service__link:hover::before {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.4)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.service__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.service__image img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.service__content {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  padding: 30px 40px;
  min-height: 64px;
  z-index: 2;
}
.service__text {
  overflow: hidden;
  /* include for safety */
  display: -webkit-box;
  /* setting a block element  */
  -webkit-box-orient: vertical;
  /* companion class   */
  -webkit-line-clamp: 9;
  /* number of lines  */
  transition: all .3s ease-in-out;
}
.service__description {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden; /* include for safety */
  display: -webkit-box; /* setting a block element  */
  -webkit-box-orient: vertical; /* companion class   */
  -webkit-line-clamp: 4; /* number of lines  */
  opacity: 0;
  height: 0;
  margin-top: 0;
  transition: all .3s ease-in-out;
}
.service__link:hover .service__description {
  margin-top: 20px;
  opacity: 1;
  height: auto;
  transition: all .3s ease-in-out;
}

.layout_section .services {
  padding: 0 0 130px 0;
}

.welcome-hero {
  position: relative;
  background-image: url(/img/dist/hero/main-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 120px 0 115px;
}
.welcome-hero::before {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(229, 103, 32, 0.65);
  z-index: 1;
}
.welcome-hero__content {
  position: relative;
  max-width: 620px;
  z-index: 2;
}
.welcome-hero__title {
  color: #ffffff;
  margin-bottom: 45px;
}
.welcome-hero__description {
  max-width: 570px;
  font-weight: 300;
  font-size: 23px;
  line-height: 31px;
  color: #ffffff;
  margin-bottom: 50px;
}
.welcome-hero_inner {
  padding: 125px 0 115px;
}
.welcome-hero_inner .breadcrumbs {
  margin-bottom: 60px;
}
.welcome-hero_inner .breadcrumbs a, .welcome-hero_inner .breadcrumbs span {
  color: #ffffff;
}
.welcome-hero_inner .breadcrumbs a::before {
  border-color: #fff;
}
.welcome-hero_inner .welcome-hero__title {
  margin-bottom: 50px;
}
.welcome-hero_inner .welcome-hero__content {
  max-width: 780px;
}
.welcome-hero_inner .welcome-hero__title {
  max-width: 620px;
}
.welcome-hero_inner .welcome-hero__description {
  max-width: 780px;
  margin-bottom: 0;
}

.workshops {
  padding: 30px 0;
}
.workshops__title {
  margin-bottom: 50px;
}
.workshop {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  gap: 30px;
}
.workshop-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #1d1d1b;
  background-color: #fff;
}
.workshop-card__media {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 210px;
          flex: 0 0 210px;
  height: 370px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  overflow: hidden;
}
.workshop-card__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.workshop-card__image img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-filter: grayscale(0.9);
          filter: grayscale(0.9);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.workshop-card__badge {
  z-index: 3;
}
.workshop-card__body {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 33px 30px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  overflow: hidden;
}
.workshop-card__title {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 15px;
  overflow: hidden;
  /* include for safety */
  display: -webkit-box;
  /* setting a block element  */
  -webkit-box-orient: vertical;
  /* companion class   */
  -webkit-line-clamp: 2;
  /* number of lines  */
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.workshop-card__guide {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f9f9f9;
  margin-bottom: 28px;
}
.workshop-card__guide span {
  color: #b9b9b9;
}
.workshop-card__description {
  font-size: 15px;
  line-height: 24px;
  overflow: hidden;
  /* include for safety */
  display: -webkit-box;
  /* setting a block element  */
  -webkit-box-orient: vertical;
  /* companion class   */
  -webkit-line-clamp: 4;
  /* number of lines  */
  margin-bottom: 20px;
}
.workshop-card__label {
  font-family: "GTEestiProDisplay";
  font-weight: 100;
  font-size: 12px;
  letter-spacing: 0.064em;
  color: #7a7a7a;
  padding: 5px 10px;
  border: 1px dashed #b4b4b4;
  border-radius: 2px;
  overflow: hidden;
  /* include for safety */
  display: -webkit-box;
  /* setting a block element  */
  -webkit-box-orient: vertical;
  /* companion class   */
  -webkit-line-clamp: 1;
  /* number of lines  */
  text-transform: uppercase;
}
.workshop-card:hover {
  -webkit-box-shadow: 0px 24px 64px 0px rgba(214, 214, 214, 0.48);
          box-shadow: 0px 24px 64px 0px rgba(214, 214, 214, 0.48);
}
.workshop-card:hover .workshop-card__image img {
  -webkit-filter: none;
          filter: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.workshop-card:hover .workshop-card__title {
  color: #e56720;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.workshop-card:hover .workshop-card__guide,
.workshop-card:hover .workshop-card__description {
  color: #1d1d1b;
}


/* Equipment modal*/

.equipment-modal.popup_block {
    max-width: 95%;
    
    padding: 0 ;
    overflow: hidden;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 24px 64px 0px rgba(214, 214, 214, 0.48);
}

.equipment-modal .modal_close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  width: 64px;
  height: 64px;
  border-radius: 0 4px 0 0;
  background-color: rgba(0, 0, 0, .24);
  background-image: url(/img/dist/modals/modal-close.png);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}
.equipment-modal .modal_close:hover {
  background-color: rgba(0, 0, 0, .7);
}

.equipment-slider__image {
  display: flex;
  min-height: 250px;
  
}
.equipment-slider__image img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  border-radius: 4px 4px 0 0;
}

.equipment-modal__container {
  max-width: 750px;
  padding: 0 30px 70px;
  margin: 0 auto;
}

.equipment-modal__container .slider-nav {
  margin-top: -40px;
  margin-bottom: 10px;
}

.equipment-modal__back {
  display: inline-flex;
  cursor: pointer;
  font-family: 'GTEestiProDisplay';
  font-weight: 100;
  font-size: 12px;
  line-height: 1;
  color: #bababa;
  text-transform: uppercase;
  margin-bottom: 45px;
}
.equipment-modal__back:hover {
  color: #e56720;
}

.equipment-modal__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 45px;
}

.eq-modal-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 30px;
  gap: 30px;
  margin-bottom: 55px;
}

.eq-modal-list__item {
  display: flex;
}

.eq-modal-list__icon {
  flex: 0 0 70px;
  margin-right: 10px;
}

.eq-modal-list__description {
  padding-top: 10px;
}

.eq-modal-list__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}

.eq-modal-list__text {
  font-size: 18px;
  line-height: 24px;
}

.equipment-modal__text {
  font-size: 18px;
  line-height: 32px;
}

.equipment-modal .callback .container {
  max-width: 750px;
  padding: 0 30px;
  margin: 0 auto;
}

.callback_modal {
  background-image: url(/img/dist/callback/callback-bg_modal.jpg);
}

@media screen and (max-width: 990px) {
  .equipment-modal.popup_block {
    width: calc(100% - 30px) !important;
  }
}

@media screen and (max-width: 795px) {
  .equipment-modal__container {
    padding: 0 30px 40px;
  }
  .equipment-modal .callback .container {
    padding: 0 30px;
  }
}

@media screen and (max-width: 750px) {
  .eq-modal-list__item {
    flex-direction: column;
  }
}

@media screen and (max-width: 500px) {
  .eq-modal-list {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }
  .eq-modal-list__item {
    flex-direction: row;
  }
  .equipment-modal__text {
    font-size: 16px;
    line-height: 30px;
  }
  .equipment-modal__title {
    font-size: 30px;
    margin-bottom: 35px;
  }
  .equipment-modal__back {
    margin-bottom: 35px;
    display: none;
  }
  .equipment-modal__back + .equipment-modal__title {
      margin-top: 25px;
  }
  .eq-modal-list__title,
  .eq-modal-list__text {
    font-size: 16px;
    line-height: 22px;
  }
  .eq-modal-list__title {
    margin-bottom: 5px;
  }
  .equipment-modal .modal_close {
    width: 44px;
    height: 44px;
    background-size: 22px 22px;
  }
  .equipment-modal__container .slider-nav {
    margin-top: -30px
  }
  .equipment-modal .slider-nav .swiper-button-prev, 
  .equipment-modal .slider-nav .swiper-button-next {
    width: 52px;
    height: 52px;
  }
}

/* End Equipment modal*/

.layout_museum .excurtion {
  padding: 110px 0 0;
}

.layout_museum .excurtion__header {
  margin-bottom: 35px;
}

.layout_museum .info-block {
  padding: 75px 0;
}

.layout_museum .museums {
  padding: 45px 0 125px;
}

.layout_museum .afisha {
  padding: 85px 0 75px;
}

.museums__title {
  margin-bottom: 30px;
}

.museum-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 30px;
  gap: 30px;
}

.museum-list__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  border-radius: 2px;
}

.museum-list__image {
  display: flex;
  overflow: hidden;
}
.museum-list__image img {
  max-width: 100%;
  height: auto;
  border-radius: 2px 2px 0 0;
  /* filter: grayscale(.9); */
  transition: all .3s ease-in-out;
}

.museum-list__image:hover img {
  transform: scale(1.1);
  transition: all .3s ease-in-out;
}


.museum-list__body {
  padding: 15px 30px 30px 30px;
}

.museum-list__title {
  min-height: 96px;
  font-size: 24px;
  line-height: 32px;
  color: #1d1d1b;
  overflow: hidden; /* include for safety */
  display: -webkit-box; /* setting a block element  */
  -webkit-box-orient: vertical; /* companion class   */
  -webkit-line-clamp: 3; /* number of lines  */
  margin-bottom: 15px;
  text-decoration: none;
  transition: all .3s ease-in-out;
}
.museum-list__title:hover {
  color: #e56720;
  transition: all .3s ease-in-out;
}

.museum-list__description {
  min-height: 96px;
  font-size: 15px;
  line-height: 24px;
  overflow: hidden; /* include for safety */
  display: -webkit-box; /* setting a block element  */
  -webkit-box-orient: vertical; /* companion class   */
  -webkit-line-clamp: 4; /* number of lines  */
  margin-bottom: 5px;
}

.museum-list__more {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #e56720;
}
.museum-list__more.link-more::after {
  background-image: url(/img/dist/icons/link-more-icon.png);
}

.excurtion-filter {
  display: flex;
  justify-content: space-between;
}
.excurtion-filter__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 30px;
  gap: 30px;
  margin-bottom: 55px;
}

.excurtion-filter__link {
  cursor: pointer;
  display: inline-flex;
  font-family: 'GTEestiProDisplay';
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #1d1d1b;
  background-image: url(/img/dist/icons/map-icon.png);
  background-repeat: no-repeat;
  background-position: left top 2px;
  padding-left: 20px;
  text-decoration: underline dotted #bebebe 1px;
  
}
.excurtion-filter__link_active {
  cursor: default;
  color: #b1b1b1;
  background-image: url(/img/dist/icons/map-icon_active.png);
  text-decoration: none;
}

.excurtion-filter__link:hover {
  color: #b1b1b1;
  background-image: url(/img/dist/icons/map-icon_active.png);
}

/* museum contacts */
.museum-contacts {
  padding: 70px 0 80px;
}

.museum-navs {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 30px;
  gap: 30px;
  margin-bottom: 70px;
}
.museum-navs__title {
  max-width: 360px;
  display: flex;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #1d1d1b;
  background-image: url(/img/dist/icons/map-icon.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 25px;
  margin-bottom: 30px;
  text-decoration: underline dotted #1d1d1b 1px;
}

.museum-navs__title:hover {
  color: #b1b1b1;
  text-decoration: underline dotted #b1b1b1 1px;
  background-image: url(/img/dist/icons/map-icon_active.png);
}

.museum-navs__title_active {
  color: #b1b1b1;
  text-decoration: underline dotted #b1b1b1 1px;
  background-image: url(/img/dist/icons/map-icon_active.png);
}

.museum-navs .contacts-list {
  grid-template-columns: repeat(2, 1fr);
  grid-column: initial;
  grid-gap: 25px 30px;
  gap: 25px 30px;
  margin-bottom: 0;
}

.museum-navs .contacts-list__item {
  max-width: 300px;
  font-size: 18px;
  line-height: 24px;
}

.museum-navs .contacts-list__item_adress {
  grid-column: 1;
}

.museum-contacts__bottom {
  display: flex;
  flex-wrap: wrap;
}

.museum-contacts__bottom .contact-social {
  margin-right: 150px;
}

.museum-contact-person {
  display: flex;
  align-items: center;
}
.museum-contact-person__image {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.museum-contact-person__body {}
.museum-contact-person__name {
  font-weight: 900;
  font-size: 18px;
  line-height: 1.3;
}
.museum-contact-person__contacts {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.2;
}
.museum-contact-person__contacts span {
  color: #b1b1b1;
}
.museum-contact-person__phone {
  font-size: 14px;
  line-height: 1;
  color: #1d1d1b;
}


/* Page filters */
.page-filters {
  padding: 40px 0;
}
.page-filter__container {
  display: flex;
  justify-content: space-between;
}
.page-filter {
  display: flex;
}
.page-filter {}
.page-filter__item {
  width: 330px;
}
.page-filter__item:not(:last-child) {
  margin-right: 30px;
}
.page-filter__label {
  font-family: "GTEestiProDisplay";
  font-weight: 300;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.016em;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.page-filter__filter {
  
}
.page-filter__select {
  cursor: pointer;
  font-family: "GTEestiProDisplay";
  display: inline-flex;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 40px;
  font-size: 15px;
  line-height: 1.2;
  background-color: #fff;
  background-image: url(/img/dist/icons/select-arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
  padding: 0 40px 0 20px;
  border: none;
  border-radius: 2px;
  transition: all .3s ease-in-out
}
.page-filter__select:hover {
  background-color: #eeeeee;
  transition: all .3s ease-in-out
}
.page-filter__select:focus {
  background-color: #eeeeee;
  transition: all .3s ease-in-out
}
/* Teams list */
.teams-list {
  padding: 20px 0 80px;
}
.teams-list .team-list{
  grid-gap: 30px;
  gap: 30px;
}
.teams-list__item {
    
}

.teams-list__item:not(:last-child){
  margin-bottom: 35px;
}
.teams-list__title {
  
}
.section-sub-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}
.section-sub-title a {
  color: #1d1d1b;
  text-decoration: none;
  text-transform: none;
  transition: all .3s ease-in-out;
}
.section-sub-title a:hover {
  transition: all .3s ease-in-out;
  color: #e56720;
}
/* Documents list */
.documents-list {
  padding: 20px 0 100px;
}
.documents-list__item {}
.documents-list__item:not(:last-child){
  margin-bottom: 55px;
}
.documents-list__title {
  margin-bottom: 55px;
}
.documents {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 30px;
  gap: 30px;
}
.documents__item {}
.documents__item .document-card {
  max-width: 450px;
  justify-content: start;
  background-color: #f7f7f7;
  padding: 35px 30px 30px;
  border-radius: 2px;
  border: 1px dashed #d2d2d1;
}
.documents__item .document-card:hover {
  background-color: #fff;
  border: 1px solid #fff;
  box-shadow: 0px 24px 40px 0px rgba(199, 199, 199, 0.16);
}
.documents__item .document-card__title {
  min-height: 48px;
  font-family: "GTEestiProDisplay";
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 20px;
  overflow: hidden; /* include for safety */
  display: -webkit-box; /* setting a block element  */
  -webkit-box-orient: vertical; /* companion class   */
  -webkit-line-clamp: 2; /* number of lines  */
}
.documents__item .document-card__icon {
  margin-right: 30px;
}
/* awards */
.awards {
  padding: 25px 0 30px;
}
.award-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 30px;
  gap: 30px;
}

.award-card {
  max-width: 690px;
  min-height: 310px;
  display: flex;
  background-color: #fff;
  color: #1d1d1b;
  border-radius: 2px;
  text-decoration: none;
}
.award-card:hover {
  color: #1d1d1b;
  box-shadow: 0px 14px 48.97px 10.03px rgba(188, 172, 164, 0.26);
}
.award-card__media {
  max-width: 330px;
  display: flex;
  flex: 0 0 50%;
  border-radius: 2px;
  overflow: hidden;
}
.award-card__media img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.award-card__body {
    width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px 30px 40px 30px;
}
.award-card__title {
    max-width: 100%;
  font-size: 24px;
  line-height: 32px;
  overflow: hidden; /* include for safety */
  display: -webkit-box; /* setting a block element  */
  -webkit-box-orient: vertical; /* companion class   */
  -webkit-line-clamp: 5; /* number of lines  */
}
.award-card__more {
  display: inline-flex;
}
.award-card__more.link-more:hover{
  color: #f47f28;
}
.awards .show-more {
  margin-top: 65px;
}
/* Photo gallery */
.photo-gallery {
  padding: 20px 0 100px;
}
.photo-gallery__albums {}
.photo-gallery__albums__item {}
.photo-gallery__albums__item:not(:last-child) {
  margin-bottom: 55px;
}
.photo-gallery__albums__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
.photo-gallery__sub-title {
  margin-bottom: 15px;
}
.gallery-album {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 30px;
  gap: 30px;
}
.gallery-album__item {}
.gallery-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  color: #1d1d1b;
  border-radius: 2px;
  overflow: hidden;
  text-decoration: none;
}
.gallery-card__media {
  position: relative;
}
.gallery-card__image {
  display: flex;
}
.gallery-card__image img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.gallery-card__description {
  display: flex;
  align-items: flex-end;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  padding: 30px 30px 25px 30px;
  transition: all .3s ease-in-out;
}
.gallery-card__description-item {
  overflow: hidden; /* include for safety */
  display: -webkit-box; /* setting a block element  */
  -webkit-box-orient: vertical; /* companion class   */
  -webkit-line-clamp: 6; /* number of lines  */
  z-index: 2;
}
.gallery-card__description::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(29, 29, 27, 0.72);
  mix-blend-mode: multiply;
  z-index: 1;
}
.gallery-card__body {
  /*flex: 1;*/ /*чтобы в осле не сжималось*/
  padding: 30px 30px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gallery-card__title {
  max-width: 325px;
  font-family: 'GTEestiProDisplay';
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
  margin-right: 15px;
  overflow: hidden; /* include for safety */
  display: -webkit-box; /* setting a block element  */
  -webkit-box-orient: vertical; /* companion class   */
  -webkit-line-clamp: 2; /* number of lines  */
}
.gallery-card__count {
  font-family: 'GTEestiProDisplay';
  font-weight: 300;
  font-size: 16px;
  line-height: 1.2;
  color: #979797;
}
.gallery-card:hover {
  color: #1d1d1b;
  box-shadow: 0px 24px 40px 0px rgba(199, 199, 199, 0.32);
}
.gallery-card:hover .gallery-card__description {
  opacity: 1;
  transition: all .3s ease-in-out;
}
/* Photo album */
.photo-album {
  padding: 35px 0 100px;
}
.photo-album__sub-title {
  margin-bottom: 45px;
}
.photo-album__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 55px;
}
.photo-album__description {
  max-width: 1150px;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  margin-right: 30px;
}
.photo-album__count {
  font-family: 'GTEestiProDisplay';
  font-size: 24px;
  line-height: 30px;
  color: #979797;
  background-image: url(/img/dist/icons/photo-count-icon.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
  margin-left: 40px;
  margin-top: 2px;
  float: right;
}
.album-photo {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 30px;
  gap: 30px;
}
.album-photo__item {}
.album-card {
  display: flex;
  position: relative;
}
.album-card__image {
  display: flex;
}
.album-card__image img {
  max-width: 100%;
  width: 100%;
  
  height: auto;
  object-fit: cover;
  object-position: center;
}
.album-card__body {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  color: #ffffff;
  padding: 30px 30px 35px 30px;
  transition: all .3s ease-in-out;
}
.album-card__body::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(29, 29, 27, 0.80);
  mix-blend-mode: multiply;
  z-index: 1;
}
.album-card__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 20px;
  overflow: hidden; /* include for safety */
  display: -webkit-box; /* setting a block element  */
  -webkit-box-orient: vertical; /* companion class   */
  -webkit-line-clamp: 2; /* number of lines  */
  z-index: 3;
}
.album-card__description {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden; /* include for safety */
  display: -webkit-box; /* setting a block element  */
  -webkit-box-orient: vertical; /* companion class   */
  -webkit-line-clamp: 3; /* number of lines  */
  z-index: 3;
}
.album-card:hover .album-card__body {
  opacity: 1;
  transition: all .3s ease-in-out;
  z-index: 2;
}
.photo-album .show-more {
  margin-top: 55px;
}

.museum-working {
  padding: 60px 0;
}
.museum-working__container {
  padding: 110px 0;
  background-color: #fff;
}
.museum-working__title {
  margin-bottom: 35px;
}
.museum-working__text {
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 55px;
}
.museum-working__text p {
  margin: 0;
}
.museum-programs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 55px 35px;
  gap: 55px 35px;
}
.museum-programs__item {
  max-width: 210px;
}
.museum-programs__icon {
  width: 88px;
  height: 88px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7f7f7;
  border-radius: 50%;
  margin-bottom: 15px;
}
.museum-programs__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}
.layout_section .museums {
  margin-bottom: 125px;
}


.layout_collective .page__photo-slider {
  margin-top: 60px;
}
.services-hero {
  position: relative;
  background-image: url(/img/dist/hero/services-hero.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 65px 0 50px;
  margin-bottom: 25px;
}
.services-hero .breadcrumbs {
  margin-bottom: 40px;
}
.services-hero .breadcrumbs span, 
.services-hero .breadcrumbs a {
  color: #ffffff;
}
.services-hero .breadcrumbs span::selection, 
.services-hero .breadcrumbs a::selection {
  color: #e56720;
  background-color: #fff;
}
.services-hero .breadcrumbs a::before {
  border-color: #fff;
}
.services-hero__content {}
.services-hero__title {
  color: #ffffff;
}
.services-hero__title::selection {
  color: #e56720;
  background-color: #fff;
}
.layout_uslugi .page-filters {
  padding: 25px 0;
}
.services .show-more {
  margin-top: 65px;
}
.layout_uslugi .services {
  padding: 30px 0 95px;
}

.service-hero {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 65px 0 355px;
  margin-bottom: 25px;
}
.service-hero .breadcrumbs {
  margin-bottom: 40px;
}
.service-hero .breadcrumbs span, 
.service-hero .breadcrumbs a {
  color: #ffffff;
}
.service-hero .page__title {
  color: #ffffff;
}
.service-photo-slider {
  
}
.service-photo-slider__wrapper.swiper {
  overflow: visible;
  margin-bottom: 75px;
}
.service-photo-slider__wrapper .swiper-slide:hover.swiper-slide-visible .slider-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  transition: all .3s ease-in-out;
}
.service-photo-slider__wrapper .swiper-slide:hover.swiper-slide-visible .slider-desc::before {
  opacity: 1;
  transition: all .3s ease-in-out;
}
.service-photo-slider__wrapper .swiper-slide .slider-desc {
  display: none;
}

.service-photo-slider__wrapper .swiper-slide.swiper-slide-prev {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.service-photo-slider__wrapper .swiper-slide.swiper-slide-prev .slider-desc {
  display: none;
}
.service-photo-slider__wrapper .swiper-slide.swiper-slide-prev::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(249, 249, 249, 0.8);
  z-index: 1;
}
.service-photo-slider__wrapper .swiper-slide .photo-slider__image::after {
  display: none;
}
.service-photo-slider__wrapper .swiper-slide-visible .photo-slider__image::after {
  display: block;
}
.service__container {
  overflow: hidden;
}
.service__container .photo-slider {
  overflow: visible;
}
.service-photo-slider .slider-nav {
  margin-top: -40px;
}
.layout_usluga .service__container {
  margin-top: -315px;
}
.layout_usluga .page-content {
  position: relative;
}
.layout_usluga .callback {
  margin-top: 80px;
  margin-bottom: 95px;
}
.layout_krugok .photo-slider {
  margin-bottom: 130px;
}
.layout_krugok .page-content {
  margin-bottom: 130px;
}
.layout_krugok .callback {
  margin-bottom: 130px;
}
.collectives {
  padding: 20px 0 35px;
}

.collectives__item .section-sub-title {
  
}

.collectives .collectives__item:not(:last-child) .collective-list {
  margin-bottom: 60px;
}

.news-container {
  padding: 25px 0 95px;
}
.news-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 30px;
  gap: 30px;
}
.news-list__wrapper {
    -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  
  grid-column: span 3;
  z-index: 2;
}
.news-wrapper .news-category {
    -ms-grid-column: 7;
  -ms-grid-column-span: 7;
}

.news-list__wrapper .show-more {
  margin-top: 65px;
}
.news-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 30px;
  gap: 30px;
}
.news-list__item {
}
.news-card {
  max-width: 330px;
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
}
.news-card__media {
  position: relative;
  transition: all .3s ease-in-out;
}

.news-card__image {
  display: flex;
  position: relative;
}
.news-card__image::after {
  content: '';
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 110px;
  opacity: .4;
  background-image: -moz-linear-gradient( 90deg, rgb(0, 0, 0) 0%, rgba(0,0,0,0) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
  transition: all .3s ease-in-out;
}
.news-card__media:hover .news-card__image::after {
  height: 100%;
  opacity: .8;
  transition: all .3s ease-in-out;
}
.news-card__image img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.news-card__category {
  position: absolute;
  left: 40px;
  bottom: 40px;
  display: inline-flex;
  font-weight: 300;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0.064em;
  color: #ffffff;
  padding: 5px 7px;
  border: 1px solid #fff;
  text-transform: uppercase;
}
.news-category-badge {
  display: inline-flex;
  font-weight: 300;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0.064em;
  color: #ffffff;
  padding: 5px 7px;
  border: 1px solid #fff;
  text-transform: uppercase;
}
.news-card__body {
  flex: 1;
  -ms-flex: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 35px 40px;
}
.news-card__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.news-card__content .news-card__category {
  position: relative;
  left: auto;
  bottom: auto;
  color: #f08b34;
  border-color: #f08b34;
  margin-bottom: 20px;
}
.news-card__title {
    width: 100%;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #1d1d1b;
  text-decoration: none;
  margin-bottom: 25px;
  overflow: hidden; /* include for safety */
  display: -webkit-box; /* setting a block element  */
  -webkit-box-orient: vertical; /* companion class   */
  -webkit-line-clamp: 4; /* number of lines  */
}
.news-card__title:hover {
  color: #e56720;
}
.news-card__description {
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 25px;
  overflow: hidden; /* include for safety */
  display: -webkit-box; /* setting a block element  */
  -webkit-box-orient: vertical; /* companion class   */
  -webkit-line-clamp: 6; /* number of lines  */
}
.news-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.news-card__more {
}
.news-card__date {
  font-family: "GTEestiProDisplay";
  font-weight: 400;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.032em;
  color: #97999b;
  text-transform: uppercase;
}

.news-category__container {
  max-width: 330px;
  background-color: #fff;
  border-radius: 4px;
  padding: 35px 0 10px;
  box-shadow: -13.896px -1.706px 48.97px 10.03px rgba(186, 186, 186, 0.26);
}
.news-category__title {
  font-weight: 400;
  font-family: "GTEestiProDisplay";
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.016em;
  color: #97999b;
  text-transform: uppercase;
  padding: 0 40px;
  margin-bottom: 25px;
}
.news-category__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.news-category__item {
  padding: 20px 40px 15px;
  border-top: 1px dotted #eaeaea;
}
.news-category__link {
  cursor: pointer;
  display: inline-flex;
  font-family: "GTEestiProDisplay";
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  color: #f47f28;
  text-transform: none;
}
.news-category__link:hover {
  color: #e56720;
}
.news-article {
  margin-top: 65px;
}
.news-article.container-large {
  background-color: #fff;
  padding-top: 95px;
  padding-bottom: 60px;
  
  margin-bottom: 80px;
  
  border-radius: 4px;
  box-shadow: 0px 16px 48px 0px rgba(195, 195, 195, 0.24);
}
.news-article__header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 30px;
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 45px;
}
.news-article__date {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  white-space: nowrap;
}
.news-article__badges {
  display: flex;
}
.news-article__collective {
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #9e9e9e;
  background-image: url(/img/dist/icons/news-article__collective-icon.png);
  background-repeat: no-repeat;
  background-position: left top 2px;
  padding-left: 30px;
  padding-right: 55px;
}
.news-article__location {
  position: relative;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #9e9e9e;
  background-image: url(/img/dist/icons/news-article__location-icon.png);
  background-repeat: no-repeat;
  background-position: left top 2px;
  padding-left: 20px;
  margin-left: 55px;
}
.news-article__location::before {
  content: '';
  position: absolute;
  left: -55px;
  top: 2px;
  width: 1px;
  height: 16px;
  background-color: #f1f1f1;
}
.news-article__title {
  max-width: 1265px;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 50px;
}
.news-article__description {
  max-width: 1265px;
  font-weight: 300;
  font-style: italic;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 30px;
}
.news-article__media {
  
  position: relative;
  margin-bottom: 35px;
}
.news-article__image {
  min-height: 200px;
  display: flex;
}
.news-article__image img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.news-article__category {
  position: absolute;
  left: 50px;
  bottom: 40px;
}
.news-article__text {
  max-width: 1270px;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 30px;
}
.news-article__text p {
  margin: 0;
  text-indent: 30px;
}
.news-article__text p:not(:last-child) {
  margin-bottom: 8px;
}
.news-article__docs {
  margin-top: 70px;
  margin-bottom: 30px;
}
.news-article__docs .news-article__title {
  margin-bottom: 55px;
}
.news-article__photo-gallery {
  margin-top: 55px;
  margin-bottom: 30px;
}
.news-article__photo-gallery .news-article__title {
  margin-bottom: 30px;
}
.news-photos__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 30px;
  gap: 30px;
}
.news-photos__link {
  max-width: 330px;
  position: relative;
  display: flex;
  overflow: hidden;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-photos__link img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.news-photos__link::before {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(29, 29, 27, 0.72);
  mix-blend-mode: multiply;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-photos__link::after {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(/plugins/swiper/icon/link-open.png);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-photos__link:hover::before {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-photos__link:hover::after {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* Afisha page */
.afisha-page {
  margin-top: 65px;
  margin-bottom: 130px;
}
.afisha-page__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(16,1fr);
  grid-gap: 30px;
  gap: 30px;
}
/* Afisha filter */
.afisha-page__filter {
  -ms-grid-column: 1;
  -ms-grid-column-span: 7;
    grid-column: 1/4;
  grid-column: auto; /*aaa 06.04.22, чтоб не уменьшался и не сжимал мой календарик :-P*/
}
.afisha-page__filter-title {
  font-family: "GTEestiProText-Book";
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: .0016em;
  color: #acacac;
  text-transform: uppercase;
}
.afisha-filter-item {
  padding: 40px 40px;
  background-color: #fff;
  box-shadow: 0px 16px 48px 0px rgba(195, 195, 195, 0.24);
  margin-bottom: 30px;
}
.afisha-filter-item .afisha-filter-title {
  margin-left: 25px;
  margin-bottom: 15px;
}
.afisha-checkbox-filter__item {
}
.afisha-checkbox-filter__item:not(:last-child) {
  margin-bottom: 15px;
}
.afisha-checkbox__checkbox {
  display: none;
  appearance: none;
  position: absolute;
  opacity: 0;
  width: inherit;
  height: inherit;
  margin: 0;
  padding: 0;
}
.afisha-checkbox__label {
  display: inline-flex;
  position: relative;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  padding-left: 25px;
  background-image: url(/img/dist/afisha/afisha-checkbox.png);
  background-repeat: no-repeat;
  background-position: left top 7px;
}
.afisha-checkbox__label:hover {
  background-image: url(/img/dist/afisha/afisha-checkbox-hover.png);
}
.afisha-checkbox__checkbox:checked ~ .afisha-checkbox__label:hover {
  background-image: url(/img/dist/afisha/afisha-checkbox-checked.png);
}
.afisha-checkbox__checkbox:checked ~ label {
  background-image: url(/img/dist/afisha/afisha-checkbox-checked.png);
  background-position: left top 4px;
}

.afisha-checkbox__checkbox:disabled ~ label {
    cursor: auto;
    background-image: url(/img/dist/afisha/afisha-checkbox-hover.png);
    color: #bdbdbd;
    font-weight: 300;
}



/* Afisha content */
.afisha-page__content {
    -ms-grid-column: 9;
  -ms-grid-column-span: 15;
  grid-column: 2/12;
}
.afisha-page__content .afisha-item .afisha-item__content {
  flex: 1;
  position: relative;
  padding: 30px;
  background-color: #fff;
}
.afisha-page__content .afisha-item__title {
  -webkit-line-clamp: 3;
}
.afisha-page__content .afisha-item:hover .afisha-item__content {
  background-color: #e1e1e1;
}
.afisha-page__content .afisha-item__age {
  position: absolute;
  top: 10px;
  right: 10px;
}
.afisha-articles {}
.afisha-articles__item:not(:last-child) {
  margin-bottom: 30px;
}
/* Afisha aside */
.afisha-aside {
    -ms-grid-column: 25;
  -ms-grid-column-span: 31;
  grid-column: 12/17;
}
.afisha-aside__item {
  padding: 30px 40px;
  border: 1px dashed rgb(189, 189, 189, 0.4);
  border-radius: 4px;
}
.afisha-aside__item:not(:last-child){
  margin-bottom: 30px;
}
.afisha-aside__title {
  margin-bottom: 17px;
}
.afisha-aside__list {}
.afisha-aside__list-item:not(:last-child) {
  margin-bottom: 30px;
}
.afisha-aside__sub-title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 5px;
}
.afisha-aside-list {}
.afisha-aside-list__item:not(:last-child) {
  margin-bottom: 15px;
}
.afisha-aside-list__title {
  font-weight: 700;
}
.afisha-aside-list__address {
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 5px;
}
.afisha-aside-list__phone {
  font-weight: 700;
  color: #1d1d1b;
}
.afisha-aside-list__phone:hover {
  color: #e56720;
}
/* Afihsa article */
.afisha-poster {
  margin-top: 65px;
}
.poster-header {
  display: flex;
  min-height: 350px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 16px 48px 0px rgba(195, 195, 195, 0.24);
  margin-bottom: 65px;
}
.poster-header__media {
  position: relative;
  flex: 0 0 450px;
  background-color: rgb(209, 209, 209);
  border-radius: 4px;
  overflow: hidden;
}
.poster-header__media img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.poster-header__content {
  width: 100%;
  padding: 40px 65px 45px 30px;
}
.poster-header__head {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: baseline;
  padding-bottom: 10px;
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 35px;
}
.poster-header__date {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px;
  margin-right: 15px;
}
.poster-header__place {
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #9e9e9e;
  padding-left: 20px;
  background-image: url(/img/dist/icons/map-icon_active.png);
  background-repeat: no-repeat;
  background-position: left center;
  text-transform: none;
  margin-bottom: 15px;
}
.poster-header__body {
}
.poster-header__title {
  max-width: 735px;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 45px;
}
.poster-header__bottom {
  display: flex;
  align-items: center;
}

.poster-header__buy {
    text-decoration: none;
  position: relative;
  cursor: pointer;
  font-family: "GTEestiProDisplay";
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  background-image: linear-gradient(38deg, rgb(227, 76, 55, 0.94), rgba(250, 184, 46, 0.94));
  padding: 3px;
  margin-right: 30px;
  border-radius: 3px;
  transition: all .25s ease-in-out;
  z-index: 0;
  box-sizing: border-box;
}
.poster-header__buy .gradient-box {
  padding: 13px 40px 13px;
  background-color: #fff;
}
.poster-header__buy .gradient-text {
  position: relative;
  white-space: nowrap;
  /* Fallback: Set a background color. */
  background-color: #e56720;
    
  /* Create the gradient. */
  background-image: linear-gradient(38deg, rgb(227, 76, 55, 0.94), rgba(250, 184, 46, 0.94));

  /* Set the background size and repeat properties. */
  background-size: 123%;
  background-repeat: repeat;

  /* Use the text as a mask for the background. */
  /* This will show the gradient as a text color rather than element bg. */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;

  transition: all .25s ease-in-out;
  z-index: 2;
}
.poster-header__buy:hover .gradient-box {
  background-color: #e56720;
}
.poster-header__buy:hover {
  background-image: linear-gradient(38deg, #e56720, #e56720);
  transition: all .25s ease-in-out;
}
.poster-header__buy:hover .gradient-text {
  background-image: none;
  background-color: #ffffff;
  transition: all .25s ease-in-out;
}
.poster-header__price {
  font-weight: 300;
  font-family: "GTEestiProDisplay";
  font-size: 18px;
  line-height: 24px;
  background-image: url(/img/dist/afisha/ruble-icon.png);
  background-repeat: no-repeat;
  background-position: left 2px top 2px;
  padding-left: 25px;
  margin-right: 35px;
}
.poster-header__schema {
    text-decoration: none;
    color: inherit;
  cursor: pointer;
  height: 56px;
  font-weight: 700;
  font-family: "GTEestiProDisplay";
  font-size: 18px;
  background-color: #f7f7f7;
  padding: 13px 40px;
  border-radius: 3px;
  margin-left: auto;
}
.poster-header__schema span {
  position: relative;
  white-space: nowrap;
}
.poster-header__schema span::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #1d1d1b;
  transition: all .3s ease-in-out;
}
.poster-header__schema:hover {
  color: #ffffff;
  background-color: #e56720;
}
.poster-header__schema:hover span::before {
  display: none;
  transition: all .3s ease-in-out;
}
.afisha-poster__body {
  display: flex;
}
.afisha-poster__content {
  margin-top: 35px;
  margin-right: 30px;
}
.poster-content {
}
.poster-content__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 25px;
}
.poster-content__text {
  font-size: 18px;
  line-height: 32px;
}
.poster-content__text p {
    text-indent: 30px;
}
.poster-content__location {
  margin-top: 50px;
}
.poster-content__location .poster-content__title {
  margin-bottom: 25px;
}
.poster-content__map {
  margin-bottom: 25px;
}
.poster-map .map img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.poster-map .map {
  position: relative;
  min-height: 320px;
  margin-bottom: 25px;
}
.poster-map__footer {
}
.poster-map__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 30px;
  gap: 30px;
}
.poster-map__item {
  font-size: 16px;
  line-height: 24px;
}
.poster-map__link {
  font-weight: 700;
  color: #1d1d1b;
}
.poster-map__link:hover {
  color: #e56720;
}


.afisha-poster__aside {
  flex: 0 0 330px;
}
.poster-contacts {}
.poster-contacts__blocks {
  background-color: rgb(255, 255, 255);
  padding: 30px 40px;
  border-radius: 4px;
}
.poster-contacts__blocks:not(:last-child){
  margin-bottom: 30px;
}
.poster-contacts__title {
  font-size: 32px;
  margin-bottom: 13px;
}
.poster-contacts__list {
}
.poster-contacts__item:not(:last-child) {
  margin-bottom: 22px;
}
.poster-contacts__sub-title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 5px;
}
.poster-contact-list {
}
.poster-contact-list__item:not(:last-child) {
  margin-bottom: 15px;
}
.poster-contact-list__title {
  font-weight: 700;
}
.poster-contact-list__address {
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 5px;
}
.poster-contact-list__phone {
  font-weight: 700;
  color: #1d1d1b;
}
.poster-contact-list__phone:hover {
  color: #e56720;
}
.afisha-poster .info-block {
  padding: 90px 0 125px;
}
/* Subscribe */
.subscribe {
  margin-bottom: -30px;
}
.subscribe__wrapper {
  background-color: #fff;
  padding: 60px 0;
}
.subscribe-block {
  display: flex;
  align-items: center;
}
.subscribe-block__title {
  max-width: 450px;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin-right: 30px;
}
.subscribe-block__body {
  display: flex;
}
.subscribe-form {
  display: flex;
  align-items: center;
  margin-right: 30px;
}

.subscribe-form__input-text {
  font-family: "GTEestiProText";
  display: flex;
  max-width: 360px;
  width: 360px;
  height: 56px;
  font-weight: 300;
  font-size: 18px;
  line-height: 1;
  color: #1d1d1b;
  border: 1px solid rgb(232, 232, 232);
  border-radius: 3px 0 0 3px;
  border-right: none;
  padding: 15px 22px 15px;
}
.subscribe-form__input-text::placeholder {
  color: #8b8b8a;
}
.subscribe-form__submit {
  cursor: pointer;
  font-family: "GTEestiProText";
  display: flex;
  width: 210px;
  height: 56px;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
  background-image: -moz-linear-gradient( -96deg, rgb(250,184,46) 0%, rgb(227,76,55) 100%);
  background-image: -webkit-linear-gradient( -96deg, rgb(250,184,46) 0%, rgb(227,76,55) 100%);
  background-image: -ms-linear-gradient( -96deg, rgb(250,184,46) 0%, rgb(227,76,55) 100%);
  background-size: 123%;
  padding: 16px 45px;
  border-radius: 3px;
  border: none;
  transition: all .3s ease-in-out
}
.subscribe-form__submit:hover {
  background-image: -moz-linear-gradient( -96deg, #e56720 0%, #e56720 100%);
  background-image: -webkit-linear-gradient( -96deg, #e56720 0%, #e56720 100%);
  background-image: -ms-linear-gradient( -96deg, #e56720 0%, #e56720 100%);
  transition: all .3s ease-in-out
}
.subscribe-rights {
  display: flex;
  align-items: center;
  max-width: 330px;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  color: #949494;
  background-image: url(/img/dist/icons/subscribe-rights.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 40px;
}
.text-block {
  margin-bottom: 60px;
}
.text-block__wrapper {
  background-color: #fff;
  padding: 90px 30px;
}
.text-block__container {
  max-width: 1410px;
  margin: 0 auto;
}
.text-block__content {

}

.text-block__content p {}
.text-block__content p:not(:last-child ){
  margin: 0;
  margin-bottom: 10px;
}
.text-block__content img {
  max-width: 100%;
  height: auto;
}
.img-left {
  float: left;
  margin-left: -120px;
}
.img-right {
  float: right;
  margin-right: -120px;
}
/* Excursition header */
.excursion-header {
}
.layout_excursion .excursion-header {
  margin-bottom: 60px;
}

.excursion-header__location {
  display: inline-flex;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  color: #1d1d1b;
  text-transform: none;
  padding-left: 25px;
  background-image: url(/img/dist/icons/map-icon.png);
  background-repeat: no-repeat;
  background-position: left center;
  margin-bottom: 25px;
}
.excursion-header__location:hover {
  color: #e56720;
}
.excursion-header__location.normal-hover::before {
  bottom: 2px;
  left: 25px;
} 
.excursion-header__location.normal-hover:hover::before {
  width: calc(100% - 25px);
} 
.excursion-header__info {
}
.excursion-header__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 30px;
  gap: 30px;
}

.excursion-header__item {
}
.excursion-header__text {
  font-size: 18px;
  line-height: 24px;
}
.excursion-header__sub-text {
  font-size: 12px;
  line-height: 24px;
  color: #c7c7c7;
  text-transform: uppercase;
}
