body {
    background: url('../images/background.png') no-repeat 50.5% 0% #FFF;
    font-family: 'Fira Sans', sans-serif !important;
}

body a {
    color: #000;
    text-decoration: none;
}

body a:hover {
    color: #50399a;
    text-decoration: none;
}

.navbar-toggler{
    position: absolute;
    right: 50px;
    top: 30px;
    font-size: 30px;
    color: #FFF;
    cursor: pointer;
}


header .navbar-toggler:focus{
    outline: none;
}


header {

}

header a.logo {
    background: url('../images/logo.png') no-repeat;
    width: 200px;
    height: 200px;
    display: block;
    margin: 25px 0 0 0;
    float: left;
}

@media screen and (max-width: 900px) {

    header a.logo {
        background: url('../images/logo.png') no-repeat;
        width: 150px;
        height: 150px;
        background-size: 100%;
        display: block;
        margin: 25px 0 0 0;
        float: left;
    }

}

.headere .welcome {
    float: left;
    width: calc(100% - 200px);
}

header .welcome span {
    display: block;
    margin: 3px 0 0px 0px;
    max-width: 450px;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;


}

header .welcome span.color {
    background: #f6f915;
    border-radius: 50px;
    margin: 50px 0 0 0;
    border: 3px solid #FFF;
}

header nav {
    background: #f6f915;
    margin: 47px 0 0 0;
    border-left: 3px solid #FFF;
    border-top: 3px solid #FFF;
    border-bottom: 3px solid #FFF;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
}

header nav ul {
    margin: 0px;
    padding: 0px;

}

header nav ul li {
    display: block;
    float: left;
}

header nav ul li a {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 15px !important;
    display: block;
    background: url('../images/nav_line.png') no-repeat right;

    height: 38px;
}

header nav ul li a:hover {
    background: #FFFFFF;
    color: #50399a;

}

header nav ul li a.first:hover {
    background: #FFFFFF;
    color: #50399a;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
}

nav ul li:hover > ul{
    display: block;
}

nav ul li > ul{
    position: absolute;
    z-index: 10;
    background: #f6f915;
    margin: 0;
    padding: 0;
    display: none;
    top: 85px;
    width: 250px;
}

nav ul li > ul li{
    list-style: none;
    display: block;
    float: none;
    border-bottom: 1px solid #000;
}

nav ul li > ul li a {
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    padding: 13px 35px 35px 20px;
    display: block;

}

nav ul li > ul li a:hover {
    color: #000;
}

._df_button {
    background-color: #f6f915 !important;
    color: #000 !important;
    text-transform: uppercase;
    font-size: 16px !important;
    font-weight: bold;
    border:  none !important;
    padding: 5px 15px;
    display: block;
    background: url('../images/nav_line.png') no-repeat right !important;

    height: 38px;
}

._df_button:hover {
    background: #FFFFFF !important;
    color: #50399a !important;
}


@media screen and (max-width: 1199px) {

    ._df_button {

        font-size: 15px !important;
    }

}
    header nav ul li a {
        text-transform: uppercase;
        font-size: 16px;
        font-weight: bold;
        padding: 5px 8px;
        display: block;
        background: url('../images/nav_line.png') no-repeat right;

        height: 38px;
    }


section.menu-mobile{
    width: 100%;
    display: none;
    margin: 0 0 15px 0;
    z-index: 10;
    position: absolute;
    top: 70px;
    left: 0
}

@media screen and (max-width: 991px) {

    header.fixed section.menu-mobile{
        width: 100%;
        display: none;
        margin: 0 0 15px 0;
        z-index: 10;
        position: absolute;
        top: 58px;
        left: 0
    }

}


section.menu-mobile ul{
    margin: 120px 0 0px 0;
    padding: 0;
}

section.menu-mobile ul li{
    display: block;
    list-style: none;
}

section.menu-mobile ul li > ul{
    display: none;
    z-index: 5;
}



section.menu-mobile ul li > ul li a{
    background: #242424;
    color: #FFF !important;
    border-bottom: 3px solid #f6e100;
}

section.menu-mobile ul li a{
    background: #f6f915;
    color: #50399a !important;
    display: block;
    padding: 10px 15px;
    border-bottom: 3px solid #50399a;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
}

section.menu-mobile ._df_button {
    background-color: #f6f915 !important;
    color: #50399a !important;
    text-transform: uppercase;
    font-size: 16px !important;
    font-weight: bold;
    border:  none !important;
    padding: 5px 15px;
    display: block;
    background: url('../images/nav_line.png') no-repeat right !important;

    height: 38px;
}

section.menu-mobile ._df_button:hover {
    background: #FFFFFF !important;
    color: #50399a !important;
}
@media screen and (max-width: 1199px) {

    section.menu-mobile ._df_button {
        background-color: #f6f915 !important;
        color: #50399a !important;
        text-transform: uppercase;
        font-size: 16px !important;
        font-weight: bold;
        border:  none !important;
        padding: 5px 15px;
        display: block;
        background: url('../images/nav_line.png') no-repeat right !important;

        height: 38px;
    }


}


header .quick-info {
    margin: 30px 0 0 0;
}

header .quick-info .element {
    border: 3px solid #5941a5;
    border-radius: 50px;
    padding: 15px;
    z-index: 2;
    cursor: pointer;
    width: 100%;
}

header .quick-info .size{
    width: 120%;
    background: #FFF;
    position: relative;
    z-index: 3;
}

header .quick-info .element:hover {
    position: relative;
    z-index: 4;
    background: #FFF;
}

header .quick-info .element img {

    margin: 20px 0 0 0;
}

header .quick-info .element span {
    display: block;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

header .quick-info .element span.strong {
    font-size: 20px;
}

@media screen and (max-width: 1199px) {
    header .quick-info .element span.tel {
        font-size: 16px;
        background: #50399a;
        color: #f6f915;
        padding: 10px;
        border-radius: 25px;
    }

    header .quick-info .size{
        width: 100%;
        margin-bottom: 50px;
    }



}

section.slider {
    position: relative;

}

section.slider h2 {
    width: 90%;
    display: block;
    margin: 70px auto 50px auto;
    text-align: center;
    background-image: linear-gradient(#2a1767, #4e3797);
    color: #FFF;
    border: 3px solid #f6f915;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 20px;
    padding: 13px;
}

section.slider .element {
    width: 100%;

}

section.slider .element img {
    width: 100%;
}


section.slider .arrows {
    position: relative;

}


section.slider .arrows span.arrow-lefts {
    background: url('../images/slider_arrow_left.png') no-repeat;
    width: 74px;
    height: 74px;
    display: block;
    position: absolute;
    bottom: 120px;
    margin: 0 0 0 -35px;
    cursor: pointer;
}


section.slider .arrows span.arrow-rights {
    background: url('../images/slider_arrow_right.png') no-repeat;
    width: 74px;
    height: 74px;
    display: block;
    position: absolute;
    position: absolute;
    bottom: 120px;
    right: 0;
    margin: 0 -35px 0 0;
    cursor: pointer;
}


@media screen and (max-width: 1199px) {
    section.slider .arrows {
        display: none;
    }
}

section.about {
    margin: 80px 0 0 0;
    padding: 50px;
    background-image: linear-gradient(#FFF, #ebebeb);
    box-shadow: 5px 10px 18px #cfcfcf;
    border-left: 3px solid #f6f915;
    border-right: 3px solid #f6f915;
}

section.about:hover {

    border-left: 3px solid #50399a;
    border-right: 3px solid #50399a;
}

section.about h2 {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 30px 0;
}

section.about p {
    font-size: 22px;
}



section.top-offer {
    margin: 80px 0 0 0;
}

section.top-offer_ {
    margin: 140px 0 0 0;
}

section.top-offer .col-lg-12 {
    margin: 0px 0 40px 0;
}

section.top-offer_ .col-lg-12 {
    margin: 0px 0 40px 0;
}

.noinfopage-content section.top-offer_ {
    margin: 0px 0 0 0 !important;
}

@keyframes rotate {
    100% {
        transform: rotate(1turn);
    }
}

section.top-offer .box-content {
    position: relative;
    z-index: 0;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    padding: 30px;
    border-top: 2px solid #ededed;
    border-left: 2px solid #ededed;
    border-right: 2px solid #ededed;
    background: #FFF;
    z-index: 2;

}

section.top-offer .box-content span {
    display: block;
}

section.top-offer .box-content:hover::before {
    content: '';
    position: absolute;
    z-index: -2;
    left: -50%;
    top: -50%;
    width: 200%;
    height: 200%;
    background-color: #FFF;
    background-repeat: no-repeat;
    background-size: 50% 50%, 50% 50%;
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
    background-image: linear-gradient(#2a1767, #2a1767), linear-gradient(#3b3b3b, #3b3b3b), linear-gradient(#f26925, #f6f915), linear-gradient(#3b3b3b, #3b3b3b);
    animation: rotate 4s linear infinite;
}
section.top-offer .box-content:hover::after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 6px;
    top: 6px;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    background: white;
    border-radius: 5px;
}

section.top-offer .mid::before {
    content: '';
    position: absolute;
    z-index: -2;
    left: -50%;
    top: -50%;
    width: 200%;
    height: 200%;
    background-color: #FFF;
    background-repeat: no-repeat;
    background-size: 50% 50%, 50% 50%;
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
    background-image: linear-gradient(#2a1767, #2a1767), linear-gradient(#3b3b3b, #3b3b3b), linear-gradient(#2a1767, #f6f915), linear-gradient(#3b3b3b, #3b3b3b);
    animation: rotate 4s linear infinite;
}
section.top-offer .mid::after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 6px;
    top: 6px;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    background: white;
    border-radius: 5px;
}


section.top-offer .box-content h3 {
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
}

section.top-offer .box-content h4 {
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    color: #0;
}

section.top-offer .box-content img.icon {
    display: block;
    margin: auto;
}

section.top-offer .box {
    position: relative;
}

section.top-offer .box span.top {
    background: url('../images/icon_top.png') no-repeat;
    width: 72px;
    height: 58px;
    display: block;
    position: absolute;
    z-index: 3;
    right: 0;
}

section.top-offer .box span.dark-ora {
    position: absolute;
    top: 0;
    margin: 3px 0 0 2px;
    width: calc(100% - 4px);
    height: calc(100% - 16px);
    border-radius: 20px;
    overflow: hidden;
    padding: 30px;
    border: 10px solid #2a1767;
    display: block;
    z-index: 1;
}

section.top-offer .box a.more {
    background: #f6f915;
    border-radius: 20px;
    padding: 5px !important;
    margin: -15px auto 0 auto;
    display: block;
    width: 200px;
    position: relative;
    z-index: 2;
    text-align: center;
    box-shadow: 5px 10px 18px #cfcfcf;
    border: 1px solid #FFF;
    color: #000;
    font-size: 11px;
    font-weight: bold;
}

section.top-offer .box a.more:hover {
    background: #3b3b3b;
    color: #FFF !important;
}

section.top-offer .box a.more span {
    background: url('../images/icon_more.png') no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
    position: relative;
    top: 3px;
    right: 5px;
}

@media screen and (max-width: 1199px) {
    section.top-offer .box {
        margin: 0 0 50px 0;
        width: 100%;
    }
}

section.gallery {
    margin: 80px 0 0 0;
    background-image: linear-gradient(#2a1767, #4e3797);
    color: #FFF;
    padding: 50px;
}

section.gallery h2 {
    text-transform: uppercase;
    font-size: 40px;
    margin: 0 0 50px 0;
}

section.gallery .element {
    float: left;
}

section.gallery .element span {
    display: block;
    color: #f6f915;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 15px 0;
    font-size: 20px;
}

section.gallery .element img {
    width: 90%;
    margin: auto;
}

section.gallery .arrows {
    position: relative;

}


section.gallery .arrows span.arrow-left {
    background: url('../images/slider_arrow_left.png') no-repeat;
    width: 74px;
    height: 74px;
    display: block;
    position: absolute;
    bottom: 80px;
    margin: 0 0 0 -35px;
    cursor: pointer;
}


section.gallery .arrows span.arrow-right {
    background: url('../images/slider_arrow_right.png') no-repeat;
    width: 74px;
    height: 74px;
    display: block;
    position: absolute;
    bottom: 80px;
    right: 0;
    margin: 0 -35px 0 0;
    cursor: pointer;
}

section.about .album .element {
    margin: 0 0 50px 0;
}

section.about .album .element img {
    width: 100%;
    display: block;
}

section.about .album .element a {
    display: block;
    font-size: 25px;
    font-weight: bold;
    text-align: center;

}













.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;

    list-style-type: none;

}

.slick-dots li {
    margin: 0 0.25rem;
    background-color: #ededed;
    width: 50px !important;
    height: 5px !important;
    padding: 0;

    border: none;
    border-radius: 20px;
}

.slick-dots button {
    display: block;
    width: 50px !important;
    height: 5px !important;
    padding: 0;

    border: none;
    border-radius: 20px;


    text-indent: -9999px;
}

.slick-dots li.slick-active button {
    background-color: #50399a;
}

section.gallery .slick-dots li.slick-active button {
    background-color: #f6f915;
}

footer {
    margin: 0px 0 0 0;
    border-top: 3px solid #f6f6f6;
    padding: 30px 0 30px 0;
}

footer a.logo {
    background: url('../images/logo.png') no-repeat;
    width: 200px;
    height: 200px;
    display: block;
}



footer h4 {
    color: #f26925;
    font-size: 15px;
    font-weight: bold;
    margin: 30px 0 30px 0;
}

footer .copy {
    border-top: 1px solid #f6f6f6;
    margin: 15px 0 0 0;
    padding: 15px 0 0 0;
}

footer ul {
    padding: 0;
    margin: 0;
}

footer ul li {
    display: block;
    list-style: none;
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 5px 0;
}

footer ul li.first {
    margin: 0 0 30px 0;
    font-size: 25px;
}

footer ul li a {
    font-weight: normal;
    font-size: 15px;
    text-transform: uppercase;
}