html, body {
    position: fixed;
    overflow: hidden;
    width: 100%
}

body {
    margin: 0;
    background: #222222
}

body * {
    font-weight: 300;
    -webkit-font-smoothing: antialiased
}

#loader {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    background: #fff;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2
}

.progress {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 10px;
    height: 0;
    background: #222222;
    margin: 0;
    border-radius: 0
}

#loader svg {
    width: 500px;
    display: block;
    transform: translate3d(0, 200px, 0)
}

.loader-logo {
    width: 500px;
    max-width: 50%;
    overflow: hidden
}

#fullpage {
    position: absolute !important;
    top: 0;
    z-index: 0
}

#fullpage {
    overflow: hidden;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100)
}

.fullpage-footer {
    z-index: 6
}

.fullpage-main-mb {
    width: 100%;
    opacity: 1;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    flex: 1;
    height: 100vh;
    flex-direction: column;
}

.fullpage-main-right, #fp-nav {
    opacity: 1;
}

.fullpage-footer {
    opacity: 1 !important
}

.page-template-front-page .head {
    opacity: 0
}

.text__first {
    position: relative
}

.text__word {
    opacity: 1;
    font-size: 100px;
    overflow: hidden;
    line-height: initial;
    padding-left: 100px;
    padding-top: 100px;
}

.text__word .blast {
    display: inline-block;
    font-weight: 500;
}

.text__word-2, .text__word-3 {
    display: none
}

.text__first-bg {
    display: block;
    width: 120%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    transform-origin: left;
    transform: scaleX(0)
}

.text__first-bg {
    background-color: #fff
}

.middle_scroll_icon {
    opacity: 1
}

#loader svg {
    opacity: 1
}

.fullpage-main-right-fakebulets {
    width: 1px;
    background: #ffde59;
    position: relative;
    right: 40px;
    top: 50%;
    transform: translate(0, -50%)
}

.fullpage-main-right-fakebulets--current {
    height: calc(1 / 3 * 100%);
    width: 7px;
    background: #ffde59;
    left: -3px;
    position: absolute;
    top: 0
}

.oval {
    width: 500px;
    height: 20px;
    border-radius: 50%;
    background-image: radial-gradient(black, black, transparent, transparent);
    opacity: .2;
    display: block;
    margin: 0 auto
}

.left_title--rotated {
    max-width: 100%;
    white-space: normal
}

.word {
    overflow: hidden;
    display: block;
    padding: 5px 0;
}

.currentslide, .maxslide, .currentslide span {
    font-size: 40px;
    font-family: 'Bai Jamjuree', sans-serif;
    padding-right: 30px;
    font-weight: 500;
    line-height: 1.2
}

.current2, .current3 {
    transform: translate(0, -1.5em)
}

.current1, .current2, .current3, .currentslide span {
    padding: 0;
    margin: 0
}

.current1, .current2, .current3 {
    left: .7em;
    top: 0;
    position: absolute
}

.currentslide {
    overflow: hidden;
    position: relative
}

.headerwrapp input + label span {
    height: 1px
}

.main-paragraph {
    width: 240px;
    margin-right: 60px
}

.main-paragraph p {
    max-width: 100%;
    color: #fff;
    white-space: normal;
    font-family: 'Bai Jamjuree', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5
}

.main-paragraph {
    position: relative
}

.paragraph01, .paragraph02, .paragraph03 {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    transform: translateY(10px);
    opacity: 0
}

.introp span {
    opacity: 0;
    font-size: 25px;
    display: inline-block;
    color: #222222;
}

.introp span:nth-child(2), .introp span:nth-child(3), .introp span:nth-child(4) {
    padding-left: .4em
}

.introp {
    text-align: center
}

.center-middle {
    display: inline-block
}

.counterwrapp {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    font-size: 45px;
    z-index: 2;
    color: #333856
}

.counter2wrapp {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    font-size: 45px;
    z-index: 2;
    color: #f16655
}

.investment {
    font-size: 16px;
    font-family: 'Bai Jamjuree', sans-serif;
    text-transform: uppercase;
    font-style: normal;
    position: relative;
    top: -15px
}

.return {
    font-size: 16px;
    font-family: 'Bai Jamjuree', sans-serif;
    font-style: normal;
    text-transform: uppercase
}

.counterwrapp {
    text-align: center
}

.counter2wrapp {
    text-align: center
}

.return {
    position: relative;
    -webkit-animation: fadeinfront .3s;
    -moz-animation: fadeinfront .3s;
    -ms-animation: fadeinfront .3s;
    -o-animation: fadeinfront .3s;
    animation: fadeinfront .3s
}

.investment {
    position: relative;
    -webkit-animation: fadeinfront .3s;
    -moz-animation: fadeinfront .3s;
    -ms-animation: fadeinfront .3s;
    -o-animation: fadeinfront .3s;
    animation: fadeinfront .3s
}

@keyframes fadeinfront {
    from {
        opacity: 0;
        left: -20px
    }
    to {
        opacity: 1;
        left: 0
    }
}

@-moz-keyframes fadeinfront {
    from {
        opacity: 0;
        left: -20px
    }
    to {
        opacity: 1;
        left: 0
    }
}

@-webkit-keyframes fadeinfront {
    from {
        opacity: 0;
        left: -20px
    }
    to {
        opacity: 1;
        left: 0
    }
}

@-ms-keyframes fadeinfront {
    from {
        opacity: 0;
        left: -20px
    }
    to {
        opacity: 1;
        left: 0
    }
}

@-o-keyframes fadeinfront {
    from {
        opacity: 0;
        left: -20px
    }
    to {
        opacity: 1;
        left: 0
    }
}

.two-column--middle .wrapper-desc {
    display: flex;
}

.two-column--single li {
    text-transform: uppercase;
    font-family: 'Bai Jamjuree', sans-serif;
    font-size: 12px;
    line-height: 2;
    color: #fff;
    padding: 0;
    position: relative;
    height: 40px
}

.two-column--single li p {
    line-height: 39px
}

.two-column--single--2 .two-column--single--hr {
    padding-bottom: 0
}

.two-column--single li:first-child {
    height: 41px
}

.two-column--single ul {
    list-style-type: none;
    padding: 0
}

.two-column--single p {
    font-size: 16px;
    font-family: 'Bai Jamjuree', sans-serif;
    color: #fff;
    line-height: 1.429;
}

.two-column--single p.prvi-text {
    text-align: justify;
    padding-bottom: 15px;
    padding-top: 15px;
}

.two-column--single--hr {
    margin: 0;
    padding: 0;
    /*padding-bottom: 5px;*/
    width: 0
}

.two-column--middle {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 0;
    min-height: 860px;
}

.fullpage-main {
    padding-bottom: 0;
}

.two-column--single {
    width: 400px;
    padding-top: 30px;
    padding-left: 100px;
    position: relative;
}

.two-column--single--2 {
    /*margin-left: auto*/
    width: 400px
}

.two-column--middle-2, .two-column--middle-3 {
    display: none;
}

.two-column--middle-1 {
    background-image: url(/public/data/banner/slider-1.png);
    background-size: cover;
}

.two-column--middle-2 {
    background-image: url(/public/data/banner/slider-2.png);
    background-size: cover;
}

.two-column--middle-3 {
    background-image: url(/public/data/banner/slider-3.png);
    background-size: cover;
}

.right-button--our-work {
    padding-right: 0
}

.right-button--contact-us {
    padding-left: 0
}

.fullpage-main-right-arrows-icon {
    width: 20px;
    margin: 10px;
    display: block;
    margin-right: 40px;
    cursor: pointer
}

.fullpage-main-right-arrows-icon img {
    position: relative;
    transform: translate3d(0, 0, 0);
    transition: transform .1s ease-out
}

.fullpage-main-right-arrows-icon--arrow-up:hover img {
    transform: translate3d(0, -8px, 0);
    transition: transform .3s ease-out
}

.fullpage-main-right-arrows-icon--arrow-down:hover img {
    transform: translate3d(0, 8px, 0) rotate(180deg);
    transition: transform .3s ease-out
}

.two-column--single--hr, p {
    width: 100%;
    visibility: visible;
    opacity: 1
}

.fullpage-main-right-arrows-icon--arrow-down img {
    transform: rotate(180deg)
}

.fullpage-main-right-arrows-icon {
    position: relative
}

.fullpage-main-right-arrows-icon--arrow-down {
    top: 4px
}

.fullpage-main-right-arrows-icon--arrow-up {
    top: -1px
}

html .page-template-front-page header.head .navbar-brand #Layer_1 > g > path:nth-child(5) {
    fill: #f26657
}

html .two-column--single--hr {
    width: 0;
    border-top: none;
    border-bottom: 1px solid #ffffff;
}

html .two-column--single--1 p, html .two-column--single--2 p {
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 1px)
}

.blast {
    transform: matrix(1, 0, 0, 1, 0, 160)
}

.current {
    transform: translate(0, 50px)
}

/**
 * styles for block of pagination
 */
.pgntn-page-pagination {
    margin: 1em 0;
    padding: 0;
    overflow: hidden;
    text-align: center !important;
    clear: both;
    cursor: default;
}

.pgntn-page-pagination .dots {
    display: inline-block;
    text-align: center;
    margin-bottom: 0.5em;
    margin-left: 0.5em;
    padding: 0.3em 0.5em;
}

.pgntn-multipage .pgntn-elipses,
.pgntn-multipage .pgntn-page-pagination-intro {
    display: inline-block;
    margin-right: 0;
    text-align: center;
}

.pgntn-multipage .pgntn-page-pagination-block a:first-of-type {
    margin-left: 0;
}

.pgntn-multipage .pgntn-page-pagination-block span:first-of-type ~ a {
    margin-left: 0.5em;
}

.pgntn-page-pagination-intro,
.pgntn-page-pagination a,
.pgntn-page-pagination .current {
    display: inline-block;
    text-align: center;
    margin-left: 0.5rem;
    margin-bottom: 0.5rem;
    padding: 0.3rem 0.5rem;
}

.pgntn-page-pagination a {
    box-shadow: none !important;
}

div.pgntn-page-pagination-block a.prev,
.pgntn-page-pagination-block .next {
    display: inline-block;
    float: none;
}

footer {
    display: none
}

.navbar-brand svg {
    height: 40px
}

.fullpage {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column
}

.fullpage-head {
    height: 80px
}

.fullpage-footer {
    height: 77px
}

@media only screen and (max-width: 1620px) {

    .two-column--middle {
        min-height: 717px;
    }

    .text__word {
        padding-left: 50px;
        padding-top: 90px;
        font-size: 110px;
        line-height: 110px;
    }

    .two-column--single {
        padding-left: 50px;
    }

    .two-column--single {
        width: 350px;
    }

    .two-column--single--2 {
        width: 400px;
    }

    .two-column--middle-1 {
        background-size: 1600px 717px;
        background-repeat: no-repeat;
    }

    .two-column--middle-2 {
        background-size: 1600px 717px;
        background-repeat: no-repeat;
    }

    .two-column--middle-3 {
        background-size: 1600px 717px;
        background-repeat: no-repeat;
    }

    .fullpage-main-right {
        right: 40px;
    }

    .fullpage-main-right-arrows-icon {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 1499px) {
    .fullpage-main {
        /*padding-top: 10px;*/
    }

    .text__word {
        padding-left: 40px;
        padding-top: 50px;
        font-size: 70px;
        line-height: initial;
    }

    .two-column--middle-1 {
        background-size: 1400px 627px;
        background-repeat: no-repeat;
    }

    .two-column--middle-2 {
        background-size: 1400px 627px;
        background-repeat: no-repeat;
    }

    .two-column--middle-3 {
        background-size: 1400px 627px;
        background-repeat: no-repeat;
    }
}

@media only screen and (max-width: 1400px) {

    .circle {
        width: 500px;
        height: 500px
    }

    .fullpage-main-right-numbering {
        display: none
    }

    .two-column--single {
        padding-top: 15px;
    }

    .two-column--middle {
        min-height: 627px;
    }

    .two-column--single p.prvi-text {
        padding-bottom: 10px;
        padding-top: 10px;
    }
}

@media screen and (max-width: 1350px) {
    .fullpage-main {
        padding-top: 20px;
    }

    .two-column--single {
        padding-left: 40px;
    }

    .two-column--single {
        width: 300px;
    }

    .two-column--single--2 {
        width: 350px;
    }

    .text__word {
        font-size: 70px;
    }

    .two-column--middle {
        min-height: 582px;
    }

    .two-column--middle-1 {
        background-size: 1300px 582px;
        background-repeat: no-repeat;
    }

    .two-column--middle-2 {
        background-size: 1300px 582px;
        background-repeat: no-repeat;
    }

    .two-column--middle-3 {
        background-size: 1300px 582px;
        background-repeat: no-repeat;
    }
}

@media only screen and (max-width: 1200px) {
    .counterwrapp, .counter2wrapp {
        font-size: 30px
    }

    .investment, .return {
        font-size: 14px
    }

    .fullpage-main {
        padding-top: 45px;
    }

    .two-column--single {
        padding-left: 40px;
    }

    .two-column--single {
        width: 280px;
    }

    .two-column--single--2 {
        width: 330px;
    }

    .text__word {
        padding-top: 50px;
        font-size: 60px;
    }

    .two-column--middle {
        min-height: 538px;
    }

    .two-column--middle-1 {
        background-size: 1200px 538px;
        background-repeat: no-repeat;
    }

    .two-column--middle-2 {
        background-size: 1200px 538px;
        background-repeat: no-repeat;
    }

    .two-column--middle-3 {
        background-size: 1200px 538px;
        background-repeat: no-repeat;
    }
}

@media only screen and (max-width: 1199px) {
    .page-template-front-page .headerwrapp input + label:before {
        top: -8px
    }

    .fullpage-main-right-fakebulets {
        right: 20px
    }

    .fullpage-main-right {
        right: 20px
    }

    .left-button {
        float: left;
        padding: 10px 0 30px
    }

    .right-button {
        float: right;
        padding: 10px 0 30px
    }
}

@media screen and (max-width: 1199px) {
    .headerwrapp {
        height: 80px !important
    }
}

@media only screen and (max-width: 1160px) {
    .fullpage-main {
        padding-top: 0;
    }

    .text__word {
        padding-top: 0;
        font-size: calc(20px + (160 - 50) * ((100vw - 400px) / (1160 - 400)));
        line-height: calc(20px + (160 - 50) * ((100vw - 400px) / (1160 - 400)));
    }

    .two-column--middle-1 {
        background: none;
    }

    .two-column--middle-2 {
        background: none;
    }

    .two-column--middle {
        min-height: auto;
    }

    .two-column--middle-3 {
        background: none;
    }

    .two-column--single {
        width: 350px;
    }

    .two-column--single--2 {
        width: 400px;
    }
}

@media only screen and (max-width: 1042px) {

    #circle {
        max-width: 70%;
        height: 100%
    }

    .fullpage-main {
        flex-direction: column;
    }

    .fullpage-main-mb, .fullpage-main-right {
        width: 100%;
    }

    .fullpage-main-mb {
        padding-right: 20px;
        padding-left: 20px;
        flex: 1;
        display: flex;
        flex-direction: column;
        position: relative;
        justify-content: center;
        order: 1;
    }

    .fullpage {
        padding-bottom: 80px;
        padding-top: 80px
    }

    .fullpage-head {
        display: none
    }

    .fullpage-main-right-numbering {
        display: none
    }

    .fullpage-main-right-fakebulets {
        position: absolute;
        right: 40px;
        top: 50%
    }

    #loader svg {
        max-width: 100%
    }

    .oval {
        max-width: 64%
    }

    .percent {
        font-size: 40px
    }

    .center-middle {
        max-width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0
    }
}

@media only screen and (max-width: 1000px) {
    .fullpage-main-left {
        padding-right: 40px
    }
}

@media only screen and (max-width: 900px) {
    .fullpage-main-right {
        display: none
    }
}

@media only screen and (max-width: 800px) {

    .page-template-front-page .headerwrapp input + label:before {
        display: none
    }

    .fullpage-main-right {
        display: none
    }

    .two-column--middle {
        max-width: 100%;
        flex-direction: column;
        padding-top: 20px
    }

    .two-column--middle .wrapper-desc {
        flex-direction: column;
        padding-top: 20px;
    }

    .text__word {
        width: 100%;
        padding-left: 0;
        padding-top: 0;
    }

    .two-column--single {
        width: 320px;
        padding-left: 0;
    }

    .two-column--single--2 {
        width: 320px;
        margin-left: 0;
        margin-top: 0
    }

    .fullpage {
        padding-top: 60px
    }

}

@media only screen and (max-width: 749px) {
    .fullpage-main-mb {
        padding-left: 20px
    }
}

@media only screen and (max-width: 720px) {
    .bottom-button {
        display: none
    }

    .fullpage-main-mb {
        padding-right: 40px
    }

    .counterwrapp, .counter2wrapp {
        font-size: calc(16px + (45 - 16) * ((100vw - 300px) / (720 - 300)))
    }

    .text__word {
        font-size: calc(40px + (160 - 50) * ((100vw - 400px) / (1160 - 400)));
        line-height: calc(40px + (160 - 50) * ((100vw - 400px) / (1160 - 400)));
    }
}

@media only screen and (max-width: 550px) {
    .counterwrapp, .counter2wrapp {
        font-size: 20px
    }

    .investment, .return {
        font-size: 16px
    }

    .investment {
        top: -8px
    }

    .counterwrapp {
        position: absolute;
        top: 40%
    }

    .counter2wrapp {
        position: absolute;
        top: 60%
    }
}

@media only screen and (max-width: 500px) {
    .fullpage-main {
        padding-top: 0
    }
}

@media only screen and (max-width: 480px) {

    .oval {
        display: none !important
    }

    .fullpage-main-right-fakebulets {
        right: 20px;
        top: unset;
        bottom: -5px;
        transform: rotate(-90deg);
        transform-origin: left bottom;
        position: absolute;
        height: calc(100vw - 40px)
    }

    .middle_scroll_icon {
        display: none
    }

    .fullpage {
        padding-bottom: 40px
    }

    #circle {
        max-width: 90%
    }

    .fullpage-main {
        position: relative
    }

    .loader-logo {
        width: 500px;
        max-width: 90%
    }

    #loader svg {
        max-width: 100%;
        width: 280px;
        margin: 0 auto
    }

    .fullpage-main-mb, .fullpage-main-right {
        padding-right: 20px;
        padding-left: 20px
    }

    .navbar-brand {
        margin-left: 5px
    }

    .headerwrapp input + label {
        right: 20px
    }

    .two-column--single {
        max-width: 100%;
        padding-top: 0;
        padding-left: 0;
    }

    .text__word {
        font-size: calc(45px + (160 - 50) * ((100vw - 400px) / (1160 - 400)));
        line-height: calc(45px + (160 - 50) * ((100vw - 400px) / (1160 - 400)));
    }
}

@media only screen and (max-width: 450px) {
    .fullpage-main {
        padding-bottom: 0
    }

    .investment {
        font-size: 14px
    }

    .return {
        font-size: 14px
    }

    .main-paragraph {
        width: 100%
    }
}

@media only screen and (max-width: 420px) {

    .fullpage-main-right-fakebulets {
        bottom: 0
    }

    #circle {
        max-width: 100%
    }

    .fullpage {
        padding-bottom: 10px
    }
}

@media only screen and (max-width: 400px) {
    .counterwrapp, .counter2wrapp {
        font-size: 16px
    }

    .investment {
        top: 0
    }

    .investment, .return {
        font-size: 14px
    }

    .counterwrapp {
        position: absolute;
        top: 42%
    }

    .counter2wrapp {
        position: absolute;
        top: 58%
    }
}

@media only screen and (max-width: 350px) {
    .fullpage-main-mb {
        justify-content: flex-start
    }

    .text__word {
        font-size: 28px
    }

    .two-column--single p {
        font-size: 12px
    }

    .two-column--single li p {
        line-height: 29px
    }

    .two-column--single li {
        height: 30px
    }

    .two-column--single li:first-child {
        height: 31px
    }
}

@media only screen and (max-width: 340px) {
    .fullpage-main-mb {
        padding-left: 20px;
        padding-right: 20px
    }

    .fullpage-main-right {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media only screen and (max-width: 330px) {
    .counterwrapp {
        position: absolute;
        top: 36%
    }

    .counter2wrapp {
        position: absolute;
        top: 65%
    }
}

@media only screen and (max-width: 1100px) and (min-width: 721px) {
    .main-paragraph {
        width: 50%
    }

    .fullpage {
        padding-bottom: 60px
    }
}

@media only screen and (max-width: 1160px) and (min-width: 890px) {

}

@media only screen and (min-width: 750px) and (max-width: 870px) {
    .fullpage-main-mb {
        padding-left: 30px
    }
}

@media only screen and (min-width: 750px) and (max-width: 1340px) {
    .navbar-brand {
        margin: 17px 0 0 13px
    }

    .headerwrapp input + label {
        right: 30px
    }

    .left-button {
        padding: 10px 10px 30px
    }

    .right-button--contact-us {
        padding-left: 0
    }

    .right-button--contact-us {
        padding-right: 10px
    }

    .fullpage-main-right-fakebulets {
        right: 30px
    }

    .fullpage-main-right {
        right: 40px
    }

    .fullpage-main-left {
        padding-left: 60px
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1300px) {
    .two-column--middle {
        padding-top: 30px
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1500px) {
    .two-column--single li {
        height: 35px
    }

    .two-column--single li:first-child {
        height: 36px
    }

    .two-column--middle {
        padding-top: 30px
    }
}

@media only screen and (max-width: 1350px) and (min-width: 1100px) and (max-height: 690px) {
    .text__word {
        font-size: 70px
    }
}
