.partners {
    background-size: 100%;
    /* height: 100vh; */
    width: 100%;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
}

.logobar {
    background-color: lightgray;
    border-radius: 4rem;
    box-shadow: 0px 4px 6px #dee2e6;
}

.logobar-logo {
    border: none;
    background-color: transparent;
}

.end_img {
    margin-top: 0;
}

.end_form_container {
    background-color: #0071BC;
    border-radius: 20px;
}

.end_form_question {
    background-color: rgb(118, 178, 217);
    border-radius: 20px;
    border: rgb(118, 178, 217);
}

.end_form_email {
    background-color: rgb(196, 218, 233);
    border-radius: 20px;
    border: rgb(196, 218, 233);
}

.form_bottom {
    height: 100px;
    background-color:#f0f2f3;
}

.contacts_href {
    color: white;
}

.contacts_href:hover {
    color: #9f9f9f;
}

.soc_nets_row {
    /* margin-top: -13%; */
    height: 90px;
    margin-top: -45px;
}

.politic_href {
    color: black;
}

.politic_href:hover {
    color: grey;
}

.carousel-indicators {
    top: 0;
    justify-content: space-between;
    position: relative;
    border-bottom: 1px solid;
    margin-left: 10%;
    margin-right: 10%;
}

.carousel-indicators li {
    background-color: rgba(0, 0, 0, 0);
    text-indent: 0;
    color: #212529;
    width: auto;
    height: auto;
    margin-bottom: -5px;
    opacity: 1;
}

.carousel-indicators .active {
    border-bottom: 5px solid lightblue;
}

.carousel-item.active {
    display: flex !important;
}

.fw-600 {
    font-weight: 600;
}

.brdr-lb {
    border-bottom: 5px solid lightblue;
    border-top-left-radius: 2rem;
}

.forest-green {
    color: forestgreen;
}

.mobile_politic {
    font-size: 0.8rem;
}

/* .collapsing {
    position: relative;
    width: 0;
    overflow: hidden;
    transition: width .35s ease;
} */

.bg-dark {
    background-color: #343a40c4!important;
}

@media (orientation: landscape) {
    .mobile_screen {
        display: none;
    }
    .desktop_screen {
        display: block;
    }
}

@media (max-width: 575.9px) {
    .mobile_screen {
        display: block;
        overflow: hidden;
    }
    .desktop_screen {
        display: none;
    }
    .main_title {
        font-family: "RBold";
        letter-spacing: 5px;
        font-size: 9vw;
    }
    .main_subtitle {
        font-family: "RMedium";
        font-size: 2.5vw;
        margin-top: 0;
    }
    .first_screen {
        background: url('illustrations/1st.png') no-repeat;
        background-size: 100% 100vh;
        background-position: 50% 50%;
        height: 100vh;
        width: 100%;
        padding: 0;
    }
    .printedText {
        font-family: "RMedium";
        font-size: 3.5vw;
        margin-top: 0;
    }
}