/************************************************

Stylesheet: Global Stylesheet

*************************************************/

  @font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.ttf');
    font-style: normal;
    font-weight: normal;
	font-display: swap;
  }


/*********************
POSTS & CONTENT STYLES
*********************/
*{
	font-family: 'Montserrat';
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat';
}
.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe; }

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px; }

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none; }

.widget ul {
  margin: 0; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  margin-top: 1em; }

/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

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

body{
	background: #131313;
	color: #fff;
}
.row{
	max-width: 1600px;
	margin: 0 auto;
}
.spisokuslug{
	margin-top: 20px;
	margin-bottom: 20px;
}
.spisokuslug a{
	color: #fff;
}
.spisokuslug h2{
	margin-top: 60px;
	margin-bottom: 60px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
.submenu {
	z-index: 222;
}
.custom-logo-link{
	max-width: 80%;
} 
.custom-logo-link img{
    max-width: 300px;
    width: 100%;
} 
.top-bar, .top-bar ul {
    background-color: #131313;
}
/* Основной контейнер, занимающий весь экран */
.fullscreen-video-container {
    position: relative;
    width: 100%;
    /* 100vh означает 100% высоты области просмотра (Viewport Height) */
    height: 100vh; 
    overflow: hidden;
    background-color: #000; /* Цвет на случай, если видео не загрузится */
}

/* Стили для самого видео: растягиваем его на весь контейнер */
.video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    /* Смещение видео назад, чтобы оно занимало весь контейнер, сохраняя пропорции */
    transform: translate(-50%, -50%);
    z-index: 1;
    /* Гарантируем, что видео всегда занимает весь экран, обрезая лишнее по краям */
    object-fit: cover;
}

/* Контейнер для контента (логотипа) поверх видео */
.content-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    /* Используем Flexbox для идеального центрирования содержимого */
    display: flex;
    justify-content: center; /* Центрирование по горизонтали */
    align-items: center;     /* Центрирование по вертикали */
}

/* Стили для логотипа */
.center-logo {
    /* Задайте максимальный размер для логотипа, чтобы он не был слишком большим */
    max-width: 300px; 
    height: auto;
    /* Добавляем тень или обводку, если логотип теряется на фоне видео */
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); */
}

/* Дополнительно: затемнение для лучшей читаемости логотипа */

.fullscreen-video-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4); 
    z-index: 1;
}

.hero-section {
    display: flex; /* Использование Flexbox для создания колонок */
    align-items: center; /* Выравнивание элементов по вертикали по центру */
    justify-content: space-between; /* Распределение пространства между колонками */
    max-width: 1600px;
    margin: 20px;
    border-radius: 8px;
	height: 800px;
	width: 100%;
}
.hamburgermenu {
  display: inline-block;
  cursor: pointer;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #fff;
  margin: 6px 0;
  transition: 0.4s;
}
.top-bar .top-bar-left, .top-bar .top-bar-right {
	    flex: 0 1 auto;
}
.hero-content {
    flex: 1; /* Левая колонка займет доступное пространство */
    padding-right: 40px;
}

.hero-content h1 {
    margin-bottom: 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 90px;
    font-weight: bold;
}

.hero-content p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: #fff;
    line-height: 1.5;
}

.cta-buttons {
    display: flex; /* Размещение кнопок рядом */
    gap: 15px; /* Расстояние между кнопками */
}

.btn {
    display: inline-block;
    padding: 12px 25px;
    text-decoration: none;
    text-align: center;
    transition: background-color 0.3s ease;
}

.btn-primary {
    background-color: #0D0C0C;
    color: white;
    border: 1px solid #0D0C0C;
	transition: 1s all;
}

.btn-primary:hover {
	background-color: #fff;
    color: #0D0C0C;
    border: 1px solid #0D0C0C;
}

.btn-secondary {
    background-color: transparent;
    color: #0D0C0C;
    border: 1px solid #0D0C0C;
	transition: 1s all;
}

.btn-secondary:hover {
	background-color: #0D0C0C;
    color: white;
    border: 1px solid #0D0C0C;
}

.hero-image {
    flex: 1; /* Правая колонка также займет доступное пространство */
    text-align: right;
}

.hero-image img {
    max-width: 100%; /* Изображение будет подстраиваться под размер контейнера */
    height: auto;
    border-radius: 8px;
}

/* Медиа-запрос для адаптивности на мобильных устройствах */
@media (max-width: 768px) {
    .hero-section {
        flex-direction: column; /* Колонки располагаются друг под другом */
        padding: 20px;
		height: auto;
    }
.hero-content h1{
	font-size: 36px;
}
    .hero-content {
        padding-right: 0;
        margin-bottom: 20px;
    }

    .hero-image {
        text-align: center; /* Выравнивание изображения по центру на мобильных */
    }

    .cta-buttons {
        flex-direction: column; /* Кнопки тоже друг под другом */
        gap: 10px;
    }
}
.padding100{
	padding-top: 100px;
    padding-bottom: 100px;
}
.footer{
	position: relative;
}
.socsetiblock{
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 60px;
    height: 100%;	
}
.socsetiblock a:hover{
    filter: opacity(0.5);
}
.footerbg{
    position: absolute;
    opacity: 0.1;
    width: 500px;
    right: 0;
    top: -300px;
z-index: -1;	
}
.formblock label{
    color: #fff;
    display: flex;
    gap: 20px;
	font-size: 140%;
}
.formblock input{
    color: #fff;
    background: none !important;
    border: none !important;
    border-bottom: 2px solid !important;
    height: 40px;
    box-shadow: none !important;
    font-size: 120%;
}
@media screen and (max-width: 640px) {
	.formblock label{

    font-size: 100%;
}

.video-background{
	width: 100%;
}
}
.phonespan{
    display: flex;
    justify-content: space-around;	
	    gap: 20px;
}
label span{
width: 100%;	
}
.formblock{
	    max-width: 600px;
    margin: 0 auto;
}
h2{

}
.formblock h2{
	margin-bottom: 60px;
}
.infotext{
	text-align: center;
    font-size: 65%;
    width: 100%;
    display: block;
}
.formblock [type=submit]{
	color: #000 !important;
    border: none !important;
    text-transform: uppercase;
    background: #fff !important;
    margin: 0 auto;
    display: block;
    padding: 10px 70px;
    height: 46px;
    margin-top: 50px;
    cursor: pointer;
    font-weight: bold;
}
.menu a {
	background: #131313 !important;
	color: #fff !important;
}
.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after, .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
	border-color: #fff transparent transparent !important;
}
.off-canvas{
	background: #131313 !important;
}
.submenu {
	border: none;
	width: 300px;
}
.submenu a{
	
}
strong{
	font-size: 120%;
} 

.borderleft{
	border: 1px solid;
}
.bordercenter{
	border: 1px solid;
	border-left: 0;
	border-right: 0;
}
.borderright{
	border: 1px solid;
}
.borderleft p, .bordercenter p, .borderright p{
	padding: 60px;
}
.reveal{
	background: #131313 !important;
}
.image-container {
        overflow: hidden; /* Скрываем выступающие части при зуме */
        display: inline-block; /* Чтобы контейнер был размером с картинку */
    }

    .image-container img {
        transition: transform 0.3s ease; /* Плавный переход */
        width: 100%; /* Исходная ширина картинки */
        height: auto;
    }

    .image-container img:hover {
        transform: scale(1.1); /* Увеличить на 10% при наведении */
        /* transform: scale(1.2);  Увеличить на 20% */
    } 
	.image-container p img {
		width: 20px;
	}
	
	.top-bar{
	padding: 2rem 0;
}
.top-bar .logo,
footer .logo_footer{
	max-width: 194px;
}
.top-bar .language{
	display: flex;
   align-items: center;
}
.top-bar .language svg{
	margin-right: 1rem;
}
.top-bar .menu{
}
footer h2{
	padding-bottom: 2rem;
}
footer .inner-footer .telefon_footer,
footer .inner-footer .adress_footer,
footer .inner-footer .pochta_footer{
	padding: 0 0 0 3rem;
	position: relative;
	line-height: 1.8;
}
footer .inner-footer .pochta_footer a{
	color: #fff;
}
footer .inner-footer .cell svg{
	position: absolute;
	left: 0;
	top:5px;
}
footer .inner-footer .cell span{
	display: block;
	color: #989898;
	font-size: 25px;
}

footer .copyright_footer{
	text-align: center;
}

footer .logo_background{
	  width: 673px;
    opacity: .04;
    position: absolute;
    bottom: -141px;
    right: -205px;
}

footer.footer{
	padding: 5rem 0;
	margin: 0;
}

footer .logo_soc{
	display: flex;
	align-items: center;
	padding: 2rem 0;
}
footer hr{
	max-width: 858px;
}
footer .copyright_footer{
	padding: 2rem 0;
}
