

@media (max-width: 768px) {

    html, body {
        font-family: 'Volvo Novum';
        background: #ffffff;
        margin: 0;
        /*scroll-behavior: smooth;*/
        overflow-x: hidden;
        color: #1F3A56;
        height: auto;
        min-height: 100vh;
        min-height: -webkit-fill-available;
    }

    *, *:focus {
        outline: none;
    }

    .page-content img {
        width: 100%;
    }

    .page-content p {
        color: #333333;
        opacity: 1;
        font-size: 16px;
        line-height: 1.6;
    }

    details > summary {
        color: #121212;
        color: #0066cc;
        color: #333333;
        font-size: calc(18px * var(--koeff));
        font-weight: 500;
        line-height: 1.8;
        border-top: 0px solid rgba(0,0,0,0.08);
        padding: 10px 30px 10px 0;
        outline: none;
        list-style: none;
        cursor: pointer;
    }


    details > div > p {
        color: #333333;
        opacity: 1;
        font-size: 16px;
        line-height: 1.6;
    }


    details > div > img {
        width: 100%;
    }


    details > div {
        padding-top: 0px;
        padding-bottom: 30px;
        padding-left: 0px;
    }

    details > summary::-webkit-details-marker {
        display: none !important;
    }

    details > summary::marker {
        display: none !important;
    }

    details summary::before {
        content: "+";
        position: absolute;
        right: 0;
        color: #121212;
        color: #F73A2C;
        color: #aaaaaa;
        color: transparent;
        font-size: 20px;
        font-weight: 300;
        line-height: 1;
    }

    details[open] summary::before {
        content: "-";
        position: absolute;
        right: 0;
        color: #121212;
        color: #F73A2C;
        color: #aaaaaa;
        color: transparent;
        font-size: 20px;
        font-weight: 300;
        line-height: 1;
    }




    a {
        text-decoration: none;
    }


    .page-content-container {
        padding-left: 10%;
        padding-right: 10%;
    }


    .breadcrumb {
        font-size: 14px;
    }

    .content-list h1 {
        margin-top: 0;
        margin-bottom: 10px;
        font-weight: 500;
        font-size: 20px;
    }


    .content-list h2 {
        margin-top: 30px;
        margin-bottom: 30px;
        font-weight: 500;
        font-size: 18px;
    }


    .content-list p {
        margin-top: 0;
        margin-bottom: 20px;
        font-weight: 300;
        font-size: 16px;
    }

    .page-content h1 {
        line-height:1.6;
    }

    .page-content h2 {
        margin-top: 30px;
        margin-bottom: 30px;
        font-weight: 500;
        font-size: 16px;
    }


    /* width */
    ::-webkit-scrollbar {
        width: 10px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: #888;
    }

        /* Handle on hover */
        ::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

    /*.h100vh {
        height: -webkit-fill-available;
    }*/



    /*
.preloader {
    position: absolute;
    width: 100%;
    height: 100vh;
    height: -webkit-fill-available;
    top: 0;
    left: 0;
    z-index: 2000;
    background: #282828;
}
*/


    .document-list td:first-child {
        vertical-align: top;
    }

    .document-list td {
        border-top: 1px solid #eeeeee;
        padding: 30px 0 30px 5px;
        line-height: 1.6;
    }

    .preloader-logo {
        /*width: 20vmax;*/
        width: 70px;
    }



    div {
        box-sizing: border-box;
    }

    a, .btn-link {
        color: #0366d6;
    }


        a.social-link {
            color: #dddddd;
            text-decoration: none;
        }

            a.social-link:hover {
                color: #ffffff;
            }




    .btn-primary {
        color: #fff;
        background-color: #1b6ec2;
        border-color: #1861ac;
    }

    .content {
        padding-top: 1.1rem;
    }

    .valid.modified:not([type=checkbox]) {
        outline: 1px solid #26b050;
    }

    .invalid {
        outline: 1px solid red;
    }

    .validation-message {
        color: red;
    }

    #blazor-error-ui {
        background: lightyellow;
        bottom: 0;
        box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
        display: none;
        left: 0;
        padding: 0.6rem 1.25rem 0.7rem 1.25rem;
        position: fixed;
        width: 100%;
        z-index: 1000;
    }

        #blazor-error-ui .dismiss {
            cursor: pointer;
            position: absolute;
            right: 0.75rem;
            top: 0.5rem;
        }



    .navlink {
        display: none;
    }

        .navlink.active {
            display: block;
        }



    .dots-top {
        opacity: 1;
        margin-top: 0px;
        transition: 1s;
    }

    a.dot {
        color: #aaaaaa;
        font-size: 15px;
        margin-right: 15px;
        letter-spacing: 0px;
        font-weight: 400;
        text-decoration: auto;
    }

        a.dot.active {
            color: #ffffff !important;
            /*font-weight: 400 !important;*/
            /* transition-duration: 0.5s;*/
        }

    a.active {
        color: rgba(31, 58, 86, 1) !important;
        opacity: 1;
    }

    .navbar-container {
        display: flex;
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
        height: 55px;
        /*background: #333333;*/
        z-index: 1000;
    }

    .navbar-container-2 {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
        height: 55px;
        /*background: #333333;*/
        z-index: 1000;
        border-top: 0.5px solid #444444;
    }

    .column1 {
        width: 20%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }


    .column2 {
        width: 60%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .column3 {
        width: 20%;
        display: flex;
        flex-direction: row;
        justify-content: right;
        align-items: center;
        color: #dddddd;
        margin-right: 20px;
    }


    .logo {
        width: 120px;
        padding-left: 20px;
        padding-top: 10px;
    }

    .page {
        width: 100%;
        min-height: 100vh;
    }


    .dropdown {
        position: relative;
        display: inline-block;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #333333;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        padding: 12px 16px;
        z-index: 1;
    }

    .dropdown:hover .dropdown-content {
        display: block;
    }

    .dot-active {
        opacity: 1;
    }


    .page-content ul {
    }

    .page-content li {
        font-size: calc(16px * var(--koeff));
        font-weight: 300;
        font-family: 'ProximaNova-Light';
        font-family: 'Volvo Novum';
        margin-top: 5px;
        margin-bottom: 5px;
        line-height: 1.6;
        list-style-type: square;
    }

    .page-content ul.list li {
        font-size: calc(18px * var(--koeff));
        font-weight: 300;
        font-family: 'ProximaNova-Light';
        font-family: 'Volvo Novum';
        margin-top: 0px;
        margin-bottom: 0px;
        line-height: 1.6;
    }



    .bounce {
        -moz-animation: bounce 3s infinite;
        -webkit-animation: bounce 3s infinite;
        animation: bounce 3s infinite;
    }

    @-moz-keyframes bounce {
        0%, 20%, 50%, 80%, 100% {
            -moz-transform: translateY(0);
            transform: translateY(0);
        }

        40% {
            -moz-transform: translateY(-30px);
            transform: translateY(-30px);
        }

        60% {
            -moz-transform: translateY(-15px);
            transform: translateY(-15px);
        }
    }

    @-webkit-keyframes bounce {
        0%, 20%, 50%, 80%, 100% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }

        40% {
            -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
        }

        60% {
            -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
        }
    }

    @keyframes bounce {
        0%, 20%, 50%, 80%, 100% {
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }

        40% {
            -moz-transform: translateY(-30px);
            -ms-transform: translateY(-30px);
            -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
        }

        60% {
            -moz-transform: translateY(-15px);
            -ms-transform: translateY(-15px);
            -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
        }
    }


    .item {
        opacity: 0;
        transition-property: opacity;
        transition-duration: 0s;
        transition-timing-function: ease-in-out;
        top: 0;
        left: 0;
        width: 100%;
        height: 30px;
        display: block;
        position: absolute;
        z-index: 0;
        transform: translate3d(0,0,0) !important;
    }



    .carousel-caption {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 60px;
        overflow: hidden !important;
        bottom: auto !important;
        padding: 0px !important;
        margin: 0px !important;
        text-shadow: none !important;
        background: transparent;
    }


        .carousel-caption span {
            width: 100%;
            text-align: left;
            position: absolute;
            font-size: 16px;
            line-height: 1.6;
            font-weight: 300;
            margin: 0;
            padding: 0;
            letter-spacing: normal;
            text-shadow: 1px 1px 1px rgba(0,0,0,0.04);
            background: transparent;
        }


    #caption0, #caption1, #caption2, #caption3, #caption4, #caption5 {
        opacity: 0;
    }

    .active {
        opacity: 1 !important;
    }

    .run-animation {
        -ms-animation: carouselCaption 6.9s cubic-bezier(.26,.43,.25,.73);
        -webkit-animation: carouselCaption 6.9s cubic-bezier(.26,.43,.25,.73);
        -moz-animation: carouselCaption 6.9s cubic-bezier(.26,.43,.25,.73);
        animation: carouselCaption 6.9s cubic-bezier(.26,.43,.25,.73);
    }


    @keyframes carouselCaption {

        0% {
            opacity: 0;
            -ms-transform: translateY(60px);
            -webkit-transform: translateY(60px);
            -moz-transform: translateY(60px);
            transform: translateY(60px);
            background: transparent;
        }


        15% {
            opacity: 0.6;
            -ms-transform: translateY(10px);
            -webkit-transform: translateY(10px);
            -moz-transform: translateY(10px);
            transform: translateY(0);
        }

        20% {
            opacity: 0.6;
            -ms-transform: translateY(0px);
            -webkit-transform: translateY(0px);
            -moz-transform: translateY(0px);
            transform: translateY(0);
        }

        90% {
            opacity: 0.6;
            -ms-transform: translateY(0px);
            -webkit-transform: translateY(0px);
            -moz-transform: translateY(0px);
            transform: translateY(0);
        }

        100% {
            opacity: 0;
            -ms-transform: translateY(0px);
            -webkit-transform: translateY(0px);
            -moz-transform: translateY(0px);
            transform: translateY(0);
        }
    }
}
