@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

@font-face {
    font-family: 'Manege Demo';
    src: url('../fonts/ManegeDemo-Light.woff2') format('woff2'),
    url('../fonts/ManegeDemo-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kobzar KS';
    src: url('../fonts/KobzarKS.woff2') format('woff2'),
    url('../fonts/KobzarKS.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html{
    scroll-behavior: smooth;
}

body{
    font-family: "Manrope", sans-serif;
    font-weight: 300;
    color: #4E4E4E;
}

img{
    max-width: 100%;
}

.post, .page{
    margin: 0;
}

header{
    border-bottom: 1px solid #C8A878;
}

.container{
    width: 100%;
    margin: 0 auto;
    padding: 0 9.9vw;
}

.mobile-header{
    display: none;
}

.site-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 6.5vw;
}

.site-nav ul{
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-nav ul li a, .site-nav ul li a:visited, .site-nav ul li a:hover, .site-nav ul li a:active{
    font-size: 1.04vw;
    font-weight: 500;
    color: #3A3A3A;
    text-decoration: none;
    outline: none;
    margin-right: 3.5vw;
}

.top-btn, .top-btn:visited, .top-btn:hover, .top-btn:active{
    background: #C8A878;
    color: #fff;
    text-decoration: none;
    width: 12.5vw;
    height: 3.125vw;
    border-radius: 30px;
    font-size: 1.04vw;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Home menu */
.home header{
    position: absolute;
    top: 0;
    width: 100%;
    border: 0;
    z-index: 9;
}

.home .site-nav ul li a,
.home .site-nav ul li a:visited,
.home .site-nav ul li a:hover,
.home .site-nav ul li a:active{
    color:#fff;
}


.home .top-btn,
.home .top-btn:visited,
.home .top-btn:hover,
.home .top-btn:active{
    background: #fff;
    color: #3A3A3A;
}

/* /Home menu */



.hero{
    background-image: url('../img/hero.webp');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 50vw;
    height: 100vh;
    position: relative;
}

.hero:after{
    content:'';
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(65.65% 191.9% at 96.38% 24.67%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
}

.hero .container{
    height: 100%;
    position: relative;
    z-index: 1;
}

.flex-hero{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}

.flex-hero .left{
    font-family: 'Manege Demo';
    font-size: 6.25vw;
    line-height: 6.25vw;
    width: 33.229vw;
    margin-top: -7vw;
}

.flex-hero .right{
    font-family: 'Kobzar KS';
    font-size: 2.292vw;
}

.hero .b-arrow{
    width: 2.4vw;
    margin-left: -1.2vw;
    bottom: 2.4vw;
    position: absolute;
    left: 50%;
    z-index: 1;
}

.hero .b-arrow svg{
    width: 100%;
}

.about{
    margin-top: 8.333vw;
}

.flex-about{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex-about .photo{
    width: 34.219vw;
}

.flex-about .text{
    width: calc(100% - 40vw);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.flex-about .signature{
    width: 11.406vw;
    margin-left: auto;
}

.flex-about svg{
    width: 100%;
}

.flex-about .title{
    display: flex;
    align-items: flex-end;
    color: #4E4E4E;
    font-family: 'Manege Demo';
    font-size: 3.646vw;
}

.flex-about .description{
    font-size: 1.406vw;
    letter-spacing: -.05vw;
    color: #6E6E6E;
}

.flex-about .description p{
    margin: 0.613vw 0 0 0;
}

.flex-about .title img{
    margin-left: 1.2vw;
    width: 5.521vw;
}

.slogan{
    width: 68.75vw;
    margin: 0 auto;
    margin-top: 6.25vw;
    font-family: 'Kobzar KS';
    color: #C8A878;
    font-size: 6vw;
    line-height: 6vw;
}

.owl-dots{
    text-align: center;
    margin-top: 1.979vw;
}

.sbornik-carousel.owl-carousel button.owl-dot{
    width: 10px;
    height: 10px;
    background: #A59B8166;
    border-radius: 100%;
    transition: all .3s ease;
    margin: 0 5px;
    pointer-events: none;
    cursor: default;
}

.sbornik-carousel.owl-carousel button.owl-dot.active{
    background: #A59B81;
    transition: all .3s ease;
}

.sbornik-carousel.owl-carousel .owl-nav button.owl-prev,
.sbornik-carousel.owl-carousel .owl-nav button.owl-next{
    width: 2.552vw;
    height: 2.552vw;
    background: #C8A878;
    border: 1px solid #C8A878;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.sbornik-carousel.owl-carousel .owl-nav button.owl-prev.disabled,
.sbornik-carousel.owl-carousel .owl-nav button.owl-next.disabled{
    background: #fff;
    cursor: default;
}

.sbornik-carousel.owl-carousel .owl-nav button.owl-prev.disabled svg path,
.sbornik-carousel.owl-carousel .owl-nav button.owl-next.disabled svg path{
    fill: #C8A878;
}

.sbornik-carousel.owl-carousel .owl-nav button.owl-next{
    margin-left: 0.521vw;
}

.sbornik-carousel.owl-carousel .owl-nav button svg{
    width: 1.094vw
}

.owl-nav{
    display: flex;
    position: absolute;
    right: 0;
    margin-top: 1.979vw;
}

.sbornik{
    margin-top: 7.413vw;
}

.sbornik > .container > .title{
    font-family: 'Manege Demo';
    color: #4E4E4E;
    font-size: 3.646vw;
}

.tabs{
    margin: 3.6vw 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.tabs li{
    width: 19.583vw;
    height: 3.646vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #C8A878;
    border-radius: 30px;
    margin-right: 1.563vw;
    cursor: pointer;
    font-size: 1.042vw;
    color: #444444;
}

.tabs li.active{
    background: #C8A878;
    cursor: default;
    color:#fff;
}

.sbornik-carousel .stih{
    border-radius: 1.042vw;
    overflow: hidden;
    border: .5px solid #AF4A63B2;
    padding: 1.563vw;
    height: 35vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sbornik-carousel .stih .title{
    font-family: 'Kobzar KS';
    color: #4E4E4E;
    font-size: 1.8vw;
    margin: 1.302vw 0;
    line-height: 100%;
}

.sbornik-carousel .stih .description{
    color: #4E4E4ECC;
    font-size: 0.938vw;
    letter-spacing: -0.03vw;
}

.sbornik-carousel .stih .more{
    color: #C8A878;
    text-align: right;
    margin-top: 1.667vw;
    margin-left: auto;
    display: block;
    text-decoration: underline;
}

footer{
    background-image: url('../img/footer.webp');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    /*height: 21.25vw;*/
    position: relative;
    overflow: hidden;
    margin-top: 7.292vw;
}

footer:after{
    content:'';
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(65.65% 191.9% at 96.38% 24.67%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    color: #fff;
    text-align: center;
}

footer .social{
    position: relative;
    z-index: 2;
    padding-top: 3.698vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .social img{
    width: 2.5vw;
    margin: 0 0.625vw;
}

footer .email{
    text-align: center;
    position: relative;
    z-index: 2;
    margin-top: 1.042vw;
}

footer .email a,
footer .email a:hover,
footer .email a:active,
footer .email a:focus,
footer .email a:visited{
    color:#fff;
    text-decoration: none;
    font-size: 1.146vw;
    color:#fff;
    text-decoration: none;
}

footer .text{
    font-size: 12.396vw;
    color: #FFFFFF4D;
    font-family: 'Kobzar KS';
    line-height: 55%;
    text-align: center;
    position: relative;
    z-index: 1;
}

footer .bottom{
    position: relative;
    z-index: 1;
    color: #fff;
    border-top: 1px solid #FFFFFF4D;
    margin-top: 2vw;
    padding: .75vw 0 1.5vw 0;
    font-size: 0.833vw;
    color:#FFFFFFCC;
}


footer .bottom .flex-bottom{
display: flex;
justify-content: space-between;
align-items: center;
padding-top: 12px;
}

.flex-single{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.single-left-arrow,
.single-right-arrow{
    width: 5vw;
    height: 5vw;
    background: #C8A878;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #C8A878;
}

.single-left-arrow svg,
.single-left-arrow svg{
    width: 2.24vw;
}

.single-left-arrow.disabled, 
.single-right-arrow.disabled{
    pointer-events: none;
    background: #fff;
}

.single-left-arrow.disabled svg path, 
.single-right-arrow.disabled svg path{
    fill: #c8a878;
}

.single-pagination{
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.single-pagination a,
.single-pagination span.current{
    width: 3.594vw;
    height: 3.594vw;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 1px solid #C8A878;
    border-radius: 100%;
    color: #333;
    font-size: 1.563vw;
    align-items: center;
    font-family: 'Manege Demo';
    margin: 0 0.2vw;
}

.single-pagination span.current{
    background: #C8A878;
}

.single-pagination span.dots{
    color: #333;
    align-items: flex-end;
    font-family: 'Manege Demo';
}

.single-content h1{
    color: #4E4E4E;
    margin-top: 4.792vw;
    font-family: 'Manege Demo';
    font-size: 3.646vw;
}

.single-content p{
   font-size: 1.563vw;
}

.site-main .signature{
    margin: 5vw 0 6vw auto;
    width: 22.5vw;
    display: block;
}

@media(max-width: 767px){
    .container{
        padding: 0 20px;
    }

    .mobile-header{
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 17.067vw
    }

    .top-btn, .top-btn:visited, .top-btn:hover, .top-btn:active{
        width: 32vw;
        height: 8vw;
        font-size: 2.667vw;
    }

    .mobile-header .hamburg{
        width: 8vw;
        height: 4.267vw;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .mobile-header .hamburg span{
        width: 100%;
        height: .5vw;
        background: #c8a878;
    }

    .site-nav .top-btn{
        display: none;
    }

    .site-nav ul li a, .site-nav ul li a:visited, .site-nav ul li a:hover, .site-nav ul li a:active{
        font-size: 3.5vw;
        margin: 0 4.5vw;
    }

    .site-nav ul{
        justify-content: center;
        width: 100%;
    }

    .home .mobile-header .hamburg span{background: #fff}
    .home header { border-bottom: 1px solid #FFFFFF66; }

    .hero{
        height: auto;
        padding-bottom: 20vw;
    }
    .flex-hero{
        display: block;
        padding-top: 38vw;
    }
    .flex-hero .left{
        font-size: 16.667vw;
        line-height: 100%;
        width: 100%;
        margin: 0;
    }
    .flex-hero .right {
        font-family: 'Kobzar KS';
        width: 100%;
        text-align: justify;
        font-size: 5.4vw;
        margin-top: 10vw;
    }
    .hero .b-arrow {
        width: 8vw;
        margin-left: -4vw;
        bottom: 5vw;
    }

    .site-nav {
        height: 0;
        align-items: flex-start;
        overflow: hidden;
        transition: height 0.3s ease;
    }

    .site-nav.open {
        height: 9vw;
    }

    .about{
       margin-top: 62px;
    }
    .flex-about{
        display: block;
    }

    .flex-about .photo {
        width: 100%;
        padding: 7px 7px 0 7px;
        position: relative;
    }

    .flex-about .photo:before{
        content:'';
        position: absolute;
        left:0;
        top:0;
        background:
        url('data:image/svg+xml;utf8,<svg width="100" height="101" viewBox="0 0 100 101" xmlns="http://www.w3.org/2000/svg"><rect width="100" height="1" fill="%23A59B81" fill-opacity="0.4"/><rect x="1" y="1" width="100" height="1" transform="rotate(90 1 1)" fill="%23A59B81" fill-opacity="0.4"/></svg>') top left no-repeat,
        url('data:image/svg+xml;utf8,<svg width="101" height="100" viewBox="0 0 101 100" xmlns="http://www.w3.org/2000/svg"><path d="M101 100V0H100V100H101Z" fill="%23A59B81" fill-opacity="0.4"/><rect width="100" height="1" transform="matrix(-1 0 0 1 100 99)" fill="%23A59B81" fill-opacity="0.4"/></svg>') bottom right no-repeat;
        background-size: 26vw auto, 26vw auto;
        width:100%;
        height: 100%;
    }

    .flex-about .text{
        width: 100%;
        display: block;
        border: 1px solid #A59B8166;
        border-radius: 10px;
        padding: 6vw;
        margin-top: 60px;
        position: relative;
    }


    .flex-about .title{
        font-size: 10vw;
    }
    .flex-about .title img{
        width: 12vw;
        margin-left: 2vw;
    }

    .flex-about .description p{
        font-size: 4.8vw;
        margin: 3vw 0 0 0;
    }
    .flex-about .signature{
        display: none;
    }
    .slogan {
        width: 100%;
        margin-top: 60px;
        font-size: 8vw;
        line-height: 100%;
        padding: 0 20px;
    }
    .sbornik > .container > .title{
        font-size: 11.6vw;
    }
    .tabs li{
        width: 52vw;
        height: 12.533vw;
        font-size: 3.467vw;
        margin-right: 15px;
       flex: 0 0 auto;
    }
    .tabs {
        margin: 8vw 0;
        padding: 0;
        list-style: none;
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .tabs::-webkit-scrollbar {
      display: none;
    }

    .container-tabs{
        padding-right: 0;
    }

    .flex-hero .right br{
        display: none;
    }

    .sbornik-carousel .stih {
        height: auto;
        border-radius: 10px;
        border: 1px solid #C8A87866;
        padding: 16px;
    }
    .sbornik-carousel .stih .title {
        font-size: 7.8vw;
        margin: 7.302vw 0 5vw 0;
        line-height: 100%;
    }
    .sbornik-carousel .stih .description {
        font-size: 4.338vw;
    }
    .sbornik-carousel .stih .more {
        margin: 9vw 0 0 0;
        text-align: left;
    }
    .owl-nav{
        display: none;
    }
    footer{
        background-position: center;
    }
    footer .social{
        padding-top: 14vw;
    }
    .footer .social img{
        width: 48px;
    }
    footer .email{
        margin-top: 3vw;
    }
    footer .email a, footer .email a:hover, footer .email a:active, footer .email a:focus, footer .email a:visited {
        font-size: 5.867vw;
    }
    footer .text {
        font-size: 14.396vw;
        padding-top: 20vw;
    }
    footer .bottom {
        padding: 10px 0 19px 0;
        font-size: 14px;
    }
    footer .bottom .flex-bottom{
        flex-direction: column;
    }
    footer .social img {
        width: 48px;
        margin: 0 10px;
    }
    .hero{
        background-position: center;
    }
    .single-left-arrow, .single-right-arrow{
        display: none;
    }
    .single-content h1 {
        color: #000000;
        font-size: 9vw;
        margin-top: 9vw;
    }
    .single-content p {
        font-size: 4vw;
        color: #000;
    }
    .flex-single{
        display: block;
    }
    .site-main .signature {
        margin: 5vw 0 6vw auto;
        width: 75.5vw;
    }
    .single-pagination a, .single-pagination span.current {
        width: 10vw;
        height: 10vw;
        margin: 0 2vw;
        font-size: 5vw;
    }
}