
:root {
    /* :::Directorio Raises::: */
    --dr-darkblue: #101F44;
    --dr-darkestblue: #09142E;
    --dr-green: #DCFC56;
    --dr-lightgray: #F4F4F4;
    --dr-white: #ffffff;
    --dr-accordion-btn-icon: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYgOEgwVjZINlYwSDhWNkgxNFY4SDhWMTRINlY4WiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzIwMF81NDIpIi8+CjxkZWZzPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfMjAwXzU0MiIgeDE9IjAiIHkxPSIwIiB4Mj0iMTYuNzQ4MyIgeTI9IjUuMjc2MjkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iIzIzNjFDMyIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiMwNTBFMkMiLz4KPC9saW5lYXJHcmFkaWVudD4KPC9kZWZzPgo8L3N2Zz4K);
    --dr-accordion-btn-active-icon: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYgOEgwVjZINlYwSDhWNkgxNFY4SDhWMTRINlY4WiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzIwMF81NDIpIi8+CjxkZWZzPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfMjAwXzU0MiIgeDE9IjAiIHkxPSIwIiB4Mj0iMTYuNzQ4MyIgeTI9IjUuMjc2MjkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iIzIzNjFDMyIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiMwNTBFMkMiLz4KPC9saW5lYXJHcmFkaWVudD4KPC9kZWZzPgo8L3N2Zz4K);
    /* RGBA ---- */
    --dr-darkblue-rgb: 16, 31, 68;
}
/* https://www.figma.com/design/ljULiscY8YvAZCe8Vqr46p/RAISES---ADMIN-11.12.2024?node-id=6-1042&node-type=frame&t=ov9zIFkyXpA2NRwO-0 */
@font-face {
    font-family: 'Brulia';
    src: url(../font/Brulia-Display.woff2) format('woff2');
}
@font-face {
    font-family: 'Brulia';
    src: url(../font/Brulia-Display.woff2) format('woff2');
}
@font-face {
    font-family: 'Inter';
    src: url(../font/Inter-Regular-slnt=0.woff2) format('woff2');
}
@font-face {
    font-family: 'Homade';
    src: url(../font/Homade-SemiBoldItalic.woff2) format('woff2');
}

* {
    box-sizing: border-box;
}
body,
html {
    margin: 0;
    padding: 0;
    width: 100%;
}
html {
    scroll-behavior: smooth;
}
/* .scroll-sidebar {
    box-sizing: none;
} */
/* width */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px var(--dr-darkblue);
    border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: var(--dr-darkblue);
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--rd-green);
}
.navbar-toggler {
    background-color:var(--dr-green)!important
}
.dr-login-link,
.dr-login-link a {
    color: var(--dr-darkblue)!important;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 14px;
}
.dr-login-link a {
    font-weight: 600;
}
.dr-login-link a:hover {
    color: var(--dr-darkblue)!important;
}
.dr-login-link img {
    width: 14px;
    height: 14px;
    object-fit: contain;
}
/* Utils --------------- */
.valid-feedback,
.invalid-feedback,
.gral-message {
    font-size: .86rem;
    font-weight: 500;
    line-height: 1.2;
    margin: 0.45rem 0;
    display: block;
    font-family: 'Inter';
}
.gral-message {
    font-size: 16px;
}
.gral-message.invalid-feedback {
    display: block!important;
}
.gral-message.valid-feedback {
    display: block!important;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: var(--bs-form-valid-color);
}

.dr-spacing-sm {
  letter-spacing: 0.05rem;
}
.btn {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 16px;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    --bs-btn-border-radius: 25px;
    --bs-btn-border-width: 2px
}

.btn-primary {
    --bs-btn-bg: var(--dr-darkblue);
    --bs-btn-color: var(--dr-white);
    --bs-btn-border-color: var(--dr-darkblue);
    --bs-btn-hover-color: var(--dr-darkblue);
    --bs-btn-hover-bg: var(--dr-white);
    --bs-btn-hover-border-color: var(--dr-darkblue);
    --bs-btn-active-bg: var(--aq-light-blue);
    --bs-btn-active-border-color: var(--dr-darkblue);
}
.btn-dark {
    --bs-btn-bg: var(--aq-blue);
    --bs-btn-color: var(--dr-white);
    --bs-btn-border-color: var(--aq-blue);
    --bs-btn-hover-color: var(--aq-blue);
    --bs-btn-hover-bg: var(--dr-white);
    --bs-btn-hover-border-color: var(--aq-blue);
    --bs-btn-active-bg: var(--dr-white);
    --bs-btn-active-border-color: var(--aq-gray);
    --bs-btn-active-color: var(--aq-blue);
}
.btn-white {
    --bs-btn-bg: var(--dr-white);
    --bs-btn-color: var(--aq-blue);
    --bs-btn-border-color: var(--dr-white);
    --bs-btn-hover-color: var(--dr-white);
    --bs-btn-hover-bg: var(--aq-blue);
    --bs-btn-hover-border-color: var(--aq-blue);
    --bs-btn-active-bg: var(--aq-blue);
    --bs-btn-active-border-color: var(--aq-blue);
}
.btn-green {
    --bs-btn-bg: var(--dr-green);
    --bs-btn-color: var(--dr-darkblue);
    --bs-btn-border-color: var(--dr-green);
    --bs-btn-hover-color: var(--dr-white);
    --bs-btn-hover-bg: var(--dr-darkblue);
    --bs-btn-hover-border-color: var(--dr-darkblue);
    --bs-btn-active-bg: var(--dr-green);
    --bs-btn-active-border-color: var(--dr-green);
}
.btn-outline-white {
    --bs-btn-color: var(--dr-white);
    --bs-btn-border-color: var(--dr-white);
    --bs-btn-hover-color: var(--aq-blue);
    --bs-btn-hover-bg: var(--dr-white);
    --bs-btn-hover-border-color: var(--dr-white);
    --bs-btn-focus-shadow-rgb: 33, 37, 41;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #212529;
    --bs-btn-active-border-color: #212529;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #212529;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #212529;
    --bs-gradient: none;
}
.btn-gradient {
    --bs-btn-color: var(--dr-white);
    --bs-btn-border-color: linear-gradient(90deg, rgba(35,97,195,1) 0%, rgba(5,14,44,1) 100%)!important;
    --bs-btn-hover-color: var(--dr-white);
    --bs-btn-active-border-color: var(--dr-white);
    --bs-btn-hover-bg: var(--aq-blue);
    --bs-btn-hover-border-color:transparent;
    --bs-btn-active-bg: var(--dr-white);
    --bs-btn-active-border-color: transparent;
    background: linear-gradient(90deg, rgba(35,97,195,1) 0%, rgba(5,14,44,1) 100%);
    transition: all 3s ease;
}
.btn-gradient:hover {
    --bs-btn-color: var(--aq-light-gray);
    background: linear-gradient(90deg, rgba(5,14,44,1) 0%, rgba(35,97,195,1) 100%);
}
.btn-gradient.active {
    color: var(--dr-white);
    background: var(--aq-light-blue);
}
.btn.dr-btn-big {
    font-size: 14px !important;
    padding: 10px 30px;
    border-radius: 100px;
}
.btn.dr-btn-big.register {
    font-size: 12px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn.dr-fit-content {
    width: fit-content !important;
}

/* Navbar --------------- */
header {
    position: fixed;
    z-index: 4;
    top: 0;
    width: 100%;
    font-family: 'Brulia';
    font-weight: 700;
    background-color: var(--dr-darkblue);
}
.navbar-brand {
    --bs-navbar-brand-padding-y: 0;
    padding: 0;
}
.navbar-nav {
    width: 100%;
    gap: unset;
    justify-content: end; 
 }
.navbar-nav .nav-link {
    border-radius: 30px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    color: var(--dr-white);
    font-weight: 400;
 }
 .navbar-nav .nav-link.active {
    padding: 8px 18px;
    font-weight: 600;
    color: var(--dr-green);
 }
.aq-navbar-logo {
    width: auto;
    height: 40px;
    object-fit: cover;
}
.navbar-expand-lg .navbar-collapse.aqtreat {
    align-items: center;
    justify-content: space-between;
}
.navbar-expand-lg .navbar-nav.draises {
    gap: 0;
    letter-spacing: 1px;
    align-items: start;
    justify-content: center;
}
.aq-contact-head {
    width: 100%;
    max-width: unset;
}
.preloader {
    width: 100%;
    height: 100%;
    top: 0px;
    position: fixed;
    z-index: 99999;
    background: var(--dr-white);
    font-family: 'Brulia';
}

.preloader .cssload-speeding-wheel {
    position: absolute;
    top: calc(50% - 3.5px);
    left: calc(50% - 3.5px)
}

.loader, .loader__figure {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.loader {
    overflow: visible;
    padding-top: 2em;
    height: 0;
    width: 2em
}

.loader__figure {
    height: 0;
    width: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0 solid var(--dr-darkblue);
    border-radius: 50%;
    -webkit-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1)
}

.loader__label {
    float: left;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0.5em 0 0 50%;
    font-size: 0.875em;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    color: var(--dr-darkblue);
    white-space: nowrap;
    -webkit-animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1)
}

@-webkit-keyframes loader-figure {
    0% {
        height: 0;
        width: 0;
        background-color: var(--dr-darkblue)
    }
    29% {
        background-color: var(--dr-darkblue)
    }
    30% {
        height: 2em;
        width: 2em;
        background-color: transparent;
        border-width: 1em;
        opacity: 1
    }
    to {
        height: 2em;
        width: 2em;
        border-width: 0;
        opacity: 0;
        background-color: transparent
    }
}

@-moz-keyframes loader-figure {
    0% {
        height: 0;
        width: 0;
        background-color: var(--dr-darkblue)
    }
    29% {
        background-color: var(--dr-darkblue)
    }
    30% {
        height: 2em;
        width: 2em;
        background-color: transparent;
        border-width: 1em;
        opacity: 1
    }
    to {
        height: 2em;
        width: 2em;
        border-width: 0;
        opacity: 0;
        background-color: transparent
    }
}

@keyframes loader-figure {
    0% {
        height: 0;
        width: 0;
        background-color: var(--dr-darkblue)
    }
    29% {
        background-color: var(--dr-darkblue)
    }
    30% {
        height: 2em;
        width: 2em;
        background-color: transparent;
        border-width: 1em;
        opacity: 1
    }
    to {
        height: 2em;
        width: 2em;
        border-width: 0;
        opacity: 0;
        background-color: transparent
    }
}

@-webkit-keyframes loader-label {
    0% {
        opacity: 0.25
    }
    30% {
        opacity: 1
    }
    to {
        opacity: 0.25
    }
}

@-moz-keyframes loader-label {
    0% {
        opacity: 0.25
    }
    30% {
        opacity: 1
    }
    to {
        opacity: 0.25
    }
}

@keyframes loader-label {
    0% {
        opacity: 0.25
    }
    30% {
        opacity: 1
    }
    to {
        opacity: 0.25
    }
}
section {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding-bottom: 60px;
    padding: 0;
    background-color: var(--dr-white);
    font-family: 'Brulia';
}
section.dr-content {
    margin: 56px 0 0 0;
    height: auto;
}
footer {
    width: 100%;
    height: auto;
    color: var(--dr-white);
    background: #09142E;
}
.dr-footer-wrapper {
    padding: 24px 0 12px 0;
}
.dr-contact-captcha {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
/* footer */

.dr-footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    align-items: center;
    justify-items: center;
    gap: 24px;
}

.dr-footer-links {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    justify-content: space-evenly;
}

.dr-footer-links a,
.dr-footer-links p {
    font-family: Inter;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.05em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    width: fit-content;
    color: var(--dr-white);
    margin: 0;
}

.dr-footer-links span {
    display: none;
}

.dr-footer-social-links {
    display: inline-flex;
    align-items: baseline;
    gap: 16px;
}

.dr-footer-social-links img {
    width: auto;
    height: 18px;
    object-fit: contain;
    display: inline-block;
}

.dr-footer-metodika {
    padding-top: 24px;
}

.dr-footer-metodika p,
.dr-footer-metodika a {
    color: #6D6D6D;
    font-size: 14px;
    text-align: center;

}

/* footer */

.dr-privacy {
    font-family: Inter;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.05em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-transform: uppercase;    
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}
.dr-privacy a,
.dr-development a,
.dr-social-media a {
    text-decoration: none;
    color: var(--dr-white);
}
.dr-footer-wrapper .dr-logo img {
    width: auto;
    height: 30px;
    object-fit: contain;
}
.dr-development {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 24px 0 0 0;
}
.dr-development a {
    color:  #6D6D6D;
}
.dr-social-media {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}
.dr-social-media a img {
    width: 16px;
    height: 16px;
    object-fit: contain;
    display: inline;
}
/* ------------------------- */
.carousel-item {
    height: auto;
}
.carousel-item>img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}
/* Login ------------------ */
.skin-login {
    position: relative;
    background: var(--dr-darkblue);
}
img.banner-login {
    position: absolute;
    width: 100%;
    height: auto;
    height: 500px;
}
.dr-login-title {
    font-family: 'Brulia';
    font-weight: 400;
    margin: 0 0 48px 0;
    font-size: 34px;
    text-align: center;
}
.login-box.card .form-group label,
.login-box.card .form-group input,
.login-box.card .text-recovery {
    font-family: 'Inter';
    font-weight: 600;
    color: var(--dr-darkblue);
}
.login-box.card .form-group label {
    text-transform: uppercase;
    padding: 0 0 0 12px;
}
.login-box.card .form-group input {
    border-radius: 8px;
    height: 42px;
}
.login-box.card {
    padding: 12px 24px;
    border-radius: 10px;
    background: var(--dr-lightgray);
}
.to-recover {
    margin: 24px 0 48px 0;
}
.to-recover a {
    color: var(--dr-darkblue);
    font-family: 'Inter';
    font-weight: 500;
    font-size: 12px;
}
.to-recover a:hover {
    color: var(--dr-darkblue);
}
.to-recover.back a {
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
}
.to-recover.back a img{
    width: 12px;
    height: 12px;
    object-fit: contain;
}
.login-box.card .text-recovery {
    margin: 24px 0 48px 0;
}
/* Landing - Home ---------------------- */
.dr-carousel-home .carousel-caption {
    z-index: 1;
}
.dr-carousel-home .carousel-indicators [data-bs-target] {
    background-color: var(--dr-white);
    opacity: .40;
}
.dr-carousel-home .carousel-indicators .active {
    background-color: var(--dr-green);
    opacity: 1;
}
.dr-carousel-home .layout {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(244, 244, 244, 0) -11.26%, rgba(148, 147, 147, 0.472) 27.77%, #000 110%);
}
.dr-carousel-home h5.dr-title {
    font-family: Inter;
    font-size: 14px;
    font-weight: 700;
    margin: 20px 0;
    letter-spacing: 0.05em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-transform: uppercase;
}
.dr-carousel-home p.dr-text {
    font-family: Homade;
    font-style: italic;
    font-weight: 600;
    letter-spacing: -0.01em;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--dr-white);
    font-size: 3vw;
    text-align: center;
    line-height: 1.2;
}
.dr-carousel-home p.dr-text>span {
    font-size: 2.7vw;
    font-family: Brulia;
    font-style: normal;
    font-weight: 400;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--dr-green); 
    
}
section.dr-download-home {
    color: var(--dr-white);
    background: var(--dr-darkblue);
    margin: 0;
    padding: 60px 12px;
}
section.dr-download-home .bg-layer {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
}
section.dr-download-home .bg-layer>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
section.dr-download-home img.dr-title-logo {
    width: auto;
    height: 20px;
    display: block;
}
.dr-benefits {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}
.dr-benefits img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.dr-download-home-col {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    position: relative;
    z-index: 1;
}
.dr-download-home .dr-title-text {
    font-family: Brulia;
    font-size: 2vw;
    font-weight: 400;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--dr-green);
    line-height: 1.1;
    margin: 24px 0;
}
.dr-download-home .dr-desc {
    font-family: Inter;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    letter-spacing: .5px;
}
.dr-download-home .dr-desc>span {
    margin: 24px 0 0 0;
    display: block;
    font-weight: bold;
}
.dr-download-home .dr-text-download {
    font-family: Inter;
    font-weight: 400;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;    
}

.dr-download-home-app {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 12px;
    margin: 12px 0;
}
.btn.dr-btn-download {
    width: auto;
    height: 50px;
    padding: 0;
}
.dr-btn-download>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.dr-banner-background {
    width: 100%;
    height: 400px;
    display: flex;
    align-items: flex-start;
    position: relative;
    margin: 0;
    padding: 24px 12px;
    background-size: cover;
    background-image: url(../img/dr-banner-background.png);
    background-position-y: bottom;
    position: relative;
}
.dr-banner-background.home {
    height: 300px;
}
.dr-banner-background .layout1,
.dr-banner-background .layout2 {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.dr-banner-background .layout1 {
    background: linear-gradient(275.44deg, rgba(188, 185, 185, 0) 37.49%, rgba(137, 135, 135, 0.503914) 54.61%, rgb(0,0,0,.7) 100%);
}
.dr-banner-background .layout2 {
    background: linear-gradient(180deg, rgba(188, 185, 185, 0) 56.87%, rgb(0,0,0,.7) 100%)
}
.dr-banner-background-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 0;
    color: var(--dr-white);
    font-family: Inter;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    z-index: 1;
    bottom: 50px;
    left: 0;
}
.dr-banner-background .dr-title {
    font-family: Brulia;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--dr-white);
    position: relative;
    z-index: 1;
    margin: 0;
}
.btn.dr-register {
    position: relative;
    z-index: 1;
    max-width: 240px;
    margin: 24px auto;
}
section.dr-banner-services {
    background: #F4F4F4;
    padding: 80px 12px;
}
.dr-box-wrapper {
    width: 100%;
    height: auto;
    min-height: 310px;
    margin: 12px 0;
    background: var(--dr-white);
    transition: all 0.3s ease-in-out;
    padding: 24px;
    border-radius: 8px;
}
.dr-box-wrapper:hover,
.dr-box-wrapper.active {
    background: linear-gradient(332.2deg, #DCFC56 24.45%, #64BF13 89.9%);
}
.dr-box-wrapper img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin: 12px auto;
    display: block;
}
.dr-box-wrapper:hover img,
.dr-box-wrapper.active img {
    filter: brightness(100);
}
.dr-box-content {
    text-align: center;
    font-family: Inter;
    letter-spacing: 0.05em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    width: 90%;
    height: auto;
    margin: 0 auto;
}
.dr-box-content h3 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 24px 0 12px 0;
}
.dr-box-content p {
    font-size: 16px;
    font-weight: 400;
}

/* Digital  */
section.dr-digital {
    padding: 80px 12px;
    background: var(--dr-white);
}
.dr-digital-banner {
    width: 100%;
    height: 500px;
}
.dr-digital-banner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.dr-digital-info h2 {
    font-family: Brulia;
    font-size: 2.5vw;
    font-weight: 400;
    line-height: 1.1;
    text-align: left;
    color: var(--dr-darkblue);
    margin: 24px 0;
}
.dr-digital-list {
    width: 100%;
    height: auto;
}
.dr-digital-item {
    display: flex;
    align-items: start;
    gap: 24px;
    margin: 24px 0;
}
.dr-digital-item img {
    width: 26px;
    height: 26px;
    object-fit: contain;
}
.dr-digital-item span {
    color: var(--dr-darkblue);
    font-family: Inter;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-align: left;
    line-height: 1.2;
    font-size: 16px;
}
.dr-digital-item .title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.05em;
}
.dr-digital-item .txt {
    font-weight: 400;
}
.dr-banner-background.second {
    height: auto;
    background-image: url(../img/dr-banner-background-2.png);
}
.dr-banner-background.second  .dr-title {
    margin: 0 0 12px 0;
}
.dr-banner-background.second .dr-title>span {
    font-style: italic;
}
.dr-banner-background.second .dr-banner-background-wrapper {
    position: unset;
    bottom: unset;
}
.dr-subtitle {
    color: var(--dr-white);
    text-transform: uppercase;
    font-family: Inter;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
section.contactus {
    color: var(--dr-white);
    padding: 80px 12px;
    background: var(--dr-darkblue);
}
.icon-contactus {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin: 0 0 12px 0;
}
.dr-contactus-title {
    padding: 0 0 0 100px;
}
.dr-contactus-title h2 {
    color: var(--dr-green);
    font-family: Brulia;
    font-size: 2.8vw;
    font-weight: 400;
    line-height: 1.1;
    text-align: left;
    margin: 24px 0;
}
.dr-contactus-title h2>span {
    color: var(--dr-white);
    font-family: Homade;
    font-size: 3vw;
    font-style: italic;
    font-weight: 600;
    line-height: 1.1;
    text-align: left;
    letter-spacing: 0.06rem;
}
.dr-contactus-title p>span{
    font-family: Inter;
    font-weight: 700;
    line-height: 1.1;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
form.dr-contactus label {
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-transform: uppercase;
    padding: 0 0 0 12px;
}
form.dr-contactus input {
    height: 50px;
    border-radius: 10px;
    background: #FFFFFF;
    border: 2px solid #E5F6FF;
}
form.dr-contactus .dr-send{
    max-width: 180px;
    height: 46px;
    --bs-btn-border-color: var(--dr-green);
    --bs-btn-active-bg: var(--dr-green);
    --bs-btn-active-border-color: var(--dr-green);
    --bs-btn-hover-color: var(--dr-darkblue);
    --bs-btn-hover-bg: var(--dr-white);
    --bs-btn-hover-border-color: var(--dr-green);
}
/* Bussines  */
.dr-banner-background-docs {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: nowrap;
    gap: 12px;
    position: relative;
    z-index: 1;
}
.dr-title-2 {
    color: var(--dr-green);
    font-family: Inter;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    position: relative;
    z-index: 1;
    margin: 24px 0 20px 0;
}
.dr-banner-background-docs .icon img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}
.dr-banner-background-docs .icon {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.dr-banner-background-docs .icon span {
    color: var(--dr-white);
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 12px 0 0 0;
}
/* Planes ------ */
section.dr-planes {
    padding: 80px 12px;
    background: var(--dr-darkblue);
}
.dr-plan {
    margin: 12px;
    color: var(--dr-darkblue);
    background: var(--dr-white);
    border-radius: 10px;
    border-top-left-radius: 0 ;
    transition: all 0.3s ease;
    transform: translateY(0);
}
.dr-plan:hover {
    transform: translateY(-4px);
}
.dr-plan-banner {
    width: 100%;
    height: 225px;
    position: relative;
    -webkit-box-shadow: -6px -4px 5px 0px rgba(9,20, 64,.5);
    -moz-box-shadow: -6px -4px 5px 0px rgba(9,20, 64,.5);
    box-shadow: -6px -4px 5px 0px rgba(9,20, 64, .5);
 
}
.dr-plan-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 0 ;
    border-top-right-radius: 10px ;
}
.dr-plan-list {
    padding: 24px 30px;
}
.dr-plan-list h3{
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.05em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 12px 0 24px 0;
    text-transform: uppercase;
    }
.dr-plan-benefit {
    display: flex;
    gap: 12px;
    justify-content: space-between;
    align-items: start;
    text-align: left;
    margin: 0 0 20px 0;
}
.dr-plan-benefit img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.dr-plan-benefit span {
    width: 100%;
}
.dr-plan-price {
    position: absolute;
    color: var(--dr-white);
    background: var(--dr-darkblue);
    border-bottom-right-radius: 24px;
    padding: 10px;
}
.dr-plan-price p{
    color: var(--dr-green);
}
@media (min-width: 576px) {
}
@media (min-width: 768px) {
    
    .d-md-lineblock {
        display: inline-block!important;
    }
    .dr-footer-grid {
        grid-template-columns: auto 1fr;
        align-items: center;
        justify-items: unset;
        gap: 30px;
    }

    .dr-footer-links {
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
        gap: unset;
    }

    .dr-footer-links span {
        display: inline-block;
        padding: 0 16px;
    }
}

@media (min-width: 992px) {
    .btn.dr-register {
        margin: 24px 0;
    }
    .dr-banner-background.home,
    .dr-banner-background.second {
        height: 400px;
    }

    .dr-banner-background .dr-title {
        text-align: left;
    }
    .dr-banner-background .dr-title {
        font-size: 3.2vw;
    }
    .dr-banner-background {
        align-items: center;
        }
    .dr-banner-background-docs {
        gap: 48px;
    }
    .dr-banner-background-wrapper {
        bottom: 0;
        left: unset;
        gap: 24px;
        flex-direction: row;
    }
    .dr-contact-captcha {
        flex-direction: row;
    }
    section.dr-content {
        height: calc(100dvh - 56px);
    }
    .dr-benefits {
        height: 500px;
    }
    .navbar-expand-lg .navbar-nav.draises {
        gap: 30px;
        align-items: center;
        justify-content: end;
    }
    .carousel-item {
        height: calc(100vh - 56px);
    }

    .dr-footer-grid {
        gap: 80px;
    }
}
@media (min-width: 1200px) {  
}
@media (min-width: 1400px) { 

}
@media (min-width: 2000px) { 
}