

/* Start:/bitrix/templates/extremalov-new/components/bitrix/catalog/.default/bitrix/catalog.element/modern_premium/style.css?17809545618828*/
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

.modern-premium-wrapper {
    font-family: 'Jost', sans-serif !important;
}

.modern-premium-wrapper h1, 
.modern-premium-wrapper h2, 
.modern-premium-wrapper h3,
.modern-premium-wrapper .font-serif {
    font-family: "Bodoni Moda", serif !important;
}

/* Стили матового стекла */
.glass-card {
    background: rgba(28, 25, 23, 0.75) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    border: 1px solid rgba(202, 138, 4, 0.12) !important;
}

/* Золотая кнопка */
.gold-gradient-btn {
    background: linear-gradient(135deg, #CA8A04 0%, #A16207 100%) !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border: none !important;
}
.gold-gradient-btn:hover {
    background: linear-gradient(135deg, #A16207 0%, #78350F 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(202, 138, 4, 0.35) !important;
}

/* Эффект зума картинок */
.zoom-container img {
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.zoom-container:hover img {
    transform: scale(1.04) !important;
}

/* FAQ анимация аккордеона */
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s ease;
}
.accordion-item.active .accordion-content {
    max-height: 300px;
    padding-bottom: 1.5rem;
}
.accordion-item.active svg {
    transform: rotate(180deg);
    color: #CA8A04;
}
.accordion-item.active button {
    color: #CA8A04;
}

/* ================= СТИЛИЗАЦИЯ ТАБЛИЦ И СПИСКОВ ИЗ АДМИНКИ ================= */
.yacht-detail-content {
    color: #44403C !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
}

.yacht-detail-content p {
    margin-bottom: 16px !important;
}

.yacht-detail-content blockquote {
    border-left: 4px solid #CA8A04 !important;
    padding-left: 20px !important;
    font-style: italic !important;
    font-size: 1.1em !important;
    margin: 24px 0 !important;
    color: #1C1917 !important;
}

/* Кастомные премиум таблицы */
.yacht-detail-content table {
    width: 100% !important;
    border-collapse: collapse !important;
    text-align: center !important;
    margin: 24px 0 !important;
    border: 1px solid rgba(28, 25, 23, 0.08) !important;
    border-radius: 16px !important;
    overflow: hidden !important;
}

.yacht-detail-content table th {
    background-color: #1C1917 !important;
    color: #FAFAF9 !important;
    padding: 16px !important;
    font-family: "Bodoni Moda", serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    letter-spacing: 0.05em !important;
    text-align: center !important;
}

.yacht-detail-content table td {
    padding: 12px 16px !important;
    border-bottom: 1px solid rgba(28, 25, 23, 0.06) !important;
    font-size: 14px !important;
    color: #44403C !important;
    text-align: center !important;
}

.yacht-detail-content table tr:hover td {
    background-color: rgba(202, 138, 4, 0.02) !important;
}

.yacht-detail-content table tr:last-child td {
    border-bottom: none !important;
}

/* Списки включено / оплачивается отдельно */
.yacht-detail-content ul {
    margin: 20px 0 !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 16px !important;
}

.yacht-detail-content ul li {
    background: #FAFAF9 !important;
    border: 1px solid rgba(28, 25, 23, 0.06) !important;
    border-radius: 16px !important;
    padding: 16px 16px 16px 44px !important;
    position: relative !important;
    font-size: 13.5px !important;
    color: #44403C !important;
    line-height: 1.4 !important;
    transition: transform 0.2s ease !important;
    list-style: none !important;
}

.yacht-detail-content ul li:hover {
    transform: translateY(-2px) !important;
    border-color: rgba(202, 138, 4, 0.2) !important;
}

.yacht-detail-content ul li::before {
    content: "✓" !important;
    color: #CA8A04 !important;
    font-weight: 900 !important;
    font-size: 16px !important;
    position: absolute !important;
    left: 18px !important;
    top: 14px !important;
}

/* Если в детальном описании есть списки исключений (например, с классом additional или вторые списки) */
.yacht-detail-content ul.additional li::before,
.yacht-detail-content ul + ul li::before {
    content: "+" !important;
    color: #888888 !important;
}

/* ================= СТИЛИ ДЛЯ ВСПЛЫВАЮЩИХ ОКОН БИТРИКС ================= */
#el_new_dialog .modal-content {
    background-color: #1C1917 !important;
    border: 1px solid rgba(202, 138, 4, 0.15) !important;
    color: #FAFAF9 !important;
    border-radius: 24px !important;
    font-family: 'Jost', sans-serif !important;
}

#el_new_dialog .modal-header {
    border-bottom: 1px solid #2E2A24 !important;
    padding: 24px !important;
}

#el_new_dialog .modal-title {
    font-family: "Bodoni Moda", serif !important;
    font-size: 24px !important;
    color: #FAFAF9 !important;
}

#el_new_dialog .btn-close {
    filter: invert(1) !important;
}

#el_new_dialog .modal-body {
    padding: 24px !important;
}

#el_new_dialog input[type="text"],
#el_new_dialog input[type="tel"],
#el_new_dialog input[type="email"],
#el_new_dialog textarea,
#el_new_dialog select {
    background-color: #0C0A09 !important;
    border: 1px solid #2E2A24 !important;
    color: #FAFAF9 !important;
    border-radius: 12px !important;
    padding: 12px 16px !important;
    font-size: 14px !important;
    width: 100% !important;
    margin-bottom: 16px !important;
}

#el_new_dialog input:focus,
#el_new_dialog textarea:focus {
    border-color: #CA8A04 !important;
    outline: none !important;
}

#el_new_dialog input[type="submit"],
#el_new_dialog button[type="submit"] {
    background: linear-gradient(135deg, #CA8A04 0%, #A16207 100%) !important;
    color: #white !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    padding: 14px !important;
    border-radius: 12px !important;
    border: none !important;
    cursor: pointer !important;
    transition: all 0.3s !important;
    width: 100% !important;
}

#el_new_dialog input[type="submit"]:hover {
    background: linear-gradient(135deg, #A16207 0%, #78350F 100%) !important;
}

/* ================= СТИЛИ ДЛЯ СЛАЙДЕРА ПОХОЖИХ ЯХТ (SECTION) ================= */
.hide-scrollbar::-webkit-scrollbar {
    display: none !important;
}
.hide-scrollbar {
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
}

#similar-slider .flex-shrink-0 {
    width: 280px !important;
    min-width: 280px !important;
}

@media (min-width: 768px) {
    #similar-slider .flex-shrink-0 {
        width: calc((100% - 48px) / 3) !important;
        min-width: calc((100% - 48px) / 3) !important;
    }
}

/* ================= ФОЛБЕКИ ДЛЯ ПРОИЗВОЛЬНЫХ КЛАССОВ TAILWIND И ЗОЛОТОГО ЦВЕТА ================= */
.bg-gold {
    background-color: #CA8A04 !important;
}
.text-gold {
    color: #CA8A04 !important;
}
.border-gold {
    border-color: #CA8A04 !important;
}
.hover\:text-gold:hover {
    color: #CA8A04 !important;
}
.hover\:border-gold:hover {
    border-color: #CA8A04 !important;
}
.hover\:border-gold\/30:hover {
    border-color: rgba(202, 138, 4, 0.3) !important;
}

.aspect-\[16\/10\] {
    aspect-ratio: 16/10 !important;
}
.aspect-\[16\/10\] img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
}
.min-h-\[90px\] {
    min-height: 90px !important;
}
.max-h-\[75vh\] {
    max-height: 75vh !important;
}
.z-\[200\] {
    z-index: 200 !important;
}
.blur-\[60px\] {
    filter: blur(60px) !important;
}
.text-\[10px\] {
    font-size: 10px !important;
}
.text-\[9px\] {
    font-size: 9px !important;
}
.bg-stone-950\/45 {
    background-color: rgba(12, 10, 9, 0.45) !important;
}
.bg-stone-950\/40 {
    background-color: rgba(12, 10, 9, 0.40) !important;
}
.bg-gold\/10 {
    background-color: rgba(202, 138, 4, 0.1) !important;
}
.border-gold\/30 {
    border-color: rgba(202, 138, 4, 0.3) !important;
}
.border-stone-200\/60 {
    border-color: rgba(231, 229, 228, 0.6) !important;
}
.border-stone-200\/80 {
    border-color: rgba(231, 229, 228, 0.8) !important;
}

/* End */


/* Start:/bitrix/templates/extremalov-new/components/bitrix/form.result.new/.default/style.css?1779097930922*/
table.form-table
{
	width:100%;
  /*	background-color:white;    */
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table td:first-child {
	text-align: right;
}

table.form-table th, table.form-table td
{
 /*	border:1px solid #ADC3D5;      */
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
  /*	background-image:url(/bitrix/templates/extremalov-new/components/bitrix/form.result.new/.default/images/table_head.gif);   */
	background-repeat:repeat-x;
	text-align: left;
 /*	color:#25639A;       */
}


.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
   /*	background-image: url(/bitrix/templates/extremalov-new/components/bitrix/form.result.new/.default/images/icon_warn.gif);    */
}

.sale_order_full_table_no_border input.inputtext, .sale_order_full_table_no_border textarea.inputtext, .sale_order_full_table textarea.inputtext, .sale_order_full_table_no_border select.inputtext {
	width: 100%;
	max-width: 315px;
}
/* End */


/* Start:/bitrix/templates/extremalov-new/components/bitrix/subscribe.edit/clear/style.css?1779097930922*/
table.form-table
{
	width:100%;
  /*	background-color:white;    */
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table td:first-child {
	text-align: right;
}

table.form-table th, table.form-table td
{
 /*	border:1px solid #ADC3D5;      */
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
  /*	background-image:url(/bitrix/templates/extremalov-new/components/bitrix/subscribe.edit/clear/images/table_head.gif);   */
	background-repeat:repeat-x;
	text-align: left;
 /*	color:#25639A;       */
}


.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
   /*	background-image: url(/bitrix/templates/extremalov-new/components/bitrix/subscribe.edit/clear/images/icon_warn.gif);    */
}

.sale_order_full_table_no_border input.inputtext, .sale_order_full_table_no_border textarea.inputtext, .sale_order_full_table textarea.inputtext, .sale_order_full_table_no_border select.inputtext {
	width: 100%;
	max-width: 315px;
}
/* End */
/* /bitrix/templates/extremalov-new/components/bitrix/catalog/.default/bitrix/catalog.element/modern_premium/style.css?17809545618828 */
/* /bitrix/templates/extremalov-new/components/bitrix/form.result.new/.default/style.css?1779097930922 */
/* /bitrix/templates/extremalov-new/components/bitrix/subscribe.edit/clear/style.css?1779097930922 */
