html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    background-color: #F5F5F5;
}

.topper {
    padding-top: 40px;
    background-image: linear-gradient(to right, #FF4081, #FF80AB);
    color: white;
}

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

.icon div {
    margin-left: 10px;
    text-align: center;
    font-weight: 500;
}

.icon img {
    width: 40px;
    height: 40px;
    border-radius: 8%;
}

.header {
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.language-container .dropdown-menu {
    padding: 0;
}

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

.language-icon .active {
    border: 2px solid white;
}

.language-icon img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin-right: 10px;
    border: 2px solid white;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15), 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.language-icon:hover {
    cursor: pointer;
}

#bmc-wbtn {
    position: fixed !important;
}

.floating-btn {
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #ff4081;
    color: #fff;
    border: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    z-index: 1000;
}

.floating-btn:hover {
    background-color: #e03672;
}

.floating-btn svg {
    width: 24px;
    height: 24px;
    fill: #fff;
}

.btn {
    background-image: linear-gradient(to right, #FF4081, #FF80AB);
    color: white;
}

.btn:hover {
    background-image: linear-gradient(to right, #E63673, #E6739A);
    color: white;
}


.btn-white {
    width: 250px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

    color: #FF538E;
    background-image: none;
    background-color: white;

    font-weight: bold;
    font-size: 15pt;
}

.btn-white:hover {
    color: #FF538E;
    background-image: none;

    background-color: #FFE6EC; /* Светло-розовый фон */
    border: 1px solid #FF538E; /* Розовая обводка */
}

.href {
    color: #d63384;
    text-decoration: none;
}

.href:hover {
    text-decoration: underline; /* Подчеркивание при наведении */
    color: #FF538E; /* Темнее при наведении */

    cursor: pointer;
}

.modal-backdrop {
    z-index: 10002;
}

.modal {
    z-index: 10003;
}

.modal-content {
    border-radius: 20px;
    padding: 20px;
}

.hint {
    color: #212529;
    margin-top: 0;
    font-size: 10pt;
}

.navbar-brand {
    color: white;
}

/* Убираем обводку при фокусе */
.navbar-toggler:focus, .navbar-toggler:active, .navbar-toggler {
    outline: none;
    box-shadow: none;
    border: none;
}

/* Делаем иконку бургера толще и белой */
.navbar-toggler-icon {
    filter: brightness(0) invert(1); /* Делаем белым */
    width: 40px;
    height: 40px;
}

.login-btn:hover {
    cursor: pointer;
    filter: brightness(0.95);
}

.sm.language-icon.active img {
    border: 2px solid #FF538E;
}

.offcanvas-backdrop.show {
    opacity: 0;
}

.offcanvas {
    z-index: 10000;
}

.offcanvas.show, .offcanvas.showing {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(8px);
}

.navbar-brand:hover {
    color: lightgray;
}

.gap {
    height: 70px;
}

@media (max-width: 1000px) {
    .gap {
        height: 30px;
    }
}

.google {
    font-weight: normal !important;
    font-size: var(--bs-btn-font-size) !important;
    background-image: none;
    background-color: white;
    color: #47515A;
    box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.2);
}

.google:hover {
    background-image: none;
    background-color: #efefef;
    color: black;
}

.twitter {
    font-weight: normal !important;
    font-size: var(--bs-btn-font-size) !important;
    background-image: none;
    background-color: black;
    color: white;
    box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.2);
}

.twitter:hover {
    background-image: none;
    background-color: #565656;
    color: white;
}

.vkontakte, .vk-id {
    font-weight: normal !important;
    font-size: var(--bs-btn-font-size) !important;
    background-image: none;
    background-color: #406B96;
    color: white;
    box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.2);
}

.vkontakte:hover, .vk-id:hover {
    background-image: none;
    background-color: #5A86B0;
    color: white;
}

.custom-footer {
    text-align: center;
    padding: 30px 20px;
}

.custom-footer a {
    text-decoration: underline;
    margin-left: 10px;
    transition: opacity 0.3s;
    color: var(--bs-body-color);
}

.custom-footer a:hover {
    opacity: 0.8;
}

.cookie {
    display: none;
    max-width: 320px;
    position: fixed;
    bottom: 0;
}

@media (max-width: 1000px) {
    .cookie {
        max-width: 200px;
    }
}
