.hiro {
    padding-top: 150px;
}

.hiro-single {
    padding: 150px 0px 100px;
}

/*======== Красный по ховеру ========================*/
.red-hover {
    transition: all 0.3s ease-in;
}

.red-hover:hover {
    color: #ec1c2a;
}

.padding-top {
    padding-top: 200px;
}

.padding-top150 {
    padding-top: 150px;
}

@media (max-width: 991px) {
    .padding-top {
        padding-top: 80px;
    }

    .padding-top150 {
        padding-top: 80px;
    }
}

/*======== КНОПКИ ========================*/
/* basic-red, white-blue, white-red
<div class="btn-wrap">
  <a class="basic-red" href="<?php echo carbon_get_the_post_meta('doc_file'); ?>" target="_blank">
    <span class="txt"><i class="arrow1 fa fa-check-circle"></i><?php echo esc_html__( 'Скачать', 'loveicon' ); ?></span>
  </a>
</div> */
/*--- ОСНОВНАЯ КРАСНАЯ ----*/
.btn-wrap {
    position: relative;
    display: block;
}

.mec-container .btn-wrap {
    position: relative;
    display: flex;
    justify-content: center;
}

.basic-red {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    padding-right: 30px;
    background-color: var(--thm-primary);
    color: #ffffff;
    font-size: 16px;
    line-height: 60px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 10px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-family: "Inter", sans-serif;
    z-index: 1;
    border: none;
}

.basic-red span {
    color: #ffffff;
}

.basic-red.disabled {
    cursor: default;
    background-color: #aaaaaa;
}

.basic-red:before {
    position: absolute;
    left: 45%;
    bottom: 0px;
    right: 45%;
    height: 50%;
    border-radius: 8px;
    background: #191f2d;
    opacity: 0;
    content: "";
    z-index: -1;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.basic-red:hover:before {
    opacity: 1;
    left: 0;
    height: 100%;
    right: 0;
    transition: all 400ms linear;
    transition-delay: 0.1s;
}

.basic-red .txt i.arrow1 {
    position: relative;
    top: 1px;
    display: inline-block;
    font-size: 18px;
    line-height: 0;
    padding-right: 10px;
    font-weight: 400;
    z-index: 1;
    color: #ffffff;
    transition: all 200ms linear;
    transition-delay: 0.2s;
}

.basic-red .txt {
    position: relative;
    z-index: 1;
}

.basic-red:hover,
.basic-red:focus {
    color: #ffffff;
    text-shadow: 0px 5px 3px rgba(12, 21, 41, 0.1);
}

/*--- БЕЛО - СИНЯЯ ----*/
.white-blue {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    padding-right: 30px;
    background-color: var(--thm-primary);
    font-size: 16px;
    line-height: 60px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 10px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-family: "Inter", sans-serif;
    z-index: 1;
    color: #2f3a51;
    background: #ffffff;
    border: 1px solid #2f3a51;
    width: 100%;
    height: 100%;
    text-align: center;
    margin-bottom: 2px;
}

.white-blue .txt {
    position: relative;
    z-index: 1;
    color: #2f3a51;
    transition: all 0.1s ease-in-out;
}

.white-blue .txt i.arrow1 {
    color: var(--thm-color-3);
    transition: all 200ms linear;
    transition-delay: 0.2s;
    position: relative;
    top: 1px;
    display: inline-block;
    font-size: 18px;
    line-height: 0;
    padding-right: 10px;
    font-weight: 400;
    z-index: 1;
}

.white-blue:hover .txt i.arrow1 {
    color: #ffffff;
}

.white-blue:before {
    position: absolute;
    left: 45%;
    bottom: 0px;
    right: 45%;
    height: 50%;
    border-radius: 8px;
    background: #34a3d5;
    opacity: 0;
    content: "";
    z-index: -1;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.white-blue:hover:before {
    opacity: 1;
    left: 0;
    height: 100%;
    right: 0;
    transition: all 400ms linear;
    transition-delay: 0.1s;
}

.white-blue:hover,
.white-blue:focus {
    color: #ffffff;
    text-shadow: 0px 5px 3px rgba(12, 21, 41, 0.1);
    border: 1px solid #34a3d5;
}

.white-blue:hover .txt {
    color: #ffffff;
}

/*--- БЕЛО - КРАСНАЯ ----*/
.white-red {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    padding-right: 30px;
    background-color: var(--thm-primary);
    font-size: 16px;
    line-height: 60px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 10px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-family: "Inter", sans-serif;
    z-index: 1;
    color: #2f3a51;
    background: #ffffff;
    border: 1px solid #2f3a51;
    width: 100%;
    height: 100%;
    text-align: center;
}

.white-red .txt {
    position: relative;
    z-index: 1;
}

.white-red .txt i.arrow1 {
    color: var(--thm-color-3);
    transition: all 200ms linear;
    transition-delay: 0.2s;
    position: relative;
    top: 1px;
    display: inline-block;
    font-size: 18px;
    line-height: 0;
    padding-right: 10px;
    font-weight: 400;
    z-index: 1;
}

.white-red:hover .txt i.arrow1 {
    color: #ffffff;
}

.white-red:before {
    position: absolute;
    left: 45%;
    bottom: 0px;
    right: 45%;
    height: 50%;
    border-radius: 8px;
    background: var(--thm-primary);
    opacity: 0;
    content: "";
    z-index: -1;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.white-red:hover:before {
    opacity: 1;
    left: 0;
    height: 100%;
    right: 0;
    transition: all 400ms linear;
    transition-delay: 0.1s;
}

.white-red:hover,
.white-red:focus {
    color: #ffffff;
    text-shadow: 0px 5px 3px rgba(12, 21, 41, 0.1);
    border: 1px solid var(--thm-primary);
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.wp-block-button {
    margin-top: 10px;
    margin-bottom: 10px;
}

.wp-block-button .wp-block-button__link {
    color: #ffffff !important;
}

.is-style-outline .wp-block-button__link {
    color: #32373c !important;
}

.wp-block-button__link.is-style-outline {
    color: #32373c !important;
}

.wp-block-search .wp-block-search__input {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #d54036;
    border-radius: 5px;
    background: #fff;
    padding: 10px 15px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    max-width: 300px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: 0px;
}

.wp-block-search .wp-block-search__button {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #d54036;
    border-radius: 5px;
    background: #d54036;
    padding: 10px 15px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #fff;
    max-width: 90px;
    margin-bottom: 10px;
    cursor: pointer;
    margin-left: 0;
}

.widget_search .search-form {
    position: relative;
    margin: 0px;
}

.widget_search .search-form .form-group {
    margin-bottom: 0;
}

.widget_search .search-form .form-group input[type="search"] {
    position: relative;
    display: block;
    width: 100%;
    height: 55px;
    border: 1px solid #e5e5e5;
    font-size: 15px;
    color: #848484;
    padding: 10px 50px 10px 20px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.widget_search .search-form .form-group button {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 16px;
    color: #222;
    font-weight: 700;
    height: 100%;
    width: 50px;
    background: transparent;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 0;
}

figure.alignright figcaption {
    text-align: right;
}

figure.aligncenter figcaption {
    text-align: center;
}

figcaption {
    font-weight: 600;
}

.wp-block-group__inner-container {
    padding: 20px;
    margin-bottom: 15px;
}

.wp-block-media-text {
    margin-bottom: 10px;
}

.post-password-form input {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #222;
    border-radius: 5px;
    background: #fff;
    padding: 10px 15px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    max-width: 300px;
    margin-bottom: 0px;
    margin-right: 10px;
    margin-top: 10px;
}

.post-password-form input[type="submit"] {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #222;
    border-radius: 5px;
    background: #222;
    padding: 10px 15px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #fff;
    max-width: 90px;
    margin-bottom: 10px;
    cursor: pointer;
    margin-left: 0;
}

.wp-block-rss__item-title a {
    color: #222;
}

.wp-block-latest-posts__list li a {
    color: #222;
}

.wp-block-tag-cloud a {
    position: relative;
    display: inline-block;
    font-size: 15px !important;
    line-height: 26px;
    color: #25283a;
    border: 1px solid #7b7b7b4f;
    border-radius: 4px;
    padding: 7px 21.5px;
    margin-bottom: 5px;
}

.yes-ping .comment {
    padding-left: 0 !important;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    padding: 41px 40px !important;
}

.page-links a,
.page-links .post-page-numbers {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    color: #222;
    background: transparent;
    z-index: 1;
    border: 1px solid currentColor;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.page-links a:hover,
.page-links .post-page-numbers:hover {
    background: #222;
    color: #fff;
}

.page-links .post-page-numbers.current {
    background: #222;
    color: #fff;
}

.post-single-link.page-links {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.page-pagination .pagination .nav-links {
    position: relative;
    display: block;
}

.page-pagination .pagination .nav-links .page-numbers {
    display: inline-block;
    margin: 0 4px 10px;
    width: 60px;
    height: 60px;
    line-height: 58px;
    border: 1px solid #ebebeb;
    text-align: center;
    color: #222;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    border-radius: 0;
    background-color: #ffffff;
}

.page-pagination .pagination .nav-links .page-numbers:hover {
    color: #ffffff;
    border-color: #d54036;
    background-color: #d54036;
}

.page-pagination .pagination .nav-links .current {
    color: #ffffff;
    border-color: #d54036;
    background-color: #d54036;
}

.text-center.page-pagination .nav-links {
    margin: 0 auto;
}

.entry-title,
.blog-title {
    word-wrap: break-word;
}

.page-title {
    word-wrap: break-word;
}

.page-title .auto-container {
    overflow: hidden;
}

.sidebar-content-box .calendar_wrap table {
    text-align: center;
    margin-bottom: 0;
    width: 100%;
    margin-top: 0;
}

.sidebar-content-box .calendar_wrap table caption {
    padding: 0;
    padding-top: 5px;
}

.sidebar-content-box .calendar_wrap table a {
    color: #d54036;
}

.sidebar-content-box .calendar_wrap .wp-calendar-nav a {
    color: #222;
}

.sidebar-content-box .sidebar-widget {
    margin-bottom: 30px;
}

.sidebar-content-box .sidebar-widget:last-child {
    margin-bottom: 0px;
}

.custom-blog-sinlge.page-content-area .single-blog-style1 .text-holder {
    padding: 50px;
    display: block;
    padding: 53px 40px 60px;
    box-shadow: 0px 5px 24px 6px rgb(0 0 0 / 6%);
    border: none;
}

.custom-blog-sinlge.page-content-area .comments-area-rif-at .title {
    padding-bottom: 15px;
}

.widget_recent_entries ul li {
    margin-bottom: 8px;
}

.widget_recent_entries ul li a {
    color: #706767;
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 30px;
    background: #f3f3f3;
    position: relative;
    display: block;
}

.widget_recent_entries ul li:hover a {
    color: #fff;
    background: #d54036;
}

.widget_recent_entries ul li:last-child {
    margin-bottom: 0;
}

.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul {
    padding-left: 20px;
}

.widget_nav_menu ul li a,
.widget_meta ul li a,
.widget_pages ul li a {
    position: relative;
    display: block;
    color: #222;
    padding: 9px 0px;
    font-weight: 500;
    font-size: 16px;
}

.widget_nav_menu ul li a::after,
.widget_meta ul li a::after,
.widget_pages ul li a::after {
    content: "";
    position: absolute;
    left: -20px;
    top: 19px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #d7d7d7;
}

.widget_nav_menu ul li a:hover,
.widget_meta ul li a:hover,
.widget_pages ul li a:hover {
    color: #d54036;
}

.widget_nav_menu ul li a:hover::after,
.widget_meta ul li a:hover::after,
.widget_pages ul li a:hover::after {
    background: #d54036;
}

.widget_nav_menu ul li ul,
.widget_meta ul li ul,
.widget_pages ul li ul {
    padding-left: 12px;
}

td#today {
    background: #d54036;
    color: #fff;
}

th {
    background: #fbfbfb;
}

.sidebar-content-box .widget_archive ul,
.sidebar-content-box .widget_categories ul {
    padding-left: 20px;
}

.sidebar-content-box .widget_archive ul li,
.sidebar-content-box .widget_categories ul li {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 15px;
    color: #222;
}

.sidebar-content-box .widget_archive ul li a,
.sidebar-content-box .widget_categories ul li a {
    display: block;
    font-size: 16px;
    line-height: 34px;
    color: #222;
    font-weight: 500;
    padding: 5px 0px;
}

.sidebar-content-box .widget_archive ul li a:before,
.sidebar-content-box .widget_categories ul li a:before {
    position: absolute;
    content: "";
    border: 2px solid #d5d5d5;
    width: 8px;
    height: 8px;
    left: -20px;
    top: 19px;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar-content-box .widget_archive ul li a:hover,
.sidebar-content-box .widget_categories ul li a:hover {
    color: #d54036;
}

.sidebar-content-box .widget_archive ul li a:hover:before,
.sidebar-content-box .widget_categories ul li a:hover:before {
    border-color: #d54036;
    background: #d54036;
}

.sidebar-content-box .widget_archive ul li:last-child,
.sidebar-content-box .widget_categories ul li:last-child {
    margin-bottom: 0;
}

.sidebar-content-box .widget_archive ul li ul,
.sidebar-content-box .widget_categories ul li ul {
    width: 100%;
    padding-left: 15px;
}

.sidebar-content-box .widget_archive ul li ul li,
.sidebar-content-box .widget_categories ul li ul li {
    padding: 0;
    position: relative;
}

.sidebar-content-box .widget_archive ul li ul li a,
.sidebar-content-box .widget_categories ul li ul li a {
    padding: 5px 0px;
}

.sidebar-content-box .widget_archive ul li ul li ul,
.sidebar-content-box .widget_categories ul li ul li ul {
    padding-left: 25px;
}

.widget_recent_comments ul li {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
    font-size: 16px;
}

.widget_recent_comments ul li .comment-author-link {
    font-weight: 600;
    margin-right: 5px;
}

.widget_recent_comments ul li .comment-author-link a {
    color: #706767;
}

.widget_recent_comments ul li a {
    color: #d54036;
    margin-left: 5px !important;
}

.widget_tag_cloud a {
    border: 1px solid #717577;
    position: relative;
    display: inline-block;
    font-size: 15px !important;
    line-height: 23px;
    color: #ffffff;
    font-weight: 500;
    margin-right: 5px;
    margin-bottom: 10px;
    background: #717577;
    border-radius: 2px;
    padding: 3px 10px;
}

.widget_tag_cloud a:hover {
    color: #717577;
    background: #ffffff;
    border: 1px solid #d54036;
}

.widget_text {
    color: #222222;
}

.widget_text .textwidget {
    color: #222222;
}

.widget_text .textwidget p {
    color: #222222;
    font-size: 16px;
    line-height: 33px;
    margin-bottom: 5px;
}

.widget_text .textwidget form {
    margin-top: 10px;
}

.widget_rss .title .rsswidget {
    color: #000;
}

.widget_rss .widget-title h3 img {
    top: -3px;
    position: relative;
}

.widget_rss .widget-title h3 a {
    color: #222;
}

.widget_rss ul li {
    font-size: 16px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    color: #222222;
}

.widget_rss ul li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0px solid #e5e5e5;
}

.widget_rss ul li .rsswidget {
    margin-bottom: 10px;
    display: block;
    font-weight: 600;
}

.widget_rss ul li .rss-date {
    margin-bottom: 5px;
}

.widget_rss ul li .rssSummary {
    line-height: 28px;
}

.widget_rss ul li cite {
    margin-top: 10px;
    display: block;
    font-weight: 600;
    font-style: normal;
}

.widget_rss ul li a {
    color: #4c4c4c;
}

figcaption {
    margin-top: 10px;
    padding-bottom: 15px;
    font-size: 14px;
}

abbr[title] {
    border-bottom: 1px dotted;
}

acronym {
    border-bottom: 1px dotted;
}

.wp-caption-text,
.gallery-caption,
.bypostauthor {
    opacity: 1;
}

table,
th,
td {
    border: 1px solid #f0f0f0;
    border: 1px solid rgba(51, 51, 51, 0.1) !important;
    font-size: 15px;
}

th,
td {
    padding: 7px;
    font-size: 15px;
}

table {
    border-collapse: separate;
    margin-bottom: 10px;
    margin-top: 10px;
    border-spacing: 0;
}

table caption {
    padding-bottom: 0;
}

select {
    position: relative;
    width: 100%;
    border: none;
    line-height: 56px;
    padding: 0px 20px;
    font-size: 15px;
    font-weight: 600;
    color: #2d2727;
    border: 1px solid #bfbfbf;
    background: transparent;
    z-index: 9;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='2d2727' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 97%;
    background-position-y: 15px;
}

.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption,
.wp-block-image.is-resized>figcaption {
    text-align: center;
}

.wp-block-image {
    max-width: 100%;
}

.wp-block-image figcaption {
    display: block;
}

.wp-caption img {
    margin-top: 10px;
}

img.aligncenter {
    display: block;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    white-space: pre-wrap;
    word-wrap: break-word;
    background-color: #fff;
    border-radius: 4px;
    overflow: auto;
    margin-top: 10px;
    border: 1px solid #2b3c6b;
}

.wp-block-cover-text {
    font-size: 24px;
    color: #ffffff !important;
}

.wp-block-cover-text a {
    color: #ffffff;
}

.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.wp-block-button.alignright {
    text-align: right;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    padding: 41px 40px !important;
}

article .text {
    overflow: hidden;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
    clear: both;
}

.blocks-gallery-item {
    list-style: outside none;
    padding-left: 0 !important;
}

iframe {
    width: 100%;
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-block-cover-text {
    color: #ffffff;
    margin-bottom: 0 !important;
}

.aligncenter {
    clear: both;
    margin-left: auto;
    margin-right: auto;
}

.blocks-gallery-item:before {
    content: none !important;
}

.wp-block-calendar table th {
    text-align: center;
}

.yes-ping .comment-details {
    padding-left: 0px !important;
}

.has-text-color.has-background.has-very-light-gray-color {
    color: #fff;
}

.post-grid-layout .post-article .post-grid-caption-header .post-article-cat a {
    display: none;
}

.post-grid-layout .post-article .post-grid-caption-header .post-article-cat a:first-child {
    display: block !important;
}

p+h3+p+ul {
    margin-bottom: 20px;
}

p+h3+p+ul+h3 {
    margin-bottom: 10px;
}

p+h3+p+ul+h3+ul {
    margin-bottom: 10px;
}

.has-text-color+.has-text-color+.wp-block-image+h1+h2+h3+h4+h5+h6+h2 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.has-text-color+.has-text-color+.wp-block-image+h1+h2+h3+h4+h5+h6+h2+ol {
    margin-bottom: 20px;
}

.has-text-color+.has-text-color+.wp-block-image+h1+h2+h3+h4+h5+h6+h2+ol+h2 {
    margin-bottom: 15px;
}

.has-text-color+.has-text-color+.wp-block-image+h1+h2+h3+h4+h5+h6+h2+ol+h2+ul {
    margin-bottom: 15px;
}

blockquote.wp-block-quote+.wp-block-audio {
    margin-top: 20px;
}

.base-theme .post-tag-share-box .tag-box ul li a {
    margin-bottom: 5px;
}

.base-theme .custom-blog-sinlge .single-comments-box.yes-ping {
    padding-left: 0;
}

.base-theme .custom-blog-sinlge .single-comments-box.yes-ping .text_box {
    padding-left: 0;
}

.base-theme .custom-blog-sinlge .single-blog-style1 .img-holder .image-box img {
    width: auto;
}

.base-theme .custom-blog-sinlge .comment-detail-list-area li .single-comment+.reply-form-box {
    margin-bottom: 35px;
}

.base-theme .custom-blog-sinlge .comment-detail-list-area li ol {
    padding-left: 25px;
}

.base-theme .custom-blog-sinlge .blog-details-text-area p+ul+h3 {
    margin-top: 20px;
}

.base-theme .custom-blog-sinlge .blog-details-text-area p+ul+h3+ol+h3 {
    margin-top: 20px;
}

.base-theme .custom-blog-sinlge .blog-details-text-area p+ul+h3+ol+h3+ol+h3 {
    margin-top: 20px;
}

.base-theme .custom-blog-sinlge .blog-details-text-area p+ul+h3+ol+h3+ol+h3+ul+h3 {
    margin-top: 20px;
}

.base-theme .custom-blog-sinlge .blog-details-text-area pre+p,
.base-theme .custom-blog-sinlge .comments-area-rif-at .single-comment pre+p {
    margin-top: 15px;
}

.base-theme .custom-blog-sinlge .blog-details-text-area h1,
.base-theme .custom-blog-sinlge .blog-details-text-area h2,
.base-theme .custom-blog-sinlge .blog-details-text-area h3,
.base-theme .custom-blog-sinlge .blog-details-text-area h4,
.base-theme .custom-blog-sinlge .blog-details-text-area h5,
.base-theme .custom-blog-sinlge .blog-details-text-area h6,
.base-theme .custom-blog-sinlge .comments-area-rif-at .single-comment h1,
.base-theme .custom-blog-sinlge .comments-area-rif-at .single-comment h2,
.base-theme .custom-blog-sinlge .comments-area-rif-at .single-comment h3,
.base-theme .custom-blog-sinlge .comments-area-rif-at .single-comment h4,
.base-theme .custom-blog-sinlge .comments-area-rif-at .single-comment h5,
.base-theme .custom-blog-sinlge .comments-area-rif-at .single-comment h6 {
    margin-bottom: 10px;
}

.base-theme .custom-blog-sinlge .blog-details-text-area blockquote+p+h2+table+h2,
.base-theme .custom-blog-sinlge .comments-area-rif-at .single-comment blockquote+p+h2+table+h2 {
    margin-top: 15px;
}

.base-theme .custom-blog-sinlge .blog-details-text-area dl+h2+ul,
.base-theme .custom-blog-sinlge .comments-area-rif-at .single-comment dl+h2+ul {
    margin-bottom: 15px;
}

.base-theme .custom-blog-sinlge .blog-details-text-area dl+h2+ul+h2+ol,
.base-theme .custom-blog-sinlge .comments-area-rif-at .single-comment dl+h2+ul+h2+ol {
    margin-bottom: 15px;
}

.base-theme .custom-blog-sinlge .blog-details-text-area p+h1+h2+h3+h4+h5+h6+h2,
.base-theme .custom-blog-sinlge .comments-area-rif-at .single-comment p+h1+h2+h3+h4+h5+h6+h2 {
    margin-top: 15px;
}

.base-theme .custom-blog-sinlge .blog-details-text-area .wp-block-media-text__content,
.base-theme .custom-blog-sinlge .comments-area-rif-at .single-comment .wp-block-media-text__content {
    padding-top: 20px;
    padding-bottom: 20px;
}

.base-theme .custom-blog-sinlge .blog-details-text-area .wp-block-media-text__content .has-large-font-size,
.base-theme .custom-blog-sinlge .comments-area-rif-at .single-comment .wp-block-media-text__content .has-large-font-size {
    line-height: 40px;
}

.base-theme .custom-blog-sinlge .blog-details-text-area p,
.base-theme .custom-blog-sinlge .comments-area-rif-at .single-comment p {
    margin: 0 0 18px;
    line-height: 1.7em;
}

.base-theme .custom-blog-sinlge .blog-details-text-area p:last-child,
.base-theme .custom-blog-sinlge .comments-area-rif-at .single-comment p:last-child {
    margin: 0;
}

.base-theme .custom-blog-sinlge .blog-details-text-area blockquote,
.base-theme .custom-blog-sinlge .comments-area-rif-at .single-comment blockquote {
    font-style: normal;
    padding: 41px 40px;
    border-left: 2px solid #d54036;
    margin-bottom: 10px;
    background: #f9f9f9;
}

.base-theme .custom-blog-sinlge .blog-details-text-area blockquote p,
.base-theme .custom-blog-sinlge .blog-details-text-area blockquote cite,
.base-theme .custom-blog-sinlge .comments-area-rif-at .single-comment blockquote p,
.base-theme .custom-blog-sinlge .comments-area-rif-at .single-comment blockquote cite {
    font-size: 20px;
    color: #222;
}

.base-theme .custom-blog-sinlge .blog-details-text-area table,
.base-theme .custom-blog-sinlge .comments-area-rif-at .single-comment table {
    max-width: 100%;
}

.base-theme .custom-blog-sinlge .blog-details-text-area select,
.base-theme .custom-blog-sinlge .comments-area-rif-at .single-comment select {
    max-width: 300px;
    margin-bottom: 20px;
}

.base-theme .custom-blog-sinlge .blog-details-text-area ul,
.base-theme .custom-blog-sinlge .blog-details-text-area li,
.base-theme .custom-blog-sinlge .comments-area-rif-at .single-comment ul,
.base-theme .custom-blog-sinlge .comments-area-rif-at .single-comment li {
    list-style: none;
}

.base-theme .custom-blog-sinlge .blog-details-text-area ul,
.base-theme .custom-blog-sinlge .comments-area-rif-at .single-comment ul {
    padding-left: 30px;
}

.base-theme .custom-blog-sinlge .blog-details-text-area ol,
.base-theme .custom-blog-sinlge .comments-area-rif-at .single-comment ol {
    padding-left: 30px;
}

.base-theme .custom-blog-sinlge .blog-details-text-area ol li,
.base-theme .custom-blog-sinlge .comments-area-rif-at .single-comment ol li {
    list-style: unset;
}

.base-theme .custom-blog-sinlge .blog-details-text-area ul li a,
.base-theme .custom-blog-sinlge .comments-area-rif-at .single-comment ul li a {
    color: #222222;
}

.base-theme .custom-blog-sinlge .blog-details-text-area .wp-block-button .wp-block-button__link,
.base-theme .custom-blog-sinlge .comments-area-rif-at .single-comment .wp-block-button .wp-block-button__link {
    color: #ffffff;
}

.base-theme .custom-blog-sinlge .blog-details-text-area p.wp-block-cover-text,
.base-theme .custom-blog-sinlge .blog-details-text-area p.wp-block-cover-text a,
.base-theme .custom-blog-sinlge .comments-area-rif-at .single-comment p.wp-block-cover-text,
.base-theme .custom-blog-sinlge .comments-area-rif-at .single-comment p.wp-block-cover-text a {
    color: #fff !important;
}

.base-theme .custom-blog-sinlge .blog-details-text-area .wp-block-cover-text,
.base-theme .custom-blog-sinlge .comments-area-rif-at .single-comment .wp-block-cover-text {
    font-size: 24px;
    color: #ffffff !important;
}

.base-theme .custom-blog-sinlge .blog-details-text-area .wp-block-cover,
.base-theme .custom-blog-sinlge .blog-details-text-area .wp-block-cover-image,
.base-theme .custom-blog-sinlge .comments-area-rif-at .single-comment .wp-block-cover,
.base-theme .custom-blog-sinlge .comments-area-rif-at .single-comment .wp-block-cover-image {
    margin-bottom: 10px;
    margin-top: 10px;
}

.base-theme .custom-blog-sinlge .blog-details-text-area .blocks-gallery-grid,
.base-theme .custom-blog-sinlge .comments-area-rif-at .single-comment .blocks-gallery-grid {
    padding-left: 0;
    margin-top: 10px;
}

.base-theme .custom-blog-sinlge .blog-details-text-area .wp-block-file a.wp-block-file__button,
.base-theme .custom-blog-sinlge .comments-area-rif-at .single-comment .wp-block-file a.wp-block-file__button {
    color: #ffffff;
}

.base-theme .custom-blog-sinlge .blog-details-text-area .wp-block-archives li,
.base-theme .custom-blog-sinlge .comments-area-rif-at .single-comment .wp-block-archives li {
    margin-bottom: 10px;
}

.base-theme .custom-blog-sinlge .blog-details-text-area .wp-block-calendar .wp-calendar-table,
.base-theme .custom-blog-sinlge .comments-area-rif-at .single-comment .wp-block-calendar .wp-calendar-table {
    margin-bottom: 0;
}

.base-theme .custom-blog-sinlge .blog-details-text-area .wp-block-calendar .wp-calendar-table caption,
.base-theme .custom-blog-sinlge .comments-area-rif-at .single-comment .wp-block-calendar .wp-calendar-table caption {
    padding-bottom: 0;
}

.base-theme .custom-blog-sinlge .blog-details-text-area .wp-block-calendar .wp-calendar-nav,
.base-theme .custom-blog-sinlge .comments-area-rif-at .single-comment .wp-block-calendar .wp-calendar-nav {
    text-align: left;
    margin-bottom: 10px;
}

ol.wp-block-latest-comments li article footer {
    padding: 0 !important;
    margin: 0 !important;
}

ul.wp-block-latest-posts li {
    margin-bottom: 20px;
}

ul.wp-block-rss li {
    margin-bottom: 10px;
}

.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
}

.gallery-item img {
    display: inline-block !important;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
    width: 100%;
}

@media screen and (min-width: 30em) {
    .gallery-columns-1 .gallery-item {
        max-width: 100%;
    }
}

.gallery-columns-2 .gallery-item {
    max-width: 100%;
    width: 50%;
}

@media screen and (min-width: 30em) {
    .gallery-columns-2 .gallery-item {
        max-width: 50%;
    }
}

.gallery-columns-3 .gallery-item {
    max-width: 100%;
    width: 33.33%;
}

@media screen and (min-width: 30em) {
    .gallery-columns-3 .gallery-item {
        max-width: 33.33%;
    }
}

.gallery-columns-4>.gallery-item {
    max-width: 100%;
    width: 25%;
}

@media screen and (min-width: 30em) {
    .gallery-columns-4 .gallery-item {
        max-width: 25%;
    }
}

.gallery-columns-5 .gallery-item {
    max-width: 100%;
    width: 20%;
}

@media screen and (min-width: 48em) {
    .gallery-columns-5 .gallery-item {
        max-width: 20%;
    }
}

.gallery-columns-6 .gallery-item {
    max-width: 100%;
    width: 16.66%;
}

@media screen and (min-width: 48em) {
    .gallery-columns-6 .gallery-item {
        max-width: 16.66%;
    }
}

.gallery-columns-7 .gallery-item {
    max-width: 100%;
    width: 14.28%;
}

@media screen and (min-width: 48em) {
    .gallery-columns-7 .gallery-item {
        max-width: 14.28%;
    }
}

.gallery-columns-8 .gallery-item {
    max-width: 100%;
    width: 12.5%;
}

@media screen and (min-width: 48em) {
    .gallery-columns-8 .gallery-item {
        max-width: 12.5%;
    }
}

.gallery-columns-9 .gallery-item {
    max-width: 100%;
    width: 11.11%;
}

@media screen and (min-width: 48em) {
    .gallery-columns-9 .gallery-item {
        max-width: 11.11%;
    }
}

.main-header .header-upper .logo-box .logo img {
    width: 100%;
}

.wp-block-button.is-style-squared a {
    border-radius: 0;
}

.ri-fat-not-found {
    padding: 30px;
    background: #fff;
}

.ri-fat-not-found .no-found-text {
    font-size: 16px;
    color: #222;
    margin-bottom: 15px;
}

.ri-fat-not-found .nothing-found-search .search-form .form-group {
    position: relative;
    margin: 0px;
}

.ri-fat-not-found .nothing-found-search .search-form .form-group input {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #d54036;
    font-size: 15px;
    color: #222222;
    padding: 10px 50px 10px 20px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.ri-fat-not-found .nothing-found-search .search-form .form-group::-webkit-input-placeholder {
    color: #222222;
}

.ri-fat-not-found .nothing-found-search .search-form .form-group button {
    position: absolute !important;
    top: 0px;
    right: 0px;
    font-size: 17px !important;
    font-weight: 700 !important;
    color: #d54036;
    background: transparent;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 0;
    width: 50px;
    height: 100%;
    cursor: pointer;
}

.ri-fat-not-found {
    background: #ffffff;
    padding: 50px;
    border: 1px solid #2222220d;
    border-bottom: 3px solid #222;
    margin-right: 10px;
}

header.main-header.base-header.header-style-one {
    border-bottom: 1px solid #f7f7f7;
}

.single-blog-style1 .sticky .text-holder {
    -webkit-box-shadow: #0000000f;
    box-shadow: #0000000f;
    border: 1px solid transparent;
}

.single-blog-style1 .sticky_post_icon {
    z-index: 1;
    position: absolute;
    right: 50px;
    top: 50px;
    font-size: 24px;
    color: #d54036;
}

.blog-post-list-me .single-blog-style2 {
    margin-bottom: 40px;
}

.blog-post-list-me .single-blog-style1 .img-holder .inner .img-holder .inner img {
    width: auto;
}

.blog-post-list-me .single-blog-style1 .text-holder {
    padding: 50px;
}

.blog-post-list-me .single-blog-style1 .text-holder .blog-title {
    margin-top: 0px;
    margin-bottom: 22px;
}

.blog-post-list-me .single-blog-style1 .text-holder .categories {
    margin-bottom: 12px;
}

.blog-post-list-me .single-blog-style1 .text-holder .categories a {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 10px;
}

.blog-post-list-me .single-blog-style1 .text-holder .meta-box .meta-info {
    text-transform: capitalize;
}

.custom-blog-sinlge a {
    color: var(--thm-primary);
}

.custom-blog-sinlge .single-blog-style2 {
    margin-bottom: 0;
}

.custom-blog-sinlge .reply-form-box {
    padding-top: 0;
    margin-top: 0px;
}

.custom-blog-sinlge .reply-form-box .title {
    padding-bottom: 0;
}

.custom-blog-sinlge .reply-form-box .title .comment-reply-title {
    font-size: 20px;
}

.custom-blog-sinlge .reply-form-box .title .comment-reply-title small {
    margin-left: 10px;
}

.custom-blog-sinlge .reply-form-box .comment-form .form-group {
    margin-bottom: 20px;
}

.custom-blog-sinlge .reply-form-box .comment-form .logged-in-as {
    margin-bottom: 20px;
}

.custom-blog-sinlge .reply-form-box .comment-form .full-name {
    margin-top: 20px;
}

.custom-blog-sinlge .reply-form-box .comment-form input {
    margin-bottom: 0;
}

.custom-blog-sinlge .reply-form-box .comment-form textarea {
    margin-bottom: 0;
    padding: 30px;
}

.custom-blog-sinlge .comments-area-rif-at {
    padding-top: 0;
}

.custom-blog-sinlge .comments-area-rif-at .title {
    padding-bottom: 0px;
}

.custom-blog-sinlge .comments-area-rif-at .title h2 {
    font-size: 20px;
    line-height: 20px;
}

.custom-blog-sinlge .comments-area-rif-at .comment-detail-list-area {
    margin-top: 20px;
}

.custom-blog-sinlge .comments-area-rif-at .comment-detail-list-area li .single-comment .text_box .inner .top .left h4 {
    font-size: 18px;
}

.custom-blog-sinlge .single-blog-style1 {
    margin-bottom: 30px;
}

.custom-blog-sinlge .single-blog-style1 .text-holder {
    padding: 50px;
    padding-bottom: 45px;
}

.custom-blog-sinlge .single-blog-style1 .text-holder .categories {
    color: #ffffff;
    margin-bottom: 17px;
}

.custom-blog-sinlge .single-blog-style1 .text-holder .categories a {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 5px;
}

.custom-blog-sinlge .single-blog-style1 .text-holder .meta-box .meta-info {
    text-transform: capitalize;
}

.custom-blog-sinlge .blog-details-text-area {
    padding-top: 15px;
    overflow: hidden;
}

.custom-blog-sinlge .blog-details-text-area p:last-child {
    margin-bottom: 0;
}

.custom-blog-sinlge .post-tag-share-box {
    padding-top: 40px;
}

.single-blog-style2 .text-holder .categories {
    padding: 0;
    background: transparent;
}

.single-blog-style2 .text-holder .categories a {
    padding: 4px 20px 5px;
    background: var(--thm-color-5);
    border-radius: 30px;
    display: inline-block;
}

nav.navigation.pagination a,
nav.navigation.pagination span {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #e3e9f4;
    color: #222222;
    font-size: 16px;
    line-height: 53px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

nav.navigation.pagination a.prev {
    background: #ffffff;
    color: #d54036;
}

nav.navigation.pagination a.next {
    background: #ffffff;
    color: #d54036;
}

nav.navigation.pagination span.current {
    background: #e5ac1b;
    color: #ffffff;
    border: 1px solid #e5ac1b;
}

nav.navigation.pagination a:hover {
    background: #e5ac1b;
    color: #ffffff;
    border: 1px solid #e5ac1b;
}

.single-sidebar-box {
    background: #ffffff;
    padding: 35px;
}

@media (max-width: 767px) {
    .single-sidebar-box {
        background: #ffffff;
        padding: 20px;
    }
}

.mobile-menu .close-btn {
    top: 60px;
}

.mobile-menu .menu-box {
    padding-top: 50px;
}

.mobile-menu .social-links a img {
    width: 1em;
    height: 1em;
    background: #fff;
    border-radius: 2px;
    font-size: 20px;
}

.header-social-link-1 ul li a {
    line-height: 35px;
}

.header-contact-info-1 ul li {
    line-height: 23px;
}

.header-contact-info-1 ul li:first-child:before {
    display: none;
}

.author-box-holder {
    padding: 40px 40px 60px;
    min-height: 230px;
}

.author-box-holder .inner-box .img-box img {
    -webkit-box-shadow: 0px 0px 20px 0px #0000000f;
    box-shadow: 0px 0px 20px 0px #0000000f;
}

.single-comments-box .img_box {
    -webkit-box-shadow: 0px 0px 7px 0px #0000000f;
    box-shadow: 0px 0px 7px 0px #0000000f;
}

.blog-page-two,
.blog-details-area,
.contact-style1-area,
.event-details-area,
.cause-details-area {
    overflow: hidden;
}

.blog-page-two .sidebar-content-box:before,
.blog-details-area .sidebar-content-box:before,
.contact-style1-area .sidebar-content-box:before,
.event-details-area .sidebar-content-box:before,
.cause-details-area .sidebar-content-box:before {
    position: absolute;
    height: calc(100% + 200px);
    z-index: -1;
}

.contact-style1-area.contacts-content .sidebar-content-box:before {
    display: none;
}

.styled-pagination a,
.styled-pagination span {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #e3e9f4;
    color: #222222;
    font-size: 16px;
    line-height: 53px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.styled-pagination a.prev {
    background: #ffffff;
    color: #d54036;
}

.styled-pagination a.next {
    background: #ffffff;
    color: #d54036;
}

.styled-pagination span.current {
    background: #e5ac1b;
    color: #ffffff;
    border: 1px solid #e5ac1b;
}

.styled-pagination a:hover {
    background: #e5ac1b;
    color: #ffffff;
    border: 1px solid #e5ac1b;
}

.cause-style2-area {
    overflow-x: hidden;
}

.single-event-style2_bg:before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.breadcrumb-area .title {
    word-wrap: break-word;
    float: left;
    width: 100%;
}

.charitable-donation-form {
    padding-top: 0;
}

.charitable-donation-form .charitable-submit-field {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    margin-top: 20px;
}

.charitable-donation-form .charitable-submit-field .charitable-button {
    position: relative;
    display: inline-block;
    background-color: var(--thm-primary);
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 10px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-family: "Inter", sans-serif;
    z-index: 1;
    line-height: 60px;
    padding: 0 40px;
}

.charitable-donation-form .charitable-submit-field .charitable-button::before {
    content: "\f058";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiase;
    margin-right: 10px;
}

.charitable-donation-form .charitable-form-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.charitable-donation-form .charitable-form-fields #charitable-gateway-fields {
    width: 100%;
    margin-top: 20px;
}

.charitable-donation-form .charitable-form-fields #charitable-donor-fields {
    width: 100%;
}

.charitable-donation-form .charitable-form-fields #charitable-donor-fields .charitable-form-header {
    padding: 0;
}

.charitable-donation-form .charitable-form-fields #charitable-donor-fields #charitable-user-fields {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.charitable-donation-form .charitable-form-fields #charitable-donor-fields #charitable-user-fields .charitable-form-field {
    margin-right: 20px;
    width: calc(50% - 20px);
}

.charitable-donation-form .charitable-form-fields #charitable-donor-fields #charitable-user-fields label {
    display: block;
}

.charitable-donation-form .charitable-form-fields #charitable-donor-fields #charitable-user-fields input {
    padding: 10px 20px;
    margin: 0;
    border-radius: 5px;
    color: #222222;
    border: 1px solid #e3e9f4;
    display: block;
}

.charitable-donation-form .charitable-form-fields .charitable-fieldset {
    margin: 0 0 0em;
    border: 0px solid #ebebeb;
    padding: 0 !important;
    width: 100%;
}

.charitable-donation-form .charitable-form-fields .charitable-fieldset .donation-amounts {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 20px;
}

.charitable-donation-form .charitable-form-fields .charitable-fieldset .donation-amounts .custom-donation-amount {
    padding: 0px;
    border-radius: 0px;
    border: 0px solid #e3e9f4;
    width: auto;
    margin-right: 0px;
    margin-bottom: 0;
    width: 100%;
}

.charitable-donation-form .charitable-form-fields .charitable-fieldset .donation-amounts .custom-donation-amount .custom-donation-amount-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    border: 0;
    margin-top: 10px;
}

.charitable-donation-form .charitable-form-fields .charitable-fieldset .donation-amounts .custom-donation-amount .custom-donation-amount-wrapper label {
    padding: 0px;
    margin: 0;
    border-radius: 0px;
    color: #222222;
    border: 0px solid #e3e9f4;
    display: block;
    position: relative;
    width: 100%;
    margin-right: 20px;
}

.charitable-donation-form .charitable-form-fields .charitable-fieldset .donation-amounts .custom-donation-amount .custom-donation-amount-wrapper label input[type="radio"] {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    opacity: 0;
    cursor: pointer;
}

.charitable-donation-form .charitable-form-fields .charitable-fieldset .donation-amounts .custom-donation-amount .custom-donation-amount-wrapper label input[type="radio"]:checked+.description {
    background: var(--thm-color-3);
    color: #fff;
}

.charitable-donation-form .charitable-form-fields .charitable-fieldset .donation-amounts .custom-donation-amount .custom-donation-amount-wrapper label input[type="radio"]+.description {
    padding: 10px 20px;
    margin: 0;
    border-radius: 5px;
    color: #222222;
    cursor: pointer;
    border: 1px solid #e3e9f4;
    display: block;
    position: relative;
}

.charitable-donation-form .charitable-form-fields .charitable-fieldset .donation-amounts .custom-donation-amount .custom-donation-input {
    padding: 10px 20px;
    margin: 0;
    border-radius: 5px;
    color: #222222;
    border: 1px solid #e3e9f4;
    display: block;
    width: 100%;
}

.charitable-donation-form .charitable-form-fields .charitable-fieldset .donation-amounts .suggested-donation-amount {
    padding: 0px;
    border-radius: 0px;
    border: 0px solid #e3e9f4;
    width: auto;
    margin-right: 20px;
    margin-bottom: 10px;
}

.charitable-donation-form .charitable-form-fields .charitable-fieldset .donation-amounts .suggested-donation-amount label {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 1em;
    cursor: pointer;
}

.charitable-donation-form .charitable-form-fields .charitable-fieldset .donation-amounts .suggested-donation-amount label input[type="radio"] {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    opacity: 0;
    cursor: pointer;
}

.charitable-donation-form .charitable-form-fields .charitable-fieldset .donation-amounts .suggested-donation-amount label input[type="radio"]:checked+.amount {
    background: var(--thm-color-3);
    color: #fff;
}

.charitable-donation-form .charitable-form-fields .charitable-fieldset .donation-amounts .suggested-donation-amount label input[type="radio"]:checked+.description {
    background: var(--thm-color-3);
    color: #fff;
}

.charitable-donation-form .charitable-form-fields .charitable-fieldset .donation-amounts .suggested-donation-amount label input[type="radio"]:hover+.amount {
    background: var(--thm-color-3);
    color: #fff;
}

.charitable-donation-form .charitable-form-fields .charitable-fieldset .donation-amounts .suggested-donation-amount label input[type="radio"]:hover+.description {
    background: var(--thm-color-3);
    color: #fff;
}

.charitable-donation-form .charitable-form-fields .charitable-fieldset .donation-amounts .suggested-donation-amount label .amount {
    padding: 10px 20px;
    margin: 0;
    border-radius: 5px;
    color: #222222;
    border: 1px solid #e3e9f4;
    display: block;
}

.page-content-area.custom-blog-sinlge .blog-details-text-area {
    padding-top: 0px;
}

.charitable-notice.charitable-form-errors {
    width: 100%;
}

.event-details-image-box .category h6 a {
    color: #fff;
}

.elementor-widget-single_sidebar_box_two .single-sidebar-box {
    padding: 0;
}

.elementor-widget-Loveicon_Blog .blog-style1-area .img-holder .date-box {
    display: block;
    padding: 15px;
    width: 80px;
    height: 80px;
}

.elementor-widget-loveicon_footer_one .single-footer-widget .our-company-info .text-box p {
    color: #ffffffdb;
}

.elementor-widget-loveicon_footer_two .footer-widget-links1 li a {
    color: #ffffffdb;
}

.elementor-widget-loveicon_footer_subscribe .single-footer-widget .text p {
    color: #ffffffdb;
}

.copyright-text p {
    color: #ffffffdb;
}

.xs-sidebar-group .xs-sidebar-widget .sidebar-textwidget .sidebar-info-contents .content-inner.text-right-rtl .form-inner textarea {
    height: 159px !important;
}

.xs-sidebar-group .xs-sidebar-widget .sidebar-textwidget .sidebar-info-contents .content-inner.text-right-rtl .form-inner button {
    margin-top: 10px;
}

.xs-sidebar-group .xs-sidebar-widget .sidebar-textwidget .sidebar-info-contents .content-inner.text-right-rtl .form-inner input,
.xs-sidebar-group .xs-sidebar-widget .sidebar-textwidget .sidebar-info-contents .content-inner.text-right-rtl .form-inner textarea {
    padding: 10px 20px;
    margin: 0;
    border-radius: 5px;
    color: #222222;
    border: 1px solid #e3e9f4;
    display: block;
    margin-top: 10px;
    width: 100%;
}

.xs-sidebar-group .xs-sidebar-widget .sidebar-textwidget .sidebar-info-contents .content-inner.text-right-rtl .form-inner .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.xs-sidebar-group .xs-sidebar-widget .sidebar-textwidget .sidebar-info-contents .content-inner.text-right-rtl .form-inner .col-xl-6 .icon {
    display: none;
}

.elementor-widget-recent_news .sidebar-campaigns {
    padding: 0;
}

body {
    overflow-x: hidden;
}

.footer-widget-links1 li a {
    color: #ffffffe0;
}

.single-footer-widget .our-company-info .text-box p {
    color: #ffffffe0;
}

.single-footer-widget .text p {
    color: #ffffffe0;
}

.copyright-text p {
    color: #ffffffe0;
}

.event-details-text-box .bottom-box {
    padding-bottom: 20px;
}

.event-details-text-box .bottom-box .social-share {
    display: none;
}

.one-new .event-details-text-box .bottom-box {
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 40px;
}

@media (max-width: 1023px) {
    .one-new .event-details-text-box .bottom-box {
        padding-top: 20px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-bottom: 40px;
    }
}

.one-new .sidebar-campaigns {
    padding: 0px;
}

.one-new .recent-campaigns li {
    padding-bottom: 5px;
}

.one-new .img-box img {
    height: 100%;
    width: auto;
    object-fit: cover;
}

.one-new .recent-campaigns li .img-box .overlay-content {
    background: rgba(236, 28, 42, 0.6);
}

.blog-details-area.one-new .sidebar-content-box:before {
    height: calc(100% + 200px);
}

.event-details-text-box .event-info li {
    border: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: calc(50% - 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background: #f9f9f9;
    padding: 30px;
    border-radius: 7px;
    margin-right: 20px;
}

.event-details-text-box .event-info li:last-child {
    display: none;
}

.event-details-text-box .event-info li:nth-child(2) {
    border: 0;
    margin-right: 0px;
    max-width: calc(50% - 0px);
}

.event-details-text-box .event-info li .text {
    margin-left: 30px;
    width: 100%;
    text-align: left;
}

.event-details-text-box .event-info li .text p {
    margin-top: 2px;
    font-weight: 500;
    font-size: 18px;
}

.event-details-text-box .event-info li .text h3 {
    margin-top: 2px;
    font-weight: 400;
    font-size: 16px;
}

@media only screen and (min-width: 320px) and (max-width: 1199px) {
    .single-footer-widget.fixwidth {
        margin-left: 0;
        padding-top: 0;
    }
}

@media only screen and (min-width: 320px) and (max-width: 1199px) {

    .blog-page-two .blog-details-area,
    .blog-page-two .contact-style1-area,
    .blog-page-two .event-details-area,
    .blog-page-two .cause-details-area {
        overflow: hidden;
    }

    .blog-page-two .blog-details-area .sidebar-content-box:before,
    .blog-page-two .contact-style1-area .sidebar-content-box:before,
    .blog-page-two .event-details-area .sidebar-content-box:before,
    .blog-page-two .cause-details-area .sidebar-content-box:before {
        height: calc(100% + 160px);
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .event-details-text-box .event-info li {
        margin-bottom: 20px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: calc(100% - 0px);
        margin-right: 0px;
    }

    .event-details-text-box .event-info li:last-child {
        display: none;
    }

    .event-details-text-box .event-info li:nth-child(2) {
        margin-bottom: 20px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: calc(100% - 0px);
        margin-right: 0px;
    }

    nav.navigation.pagination a,
    nav.navigation.pagination span {
        margin-bottom: 10px;
    }

    .single-sidebar-box .title h3 {
        font-size: 19px;
    }

    iframe {
        height: 300px;
    }

    .blog-details-area {
        padding-bottom: 50px;
    }

    .blog-page-two .blog-details-area,
    .blog-page-two .contact-style1-area,
    .blog-page-two .event-details-area,
    .blog-page-two .cause-details-area {
        overflow: hidden;
    }

    .blog-page-two .blog-details-area .sidebar-content-box:before,
    .blog-page-two .contact-style1-area .sidebar-content-box:before,
    .blog-page-two .event-details-area .sidebar-content-box:before,
    .blog-page-two .cause-details-area .sidebar-content-box:before {
        height: calc(100% + 140px);
    }

    .single-event-style2 {
        padding: 30px;
    }

    .progress-levels-style2 .progress-box .skill-percent {
        text-align: center;
    }

    #charitable-donor-fields .charitable-form-header {
        padding: 0;
    }

    .charitable-donation-form .charitable-form-fields .charitable-fieldset {
        width: 100%;
    }

    .charitable-donation-form .charitable-form-fields .charitable-fieldset .donation-amounts {
        margin-right: 0;
    }

    .charitable-donation-form .charitable-form-fields .charitable-fieldset .donation-amounts .suggested-donation-amount {
        width: 100%;
        margin-right: 0;
    }

    .charitable-donation-form .charitable-form-fields .charitable-fieldset .donation-amounts .custom-donation-amount .custom-donation-amount-wrapper {
        display: inline-block;
    }

    .charitable-donation-form .charitable-form-fields .charitable-fieldset .donation-amounts .custom-donation-amount .custom-donation-amount-wrapper label {
        margin-bottom: 20px;
    }

    .charitable-donation-form .charitable-form-fields #charitable-donor-fields {
        width: 100%;
    }

    .charitable-donation-form .charitable-form-fields #charitable-donor-fields .charitable-form-field {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .single-blog-style2 .text-holder .blog-title {
        font-size: 24px;
        line-height: 27px;
    }

    .blog-style3-text-holder {
        padding: 40px 20px;
    }

    .breadcrumb-area .title h2 {
        font-size: 32px;
        line-height: 1.2em;
    }

    .blog-post-list-me .single-blog-style1 .text-holder {
        padding: 20px;
    }

    .cause-style4-area .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }

    .causes-style1_content-box {
        padding-left: 0;
    }

    .custom-blog-sinlge .single-blog-style1 .text-holder {
        padding: 25px;
    }
}

textarea:focus,
input:focus {
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}

/*============== ДОКУМЕНТЫ АРХИВ ========================================*/

.doc-archive .single-sidebar-box {
    background: none;
    margin-bottom: 30px;
}

.doc-archive .single-sidebar-box .title {
    padding-bottom: 10px;
}

.doc-archive .search-content-box {
    border-radius: 0px 0px 8px 8px;
    height: 100%;
    background: #eef1f7;
    z-index: 1;
}

h1.page-title {
    margin: 40px 0px 20px 0px;
}

@media (max-width: 767px) {
    .page-title {
        font-size: 36px;
        line-height: 38px;
        margin: 30px 0px 20px 0px;
    }
}

.doc-archive .document-box {
    position: relative;
    display: block;
    box-shadow: 0px 5px 24px 6px rgb(0 0 0 / 6%);
    margin-bottom: 25px;
}

.doc-archive .blog-post-list-me .single-blog-style1 .text-holder {
    padding: 20px;
    border-radius: 8px;
}

@media (max-width: 767px) {
    .doc-archive .blog-post-list-me .single-blog-style1 .text-holder {
        padding: 10px;
    }
}

.doc-archive .blog-post-list-me .single-blog-style1 .text-holder .blog-title {
    color: #222222;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    text-transform: none;
    transition: all 500ms ease;
}

@media (max-width: 767px) {
    .doc-archive .blog-post-list-me .single-blog-style1 .text-holder .blog-title {
        font-size: 20px;
        line-height: 25px;
    }
}

.btn-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.btn-wrapper>.btns-box_one {
    width: 221.5px;
    height: 60px;
}

.doc-archive .single-blog-style2 .text-holder .btns-box .one {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    padding-right: 30px;
    background-color: var(--thm-primary);
    color: #ffffff;
    font-size: 16px;
    line-height: 60px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 10px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-family: "Inter", sans-serif;
    z-index: 1;
    border: none;
}

.doc-archive .single-blog-style2 .text-holder .btns-box .one:before {
    position: absolute;
    left: 45%;
    bottom: 0px;
    right: 45%;
    height: 50%;
    border-radius: 8px;
    background: #191f2d;
    opacity: 0;
    content: "";
    z-index: -1;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.doc-archive .single-blog-style2 .text-holder .btns-box .one:hover:before {
    opacity: 1;
    left: 0;
    height: 100%;
    right: 0;
    transition: all 400ms linear;
    transition-delay: 0.1s;
}

.doc-archive .single-blog-style2 .text-holder .btns-box .one .txt {
    position: relative;
    z-index: 1;
}

.doc-archive .single-blog-style2 .text-holder .btns-box .one .txt i.arrow1 {
    position: relative;
    top: 1px;
    display: inline-block;
    font-size: 18px;
    line-height: 0;
    padding-right: 10px;
    font-weight: 400;
    z-index: 1;
}

.doc-archive .single-blog-style2 .text-holder .btns-box .one:hover,
.doc-archive .single-blog-style2 .text-holder .btns-box .one:focus {
    color: #ffffff;
    text-shadow: 0px 5px 3px rgba(12, 21, 41, 0.1);
}

.doc-archive .single-blog-style2 .text-holder .btns-box .one .txt i.arrow1 {
    color: #ffffff;
    transition: all 200ms linear;
    transition-delay: 0.2s;
}

.doc-archive .single-blog-style2 .text-holder .btns-box .two {
    width: 100%;
    height: 100%;
    text-align: center;
}

.doc-single .single-blog-style2 .btns-box .two:hover,
.doc-archive .single-blog-style2 .text-holder .btns-box .two:hover {
    color: #ffffff;
    border: 1px solid var(--thm-color-3);
}

.doc-single .single-blog-style2 .btns-box .two.btn-one:before,
.doc-archive .single-blog-style2 .text-holder .btns-box .two.btn-one:before {
    background: var(--thm-color-3);
}

/*============== ДОКУМЕНТЫ СИНГЛ ========================================*/
.blog-details-area div.pdfemb-toolbar-hover,
.doc-single div.pdfemb-toolbar-hover {
    display: block !important;
}

.blog-details-area div.pdfemb-viewer {
    width: 100% !important;
}

.blog-details-area .about-style2_content-box .sec-title {
    padding-bottom: 0px;
}

.main-list {
    padding-top: 200px;
}

.main-list .blog-details-area {
    padding-top: 0px;
}

.main-list .sec-title {
    padding: 0px;
}

.single-btn-line {
    margin-top: 40px;
    text-align: center;
}

.single-btn-line a {
    width: 221.5px;
    height: 60px;
    color: #2f3a51;
    line-height: 55px;
    background: #ffffff;
    border: 1px solid #2f3a51;
}

.single-btn-line a .txt {
    transition: all 200ms linear;
    transition-delay: 0.2s;
    color: #2f3a51;
}

.doc-single .single-blog-style2 .btns-box .btn-one .txt i.arrow1 {
    color: var(--thm-color-3);
    transition: all 200ms linear;
    transition-delay: 0.2s;
}

.single-btn-line .btn-one:hover .txt,
.doc-single .single-blog-style2 .btns-box .btn-one:hover .txt i.arrow1 {
    color: #fff;
}

/*=============================== НОВОСТИ АРХИВ ================================*/
/* .single-news-style2_bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.single-news-style2_bg:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.single-event-style1 .over-content .border-box {
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  background: #e3e9f4;
  margin: 30px 0px;
}
.single-event-style1 .over-content .title h2 a {
  color: #ffffff;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-event-style1 .over-content .title h2 a:hover{
  color: var(--thm-primary);
}
.single-event-style2 .over-content .inner-text {
  color: #ffffff;
}
.single-event-style1 .over-content .date-box {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--thm-base);
}
.over-content .date-box {
  position: relative;
  z-index: 1;
}
.over-content .date-box::before {
  position: absolute;
  left: 0;
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  background: var(--thm-color-4);
  z-index: -1;
}
.one-new .sidebar-content-box:before {
  height: calc(100% + 200px);
}
.one-new .event-details-image-box {
  max-width: 740px;
  max-height: 450px;
 
}
.one-new .event-details-image-box img {
  height: auto;
  width: 100%;
  object-fit: cover;
}

.contact-style1-area h5 {
  margin-top: 20px;
}
.contact-info-sidebar a {
  font-weight: 600;
} */

.event-page-one {
    position: relative;
    display: block;
    background: #ffffff;
    padding-bottom: 100px;
    z-index: 1;
}

.news-archiv .row {
    flex-wrap: wrap;
}

.single-event-style2 {
    border: 1px px solid #e3e9f4;
    margin-bottom: 60px;
    z-index: 1;
}

.single-event-style2 .inner-text {
    position: relative;
    display: block;
    padding: 14px 0 0px;
}

.single-event-style2 .inner-text p {
    margin: 0;
}

.single-event-style2_bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    transform: perspective(400px) scaleX(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    transition: all 0.4s ease-in-out 0.1s;
}

.single-event-style2:hover .single-event-style2_bg {
    opacity: 1;
    transform: perspective(400px) scaleX(1);
    transition: all 0.4s ease-in-out 0.1s;
}

.single-event-style2 .static-content {
    position: relative;
    display: block;
    transition: 0.5s;
}

.single-event-style2:hover .static-content {
    opacity: 0;
}

.single-event-style2 .overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 40px 40px 45px;
    transform: perspective(400px) scaleY(0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    transition: all 0.1s ease-in-out 0.1s;
}

.single-event-style2:hover .overlay-content {
    opacity: 1;
    transform: perspective(400px) scaleY(1);
    transition: all 0.4s ease-in-out 0.4s;
}

.single-event-style2 .overlay-content .date-box .right h3 {
    color: #ffffff;
}

.single-event-style2 .overlay-content .meta-info p {
    color: #ffffff;
}

.single-event-style2 .overlay-content .meta-info p a {
    color: #ffffff;
}

.single-event-style2 .overlay-content .title h2 a {
    color: #ffffff;
}

.single-event-style2 .overlay-content .title h2 a:hover {
    color: var(--thm-primary);
}

.single-event-style2 .overlay-content .inner-text p {
    color: #ffffff;
}

.single-event-style2 .overlay-content .btns-box {
    position: relative;
    display: block;
    padding-top: 22px;
}

/*=============================== БЛОК ФИЛИАЛЫ ================================*/
.filials-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.ohrana-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

@media (max-width: 1023px) {
    .filials-grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .filials-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .ohrana-grid {
        grid-template-columns: 1fr;
    }
}

.filials .sec-title .sub-title {
    display: none;
}

.filials {
    padding-bottom: 60px;
}

.filials .features-style1_single {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ffffff;
    padding: 30px;
    box-shadow: 0px 5px 24px 6px rgb(0 0 0 / 6%);
}

.filials .features-style1_single .text-holder .btns-box {
    padding-top: 20px;
}

.filials .features-style1_single .text-holder {
    max-width: 300px;
    width: 100%;
    padding-top: 0px;
}

.filials .features-style1_single .text-holder h3 {
    transition: all 0.3s linear;
}

.filials.paid_services .features-style1_single .text-holder h3 {
    min-height: 68px;
    margin-bottom: 10px;
}

.filials .features-style1_single:hover .text-holder h3,
.filials .features-style1_single:hover .inner img {
    display: block;
    transform: scale(1.2);
}

.filials .features-style1_single .text-holder .btn-wrap {
    position: relative;
    display: block;
    padding-top: 30px;
    padding-bottom: 10px;
}

.filials.paid_services .features-style1_single .text-holder .btn-wrap {
    padding-top: 5px;
    padding-bottom: 5px;
}

.filials .inner {
    max-width: 100%;
    max-height: 132px;
    overflow: hidden;
    border-radius: 5px;
}

@media (max-width: 1023px) {
    .filials .inner {
        max-height: 207px;
    }
}

@media (max-width: 1023px) {
    .filials .inner {
        max-height: 348px;
    }
}

.filials .inner img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
    transition: all 0.3s linear;
}

.filials .features-style1_single:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 2px;
    background: var(--thm-primary);
    transform: scaleX(0);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.filials .features-style1_single:hover:before {
    transform: scaleX(1);
}

.filials-singl .image-block img {
    margin-bottom: 40px;
}

.filials-singl.blog-details-area {
    padding: 40px 0px;
}

.ohrana.padding-top {
    padding-top: 200px;
}

.event-details-text-box h2 {
    margin-bottom: 20px;
}

.filials-grid .btn-wrap {
    max-width: 300px;
}

/* ------------- Слайдер филиалы ------------------------*/

.filials_carousel .img-holder {
    width: 300px;
    height: 300px;
    overflow: hidden;
}

.filials_carousel .img-holder img {
    width: auto;
    height: 100%;
    display: block;
    object-fit: cover;
}

.filials_carousel .owl-stage {
    display: flex;
}

.filials_carousel .owl-nav {
    display: none;
}

/*=============================== БЛОК МЕРОПРИЯТИЯ ================================*/
.tribe-events-after-html,
.tribe-events .tribe-common-l-container .tribe-events-c-subscribe-dropdown__container {
    display: none;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    padding: 0;
}

.tribe-events .tribe-events-c-events-bar .tribe-common-form-control-text__input {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    background-color: #ffffff;
    border: 1px solid #e3e9f4;
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    padding-left: 25px;
    padding-right: 65px;
    border-radius: 8px;
    transition: all 500ms ease 0s;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-events-bar--border {
    border: none;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px;
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    background: var(--thm-primary);
    display: block;
    text-align: center;
    border-radius: 8px;
    border: 0px solid #e7e7e8;
    transition: all 500ms ease 0s;
    display: flex;
    align-items: center;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search {
    position: relative;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button .fa-search:before {
    content: "\f002";
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    background-color: #ffffff;
    border: 1px solid #e3e9f4;
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    padding-left: 25px;
    padding-right: 65px;
    border-radius: 8px;
    transition: all 500ms ease 0s;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__input-control-icon-svg {
    display: none;
}

.sidebar-search-box .search-form button i {
    font-size: 18px;
    color: #ffffff;
}

.event-details-text-box {
    position: relative;
    display: block;
    padding: 53px 40px 60px;
    box-shadow: 0px 5px 24px 6px rgb(0 0 0 / 6%);
}

@media (max-width: 767px) {
    .event-details-text-box {
        padding: 40px 10px 40px;
        box-shadow: 0px 5px 24px 6px rgb(0 0 0 / 6%);
    }
}

.one-new .row {
    flex-wrap: nowrap;
}

/*=============================== Главная 2 ================================*/
.news-carousel .news-carousel-item {
    margin-bottom: 20px;
}

.sec-title-news h2 {
    display: inline-block;
}

.text-holder a:hover .entry-title {
    color: var(--thm-primary);
    transition: all 0.3s ease-in;
}

.sec-title-news:hover h2 {
    text-decoration: underline;
    color: var(--thm-primary);
}

.news-carousel-item.single-blog-style1 .text-holder .meta-info {
    position: relative;
    overflow: hidden;
    text-align: start;
    border-top: 1px solid #e3e9f4;
    padding-top: 23px;
}

.news-carousel .owl-stage {
    display: flex;
}

.news-carousel .news-carousel-item {
    min-width: 360px;
    max-width: 360px;
    position: relative;
    width: 100%;
    cursor: grab;
}

.news-carousel .owl-stage-outer {
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 25;
    margin-bottom: 30px;
}

.news-carousel .inner {
    width: 360px;
    height: 202px;
    overflow: hidden;
}

.news-carousel .inner img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.news-carousel .single-blog-style1 .img-holder .date-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 75px;
    height: 75px;
    background: var(--thm-color-3);
    text-align: center;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
}

.news-carousel .single-blog-style1 .text-holder {
    padding: 20px;
}

.news-carousel .text-holder .blog-title {
    height: 130px;
}

.news-carousel .text-holder .text {
    height: 120px;
}

.activity-section .owl-nav .owl-prev span,
.activity-section .owl-nav .owl-next span,
.news-carousel .owl-nav .owl-prev span,
.news-carousel .owl-nav .owl-next span {
    display: block;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    color: #ffffff;
}

.news-carousel .owl-nav {
    display: flex;
    align-items: center;
    float: left;
}

.activity-section .owl-nav button.owl-prev,
.activity-section .owl-nav button.owl-next,
.news-carousel .owl-nav button.owl-prev,
.news-carousel .owl-nav button.owl-next {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--thm-primary);
    border-radius: 100%;
    width: 50px;
    height: 50px;
    margin: 0px 15px;
    cursor: pointer;
}

.activity-section .owl-nav button.owl-prev:hover,
.activity-section .owl-nav button.owl-next:hover,
.news-carousel .owl-nav button.owl-prev:hover,
.news-carousel .owl-nav button.owl-next:hover {
    background-color: #191f2d;
    transform: scale(1.1);
}

.news-wrap {
    position: relative;

    margin-left: auto;
}

.news-wrap>.btn-wrap {
    width: 300px;
}

.news-wrap .features-style1_box .wow-down {
    position: absolute;
    bottom: -20px;
    right: -170px;
    z-index: -1;
}

.news-bottom {
    display: flex;
    float: right;
}

/* .activity-section .owl-nav {
  
  position: absolute;
  top: 40px;
  right: 20%;
  display: flex;
  align-items: center;
} */

/*** 
=============================================
    Features Style3 Area Style      
=============================================
***/
.features-style3-area {
    position: relative;
    display: block;
    padding: 0px 0px 0px;
}

.features-style3-area.all-activity {
    padding-top: 200px;
}

.features-style3-area .auto-container {
    max-width: 100%;
    padding: 0;
}

.features-style3-area .row {
    margin-left: 0px;
    margin-right: 0px;
}

.features-style3-area .row [class*="col-"] {
    padding-left: 0px;
    padding-right: 0px;
}

.features-style3_single {
    position: relative;
    display: block;
    overflow: hidden;
}

.features-style3_single .shape-1 {
    position: absolute;
    top: 90px;
    left: 90px;
    z-index: 2;
}

.features-style3_single .shape-2 {
    position: absolute;
    bottom: 90px;
    right: 90px;
    z-index: 2;
}

.features-style3_single.middle .shape-1 {
    position: absolute;
    top: auto;
    left: 80px;
    bottom: 90px;
}

.features-style3_single.middle .shape-2 {
    position: absolute;
    top: 90px;
    bottom: auto;
    right: 80px;
    left: auto;
}

.features-style3_single .img-holder {
    position: relative;
    display: block;
    z-index: 1;
}

.features-style3_single .img-holder::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    content: "";
    z-index: 1;
}

.features-style3_single .img-holder:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(236, 28, 42, 0.75);
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 2;
}

.features-style3_single:hover .img-holder:after {
    transform: scaleY(1);
}

.features-style3_single .img-holder img {
    width: 100%;
}

.features-style3_single .img-holder .inner-content {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
}

.features-style3_single .img-holder .inner-content .title {
    position: relative;
    display: inline-block;
    text-align: center;
}

.features-style3_single .features-style3_title-bg {
    position: absolute;
    top: -40px;
    left: -50px;
    bottom: -40px;
    right: -50px;
    z-index: -1;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    transform: scale(0.6);
    transition: all 300ms linear;
    transition-delay: 0.1s;
}

.features-style3_single:hover .features-style3_title-bg {
    opacity: 1;
    transform: scale(1);
}

.features-style3_single .img-holder .inner-content h2 {
    color: #ffffff;
    font-size: 40px;
    line-height: 1em;
    font-weight: 700;
    margin-bottom: 5px;
}

.features-style3_single .img-holder .inner-content p {
    color: #ffffff;
    margin: 0;
}

/*** 
=====================================================
	Main Slider style
=====================================================
***/
.main-slider {
    position: relative;
    display: block;
    z-index: 10;
}

.main-slider.style1 .owl-item .slide .image-layer:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background-color: rgba(15, 11, 11, 0.5);
}

.banner-carousel .big-title h2,
.banner-carousel .text p {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.main-slider .slide {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 136px 0px 140px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media (max-width: 1023px) {
    .main-slider .slide {
        padding: 100px 0px;
    }
}

@media (max-width: 767px) {
    .main-slider .slide {
        padding: 60px 0px;
    }
}

.main-slider .slide .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale (1);
    transition: all 0.8s ease-in-out 0.4s;
    z-index: 1;
}

.main-slider .active .slide .image-layer {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.main-slider .content {
    position: relative;
    z-index: 11;
}

.main-slider.style1 .slide .image-layer:before {
    background-color: rgba(15, 11, 11, 0.1);
}

.main-slider.style1 .slide .image-layer {
    filter: grayscale(0);
}

.main-slider.style1 .content {
    position: relative;
    display: block;
    width: 100%;
    z-index: 10;
    height: 450px;
    max-height: 450px;
}

@media (max-width: 1023px) {
    .main-slider.style1 .content {
        padding-left: 40px;
        height: 300px;
        max-height: 300px;
    }
}

@media (max-width: 767px) {
    .main-slider.style1 .content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-left: 0px;
        height: 500px;
        max-height: 500px;
    }
}

.main-slider .auto-container {
    position: relative;
}

.main-slider .content h3 {
    position: relative;
    display: block;
    overflow: hidden;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.4em;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.025em;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(0deg) translateY(-100);
    -ms-transform: perspective(400px) rotateX(0deg) translateY(-100);
    transform: perspective(400px) rotateX(0deg) translateY(-100px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    font-family: var(--thm-pony-tale-font);
}

.main-slider .active .content h3 {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg) translateY(0);
    -ms-transform: perspective(400px) rotateX(0deg) translateY(0);
    transform: perspective(400px) rotateX(0deg) translateY(0);
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.main-slider .content .big-title {
    max-width: 900px;
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 7px;
    margin-bottom: 25px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(-120px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(-120px);
    transform: perspective(400px) rotateY(0deg) translateY(-120px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.main-slider .active .content .big-title {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.main-slider .content .big-title h2 {
    color: #ffffff;
    font-size: 80px;
    line-height: 1.1em;
    font-weight: 700;
    text-transform: none;
}

@media (max-width: 1023px) {
    .main-slider .content .big-title {
        text-align: center;
    }

    .main-slider .content .big-title h2 {
        font-size: 40px;
        line-height: 48px;
    }
}

@media (max-width: 767px) {
    .main-slider .content .big-title h2 {
        align-items: center;
    }
}

.main-slider .content .border-box {
    position: relative;
    display: block;
    max-width: 600px;
    width: 0%;
    height: 2px;
    background: #ffffff;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.main-slider .active .content .border-box {
    width: 100%;
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    -ms-transition-delay: 2000ms;
    -o-transition-delay: 2000ms;
    transition-delay: 2000ms;
}

.main-slider .content .border-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0px;
    background: var(--thm-primary);
    -webkit-transition: all 2000ms ease;
    -moz-transition: all 2000ms ease;
    -ms-transition: all 2000ms ease;
    -o-transition: all 2000ms ease;
    transition: all 2000ms ease;
}

.main-slider .active .content .border-box:before {
    width: 80px;
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    -ms-transition-delay: 2000ms;
    -o-transition-delay: 2000ms;
    transition-delay: 2000ms;
}

.main-slider .content .text {
    position: relative;
    display: block;
    padding-top: 34px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
    transform: perspective(400px) rotateY(0deg) translateY(80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.main-slider .active .content .text {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    -ms-transition-delay: 2000ms;
    -o-transition-delay: 2000ms;
    transition-delay: 2000ms;
}

.main-slider .content .text p {
    color: #ffffff;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    margin: 0;
}

@media (max-width: 1023px) {
    .main-slider .content .text p {
        font-size: 18px;
        line-height: 25px;
    }
}

@media (max-width: 767px) {
    .main-slider .content .text p {
        text-align: center;
    }
}

.main-slider .content .btns-box {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding-top: 43px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
    transform: perspective(400px) rotateY(0deg) translateY(80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.main-slider .content .btns-box a.marlft15 {
    margin-left: 15px;
}

.main-slider .active .content .btns-box {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    -ms-transition-delay: 2000ms;
    -o-transition-delay: 2000ms;
    transition-delay: 2000ms;
}

.main-slider .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    line-height: 0;
    opacity: 0;
    transform: scaleX(1) translateY(-30px);
    z-index: 3;
}

.main-slider:hover .owl-theme .owl-nav {
    opacity: 1;
    transform: scaleX(1) translateY(-30px);
}

.main-slider .owl-theme .owl-prev span,
.main-slider .owl-theme .owl-next span {
    display: block;
}

.main-slider .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 80px;
    top: 0;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.3);
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    color: rgba(255, 255, 255, 0.2);
    font-size: 25px;
    line-height: 56px;
    font-weight: 400;
    opacity: 1;
    margin: 0;
    padding: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-slider .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 50px;
    top: 0;
    transform: rotate(0deg);
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.3);
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    color: rgba(255, 255, 255, 0.2);
    font-size: 25px;
    line-height: 56px;
    font-weight: 400;
    opacity: 1;
    margin: 0;
    padding: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-slider .owl-theme .owl-nav .owl-prev:hover,
.main-slider .owl-theme .owl-nav .owl-next:hover {
    color: #ffffff;
    border-color: var(--thm-primary);
}

.banner-carousel .owl-dots {
    display: none;
}

.main-slider.style1 .banner-carousel.owl-carousel .owl-dots {
    position: absolute;
    top: 0;
    left: 50px;
    bottom: 0;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    counter-reset: count;
}

.main-slider.style1 .banner-carousel.owl-carousel button.owl-dot {
    position: relative;
    display: block;
    height: 25px;
    width: 25px;
    background: transparent;
    border-radius: 50%;
    margin: 5px 0;
    z-index: 1;
}

.main-slider.style1 .banner-carousel.owl-carousel button.owl-dot:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ffffff;
    border-radius: 50%;
    z-index: -1;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    transform: scale(0);
}

.main-slider.style1 .banner-carousel.owl-carousel button.owl-dot.active:after {
    transform: scale(1);
}

.main-slider.style1 .banner-carousel.owl-carousel button.owl-dot:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    text-align: center;
    color: #222222;
    font-size: 12px;
    line-height: 25px;
    font-weight: 500;
    counter-increment: count;
    content: "0" counter(count);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    font-family: "Inter", sans-serif;
}

/*------- Слайдер НАПРАВЛЕНИЯ ДЕЯТЕЛЬНОСТИ -----------------------------*/

.activity-carousel {
    display: flex;
}

.img-holder-wrap {
    width: 100%;
    height: 317px;
    overflow: hidden;
}

.img-holder-wrap img {
    width: auto;
    height: 100%;
    object-fit: cover;
}

.activity-carousel .owl-stage {
    display: flex;
}

.activity-carousel .features-style3_single .img-holder .inner-content h2 {
    text-align: center;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    font-size: 36px;
    line-height: 40px;
}

@media (max-width: 767px) {
    .activity-carousel .features-style3_single .img-holder .inner-content h2 {
        font-size: 26px;
        line-height: 30px;
    }
}

.calendar {
    position: relative;
    padding: 60px 0px;
}

.activity-section .thm-shape1 {
    position: absolute;
    top: -100px;
    right: 50px;
    z-index: -1;
    visibility: visible;
    animation-duration: 3500ms;
    animation-delay: 0ms;
    animation-name: slideInRight;
    opacity: 0.8;
}

.blog-style1-area {
    position: relative;
    display: block;
    background: rgba(255, 255, 255, 0.2);
    padding: 60px 0 140px;
    z-index: 1;
}

.blog-style1-area .thm-shape1 {
    top: 50px;
}

.activity-singl {
    padding-top: 155px;
}

@media (max-width: 991px) {
    .activity-singl {
        padding-top: 70px;
    }
}

/*------- Слайдер ПАРТНЕРЫ -----------------------------*/
.partner-area {
    padding-bottom: 120px;
}

.partner-area .top-box .shape {
    position: absolute;
    top: -50px;
    left: -160px;
}

.single-partner-logo-box a {
    width: 255px;
    height: 133px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1 1 4 rgba(0, 0, 0, 0.4);
}

.owl-carousel .owl-item .single-partner-logo-box a img {
    width: auto;
    height: 100%;
    object-fit: cover;
}

/*======================== НАПРАВЛЕНИЯ ДЕЯТЕЛЬНОСТИ ==========================*/
.activiti.breadcrumb-area {
    min-height: 500px;
}

.activiti.breadcrumb-area .inner-content {
    padding-top: 200px;
}

.breadcrumb-area .inner-content .shape1 {
    top: 300px;
}

.activiti.breadcrumb-area .inner-content .shape2 {
    top: 180px;
}

/*======================== ОБ УЧРЕЖДЕНИИ ==========================*/
.content-body {
    display: flex;
    flex-wrap: nowrap;
}

@media (max-width: 1023px) {
    .content-body {
        flex-direction: column;
    }
}

.main-about .about-style2-area {
    display: flex;
    z-index: 2;
}

.about-sidebar {
    margin: 0px 10px 0px 20px;
}

@media (max-width: 1023px) {
    .about-sidebar {
        margin: 0px 20px;
    }
}

@media (max-width: 767px) {
    .about-sidebar {
        margin: 0px;
    }
}

.about-sidebar .sidebar-campaigns {
    position: relative;
    display: block;
    background: #ffffff;
}

.main-about .sidebar-content-box:before {
    display: none;
}

.about-sidebar-list {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.about-sidebar-list li {
    list-style-type: circle;
    margin-left: 20px;
}

.about-sidebar-list a span {
    color: #000;
}

.sidebar-campaigns a:hover h3,
.about-sidebar-list a:hover span {
    text-decoration: underline;
    color: #ec1c2a;
}

.contact-list {
    padding-top: 200px;
}

.text-right-rtl .about-style2_content-box {
    padding-right: 30px;
    width: 100%;
    max-width: 100%;
}

.main-about .about-style2-area.pd120-0-0 {
    padding: 60px 20px;
}

@media (max-width: 767px) {
    .main-about .about-style2-area.pd120-0-0 {
        padding: 30px 10px;
    }
}

.about-style2_content-box .inner-content p {
    padding-bottom: 15px;
}

@media (max-width: 767px) {
    .about-style2_content-box .inner-content p {
        padding-bottom: 10px;
        font-size: 16px;
    }
}

.main-about .breadcrumb-area .title h2 {
    text-transform: none;
}

/*====================== ФУТЕР ===========================*/
.footer-area {
    padding-top: 70px;
}

.footer-content {
    display: flex;
    padding-bottom: 30px;
}

.footer-content-left {
    display: flex;
    flex-direction: column;
    margin-right: 120px;
    min-width: 330px;
}

.footer-logo {
    width: 268px;
    height: 59px;
    overflow: hidden;
}

.footer-logo img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.footer-adress {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    padding: 30px 0px 20px;
}

.footer-contacts {
    display: flex;
    align-items: center;
}

.footer-contacts-img {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 5px;
}

.footer-contacts-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.footer-contacts-list {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

.footer-contacts-list a {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
}

.footer-content-right {
    text-align: center;
}

.footer-nav_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.footer-nav_list .menu-item {
    margin: 0px 20px;
    position: relative;
    margin-bottom: 30px;
}

.footer-nav_list .menu-item::before {
    position: absolute;
    content: "·";
    font-size: 24px;
    font-weight: 700;
    line-height: 27px;
    color: #ec1c2a;
    left: -15px;
}

.footer-nav_list .menu-item a {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    transition: all 0.2s ease-in;
}

.footer-nav_list .menu-item:hover a {
    color: #ec1c2a;
}

@media (max-width: 767px) {
    .footer-content {
        flex-direction: column-reverse;
    }
}

/*================== КАЛЕНДАРЬ НА ГЛАВНОЙ ====================*/
.calendar-block {
    display: flex;
    justify-content: space-between;
}

.calendar .mec-calendar-topsec {
    display: flex;
    flex-direction: column;
}

.calendar-block .owl-carousel .owl-stage-outer {
    height: 350px;
}

.calendar-block .owl-item {
    min-width: 672px !important;
}

@media (max-width: 1023px) {
    .calendar-block .owl-item {
        min-width: 320px !important;
    }
}

.calendar-slider {
    display: block;
    margin-bottom: 40px;
    min-width: 0;
}

.calendar-slider img {
    border-radius: 10px;
}

.calendar-block-left {
    display: flex;
    flex-direction: column;
    width: 60%;
}

.calendar-banner-img {
    max-width: 650px;
    height: 350px;
    overflow: hidden;
}

.calendar-slider .calendar-banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.calendar-block-left .btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

.calendar .mec-calendar .mec-calendar-events-side {
    padding: 0px 20px 20px;
    max-width: 370px;
}

.calendar .mec-calendar .mec-calendar-side {
    padding: 20px;
}

.calendar .mec-calendar .mec-calendar-events-side .mec-table-side-day {
    padding-left: 2px;
}

.calendar .mec-wrap.mec-sm959 .mec-calendar:not(.mec-event-calendar-classic):not(.mec-calendar-weekly) .mec-calendar-header {
    position: relative;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 50px;
    padding-top: 0px;
}

.calendar .mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month,
.mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month {
    top: 55px;
}

.events-content {
    padding: 60px 0px;
}

.mec-container {
    padding-top: 220px;
    padding-bottom: 100px;
}

.sidebar-main {
    padding: 60px 0px;
    background-color: #eef1f7;
    max-width: 400px;
}

@media (max-width: 767px) {
    .sidebar-main {
        padding: 0px;
        max-width: 100%;
        padding: 40px 0px;
    }
}

@media (max-width: 767px) {
    .main-about .sidebar-main .sidebar-content-box {
        max-width: 100%;
        width: 100%;
        float: none;
        z-index: 2;
    }
}

.main-menu .navigation>li.menu-item {
    position: relative;
    white-space: nowrap;
}

.main-menu .navigation>li.menu-item::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 0%;
    background-color: #ec1c2a;
    bottom: 10px;
    transition: width 0.3s linear;
}

.sticky-header .main-menu .navigation>li.menu-item::before {
    bottom: 25px;
}

.main-menu .navigation>li.menu-item.current-menu-item::before {
    width: 100%;
}

.main-menu .navigation>li.menu-item.current-menu-item a {
    color: #ec1c2a;
}

.main-menu .navigation>li.menu-item:hover:before {
    width: 100%;
}

.flaticon-placeholder:before {
    content: "\f11d";
}

.flaticon-phone-call-1:before {
    content: "\f118";
}

.flaticon-opened:before {
    content: "\f117";
}

.contacts-content {
    padding: 60px 0px;
}

@media (max-width: 767px) {
    .contacts-content {
        padding: 40px 0px 0px;
    }
}

.contact-info-sidebar ul li .top .icon {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
    text-align: center;
    background: var(--thm-primary);
}

.contact-info-sidebar ul li .top .icon span {
    color: #ffffff;
    font-size: 20px;
}

.contact-info-sidebar ul li .top {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 17px;
}

.contact-info-sidebar ul li .top .title {
    position: relative;
    display: block;
    padding-left: 15px;
}

.contact-info-sidebar {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 45px 30px 37px;
    max-width: 320px;
    width: 100%;
    float: right;
    margin-right: 20px;
}

@media (max-width: 767px) {
    .contact-info-sidebar {
        padding: 0px 20px 20px;
        max-width: 100%;
        float: none;
        margin-right: 0px;
    }
}

.contact-info-sidebar ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.contact-info-sidebar ul li {
    position: relative;
    display: block;
    margin-top: 35px;
    padding-bottom: 27px;
    border-bottom: 1px solid #e3e9f4;
}

.contact-info-sidebar::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #2f3a51;
}

.contact-info-sidebar::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    transform: scaleX(0);
    background: var(--thm-primary);
    content: "";
    z-index: 2;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.contact-info-sidebar:hover::after {
    transform: scaleX(1);
}

@media (max-width: 767px) {
    .row.text-right-rtl {
        flex-direction: column;
    }
}

.overlay-icon .flaticon-plus:before {
    content: "🔍";
}

.lightbox-image .flaticon-add:before {
    content: "🔍";
}

.one-new .fa-link:before {
    content: "🔍";
}

.about-sidebar::before {
    width: 1000px;
    content: "";
    position: absolute;
    top: 0px;
    left: auto;
    bottom: 0px;
    right: 0px;
    background: #eef1f7;
    z-index: 1;
}

@media (max-width: 1023px) {
    .about-sidebar::before {
        height: 1200px;
        width: 100%;
        top: auto;
    }
}

@media (max-width: 767px) {
    .about-sidebar::before {
        height: 1400px;
        width: 100%;
        top: auto;
    }
}

.about-sidebar .sidebar-content-box {
    margin: 60px 0px;
}

.about-sidebar-list {
    position: relative;
    display: block;
    margin-top: 35px;
    padding-bottom: 27px;
    border-bottom: 1px solid #e3e9f4;
}

@media (max-width: 767px) {
    .about-sidebar-list {
        margin-top: 20px;
        padding-bottom: 20px;
    }
}

.about-sidebar .about-sidebar-block::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #2f3a51;
    z-index: 2;
}

.about-sidebar .about-sidebar-block::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    transform: scaleX(0);
    background: var(--thm-primary);
    content: "";
    z-index: 2;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.about-sidebar .about-sidebar-block:hover:after {
    transform: scaleX(1);
}

.page-content-area {
    padding-top: 150px;
}

.main-menu.navbar-light .navigation>li.menu-item-has-children>a:before {
    position: absolute;
    right: 0px;
    top: 13px;
    font-family: FontAwesome;
    content: "\f107";
    line-height: 33px;
    font-size: 16px;
    font-weight: 400;
}

.main-menu .navigation>li.menu-item-has-children>a:before {
    position: absolute;
    right: 0px;
    top: 28px;
    font-family: FontAwesome;
    content: "\f107";
    line-height: 33px;
    font-size: 16px;
    font-weight: 400;
}

/*================== КОНТАКТНАЯ ФОРМА В НОВОСТЯХ ============================*/

.sec-title .sub-title .inner h3 {
    color: var(--thm-primary);
    font-size: 25px;
    line-height: 1.4em;
    font-weight: 400;
    font-family: "Great Vibes", cursive;
}

.news-form .sec-title .red-text,
.contact-form .red-text {
    color: #ec1c2a;
}

.contact-style1-area {
    position: relative;
    display: block;
    background: #ffffff;
    z-index: 10;
}

.contact-style1_form {
    position: relative;
    display: block;
    padding-right: 0px;
    padding: 0px 20px;
}

.news-form .contact-style1_form .sec-title {
    padding-bottom: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.news-form .contact-style1_form .sec-title h2 {
    padding-bottom: 0;
    color: #ec1c2a;
}

.news-form .contact-style1_form .sec-title p {
    margin: 0;
}

.contact-form {
    position: relative;
    display: block;
    padding-top: 20px;
}

.contact-form form {
    position: relative;
    display: block;
}

.contact-form form .input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .contact-form form .input-box {
        margin-bottom: 10px;
    }
}

.contact-form form .input-box .icon {
    position: absolute;
    top: 17px;
    right: 20px;
    font-size: 15px;
    color: var(--thm-color-3);
}

.contact-form form input[type="date"],
.contact-form form input[type="tel"],
.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form textarea {
    position: relative;
    display: block;
    background: #ffffff;
    width: 100%;
    height: 62px;
    border: 1px solid #e3e9f4;
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 8px;
    transition: all 500ms ease;
}

.contact-form form textarea {
    height: 120px;
    padding-top: 15px;
    padding-left: 25px;
    padding-right: 20px;
}

@media (max-width: 767px) {

    .contact-form form input[type="date"],
    .contact-form form input[type="text"],
    .contact-form form input[type="email"],
    .contact-form form textarea {
        height: 40px;
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .contact-form form textarea {
        height: 120px;
        padding-top: 15px;
        padding-left: 25px;
        padding-right: 20px;
    }
}

.contact-form form input[type="text"]:focus {
    color: #171717;
    border-color: #171717;
}

.contact-form form input[type="email"]:focus {
    color: #171717;
    border-color: #171717;
}

.contact-form form textarea:focus {
    color: #171717;
    border-color: #171717;
}

.contact-form form input[type="text"]::-webkit-input-placeholder {
    color: #666666;
}

.contact-form form input[type="text"]:-moz-placeholder {
    color: #666666;
}

.contact-form form input[type="text"]::-moz-placeholder {
    color: #666666;
}

.contact-form form input[type="text"]:-ms-input-placeholder {
    color: #666666;
}

.contact-form form input[type="email"]::-webkit-input-placeholder {
    color: #666666;
}

.contact-form form input[type="email"]:-moz-placeholder {
    color: #666666;
}

.contact-form form input[type="email"]::-moz-placeholder {
    color: #666666;
}

.contact-form form input[type="email"]:-ms-input-placeholder {
    color: #666666;
}

.contact-form form textarea::-webkit-input-placeholder {
    color: #666666;
}

.contact-form form textarea:-moz-placeholder {
    color: #666666;
}

.contact-form form textarea::-moz-placeholder {
    color: #666666;
}

.contact-form form textarea:-ms-input-placeholder {
    color: #666666;
}

.contact-form form .button-box {
    position: relative;
    padding-top: 30px;
}

.sidebar-search-box form.search-form {
    position: relative;
    display: flex;
    width: 100%;
}

.mec-calendar .mec-calendar-events-side .mec-table-side-title span {
    padding: 10px;
}

.calendar .mec-calendar .mec-calendar-events-side span.mec-table-side-day {
    padding: 10px;
    border-radius: 50%;
}

/*================================= Деятельность ======================================*/
.activity-singl .about-style2-area.pd120-0-0,
.activity-home .about-style2-area.pd120-0-0 {
    padding: 60px 0 100px;
}

.news-archiv .pagination {
    justify-content: center;
    align-items: center;
}

.news-archiv nav.navigation.pagination a {
    text-transform: lowercase;
}

.content-row {
    display: flex;
    justify-content: space-between;
}

.image-box {
    width: 485px;
    max-width: 485px;
    height: auto;
    overflow: hidden;
    margin-left: 30px;
}

@media (max-width: 1023px) {
    .content-row {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        gap: 40px;
    }

    .blok-right {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .image-box {
        width: 100%;
        max-width: 650px;
        margin-left: 0px;
    }
}

@media (max-width: 991px) {
    .features-style3-area.all-activity {
        padding-top: 120px;
    }
}

@media (max-width: 767px) {
    .all-activity .about-style2_content-box {
        position: relative;
        display: block;
        max-width: 100%;
    }
}

/*** 
=============================================
    Team Style1 Area Css
=============================================
***/
.team-style1-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 80px;
}

.team-style1-area .shape {
    position: absolute;
    left: 5%;
    bottom: 0;
}

.single-team-style1 {
    position: relative;
    display: block;
    margin-bottom: 32px;
}

.single-team-style1 .img-holder {
    position: relative;
    display: block;
}

.single-team-style1 .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 50%;
}

.single-team-style1 .img-holder .inner img {
    width: 100%;
    border-radius: 50%;
}

.single-team-style1:hover .img-holder .inner img {
    transform: scale(1.1) rotate(2deg);
}

.single-team-style1 .img-holder .overly-box {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    background: #000000;
    border-radius: 50%;
    opacity: 0.8;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
}

.single-team-style1:hover .img-holder .overly-box {
    opacity: 0.8;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}

.single-team-style1 .img-holder .overly-box .social-links {
    position: relative;
    display: block;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
}

.single-team-style1:hover .img-holder .overly-box .social-links {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}

.single-team-style1 .img-holder .overly-box .social-links li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 4px;
}

.single-team-style1 .img-holder .overly-box .social-links li:last-child {
    margin-right: 0;
}

.single-team-style1 .img-holder .overly-box .social-links li a {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #222222;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    border-radius: 8px;
    background: #ffffff;
    transition: all 500ms ease;
}

.single-team-style1 .img-holder .overly-box .social-links li a:hover {
    background: var(--thm-color-2);
}

.single-team-style1 .img-holder .overly-box .social-links li a i::before {
    color: var(--thm-black);
    font-size: 16px;
    transition: all 500ms ease;
}

.single-team-style1 .img-holder .overly-box .social-links li a:hover i::before {
    color: #ffffff;
}

.single-team-style1 .img-holder .shape {
    position: absolute;
    left: 0;
    bottom: -30px;
    right: 0;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0px 5px 24px 6px rgba(0, 0, 0, 0.06);
}

.single-team-style1 .title-holder {
    position: relative;
    display: block;
    margin-top: 66px;
}

.single-team-style1 .title-holder h3 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    text-transform: capitalize;
}

.single-team-style1 .title-holder h3 a {
    color: #222222;
}

.single-team-style1 .title-holder p {
    margin: 6px 0 0;
}

.team-style1-area.pdb120 {
    padding-bottom: 120px;
}

.team-carousel.owl-carousel.owl-dot-style1 .owl-dots {
    margin-top: 20px !important;
}

.team-style1-area .thm-shape1 {
    position: absolute;
    top: 120px;
    left: 150px;
}

/*** 
=============================================
  Team Style2 Area Css
=============================================
***/
.team-style2-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0px 80px;
}

.personal .team-style2-area {
    padding: 200px 0px 80px;
}

.single-team-style2 {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.single-team-style2 .img-holder {
    position: relative;
    display: block;
}

.single-team-style2 .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-team-style2 .img-holder .inner::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
}

.single-team-style2:hover .img-holder .inner::before {
    -webkit-animation: circle 0.75s;
    animation: circle 0.75s;
}

.single-team-style2 .img-holder .inner img {
    width: 100%;
    transform: scale(1);
    transition: all 700ms ease;
}

.single-team-style2:hover .img-holder .inner img {
    transform: scale(1.2);
}

.single-team-style2 .title-holder {
    position: relative;
    display: block;
    background: #ffffff;
    box-shadow: 0px 5px 24px 6px rgba(0, 0, 0, 0.06);
    padding: 40px 0px 45px;
    text-align: center;
    z-index: 1;
}

.single-team-style2 .title-holder:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    opacity: 0;
    background: #2f3a51;
    transition-delay: 0.05s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
    opacity: 0;
    transform-origin: top;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: -1;
}

.single-team-style2:hover .title-holder:after {
    opacity: 1;
    transform: scaleY(1);
}

.single-team-style2 .title-holder h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 5px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-team-style2:hover .title-holder h4 {
    color: #ffffff;
}

.single-team-style2 .title-holder p {
    color: var(--thm-black);
    margin: 0;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-team-style2:hover .title-holder p {
    color: #ffffff;
}

.single-team-style2 .title-holder .social-icon {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 32px;
}

.single-team-style2 .title-holder .social-icon.style2 li a:hover {
    background: var(--thm-color-2);
}

.single-team-style2 .title-holder .social-icon.style3 li a:hover {
    background: var(--thm-color-3);
}

.single-team-style2 .title-holder .social-icon li {
    position: relative;
    display: inline-block;
    margin-right: 1px;
}

.single-team-style2 .title-holder .social-icon li:last-child {
    margin-right: 0;
}

.single-team-style2 .title-holder .social-icon li a {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #eef1f7;
    text-align: center;
    line-height: 35px;
    border-radius: 8px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-team-style2 .title-holder .social-icon li:hover a {
    background: var(--thm-primary);
}

.single-team-style2 .title-holder .social-icon li a i::before {
    color: var(--thm-black);
    font-size: 15px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-team-style2 .title-holder .social-icon li:hover a i::before {
    color: #ffffff;
}

/*** 
=============================================
  Team Style3 Area Css
=============================================
***/
.team-style3-area {
    position: relative;
    display: block;
    background: #eef1f7;
    padding: 120px 0px 27px;
}

.single-team-style3 {
    position: relative;
    display: block;
    min-height: 475px;
    margin-bottom: 30px;
}

.single-team-style3 .img-holder {
    position: relative;
    display: block;
}

.single-team-style3 .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-team-style3 .img-holder .inner img {
    width: 100%;
    transform: scale(1);
    transition: all 7000ms ease;
}

.single-team-style3:hover .img-holder .inner img {
    transform: scale(1.2);
}

.single-team-style3 .img-holder .shape {
    position: absolute;
    left: 0;
    bottom: -20px;
    right: 0;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    box-shadow: 0px 5px 24px 6px rgba(0, 0, 0, 0.06);
    z-index: 2;
}

.single-team-style3 .title-holder {
    position: relative;
    display: block;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0px 5px 24px 6px rgb(0 0 0 / 6%);
    padding: 55px 0px 32px;
    text-align: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-team-style3:hover .title-holder {
    padding: 55px 0px 92px;
}

.single-team-style3 .title-holder h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 5px;
}

.single-team-style3 .title-holder p {
    color: var(--thm-black);
    margin: 0;
}

.single-team-style3 .title-holder .overly {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
}

.single-team-style3:hover .title-holder .overly {
    bottom: 40px;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
}

.single-team-style3 .title-holder .overly .social-icon {
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.single-team-style3:hover .title-holder .overly .social-icon {
    height: 35px;
}

.single-team-style3 .title-holder .overly .social-icon li {
    position: relative;
    display: inline-block;
    margin-right: 1px;
}

.single-team-style3 .title-holder .overly .social-icon li a {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #eef1f7;
    text-align: center;
    line-height: 35px;
    border-radius: 8px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-team-style3 .title-holder .overly .social-icon li:hover a {
    background: var(--thm-primary);
}

.single-team-style3 .title-holder .overly .social-icon li a i::before {
    color: var(--thm-black);
    font-size: 15px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-team-style3 .title-holder .overly .social-icon li:hover a i::before {
    color: #ffffff;
}

/*** 
=============================================
  Fact Counter Area style
=============================================
***/
.fact-counter-area {
    position: relative;
    display: block;
    padding: 120px 0 95px;
    z-index: 10;
}

.fact-counter-area_bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    z-index: -1;
}

.fact-counter-area_bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -moz-linear-gradient(0deg,
            rgb(33, 40, 56) 0%,
            rgba(33, 40, 56, 0) 100%);
    background-image: -webkit-linear-gradient(0deg,
            rgb(33, 40, 56) 0%,
            rgba(33, 40, 56, 0) 100%);
    background-image: -ms-linear-gradient(0deg,
            rgb(33, 40, 56) 0%,
            rgba(33, 40, 56, 0) 100%);
    opacity: 0.8;
}

.fact-counter_box {
    position: relative;
    display: block;
    margin-left: -140px;
    margin-right: 15px;
}

.fact-counter_box ul {
    position: relative;
    margin-left: -12.5px;
    margin-right: -12.5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.single-fact-counter {
    position: relative;
    display: block;
    float: left;
    max-width: 50%;
    width: 100%;
    padding: 0 12.5px;
    margin-bottom: 25px;
    z-index: 10;
}

.single-fact-counter .outer-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 60px 40px 53px;
    padding-right: 30px;
}

.single-fact-counter .outer-box .shape1 {
    position: absolute;
    top: 15px;
    left: 15px;
    -webkit-animation: animation1 5s ease-in infinite;
    animation: animation1 5s ease-in infinite;
}

.single-fact-counter .outer-box .shape2 {
    position: absolute;
    bottom: 40px;
    right: 20px;
}

.single-fact-counter .top {
    position: relative;
    display: block;
}

.single-fact-counter .top .icon-box {
    width: 85px;
}

.single-fact-counter .top .icon-box,
.single-fact-counter .top .count-box {
    display: table-cell;
    vertical-align: middle;
}

.single-fact-counter .top .count-box {
    position: relative;
    padding-left: 10px;
    color: var(--thm-color-3);
    font-size: 60px;
    font-weight: 700;
    line-height: 48px;
}

.single-fact-counter .top .count-box.style2 {
    color: var(--thm-color-2);
}

.single-fact-counter .top .count-box.style3 {
    color: var(--thm-color-4);
}

.single-fact-counter .top .count-box.style4 {
    color: var(--thm-color-5);
}

.single-fact-counter .top .count-box .dolor-sign {
    font-size: 35px;
    font-weight: 400;
    position: relative;
    top: -15px;
}

.single-fact-counter .text {
    position: relative;
    display: block;
    padding-top: 18px;
}

.single-fact-counter .text p {
    color: #222222;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin: 0;
}

/*** 
=============================================
  Fact Counter Style2 Area style
=============================================
***/
.fact-counter-style2-area {
    position: relative;
    display: block;
    overflow: hidden;
}

.fact-counter-style2-area .auto-container {
    max-width: 100%;
    padding: 0;
}

.fact-counter-style2-area .row {
    margin-left: 0px;
    margin-right: 0px;
}

.fact-counter-style2-area .row [class*="col-"] {
    padding-left: 0px;
    padding-right: 0px;
}

.single-fact-counter-style2 {
    position: relative;
    display: block;
    background: #eef1f7;
    float: none;
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    z-index: 10;
}

.single-fact-counter-style2 .outer-box {
    position: relative;
    display: block;
    background: #eef1f7;
    padding: 60px 80px 53px;
    padding-right: 30px;
    z-index: 1;
}

.single-fact-counter-style2.deep-gray .outer-box {
    background: #e9ecf4;
}

.single-fact-counter-style2 .outer-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #2f3a51;
    z-index: -1;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
}

.single-fact-counter-style2:hover .outer-box:before {
    opacity: 1;
    transform: scaleY(1);
}

.single-fact-counter-style2 .outer-box .shape1 {
    position: absolute;
    top: 30px;
    left: auto;
    right: 40px;
}

.single-fact-counter-style2 .outer-box .shape1 img {
    transition: all 200ms linear;
    transition-delay: 0.5s;
}

.single-fact-counter-style2:hover .outer-box .shape1 img {
    opacity: 0.1;
}

.single-fact-counter-style2 .outer-box .shape2 {
    position: absolute;
    top: auto;
    left: auto;
    bottom: 30px;
    right: 90px;
}

.single-fact-counter-style2 .outer-box .shape2 img {
    transition: all 200ms linear;
    transition-delay: 0.5s;
}

.single-fact-counter-style2:hover .outer-box .shape2 img {
    opacity: 0.1;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-fact-counter-style2 .text p {
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-fact-counter-style2:hover .text p {
    color: #ffffff;
}

/*** 
=============================================
  Fact Counter Style3 Area style
=============================================
***/
.fact-counter-style3-area {
    position: relative;
    display: block;
    overflow: hidden;
}

.fact-counter-style3-area .auto-container {
    max-width: 100%;
    padding: 0;
}

.fact-counter-style3-area .row {
    margin-left: 0px;
    margin-right: 0px;
}

.fact-counter-style3-area .row [class*="col-"] {
    padding-left: 0px;
    padding-right: 0px;
}

.single-fact-counter-style3 .outer-box {
    background: #232c3f;
}

.single-fact-counter-style3.light-black .outer-box {
    background: #2f3a51;
}

.single-fact-counter-style3 .text p {
    color: #ffffff;
}

.single-fact-counter-style3 .outer-box .shape1 img {
    opacity: 0.1;
}

.single-fact-counter-style3 .outer-box .shape2 img {
    opacity: 0.1;
}

/*** 
=============================================
  Fact Counter Style4 Area style
=============================================
***/
.fact-counter-style4-area {
    position: relative;
    display: block;
    padding: 120px 0px 120px;
}

.fact-counter-style4-area .auto-container {
    max-width: 1330px;
}

.fact-counter-style4-area .sec-title {
    padding-bottom: 46px;
}

.fact-counter-style4-content {
    position: relative;
    display: block;
}

.fact-counter-style4-content ul {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.single-fact-counter-style4 {
    position: relative;
    display: block;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    width: 100%;
    text-align: center;
}

.single-fact-counter-style4 .icon {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 62px;
    min-height: 150px;
}

.single-fact-counter-style4 .icon img {
    width: auto;
}

.single-fact-counter-style4 .bottom {
    position: relative;
    display: block;
}

.single-fact-counter-style4 .bottom::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    background: #e3e9f4;
}

.single-fact-counter-style4:last-child .bottom::before {
    display: none;
}

.single-fact-counter-style4 .bottom .count-box {
    position: relative;
    color: var(--thm-color-3);
    font-size: 60px;
    line-height: 1em;
    font-weight: 600;
}

.single-fact-counter-style4 .bottom .text {
    position: relative;
    display: block;
    margin-top: 19px;
}

.single-fact-counter-style4 .bottom .text h5 {
    color: var(--thm-black);
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
}

.single-fact-counter-style4.clr2 .bottom .count-box {
    color: var(--thm-color-5);
}

.single-fact-counter-style4.clr3 .bottom .count-box {
    color: var(--thm-color-2);
}

/*** 
=============================================
  Causes Style1 Area Css
=============================================
***/
.causes-style1-area {
    position: relative;
    display: block;
    background: #eef1f7;
    padding: 120px 0 120px;
    z-index: 1;
}

.causes-style1-area_bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    z-index: -1;
}

.causes-style1_image-box {
    position: relative;
    display: block;
    padding-top: 25px;
    max-width: 520px;
    width: 100%;
}

.causes-style1_image-box .shape {
    position: absolute;
    left: 0;
    bottom: 0;
}

.causes-style1_image-box .main {
    position: relative;
    display: block;
    width: 430px;
    height: 430px;
    overflow: hidden;
    border-radius: 50%;
}

.causes-style1_image-box .main img {
    width: 100%;
    border-radius: 50%;
}

.causes-style1_image-box .main::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
}

.causes-style1_image-box:hover .main::before {
    -webkit-animation: circle 0.75s;
    animation: circle 0.9s;
}

.causes-style1_image2 {
    position: absolute;
    top: 0;
    left: -45px;
    width: 200px;
    height: 200px;
    overflow: hidden;
    z-index: 2;
}

.causes-style1_image2:before {
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    border: 10px solid #eef1f7;
    border-radius: 50%;
    content: "";
    z-index: 1;
}

.causes-style1_image2 img {
    border-radius: 50%;
    transition: all 3500ms ease;
}

.causes-style1_image-box:hover .causes-style1_image2 img {
    transform: rotate(360deg);
}

.causes-style1_image3 {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
}

.causes-style1_image3 img {
    width: 100%;
    border-radius: 50%;
}

.causes-style1_image4 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 50%;
}

.causes-style1_image4 img {
    width: 100%;
    border-radius: 50%;
    transition: all 3500ms ease;
}

.causes-style1_image-box:hover .causes-style1_image4 img {
    transform: scale(1.5) rotate(2deg);
}

.causes-style1_content-box {
    position: relative;
    display: block;
    padding-left: 15px;
}

.causes-style1_content-box .sec-title {
    padding-bottom: 23px;
}

.causes-style1_content-box .text-box {
    position: relative;
    display: block;
    padding-bottom: 26px;
}

.progress-levels {
    position: relative;
    display: block;
}

.progress-levels .progress-box {
    position: relative;
    display: block;
}

.progress-levels .progress-box .inner {
    position: relative;
    display: block;
    padding-right: 190px;
}

.progress-levels .progress-box .bar {
    position: relative;
    display: block;
}

.progress-levels .progress-box .bar .bar-innner {
    position: relative;
    width: 100%;
    height: 10px;
    background: #dddddd;
    border-radius: 10px;
}

.progress-levels .progress-box .bar .bar-fill {
    position: absolute;
    top: 0%;
    left: 0px;
    bottom: 0%;
    width: 0px;
    height: 10px;
    border-radius: 10px;
    background: var(--thm-color-2);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    transition: all 2000ms ease 300ms;
}

.progress-levels .progress-box .bar .bar-fill:before {
    content: "";
    position: absolute;
    top: -7px;
    right: 0;
    bottom: -7px;
    width: 1px;
    background: var(--thm-color-2);
}

.progress-levels .progress-box .skill-percent {
    position: absolute;
    top: -15px;
    right: -40px;
    display: flex;
    align-items: center;
}

.progress-levels .progress-box .count-text {
    color: var(--thm-color-4);
    font-size: 48px;
    line-height: 40px;
    font-weight: 700;
    display: inline-block;
    float: none;
    font-family: var(--thm-font);
}

.progress-levels .progress-box .percent {
    color: var(--thm-color-4);
    font-size: 48px;
    line-height: 40px;
    font-weight: 700;
    display: inline-block;
    float: none;
    font-family: var(--thm-font);
    margin-left: -7px;
}

.progress-levels .progress-box .outer-text {
    position: relative;
    display: inline-block;
    padding-left: 10px;
    color: #222222;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
}

.progress-levels .progress-box .inner .bar .text {
    position: relative;
    display: block;
    padding-top: 19px;
    color: #222222;
    font-weight: 600;
    line-height: 20px;
    font-weight: 600;
}

.causes-style1_content-box .btns-box {
    position: relative;
    display: block;
    padding-top: 36px;
}

.cause-video-button {
    position: relative;
    top: 1px;
    margin-left: 10px;
    display: inline-block;
    background: #fcfdfe;
    color: #2f3a51;
    font-size: 16px;
    line-height: 58px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 10px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.cause-video-button:hover {
    color: var(--thm-primary);
}

.cause-video-button .playicon {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #2f3a51;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    border-radius: 10px;
}

.cause-video-button .txt {
    position: relative;
    display: inline-block;
    top: -1px;
    padding: 0 20px;
    padding-right: 25px;
}

/*** 
=============================================
  Causes Style2 Area Css
=============================================
***/
.cause-style2-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 120px;
}

.cause-style2-area .thm-shape1 {
    position: absolute;
    top: 120px;
    left: 120px;
}

.cause-style2-area .thm-shape2 {
    position: absolute;
    right: 200px;
    bottom: 60px;
}

.cause-style2-area .auto-container {
    max-width: 1250px;
}

.single-cause-style1 {
    position: relative;
    display: block;
}

.single-cause-style1 .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-cause-style1 .img-holder:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: var(--thm-primary);
    opacity: 1;
    transition: 0.5s;
    transform: perspective(400px) scaleY(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    z-index: 1;
}

.single-cause-style1:hover .img-holder:before {
    opacity: 0.5;
    transform: perspective(400px) scaleY(1);
}

.single-cause-style1 .img-holder img {
    width: 100%;
    transition: all 3500ms ease;
}

.single-cause-style1:hover .img-holder img {
    transform: scale(1.3) rotate(2deg);
}

.single-cause-style1 .text-holder {
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid #e3e9f4;
    border-top: none;
    padding: 43px 40px 50px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-cause-style1:hover .text-holder {
    border-color: #ffffff;
    box-shadow: 0px 5px 24px 6px rgba(0, 0, 0, 0.06);
}

.single-cause-style1 .text-holder::before {
    content: "";
    position: absolute;
    left: 0;
    top: -25px;
    right: 0;
    width: 50px;
    margin: 0 auto;
    border-bottom: 25px solid #ffffff;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    z-index: 3;
}

.single-cause-style1 .text-holder h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 15px;
}

.single-cause-style1 .text-holder h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-cause-style1 .text-holder h3 a:hover {
    color: var(--thm-primary);
}

.single-cause-style1 .text-holder p {
    margin: 0;
}

.progress-levels-style2 {
    position: relative;
    display: block;
    padding-top: 32px;
}

.progress-levels-style2 .progress-box .inner {
    position: relative;
    display: block;
    padding-right: 0px;
}

.progress-levels-style2 .bottom-box {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 39px;
}

.progress-levels-style2 .bottom-box .rate-box {
    position: relative;
    display: block;
}

.progress-levels-style2 .bottom-box .rate-box p {
    color: #222222;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    margin: 0;
}

.progress-levels-style2 .bottom-box .rate-box.clrwhite p {
    color: #ffffff;
}

.single-cause-style1 .bottom-box .rate-box p span {
    position: relative;
    display: inline-block;
    padding-left: 10px;
    font-weight: 600;
}

.progress-levels-style2 .progress-box .skill-percent {
    position: relative;
    display: block;
    margin-top: 0px;
    top: 4px;
    right: 0;
    text-align: right;
}

.progress-levels-style2 .progress-box .count-text {
    color: var(--thm-color-4);
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    display: inline-block;
    float: none;
    font-family: var(--thm-font);
}

.progress-levels-style2 .progress-box .percent {
    color: var(--thm-color-4);
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    display: inline-block;
    float: none;
    font-family: var(--thm-font);
    margin-left: -7px;
}

.progress-levels-style2 .progress-box .outer-text {
    position: relative;
    display: block;
    color: #222222;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    padding: 0;
    margin: 0px 0 0;
}

.single-cause-style1 .text-holder .btns-box {
    position: relative;
    display: block;
}

.single-cause-style1 .text-holder .btns-box a {
    color: #222222;
    text-align: center;
    display: block;
    background: #eef1f7;
}

.single-cause-style1 .text-holder .btns-box a.btn-one .txt i.arrow1 {
    float: left;
    line-height: 58px;
    color: var(--thm-primary);
    padding: 0;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-cause-style1 .text-holder .btns-box a.btn-one:hover .txt i.arrow1 {
    color: #ffffff;
}

.single-cause-style1 .text-holder .btns-box a.btn-one:hover {
    color: #ffffff;
}

.single-cause-style1 .text-holder .btns-box a.btn-one:hover:before {
    background: var(--thm-primary);
}

.single-cause-style1.style2 .text-holder {
    border: 1px solid #e3e9f4;
    border-top: 1px solid #e3e9f4;
    border-bottom: none;
}

.single-cause-style1.style2:hover .text-holder {
    border-color: #ffffff;
}

.single-cause-style1.style2 .text-holder::before {
    content: "";
    position: absolute;
    left: 0;
    top: auto;
    bottom: -25px;
    right: 0;
    width: 50px;
    margin: 0 auto;
    border-top: 25px solid #ffffff;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: none;
    z-index: 2;
}

.cause2-carousel.owl-theme .owl-stage-outer {
    overflow: visible;
}

.cause2-carousel.owl-theme .owl-stage-outer .owl-item {
    opacity: 0;
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.cause2-carousel.owl-theme .owl-stage-outer .owl-item.active {
    opacity: 1;
}

/*** 
=============================================
  Causes Style3 Area Css
=============================================
***/
.cause-style3-area {
    position: relative;
    display: block;
    background: #eef1f7;
    padding: 120px 0 120px;
    z-index: 1;
}

.cause-style3-area_bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    z-index: -1;
}

.cause-style3-area .auto-container {
    max-width: 1320px;
}

.single-cause-style1--instyle2 {
    padding-left: 250px;
    min-height: 510px;
}

.single-cause-style1--instyle2 .img-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    height: 100%;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
}

.single-cause-style1--instyle2 .text-holder {
    box-shadow: 0px 5px 24px 6px rgba(0, 0, 0, 0.06);
    padding: 45px 40px 50px;
}

.single-cause-style1--instyle2 .text-holder::before {
    display: none;
}

.single-cause-style1--instyle2 .text-holder .category {
    position: relative;
    display: inline-block;
    background: var(--thm-color-5);
    padding: 10px 20px 10px;
    border-radius: 30px;
    margin-bottom: 23px;
}

.single-cause-style1--instyle2 .text-holder .category h6 {
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.cause-style3-area .owl-nav-style-one.owl-theme .owl-nav {
    padding-top: 70px;
}

/*** 
=============================================
  Causes Style4 Area Css
=============================================
***/
.cause-style4-area {
    position: relative;
    display: block;
    background: #eef1f7;
    padding: 0px 0 120px;
    z-index: 1;
}

.cause-style4-area .shape1 {
    position: absolute;
    left: 10%;
    bottom: 60px;
}

.cause-style4-area .shape2 {
    position: absolute;
    right: 5%;
    bottom: 60px;
}

.cause-style4-area .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
}

.cause-style4-area .auto-container {
    max-width: 1330px;
}

.cause-style4-content-box {
    position: relative;
    display: block;
    padding-top: 120px;
    z-index: 2;
}

.cause-style4-content-box_bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 125px;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    z-index: -1;
}

.cause-style4-title {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: nowrap;
    padding-bottom: 56px;
}

.cause-style4-title .left {
    position: relative;
    display: block;
    max-width: 590px;
    width: 100%;
}

.cause-style4-title .left .sec-title {
    padding-bottom: 0;
}

.cause-style4-title .right {
    position: relative;
    display: block;
    top: -3px;
}

.cause-style4-title .right .text {
    position: relative;
    display: block;
}

.cause-style4-title .right .text p {
    color: #222222;
    font-size: 24px;
    line-height: 38px;
    font-weight: 400;
    margin: 0;
}

.cause4-carousel.owl-nav-style-one.owl-theme .owl-nav {
    margin-top: 70px;
}

.single-cause-style5 {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
}

.single-cause-style5 .text-holder.overlay-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: 0.5s;
    transform: perspective(400px) scaleY(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    z-index: 1;
}

.single-cause-style5:hover .text-holder.overlay-box {
    opacity: 1;
    transform: perspective(400px) scaleY(1);
}

.single-cause-style5 .img-holder:before {
    display: none;
}

.single-cause-style5 .text-holder::before {
    display: none;
}

/*** 
=============================================
  Causes Page One Css
=============================================
***/
.cause-page-one {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 120px;
}

.cause-page-one .auto-container {
    max-width: 1250px;
}

.cause-page-one .row {
    margin-left: -20px;
    margin-right: -20px;
}

.cause-page-one .row [class*="col-"] {
    padding-left: 20px;
    padding-right: 20px;
}

.cause-page-one .single-cause-style1 {
    margin-bottom: 60px;
}

.cause-page-one .single-cause-style1 .img-holder:before {
    background: #000000;
}

.cause-page-one .single-cause-style1:hover .img-holder:before {
    opacity: 0.75;
}

.cause-page-one .single-cause-style1 .img-holder .overlay-icon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    opacity: 0;
    transform: scale(0.6);
    transition: all 100ms linear;
}

.cause-page-one .single-cause-style1:hover .img-holder .overlay-icon {
    transform: scaleY(1);
    transition: all 500ms linear;
    transition-delay: 0.3s;
    opacity: 1;
}

.cause-page-one .single-cause-style1 .img-holder .overlay-icon a {
    position: relative;
    display: inline-block;
}

.cause-page-one .single-cause-style1 .img-holder .overlay-icon a img {
    width: auto;
}

/*** 
=============================================
  Causes Page Two Css
=============================================
***/
.cause-page-two {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 120px;
    z-index: 1;
}

.cause-page-two .auto-container {
    max-width: 1320px;
}

.cause-page-two .row {
    margin-left: -25px;
    margin-right: -25px;
}

.cause-page-two .row [class*="col-"] {
    padding-left: 25px;
    padding-right: 25px;
}

.cause-page-two .single-cause-style1--instyle2 {
    margin-bottom: 80px;
}

.cause-page-two .single-cause-style1--instyle2 .text-holder {
    border: 1px solid transparent;
}

/*** 
=============================================
  Causes Page Three Featured Cause Css
=============================================
***/
.cause-page-three-featured-cause {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 120px;
    z-index: 2;
}

.cause-page-three-featured-cause-bg {
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 165px;
    right: 0;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    opacity: 0.08;
}

.cause-page-three-featured-cause:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 165px;
    right: 0;
    background: #eef1f7;
    z-index: -1;
}

.cause-page-three-featured-cause .auto-container {
    max-width: 1250px;
}

.cause-page3-featured-cause-content {
    position: relative;
    display: block;
    padding-left: 600px;
    min-height: 525px;
}

.featured-cause-image-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    max-width: 600px;
    width: 100%;
}

.featured-cause-image-box img {
    width: 100%;
}

.featured-cause-image-box .overlay-text {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    transform: translateY(-106px);
}

.featured-cause-image-box .overlay-text .inner {
    position: relative;
    display: inline-block;
    background-color: var(--thm-primary);
    color: #ffffff;
    font-size: 24px;
    font-weight: 100;
    font-family: "Great Vibes", cursive;
    padding: 16px 0px;
    transform: rotate(-90deg) translateX(-100%) translateY(-100%);
    transform-origin: 0 0;
    left: 100%;
    width: 212px;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
}

.featured-cause-content-box {
    position: relative;
    display: block;
    padding-left: 0;
    min-height: 525px;
}

.single-cause-style1--instyle2.featured-cause-content-box .text-holder {
    padding: 45px 60px 45px;
    border: none;
}

.single-cause-style1--instyle2.featured-cause-content-box .text-holder .category {
    margin-bottom: 23px;
}

.single-cause-style1.featured-cause-content-box .text-holder h3 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 15px;
}

.featured-cause-content-box .progress-levels-style2 {
    padding-top: 22px;
}

.featured-cause-content-box .progress-levels-style2 .bottom-box {
    padding-top: 22px;
    padding-bottom: 32px;
}

/*** 
=============================================
  Causes Page Three Css
=============================================
***/
.cause-page-three {
    position: relative;
    display: block;
    padding-top: 0;
}

.loadmore-cause-btn-box {
    position: relative;
    display: block;
    padding-top: 20px;
}

.loadmore-cause-btn-box a {
    padding-left: 30px;
    padding-right: 35px;
    background: var(--thm-color-3);
}

/*** 
=============================================
  Causes details Area Css
=============================================
***/
.cause-details-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 100px;
    z-index: 1;
}

.cause-details_content {
    position: relative;
    display: block;
    padding-right: 10px;
}

.cause-details-image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.cause-details-image-box img {
    width: 100%;
}

.cause-details-image-box .category {
    position: absolute;
    left: 50px;
    bottom: 50px;
    background: var(--thm-color-5);
    padding: 0 20px;
    border-radius: 30px;
}

.cause-details-image-box .category h6 {
    color: #ffffff;
    font-size: 12px;
    line-height: 32px;
    font-weight: 600;
    text-transform: uppercase;
}

.donate-form-box--style2 {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 53px 60px 60px;
    margin-top: 0;
    margin-left: 0;
    box-shadow: 0px 5px 24px 6px rgba(0, 0, 0, 0.06);
}

.donate-form-box--style2 .top-title h2 {
    color: #222222;
    font-size: 36px;
    line-height: 46px;
    font-weight: 800;
}

.donate-form-box--style2 .progress-levels-style2 .progress-box .bar .bar-innner {
    background: #dddddd;
}

.donate-form-box--style2 .progress-levels-style2 .bottom-box {
    padding-top: 20px;
    padding-bottom: 30px;
    border-bottom: none;
    margin-bottom: 0;
}

.donate-form-box--style2 .progress-levels-style2 .bottom-box .rate-box p {
    color: #222222;
}

.donate-form-box--style2 .progress-levels-style2 .progress-box .count-text {
    color: var(--thm-color-4);
}

.donate-form-box--style2 .progress-levels-style2 .progress-box .percent {
    color: var(--thm-color-4);
}

.donate-form-box--style2 .progress-levels-style2 .progress-box .outer-text {
    color: #222222;
}

.donate-form-box--style2 .donation_wrapper>.amount_wrapper>input {
    color: #222222;
    font-size: 18px;
    font-weight: 700;
    padding: 0 0;
    height: 55px;
    padding-left: 70px;
    padding-right: 10px;
    border: 1px solid #e3e9f4;
}

.donate-form-box--style2 .donation_wrapper>.amount_wrapper>.suffix {
    border: 1px solid #e3e9f4;
    line-height: 55px;
}

.donate-form-box--style2 .donation_wrapper>.single_amount_wrapper {
    margin: 0 0px 35px;
}

.donate-form-box--style2 .donation_wrapper>.single_amount_wrapper>.single_amount {
    padding: 10px 20px;
    margin: 0;
    border-radius: 5px;
    color: #222222;
    border: 1px solid #e3e9f4;
}

.donate-form-box--style2 .donation_wrapper>.single_amount_wrapper>.single_amount:hover {
    color: #fff;
    background: var(--thm-color-3);
    border-color: 1px solid var(--thm-color-3);
}

.donate-form-box--style2 .donation_wrapper .bottom-box {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.donate-form-box--style2 .donation_wrapper .bottom-box .btns {
    position: relative;
    display: block;
}

.donate-form-box--style2 .donation_wrapper .bottom-box .btns a {
    position: relative;
    display: inline-block;
}

.donate-form-box--style2 .donation_wrapper .bottom-box .social-share {
    position: relative;
    display: flex;
    align-items: center;
}

.donate-form-box--style2 .donation_wrapper .bottom-box .social-share .title {
    position: relative;
    display: block;
    padding-right: 20px;
}

.donate-form-box--style2 .donation_wrapper .bottom-box .social-share .title h5 {
    color: #222222;
    font-size: 16px;
    font-weight: 500;
}

.donate-form-box--style2 .donation_wrapper .bottom-box .social-share .social-links {
    position: relative;
    display: block;
}

.donate-form-box--style2 .donation_wrapper .bottom-box .social-share .social-links li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 5px;
}

.donate-form-box--style2 .donation_wrapper .bottom-box .social-share .social-links li:last-child {
    margin-right: 0;
}

.donate-form-box--style2 .donation_wrapper .bottom-box .social-share .social-links li a {
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    background: #eef1f7;
    border-radius: 50%;
    color: #222222;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.donate-form-box--style2 .donation_wrapper .bottom-box .social-share .social-links li a:hover {
    color: #fff;
    background-color: var(--thm-primary);
}

.cause-details-text-box-1 {
    position: relative;
    display: block;
    padding-top: 52px;
}

.cause-details-text-box-2 {
    position: relative;
    display: block;
    padding-top: 18px;
}

.cause-details-text-box-3 {
    position: relative;
    display: block;
    padding-top: 30px;
}

.cause-details-title {
    position: relative;
    display: block;
    padding-bottom: 15px;
}

.cause-details-title-shape {
    position: absolute;
    top: -10px;
    left: -20px;
    opacity: 0.1;
    z-index: -1;
}

.cause-details-title h3 {
    color: #222222;
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
}

.cause-details-featured-box {
    position: relative;
    display: block;
    padding-top: 21px;
}

.cause-details-featured-box .single-box {
    position: relative;
    display: block;
    padding-left: 60px;
    margin-bottom: 47px;
}

.cause-details-featured-box .single-box .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    padding-top: 10px;
    z-index: 1;
}

.cause-details-featured-box .single-box .icon .icon-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.cause-details-featured-box .single-box .text {
    position: relative;
    display: block;
    padding-left: 30px;
}

.cause-details-featured-box .single-box .text h3 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin: 0 0 11px;
}

.cause-details-featured-box .single-box .text p {
    margin: 0;
}

.cause-details-text-box-4 {
    position: relative;
    display: block;
    padding-top: 15px;
}

.cause-details-text-box-4 .text-box {
    position: relative;
    display: block;
}

.cause-details-text-box-4 .text-box .text1 {
    position: relative;
    display: block;
    padding-bottom: 8px;
}

.cause-details-text-box-5 {
    position: relative;
    display: block;
    padding-top: 33px;
}

/*** 
=============================================
  Стили для страницы форма
=============================================
***/
.message-form .contact-style1_form {
    max-width: 600px;
    padding-bottom: 100px;
    margin: 0 auto;
}

.message-form .sec-title {
    position: relative;
    display: block;
    margin-top: 0px;
    padding-bottom: 0px;
}

.message-form .sec-title h2 {
    padding: 30px 0px 20px;
    color: #ec1c2a;
}

.message-form .sec-title p {
    font-size: 24px;
    line-height: 32px;
    font-weight: 800;
    text-transform: none;
}

.message-form .contact-form {
    position: relative;
    display: block;
    padding-top: 0px;
}

.message-form .contact-form form .wpcf7-not-valid {
    border: 1px solid #ec1c2a;
}

.footer-form {
    padding-top: 20px;
}

.header-contact-info-1 ul li a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.header-contact-info-1 ul li a:hover {
    text-decoration: underline;
}

.header-contact-info-1 ul li a span:before {
    position: relative;
    top: 2px;
    display: inline-block;
    padding-right: 10px;
}

.mec-box-calendar.mec-calendar .mec-calendar-header {
    width: 100%;
    text-align: center;
    margin-top: 2px;
    margin-bottom: 30px;
}

/*
// Mobyle || Мобильная адаптация
*/
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 1140px !important;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 1140px !important;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 1140px !important;
        padding: 0px 10px;
    }
}

@media (max-width: 576px) {
    .container {
        max-width: 1140px !important;
        padding: 0px 10px;
    }
}

@media (max-width: 1023px) {
    .main-slider .auto-container {
        padding: 0px 15px;
    }

    .main-slider.style1 .banner-carousel.owl-carousel .owl-dots {
        display: none;
    }

    .one-new .sidebar {
        display: none;
    }

    .calendar-block {
        display: flex;
        flex-direction: column-reverse;
    }

    .calendar-block-left {
        width: 100%;
    }

    .calendar-banner-img {
        max-width: 100%;
    }

    .mec-calendar dl {
        width: 100%;
    }

    .mec-calendar dt {
        width: 14%;
        height: 60px;
        line-height: 60px;
        border-radius: 50px;
    }

    .calendar .mec-wrap .mec-calendar-side {
        width: 100%;
    }

    .calendar .mec-skin-monthly-view-month-navigator-container {
        padding-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .hiro {
        padding-top: 74px;
    }

    .header-bottom-two_left a {
        padding: 10px 0px;
    }

    .calendar .mec-skin-monthly-view-month-navigator-container {
        padding-bottom: 0px;
    }
}

@media (max-width: 767px) {

    .calendar .mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month,
    .mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month {
        padding: 5px;
    }

    .img-responsive,
    .header-bottom-two_left .logo-wrapper {
        width: 182px;
        height: 40px;
        overflow: hidden;
        margin-right: 20px;
    }

    .header-bottom-two_left a {
        min-width: 100%;
        width: 100%;
    }

    .sec-title {
        padding-bottom: 20px;
        text-align: center;
    }

    .blog-style1-area {
        padding: 50px 0px;
    }

    .news-carousel .owl-nav {
        display: none;
    }

    .news-carousel .owl-stage-outer {
        margin-bottom: 10px;
    }

    .news-bottom {
        float: none;
        justify-content: center;
        width: 100%;
    }

    .activity-section .thm-shape1 {
        right: -50px;
    }

    .calendar {
        position: relative;
        padding: 50px 0px;
    }

    .calendar-slider {
        display: none;
    }

    .mec-event-footer {
        display: none;
    }

    .calendar-block-left .btn-wrap {
        margin-top: 0px;
    }

    .single-blog-style1 .text-holder .blog-title {
        font-size: 20px;
        line-height: 24px;
    }

    .news-carousel .text-holder .blog-title {
        height: 80px;
        text-align: center;
    }

    .single-blog-style1 .text-holder .text {
        padding-top: 10px;
        padding-bottom: 20px;
        font-size: 14px;
        line-height: 17px;
        height: 80px;
    }

    .news-carousel-item.single-blog-style1 .text-holder .meta-info {
        padding-top: 15px;
        font-size: 14px;
        line-height: 17px;
    }
}

.contacts-content .row.text-right-rtl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap !important;
    margin-right: 0px;
    margin-left: 0px;
}

.single-partner-logo-box {
    display: flex;
    justify-content: center;
}

/*
// Слайдеры направления
*/
.activ-banner_carousel {
    width: 485px;
    height: auto;
}

.activ-banner-img {
    max-width: 485px;
    height: 350px;
    overflow: hidden;
}

.activ-banner-img img {
    height: 100%;
    width: auto;
    object-fit: cover;
}

/*
// Раздел ОХРАНА ТРУДА
*/
.filials .ohrana .features-style1_single .text-holder:hover {
    cursor: pointer;
}

.filials .ohrana .features-style1_single .text-holder h3 {
    height: 100px;
    max-width: 300px;
    width: 100%;
}

.filials .ohrana .features-style1_single:hover .text-holder h3,
.filials .ohrana .features-style1_single:hover .inner img {
    transform: scale(1.1);
}

.gallery-filials {
    margin-bottom: 40px;
}

/*
// КАРТА
*/
.karta {
    padding-top: 200px;
}

.btn-row {
    padding-bottom: 40px;
    display: flex;
    align-items: center;
}

.btn-row button {
    background-color: white;
    border: none;
    border-radius: 30px;
    margin-right: 30px;
    cursor: pointer;
    transition: all 0.1s ease-in;
}

.map-activiti {
    width: 100%;
    height: 800px;
    padding: 0;
    margin: 0;
}

.btn-row button.all-activiti {
    padding: 16px 40px;
    color: white;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    background-color: #ec1c2a;
}

.btn-row button.all-activiti:hover {
    box-shadow: 0px 0px 8px #ec1c2a;
}

.btn-row button.all-activiti:active {
    box-shadow: 0px 0px 4px #ec1c2a;
}

.btn-row button.green-activiti.active {
    width: 200px;
    display: flex;
    align-items: center;
    padding: 3px 20px;
    border: 5px solid #408609;
    color: #408609;
}

.btn-row button.green-activiti:hover {
    box-shadow: 0px 0px 8px #408609;
}

.btn-row button.green-activiti:active {
    box-shadow: 0px 0px 4px #408609;
}

.btn-row button.red-activiti.active {
    width: 200px;
    display: flex;
    align-items: center;
    padding: 3px 20px;
    border: 5px solid #ec1c2a;
    color: #ec1c2a;
}

.btn-row button.red-activiti:hover {
    box-shadow: 0px 0px 8px #ec1c2a;
}

.btn-row button.red-activiti:active {
    box-shadow: 0px 0px 4px #ec1c2a;
}

.btn-row button.green-activiti span,
.btn-row button.red-activiti span {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: start;
}

.btn-row button.btn-activiti {
    width: 200px;
    display: flex;
    align-items: center;
    padding: 3px 20px;
    border: 5px solid #d9d9d9;
    color: #d9d9d9;
}

.foto-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #408609;
    margin-right: 20px;
}

.red-activiti .foto-wrap {
    background-color: #ec1c2a;
}

/*
// Секции
*/

.section-title {
    margin-bottom: 20px;
}

.section-row {
    margin-bottom: 30px;
}

.section .about-style2_content-box {
    width: 570px;
}

@media (max-width: 767px) {
    .section .basic-red {
        padding: 15px;
        font-size: 12px;
        line-height: 20px;
        white-space: nowrap;
    }
}

/*=============== Тематические смены ==============================*/
.registration_smeni {
    padding-top: 40px;
}

.registration_smeni .registration_title {
    padding-bottom: 40px;
}

.registration_smeni .basic-red {
    margin-bottom: 20px;
    width: auto;
}

.smeni_blok {
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.06);
    max-width: 350px;
    width: 100%;
    margin: 10px;
    display: flex;
    flex-direction: column;
}

.smeni_blok:hover {
    box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.06);
}

.smeni_blok_text {
    padding: 30px 0px;
    overflow: hidden;
    max-height: 160px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.filials-grid.smeni {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0px;
}

.smeni-singl .sec-title {
    margin-top: 0px;
    padding-bottom: 40px;
    text-align: center;
}

.smeni-singl_description {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.smeni_blok_status,
.smeni-status {
    display: inline-block;
}

.smeni-status--registraciya-otkryta {
    color: #28a745;
    font-weight: 600;
}

.smeni-status--mest-net {
    color: #dc3545;
    font-weight: 600;
}

.smeni-status--registraciya-okonchena {
    color: #6c757d;
    font-weight: 600;
}

.smeni-singl_subtitle {
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 20px;
    text-align: center;
}

.registration_smeni .btn-wrap {
    display: flex;
}

.smeni .btn-wrap {
    margin-top: auto;
}

.smeni-singl {
    padding: 200px 0px 100px;
}

.smeni-singl_forma .codedropz-upload-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.smeni-singl_forma .codedropz-upload-inner span {
    padding: 0px 20px;
}

.form_chek {
    display: flex;
    flex-direction: column;
}

.form_chek input {
    margin-right: 10px;
}

/*===== Форма регистрации ======*/
.fild-name {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin-top: 10px;
}

.form-comment {
    font-style: italic;
    text-align: center;
}

.smeni_alarm {
    color: #ec1c2a;
}

/*===== Уведомления в рамке =====*/
.smeni-notice {
    border: 1px solid #fecaca;
    border-radius: 0.375rem;
    padding: 1rem 1.25rem;
    margin-bottom: 1.5rem;
    background: #fef2f2;
}

.smeni-notice__item {
    color: #991b1b;
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 0.5rem;
}

.smeni-notice__item:last-child {
    margin-bottom: 0;
}

.smeni-notice__item a {
    color: #b91c1c;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.smeni-notice__item a:hover {
    opacity: 0.85;
}

.smeni-notice__item--center {
    text-align: center;
}

.smeni-notice__item--actions {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #fecaca;
}

.smeni-notice__item--actions p {
    margin: 0 0 0.5rem;
    color: #991b1b;
    font-size: 0.875rem;
}

.smeni-notice__item--actions p:last-child {
    margin-bottom: 0;
}

/* VK ID One Tap контейнер */
.vk-onetap-wrap {
    min-height: 44px;
    margin-top: 0.5rem;
}

.vk-onetap-wrap iframe {
    max-width: 100%;
}

/* Кнопка ВК — фирменный стиль VK (#4A76A8) */
a.btn-vk,
.smeni-notice__item--actions a.btn-vk {
    background: #4A76A8 !important;
    color: #fff !important;
    border: none !important;
}

a.btn-vk:hover,
.smeni-notice__item--actions a.btn-vk:hover {
    background: #3d6390 !important;
    color: #fff !important;
}

a.btn-vk:before,
.smeni-notice__item--actions a.btn-vk:before {
    background: transparent !important;
}

.btn-vk .btn-vk__icon {
    width: 22px;
    height: 22px;
    vertical-align: middle;
    margin-right: 8px;
}

.btn-vk .txt {
    display: inline-flex;
    align-items: center;
}

/* Уменьшенные кнопки */
.btn-one--sm,
.smeni-singl .btn-one--sm {
    padding: 0 20px;
    line-height: 44px;
    font-size: 14px;
}


@media (max-width: 991px) {
    .smeni-singl {
        padding: 120px 0px 60px;
    }
}

@media (max-width: 767px) {
    .smeni-singl_forma .codedropz-upload-inner {
        flex-direction: column;
    }
}

.form-radio-box {
    display: flex;
    flex-direction: column;
}

/*===== Форма смены: Tailwind-way (компактно, без наложений) =====*/
.smeni-singl_forma {
    width: 100%;
    box-sizing: border-box;
}

.smeni-singl_forma .contact-form,
.smeni-singl_forma .contact-form form,
.smeni-singl_forma .contact-form .default-form2,
.smeni-singl_forma .contact-form .smeni-form {
    width: 100%;
    max-width: 100%;
}

.smeni-singl_forma .contact-form .row {
    display: block !important;
    margin-left: 0;
    margin-right: 0;
}

.smeni-singl_forma .contact-form .row [class*="col-"] {
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
    padding-left: 0;
    padding-right: 0;
}

/* Выравнивание: заголовок — поле — подпись, всё слева, вертикально */
.smeni-singl_forma .contact-form .form-row,
.smeni-singl_forma .contact-form .row > [class*="col-"] {
    display: flex !important;
    flex-direction: column !important;
    margin-bottom: 1.5rem;
    text-align: left;
    width: 100%;
}

.smeni-singl_forma .contact-form .input-box,
.smeni-singl_forma .contact-form .wpcf7-form-control-wrap {
    width: 100%;
    display: block;
}

.smeni-singl_forma .contact-form .form-row .input-box,
.smeni-singl_forma .contact-form .input-box {
    width: 100% !important;
    max-width: 100%;
}

.smeni-singl_forma .contact-form .form-row:last-child,
.smeni-singl_forma .contact-form .row:last-child > [class*="col-"] {
    margin-bottom: 0;
}

.smeni-singl_forma .contact-form .form-row .input-box {
    margin-bottom: 0.5rem;
}

.smeni-singl_forma .contact-form .form-row .input-box:last-of-type {
    margin-bottom: 0;
}

.smeni-singl_forma .contact-form .form-row .fild-name {
    margin: 0 0 0.375rem;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25;
    color: #374151;
}

.smeni-singl_forma .contact-form .form-row .form-comment,
.smeni-singl_forma .contact-form .form-comment,
.smeni-singl_forma .contact-form form.wpcf7-form p small {
    margin: 0.375rem 0 0;
    font-size: 0.75rem;
    line-height: 1.25;
    color: #6b7280;
}

.smeni-singl_forma .contact-form .form-row .form_chek,
.smeni-singl_forma .contact-form .form-row .wpcf7-list-item {
    text-align: left;
}

.smeni-singl_forma .contact-form .form_chek .wpcf7-list-item {
    display: block !important;
    margin-bottom: 8px;
}

.smeni-singl_forma .contact-form .form-row--acceptance .input-box {
    margin-bottom: 0;
}

/* Блок согласия — компактный */
.smeni-singl_forma .contact-form .form-row--acceptance,
.smeni-singl_forma .contact-form .form-row--acceptance .input-box,
.smeni-singl_forma .contact-form .form-row--acceptance.acceptance-compact .input-box,
.smeni-singl_forma .contact-form .acceptance-compact {
    margin-bottom: 0;
}

.smeni-singl_forma .contact-form .form-row--acceptance label,
.smeni-singl_forma .contact-form .form-row--acceptance .wpcf7-list-item,
.smeni-singl_forma .contact-form .acceptance-compact label,
.smeni-singl_forma .contact-form .acceptance-compact .wpcf7-list-item {
    font-size: 0.8125rem;
    line-height: 1.35;
    color: #4b5563;
    font-weight: 400;
}

.smeni-singl_forma .contact-form .form-row--acceptance input[type="checkbox"] {
    margin-right: 0.5rem;
    flex-shrink: 0;
}

.smeni-singl_forma .contact-form .form-row--acceptance .wpcf7-list-item,
.smeni-singl_forma .contact-form .acceptance-compact .wpcf7-list-item {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.smeni-singl_forma .contact-form .form-row--submit {
    margin-top: 1.5rem;
    margin-bottom: 0;
}

/* Кнопка на всю ширину формы */
.smeni-singl_forma .contact-form .form-row--submit .btn-wrap--full,
.smeni-singl_forma .contact-form .btn-wrap--full {
    width: 100%;
}

.smeni-singl_forma .contact-form .btn-wrap--full .wpcf7-submit,
.smeni-singl_forma .contact-form .btn-wrap--full .cf7-btn {
    width: 100%;
    display: block;
}

.smeni-singl_forma .contact-form form.wpcf7-form p {
    margin: 0 0 1.5rem;
    padding: 0;
}

.smeni-singl_forma .contact-form form.wpcf7-form p:last-of-type {
    margin-bottom: 0;
}

.smeni-singl_forma .contact-form form.wpcf7-form label {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25;
    color: #374151;
    margin-bottom: 0.375rem;
}

.smeni-singl_forma .contact-form form.wpcf7-form .wpcf7-form-control-wrap {
    display: block;
    margin-top: 0;
}

.smeni-singl_forma .contact-form input[type="text"],
.smeni-singl_forma .contact-form input[type="email"],
.smeni-singl_forma .contact-form input[type="tel"],
.smeni-singl_forma .contact-form input[type="date"],
.smeni-singl_forma .contact-form .input-box input {
    width: 100%;
    height: 2.5rem;
    padding: 0 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25;
    color: #111827;
    background: #fff;
    border: 1px solid #d1d5db;
    border-radius: 0.375rem;
    box-sizing: border-box;
}

.smeni-singl_forma .contact-form select {
    width: 100%;
    height: 2.5rem;
    padding: 0 2rem 0 0.75rem;
    font-size: 0.875rem;
    color: #111827;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M6 8L1 3h10z'/%3E%3C/svg%3E") no-repeat right 0.5rem center;
    border: 1px solid #d1d5db;
    border-radius: 0.375rem;
    appearance: none;
    box-sizing: border-box;
}

.smeni-singl_forma .contact-form textarea {
    width: 100%;
    min-height: 5rem;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25;
    color: #111827;
    background: #fff;
    border: 1px solid #d1d5db;
    border-radius: 0.375rem;
    box-sizing: border-box;
}

.smeni-singl_forma .contact-form input:focus,
.smeni-singl_forma .contact-form select:focus,
.smeni-singl_forma .contact-form textarea:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2);
}

.smeni-singl_forma .contact-form form.wpcf7-form p .wpcf7-form-control-wrap {
    margin-bottom: 0.5rem;
}

.smeni-singl_forma .contact-form form.wpcf7-form p .wpcf7-form-control-wrap:last-child {
    margin-bottom: 0;
}

/* Зона загрузки файлов — единый стиль, 100% ширина */
.smeni-singl_forma .contact-form .codedropz-upload-wrapper {
    margin-top: 0.5rem;
    width: 100% !important;
}

.smeni-singl_forma .contact-form .codedropz-upload-handler,
.smeni-singl_forma .contact-form .codedropz-upload-container {
    width: 100% !important;
}

.smeni-singl_forma .contact-form .codedropz-upload-handler {
    min-height: 3.5rem;
    padding: 0.5rem 0.75rem;
    background: #f9fafb;
    border: 1px solid #d1d5db;
    border-radius: 0.375rem;
    display: flex;
    align-items: center;
}

.smeni-singl_forma .contact-form .codedropz-upload-handler.codedropz-dragover {
    border-color: #3b82f6;
    background: #eff6ff;
}

.smeni-singl_forma .contact-form .codedropz-upload-inner {
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    padding: 0;
}

/* Скрыть текст «Текст для поля Файл» и разделитель «или» */
.smeni-singl_forma .contact-form .codedropz-upload-inner > *:first-child,
.smeni-singl_forma .contact-form .codedropz-upload-inner > span {
    display: none !important;
}

.smeni-singl_forma .contact-form .codedropz-upload-inner span {
    padding: 0;
    font-size: 0.75rem;
    color: #6b7280;
}

.smeni-singl_forma .contact-form .codedropz-upload-inner .cd-upload-btn {
    padding: 0.375rem 0.75rem;
    font-size: 0.8125rem;
    color: #4b5563;
    background: #fff;
    border: 1px solid #d1d5db;
    border-radius: 0.375rem;
}

.smeni-singl_forma .contact-form .codedropz-upload-inner .cd-upload-btn:hover {
    border-color: #3b82f6;
    color: #3b82f6;
}

.smeni-singl_forma .contact-form .dnd-upload-counter {
    margin-top: 0.25rem;
    font-size: 0.75rem;
    color: #6b7280;
}

/* Кнопка: компактная */
.smeni-singl_forma .contact-form .wpcf7-submit,
.smeni-singl_forma .contact-form .btn-wrap .wpcf7-submit,
.smeni-singl_forma .contact-form .basic-red.cf7-btn {
    height: 2.5rem;
    padding: 0 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    border-radius: 0.375rem;
}

/* Валидация: читаемые отзывы */
.smeni-singl_forma .contact-form .wpcf7-not-valid-tip {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.75rem;
    color: #dc2626;
    line-height: 1.25;
}

.smeni-singl_forma .contact-form .wpcf7-response-output {
    margin: 1rem 0 0;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    line-height: 1.25;
    border-radius: 0.375rem;
}

.smeni-singl_forma .contact-form form.invalid .wpcf7-response-output,
.smeni-singl_forma .contact-form form.unaccepted .wpcf7-response-output {
    border: 1px solid #fecaca;
    background: #fef2f2;
    color: #991b1b;
}

.smeni-singl_forma .contact-form form.sent .wpcf7-response-output {
    border: 1px solid #bbf7d0;
    background: #f0fdf4;
    color: #166534;
}

.smeni-singl_forma .contact-form input.wpcf7-not-valid,
.smeni-singl_forma .contact-form select.wpcf7-not-valid,
.smeni-singl_forma .contact-form textarea.wpcf7-not-valid,
.contact-form form input.wpcf7-not-valid,
.contact-form form select.wpcf7-not-valid,
.contact-form form textarea.wpcf7-not-valid {
    border-color: #dc2626;
}

/*==================================
// Стили для единичного мероприятия
*/
.mec-wrap button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next) {
    background: var(--thm-primary) !important;
}

.single-sidebar-box {
    display: none;
}

.mec-wrap .mec-single-event {
    margin: 0;
}

.single-sidebar-box {
    background: #ffffff;
    padding: 5px;
}

.mec-wrap .mec-single-event .col-md-8 {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 30px;
}

.mec-single-event .mec-event-content {
    padding: 0px;
}

.mec-single-event .mec-events-meta-group {
    margin: 0;
}

@media (max-width: 1023px) {
    .mec-wrap .mec-single-event {
        display: flex;
        flex-direction: column;
    }

    .mec-wrap .mec-single-event .col-md-8 {
        width: 100%;
        max-width: 100%;
    }

    .mec-wrap .mec-single-event .col-md-4 {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .mec-container {
        padding-top: 100px;
        padding-bottom: 60px;
    }

    .widget_search .title {
        display: none;
    }

    .single-sidebar-box {
        margin-bottom: 20px;
    }

    .mec-container {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 767px) {

    .mec-single-event .mec-events-meta-group-booking,
    .mec-single-event .mec-frontbox {
        padding: 0px;
    }

    .wpcf7-list-item {
        margin: 0em;
    }
}

/*========================
Поиск в хедере
*/

.header-search-box {
    margin-left: 85px;
}

.header-search-box .search-form {
    border-bottom: 2px solid #ffffff;
    padding: 0px 10px;
}

.header-search-box .search-field {
    background-color: transparent;
    color: white;
    min-width: 300px;
}

.header-search-box .search-field:focus,
.header-search-box .search-field:active {
    background-color: transparent !important;
    color: white !important;
}

.header-search-box .search-field::placeholder {
    color: white;
    font-size: 18px;
    line-height: 120px;
}

.header-search-box .fa-search {
    color: white;
    font-size: 18px;
}

/*========================
Страница поиска
*/

.search-page .blog-title {
    margin-bottom: 30px;
}

.search-page .blog-title>a {
    color: inherit;
    transition: color 0.3s ease-in-out;
    text-decoration: underline;
}

.search-page .blog-title>a:hover {
    color: #ec1c2a;
}

.rezault__search_content {
    display: flex;
    margin-bottom: 40px;
}

.rezault__search_content .inner {
    max-width: 100%;
    width: 250px;
    max-height: 100%;
    height: 190px;
    overflow: hidden;
    border-radius: 8px;
}

.rezault__search_content .inner .post-thumbnail {
    width: 100%;
    height: 100%;
}

.rezault__search_content .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rezault__search_content .entry-summary {
    margin-left: 30px;
}

.row.text-right-rtl {
    margin-right: 0px;
    margin-left: 0px;
}

.entry-summary p {
    line-height: 1.5;
}

@media (max-width: 1200px) {
    .header-top-two .auto-container {
        padding: 0 15px;
    }
}

@media (max-width: 991px) {
    .header-top-two_right {
        display: none;
    }
}

@media (max-width: 767px) {
    .header-top-two .auto-container {
        padding: 0 10px;
    }

    .header-top-two_left {
        display: none;
    }

    .header-search-box {
        margin-left: 0px;
        padding: 10px 0px;
        margin: 0 auto;
    }

    .rezault__search_content .inner {
        width: 100%;
        margin-bottom: 10px;
    }

    .header-search-box .search-field {
        min-width: 255px;
    }

    .search-page .blog-title {
        margin-bottom: 15px;
    }

    .search-page .blog-title>a {
        font-size: 24px;
        line-height: 25px;
    }

    .rezault__search_content {
        flex-direction: column;
        margin-bottom: 15px;
    }

    .rezault__search_content .entry-summary {
        margin-left: 0px;
    }

    .entry-summary p {
        margin: 0;
    }
}