﻿html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

.content-space-b-5
{
    margin-bottom: 200px !important;
}

.callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #e9ecef;
    border-left-width: .25rem;
    border-radius: .25rem;
}

.callout-warning {
    border-left-color: #f0ad4e;
}

.navbar-brand {
    font-family: 'Raleway',sans-serif;
    /*color: #cc382c !important;*/
}

footer a {
    color: rgb(108, 117, 125);
    text-decoration: none;
}

    footer a:hover {
        color: #cc382c;
    }

a, a:hover {
    color: #cc382c;
}

article a {
    border-bottom: 3px solid #cc382c;
    text-decoration: none;
}

article img {
    max-width: 100%;
}

.fw-fold {
    font-weight: 700 !important;
}

/*menu*/
#sidebarContent li {
    list-style: none;
    margin-left: -25px;
}

    #sidebarContent li[role="treeitem"] {
        list-style: square;
        margin-left: -10px;
    }

#sidebarContent a {
    color: black;
    text-decoration: none;
}

    #sidebarContent a:hover {
        color: #dc3545;
    }


#sidebarContent li[role="group"] {
    cursor: pointer;
    margin-top: 8px;
}

#sidebarContent li:focus {
    outline: none;
}

#sidebarContentul {
    margin-left: -5px;
}
/*end of menu*/


article table {
    border: 1px solid #eee;
    border-collapse: collapse;
}

    article table td, article table th {
        border: 1px solid #eee;
        border-collapse: collapse;
        padding: 5px;
    }


.partner-logos img {
    max-height: 50px;
}

.opacity-50 {
    opacity: 0.5;
}

.space-2, .space-bottom-2 {
    padding-bottom: 4rem !important;
    padding-top: 4rem !important;
}

iframe {
    width: 100%;
    height: 25vh;
}


@media (min-width:576px) {
    iframe {
        height: 30vh
    }
}

@media (min-width:768px) {
    iframe {
        height: 35vh
    }
}

@media (min-width:992px) {
    iframe {
        height: 40vh
    }
}

@media (min-width:1200px) {
    iframe {
        height: 50vh
    }
}

.logos img {
    max-height: 60px !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-bold {
    font-weight: 700 !important;
}

.width100 {
    width: 100% !important;
}

article h4 {
    margin-top: 30px;
}

.c-stat__number {
    font-weight: 900;
    font-size: 64px;
    line-height: 124.51%;
    /* identical to box height, or 80px */

    text-align: center;
    letter-spacing: -0.08em;
    color: #3B404F;
}

.text-title-noupper {
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: center;
}

.typography {
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    color: #2E2E2E !important;
}

.text-lunch {
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: center;
}

.main-lead {
    font-size: 1.5rem;
    font-weight: 300;
}

.form-select {
    text-align: left !important;
}

.k-popup .k-list-optionlabel {
    display: none;
}

.k-popup > .k-list {
    min-height: 100%;
}

.k-focus.k-list-optionlabel, .k-list-item.k-focus, .k-list-item:focus, .k-list-optionlabel:focus {
    box-shadow: none
}

.img-height-partner {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 4 / 3;
}

@media (min-width:0px) {
    .img-height-main {
        height: 150px;
    }
}

@media (min-width:768px) {
    .img-height-main {
        height: 180px;
    }
}

@media (min-width:992px) {
    .img-height-main {
        height: 210px;
    }
}

@media (min-width:1200px) {
    .img-height-main {
        height: 250px;
    }
}


.text-divider {
    margin-bottom: 2em;
    line-height: 0;
    text-align: center;
}

    .text-divider span {
        background-color: white;
        font-size: 1rem;
        font-weight: 600;
        letter-spacing: .03125rem;
        text-transform: uppercase;
        color: #8c98a4;
        padding: 3em;
    }

    .text-divider:before {
        content: " ";
        display: block;
        border-top: 1px solid #e3e3e3;
        border-bottom: 1px solid #f7f7f7;
    }

.carousel-indicators {
    bottom: -3rem !important;
}

    .carousel-indicators li {
        background-color: #dc3545;
    }

.cookie-banner {
    background-color: black;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    z-index: 100000;
}

.button-wrapper {
    display: flex;
    flex-direction: column;
}

/* Slider */

.customer-logos img {
    display: flex;
    justify-content: center; /* Horizontal centering */
    align-items: center; /* Vertical centering */
    height: 15vh; /* Set a fixed height for the container */
}

.slick-slide {
    margin: 0px 20px;
}

    .slick-slide img {
        width: 100%;
    }

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -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);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* End slider */

.border-primary {
    border-left: 2px solid #dc3545 !important;
}

.space-3 {
    margin-top: 100px;
    margin-bottom: 100px;
}

.review-height {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    height: 25rem;
}

@media (min-width:0px) {
    .review-height {
        height: 47rem;
    }
}

@media (min-width:768px) {
    .review-height {
        height: 33rem;
    }
}

@media (min-width:992px) {
    .review-height {
        height: 30rem;
    }
}

.mb-100 {
    margin-bottom: 100px;
}

a:not([href]):not([tabindex]) {
    color: white;
}

blockquote {
    margin: 0;
}

    blockquote p {
        padding: 15px;
        background: #eee;
        border-radius: 5px;
    }

        blockquote p::before {
            content: '\201C';
        }

        blockquote p::after {
            content: '\201D';
        }

    blockquote footer {
        text-align: right;
        font-size: 0.8rem;
        color: #dc3545 !important;
    }

        blockquote footer a {
            color: #dc3545 !important;
        }

.accordion-header .accordion-button:not(.collapsed) {
    background-color: #dc3545;
    color: white !important;
}

.accordion-button {
    font-weight: 600;
    font-size: 16px;
    color: black !important;
}

    .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }

    /* Active (open) state for the arrow */
    .accordion-button.collapsed::after {
        transform: rotate(-90deg); /* Optionally, you can rotate the arrow when the accordion is open */
        color: white !important; /* Change arrow color to green in the open state */
    }

.container-partner {
    display: flex;
    align-items: center;
    justify-content: space-around;
    min-height: 10vh; /* This ensures that the container takes up the full height of the viewport */
}

.image-partner {
    margin-bottom: 1rem;
    padding: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .image-partner img {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        will-change: transform;
    }

        .image-partner img:hover {
            transform: scale(1.05);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
        }

.select2-container--default.select2-container--focus .select2-selection--multiple {
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100% !important;
}

.btn-light {
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-light :hover {
    background-color: #fff;
}

.show > .btn-light.dropdown-toggle {
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder {
    color: black;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder :hover {
    color: black;
}

.bootstrap-select .dropdown-menu {
    max-width: 100%;
}

.mb-lg-10 {
    margin-bottom: 4rem !important;
}

a{
    text-decoration: underline;
}
/* основна висота для всіх логотипів */
.partner-logo {
    height: 20vh; /* задаємо єдину висоту (можна замінити на 120px чи інше) */
    width: auto; /* ширина підлаштовується під збереження пропорцій */
    max-height: 70vh; /* обмеження на максимальну висоту (не обов’язково) */
    object-fit: contain; /* зображення “вміщується” у відведене місце, не спотворюється:contentReference[oaicite:1]{index=1} */
    object-position: center;
    margin-bottom: 0.5rem;
}

/* на малих екранах висоту можна зменшити */
@media (max-width: 576px) {
    .partner-logo {
        height: 80px;
    }
}
