@import 'tools.css';
@import 'login.css';
@import 'alert.css';
@import 'buttons.css';
@import 'table.css';
@import 'input.css';
@import 'forms.css';
@import 'calculator.css';
@import 'modal.css';
@import 'mobileMenu.css';
@import 'user-webftp.css';
@import 'drop-down-menu.css';
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root {
    /* ---- */
    --cmyk-1: #e6007e;
    --cmyk-1-light: #FF0A91;
    --cmyk-1-rgb: 255, 10, 145;
    --cmyk-2: #009FE3;
    --cmyk-2-rgb: 0, 159, 227;
    --cmyk-3: #FFED00;
    --cmyk-3-rgb: 255, 237, 0;
    /* ---- */
    --main-0: #132863;
    --main-0-rgb: 19, 40, 99;
    --main-1: #183177;
    --main-1-rgb: 24, 49, 119;
    --main-2: #1C3887;
    --main-2-rgb: 28, 56, 135;
    --main-3: #20409A;
    --main-3-rgb: 32, 64, 154;
    --main-4: #2347A9;
    --main-4-rgb: 35, 71, 169;
    --main-5: #164cdc;
    --main-5-rgb: 22, 76, 220;
    /* --- */
    --gray-0: #B8B8B8;
    --gray-0-rgb: 184, 184, 184;
    --gray-1: #E0E0E0;
    --gray-1-rgb: 199, 199, 199;
    --gray-2: #EBEBEB;
    --gray-2-rgb: 235, 235, 235;
    --gray-3: #F6F6F6;
    --gray-3-rgb: 246, 246, 246;
    /* --- */
    --green-0: #129D26;
    --green-0-rgb: 18, 157, 38;
    /* ---- */
    --white: #FFF;
    --white-rgb: 255, 255, 255;
    /* ---- */
    --green-1: #0C8906;
    --green-1-rgb: 12, 137, 6;
    --green-2: #0E9D07;
    --green-2-rgb: 14, 157, 7;
    --green-3: #10B007;
    --green-3-rgb: 16, 176, 7;
    --green-5-rgb: 6, 36, 4;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Open Sans", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-variation-settings:
        "wdth"100;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    overflow-y: scroll;
    transition: none;
    overflow-x: hidden;
    font-weight: 400;
    background-image: url('../img/bg.svg');
    background-size: contain;
    background-attachment: fixed;
    background-position: right bottom;
    background-repeat: no-repeat;
}

a {
    text-decoration: none;
    color: #000;
    transition: opacity 0.3sease-in-out;
}

a:hover {
    text-decoration: none;
}

p {
    display: block;
}

p a:hover,
p a {
    text-decoration: underline;
}

a.underline:hover,
.underline:hover {
    text-decoration: underline;
}

h3 {
    margin: 0 0 20px 0;
    font-size: 23px;
}

h4 {
    margin: 0 0 10px 0;
    font-size: 19px;
}

p {
    margin: 0 0 20px 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 160%;
}

p:last-child {
    margin: 0 0 0px 0;
}

ul {
    margin-left: 20px;
}

ul li {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 150%;
}

i.xxl {
    font-size: 28px
}

i.xxxl {
    font-size: 38px
}

.stick {
    position: sticky;
    display: inline-block;
    top: 120px;
    width: 100%;
}

i.white {
    color: #fff;
}

.main-page img {
    border-radius: 4px;
}

.small-fonts {
    font-size: 12px;
    color: #b3b3b3;
}

.image-style-side {
    float: right !important;
    margin: 0 0 20px 20px !important;
    max-width: 400px !important;
}

.image-style-align-left {
    float: left !important;
    margin: 0 20px 20px 0 !important;
    max-width: 400px !important;
}

.image-style-align-center {
    margin: 0 auto 20px auto;
    max-width: 70% !important;
}

@media (max-width: 700px) {

    .image-style-align-left,
    .image-style-side {
        float: none !important;
        margin: 0 0 20px 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    figure img {
        width: 100% !important;
        max-width: 100% !important;
    }

    .image-style-align-center {
        margin: 0 auto 20px auto;
        max-width: 70% !important;
    }
}

.image {
    margin: 0 auto 20px auto;
}

.box-s {
    padding: 4px;
    border: 1px dashed var(--gray-1);
    border-radius: 4px;
    background-color: #fff;
}

.video-s {
    margin-bottom: 20px;
}

@media (max-width: 1240px) {
    .video-s {
        margin-bottom: 10px;
    }
}

.video {
    position: relative;
    overflow: hidden;
}

.bg-video {
    width: 100%;
    position: relative;
    z-index: -1;
    background-size: cover;
}

.video-layer {
    background-color: rgba(32, 64, 154, 0.9);
    backdrop-filter: blur(0px);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.video-layer-green {
    background-color: rgba(2, 67, 0, 0.8);
    backdrop-filter: blur(0px);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.video-layer-home {
    background-color: rgba(32, 64, 154, 0.2);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.alphabets {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20px, auto));
    gap: 10px;
    justify-content: left;
    margin-bottom: 40px;
}

@media (max-width: 1740px) {
    .alphabets {
        grid-template-columns: repeat(auto-fit, minmax(60px, auto));
        gap: 10px;
    }
}

.alphabets a.button-small {
    border: 0;
    min-height: 60px;
    min-width: 60px;
    padding: 10px;
    background-color: var(--main-3);
    color: #fff;
    border-radius: 4px;
    font-weight: 400;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-404 {
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    font-size: 76px;
    font-weight: bold;
}

.alphabets a.button-small.active,
.alphabets a.button-small:hover {
    background-color: var(--cmyk-1);
}

.separator-home {
    height: 10px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    position: fixed;
    bottom: 0px;
    z-index: 40;
}

.separator {
    height: 10px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    position: relative;
    z-index: 40;
}

.separator-home .separator-a,
.separator .separator-a {
    background-color: #009FE3;
}

.separator-home .separator-b,
.separator .separator-b {
    background-color: #E6007E;
}

.separator-home .separator-c,
.separator .separator-c {
    background-color: #FFED00;
}

@media (max-width: 1240px) {}

.bar-top {
    background-color: #1c3782;
    border-bottom: 1px solid var(--main-1);
    height: 90px;
    width: 100%;
    z-index: 70;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 0 20px 0 220px;
    position: fixed;
    top: 0;
}

.bar-top .bar-top-lang a {
    color: #fff;
    display: flex;
    align-items: center;
    padding: 10px 40px;
    border: 1px solid var(--main-2);
    height: 70px;
}

.bar-top .bar-top-lang a.active,
.bar-top .bar-top-lang a:hover {
    display: flex;
    background-color: var(--cmyk-1);
    border: 1px solid rgba(var(--white-rgb), 0.1);
}

.bar-top-user {
    display: flex;
    align-items: center;
}

.bar-top-login {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bar-top-login i {
    font-size: 22px;
}

.bar-top-login-username {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 20px;
}

.bar-top-login-username-small {
    font-size: 12px;
}

a.bar-top-button {
    display: flex;
    background-color: var(--cmyk-1);
    color: #fff;
    height: 70px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    padding: 0 20px;
}

a.bar-top-button:hover {
    background-color: var(--cmyk-1-light);
}

i.m {
    font-size: 24px;
}

.bar-left-logo {
    display: flex;
    align-items: center;
    min-height: 90px;
}

.menu-category {
    position: absolute;
    z-index: 9;
    padding: 20px 120px 40px 120px;
    box-sizing: border-box;
    width: 100%;
    bottom: 0px;
}

@media (max-width: 1840px) {
    .menu-category {
        padding: 20px 20px 20px 20px;
    }
}

.menu-category h3 {
    color: #fff;
    font-weight: bold;
    font-size: 32px;
    margin: 0 0 0px 0;
}

.menu-category .button {
    border: 0;
    height: 50px;
    padding: 0 0px;
    margin: 10px 0 0 0;
    background-color: #fff;
    color: #000;
    border-radius: 4px;
    font-weight: 400;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    overflow: hidden;
}

.menu-category .button .ico {
    width: 50px;
    height: 50px;
    background-color: var(--cmyk-1);
    border-right: 1px solid var(--cmyk-1);
    color: #fff;
    display: flex;
    font-size: 22px;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.menu-category .button:hover .ico {
    width: 50px;
    height: 50px;
    background-color: var(--cmyk-1);
    border-right: 1px dashed rgba(var(--white-rgb), 0.4);
    color: #fff;
    display: flex;
    font-size: 22px;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.menu-category .button.active {
    background-color: var(--cmyk-1);
    text-decoration: none;
    cursor: pointer;
    color: #fff;
}

.menu-category .button.active .ico {
    border-right: 1px dashed rgba(var(--white-rgb), 0.4);
}

.menu-category .button:hover {
    background-color: var(--cmyk-1);
    border-right: 1px dashed rgba(var(--white-rgb), 0.4);
    color: #fff;
}

.main-sub-menu-video {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.bar-left {
    left: 0;
    top: 0;
    position: sticky;
    z-index: 80;
    width: 200px;
    background-color: var(--main-3);
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
    font-weight: 400;
}

.bar-left-menu {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.bar-left-menu a img {
    margin: 0 0 10px 0;
}

.bar-left-menu a.left-menu {
    display: flex;
    padding: 20px 10px;
    border-radius: 4px;
    margin: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    cursor: pointer;
    width: 160px;
    height: 120px;
}

.bar-left-menu a.left-menu:hover,
.bar-left-menu a.left-menu.active:hover,
.bar-left-menu a.left-menu.active {
    display: flex;
    background-color: var(--cmyk-1);
}

.bar-left-menu a.left-menu-green {
    display: flex;
    padding: 20px 10px;
    border-radius: 4px;
    margin: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    cursor: pointer;
    width: 160px;
    height: 120px;
}

.bar-left-menu a.left-menu-green:hover,
.bar-left-menu a.left-menu-green.active:hover,
.bar-left-menu a.left-menu-green.active {
    display: flex;
    background-color: var(--green-2);
}

.bar-left-menu a.loggedin {
    border: 1px solid rgba(var(--green-0-rgb), 0.1);
    background-color: var(--green-0);
    ;
}

.bar-left-menu-desc {
    font-size: 12px;
}

@keyframes fadeinico {
    from {
        opacity: 0.5;
    }

    to {
        opacity: 1;
    }
}

.page {
    display: grid;
    grid-template-columns: 200px auto;
}

.page-right {
    margin: 90px 0 0 0;
}

.footer {
    position: relative;
    background-color: #0f0f0f;
    color: #bababa;
    text-align: center;
    font-size: 13px;
    padding: 20px;
    z-index: 40;
}

.video-js {
    width: 500px;
}

.footer a {
    color: #bababa;
}

.footer a:hover {
    color: #fff;
}

.footer h3 {
    font-size: 22px;
    font-weight: normal;
}

#status {
    font-size: 14px;
}

.fade {
    animation: fadein 0s;
    -moz-animation: fadein 0s;
    -webkit-animation: fadein 0s;
    -o-animation: fadein 0s;
}

@keyframes fadein {
    from {
        opacity: 1;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {

    /* Firefox */
    from {
        opacity: 0.2;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {

    /* Safari and Chrome */
    from {
        opacity: 0.2;
        transform: scale(0.2);
    }

    to {
        opacity: 1;
        transform: scale(0.9);
    }
}

@-o-keyframes fadein {

    /* Opera */
    from {
        opacity: 0.2;
    }

    to {
        opacity: 1;
    }
}

.contact-grid-4 {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(4, 1fr);
}

.typebinding-grid-2 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
}

.transport-grid-2 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 60% 40%;
    max-width: 100vw;
    overflow: hidden;
    box-sizing: border-box;
}

.transport-grid-3 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 20% 80%;
    max-width: 100vw;
    overflow: hidden;
    box-sizing: border-box;
}

.video-name {
    font-size: 13px;
}

.contact-photo {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 20px 10px;
}

.contact-photo img {
    margin: 0 0 20px 0;
}

.contact-name {
    font-size: 19px;
    font-weight: 600;
    margin: 0 0 5px 0;
}

.contact-email {}

.contact-email a:hover {
    text-decoration: underline;
}

.main {}

.modal-box .table-row-pop:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-radius: 0px;
    border-bottom: none;
    ;
}

.user-page {
    padding: 180px 120px 120px 120px;
    box-sizing: border-box;
    width: 100%;
    min-height: 500px;
}

.user-col {
    display: grid;
    grid-gap: 60px;
    grid-template-columns: 230px 1fr;
}

.offer-page {
    display: grid;
    grid-gap: 60px;
    grid-template-columns: 400px 1fr;
}

.offer-page-menu {
    display: grid;
    grid-template-columns: repeat(2, 200px);
    gap: 20px;
}

.main-page {
    padding: 40px 120px 60px 120px;
    box-sizing: border-box;
    width: 100%;
    min-height: 100vh;
}

@media (max-width: 1840px) {
    .main-page {
        padding: 20px 20px 100px 20px;
        box-sizing: border-box;
        min-height: auto;
    }
}

.main-page-menu {
    display: flex;
    flex-direction: column;
}

.main-page-2col {
    display: grid;
    grid-gap: 60px;
    grid-template-columns: 230px 1fr;
}

@media (max-width: 1840px) {
    .main-page-2col {
        display: grid;
        grid-gap: 20px;
        grid-template-columns: 230px 1fr;
    }
}

@media (max-width: 1240px) {
    .main-page-2col {
        display: grid;
        grid-template-columns: 1fr;
    }
}

.main-page-2coll {
    display: grid;
    grid-gap: 60px;
    grid-template-columns: 1fr minmax(auto, 500px);
}

@media (max-width: 1840px) {
    .main-page-2coll {
        grid-gap: 20px;
    }
}

@media (max-width: 1240px) {
    .main-page-2coll {
        display: grid;
        grid-gap: 40px;
        grid-template-columns: 1fr minmax(300px, 500px);
    }
}

@media (max-width: 900px) {
    .main-page-2coll {
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }
}

.main-page-home {
    box-sizing: border-box;
    width: 100%;
    height: 99vh;
}

.main-banner {
    width: 100%;
    height: 274px;
    overflow: hidden;
    position: relative;
    margin-top: 90px;
    border-bottom: 1px solid var(--main-1);
}

.main-banner img {
    width: 100%;
    background-size: contain;
}

.main-banner-small {
    width: 100%;
    height: 124px;
    overflow: hidden;
    position: relative;
    margin-top: 90px;
    border-bottom: 1px solid var(--main-1);
}

.main-sub-menu {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    padding: 0 0 80px 0;
}

.main-sub-menu-year {
    position: fixed;
    bottom: 0;
    left: 201;
    z-index: 9;
    background-color: var(--cmyk-2);
    width: 100%;
}

.main-sub-menu-year a {
    padding: 4px;
    margin: 1px;
    background-color: var(--cmyk-2);
}

.main-sub-menu-year a:hover {
    border-radius: 2px;
    margin: 1px;
    background-color: var(--cmyk-1);
}

.main-sub-menu-timeline {
    display: flex;
    justify-content: flex-start;
}

a.download-row {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 30px 1fr;
    padding: 10px;
    align-items: center;
    border-radius: 4px;
    margin-bottom: 4px;
}

a.download-row:nth-child(even):hover,
a.download-row:nth-child(odd):hover {
    background-color: var(--gray-1);
}

a.download-row:nth-child(odd) {
    background-color: var(--gray-3);
}

a.download-row:nth-child(even) {}

.mobile {
    display: none !important;
}

.desktop {
    display: block;
}

#mobile-menu-row {
    display: none;
}

@media (max-width: 1240px) {

    .main-banner,
    .separator,
    .footer,
    .bar-left,
    .bar-top {
        display: none;
    }

    .page {
        margin: 70px 0 0 0;
        display: grid;
        grid-template-columns: auto;
    }

    .mobile {
        display: block !important;
    }

    .desktop {
        display: none !important;
    }

    #mobile-menu-row {
        height: 79px;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        display: block;
        position: fixed;
        color: #262626;
        z-index: 99;
    }

    #mobile-menu-row .mobileMenuRow {
        display: flex;
        align-items: center;
        justify-content: space-between;
        z-index: 9;
        position: relative;
        background-color: var(--main-1);
        padding: 10px;
    }

    #mobile-menu-row .show {
        display: block !important;
    }

    #mobile-menu-row .hide {
        display: none !important;
    }
}

img {
    display: flex;
    max-width: 100%;
}

.thumbnails {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

@media (max-width: 1240px) {
    .thumbnails {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
}

@media (max-width: 700px) {
    .thumbnails {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}

.thumbnail {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.thumbnail img {
    width: 100%;
    height: auto;
    cursor: pointer;
}

.img-zoom {
    position: relative;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.img-zoom img {
    position: relative;
    transition: transform .5s ease;
}

.img-zoom img:hover {
    transform: scale(1.05);
    transition: transform .5s ease
}

.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    overflow: hidden;
}

.fullscreen .slides {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease-in-out;
}

.fullscreen .slide {
    flex: 0 0 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fullscreen img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 4px;
}

.fullscreen .close,
.fullscreen .arrow {
    position: absolute;
    background-color: var(--main-2);
    color: #fff;
    border-radius: 4px;
    border: none;
    width: 50px;
    height: 50px;
    cursor: pointer;
    font-size: 28px;
}

.fullscreen .close:hover,
.fullscreen .arrow:hover {
    background-color: var(--main-3);
}

.fullscreen .close {
    top: 20px;
    right: 20px;
}

.fullscreen .arrow {
    top: 50%;
    transform: translateY(-50%);
}

.fullscreen .arrow.prev {
    left: 20px;
    z-index: 999;
}

.fullscreen .arrow.next {
    right: 20px;
    z-index: 999;
}

.menu-left-main {
    display: grid;
    grid-gap: 60px;
    grid-template-columns: 260px 1fr;
}

.menu-left {
    background-color: var(--main-3);
    padding: 10px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
}

.menu-left a {
    padding: 10px;
    border-radius: 4px;
    color: #fff;
}

.menu-left a.active {
    background-color: var(--cmyk-2);
    text-decoration: none;
    cursor: pointer;
}

.menu-left a:hover {
    background-color: var(--cmyk-2);
}

.contact-grid-lc-logo {
    bottom: 10px;
    left: 10px;
    position: absolute;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    justify-content: center;
    align-items: flex-start;
    gap: 50px;
    border-bottom: 1px dashed var(--gray-1);
    margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

@media (max-width: 1240px) {
    .contact-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        margin-top: 20px;
        gap: 50px;
        margin-bottom: 20px;
        padding-bottom: 40px;
    }
}

a.contact-person-action {
    background-color: var(--cmyk-1);
    padding: 10px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

a.contact-person-action:hover {
    background-color: var(--cmyk-2);
}

.contact-separator {
    border-bottom: 1px dashed var(--gray-1);
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
}

.contact-grid-person {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.contact-grid-img {
    width: 200px;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px auto;
    position: relative;
}

.empty-content-list i {
    font-size: 28px;
    margin-bottom: 10px;
}