<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.logo-wrp {
    margin-bottom: 5px;
    display: flex;
    justify-content: flex-start;
}

.main__container {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 4;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.main__title-wrp,
.btn__add_server-wrp,
.btn__fav-wrp {
    display: inline-flex;
    flex-shrink: 0;
}

.main__title-wrp:before,
.btn__add_server-wrp:before,
.btn__fav-wrp:before {
    border-bottom: 49px solid rgba(255, 255, 255, .99);
    border-left: 20px solid transparent;
    display: inline-block;
    content: "";
    z-index: -1;
    position: relative;
    top: 1px;
}

.main__title-wrp:after,
.btn__add_server-wrp:after,
.btn__fav-wrp:after {
    border-bottom: 49px solid rgba(255, 255, 255, .99);
    border-right: 20px solid transparent;
    display: inline-block;
    content: "";
    z-index: -1;
    top: 1px;
}

.main__title {
    background-color: #fcfcfc;
    text-transform: uppercase;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 18px;
    color: #333;
    min-height: 50px;
    line-height: 50px;
    font-weight: 600;
    position: relative;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.btn__add_server,
.btn__fav {
    background-color: #E22713;
    text-transform: uppercase;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 18px;
    color: #fff;
    min-height: 50px;
    line-height: 50px;
    font-weight: 700;
    z-index: 4;
    position: relative;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 14px;
    transition: .2s all;
}

.btn__add_server-wrp {
    z-index: 5;
    margin-right: -25px;
}

.btn__add_server-wrp:hover {
    text-decoration: none;
    filter: brightness(120%);
}

.btn__add_server-wrp:before,
.btn__add_server-wrp:after {
    border-bottom: 49px solid #E22713;
}

.btn__fav {
    background-color: rgba(21, 20, 26, .8);
    font-size: 12px;
}

.btn__fav:hover {
    text-decoration: none;
    background-color: rgba(21, 20, 26, .8);
}

.btn__fav-wrp:before,
.btn__fav-wrp:after {
    border-bottom: 49px solid rgba(21, 20, 26, .8);
    transition: .2s all;
}

.btn__fav-wrp:hover .btn__fav {
    background-color: rgba(21, 20, 26, .99);
}

.btn__fav-wrp:hover:before,
.btn__fav-wrp:hover:after {
    border-bottom: 49px solid rgba(21, 20, 26, .99);
}

.btns-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.footer__contacts {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.footer__contacts a {
    color: #fff;
    text-decoration: underline;
    transition: .1s all;
}

.footer__contacts a:hover {
    text-decoration: none;
    color: #2879c6;
}

.adv__link {
    display: inline-block;
}

.footer__contacts span {
    display: inline-block;
    margin-right: 20px;
}

.icq_wrp {
    background: url(../images/ico-icq.jpg) no-repeat left center;
    height: 28px;
    line-height: 28px;
    padding-left: 32px;
    font-size: 16px;
    font-family: 'Open Sans';
    font-weight: 400;
}

.skype_wrp {
    background: url(../images/ico-skype.jpg) no-repeat left center;
    height: 28px;
    line-height: 28px;
    padding-left: 32px;
    font-size: 16px;
    font-family: 'Open Sans';
    font-weight: 400;
}

.footer_copy {
    color: rgb(121, 114, 104);
    font-size: 14px;
}

.footer_copy a {
    color: #fff;
    transition: .1s all;
}

.footer_copy a:hover {
    text-decoration: none;
    color: #2879c6;
}

.d-ib {
    display: inline-block;
}

.static__contacts {
    padding: 0 40px;
}

.static__contacts .skype_wrp a {
    color: #000;
    text-decoration: none;
    transition: .1s all;
}

.static__contacts .skype_wrp a:hover {
    text-decoration: underline;
    color: #2879c6;
}

.berrors a {
    text-decoration: underline;
}

.berrors a:hover {
    text-decoration: none;
}

.serv-info__container {
    max-width: 100%;
    width: 100%;
    display: flex;
    padding-bottom: 10px;
    border-bottom: 1px dashed #b8b8b8;
    margin-bottom: 10px;
}

.serv-info__container input {
    height: 40px;
    line-height: 38px;
    border: 1px solid #a59381;
    background: #fff;
    color: #555;
    box-sizing: border-box;
    font-size: 14px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
    width: 260px;
    border-radius: 4px;
    padding-left: 19px;
}

.serv-info__container textarea,
.serv-info__container select {
    border: 1px solid #a59381;
    background: #fff;
    color: #555;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
    width: 260px;
    border-radius: 4px;
}

.input_wrapper_name {
    display: inline-block;
    width: 40%;
    top: auto;
    font-weight: bold;
}

.input_wrapper_name i {
    color: red;
}

.input_wrapper_select {
    width: 260px;
    margin: 0;
}

.serv-info__container .chosen-container-single .chosen-single {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
    height: 40px;
    line-height: 38px;
    border: 1px solid #a59381;
    background: #fff;
    color: #555;
    border-radius: 4px;
}

.serv-info__desc {
    font-size: 12px;
}

.l2b__add-submit {
    font-size: 14px;
    padding: 8px 30px;
    border: 2px solid #333;
    color: #333;
    border-radius: 5px;
    background-color: #fff;
    transition: .2s all;
    cursor: pointer;
}

.l2b__add-submit:hover {
    color: #fff;
    background-color: #333;
}

#xf_date {
    display: block !important;
    margin-bottom: 10px;
}

.add_news_war {
    color: red;
    font-size: 16px;
}

.scroll__to {
    display: block;
    width: 40px;
    height: 40px;
    color: #fff;
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: -1;
    font-size: 40px;
    text-align: center;
    cursor: pointer;
    text-shadow: 0 3px 5px rgba(0, 0, 0, 0.52);
    transition: .6s all;
    opacity: 0;
}

.scroll__to:hover {
    color: #ccc;
}

.scroll__to-active {
    opacity: 1;
    z-index: 7;
}

.stream__link {
    background-position: center center;
    background-size: cover;
    display: block;
    width: calc(100% - 6px);
    margin: 0 auto;
    height: 150px;
    border-radius: 10px;
    margin: 10px 0;
    transition: .3s all;
}

.stream__link:hover {
    box-shadow: 0 0 40px 0 red;
}

.berrors {
    border: 2px dashed rgb(200, 200, 200);
    padding: 15px;
    margin: 20px;
    box-sizing: border-box;
    line-height: 18px;
    border-radius: 0;
    color: rgb(3, 3, 3);
    background-color: rgb(255, 231, 210);
}





/* .padding-left: 10px ul.story_icons {
    list-style: none
} */

.text_style ul {
    list-style: square inside;
    text-align: left;
    padding-left: 15px
}

.text_style ol {
    list-style: decimal inside;
    text-align: left;
    padding-left: 15px
}

.text_style li {
    margin: 5px 0
}

#sendmail .text_style ul {
    list-style: none
}

#adding {
    width: 190px !important
}

/* profil */

.pm_num {
    min-width: 13px;
    height: 13px;
    line-height: 13px;
}

.login_pane__menu li a:hover {
    color: #db5c00;
}

/* block pro */

.bp-pager {
    text-align: center
}

.bp-pager [data-page-num],
.bp-pager a,
.bp-pager .current {
    padding: 3px 6px 1px !important
}

.bp-pager [data-page-num],
.bp-pager a,
.bp-pager .current {
    background: rgb(255, 172, 91);
    -webkit-box-shadow: 0 2px 0 rgb(206, 125, 57);
    -moz-box-shadow: 0 2px 0 rgb(206, 125, 57);
    box-shadow: 0 2px 0 rgb(206, 125, 57);
}

.bp-pager [data-page-num]:hover,
.bp-pager [data-page-num]:focus,
.bp-pager a:focus,
.bp-pager a:hover {
    background: rgb(255, 126, 45);
    -webkit-box-shadow: 0 2px 0 rgb(191, 112, 46);
    -moz-box-shadow: 0 2px 0 rgb(191, 112, 46);
    box-shadow: 0 2px 0 rgb(191, 112, 46);
}

.bp-pager .current {
    background: rgb(254, 73, 14);
    -webkit-box-shadow: 0 2px 0 rgb(170, 58, 6);
    -moz-box-shadow: 0 2px 0 rgb(170, 58, 6);
    box-shadow: 0 2px 0 rgb(170, 58, 6);
}

.bp-pager [data-page-num],
.bp-pager a,
.bp-pager .current {
    line-height: 17px;
    border-radius: 50%;
    min-width: 10px;
}

/* engine */

.btn,
.bbcodes,
.btn-border {
    background-color: rgb(245, 81, 28);
}

.btn:hover,
.bbcodes:hover,
.ui-button:hover {
    background-color: rgb(255, 98, 25);
}

#dle-content {
    line-height: normal;
}

.story .title&gt;a:hover {
    color: rgb(254, 103, 22);
}

.edit_btn&gt;a:hover&gt;i,
.edit_btn&gt;a:hover:after,
.edit_btn&gt;a:hover:before {
    background-color: rgb(254, 103, 22);
}

.fav_btn:hover .icon-fav {
    fill: rgb(254, 103, 22);
}

.plus_icon.circle&gt;span::before,
.plus_icon.circle&gt;span::after {
    background-color: rgb(255, 98, 25);
}

.plus_icon.circle {
    border: 2px solid rgb(255, 98, 25);
}

/* calendar */

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    color: #898989;
    font-weight: bold;
    background: #dedede;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box&gt;div&gt;div.xdsoft_current {
    background: rgb(255, 114, 13);
    box-shadow: rgb(255, 170, 75) 0 1px 3px 0 inset;
    color: rgb(255, 244, 186);
    font-weight: 700;
}

/* uniform */

.ba-modal__mfp-close {
    top: 0;
    right: 0;
}

/* .uf-inline-loading {
    border-top: 1.1em solid rgba(230, 200, 155, .3);
    border-right: 1.1em solid rgba(230, 200, 155, .3);
    border-bottom: 1.1em solid rgba(230, 200, 155, 0.3);
    border-left: 1.1em solid #c56e4b;
} */</pre></body></html>