.section-slider .slider-image img {
	width: auto;
}

.elementor-2613 .elementor-widget-image .elementor-image img {
	width: 300px;
	height: 300px;
	object-fit: cover;
	border-radius: 100%;
}

.grecaptcha-badge {
    display: none;
}

.owl-carousel,
.owl-stage-outer,
.owl-stage,
.owl-item {
    height: 100%;
}

.owl-carousel-container {
	width: 100%;
	height: calc(100vh - 149px);
	margin-bottom: 20px;
}

.banner, .banner-temporarily {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    background-image: url("/wp-content/themes/consortsium/assets/images/banner.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.banner-temporarily {
    background-image: url("/wp-content/themes/consortsium/assets/images/16.jpg");
}

.banner::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.2), rgba(255,255,255,1));
}

.banner__container {
    z-index: 1;
    display: flex;
    width: 60vw;
    height: 400px;
    margin-top: -149px;
    content: '';
}

.banner__real-block {
    display: flex;
    flex-direction: column;
    width: 70%;
}

.banner__real-block h1 {
    font-size: 2.2vw;
}

.banner__real-block p {
    line-height: normal;
}

.banner__link-combiner {
    display: flex;
    margin-top: 20px;
}

.banner__want-help-link,
.banner__need-help-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 196px;
    height: 60px;
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.1s ease 0s;
}

.banner__want-help-link {
    color: #ad262d;
    border: 2px solid #ad262d;
    background: #fff;
}

.banner__need-help-link
 {
    margin-left: 20px;
    color: #fff;
    background: #ad262d;
}

.banner__want-help-link:hover,
.banner__need-help-link:hover {
    cursor: pointer;
    opacity: 0.6;
}

.banner__dummy-block {
    width: 30%;
}

@media (max-width: 980px) {
    
    .owl-carousel-container {
	height: calc(100vh - 166px);
}

    .banner, .banner-temporarily {
        justify-content: flex-start;
        height: 100%;
        padding: 18px;
    }

    .banner__container {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .banner__real-block {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .banner__real-block h1 {
        font-size: 24px;
    }

    .banner__real-block p {
        font-size: 16px;
    }

    .banner__link-combiner {
        justify-content: center;
    }

    .banner__want-help-link,
    .banner__need-help-link {
        font-size: 14px;
        min-width: 120px;
    }

    .banner__dummy-block {
        display: none;
    }
}

.news__desc {
    line-height: 26px;
    letter-spacing: .00em;
}
.small-heading {
    font-size: 18px;
    min-height: 140px;
}
.small-heading.i5:before {
    background-image: url(../images/hammer.svg);
    background-position: center center;
    background-size: cover;
}
.small-heading.i6:before {
    content: '';
    width: 36px;
    height: 36px;
    background-position: -38px -40px;
    display: inline-block;
    background-image: url(../images/sprite.png);
    display: block;
    margin-bottom: 10px;
}
.small-heading.i7:before {
    content: '';
    width: 38px;
    height: 34px;
    background-position: -87px 0;
    display: inline-block;
    background-image: url(../images/sprite.png);
    display: block;
    margin-bottom: 10px;
}
.small-heading.i8:before {
    content: '';
    width: 35px;
    height: 35px;
    background-position: -87px -34px;
    display: inline-block;
    background-image: url(../images/sprite.png);
    display: block;
    margin-bottom: 10px;
}
.links li a {
    padding: 15px 15px;
    min-height: 100px;
}
.main-menu ul li.active a:before,
.main-menu ul li .sub-menu li a:before{
	border-top: none;
}
.main-menu ul li.active > a:before,
.main-menu ul .current-menu-parent > a:before {
    content: '';
    border-top: solid #cf9a00 3px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.block-image{
    margin-bottom: 20px;
}
.block-image img{
    width: 100%;
    object-fit: cover;
}
.main-menu ul li.active a {
    color: #282828;
}
.main-menu ul li.active > a,
.main-menu ul .current-menu-parent > a {
    color: #cf9a00;
}

.menu-item-22 > a{
	user-select: none;
	pointer-events: none;
}

.news__image.without-image{
    height: initial;
    overflow: visible;
}

.news__image.without-image .news__date{
    display: inline-block;
    position: relative;
}

span.page-numbers.current {
    background-color: #ad262d;
    color: #fff;
    display: block;
    width: 55px;
    height: 60px;
    border: solid #e8e8e8 1px;
    text-align: center;
    line-height: 60px;
    font-weight: 700;
}


.list__sort ul a.active {
    color: #cf9a00;
}
form.mimi-form p{
    margin: 0;
}
.unisender_form br{
    display: none;
}

form.mimi-form input ,
.unisender_form input {
    margin-top: 25px;
    width: 100%;
    padding: 20px 50px 20px 25px;
    font-size: 18px;
    font-weight: 300;
    border: solid transparent 1px;
    resize: none;
}
form.mimi-form input ,
.unisender_form input {
    margin: 0;
}
form.mimi-form input,
.unisender_form input {
    margin-top: 20px;
}
form.mimi-form .button.mimi-submit,
.unisender_form input[type="submit"]{
    background-color: #e8e8e8;
    display: block;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    color: #ad262d;
    font-weight: 700;
    padding: 20px 15px;
    width: 100%;
    border: 0;
    cursor: pointer;
    background-color: #fff;
    border: solid #ad262d 1px;
}
form.mimi-form .button.mimi-submit:hover,
.unisender_form input[type="submit"]:hover{
    background-color: #ad262d;
    color: #fff;
    -webkit-box-shadow: 0 16px 29px 0 rgba(173,38,45,.26);
    box-shadow: 0 16px 29px 0 rgba(173,38,45,.26);
}

form.mimi-form input[name="signup[name]"],
.unisender_form input[name="Name"] {
    background-image: url(../images/user.png);
    background-repeat: no-repeat;
    background-position: right 15px top 15px;
}

form.mimi-form input[name="signup[email]"],
.unisender_form input[name="email"] {
    background-image: url(../images/envelope.png);
    background-repeat: no-repeat;
    background-position: right 15px top 15px;
}
form.mimi-form label,
.unisender_form label{
    display: none;
}
.main-image{
	max-width: 100%;
	
}
img.main-image {
   width: 100%;
   padding: 30px;
}
.box__heading{
	   font-size: 32px;
}
.primary-box {
    padding: 40px 0;
}
.page__helping .form__offering .content .border{
	font-size: 20px;
}
.page-template-template-help-php .primary-box .container > p{
	word-spacing: 1px;
	line-height: 30px;
    text-align: justify;
}
.page-template-template-help-php .primary-box .form__offering{
	    margin-top: 45px;
}
.category-2 p{
	font-size: 18px;
}
h3.news__heading {
    font-size: 1.02em;
}
p.news__desc {
    font-size: 15px;
}


.text-align-justify{
    text-align: justify
}
/*
#section2 .list-inline.blocks li:first-child ul li:nth-child(1),
#section2 .list-inline.blocks li:first-child ul li:nth-child(2){
    font-size: 13px;
}
*/
.main-sldr .embers:not(.embers__news)>.ember:first-child{
    padding-left: 0;
}
.main-sldr .embers:not(.embers__news)>.ember:last-child{
    padding-right: 0;
}
.post__heading{
    font-size: 20px;
    padding: 0 15px 15px;
}
.post__date {
    font-size: 14px;
    margin: 0 0 10px 0;
    padding: 0 10px;
}
.slider-posts .post__link .post__image {
    height: 420px;
}
.slider-posts .post__link {
    height: 420px;
}
.list__posts .post__link {
    height: 200px;
}
.list__posts .post__link .post__image {
    height: 200px;
}

.main-menu ul li {
    padding: 10px 0;
}
.logo {
    margin-top: 0;
}
.form__search {
    margin-top: 15px;
    height: 42px;
}

.main-menu {
    margin-top: 0;
}
.main-menu ul a{
    font-size: 16px;
}
.list__social {
    padding: 0;
}
.list__languages .dropdown__header {
    height: 30px;
    line-height: 30px;
}

.logo__image {
    max-width: 72px;
    margin: 6px 15px 4px 0;
}
.main-menu ul li ul{
    top: 30px;
}
.list__languages ul a {
    font-size: 14px;
}
.news__image{
    height: 250px;
    margin: 0 0 20px;
}

.input {
    margin-top: 20px;
    padding: 10px 50px 10px 15px;
    font-size: 14px;
}
.input.summ{
    background-position: right 15px top 5px;
}
.input.name {
    background-position: right 15px top 5px;
}
.input.email {
    background-position: right 15px top 8px;
}
.input.age {
    background-position: right 15px top 7px;
}
.input.phone {
    background-position: right 15px top 5px;
}
.input.house {
    background-position: right 15px top 5px;
}
.input.company {
    background-position: right 15px top 7px;
}
.input.portfolio {
    background-position: right 15px top 7px;
}
form.mimi-form input[name="signup[name]"]{
    background-position: right 15px top 8px;
}
form.mimi-form input[name="signup[email]"]{
    background-position: right 15px top 10px;
}
form.mimi-form input{
    padding: 10px 50px 10px 25px;
}
form.mimi-form .button.mimi-submit{
    padding: 10px 15px;
}

.btn, .btn__all-news {
    padding: 10px 10px;
}
.switch-button {
    padding: 10px 10px;
}
.form__need-help .input {
    padding: 10px 40px 10px 15px;
}
.jq-file__browse {
    padding: 5px 5px 5px 45px;
}
.contacts-row {
    display: flex;
    justify-content: space-evenly;

}
.contacts-row > div:first-child{
    min-width: 34%;
    padding: 0 30px 0 0;
}
.contacts-row > #wpcf7-f135-p15-o1{
    width: 100%;
}
.page-id-15 .form__need-help {
    margin-top: 0;
}

.single-content p, .single-content ul,
.page-template-default .page-full p, .page-template-default .page-full ul{
    text-align: justify;
}
.page-template-template-legal-help p,
.page-template-template-legal-help .full-width > .list-inline:not(.blocks){
    text-align: justify;
}
.form__offering .content h2 {
    font-size: 36px;
}

.box__subscribe {
    padding: 30px 0;
}

.box__subscribe p {
    font-size: 15px;
    margin: 0;
}

.box__subscribe .box__heading.border-bottom{
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.list-inline.blocks .links li a {
    font-size: 16px;
}

.list__social li a {
    font-size: 14px;
}

.list__social li a.fab-custom{
	position: relative;
}

.list__social li a.fab-custom:hover{
	opacity: .6;
}
.list__social li a.custom-zen:after{
	content: '';
    background-image: url(../images/zen.svg);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: contain;
}
.list__social li a.custom-zen-footer:after{
	content: '';
    background-image: url(../images/zen-footer.svg);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: contain;
}

a.dropdown__header {
    font-size: 14px;
}

.form__offering .content p{
    text-align: justify;
}
.form__offering .content .ember p{
    text-align: left;
}
.footer__bottom .container .phone{
    margin-left: 30px;
}
.page-article .form__search{
    margin-top: 8px;
}
.box__counters-value {
    min-width: 25%;
}
.logo {
    height: 70px;
    
}
.logo .logo__desc {
	line-height: 70px;
}

.embers__news>.ember{
	display: block;
	min-width: 50%;
	max-width: 585px;
    flex: 1 0 auto;
	/*float: left;*/
}

ul.list-inline.blocks {
    column-count: 4;
    position: relative;
}

ul.list-inline.blocks li {
    position: relative;
    top: 0;
}
.footer__bottom .container{
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.footer__bottom .container .item.list__social{
	max-width: 340px;
	float: none;
}
.footer__bottom .footer_cop{
	max-width: 46%;
}
.not-found-form{
	
	position: relative;
	max-width: 420px;
}
.error-404 .page-header{
	text-align: center;
	font-size: 46px;
}
.error-404 .page-content > p {

	text-align: center;
}
.error-404 .not-found-form {
	margin: 0 auto;
}

.not-found-form form{
    border: solid #f1f1f1 1px;
}

.footer-logo{
    /*width: 76px;*/
    height: 20px;
    max-height: 45px;    
    margin-left: 30px;
   -webkit-filter: grayscale(100%); 
  filter: grayscale(100%);
      opacity: .6;
      transition: .3s all;
}
.footer-logo-top:hover{
    -webkit-filter: grayscale(0%); 
  filter: grayscale(0%);
      opacity: 1;
  /*display: none;*/
}
/*.footer-logo-top:hover + .footer-logo-hidden{
    display: block;
}*/
.footer__bottom{
    margin-bottom: 30px;
}
/*.footer-logo-hidden{
    display: none;
}
a.footer-wrap-logo {
    line-height: 0;
}*/


blockquote + p{
	width: 46%;
    display: inline-block;
    margin-right: 3%;
}


blockquote + p .wp-embedded-content{
	width: 100%;
}


.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter{
	text-align: center;	
}

.section-slider{
    padding: 30px 0;
    background: #eaeaea;
}

.owl-slider .owl-nav button.owl-next,
.owl-slider .owl-nav button.owl-prev{
    color: #ce9900;
}

.slider-link{
    display: block;
    padding: 20px 20px 30px;
    position: relative;
    /*overflow: hidden;*/
    text-decoration: none;
}

.slider-image{
    margin: 0;
    padding: 15px;
    position: relative;
    height: 160px;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    transition: all linear .5s;
}

.slider-link:hover .slider-image{
    background-color: #fff;
    box-shadow: 0px 10px 40px 0px rgba(69,117,189,0.2);
}

.slider-image img{
    max-height: 100%;
    width: auto;
    display: inline-block;
}

.slider-headline{
    display: block;
    text-align: center;
    color: #8396b1;
    padding: 10px 0 0;
    transition: all linear .5s;
    /*position: absolute;*/
    bottom: -100px;
    left: 20px;
    right: 20px;
}

.slider-link:hover .slider-headline{
    bottom: 0;
}

.owl-slider .owl-nav button.owl-prev{
    left: -25px;
    border-radius: 40px 0 0 40px;
    padding-left: 17px!important;
    line-height: 1;
}

.owl-slider .owl-nav button.owl-next{
    right: -25px;
    border-radius: 0 40px 40px 0;
    padding-right: 17px!important;
    line-height: 1;
}

.main-image{
    margin: 0 auto;
    display: block;
}

.gallery-columns-1 .gallery-item{
    width: 100%;
    text-align: center;
}
.gallery-columns-1 .gallery-item img{
    width: 100%;
}

.section-video p:first-child,
.section-video p:ntn-chld(1){
    margin-top: 0;
}

.section-video p:last-child{
    margin-bottom: 0;
}

.unisender_form .widget-title{
    display: none;
}

@media (max-width: 1367px){

    .list__posts .post__link .post__image,
    .list__posts .post__link {
        height: 180px;
    }
    .slider-posts .post__link,
    .slider-posts .post__link .post__image {
        height: 380px;
    }
    .box__heading {
        font-size: 28px;
        margin: 0 0 20px;
    }
    .primary-box {
        padding: 0px 0 20px;
    }
    .news__image .news__date{
        padding: 8px 14px;
        font-size: 14px;
    }
    .news__image {
        height: 210px;
        margin: 0 0 10px;
    }
    h3.news__heading {
        font-size: 1.0em;
        margin: 0 0 10px;
        padding: 0 0 10px;
    }
    p.news__desc {
        font-size: 14px;
        margin-top: 10px;
    }
    span.page-numbers.current,
    .pagination a {
        width: 45px;
        height: 50px;
        line-height: 50px;
    }
    .list__social li a{
        font-size: 12px;
        line-height: 30px;
        width: 30px;
        height: 30px;
    }
    .modal__content .modal__content-heading{
        font-size: 20px;
        margin: 0 0 0px;
        padding: 0 0 0px;
    }
    .modal__content p {
        margin: 5px 0;
    }

}

@media (max-width: 1179.98px){
    .embers__news>.ember{
        margin: 0 auto;
    }
	.footer__bottom .container .item.list__social{
		max-width: 100%;
		width: auto;
		display: inline-block;
		margin: 0 auto;
		margin-bottom: 10px;

        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        justify-content: space-between;
	}
    .list__social li a {
        font-size: 15px;
        line-height: 60px;
        width: 60px;
        height: 60px;
    }
	.footer__bottom .container .phone{
		display: block;
		margin: 10px auto;
	}
	.footer__bottom .container .item.list__social li{
		display: inline-block;
	}
	.footer__bottom .footer_cop{
		max-width: 100%;
	}
    .embers:not(.embers__news)>.ember{
        width: 50%;
    }
    .footer-wrap-logo{
        display: block;
        width: 100%;
    }
    .footer-logo {
        margin-left: 0;
    }

}
@media (max-width: 980px){
    .section-video iframe{
        width: 100%;
        height: 200px;
    }

	blockquote + p{
		width: 100%;
	}
	.logo {
		font-size: 18px;
	}
	.footer-menu {
	    display: none;
	}
	.footer__bottom .container{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		-moz-flex-direction: column;
	    -ms-flex-direction: column;
	    -o-flex-direction: column;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	    flex-direction: column;
	}
	.box__heading {
	    line-height: 32px;
	}
	.embers:not(.embers__news)>.ember {
	    width: 100%;
	    padding: 0 0;
	}
}

@media (max-width: 767.98px){
	.embers__news>.ember{
		display: block;
		min-width: 100%;
	}
	.logo {
		font-size: 14px;
	}
	.logo .logo__desc{
		line-height: 14px;
	}
    .footer__bottom .container .phone{
        /*margin-left: 0;*/
    }
    .sb-search-input,
    #sb-search,
    .sb-icon-search,
    .sb-search-submit{
        height: 30px;
        line-height: 30px;
    }
    .wpcf7-form-control.g-recaptcha > div {
        width: 240px !important;
        overflow: hidden;
    }
    .embers:not(.embers__news)>.ember{
        width: 100%;
        padding: 0 0;
    }
	.embers__news>.ember{
		max-width: 100%;
	}
	.embers.embers__news,
	.embers:not(.embers__news){
		padding: 0 0;
	}
    .contacts-row{
        flex-wrap: wrap;
    }
    .form__need-help{
        margin-top: 30px;
    }
    .news__image {
        height: 50px;
        margin: 0 0 30px;
    }
    .slider-posts .post__link, .slider-posts .post__link .post__image{
        height: 210px;
    }
    .list__social li a {
        margin-top: 0px;
    }
    .sb-search-input{
        padding: 15px 65px 15px 15px;
    }
    .box__counters-value {
        min-height: 150px;
    }
    .footer__bottom .container .item.list__social{
        width: 100%;
        padding: 0;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    img.main-image{
        padding: 0;
    }
    .list__social li a {
        font-size: 12px;
        line-height: 30px;
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 413px){
    .dropdown.list__languages{
        position: absolute;
        top: 26px;
        left: 24px;
    }
    .header__top {
        height: 56px;
    }
}

.merch-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 40px;
}

.merch-item {
	padding: 5px;
	border: 3px solid #c65c62;
	line-height: 0;
}

.merch-item img {
    height: 300px;
    width: 300px;
    object-fit: cover;
}

@media (max-width: 980px){
    .merch-container {
	flex-direction: column;
	}
	.image__wrapper,
	.image__block {
		display: none;
	}
}

/* help page form */

.page-template-template-help-php .primary-box .form__offering {
	flex-wrap: wrap;
}

.image__wrapper {
	width: 55%;
	padding: 20px;
}

.image__block {
	width: auto;
	height: 100%;
	background-image: url('../images/run.jpg');
    background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.page-template-template-help-php .primary-box .form__offering .content {
	width: 100%;
}

/* thank page */

.page__thank .box__heading {
    display: none;
}

.thank__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70%;
    height: 400px;
    margin: 0 auto;
    margin-top: 60px;
    background: #ececec;
    border-radius: 20px;
}

.thank__icon {
    width: 200px;
    height: 200px;
    background-image: url('/wp-content/themes/consortsium/assets/images/thank.png');
    background-position: center center;
    background-size: cover;
}

.thank__message {
    width: 90%;
    padding: 20px;
    background: #fff;
}

.thank__social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    margin: 0 auto;
    margin-top: 40px;
}

.thank__facebook,
.thank__instagram,
.thank__vk {
    width: 50px;
    height: 50px;
    margin: 10px;
}

.thank__facebook:hover,
.thank__instagram:hover,
.thank__vk:hover {
   opacity: 0.7;
}

/* reports page */

.report-combiner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.report-item {
    display: flex;
    width: 400px;
    height: 180px;
    border: 10px solid #545454;
    margin: 20px;
    padding: 10px;
    cursor: pointer;
    text-decoration: none;
    color: #282828;
}

.report-item:hover {
    border-color: #ff5757;
}

.report-item__name {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    text-transform: uppercase;
    word-break: break-all;
}

.report-item__name::before {
    content: '';
    display: flex;
    width: 100px;
    height: 100px;
    margin-right: 10px;
    background-position: center center;
    background-size: cover;
}

.report-item__name--financial-reports::before {
    background-image: url('/wp-content/themes/consortsium/assets/images/reports-and-documents/financial-reports.jpg');
}

.report-item__name--meaningful-reports::before {
    background-image: url('/wp-content/themes/consortsium/assets/images/reports-and-documents/meaningful-reports.jpg');
}

.report-item__name--moj-reports::before {
    background-image: url('/wp-content/themes/consortsium/assets/images/reports-and-documents/moj-reports.jpg');
}

.report-item__name--organization-documents::before {
    background-image: url('/wp-content/themes/consortsium/assets/images/reports-and-documents/organization-documents.jpg');
}

.report-item__name--analytics-and-inquiries::before {
    background-image: url('/wp-content/themes/consortsium/assets/images/reports-and-documents/analytics-and-inquiries.jpg');
}

@media (max-width: 980px) {

    .report-combiner {
        justify-content: center;
    }

    .report-item {
        width: 306px;
        height: 180px;
    }

    .report-item__name {
        font-size: 22px;
    }

    .report-item__name::before {
        width: 80px;
        height: 80px;
    }
}

/* reports sub pages */

.financial-reports__container a,
.meaningful-reports__container a,
.moj-reports__container a,
.organization-documents__container a,
.analytics-and-inquiries__container a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-items: center;
    font-size: 26px;
    text-transform: uppercase;
    color: #ff5757;
}

.financial-reports__container a::before,
.meaningful-reports__container a::before,
.moj-reports__container a::before,
.organization-documents__container a::before,
.analytics-and-inquiries__container a::before {
    content: '';
    display: flex;
    width: 68px;
    height: 68px;
    margin-right: 20px;
    background-position: center center;
    background-size: cover;
}

.financial-reports__container a::before {
    background-image: url('/wp-content/themes/consortsium/assets/images/reports-and-documents/financial-reports.jpg');
}

.meaningful-reports__container a::before {
    background-image: url('/wp-content/themes/consortsium/assets/images/reports-and-documents/meaningful-reports.jpg');
}

.moj-reports__container a::before {
    background-image: url('/wp-content/themes/consortsium/assets/images/reports-and-documents/moj-reports.jpg');
}

.organization-documents__container a::before {
    background-image: url('/wp-content/themes/consortsium/assets/images/reports-and-documents/organization-documents.jpg');
}

.analytics-and-inquiries__container a::before {
    background-image: url('/wp-content/themes/consortsium/assets/images/reports-and-documents/analytics-and-inquiries.jpg');
}

@media (max-width: 980px) {
    .financial-reports__container a,
    .meaningful-reports__container a,
    .moj-reports__container a,
    .organization-documents__container a,
    .analytics-and-inquiries__container a {
        flex-direction: column;
        font-size: 20px;
        margin-top: 40px;
        word-break: break-word;
    }

    .financial-reports__container a::before,
    .meaningful-reports__container a::before,
    .moj-reports__container a::before,
    .organization-documents__container a::before,
    .analytics-and-inquiries__container a::before {
        width: 68px;
        height: 68px;
        margin-right: 0px;
    }
}

/* projects */

.projects-combiner {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.projects-item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 480px;
    height: 240px;
    border: 8px solid #545454;
    margin: 20px;
    padding: 10px;
    text-decoration: none;
    color: #282828;
}

.projects-item:hover {
    border-color: #b13337;
}

.projects-item--active::before {
    content: 'действующий';
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 50px;
    background-color: #c9e265;
}

.projects-item__name {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 20px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    word-break: break-word;
}

.projects-item__name:hover {
    opacity: 0.7;
}

.projects-item__name::before {
    content: '';
    display: flex;
    width: 120px;
    height: 120px;
    margin-right: 10px;
    background-position: center center;
    background-size: cover;
}

.projects-item__name--protection-center::before {
    background-image: url('/wp-content/themes/consortsium/assets/images/projects/protection-center.jpg');
}

.projects-item__name--light-algorithm::before {
    background-image: url('/wp-content/themes/consortsium/assets/images/projects/light-algorithm.jpg');
}

.projects-item__name--legal-aid::before {
    background-image: url('/wp-content/themes/consortsium/assets/images/projects/legal-aid.jpg');
}

.projects-item__name--archive::before {
    background-image: url('/wp-content/themes/consortsium/assets/images/projects/archive.jpg');
}

.project-item__sponsors {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    height: auto;
}

.project-item__sponsor {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 10px;
}

.project-item__sponsor:hover {
    opacity: 0.7;
}

.project-item__sponsor img {
    width: auto;
    height: 50px;
}

.project-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

@media (max-width: 980px) {

    .projects-combiner {
        justify-content: center;
    }

    .projects-item {
        width: 306px;
        height: 180px;
    }

    .projects-item__name {
        font-size: 16px;
    }

    .projects-item__name::before {
        width: 50px;
        height: 50px;
    }

    .projects-item--active::before {
        width: 120px;
        height: 40px;
        font-size: 14px;
    }

    .project-item__sponsor {
        margin: 5px;
    }

    .project-item__sponsor img {
        width: auto;
        height: 40px;
    }
}

/* partners */

.partners-combiner {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
}

.partners-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(33.333% - 20px);
    min-width: 200px;
    height: 200px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 15px;
/*     border: 1px solid #ad262d; */
    border-radius: 6px;
    background-color: rgba(255,255,255,0.08);
}

.partners-item:hover .partners__name {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(255, 255, 255, 0.7);
}

.partners__link {
    display: flex;
}

.partners__image {
    width: 100%;
    height: 150px;
    object-fit: contain;
}

.partners__name {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    margin: 0 auto;
    border-radius: 6px;
    cursor: pointer;
}

/* over */

.form__offering {
    flex-wrap: wrap;
}

.form__offering .content {
    width: 100%;
}

.main-page .form__offering {
    flex-wrap: unset;
}

.main-page .form__offering .content {
    width: 60%;
}

#section3 .list-inline li:nth-child(2) {
  order: -1;
}

.blocks {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.contacts-page {
    flex-direction: column;
}

.contacts-page .list__social {
    justify-content: center;
}

.contacts-page .list__social li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 42px;
    text-decoration: none;
}

.box__counters-value,
.box__counters-content
{
    flex: 1 0 50%;
    height: auto;
}

.wslot-item {
    text-align: center;
}

.swiper-item.flex-amount-item .swiper-item-inner {
    background-image: url(../images/ruble.png) !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
}

.donor__textfield--email .leyka-star-field-frame {
    background-image: url(../images/envelope.png) !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - var(--leyka-star-base)) center !important;
}

.donor__textfield--name .leyka-star-field-frame {
    background-image: url(../images/user.png) !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - var(--leyka-star-base)) center !important;
}


.leyka-tpl-star-form .section .section__fields .amount__figure.star-swiper.only-one-item .swiper-item.flex-amount-item, .leyka-screen-form .section .section__fields .amount__figure.star-swiper.only-one-item .swiper-item.flex-amount-item {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 16px 0 16px;
}

.leyka-tpl-star-form .section .section__fields .amount__figure.star-swiper .full-list .swiper-item.flex-amount-item .swiper-item-inner, .leyka-screen-form .section .section__fields .amount__figure.star-swiper .full-list .swiper-item.flex-amount-item .swiper-item-inner {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
}

.leyka-tpl-star-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item.empty, .leyka-screen-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item.empty {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0px !important;
    line-height: 32px !important;
}

:root { --leyka-color-main-inactive: rgba(173,38,45, 0.5); }
:root { --leyka-color-main: #ad262d; }

.leyka-tpl-star-form .section .section__fields.periodicity, .leyka-screen-form .section .section__fields.periodicity {
    display: flex;
    justify-content: space-between; !important;
    color: #ad262d;
}

.leyka-tpl-star-form .section .section__fields.periodicity a, .leyka-screen-form .section .section__fields.periodicity a {
    width: 45%;
    border-radius: unset;
    border-color: #ad262d;
    font-weight: bold !important;
}

.leyka-tpl-star-form .section .section__fields .donor__submit input, .leyka-screen-form .section .section__fields .donor__submit input {
    border: 2px solid;
    border-radius: unset;
    border-color: #ad262d;
    background-color: #fff !important;
    color: #ad262d;
    font-weight: bold !important;
}

.leyka-tpl-star-form .section .section__fields .donor__submit input:disabled, .leyka-screen-form .section .section__fields .donor__submit input:disabled {
    background-color: rgba(232,232,232, 0.5) !important;
}

.leyka-tpl-star-form .section .section__fields .amount__figure.star-swiper .full-list .swiper-item.flex-amount-item.selected, .leyka-screen-form .section .section__fields .amount__figure.star-swiper .full-list .swiper-item.flex-amount-item.selected,
.leyka-tpl-star-form .section .section__fields.donor .donor__textfield.valid .leyka-star-field-frame, .leyka-screen-form .section .section__fields.donor .donor__textfield.valid .leyka-star-field-frame
{
    background-color: #fff !important;
}

@media screen and (max-width: 639px) {
    .leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item.selected .swiper-item-inner, .leyka-screen-form .section .section__fields .star-swiper .swiper-item.selected .swiper-item-inner {
        background-color: unset;
    }
}

.form__offering .leyka-pf.leyka-pf-star {
    width: 45% !important;
    margin: 0 !important;
    padding: 20px !important;
    background-color: unset;
    box-shadow: unset;
}

.form__offering .leyka-payment-form {
    background: #fff;
}

.form__offering .leyka-pm-form {
    padding: 20px;
}

.fake.active {
    background-color: var(--leyka-color-white) !important;
    color: var(--leyka-color-gray-semi-dark) !important;
    z-index: 10 !important;
}

@media (max-width: 1179.98px) {
    .main-page .form__offering .content,
    .form__offering .leyka-pf.leyka-pf-star {
        width: 100% !important;
    }
    .form__offering .leyka-pf.leyka-pf-star {
        padding: 0 !important;
    }
    .box__counters-content {
        font-size: 16px;
    }
}

/* subs */

#subs {
    position: fixed;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    right: 20px;
    bottom: 20px;
    width: 70px;
    height: 70px;
    background-color: #cf9a00;
    color: #ffffff;
    border: 2px solid #ffffff;
    text-decoration: none;
    opacity: 0.8;
    z-index: 100;
}

#subs:hover {
    opacity: 1;
    cursor: pointer;
}

#subs:hover #subs__close{
    display: flex;
}

#subs:hover #subs__link{
    display: flex;
}

#subs::before {
    font-size: 28px;
    animation: zoom-in-zoom-out 2s infinite;
}


@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.2, 1.2);
    }
    100% {
        transform: scale(1, 1);
    }
}

#subs__link,
#subs__close {
    position: absolute;
    display: none;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 35px;
    border: unset;
    background-color: #ffffff;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    color: #000;
    font-weight: normal;
}

#subs__link {
    top: -2px;
    left: -120px;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
}

#subs__close {
    bottom: -2px;
    left: -120px;
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
}

#subs__close:hover,
#subs__link:hover {
    background-color: #cf9a00;
    color: #ffffff;
}

.footer__bottom .footer_cop .textwidget {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer__bottom .footer_cop img {
    object-fit: cover;
}

.footer__bottom .footer_cop p {
    margin: 0;
    opacity: 1;
}

.footer__bottom .footer_cop p:first-of-type {
    margin-bottom: 1em;
}

.header__top .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.list__social--trust li p {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    width: auto;
    height: 38px;
}

.list__social--trust li p span {
    font-size: 14px;
    color: #ffffff;
}

.list__social--trust li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 38px;
    border-radius: unset;
    background-color: unset;
}

.list__social--trust li a:hover {
    opacity: 0.8;
}

.list__social--trust li a img {
    object-fit: cover;
}

@media (max-width: 413px) {
    .header__top {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 70px;
    }

    .header__top .container {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (min-width: 414px) and (max-width: 1179.98px) {
    .header__top .container {
        align-items: center;
    }

    .list__social--trust {
        margin-right: calc(50px - 15px);
    }
}