/* Базовые настройки */
body {
  font-family: 'Commissioner', sans-serif;
  font-style: normal;
  background-color: #000;
  color: #fff;
}

html {
    background-color: #000000;
}


#video-overlay {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;


    width: 100vw;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;


}

#intro-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#main-content.hidden {
  display: none;
}

#main-content {
  padding: 40px;
}



/* Обёртка первого экрана */
.hero-wrapper {
  background-image: url('../img/topbg.png');
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  min-height: 70vh;
}

/* Контейнер */
.hero-container {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* Шапка */
.hero-header {
  min-height: 80px;
}

/* Лого */
.hero-logo {
  width: 100px;
}

/* Меню */
.hero-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 30px;
}

.hero-menu a:hover {
  color: white;
  text-decoration: none;
  opacity: 0.8;
}

.contentcollaider2,
.contentcollaider {
  color: black
}


.hero-menu-link {
  color: #FFFFFF;
  text-decoration: none;
}

.hero-menu-link svg,
.hero-phone-text svg {
    margin-right: 10px;
}

.hero-menu span {
  display: flex;
}

.hero-menu span svg path {
fill: #DEBD00;
}

.hero-menu svg {
  margin-right: 5px;
}

.hero-menu-active, .hero-menu span {
  align-items: center;
  color: #DEBD00;
}

/* Телефон */
.hero-phone {
  gap: 10px;
}

.hero-phone-text {
  font-weight: bold;
}

/* Контент */
.hero-content {
  padding-top: 40px;

  padding-bottom: 60px;
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 317px;
}


.hero__socs {
  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;
  margin-right: 40px;
  min-width: 40px;
}
.hero__socs .line {
  width: 1px;
  height: 110px;
  background-color: #fff;
}
.hero__socs .line:first-child {
  margin-bottom: 20px;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}
.hero__socs .line:last-child {
  margin-top: 20px;
  -webkit-transform-origin: top center;
  transform-origin: top center;
}
.hero__socs .item {
  margin-bottom: 10px;
  display: inline-block;
  -webkit-transition: none;
  transition: none;
  position: relative;
}
.hero__socs .item .hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
}

.hero__socs .item img {
  transition: all 0.3s;
}

.hero__socs .item:last-of-type {
  margin-bottom: 0;
}

.hero-title {
  font-weight: 700;
  font-size: 31px;
  line-height: 115%;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.hero-description {
  font-weight: 400;
  font-size: 21px;
  line-height: 115%;
  color: #D7D7D7;
  margin-bottom: 30px;
}

/* Кнопка */
.hero-button {
  background-color: rgba(255, 255, 255, 0.3);
  color: #FFFFFF;
  border-radius: 7px;
  text-transform: none;
  border: none;
}

.hero-button:hover {
  color: #fff;
}



@media (hover: hover) {
  .hero__socs .item:hover .hover {
    opacity: 1;
  }
  .hero__socs .item:hover img {
    opacity: 0.8;
  }
}


.banner-line {
  background-color: #F5AB01;
  height: 56px;
  overflow: hidden;
}

.banner-line-content {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 10px;
}

.banner-line-text {
  font-family: 'Commissioner', sans-serif;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
  color: #000000;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}


.utp-section {
  position: relative;
  min-height: 420px;
  padding-top: 100px;
  background-color: #000000;
  color: #FFFFFF;
  font-family: 'Commissioner', sans-serif;
  font-style: normal;

  /* фоновые картинки */
  background-image: url('../img/leftr.png'), url('../img/rightr.png');
  background-position: left bottom, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: auto;
}

.utp-heading {
  text-align: center;
  font-weight: 700;
  font-size: 31px;
  line-height: 115%;
  color: #FFFFFF;
  margin-bottom: 60px;
}

.utp-list {
  gap: 20px;
}

.utp-item {
  background: rgba(0,0,0,0.3);
  border: 1px solid #505050;
  border-radius: 16px;
  padding: 40px 20px;
  flex: 1 1 22%;
  text-align: center;
  box-sizing: border-box;
}

.utp-glow {
  box-shadow: 0px -10px 50px rgba(255, 174, 0, 0.3) inset;
}

.utp-icon {
  width: 64px;
  height: 64px;
  background-color: #1A1A1A;
  border-radius: 50%;
  margin: 0 auto 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.utp-title {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.utp-description {
  font-weight: 400;
  font-size: 15px;
  color: #D7D7D7;
  line-height: 130%;
}
.services-section {
  background-color: #000000;
  padding-top: 50px;
  padding-bottom: 20px;
  font-family: 'Commissioner', sans-serif;
  font-style: normal;
}

.services-heading {
  text-align: center;
  font-size: 31px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 60px;
}

.services-slider {
  margin-top: 20px;
}

.services-slider a:hover {
  text-decoration: none;
}

.service-card {
  display: block;
  text-decoration: none;
  color: #FFFFFF;
  padding: 20px;
  border-radius: 22px;
  transition: opacity 0.3s ease;
}

.service-card:hover {
  opacity: 0.8;
}

.service-image {
  width: 100%;
  padding-top: 60%;
  background-size: cover;
  background-position: center;
  border-radius: 22px;
  margin-bottom: 20px;
}

.service-title {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 10px;
}

.service-description {
  font-size: 14px;
  font-weight: 400;
  color: #BBBBBB;
  line-height: 1.5;
  margin-bottom: 20px;
}

.service-button {
  background-color: #2a2a2a;
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
  border-radius: 6px;
  width: 100%;
}




.spheres-section {
  background: #000000 url("../img/bgblack.png") no-repeat center top;
  padding-top: 110px;
  padding-bottom: 10px;
  font-family: 'Commissioner', sans-serif;
  font-style: normal;
}

.spheres-heading {
  text-align: center;
  font-size: 31px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 60px;
}

.sphere-card {
  position: relative;
  width: 100%;
  padding-top: 60%; /* соотношение сторон */
  background-size: cover;
  background-position: center;
  border-radius: 22px;
  overflow: hidden;
  transition: opacity 0.3s ease;
}

.sphere-card:hover {
  opacity: 0.8;
}

.sphere-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}

.sphere-label {
  position: absolute;
  bottom: 10px;
  left: 10px;
  
    text-align: center;
  right: 10px;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  z-index: 2;
}
.guarantee-section {
  padding-top: 20px;
  padding-bottom: 100px;
  font-family: 'Commissioner', sans-serif;
  font-style: normal;
  color: #FFFFFF;
}

.sphere1 {
  padding-bottom: 130px;
}

.guarantee-badge {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #E6DA70;
  padding: 9px 14px;
  border: 2px solid #8D7861;
  border-radius: 20px;
  background: transparent;
  margin-bottom: 30px;
}

.guarantee-heading {
  font-weight: 900;
  font-size: 38px;
  line-height: 38px;
  color: #fff;
  text-align: left;
  margin-bottom: 50px;
}

.guarantee-columns {
  gap: 40px;
}

.guarantee-paragraph-left {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #FFFFFF;
}

.guarantee-paragraph-right {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
  color: #FFFFFF;
}


.news-section {
  background-color: #000000;
  padding-top: 60px;
  padding-bottom: 150px;
  font-family: 'Commissioner', sans-serif;
  font-style: normal;
}

.news-heading {
  text-align: center;
  font-size: 31px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 60px;
}

.news-slider {
  margin-top: 20px;
}

.news-card {
  display: block;
  text-decoration: none;
  color: #FFFFFF;
  padding: 20px;
  border-radius: 22px;
  transition: opacity 0.3s ease;
}

.news-card:hover {
  opacity: 0.8;
}

.news-image {
  width: 100%;
  padding-top: 60%;
  background-size: cover;
  background-position: center;
  border-radius: 22px;
  margin-bottom: 20px;
}

.news-title {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 10px;
}

.news-text {
  font-size: 14px;
  font-weight: 400;
  color: #777777;
  line-height: 1.5;
}

.news-icon {
  color: #FFFFFF;
}



.contacts-footer-wrapper {
  background-color: #000000;
  font-family: 'Commissioner', sans-serif;
  font-style: normal;
  color: #FFFFFF;
}

.contacts-map {
  min-height: 100%;
  height: 100%;
}

.contacts-content {
  padding: 80px 0;
  max-width: 600px; /* ограничить до правой половины контейнера */
  margin-left: auto;
}

.contacts-title {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #FFFFFF;
}

.contact-block {
  margin-bottom: 25px;
}

.contact-subtitle {
  font-size: 20px;
  font-weight: 700;
}

.contact-subtitle.blue {
  color: #557CDB;
}

.contact-subtitle.gold {
  color: #CC984A;
}

.contact-text {
  font-size: 14px;
  font-weight: 400;
  color: #90A4AE;
  margin-top: 4px;
}

.contact-links {
  margin: 30px 0;
  gap: 20px;
}

.contact-link {
  font-size: 14px;
  font-weight: 400;
  color: #CC984A;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
}

.contact-socials {
  display: flex;
  gap: 20px;
  margin-bottom: 50px;
}

.contact-footer {
  font-size: 14px;
  color: #888888;
}

.contact-bottom-links {
  margin-top: 10px;
}

.contacts-content a:hover {
  text-decoration: none;
  color: #CC984A;
  opacity: 0.8
}

.legal-link {
  font-size: 14px;
  color: #FFFFFF;
  text-decoration: none;
}


.block-split-left {
  background: #222;
  min-height: 100%;
}

.block-split-right-wrapper {
  display: flex;
  justify-content: flex-start; /* можно и flex-end */
}

.block-split-right {
  max-width: 600px; /* половина контейнера */
  width: 100%;
  padding: 60px 0;
}
