/*dark-background #0B1840
border-color #545E7A
*/

.dark-theme .mainHeader{
    background-color: #0B1840;
    color: #FFFFFF;
}

.dark-theme .mainMenuNav ul li a, .dark-theme .phone-wrap .phone a{
    color: #FFFFFF;
}


.dark-theme .mainHeader .logo {
    background: url(../images/logo-white.svg) no-repeat;
    background-size: contain;
    background-position: center;
}

.dark-theme .phone-wrap .phone::before {
    content: '';
    position: absolute;
    width: 100px;
    border-bottom: 1px solid #545E7A;
    left: -170px;
    top: 45%;
    transform: rotate(-45deg);
}

.dark-theme .phone-wrap .phone a::after {
    content: '';
    position: absolute;
    background: url(../images/phone-white.png) no-repeat;
    height: 25px;
    width: 25px;
    left: -45px;
    top: 10%;
}

.dark-theme .btn-viewing {
    background-color: white;
border: none;
}

.dark-theme .btn-viewing:hover {
    background-color: #0B1840;
    color: #FFFFFF;
    transform: scale(1.05);
    border: none;
}

.dark-theme .price {
    background: #0B1840;
    color: #FFFFFF;
}

.dark-theme .number::before{
    content: none;
}

.dark-theme .real-estate {
    background: linear-gradient(90deg, #0B1840  60%, #fff 40%);

}

.dark-theme .star-info li span, .dark-theme .star-info li p{
    color: #FFFFFF;
}

.dark-theme .star-info li::before {
    content: '';
    position: absolute;
    top: 35%;
    left: -105px;
    width: 55px;
    height: 55px;
    background-size: 100%;
    background: url(../images/star_white.png) no-repeat;
}

.dark-theme .section-gallery {
    background: linear-gradient(90deg, #0B1840 31%, #fff 10%);
}

.dark-theme .gallery-controls p {
    color: rgba(255,255,255,.50);
}

.dark-theme .quote-block {
    background-color: #0B1840 ;
}

.dark-theme .quote-block h2{
    color: rgba(255,255,255,.25);
}

.dark-theme .quote-block::after {
    background: url(../images/quote_white.png) no-repeat;
    background-size: 100%;
}

.dark-theme .showroom-gallery-container {
    background-color: #0B1840;
    margin-left: -15px;
    margin-right: -15px;
}
.dark-theme .about{
    background: linear-gradient(90deg,#ffffff 65%, #0B1840 35%);

}
.dark-theme .about-grey {
    background-color:#0B1840;
    background-image:url(../images/about_dark.jpg);
    background-repeat:no-repeat;
    background-size: 75% ;
    padding-bottom: 50px;
}

.dark-theme footer{
    background:linear-gradient(rgba(9,28,64,.9), rgba(9,28,64,.9)), url("../images/footer_dark.jpg") no-repeat;
    background-position: center;
    background-size: cover;
}

.dark-theme footer .senada-logo {
    background: url(../images/logo-white.svg) no-repeat;
    background-size: contain;
    display: block;
    height: 100%;
}

.dark-theme footer .douglas-logo {
    background: url(../images/douglas_white.svg) no-repeat;
    background-size: contain;
    display: block;
    height: 100%;
    margin-top: 55px;
}

.dark-theme footer .social .instagram, footer .social-wrap-mobile .instagram {
    background-image: url(../images/instagram_white.svg);
    background-repeat: no-repeat;
}

.dark-theme footer .social .twitter, footer .social-wrap-mobile .twitter {
    background-image: url(../images/twitter_white.svg);
    background-repeat: no-repeat;
}

.dark-theme footer .social .youtube, footer .social-wrap-mobile .youtube {
    background-image: url(../images/youtube_white.svg);
    background-repeat: no-repeat;
    align-self: flex-end;
}

.dark-theme footer .social .facebook, footer .social-wrap-mobile .facebook {
    background-image: url(../images/facebook_white.svg);
    background-repeat: no-repeat;
    width: 15px;
    height: 30px;
}

.dark-theme footer {
    color: #FFFFFF;
}

.dark-theme footer .btn-contact {
    color: #FFFFFF;
}

.dark-theme footer .btn-contact::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 23px;
    left: 0;
    top: 10px;
    background: url(../images/pre_white.png) no-repeat;
    background-size: 100%;
}

.dark-theme .white {
    bottom: -5px;
}

.dark-theme .hamb-item {
    background-color: #FFFFFF;
}

.dark-theme .rButton::before {
    background: #FFFFFF;
}

.dark-theme .rOptions {
    display: none;
    background-color: #0B1840;
    right: 0;
    left: 0;
    top: 0;
    position: absolute;
    color: white;
}

.dark-theme .mobileMenuNav .mobileMenu li a {
    font-size: 18px;
    font-family: Raleway-Regular, sans-serif;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 15px 15px;
}

.dark-theme .mobileMenuNav ul li::before {
    content: '';
    position: absolute;
    width: 100px;
    border-bottom: 1px solid #545E7A;
    bottom: 0;
    left: 0;
    transform: rotate(-45deg);
}

.dark-theme .mobileMenuNav .social-header ul li::before {
    content: none;
}

@media (max-width: 1300px){
    .dark-theme .scroll .logo {
        background: url(../images/s_white.png) no-repeat;
        background-size: contain;
        background-position: center;
        display: block;
        height: 60px;
    }

    .dark-theme .scroll .phone-icon-mobile {
        background: url(../images/phone-white.png) no-repeat;
        background-size: contain;
        background-position: center;
        display: block;
        height: 60px;
    }
   .dark-theme .mobileMenuNav .social-header .instagram {
        background-image: url(../images/instagram_white.svg);
    }


    .dark-theme .mobileMenuNav .social-header .twitter {
        background-image: url(../images/twitter_white.svg);
    }


    .dark-theme .mobileMenuNav .social-header .youtube {
        background-image: url(../images/youtube_white.svg);
    }


    .dark-theme .mobileMenuNav .social-header .facebook {
        background-image: url(../images/facebook_white.svg);
    }


    .dark-theme .real-estate {
        background: linear-gradient(90deg, #0B1840 60%, #0B1840 40%);
    }

    .dark-theme .section-gallery {
        background: linear-gradient(90deg, #0B1840 31%, #0B1840 10%);
    }

    .dark-theme .about {
        width: 100%;
        height: auto;
        margin-top: 100px;
        padding: 100px 0 25px 0;
        background: linear-gradient(90deg,#ffffff 65%, #FFFFFF 35%);
    }

}


.dark-theme .price{
    position: relative;
}

.dark-theme .price::before{
    content: '';
    position: absolute;
    width: 100px;
    border-bottom: 1px solid #545E7A;
    right: 25px;
    top: 50%;
    transform: rotate(-45deg) translateY(-50%);
}

.dark-theme .numbers-list{
    padding-right: 150px;
    margin-top: 0;
}

.dark-theme .numbers-list:last-child{
    position: relative;
}

.dark-theme .numbers-list:last-child::before{
    content: '';
    position: absolute;
    width: 100px;
    border-bottom: 1px solid #0B1840;
    right: 0;
    top: 50%;
    transform: rotate(-45deg) translateY(-50%);
}

.dark-theme .phone-wrap-mobile .phone a {
    color: #FFFFFF;
}
.dark-theme .phone-wrap-mobile .phone p::before {
    content: '';
    position: absolute;
    background: url(../images/phone-white.png) no-repeat;
    height: 25px;
    width: 25px;
    left: 0;
    top: 10%;
}

@media (max-width: 1280px){
    .dark-theme .price::before {
        content: none;
    }
    .dark-theme .numbers-list{
        padding-right: 0;
        margin-top: 25px;
    }
    .dark-theme .numbers-list:last-child::before{
        content: none;
    }

    .dark-theme .number::before {
        content: '';
        width: 105px;
        border-bottom: 3px solid #0C1440;
        position: absolute;
        top: 15%;
        left: -140px;
    }

    .dark-theme .number{
        flex-basis: 50%;
        display: flex;
    }

    .dark-theme .number{
        padding-left: 15%;
    }
    .dark-theme .number::before{
        left: 0;
        width: 105px;
    }

}

@media (max-width: 1024px){
   .dark-theme .about-grey {
        background: #0B1840;
        padding: 0;
        justify-content: flex-end;
        position: relative;
        width: 100%;
    }

}

@media (max-width: 992px){
.dark-theme footer .social {
     padding-top: 55px;
    }

    .dark-theme footer .senada-logo{
        display: none;
    }


    .dark-theme .about {
        margin-top: 35px;
        padding-top: 0;
    }

}

@media (max-width: 768px){
    .dark-theme .section-numbers{
        margin-top: 25px;
        height: auto;
    }
    .dark-theme footer .social {
        padding-top: 0;
    }

    .dark-theme footer{
        padding-top: 0;
    }


    .dark-theme .numbers{
        display: block;
    }

    .dark-theme .price{
        display: block;
        width: 100%;
        text-align: center;
        padding: 5px;
        height: auto;
        font-size: 28px;
    }

    .dark-theme .numbers ul {
        display: flex;
        flex-wrap: wrap;
        height: 100%;
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
        padding-left: 0;
    }

    .dark-theme .number{
        flex-basis: 50%;
        display: flex;
    }

    .dark-theme .number{
        padding-left: 22%;
    }

    .dark-theme .number::before{
        left: 0;
    }

    .dark-theme .number{
        font-size: 24px;
        min-width: 1px;
    }
    .dark-theme .number span{
        font-size: 13px;
    }

    .dark-theme .number::before{
        width: 40px;
        border-bottom: 1px solid #0C1440;
    }

    .dark-theme .star-info li::before {
        width: 40px;
        height: 40px;
        left: -50px;
        background-size: 100%;
    }

}

@media (max-width: 540px){
    .dark-theme .mobileMenuNav ul li::before {
        left: -25px;
    }
}