/*
Theme Name: Reboot Child
Theme URI: https://manu.team/
Author: MANU:TEAM
Author URI: https://manu.team/
Template: reboot
Version: 2.0.5
*/

@import url("./assets/css/header.css");
@import url("assets/css/inner-page.css");

:root {
    /*      menu item colors      */
    --menu-item-8873: #00A74D;
	--menu-item-15870: #FFDD2D;
	--menu-item-19422: #1E83D6;
    --menu-item-8876: #ED1717;
    --menu-item-8880: #186485;
    --menu-item-8879: #D9B00C;
    --menu-item-8881: #50C878;
    --menu-item-8886: #34702B;
    --menu-item-8890: #CC0074;
    --menu-item-8895: #ED5173;
    --menu-item-8874: #1E83D6;
    --menu-item-8878: #9E48D4;
    --menu-item-8882: #2718F5;
    --menu-item-8889: #EB6228;
    --menu-item-8875: #00000E;
    --menu-item-8877: #1B55F2;
    --menu-item-8888: #1DB522;
	--menu-item-90005: #600FF5;
}

div.highlighter-comment,
article.highlighter-comment {
    background: #ffff0082;
    transition: 4s ease-in-out;
}

div.highlighter-comment.off-color,
article.highlighter-comment.off-color {
    background: #ffff0000;
}

/*     Offers page styles   -----------------------------------------------  */
.engineer-offers {
    padding: 100px 0;
}

.engineer-offers__top-head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

.engineer-offers__top-head-heading-title {
    font-size: 36px;
    font-weight: 300;
    line-height: 1.25;
    text-align: center;
    margin-bottom: 35px;
}

.engineer-offers__top-head-description-wrap,
.engineer-offers__top-head-left-block {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}

.engineer-offers__top-head-left-block {
    width: 30%;
    margin-right: 30px;
}

.engineer-offers__top-head-left-block-img-wrap {
    margin-right: 20px;
}

.engineer-offers__top-head-left-block-img-wrap svg {
    width: 85px;
    height: auto;
}

.engineer-offers__top-head-left-block-text {
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
    line-height: 1.1;
    margin: 0;
}

.engineer-offers__top-head-right-block {
    width: 70%;
}

.engineer-offers__top-head-right-block-text {
    font-size: 14px;
    line-height: 1.25;
    color: #8c8c8c;
}

.engineer-offers__main-wrap {
    background-color: #f9f9f9;
    border-top: 1px solid #eee;
    padding: 50px 30px;
    margin-bottom: 50px;
}

.engineer-offers__main-xtable-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.engineer-offers__xtable-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-height: 65px;
}

.engineer-offers__xtable-row:not(:last-child) {
    border-bottom: 1px solid #e9e9e9;
}

.engineer-offers__xtable-col-first,
.engineer-offers__xtable-col-second,
.engineer-offers__xtable-col-third {
    padding: 20px;
    width: 25%;
    text-align: center;
}

.engineer-offers__xtable-col-second-sm,
.engineer-offers__xtable-col-third-sm {
    display: none;
}

.engineer-offers__xtable-col-first {
    width: 50%;
}

div.engineer-offers__xtable-col-first_head,
div.engineer-offers__xtable-col-second_head,
div.engineer-offers__xtable-col-third_head {
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    color: #000000;
}

.engineer-offers__xtable-col-second_head-sm,
.engineer-offers__xtable-col-third_head-sm {
    display: none;
}

.engineer-offers__xtable-row_head {
    background-color: #ffffff;
}

.engineer-offers__xtable-col-first {
    text-align: left;
}

.engineer-offers__xtable-col-first-link {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
    outline: none;
    transition: color ease .2s;
    position: relative;
    padding-right: 20px;
}

.engineer-offers__xtable-col-first-link:visited {
    color: #515151;
}

.engineer-offers__xtable-col-first-link:hover {
    color: #0c54bd;
}

.engineer-offers__xtable-col-first-link:hover:before {
    color: #515151;
}

.engineer-offers__xtable-col-first-link:before {
    content: '\25B2';
    display: inline-block;
    color: #0c54bd;
    transform: rotate(90deg);
    margin-right: 5px;
    transition: color ease .2s;
}

.engineer-offers__xtable-col-first-info {
    display: none;
}

.engineer-offers__xtable-col-first-link:hover .engineer-offers__xtable-col-first-info {
    display: block;
    position: absolute;
    min-height: 100px;
    width: 450px;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 1px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, .3);
    padding: 20px;
    z-index: 10;
}

.engineer-offers__xtable-col-first-link:hover .engineer-offers__xtable-col-first-info:before {
    content: '';
    position: absolute;
    right: 100%;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.engineer-offers__xtable-col-first-link:hover .engineer-offers__xtable-col-first-info:after {
    content: '';
    position: absolute;
    right: 100%;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.engineer-offers__xtable-col-first-link:hover .engineer-offers__xtable-col-first-info:after {
    content: '';
    margin-top: -9px;
    border-width: 9px;
    border-right-color: rgba(50, 50, 50, .12);
}

.engineer-offers__xtable-col-first-link:hover .engineer-offers__xtable-col-first-info:before {
    content: '';
    margin-top: -8px;
    border-width: 8px;
    border-right-color: #fff;
    z-index: 10;
}

.engineer-offers__xtable-col-first-info-wrap {
    display: flex;
    align-items: center;
}

.xtable-col-first-info__img-wrap {
    padding: 15px;
    margin-right: 20px;
    border-radius: 50%;
    box-shadow: inset 0px 0px 0px 1px #6fbce1;
    position: relative;
    transition: all ease .2s;
}

.xtable-col-first-info__img-wrap:hover {
    box-shadow: inset 0px 0px 0px 5px #6fbce1;
}

.xtable-col-first-info__img {
    width: 50px;
}

.xtable-col-first-info__descr {
    line-height: 20px;
    color: rgb(140, 140, 140);
    font-weight: 400;
}

.engineer-offers__xtable-col-second {
    font-size: 20px;
    line-height: 1.25;
    color: #6fbce1;
}

.engineer-offers__xtable-col-third {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.25;
    color: #24a221;
}

.check-mark {
    font-size: 22px;
}

.white-circle {
    width: 26px;
    height: 26px;
    border: 2px solid rgb(114, 112, 112);
    border-radius: 50%;
    margin: 0 auto;
}

.engineer-offers__main-button-wrap {
    width: 100%;
    text-align: center;
}

.engineer-offers__main-button {
    border: none;
    background-color: #24a221;
    padding: 10px 25px;
    border-radius: 2px;
    transition: background-color ease .2s;
}

.engineer-offers__main-button:hover {
    background-color: #188915;
    cursor: pointer;
}

.engineer-offers__main-button-title {
    font-size: 22px;
    line-height: 1.35;
    color: #ffffff;
}
/* end of engineer-offers ----------------------------------------------- */

.wpp-ch-rulles li:before{
    content: counter(item) !important;
    color: #fff !important;
    line-height: 1.6em;
    position: static !important;
    font-weight: 400 !important;
}

.widget_rb_popular_widget{
    display: flex;
    flex-wrap: wrap;
}

.widget-header{
    width: 100%;
}

.widget-grid-view-image{
    max-width: 50%;
    flex: 0 0 50%;
}

.footer-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-right {
    width: 40%;
    font-size: 12px;
    font-weight: 600;
    text-align: right;
}

.footer-left {
    width: 50%;
    font-size: 13px;
    line-height: 18px;
    text-align: justify;
}

.logo_brand,
.yandex__choice {
    height: 100%;
    width: auto;
}

.logo_brand{
    margin-left: -5px;
    margin-right: -5px;
}

.logo_brand-with-link {
    max-width: 100%;
    margin: 0;
}

.page-template-crying-wall-template .logo_brand-with-link {
    max-width: 578px;
    width: 100%;
}







ul#top-menu li > a,
ul#top-menu li > a:visited,
.top-menu ul li.menu-item-has-children>span:after {
    color: #a0a5aa;
}
ul#header_menu li:not(.only-hamburger) a {
    margin: 5px;
}

ul#header_menu li:not(.only-hamburger) a:before{
    transform: scaleY(0.1);
}

ul#header_menu li:not(.only-hamburger) a:hover {
    color: #ffffff;
}

ul#header_menu li:not(.only-hamburger) a:hover:before {
    transform: scaleY(1);
}

li#menu-item-8873 a:before {
    background-color: var(--menu-item-8873);
}

li#menu-item-8876 a:before {
    background-color: var(--menu-item-8876);
}

li#menu-item-8880 a:before {
    background-color: var(--menu-item-8880);
}

li#menu-item-8879 a:before {
    background-color: var(--menu-item-8879);
}

li#menu-item-8881 a:before {
    background-color: var(--menu-item-8881);
}

li#menu-item-8886 a:before {
    background-color: var(--menu-item-8886);
}

li#menu-item-8890 a:before {
    background-color: var(--menu-item-8890);
}

li#menu-item-8895 a:before {
    background-color: var(--menu-item-8895);
}

li#menu-item-8874 a:before {
    background-color: var(--menu-item-8874);
}

li#menu-item-8878 a:before {
    background-color: var(--menu-item-8878);
}

li#menu-item-8882 a:before {
    background-color: var(--menu-item-8882);
}

li#menu-item-8889 a:before {
    background-color: var(--menu-item-8889);
}

li#menu-item-8875 a:before {
    background-color: var(--menu-item-8875);
}

li#menu-item-8877 a:before {
    background-color: var(--menu-item-8877);
}

li#menu-item-8888 a:before {
    background-color: var(--menu-item-8888);
}

li#menu-item-90005 a:before {
    background-color: var(--menu-item-90005);
}

.cr_button_button {
    display: block;
    width: 100%;
    text-align: center;
    border: 5px solid #ff0000;
    border-radius: 1em;
    padding: 20px;
    font-size: 35px;
    line-height: 35px;
    text-decoration: none;
    color: #ff0000;
    text-transform: uppercase;
    margin-bottom: 20px;
    transition: background-color ease .2s;
}

.cr_button_button.game:hover {
    background-color: #ff0000;
    color: #ffffff;
}

.cr_button_button.info {
    border: 5px solid #4d3bfe;
    color: #4d3bfe;
}

.cr_button_button.info:hover {
    background-color: #4d3bfe;
    color: #ffffff;
}

/* corleone sidebar right */

.corleone {
    background-color: #000;
    background-image: url("images/corleone.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 250px;
    color: #fff;
    font-size: 16px;
    padding: 30px 20px;
    position: relative; }
.corleone::before {
    background: linear-gradient(to top, #333 0%, #1a2638 100%);
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0; }
.corleone * {
    font-size: 1em;
    position: relative;
    z-index: 1; }
.corleone .corleone__title {
    font-size: 1em;
    line-height: 1.1;
    margin: 0 0 1em;
    text-transform: uppercase; }
.corleone .corleone__subtitle {
    font-size: 1em;
    margin: 1em 0; }
.corleone .corleone__form {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
.corleone .corleone__text {
    background: transparent;
    border: 2px solid #fff;
    border-radius: 4px;
    color: #fff;
    line-height: 1.3;
    margin: 15px 15px 15px 0;
    max-width: 100%;
    min-width: 200px;
    padding: 13px 18px;
    width: 100%; }
.corleone .corleone__text:-moz-placeholder {
    color: #fff; }
.corleone .corleone__text::-moz-placeholder {
    color: #fff; }
.corleone .corleone__text::-webkit-input-placeholder {
    color: #fff; }
.corleone .corleone__text:-ms-input-placeholder {
    color: #fff; }
.corleone .corleone__submit {
    background: linear-gradient(to top, #42ad00 0%, #56ca0e 100%);
    border: 0;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-weight: 500;
    height: 50px;
    line-height: 45px;
    transition: opacity 0.3s ease-in-out;
    vertical-align: middle;
    width: 140px; }
.corleone .corleone__submit::before {
    background: linear-gradient(to top, #56ca0e 0%, #42ad00 100%);
    border-radius: 4px;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.2s ease-in-out;
    z-index: -1; }
.corleone .corleone__submit:hover::before, .corleone .corleone__submit:focus::before {
    opacity: 1; }

/* widget title most popular on 24 hours */

.widget-header {
    border-bottom: 5px solid red;
}

.wp-most-popular {
    display: flex;
    flex-wrap: wrap;
    padding:0;

}

.wp-most-popular li {
    list-style-type: none;
    margin: 2px;
    font-size: 0;
}
.wp-most-popular li a img {
    min-width: 144px;
    max-width: 144px;
    height: 155px;
}

.down-training {
    background-color: #0F9D58;
    text-decoration: none!important;
    color: #fff!important;
    text-transform: uppercase;
    font-size: 25px;
    padding: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    text-align: center;
}

.down-training:hover{
    text-decoration: none!important;
    color: #fff!important;
    background-color: #1C734B;
}

/*rating box */

.rating-box__value {
    padding-left: 15px;
    cursor: pointer;
    color:#000;
    font-weight: bold;
}

/* WIDGET MOST POPULAR POST ON 24 HOURS */

.widget-grid-view-image img {
    width: 100%;
    object-fit: cover;
    max-width: 150px;
    max-height: 150px;
    min-width: 150px;
    min-height: 150px;
    padding:2px;
    transition: transform .3s;

}

.widget-grid-view-image img:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    transform: translateY(-3px);
}

.comment-form__errors {
    height: 0;
    font-size: 14px;
    font-weight: bold;
    color: #bc2042;
    opacity: 0;
    pointer-events: none;
    transition: all ease .3s;
}

.comment-form__errors.active {
    height: auto;
    opacity: 1;
    pointer-events: initial;
}

.comment-list .comment article,
.comment-list .comment .children article {
    padding-left: 0;
}

.comment-list .comment article footer {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.comment-list .comment article footer .comment-author.vcard {
    display: flex;
    margin-right: 20px;
}

.comment-list .comment article footer .comment-author.vcard .says {
    display: none;
}

.comment-list .comment article footer .comment-metadata a {
    color: #999;
    font-size: .8em;
    opacity: .6;
    text-decoration: none;
}

.comment-list .comment article footer .comment-metadata > a {
    pointer-events: none;
}

.comment-list .comment article footer .comment-metadata .edit-link {
    margin-left: 10px;
}

.comment-list .comment article footer .comment-author.vcard img {
    border-radius: 50%;
    margin-right: 25px;
}

.comment-list .comment .children article footer .comment-author.vcard img {
    width: 30px;
    height: 30px;
    margin-right: 20px;
}

.comment-list .comment article .comment-content {
    margin-top: -35px;
    padding-left: 85px;
}

.comment-list .comment .children article .comment-content {
    padding-left: 50px;
    margin-top: -10px;
}

.comment-list .comment article .reply {
    margin-top: 30px;
    padding-left: 85px;
}

.comment-list .comment .children.custom-live li,
.comment-list .comment .children li.custom-live-show {
    display: block !important;
}

.comment-list .comment .children article .reply {
    padding-left: 50px;
}

/*   Comment form loader   */
.lds-dual-ring {
    display: inline-block;
    width: 30px;
    height: 30px;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 34px;
    height: 34px;
    margin: 8px;
    border-radius: 50%;
    border: 3px solid #6c757d;
    border-color: #6c757d transparent #6c757d transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.header-user-avatar{
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.removed-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
}
.menu-item-type-custom > a,
#header_menu > .avatar-user > a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.header-user-name {
    display: none;
}

.article-post .entry-title {
    text-align: center;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    display: block;
}

/*       MEDIA       */
@media  screen and (max-width: 1200px) {
    ul#top-menu li {
        margin-bottom: 10px;
    }

    .engineer-offers__top-head-left-block {
        width: 43%;
    }

    .engineer-offers {
        padding: 30px 0 50px;
    }

}

@media screen and (max-width: 991px) {
    .header__logo {
        flex-direction: column;
    }
    .logo_brand {
        margin-bottom: 20px;
    }
    .logo_brand, .yandex__choice {
        height: auto;
        width: auto;
        max-height: 100%;
    }

    ul#header_menu li a {
        line-height: 16px;
    }

    .engineer-offers__top-head {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 991px) {
    div.engineer-offers__xtable-col-first_head,
    div.engineer-offers__xtable-col-second_head,
    div.engineer-offers__xtable-col-third_head,
    .engineer-offers__xtable-col-third,
    .engineer-offers__xtable-col-second {
        font-size: 15px;
    }

    .white-circle {
        width: 15px;
        height: 15px;
    }
    .header-user-avatar{
        border-radius: 2px;
        width: 60px;
        height: 60px;
    }
    .header-user-name {
        display: block;
        margin: 0 0 0 15px;
    }
    #menu-item-30528 > span {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
}

@media screen and (max-width: 768px) {
    .footer-left, .footer-right {
        font-size: 10px;
        line-height: 16px;
    }

    .engineer-offers__top-head-description-wrap {
        flex-wrap: wrap;
    }

    .engineer-offers__top-head-left-block {
        align-items: center;
    }

    .engineer-offers__top-head-right-block {
        width: 100%;
    }

    .engineer-offers__top-head-left-block {
        width: 70%;
        margin: 0 0 20px;
    }

    .engineer-offers__top-head-heading-title {
        font-size: 31px;
    }

    .engineer-offers__xtable-col-first-link:hover .engineer-offers__xtable-col-first-info {
        width: 300px;
    }

    .engineer-offers__main-button-title {
        font-size: 16px;
    }

}

@media screen and (max-width: 576px) {
    .footer-info {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .footer-left, .footer-right {
        width: 100%;
    }

    .footer-left {
        margin-bottom: 20px;
    }

    .engineer-offers__top-head-heading-title {
        font-size: 27px;
    }

    .engineer-offers__top-head-left-block,
    .engineer-offers__xtable-col-second-sm,
    .engineer-offers__xtable-col-third-sm {
        width: 100%;
    }

    .engineer-offers__top-head-left-block-text {
        font-size: 17px;
    }

    .engineer-offers__xtable-col-first,
    .engineer-offers__xtable-col-second,
    .engineer-offers__xtable-col-third {
        padding: 5px;
    }

    .engineer-offers__xtable-row_head .engineer-offers__xtable-col-second {
        width: 38%;
    }

    .white-circle {
        width: 11px;
        height: 11px;
    }

    .engineer-offers__xtable-col-second,
    .engineer-offers__xtable-col-third,
    .engineer-offers__xtable-col-sm,
    .engineer-offers__xtable-col-first {
        width: 100%;
    }

    .engineer-offers__xtable-col-second-sm,
    .engineer-offers__xtable-col-third-sm {
        width: 30%;
    }

    .engineer-offers__xtable-col-second_head-sm,
    .engineer-offers__xtable-col-third_head-sm {
        width: 70%;
        text-align: left;
    }


    .engineer-offers__xtable-col-first-info-wrap {
        flex-direction: column;
    }

    .engineer-offers__xtable-col-first-link:hover .engineer-offers__xtable-col-first-info {
        width: 200px;
    }

    .xtable-col-first-info__img-wrap {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .engineer-offers {
        padding: 0px 0 30px;
    }

    .engineer-offers__top-head-heading-title {
        margin-bottom: 20px;
    }

    .engineer-offers__xtable-row_head,
    .engineer-offers__xtable-col-third,
    .engineer-offers__xtable-col-second {
        display: none;
    }

    .engineer-offers__main-wrap {
        padding: 25px;
        margin-bottom: 30px;
    }

    .engineer-offers__xtable-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .engineer-offers__xtable-col-second-sm,
    .engineer-offers__xtable-col-third-sm,
    .engineer-offers__xtable-col-second_head-sm,
    .engineer-offers__xtable-col-third_head-sm {
        display: block;
    }

    .engineer-offers__xtable-col-sm {
        display: flex;
        align-items: center;
    }

    .engineer-offers__xtable-col-sm:last-child {
        padding-bottom: 10px;
    }

    .engineer-offers__xtable-col-first-link:hover .engineer-offers__xtable-col-first-info {
        left: 40%;
        top: 30px;
        transform: none;
    }

    .engineer-offers__xtable-col-first-link:hover .engineer-offers__xtable-col-first-info:before {
        left: 23px;
        top: -7px;
        transform: rotate(90deg);
    }

    .engineer-offers__xtable-col-first-link:hover .engineer-offers__xtable-col-first-info:after {
        content: '';
        left: 22px;
        top: -10px;
        margin-top: -7px;
        transform: rotate(90deg);
    }

    div.engineer-offers__xtable-col-first_head,
    div.engineer-offers__xtable-col-second_head,
    div.engineer-offers__xtable-col-third_head,
    .engineer-offers__xtable-col-third,
    .engineer-offers__xtable-col-second {
        font-size: 12px;
    }

    .comment-list .comment article footer {
        display: inline-flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .comment-list .comment article footer .comment-metadata {
        display: inline-flex;
        flex: 1 0 auto;
        justify-content: flex-end;
    }


}

@media screen and (max-width: 375px) {
    .engineer-offers__top-head-heading-title {
        font-size: 18px;
    }

    .engineer-offers__top-head-left-block-text {
        font-size: 15px;
    }

    .engineer-offers__xtable-col-first-link:hover .engineer-offers__xtable-col-first-info {
        width: 150px;
        padding: 10px;
    }

    #commentform input#submit {
        padding: .6rem 0.5rem;
    }
}

.form__cat{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: wrap;
	    -ms-flex-flow: wrap;
	        flex-flow: wrap;
	margin: 0 -10px;
}
.form__cat .form__check{
	width: calc(33.3333% - 20px);
	margin: 0 10px;
	padding: 0 0 40px;
    line-height: 160%;
}
.form__cat .form__check.active{
	display: none;
}
.form__cat_mode-title {
    font-size: 17px;
    font-weight: 500;
    border-top: 1px solid #d1d1d187;
    padding: 14px 0 0 0;
}
.form.subscribe h2{
	margin-bottom: 30px;
}
.form.subscribe input[type="email"]{
    padding: .6rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
	width: 100%;
    margin-right: 20px;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.form.subscribe input[type="email"]:focus{
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
	        box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.form.subscribe button{
	margin-right: 0;
    background-color: #dd3333;
    padding: .6rem 1.5rem;
    -webkit-box-shadow: 0 15px 30px -18px rgba(0,0,0,.9);
    box-shadow: 0 15px 30px -18px rgba(0,0,0,.9);
    border-radius: 4px;
    border: 1px solid transparent;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-decoration: none;
}
.form.subscribe button:hover{
	background-color: #28a745;
}
.down-button {
    background-color: #eb2116;
    text-decoration: none!important;
    color: #fff!important;
    text-transform: uppercase;
    font-size: 25px;
    padding: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    text-align: center;
}
.down-button:hover {
    text-decoration: none!important;
    color: #fff!important;
    background-color: #b70f0d;
}
.down-vk {
    background-color: #4a76a8;
    text-decoration: none!important;
    color: #fff!important;
    text-transform: uppercase;
    font-size: 25px;
    padding: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    text-align: center;
}
.down-vk:hover {
    text-decoration: none!important;
    color: #fff!important;
    background-color: #224b7a;
}

#load_earlier_messages {
    display: block;
    margin: 0 auto;
    cursor: pointer;
    text-align: center;
    border-bottom: none;
    color: #0000ff !important;
    text-decoration: underline !important;
}
#load_earlier_messages:hover {
    color: #ff0000 !important;
    text-decoration: none !important;
}
#ya-site-results table, #ya-site-results tr, #ya-site-results td, .ya-site-form table, .ya-site-form tr, .ya-site-form td  {
    border: 0!important;
}
#custom_html-3 div {
    margin-bottom: 8px;
}
@media screen and (max-width: 1200px) {
	.form__cat .form__check{
		width: calc(33.3333% - 20px);
	}
}
@media screen and (max-width: 640px) {
	.form__cat .form__check{
		width: calc(50% - 20px);
	}
}
@media screen and (max-width: 576px) {
	.form__cat .form__check{
		width: calc(100% - 20px);
	}
}
.preloader {
	width: 100%;
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	z-index: 9;
	min-width: 100%;
}
.preloader:before {
	content: '';
	display: inline-block;
	height: 100%;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.4);
	background-image: -webkit-linear-gradient(
		-45deg,
		rgba(0, 0, 0, 0.03) 25%,
		transparent 25%,
		transparent 50%,
		rgba(0, 0, 0, 0.03) 50%,
		rgba(0, 0, 0, 0.03) 75%,
		transparent 75%,
		transparent
	);
	background-image: -moz-linear-gradient(
		-45deg,
		rgba(0, 0, 0, 0.03) 25%,
		transparent 25%,
		transparent 50%,
		rgba(0, 0, 0, 0.03) 50%,
		rgba(0, 0, 0, 0.03) 75%,
		transparent 75%,
		transparent
	);
	background-image: -ms-linear-gradient(
		-45deg,
		rgba(0, 0, 0, 0.03) 25%,
		transparent 25%,
		transparent 50%,
		rgba(0, 0, 0, 0.03) 50%,
		rgba(0, 0, 0, 0.03) 75%,
		transparent 75%,
		transparent
	);
	background-image: linear-gradient(
		-45deg,
		rgba(0, 0, 0, 0.03) 25%,
		transparent 25%,
		transparent 50%,
		rgba(0, 0, 0, 0.03) 50%,
		rgba(0, 0, 0, 0.03) 75%,
		transparent 75%,
		transparent
	);
	overflow: hidden;
	-webkit-background-size: 30px 30px;
	   -moz-background-size: 30px 30px;
		-ms-background-size: 30px 30px;
			background-size: 30px 30px;
	-webkit-animation: move 0.5s linear infinite;
	   -moz-animation: move 0.5s linear infinite;
		-ms-animation: move 0.5s linear infinite;
			animation: move 0.5s linear infinite;
}
@-webkit-keyframes move {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 30px 30px;
	}
}
@-moz-keyframes move {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 30px 30px;
	}
}
@-ms-keyframes move {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 30px 30px;
	}
}
@-o-keyframes move {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 30px 30px;
	}
}
@keyframes move {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 30px 30px;
	}
}

.topbar{
	background-color: #eee;
    padding: .5em 1em;
    color: #545454;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.topbar #status i{
	margin-right: 10px;
}
.topbar #wpp-ch-bell{
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	    -ms-flex-order: 3;
	        order: 3;
}
.topbar  #wpp-ch-scroll{
	margin-left: auto;
}


/* comments */
.children li {
    display: none;
}

.children li:nth-child(1) {
    display: block;
}
.children li:nth-child(2) {
    display: block;
}

.comment.active {
    display: block;
}

.out_comments {
    display: none;
}
.out_comments.active {
    display: block;
}
.display_comments {
    display: block;
}
.display_comments.hide, .comment-author-post {
    display: none;
}
.out_comments, .display_comments:hover {
    cursor:pointer;
}
a.out_comments,
a.display_comments {
    font-size: 15px !important;
    margin-top: 15px;
    color: #0000ff !important;
    border-bottom: 1px solid transparent;
    width: fit-content;
    padding: 4px 0;
    transition: .2s ease-in-out;
}
a.out_comments:hover,
a.display_comments:hover {
    border-bottom: 1px solid #0000ff;
}
.comment-reply-title small a {
    text-decoration: none;
    width: 100%;
    display: block;
    margin-top: 5px;
}
.comment-author-admin .comment-author[itemprop="creator"] {
    font-style: normal;
    font-weight: 700;
    color: #fff;
    background: #dd3333;
    opacity: .9;
    border-radius: 4px;
    padding: 2px 5px;
}
.comment-list .bypostauthor>.comment-body .comment-author:after {
    color: #fff !important;
}
.wpp-ch-rulles li:before{
    width: 25px !important;
}
.wpp-ch-rulles ol{
    margin-left: 25px !important;
}

.js-make-favorite{
    min-width: 16px;
    margin-left: 15px;
    cursor: pointer;
    opacity: 0.7;
}
.js-make-favorite:hover{
    opacity: 1;
}
.comment-list .comment-meta > span{
    color: #fff;
    font-size: 65%;
    padding: 4px 8px;
    background-color: #111;
    border-radius: 3px;
    top: -2px;
    position: relative;
}

.comment-list .comment-meta > a{
    color: #fff;
    font-size: 65%;
    padding: 4px 8px;
    background-color: #111;
    border-radius: 3px;
    top: -2px;
    position: relative;
    text-decoration: none;
}

.content-area.full{
    padding: 0;
    max-width: 100%;
    -webkit-box-flex: inherit;
    -webkit-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
}
.partner{
    min-height: 240px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #f8f8f8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px;
    margin-bottom: 40px;
}
.partner__data{
    margin-top: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
}
.partner__data a{
    color: #fff !important;
    max-width: 220px;
}
.partner__img{
    margin-left: auto;
    border-radius: 175px;
    width: 175px;
}
.partners {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}
.partners__item{
    margin: 0 15px 30px;
    background-color: #fff;
    border-radius: 3px;
    padding: 20px;
    border: 1px solid #e1e1e1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: -webkit-calc(50% - 30px);
    max-width: calc(50% - 30px);
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.partners__item img{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin: 25px 0;
}
.partners__item h5{
    margin: 0;
}
.partners__item > p{
    font-size: 85%;
    opacity: 0.85;
    margin: 10px 0 20px;
}
.partners__item a.btn{
    color: currentColor !important;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    width: 100%;
    max-width: 170px;
    font-size: 85%;
}
.partners__item_data{
    margin-bottom: 30px;
    border-top: 1px solid #f1f1f1;
    padding: 20px 0;
    margin-top: auto;
    width: 100%;
}
.partners__item_data p{
    margin: 6px 0 !important;
}
.post-type-archive-partners .partners__item{
    max-width: calc(33.3333% - 30px);
}
@media (max-width: 991px) {
    .partners__item{
        max-width: -webkit-calc(50% - 30px) !important;;
        max-width: calc(50% - 30px) !important;
    }
}
@media (max-width: 560px){
    .partners__item{
        max-width: 100% !important;;
    }
}
.article-post {
    display: block;
}
.top-menu ul li {
    padding-left: 10px;
    padding-right: 10px;
}
a.btn{
	color: #fff !important;
}

.lk-links {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
    font-size: 15px;
}

.menu--smart-subscribe {
    font-size: 13px;
}

form[data-action="subscribe_pro_save_profile"] .col-sm-6:first-child {
    width: 100%;
    flex: 100%;
    max-width: 100%;
}

form[data-action="subscribe_pro_save_profile"] .col-sm-6:last-child {
    max-width: 100%;
    flex: 0 0 100%;
    margin: 20px 0 40px;
    text-align: center;
}

.lk-pro_soc-item.pro-vk-item {
    background: #fff;
    padding: 13px 20px;
    margin: 5px 0px 15px;
    border-radius: 5px;
}

.lk-pro_soc-item.pro-vk-item p {
    margin: 0;
}

.rating-box__value.favorite-star-value {
    padding: 0;
}

.favorite-star-value .js-make-favorite {
    min-width: 23px;
    height: 23px;
    margin-left: 0;
    cursor: pointer;
    opacity: 0.7;
    top: -2px;
    position: relative;
}

.partner-actions-flex {
    display: flex;
}

.promocode-block {
    margin-left: 60px;
    display: flex;
    align-items: center;
    position: relative;
}

.promocode-block input {
    border-radius: 4px;
    height: 45px;
}

.promocode-block--btn img {
    width: 36px;
    padding: 5px;
}

.promocode-block--btn {
    cursor: pointer;
    margin-left: 8px;
    transition: all .3s;
    -webkit-transform: translateY(0px) translateZ(0);
    transform: translateY(0px) translateZ(0);
}

.promocode-block--btn:hover {
    -webkit-transform: translateY(-2px) translateZ(0);
    transform: translateY(-2px) translateZ(0);
}

.promocode-block--alert {
    position: absolute;
    top: 52px;
    font-size: 13px;
    color: green;
    font-weight: 400;
    transition: .2s ease-in-out;
    opacity: 0;
    -webkit-transform: translateY(0px) translateZ(0);
    transform: translateY(0px) translateZ(0);
}

.promocode-block--alert.show {
    opacity: 1;
    -webkit-transform: translateY(2px) translateZ(0);
    transform: translateY(2px) translateZ(0);
}

/* begin:Comment editor */
.comment-bottom__wrap {
    display: flex;
    grid-gap: 20px;
}

.comment__edit {
    opacity: 0;
    transition: all ease .3s;
    pointer-events: none;
}

.comment-body:hover .comment__edit {
    pointer-events: initial;
    opacity: 1;
}

.comment__edit-btn {
    font-size: 13.6px;
    background-color: transparent;
    border: none;
    outline: none;
    color: rgba(0, 0, 255, 0.3);
}

.comment__edit-btn:hover {
    color: red;
}

.comment-editor__save-btn,
.comment-editor__cancel-btn {
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px;
    background-color: #ffffff;
    outline: none;
    border: none;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    padding: 5px 20px;
}

.comment-editor__save-btn:hover,
.comment-editor__cancel-btn:hover {
    background-color: #e5e5e5;
}

.comment-editor__buttons {
    display: flex;
    grid-gap: 15px;
    justify-content: flex-end;
    margin-top: 10px;
}

.comment-editor__label {
    width: 100%;
}

.comment-editor__textarea {
    resize: none;
    width: 100%;
}

.comment-edit__wrap {
    margin: 25px 0;
}

.comment-request-result {
    display: none;
    font-size: 14px;
    font-weight: 600;
    color: #e91e63;
    margin: 10px 0 45px 0;
}

.comment-request-result.success {
    color: #4caf50;
}
/* end:Comment editor */

/* Start: User account */

.user_account_expired_info {
    display: flex;
    align-items: center;
    gap: 8px
}

.footer-navigation ul li.menu-item-has-children:after {
    top: 9px !important;
}
.main-navigation ul li.menu-item-has-children:after {
    top: 7px;
}

.main-navigation ul li.menu-item-has-children.avatar-user:after {
    top: 30px;
}

.main-navigation ul li.menu-item-has-children {
    padding-right: 0 !important;
}

.password__form--password-control {
    position: relative;
}

.password-control::before {
	position: absolute;
	top: 11px;
	right: 11px;
	display: inline-block;
	width: 20px;
	height: 20px;
    color: #000;
}

.password-control.view::before {
    content: "\f530";
    color: #000;
}

/*.main-navigation ul li.menu-item-has-children {
    background: #f2f5f9;
}*/

.entry-content-gradient{
    background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
    width: 100%;
    height: 100%;
    position: absolute;
}

.entry-content-gradient-none{
    display: none;
}

.lk-pro__tabs-content li.comment img {
    border-radius: 100%;
}

.entry-content .btn.js-load-search-files, .entry-content .btn.js-load-comments, .entry-content .btn.js-load-posts {
    margin-right: 16px;
}

.entry-content blockquote, .taxonomy-description blockquote {
    border-radius: 10px;
}

.activity-widget-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.activity-widget-top li {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
}

.activity-widget-top li > span {
    background: #e5e7eb;
    color: #111827;
    padding: 4px 8px;
    border-radius: 5px;
    font-size: 0.8rem;
    margin-right: 8px;
}

.activity-widget-top li::before {
    top: 1.5em !important;
    left: 10px !important;
}

.dashboard-comment-wrap .comment-author > a {
    cursor: none;
    pointer-events: none;
    text-decoration: none;
    color: #111 !important;
}

@media (max-width: 1024px) {
    .activity-widget-top {
        grid-template-columns: auto;
        grid-template-rows: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .search-form .search-submit {
        height: 71px;
    }
}

@media (max-width: 576px) {
    .search-form .search-submit {
        height: fit-content;
    }
}

.search-screen .search-form .wp-block-buttons {
    margin-top: 50px;
    padding: 0 20px;
}

.partner-actions-flex .link-block .btn:hover {
    background-color: #157347;
}

.bi-fixed-links-block {
    position: fixed;
    z-index: 10;
    left: 24px;
}

.bi-fixed-links-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 100%;
    font-size: 14px;
    line-height: 1;
    border: none;
    border-radius: 8px;
    background-color: #f5f5f5;
    color: var(--c-black, #000000);
    padding: 5px 10px;
    margin-top: 10px;
    transition: all ease .3s;
    transition-property: background-color, color;
    cursor: pointer;
    font-family: inherit;
}

.bi-fixed-links-toggle:hover {
    background-color: #e0e0e0;
    color: var(--c-black, #000000);
}

@media (max-width: 1574px) {
    .bi-fixed-links-block {
        display: none;
    }
}

@media (max-width: 500px) {
    .bi-fixed-links-block {
        top: 40px;
        left: 20px;
    }
}

.blog .site-content {
    padding-top: 0;
}

.blog .site-content .home-content {
    margin-top: 0
}

.blog .site-content .home-content .home-text {
    margin-bottom: 0;
}
.blog .site-content .home-content .home-text .ig-ad__big-image {
    margin-bottom: 28px;
}
.blog .site-content .home-content .home-text p {
    margin-bottom: 0;
}


.category .site-content {
    padding-top: 0;
}

.category .site-content .home-content {
    margin-top: 0
}

.category .site-content .home-content .home-text {
    margin-bottom: 0;
}
.category .site-content .home-content .home-text .ig-ad__big-image {
    margin-bottom: 40px;
}
.category .site-content .home-content .home-text p {
    margin-bottom: 0;
}

.category .b-r--before_site_content {
    padding-top: 0;
}

@media (min-width: 992px) {
    .menu-item-95232 {
        display: none;
    }
}

.wp-singular #page .b-r--before_site_content {
    padding-top: 0;
}

.wp-singular #site-navigation {
    margin-bottom: 0;
}

.b-r--before_content .ig-ad-parent_big.wp-block-button {
    margin-bottom: 0 !important;
}

.blog .home-content .wp-block-button {
    margin-bottom: 0;
}

.blog #site-navigation {
    margin-bottom: 0;
}

.blog #page .site-content {
    padding-top: 12px;
}

.category #page #site-navigation {
    margin-bottom: 0;
}

@media(max-width: 991px) {
    .category #page .breadcrumb {
        padding-top: 20px;
    }

    .category #page .site-content-inner {
        padding-top: 0 !important;
    }

    .category #page .breadcrumb {
        padding-top: 0;
    }
}

.category #page .site-content-inner {
    padding-top: 15px;
}

.wp-singular #site-navigation {
    margin-bottom: 10px !important;
}

@media(max-width: 991px) {
    .wp-singular #page .breadcrumb {
        padding-top: 20px;
    }


}

.is-content-justification-center {
    justify-content: center;
}