

@media (min-width: 1360px) {

    html, body {
        --koeff: 1;
    }
}


@media (min-width: 1440px) {

    html, body {
        --koeff: 1.05;
    }
}



@media (min-width: 1560px) {

    html, body {
        --koeff: 1.14;
    }
}



@media (min-width: 1680px) {

    html, body {
        --koeff: 1.23;
    }
}


@media (min-width: 1920px) {

    html, body {
        --koeff: 1.41;
    }
}


@media (min-width: 2560px) {

    html, body {
        --koeff: 1.88;
    }
}


@media (min-width: 769px) {


    html, body {
        font-family: 'ProximaNova-Regular';
        font-family: 'Volvo Novum';
        background: #ffffff;
        margin: 0;
       /* scroll-behavior: smooth;*/
        overflow-x: hidden;
        color: #1F3A56;
        --koeff: 1;
    }


    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;
        padding-left: 30px;
        padding-left: 0px;
    }


    details > div > p {
        /*color: #333333;*/
        opacity: 1;
        font-size: 18px;
        line-height: 1.8;
    }


    details > div {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 60px;
        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: 26px;
        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: 26px;
        font-weight: 300;
        line-height: 1;
    }





    a, .btn-link {
        color: #0366d6;
    }


        a.social-link {
            color: #dddddd;
            text-decoration: none;
        }

            a.social-link:hover {
                color: #ffffff;
            }

    .logo-image {
        width: calc(25px * var(--koeff));
        margin-left: 10%;
        opacity: 1;
    }

    .logo-text {
        font-weight: 500;
        margin-left: 10px;
        transform: scale(1, 0.99);
        color: #1F3A56;
        font-size: calc(16px * var(--koeff));
        text-decoration: none;
    }

    .phone-text {
        font-size: calc(15px * var(--koeff));
        color: rgba(0,0,0,0.56);
    }

    .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;
        }



    .navbar-container {
        display: flex;
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
        top: 0;
        height: calc(50px * var(--koeff));
        position: fixed;
        background: #ffffff;
        /*background: #219426;*/
        z-index: 1000;
        border-bottom: 1px solid #eeeeee;
        box-shadow: rgb(0 0 0 / 2%) 0px 0px 50px;
    }


    .navbar-container-second {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
        height: calc(50px * var(--koeff));
        position: fixed;
        background: linear-gradient(180deg, #f0f0f0, #fafafa);
        z-index: 1000;
        top: 50px;
    }

    .dots-top {
        opacity: 1;
        margin-top: 0px;
        /*transition: 1s;*/
    }

    .dots-top-second {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    a.dot {
        color: rgba(0,0,0,0.56);
        font-size: calc(16px * var(--koeff));
        margin-right: 3vw;
        letter-spacing: 0px;
        font-weight: 400;
        text-decoration: auto;
        /*opacity: 0.5;*/
        font-family: 'ProximaNova-Regular';
        font-family: 'Volvo Novum';
    }


        a.dot.active {
            color: #1F3A56 !important;
            font-weight: 400 !important;
            /*transition-duration: 0.5s;*/
            opacity: 1;
            font-family: 'ProximaNova-Regular';
            font-family: 'Volvo Novum';
        }



    a.dot-second {
        color: #333333;
        font-size: calc(16px * var(--koeff));
        margin-right: 3vw;
        letter-spacing: 0px;
        text-decoration: auto;
        opacity: 0.5;
        font-family: 'ProximaNova-Regular';
        font-family: 'Volvo Novum';
    }

    .dot-second-active {
        color: #000000 !important;
        font-weight: 400 !important;
        transition-duration: 0.5s !important;
        opacity: 1 !important;
        font-family: 'ProximaNova-Semibold';
        font-family: 'Volvo Novum';
    }


    .column1 {
        width: 30%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }


    .column2 {
        width: 40%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .column3 {
        width: 30%;
        display: flex;
        flex-direction: row;
        justify-content: right;
        align-items: center;
        color: #dddddd;
        margin-right: 20px;
    }



    .page {
        width: 100%;
        /*height: calc(100vh - 50px);*/
        margin-top: 50px;
    }

    *, *:focus {
        outline: none;
    }

    .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;
    }


    table {
    }

    tr {
        
    }

    .document-list td:first-child {
        vertical-align: top;
    }

    .document-list td {
        border-top: 1px solid #eeeeee;
        padding: 30px 0 30px 30px;
        line-height: 1.6; 
    }


    .page-content-container {
    }


    .page-content {
        /*max-width: calc(600px * var(--koeff));*/
        width: 50%;
        margin: calc(150px * var(--koeff)) auto;
        background: #ffffff;
    }

        .page-content a:hover {
            color: #0366d6;
        }

        .page-content h1 {
            border: none !important;
            font-weight: 400;
            font-family: 'ProximaNova-Bold';
            font-family: 'Volvo Novum';
            font-size: calc(30px * var(--koeff));
            margin-top: calc(60px * var(--koeff));
            margin-bottom: calc(40px * var(--koeff));
            line-height: 1.4;
            color: #333333;
            font-size: 24px;
            font-weight: 500;
            margin-bottom: 50px;
            margin-top: 0;
        }

        .page-content h2 {
            font-size: calc(26px * var(--koeff));
            font-weight: 400;
            border: none;
            font-family: 'ProximaNova-Semibold';
            font-family: 'Volvo Novum';
            margin-top: calc(60px * var(--koeff));
            margin-bottom: calc(25px * var(--koeff));
            line-height: 1.4;
            font-size: 18px;
            font-weight: 500;
        }

        .page-content h3 {
            font-size: calc(22px * var(--koeff));
            font-weight: 300;
            border: none;
            font-family: 'ProximaNova-Semibold';
            font-family: 'Volvo Novum';
            margin-top: calc(40px * var(--koeff));
            margin-bottom: calc(40px * var(--koeff));
            line-height: 1.5;
        }

        .page-content p {
            font-size: calc(18px * var(--koeff));
            border: none;
            font-weight: 300;
            font-family: 'ProximaNova-Light';
            font-family: 'Volvo Novum';
            margin-bottom: calc(20px * var(--koeff));
            margin-top: 0;
            line-height: 1.6;
            opacity: 0.8;
            /*color: rgba(0,0,0,0.56);*/
        }

        .page-content .description p {
            font-size: calc(18px * var(--koeff));
            border: none;
            font-weight: 300;
            font-family: 'ProximaNova-Light';
            font-family: 'Volvo Novum';
            margin-bottom: calc(20px * var(--koeff));
            margin-top: 0;
            line-height: 1.6;
            color: rgba(0,0,0,0.56);
        }

        .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;
            color: rgba(0,0,0,0.56);
            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;
            color: #333333;
            color: rgba(0,0,0,0.56);
        }

        .page-content p.list-header {
            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;
            color: rgba(0,0,0,0.56);
        }



        .page-content p.breadcrumb {
            margin-bottom: calc(50px * var(--koeff));
            font-size: calc(14px * var(--koeff));
        }

        .page-content img {
            width: 100%;
            margin: 0 0 calc(30px * var(--koeff)) 0;
            border: 1px solid #eeeeee;
            transition: 0.4s;
        }

            .page-content img:hover {
                margin-left: -19vw;
                width: 80vw;
                transition: 0.4s;
            }



    .content-list-container {
        max-width: calc(600px * var(--koeff));
        width: 60%;
        margin: 0 auto;
        margin-top: calc(170px * var(--koeff));
        margin-bottom: calc(170px * var(--koeff));
    }

    .content-list h1 {
        margin-bottom: calc(30px * var(--koeff));
        margin-top: calc(60px * var(--koeff));
        font-size: calc(24px * var(--koeff));
        font-weight: 500;
        color: rgba(31, 58, 86, 1);
        font-family: 'Volvo Novum';
    }


    .content-list h2 {
        margin-bottom: calc(30px * var(--koeff));
        margin-top: calc(60px * var(--koeff));
        font-size: calc(20px * var(--koeff));
        font-weight: 500;
        color: rgba(31, 58, 86, 0.9);
        font-family: 'Volvo Novum';
    }

    .content-list p {
        font-size: calc(18px * var(--koeff));
        font-weight: 300;
        color: rgba(0,0,0,0.56);
        margin-top: 10vh;
        margin-bottom: calc(20px * var(--koeff));
        margin-top: calc(20px * var(--koeff));
    }


    div.link {
        color: #0066cc;
    }

        div.link:hover {
            cursor: pointer;
        }


    a.link {
        color: #0066cc;
        text-decoration: none;
    }

        a.link:hover {
            color: #0066cc;
            cursor: pointer;
        }






    .bounce {
        -moz-animation: bounce 3s infinite;
        -webkit-animation: bounce 3s infinite;
        animation: bounce 3s infinite;
        cursor: pointer;
    }

    @-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: 100px;
        display: block;
        position: absolute;
        z-index: 0;
        transform: translate3d(0,0,0) !important;
    }



    .carousel-caption {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 40px;
        overflow: hidden !important;
        bottom: auto !important;
        padding: 0px !important;
        margin: 0px !important;
        text-shadow: none !important;
        background: transparent;
    }


        .carousel-caption span {
            font-size: 16px;
            text-transform: uppercase;
            width: 100%;
            position: absolute;
            line-height: 1.6;
            /*letter-spacing: 3px;*/
            font-weight: 300;
            text-align: center;
            margin: 0;
            padding: 0;
            opacity: 1;
            text-shadow: 1px 1px 1px rgba(0,0,0,0.04);
            background: transparent;
            /*color: rgb(255, 255, 255, 1);
            color: rgb(40, 56, 71, 0.6);*/
            /*text-transform: uppercase;*/
        }


    #caption0, #caption1, #caption2, #caption3, #caption4, #caption5 {
        opacity: 0;
    }

    .active {
        opacity: 1 !important;
    }

    .run-animation {
        -ms-animation: carouselCaption 9.9s cubic-bezier(.26,.43,.25,.73);
        -webkit-animation: carouselCaption 9.9s cubic-bezier(.26,.43,.25,.73);
        -moz-animation: carouselCaption 9.9s cubic-bezier(.26,.43,.25,.73);
        animation: carouselCaption 9.9s cubic-bezier(.26,.43,.25,.73);
    }

    @keyframes carouselCaption {

        0% {
            opacity: 0;
            -ms-transform: translateY(70px);
            -webkit-transform: translateY(70px);
            -moz-transform: translateY(70px);
            transform: translateY(70px);
            background: transparent;
        }


        15% {
            opacity: 0.6;
            -ms-transform: translateY(10px);
            -webkit-transform: translateY(10px);
            -moz-transform: translateY(10px);
            transform: translateY(0);
        }

        40% {
            opacity: 0.6;
            -ms-transform: translateY(0px);
            -webkit-transform: translateY(0px);
            -moz-transform: translateY(0px);
            transform: translateY(0);
        }

        85% {
            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);
        }
    }











}