<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header-landing{
    background: #212121;
}

.landing-page{
    background: #212121;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: "Oswald", sans-serif;
}

.wrapper-landing{
    max-width: 1490px;
    /*width: 100%;*/
    margin: 0 auto;
    padding: 0 15px;
}

.landing-page p{
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    /*opacity: .7;*/
    margin: 0 auto 20px auto !important;
    font-weight: 300;
}

.landing-page h3{
    font-size: 40px;
    line-height: 60px;
    color: #fff;
    font-weight: 600 !important;
    text-transform: uppercase;
    margin-bottom: 10px !important;
}

.landing-page h1{
    font-size: 60px !important;
    line-height: 89px;
    color: #fff;
    font-weight: 600 !important;
    text-transform: uppercase;
    margin-bottom: 22px !important;
}

.landing-button{
    text-transform: uppercase;
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    padding: 16px;
    border: 1px solid #fd8918;
    min-width: 266px;
    background: #fd8918;
    display: inline-block;
    text-align: center;
    font-family: "Oswald", sans-serif !important;
}

.landing-button:hover{
    background: unset;
    border: 1px solid #fff;
    color: #fff;
}

/* Header */

.nav-landing__wrapper{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.nav-landing .nav-landing__wrapper a img.custom-logo{
    width: 108px;
    height: 108px;
}

/* Hero section */

.hero-landing{
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 0;
}

.hero-landing__overlap{
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 250px;
    padding-bottom: 80px;
}

.hero-landing__wrapper{
    max-width: 1560px;
    position: relative;
    padding-bottom: 90px;
}

.hero-landing__link-anchor{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-landing p.hero-landing__top-text{
    font-size: 64px;
    line-height: 68px;
    color: #fff;
    opacity: 1;
    margin: 0 !important;
    font-weight: 400;
    text-align: center;
    font-family: "Oswald", sans-serif !important;
}

.hero-landing p.hero-landing__under-text{
    font-size: 374px;
    line-height: 368px;
    color: #fff;
    opacity: 1;
    margin: 0 !important;
    font-weight: 700;
    text-align: center;
    font-family: "Oswald", sans-serif !important;
    text-transform: uppercase;
}

.container {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    /*width: 100%;*/
}

.chevron {
    position: absolute;
    width: calc(0.8rem * 3.5);
    height: calc(0.8rem * 0.8);
    opacity: 0;
    -webkit-transform: scale(0.3);
        -ms-transform: scale(0.3);
            transform: scale(0.3);
    -webkit-animation: move-chevron 3s ease-out infinite;
            animation: move-chevron 3s ease-out infinite;
}

.chevron:first-child {
    -webkit-animation: move-chevron 3s ease-out 1s infinite;
            animation: move-chevron 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
    -webkit-animation: move-chevron 3s ease-out 2s infinite;
            animation: move-chevron 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    background: #fd8918;
}

.chevron:before {
    left: 0;
    -webkit-transform: skewY(30deg);
        -ms-transform: skewY(30deg);
            transform: skewY(30deg);
}

.chevron:after {
    right: 0;
    width: 50%;
    -webkit-transform: skewY(-30deg);
        -ms-transform: skewY(-30deg);
            transform: skewY(-30deg);
}

@-webkit-keyframes move-chevron {
    25% {
        opacity: 1;
    }
    33.3% {
        opacity: 1;
        -webkit-transform: translateY(calc(0.6rem * 3.8));
                transform: translateY(calc(0.6rem * 3.8));
    }
    66.6% {
        opacity: 1;
        -webkit-transform: translateY(calc(0.6rem * 5.2));
                transform: translateY(calc(0.6rem * 5.2));
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(calc(0.6rem * 8)) scale(0.5);
                transform: translateY(calc(0.6rem * 8)) scale(0.5);
    }
}

@keyframes move-chevron {
    25% {
        opacity: 1;
    }
    33.3% {
        opacity: 1;
        -webkit-transform: translateY(calc(0.6rem * 3.8));
                transform: translateY(calc(0.6rem * 3.8));
    }
    66.6% {
        opacity: 1;
        -webkit-transform: translateY(calc(0.6rem * 5.2));
                transform: translateY(calc(0.6rem * 5.2));
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(calc(0.6rem * 8)) scale(0.5);
                transform: translateY(calc(0.6rem * 8)) scale(0.5);
    }
}

/* Text-card section */

.text-card-section{
    max-width: 1390px;
    padding: 66px 15px;
}

.text-card-section__content p{
    text-align: center;
    max-width: 1260px;
    margin: 0 auto 40px auto !important;
}

.text-card-section__cards{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(100% - 15px);
}

.text-card-section__card{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 15px;
    max-width: 255px;
    width: 100%;
}

.text-card-section__img-box{
    width: 90px;
    height: 90px;
    position: relative;
    margin-bottom: 25px;
    opacity: 0;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
}

.text-card-section__img-box.element-show {
    opacity: 1;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
}

.text-card-section__img-box svg,
.text-card-section__img-box img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.text-card-section__img-box::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border: 1px solid #fff;
    border-radius: 50%;
    opacity: .1;
    width: 90px;
    height: 90px;
}

p.cards__card-text{
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    /*opacity: .8;*/
    font-weight: 300;
    text-align: center;
}

/* Step section */

.step-section{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 80px;
    padding-bottom: 135px;
}

.step-section__cards{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.step-section__card{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 245px;
    width: 100%;
    margin: 0 35px;
}

.step-section__img-box{
    max-width: 245px;
    width: 100%;
    max-height: 245px;
    height: 100%;
    margin-bottom: 21px;
}

.step_section__img{
    max-width: 245px;
    min-width: 145px;
    width: 100%;
    max-height: 245px;
    min-height:145px;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
}

.step-section__content{
    max-width: 710px;
    /*width: 100%;*/
    border-left: 10px solid #fd8918;
    padding-left: 40px;
    position: relative;
}

.step-section__content h1{
    color: #fd8918;
}

.step-section__number{
    position: absolute;
    top: 95px;
    right: 30px;
    font-size: 500px;
    color: #fff;
    opacity: .1;
    font-weight: 600 !important;
}

/* Inclined section */

.inclined-section{
    padding-top: 40px;
    padding-bottom: 55px;
    position: relative;
    overflow: hidden;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.inclined-section::after{
    content: '';
    position: absolute;
    top: 79px;
    left: 0;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-left-width: 0px;
    border-right-width: 120vw;
    border-top: 147px solid #212121;
    z-index: 1;
}

.inclined-section::before{
    content: '';
    position: absolute;
    bottom: 59px;
    left: 0;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-right-width: 0;
    border-left-width: 120vw;
    border-bottom: 146px solid #212121;
    z-index: 1;
}

.inclined-section__overlap-img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
}

.inclined-section__overlap{
    background-position: 0 12px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.inclined-section__overlap::after{
    content: '';
    position: absolute;
    top: -40px;
    left: 0;
    height: 81px;
    width: 120vw;
    background: #212121;
}

.inclined-section__overlap::before{
    content: '';
    position: absolute;
    bottom: -60px;
    left: 0;
    height: 65px;
    width: 120vw;
    background: #212121;
    z-index: 1;
}

.inclined-section__inner{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}

.inclined-section__img-box{
    max-width: 994px;
    width: 100%;
    max-height: 724px;
    height: 100%;
    position: relative;
    z-index: 2;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.inclined-section__img-box:hover{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.inclined-section__img{
    max-width: 994px;
    width: 100%;
    max-height: 724px;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
}

p.inclined-section__content{
    margin: -65px -450px 20px 0 !important;
    z-index: 2;
    position: relative;
}

/* Second step section */

.second-step-section{
    padding-bottom: 0;
}

.second-step-section__wrapper{
    max-width: 750px;
}

.second-step-section__img-box{
    max-width: 725px;
    width: 100%;
    max-height: 1007px;
    height: 100%;
    margin-right: -20px;
    position: relative;
}

.second-step_section__box-animated{
    position: absolute;
    top: 2.3%;
    left: 11%;
    width: 42%;
    height: 646px;
    -webkit-transform: rotate(-1deg);
        -ms-transform: rotate(-1deg);
            transform: rotate(-1deg);
    border-radius: 30px;
    overflow: hidden;
}

.second-step_section__img-animate{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-animation: scroll 10s ease infinite forwards;
            animation: scroll 10s ease infinite forwards;
    -webkit-transition: -webkit-transform 1.5s ease;
    transition: -webkit-transform 1.5s ease;
    transition: transform 1.5s ease;
    transition: transform 1.5s ease, -webkit-transform 1.5s ease;
}

/*.second-step_section__img-animate{*/
/*    position: absolute;*/
/*    top: 2.3%;*/
/*    left: 11%;*/
/*    width: 42%;*/
/*    height: 65%;*/
/*    transform: rotate(-1deg);*/
/*    border-radius: 30px;*/
/*}*/

.second-step_section__img{
    max-width: 725px;
    width: 100%;
    max-height: 1007px;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
}

.second-step-section__number{
    left: 65px;
}

/* Second inclined section */

.second-inclined-section__img-box{
    max-width: 1326px;
    width: 100%;
    max-height: 831px;
    height: 100%;
    position: relative;
    z-index: 2;
}

.second-inclined_section__box-animated{
    position: absolute;
    top: 11%;
    left: 12%;
    width: 76%;
    height: 75%;
    border-radius: 10px;
    overflow: hidden;
}

.second-inclined-section__img-animate{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-animation: scroll 10s ease infinite forwards;
            animation: scroll 10s ease infinite forwards;
    -webkit-transition: -webkit-transform 1.5s ease;
    transition: -webkit-transform 1.5s ease;
    transition: transform 1.5s ease;
    transition: transform 1.5s ease, -webkit-transform 1.5s ease;
}

/*.second-inclined-section__img-animation{*/
/*    position: absolute;*/
/*    top: 11%;*/
/*    left: 12%;*/
/*    width: 76%;*/
/*    height: 75%;*/
/*    border-radius: 10px;*/
/*}*/

.second-inclined-section__img{
    max-width: 1326px;
    width: 100%;
    max-height: 831px;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
}

/* Third step section */

.third-step-section__img-box{
    max-width: 670px;
    width: 100%;
    max-height: 438px;
    height: 100%;
}

.third-step_section__img{
    max-width: 670px;
    width: 100%;
    max-height: 438px;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
}

/* Third inclined section */

.third-inclined-section::before{
    content: '';
    position: absolute;
    bottom: -18px;
    left: 0;
    width: 110%;
    -webkit-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
            transform: rotate(-3deg);
    height: 170px;
    z-index: 3;
    background: unset;
    border: none;
}

.third-inclined-section__overlap::before{
    background: unset;
}

.third-inclined-section__img-box{
    max-width: 1065px;
    width: 100%;
    max-height: 798px;
    height: 100%;
    position: relative;
    z-index: 2;
}

.third-inclined-section__img{
    max-width: 1065px;
    width: 100%;
    max-height: 798px;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
}

/* Footer */

.footer-landing{
    position: relative;
    z-index: 3;
    background-size: cover;
    background-position: 50% 0;
    margin-top: -160px;
    background-color: unset;
    padding-top: 275px;
    padding-bottom: 0;
}



.footer-landing__overlap{
    background-position: 50% 35%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.footer-landing .footer-landing__top-block {
    text-transform: unset;
    max-width: 1044px;
    margin: 0 auto;
    padding-bottom: 100px;
    text-align: center;
}

.footer-landing .footer-landing__top-block h1{
    text-transform: unset !important;
    margin-bottom: 18px !important;
    color: #fd8918;
}

.footer-landing .footer-landing__top-block p{
    margin-bottom: 40px !important;
}

.footer-landing__under-block{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}

.footer-landing__logo-box{
    margin-bottom: 40px;
}

.footer-landing__under-block .footer-landing__logo-box img{
    width: 130px !important;
    height: 130px;
}

.footer-landing__info-box{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding-bottom: 20px;
}

.footer-landing__address{
    padding-left: 60px;
}

.footer-landing__info-box a {
    /*opacity: .7;*/
    font-size: 20px;
    line-height: 30px;
}

.footer-landing__copyright-box{
    padding: 40px 0 20px 0;
    border-top: 1px solid #707070;
    width: 100%;
    text-align: center;
}

p.footer-landing__copyright{
    /*opacity: .2;*/
}

@media screen and (max-width:1440px){

    /* Inclined section */

    .inclined-section::after{
        top: 114px;
        border-top: 90px solid #212121;
    }

    .inclined-section::before{
        bottom: 85px;
        border-bottom: 90px solid #212121;
    }

    .inclined-section__overlap::after{
        top: -40px;
        height: 115px;
    }

    .inclined-section__overlap::before{
        bottom: -60px;
        height: 91px;
    }

    /* Third step section */

    .third-inclined-section::before{
        bottom: -5px;
        border: none;
    }
}

@media screen and (max-width:1024px){

    .landing-page h1{
        font-size: 54px !important;
        line-height: 71px;
    }

    /* Hero section */

    .hero-landing p.hero-landing__top-text{
        font-size: 52px;
        line-height: 58px;
    }

    .hero-landing p.hero-landing__under-text{
        font-size: 220px;
        line-height: 224px;
    }

    /* Step section */

    .step-section__card{
        margin: 0 15px;
    }

    .step-section__number{
        top: 100px;
        right: 10px;
    }

    /* Inclined section */

    .inclined-section::after{
        border-top: 60px solid #212121;
    }

    .inclined-section::before{
        bottom: 95px;
        border-bottom: 60px solid #212121;
    }

    .inclined-section__overlap{
        background-position: 50% 50%;
    }

    .inclined-section__overlap::before{
        height: 100px;
    }

    /* Second step section */

    .second-step_section__img-animate{
        border-radius: 20px;
    }

    /* Third step section */

    .third-inclined-section::before{
        bottom: -13px;
        border: none;
    }
}

@media screen and (max-width:768px){

    .landing-page h1{
        font-size: 48px !important;
        margin-bottom: 20px !important;
    }

    .landing-button{
        font-size: 16px;
        line-height: 24px;
        padding: 8px 10px;
        min-width: 180px;
    }

    .landing-page p {
        font-size: 16px;
        line-height: 24px;
    }

    .hero-landing__overlap{
        padding-top: 150px;
    }

    .nav-landing .nav-landing__wrapper a img.custom-logo {
        width: 72px;
        height: 72px;
    }

    .nav-landing .nav-landing__wrapper .uk-navbar-right {
        margin-left: 20px;
    }

    /* Hero section */

    .hero-landing p.hero-landing__top-text{
        font-size: 23px;
        line-height: 36px;
    }

    .hero-landing p.hero-landing__under-text{
        font-size: 130px;
        line-height: 150px;
    }

    /*.hero-landing .container,*/
    /*.hero-landing .hero-landing__link-anchor{*/
    /*    display: none;*/
    /*}*/

    /* Text-card section */

    .text-card-section__cards{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .text-card-section__card{
        margin: 25px 0;
        max-width: 400px;
    }

    p.cards__card-text{
        font-size: 20px;
        line-height: 30px;
    }

    .text-card-section__content p{
        margin-bottom: 80px !important;
    }

    /* Step section */

    .step-section{
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        padding-bottom: 85px;
    }

    .step-section__cards{
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }

    .step-section__card{
        margin: 10px 0;
    }


    .second-step-section__img-box{
        margin-right: -100px;
    }

    .step-section__card:last-child{
        margin: 10px 0;
        max-width: 273px;
    }

    .step-section__number{
        top: 175px;
        right: -15px;
        font-size: 400px;
    }

    .second-step-section__number{
        top: 110px;
    }

    .step-section__content{
        margin-bottom: 100px;
    }

    .step-section__img-box{
        max-width: 124px;
        max-height: 124px;
        margin-bottom: 10px;
    }

    .step-section__card:last-child .step-section__img-box{
        max-width: 273px;
        max-height: 273px;
        margin-bottom: 23px;
    }

    .step_section__img{
        max-width: 124px;
        max-height: 124px;
        min-width: 124px;
        min-height: 124px;
    }

    .step-section__card:last-child .step_section__img{
        max-width: 273px;
        max-height: 273px;
    }

    .step-section__card .cards__card-text{
        font-size: 12px;
        line-height: 17px;
    }

    .step-section__card:last-child .cards__card-text{
        font-size: 25px;
        line-height: 37px;
    }

    /* Inclined section */

    .inclined-section::after{
        top: 90px;
        border-top: 60px solid #212121;
    }

    .inclined-section::before{
        bottom: 66px;
        border-bottom: 60px solid #212121
    }

    .inclined-section__overlap::after {
        height: 91px;
    }

    .inclined-section__overlap::before{
        bottom: -60px;
        height: 90px;
    }

    p.inclined-section__content {
        margin: -65px -340px 20px 0 !important;
        font-size: 16px;
        line-height: 24px;
    }

    /* Second step section */

    .second-step-section{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-bottom: 0;
    }

    .second-step-section__number{
        left: 95px;
    }

    .second-inclined-section__img-animation{
        border-radius: 5px;
    }

    /* Third step section */

    .third-step-section__number{
        top: 100px;
        right: -50px;
    }

    .third-inclined-section::before{
        bottom: -33px;
        border: none;
    }

    /* Footer */

    .footer-landing{
        padding: 245px 0 20px;
    }

    .footer-landing__top-block h1{
        font-size: 40px !important;
        line-height: 48px;
    }

    .footer-landing .footer-landing__top-block {
        padding-bottom: 120px;
    }

    .footer-landing__info-box {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        -webkit-align-content: center;
            -ms-flex-line-pack: center;
                align-content: center;
    }

    .footer-landing__address{
        padding: 0 60px;
        margin-left: -50px;
    }

    .footer-landing__address p{
        margin: 0 !important;
        font-size: 14px;
    }

    .footer-landing__info-box a {
        /*opacity: .7;*/
        font-size: 16px;
        line-height: 24px;
    }

    .footer-landing__phone{
        -webkit-align-self: center;
            -ms-flex-item-align: center;
                align-self: center;
    }

    .footer-landing__email{
        margin-top: -25px;
    }

    .footer-landing__info-box a {
        -webkit-align-self: center;
            -ms-flex-item-align: center;
                align-self: center;
    }
}

@media screen and (max-width:600px){
    /* Inclined section */

    .inclined-section::after{
        top: 50px;
        border-top: 35px solid #212121;
    }

    .inclined-section::before{
        border-bottom: 35px solid #212121
    }

    .inclined-section__overlap::after {
        height: 51px;
    }

    .inclined-section__overlap::before{
        bottom: -79px;
        height: 90px;
    }

    p.inclined-section__content {
        margin: -18px -147px -6px 0 !important
    }

    /* Second step section */

    .second-step_section__img-animate{
        border-radius: 15px;
        top: 2.5%;
    }

    /* Third step section */

    .third-inclined-section__overlap::before{
        bottom: -80px;
    }

    .third-inclined-section::before{
        bottom: -66px;
        border: none;
        -webkit-transform: rotate(-5deg);
            -ms-transform: rotate(-5deg);
                transform: rotate(-5deg);
    }
}

@media screen and (max-width:440px){
    .third-inclined-section::before{
        bottom: -84px;
    }

    .footer-landing__address{
        padding-left: 0;
        margin-left: 0;
    }
}</pre></body></html>