/********************************************************
COMMON
********************************************************/

/*html {
    overflow-x: hidden;
}*/
body {
    color: #000000;
    font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-style: normal;
    font-size: 16px;
    line-height: 20px;
}
@media screen and (max-width: 992px) {
    body {
        padding-top: 50px;
    }
}
.add_container {
    width: auto !important;
    margin: 0 !important;
}
#loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255,255,255,0.7);
    background-image: url('../images/ajax-loader.gif');
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 9999;
}
.heateorSssClear,
.heateor_sss_sharing_container {
    display: none !important;
}
/****************************************
message-box - НАЧАЛО
****************************************/
.toast {
    opacity: 1 !important;
    color: #ffffff !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-family: 'Roboto', sans-serif !important;
}
/*.toast.toast-success {
    background-color: #477DB3 !important;
}
.toast.toast-info {
    background-color: #477DB3 !important;
}
.toast.toast-warning {
    background-color: #477DB3 !important;
}
.toast.toast-error {
    background-color: #bd362f !important;
}*/
/****************************************
message-box - КОНЕЦ
****************************************/
h1, 
.h1 {
    font-size: 32px;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 12px;
    clear: both;
}
h2, 
.h2 {
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
    clear: both;
}
h3, 
.h3 {
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
    clear: both;
}
h4, 
.h4 {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 8px;
    clear: both;
}
h5, 
.h5 {
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 7px;
    clear: both;
}
h6, 
.h6 {
    font-size: 13px;
    line-height: 17px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 7px;
    clear: both;
}
@media screen and (max-width: 992px) {
    h1, 
    .h1 {
        font-size: 24px;
        line-height: 30px;
    }
    h2, 
    .h2 {
        font-size: 22px;
        line-height: 26px;
    }
    h3, 
    .h3 {
        font-size: 16px;
        line-height: 20px;
    }
    h4, 
    .h4 {
        font-size: 14px;
        line-height: 18px;
    }
    h5, 
    .h5 {
        font-size: 13px;
        line-height: 17px;
    }
    h6, 
    .h6 {
        font-size: 12px;
        line-height: 15px;
    }
    .card-body {
        padding: 5px 5px;
    }
    .card-body ol, .card-body ul {
        padding: 0 0 0 20px;
        font-size: 14px;
        line-height: 18px;
    }
}
[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: inherit;
}
.green-text {
    color: #27A54C;
}
b, strong {
    font-weight: 500;
}
.list-unstyled,
.nav {
    list-style: none !important;
}
.list-unstyled li,
.nav-item {
    padding-left: 0 !important;
}
.list-unstyled li:before,
.nav-item:before {
    display: none !important;
}
.page-single__content ol {
    list-style: none; 
    counter-reset: li; 
}
.page-single__content ol {
    padding-left: 0;
} 
.page-single__content ul {
    padding-left: 0;
    list-style: none; 
}
.page-single__content ol ol, 
.page-single__content ul ol {
    padding-left: 20px;
    padding-top: 10px;
} 
.page-single__content ol ol ol, 
.page-single__content ul ol ol, 
.page-single__content ol ul ol, 
.page-single__content ul ul ol {
    padding-left: 30px;
    padding-top: 10px;
} 
.page-single__content ul ul,
.page-single__content ol ul {
    padding-left: 3px;
    padding-top: 10px;
}
.page-single__content ol li:before {
    counter-increment: li; 
    content: counters(li,".") ". "; 
    color: #27A54C;
}
.page-single__content ul li {
    position: relative;
    padding-left: 10px;
}
.page-single__content ul li:before {
    position: absolute;
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #27A54C;
    left: 0;
    top: 8px;
}
.page-single__content ul ul li:before,
.page-single__content ol ul li:before {
    position: absolute;
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 0;
    background-color: transparent;
    border: 2px solid transparent; 
    border-left: 4px solid #27A54C; 
    left: 0;
    top: 8px;
}
.page-single__content ul ul ul li:before,
.page-single__content ol ol ul li:before,
.page-single__content ul ol ul li:before,
.page-single__content ol ul ul li:before {
    position: absolute;
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #27A54C;
    left: 0;
    top: 8px;
}
blockquote, 
q, 
cite {
    background-color: #F5FBF7;
    padding: 20px 45px 20px 45px;
    position: relative;
}
blockquote::before, 
q::before, 
cite::before {
    position: absolute;
    content: '';
    width: 14px;
    height: 10px;
    background-image: url('../images/cs-icons/icon-quote.svg');
    display: block;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 14px 10px;
    top: 20px;
    left: 20px;
}
blockquote::after, 
q::after, 
cite::after {
    position: absolute;
    content: '';
    width: 14px;
    height: 10px;
    background-image: url('../images/cs-icons/icon-quote.svg');
    display: block;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 14px 10px;
    bottom: 20px;
    right: 20px;
}
.hidden {
    display: none !important;
}
a,
a:focus,
a:hover,
a:active,
.link,
.link:focus,
.link:hover,
.link:active {
    transition: all 0.2s ease-in-out 0s;
    color: #000000;
    text-decoration: underline;
}
a,
a:focus,
a:hover,
a:active,
.form-control,
.form-control:focus,
.form-control:hover,
.form-control:active,
input,
input:focus,
input:hover,
input:active,
button,
button:focus,
button:hover,
button:active,
select,
select:focus,
select:hover,
select:active,
textarea,
textarea:focus,
textarea:hover,
textarea:active {
    outline: none !important;
    box-shadow: none !important;
}
textarea,
textarea:focus,
textarea:hover,
textarea:active {
    min-height: 140px !important;
    resize: none !important;
    font-size: 16px !important;
    line-height: 22px !important;
    padding: 20px 20px 20px 20px !important;
    border: none !important;
    background-color: #F5FBF7 !important;
}
.form-control::placeholder {
    color: #BBB;
}
.btn-success,
.btn-success:focus {
    color: #fff;
    background-color: #26A54C;
    border-color: #26A54C;
    text-decoration: none;
}
.btn-success:hover,
.btn-success:active {
    text-decoration: none;
}
.btn-secondary,
.btn-secondary:focus {
    color: #fff;
    background-color: #BBBBBB;
    border-color: #BBBBBB;
    text-decoration: none;
}
.btn-secondary:hover,
.btn-secondary:active {
    text-decoration: none;
}
.btn-link,
.btn-link:focus {
    color: #707070;
    text-decoration: none;
}
.btn-link:hover,
.btn-link:active {
    color: #707070;
    text-decoration: none;
}

.link,
.link:focus {
    color: #707070;
    text-decoration: none;
}
.link:hover,
.link:active {
    color: #27A54C;
    text-decoration: none;
    cursor: pointer;
}


.no-results {
    margin-bottom: 30px;
}
.category-description {
    color: #707070;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 30px;
    padding-top: 15px;
    border-top: 2px solid #F5FBF7;
}


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

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

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


/********************************************************
HEADER
********************************************************/
header {
    margin-bottom: 30px;
}
@media screen and (max-width: 1201px) {
    
}

@media screen and (max-width: 992px) {
    header {
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 768px) {
    
}
.header__content {
	padding: 20px 0 20px 0;
}
.header__logo {
    margin: 15px 0;
}
.header__search {
    
}
.header__search-form {
    
}
.header__search-input,
.header__search-input:focus {
    font-size: 18px;
    line-height: 22px;
    padding: 26px 20px 24px 20px;
    border: none;
    background-color: #F5FBF7;
}
.header__search-input:hover,
.header__search-input:active {
    border: none;
    background-color: #F5FBF7;
}
.header__search-btn,
.header__search-btn:focus {
    padding: 10px 20px;
    border: none;
    background-color: #F5FBF7;
}
.header__search-btn:hover,
.header__search-btn:active {
    padding: 10px 20px;
    border: none;
}

.header__registration {
    text-align: center;
}
.header__registration-btn,
.header__registration-btn:focus {
    padding: 0;
    border: none;
}
.header__registration-btn:hover,
.header__registration-btn:active {
    padding: 0;
    border: none;
    color: #000000;
}
.header__registration img {
    margin-right: 5px;
}

.header__login {
    
}
.header__login-btn,
.header__login-btn:focus {
    font-size: 18px;
    line-height: 22px;
    padding: 13px 10px 11px 10px;
    font-weight: 500;
}
.header__login-btn:hover,
.header__login-btn:active {
    font-size: 18px;
    line-height: 22px;
    padding: 13px 10px 11px 10px;
    font-weight: 500;
}

.dropdown-menu.fade {
   display: block;
   opacity: 0;
   pointer-events: none;
}
.show > .dropdown-menu.fade {
   pointer-events: auto;
   opacity: 1;
}
.dropdown-menu-back {
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.3) !important;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
}
.show .dropdown-menu-back {
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.3) !important;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    opacity: 1 !important;
}

.dropdown-divider {
    border-top: 2px solid #BBB;
    margin: 7px 0 0 0;
}
.header__user-info {
    
}
.header__user-info-btn {
    text-overflow: ellipsis !important;
    white-space: nowrap !important; 
    overflow: hidden !important;
    width: 270px !important;
    position: relative;
}
.show .header__user-info-btn {
    z-index: 6;
    border-radius: 4px 4px 0 0;
    background-color: #F5FBF7;
}
.header__user-info-btn::after {
    display: none !important;
}
.header__user-info-avatar {
    margin-right: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.header__user-info-avatar img {
    opacity: 0 !important;
    width: 50px;
    height: 50px;
}
.header__user-info-name {
    font-size: 18px;
    line-height: 20px;
}
.header__user-info-menu {
    padding: 0;
    margin: 0;
    border: none;
    width: 270px;
    z-index: 9;
    border-radius: 0 0 4px 4px !important;
}
.header__user-info-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.header__user-info-menu ul li {
    display: block;
}

/*
.header__user-info-menu::after {
    display: block;
    content: '';
    width: 2000px;
    height: 2000px;
    position: absolute;
    background-color: rgba(0,0,0,0.4) !important;
    left: -1000px;
    top: -1000px;
}
*/
.header__user-info-menu a,
.header__user-info-menu a:focus {
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    padding: 5px 20px 5px 20px;
    position: relative;
    border-radius: 0;
    display: block;
}
.header__user-info-menu a:hover,
.header__user-info-menu a:active {
    background-color: #eaeaea;
}
.header__user-info-menu ul li a.active,
.header__user-info-menu ul li a.active:focus {
    color: #ffffff;
    background-color: #26A54C;
    padding: 10px 50px 10px 20px;
    margin-bottom: 5px;
    border-radius: 0 !important;
}
.header__user-info-menu ul li a.active:hover,
.header__user-info-menu ul li a.active:active {
    color: #ffffff;
    background-color: #26A54C;
    padding: 10px 50px 10px 20px;
    margin-bottom: 5px;
}
.header__user-info-menu ul li:last-child {
    border-top: 2px solid #BBB;
    margin: 7px 0 0 0;
}
.header__user-info-menu ul li:last-child a,
.header__user-info-menu ul li:last-child a:focus {
    color: #BBB;
    padding: 10px 50px 10px 20px;
}
.header__user-info-menu ul li:last-child a:hover,
.header__user-info-menu ul li:last-child a:active {
    color: #000000;
    background-color: #eaeaea;
    padding: 10px 50px 10px 20px;
    border-radius: 0 0 4px 4px;
}

.header__user-info-menu.profile-menu__widget-body {
    width: 100%;
    z-index: 1 !important;
    padding: 0 0 0 0;
}
.header__user-info-menu.profile-menu__widget-body a,
.header__user-info-menu.profile-menu__widget-body a:focus {
    padding: 10px 20px 10px 20px;
}
.header__user-info-menu.profile-menu__widget-body li a.active,
.header__user-info-menu.profile-menu__widget-body li a.active:focus {
    font-size: 18px;
    line-height: 20px;
}
.header__user-info-menu.profile-menu__widget-body li a.selected,
.header__user-info-menu.profile-menu__widget-body li a.selected:focus {
    color: #26A54C;
}

.header__user-info-menu-icon {
    position: absolute;
    right: 20px;
    top: 9px;
}
.header__user-info-menu-count {
    float: right;
    color: #26A54C;
}



.header__lang-swither {
    
}
.header__lang-swither ul {
    margin-bottom: 0;
    text-align: right;
}
.header__lang-swither ul li {
    display: inline-block;
    text-align: center;
    margin-left: 15px;
}
.header__lang-swither ul li:first-child {
    margin-left: 0;
}
.header__lang-swither ul li a,
.header__lang-swither ul li a:focus {
    font-size: 13px;
    line-height: 13px;
    color: #bbb;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-weight: 300;
}
.header__lang-swither ul li a:hover,
.header__lang-swither ul li a:active {
    color: #26A54C;
    text-decoration: none;
}
.header__lang-swither ul li.current-lang a,
.header__lang-swither ul li.current-lang a:focus {
    color: #000000;
}
.header__lang-swither ul li.current-lang a:hover,
.header__lang-swither ul li.current-lang a:active {
    color: #26A54C;
}
.header__lang-swither ul li a::before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px 30px;
}
.header__lang-swither ul li:nth-child(1) a:before {
    background-image: url('../images/cs-icons/circle-ukr.svg');
}
.header__lang-swither ul li:nth-child(2) a:before {
    background-image: url('../images/cs-icons/circle-rus.svg');
}



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

@media screen and (max-width: 992px) {
    .header__content {
        padding: 15px 0 15px 0;
    }
}

@media screen and (max-width: 768px) {
    .header__content {
        padding: 0 0 15px 0;
    }
    .header__logo {
        text-align: center;
    }
    .header__search {
        margin-bottom: 10px;
    }
    .header__registration {
        text-align: left;
        margin-bottom: 10px;
    }
}




/********************************************************
POPUP FORM
********************************************************/
.modal-header {
    color: #26A54C;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 30px 10px 0px 10px;
    border-bottom: 0 solid #ffffff;
    justify-content: center;
}
.page__profile label,
.modal label {
    font-weight: 500;
    margin-bottom: 10px;
    cursor: default;
    position: relative;
}
.page__profile label.for_checkbox,
.modal label.for_checkbox {
    color: #BBB;
    padding-left: 40px;
}
.page__profile label.for_checkbox::selection,
.modal label.for_checkbox::selection {
    color: #BBB;
    background-color: transparent;
}
.page__profile .checkmark,
.modal .checkmark {
    position: absolute;
    left: 0;
    top: -5px;
    width: 30px;
    height: 30px;
    border: 3px solid #BBB;
    padding: 1px 0 5px 1px;
    border-radius: 4px;
    text-align: center;
}
.page__profile .checkmark i,
.modal .checkmark i {
    color: #26A54C;
    font-size: 14px;
    line-height: 14px;
    opacity: 0;
}
.page__profile input[type="checkbox"],
.modal input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* On mouse-over, add a grey background color */
.page__profile label:hover input[type="checkbox"] ~ .checkmark,
.modal label:hover input[type="checkbox"] ~ .checkmark {
    border: 3px solid #26A54C;
}

/* When the checkbox is checked, add a blue background */
.page__profile label input[type="checkbox"]:checked ~ .checkmark i,
.modal label input[type="checkbox"]:checked ~ .checkmark i {
    opacity: 1;
}

.page__profile label a,
.page__profile label a:focus,
.modal label a,
.modal label a:focus {
    color: #BBB;
    text-decoration: underline;
}
.page__profile label a:hover,
.page__profile label a:active,
.modal label a:hover,
.modal label a:active {
    color: #000000;
    text-decoration: underline;
}
 
.page__profile .form-control,
.page__profile .form-control:focus,
.modal .form-control,
.modal .form-control:focus {
    font-size: 16px;
    line-height: 22px;
    padding: 5px 20px 5px 20px;
    border: none;
    background-color: #F5FBF7;
    height: 50px;
}
.page__profile .form-control:hover,
.page__profile .form-control:active,
.modal .form-control:hover,
.modal .form-control:active {
    border: none;
    background-color: #F5FBF7;
}
.modal .text-muted {
    float: right;
    color: #BBB;
    font-style: italic;
    cursor: default;
}
.modal .text-muted span {
    color: #26A54C;
}
.modal .btn,
.modal .btn:focus {
    font-size: 18px;
    line-height: 18px;
    padding: 15px 10px;
    border: none;
    font-weight: 500;
}
.modal .btn:hover,
.modal .btn:active {
    font-size: 18px;
    line-height: 18px;
    padding: 15px 10px;
    border: none;
    font-weight: 500;
}

.form__forgot-btn,
.form__forgot-btn:focus {
    background: no-repeat;
    border: none;
    font-size: 14px;
    line-height: 16px;
    text-decoration: underline;
    cursor: pointer;
    margin-bottom: 5px;
}
.form__forgot-btn:hover,
.form__forgot-btn:active {
    background: no-repeat;
    border: none;
    font-size: 14px;
    line-height: 16px;
    text-decoration: underline;
    cursor: pointer;
    margin-bottom: 5px;
    color: #26A54C;
}

.form__registration-btn,
.form__registration-btn:focus {
    background: no-repeat;
    border: none;
    font-size: 14px;
    line-height: 16px;
    text-decoration: underline;
    cursor: pointer;
    margin-bottom: 5px;
}
.form__registration-btn:hover,
.form__registration-btn:active {
    background: no-repeat;
    border: none;
    font-size: 14px;
    line-height: 16px;
    text-decoration: underline;
    cursor: pointer;
    margin-bottom: 5px;
    color: #26A54C;
}

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

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

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



/********************************************************
MAIN MENU
********************************************************/
.header__menu {
	background-color: #26A54C;
}
.header__menu-inner > div > ul.menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.header__menu-inner > div > ul.menu > li > a,
.header__menu-inner > div > ul.menu > li > a:focus {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 25px 2px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
}
.header__menu-inner > div > ul.menu > li > a:hover,
.header__menu-inner > div > ul.menu > li > a:active {
    color: rgba(255,255,255,0.8);
}
.header__menu-inner > div > ul.menu > li.menu-item-has-children:hover > a::after,
.header__menu-inner > div > ul.menu > li.menu-item-has-children:active > a::after {
    position: absolute;
    content: '';
    display: block;
    width: 30px;
    height: 15px;
    border: 15px solid transparent;
    border-top: 15px solid #26A54C;
    bottom: -29px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 999999;
}

.header__menu-inner > div > ul.menu ul {
    background-color: #ffffff;
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 15px 0 35px 0;
    position: absolute;
    text-align: left;
    transition: all 0.2s ease-in-out 0s;
    width: 290px;
    z-index: 997;
    margin: 0 auto;
    border: 1px solid #DADADA;
    border-top: 0px solid #DADADA;
    background-color: #ffffff;
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0px;
    right: 0px;
    top: 100%;
    width: 100%;
    padding: 0 15px 0 15px;
    position: absolute;
    text-align: left;
    transition: all 0s ease-in-out 0s;
    z-index: 99999;
    margin: 0 auto;
    border: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
    align-items: stretch;
    display: none;
    list-style: none;
    background-color: #F5FBF7;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.1);
}
.header__menu-inner > div > ul.menu li:hover > ul {
    display: flex;
}
.header__menu-inner > div > ul.menu ul ul {
    display: none !important;
}
.header__menu-inner > div > ul.menu ul > li > a,
.header__menu-inner > div > ul.menu ul > li > a:focus {
    color: #707070;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 25px 2px;
    margin-right: 10px;
    display: flex;
}
.header__menu-inner > div > ul.menu ul > li > a:hover,
.header__menu-inner > div > ul.menu ul > li > a:active {
    color: #BBB;
}












.header__menu .nav {
    
}
.header__menu .nav > .nav-item {
    
}
.header__menu .nav > .nav-item > .nav-link,
.header__menu .nav > .nav-item > .nav-link:focus {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 25px 2px;
    position: relative;
}
.header__menu .nav > .nav-item > .nav-link:hover,
.header__menu .nav > .nav-item > .nav-link:active,
.header__menu .nav > .nav-item > .nav-link.hover {
    color: rgba(255,255,255,0.8);
}
.header__menu .nav > .nav-item > .nav-link.has-child:hover::after,
.header__menu .nav > .nav-item > .nav-link.has-child:active::after,
.header__menu .nav > .nav-item > .nav-link.hover.has-child::after,
.header__menu .nav > .nav-item > .nav-link.hover.has-child::after {
    position: absolute;
    content: '';
    display: block;
    width: 30px;
    height: 15px;
    border: 15px solid transparent;
    border-top: 15px solid #26A54C;
    bottom: -29px;
    left: 50%;
    transform: translate(-50%, 0);
}
.header__menu .nav > .nav-item > .nav-link.active,
.header__menu .nav > .nav-item > .nav-link.active:focus {
    text-shadow: 0 0 5px rgba(255,255,255,0.5);
}
.header__menu .nav > .nav-item > .nav-link.active:hover,
.header__menu .nav > .nav-item > .nav-link.active:active {
    
}

.header__submenu {
    background-color: #F5FBF7;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.1);
    min-height: 70px;
}
.header__submenu .nav > .nav-item > .nav-link,
.header__submenu .nav > .nav-item > .nav-link:focus {
    color: #707070;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 25px 2px;
    margin-right: 10px;
}
.header__submenu .nav > .nav-item > .nav-link:hover,
.header__submenu .nav > .nav-item > .nav-link:active {
    color: #BBB;
}

@media screen and (max-width: 1201px) {
    .header__menu .nav > .nav-item > .nav-link,
    .header__menu .nav > .nav-item > .nav-link:focus {
        font-size: 14px;
        line-height: 20px;
        padding: 20px 2px;
    }
    .header__submenu {
        min-height: 60px;
    }
    .header__submenu .nav > .nav-item > .nav-link,
    .header__submenu .nav > .nav-item > .nav-link:focus {
        font-size: 14px;
        line-height: 20px;
        padding: 20px 2px;
    }
}

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

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



/********************************************************
MOBILE MENU
********************************************************/
.header__menu-mobile {
    background-color: #ffffff;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.1);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.header__menu-mobile .btn,
.header__menu-mobile .btn:focus {
    padding: 6px 5px 4px 5px;
    font-size: 14px;
    line-height: 16px;
}
.header__menu-mobile .btn:hover,
.header__menu-mobile .btn:active {
    color: #BBB;
}
.header__menu-mobile .btn.active,
.header__menu-mobile .btn.active:focus {
    color: #26A54C;
}
.header__menu-mobile .btn.active:hover,
.header__menu-mobile .btn.active:active {
    color: #26A54C;
}
.header__menu-mobile .btn i {
    font-size: 16px;
    line-height: 16px;
}

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

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

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


/********************************************************
BREADCRUMB
********************************************************/
.page-breadcrumb {
    padding: 0 0 10px 0;
    margin-bottom: 15px;
    cursor: default;
}
.breadcrumbs {
    color: #707070;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 14px;
    cursor: default;
    margin: 0;
}
.breadcrumbs a, 
.breadcrumbs a:focus {
    color: #26A54C;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    text-decoration: none;
}
.breadcrumbs a:hover, 
.breadcrumbs a:active {
    color: #000000;
    text-decoration: none;
}


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

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

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




/********************************************************
FOOTER
********************************************************/
footer {
    clear: both;
}
.footer__content {
	background-color: #707070;
	padding: 60px 0 30px 0;
}
.footer__logo {
    
}
.footer__logo-img {
    margin-bottom: 65px;
}
.footer__logo-img img {
    
}
.footer__logo-img-title {
    color: #ffffff;
    font-size: 12px;
    line-height: 14px;
    text-transform: lowercase;
    font-weight: 300;
    font-style: italic;
    display: none;
}
.footer__logo-text {
    color: #BBB;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 30px;
}

.footer__menu {
    
}
.footer__menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}
.footer__menu ul li {
    margin-bottom: 10px;
}
.footer__menu ul li a,
.footer__menu ul li a:focus {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
}
.footer__menu ul li a:hover,
.footer__menu ul li a:active {
    color: #BBB;
    text-decoration: none;
}

.footer__newsletter {
    
}
.footer__newsletter-title {
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.footer__newsletter-form {
    
}
.footer__newsletter-input,
.footer__newsletter-input:focus {
    font-size: 18px;
    line-height: 22px;
    padding: 25px 20px 24px 20px;
    border: none;
}
.footer__newsletter-input:hover,
.footer__newsletter-input:active {
    border: none;
}
.footer__newsletter-btn,
.footer__newsletter-btn:focus {
    padding: 10px 14px;
    border: none;
    background-color: #F5FBF7;
}
.footer__newsletter-btn:hover,
.footer__newsletter-btn:active {
    padding: 10px 14px;
    border: none;
}

.copyright__content {
    background-color: #464646;
    padding: 20px 0;
}
.copyright__text {
    color: #BBB;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}



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

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

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




/********************************************************
BANNERS
********************************************************/
.page__top-banner {
    text-align: center;
    margin-bottom: 30px;
}




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

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

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



/********************************************************
SIDEBAR
********************************************************/
.page__sidebar {
    
}
.page__sidebar-inner {
    margin-bottom: 60px;
}
.page__widget {
    background-color: #F5FBF7;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}
.page__widget-header {
    color: #ffffff;
    background-color: #26A54C;
    text-decoration: none;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    padding: 15px 50px 15px 20px;
    border-radius: 4px 4px 0 0;
    position: relative;
    cursor: default;
}
.page__widget-header a,
.page__widget-header a:focus,
.page__widget-header a:hover,
.page__widget-header a:active {
    color: #ffffff;
}
.page__widget-header-link {
    position: absolute;
    display: block;
    top: 14px;
    right: 20px;
    cursor: pointer;
}
.page__widget-body {
    padding: 20px 20px 20px 20px;
}


/********************************************************
news widget
********************************************************/
.page__widget-news {
    
}
.page__widget-news .page__widget-body {
    padding: 20px 20px 1px 20px;
}
.news__widget {
    margin-bottom: 20px;
}
.news__widget-title {
    margin-bottom: 10px;
}
.news__widget-title-link,
.news__widget-title-link:focus {
    display: block;
    color: #000000;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
}
.news__widget-title-link:hover,
.news__widget-title-link:active {
    color: #26A54C;
    text-decoration: none;
}
.news__widget-info {
    
}
.news__widget-info .btn-group {
    width: 100%;
}
.news__widget-btn,
.news__widget-btn:focus {
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    width: 100% !important;
    position: relative;
    font-size: 16px;
    line-height: 18px;
    padding: 0;
}
.news__widget-btn:hover,
.news__widget-btn:active {
    color: #000000;
    text-decoration: none;
}
.news__widget-name {
    min-width: 60%;
    text-align: left;
}
.news__widget-like {
    text-align: right;
}
.news__widget-comment {
    text-align: right;
}
.news__widget-btn-icon {
    margin-right: 5px;
}
.news__widget-btn-name {
    font-size: 14px;
    font-weight: 300;
}
.news__widget-btn-count {
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
}




@media screen and (max-width: 1201px) {
    .news__widget-name {
        min-width: 50%;
    }
}

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

@media screen and (max-width: 768px) {
}
/********************************************************
tabs widget
********************************************************/
.page__widget-tabs {
    
}
.page__widget-tabs .tab-content ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.page__widget-tabs .tab-content ul li {
    margin-bottom: 8px;
}

.page__widget-tabs .nav-tabs {
    border: none;
}
.page__widget-tabs .nav-tabs > .nav-item {
    
}
.page__widget-tabs .tab-content ul li a,
.page__widget-tabs .tab-content ul li a:focus {
    padding: 0;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
}
.page__widget-tabs .tab-content ul li a:hover,
.page__widget-tabs .tab-content ul li a:active {
    color: #26A54C;
    text-decoration: none;
}

.page__widget-tabs .nav-tabs > .nav-item > .nav-link,
.page__widget-tabs .nav-tabs > .nav-item > .nav-link:focus {
    color: #26A54C;
    background-color: transparent;
    text-decoration: none;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    padding: 15px 20px 15px 20px;
    position: relative;
    border: none;
    border-radius: 4px 0 0 0;
    margin-right: 20px;
    transition: none;
}
.page__widget-tabs .nav-tabs > .nav-item > .nav-link:hover,
.page__widget-tabs .nav-tabs > .nav-item > .nav-link:active {
    color: #000000;
}
.page__widget-tabs .nav-tabs > .nav-item > .nav-link.active,
.page__widget-tabs .nav-tabs > .nav-item > .nav-link.active:focus {
    color: #ffffff;
    background-color: #26A54C;
    cursor: default;
    margin-right: 20px;
}
.page__widget-tabs .nav-tabs > .nav-item > .nav-link.active:hover,
.page__widget-tabs .nav-tabs > .nav-item > .nav-link.active:active {
    color: #ffffff;
    background-color: #26A54C;
    cursor: default;
}

.page__widget-tabs .nav-tabs > .nav-item > .nav-link.active::after,
.page__widget-tabs .nav-tabs > .nav-item > .nav-link.active:focus::after,
.page__widget-tabs .nav-tabs > .nav-item > .nav-link.active:hover::after,
.page__widget-tabs .nav-tabs > .nav-item > .nav-link.active:active::after {
    border: 14px solid transparent; 
    border-bottom: 36px solid #26A54C; 
    border-left: 6px solid #26A54C;
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 0;
    right: -20px;
}
.page__widget-tabs .page__widget-body {
    padding: 20px 20px 10px 20px;
}
.page__widget-tabs .page__widget-body .nav {
    
}
.page__widget-tabs .page__widget-body .nav > .nav-item {
    margin-bottom: 8px;
}
.page__widget-tabs .page__widget-body .nav > .nav-item > .nav-link,
.page__widget-tabs .page__widget-body .nav > .nav-item > .nav-link:focus {
    padding: 0;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
}
.page__widget-tabs .page__widget-body .nav > .nav-item > .nav-link:hover,
.page__widget-tabs .page__widget-body .nav > .nav-item > .nav-link:active {
    color: #26A54C;
    text-decoration: none;
}



@media screen and (max-width: 1201px) {
    .page__widget-tabs .nav-tabs > .nav-item > .nav-link, 
    .page__widget-tabs .nav-tabs > .nav-item > .nav-link:focus {
        padding: 15px 10px 15px 15px;
    }
}

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

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

/********************************************************
live widget
********************************************************/
.page__widget-live {
    
}
.page__widget-live .page__widget-body {
    padding: 20px 20px 10px 20px;
}
.live__widget {
    margin-bottom: 20px;
}
.live__widget-title {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 13px;
    cursor:  default;
}
.live__widget-title a,
.live__widget-title a:focus,
.live__widget-title span,
.live__widget-title span:focus {
    color: #000000;
    text-decoration: underline;
}
.live__widget-title a:hover,
.live__widget-title a:active,
.live__widget-title span:hover,
.live__widget-title span:active {
    color: #26A54C;
    color: #000000;
    text-decoration: none;
    cursor: pointer;
}
.live__widget-time {
    color: #707070;
    font-size: 12px;
    line-height: 14px;
    font-weight: 300;
    text-align: right;
    cursor:  default;
}

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

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

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



/********************************************************
banner widget
********************************************************/

.page__widget-banner {
    background-color: #F5FBF7;
    position: relative;
    border-radius: 4px;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.1);
    text-align: center;
    padding: 15px;
    margin-bottom: 30px;
}
/*.page__widget-banner img {
    width: 100%;
    height: auto;
}*/

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

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

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




/********************************************************
HOME
********************************************************/
.page__block-title {
    background-image: url('../images/cs-title-line.jpg');
    text-align: center;
    background-repeat: repeat-x;
    background-position: center center;
    background-size: 2px 2px;
    margin-bottom: 35px;
}
.page__block-title span {
    background-color: #ffffff;
    color: #26A54C;
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 60px;
    cursor: default;
}
.page__blocks {
    margin-bottom: 30px;
}


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

@media screen and (max-width: 992px) {
    .page__block-title span {
        background-color: #ffffff;
        padding: 0 30px;
    }
}

@media screen and (max-width: 768px) {
    .page__block-title span {
        background-color: #ffffff;
        padding: 0 15px;
    }
}


/********************************************************
ARTICLE LIST
********************************************************/
.page__news-block {
    position: relative;
    margin-bottom: 30px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.1);
    background-color: #F5FBF7;
}
.page__news-block.page__stories-block {
    position: relative;
}
.page__news-block.page__stories-block .page__news-block-title {
    padding-right: 40px;
}
.page__news-block-image {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.page__news-block-image::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0) 60%, rgba(0,0,0,0.5) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0) 60%, rgba(0,0,0,0.5) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0) 60%, rgba(0,0,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0,0,0,0.5)', endColorstr='rgba(0,0,0,0.5)', GradientType=0 );
}
.page__news-block-image img {
    width: 100%;
    height: auto;
    opacity: 0;
}
.page__news-block-image img.page__news-block-image-big {
    display: block;
}
.page__news-block-image img.page__news-block-image-small {
    display: none;
}
.page__news-block-preview {
    position: absolute;
    top: 15px;
    left: 20px;
    right: 20px;
}
.page__news-block-title {
    margin-bottom: 10px;
    max-height: 180px;
    overflow: hidden;
}
.page__news-block-text .page__news-block-title {
    display: none;
}
.page__news-block-title-link,
.page__news-block-title-link:focus {
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 500;
}
.page__news-block-title-link:hover,
.page__news-block-title-link:active {
    color: #fff;
    text-decoration: underline;
}
.page__news-block-description {
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    cursor: default;
}
.page__news-block-info {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
}
.page__news-block-info .btn-group {
    width: 100%;
}
.page__news-block-btn,
.page__news-block-btn:focus  {
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    width: 100% !important;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
    padding: 0;
}
.page__news-block-btn:hover,
.page__news-block-btn:active  {
    color: #fff;
    text-decoration: none;
    opacity: 0.7;
}
.page__news-block-name {
    min-width: 70%;
    text-align: left;
}
.page__news-block-like {
    text-align: right;
}
.page__news-block-comment {
    text-align: right;
}
.page__news-block-btn-icon {
    margin-right: 10px;
}
.page__news-block-btn-name {
    font-size: 14px;
    font-weight: 500;
}
.page__news-block-btn-count {
    font-weight: 700;
}


.page__news-block-small {
    
}
.page__news-block-small .page__news-block-image {
    cursor: pointer;
}

.page__news-block-small .page__news-block-image::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0,0,0,0.5)', endColorstr='rgba(0,0,0,0)', GradientType=0 );
}
.page__news-block-small .page__news-block-text {
    position: absolute;
    top: auto;
    bottom: 20px;
    left: 20px;
    right: 20px;
}
.page__news-block-small .page__news-block-title {
    display: block;
}
.page__news-block-small .page__news-block-title-link,
.page__news-block-small .page__news-block-title-link:focus {
    
}
.page__news-block-small .page__news-block-title-link:hover,
.page__news-block-small .page__news-block-title-link:active {
    
}
.page__news-block-small .page__news-block-description {
    
}
.page__news-block-small .page__news-block-info {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
}
.page__news-block-small .page__news-block-btn {
    
}
.page__news-block-small .page__news-block-name {
    min-width: 50%;
}


.page__news-block-banner {
    padding: 15px;
    background-color: #F5FBF7;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.1);
    text-align: center;
}
/*.page__news-block-banner img {
    width: 100%;
    height: auto;
}*/



@media screen and (max-width: 1201px) {
    .page__news-block-title {
        max-height: 120px;
    }
    .page__news-block-title-link, 
    .page__news-block-title-link:focus {
        font-size: 18px;
        line-height: 24px;
    }
    .page__news-block-description {
        font-size: 14px;
        line-height: 16px;
    }
    .page__news-block-small .page__news-block-name {
        min-width: 50%;
    }
}

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

@media screen and (max-width: 768px) {
    
    .page__news-block-name {
        min-width: 40%;
    }
    .page__news-block-image img.page__news-block-image-big {
        display: none;
    }
    .page__news-block-image img.page__news-block-image-small {
        display: block;
    }
    .page__news-block-preview {
        display: none;
    }
    .page__news-block-text .page__news-block-title {
        display: block;
    }
    .page__news-block-big .page__news-block-text {
        position: absolute;
        top: auto;
        bottom: 20px;
        left: 20px;
        right: 20px;
    }
    .page__news-block-big .page__news-block-info {
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
    }
}


.page__category-banner {
    padding: 15px;
    background-color: #F5FBF7;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.1);
    text-align: center;
    margin-bottom: 30px;
}


/********************************************************
CATEGORY
********************************************************/
.category__news-blocks {
    
}
.category__news-blocks .page__news-block-big .page__news-block-text .page__news-block-description {
    display: none;
}
.category__news-blocks .page__news-block-small .page__news-block-text {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    padding-right: 15px;
}
.category__news-blocks .page__news-block-small .page__news-block-title {
    margin-bottom: 10px;
    max-height: 58px;
    overflow: hidden;
}
.category__news-blocks .page__news-block-small .page__news-block-btn-name {
    font-size: 14px;
    font-weight: normal;
}
.category__news-blocks .page__news-block-small .page__news-block-title-link, 
.category__news-blocks .page__news-block-small .page__news-block-title-link:focus {
    color: #000;
    text-decoration: none;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    font-weight: 500;
}
.category__news-blocks .page__news-block-small .page__news-block-title-link:hover, 
.category__news-blocks .page__news-block-small .page__news-block-title-link:active {
    color: #000;
    text-decoration: underline;
}
.category__news-blocks .page__news-block-small .page__news-block-description {
    color: #000;
    font-size: 16px;
    line-height: 18px;
    cursor: default;
    margin-bottom: 20px;
}
.category__news-blocks .page__news-block-small .page__news-block-btn, 
.category__news-blocks .page__news-block-small .page__news-block-btn:focus {
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    width: 100% !important;
    color: #707070;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
    padding: 0;
}
.category__news-blocks .page__news-block-small .page__news-block-btn:hover, 
.category__news-blocks .page__news-block-small .page__news-block-btn:active {
    color: #000000;
    text-decoration: none;
}
@media screen and (max-width: 1201px) {
    .category__news-blocks .page__news-block-small .page__news-block-title {
        max-height: 55px;
    }
    .category__news-blocks .page__news-block-small .page__news-block-title-link, 
    .category__news-blocks .page__news-block-small .page__news-block-title-link:focus {
        font-size: 22px;
        line-height: 26px;
    }
}

@media screen and (max-width: 992px) {
    .category__news-blocks .page__news-block-small .page__news-block-title {
        max-height: 50px;
    }
    .category__news-blocks .page__news-block-small .page__news-block-title-link, 
    .category__news-blocks .page__news-block-small .page__news-block-title-link:focus {
        font-size: 18px;
        line-height: 24px;
    }
}

@media screen and (max-width: 768px) {
    .category__news-blocks .page__news-block-small .page__news-block-title {
        max-height: 100%;
        overflow: visible;
    }
    .category__news-blocks .page__news-block-small .page__news-block-title-link, 
    .category__news-blocks .page__news-block-small .page__news-block-title-link:focus {
        font-size: 16px;
        line-height: 20px;
    }
    .category__news-blocks .page__news-block-small .page__news-block-description {
        font-size: 14px;
        line-height: 16px;
    }
    .category__news-blocks .page__news-block-small .page__news-block-text {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        padding: 15px;
    }
}



/********************************************************
PAGINATION
********************************************************/
/*
.pagination {
    margin-bottom: 0px;
}
.pagination li {
    
}
.pagination li .page-numbers {
    box-shadow: 0px 4px 4px rgba(0,0,0,0.1) !important;
    font-weight: 700;
    color: #707070;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
    border: none !important;
    margin: 0 10px 10px 0;
    border-radius: 4px;
    background-color: #F5FBF7;
    padding: 7px 7px 7px 7px;
    min-width: 32px;
    text-align: center;
    display: block;
}
.pagination li .page-numbers,
.pagination li .page-numbers:focus {
    box-shadow: 0px 4px 4px rgba(0,0,0,0.1) !important;
    font-weight: 700;
    color: #707070;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
    border: none !important;
    margin: 0 10px 10px 0;
    border-radius: 4px;
    background-color: #F5FBF7;
    padding: 7px 7px 7px 7px;
    min-width: 32px;
    text-align: center;
    display: block;
}
.pagination li .page-numbers:hover,
.pagination li .page-numbers:active {
    box-shadow: 0px 4px 4px rgba(0,0,0,0.1) !important;
    font-weight: 700;
    color: #707070;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
    border: none !important;
    margin: 0 10px 10px 0;
    border-radius: 4px;
    background-color: #F5FBF7;
    padding: 7px 7px 7px 7px;
    min-width: 32px;
    text-align: center;
    opacity: 0.8;
    cursor: pointer;
    display: block;
}
.pagination li .page-numbers.dots {
    cursor: default !important;
    opacity: 1 !important;
}
.pagination li .page-numbers.current {
    z-index: 1;
    color: #fff;
    background-color: #27A54C;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.1) !important;
    cursor: default !important;
}
*/

.pagination {
    margin-bottom: 60px;
}
.pagination li {
    padding: 0 !important;
    list-style: none !important;
}
.pagination li a {
    box-shadow: 0px 4px 4px rgba(0,0,0,0.1) !important;
    font-weight: 700;
    color: #707070;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
    border: none !important;
    margin: 0 10px 10px 0;
    border-radius: 4px;
    background-color: #F5FBF7;
    padding: 7px 7px 7px 7px;
    min-width: 32px;
    text-align: center;
}
.pagination li a img {
    padding: 0;
    margin: 0;
}
.page-single__content ul li::before {
    display: none;
}
.pagination li a,
.pagination li a:focus,
.pagination li .page-link,
.pagination li .page-link:focus,
.pagination li .page-numbers,
.pagination li .page-numbers:focus {
    box-shadow: 0px 4px 4px rgba(0,0,0,0.1) !important;
    font-weight: 700;
    color: #707070;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
    border: none !important;
    margin: 0 10px 10px 0;
    border-radius: 4px;
    background-color: #F5FBF7;
    padding: 7px 7px 7px 7px;
    min-width: 32px;
    display: inline-block;
    text-align: center;
}
.pagination li a:hover,
.pagination li a:active,
.pagination li .page-link:hover,
.pagination li .page-link:active,
.pagination li .page-numbers:hover,
.pagination li .page-numbers:active {
    box-shadow: 0px 4px 4px rgba(0,0,0,0.1) !important;
    font-weight: 700;
    color: #707070;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
    border: none !important;
    margin: 0 10px 10px 0;
    border-radius: 4px;
    background-color: #F5FBF7;
    padding: 7px 7px 7px 7px;
    min-width: 32px;
    display: inline-block;
    text-align: center;
    opacity: 0.8;
    cursor: pointer;
}
.pagination li.disable a, 
.pagination li.disable .page-link, 
.pagination li.disable .current {
    cursor: default !important;
}
.pagination li.active a, 
.pagination li.active .page-link, 
.pagination li .current {
    z-index: 1;
    color: #fff !important;
    opacity: 1 !important;
    background-color: #27A54C !important;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.1) !important;
    cursor: default !important;
}

/********************************************************
SINGLE ARTICLE
********************************************************/
.page__title {
    font-size: 32px;
    line-height: 34px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px;
    cursor: default;
}

.page__author {
    margin-bottom: 5px;
}
.page__author-info {
    padding: 0;
    margin-bottom: 15px;
}
.page__author-info-avatar {
    min-width: 68px;
    width: 68px;
    height: 68px;
    margin-right: 10px;
    border-radius: 50%;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.page__author-info-avatar img {
    opacity: 0 !important;
}
.page__author-info-name {
    font-size: 14px;
    line-height: 16px;
    text-align: left;
}
.page__author-info-title {
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
    display: block;
}
.page__author-all-arts, 
.page__author-all-arts:focus {
    color: #27A54C;
    text-decoration: none;
    font-size: 18px;
    line-height: 20px;
    padding: 0;
    font-weight: 500;
    margin-bottom: 15px;
}
.page__author-all-arts:hover, 
.page__author-all-arts:active {
    color: #27A54C;
    text-decoration: none;
    opacity: 0.7;
}

.page-single__content {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 60px;
}
.page-single__content img {
    max-width: 100%;
    height: auto;
    margin-right: 15px;
    margin-bottom: 20px;
}
.page-single__content img.img__align-none {
    float: none;
    margin-right: 15px;
}
.page-single__content img.img__align-left,
.page-single__content img.alignleft {
    float: left;
    margin-right: 15px;
}
.page-single__content img.img__align-right,
.page-single__content img.alignright {
    float: right;
    margin-left: 15px;
}
.page-single__content img.aligncenter {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.page-single__content p {
    margin-bottom: 19px;
}

.page-single__date {
    font-size: 14px;
    line-height: 16px;
    color: #707070;
    margin: 20px 0;
    cursor: default;
    clear: both;
}

.page-single__share {
    margin-bottom: 62px;
}
.page-single__share-btn,
.page-single__share-btn:focus {
    background-color: #27A54C;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    padding: 11px 5px;
    text-decoration: none;
    width: 100%;
    text-align: center;
}
.page-single__share-btn:hover,
.page-single__share-btn:active {
    background-color: #27A54C;
    color: #fff;
    text-decoration: none;
}
#page-single__share-facebook,
#page-single__share-facebook:focus {
    background-color: #3B5998;
}
#page-single__share-facebook:hover,
#page-single__share-facebook:active {
    background-color: #2C4271;
}
#page-single__share-twitter,
#page-single__share-twitter:focus {
    background-color: #08A0E9;
}
#page-single__share-twitter:hover,
#page-single__share-twitter:active {
    background-color: #0782BB;
}
#page-single__share-telegram,
#page-single__share-telegram:focus {
    background-color: #0088CC;
}
#page-single__share-telegram:hover,
#page-single__share-telegram:active {
    background-color: #006394;
}
#page-single__share-whatsapp,
#page-single__share-whatsapp:focus {
    background-color: #4FCE5D;
}
#page-single__share-whatsapp:hover,
#page-single__share-whatsapp:active {
    background-color: #40A64C;
}
#page-single__share-add-library,
#page-single__share-add-library:focus {
    background-color: #27A54C;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #fff;
    padding: 12px 5px;
    text-decoration: none;
}
#page-single__share-add-library:hover,
#page-single__share-add-library:active {
    background-color: #1B7436;
    color: #fff;
    text-decoration: none;
}
#page-single__share-add-library img {
    margin-right: 10px;
}


@media screen and (max-width: 1201px) {
    .page__title {
        font-size: 26px;
        line-height: 30px;
    }
}

@media screen and (max-width: 992px) {
    .page__title {
        font-size: 22px;
        line-height: 26px;
    }
}

@media screen and (max-width: 768px) {
    .page__title {
        font-size: 18px;
        line-height: 24px;
    }
    .page-single__content img.img__align-left,
    .page-single__content img.alignleft {
        float: none;
        margin-right: 0;
    }
    .page-single__content img.img__align-right,
    .page-single__content img.alignright {
        float: none;
        margin-left: 0;
    }
    .page-single__content img.img__align-none {
        margin-right: 0;
    },
    .page-single__content img.aligncenter {
        margin-left: 0;
        margin-right: 0;
    }
    #page-single__share-add-library,
    #page-single__share-add-library:focus {
        font-size: 14px;
    }
}




.page__block-marks {
    margin-bottom: 40px;
}
.page__block-mark {
    margin-bottom: 20px;
}
.page__block-mark-title {
    color: #707070;
    font-size: 18px;
    line-height: 20px;
    cursor: default;
    margin-right: 20px;
}
.page__block-mark-count {
    color: #27A54C;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    cursor: default;
}
.page__block-mark-count-icon {
    margin-right: 5px;
}


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

@media screen and (max-width: 992px) {
    .page__block-mark-count {
        min-width: 150px;
    }
}

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


.page__block-order-online {
    background-color: #F5FBF7;
    position: relative;
    border-radius: 4px;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.1);
    padding-top: 22px;
    margin-bottom: 60px;
}
.page__block-order-online .page__block-title {
    background-image: url('../images/cs-title-line-green.jpg');
    margin-bottom: 23px;
}
.page__block-order-online .page__block-title span {
    background-color: #F5FBF7;
}
.page__block-order-online-item {
    margin-bottom: 20px;
    padding: 0 5px 0 20px;
}
.page__block-order-online-item a,
.page__block-order-online-item a:focus {
    color: #707070;
    font-size: 17px;
    line-height: 20px;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: -1px;
}
.page__block-order-online-item a:hover,
.page__block-order-online-item a:active {
    color: #27A54C;
    text-decoration: none;
}
.page__block-order-online-item-icon {
    margin-right: 10px;
}

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

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

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

.comments-area ol,
.comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.comments-area ol.children {
    list-style: none;
    padding: 0 0 0 50px;
    margin: 0;
}
.page__block-comments {
    
}
.page__block-comments-no-comments {
    font-size: 18px;
    line-height: 22px;
    color: #707070;
    margin-bottom: 30px;
    text-align: center;
    cursor: default;
}
.page__block-comment-item {
    
}
.page__block-reply-comments {
    padding-left: 50px;
}
.page__block-comment {
    
}
.page__block-comment-avatar {
    margin-right: 10px;
    margin-bottom: 10px;
}
.header__user-info-avatar-img {
    width: 68px;
    height: 68px;
    margin-right: 10px;
    border-radius: 50%;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
}
.header__user-info-avatar-img img {
    opacity: 0 !important;
}
.page__block-comment-info {
    width: 100%;
}
.page__block-comment-info-name {
    font-size: 14px;
    line-height: 16px;
    color: #707070;
    margin-bottom: 10px;
}
.comment-edit-link, 
.comment-edit-link:focus{
    font-size: 14px;
    line-height: 16px;
    color: #27A54C;
    text-decoration: none;
}
.comment-edit-link:hover,
.comment-edit-link:active {
    color: #707070;
    text-decoration: none;
}
.page__block-comment-info-name a,
.page__block-comment-info-name a:focus,
.page__block-comment-info-name a:hover,
.page__block-comment-info-name a:active {
    font-size: 14px;
    line-height: 16px;
    color: #707070;
    text-decoration: none;
}
.page__block-comment-info-name a:hover,
.page__block-comment-info-name a:active {
    color: #27A54C;
    text-decoration: none;
}
.page__block-comment-info-title {
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
}
.page__block-comment-info-date {
    font-size: 12px;
    line-height: 14px;
    color: #BBBBBB;
    font-style: italic;
    margin-bottom: 10px;
    cursor: default;
}
.page__block-comment-info-text {
    font-size: 14px;
    line-height: 17px;
    color: #707070;
    cursor: default;
    margin-bottom: 8px;
}
.page__block-comment-info-reply {
    margin-bottom: 20px;
}
.comment-reply-link,
.comment-reply-link:focus,
.page__block-comment-info-reply-btn,
.page__block-comment-info-reply-btn:focus {
    color: #27A54C;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    text-decoration: none;
}
.comment-reply-link:hover,
.comment-reply-link:active,
.page__block-comment-info-reply-btn:hover,
.page__block-comment-info-reply-btn:active {
    color: #27A54C;
    text-decoration: none;
    opacity: 0.7;
}
.reply {
    text-align: right;
}
.comment-reply-login {
    display: none !important;
}
#cancel-comment-reply-link,
#cancel-comment-reply-link:focus {
    color: #D70000;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    text-decoration: none;
}
#cancel-comment-reply-link:hover,
#cancel-comment-reply-link:active {
    color: #D70000;
    text-decoration: none;
    opacity: 0.7;
}
.page__block-comment-info-reply-btn-icon {
    margin-right: 5px;
}
.page__block-comment-info-reply-form {
    
}

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

@media screen and (max-width: 992px) {
    
    .comments-area ol.children, 
    .page__block-reply-comments {
        padding-left: 30px;
    }
}

@media screen and (max-width: 768px) {
    
    .comments-area ol.children, 
    .page__block-reply-comments {
        padding-left: 15px;
    }
}



.page__block-comments-no-logged {
    background-color: #F5FBF7;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.1);
    padding: 22px 50px 1px 50px;
    margin-bottom: 60px;
}
.page__block-comments-no-logged-text {
    font-size: 16px;
    line-height: 19px;
    color: #BBBBBB;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    cursor: default;
}
.page__block-comments-no-logged-btns {
    margin: 0 auto;
    max-width: 330px;
    margin-bottom: 20px;
}
.page__block-comments-no-logged-tooltip {
    font-size: 12px;
    line-height: 14px;
    color: #BBBBBB;
    font-style: italic;
    text-align: center;
    cursor: default;
    margin-bottom: 20px;
}
@media screen and (max-width: 1201px) {
    
}

@media screen and (max-width: 992px) {
    .page__block-comments-no-logged {
        padding: 22px 30px 20px 30px;
    }
}

@media screen and (max-width: 768px) {
    .page__block-comments-no-logged {
        padding: 22px 10px 20px 10px;
    }
    .page__block-comments-no-logged .header__registration {
        text-align: center;
        margin-bottom: 20px;
    }
}

.logged-in-as {
    display: none !important;
}
.comment-reply-title {
    font-size: 0px;
}
.comment-reply-title small {
    font-size: 14px;
    line-height: 16px;
}
.page__block-comments-logged {
    margin-bottom: 50px;
}
.page__block-comments-logged-title {
    margin-bottom: 12px;
}
.page__block-comments-logged-title-text {
    color: #707070;
    font-size: 18px;
    line-height: 20px;
    cursor: default;
    margin-right: 20px;
    text-transform: uppercase;
    font-weight: 500;
}
.page__block-comments-logged-title-sep {
    font-size: 12px;
    line-height: 20px;
    color: #BBBBBB;
    font-style: italic;
    margin-right: 20px;
    cursor: default;
}
.page__block-comments-logged-title-link, 
.page__block-comments-logged-title-link:focus {
    color: #27A54C;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-decoration: none;
}
.page__block-comments-logged-title-link:hover, 
.page__block-comments-logged-title-link:active {
    color: #27A54C;
    text-decoration: none;
    opacity: 0.7;
}
.page__block-comments-logged-title-img {
    margin-right: 10px;
}
.page__block-comments-logged-form-textarea {
    margin-bottom: 15px;
}
.page__block-comments-logged-form-smiles {
    margin-bottom: 15px;
}
.page__block-comments-logged-form-btns {
    font-size: 14px;
    line-height: 16px;
    color: #707070;
    text-decoration: none;
    margin-bottom: 30px;
}
.page__block-comments-logged-form-avatar {
    margin-bottom: 15px;
}
.page__block-comments-logged-form-avatar select {
    font-size: 14px;
    line-height: 16px;
    color: #707070;
    text-decoration: none;
}
.form-submit {
    text-align: right;
}
.form-submit input#submit, 
.form-submit input#submit:focus,
.page__block-comments-logged-form-btn, 
.page__block-comments-logged-form-btn:focus {
    font-size: 18px;
    line-height: 22px;
    padding: 13px 30px 11px 30px;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 15px;
    color: #fff;
    background-color: #26A54C;
    border: none;
    text-decoration: none;
    outline: none !important;
    box-shadow: none !important;
    transition: all 0.2s ease-in-out 0s;
    border-radius: .25rem;
}
.form-submit input#submit:hover, 
.form-submit input#submit:active,
.page__block-comments-logged-form-btn:hover, 
.page__block-comments-logged-form-btn:active {
    font-size: 18px;
    line-height: 22px;
    padding: 13px 30px 11px 30px;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
    background-color: #218838;
    border: none;
    cursor: pointer;
    outline: none !important;
    box-shadow: none !important;
    transition: all 0.2s ease-in-out 0s;
}
.page__block-comments-logged-form > textarea {
    margin-bottom: 15px;
}
.page__block-reviews {
    margin-bottom: 10px;
    cursor: default;
}
.page__block-review {
    font-size: 14px;
    line-height: 17px;
    color: #707070;
    cursor: default;
    margin-bottom: 9px;
}
.page__block-comments-logged-form-stars {
    
}
.page__block-review-stars {
    margin-right: 5px;
    margin-bottom: 9px;
    cursor: default;
}
.page__block-review-star {
    margin-right: 5px;
    cursor: default;
}
.page__block-comments-logged-form .page__block-review-star {
    cursor: pointer;
}
.page__block-review-title {
    font-size: 14px;
    line-height: 17px;
    color: #707070;
    cursor: default;
    margin-bottom: 9px;
}

.star-green {
    display: none;
}
.stars-1 .star-green-1,
.stars-2 .star-green-1,
.stars-2 .star-green-2,
.stars-3 .star-green-1,
.stars-3 .star-green-2,
.stars-3 .star-green-3,
.stars-4 .star-green-1,
.stars-4 .star-green-2,
.stars-4 .star-green-3,
.stars-4 .star-green-4,
.stars-5 .star-green-1,
.stars-5 .star-green-2,
.stars-5 .star-green-3,
.stars-5 .star-green-4,
.stars-5 .star-green-5 {
    display: inline-block;
}
.stars-1 .star-gray-1,
.stars-2 .star-gray-1,
.stars-2 .star-gray-2,
.stars-3 .star-gray-1,
.stars-3 .star-gray-2,
.stars-3 .star-gray-3,
.stars-4 .star-gray-1,
.stars-4 .star-gray-2,
.stars-4 .star-gray-3,
.stars-4 .star-gray-4,
.stars-5 .star-gray-1,
.stars-5 .star-gray-2,
.stars-5 .star-gray-3,
.stars-5 .star-gray-4,
.stars-5 .star-gray-5 {
    display: none;
}
@media screen and (max-width: 1201px) {
    
}

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

@media screen and (max-width: 768px) {
    
    .page__block-comments-logged-title-text {
        margin-right: 0px;
    }
    .page__block-comments-logged-title-sep {
        margin-right: 0px;
    }
    .page__block-review-star {
        margin-right: 0px;
    }
}

.share_more_selection {
    display: none !important;
}



/********************************************************
PROFILE MENU
********************************************************/

.profile-menu__widget-body {
    position: relative;
    padding: 20px 0 0 0;
    background-color: #fff;
}
.profile-menu__widget-body.not-my-profile-menu {
    padding: 20px 0 1px 0;
}
.profile-menu__widget-list {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.profile-menu__widget-list li {
    position: relative;
    display: block;
    margin: 0 0 10px 0;
    padding: 0 20px;
}
.profile-menu__widget-list li:last-child {
    margin: 0;
    padding: 0;
}
.not-my-profile-menu .profile-menu__widget-list li:last-child {
    margin: 0 0 10px 0;
    padding: 0 20px;
}
.profile-menu__widget-list li a,
.profile-menu__widget-list li a:focus {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: #000000;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
}
.profile-menu__widget-list li a.active,
.profile-menu__widget-list li a:hover,
.profile-menu__widget-list li a:active {
    text-decoration: none;
    color: #26A54C;
}
.profile-menu__widget-list li a.gray, 
.profile-menu__widget-list li a.gray:focus {
    color: #BBB;
    padding: 10px 50px 10px 20px;
    border-top: 2px solid #BBB;
}
.profile-menu__widget-list li a.gray:hover, 
.profile-menu__widget-list li a.gray:active {
    color: #26A54C;
    padding: 10px 50px 10px 20px;
}
.profile-menu__widget-list-icon {
    position: absolute;
    right: 20px;
    top: 10px;
}
.profile-menu__widget-list-count {
    float: right;
    color: #26A54C;
}

.profile-menu__write-pm-container {
    text-align: center;
}
a.profile-menu__write-pm,
a.profile-menu__write-pm:focus {
    color: #26A54C;
    text-decoration: none;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
}
a.profile-menu__write-pm:hover,
a.profile-menu__write-pm:active {
    color: #000000;
    text-decoration: none;
}
.profile-edit-btns {
    
}
.profile-edit-btns div.radio_1 {
    background-color: #ffffff;
    text-align: center;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    border: 2px solid #BBB;
    margin: 0 auto;
    padding: 1px 0 0 1px;
}
.profile-edit-btns div.radio_2 {
    background-color: #26A54C;
    text-align: center;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    border: 2px solid #BBB;
    margin: 0 auto;
    padding: 1px 0 0 1px;
}
.profile-edit-btns div.radio_0 {
    background-color: #D70000;
    text-align: center;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    border: 2px solid #BBB;
    margin: 0 auto;
    padding: 1px 0 0 1px;
}
.profile-edit-btns div.radio_1 label,
.profile-edit-btns div.radio_2 label,
.profile-edit-btns div.radio_0 label {
    display: block;
}
.profile-data__text span[style="background-color: #E7F4EB;"] {
    background-color: #26A54C !important;
    color: #fff;
    padding: 0 5px;
    display: inline-block;
}
.profile-data__text span[style="background-color: #FDDDDD;"] {
    background-color: #D70000 !important;
    color: #fff;
    padding: 0 5px;
    display: inline-block;
}

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

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

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


/********************************************************
PROFILE PAGE
********************************************************/

.modal-title-gray {
    color: #707070;
    text-align: center;
}
.btn-logout {
    text-decoration: none !important;   
}

.btn-profile,
.btn-profile:focus {
    padding: 0;
    font-size: 18px;
    line-height: 22px;
    text-decoration: none;
}
.btn-profile:hover,
.btn-profile:active {
    color: #26A54C;
    text-decoration: none;
}
.profile-data__title {
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    margin-bottom: 10px;
}
.profile-data__title > span {
    color: #26A54C;
    margin-left: 20px;
}
.profile-data__text {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px;
}

.profile-ignore__list,
.profile-recommends__list {
    margin-bottom: 30px;
}
.profile-ignore__item {
    padding: 20px 35px 5px 20px;
    margin-bottom: 30px;
    background-color: #F5FBF7;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.1);
    position: relative;
}
.profile-recommends__item {
    padding: 20px 35px 20px 20px;
    margin-bottom: 30px;
    background-color: #F5FBF7;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.1);
    position: relative;
}
.profile-ignore__item .page__author-info-name,
.profile-recommends__item .page__author-info-name {
    color: #000;
    font-weight: 500;
}
.profile-ignore__item .page__author-info-name .page__author-info-title {
    color: #707070;
}
.profile-recommends__item .page__author-info-name .page__author-info-title {
    color: #707070;
    margin-bottom: 7px;
}
.profile-recommends__item .page__author-info-name .page__author-info-rec-date {
    color: #bbb;
    font-weight: 400;
    font-style: italic;
    font-size: 12px;
    line-height: 16px;
}
.i-recommend__text {
    color: #707070;
    font-size: 12px;
    line-height: 16px;
    cursor: default;
}
.i-recommend__post-title {
    margin-bottom: 10px;
}
.i-recommend__post-title a,
.i-recommend__post-title a:focus {
    color: #000;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
}
.i-recommend__post-title a:hover,
.i-recommend__post-title a:active {
    color: #26A54C;
    text-decoration: none;
}
.i-recommend__post-text {
    color: #000;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 9px;
    cursor: default;
}
.i-recommend__post-link {
    text-align: right;
}
.i-recommend__post-link a,
.i-recommend__post-link a:focus {
    color: #26A54C;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
}
.i-recommend__post-link a:hover,
.i-recommend__post-link a:active {
    text-decoration: none;
    color: #000;
}

.profile-ignore__item-delete,
.profile-recommends__item-delete,
.draft-delete {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 20px;
    right: 20px;
}

.add-to-ignore__input {
    font-size: 18px !important;
    line-height: 20px !important;
    padding-right: 40px !important;
    background-image: url('../images/cs-icons/icon-search.svg');
    background-repeat: no-repeat;
    background-position: calc(100% - 17px) 17px;
    background-size: 17px 17px;
}
.add-to-ignore__btn {
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    padding: 13px 15px;
}

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

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

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



.page__gray-text {
    color: #bbb;
    margin-bottom: 30px;
}
.private-message__container {
    margin-bottom: 20px;
}
.private-message__container-new > .profile-recommends__item {
    box-shadow: 0px 4px 4px rgba(38,165,76,0.4);
}
.private-message__header {
    margin: 0;
    cursor: pointer;
    padding-bottom: 5px;
    padding-top: 15px;
    position: relative;
}
.private-message__header .page__author-info-avatar {
    min-width: 40px;
    width: 40px;
    height: 40px;
}
.private-message__header .i-recommend__text {
    cursor: pointer !important;
}
.private-message__header .page__author-info-rec-date {
    color: #bbb;
    font-weight: 400;
    font-style: italic;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 5px;
}
.private-message__header .profile-recommends__item-delete {
    top: 10px;
    right: 20px;
}
.private-message__body {
    box-shadow: 0px 4px 4px rgba(0,0,0,0.1);
    padding: 10px;
    background-color: #fff;
}
.private-message__body .profile-recommends__item {
    padding: 10px 10px 10px 10px;
    margin-bottom: 10px;
    background-color: #F5FBF7;
    box-shadow: none;
    position: relative;
    border: 1px solid #eaeaea;
    border-radius: 4px;
}
.private-message__btn {
    color: #26A54C;
    font-size: 14px;
    line-height: 16px;
}
.private-message__btn:hover {
    text-decoration: underline;
}
.collapsed .private-message__show {
    display: inline-block;
}
.collapsed .private-message__hide {
    display: none;
}
.private-message__show {
    display: none;
}
.private-message__hide {
    display: inline-block;
}

.private-message__tooltip {
    position: absolute;
    background-color: #fff;
    border: 1px solid #eaeaea;
    width: 280px;
    height: 200px;
    z-index: 9;
    overflow-y: auto;
}
.private-message__tooltip-item {
    padding: 5px 10px;
    border-bottom: 1px solid #f5f5f5;
    font-size: 16px;
    line-height: 20px;
    background-color: #fff;
    color: #000;
}
.private-message__tooltip-item:hover {
    background-color: #26A54C;
    color: #ffffff;
    cursor: pointer;
}

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

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

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



.add_link,
.add_link:active {
    color: #26A54C;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
}
.add_link:hover,
.add_link:focus {
    color: #000000;
    cursor: pointer;
}
.add_link i {
    margin-right: 10px;
}

.del_photo_btn,
.del_photo_btn:active {
    color: #D70000;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 20px;
    text-decoration: none;
}
.del_photo_btn:hover,
.del_photo_btn:focus {
    color: #26A54C;
    cursor: pointer;
}
@media screen and (max-width: 1201px) {
    
}

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

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


.jourlist-table {
    margin-bottom: 30px;
}
.jourlist-table__header {
    color: #fff;
    font-size: 12px;
    line-height: 14px;
}
.jourlist-table__body {
    color: #000;
    font-size: 14px;
    line-height: 16px;
}
.jourlist-table__tr {
    border: 1px solid #000;
    border-bottom: 0px solid #000;
}
.jourlist-table__tr:last-child {
    border-bottom: 1px solid #000;
}
.jourlist-table__header .jourlist-table__tr {
    border: 1px solid #26A54C;
}
.jourlist-table__th {
    border-right: 1px solid #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    font-weight: 500;
    background-color: #26A54C;
}
.jourlist-table__td {
    border-right: 1px solid #000;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #000;
}
.jourlist-table__tr .jourlist-table__th:last-child,
.jourlist-table__tr .jourlist-table__td:last-child {
    border-right: 0px solid #000;
}
@media screen and (max-width: 1201px) {
    
}

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

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















/*Registration*/

.registration{
  background: #F5F6F6;
  border-radius: 2px;
  padding: 50px 35px 20px 35px;
  max-width: 600px;
}
.registration h1{
  margin-bottom: 30px;
}
.registration_form__inputs{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.registration_form__inputs input{
  background: #FFFFFF;
  border: 1px solid #BEC4CA;
  box-sizing: border-box;
  border-radius: 2px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #20242E;
  padding: 11px 15px 12px 15px;
  width: 48%;
}
.registration_form__input-eamil input{
  width: 100%;
}

.registration_form__radio input[type="radio"] {
  display: none;
}
.registration_form__radio label {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #20242E;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-right: 25px;
}
.registration_form__radio label::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-right: 5px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid #DFE2E5;
}
.registration_form__radio input[type="radio"]:checked + label::before {
  content: '';
  background-image: url(../images/cs-icons/dot-radio.svg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-filter: hue-rotate(250deg);
  filter: hue-rotate(250deg);
}
.registration_form__gender{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.registration_form__gender-title{
  width: 100%;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
  padding-left: 5px;
  letter-spacing: 0.5px;
  color: #979FA8;
}

.registration_form__checkbox input[type="checkbox"] {
  display: none;
}
.registration_form__checkbox label {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.registration_form__checkbox label span a {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-decoration-line: underline;
  color: #26A54C;
}
.registration_form__checkbox label span {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #20242E;
  margin-right: 5px;
}
.registration_form__checkbox label::before {
  content: '';
  min-width: 20px;
  height: 20px;
  margin-right: 10px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #DFE2E5;
}
.registration_form__checkbox input[type="checkbox"]:checked + label::before {
  content: '';
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #26A54C;
  border: 1px solid #26A54C;
  background-image: url(../images/cs-icons/check-icon-white.svg);
}
.registration_form__checkbox{
  margin-bottom: 20px;
}
.registration_form__checkbox:last-child{
  margin: 0;
}
.registration_form__checkbox-wrap{
  padding-top: 15px;
  margin-bottom: 35px;
}
.registration_wrap{
  padding-bottom: 60px;
}
.registration_form__exist {
    border-top: 1px solid #DFE2E5;
    padding-top: 20px;
    margin-top: 30px;
}
.registration_form__exist p{
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.5px;
  margin: 0;
}
.registration_form__exist p a{
  text-decoration-line: underline;
  color: #26A54C;
}

.date-picker{
  background-color: #fff !important;
  background-image: url(../images/cs-icons/calendar-form.svg) !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
}
.registration_form__inputs .select2-container{
  width: 48% !important;
  min-width: 10px;
}
.registration_form__inputs .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #20242E;
  line-height: 43px;
  padding-left: 15px;
}
.registration_form__inputs .select2-container .select2-selection--single{
  height: auto;
}
.registration_form__inputs .select2-container--default .select2-selection--single {
  background: #FFFFFF;
  border: 1px solid #BEC4CA;
  box-sizing: border-box;
  border-radius: 2px;
}
.registration_form__inputs  .select2-container--default .select2-selection--single .select2-selection__arrow{
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.img-flag{
  margin-right: 10px;
}

.logout-btn {
    width: auto;
    line-height: normal;
    border: none;
    margin-bottom: 15px;
    background-color: #E8302C;
    color: #FFFFFF;
    display: inline-block;
    padding: 15px 30px;
}
.logout-btn:hover {
    background-color: #E85E5C;
    color: #FFFFFF;
}
.back-btn {
    width: auto;
    line-height: normal;
    border: none;
    margin-bottom: 15px;
    background-color: #eaeaea;
    color: #20242E;
    display: inline-block;
    padding: 15px 30px;
}
.back-btn:hover {
    background-color: #f5f5f5;
    color: #20242E;
}

.incat-page_services__main {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
}
.incat-page_services__main .main-page_services__block {
    width: 20%;
    height: 50px;
    padding: 10px;
}
.incat-page_services__main .main-page_services__block span {
    font-size: 12px;
    line-height: 14px;
}
#avatar-edit-container {
    max-width: 300px;
}
#prof-photo__container,
#prof-ava__container {
    text-align: center;
    margin-bottom: 30px;
}
#prof-photo,
#prof-ava {
    position: relative;
    cursor: pointer;
    display: inline-block;
}
#prof-ava a {
    display: block;
}
#prof-photo .user-ava,
#prof-ava .user-ava {
    width: 96px;
    height: 96px;
    border-radius: 50%;
}
#prof-photo .user-ava-update {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.8);
    padding: 2px 9px;
    display: block;
    border: 1px solid #BEC4CA;
}
#prof-photo .user-ava-update {
  -webkit-filter: hue-rotate(250deg);
  filter: hue-rotate(250deg);
}
.ava-btn {
    padding: 10px 15px;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
    background: 
#26A54C !important;
-webkit-box-shadow: none;
box-shadow: none;
color:
#fff;
border-color:
    #26A54C !important;
}

.blue-btn, 
.blue-btn:focus {
    background-color: #85B801;
    border: none;
    border-radius: 7px;
    color: 
#ffffff;
display: inline-block;
font-size: 14px;
font-weight: normal;
line-height: 16px;
padding: 16px 25px;
text-decoration: none;
width: auto;
text-align: center;
margin-top: 20px;
/*width: 33%;*/
background-color: ;
background: #26A54C;
border-color: #26A54C;
}
.blue-btn:hover, 
.blue-btn:active {
    background-color: #218838;
    background: #218838;
    border: none;
    border-color: #1e7e34;
    color: #ffffff;
    cursor: pointer;
text-decoration: none;
}
.registration_form__inputs input[readonly="readonly"] {
    background: 
    #eaeaea;
    cursor: default;
}
.logout-btn,
.logout-btn:focus {
    width: auto;
    line-height: normal;
    border: none;
    margin-bottom: 15px;
    background: 
#E8302C;
color:
    #FFFFFF;
    padding: 15px 30px;
}
.logout-btn:hover,
.logout-btn:active {
    background: 
#E85E5C;
color:
    #FFFFFF;
}
.back-btn,
.back-btn:focus {
    width: auto;
    line-height: normal;
    border: none;
    margin-bottom: 15px;
    background: 
#eaeaea;
color:
    #20242E;
    padding: 15px 30px;
}
.back-btn:hover {
    background: 
#f5f5f5;
color:
    #20242E;
}

.sign-up_main{
  padding: 60px 30px 20px 30px;
  background: #fff;
}

.sign-up_main__form input{
  background: #FFFFFF;
  border: 1px solid #BEC4CA;
  box-sizing: border-box;
  border-radius: 2px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #20242E;
  width: 100%;
  transition: 0.3s;
  padding: 11px 15px 12px 15px;
  display: block;
  margin-bottom: 10px;
}
.sign-up_main__form input:nth-child(2){
  margin-bottom: 15px;
}
/*.sign-up_main__form input:hover{
  border: 1px solid #26A54C;
}*/

.sign-up_main__form input::placeholder { 
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #20242E;
  /*opacity: 0.5;*/
  transition: 0.3s;
}
.sign-up_main__form input:-ms-input-placeholder { 
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #20242E;
  transition: 0.3s;
  /*opacity: 0.5;*/
}
.sign-up_main__form input::-ms-input-placeholder { 
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #20242E;
  /*opacity: 0.5;*/
  transition: 0.3s;
}
/*
.sign-up_main__form input:hover::placeholder{
  color: #26A54C;
  opacity: 1;
}
.sign-up_main__form input:hover:-ms-input-placeholder{
  color: #26A54C;
  opacity: 1;
}
.sign-up_main__form input:hover::-ms-input-placeholder{
  color: #26A54C;
  opacity: 1;
}
*/
/*.sign-up_main__form input:focus{
  border: 1px solid #26A54C;
}*/
.sign-up_main__form input:invalid{
  border: 1px solid #E8302C;
  color: #E8302C;
}
.sign-up_main__form button{
  display: block;
  width: auto;
  border: none;
  transition: 0.3s;
  cursor: pointer;
  /*padding: 12px 25px;*/
  margin-bottom: 30px;
}
.sign-up_main__remember{
  display: flex;
}
.sign-up_main__remember input[type="checkbox"] {
  display: none;
}

.ap-form-field-wrapper label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.sign-up_main__remember label {
  font-size: 16px;
  line-height: 20px;
  color: #26A54C;
  text-decoration: underline;
  cursor: pointer;
  margin-bottom: 0;
}
.sign-up_main__remember label::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 2px;
  border: 1px solid #DFE2E5;
}
.sign-up_main__remember input[type="checkbox"]:checked + label::before {
    content: '';
    background-color: #26A54C;
    border: 1px solid #26A54C;
    background-size: 16px 16px;
    background-image: url(../images/cs-icons/check-icon-white.svg);
    background-repeat: no-repeat;
    background-position: center center;
}
.sign-up_main__remember-forgot{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #DFE2E5;
}
.sign-up_main__remember-forgot a{
  display: block;
  font-size: 16px;
  line-height: 20px;
  text-align: right;
  color: #26A54C;
  text-decoration: underline;
}
.sign-up_main__reg{
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
.sign-up_main__reg a{
  text-decoration: underline;
  color: #26A54C;
}
.links-section_block__title img{
  display: none;
}


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

@media screen and (max-width: 992px) {
	.registration_form__inputs{
		display: block;
		margin: 0;
	}
	.registration_form__inputs input {
		width: 100%;
		margin-bottom: 10px;
	}
	.registration_form__gender {
		padding-top: 10px;
	}
	.registration_form__inputs .select2-container {
	    width: 100% !important;
	    min-width: 10px;
	    margin-bottom: 10px;
	}
	.registration_form button{
		margin-bottom: 35px;
	}
	.registration_form__exist p{
		text-align: center;
	}
	.registration_form__checkbox label{
		align-items: flex-start;
	}
}

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


.page-stories__content {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
}
.page-stories__content .page__author {
    max-width: 100%;
    width: 100%;
}
.page-stories__content .registration_form__gender-title {
    margin-bottom: 0px;
    font-size: 14px;
    padding-left: 0px;
}
.page-stories__content .registration_form__inputs input {
    padding: 7px 10px 5px 10px;
}
.page-stories__content .registration_form__gender {
    display: flex;
    flex-wrap: wrap;
    max-width: calc(50% - 10px);
    width: calc(50% - 10px);
    margin: 0 5px 10px 5px;
}
@media screen and (max-width: 1200px){
    
}

@media screen and (max-width: 992px) {
    .page-stories__content .registration_form__gender {
        max-width: 100%;
        width: 100%;
        margin: 0 !important;
        padding: 0;
    }
}

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


.edit-post-btn,
.edit-post-btn:focus {
    border: none;
    border-radius: 7px;
    color: #ffffff !important;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    padding: 10px 15px;
    text-decoration: none !important;
    width: auto;
    text-align: center;
    background-color: #26A54C;
}
.edit-post-btn:hover,
.edit-post-btn:active {
    border: none;
    color: #ffffff !important;
    text-decoration: none !important;
    background-color: #218838;
}


#global-loader {
    background-image: url('../images/ajax-loader.gif');
    background-position: center center;
    background-repeat: no-repeat;
    background-color: 
    rgba(255,255,255,0.7);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 99999;
}
#global-loader.loading {
    cursor: progress;
    display: block;
}



.ap-form-field input[type="text"], 
.ap-form-field input[type="email"],
.ap-form_field select {
    height: auto;
    width: 100%;
    background:
    #FFFFFF;
    border: 1px solid
    #BEC4CA;
    box-sizing: border-box;
    border-radius: 2px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color:
    #20242E;
    padding: 11px 15px 12px 15px;
}
.ap-form-submit-button,
.ap-form-submit-button:hover,
.ap-form-submit-button:active,
.ap-form-submit-button:focus {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    padding: 15px 40px;
}



.page__news-block .alert {
    font-size: 12px !important;
    line-height: 12px !important;
    padding: 5px 5px !important;
}


#authors-container .profile-recommends__item {
    padding: 15px;
    margin-bottom: 15px;
    background-color: #ffffff;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
    position: relative;
}
#authors-container .profile-recommends__item:hover {
    box-shadow: 0px 4px 10px rgba(0,0,0,0.4);
}
#authors-container .profile-recommends__item .page__author-info {
    padding: 0;
    margin-bottom: 0;
}


#copyright-menu {
    display: block;
    text-align: center;
}
#copyright-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#copyright-menu ul li {
    display: inline-block;
    margin: 0 15px 0 0;
    position: relative;
}
#copyright-menu ul li::after {
    display: block;
    content: '';
    position: absolute;
    top: 4px;
    right: -9px;
    height: 14px;
    width: 1px;
    background-color: #BBB;
}
#copyright-menu ul li:last-child::after {
    display: none;
    margin-right: 0;
}
#copyright-menu ul li a,
#copyright-menu ul li a:focus,
#copyright-menu ul li span,
#copyright-menu ul li span:focus {
    color: #BBB;
    font-size: 12px;
    line-height: 14px;
    text-decoration: underline;
}
#copyright-menu ul li a:hover,
#copyright-menu ul li a:active,
#copyright-menu ul li span:hover,
#copyright-menu ul li span:active {
    color: #BBB;
    text-decoration: none;
    cursor: pointer;
}