@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

@font-face {
    font-family: 'CenturyGothic';
    src: url('../fonts/CenturyGothic.eot');
    src: url('../fonts/CenturyGothic.eot') format('embedded-opentype'),
         url('../fonts/CenturyGothic.woff2') format('woff2'),
         url('../fonts/CenturyGothic.woff') format('woff'),
         url('../fonts/CenturyGothic.ttf') format('truetype'),
         url('../fonts/CenturyGothic.svg#CenturyGothic') format('svg');
}

@font-face {
    font-family: 'CenturyGothic';
    src: url('../fonts/CenturyGothicBold.eot');
    src: url('../fonts/CenturyGothicBold.eot') format('embedded-opentype'),
         url('../fonts/CenturyGothicBold.woff2') format('woff2'),
         url('../fonts/CenturyGothicBold.woff') format('woff'),
         url('../fonts/CenturyGothicBold.ttf') format('truetype'),
         url('../fonts/CenturyGothicBold.svg#CenturyGothicBold') format('svg');
	font-weight:bold;
}


/* Подключаем ваш локальный шрифт */
@font-face {
    font-family: 'Vera Crouz'; /* имя шрифта, которое будем использовать в CSS */
    src: url('..//fonts/VeraCrouz.ttf') format('truetype'); /* путь к файлу шрифта */
    font-weight: normal;
    font-style: normal;
}




::selection {
    color: #000;          /* текст чёрный */
    background: #ffd700;  /* яркое золото */
}






html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden; /* на крайний случай */
}

body {
	line-height: 1.33;
	font-family: 'CenturyGothic';
}


ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

.aLinkBlue {
  color: #000099;
}

.aLinkBlue:hover {
  color: red;
}


/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clr {
	clear:both;
	float:none;}
	
img {
	max-width:100%;
}

a {
    transition: 0.4s ease-in-out all;
	-moz-transition: 0.4s ease-in-out all;
	-webkit-transition: 0.4s ease-in-out all;
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}
	
h1 {
	margin-bottom:15px;
	font-weight:bold;
	font-size:30px;
}

h2 {
	margin-bottom:15px;
	font-weight:bold;
	font-size:24px;
}

header {
	
}
	
.breadcrumbs ul li {
	display: inline-block;
    line-height: 20px;
    font-size: 11px;
}

.logo {
    text-align: center;
}

.logo a {
    color: #d4af37;   /* золотой цвет */
    font-size: 52px;
    line-height: 52px;
    /*font-weight:bold;*/
}

.logo a:hover,
.logo a:focus {
    text-decoration: none;
    color: #d4af37;  /* чтобы при наведении тоже оставался золотым */
}


.top-menu.col-sm-5, .languages.col-sm-5 {
	width:40%;
}

.logo.col-sm-2 {
	width:20%;
	padding-left: 0px;
    padding-right: 0px;

}

.logo span {
	margin-left:40px;
	margin-top:-10px;
	display:block;
}

.languages {
	text-align: right;
    line-height: 60px;
	position:relative;
}

.phonetop {
	position:absolute;
	left:35px;
	top:0;
}

.emailtop {
 	position:absolute;
	left:35px;
	top:20px;
}


.phonetop img {
	height:16px;
}


/* === VIP HEADER BASE === */
.vip-header .vip-top {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 10px 20px !important;
    background: transparent;
}

/* === Левая надпись: "Имидж в деталях" === */
/* === Левая надпись: "Имидж в деталях" === */
.vip-header .vip-left-text {
    font-family: 'Vera Crouz', cursive; /* cursive как запасной */
    font-size: 40px;
    font-weight: 500;
    background: linear-gradient(
        135deg,
        #b8860b 0%,      /* тёмное золото */
        #daa520 25%,      /* золотисто-коричневый */
        #f0c75e 50%,      /* более мягкий золотой */
        #daa520 75%, 
        #b8860b 100%
    );
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: goldTextShine 6s ease-in-out infinite;
}

/* === Центр: VIP LABEL + Логотип === */
.vip-header .vip-center {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
}

.vip-header .vip-title,
.vip-header .vip-subtitle {
    margin: 0 !important;
    font-weight: 700 !important;
    font-size: 50px !important; /* можно подкорректировать под дизайн */
    background: linear-gradient(
        135deg,
        #8b6508 0%,    /* тёмное золото */
        #d4af37 25%,   /* тёплое золото */
        #fff1b8 50%,   /* блик */
        #d4af37 75%,   /* тёплое золото */
        #8b6508 100%   /* снова тёмное */
    );
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: goldTextShine 6s ease-in-out infinite;
    text-shadow: none !important;
}

/* 🔆 Анимация перелива золота по буквам */
@keyframes goldTextShine {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}


.vip-center-link {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none; /* убираем подчеркивание */
    color: inherit; /* сохраняем золотой цвет текста */
}
.vip-center-link:hover .vip-title,
.vip-center-link:hover .vip-subtitle {
    opacity: 0.8; /* лёгкий эффект наведения */
    transition: opacity 0.3s ease;
}


/* Логотип */
.vip-header .vip-logo img {
    display: block;
    margin: 10px auto 0 auto; /* отступ сверху */
    height: 110px;
}

/* === Меню справа === */
.vip-header .vip-menu {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 6px;
    cursor: pointer;
    margin-right: 0;
}

.vip-header .vip-menu span {
    display: block;
    width: 32px;
    height: 3px;
    background: linear-gradient(90deg, #b8860b, #ffd700, #b8860b);
    border-radius: 2px;
}

/* === Анимация сияния текста === */
@keyframes goldTextShine {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}






/* === 📱 Адаптация под планшеты (до 992px) === */
@media (max-width: 992px) {
  .vip-header .vip-left-text {
    font-size: 26px !important;
  }

  .vip-header .vip-title {
    font-size: 42px !important;
  }

  .vip-header .vip-subtitle {
    font-size: 26px !important;
  }

  .vip-header .vip-logo img {
    height: 70px !important;
  }
}

/* === 📱 Адаптация под смартфоны (до 768px) === */
@media (max-width: 768px) {
  .vip-header .vip-left-text {
    font-size: 22px !important;
  }

  .vip-header .vip-title {
    font-size: 36px !important;
  }

  .vip-header .vip-subtitle {
    font-size: 22px !important;
  }

  .vip-header .vip-logo img {
    height: 50px !important;
  }
}

/* === 📱 Очень маленькие экраны (до 480px) === */
/* === 📱 Очень маленькие экраны (до 480px) === */
@media (max-width: 480px) {

  /* Задаём фиксированную высоту для всей верхней панели */
  .vip-header .vip-top {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important; 
    padding: 10px !important;
    gap: 5px;
    position: relative;
    height: 84px; /* вот здесь задаём высоту, подберите по дизайну */
    box-sizing: border-box; /* чтобы паддинги учитывались внутри */
  }
  
  /* Центральный блок по центру экрана */
  .vip-header .vip-center {
    position: absolute;
    left: 50%;
    top: 50%; /* вертикальное центрирование */
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    z-index: 2;
  }

  /* Левая надпись черная без блеска */
.vip-header .vip-left-text {
    font-size: 22px !important;          /* размер оставляем */
    color: #333 !important;              /* чуть светлее, не чёрный */
    font-weight: 500 !important;         /* уменьшить жирность */
    background: none !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
    animation: none !important;
    text-shadow: none !important;
    line-height: 1.2;                    /* чуть меньше, чтобы не "давило" */
}

  /* Центр: VIP LABEL + Логотип */
  .vip-header .vip-title {
    font-size: 28px !important;
  }

  .vip-header .vip-subtitle {
    font-size: 18px !important;
  }

  .vip-header .vip-logo img {
    height: 70px !important;
  }

  /* Левая и правая колонка поверх флоата */
  .vip-header .vip-left-text,
  .vip-header .vip-menu {
    position: relative;
    z-index: 1;
  }
}









/* Для телефонов и почты, если будут использоваться */
.phonetop, .emailtop {
  position: absolute;
  left: 35px;
  color: #d4af37;
}

.phonetop {
  top: 0;
}

.emailtop {
  top: 22px;
}

.phonetop img {
  height: 16px;
  vertical-align: middle;
}




.smmtop {
    margin-left: 10px;
    padding-top: 20px;
}

.smmtop img {
   	height: 40px;
}


.lang-inline li.lang-active, .lang-inline li:hover {
	opacity:0.3;
}

.hp_table {
	width:100%;
}

.hp_table td {
	vertical-align:middle;
}

.hp_table td a span {
	/*padding:0 15px;*/
}

.hp_table td.col1 {
	width:30%;
}

.hp_table td.col2 {
	width:20%;
}

.hp_table td.col3 {
	width:20%;
}

.hp_table td.col4 {
	width:30%;
}

.hp_table a {
	font-size:18px;
	display:block;
	text-align:center;
}

.hp_table img {
	margin-bottom:-5px;
}

.uk-button {
	display:none;
}

.uk-panel-title {
	font-weight:bold;
	text-transform:uppercase;
}

a.homepage:before {
	content:'\f015';
	    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color:#000;
	line-height:60px;
}

.homepage span {
	display:none !important;
}

.component, .left {
	padding-top:25px;
	padding-bottom:25px;
}

.uk-overlay {
	margin-top:-5px;
}
	
.component ol, .component ul{
	padding-left:20px;
}

.component ol li {
	list-style:decimal;
	margin-left:20px;
	margin-bottom:10px;
}

.component ul li {
	list-style: disc;
	margin-left:20px;
	margin-bottom:10px;
}

.component p {
	margin-bottom:8px;
}

.leadings {
	clear:both;
	margin-bottom:20px;
}

.item-image {
	width:30%;
	margin:0 20px 10px 0;
}
	
input.inputbox {
	border:solid #ccc 1px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	color:#777;
	margin-bottom:2px;
	padding:5px 5px 4px;}
	
/* ---------------- Footer ---------------- */
footer {
  width: 100%;
  background: linear-gradient(
    135deg,
    #2c2c2c 0%,   /* темно-серый */
    #1f1f1f 40%,  /* антрацит */
    #111111 100%   /* современный черный */
  );
  background-size: 300% 300%;
  animation: subtleShine 8s ease-in-out infinite; /* медленный, плавный перелив */
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6); /* мягкое свечение по краям */
  color: #fff; /* тексты белые */
}

/* 🔆 Анимация мягкого перелива */
@keyframes subtleShine {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px;
}

.copyright {
  text-align: center;
  padding: 15px 0;
  color: #fff;
}

.copyright ul li {
  display: inline-block;
  padding: 0 10px;
}

.copyright a {
  color: #fff;
  line-height: 30px;
  text-decoration: none;
  transition: color 0.3s;
}

.copyright a:hover {
  color: #bbbbbb; /* мягкая подсветка при наведении */
}

.footer {
  margin-top: 10px;
}

/* ---------------- Контакты ---------------- */

.contacts-block {
  color: #fff;
  padding: 50px 20px;
  text-align: center;
}

.contacts-block h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 26px;
  letter-spacing: 1px;
}

.contacts-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.contact-col {
  flex: 1 1 250px;
  min-width: 200px;
}

.contacts-block a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s;
}

.contacts-block a:hover {
  color: #ff4d4d; /* подсветка красным при наведении */
}


.contacts-block span {
  font-style: italic;
  font-size: 14px;
  color: #ccc;
}


/* Секция видео */
/* Контейнер видео с сохранением пропорций */
.video-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 соотношение сторон (1080/1920 ≈ 0.5625) */
    overflow: hidden;
}

.video-container video,
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain; /* видео полностью помещается в контейнер */
}

/* Мобильные экраны */
@media (max-width: 767px) {
    .video-container {
        padding-top: 56.25%; /* сохраняем соотношение сторон */
    }
}

	
/*------------------ENDRESET--------------------*/

@media (max-width: 767px) {
.top-menu.col-sm-5, .logo.col-sm-2 {width:100%;}
.languages.col-sm-5 {width:100%;}
.hp_table td.col1 {width:0%;}
.hp_table td.col2 {width:50%;}
.hp_table td.col3 {width:50%;}
.hp_table td.col4 {width:0%;}
.logo {padding: 10px 0; }
header {padding-top:0;}
}
@media (min-width: 768px) and (max-width: 991px) {
.top-menu.col-sm-5, .languages.col-sm-5 {width:30%;}
.logo.col-sm-2 {width:40%;}
.phonetop {top:40px;}
}
@media (min-width: 992px) and (max-width: 1199px) {
.dj-megamenu li a.dj-up_a {font-size:11px;}
.logo span {margin-left: 60px;}
}
@media (min-width: 1200px) {
  
}

/* alerts */

.alert {
    padding: 20px 25px;
    margin-bottom: 15px;
    box-shadow: none;
}

.alert h3 {
    font-size: 18px;
    margin-bottom: 5px;
}

.alert-success .close {
    color: #9ab091;
}

.alert-success, .alert-success h3, .alert-success .close:hover {
    color: #516c46;
}

.alert-warning, .alert-warning h3, .alert-warning .close:hover {
    color: #998937;
}

.alert-info, .alert-info h3, .alert-info .close:hover {
    color: #2c6f90;
}

.alert-error, .alert-error h3, .alert-error .close:hover {
    color: #833333;
}

.alert .close {
    background: none;
    opacity: 1;
	float:right;
}

.alert-warning .close {
    color: #d5c98b;
}

.alert-info .close {
    color: #91b1c1;
}

.alert-error .close {
    color: #cc9999;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success, .alert-message {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success hr, .alert-message hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link, .alert-message .alert-link {
  color: #356635;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #c09853;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #a47e3c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #953b39;
}

/* === Стиль гамбургер-иконки === */
.vip-header .vip-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
}

.vip-header .vip-menu span {
    display: block;
    width: 32px;
    height: 2px;
    background: linear-gradient(90deg, #b8860b, #ffd700, #b8860b);
    border-radius: 2px;
}



/* === Скрытый блок меню === */
/* === Dropdown fullscreen === */
.vip-dropdown {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.95);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: scale(0);
    opacity: 0;
    transition: all 0.5s ease;
    z-index: 9999;
}

.vip-dropdown.active {
    transform: scale(1);
    opacity: 1;
}

/* Крестик закрытия */
.vip-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 3rem;
    color: #fff;
    cursor: pointer;
    transition: transform 0.3s ease;
}
.vip-close:hover {
    transform: rotate(90deg);
}

.vip-dropdown a {
    color: #fff;
    font-size: 2rem;
    margin: 20px 0;
    text-decoration: none;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(20px);
    animation: linkFade 0.5s forwards;
}

.vip-dropdown.active a:nth-child(2) { animation-delay: 0.1s; }
.vip-dropdown.active a:nth-child(3) { animation-delay: 0.2s; }
.vip-dropdown.active a:nth-child(4) { animation-delay: 0.3s; }
.vip-dropdown.active a:nth-child(5) { animation-delay: 0.4s; }

@keyframes linkFade {
    to { opacity: 1; transform: translateY(0); }
}

/* === Hamburger to cross animation === */
.vip-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
}

.vip-menu span {
    display: block;
    width: 32px;
    height: 3px;
    background: linear-gradient(90deg, #b8860b, #ffd700, #b8860b);
    border-radius: 2px;
    transition: all 0.4s ease;
}

.vip-menu.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}
.vip-menu.active span:nth-child(2) {
    opacity: 0;
}
.vip-menu.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}
