.content img {
    max-width: 100%;
    height: auto;
}

.load {
    border: 0;
    text-align: left;
    cursor: pointer;
}

.load:focus {
    outline: none;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #818181;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

/** @TODO: this breaks mobile layout */
.fetch-posts-form-left {
    margin-top: 0;
    float: left;
    margin-left: 195px;
}

.fetch-posts-form-left .load {
    margin-top: 0;
}

.datepicker--cell-day {
    opacity: 0.5;
    pointer-events: none;
    transition: all 0.3s;
}

.datepicker--cell.-highlighted-, .datepicker--cell.-current-, .datepicker--cell.-selected- {
    opacity: 1 !important;
    cursor: pointer;
}

.datepicker--cell.-highlighted-, .datepicker--cell.-selected- {
    color: #fff !important;
    background: #00c5c9;
    pointer-events: visible !important;
}

.datepicker {
    position: relative;
}

.datepicker--cell.-highlighted-:hover {
    color: white;
    background: #00b0b4;
}

[data-tippy-root] {
    z-index: 1000000;
}

.tippy-box {
    z-index: 10000000;
}

.datepicker-events-item {
    color: white;
    text-decoration: none;
    font-size: 15px;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid white;
    transition: all 0.3s;
    line-height: 1.2;
}

.datepicker-events-item:hover {
    opacity: 0.5;
}

.datepicker-events-dates {
    font-size: 13px;
    opacity: 0.9;
    margin-top: 4px;
}

.datepicker-events-item:first-child {
    padding-top: 5px;
}

.datepicker-events-item:last-child {
    padding-bottom: 5px;
    border-bottom: 0;
}

.events_search .cat_select .selected {
    color: #ff0202;
    border: none;
}

.events_search .cat_select .selected:after {
    display: none;
}

.event_big h3 {
    font-size: 34px;
    text-transform: uppercase;
}

.news_interact .share {
    display: flex;
    width: 350px;
    text-align: center;
    justify-content: center;
    position: relative;
    left: -22px;
}

.ya-share2 {
    margin-top: 2px;
}

.news_interact .share li {
    margin: 0 7px !important;
}

.ya-share2__badge {
    width: 32px;
    height: 32px;
}

.ya-share2__icon {
    background-size: 26px 26px !important;
    width: 32px !important;
    height: 32px !important;
}

.comments-area {
    margin-bottom: 10px;
}

.comments-area #mc-link {
    display: none !important;
}

nav li.current-menu-item a {
    text-transform: uppercase;
    color: #000;
    pointer-events: none;
}

.menu li.current-menu-item a {
    color: #1ab8bb;
    pointer-events: none;
}

.reg_form .input .jq-selectbox__select-text.placeholder {
    font-size: 14px;
}

.error-container {
    margin-bottom: 20px;
}

.form-error {
    color: #7c584f;
    background-color: #fceeea;
    border: 1px solid #fae7e2;
    margin-bottom: 10px;
    padding: 10px;
}

.reg_form_thanks {
    padding: 100px 40px;
    text-align: center;
    margin: 0;
}

.reg_form_thanks:after {
    display: none;
}

@media screen and (max-width: 800px) {
    .reg_form_thanks {
        font-size: 24px;
        padding: 20px 20px 30px;
        display: block;
    }
}

.content .files_table span {
    background: none;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    text-align: right;
}

.content {
    max-width: 750px;
}

.content.content_forum {
    max-width: 100%;
}

.content .files_table {
    padding-bottom: 0;
    margin-bottom: 25px;
}

@media print {
    header, .rcrumbs, .right_side, .news_interact, .comments-area, .partner_news, .site_form, .news_list, .events_list, .articles_list, footer {
        display: none;
    }
}

.wp-block-gallery.is-cropped .blocks-gallery-item img {
    height: auto;
}

.wp-block-quote {
    border-left: 0;
}

@media (max-width: 700px) {
    .news_interact {
        width: auto;
    }

    .news_interact .share {
        width: auto;
        left: 0;
    }

    .news_interact .share li {
        margin: 0 3px !important;
    }
}

.subscribe-result-message {
    font-size: 24px;
    margin: 0;
    padding: 10px 0 30px;
    line-height: 1.5;
    color: white;
}

.blocks-gallery-item img {
    margin-bottom: 0;
}

.photogallery-block .slick-arrow {
    background-image: url(images/arrow_w.png);
}

@media (max-width: 1170px) {
    .fetch-posts-form-left {
        float: none;
        margin-bottom: 20px;
        margin-left: auto;
    }
}

table.wpDataTable .numdata {
    font-size: 14px;
}

table.wpDataTable .wdheader {
    font-size: 14px;
}

.sidebar-banner {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 330px;
}

#wpdcom {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

#comments {
    margin: 0;
}

.hidden {
    display: none !important;
}


#wpdcom .wpd-thread-list {
    padding-top: 10px;
    padding-bottom: 10px;
}

#wpdcom .wpd-form-head {
    margin-top: 0;
}

#wpdcom .wpd-comment .wpd-comment-left {
    /*width: 100px;*/
}

#wpdcom .wpd-comment-text p:first-child {
    margin-top: 0;
}

#wpdcom.wpd-layout-1 .wpd-comment .wpd-reply-to {
    margin-bottom: 10px;
}

#wpdcom .wpd-up svg, #wpdcom .wpd-down svg {
    fill: #9259C6 !important;
}

#wpdcom .wpd-comment-last-edited {
    display: none;
}

.by-wpdiscuz {
    display: none;
}
/*
.ent_block .full p:last-of-type {
    display: none;
}
*/
.grecaptcha-badge {
    display: none !important;
}

.white_bg + .articles_list_subscribed {
    padding-top: 68px;
}

@media screen and (max-width: 1170px) {
    .white_bg + .articles_list_subscribed {
        padding-top: 30px;
    }
}


#popup_alert {
    display: none;
}

#popup_alert {
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    max-width: 717px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    top: 50%;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    z-index: 101;
    max-height: 100%;
    overflow: auto;
}

.popup_center {
    padding: 48px 0 32px;
}

.popup_center h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 25px;
    color: #FF0302;
    padding: 0 10px;
}

.popup_center .content {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: justify;
    color: #000;
    margin: 0 auto 45px;
    padding: 0 10px;
    max-width: 533px;
}

.popup_center .content p {
    margin: 0 0 25px;
}

.popup_center .button1,
.popup_center .button2 {
    display: inline-block;
    vertical-align: middle;
    margin: 0 48px 20px;
    width: 187px;
    height: 53px;
    text-align: center;
    line-height: 53px;
    font-weight: 500;
    font-size: 18px;
    color: #FFF;
    text-decoration: none;
    transition: background .3s;
    -webkit-transition: background .3s;
}

.popup_center .button1 {background: #818181;}
.popup_center .button2 {background: #00C5C9;}


#overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
}

@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  #overlay {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
  }
}


h1 ~ .form_manuf .select_block + .searchbar {
    margin-top: 22px;
}