/*
Theme Name: EduBears 
Theme URI: https://blackmewa.pl/
Description: EduBears
Author: BM
Author URI: https://blackmewa.pl
Template: Divi
Version: Updated for Divi 3+
*/

/*------------------------------------------------*/
/*-------------------[GENERAL]--------------------*/
/*------------------------------------------------*/

:root {
    /* Colors */
    --te-blue: #1391D0;
    --dark-blue-te: #0D50A3;
    --light-blue-te: #3293D7;
    --light-gray-te: #979797;
    --dark-red-te: #CC161B;
    --light-red-te: #D64548;
    --card-hover-blue: #DEF1FF;

    /* Shadows */
    --dropshadow-blue: 0px 0px 15px 0px rgba(59, 185, 248, 0.15);
}

.bs__heading {
    font-family: Ubuntu, sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: var(--dark-blue-te);
}

.bs__subheading {
    font-family: Ubuntu, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: var(--dark-blue-te);
}

.bs__button {
    display: flex;
    justify-content: center;
    gap: 10px;
    height: 50px;
    padding: 16px 32px;
    border-radius: 8px;
    border: none;
    color: white;
    background-color: var(--dark-red-te);
    font-family: Ubuntu, sans-serif;
    font-size: 16px;
    font-weight: 700;
    transition: background 1s;
}

.bs__button:hover {
    cursor: pointer;
    background-color: var(--light-red-te);
}

.bs__button_icon {
    width: 24px;
    height: 24px;
    position: relative;
    top: -2px;
}

.bs_container {
    width: 80%;
    max-width: 1080px;
    margin: auto;
}

/*------------------------------------------------*/
/*-----------------[HEADER-MENU]------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------[HOMEPAGE]--------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------[SUBPAGES]--------------------*/
/*------------------------------------------------*/

/* ============ Map, Form & City List =========== */

.bs__search_location_subheading {
    margin-bottom: 48px;
}

.bs__location_container {
    margin-bottom: 64px;
}

.bs__location_form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.bs__location_search_form {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 16px;
    flex: 1;
}

@media screen and (max-width: 1024px) {
    .bs__location_search_form {
        flex-direction: column;
    }
}

.bs__location_input_wrapper,
.bs__location_input_wrapper>*,
.bs__location_search_button {
    width: 100%;
}

.bs__location_input_wrapper .bs__location_input {
    height: 50px;
    padding: 13px 16px 17px 16px;
    border-radius: 8px;
    border: 1px solid #D1D1D6;
    font-family: Ubuntu, sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.bs__location_input_wrapper .bs__location_input:focus {
    outline: none !important;
    border: 1px solid var(--light-blue-te);
}

.bs__location_input::placeholder {
    color: #7B7B7B;
}

.bs__location_search_button {
    letter-spacing: 0.25px;
    text-transform: uppercase;
}

.bs__location_tags {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap;
}

.bs__location_tag_checkbox {
    position: relative;
    padding: 0;
    padding-left: 24px;
    text-align: left;
    color: var(--dark-blue-te);
    background: none;
    border: none;
    cursor: pointer;
    font-family: Ubuntu, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    transition: all .2s ease-in-out;
}

.bs__location_tag_checkbox::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    background-color: #F2F2F2;
    border: 2px solid #CACACC;
}

.bs__location_tag_checkbox.active::before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5 6.5L7.1 10L5 7.5' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.bs__locations_map {
    box-sizing: border-box;
    height: 684px;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    margin-bottom: 64px;
}

@media screen and (min-width:700px) {

    /* Fix scrollbar width issue on desktop */
    .bs__locations_map {
        width: calc(100vw - 16.2px);
        margin-left: calc((50vw - 8.1px) * -1);
    }
}

.bs__city_list_heading,
.bs__city_list_subheading,
.bs__city_list_country_heading {
    text-align: center;
}

.bs__city-card-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
    margin: 64px 0;
}

.bs__city_list_country_heading {
    width: 100%;
}

.bs__city_list_load_more_button_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.bs__city-card:not(.bs__d-none) {
    color: var(--dark-blue-te);
    font-family: Ubuntu, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    display: flex;
    padding: 16px 32px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: var(--dropshadow-blue);
    /* 0 0 calc(100% /var() - (($n - 1) * $gap / $n)); where $n is columns count and $gap is gap between items */
    flex: 0 0 calc(100% /4 - ((4 - 1) * 24px / 4));
}

@media screen and (max-width: 1024px) {
    .bs__city-card:not(.bs__d-none) {
        flex: 0 0 calc(100% /2 - ((2 - 1) * 24px / 2));
    }
}

@media screen and (max-width: 600px) {
    .bs__city-card:not(.bs__d-none) {
        flex: 0 0 calc(100% /1 - ((1 - 1) * 24px / 1));
    }
}

.bs__city-card:not(.bs__d-none):hover {
    background: var(--card-hover-blue);
}

.bs__city-card-arrow-icon {
    position: relative;
    top: 0px;
}

.bs__city_list_load_more_button {
    width: fit-content;
    background-color: var(--dark-blue-te);
    align-self: center;
}

.bs__city_list_load_more_button:hover {
    background-color: var(--light-blue-te);
}


.bs__location_pin_card {
    width: 252px;
}

.bs__location_pin_card_partner_name {
    font-family: Ubuntu, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    color: var(--dark-blue-te);
}

.bs__location_pin_card_name {
    color: #979797;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.bs__location_pin_card_contact_info {
    color: var(--dark-blue-te);
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    word-wrap: break-word;
}

.bs__location_pin_card_tags {
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #DEF1FF;
    background: #FFF;
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.bs__location_pin_card_tag_image,
.bs__department_tag_wrapper>img {
    flex-basis: 50%;
    max-width: 79px !important;
    height: auto;
}

.edwards-league_tag_image {
    max-width: 95% !important;
    height: auto;
}

.bs__location_pin_card_contact_button {
    margin-top: 24px;
}

.bs__locations-found-wrapper {
    display: flex;
    flex-direction: column;
}

.bs__locations-found-load-more-button {
    width: fit-content;
    background-color: var(--dark-blue-te);
    align-self: center;
    margin-top: -24px;
    margin-bottom: 48px;
}

.bs__locations-found-load-more-button:hover {
    background-color: var(--light-blue-te);
}

/* ============ Departments list =========== */

.bs__search_location_subheading {
    margin-bottom: 48px;
}

.bs__location_container {
    margin-bottom: 64px;
}

.bs__location_form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.bs__location_input_wrapper,
.bs__location_input_wrapper>*,
.bs__location_search_button {
    width: 100%;
}

.bs__location_input_wrapper {
    display: flex;
    flex-direction: column-reverse;
}

.bs__location_input_label {
    margin-bottom: 0;
    color: var(--dark-blue-te);
    font-family: Ubuntu sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.bs__location_input:placeholder-shown~.bs__location_input_label {
    visibility: hidden;
}

.bs__location_input_wrapper .bs__location_input {
    height: 50px;
    padding: 13px 16px 17px 16px;
    border-radius: 8px;
    border: 1px solid #D1D1D6;
    font-family: Ubuntu, sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.bs__location_input_wrapper .bs__location_input:focus {
    outline: none !important;
    border: 1px solid var(--light-blue-te);
}

.bs__location_input::placeholder {
    color: #7B7B7B;
}

.bs__location_search_button {
    letter-spacing: 0.25px;
    text-transform: uppercase;
}

.bs__location_tags {
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.bs__locations_map {
    box-sizing: border-box;
    height: 684px;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    margin-bottom: 64px;
}

@media screen and (min-width:700px) {

    /* Fix scrollbar width issue on desktop */
    .bs__locations_map {
        width: calc(100vw - 16.2px);
        margin-left: calc((50vw - 8.1px) * -1);
    }
}

.bs__city_list_heading,
.bs__city_list_subheading,
.bs__city_list_country_heading {
    text-align: center;
}

.bs__city_list_country_heading {
    width: 100%;
}

.bs__city_list_load_more_button_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.bs__city-card:not(.bs__d-none):hover {
    background: var(--card-hover-blue);
}

.bs__city-card-arrow-icon {
    position: relative;
    top: 0px;
}

.bs__location_pin_card {
    width: 252px;
    padding: 20px;
}

.bs__location_pin_card_partner_name {
    font-family: Ubuntu, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    color: var(--dark-blue-te);
}

.bs__location_pin_card_name {
    color: #979797;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.bs__location_pin_card_tags {
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #DEF1FF;
    background: #FFF;
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.bs__location_pin_card_contact_button {
    margin-top: 24px;
}

.bs__locations-found-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 48px;
    justify-content: center;
}

.bs__location-found-card:not(.bs__d-none) {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    display: flex;
    padding: 32px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: var(--dropshadow-blue);
    flex: 0 0 calc(100% /4 - ((4 - 1) * 24px / 4));
}

@media screen and (max-width: 1024px) {
    .bs__location-found-card:not(.bs__d-none) {
        flex: 0 0 calc(100% /2 - ((2 - 1) * 24px / 2));
    }
}

@media screen and (max-width: 600px) {
    .bs__location-found-card:not(.bs__d-none) {
        flex: 0 0 calc(100% /1 - ((1 - 1) * 24px / 1));
    }
}

@media screen and (min-width: 1024px) {
    .bs__location-found-card:not(.bs__d-none) {
        width: 252px;
    }
}


.bs__location-found-card:not(.bs__d-none):hover {
    background: var(--card-hover-blue);
}

.bs__location-found-card-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.bs__location-found-text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.bs__location-found-card-title {
    color: var(--dark-blue-te);
    font-family: Ubuntu, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding-bottom: 16px;
}

.bs__location-found-card-row {
    color: var(--dark-blue-te);
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    display: flex;
    flex-direction: column;
    padding-bottom: 16px;
}

.bs__location-found-card-row-first {
    color: var(--light-gray-te);
    line-height: 24px;
}

.bs__location-found-card-contact {
    display: flex;
    flex-direction: column;
    word-wrap: break-word;
}

.bs__location-found-card-contact a {
    color: var(--dark-blue-te);
    font-family: Ubuntu, sans-serif;
    font-weight: 400;
    line-height: 24px;
}

.bs__location-found-tags {
    margin-top: 24px;
    margin-bottom: 24px;
}

.bs__location-found-tag-wrapper {
    border-radius: 8px;
    border: 1px solid var(--card-hover-blue);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    background-color: #fff;
    gap: 4px;
    flex-wrap: wrap;
}

.bs__location-found-tag-wrapper img {
    flex-basis: 50%;
    max-width: 79px !important;
    height: auto;
}

.bs__location-found-card-button {
    margin-bottom: 0;
    margin-top: auto;
    height: 38px;
    padding: 7px 32px;
}

/* ============ Departments list =========== */

.bs__city_site_main {
    background-image: url('/wp-content/plugins/showcase/public/images/cartoon_art_background.svg');
    background-repeat: no-repeat;
    background-position: 0 500px;
}

.bs__department_heading {
    text-align: center;
    padding-bottom: 0;
}

.bs__department_cards_wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
    margin: 48px 0;
    justify-content: center;
}

.bs__department_card_wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.bs__department_card {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    display: flex;
    padding: 32px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: var(--dropshadow-blue);
    flex: 0 0 calc(100% /4 - ((4 - 1) * 24px / 4));
}

@media screen and (max-width: 1024px) {
    .bs__department_card {
        flex: 0 0 calc(100% /2 - ((2 - 1) * 24px / 2));
    }
}

@media screen and (max-width: 600px) {
    .bs__department_card {
        flex: 0 0 calc(100% /1 - ((1 - 1) * 24px / 1));
    }
}

@media screen and (min-width: 1024px) {
    .bs__department_card {
        width: 252px;
    }
}


.bs__department_card:hover {
    background: var(--card-hover-blue);
}

.bs__department_card-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.bs__department_text_wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.bs__department_card_title {
    color: var(--dark-blue-te);
    font-family: Ubuntu, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding-bottom: 16px;
}

.bs__department_card_row {
    color: var(--dark-blue-te);
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    display: flex;
    flex-direction: column;
    padding-bottom: 16px;
}

.bs__department_card_row_first {
    color: var(--light-gray-te);
    line-height: 24px;
}

.bs__department_card_contact {
    display: flex;
    flex-direction: column;
    word-wrap: break-word;
}

.bs__department_card_contact a {
    color: var(--dark-blue-te);
    font-family: Ubuntu, sans-serif;
    font-weight: 400;
    line-height: 24px;
}

.bs__department_tags {
    margin-top: 24px;
    margin-bottom: 24px;
}

.bs__department_tag_wrapper {
    border-radius: 8px;
    border: 1px solid var(--card-hover-blue);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    background-color: #fff;
    gap: 4px;
    flex-wrap: wrap;
}

.bs__department_tag_wrapper img {
    max-width: 100%;
    height: auto;
}

.bs__department-card-button {
    margin-bottom: 0;
    margin-top: auto;
    height: 38px;
    padding: 7px 32px;
}

/*------------------------------------------------*/
/*-----------------[HEADER]-----------------------*/
/*------------------------------------------------*/

.bs_breadcrumbs_section {
    background-image: url('/wp-content/uploads/2023/07/Frame-15-1-scaled.jpg');
    padding: 54px 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    margin-bottom: 64px;
}

.bs_breadcrumbs_container {
    padding: 27px 0;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.bs_breadcrumbs {
    color: #FFF;
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    gap: 2px;
}

.bs_breadcrumbs a {
    color: #FFF;
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.bs_breadcrumbs span {
    font-size: 14px;
}

.bs_breadcrumbs_current {
    color: #FFF;
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
}

.bs_breadcrumbs_title {
    color: #FFF;
    font-family: Ubuntu, sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.bs_breadcrumbs_subtitle {
    color: #FFF;
    font-family: Ubuntu, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* ============ Partner =========== */

.bs__partner_site_main {
    background-image: url('/wp-content/plugins/showcase/public/images/cartoon_art_background.svg');
    background-repeat: no-repeat;
    background-position: 0 500px;
}

.bs__partner_description {
    color: var(--dark-blue-te);
    display: flex;
    flex-direction: column;
    padding: 32px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    border-radius: 8px;
    background: #FFF;
    box-shadow: var(--dropshadow-blue);
}

.bs__partner_learning_methods {
    display: flex;
    padding: 32px;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 24px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #DEF1FF;
    background: #FFF;
    margin: 48px 0;
    flex-wrap: wrap;
}

.bs__partner_method_card {
    width: 0;
    min-width: 230px;
    position: relative;
    border-radius: 8px;
    flex: 0 0 calc(100% /4 - ((4 - 1) * 24px / 4));
}

.bs__partner_learning_methods .teddy-eddie {
    background-color: #008BD2;
}

.bs__partner_learning_methods .savvy-ed {
    background-color: #1960AB;
}

.bs__partner_learning_methods .edwards-league {
    background-color: #29354F;
}

.bs__partner_method_card_content {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin: 9px 11px;
}

.bs__partner_method_card_flag_icon {
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom-right-radius: 8px;
}

/* .bs__partner_method_card_info {} */

.bs__partner_method_card_info_line {
    display: inline-block;
    width: 100%;
    height: 1px;
    border-top: 1px solid black;
}

.bs__partner_method_card_info .bs__partner_method_card_info_line {
    border-color: white;
}

.bs__partner_method_card_info_text {
    padding-bottom: 0;
    color: white;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.bs__partner_method_card_info_text.bs__first {
    text-transform: uppercase;
    font-family: Ubuntu, sans-serif;
    font-size: 12px;
    font-weight: 700;
}

@media screen and (max-width: 600px) {
    .bs__partner_method_card_info_text.bs__first {
        font-size: 11px;
    }
}



.bs__partner_method_card_info_text.bs__second {
    font-family: Ubuntu, sans-serif;
    font-size: 11px;
    margin-top: 4px;
    font-weight: 400;
}

.bs__partner_method_card_info_text.bs__third {
    text-transform: uppercase;
    font-family: Ubuntu, sans-serif;
    font-size: 9px;
    margin-top: 4px;
    font-weight: 700;
}

.bs__partner_method_card_image_wrapper {
    position: relative;
}

.bs__partner_method_card_image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.teddy-eddie .bs__partner_method_card_image {
    max-width: 60px;
    height: auto;
}

.savvy-ed .bs__partner_method_card_image {
    top: calc(50% - 3px);
    max-width: 65px;
    height: auto;
}

.edwards-league .bs__partner_method_card_image {
    top: calc(50% - 2px);
    max-width: 51px;
    height: auto;
}

.bs__partner_method_card_image_badge {
    max-width: 90px;
}

.bs__partner_departments_heading {
    margin: 48px 0;
    font-size: 24px;
    padding: 0;
}

.bs__partner_department_card {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    display: flex;
    padding: 32px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: var(--dropshadow-blue);
    flex: 0 0 calc(100% /4 - ((4 - 1) * 24px / 4));
}

@media screen and (max-width: 1024px) {
    .bs__partner_department_card {
        flex: 0 0 calc(100% /3 - ((3 - 1) * 24px / 3));
    }
}

@media screen and (max-width: 680px) {
    .bs__partner_department_card {
        flex: 0 0 calc(100% /2 - ((2 - 1) * 24px / 2));
    }
}

@media screen and (max-width: 500px) {
    .bs__partner_department_card {
        flex: 0 0 calc(100% /1 - ((1 - 1) * 24px / 1));
    }
}

.bs__partner_department_cards_wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 48px;
}

.bs__partner_department_title {
    padding: 0;
    padding-bottom: 16px;
    font-size: 16px;
}

.bs__partner_department_address_row {
    padding: 0;
    font-family: Ubuntu, sans-serif;
    color: var(--light-gray-te);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.bs__partner_department_contact {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
}

.bs__partner_department_contact_row {
    padding: 0;
    color: var(--dark-blue-te);
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    word-wrap: break-word;
}

.bs__popup_gallery_wrapper {
    position: relative;
}

.bs__popup_gallery_background_image {
    position: absolute;
    bottom: 0;
    left: -125px;
    z-index: -1;
}

.bs__partner_popup_gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 64px;
}

.bs__partner_popup_gallery_image_wrapper>img {
    width: auto;
    max-height: 220px;
}

.bs__partner_header {
    display: flex;
    flex-direction: row;
    align-items: center;
}

@media screen and (max-width: 700px) {
    .bs__partner_header {
        flex-direction: column;
        align-items: center;
    }
}

.bs__partner_header_image_wrapper:not(:empty) {
    padding: 32px;
    background-color: white;
    border-radius: 8px;
    margin-right: 24px;
    box-shadow: var(--dropshadow-blue);
}

@media screen and (max-width: 700px) {
    .bs__partner_header_image_wrapper:not(:empty) {
        margin-right: 0;
        margin-bottom: 24px;
    }
}

.bs__partner_header_image_wrapper img {
    max-width: 112px;
    height: auto;
}

.bs__partner_header_content_wrapper {
    flex-direction: column;
}

.bs__partner_header_title {
    padding: 0;
    margin-bottom: 8px;
    font-family: Ubuntu;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: white;
    word-break: break-word;
}

@media screen and (max-width: 700px) {
    .bs__partner_header_title {
        font-size: 24px;
    }
}

.bs__partner_header_phones {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.bs__partner_header_phones a {
    color: white;
    font-family: Ubuntu;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media screen and (max-width: 700px) {
    .bs__partner_header_phones a {
        font-size: 16px;
    }
}

.bs__partner_header_phones .bs__partner_dot_divider_wrapper:last-child {
    display: none;
}

.bs__partner_dot_divider_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bs__partner_dot_divider_wrapper svg {
    position: relative;
}

.bs__partner_dot_divider_wrapper circle {
    fill: white;
}

.bs__partner_header_online_contact {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.bs__partner_header_online_contact a {
    color: white;
    font-family: Ubuntu;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media screen and (max-width: 700px) {
    .bs__partner_header_online_contact a {
        font-size: 16px;
    }
}

/*------------------------------------------------*/
/*-------------------[Footer]---------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*--------------------[RWD]-----------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*--[ADD TUTORIAL CUSTOMIZATION BELOW THIS LINE]--*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
