@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700&display=swap');
 
@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-Regular.ttf');
    font-weight: 400;
    font-style: normal;
}
 
@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-SemiBold.ttf');
    font-weight: 600;
    font-style: normal;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
a {
    text-decoration: none;
    color: inherit;
}
input {
    border: 0;
    outline: 0;
}
button {
    background: none;
    border: none;
}
ul, ol {
    padding: 0 0 10px 30px;
}
li::marker {
    color: #5B9A91;
}
blockquote {
    background-color: #5B9A91;
    padding: 16px;
    margin: 8px 16px;
    font-style: italic;
}
::-webkit-scrollbar {
    width: 0;
}
body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 20px; 
    letter-spacing: 0.085px;
}
body p {
    padding-bottom: 10px;
}
body h2{
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #F5D9CC;
    padding: 16px 0 8px;
}
.wrapper {
    display: none;
    justify-content: center;
    overscroll-behavior: none;
    height: 100vh;
    height: 100dvh;
 }
.container {
    width: 100%;
    max-width: 1528px;
    padding: 0 16px;
}
.panel__section {
    position: relative;
    height: 100vh !important;
    height: 100dvh !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible;
}
.first{
    background-image: url('../img/back_dectop.jpg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position-x: center;
}
.third {
    background: linear-gradient(360deg, #081D21 78.62%, rgba(8, 29, 33, 0.00) 100.64%);
    height: fit-content !important;
    position: relative;
    bottom: 0
}
.class {
    width: 100%;
}

/* --- Header --- */
.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    padding-bottom: 16px;
}
.home {
    cursor: pointer;
}
.panel {
  position: absolute;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
}
.header__container {
	display: flex;
    justify-content: center;
    position: relative;
    max-width: 1528px;
    padding: 0 16px;
    margin: 0 auto;
}
.logo {
    padding-top: 16px;
    display: flex;
    gap: 8px;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
.logo__img {
    display: block;
    margin-right: 8px;
    width: 40px;
    height: 40px;
}
.logo__title {
    font-family: 'Merriweather', sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 24px; 
    letter-spacing: 0.029px;
    color: #fff;
}
.lang {
    position: absolute;
    right: 32px;
    display: flex;
    padding: 16px 0;

    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 15px; 
    letter-spacing: 0.188px;
    text-transform: uppercase;
    color: #F5D9CC;
}
.lang__item {
    cursor: pointer;
}
.lang__item:nth-child(2) {
    margin-left: 24px;
}

@media (max-width: 1090px) {
    .header__container {
        justify-content: flex-start;
    }
    .logo {
        width: 100%;
        max-width: 140px;
        padding: 16px 0 0 0;
        flex-direction: row;
        gap: 0;
    }
    .logo__title {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0.038px;
    }
    .lang {
        right: 16px;
    }
}
@media (max-width: 500px) {
    .first{
        background-image: url('../img/back_mob.jpg');
        background-repeat: no-repeat;
        background-size: cover;
    	background-position-x: center;
    }
    .first::before{
        content: '';
        position: absolute;
        top: 55%;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        background: linear-gradient(90deg, #081D21 0%, rgba(8, 29, 33, 0.00) 93.54%), linear-gradient(180deg, #081D21 0%, rgba(8, 29, 33, 0.50) 84.77%, rgba(8, 29, 33, 0.00) 100%);
    }
}

/* --- Main Section --- */
.main { 
    padding-top: 164px;  
}
.main__container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.main__text {
    color: #F0F8FA;
    max-width: 900px;
    text-align: center;
    padding: 24px 0;
    margin-bottom: 102px;
    position: relative;
}
.main__text::before {
    position: absolute;
    bottom: 95%;
    content:url('../img/Line 3.svg')
}
.main__text::after {
    position: absolute;
    bottom: -85%;
    content:url('../img/Line 4.svg')
}
.main__slogan {
    padding: 16px 0;
    margin-bottom: 102px;
    position: relative;
    font-size: 49px;
    font-weight: 400;
    line-height: 68px;
    color: transparent;
}
.main__slogan::before {
    position: absolute;
    bottom: -120%;
    left: calc(50% - 10px);
    content:url('../img/Line 5.svg')
}
.main__slogan-container {
    font-family: 'Raleway', sans-serif;
    font-size: 49px;
    font-weight: 400;
    line-height: 68px;
    color: #5B9A91;
    position: fixed;
    top: 430px;
    left: calc(50% - 594px / 2);
    z-index: 1000;
    transition: all 1000ms ease;
}
.main__slogan-container--custom {
    top: 24px;
    left: 32px;
    font-size: 24px;
    line-height: 30px;
    transition: all 810ms ease;
}

@media (max-width: 1090px) {
    .main {
        padding-top: 88px;
    }
    .main__text  {
        margin-bottom: 40px;
        padding: 16px;
    }
    .main__text p:last-child {
        padding: 0;
    }
    .main__text::before {
        content:url('../img/Line 3-mob.svg')
    }
    .main__text::after {
        bottom: -32px;
        content:url('../img/Line 4-mob.svg')
    }
    .main__slogan {
        font-size: 24px;
        font-weight: 400;
        line-height: 30px;
        margin-bottom: 0;
    }
    .main__slogan::before {
        bottom: 0px;
        content:url('../img/Line 5-mob.svg')
    }
    .main__slogan-container  {
        left: calc(50% - 291px / 2);
        font-size: 24px;
        font-weight: 400;
        line-height: 30px;
        transition: all 0s ease-in;
    }
}
@media (max-width: 650px) {
    .main__slogan-container--custom {
        padding-top: 12px;
    }
}

/* --- Tabs --- */
.tabs__items {
    position: fixed;
    bottom: 0;
    z-index: 99;
    display: flex;
    justify-content: center;
    transition: transform 1000ms ease;
}
.tabs__items--custom {
    transform: translate(0,calc( -100vh + 104px + 100%));
    transform: translate(0,calc( -100dvh + 104px + 100%));
    transition: transform 820ms ease;
}
.tabs__items--android {
    transform: translate(0,calc( -100dvh + 175px + 100%))
}
.tabs__nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 16px 16px;
    cursor: pointer;
    border-top: 2px solid transparent;
    border-right: 2px solid transparent;
    border-left: 2px solid transparent;
}
.tabs__nav:hover,
.tabs__nav.active {
    border-radius: 4px 4px 0px 0px;
    border-top: 2px solid #EBB499;
    border-right: 2px solid #EBB499;
    border-left: 2px solid #EBB499;
}
.nav-img {
    width: 24px;
    height: 24px;
    margin-bottom: 6px;
}
.nav-title {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px; 
    letter-spacing: 0.038px;
    color: #DDDDE3;
    text-align: center;
}
.tabs__item {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right -20% top 0%;
}
.tabs__item::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background:   linear-gradient(90deg, #081D21 38.62%, rgba(8, 29, 33, 0.00) 67.64%), 
    linear-gradient(180deg, #081D21 0%, rgba(8, 29, 33, 0.80) 21.15%,
     rgba(8, 29, 33, 0.00) 41.67%, #081D21 93.44%);
}
.tabs__item-container {
    max-width: 50%;
    height: 100vh;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    padding-top: 180px;
}
#tab_1{
    background-image: url('../img/map.jpg');
}
#tab_2{
    background-image: url('../img/afisha.jpg'); 
}
#tab_3{
    background-image: url('../img/memory1.jpg'); 
}
#tab_4{
    background-image: url('../img/invest.jpg'); 
}
#tab_5{
    background-image: url('../img/appointment1.jpg'); 
}
#tab_6{
    background-image: url('../img/catalog.jpg'); 
}
#tab_7{
    background-image: url('../img/accommodation.jpg'); 
}
#tab_8{
    background-image: url('../img/dostizheniyz.jpg'); 
}
#tab_9{
    background-image: url('../img/menu.jpg'); 
}
.tabs__item .tabs__item-title  {
    border-top: 2px solid #EBB499;
}
.tabs__item-title {
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    color: #F5D9CC;
    padding: 16px 0 16px 32px;
    margin-left: -16px;
    width: fit-content;
    padding-left: 32px;
}
.tabs__item-block {
    padding-left: 16px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: auto;
}
.tabs__item-text {
    color: #FFF;
    height: calc(100% - 94px);
    padding-right: 16px;
    overflow-y: auto;
}
.tabs__item-list {
    display: flex;
    gap: 32px;
    border-bottom: 1px solid #26403C;
    padding-bottom: 20px;
    margin-bottom: 24px;
}
.tabs__item-list p {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 0;
}
.tabs__item-list p span {
    font-family: 'Merriweather', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.085px;
    color: #C2E3EA;
    padding-bottom: 6px;
}
/* ===== Scrollbar CSS ===== */
/* Firefox 
* {
    scrollbar-width: thin;
    scrollbar-color: #5b9a91 #717171;
} */
/* Chrome, Edge, and Safari */
.tabs__item-text::-webkit-scrollbar {
    width: 8px;
}
.tabs__item-text::-webkit-scrollbar-track {
    background-color: rgba(113, 113, 113, 0.2);
    border-radius: 20px;
}
.tabs__item-text::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: 7px 7px 12px rgba(0, 0, 0, 0.15), 2px 3px 5px rgba(0, 0, 0, 0.25), inset -2px -3px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    background: #5B9A91;
}
.tabs__btns {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 24px 0 32px;
}
.tabs__btns-item,
.blog a{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 15px; 
    letter-spacing: 0.188px;
    text-transform: uppercase;
    color: #EBB499;
    cursor: pointer;
}
.blog a{
    border-radius: 4px;
    border: 2px solid #EBB499;
    display:block;
}
.tabs__btns-item:hover,
.blog a:hover {
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.10);
    box-shadow: 2px 2px 16px 0px rgba(25, 25, 25, 0.10), 1px 1px 4px 0px rgba(25, 25, 25, 0.20);
    color: #BE704B;
}
.tabs__btns-item:active,
.blog a:active {
    background: rgba(255, 255, 255, 0.20);
    box-shadow: 2px 2px 16px 0px rgba(0, 0, 0, 0.10) inset, 1px 1px 4px 0px rgba(0, 0, 0, 0.20) inset;
    color: #BE704B;
}
.tabs__btns-item:nth-child(1) {
    padding: 10px 8px;
}
.tabs__btns-item:nth-child(2),
.tabs__btns-item:nth-child(3),
.blog a{
    padding: 9px 8px;
    position: relative;
    padding-left: 36px;
}
.tabs__btns-item:nth-child(2)::before {
    content: url('../img/site.svg');
    position: absolute;
    left: 8px;
}
.blog a::before {
    content: url('../img/blog.svg');
    position: absolute;
    left: 8px;
    top: 7px;
}
.tabs__btns-item:nth-child(3)::before {
    content: url('../img/price.svg');
    position: absolute;
    left: 8px;
}
.tabs__btns-item:nth-child(4) {
    padding: 10px 16px;
    color: #FFF;
    border-radius: 4px;
    border: 2px solid #EBB499;
    background: #135A4A;
    box-shadow: 2px 2px 16px 0px rgba(25, 25, 25, 0.10), 1px 1px 4px 0px rgba(25, 25, 25, 0.20);
}
.tabs__btns-item:nth-child(4):hover {
    border: 2px solid transparent;
    padding: 10px 16px;
    background: linear-gradient(270deg, #84849A 0%, #535365 100%);
}
.tabs__btns-item:nth-child(4):active {
    box-shadow: 2px 2px 16px 0px rgba(0, 0, 0, 0.10) inset, 1px 1px 4px 0px rgba(0, 0, 0, 0.20) inset;
}

@media (max-width: 1440px) {
    .tabs__item-container {
        max-width: 60%;
    }
    .tabs__item-block {
        padding-right: 16px;
    }
}
@media (max-width: 1090px) {
    .tabs__items {
        width: 100%;
        overflow-x: scroll;
        flex-wrap: wrap;
        transition: none;
    }
    .tabs__nav--custom {
        white-space: nowrap;
    }
    .tabs__nav {
        width: max-content;
    }
    .tabs__item {
        background-position: bottom center;
        background-size: cover;
	    display: none;
    }
    .tabs__item.active {
        display:block;
    }
    .tabs__item::before{
        background: linear-gradient(90deg, #081D21 0%, rgba(8, 29, 33, 0.00) 93.54%),
        linear-gradient(180deg, #081D21 0%, rgba(8, 29, 33, 0.50) 84.77%, rgba(8, 29, 33, 0.00) 100%);
    }
    .tabs__item-container {
        max-width: 100%;
    }
    .tabs__item-text {
        height: calc(100% - 121px);
        max-height: 400px;
        overflow-y: scroll;
        padding-right: 0;
    }
    * {
        scrollbar-width: auto;
    }
    .tabs__item-text::-webkit-scrollbar {
        width: 0;
    }
    .tabs__items--custom {
        flex-wrap: nowrap;
        justify-content: flex-start;
        padding: 0 56px;
        transition: transform 0.0s ease-in-out;
    }
    .tabs__btns {
        padding: 16px 0 24px;
    }
}
@media (max-width: 648px) {
    .tabs__item-block {
        height: auto;
        overflow-y: scroll;
        overflow-x: hidden;
        display: block;
    }
    .tabs__item-container {
        padding-top: 198px;
        padding-bottom: 0px;
    }
    .tabs__item-container::-webkit-scrollbar {
        width: 0;
        display: none;
    }
    .tabs__items--custom {
        transform: translate(0,calc( -100dvh + 121px + 100%));
    }
    .tabs__item-list {
        flex-direction: column;
        gap: 16px;
   }
   .tabs__item-list p {
        width:100%;
   }
}
@media (max-width: 500px) {
    .tabs__items--bottom {
        bottom: -16px;
    }
}

/* --- Footer --- */
.footer__mob {
    display: none;
    width: 100vw;
    margin-left: -16px;
    background: linear-gradient(360deg, #081D21 78.62%, rgba(8, 29, 33, 0.00) 100.64%);
}
.footer__container{
    display: flex;
    flex-direction: column;
    align-items: center;

    font-family: 'Source Sans Pro', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.085px;
    color: #fff;
    position: relative;
    padding: 16px;
    padding-top: 52px;
    gap: 24px;
}
.copyright {
    position: relative;
}
.contacts {
    display: flex;
    gap: 32px;
}
.contacts__phone,
.contacts__email,
.contacts__social,
.politica a {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}
.politica {
    color: #A4C6E5;
    text-align: center;
}
.politica a {
    position: relative;
    top: 2px;
}
.contacts__phone::before {
    content: url('../img/phone.svg');
    position: absolute;
    left: 0;
}
.contacts__email::before {
    content: url('../img/email.png');
    position: absolute;
    left: 0;
}
.contacts__social::before {
    content: url('../img/telegram.svg');
    position: absolute;
    left: 0;
}
.politica a::before {
    content: url('../img/pdf.svg');
    position: absolute;
    left: 0;
}

@media (max-width: 600px) {
    .contacts {
        justify-content: center;
        flex-direction: column;
        gap: 16px;
    }
    .footer__mob  {
        display: block;
        padding-bottom: 24px;
    }
    .third {
        display: none;
    }
}

/* --- Cookie --- */
.cookie {
    position: fixed;
    bottom: 15px;
    max-width: 658px;
    left: calc(50% - 658px / 2);
    background: #1C1C22;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.30), 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    font-family: 'Source Sans Pro', sans-serif;
    animation:anim 2s;
    animation-duration: 2s;
}
@keyframes anim {
    from {bottom:-100%;}
    to {bottom:15px;}
}
.cookie__container {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 14px 16px;
}
.cookie__text {
    font-size: 17px;
    font-weight: 400;
    line-height: 20px; 
    letter-spacing: 0.085px;
    color: #fff;
}
.cookie__btns {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
}
.cookie__btn {
    border-radius: 4px;
    padding: 10px 16px;

    font-size: 15px;
    font-weight: 600;
    line-height: 15px; 
    letter-spacing: 0.188px;
    text-transform: uppercase;
    color: #EBB499;
    cursor: pointer;
}
.cookie__btn:hover {
    background-color: #3b3b41;
    transition: all 0.4s ease-in-out;
}
.cookie__btn.submit {
    border: 1px solid #EBB499;
}
@media (max-width: 768px) {
    .cookie {
        margin: 0 32px;
        left: 0;
        bottom: 15px;
    }
    .cookie__btns {
        justify-content: flex-start;
    }
}

/* Модалка */
.modal-presentation {
  visibility: hidden;
}
.modal-presentation__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  opacity: 0.5;
  z-index: 995 !important;
}
.modal-presentation__container {
  position: absolute;
  top: calc(50% - 328px);
  left: calc(50% - 532px);
  width: 1064px;
  height: 656px;
  z-index: 1000 !important;
}
.curtain {
  position: absolute;
}
.curtain img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.curtain img:last-child {
  position: absolute;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  cursor: pointer;
}
.video__container {
  width: 1064px;
  height: 656px;
  margin: 0 auto;
}
.video__container iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  cursor: pointer;
}
@media (max-width: 1150px) {
  .modal-presentation__container {
    top: calc(50% - 200px);
    left: calc(50% - 375px);
  }
  .modal-presentation__container,
  .video__container,
  .curtain {
    width: 750px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .modal-presentation__container {
    top: calc(50% - 150px);
    left: calc(50% - 250px);
  }
  .modal-presentation__container,
  .video__container,
  .curtain {
    width: 500px;
    height: 300px;
  }
}
@media (max-width: 500px) {
  .modal-presentation__container {
    top: calc(50% - 125px);
    left: calc(50% - 175px);
  }
  .modal-presentation__container,
  .video__container,
  .curtain {
    width: 350px;
    height: 200px;
  }
}
