div {
  box-sizing: border-box;
}

/* 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;
    }


body.modal-open {
    overflow: hidden;
    height: 100%;
    /*position: fixed;
    overflow-y: scroll;*/
    width: 100%;
}


@media screen and (max-width: 767px) and (min-width: 0px) {

    .black-layer {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 99;
        background: rgba(0,0,0,0.5);
    }

    .popup-page-edit {
        position: fixed;
        width: 96%;
        height: 96%;
        top: 2%;
        left: 2%;
        z-index: 101;
        background: #ffffff;
        border-radius: 15px;
        overflow: hidden;
    }

    .display {
        display: block;
    }
}


@media screen and (max-width: 992px) and (min-width: 768px) {

    .black-layer {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 99;
        background: rgba(0,0,0,0.5);
    }

    .popup-page-edit {
        position: fixed;
        width: 70%;
        height: 90%;
        top: 5%;
        left: 15%;
        z-index: 101;
        background: #ffffff;
        border-radius: 15px;
        overflow: hidden;
    }

    .display {
        display: block;
    }
}


@media screen and (max-width: 1200px) and (min-width: 992px) {

    .black-layer {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 99;
        background: rgba(0,0,0,0.5);
    }

    .popup-page-edit {
        position: fixed;
        width: 70%;
        height: 90%;
        top: 5%;
        left: 15%;
        z-index: 101;
        background: #ffffff;
        border-radius: 15px;
        overflow: hidden;
    }

    .display {
        display: block;
    }
}


@media screen and (max-width: 10000px) and (min-width: 1200px) {

    .black-layer {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 99;
        background: rgba(0,0,0,0.5);
    }

    .popup-page-edit {
        position: fixed;
        width: 70%;
        height: 90%;
        top: 5%;
        left: 15%;
        z-index: 101;
        background: #ffffff;
        border-radius: 15px;
        overflow: hidden;
    }

    .display {
        display: block;
    }
}



#track {
    width: 100vw;
    height: 100vh;
}


html, body {
    font-family: 'Intr94Y';
    font-weight: 300;
    margin: 0;
    scroll-behavior: smooth;
    min-height: 100vh;
    box-sizing: border-box !important;
    background: transparent;
    color: #1F3A56;
}



.light {
    font-family: 'Intr94Y';
    font-weight: 200;
}

.regular {
    font-family: 'Intr94Y';
    font-weight: 300;
}


.semibold {
    font-family: 'Intr94Y';
    font-weight: 400;
}


.bold {
    font-family: 'Intr94Y';
    font-weight: 700;
}



input {
    border: 1px solid #eeeeee !important;
}

    input[type=number]::-webkit-outer-spin-button,
    input[type=number]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    input[type=number] {
        -moz-appearance: textfield;
    }

a, .btn-link {
    color: #0366d6;
    text-decoration: none;
}


    a.social-link {
        display: flex;
        width: 40px;
        height: 40px;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        margin-right: 15px;
        background: transparent;
        opacity: 0.25;
        border: 1px solid #283847;
    }

    a.social-link:hover {
        opacity: 0.5;
    }


summary {
    color: #ffffff;
    font-size: 20px;
    padding: 5px 0px;
}



.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;
    }



.visit-website {
    transition: 0.75s;
    
}

.visit-website:hover {
    filter: brightness(0.9);
    transition: 0.75s;
    transform: scale(0.9);
}


.dots-top {
    opacity: 1;
    margin-top: 0px;
    transition: 1s;
}

a.dot {
    color: #3A4958;
    opacity: 0.5;
    font-size: 16px;
    margin-right: 3vw;
    letter-spacing: 0px;
    font-weight: 400;
    text-decoration: auto;
    cursor: pointer;
    font-family: 'ProximaNova-Regular';
}

.dot-active {
    opacity: 1 !important;
    color: #3A4958 !important;
    font-weight: 400 !important;
    transition-duration: 0.5s;
    font-family: 'ProximaNova-Regular';
}

.navbar-container {
    display: flex;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    width: 100vw;
    height: 50px;
    position: fixed;
    background: #010E1C;
    background: #011326;
    background: #ffffff;
    background: #073054;
    background: transparent;   
    z-index: 1000;
}

.column1 {
    width: 20%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;   
}


.column2 {
    width: 60%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.column3 {
    width: 20%;
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    color: #dddddd; 
    /*margin-right: 20px;*/
}



summary {
    cursor: pointer;
}

summary::marker {
    content: "";
}

details summary::before {
    content: "+";
    /*position: absolute;
    right: 10%;*/
    color: #0065d1;
    font-size: 25px;
    font-weight: 300;
    line-height: 1;
    opacity: 0.6;
    font-family: 'ProximaNova-Light';
    padding-right: 10px;
    font-variant-numeric: tabular-nums;
    cursor: pointer;
}

details[open] summary::before {
    content: "-";
    /*position: absolute;
    right: 10%;*/
    color: #0065d1;
    font-size: 25px;
    font-weight: 300;
    line-height: 1;
    opacity: 0.6;
    font-family: 'ProximaNova-Light';
    padding-right: 10px;
    font-variant-numeric: tabular-nums;
    cursor: pointer;
}

.logo {
    width: 160px;
    padding-left: 20px;
    padding-top: 5px;
}


.page {
    width: 100%;
    height: 100vh;
    position: absolute;
}


.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;
}

.dots-bottom {
    position: absolute;
    left: 0;
    height: 3px;
    bottom: 0;
    width: 0%;
    background: #ED3426;
    background: #0072ed;
    background: #dd3603;
    background: #F73A2C;
    background: #ffb000;
    background: #0065d1;
    opacity: 1;
    z-index: 1000;
    display: none;
    transition: 0.5s;
}



/*Book */

.link-up {
    position: absolute;
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
    background: #ffa000;
    background: #0065D1;
    /*background: #ED3426;*/
    z-index: 11;
}

    .link-up div {
        margin: 27px 20px 0px 20px; /*25px 20px 0px 20px*/
    }

.arrow-up i {
    border: solid #ffffff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 10px;
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    margin: -5px 0px 5px -5px;
    color: #ffffff;
}

.arrow-down {
    position: absolute;
    left: calc(50% - 40px);
    bottom: 0;
    width: 60px;
    height: 40px;
    background: #ED3426;
    z-index: 4;
}

    .arrow-down div {
        margin: 6px 20px 0px 18px;
    }

    .arrow-down i {
        border: solid #ffffff;
        border-width: 0 1px 1px 0;
        display: inline-block;
        padding: 10px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }




.products {
    width: 90%;
    height: 70vmin;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.product-card {
    height: 70vmin;
    width: 33.3%;
    position: relative;
    border: none;
    /*z-index: 2;*/
    transform: scale(1);
    transition: all 0.3s ease-in;
    animation-duration: 1s;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: #021933;
    background: #021d38;
    background: #01162b;
    background: #021933;
}

    .product-card:hover {
        /*box-shadow: 2px 2px 10px 10px #eeeeee;*/
        /*transform: scale(1.015);*/
    }


.product-card-container {
    width: 96%;
    height: 100%;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.product-card-headline {
    font-size: 26px;  
    font-weight: 600;
    margin-bottom: 10%;
}

.product-card-description {
    font-size: 1.2vw;
    font-weight: 300;
    margin-bottom: 10%;
    letter-spacing: 0.5px;
}



#service1 p, #service2 p, #service3 p, #service4 p, #service5 p, #service6 p, #service7 p, #service8 p {
    color: #3A4958;
}

#service1:hover p, #service2:hover p, #service3:hover p, #service4:hover p, #service5:hover p, #service6:hover p, #service7:hover p, #service8:hover p {
    color: #ffffff
}



#service1:hover {
    transition: background 0.2s ease;
    background: #ffb000;
}

#service2:hover {
    transition: background 0.2s ease;
    background: #00A042;
    background: #00aa44;
}

#service3:hover {
    transition: background 0.2s ease;
    background: #167DF0;
}

#service4:hover {
    transition: background 0.2s ease;
    background: #d60887;
    background: #d30878;
}


#service5:hover {
    transition: background 0.2s ease;
    background: #ffb000;
}

#service6:hover {
    transition: background 0.2s ease;
    background: #00A042;
}

#service7:hover {
    transition: background 0.2s ease;
    background: #167DF0;
}

#service8:hover {
    transition: background 0.2s ease;
    background: #d60887;
}


.blog-list-card {
    /*border: 1px dashed rgba(40,56,71,0.2);
    border: 1px dashed #dddddd;*/
}

    .blog-list-card:hover {
        border: 1px dashed #167df0;
        /*box-shadow: 0px 0px 30px rgba(0,0,0,0.05);*/
        /*background: #167df0;*/
    }

        .blog-list-card:hover > div > p {
            /*color: #ffffff;*/
        }

/*
#product1, #product2, #product3 {
    transition: background 1s ease-out;
}

    #product1:hover {
        transition: background 1s ease-out;
        background: linear-gradient(315deg, #fff000 0%, #ed008c 74%);
        
    }

    #product2:hover {
        transition: background 1s ease-out;
        background: linear-gradient(315deg, rgba(200, 255, 0, 0.9) -40%, rgba(0, 135, 0, 0.95) 100%);     
    }

    #product3:hover {
        transition: background 1s ease-out;
        background: linear-gradient(315deg, #08c8f6 0%, #4d5dfb 74%);
    }
*/
.stroke {
    -webkit-text-fill-color: black;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255,255,255,0.5);
}


.button-plus-minus {
    background: none;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    border: none !important;
}


.button-checkout-confirm-order {
    border-radius: 20px;
    padding: 10px 25px;
    background: #0065d1;
    color: #ffffff;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0px;
    transition: all 1s;
    font-weight: 300;
    border: 1px solid #0065d1;
    cursor: pointer;
}

    .button-checkout-confirm-order:hover {
        box-shadow: 0px 0px 10px rgba(0,101,209,0.4);
        opacity: 0.9;
    }

    .button-checkout-confirm-order:disabled {
        box-shadow: none;
        opacity: 1;
        background: #fafafa;
        color: #aaaaaa;
        border: 1px solid #dddddd;
        cursor: auto;
    }

.button-checkout-continue {
    border-radius: 20px;
    padding: 10px 25px;
    background: #fafafa;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 0px;
    transition: all 1s;
    font-weight: 300;
    border: 1px solid #0065d1;
    cursor: pointer;
}

    .button-checkout-continue:hover {
        border-radius: 20px;
        padding: 10px 25px;
        background: #fafafa;
        color: #0065d1;
        font-weight: 300;
        font-size: 12px;
        letter-spacing: 0px;
        transition: all 1s;
        font-weight: 300;
        border: 1px solid #0065d1;
        cursor: pointer;
    }

    .button-checkout-continue:disabled {
        background: #fafafa;
        color: #aaaaaa;
        border: 1px solid #dddddd;
        cursor: auto;
    }




.button-cart {
    border-radius: 20px;
    padding: 12px 25px;
    color: #0065d1;
    background: #ffffff;
    color: #ffffff;
    letter-spacing: 0;
    background: #0065d1;
    font-size: 12px;
    transition: all 0.5s;
    font-weight: 300;
    border: 1px solid #0065d1;
    cursor: pointer;
}

    .button-cart:hover {
        cursor: pointer;
        color: #ffffff;
        background: #006ee5;
        box-shadow: 0px 0px 10px rgba(0,101,209,0.25);
        border: 1px solid #006ee5;
    }


.button-cart-small {
    border-radius: 20px;
    padding: 10px 20px;
    color: #0065d1;
    background: #ffffff;
    /*background: #EAF4FF;*/
    color: #ffffff;
    background: #0065d1;
    color: #ffffff;
    background: #0065d1;
    font-size: 12px;
    letter-spacing: 1px;
    transition: all 0.5s;
    font-weight: 300;
    border: 1px solid #006bdd;
    cursor: pointer;
}

    .button-cart-small:hover {
        cursor: pointer;
        color: #ffffff;
        background: #0065d1;
        box-shadow: 0px 0px 30px rgba(0,0,0,0.15);
        border: 1px solid #0065d1;
    }


.button-blue {
    border-radius: 20px;
    padding: 10px 25px;
    background: #ffffff;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 1px;
    transition: all 1s;
    font-weight: 300;
    border: 1.5px solid #167DF0;
}

    .button-blue:hover {
        cursor: pointer;
        box-shadow: 0px 0px 30px rgba(0,0,0,0.05);
        border: 1.5px solid #167DF0;
    }



.button-blue-home {
    border-radius: 25px;
    padding: 12px 25px;
    color: #0065D1;
    background: #EAF4FF;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 1px;
    transition: all 0.5s;
    font-weight: 300;
    border: 1.5px solid #167DF0;
    border: 1px solid #a2c5e8;
}

    .button-blue-home:hover {
        cursor: pointer;
        background: #0065D1;
        color: #ffffff;
        box-shadow: 0px 0px 30px rgba(0,0,0,0.05);
        border: 1px solid #0065D1;
        /* border: 1.5px solid #167DF0;*/
    }

.checkout {
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: #fafafa;
    position: absolute;
    top: 0;
    left: 0;
}

input.text-input {
    border-radius: 5px;
    padding: 10px 10px;
    border: 1px solid #E2E8F0 !important;
}

    input.text-input:focus {
        outline: none !important;
        border: 1px solid #167DF0 !important;
        box-shadow: none !important;
    }





/*
@media screen and (max-width:768px) {
}


@media screen and (max-width: 992px) and (min-width: 768px) {

    .logo {
        width: 120px;
        padding-left: 20px;
        padding-top: 5px;
    }

    .page {
        height: calc(100vh);
    }
}


@media screen and (max-width: 1200px) and (min-width: 992px) {

    .logo {
        width: 120px;
        padding-left: 20px;
        padding-top: 5px;
    }

    .page {
        height: calc(100vh);
    }
}


@media screen and (max-width: 10000px) and (min-width: 1200px) {

    .logo {
        width: 120px;
        padding-left: 20px;
        padding-top: 5px;
    }

    .page {
        height: calc(100vh);
    }

}*/
.circle {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 1px solid #eeeeee;
    background: none;
    margin-right: 5px;
    cursor: pointer;
}


.circle-active {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #167DF0;
    border: 1px solid #167DF0;
}

.next-slide-arrow {
   font-size: 12px;
   font-weight: 300;
   color: #cccccc;
   cursor: pointer;
   margin-left: 10px;
}


.item {
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0s;
    transition-timing-function: ease-in-out;
    top: 28%;
    left: 10%;
    right: 10%;
    /*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;
        width: 100%;
        position: absolute;
        line-height: 1.6;
        font-family: 'ProximaNova-Light';
        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);
        color: #1f3a56;
        text-transform: uppercase;
    }


#caption0, #caption1, #caption2, #caption3, #caption4, #caption5 {
    opacity: 0;
}

.active {
    transition-property: opacity;
    transition-duration: 2s;
    transition-timing-function: ease-in-out;
    opacity: 1 !important;
}


.disactive {
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    opacity: 0 !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: 1;
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        transform: translateY(0);
    }

    85% {
        opacity: 1;
        -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);
    }

}



.nova-poshta-button {
    display: flex;
    flex-direction: column;
    padding: 11px 40px 11px 16px;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    font-family: Inter, sans-serif;
    background-color: #fff;
    cursor: pointer;
    max-width: 344px;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.nova-poshta-button.button-horizontal {
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.nova-poshta-button img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.text {
    display: flex;
}

.nova-poshta-button .angle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    height: 16px;
}

.logo {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.logo-no-margin {
    margin: 0;
    display: flex;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-header {
    position: relative;
    height: 80px;
    padding: 0 20px;
    border-bottom: 1px solid #E2E8F0;
    line-height: 80px;
}

.modal {
    position: relative;
    width: 80%;
    height: 80%;
    background-color: white;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius:10px;
}

.modal-header h2 {
    margin: 0;
    font-family: Inter, sans-serif;
    font-size: 20px;
    line-height: 80px;
    font-weight: 600;
}

.modal-close {
    cursor: pointer;
    font-size: 32px;
    font-weight: 300;
    color: #333;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
}

.modal-iframe {
    width: 100%;
    height: calc(100% - 81px);
    border: none;
}

.wrapper {
    display: flex;
    flex-direction: column;
    font-family: Inter, sans-serif;
    font-weight: 500;
}

    .wrapper .text {
        font-size: 16px;
        line-height: 21px;
    }

    .wrapper .text-description {
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        color: #475569;
    }

.text-row {
    display: flex;
    flex-direction: row;
}

@media screen and (max-width: 767px) {
    .modal {
        width: 100vw;
        height: 100vh;
    }

    .modal-header {
        display: none;
    }

    .modal-iframe {
        height: 100%;
    }
}
