@import url('fonts/fonts.css');
body {
    font-family: 'Manrope',sans-serif;
    background: url(images/bg-body.jpg) no-repeat top center/cover;
    color: #36476f;
}
.uk-container {
    max-width: 1021px;
}
*{
    box-sizing: border-box;
    outline: none;
}
a:hover{
    text-decoration: none;
}
body,html{
    overflow-x: hidden;
}
.hf1 img{
    transition: all .3s ease-in-out;
}
.hf1:hover img{
    filter: brightness(120%);
}
.site-header{
    padding: 24px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all .3s ease-out;
}
#header.on-top,#header.header--open{
    background: #212648;
}
.site-header-left{
    width: 25%;
}
.site-header-right{
    width: 75%;
}
.site-header-right ul{
    list-style: none;
    margin: 0;
}
.site-header-right ul li a{
    padding: 0 35px;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 500;
    font-size: 17px;
}
.site-header-right ul li:first-child a{
    padding-left: 0;
}
.site-header-right ul li.active a{
    font-weight: 700;
    color: #ef8969;
}
.site-header-right ul li:hover a{
    text-decoration: none;
}
.site-intro{
    padding: 122px 0 33px;
}
.site-intro-left{
    width: 52.99%;
}
.site-intro-right{
    width: 47.01%;
}
.site-intro-right img {
    max-width: max-content;
}
.site-intro-subtitle{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 24.27px;
    color: #ef8969;
    margin-bottom: 20px;
}
.site-intro-title{
    color: #FFF;
    font-weight: bold;
/*    font-size: 61.26px;*/
    font-size: 53.26px;
    margin: 0 0 41px;

}
.btn{
    padding: 0 30px;
    display: inline-block;
    height: 55px;
    line-height: 55px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15.84px;
    color: #FFF;
}
.btn-orange{
    background: #ef8969;
    position: relative;
    overflow: hidden;
}
.btn-orange:before{
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.btn-orange:hover{
    color: #FFF;
}
.btn-orange:hover::before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
.statics{
    padding: 95px 0;
}
.countup{
    font-size: 48.63px;
    font-weight: 900;
    color: #7a7d97;
    margin-bottom: 6px;
}
.statics-item p{
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase;
    color: #7a7d97;
    margin: 0;
}
.activity{
    padding: 13px 0;
}
.activity-left{
    width: 50%;
}
.activity-right{
    width: 50%;
    padding-left: 40px;
}
.activity-subtitle{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16.39px;
    line-height: 16.72px;
    color: #ef8969;
    margin: 0 0 20px;
}
.activity-title{
    color: #36476f;
    font-weight: bold;
    font-size: 50px;
    line-height: 1.02;
    margin: 0 0 23px;

}
.activity-right-content ul{
    margin: 0;
    list-style-position: inside;
    padding-left: 10px;
}
.activity-right-content ul li{
    font-weight: 500;
    font-size: 24.39px;
    line-height: 24.88px;
    color: #36476f;
}
.activity-right-content ul li:not(:last-child){
    margin-bottom: 39px;
}
.mission-left,.mission-right{
    width: 50%;
}
.mission-subtitle{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16.39px;
    line-height: 16.72px;
    color: #ef8969;
    margin: 0 0 20px;
}
.mission-title{
    color: #36476f;
    font-weight: bold;
    font-size: 50px;
    line-height: 1.02;
    margin: 0 0 22px;

}
.desc{
    font-weight: 500;
    color: #36476f;
    font-size: 24.39px;
    line-height: 33px;
    margin: 0;
}
.products{
    padding: 252px 0 196px;
}
.products-list-inner{
    max-width: 862px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 55px;
}
.products-head{
    margin-bottom: 41px;
}
.products-subtitle{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16.39px;
    line-height: 16.72px;
    color: #ef8969;
    margin: 0 0 15px;
}
.products-title{
    color: #36476f;
    font-weight: bold;
    font-size: 50px;
    line-height: 1.02;
    margin: 0 0 28px;

}
.product-item-icon{
    text-align: center;
    margin-bottom: 26px;
}
.product-item{
    padding: 17px 22px;
}
.product-item-title{
    font-weight: 500;
    text-transform: uppercase;
    font-size: 23.81px;
    margin: 0 0 40px;
    color: #FFF;
    text-align: center;
}
.product-item-desc{
    font-size: 16px;
    line-height: 25px;
    color: #9ea8d8;
    font-weight: 500;
}
#footer{
    background: #212648;
    padding: 111px 0 135px;
    color: #FFF;
}
#footer h4{
    color: #FFF;
    font-weight: 400;
    font-size: 17.32px;
}
#footer p{
    font-weight: 400;
    font-size: 17px;
    color: #adadad;
    margin: 0;
}
#footer .uk-container{
    max-width: 1153px;
}
.menu-humburgur-icon{
    display: none;
}


.gallery-slider .slick-current.slick-active{
    min-height: 371px;
    aspect-ratio: 630/371;
}
.gallery-slider .slick-active img{
    transform: scale(1.53);
    transform-origin: left;
}

.gallery-slider .slick-current.slick-active img{
    transform: scale(1.96);
    position: relative; 
    z-index: 999;
    transform-origin: center;
}
.gallery-slider .slick-current.slick-active img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(1);
}
.gallery-slider .slick-current.slick-active + .slick-active img{
    transform-origin: right;
}
.gallery-slider .gallery-slider-item img{
    filter: brightness(0.5);
/*    transform: scale(1.5);*/
}
.gallery-slider .slick-track{
    display: flex;
    align-items: center;
}
#gallery .slick-arrow {
    left: 100px;
    top: 45%;
}
#gallery button.slick-next.slick-arrow{
    left: auto;
    right: 100px;
}
ul.slick-dots li {
    display: inline-block;
    margin: 0 20px;
}
ul.slick-dots li button{
    font-size: 0;
    outline: none;
    width: 29px;
    height: 23px;
    background: url('images/dot.png') no-repeat center center/contain;
    border: none;
    cursor: pointer;
    padding: 0;

}
ul.slick-dots li.slick-active button{
    width: 33px;
    height: 32px;
    background: url('images/dot_active.png') no-repeat center center/contain;
}
ul.slick-dots {
    text-align: center;
    padding-left: 0;
    margin: 20px 0px 0px;
    z-index: 99999;
    position: relative;
}

.slick-arrow {
    position: absolute;
    top: 46%;
    left: 63px;
    transform: translateY(-50%);
    width: 77px;
    height: 77px;
    font-size: 0;
    outline: none;
    border: none;
    cursor: pointer;
    z-index: 999;
    background: url(images/Pre.png) no-repeat center center/contain;
    padding: 0;
}
.slick-next.slick-arrow{
    left: auto;
    right: 63px;
    background: url(images/Next.png) no-repeat center center/contain;
}

@media (min-width: 769px){
    .menu-main {
        display: none !important;
    }
}
@media (max-width: 1100px){
    .menu-humburgur-icon{
        display: inline-block;
    }
    .site-header-right ul{
        display: none;
    }
    .menu-main {
        padding: 30px 0 0;
    }
    ul#menu-main-mobile {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    ul#menu-main-mobile li {
        text-align: center;
    }
    ul#menu-main-mobile li:not(:last-child) {
        margin-bottom: 70px;
    }
    ul#menu-main-mobile li a{
        color: #FFF;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 25.77px;
    }
    .site-header-left {
        width: 50%;
        text-align: left !important;
    }
    .site-header-right {
        width: 50%;
        text-align: right;
    }
    .menu-humburgur-icon-active{
        display: none;
    }
    span.menu-humburgur-icon.open .menu-humburgur-icon-n{
        display: none;
    }
    span.menu-humburgur-icon.open .menu-humburgur-icon-active{
        display: inline-block;
    }
    ul#menu-main-mobile li.active a {
        font-weight: bold;
        color: #ef8969;
    }
    .products-list-inner{
        gap: 25px;
    }
}
@media (max-width: 768px){
    .site-intro {
        padding: 19.927vw 0 11.719vw;
    }
    .site-intro-left {
        width: 100%;
    }
    .site-intro-right img {
        max-width: 71.745vw;
        margin-top: -7.161vw;
    }
    .site-intro-right {
        width: 100%;
        text-align: right;
    }
    span.menu-humburgur-icon img {
        max-width: 9.635vw;
    }
    .logo img {
/*        max-width: 23.698vw;*/
        max-height: 30px;
    }
    .site-header{
        padding: 3.255vw 0;
    }
    .menu-main {
        padding: 3.906vw 0 0;
    }
    ul#menu-main-mobile li a{
        font-size: 3.355vw;
    }
    ul#menu-main-mobile li:not(:last-child) {
        margin-bottom: 9.115vw;
    }
    .site-intro-subtitle{
        font-size: 3.16vw;
        margin-bottom: 1.823vw;
    }
    .site-intro-title {
        font-size: 7.977vw;
        margin: 0 0 4.948vw;
    }
    .btn{
        height: 6.51vw;
        line-height: 6.51vw;
        font-size: 2.063vw;
        padding: 0 3.906vw;
    }
    .statics {
        padding: 0 0 18.359vw;
    }
    .countup {
        font-size: 5.499vw;
        margin-bottom: 0.521vw;
    }
    .statics-item p {
        font-size: 1.922vw;
    }
    .activity-inner {
        flex-direction: column-reverse;
    }
    .activity-left {
        width: 100%;
        text-align: right;
    }
    .activity-right {
        width: 100%;
        padding-left: 0;
    }
    .activity-left img{
        transform: rotateY(180deg);
        margin-top: -20.052vw;
        max-width: 60.156vw;
    }
    .activity-subtitle,.mission-subtitle {
        font-size: 2.134vw;
        line-height: 2.177vw;
        margin: 0 0 1.823vw;
    }
    .activity-title,.mission-title{
        font-size: 6.51vw;
        line-height: 1.02;
        margin: 0 0 2.474vw;
    }
    .activity-right-content ul{
        padding-left: 1.693vw;
    }
    .activity-right-content ul li {
        font-size: 3.176vw;
        line-height: 3.24vw;
    }
    .activity-right-content ul li:not(:last-child) {
        margin-bottom: 4.948vw;
    }
    .activity {
        padding: 0 0 17.318vw;
    }
    .mission-left, .mission-right {
        width: 100%;
    }
    .mission-right img{
        max-width: 43.229vw;
    }
    .mission-right {
        text-align: center !important;
    }
    .desc {
        font-size: 3.176vw;
        line-height: 4.297vw;
    }
    .mission-left{
        margin-bottom: 2.604vw;
    }
    .products {
        padding: 17.839vw 0 17.057vw;
    }
    .products-subtitle{
        font-size: 2.134vw;
        line-height: 2.177vw;
        margin: 0 0 1.563vw;
    }
    .products-title{
        font-size: 6.51vw;
        line-height: 1.02;
        margin: 0 0 2.865vw;
    }
    .product-item-icon img {
        max-width: 9.766vw;
    }
    .product-item-icon {
        margin-bottom: 3.125vw;
    }
    .product-item {
        padding: 2.214vw 2.734vw;
    }
    .products-list-inner{
        gap: 0.781vw;
    }
    .product-item-title{
        font-size: 3.548vw;
        margin: 0 0 5.078vw;
    }
    .product-item-desc {
        font-size: 2.042vw;
        line-height: 3.19vw;
    }
    #footer{
        padding: 7.943vw 0 13.672vw;
    }
    #footer h4 {
        font-size: 3.255vw;
        margin: 0 0 3.255vw;
    }
    #footer p{
        font-size: 2.214vw;
    }
    body{
        background: url(images/bg_body_mb.jpg) no-repeat top center / cover;
    }

    ul.slick-dots{
        margin: 2.8vw 0px 0px;
    }
    ul.slick-dots li{
        margin: 0 2.533vw;
    }

    ul.slick-dots li button{
        width: 7.333vw;
        height: 5.867vw;
    }
    ul.slick-dots li.slick-active button{
        width: 8.133vw;
        height: 8.267vw;
    }
    .slick-arrow {
        left: 0;
        width: 14vw;
        height: 14vw;
    }
    button.slick-next.slick-arrow{
        bottom: 0;
        left: auto;
        right: 0;
    }
    #gallery {
        display: none;
    }
    #galleryMB {
        display: block !important;
    }
    #galleryMB .slick-arrow {
        top: 40%;
    }
}
@media (max-width: 430px){
    .statics-inner{
        flex-wrap: wrap;
            justify-content: center;
            row-gap: 20px;
    }
    .statics-item {
        width: 33.33%;
    }
    .statics-item p {
        font-size: 10px;
    }
    #footer p {
        font-size: 12px;
    }
    .products-list-inner{
        grid-template-columns: 1fr;
    }
    .product-item {
        padding: 20px;
    }
    .product-item-title {
        font-size: 18px;
        text-align: center;
    }
    .product-item-desc {
        font-size: 13px;
        line-height: 1.4;
        text-align: center;
    }
}