<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url

:

(
{
{
    template_path
}
}
/fonts/ rosamunda-two.ttf

)
;

header {
    background: #ffffff;
    /*-webkit-box-shadow: 0px 1px 13px 0px rgba(50, 50, 50, 0.75);*/
    /*-moz-box-shadow:    0px 1px 13px 0px rgba(50, 50, 50, 0.75);*/
    /*box-shadow:         0px 1px 13px 0px rgba(50, 50, 50, 0.75);*/
    margin-bottom: 1rem;
}

.company {
    font-family: 'Oswald', sans-serif;
}

body {
    background: #ededed;
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
}
footer {
    width: 100%;
    background: #e0e0e0;
    color: #333333;
    padding: 2rem 0 1rem 0;
    margin-top: 2rem;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    line-height:normal;
    text-align: center;


}
footer h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 700;
    display: inline;
    text-transform:uppercase;
    line-height: 0.01rem !important;
}
.footer-text a{
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    line-height:0;
    color: #848c97 ;
    text-transform: none;
    text-decoration: none;
    font-weight: 300 !important;

}
footer .blue2 {
    font-size: 13px;
    color: #de4a4a;
}
.slider {
    padding: 20px 10px 0 10px;
}
.red {
    text-align: center;
    color: red;
    font-size: large;
    text-transform: uppercase;
}


 /*li.nw img {*/
 /*    position: absolute !important;*/
 /*    top: 3px !important;*/
 /*    left: 4px;*/
 /*    width: 100%;*/
 /*    height: auto;*/
 /*}*/



.nw {
    color: #ff0080 !important;
    border-radius: 5px;
    border: solid 1px #ff0080;


}
table.t1 tbody,table.t1 td,table.t1 tfoot,table.t1 th,table.t1 thead,table.t1 tr {
    border: solid 1px;
}
.border-menu{
    border: solid #4498ff 1px;
    border-radius: 5px;
}
.border-menu-pink{
    border: solid #f80fc9 1px;
    border-radius: 5px;
}
/*div.accordion-body div.form-check {*/
/*display: inline !important;*/
/*float: left;*/
/*padding-right: 45px;*/

/*}*/
.img-category {
    min-height: 250px;
}

main {
    background: #f7f7f7;
}

.bw {
    background: #ffffff;;
    padding: 2rem;
    /*margin: 1rem;*/
}
.blue_block_right{
    width: 130%;
    margin-left: -30%;
    padding: 6rem;
    background: #abe9f6;
    margin-top: 6rem;
}
.blue_block_left {
    width: 130%;
    margin-right: -30%;
    padding: 6rem;
    background: #abe9f6;
    margin-top: 6rem;
}
#carouselSlider1 {
    margin-top: -1rem;
}
.carousel-inner_ {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.products_kit .products_kit_header {
    text-align: center;
    margin-top: 2rem;
}

.filer_horizontal {
    position: absolute;
    z-index: 9999999;
    top: 50vh;
    height: 100vh;
}
.filter_button {
    text-align: center;
    position: relative;
    text-transform: uppercase;
    width: auto;
}
.filer_body{
    margin-top:20vh !important;
}

.btn-lg {
    font-size: 1.5rem;
}

.btn-warning {
    background: #9356af !important;
    border-color: #9356af !important;
    border: solid 2px #9356af !important;
    color: #FFFFFF !important;
}

.btn-check:focus + .btn-warning, .btn-warning:focus {
    color: #fff !important;
    background-color: #d683fc !important;
    border-color: #d683fc !important;
    box-shadow: 0 0 0 .25rem rgba(226, 163, 225, .5);
}

label.btn.btn-primary {
    color: #333 !important;
    background-color: #c9c9c9 !important;
    border-color: #c9c9c9 !important;
}

.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show &gt; .btn-primary.dropdown-toggle {
    color: #333 !important;
    background-color: #d683fc !important;
    border-color: #d683fc !important;
}

h2 {

    font-size: 2.1rem;
    text-transform: uppercase;
}

h3 {
    font-size: 2.1em;
    text-transform: uppercase;
    text-align: center;
}

h5 {
    text-align: center;
    font-size: 1.5rem;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .55);
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 0.65rem;
    font-weight: 600;
}

#navbarSupportedContent ul ul {
    display: none;
    position: absolute;
    z-index: 10;
    background: #ffffff;
    width: 300px;
    box-shadow: 0 4px 4px -4px rgba(0,0,0,.5);
    border: 1px solid rgba(204, 204, 204, 0.31);
    margin-left: -1px;
    margin-top: -1px;
}
#navbarSupportedContent ul &gt; li {
    border: 1px solid transparent;
}
#navbarSupportedContent ul &gt; li.has_submenu:hover {
    border-top: 1px solid rgba(204, 204, 204, 0.31);
    border-left: 1px solid rgba(204, 204, 204, 0.31);
    border-right: 1px solid rgba(204, 204, 204, 0.31);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
#navbarSupportedContent ul &gt; li.has_submenu a {
    position: relative;
    z-index: 11;
    background: #ffffff;
}
#navbarSupportedContent ul &gt; li.has_submenu:hover ul {
    display: block;
}
#navbarSupportedContent ul ul.dropdown-menu.show {
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
}

.bg-light {
    background-color: #ffffff !important;
    z-index: 1;
}

.category_img_item {
    min-height: 275px;
    overflow: hidden;
}
.px-lg-3 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

/* СЂРµР№С‚РёРЅРі*/

.review_stars_wrap {
    overflow: hidden;
}

#review_stars {
    overflow: hidden;
    position: relative;
    float: left;
}

#review_stars input {
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 0;
}

#review_stars input ~ label i {
    color: #ccc;
}

#review_stars input:checked ~ label i {
    color: #ec9801;
}

#review_stars label {
    float: right;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

#review_stars label:hover i, #review_stars label:hover ~ label i {
    color: #ec9801;
}

.thumb_img {
    width: 100%;
    height: auto;
    min-height: 275px !important;
    overflow: hidden;
}

.royalSlider {
    width: 100%;
    height: 100vh !important;
}
.badge-position {
    text-align: right;
}
span.badge.badge-success{
    position: relative;
    z-index: 2;
    display: block;
    background: #ee252c;
    color: #FFFFFF;
    padding: 0.5rem;
    font-weight: normal;
    left: 0;
    top: 0;
}
.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    background: #0da2cc;}

.carousel-inner {
    position: relative;
    width: 100%;
    height: auto;
    max-height: 200px;
    overflow: hidden;}

@media screen and (max-width: 800px) {
    .btn.btn-sm.text-light.arrow_box {
        display: none;
    }
    div#carouselSlider1 {
        max-height: 25vh;
    }
    .img-category {
        height: auto !important;
        width: 100%;
    }

    .royalSlider {
        width: 100%;
        height: auto !important;
        min-height: 275px;
    }

    h3 {
        font-size: 1.1rem;
    }

    .filer_horizontal {
        position: absolute !important;
        z-index: 9999999;
        top:5rem;
        width: 100%;
    }

    .filter_button {
        text-align: center;
        top:0;
        left: 0;
        position: relative !important;
        text-transform: uppercase;
        font-size: 1.2rem;
        width: 100%;
    }
    .btn-lg {
        font-size: 1.1rem !important;
        width: 100%;
    }
    .filer_body{
        margin-top:0 !important;
    }
    .min_arenda {
        width: 100%;
        position: relative;
        padding: 2rem 0.5rem;
        color: #f1f1f1;
        background: #0c4583;
        border: solid #0c4583 1px;
    }
    .carousel-item.active{
        height: auto;
        min-height: 240px;
        max-height: 240px;
        overflow: hidden;
    }
    h2 {
        font-size: 1.5rem !important;
    }

    .m-5 {
        margin: 0 !important;
    }

    .bw {
        padding:5px;
        margin: 0;
    }

    img.rsImg.rsMainSlideImage {
        margin-left: 0 !important;
        width: 100% !important;
        height: auto !important;
    }
    .div.col{
        width: 100% !important;
    }
    .col-auto {
        width: 100% !important;
    }

}

.input-group .input-group-text {
    background-color: #e7f1ff;
}
.input-group .input-group-text i {
    font-size: 1.4rem;
    color: #1e9cc1;
}
.ui-datepicker {
    font-size : 13px !important;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
/*.daterangepicker {*/
/*    box-shadow: 0 0 5px rgba(0,0,0,0.2) !important;*/
/*}*/
/*.ui-datepicker-calendar {*/
/*    font-size : 12px !important;*/
/*}*/
/*.ui-datepicker-header {*/
/*    font-size : 12px !important;*/
/*}*/

.dp-highlight .ui-state-default {
    background: #484 !important;
    color: #FFF !important;
}
</pre></body></html>