<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "../fonts/Museo-Sans-Cyr/stylesheet.css";

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 100%;
    min-width: 320px;
    font-family: "Museo Sans Cyrl 300", sans-serif;
    font-weight: 300;
    font-style: normal;
}

html {
    font-size: 2.5vmin;
}

@media (max-width: 568px) {
    html {
        font-size: 14px;
    }
}

body {
    background-color: rgba(0, 28, 68, 1);
    color: #FFF;
    overflow-x: hidden;
    overflow-y: auto;
    touch-action: auto;
}

a {
    color: #FFF;
}
a:hover, a:active, a:focus {
    text-decoration: none;
    color: #FFF;
    filter: drop-shadow(0 0 5px #FFF);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
a:focus {
    outline:0;
}

.link-btn-1 {
    font-family: "Museo Sans Cyrl 500", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.2rem;
    line-height: 1.2rem;
    letter-spacing: .05rem;
    position: relative;
    padding-right: 1.2rem;
}
.link-btn-1:after {
    content: '';
    position: absolute;
    right: 0;
    top: 2px;
    bottom: 0;
    margin: auto;
    font-size: 1rem;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAATCAYAAABC3CftAAAACXBIWXMAAAsSAAALEgHS3X78AAAAXUlEQVQoFZ3S7QmAMAyE4XMjR3D/LdxAJ3glguBHkwsGml8PpU1OwAyoOtE2B6Ph4IVKeEcpfKMhHKEPzNADTpw0rV3S4lDU2rqp9abfv7NzshO3u7MpaOWpTiboAE7D95DTXSHgAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: contain;
    width: 20px;
    height: 12px;
}

.link-btn-1:hover,
.link-btn-1:focus,
.link-btn-1:active {
    text-decoration: underline;
}

#header-section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    font-family: "Museo Sans Cyrl 700", sans-serif;
    font-weight: 600;
    font-style: normal;
}

#header-section .nav-item {
    position: relative;
    padding: 0;
}

#header-section .nav-item &gt; a {
    padding: 0 .5rem;
    display: block;
    text-transform: uppercase;
    font-family: "Museo Sans Cyrl 700", sans-serif;
    font-weight: 600;
    font-style: normal;
}

#header-section .lang-top-menu &gt; .nav-item &gt; a {
    font-family: "Museo Sans Cyrl 100", sans-serif;
    font-weight: 200;
    font-style: normal;
}

#header-section .nav-item &gt; a:before {
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 1rem;
    background: #FFF;
}

#header-section .nav-item:last-child &gt; a:before {
    content: unset;
}

#header-section .top_menu &gt; .nav-item &gt; a {
    padding: 0 2rem;
}

#header-section .nav-item.active &gt; a {
    font-family: "Museo Sans Cyrl 900", sans-serif;
    font-weight: bold;
    font-style: normal;
}

#header-section .nav-item:last-child {
    border-right: 0;
}

#header-section .logo-wrapper-dummy {
    display: block;
    width: 100%;
    height: 100px;
}

.logo-wrapper, .logo-big-wrapper {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-wrapper:hover, .logo-wrapper:active, .logo-wrapper:focus {
    text-decoration: none;
    color: #FFF;
    filter: drop-shadow(0 0 1px #FFF);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.logo-big-wrapper:hover, .logo-big-wrapper:active, .logo-big-wrapper:focus {
    text-decoration: none;
    color: #FFF;
    filter: drop-shadow(0 0 5px #FFF);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.logo-wrapper &gt; .logo-image {
    background: url("../images/logo.png") no-repeat center center;
    -webkit-background-size: contain;
    background-size: contain;
    width: 80px;
    height: 80px;
    display: inline-block;
}
.logo-big-wrapper &gt; .logo-image {
    background: url("../images/logo.png") no-repeat center center;
    -webkit-background-size: contain;
    background-size: contain;
    width: 250px;
    height: 250px;
    display: inline-block;
}

.logo-wrapper &gt; .logo-text {
    margin-left: 14px;
    display: inline-block;
    text-transform: uppercase;
    width: 150px;
    height: 100%;
    line-height: .85rem;
    font-family: "Museo Sans Cyrl 300", sans-serif;
    font-size: .9rem;
    font-weight: 300;
    font-style: normal;
}
.logo-big-wrapper &gt; .logo-text {
    margin-left: 2.6rem;
    display: inline-block;
    text-transform: uppercase;
    height: 100%;
    line-height: 2.5rem;
    font-size: 2.5rem;
    width: 370px;
    font-family: "Museo Sans Cyrl 500", sans-serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: .1rem;
}

#header-section .logo-wrapper {
    position: absolute;
    z-index: 2;
}

@media (max-width: 992px) {

    .logo-big-wrapper {
        padding-top: 100px;
    }
}

@media (max-width: 768px) {

    .logo-big-wrapper &gt; .logo-text {
        margin-left: 1.5rem;
        display: inline-block;
        text-transform: uppercase;
        height: 100%;
        line-height: 2rem;
        font-size: 2rem;
        width: 100%;
    }
}

@media (max-width: 576px) {

    .logo-wrapper, .logo-big-wrapper {
        display: flex;
        text-align: center;
    }

    .logo-big-wrapper {
        display: block;
        text-align: center;
        padding-top: 100px;
    }

    #header-section .logo-wrapper {
        position: relative;
        text-align: left;
        justify-content: left;
    }

    .logo-big-wrapper &gt; .logo-image {
        display: block;
        background-position: center center;
        height: 150px;
        width: 100%;
    }

    .logo-big-wrapper &gt; .logo-text {
        padding-top: 2rem;
        margin-left: 0;
        display: block;
        text-transform: uppercase;
        height: 100%;
        line-height: 1.5rem;
        font-size: 1.5rem;
        width: 100%;
        text-align: center;
    }
}

.section-text-1 {
    text-transform: uppercase;
    font-size: 1.3rem;
    line-height: 1.3rem;
    font-family: "Museo Sans Cyrl 700", sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0;
}

.section-text-2 {
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-family: "Museo Sans Cyrl 100", sans-serif;
    font-weight: 200;
    font-style: normal;
    letter-spacing: 0;
    color: #BFBFBF;
}

.section-text-3 {
    font-size: 1rem;
    line-height: 1rem;
    font-family: "Museo Sans Cyrl 300", sans-serif;
    font-weight: normal;
    font-style: normal;
}

.section-text-4 {
    text-transform: uppercase;
    font-size: 3rem;
    line-height: 3rem;
    font-family: "Museo Sans Cyrl 500", sans-serif;
    font-weight: normal;
    font-style: normal;
}

.section-text-5 {
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 2rem;
    font-family: "Museo Sans Cyrl 500", sans-serif;
    font-weight: normal;
    font-style: normal;
}

.section-text-6 {
    text-transform: uppercase;
    font-size: 5rem;
    line-height: 5rem;
    font-family: "Museo Sans Cyrl 700", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.section-text-block-1 {
    width: 100%;
    background: rgba(0, 28, 68, .8);
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-family: "Museo Sans Cyrl 100", sans-serif;
    font-weight: 200;
    font-style: normal;
    letter-spacing: 0;
}

@media (max-width: 768px) {
    .section-text-block-1 {
        width: 100%;
    }
}

@media (max-width: 568px) {
    .section-text-block-1 {
        width: 100%;
    }
}

.section-btn-1 {
    background-color: #001C44;
    color: #FFF;
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-family: "Museo Sans Cyrl 500", sans-serif;
    font-weight: normal;
    font-style: normal;
    padding: 1rem 5rem;
    -webkit-border-radius: 30px 30px;
    -moz-border-radius: 30px 30px;
    border-radius: 30px 30px;
    border: 0;
}
.section-btn-1.outline {
    border: 1px solid #FFF;
}
.section-btn-2 {
    background-color: #FFF;
    color: #001C44;
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-family: "Museo Sans Cyrl 700", sans-serif;
    font-weight: 600;
    font-style: normal;
    padding: 1.2rem 2.4rem;
    -webkit-border-radius: 30px 30px;
    -moz-border-radius: 30px 30px;
    border-radius: 30px 30px;
    border: 0;
}

.section-next-btn {
    display: block;
    width: 100%;
    padding: 1rem 0 2rem 0;
    text-decoration: none;
}

.section-next-btn &gt; .section-next-btn-image {
    background: url("../images/section-next-btn.png") no-repeat center center;
    -webkit-background-size: contain;
    background-size: contain;
    display: inline-block;
    width: 80px;
    height: 50px;
}

@media (max-width: 576px) {

    .section-text-1 {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .section-next-btn {
        padding: 1rem 0;
    }
}

.section-next-btn:hover,
.section-next-btn:active,
.section-next-btn:focus {
    text-decoration: none;
    color: #FFF;
    filter: drop-shadow(0 0 5px #FFF);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

#page-loader {
    position: fixed;
    z-index: 1000000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #001C44;
}

#page-loader .logo-big-wrapper {
    padding-top: 0;
    filter: none;
}

/* Animation Keyframes*/
@keyframes page-loader-logo-animation-1 {
    0% {
        transform: scale(.5);
        -webkit-transform: scale(.5);
        -moz-transform: scale(.5);
        -ms-transform: scale(.5);
        -o-transform: scale(.5);
        filter: drop-shadow(0 0 0 rgba(255, 255, 255, .5));
    }
    50% {
        transform: scale(.25);
        -webkit-transform: scale(.25);
        -moz-transform: scale(.25);
        -ms-transform: scale(.25);
        -o-transform: scale(.25);
        filter: drop-shadow(0 0 75px #FFF);
    }
    100% {
        transform: scale(.5);
        -webkit-transform: scale(.5);
        -moz-transform: scale(.5);
        -ms-transform: scale(.5);
        -o-transform: scale(.5);
        filter: drop-shadow(0 0 0 rgba(255, 255, 255, .5));
    }
}
@-moz-keyframes page-loader-logo-animation-1 {
    0% {
        transform: scale(.5);
        -webkit-transform: scale(.5);
        -moz-transform: scale(.5);
        -ms-transform: scale(.5);
        -o-transform: scale(.5);
        filter: drop-shadow(0 0 0 rgba(255, 255, 255, .5));
    }
    50% {
        transform: scale(.25);
        -webkit-transform: scale(.25);
        -moz-transform: scale(.25);
        -ms-transform: scale(.25);
        -o-transform: scale(.25);
        filter: drop-shadow(0 0 75px #FFF);
    }
    100% {
        transform: scale(.5);
        -webkit-transform: scale(.5);
        -moz-transform: scale(.5);
        -ms-transform: scale(.5);
        -o-transform: scale(.5);
        filter: drop-shadow(0 0 0 rgba(255, 255, 255, .5));
    }
}
@-webkit-keyframes page-loader-logo-animation-1 {
    0% {
        transform: scale(.5);
        -webkit-transform: scale(.5);
        -moz-transform: scale(.5);
        -ms-transform: scale(.5);
        -o-transform: scale(.5);
        filter: drop-shadow(0 0 0 rgba(255, 255, 255, .5));
    }
    50% {
        transform: scale(.25);
        -webkit-transform: scale(.25);
        -moz-transform: scale(.25);
        -ms-transform: scale(.25);
        -o-transform: scale(.25);
        filter: drop-shadow(0 0 75px #FFF);
    }
    100% {
        transform: scale(.5);
        -webkit-transform: scale(.5);
        -moz-transform: scale(.5);
        -ms-transform: scale(.5);
        -o-transform: scale(.5);
        filter: drop-shadow(0 0 0 rgba(255, 255, 255, .5));
    }
}
@-o-keyframes page-loader-logo-animation-1 {
    0% {
        transform: scale(.5);
        -webkit-transform: scale(.5);
        -moz-transform: scale(.5);
        -ms-transform: scale(.5);
        -o-transform: scale(.5);
        filter: drop-shadow(0 0 0 rgba(255, 255, 255, .5));
    }
    50% {
        transform: scale(.25);
        -webkit-transform: scale(.25);
        -moz-transform: scale(.25);
        -ms-transform: scale(.25);
        -o-transform: scale(.25);
        filter: drop-shadow(0 0 75px #FFF);
    }
    100% {
        transform: scale(.5);
        -webkit-transform: scale(.5);
        -moz-transform: scale(.5);
        -ms-transform: scale(.5);
        -o-transform: scale(.5);
        filter: drop-shadow(0 0 0 rgba(255, 255, 255, .5));
    }
}

#page-loader .logo-big-wrapper &gt; .logo-image {
    transform: scale(.5);
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    animation: page-loader-logo-animation-1 2s 1;
    -moz-animation: page-loader-logo-animation-1 2s 1;
    -webkit-animation: page-loader-logo-animation-1 2s 1;
    -o-animation: page-loader-logo-animation-1 2s 1;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.section-list-1 {
    position: relative;
}

.section-list-1 &gt; .nav-item {
    position: relative;
    margin: 0 4rem;
    max-width: 170px;
    width: 150px;
    padding-bottom: 20px;
}

@media (max-width: 992px) {
    .section-list-1 &gt; .nav-item {
        margin: 0 2rem;
    }
}

@media (max-width: 768px) {
    .section-list-1 &gt; .nav-item {
        margin: 0 1rem;
    }
}

.section-list-1 &gt; .nav-item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
    height: 2px;
    background: #FFF;
}

.section-list-1 &gt; .nav-item &gt; h2 {
    font-family: "Museo Sans Cyrl 700", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 2.5rem;
    line-height: 2rem;
    text-transform: uppercase;
    padding-top: 1rem;
}

.section-list-1 &gt; .nav-item &gt; h3 {
    font-family: "Museo Sans Cyrl 100", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 1.5rem;
    letter-spacing: .1rem;
    line-height: 1.5rem;
    text-transform: uppercase;
}

.section-list-1 &gt; .nav-item &gt; h4 {
    font-family: "Museo Sans Cyrl 500", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: .9rem;
    padding-top: .5rem;
}

.section-list-2 {
    position: relative;
    max-width: 70%;
}

@media (max-width: 1200px) {
    .section-list-2 {
        max-width: 100%;
    }
}

.section-list-2 &gt; .nav-item {
    position: relative;
    padding-bottom: 40px;
    flex-basis: 200px;
    flex-shrink: 4;
}

.section-list-2 &gt; .nav-item &gt; a {
    display: block;
    position: relative;
    padding-top: 100px;
    min-width: 80px;
    font-family: "Museo Sans Cyrl 300", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.1rem;
    line-height: 1.1rem;
    letter-spacing: 0;
}

.section-list-2 &gt; .nav-item &gt; a &gt; .empty-icon {
    background: url("../images/service-icon-empty.png") rgba(255, 255, 255, .4) no-repeat center center;
    background-size: 50%;
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    -webkit-border-radius: 50% 50%;
    -moz-border-radius: 50% 50%;
    border-radius: 50% 50%;
}

.section-list-2 &gt; .nav-item &gt; a &gt; .service-icon {
    background: no-repeat center center;
    background-size: contain;
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
}

.section-list-2 &gt; .nav-item &gt; a &gt; .service-icon.service-icon-1 {
    background-image: url('../images/service-icon-1.png');
}

.section-list-2 &gt; .nav-item &gt; a &gt; .service-icon.service-icon-2 {
    background-image: url('../images/service-icon-2.png');
}

.section-list-2 &gt; .nav-item &gt; a &gt; .service-icon.service-icon-3 {
    background-image: url('../images/service-icon-3.png');
}

.section-list-2 &gt; .nav-item &gt; a &gt; .service-icon.service-icon-4 {
    background-image: url('../images/service-icon-4.png');
}

.section-list-2 &gt; .nav-item &gt; a &gt; .service-icon.service-icon-5 {
    background-image: url('../images/service-icon-5.png');
}

.section-list-2 &gt; .nav-item &gt; a &gt; .service-icon.service-icon-6 {
    background-image: url('../images/service-icon-6.png');
}

.section-list-3 {
    position: relative;
}

.section-list-3 &gt; .nav-item {
    position: relative;
    margin: 0 2rem;
    max-width: 160px;
    padding-bottom: 20px;
}

.section-list-3 &gt; .nav-item &gt; a {
    display: block;
    position: relative;
    padding-top: 90px;
    min-width: 100px;
}

.section-list-3 &gt; .nav-item &gt; a {
    background: rgba(255, 255, 255, .4) no-repeat center center;
    background-size: 75%;
    display: block;
    width: 6rem;
    height: 6rem;
    -webkit-border-radius: 50% 50%;
    -moz-border-radius: 50% 50%;
    border-radius: 50% 50%;
}

.section-list-3 &gt; .nav-item &gt; a.empty-icon {
    background-image: url("../images/service-icon-empty.png");
    background-size: 50%;
}

.modal-service-1 {

}

.modal-service-1 &gt; .modal-dialog.modal-lg {
    max-width: 80%;
}

.modal-service-1 &gt; .modal-dialog &gt; .modal-content {
    background: #001c44;
}

.modal-service-1 &gt; .modal-dialog.modal-lg &gt; .modal-content {
    height: 90vh;
}

.modal-service-1 &gt; .modal-dialog.modal-h-auto &gt; .modal-content {
    height: unset;
}

@media (max-width: 768px) {
    .modal-service-1 &gt; .modal-dialog.modal-lg {
        max-width: 90%;
    }
}

@media (max-width: 568px) {
    .modal-service-1 {
        padding-right: 0 !important;
    }

    .modal-service-1 &gt; .modal-dialog.modal-lg {
        max-width: 100%;
        margin: 0;
    }

    .modal-service-1 &gt; .modal-dialog.modal-lg &gt; .modal-content {
        height: 100vh;
        margin: 0;
    }

    .modal-service-1 &gt; .modal-dialog.modal-h-auto &gt; .modal-content {
        height: unset;
    }
}

.modal-service-1 &gt; .modal-dialog &gt; .modal-content &gt; .modal-header {
    position: relative;
    padding-top: 150px;
    border: 0;
}

.modal-service-1 &gt; .modal-dialog &gt; .modal-content &gt; .modal-header.no-header-picture {
    padding-top: 1rem;
}

.modal-service-1-picture {
    background-image: url("../images/service-icon-empty.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    background-size: 50%;
    display: block;
    width: 110px;
    height: 110px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 20px;
    border: 2px solid #FFF;
    -webkit-border-radius: 50% 50%;
    -moz-border-radius: 50% 50%;
    border-radius: 50% 50%;
}

.modal-service-1-picture.service-icon-1 {
    background-image: url('../images/service-icon-1.png');
}

.modal-service-1-picture.service-icon-2 {
    background-image: url('../images/service-icon-2.png');
}

.modal-service-1-picture.service-icon-3 {
    background-image: url('../images/service-icon-3.png');
}

.modal-service-1-picture.service-icon-4 {
    background-image: url('../images/service-icon-4.png');
}

.modal-service-1-picture.service-icon-5 {
    background-image: url('../images/service-icon-5.png');
}

.modal-service-1-picture.service-icon-6 {
    background-image: url('../images/service-icon-6.png');
}

.modal-service-1-picture.contact_us-icon {
    background-image: url('../images/contact_us-icon.png');
}

.modal-service-1 &gt; .modal-dialog &gt; .modal-content &gt; .modal-header &gt; .modal-title {
    display: block;
    width: 100%;
    text-align: center;
    font-family: "Museo Sans Cyrl 100", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 2rem;
    text-transform: uppercase;
}

.modal-service-1 &gt; .modal-dialog &gt; .modal-content &gt; .modal-header &gt; .close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #FFF;
    opacity: 1;
    text-shadow: none;
}

.modal-service-1 &gt; .modal-dialog &gt; .modal-content &gt; .modal-header &gt; .close:hover,
.modal-service-1 &gt; .modal-dialog &gt; .modal-content &gt; .modal-header &gt; .close:active,
.modal-service-1 &gt; .modal-dialog &gt; .modal-content &gt; .modal-header &gt; .close:focus {
    color: #FFF;
    opacity: 1;
    text-shadow: none;
}

.modal-service-1 &gt; .modal-dialog &gt; .modal-content &gt; .modal-body {
    font-family: "Museo Sans Cyrl 100", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 1.1rem;
    letter-spacing: 0;
    line-height: 1.2rem;
    border: 0;
}

.modal-service-1 &gt; .modal-dialog.modal-lg &gt; .modal-content &gt; .modal-body {
    height: 55vh;
    overflow-y: auto;
    padding: 0 3rem;
}

.modal-service-1 &gt; .modal-dialog.modal-h-auto &gt; .modal-content &gt; .modal-body {
    height: unset;
}

.modal-service-1 &gt; .modal-dialog &gt; .modal-content &gt; .modal-footer {
    border: 0;
}

.logo-big-wrapper.logo-wrapper-style-2 {
    justify-content: left;
}

.logo-big-wrapper.logo-wrapper-style-2 &gt; .logo-image {
    width: 170px;
    height: 170px;
}

.logo-big-wrapper.logo-wrapper-style-2 &gt; .logo-text {
    font-family: "Museo Sans Cyrl 500", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 2rem;
    letter-spacing: .1rem;
    line-height: 2rem;
}

@media (max-width: 568px) {
    .logo-big-wrapper.logo-wrapper-style-2 {
        justify-content: left;
    }

    .logo-big-wrapper.logo-wrapper-style-2 &gt; .logo-image {
        width: 100%;
        height: 170px;
    }

    .logo-big-wrapper.logo-wrapper-style-2 &gt; .logo-text {
        text-align: left;
        font-size: 1.5rem;
        line-height: 1.5rem;
    }
}

.left_menu-toggle-btn {
    width: 60px;
    height: 50px;
    display: block;
    position: absolute;
    z-index: 19;
    top: 34px;
    right: 16px;
    background: url("../images/left_menu-toggle-btn.png") no-repeat center center;
    background-size: 50%;
}

.left_menu-toggle-btn:hover, .left_menu-toggle-btn:active, .left_menu-toggle-btn:focus {
    filter: none;
}

@keyframes left-menu-hide-animation-1 {
    0% {
        width: 430px;
        padding: 1rem 0;
    }
    100% {
        width: 0;
        padding: 0;
    }
}

@keyframes left-menu-hide-animation-2 {
    0% {
        width: 100%;
        padding: 1rem 0;
    }
    100% {
        width: 0;
        padding: 0;
    }
}

@keyframes left-menu-show-animation-1 {
    0% {
        width: 0;
    }
    100% {
        width: 430px;
        padding: 1rem;
    }
}

@keyframes left-menu-show-animation-2 {
    0% {
        width: 0;
        padding: 0;
    }
    100% {
        width: 100%;
        padding: 1rem 0;
    }
}

.left_menu {
    display: block;
    z-index: 20;
    position: fixed;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: rgba(0, 28, 68, .9);
    padding: 0;
    overflow: hidden;
}

.left_menu &gt; div {
    min-width: 430px;
}

@media (max-width: 568px) {
    .left_menu {
        padding: 1rem 0;
    }
}

.left_menu-close {
    display: block;
    position: absolute;
    z-index: 10;
    right: 1rem;
    top: 1rem;
    font-family: "Museo Sans Cyrl 500", sans-serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: .1rem;
    line-height: 2rem;
    font-size: 2rem;
}

.left_menu-nav {
    position: relative;
    font-family: "Museo Sans Cyrl 500", sans-serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: .1rem;
    line-height: 1.5rem;
    font-size: 1.5rem;
    text-transform: uppercase;
}

.left_menu-nav &gt; .nav-item {
    position: relative;
    margin-top: 2rem;
    color: #FFF;
}

@media (max-width: 568px) {
    .left_menu-nav &gt; .nav-item {
        margin-top: 0;
    }
    .left_menu-nav &gt; .nav-item:first-child {
        margin-top: 2rem;
    }
}

.left_menu-footer {
    position: relative;
    border-top: 1px solid #004E93;
    display: block;
    width: 100%;
    margin-top: 4rem;
    padding: 1rem;
    font-family: "Museo Sans Cyrl 100", sans-serif;
    font-weight: 200;
    font-style: normal;
    line-height: .9rem;
    font-size: .9rem;
    color: #FFF;
}

.left_menu-copyright {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 1rem 1rem 1rem;
    font-family: "Museo Sans Cyrl 100", sans-serif;
    font-weight: 200;
    font-style: normal;
    line-height: .9rem;
    font-size: .9rem;
    color: #0081da;
}

#header-section {
    z-index: 19;
}

#header-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(rgba(0, 28, 68, .5) 0%, rgba(0, 0, 0, 0)); */
    background: rgba(0, 28, 68, 1);
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

#header-section:hover:before {
    opacity: 1;
}

#header-section &gt; .container-fluid {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 0;
    z-index: 19;
}

#header-section &gt; .left_menu-toggle-btn {
    -webkit-transition: all 3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 1;
}

#header-section:hover &gt; .container-fluid {
    opacity: 1;
    visibility: visible;
}

#header-section:hover &gt; .left_menu-toggle-btn {
    opacity: 0;
    visibility: hidden;
}

#header-section.visible &gt; .container-fluid {
    opacity: 1;
    visibility: visible;
}

#header-section.visible &gt; .left_menu-toggle-btn {
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 992px) {

    #header-section &gt; .left_menu-toggle-btn {
        opacity: 1 !important;
        visibility: visible !important;
        top: 16px;
        right: 4px;
    }

    #header-section.active &gt; .left_menu-toggle-btn {
        opacity: 0 !important;
        visibility: hidden !important;
    }

}

#header-section .logo-wrapper-dummy.hidden {
    height: unset;
}

@keyframes header-section-top_menu-animation-1 {
    0% {
        -webkit-transform: translate3d(0, -140px, 0);
        -moz-transform: translate3d(0, -140px, 0);
        -ms-transform: translate3d(0, -140px, 0);
        -o-transform: translate3d(0, -140px, 0);
        transform: translate3d(0, -140px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes header-section-top_menu-animation-1 {
    0% {
        -webkit-transform: translate3d(0, -140px, 0);
        -moz-transform: translate3d(0, -140px, 0);
        -ms-transform: translate3d(0, -140px, 0);
        -o-transform: translate3d(0, -140px, 0);
        transform: translate3d(0, -140px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes header-section-top_menu-animation-1 {
    0% {
        -webkit-transform: translate3d(0, -140px, 0);
        -moz-transform: translate3d(0, -140px, 0);
        -ms-transform: translate3d(0, -140px, 0);
        -o-transform: translate3d(0, -140px, 0);
        transform: translate3d(0, -140px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-o-keyframes header-section-top_menu-animation-1 {
    0% {
        -webkit-transform: translate3d(0, -140px, 0);
        -moz-transform: translate3d(0, -140px, 0);
        -ms-transform: translate3d(0, -140px, 0);
        -o-transform: translate3d(0, -140px, 0);
        transform: translate3d(0, -140px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes header-section-top_menu-lang-animation-1 {
    0% {
        -webkit-transform: translate3d(200px, 0, 0);
        -moz-transform: translate3d(200px, 0, 0);
        -ms-transform: translate3d(200px, 0, 0);
        -o-transform: translate3d(200px, 0, 0);
        transform: translate3d(200px, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes header-section-top_menu-lang-animation-1 {
    0% {
        -webkit-transform: translate3d(200px, 0, 0);
        -moz-transform: translate3d(200px, 0, 0);
        -ms-transform: translate3d(200px, 0, 0);
        -o-transform: translate3d(200px, 0, 0);
        transform: translate3d(200px, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes header-section-top_menu-lang-animation-1 {
    0% {
        -webkit-transform: translate3d(200px, 0, 0);
        -moz-transform: translate3d(200px, 0, 0);
        -ms-transform: translate3d(200px, 0, 0);
        -o-transform: translate3d(200px, 0, 0);
        transform: translate3d(200px, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-o-keyframes header-section-top_menu-lang-animation-1 {
    0% {
        -webkit-transform: translate3d(200px, 0, 0);
        -moz-transform: translate3d(200px, 0, 0);
        -ms-transform: translate3d(200px, 0, 0);
        -o-transform: translate3d(200px, 0, 0);
        transform: translate3d(200px, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes header-section-top_menu-logo-animation-1 {
    0% {
        -webkit-transform: translate3d(-200px, 0, 0);
        -moz-transform: translate3d(-200px, 0, 0);
        -ms-transform: translate3d(-200px, 0, 0);
        -o-transform: translate3d(-200px, 0, 0);
        transform: translate3d(-200px, 0, 0);
        opacity: 0;
    }
    25% {
        opacity: 0;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-moz-keyframes header-section-top_menu-logo-animation-1 {
    0% {
        -webkit-transform: translate3d(-200px, 0, 0);
        -moz-transform: translate3d(-200px, 0, 0);
        -ms-transform: translate3d(-200px, 0, 0);
        -o-transform: translate3d(-200px, 0, 0);
        transform: translate3d(-200px, 0, 0);
        opacity: 0;
    }
    25% {
        opacity: 0;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes header-section-top_menu-logo-animation-1 {
    0% {
        -webkit-transform: translate3d(-200px, 0, 0);
        -moz-transform: translate3d(-200px, 0, 0);
        -ms-transform: translate3d(-200px, 0, 0);
        -o-transform: translate3d(-200px, 0, 0);
        transform: translate3d(-200px, 0, 0);
        opacity: 0;
    }
    25% {
        opacity: 0;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-o-keyframes header-section-top_menu-logo-animation-1 {
    0% {
        -webkit-transform: translate3d(-200px, 0, 0);
        -moz-transform: translate3d(-200px, 0, 0);
        -ms-transform: translate3d(-200px, 0, 0);
        -o-transform: translate3d(-200px, 0, 0);
        transform: translate3d(-200px, 0, 0);
        opacity: 0;
    }
    25% {
        opacity: 0;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

#header-section.visible &gt; .container-fluid &gt; .row &gt; div:nth-child(2) {
    position: relative;
    -webkit-transform: translate3d(0, -140px, 0);
    -moz-transform: translate3d(0, -140px, 0);
    -ms-transform: translate3d(0, -140px, 0);
    -o-transform: translate3d(0, -140px, 0);
    transform: translate3d(0, -140px, 0);
}

#header-section.visible &gt; .container-fluid &gt; .row &gt; div:nth-child(3) {
    position: relative;
    -webkit-transform: translate3d(200px, 0, 0);
    -moz-transform: translate3d(200px, 0, 0);
    -ms-transform: translate3d(200px, 0, 0);
    -o-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
}

#header-section.visible.animation-enabled &gt; .container-fluid &gt; .row &gt; div:nth-child(2) {
    -webkit-animation: header-section-top_menu-animation-1 1s 1;
    -o-animation: header-section-top_menu-animation-1 1s 1;
    animation: header-section-top_menu-animation-1 1s 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

#header-section.visible.animation-enabled &gt; .container-fluid &gt; .row &gt; div:nth-child(3) {
    -webkit-animation: header-section-top_menu-lang-animation-1 1s 1;
    -o-animation: header-section-top_menu-lang-animation-1 1s 1;
    animation: header-section-top_menu-lang-animation-1 1s 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

#header-section.visible &gt; .container-fluid &gt; .row &gt; div:nth-child(1) #top_logo &gt; .logo-image {
    opacity: 1;
    position: relative;
    -webkit-transform: translate3d(-200px, 0, 0);
    -moz-transform: translate3d(-200px, 0, 0);
    -ms-transform: translate3d(-200px, 0, 0);
    -o-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
}

#header-section.visible &gt; .container-fluid &gt; .row &gt; div:nth-child(1) #top_logo &gt; .logo-text {
    position: relative;
    -webkit-transform: translate3d(-200px, 0, 0);
    -moz-transform: translate3d(-200px, 0, 0);
    -ms-transform: translate3d(-200px, 0, 0);
    -o-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
    opacity: 0;
}

#header-section.visible.animation-enabled &gt; .container-fluid &gt; .row &gt; div:nth-child(1) #top_logo &gt; .logo-image {
    position: relative;
    -webkit-transform: translate3d(-200px, 0, 0);
    -moz-transform: translate3d(-200px, 0, 0);
    -ms-transform: translate3d(-200px, 0, 0);
    -o-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
    -webkit-animation: header-section-top_menu-logo-animation-1 1s 1;
    -o-animation: header-section-top_menu-logo-animation-1 1s 1;
    animation: header-section-top_menu-logo-animation-1 1s 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
}

#header-section.visible.animation-enabled &gt; .container-fluid &gt; .row &gt; div:nth-child(1) #top_logo &gt; .logo-text {
    position: relative;
    -webkit-transform: translate3d(-200px, 0, 0);
    -moz-transform: translate3d(-200px, 0, 0);
    -ms-transform: translate3d(-200px, 0, 0);
    -o-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
    -webkit-animation: header-section-top_menu-logo-animation-1 1s 1;
    -o-animation: header-section-top_menu-logo-animation-1 1s 1;
    animation: header-section-top_menu-logo-animation-1 1s 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
}

#header-section:hover &gt; .container-fluid &gt; .row &gt; div:nth-child(2) {
    position: relative;
    -webkit-transform: translate3d(0, -140px, 0);
    -moz-transform: translate3d(0, -140px, 0);
    -ms-transform: translate3d(0, -140px, 0);
    -o-transform: translate3d(0, -140px, 0);
    transform: translate3d(0, -140px, 0);
    -webkit-animation: header-section-top_menu-animation-1 .5s 1;
    -o-animation: header-section-top_menu-animation-1 .5s 1;
    animation: header-section-top_menu-animation-1 .5s 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

#header-section:hover &gt; .container-fluid &gt; .row &gt; div:nth-child(3) {
    position: relative;
    -webkit-transform: translate3d(200px, 0, 0);
    -moz-transform: translate3d(200px, 0, 0);
    -ms-transform: translate3d(200px, 0, 0);
    -o-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
    -webkit-animation: header-section-top_menu-lang-animation-1 .5s 1;
    -o-animation: header-section-top_menu-lang-animation-1 .5s 1;
    animation: header-section-top_menu-lang-animation-1 .5s 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.form-control {
    color: #000 !important;
}

.rvh-100 {
    height: 100vh !important;
}

@media (max-width: 568px) {
    .rvh-100 {
        height: 100% !important;
    }
}

.section-text-7 {
    font-size: 1.1rem;
    line-height: 1.1rem;
    font-family: "Museo Sans Cyrl 700", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #000;
}

.section-text-8 {
    font-size: 1rem;
    line-height: 1rem;
    font-family: "Museo Sans Cyrl 500", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #000;
}

.section-text-9 {
    font-size: 1.1rem;
    line-height: 1.1rem;
    font-family: "Museo Sans Cyrl 700", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #FFF;
}

.section-text-10 {
    font-size: 1rem;
    line-height: 1rem;
    font-family: "Museo Sans Cyrl 500", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #FFF;
}

@media (min-width: 769px) {
    .modal-content.horizontal-icon {
        padding-left: 100px;
        padding-bottom: 3rem;
    }
    .modal-content.horizontal-icon &gt; .modal-service-1-picture {
        left: 20px;
        right: unset;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .modal-content.horizontal-icon &gt; .modal-header &gt; .modal-title {
        text-align: left !important;
        padding-left: 2rem;
        padding-top: 3rem;
    }
}

@media (max-width: 768px) {
    .modal-content.horizontal-icon &gt; .modal-header.no-header-picture {
        padding-top: 150px !important;
    }
}

.modal-open {
    padding-right: 0 !important;
}

.modal-open &gt; * {
    overflow: hidden !important;
}

#parallax-1 {
    height: 320vh;
    width: 100vw;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-wrapper-1 {
    position: absolute;
    top: 0;
    padding-top: 10rem;
    padding-bottom: 5rem;
    width: 100%;
    background: rgba(0, 28, 68, .7);
    height: 320vh;
}

@media (max-width: 992px) {
    #parallax-1 {
        height: 500vmin;
    }

    .main-wrapper-1 {
        height: 500vmin;
    }
}

@media (max-width: 568px) {
    #parallax-1 {
        height: 3000px;
    }

    .main-wrapper-1 {
        height: 3000px;
    }
}

.section-1-wrapper {
    margin-top: 4rem;
}

.section-1-wrapper &gt; div {
    padding: 1.5rem 2rem;
}

.section-1-wrapper &gt; div:nth-child(odd) {
    color: #FFF;
    font-size: 1rem;
    line-height: 1rem;
    font-family: "Museo Sans Cyrl 100", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.section-1-wrapper &gt; div:nth-child(even) {
    color: #FFF;
    font-size: 1rem;
    line-height: 1rem;
    font-family: "Museo Sans Cyrl 500", sans-serif;
    font-weight: normal;
    font-style: normal;
    border-left: 2px solid #FFF;
}

@media (max-width: 992px){
    .section-1-wrapper &gt; div:nth-child(even) {
        border-left: 0;
        border-top: 2px solid #FFF;
    }
}

@media (max-width: 768px) {

    .section-1-wrapper &gt; div:nth-child(odd) {
        padding: 0 2rem .5rem 2rem;
    }

    .section-1-wrapper &gt; div:nth-child(even) {
        padding: 0 2rem 1rem 2rem;
    }

}

.section-1-country-1 {
    background: url("../images/country-1.png") no-repeat left top;
    -webkit-background-size: contain;
    background-size: contain;
    width: 13rem;
    height: 12rem;
    position: relative;
}

.section-1-country-1 &gt; .company-logo-1 {
    background: url("../images/company-logo-6.png") no-repeat center center;
    width: 6rem;
    height: 3rem;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    right: -.5rem;
    top: 1.8rem;
}

.section-1-country-1 &gt; .nav {
    position: absolute;
    bottom: .5rem;
    left: 0;
    font-size: 1rem;
    line-height: 1.4rem;
    font-family: "Museo Sans Cyrl 500", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #FFF;
}

.section-1-country-2 {
    background: url("../images/country-2.png") no-repeat left top;
    -webkit-background-size: contain;
    background-size: contain;
    width: 13rem;
    height: 12rem;
    position: relative;
}

.section-1-country-2 &gt; .nav {
    position: absolute;
    bottom: .5rem;
    left: 0;
    font-size: 1rem;
    line-height: 1.4rem;
    font-family: "Museo Sans Cyrl 500", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #FFF;
}

.section-1-country-3 {
    background: url("../images/country-3.png") no-repeat left top;
    -webkit-background-size: contain;
    background-size: contain;
    width: 16rem;
    height: 16rem;
    position: relative;
}

.section-1-country-3 &gt; .nav {
    position: absolute;
    top: .5rem;
    left: 0;
    font-size: 1rem;
    line-height: 1.4rem;
    font-family: "Museo Sans Cyrl 500", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #FFF;
}

.section-1-icon-1 {
    background: url("../images/icon-1.png") no-repeat center center;
    -webkit-background-size: contain;
    background-size: contain;
    width: 16rem;
    height: 8rem;
    position: relative;
}

.section-1-icon-2 {
    background: url("../images/icon-2.png") no-repeat center center;
    -webkit-background-size: contain;
    background-size: contain;
    width: 16rem;
    height: 10rem;
    position: relative;
}

.section-1-icon-3 {
    background: url("../images/icon-3.png") no-repeat center center;
    -webkit-background-size: contain;
    background-size: contain;
    width: 16rem;
    height: 10rem;
    position: relative;
}

.section-text-12 {
    font-size: 1rem;
    line-height: 1.4rem;
    font-family: "Museo Sans Cyrl 300", sans-serif;
    font-weight: normal;
    font-style: normal;
}

.section-1-wrapper .link-btn-1 {
    font-size: 1rem;
}

@keyframes main-wrapper-1-content-1-animation-1 {
    0% {
        -webkit-transform: translate3d(300px, 0, 0);
        -moz-transform: translate3d(300px, 0, 0);
        -ms-transform: translate3d(300px, 0, 0);
        -o-transform: translate3d(300px, 0, 0);
        transform: translate3d(300px, 0, 0);
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes main-wrapper-1-content-1-animation-1 {
    0% {
        -webkit-transform: translate3d(300px, 0, 0);
        -moz-transform: translate3d(300px, 0, 0);
        -ms-transform: translate3d(300px, 0, 0);
        -o-transform: translate3d(300px, 0, 0);
        transform: translate3d(300px, 0, 0);
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes main-wrapper-1-content-1-animation-1 {
    0% {
        -webkit-transform: translate3d(300px, 0, 0);
        -moz-transform: translate3d(300px, 0, 0);
        -ms-transform: translate3d(300px, 0, 0);
        -o-transform: translate3d(300px, 0, 0);
        transform: translate3d(300px, 0, 0);
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-o-keyframes main-wrapper-1-content-1-animation-1 {
    0% {
        -webkit-transform: translate3d(300px, 0, 0);
        -moz-transform: translate3d(300px, 0, 0);
        -ms-transform: translate3d(300px, 0, 0);
        -o-transform: translate3d(300px, 0, 0);
        transform: translate3d(300px, 0, 0);
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes main-wrapper-1-content-2-animation-1 {
    0% {
        -webkit-transform: translate3d(-300px, 0, 0);
        -moz-transform: translate3d(-300px, 0, 0);
        -ms-transform: translate3d(-300px, 0, 0);
        -o-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0);
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes main-wrapper-1-content-2-animation-1 {
    0% {
        -webkit-transform: translate3d(-300px, 0, 0);
        -moz-transform: translate3d(-300px, 0, 0);
        -ms-transform: translate3d(-300px, 0, 0);
        -o-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0);
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes main-wrapper-1-content-2-animation-1 {
    0% {
        -webkit-transform: translate3d(-300px, 0, 0);
        -moz-transform: translate3d(-300px, 0, 0);
        -ms-transform: translate3d(-300px, 0, 0);
        -o-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0);
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-o-keyframes main-wrapper-1-content-2-animation-1 {
    0% {
        -webkit-transform: translate3d(-300px, 0, 0);
        -moz-transform: translate3d(-300px, 0, 0);
        -ms-transform: translate3d(-300px, 0, 0);
        -o-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0);
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.main-wrapper-1 .main-wrapper-1-content-1 {
    overflow: hidden;
    -webkit-transform: translate3d(300px, 0, 0);
    -moz-transform: translate3d(300px, 0, 0);
    -ms-transform: translate3d(300px, 0, 0);
    -o-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
    opacity: 0;
}

.main-wrapper-1.animation-enabled .main-wrapper-1-content-1 {
    -webkit-animation: main-wrapper-1-content-1-animation-1 2s 1;
    -o-animation: main-wrapper-1-content-1-animation-1 2s 1;
    animation: main-wrapper-1-content-1-animation-1 2s 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.main-wrapper-1 .main-wrapper-1-content-2 {
    overflow: hidden;
    -webkit-transform: translate3d(-300px, 0, 0);
    -moz-transform: translate3d(-300px, 0, 0);
    -ms-transform: translate3d(-300px, 0, 0);
    -o-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
    opacity: 0;
}

.main-wrapper-1.animation-enabled .main-wrapper-1-content-2 {
    -webkit-animation: main-wrapper-1-content-2-animation-1 1s 1s;
    -o-animation: main-wrapper-1-content-2-animation-1 1s 1s;
    animation: main-wrapper-1-content-2-animation-1 1s 1s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}</pre></body></html>