/*    FONTS    */
@font-face {
    font-family: Manrope;
    font-weight: normal;
    src: url(fonts/Manrope/Manrope-Regular.ttf);
}







@keyframes content {
    from{
        opacity: 0;
    }

    to{
        opacity: 1;
    }
}

*{
    outline: none !important;
}

body, html{
    animation: content 1s ease;
}
html{
    scroll-behavior: smooth;
}

body{
    position: relative;
    overflow-x: hidden;
    background-color: #011615;
}

section{
    position: relative;
    padding: 120px 0px 0px 0px;
    z-index: 1;
}

section .container{
    position: relative;
    z-index: 2;
}

.d-grid{
    display: grid;
    align-content: center;
}



a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
input:focus ,
.button,
.button-o,
[role="button"],
textarea:focus {
  outline: 0 !important;
  outline-color: transparent !important;
  outline-width: 0 !important;
  outline-style: none !important;
  user-select: none !important;
}

h1{
    font-family: Manrope, sans-serif;
    font-weight: bold;
    font-size: 100px;
    line-height: 120%;
    text-transform: uppercase;
    color: #FFFFFF;
}

h2{
    font-family: Manrope, sans-serif;
    font-weight: 400;
    font-size: 114px;
    line-height: 100%;
    text-transform: uppercase;
    color: rgba(0,109,107,0.4);
}

p{
    font-family: Manrope, sans-serif;
    font-weight: 450;
    font-size: 18px;
    line-height: 135%;
    color: #FFFFFF;
    margin-bottom: 0;
}


.button{
    background: #FFF;
    border: 2px solid #FFF;
    box-sizing: border-box;
    padding: 10px 25px;
    box-shadow: 0px 9px 15px rgba(0, 0, 0, 0.17);
    border-radius: 50px;
    font-family: Futura PT;
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
    color: #000 !important;
    outline: none;
    text-decoration: none !important;
    cursor: pointer;
    width: max-content;
    margin:0px;
    display: block;
    outline: none !important;
    transition: all 0.2s ease;
    text-align: center;
}

.button:hover{
    transform: scale(1.03);
}

.button-o{
    background:transparent;
    border: 1px solid #FFF;
    box-sizing: border-box;
    padding: 10px 25px;
    box-shadow: 0px 9px 15px rgba(0, 0, 0, 0.17);
    border-radius: 8px;
    font-family: Gotham Pro;
    font-size: 18px;
    line-height: 149.8%;
    font-weight: 600;
    color: #FFF !important;
    outline: none;
    text-decoration: none !important;
    cursor: pointer;
    width: max-content;
    margin:0px;
    display: block;
    outline: none !important;
    transition: all 0.2s ease;
    text-align: center;
}

.button-o:hover{
    transform: scale(1.03);
}



/*   Header   */
.top-nav {
    background: #141414;
    padding: 8px 0px;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 10px;
    line-height: 120.69%;
    color: #FFFFFF;
}
.top-nav-two{
    display: grid;
    padding: 0px 5% 0px;
    max-width: 1140px;
    margin: auto;
    padding: 0px 15px;
    grid-template-columns: 2fr 2fr 2fr;
}

header{
    position: relative;
    z-index: 110;
    display: block;
    width: 100%;
    transition: all 0.4s ease;
    top: 0px;
}




.head-nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0px;
    font-size: 16px;
    text-transform: uppercase;
}




/* map */
.map.container-fluid {
    position: relative;
    width: 100%;
    height: 400px;
    padding: 0;
    background-image: url("../img/map.png");
    background-position: center center;
    background-size: cover;
}

.map.container-fluid::after{
    content: "Кликните для просмотра";
    width: max-content;
    height: auto;
    font-family: Open Sans;
    font-size: 24px;
    line-height: 159.69%;
    color: #000000;
    padding: 5px 30px;
    background: rgba(255, 255, 255, 0.651);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.active.map.container-fluid::after{
    display: none;
}

.promo-sec{
    background: #011615;
    background: linear-gradient(180deg, rgba(1, 22, 21, 1) 55%, rgba(0, 109, 107, 1) 100%);
    margin-top: -60px;
    padding-bottom: 80px;
    padding-top: 130px;
}
.promo-big img{
    width: 100%;
    height: 652px;
    object-fit: contain;
}
.promo-big{
    position: relative;
}
.promo-big-desc{
    position: absolute;
    bottom: 235px;
    width: 471px;
}
.promo-big-desc p{
    color: rgba(255,255,255,0.6);
}
.lang-ul{
    list-style: none;
    display: flex;
    grid-gap: 10px;
}
.lang-ul a{
    color: #fff;
}
.promo-sm{
    display: flex;
    flex-direction: column;
    align-items: end;
    grid-gap: 15px;
    margin-top: -120px;
}
.promo-sm img{
    width: auto;
    height: 205px;
    object-fit: contain;
}
.promo-sm-desc{
    width: 229px;
}
.promo-sm-desc p{
    font-size: 16px;
    color: rgba(255,255,255,0.6);
}
.about-desc{
    min-width: 400px;
}
.about-desc p{
    color: rgba(255,255,255,0.8);
    font-size: 16px;
}
.about-wrap h2{
    display: flex;
    flex-direction: column;
}
.about-wrap h2 span:nth-child(2n){
    align-self: end;
}
.about-wrap{
    max-width: 605px;
}
.cont-wrap{
    display: grid;
    grid-template-columns: 0.7fr 1fr;
    grid-gap: 20px;
}
.sm-title{
    color: #3FA09E;
    font-size: 20px;
    text-transform: uppercase;
}
.title-wrap{
    display: flex;
    flex-direction: column;
}
.title-wrap h2{
    text-align: right;
    margin: auto;
}
.autor-vid-inner{
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
}
.autor-vid-link{
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 370px;
    position: relative;
    display: flex;
}
.autor-vid-link img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.autor-vid-btn{
    position: absolute;
    transition: all 0.4s ease;
}
.autor-vid-btn:hover{
    transform: scale(1.3);
}
.autor-desc{
    max-width: 655px;
}
.autor-desc p{
    color: rgba(255,255,255,0.8);
    column-count: 2;
    font-size: 16px;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
    display: none;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
    display: none;
}
.swiper-pag div{
    position: unset;
    margin: unset;
    width: 24px;
    height: 18px;
    padding: 0;
}
.autor-slider-inner{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.autor-slider{
    margin: unset;
    flex: 0 0 55.9%;
    width: 100%;
    max-width: 55.9%;
}
.swiper-pag{
    display: flex;
    grid-gap: 20px;
}
.autor-slide-cont{
    margin-top: 20px;
}
.autor-slide-cont p{
    margin-bottom: 0;
    color: rgba(255,255,255,0.8)
}
.autor-slide-date{
    font-size: 16px;
}
.autor-slider-div{
    flex: 0 0 42%;
    width: 100%;
    max-width: 42%;
}
.autor-slider-inn{
    flex: 0 0 58%;
    width: 100%;
    max-width: 58%;
    display: flex;
    justify-content: space-between;
}
.autor-sec .title-wrap h2{
    margin-bottom: 1%;
}
.found-wrap{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}
.found-inner img{
    width: 100%;
    max-width: 471px;
    height: 415px;
    object-fit: cover;
}
.found-desc{
    width: 471px;
    margin-top: 20px;
}
.found-desc p{
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
}
.bottom-sec img{
    width: 100%;
    height: 484px;
    object-fit: contain;
}
.foot-wrap{
    display: flex;
    justify-content: center;
}
.foot-logo{
    width: 284px;
    height: 143px;
    display: flex;
}
.foot-logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
footer{
    background: linear-gradient(180deg, rgba(1, 22, 21, 1) 2%, rgba(0, 109, 107, 1) 100%);
    padding: 80px 0px 60px;
}
.head-cent p{
    display: flex;
    grid-gap: 20px;
}
@media all and (max-width: 768px){
    p{
        font-size: 14px;
    }
    .head-nav{
        font-size: 14px;
    }
    .promo-big img{
        height: auto;
    }
    .promo-big-desc{
        position: unset;
        width: 100%;
        margin-top: 30px;
    }
    .promo-sm{
        margin: 0;
    }
    .promo-sm img{
        height: 100px;
    }
    .promo-sm-desc p{
        font-size: 12px;
    }
    .about-wrap h2{
        width: 300px;
    }
    h2{
        font-size: 54px;
    }
    .about-desc p{
        font-size: 14px;
    }
    .cont-wrap{
        grid-template-columns: 1fr;
    }
    .autor-desc p{
        column-count: 1;
    }
    .autor-slider-inner{
        flex-direction: column;
    }
    .autor-slider-inn{
        max-width: 100%;
        flex: 0 0 100%;
        flex-direction: column;
    }
    .autor-vid-link{
        height: 250px;
    }
    .sm-title{
        font-size: 14px;
    }
    .autor-item img{
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
    .autor-slider{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .swiper-pag{
        margin-top: 30px;
        justify-content: center;
    }
    .found-wrap{
        grid-template-columns: 1fr;
    }
    .found-inner img{
        max-width: 100%;
        height: auto;
    }
    .found-desc{
        width: 100%;
    }
    .found-desc p{
        font-size: 14px;
    }
    .title-wrap{
        grid-gap: 40px;
    }
    .promo-sm-desc{
        width: 170px;
    }
    .bottom-sec img{
        height: 230px;
        object-fit: cover;
    }
    footer{
        padding: 40px 0px 25px;
    }
    .foot-logo{
        width: 100%;
        height: 58px;
    }
    section{
        padding: 80px 0px 0px 0px;
    }
    .head-cent p{
        font-size: 10px;
        color: rgba(255, 255, 255, 0.5);
        grid-gap: 10px;
    }
}