﻿.simple-content.faq .faq-row {
    margin-bottom: 2.3em
}

.simple-content.faq {
}

    .simple-content.faq h3 {
        font-size: 2.3em;
        font-family: roboto-regular;
        margin: 22px 0px 11px;
        line-height: 1.4;
        font-weight: normal;
        text-transform: uppercase;
    }

        .simple-content.faq h3 span.bigger {
            font-family: roboto-bold;
            font-size: 1.2em;
        }

    .simple-content.faq p {
        font-family: roboto-regular;
        font-size: 1em;
        padding-top: 0;
    }

    .simple-content.faq ol {
        padding-left: 18px;
    }

    .simple-content.faq ul {
    }

.simple-content.top-section .block {
    margin: 0 auto;
    max-width: 1446px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0;
}


.simple-content.top-section .top-news {
    position: relative;
}

.simple-content.top-section .lst-news {
    padding: 0 1%;
    padding-top: 65px;
    font-family: roboto-regular;
    font-size: 1.6em;
}

.simple-content .block {
    margin: 0 auto;
    max-width: 1260px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.simple-content h1 {
    font-family: roboto-light;
    text-transform: uppercase;
    font-size: 5.6em;
    padding-right: 26px;
    color: #222626;
    margin-bottom: 0px;
}

    .simple-content h1 strong, .simple-content h2 strong, .simple-content h3 strong, .simple-content h1 b, .simple-content h2 b, .simple-content h3 b {
        font-family: roboto-bold;
    }

.simple-content p {
    font-size: 1.7em;
    color: #ffffff;
    line-height: 1.5;
}

.simple-content .img {
    text-align: right;
}

.simple-content h1, .simple-content h2, .simple-content h3 {
    font-size: 60px;
    line-height: 70px;
    font-weight: 100;
    /* text-transform: uppercase; */
    margin-top: -11px;
    margin-bottom: 24px;
    /* letter-spacing: -1px; */
    font-family: roboto-light;
    visibility: hidden;
}

h1 span.word .holder, h2 span.word .holder, h3 span.word .holder {
    display: inline-block;
    vertical-align: top;
}

h1 span.word, h2 span.word, h3 span.word {
    overflow: hidden;
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.img-uncover img {
    transform: scale(1.2);
    transition: transform 1.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.img-uncover.show img {
    transform: scale(1);
}

.img-uncover {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    /*height: calc(100vh * .33);*/
    height: auto;
    box-shadow: 0 0 4px #e0e0e0;
}

    .img-uncover img {
        transform: scale(1.2);
        transition: transform 1.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    .img-uncover.grey:after {
        background: #ededed;
    }

    .img-uncover.show:after {
        transform: translateX(-100%);
    }

    .img-uncover:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 110%;
        height: 110%;
        background: #ffffff;
        transition: transform 1s cubic-bezier(0.77, 0.15, 0, 0.99);
        z-index: 4;
    }

    .img-uncover.show:hover img {
        transition-delay: 0s;
        transform: scale(1.02);
    }

.simple-content img, .simple-content object {
    max-width: 100%;
    width: auto;
    vertical-align: top;
    pointer-events: none;
}

.simple-content.top-section .h-news {
    margin-left: 30%;
    background-color: #dddede;
    padding: 5.5% 10% 5.5% 17%;
}


.simple-content.top-section p {
    color: #000;
}

.simple-content.top-section .h-news h2 {
    font-size: 2.8em;
    color: #1f1f1f;
    font-family: roboto-bold;
    line-height: 1.2;
    margin-bottom: 11px;
}


.simple-content.top-section .date {
    color: #1f1f1f;
    font-size: 1.9em;
    font-family: roboto-bold;
    margin-bottom: 19px;
    display: block;
}

.simple-content.top-section a {
    color: #1f1f1f;
    font-family: roboto-bold;
    font-size: 1.6em;
    position: relative;
    /* margin-top: 10px; */
    /* display: inline-block; */
}

.simple-content.top-section .h-news a:after {
    content: "";
    height: 1px;
    width: 28px;
    background-color: #1f1f1f;
    display: inline-block;
    position: absolute;
    top: 11px;
    right: -42px;
}

.hexagon_animation {
    left: 32px;
    top: 23%;
}

.simple-content.top-section .lst-news a {
    font-size: unset;
}

.simple-content.top-section .lst-news h2 {
    font-size: 3em;
    margin-bottom: 10px;
    line-height: 1;
    margin: 0;
    padding-bottom: 15px;
    font-family: roboto-bold;
    color: #302f2f;
    padding-right: 94px;
    line-height: 1.3;
}

.simple-content.top-section .lst-news .news-item {
    padding-left: 0px;
    counter-increment: item;
    position: relative;
    border-bottom: 1px solid #1f1f1f;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .simple-content.top-section .lst-news .news-item:last-child {
        border-bottom: none;
    }

    .simple-content.top-section .lst-news .news-item .count:before {
        content: "";
        display: inline-block;
        margin: 0 0px 0 9px;
        content: counter(item, decimal-leading-zero) " ";
        font-family: roboto-bold;
        color: #1f1f1f;
        opacity: 0.333;
        font-size: 7.5em;
        position: absolute;
        left: 30%;
        top: 0px;
        /* bottom: 0; */
        height: 3em;
        margin: 2px 0 0 0;
    }

    .simple-content.top-section .lst-news .news-item .count {
        min-height: 50px;
        position: relative;
    }

    .simple-content.top-section .lst-news .news-item .brief {
        padding-left: 0;
        padding-right: 2%
    }

    .simple-content.top-section .lst-news .news-item .lst-date {
        color: #1f1f1f;
        font-size: 1.9em;
        font-family: roboto-bold;
        padding-bottom: 31px;
        display: inline-block;
    }

.lst-pro .lnk-pro {
    display: inline-block;
}

.simple-content .lst-pro .pro-title {
    padding: 4px 0 20px;
    position: relative;
    margin-top: -3px;
}

.lst-pro .pro-title .pro-info, .lst-pro .pro-title .pro-country {
    margin: 5px 0;
}
.lst-pro .pro-title .pro-info {
    font-size:1.4em;
}
.lst-pro .pro-title .pro-country {
    font-size: 1.8em;
}

    .lst-pro .pro-title .pro-info span, .lst-pro .pro-title .pro-country span {
        font-weight: bold;
        color: #252525;
    }

@media(max-width: 992px) {
    .simple-content.top-section .top-news {
    }


    .simple-content.top-section .h-news {
        position: initial;
        display: block;
        width: 100%;
        margin-left: 0;
    }
}

@media(min-width: 993px) {
    .simple-content.top-section .top-news {
        height: calc(100vh / 10);
    }
}

@media(max-width: 768px) {
    .simple-content.top-section .lst-news h2 {
        padding-right: 10px;
    }

    .simple-content.top-section .lst-news .news-item .count {
        padding-left: 0;
    }

        .simple-content.top-section .lst-news .news-item .count:before {
            position: initial;
            line-height: 1;
            display: inline-block;
            height: 61px;
        }

    .simple-content.top-section .lst-news {
        padding-right: 1%;
        padding-left: 1%;
    }
}
