:root {
    --mclr-white: #FFFFFF;
    --mclr-red: #BD0F10;
    --mclr-BE: #BEBEBE;
    --mclr-EC: #ECECEC;
    --mclr-19: #191919;
}

@media (max-width:991px) {
    .custom-hor-padding {
        padding: 0 40px !important;
    }
}

@media (min-width:992px) and (max-width:1099px) {
    .custom-hor-padding {
        padding: 0 45px !important;
    }
}

@media (min-width:1400px) and (max-width:1499px) {
    .custom-hor-padding {
        padding: 0 25px !important;
    }
}

@media (min-width:1500px) {
    .custom-hor-padding {
        padding: 0 !important;
    }
}

.main-info-svg {
    position: absolute;
    top: 20%;
}

.stethoscope-img {
    min-height: 142px;

    @media (min-width:576px) {
        min-height: 272px;
    }

    @media (min-width:768px) {
        min-height: 318px;
    }

    @media (min-width:992px) {
        min-height: 330px;
    }

    @media (min-width:1200px) {
        min-height: 275px;
    }

    @media (min-width:1400px) {
        min-height: 314px;
    }
}

.header-contacts-phone-email {
    padding: 0 20px;
}

.header-contacts-whatsapp,
.header-contacts-email,
.header-contacts-phone {
    color: var(--mclr-19);
    text-decoration: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: start;
}

.header-contacts-whatsapp {
    padding: 0 20px;
}

.header-contacts-email {
    padding: 0 0 0 10px;
}

.header-contacts-phone {
    min-width: 160px;
}

@media (min-width:1400px) {
    .header-contacts-whatsapp {
        min-width: 220px;
    }
}

.mt-80px {
    margin-top: 80px;
}

.text-red {
    color: var(--mclr-red);
}

.bg-red {
    background-color: var(--mclr-red);
}

.side-icons-wrapper {
    position: fixed;
    right: 0;
}

.side-icon {
    background-color: var(--mclr-red);
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.header-img {
    height: 30px;
    max-height: 30px;
    min-height: 30px;

    width: 30px;
    max-width: 30px;
    min-width: 30px;
}

.header-line {
    border: none;
    border-top: 1px solid var(--mclr-BE);
    border-bottom: 1px solid var(--mclr-BE);
}

.left-border-BE {
    border-left: 1px solid var(--mclr-BE);
}
.right-border-BE {
    border-right: 1px solid var(--mclr-BE);
}

.top-border-BE {
    border-top: 1px solid var(--mclr-BE);
}

.bottom-border-BE {
    border-bottom: 1px solid var(--mclr-BE);
}

.top-border-19 {
    border-top: 1px solid var(--mclr-19);
}

.header-home-btn,
.header-burger-btn {
    min-height: 100%;
    min-width: 57px;
    transition: 0.2s;
}

.red-button,
.red-button-without-hover {
    background-color: var(--mclr-red);
    width: 100%;
    min-height: 40px;
    font-size: 12px;
    font-weight: 700;
    color: var(--mclr-white);
    border: 2px solid var(--mclr-red);
    transition: 0.2s;
}

.red-button:hover {
    background-color: var(--mclr-white);
    color: var(--mclr-red);
}
.red-button:disabled  {
    opacity: 0.5;
    background-color: var(--mclr-red);
    color: var(--mclr-white);
}
.red-button:disabled:hover  {
    opacity: 0.5;
    background-color: var(--mclr-red);
    color: var(--mclr-white);
}

.header-menu-btn {
    min-width: 95px;
    min-height: 100%;
    border-left: 1px solid var(--mclr-BE);
    display: none;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: var(--mclr-19);
    transition: 0.2s;
}

.text-red-hover:hover {
    color: var(--mclr-red);
}

.header-wrapper-overlay-subheader {
    position: fixed;
    max-height: 0px;
    overflow: hidden;
    left: -1500px;
    transition: 0.3s;
}

.header-wrapper-overlay-subheader.active {
    height: 100vh;
    width: 100%;
    max-height: 1500px;
    left: 0;
    top: 0;
}

.header-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000060;
}

.header-subheader {
    position: relative;
    background-color: var(--mclr-EC);
    max-width: 300px;
}

.subheader-menu {
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: var(--mclr-19);
}

/* .subheader-menu:hover {
    background-color: var(--mclr-white);
    color: var(--mclr-19);
} */

.subheader-close-btn {
    position: absolute;
    background: none;
    right: 10px;
    top: 10px;
}

@media (min-width:768px) {
    .header-img {
        height: 50px;
        max-height: 50px;
        min-height: 50px;

        width: 50px;
        max-width: 50px;
        min-width: 50px;
    }

    .header-subheader {
        max-width: 520px;
    }

    .red-button {
        min-height: 51px;
    }

    .side-icon {
        height: 60px;
        width: 60px;
    }
}

@media (min-width:992px) {
    .header-img {
        height: 60px;
        max-height: 60px;
        min-height: 60px;

        width: 60px;
        max-width: 60px;
        min-width: 60px;
    }

    .header-menu-btn {
        display: flex;
    }

    .red-button {
        min-height: 56px;
    }

    .mt-120px {
        margin-top: 120px;
    }
}

@media (min-width:1200px) {
    .header-menu-btn {
        min-width: 120px;
    }
}

.accordion-program-row .accordion-program-row-header {
    cursor: pointer;
}

.accordion-program-row .accordion-program-row-body {
    max-height: 0px;
    margin-top: 0;
    overflow: hidden;
    transition: max-height 0.3s, margin-top 0.5s;
}

.accordion-program-row.active .accordion-program-row-body {
    max-height: 1500px;
    margin-top: 24px;
}

.accordion-program-row .accordion-program-row-svg {
    min-width: 25px;
    min-height: 26px;
    margin: 0 0 0 10px;
    transform: scale(1, -1);
    transition: 0.5s;
}

.accordion-program-row.active .accordion-program-row-svg {
    transform: scale(1, 1);
}

.speakers-img {
    max-width: 280px;
    max-height: 280px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
    display: block;
    position: relative;
    transition: 0.3s
}

.speakers-wrapper {
    width: 240px;
    height: 240px;
    overflow: hidden;
    position: relative;
}

.speaker-card-wrapper {
    cursor: pointer;
}

.speaker-card-wrapper:hover .speakers-img {
    scale: 1.2;
}

@media (min-width:768px) {
    .speakers-wrapper {
        width: 280px;
        height: 280px;
        overflow: hidden;
        position: relative;
    }
}

@media (min-width:992px) {
    .main-info-svg {
        top: 32%;
    }
}

@media (min-width:1400px) {
    .speakers-wrapper {
        width: 220px;
        height: 220px;
        overflow: hidden;
        position: relative;
    }

    .main-info-svg {
        top: 25%;
    }

    .header-menu-btn {
        min-height: 60px;
    }
}

@media (min-width:2100px) {
    .main-info-svg {
        display: none;
    }
}