:root {
    --white: #fff;
    --background-page: #F0F0F6;
    --background-page-new: #F6F6FC;
    --background-gray-block: #F6F6F9;

    --pangea-blue: #405362;
    --pangea-blue-60: #8C98A1;
    --pangea-blue-50: #9FA9B0;
    
    --black: #1E1E1E;
    --black-2: #222222;
    --blue: #369AE3;
    --orange: #F45826;
    --orange-button: #FA6A2D;
    --gray: #EFF2F4;
    --gray-button: #EFF2F4;
    --red: #E90000;

    --gray-line: #ECEEEF;


    --social-tg: #24A1DE;
    --social-ig: #DD2B73;

    --adv-orange: #F45826; 
    --adv-purple: #F426D3; 


    --skeleton-gray-1: #ECEEEF;
    --skeleton-gray-2: #CFD4D8;


}

@font-face {
    font-family: 'Inter';
    font-weight: 400;
    src: url(fonts/Inter/static/Inter-Regular.ttf);
}
@font-face {
    font-family: 'Inter';
    font-weight: 300;
    src: url(fonts/Inter/static/Inter-Light.ttf);
}
/* @font-face {
    font-family: 'Inter';
    font-weight: 200;
    src: url(fonts/Inter/static/Inter-ExtraLight.ttf);
}
@font-face {
    font-family: 'Inter';
    font-weight: 100;
    src: url(fonts/Inter/static/Inter-Thin.ttf);
} */
@font-face {
    font-family: 'Inter';
    font-weight: 500;
    src: url(fonts/Inter/static/Inter-Medium.ttf);
}
@font-face {
    font-family: 'Inter';
    font-weight: 600;
    src: url(fonts/Inter/static/Inter-SemiBold.ttf);
}
@font-face {
    font-family: 'Inter';
    font-weight: 700;
    src: url(fonts/Inter/static/Inter-Bold.ttf);
}/*
@font-face {
    font-family: 'Inter';
    font-weight: 800;
    src: url(fonts/Inter/static/Inter-ExtraBold.ttf);
}
@font-face {
    font-family: 'Inter';
    font-weight: 900;
    src: url(fonts/Inter/static/Inter-Black.ttf);
} */

*{
    padding: 0;
    margin: 0;
}
a{
    color: inherit;
    text-decoration: none;
}
button,input{
    border: 0;
    outline: 0;
}
body{
    background: var(--background-page);
    background: var(--background-page-new);
    color: var(--black);
    font-size: 16px;
    font-family: 'Inter';
    font-weight: 400;
}

header{
    position: absolute;
    width: 100%;
}
header > div{
    max-width: 1280px;
    margin: 0 auto;    
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 50px;
}
header > div > a > img{
    width: 110px;
    height: 40px;
    /* transition: 0.2s ease; */
    cursor: pointer;
}
header > div > a > img:hover{
    opacity: 0.8;
}
.header-auth-settings-cont{
    display: flex;
    align-items: center;
    gap: 8px;
}
.h-a-s-item {
    font-size: 14px;
    padding: 15px 30px 15px 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
}
.h-a-s-item:hover{
    opacity: 0.8;
}
.h-a-s-item > img{
    width: 22px;
    height: 22px;
}
.h-a-s-settings-button{
    background: rgba(255, 255, 255, 0.2);
    color: var(--white);
    cursor: default;
}
.h-a-s-settings-button:hover{
    opacity: 1;
}
.h-a-s-auth-button{
    background: var(--white);
    color: var(--pangea-blue);
}

footer{
    background: var(--pangea-blue);
    color: var(--white);
}
footer > div{
    max-width: 1280px;
    margin: 0 auto;    
    padding: 10px 50px;
}
.footer-cont-1{
    margin: 110px 0 0 0;
    display: grid;

    gap: 24px;
    grid-template-columns: 1fr 3fr;
}

.footer-cont-1 > a{
    margin: 0 auto 0 0 ;
}
.footer-cont-1 > a:hover{
    opacity: 0.8;
}
.footer-cont-1 > a >img{
    width: 120px;
}

.footer-c1-2{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-emailNphone-cont{
    display: flex;
    align-items: center;
    gap: 56px;
    font-size: 18px;
    font-weight: 500;
    opacity: 0.8;
}
.footer-socials-cont{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.footer-socials-cont > a{
    /* background: var(--white); */
    border: 1px solid var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-socials-cont > a > img{
    width: 24px;
    height: 24px;
    padding: 18px;
}

.footer-socials-cont > a:hover{
    opacity: 0.8;
}



.footer-cont-2{
    display: grid;
    grid-template-columns: 4fr 5fr 3fr;
    gap: 24px;
    margin: 32px 0 24px 0;
    padding: 56px 0;
    border-bottom: 1px solid rgba(255, 255,255, 0.2);
    border-top: 1px solid rgba(255, 255,255, 0.2);
}

.footer-c1-2 > div > a:hover{
    opacity: 0.8;
}



.footer-c2-1{
    display: flex;
    flex-direction: column;
    gap: 24px;
    font-size: 16px;
    font-weight: 400;
}

.footer-c2-1 > a{
    margin: 0 auto 0 0;
    opacity: 0.9;
}
.footer-c2-1 > a:hover{
    opacity: 0.6;
}
.footer-c2-2{

    font-weight: 400;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
}

.footer-cont-3{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    margin: 0 0 24px 0;
}
.footer-cont-3 > a:hover{
    opacity: 0.8;
}
.footer-cont-3 > a{
cursor: pointer;
}
.fc3-1{ text-align: left;}
.fc3-2{ text-align: center;}
.fc3-3{ text-align: right;}




.main-full-width-block{
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
.main-full-width-item{
    max-width: 1280px;  
    padding:  50px;
    margin:  auto;    
}
.main-full-width-item-first{

    /* box-sizing: border-box; */
    padding: 80px 50px 50px 50px;
    display: flex;
    flex-direction: column;
}

.mfwif-links-list{
    font-size: 14px;
    font-weight: 400;
    color: var(--white);
    display: flex;
    align-items: center;
    gap:8px;
    padding: 100px 0 0 0;
    margin: auto 0 0 0; 
}
.mfwif-links-list > img{
    width: 6px;
    height: 9px;
}
.mfwif-links-list > a{
    cursor: pointer;
}
.mfwif-links-list > a:hover{
    text-decoration: underline;
}
.mfwif-txt-cont{
    display: grid;
    grid-template-columns: 3.5fr 1fr;
    gap: 24px;
    align-items: end;
}
.mfwiftc-text{
    font-size: 56px;
    font-weight: 600;
    margin: 16px 0 0 0;
    line-height: 1.1;
}
.mfwiftc-buttons-cont{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin: 0 0 0 auto;
}
.mfwictcbc-button{
    cursor: pointer;
    border: 1.5px solid var(--white);
    border-radius: 8px;
    padding: 16px 24px;
    display: flex;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    text-shadow:  0 0 10px rgba(0, 0, 0, 0.2);
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 600;
    font-size: 16px;
}
.mfwictcbc-button > img{
    width: 24px;
    height: 24px;
}
.mfwictcbc-button-chosen{
    color: var(--pangea-blue);
    background-color: var(--white);
}

.mfwictcbc-button:hover{
    opacity: 0.8;
}







.tour-cont{
    /* box-shadow: 0 0 16px rgba(64, 83, 98, 0.1); */

    background: var(--white);
    border-radius: 20px;
    /* display: grid; */
    /* grid-template-columns: 1fr; */

    display: flex;
    /* display: none; */
    flex-direction: column;
    transition:  0.2s ease;
}
.tour-cont-line{
    border: 1px solid var(--gray-line);
    box-shadow: 0 0 8px rgba(64, 83, 98, 0.05);

    /* background-color: var(--background-gray-block); */
}
.tour-cont:hover{
    transform: scale(1.0075);
    box-shadow: 0 0 16px rgba(64, 83, 98, 0.1);
    opacity: 0.95;
}
.tc-img-item{
    width: 100%;
    height: 300px;
    background-color: var(--pangea-blue-50);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;


    border-radius: 20px 20px 0 0;
}
.tcii-top{
    height: 120px;
    color: var(--white);
    padding: 16px;
    box-sizing: border-box;
}
.tcii-bottom{
    height: 180px;
    color: var(--white);
    padding: 16px;
    background: yellow;
    background: linear-gradient(rgba(23,23,23,0) 0%,rgba(23,23,23,0.65) 53%,rgba(23,23,23,0.85) 100%);
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
}
.tciib-user-cont{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    margin: auto auto 0 0 ;
    /* cursor: pointer; */
}
.tciib-user-cont > img{
    width: 40px;
    height: 40px;
    border-radius: 20px;
    margin: 0 8px 0 0 ;
    object-fit: cover;
}
.tciib-user-cont:hover{ 
    opacity: 0.8;
}

.tcii-top{
    display: flex;
    justify-content: space-between;
}
.tour-cont-fav-button{
    width: 28px;
    height: 28px;
    cursor: pointer;
}
.tour-cont-fav-button:hover{
    opacity: 0.8;
}


.tcc-mini-info{
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 16px 0 16px;
}

.tcc-mini-info-req{
    padding: 8px 16px;
}

.tccmi-item{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: var(--blue);
    gap: 4px;
}
.tccmi-item > img{
    width: 20px;
    height: 20px;
}
.tcc-name-tour{
    padding: 0 16px;
    font-size: 20px;
    font-weight: 600;
    margin: 16px 0 8px 0;
}
.tcc-name-tour-req{

    margin: 16px 0 4px 0;
}
.tcc-companyname-tour-req{
    font-size: 14px;
    padding: 0 16px;
    font-weight: 500;
    margin: 0 0 4px 0;
    color: var(--pangea-blue);

}
.tcc-hashtags{
    padding: 0 16px;
    font-size: 14px;
    color: var(--pangea-blue-50);
    font-weight: 400;
    margin: 0 0 24px 0;
}
.tcc-hashtags-reqs{
    margin: 0;
}
.tcc-price-block{

    padding: 0 16px;
    margin: auto 0 16px 0;
    display: flex;
    align-items: center;
}
.tcc-price-block-req{
    margin: auto 0 0 0;
}
.tccpb-price{
    font-size: 20px;
    font-weight: 600;
    color: var(--pangea-blue);
    margin: 0 8px 0 0;
}
.tccpb-txt{
    font-weight: 500;
    font-size: 14px;
    color: var(--pangea-blue-50);
}
.tcc-next-dates-block{
    padding: 0 16px 16px 16px;
    /* gap: 8px; */
    display: inline-table;


}

.tccndb-item{
    display: inline-block;
    border: 1.5px solid var(--gray-line);
    color: var(--pangea-blue);
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    padding: 8px;
    margin: 4px 4px 0 0;
}
.tccndb-item-plus{
    background: var(--gray);
    border: 1.5px solid var(--gray);
}
.main-button-show-more{
    background: var(--pangea-blue);
    padding: 16px 56px;
    font-weight: 600;
    font-size: 16px;
    color: var(--white);
    margin: 40px auto 0 auto;
    border-radius: 8px;
    cursor: pointer;
}
.main-button-show-more:hover{
    opacity: 0.9;
}


.main-header-txt{
    font-size: 40px;
    font-weight: 600;
}
.main-header-txt-margin{
    margin: 110px 0 40px 0;
}
.main-header-txt-margin-bottom{
    margin: 0 0 40px 0;
}




.tours-cont-grid-4{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 24px;
}
.tours-cont-grid-3{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;

}
.tours-cont-grid-2{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.fb-cont-grid-1_2{

    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 24px;
}
.tours-cont-notours{
    padding: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    border-radius: 12px;
    color: var(--pangea-blue-50);
}



.log_popup_bg{
    display: none;
    /* display: block; */
    background-color: #000;
    opacity: 0.5;
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.log_popup{
    display: none;
    /* display: grid; */
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    z-index: 2;
    /* background-color: var(--white); */
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.25);
    position: fixed;
    width: 700px;
    /* height: 300px; */
    border-radius: 12px;
    left: calc(50% - 350px);
    top: calc(50% - 153px);
    padding: 24px;
    box-sizing: border-box;

    
}
#log_popup_request{
    z-index: 3;
}
.lp_left{
    color: var(--white);
    font-size: 14px;
    font-weight: 300;
}
.lpl-header{
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 12px 0;
}
.lp_right > input,.lp_right > button{
    padding: 18px 24px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    border-radius: 8px;
    border: none;
    outline: none;
}
.lp_right > input::placeholder{
    font-weight: 400;
    color: var(--pangea-blue-50);
}
.lp_right > button{
    color: var(--white);
    background-color: var(--pangea-blue);
    cursor: pointer;
}
.lp_right > button:hover{
    opacity: 0.8;
}
.lp_right{
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;

}
.lpl-text{
    line-height: 1.5;
}
.lpl-text>a{
    text-decoration: underline;
    cursor: pointer;
}
.lpl-text>a:hover{
    text-decoration: none;
}



@media (max-width: 1100px){
    .footer-socials-cont{
        gap: 16px;
    }
 
    .footer-socials-cont > a > img{
        width: 20px;
        height: 20px;
        padding: 8px;
    }
    .footer-cont-1 > a >img{
        width: 100px;
    }
    .footer-emailNphone-cont{
        font-size: 16px;
    }
    .footer-cont-3{
        display: flex;
        justify-content: space-between;
        font-size: 14px;
    }
    .footer-c2-1,.footer-c2-2{
        font-size: 14px;
    }
}


@media (max-width: 900px){

.footer-cont-1{
    grid-template-columns: 1fr;
}
#myModal{
    width: 100vw;
}



}

@media (max-width: 540px){
.h-a-s-settings-button{
    display: none;
}
.mb1c-txt{
    font-size: 44px;
}
.footer-emailNphone-cont{
    flex-direction: column;
    gap: 12px;
}
}
@media (max-width: 750px){

.footer-cont-3{
    flex-direction: column;   
    justify-content: start;
}
.footer-cont-3 > a{
    text-align: left;
}
.footer-cont-2{
    grid-template-columns: 1fr 1fr;
    
}
.footer-c1-2{
    flex-direction: column;
    align-items: start;
    gap: 16px;
}


}



@media (max-width: 690px){
.footer-cont-1{
    margin: 50px 0 0 0;
}
header > div{
    padding: 20px;
}
.main-header-txt{
    font-size: 30px;
}
footer > div{
    padding: 20px;
}
}

@media (max-width: 790px){
.log_popup{
grid-template-columns: 1fr;
width: 300px;
    left: calc(50% - 150px);
    top: calc(50% - 235px);
    background-size: 300%;
}
}