/*
Theme Name: Jurat Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/


/* ---- Девочка на главной странице ---- */
/* Блоки с параллакс-эффектом */
.parallax-container {
  position: relative;
  width: 100%; /* Контейнер будет адаптироваться под родителя */
  max-width: 600px; /* Ограничиваем максимум (как в десктопе) */
  height: 0;
  padding-bottom: 100%; /* Сохраняем соотношение 1:1 */
  margin: 0 auto;
}

.main-bg, .objects-layer {
  position: absolute;
  top: 0;
  left: -100px;
  width: 600px;
  height: 600px;
  background-size: cover;
  background-position: center;
}

.main-bg {
  background-image: url('https://jurat.org/wp-content/uploads/2025/05/home-header-00.png');
}

.objects-layer {
  background-image: url('https://jurat.org/wp-content/uploads/2025/05/home-header-01.png');
  will-change: transform;
  transition: transform 0.1s linear;
}


/* ---- Главное меню ---- */
/* Базовые стили для меню (общие для всех экранов) */
.l-header.bg_transparent:not(.sticky) .l-subheader.at_middle {
  margin: 30px auto 0;
  border-radius: 30px;
  width: 100%;
  max-width: 1300px;
  box-sizing: border-box;
}

/* Адаптация под разные разрешения */
@media (max-width: 1380px) {
  .l-header.bg_transparent:not(.sticky) .l-subheader.at_middle {
    max-width: 1200px;
  }
}

@media (max-width: 1024px) {
  .l-header.bg_transparent:not(.sticky) .l-subheader.at_middle {
    max-width: 960px;
  }
}

@media (max-width: 900px) {
  .l-header.bg_transparent:not(.sticky) .l-subheader.at_middle {
    max-width: 840px;
  }
}

@media (max-width: 768px) {
  .l-header.bg_transparent:not(.sticky) .l-subheader.at_middle {
    max-width: 720px;
  }
}

@media (max-width: 600px) {
  .l-header.bg_transparent:not(.sticky) .l-subheader.at_middle {
    max-width: 100%;
    border-radius: 30px;
  }
}

/* Убираем padding только у шапки (главного меню) */
.l-header .l-subheader,
.l-header .l-subheader-h,
.l-header .l-subheader-cell {
    padding-left: 0 !important;
    padding-right: 0 !important;
	border-radius: 30px;
}

@media (min-width: 1381px) {
    .l-header.sticky .l-subheader.at_middle {
        margin-top: 0px;
        border-radius: 30px;
        width: 1300px;
    }
}

@media (min-width: 1900px) {
    .l-header.bg_transparent:not(.sticky) .w-search.elm_in_header input, .l-header.bg_transparent:not(.sticky) .w-search.elm_in_header .w-btn {
		background: rgb(255 194 62) !important;
        color: #72757e !important;
    }
}

@media (min-width: 601px) {
    .l-header.bg_transparent:not(.sticky) .w-search.elm_in_header input, .l-header.bg_transparent:not(.sticky) .w-search.elm_in_header .w-btn {
		background: rgb(255 194 62) !important;
        color: #72757e !important;
    }
}

@media (max-width: 601px) {
  .l-subheader.at_middle,
  .l-subheader.at_middle .w-dropdown-list,
  .l-subheader.at_middle .type_mobile .w-nav-list.level_1 {
    background: white !important; /* Белый фон без прозрачности */
  }
}

/* цвет ссылки при наведении */
a.w-nav-anchor.level_1:hover {
    color: #39ca99 !important;
}

/* Основной стиль при наведении на выпадающий пункт меню */
.w-nav-list.level_2 .w-nav-anchor.level_2:hover {
    background-color: #39ca99 !important;
    color: white !important;
}


/* ---- Стили меню контраста ---- */
/* Основное меню на всех страницах кроме главной */
body:not(.home) .l-subheader.at_middle {
    background: #452c93 !important;
}

/* Цвет текста в меню */
body:not(.home) .w-nav-anchor.level_1 .w-nav-title,
body:not(.home) .w-nav-anchor.level_2 .w-nav-title {
    color: #ffffff !important;
}

/* Выпадающее меню - зеленый фон */
body:not(.home) .w-nav-list.level_2 {
    background: #39ca99;
}

/* Разделители между пунктами выпадающего меню */
.w-nav-list.level_2 > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.w-nav-list.level_2 > li:last-child {
    border-bottom: none !important;
}

/* Эффект при наведении для выпадающего меню (белый) */
body:not(.home) .w-nav-list.level_2 .w-nav-anchor.level_2:hover {
    background: #452c93 !important;
    color: #ffffff !important;
}


/* Плавные переходы */
.w-nav-anchor {
    transition: all 0.3s ease !important;
}

@media (max-width: 768px) {
	body:not(.home) .l-subheader.at_middle {
     background: #eceaf4 !important;
}
}

/* ---- Стили для верхнего меню (на всех страницах кроме главной) ---- */
body:not(.home) .ush_menu_1 .w-nav-list.level_1 > li.current-menu-item > a.w-nav-anchor.level_1 span.w-nav-title {
    color: #39ca99 !important;
}

/* Эффект при наведении для верхнего меню */
body:not(.home) .ush_menu_1 .w-nav-list.level_1 > li > a.w-nav-anchor.level_1:hover {
    color: #39ca99;
}

body:not(.home) .ush_menu_1 .w-nav-list.level_1 > li > a.w-nav-anchor.level_1:focus {
    color: #39ca99;
}

  /* Стили всплывающего мобильного меню */
  .us_menu_1 .menu > li {
    position: relative;
    padding-left: 50px !important; /* Место для иконки */
  }
  
  .us_menu_1 .menu > li::before {
    content: "";
    position: absolute;
    left: 10px; /* Отступ 10px слева */
    top: 50%; /* Центрирование по вертикали */
    transform: translateY(-50%);
    width: 35px;
    height: 4px;
    background-image: url("data:image/svg+xml,%3Csvg width='35' height='4' viewBox='0 0 35 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 2H35' stroke='white' stroke-width='4'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
  }


  /* Активный пункт меню */
  .us_menu_1 .menu > li.current-menu-item > a,
  .us_menu_1 .menu > li.current_page_item > a {
    font-weight: 800 !important;
  }

  /* Эффект при наведении */
  .us_menu_1 .menu > li > a:hover {
    color: #fcc32a !important;
  }

/* ---- Корректировка поиска в главном меню ---- */
.w-search-open {
    width: 4.2em !important;
}

.w-search.layout_modern {
    background-color: #ffc04b;
    width: 4.2em;
    border-radius: 30px 0 0 30px !important;
}

.w-search-close {
    width: 4em !important;
}

/* ---- Выбор языка в главном меню ---- */
.w-dropdown-h {
    line-height: 1 !important;
}

.header_hor .l-subheader-cell.at_right>* {
    margin-left: -1.4rem !important;
	z-index:auto;
}

.ush_dropdown_1 {
    border-radius: 50px !important;
    background: #39ca99 !important;
    height: 55px;
    width: 4.4rem;
    z-index: 5;
}

/* Для Polylang */
.w-dropdown-item {
    padding: 1.1em 2em 0em 2em !important;
}

/* ---- Удаление контента (иконки) ---- */
.w-dropdown-current .w-dropdown-item::after {
    display: none !important;
}

.l-subheader.at_middle .w-dropdown-list {
    background: #39ca99 !important;
	color: #fff !important;
	border-radius: 50px !important;
	height:55px;
}

no-touch .l-subheader.at_middle a:hover, .no-touch .l-header.bg_transparent .l-subheader.at_middle .w-dropdown.opened a:hover {
    color: #452c93 !important;
}

.ush_dropdown_1 a:hover {
    color: #452c93 !important;
}

.w-dropdown.language-switch .w-dropdown-current .w-dropdown-item-title {
  color: #452c93; 
}

.l-subheader-cell .w-popup > .w-popup-trigger.type_icon i.fas {
    font-size: 18px; /* Размер иконки */
    margin-right: 20px; /* Отступ справа от иконки */
}


/* ---- Стили для галереи сотрудников на странице О НАС ---- */
/* Убираем отступы в мобильной версии (не переносить в общий код!) */
.w-tabs.accordion>div>div>.w-tabs-section-content {
    padding: 0rem !important;
}

.user-thumb img,
.user-thumb picture,
.user-main-image img,
.user-main-image picture {
    object-fit: cover !important;
}

/* Убираем обводку */
.user-thumb, .user-thumb img {
  outline: none !important;
}

/* Эффекты затемнения */
.user-thumb .w-image-h {
  position: relative;
  transition: all 0.3s ease;
}

.user-thumb .w-image-h::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  border-radius: inherit;
  transition: background 0.3s ease;
}

.user-thumb:hover .w-image-h::after {
  background: rgba(111, 66, 193, 0.5);
}

.user-thumb.active .w-image-h::after {
  background: rgba(111, 66, 193, 0.5);
}


/* ---- Стили для параллакс эфекта картинок на странице О Нас ---- */
  /* Параллакс-карточка версия 2 */
  .parallax-card2 {
    position: relative;
    width: 100%;
    max-width: 500px;
    aspect-ratio: 1/1;
    overflow: hidden;
    margin: 20px auto;
  }

  .card-bg2, .card-particles2 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .card-bg2 {
    z-index: 1;
  }

  .card-particles2 {
    z-index: 2;
    transform: translate(0, 0);
  }


/* Отключаем параллакс на тач-устройствах */
@media (hover: none) {
  .objects-layer {
    transition: none !important;
    transform: none !important;
  }
  .parallax-container {
    overflow: hidden;
  }
  .main-bg, .objects-layer {
	left: 0;
    width: 100%;
    height: 100%;
}
}


/* ---- Переопределение стилей формы обратной связи ---- */
/* Минималистичная форма с подчеркиванием */
.vc-form-underlined {
    --form-border-color: #ddd;
    --form-focus-color: #000;
    --button-hover-color: #fff;
}

.vc-form-underlined .vc_column-inner {
    padding: 0 !important;
}

.vc-form-underlined input:not([type="submit"]),
.vc-form-underlined textarea,
.vc-form-underlined select {
    width: 100%;
    margin-bottom: 4px;
    border: none;
    border-bottom: 1px solid var(--form-border-color);
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    font-size: 16px;
    transition: border-color 0.3s;
}

.vc-form-underlined input:not([type="submit"]):focus,
.vc-form-underlined textarea:focus,
.vc-form-underlined select:focus {
    outline: none;
    border-bottom-color: var(--form-focus-color);
}

.vc-form-underlined textarea {
    min-height: 100px;
    resize: vertical;
}

.vc-form-underlined .vc_btn3 {
    margin-top: 20px;
    background: transparent;
    border: 1px solid var(--form-focus-color);
    color: var(--form-focus-color);
    padding: 10px 24px;
    border-radius: 0;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.vc-form-underlined .vc_btn3:hover {
    background: var(--form-focus-color);
    color: var(--button-hover-color);
}


/* ---- Переопределение стилей активной страницы в крошках ---- */
/* Хлебные крошки */
.g-breadcrumbs-item:first-child a,
.g-breadcrumbs-item:first-child a span {
    color: #452c93 !important;
}

/* ---- Анимация для SVG картинок раздела образования ---- */
/* Общие стили для анимаций */
[class*="_hand"],
[class*="_box"],
.head_1, .chp, .four, .play {
    transform-origin: center;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

/* Специфичные анимации */
.hand_1 {  
    transform-origin: right;  
    animation-name: hand_1;  
}  
.head_1 {  
    transform-origin: left;  
    animation-duration: 3s;
    animation-name: head_1;  
}  
.chp {  
    transform-origin: revert;  
    animation-duration: 15s;
    animation-name: chp;  
}  
.four {  
    animation-duration: 15s;
    animation-name: four;  
}
.box {  
    animation-duration: 3s;
    animation-name: box;  
}
.man_box {  
    animation-duration: 5s;
    animation-name: man_box;  
}
.woman_box {  
    animation-duration: 15s;
    animation-name: woman_box;  
}
.pen_hand {
    transform-origin: right;
    animation-name: pen_hand;
}
.marker_hand {
    transform-origin: right;
    animation-name: marker_hand;
}
.marker_hand_woman {
    animation-name: marker_hand_woman;
}
.play {
    animation-name: play;
}

/* Ключевые кадры анимаций */
@keyframes hand_1 {  
    0%, 100% { transform: translate(0, 0) rotate(0); }  
    50% { transform: translate(0, 0) rotate(0.4deg); }  
}
@keyframes head_1 {  
    0%, 100% { transform: translate(0, 0) rotate(0); }  
    50% { transform: translate(-1px, -3px) rotate(1deg); }  
}
@keyframes chp {  
    0%, 100% { transform: rotate(0) translate(0, 0); }  
    50% { transform: rotate(-52deg) translate(-22px, -33px); }  
}
@keyframes four {  
    0%, 100% { transform: rotate(0) translate(0, 0); }  
    50% { transform: translate(-20px, -5px) rotate(309deg); }  
}
@keyframes man_box {  
    0%, 100% { transform: rotate(0) translate(0, 0); }  
    50% { transform: translate(-7px, -22px) rotate(-11deg); }  
}
@keyframes woman_box {  
    0%, 100% { transform: rotate(0) translate(0, 0); }  
    50% { transform: translate(-17px, 16px) rotate(-4deg); }  
}
@keyframes box {  
    0%, 100% { transform: rotate(0) translate(0, 0); }  
    50% { transform: translate(8px, 0) rotate(-4deg); }  
}
@keyframes pen_hand {
    0%, 100% { transform: rotate(0deg) translate(0px, 0px); }
    50% { transform: translate(-4px, 3px) rotate(2deg); }
}
@keyframes marker_hand {
    0%, 100% { transform: rotate(0) translate(0, 0); }
    50% { transform: translate(-4px, 3px) rotate(2deg); }
}
@keyframes marker_hand_woman {
    0%, 100% { transform: rotate(0) translate(0, 0); }
    50% { transform: translate(-12px, 4px) rotate(-3deg); }
}
@keyframes play {
    0%, 100% { transform: rotate(0) translate(0, 0); }
    50% { transform: scale(1.02); }
}


/* ---- Стили для кнопок ---- */
.next_page_block {
    --btn-color: #39ca99;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px 0;
}

.next_page_btn {
    background-color: var(--btn-color);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 74px;
    border-radius: 26px;
    transition: all 0.5s ease;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.next_page_btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--btn-color);
    border-radius: 26px;
    transition: all 0.5s ease;
    z-index: 1;
}

.next_page_btn:hover {
    border-radius: 37px;
}

.next_page_btn:hover::before {
    border-radius: 37px;
}

.next_page_btn svg {
    width: 24px;
    height: 27px;
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease;
}

.next_page_btn:hover svg {
    transform: translateX(2px);
}

/* ---- Стили для иконок ---- */
.w-iconbox.us_custom_ef5fa987 .w-iconbox-link:hover .w-iconbox-icon i,
.custom-hover-block:hover .w-iconbox-icon i {
    color: #39CA99 !important;
    transition: color 0.3s ease;
}


/* ---- Формы и выравнивание ---- */
.w-form-row.for_submit {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.w-form-row.for_submit button,
.w-image.us_custom_7446f80e {
    display: inline-block;
    vertical-align: middle;
}


/* ---- Фильтры ---- */
.g-filters.style_2 {
    --filter-bg: #39CA99;
    --filter-active-bg: #fff;
    --filter-active-color: #333;
    font-weight: 500;
    display: inline-block;
    background: var(--filter-bg);
    border-radius: 30px;
    padding: 3px;
}

.g-filters.style_2 .g-filters-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0 15px;
    background: transparent;
    color: white;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 0 2px;
    box-sizing: border-box;
}

.g-filters.style_2 .g-filters-item.active {
    background: var(--filter-active-bg);
    color: var(--filter-active-color);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.g-filters.style_2 .g-filters-item-amount {
    margin-left: 5px;
    opacity: 0.8;
    font-size: 12px;
}

.g-filters.style_2 .g-filters-item:not(.active):hover {
    background: rgba(255, 255, 255, 0.2);
}


/* ---- Блоки с параллакс-эффектом блок в Footer ---- */
.jurat-parallax-overlay,
#footer-particles-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 9999;
    pointer-events: none;
    transition: transform 0.4s cubic-bezier(0.2, 0.5, 0.1, 1);
    will-change: transform;
}

.jurat-parallax-overlay {
    background-image: url('https://jurat.org/wp-content/uploads/2025/05/footer-fon.png');
    opacity: 0.9;
    display: block !important;
    transition-duration: 0.05s;
}

#footer-particles-bg {
    background-image: url('https://jurat.org/wp-content/uploads/2025/05/footer-fon.png');
    opacity: 0.8;
    filter: brightness(1.1) saturate(1.3);
    max-width: 90%;
    max-height: 90%;
    margin: auto;
}

/* Отключение эффектов на мобильных устройствах */
@media (hover: none), (max-width: 1024px) {
    .jurat-parallax-overlay,
    .card-particles {
        display: none !important;
        transform: none !important;
    }
    
    #footer-particles-bg {
        transition: none !important;
    }
}


/* Кастомные блоки */
.custom-hover-block .vc_column-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.custom-hover-block .w-hwrapper {
    margin-top: auto;
}

.custom-hover-block:hover h5 {
    text-decoration: underline;
}

.custom-hover-block:hover .w-iconbox-icon {
    --icon-color: #39ca99 !important;
}


/* Исправления */
h2 span { 
    font-weight: inherit !important; 
}

.l-cookie.pos_bottom {
    background: #f2f2f2 !important;
    background-image: none !important;
}

.w-tabs.style_radio3 > .w-tabs-list .w-tabs-item.active {
    background-color: #ffffff !important;
    background-image: none !important;
}


/* ---- Параллакс-карточка ---- */
.parallax-card {
    position: relative;
    width: 100%;
    max-width: 500px;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    margin: 20px auto;
}

.card-bg, .card-particles {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 90%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.card-bg {
    z-index: 1;
    width: 95%;
    height: 95%;
}

.card-particles {
    z-index: 2;
}


/* ---- Стили для ПРОДУКТОВ ---- */
.section-title {
    margin: 30px 0 15px;
    color: #333;
    font-size: 24px;
}

/* Общие стили для всех блоков */
.block {
    position: relative;
    width: 350px;
    height: 200px;
    border-radius: 30px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    overflow: hidden;
    margin-bottom: 20px;
}

.block-content {
    position: absolute;
    width: 350px;
    height: 100%;
    background-color: inherit;
    border-radius: 30px;
}

.block img {
    position: absolute;
    height: 100%;
    object-fit: cover;
    padding-top: 80px;
    padding-right: 120px;
    padding-bottom: 20px;
}

/* Стили для блока с растяжением влево */
.block-left {
    background-color: #5d9cec;
}

.block-left .block-content {
    right: 0;
}

.block-left img {
    right: 0;
}

.block-left::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: inherit;
    transition: width 0.3s ease;
    z-index: 1;
    border-radius: 30px 0 0 30px;
}

.block-left:hover {
    width: 380px;
}

.block-left:hover::before {
    width: 30px;
}

/* Стили для блока с растяжением вправо */
.block-right {
    background-color: #48cfad;
}

.block-right .block-content {
    left: 0;
}

.block-right img {
    left: 0;
}

.block-right::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: inherit;
    transition: width 0.3s ease;
    z-index: 1;
    border-radius: 0 30px 30px 0;
}

.block-right:hover {
    width: 380px;
}

.block-right:hover::after {
    width: 30px;
}

/* Общие стили для иконок */
.arrow-icon {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 2;
        }

.arrow-icon i {
    color: #fff;
    font-size: 16px;
}

/* Позиционирование иконок */
.block-left .arrow-icon {
    right: 20px;
    bottom: 20px;
}

.block-right .arrow-icon {
    left: 20px;
    bottom: 20px;
}

.block:hover .arrow-icon {
    opacity: 1;
    transform: scale(1);
}

/* Цветовые варианты */
.color-blue { background-color: #00b8e7; }
.color-blue-2 { background-color: #2BDEE9; }
.color-blue-3 { background-color: #F4A614; }
.color-blue-4 { background-color: #13C0BE; }
.color-blue-5 { background-color: #C01313; }
.color-orange { background-color: #ffaa00; }
.color-pink { background-color: #ec87c0; }

/* Расположение блоков */
.blocks-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
}


/* ---- Плавающая кнопка ---- */
/* ---- Стили для плавающих кнопок ---- */
.floating-buttons-container {
    position: fixed;
    right: 20px;
    bottom: 40%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 9999;
}
  
.floating-button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #9847ff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    outline: none;
}
  
.floating-button:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    background: #6610f2;
}
  
/* Адаптация для мобильных устройств */
  @media (max-width: 768px) {
    .floating-button {
      width: 50px;
      height: 50px;
    }
    
    .floating-buttons-container {
      right: 10px;
      bottom: 30%;
    }
}


/* ---- Выделение пунктов меню в футере ----  */
/* Общие стили для меню */
/* ---- Стили меню футера ---- */
.us_menu_2 .menu > li > a:hover,
.us_menu_2 .menu > li.current-menu-item > a,
.us_menu_2 .menu > li.current_page_item > a,
.us_menu_2 .menu > li.page_item.current_page_item > a {
    color: #39ca99 !important;
    font-weight: 900 !important;
}