@font-face {
    font-family: 'Aleo';
    src: url('../../fonts/Aleo/Aleo-Bold.eot');
    src: local('Aleo Bold'), local('Aleo-Bold'),
        url('../../fonts/Aleo/Aleo-Bold.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/Aleo/Aleo-Bold.woff2') format('woff2'),
        url('../../fonts/Aleo/Aleo-Bold.woff') format('woff'),
        url('../../fonts/Aleo/Aleo-Bold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../../fonts/Montserrat/Montserrat-Medium.eot');
    src: local('Montserrat Medium'), local('Montserrat-Medium'),
        url('../../fonts/Montserrat/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/Montserrat/Montserrat-Medium.woff') format('woff'),
        url('../../fonts/Montserrat/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

:root {
    --sg-container-padding: 20px;
    --sg-container-sm-padding: 20px;
    --sg-gap: 20px;
    --sg-container-xs: 100%;
    --sg-container-sm: 536px;
    --sg-container-md: 728px;
    --sg-container-lg: 984px;
    --sg-container-xl: 100%;
    --sg-container-xxl: 1330px;

    --white: #fff;
    --acsent: #fb8d69;
    --dark-txt: #1c4a66;
    --dark-blue: #0e2838;
    --bg: #061b28;
    --black: #252525;
    --font-family: "Aleo", sans-serif;
    --second-family: "Montserrat", sans-serif;
    --third-family: "Noto Sans", sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

/* Sections
========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
    margin: 0;
    background: #f5f5f5;
}

/**
* Render the `main` element consistently in IE.
*/
main {
    display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
    font-size: 62px;
    line-height: 74px;
    margin: 20px 0;
}

h2 {
    font-size: 52px;
    line-height: 62px;
}

h3 {
    font-size: 44px;
    line-height: 53px;
}

h4 {
    font-size: 38px;
    line-height: 46px;
}

p strong {
    font-family: var(--second-family);
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 32px;
    color: var(--white);
}

/* Grouping content
========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
    background-color: transparent;
    text-decoration: none;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
    font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
* Add the correct font size in all browsers.
*/
small {
    font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
    border-style: none;
}

/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
    overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
    text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: none;
}

/**
* Correct the padding in Firefox.
*/
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
* `fieldset` elements in all browsers.
*/
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
    vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
    overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
    display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
    display: list-item;
}

/* Misc
========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
    display: none;
}

/**
* Add the correct display in IE 10.
*/
[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Noto Sans",
        sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    clear: both;
}

p {
    margin: 0;
    padding: 0;
    font-family: var(--second-family);
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 32px;
    color: var(--white);
}

ul,
ol {
    margin: 0;
    padding: 0;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
hr {
    background-color: var(--acsent);
    border: 0;
    height: 2px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 20px;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

img {
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

.tabs_container table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--second-family);
  font-size: 16px;
  color: #1e2a35;
  background-color: #f9fafb;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.tabs_container table thead {
  background: #e6edf3;
}

.tabs_container table th {
  text-align: left;
  padding: 14px 18px;
  font-weight: 600;
  color: #0a1620;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  font-size: 14px;
  border-bottom: 2px solid #d4dee8;
}

.tabs_container table td {
  padding: 14px 18px;
  vertical-align: top;
  line-height: 1.5;
  font-size: 12px;
  border-bottom: 1px solid #e5e9ee;
}

.tabs_container table tr:last-child td {
  border-bottom: none;
}

.tabs_container table tbody tr:hover {
  background: #f0f5fa;
  transition: 0.25s;
}

@media (max-width: 500px) {

  .tabs_container table tr {
    margin-bottom: 1.5rem;
    background: #fff;
    border: 1px solid #e1e7ec;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
    padding: 10px 0;
  }
  .tabs_container table th {
    padding: 5px;
    font-size: 13px;
}
  .tabs_container table td {
    padding: 5px;
    text-align: left;
    border: none;
    position: relative;
  }

}

.custom_h1 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 45px;
    color: var(--white);
    margin-top: 30px;
}

.center_text {
    text-align: center;
}

.page-header-description {
    display: flex;
    flex-flow: column;
    gap: 20px;
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
}

.page-header-description p,
.page-header-description ul>li {
    font-family: var(--second-family);
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 32px;
    color: #FFFFFF;
}
.page-header-description ul{
    margin-bottom: 0;
    display: flex;
    flex-flow: column;
    gap: 10px;
}
.page-header-description span,
.page-header-description a {
    color: var(--acsent);
}

.main_body {
    background-color: #e9f7ff;
    position: relative;
}

.main_header_template {
    background-color: var(--bg);
    background-image: linear-gradient(270deg, rgba(0, 120, 114, 0.24), rgba(6, 27, 40, 0.24), rgba(0, 120, 114, 0.24));
    padding: 30px 0 0 0;
    position: sticky;
    width: 100%;
    z-index: 99;
    top: 0;
}
.main_header {
    background-color: var(--bg);
    background-image: linear-gradient(270deg, rgba(0, 120, 114, 0.24), rgba(6, 27, 40, 0.24), rgba(0, 120, 114, 0.24));
    width: 100%;
}


main .main_header {
    padding: 30px 0;
}

.main_container {
    max-width: 1290px;
    width: 100%;
    margin: 0 auto;
}

.sg-container {
    width: 100%;
    max-width: calc(100% - 140px);
    margin: 0 auto;
    padding-inline: var(--sg-container-padding);
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.sg-row {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
}

.sg-col-12 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
}

.sg-inner-container {
    max-width: 1330px;
    width: 100%;
    margin: 0 auto;
    padding-inline: var(--sg-container-padding);
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.header_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 32px;
    border-bottom: 2px solid var(--dark-blue);
}

.header_nav-list {
    display: flex;
    flex-direction: row;
    list-style: none;
    margin: 0;
    padding: 0;
}


.header_nav-link {
    border-radius: 14px;
    cursor: pointer;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    transition: color 0.4s ease-in;
    padding: 15px 25px;
    color: var(--white);
}
.header_nav-item {
    position: relative;
}

.second_nav {
    position: absolute;
    display: none;
    flex-direction: column;
    list-style: none;
    gap: 10px;
    top: 130%; 
    flex-direction: row;
    flex-wrap: wrap;
    left: 50%;
    background-color: #053039;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    z-index: 10;
    transform: translateX(-50%);
    width: 400px;
    margin: 0;

}
.second_nav_link{
    cursor: pointer;
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 15px;
    transition: color 0.4s ease-in;
    color: var(--white);
}
.second_nav_link:hover{
    color: var(--acsent);
}

.second_nav_item{
    flex: 1 1 40%;
}

.header_nav-item:hover .second_nav {
    display: flex;
}

.header_nav-item:hover .header_nav-link {
    color: var(--dark-blue);
    background: linear-gradient(90deg, #ffc6b3 0%, #fb8d69 50%, #ffc6b3 100%);
}

.header_btns_wrapper {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.header_btn_wrapper {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: #0b212e;
    transition: background-color 0.3s ease;
    /* плавная смена фона */
}
.language_selection{
    width: 50px;
    height: 50px;
    border-radius: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: #0b212e;
    transition: background-color 0.3s ease;
    position: relative;
}
.language_selection.active{
    border-radius: 10px 10px 0 0;
}
.language_dropdonw{
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    opacity: 0;
    max-height: 0;
    width: 100%;
    background: #0b212e;    
    border-radius: 0 0 10px 10px;
    transition: all 0.3s ease;


}
.language_dropdonw.active{
    opacity: 1;
    max-height: 200px;
}
.language_dropdonw .language_dropdown_item a{
    margin: 0;
    padding: 0;
    font-family: var(--second-family);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
    color: var(--white);
}
.language_dropdonw .language_dropdown_item a{
    display: flex;
    align-items: center;
    justify-content: center;

}



.header_btn_wrapper.favourite {
    position: relative;

}

.header_btn_wrapper:hover {
    background-color: var(--acsent);
}

.header_btn_wrapper img {
    transition: filter 0.3s ease;
}

.header_btn_wrapper:hover img {
    filter: brightness(0) saturate(100%) invert(9%) sepia(8%) saturate(3320%) hue-rotate(169deg) brightness(96%) contrast(96%);
}

.header_btn_wrapper:hover .fav_number {
    background: #fff;
}

.header_btn_wrapper:hover .fav_number_text {
    color: var(--bg);
}

.header_btn_wrapper.mobile_btn {
    padding: 19px 17px;
    display: none;

}

.burder_btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 4px;

}

.burder_btn span {
    display: block;
    width: 18px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.burder_btn span:last-child {
    width: 15px;
}

.fav_number {
    position: absolute;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    background: var(--acsent);
    top: 5px;
    right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.3s ease;
}

.fav_number_text {
    font-family: var(--font-family);
    font-weight: 900;
    font-size: 13px;
    text-align: center;
    color: var(--black);
    margin: 0;
    transition: color 0.3s ease;
}


.footer_wrapper {
    background-color: var(--bg);
    background-image: linear-gradient(270deg, rgba(0, 120, 114, 0.24), rgba(6, 27, 40, 0.24), rgba(0, 120, 114, 0.24));
    padding: 50px 0;
}

.footer_icons_list {
    display: flex;
    flex-direction: row;
    gap: 50px;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px 50px 30px;
    border-bottom: 2px solid var(--dark-blue);
}

.footer_icons_item {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
}

.footer_icons_item:not(:first-child) {
    cursor: pointer;
}

.footer_icons_item:not(:first-child):hover .footer_icon_wrapper {
    background-color: var(--acsent);
}

.footer_icons_item:not(:first-child):hover .footer_icon_text {
    color: var(--acsent);
}

.footer_icons_item:not(:first-child):hover .footer_icon_wrapper img {
    filter: invert(12%) sepia(20%) saturate(600%) hue-rotate(170deg) brightness(40%) contrast(120%);
}



.footer_icon_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
    width: 80px;
    height: 80px;
    background-color: #0e2838a3;
    transition: background-color 0.3s ease;
}

.footer_icon_text {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 28px;
    color: var(--white);
    transition: color 0.3s ease;
}

.footer_menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 50px 0;
    gap: 20px;
}

.footer_logo_wrapper {
    max-width: 200px;
}

.footer_logo_wrapper img {
    height: 100%;
    width: 100%;
}

.footer_adult_info {
    text-align: center;
}

.footer_adult_info.mobile {
    display: none;
}

.footer_adult_info_text {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 157%;
    color: var(--dark-txt);
}

.footer_links_container {
    display: flex;
    gap: 40px;
    flex: 1;
    justify-content: center;
}

.footer_links_wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer_links_wrapper .footer_block_title {
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #fb8d69;
}

.footer_links {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    list-style: none;
    flex-wrap: wrap;
    gap: 20px 50px;
}

.footer_links.main_pages {
    max-width: 472px;
}

.footer_links.policies {
    max-width: 290px;

}

.footer_links li a {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    color: var(--white);
    transition: color 0.3s ease;
}

.footer_links li:hover .footer_link {
    color: var(--acsent);
}

.search_modal_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(6, 27, 40, 0.941);
    z-index: 9999;
    display: none;
    justify-content: center;
    padding-top: 22px;
    align-items: flex-start;
}

.search_modal_wrapper.active {
    display: flex;
}

.search_modal {
    max-width: 1290px;
    width: 100%;
    border-radius: 14px;
    z-index: 10000;
}

.live_search_wrapper {
    width: 100%;
    height: 70px;
    border-radius: 14px 14px 0 0;
    overflow: hidden;
    position: relative;

}

.live_search {
    padding: 23px 60px 23px 30px;
    background: #b4c6d0;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;

}

.modal_btn_wrapper {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: var(--acsent);

}

.modal_btn_wrapper img {
    filter: brightness(0) saturate(100%) invert(9%) sepia(8%) saturate(3320%) hue-rotate(169deg) brightness(96%) contrast(96%);

}

.live_search[placeholder] {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    color: rgba(14, 40, 56, 0.34);
}

.search_tabs_container {
    display: none;
    flex-direction: column;
    gap: 30px;
    padding: 30px 20px;
    background: var(--dark-blue);
    border-radius: 0 0 14px 14px;
    overflow: hidden;

}

.search_tabs_container.active {
    display: flex;
}

.search_tab {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.search_tab_title {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    color: var(--dark-txt);
}

.search_tab_list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.search_tabs_nav {
    display: none;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.search_tab_btn {
    border-radius: 14px;
    padding: 14px 20px;
    background: rgba(28, 74, 102, 0.44);
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    color: var(--white);
}

.search_tab_btn.active {
    color: var(--black);
    background: var(--acsent);
}

.search_card_container {
    border-radius: 30px;
    max-width: 305px;
    flex: 0 1 calc(50% - 10px);
    display: block;
    min-width: 120px;
    aspect-ratio: 4 / 3.5;
    width: 100%;
    background-color: rgba(180, 198, 208, 0.24);
    padding: 10px;
}

.search_card_wrapper {
    overflow: hidden;
    display: block;
    border-radius: 20px;
    position: relative;
    width: 100%;
    height: 100%;
}

.search_card_wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgb(6 27 40 / 0%) 0%, rgba(6, 27, 40, 0.91) 100%);
    z-index: 1;
}

.search_card_img_wrapper {
    width: 100%;
    height: 100%;
}

.search_card_img_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.search_card_info {
    position: absolute;
    padding: 0 20px 20px 20px;
    width: 100%;
    bottom: 0;
    z-index: 2;
}

.search_card_title {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
}

.search_card_title p {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    color: var(--white);
}

.search_category_container {
    border-radius: 14px;
    padding: 14px 20px;
    position: relative;
    overflow: hidden;
}

.search_category_text {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 18px;
    color: var(--white);
    transition: color 0.3s ease-in-out;
    position: relative;
    z-index: 2;

}

.search_category_container::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(28, 74, 102, 0.44);
    transition: opacity 0.3s ease-in-out;
    z-index: 1;
}

.search_category_container::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #ffc6b3 0%, #fb8d69 50%, #ffc6b3 100%);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 1;
}

.search_category_container:hover::after {
    opacity: 1;
}

.search_category_container:hover .search_category_text {
    color: var(--dark-blue);
}

.live_search.search-input-error {
    border: 1px solid #d9534f;
    background-color: #fff5f5;
    color: #d9534f;
    font-size: 14px;
}

.live_search.search-input-error::placeholder {
    color: #d9534f;
    opacity: 0.8;
}

.mobile_menu {
    position: fixed;
    top: 0;
    right: -100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
            hsla(203, 74%, 9%, 1) 0%,
            hsla(203, 74%, 9%, 1) 60%,
            hsl(177, 97%, 13%) 100%);

    color: #fff;
    z-index: 9999;
    padding: 40px 20px;
    transition: right 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.mobile_menu.active {
    right: 0;
}

.mobile_menu_close {
    border: 2px solid var(--acsent);
    border-radius: 6px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.mobile_menu_close span {
    position: absolute;
    background-color: var(--acsent);
    width: 16px;
    height: 2px;
    border-radius: 2px;
    display: block;
    transition: transform 0.3s ease;
}

.mobile_menu_close span:first-child {
    transform: rotate(45deg);
}

.mobile_menu_close span:last-child {
    transform: rotate(-45deg);
}

.header_btn_wrapper:hover .mobile_menu_close {
    border: 2px solid #061b28;
}

.header_btn_wrapper:hover .mobile_menu_close span {
    background-color: #061b28;
}

.mobile_menu_wrapper {
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mobile_menu_list {
    list-style: none;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 0;
}

.mobile_second_nav {
  display: none;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 400px;
  height: 100%;
  max-height: 500px;
  overflow-y: auto;
  transition: transform 0.3s ease;
}

.mobile_second_nav.active {
  display: flex;
  width: fit-content;
  margin-top: 10px;
}

.mobile_back {
    display: flex;
    gap: 8px;
    cursor: pointer;
    font-weight: 600;
    width: fit-content;
    padding: 5px;
    border-radius: 10px;
    border: 2px solid var(--acsent);
    align-items: center;
    margin-bottom: 10px;
}

.mobile_back::before {
    content: "←";
    font-size: 19px;
    display: flex;
    height: 20px;
    line-height: 16px;
}
.mobile-nav-link.selected{
    color: var(--acsent);
    margin-bottom: 10px;
    border-bottom: 1px solid var(--acsent);
    width: 100%;
    display: block;
}
.mobile_menu_overlay {
    position: fixed;
    inset: 0;
    background: rgba(28, 74, 102, 0.75);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 9998;
}

.mobile_menu_overlay.active {
    opacity: 1;
    visibility: visible;
}

.mobile_menu_list a {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    color: var(--white);
    text-decoration: none;
    transition: color 0.3s ease;
}

.mobile_menu_list a:hover {
    color: var(--acsent);
}

.section_wrapper {
    margin-top: 30px;
}

.header_logo-wrapper {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.header_logo_text {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    color: var(--white);
}

.page_header_wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 20px;

}

/* .dark-bg{
    background-color: var(--bg);
    background-image: linear-gradient(270deg, rgba(0, 120, 114, 0.24), rgba(6, 27, 40, 0.24), rgba(0, 120, 114, 0.24));
} */
.breadcrums_wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.breadcrums_item {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.breadcrums_item:not(:last-child)::after {
    content: "|";
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    margin: 0 10px 0 8px;
    color: var(--dark-txt);
}

.breadcrums_item a span {
    color: var(--acsent);
}

.breadcrums_item span {
    color: var(--dark-txt);
}

/*Social links*/
.social-link-list {
    position: fixed;
    right: 40px;
    top: 100px;
    display: flex;
    flex-flow: column;
    background: var(--acsent);
    border-radius: 14px;
    z-index: 100;
}

.social-link {
    width: 90px;
    height: 71px;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
}

.social-link:not(:last-child) {
    border-bottom: 2px solid #FFAD92;
}

.social-link img {
    filter: brightness(0) saturate(100%) invert(18%) sepia(13%) saturate(2546%) hue-rotate(164deg) brightness(93%) contrast(93%);
}

/*Gallery slider*/
.slider {
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: 1290px;
    touch-action: pan-y;

}

.slider_track {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 595px;
    transition: transform 0.5s ease;
    will-change: transform;
    /* transform: translateX(-55px); */
    position: relative;
}

.slider_track video,
.slider_track img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block;
}


.slider_track>div {
    flex-shrink: 0;
    transition: width 0.5s ease,
        height 0.5s ease,
        margin 0.5s ease;
    will-change: width, height, margin;
}

.slider_track .slide {
    display: none;
    order: 9;
}

.slider_dots {
    display: none;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    gap: 2px;
}

.slider_dot {
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    transition: background 0.3s;
}

.slider_dot::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(251, 141, 105, 24%);
    transform: translate(-50%, -50%);
}

.slider_dot.active {
    background: transparent;
    border-radius: 3px;
}

.slider_dot.active::before {
    background: var(--acsent);
    width: 10px;
    height: 10px;
    border-radius: 3px;
}

.slide_center {
    background: rgba(14, 40, 56, 24%);
    border-radius: 20px;
    padding: 20px;
    order: 3;
}

.slide_center video,
.slide_center img {
    border-radius: 20px;
}

.slide_left_1 {
    order: 2;
}

.slide_left_2 {
    order: 1;
}

.slide_left_3 {
    order: 0;
}

.slide_right_1 {
    order: 4;
}

.slide_right_2 {
    order: 5;
}

.slide_right_3 {
    order: 6;
}

.slide_left_3,
.slide_right_3 {
    height: 100px;
    width: 45px;
    margin: 0 15px;
    border-radius: 30px;
}

.slide_left_1,
.slide_right_1,
.slide_left_2,
.slide_right_2,
.slide_left_3,
.slide_right_3 {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.slide_left_1::before,
.slide_right_1::before,
.slide_left_2::before,
.slide_right_2::before,
.slide_left_3::before,
.slide_right_3::before {
    position: absolute;
    content: '';
    background: rgba(14, 40, 56, 0.84);
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
}

.slide_left_2,
.slide_right_2 {
    height: 190px;
    width: 190px;
    margin: 0 15px;
    border-radius: 30px;
}

.slide_left_1,
.slide_right_1 {
    height: 300px;
    width: 190px;
    margin: 0 15px;
    flex: 0 0 190px;
    border-radius: 30px;
}

.slide_center {
    height: 595px;
    width: 410px;
    margin: 0 15px;
    flex: 0 0 410px;
}

.slide_center {
    transform: translateX(0);
    z-index: 5;
}

.slide_left_1 {
    transform: translateX(0);
    z-index: 4;
}

.slide_left_2 {
    transform: translateX(0);
    z-index: 3;
}

.slide_left_3 {
    transform: translateX(0);
    z-index: 2;
}

.slide_right_1 {
    transform: translateX(0);
    z-index: 4;
}

.slide_right_2 {
    transform: translateX(0);
    z-index: 3;
}

.slide_right_3 {
    transform: translateX(450px);
    z-index: 2;
}

.btns {
    position: absolute;
    top: 205px;
    left: 50%;
    display: flex;
    justify-content: space-between;
    transform: translate(-50%, 0);
    pointer-events: none;
    width: 590px;
}

/* .btns img {
    filter: brightness(0) saturate(100%) invert(22%) sepia(86%) saturate(398%) hue-rotate(159deg) brightness(94%) contrast(94%);
} */

.btns .pre,
.btns .next {
    width: 60px;
    height: 60px;
    pointer-events: all;
    cursor: pointer;
    background: rgba(14, 40, 56, 24%);
    color: #fff;
    padding: 0;
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
}

.btns .pre img.slider-arrow,
.btns .next img.slider-arrow {
    width: 20px;
    height: 20px;
}

.btns.next img {
    transform: rotate(180deg);
}

.next img.slider-arrow {
    transform: rotate(180deg) translateY(50%);
}

.form_popups_container {
    position: fixed;
    top: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-end;
    z-index: 9999;
}

.form_popup {
    display: none;
    background: #fff;
    border: 2px solid transparent;
    border-radius: 10px;
    padding: 12px 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    min-width: 260px;
    text-align: center;
    font-size: 15px;
}

.form_popup.show {
    display: flex;
    opacity: 1;
    transform: translateY(0);
}

.form_popup.success {
    border-color: #46c47c;
    background: #eafff1;
}

.form_popup.error {
    border-color: #e74c3c;
    background: #ffeaea;
}

.form-error {
    border: 2px solid #e74c3c;
    border-radius: 10px;
}

input.form-error,
textarea.form-error {
    border: 2px solid #e74c3c !important;
    border-radius: 6px;
    background-color: #fff5f5;
    transition: all 0.3s ease;
}


.pagination {
    margin: 30px auto 0 auto;
}

.pagination ul {
    list-style: none;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
}

.pagination a,
.pagination span {
    text-decoration: none;
    padding: 0 10px;
    transition: all .2s;
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #252525;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
}

.pagination-item {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    overflow: hidden;
    background: rgba(14, 40, 56, 0.24);
}

.pagination-item.pagination-next,
.pagination-item.pagination-prev,
.pagination-item.pagination-next span,
.pagination-item.pagination-prev span {
    padding: 0;
}

.pagination-item.disabled {
    display: none;
}

.pagination-item img {
    width: 24px;
    height: 24px;
    filter: brightness(0) saturate(100%) invert(23%) sepia(96%) saturate(346%) hue-rotate(158deg) brightness(88%) contrast(95%);
}

.pagination-item.pagination-next img {
    transform: rotate(180deg);
}

.pagination a:hover {
    background: var(--acsent);
    border-radius: 14px;
}

.pagination .current span {
    background: var(--acsent);
    cursor: default;
}

.popup-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.popup {
    display: none;
}

.popup-content {
    background: #e9f7ff;
    padding: 16px 24px;
    border-radius: 10px;
    max-width: 400px;
    text-align: left;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.popup-content p {
    font-family: var(--second-family, Arial, sans-serif);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #0E2838;
}

.popup.success .popup-content {
    border-left: 4px solid #28a745;
}

.popup.error .popup-content {
    border-left: 4px solid #dc3545;
}

.input-error {
    position: absolute;
    border-bottom: 4px solid red;
    width: 100%;
    border-radius: 20px;
    height: 25px;
    top: 24px;
}




.slider-wrapper {
    overflow: hidden;
    width: 100%;
}

.slider-track {
    display: flex;
    gap: 20px;
    transition: transform 0.5s ease;
}

.slide {
    flex: 0 0 calc((100% - 40px) / 3) !important;
    box-sizing: border-box;
    background: #f0f0f0;
    border-radius: 10px;
    overflow: hidden;
}

.slide figure img {
    width: 100%;
    display: block;
    height: auto;
}

.post-info {
    padding: 10px;
}

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(14, 40, 56, 24%) !important;
    border: none;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 14px;
    z-index: 10;
    transition: background 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-arrow:hover {
    background: rgba(0, 0, 0, 0.8);
}

.slider-arrow.prev {
    left: -80px;
}

.slider-arrow.next {
    right: -80px;
    transform: rotate(180deg) translate(0, 50%);
}


.slider-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    gap: 2px;
}

.slider-dots button {
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 2px;
    border: none;
    background: transparent;
    cursor: pointer;
    transition: background 0.3s;
}

.slider-dots button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    border-radius: 2px;
    background: rgba(251, 141, 105, 24%);
    transform: translate(-50%, -50%);
}

.slider-dots button.active {
    background: transparent;
    border-radius: 3px;
}

.slider-dots button.active::before {
    background: var(--acsent);
    width: 10px;
    height: 10px;
    border-radius: 3px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background: rgba(14, 40, 56, 24%) !important;
}


.slider-controls .slick-arrow,
.posts-slider-controls .slick-arrow {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(14, 40, 56, 24%);
    border-radius: 20px;
}

.slider-arrow.prev img,
.slider-arrow.next img {
    filter: brightness(0) saturate(100%) invert(22%) sepia(86%) saturate(398%) hue-rotate(159deg) brightness(94%) contrast(94%);
}

.slick-dots {
    position: relative !important;
    bottom: auto !important;
    width: auto;
    max-width: max-content;
    margin: 0 auto;
}

.slick-dots li button:before {
    opacity: 0.2 !important;
    color: #cd3433 !important;
}

.slick-dots li.slick-active button:before {
    font-size: 10px !important;
    opacity: 1 !important;
    color: rgba(205, 52, 51, 1) !important;
    top: -11px !important;
}










/* === POPUP OVERLAY === */
.tallymoore-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    padding: 20px;
}

.tallymoore-popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* === POPUP BOX === */
.tallymoore-popup {
    position: relative;
    width: 100%;
    max-width: 400px;
    background: linear-gradient(180deg, #b9871a  0%, white 100%);
    border-radius: 20px;
    padding: 40px 30px 30px;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    transform: scale(0.9) translateY(20px);
    transition: transform 0.3s ease;
}

.tallymoore-popup-overlay.active .tallymoore-popup {
    transform: scale(1) translateY(0);
}

/* === CLOSE BUTTON === */
.tallymoore-popup__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0, 0, 0);
    border: none;
    border-radius: 50%;
    color: #9ca3af;
    cursor: pointer;
    transition: all 0.2s ease;
}

.tallymoore-popup__close:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

/* === ICON === */
.tallymoore-popup__icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #a95500 0%, #4b0755 100%);
    border-radius: 50%;
    color: #fff;
}

/* === CONTENT === */
.tallymoore-popup__title {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 12px;
}

.tallymoore-popup__text {
    font-size: 18px;
    color: #000000;
    line-height: 1.6;
    font-weight: 700;
    margin: 0 0 24px;
}

/* === STATS === */
.tallymoore-popup__stats {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 24px;
    padding: 16px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.tallymoore-popup__stat {
    text-align: center;
}

.tallymoore-popup__stat-value {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #7fb4ff;
}

.tallymoore-popup__stat-label {
    font-size: 11px;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* === BUTTON === */
.tallymoore-popup__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 14px 24px;
    background: linear-gradient(135deg, #b88518 0%, #121031 100%);

    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tallymoore-popup__btn:hover {
    background: linear-gradient(135deg, rgb(70, 66, 56) 0%, #161501 100%);

    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 136, 204, 0.4);
}

/* === SKIP BUTTON === */
.tallymoore-popup__skip {
    display: block;
    width: 100%;
    margin-top: 12px;
    padding: 10px;
    background: transparent;
    border: none;
    color: #6b7280;
    font-size: 13px;
    cursor: pointer;
    transition: color 0.2s;
}

.tallymoore-popup__skip:hover {
    color: #9ca3af;
}

/* === RESPONSIVE === */
@media (max-width: 480px) {
    .tallymoore-popup {
        padding: 30px 20px 24px;
    }
    
    .tallymoore-popup__icon {
        width: 64px;
        height: 64px;
    }
    
    .tallymoore-popup__icon svg {
        width: 36px;
        height: 36px;
    }
    
    .tallymoore-popup__title {
        font-size: 18px;
    }
    
    .tallymoore-popup__stats {
        gap: 20px;
    }
    
    .tallymoore-popup__stat-value {
        font-size: 16px;
    }
}










@media (max-width: 1440px) {
    .social-link {
        width: 65px;
        height: 60px;
    }
    .social-link-list {
        top: 140px;
        right: 5px;
    }
}
@media (max-width: 1310px) {
    .main_container {
        padding: 0 10px;
    }

    .container {
        padding: 0 20px;
    }
}

@media (max-width: 1170px) {
    .sg-container {
        max-width: calc(100% - 100px) !important;
    }

    .main_container {
        padding: 0 20px;
    }

    .header_nav-item {
        border-radius: 14px;
        cursor: pointer;
    }

    .search_modal {
        padding: 0 10px;
    }
}

@media (max-width: 1040px) {
    .search_card_container {
        max-width: 250px;

    }

    .search_card_img_wrapper img {
        object-position: top;
    }

    .search_tab_list {
        max-height: 450px;
        overflow: auto;
    }

    .header_nav {
        display: none;
    }

    .custom_h1 {
        margin-top: 10px;
    }

    .footer_links_container {
        gap: 10px;
    }

    

    .header_btn_wrapper.mobile_btn {
        display: flex;
    }

    .sg-container {
        max-width: 100%;
    }

    .footer_icons_item {
        flex-direction: column;
    }

    .footer_wrapper {
        background-color: var(--bg);
        background-image: linear-gradient(270deg, rgba(0, 120, 114, 0.24), rgba(6, 27, 40, 0.24), rgba(0, 120, 114, 0.24));
        padding: 30px 0;
    }

    .header_wrapper {
        padding-bottom: 20px;
    }

    .footer_icons_list {
        padding-bottom: 30px;
    }

    .footer_links {
        gap: 10px 30px;
    }

    .footer_links.main_pages {
        max-width: 412px;
    }

    .footer_menu {
        padding: 30px 0;
        gap: 10px;
    }

    .footer_logo_wrapper {
        max-width: 161px;
    }

}

@media (max-width: 768px) {
    .custom_h1 {
        font-size: 52px;
        line-height: 62px;
    }
    .social-link img {
        width: 24px;
        height: 24px;
    }

    .footer_adult_info {
        display: none;
    }


    .footer_adult_info.mobile {
        display: block;
        text-align: left;
    }

    .footer_logo_wrapper img {
        width: 80%;
    }

    .footer_logo_wrapper {
        max-width: 220px;
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    .footer_menu {
        padding: 30px 0 0 0;
    }

    .footer_links_container {
        flex-direction: column;
    }

    .footer_links.main_pages {
        max-width: 100%;
    }

    .footer_links.policies {
        max-width: 100%;
    }

   
    .social-link {
        width: 65px;
        height: 60px;
    }
    .social-link-list {
        top: auto;
        bottom: 10px;
        left: 10px;
        right: auto;
        flex-direction: row;
    }
    .social-link:not(:last-child) {
        border-bottom: none;
        border-right: 2px solid #052c35;
    }

}

@media (max-width: 680px) {
    .search_card_info {
        padding: 0 5px 5px 5px;
    }

    .search_card_info p {
        font-size: 15px;
    }

    .search_category_text {
        font-size: 15px;
    }

    .search_category_container {
        padding: 7px 14px;
    }
}

@media (max-width: 650px) {
    .slide_center {
        width: 80vw;
        height: auto;
        flex: 0 0 auto;
    }

    .breadcrums_wrapper {
        flex-flow: row wrap;
    }

    .girl_gallery {
        padding: 0;
    }

    .btns {
        width: 100%;
        position: absolute;
        top: 50%;
        left: auto;
        display: flex;
        justify-content: space-between;
        transform: translate(0, -50%);
        pointer-events: none;
    }


    .pre,
    .next {
        background: rgba(14, 40, 56, 1);
        width: 50px;
        height: 50px;
    }

    .slider_dots {
        display: flex;
        margin-top: 15px;
    }


}

@media (max-width: 560px) {
    .custom_h1 {
        font-size: 32px;
        line-height: 38px;
    }

    .serach_card_price {
        display: none;
    }

    .search_card_title {
        justify-content: center;
    }

    .slide_left_1,
    .slide_right_1 {
        height: 50%;
        width: auto;
        margin: 0 5px;
    }

    .slide_center {
        margin: 0 5px;
    }

    .container {
        padding: 0 5px;
    }

    .sg-container {
        padding-inline: 15px;
    }

    .page-header-description p {
        font-size: 15px;
        line-height: 26px;
    }

    .footer_menu {
        padding: 20px 0;
        flex-direction: column;
        align-items: center;
    }

    .footer_icons_list {
        flex-wrap: wrap;
        gap: 20px;
    }

    .footer_icon_wrapper {
        width: 50px;
        height: 50px;
    }

    .footer_icon_wrapper img {
        width: 24px;
        height: 24px;
    }

    .footer_icon_text {
        font-size: 16px;
    }

    .footer_adult_info {
        display: block;
    }

    .footer_adult_info.mobile {
        display: none;
    }

    .footer_links_container {
        gap: 20px;
    }

    .section_wrapper {
        margin-top: 20px;
    }

    .search_tab_title {
        display: none;
    }

    .search_tabs_nav {
        display: flex;
    }

    .search_tab {
        display: none;
    }

    .search_tab.active {
        display: flex;
    }

    .search_category_container {
        flex: 1 1 100%;
        text-align: center;
    }

    .header_btns_wrapper {
        gap: 10px;
    }

    .search_modal_wrapper {
        padding: 0;
    }

    .search_modal {
        padding: 0;
        height: 100%;
    }

    .live_search_wrapper {
        border-radius: 0;
    }

    .search_tabs_container {
        height: 100%;
    }

}

@media(max-width: 425px) {
    .header_logo_text {
        display: none;
    }
    .breadcrums_item{
        font-size: 14px;
    }
}



/* errors page*/

.error-content-wrapper {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 100%;
    max-width: 900px;
    margin: 30px auto 70px auto;
    justify-content: center;
}
.error.custom_h1 {
    color: var(--acsent);
    font-size: 190px !important;
    line-height: 228px !important;
}

.error-text {
    font-family: var(--second-family);
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 32px;
    text-align: center;
    color: #252525;
    margin-bottom: 30px;
}

.error-link {
    margin: 0 auto;
    width: auto;
    max-width: max-content;
    height: 60px;
    border-radius: 14px;
    padding: 5px 30px;
    background: linear-gradient(90deg, #FFC6B3 0%, #FB8D69 50%, #FFC6B3 100%);
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #252525;
    border: none;
    box-shadow: none;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.error.sg-inner-container{
    height: 35vh;
}

@media screen and (max-width: 768px) {
    .error-content-wrapper {
        margin-bottom: 50px;
    }

    
}

@media screen and (max-width: 560px) {
    .error-content-wrapper {
        margin: 20px auto 40px auto;
    }


    .error.custom_h1 {

        font-size: 100px !important;
        line-height: 120px !important;
    }

    .error-link {
        width: 100%;
        max-width: 100%;
        height: 50px;
    }
}




.moore-wrap {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 99999;
    width: 320px;
}

.moore-toast {
    background: linear-gradient(135deg, #ffffff, #f8f8ff);
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    overflow: hidden;
    animation: moore-slide 0.4s ease;
    border: 1px solid #eee;
}

@keyframes moore-slide {
    from { transform: translateY(-20px); opacity: 0; }
    to   { transform: translateY(0); opacity: 1; }
}

/* HEADER */
.moore-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px;
    background: linear-gradient(135deg, #ff7a18, #8e2de2);
    color: #fff;
}

.moore-icon {
    width: 36px;
    height: 36px;
    background: rgba(255,255,255,0.2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.moore-title {
    font-size: 13px;
    font-weight: 600;
}

.moore-sub {
    font-size: 11px;
    opacity: 0.8;
}

.moore-close {
    margin-left: auto;
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

/* BODY */
.moore-body {
    padding: 14px;
}

.moore-text {
    font-size: 13px;
    color: #333;
    margin-bottom: 12px;
}

.moore-btn {
    display: block;
    width: 100%;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #ff7a18, #8e2de2);
    transition: .2s;
}

.moore-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 5px 12px rgba(0,0,0,0.15);
}

/* FOOTER */
.moore-footer {
    padding: 10px;
    text-align: center;
}

.moore-dismiss {
    background: none;
    border: none;
    font-size: 11px;
    color: #999;
    cursor: pointer;
}

.moore-dismiss:hover {
    color: #333;
}
