:root {
  --primary: #00868F;
  --secondary: #FF7843;
  --green-dark: #00313C;
  --cyan: #00868F;
  --cyan-light: #77DCBD;
  --orange: #C95844;
}

body, html {
  overflow-x: hidden;
}

body {
  line-height: 25px;
  color: #575757;
  overflow-x: hidden;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  min-height: 100vh;
}

h1, h2, h3, h4, h5 {
  letter-spacing: 0.85px;
  margin-bottom: 1rem;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 12px;
}

a {
  color: #3C9091;
}

.g-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0;
}
.g-header-sibur {
  background: url(/assets/img/logo-sibur.svg) no-repeat center/contain;
  width: 171px;
  height: 33px;
  display: block;
}
.g-header-counter {
  margin: 0 2em;
}
.g-header-counter-title {
  font-weight: 700;
  color: #C3C3C3;
  font-size: 10px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.g-header-counter-num {
  color: #FF7843;
  font-weight: 700;
  font-size: 25px;
  line-height: 1;
}
.g-header-search {
  flex: 1;
  position: relative;
}
.g-header-search-input {
  border: none;
  border-bottom: 1px solid #E8E8E8;
  color: #000;
  font-size: 13px;
  line-height: 1;
  height: 30px;
  width: 100%;
}
.g-header-search-input::placeholder {
  color: #4A4A4A;
}
.g-header-search-btn {
  border: none;
  background: url(/assets/img/i-arr-r.png) no-repeat -4px -4px;
  width: 16px;
  height: 16px;
  position: absolute;
  margin: 8px 0 0 -15px;
  top: 0;
  right: 0;
}
.g-header-search-btn:hover {
  cursor: pointer;
}
.g-header-auth {
  margin: 0 1em;
}
.g-header-auth-submenu {
  display: none;
  position: absolute;
  border-radius: 8px;
  background-color: #008283;
  color: white;
  z-index: 1000;
  -webkit-box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
}
.g-header-auth-submenu:before {
  display: block;
  content: "";
  background: #00868F;
  width: 13px;
  height: 13px;
  transform: rotate(45deg);
  position: absolute;
  right: 25px;
  top: -6px;
}
.g-header-auth-submenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.g-header-auth-submenu ul li {
  margin: 0;
  padding: 0;
}
.g-header-auth-submenu ul li a {
  display: block;
  padding: 10px 2em;
  color: white;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
}
.g-header-auth-menu {
  text-decoration: none;
  line-height: 1;
  position: relative;
  display: flex;
  border-bottom: 2px solid transparent;
}
.g-header-auth-menu:hover {
  text-decoration: none;
}
.g-header-auth-menu.active {
  border-bottom: 2px solid #00868F;
}
.g-header-auth-menu.active .g-header-auth-menu-right {
  background-image: url(/assets/img/i-arr-up.svg);
}
.g-header-auth-menu-right {
  content: "";
  display: none;
  background: url(/assets/img/i-arr-down.svg) no-repeat;
  width: 33px;
  height: 29px;
  position: relative;
  top: -7px;
}
.g-header-auth-menu div {
  color: white;
}
.g-header-auth-menu span {
  color: white;
  font-size: 12px;
}
.g-header-auth .btn {
  margin: 0 0.15em;
  font-size: 13px;
  padding: 0.375rem 0.75rem;
}
.g-header-auth .btn-link {
  color: #343434;
}
.g-header-fhd {
  background: url(/assets/img/logo-fhd.svg) no-repeat center/contain;
  width: 99px;
  height: 50px;
  display: block;
}

input:focus, a.form-tooltip:focus {
  outline: none;
}

button:focus {
  outline: none;
}

.btn {
  padding: 8px 20px !important;
  border-radius: 9999px;
}
.btn:focus {
  box-shadow: none;
}
.btn-primary {
  background: #00868F;
  border: none;
}
.btn-primary:focus {
  box-shadow: none;
}
.btn-secondary {
  background: #E7792B;
  border: none;
  color: white;
}
.btn-secondary:focus {
  box-shadow: none;
}
.btn-secondary:hover {
  background: #d26e2b;
}

.g-menu {
  background: #00868F;
  padding: 0;
  margin-bottom: 2em;
}
.g-menu-mobile {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 42px;
  align-items: center;
}
.g-menu-mobile-toggler {
  background: transparent;
  color: white;
  font-weight: 500;
  font-size: 18px;
  border: none;
  height: 40px;
  padding: 0 0 0 70px;
  cursor: pointer;
  margin-right: 30px;
}
.g-menu-mobile-toggler-icon {
  background: url(/assets/img/i-menu.svg) no-repeat center/contain;
  display: inline-block;
  width: 26px;
  height: 26px;
  position: absolute;
  margin: 0 0 0 -40px;
}
.g-menu-mobile-search {
  flex: 1;
  position: relative;
}
.g-menu-mobile-search-input {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 13px;
  line-height: 1;
  height: 30px;
  width: 100%;
  background: none;
}
.g-menu-mobile-search-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.g-menu-mobile-search-btn {
  border: none;
  background: url(/assets/img/i-arr-r2.png) no-repeat -4px -4px;
  width: 16px;
  height: 16px;
  position: absolute;
  margin: 8px 0 0 -15px;
}
.g-menu-mobile-search-btn:hover {
  cursor: pointer;
}
.g-menu-mobile-auth .g-header-auth-submenu {
  right: 10px;
}
.g-menu-mobile-auth a {
  color: white;
}
.g-menu-mobile-auth .btn {
  padding: 0.375rem 0.5rem;
}
.g-menu-mobile-auth .btn-link {
  color: white;
}
.g-menu .navbar-nav {
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.g-menu .navbar-nav .nav-item-bet {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #8ACDED;
  border-radius: 50%;
  position: relative;
  top: -1px;
}
.g-menu .navbar-nav .nav-item-bet:first-child {
  display: none;
}
.g-menu .navbar-nav .nav-item {
  padding: 0;
  position: relative;
  font-weight: 500;
}
.g-menu .navbar-nav .nav-item:hover .nav-link, .g-menu .navbar-nav .nav-item.active .nav-link {
  border-bottom: 2px solid white;
}
.g-menu .navbar-nav .nav-item:hover .nav-item-sub {
  display: block;
}
.g-menu .navbar-nav .nav-item .nav-link {
  border-bottom: 2px solid transparent;
  padding: 13px 0 10px 0;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.g-menu .navbar-nav .nav-item .nav-item-sub {
  padding-top: 15px;
  position: absolute;
  display: none;
  z-index: 1000;
}
.g-menu .navbar-nav .nav-item .nav-item-sub > ul {
  margin: 0;
  padding: 0;
  width: 300px;
  -webkit-box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.g-menu .navbar-nav .nav-item .nav-item-sub > ul:before {
  display: block;
  content: "";
  background: #00868F;
  width: 13px;
  height: 13px;
  transform: rotate(45deg);
  position: absolute;
  left: 25px;
  top: 9px;
}
.g-menu .navbar-nav .nav-item .nav-item-sub > ul > li {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
  background: #00868F;
}
.g-menu .navbar-nav .nav-item .nav-item-sub > ul > li:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.g-menu .navbar-nav .nav-item .nav-item-sub > ul > li:last-child {
  border-bottom: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.g-menu .navbar-nav .nav-item .nav-item-sub > ul > li.active a {
  opacity: 0.8;
}
.g-menu .navbar-nav .nav-item .nav-item-sub > ul > li > a {
  color: white;
  text-decoration: none;
  letter-spacing: 0;
  font-size: 14px;
  padding: 10px 20px;
  display: block;
}
.g-menu .navbar-nav .nav-item .nav-item-sub > ul > li > a:hover {
  opacity: 0.8;
}

@media (min-width: 1024px) {
  .slider-slide-left .slider-slide-wrapper {
    margin-left: -350px;
  }
  .slider-slide-right .slider-slide-wrapper {
    margin-left: 350px;
  }
}
@media (min-width: 1280px) {
  .slider-slide-left .slider-slide-wrapper {
    margin-left: -470px;
  }
  .slider-slide-right .slider-slide-wrapper {
    margin-left: 470px;
  }
}
.slider {
  margin-top: -2em;
}
.slider-slide {
  height: 546px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.slider-slide-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.slider-slide-text {
  position: absolute;
  z-index: 10;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  color: white;
  text-align: center;
  width: 280px;
  top: -10px;
}
.slider-slide-text-title1 {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 10px;
}
.slider-slide-text-title2 {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.7px;
  line-height: 1.2;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.slider-slide-text-desc {
  margin-bottom: 10px;
  font-size: 14px;
  opacity: 0.9;
  line-height: 1.5;
}
.slider-slide-text-btn {
  margin: 0 auto 70px;
  width: 160px;
  padding: 10px 0;
  font-size: 14px;
}
.slider-slide-bg {
  z-index: 5;
  width: 857px;
  height: 650px;
  border-radius: 50%;
  position: absolute;
  opacity: 0.8;
  top: -90px;
}
.slider-slide-bg-sport {
  background: linear-gradient(180deg, #F8B400 0%, #EE7D00 100%);
}
.slider-slide-bg-volunteer {
  background: linear-gradient(180deg, #F9D457 0%, #EFA92C 100%);
}
.slider-slide-bg-default {
  background: linear-gradient(180deg, #008283 0%, #003B3C 100%);
}
.slider-slide-bg-culture {
  background: linear-gradient(180deg, #C57BBE 0%, #93468A 100%);
}
.slider-slide-bg-nature {
  background: linear-gradient(180deg, #A5DC79 0%, #6CB644 100%);
}
.slider-slide-bg-city {
  background: linear-gradient(180deg, #0088C5 0%, #005093 100%);
}
.slider-slide-bg-science {
  background: linear-gradient(180deg, #66CEE9 0%, #35A0CD 100%);
}

.about {
  margin-bottom: 4em;
  min-height: 540px;
}
.about-wrapper {
  position: relative;
}
.about-left {
  padding-top: 30px;
  padding-bottom: 10px;
}
.about-right {
  background: #1F5874;
  color: white;
  padding: 30px 30px 30px 30px;
}
.about-right-quote {
  font-style: italic;
  font-weight: 200;
}
.about-right-quote:before {
  content: "";
  display: block;
  background: url(/assets/img/i-quote.svg) no-repeat center/contain;
  width: 40px;
  height: 40px;
  position: relative;
  left: -20px;
  top: 10px;
}
.about-right-author {
  font-size: 12px;
  font-weight: 100;
  text-align: right;
}

.projects {
  margin-bottom: 4em;
}
.projects-more {
  text-align: center;
  font-size: 18px;
  display: block;
  margin-bottom: 2em;
  margin-top: 1em;
  color: #FF7843;
}
.projects-item {
  height: 424px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  position: relative;
  margin-bottom: 2em;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 359px;
}
.projects-item:hover {
  text-decoration: none;
}
.projects-item-sport .projects-item-text-icon {
  background-image: url(/assets/img/i-sport.svg);
}
.projects-item-sport .projects-item-text {
  background-image: url(/assets/img/p-bg-sport.png);
}
.projects-item-city .projects-item-text-icon {
  background-image: url(/assets/img/i-city.svg);
}
.projects-item-city .projects-item-text {
  background-image: url(/assets/img/p-bg-city.png);
}
.projects-item-science .projects-item-text-icon {
  background-image: url(/assets/img/i-science.svg);
}
.projects-item-science .projects-item-text {
  background-image: url(/assets/img/p-bg-science.png);
}
.projects-item-volunteer .projects-item-text-icon {
  background-image: url(/assets/img/i-volunteer.svg);
}
.projects-item-volunteer .projects-item-text {
  background-image: url(/assets/img/p-bg-volunteer.png);
}
.projects-item-nature .projects-item-text-icon {
  background-image: url(/assets/img/i-nature.svg);
}
.projects-item-nature .projects-item-text {
  background-image: url(/assets/img/p-bg-nature.png);
}
.projects-item-culture .projects-item-text-icon {
  background-image: url(/assets/img/i-culture.svg);
}
.projects-item-culture .projects-item-text {
  background-image: url(/assets/img/p-bg-culture.png);
}
.projects-item-text {
  text-align: center;
  color: white;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  padding: 50px 20px 5px;
}
.projects-item-text-icon {
  width: 62px;
  height: 62px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 56px;
  background-color: white;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: -40px;
  margin-left: -31px;
}
.projects-item-text-title {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 15px;
  font-weight: 300;
}
.projects-item-text-desc {
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 20px;
  display: none;
  max-height: 160px;
  overflow: hidden;
}
.projects-item-text-detail {
  font-size: 16px;
  opacity: 0.7;
  margin-bottom: 20px;
  display: none;
}
.projects-item-text-detail:hover {
  opacity: 0.5;
}

.block h2 {
  margin-bottom: 1em;
}

.geo {
  margin-bottom: 4em;
}
.geo > h2 {
  position: relative;
  top: 40px;
}
.geo-wrapper {
  position: relative;
  margin-bottom: 20px;
}
.geo-place {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
}
.geo-place-pin {
  width: 30px;
  height: 44px;
  background: url(/assets/img/pin.svg) no-repeat;
  display: block;
  margin: -44px 0 0 0;
  z-index: 90;
}
.geo-place.active .geo-popup {
  display: flex;
  cursor: pointer;
}
.geo-place.active .geo-place-pin {
  background: url(/assets/img/pin-active.svg) no-repeat;
  z-index: 95;
}
.geo-place-voronezh {
  margin: -3% 0 0 -42%;
}
.geo-place-gubk {
  margin: -4% 0 0 -7%;
}
.geo-place-nizhnevartovsk {
  margin: 6% 0 0 -3%;
}
.geo-place-nyagan {
  margin: 5% 0 0 -13%;
}
.geo-place-tobolsk {
  margin: 13% 0 0 -10%;
}
.geo-place-krasnodar {
  margin: 6% 0 0 -51%;
}
.geo-place-kstovo {
  margin: -3% 0 0 -29%;
}
.geo-place-dzerzhinsk {
  margin: -3% 0 0 -32%;
}
.geo-place-pit-yah {
  margin: 9% 0 0 -7%;
}
.geo-place-blagovezchensk {
  margin: 11.5% 0 0 -30%;
}
.geo-place-noyabrsk {
  margin: 2% 0 0 -1%;
}
.geo-place-tomsk {
  margin: 19% 0 0 0%;
}
.geo-place-tolyatti {
  margin: 6% 0 0 -36%;
}
.geo-place-perm {
  margin: 3% 0 0 -21%;
}
.geo-place-muravlenko {
  margin: 2% 0 0 -8%;
}
.geo-place-nijnekamsk {
  margin: 12% 0 0 -17%;
}
.geo-popup {
  min-height: 125px;
  z-index: 100;
  display: none;
  position: absolute;
  background: white;
  margin: -93px 0px 0 50px;
  flex-flow: row nowrap;
  width: 420px;
  border-radius: 18px;
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.19);
  overflow: hidden;
}
.geo-popup-bottom {
  margin: -1px 0px 0 -160px;
}
.geo-popup-ava {
  width: 125px;
  background-position: center;
  background-size: cover;
  background-color: #f0f0f0;
}
.geo-popup-text {
  display: flex;
  flex-flow: column nowrap;
  flex: 1;
  justify-content: center;
  padding: 15px 20px;
}
.geo-popup-text h2 {
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 400;
}
.geo-popup-text p {
  margin-bottom: 0;
  line-height: 22px;
  font-size: 13px;
  color: #808080;
}
.geo-map {
  width: 100%;
}
.geo-list {
  margin-bottom: 2em;
}
.geo-list-item {
  display: inline-block;
  width: 143px;
  font-size: 12px;
  margin-bottom: 13px;
}
.geo-list-item.active {
  text-decoration: underline;
}
.geo-list-item-voronezh span {
  background-image: url(/assets/img/city-voronezh.png);
}
.geo-list-item-gubk span {
  background-image: url(/assets/img/city-gubk.png);
}
.geo-list-item-nizhnevartovsk span {
  background-image: url(/assets/img/city-nizhnevartovsk.png);
}
.geo-list-item-nyagan span {
  background-image: url(/assets/img/city-nyagan.png);
}
.geo-list-item-tobolsk span {
  background-image: url(/assets/img/city-tobolsk.png);
}
.geo-list-item-krasnodar span {
  background-image: url(/assets/img/city-krasnodar.png);
}
.geo-list-item-kstovo span {
  background-image: url(/assets/img/city-kstovo.png);
}
.geo-list-item-dzerzhinsk span {
  background-image: url(/assets/img/city-dzerzhinsk.png);
}
.geo-list-item-pit-yah span {
  background-image: url(/assets/img/city-pit-yah.png);
}
.geo-list-item-blagovezchensk span {
  background-image: url(/assets/img/city-blagovezchensk.png);
}
.geo-list-item-noyabrsk span {
  background-image: url(/assets/img/city-noyabrsk.png);
}
.geo-list-item-tomsk span {
  background-image: url(/assets/img/city-tomsk.png);
}
.geo-list-item-tolyatti span {
  background-image: url(/assets/img/city-tolyatti.png);
}
.geo-list-item-perm span {
  background-image: url(/assets/img/city-perm.png);
}
.geo-list-item-muravlenko span {
  background-image: url(/assets/img/city-muravlenko.png);
}
.geo-list-item span {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 13px;
  margin-right: 8px;
}

.back {
  color: #4A4A4A;
  text-decoration: underline;
  opacity: 0.5;
  position: relative;
  top: -1em;
}

.news {
  margin-bottom: 4em;
}
.news .row {
  margin-bottom: 2em;
}
.news-item {
  margin-bottom: 2em;
}
.news-item-ava {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 280px;
  display: block;
  margin-bottom: 20px;
}
.news-item-date {
  opacity: 0.5;
  margin-bottom: 5px;
}
.news-item-title {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 15px;
  display: block;
}
.news-item-desc {
  color: #848484;
  margin-bottom: 15px;
}
.news-item-detail {
  font-size: 12px;
  color: #FF7843;
  letter-spacing: 1.15px;
}
.news-item-detail:hover {
  color: #FF7843;
}
.news-item-detail span {
  font-size: 17px;
}

.news-card h1 {
  margin-bottom: 5px;
}
.news-card-date {
  color: #848484;
}
.news-card img {
  max-width: 100%;
  margin-bottom: 1em;
}
.news-card-carousel {
  position: relative;
  margin-bottom: 1em;
}
.news-card-carousel-item {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.news-card-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -35px;
}
.news-card-carousel .owl-nav .owl-prev,
.news-card-carousel .owl-nav .owl-next {
  position: absolute;
}
.news-card-carousel .owl-nav .owl-prev.disabled,
.news-card-carousel .owl-nav .owl-next.disabled {
  opacity: 0.5;
}
.news-card-carousel .owl-nav .owl-prev span,
.news-card-carousel .owl-nav .owl-next span {
  width: 36px;
  height: 69px;
  display: block;
  color: transparent;
}
.news-card-carousel .owl-nav .owl-prev {
  left: 20px;
}
.news-card-carousel .owl-nav .owl-prev span {
  background: url(/assets/img/i-arr-big-l.svg);
}
.news-card-carousel .owl-nav .owl-next {
  right: 20px;
}
.news-card-carousel .owl-nav .owl-next span {
  background: url(/assets/img/i-arr-big-r.svg);
}
.news-card-carousel .owl-dots {
  display: none;
}
.news-card-event {
  background: linear-gradient(180deg, #4ED5EF 0%, #26AADB 100%);
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 1em;
  color: white;
  display: table;
  width: 100%;
  box-shadow: 0 9px 21px 0 rgba(0, 0, 0, 0.15);
}
.news-card-event .row {
  text-align: center;
  min-height: 50px;
}
.news-card-event a {
  color: white;
}
.news-card-event-date {
  font-size: 24px;
  letter-spacing: 0.6px;
  margin-bottom: 3px;
}
.news-card-event-location {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.3;
}
.news-card-event-btn button {
  padding: 12px 40px;
}

.partners-list {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
}
.partners-list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 110px;
}
.partners-list-item img {
  width: auto !important;
}

.partners-carousel .owl-nav {
  position: absolute;
  width: 100%;
}
.partners-carousel .owl-nav.disabled {
  display: block !important;
}
.partners-carousel .owl-nav .owl-prev {
  left: 0;
}
.partners-carousel .owl-nav .owl-next {
  right: 0;
}
.partners-carousel .owl-nav .owl-prev,
.partners-carousel .owl-nav .owl-next {
  position: absolute;
  top: 30px;
  display: block;
  width: 60px;
  height: 60px;
}
.partners-carousel .owl-nav .owl-prev.disabled,
.partners-carousel .owl-nav .owl-next.disabled {
  opacity: 0.5;
}
.partners-carousel .owl-nav .owl-prev span,
.partners-carousel .owl-nav .owl-next span {
  display: none;
}
.partners-carousel .owl-dots {
  display: none;
}

.g-main {
  flex: 1 0 auto;
}

.interactive {
  text-decoration: none;
  border-bottom: 1px dashed;
}
.interactive:hover {
  text-decoration: none;
}

.g-footer {
  margin-top: 4em;
  background: url(/assets/img/footer-bg.png) no-repeat top right;
  background-size: 40rem auto;
}
@media screen and (max-width: 1024px) {
  .g-footer {
    background-size: 30rem auto;
  }
}
@media screen and (max-width: 768px) {
  .g-footer {
    background: none;
  }
}
.g-footer-row1 {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  margin-bottom: 2em;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
.g-footer-row2 {
  font-size: 10px;
  line-height: 1;
  margin-bottom: 1em;
  color: #bbb;
  letter-spacing: 0.15px;
  white-space: nowrap;
}
.g-footer-row2-logo {
  display: inline-block;
  width: 88px;
  height: 20px;
  background: url(/assets/img/mediasphere.png) no-repeat center/contain;
  line-height: 10px;
  position: absolute;
  margin: -5px 0 0 0;
}
.g-footer-cell1 {
  min-width: 220px;
  margin-bottom: 1em;
}
.g-footer-cell1-bottom {
  display: flex;
  align-items: center;
}
.g-footer-cell1-bottom-social {
  margin-right: 1em;
  display: flex;
}
.g-footer-cell1-bottom-social a {
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin: 3px 4px 0 0;
}
.g-footer-cell1-bottom-social .vk {
  background-image: url(/assets/img/vk.svg);
}
.g-footer-cell1-bottom-social .ok {
  background-image: url(/assets/img/odnokl.svg);
}
.g-footer-cell1-bottom-social .insta {
  background-image: url(/assets/img/insta.svg);
}
.g-footer-cell1-bottom-social .tg {
  background-image: url(/assets/img/tg.svg);
}
.g-footer-cell1-bottom-location {
  line-height: 1;
}
.g-footer-cell2-menu {
  margin-bottom: 1em;
}
.g-footer-cell2-menu a {
  display: inline-block;
  width: 150px;
  color: #4A4A4A;
  text-decoration: underline;
  vertical-align: top;
  line-height: 1.1;
}
.g-footer-cell2-mail {
  line-height: 1.2;
  color: #AFAFAF;
}
.g-footer-cell2-mail a {
  color: #AFAFAF;
  text-decoration: underline;
}
.g-footer-cell3-fhd {
  background: url(/assets/img/logo-fhd.svg) no-repeat center/contain;
  width: 130px;
  height: 64px;
  display: block;
}

.mobile-menu-bg {
  background: transparent;
  height: 100%;
  width: 100%;
  z-index: 999;
  position: absolute;
  display: none;
}

.mobile-menu {
  background: #00868F;
  color: white;
  min-height: 100%;
  width: 300px;
  position: absolute;
  z-index: 1000;
  box-shadow: 6px 0 24px 0 rgba(0, 0, 0, 0.5);
  padding: 20px;
  transition: left 0.5s ease-out;
  left: -350px;
}
.mobile-menu.active {
  left: 0;
}
.mobile-menu li:hover > a, .mobile-menu li.active > a {
  text-decoration: none;
  color: #c3dfe5;
}
.mobile-menu a {
  color: white;
}
.mobile-menu-sub.active > a {
  background: url(/assets/img/i-minus.svg) no-repeat right 17px;
}
.mobile-menu-sub > a {
  background: url(/assets/img/i-plus.svg) no-repeat right 9px;
}
.mobile-menu-close {
  font-size: 18px;
  display: block;
  margin-bottom: 30px;
  background: url(/assets/img/i-close.svg) no-repeat;
  padding-left: 33px;
}
.mobile-menu > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.mobile-menu > ul > li > a {
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  padding: 10px 0;
}
.mobile-menu > ul > li > ul {
  padding: 0;
  margin: 0 0 1em;
  list-style: none;
  display: none;
}
.mobile-menu > ul > li > ul > li > a {
  display: block;
  padding: 5px 0;
}

.pagination {
  margin-top: 1rem;
  gap: 0.5rem;
  text-align: center;
}
.pagination .page-item.active .page-link {
  color: white;
  background-color: #00868F;
}
.pagination .page-item .page-link {
  color: #00868F;
  font-weight: bold;
  border: 1px solid #00868F;
  border-radius: 5px;
}

.contacts-splash {
  height: 226px;
  background-position: center;
  background-size: cover;
  margin: -2em 0 4em;
}
.contacts-info {
  margin-bottom: 3em;
}
.contacts-info .row {
  margin-bottom: 1.5em;
}
.contacts-info .row > div:nth-child(2) a {
  color: #E7792B;
  font-size: 18px;
  text-decoration: underline;
  font-weight: 500;
}
.contacts-info .row > div:nth-child(1) {
  color: #848484;
}
.contacts-phone {
  display: inline-block;
}
.contacts-phone-title {
  color: #848484;
}
.contacts-phone-num {
  color: #EB8000;
  font-size: 31px;
  line-height: 1;
}
.contacts-phone-num:hover {
  color: #EB8000;
}
.contacts-phone-addon {
  text-align: right;
  color: #848484;
}

.form-smi {
  background: linear-gradient(180deg, #9BCE06 0%, #7DB905 100%);
  color: white;
  padding: 4em 0;
  text-align: center;
}
.form-smi h2 {
  color: white;
}
.form-smi p {
  font-weight: 300;
}
.form-smi .container {
  max-width: 630px;
}

.form-feedback {
  background: #2EA5DD url(/assets/img/bg-feedback.jpg) center/cover;
  color: white;
  padding: 4em 0;
  text-align: center;
}
.form-feedback .errortext {
  color: white !important;
}
.form-feedback .mf-ok-text {
  font-size: 18px;
  margin-bottom: 1em;
}
.form-feedback h2 {
  color: white;
}
.form-feedback p {
  font-weight: 300;
  margin-bottom: 2em;
}
.form-feedback .container {
  max-width: 500px;
}

.big {
  font-size: 14px;
}

@media (max-width: 767px) {
  .geo-place.active .geo-place-pin {
    display: block;
  }
  .geo-place-pin {
    display: none;
  }
  .geo-popup {
    width: 300px;
    left: 50%;
    position: fixed;
    margin: 0 0 0 -150px;
    bottom: 10px;
  }
}
@media (min-width: 375px) {
  .slider-slide-text {
    width: 320px;
  }
}
@media (min-width: 576px) {
  .g-header-auth-menu-right {
    display: block;
  }
  .g-header-auth-menu div {
    color: black;
  }
  .g-header-auth-menu span {
    color: #00868F;
  }
}
@media (min-width: 768px) {
  .geo-list-item {
    width: 180px;
    font-size: 15px;
  }
  .contacts-splash {
    height: 326px;
  }
  .contacts-info .row {
    margin-bottom: 0.5em;
  }
  .contacts-phone-row {
    display: flex;
    align-items: center;
  }
  .contacts-phone-title {
    margin-right: 1em;
  }
  .contacts-phone-num {
    font-size: 34px;
    line-height: 1;
  }
  .big {
    font-size: 18px;
  }
  .news-card img {
    float: left;
    margin-right: 1em;
  }
  .news-card-text {
    margin-bottom: 1em;
  }
  .news-card-event .row {
    text-align: left;
  }
  .news-card-event-date {
    font-size: 30px;
    margin-bottom: 5px;
    font-weight: 500;
  }
  .news-card-event-location {
    font-size: 18px;
    margin-bottom: 0;
  }
  .about-right {
    padding: 40px;
  }
  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 34px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 26px;
  }
  h5 {
    font-size: 22px;
  }
  .slider-slide {
    height: 546px;
  }
  .slider-slide-text {
    text-align: left;
    width: 500px;
    top: 0;
  }
  .slider-slide-text-title1 {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .slider-slide-text-title2 {
    font-size: 36px;
    font-weight: 800;
    letter-spacing: 0.7px;
    margin-bottom: 10px;
  }
  .slider-slide-text-desc {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .slider-slide-text-btn {
    margin: 0 0 40px 0;
  }
  .slider-slide-bg {
    width: 857px;
    height: 650px;
  }
  .partners-carousel .owl-nav .owl-prev {
    left: -50px;
  }
  .partners-carousel .owl-nav .owl-next {
    right: -50px;
  }
  .g-footer-row1 {
    flex-flow: row nowrap;
    align-items: flex-start;
  }
  .g-footer-cell2 {
    margin: 0 1em;
  }
}
@media (min-width: 1024px) {
  .news-card-event-date {
    font-size: 34px;
    margin-bottom: 0;
  }
  .slider-slide-text-title2 {
    font-size: 40px;
  }
  .about {
    margin-bottom: 4em;
  }
  .about-wrapper {
    position: relative;
  }
  .about-left {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .about-right {
    background: #1F5874;
    color: white;
    padding: 90px 0 80px 60px;
    position: absolute;
    right: 0;
    width: 1000px;
    max-width: 1000px;
    margin-right: -680px;
  }
  .about-right-quote {
    font-style: italic;
    font-weight: 200;
    width: 250px;
  }
  .about-right-quote:before {
    content: "";
    display: block;
    background: url(/assets/img/i-quote.svg) no-repeat center/contain;
    width: 40px;
    height: 40px;
    position: relative;
    left: -20px;
    top: 10px;
  }
  .about-right-author {
    width: 250px;
    font-size: 12px;
    font-weight: 100;
    text-align: right;
  }
}
@media (min-width: 1280px) {
  .about-right-quote {
    width: 300px;
  }
  .about-right-author {
    width: 300px;
  }
  .slider-slide-text-title2 {
    font-size: 44px;
  }
  .g-footer-row1 {
    flex-flow: row nowrap;
  }
}

/*# sourceMappingURL=style1.css.map */
