 *,:after,:before {
     box-sizing: border-box 
}
 body {
     margin: 0;
     font-family: 'Montserrat', sans-serif;
     font-size: 1rem;
     line-height: 1.5;
     color: #000;
     text-align: left;
     background-color: #fff;
     min-width:360px;
	 font-weight:400;
	 background: #E5DCD3;
}

 :root {
	 
	 --color1: #FF5C00;
	 --color2: #8cc2f4;
	 --color2: #cbe3f9;
	 --color3: #ffecc7;
	 --color4: #F7C0C0;
}
.article_rik2025 {
    color: #000;
    overflow: hidden;
	background: url(../images/bg.jpg) top center;
}


/* partners */
.article_rik2025 .partners {
    padding: 10px 0;
    display: flex;
    justify-content: center;
    gap: 40px;
    align-items: center;
    flex-wrap: wrap;
	background:#fff;
	padding:3rem 0 2rem;
}
.partners-logo {
    max-width: 90% !important;
    max-height: 60px;
    margin: auto;
}
.partners-list {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

#masonry{
  display: block;  /* замість flex */
}
.masonry-item{
  float: left;     /* Masonry дуже стабільно з float */
}

.iframe-wrap {
        position: relative;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    margin-bottom: 30px;
}
.iframe-wrap iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
	max-width: 100%;
}

.link {
    background: var(--color3);
    padding: 2px 9px;
    border-radius: 12px 0 12px 0;
	border-bottom:1px dashed transparent
}
.link:hover {
	border-bottom:1px dashed #000;
}

.subtitle {
    font-size: 1.5em;
    margin-bottom: 2rem;
}


.footer_section {
    background: var(--color1);
    padding: 50px 0;
    color: #fff;
}



.article_rik2025 strong {
    font-weight: 600;
}

.bg-grey {
    background: #f6f6fa;
}



.rik2025_caption {
    font-style: italic;
    color: #666;
}

.custom-tooltip {
    color: #10a87b;
    border-bottom: 1px dashed;
}

.article_rik2025 .btn-primary,
.article_rik2025 h2 {
	font-family: "Science Gothic", sans-serif;
    font-weight: 400;
}

 .article_rik2025 h2 {
     font-size: 24px;
     line-height: 120%;
     letter-spacing: -.02em;
     font-weight: 400;
     font-size: 1.6em;
	 color: #000;
}
 .article_rik2025 h3 {
	 margin-bottom: 1em;
	 color: #000;
}

.hero-wrap {
    border-bottom: 1px solid;
}
.hero {
    position: relative;
    z-index: 2;
}

.hero img {
    display: inline-block;
    vertical-align: bottom;
	height: 240px;
	
}


.hero h1 {
    font-family: "Science Gothic", sans-serif;
    font-weight: 400;
    font-size: 190px;
	line-height: 120%;
	margin: 0;
    padding: 100px 0;
	text-transform: uppercase;
}

.credits {
    border-bottom: 1px solid #000;
}
.credits-line {
    display: flex;
    justify-content: space-between;
}
.credits-line>* {
	padding:10px 30px;
}
.credits-line>*:first-child {
    border-right:1px solid;
}
.credits-line>*:last-child {
    border-left:1px solid;
}


.article_rik2025 .btn-primary {
    border: 1px solid #ff6700;
    background: #ff6700;
    border-radius: 0;
    color: #fff;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
}
.article_rik2025 .btn-primary:hover {
	border-color: #000;
    color: #ff6700;
    background: #000;
    color: #fff;
	padding-left:20px;
	padding-right:20px;
	border-left: 5px solid #ff6700;
}

.article_rik2025 section {
    position: relative;
    z-index: 2;
}
.article_rik2025 .item-section {
    border: 1px solid;
}
.item-desc {
    padding: 0 40px 20px;
}
@media(max-width:768px) {
	.item-desc {
		padding: 0 20px 10px;
	}
	
}
.image-wrap {
    position: relative;
    z-index: 2;
    margin-bottom: 2rem;
}
.image-wrap img {
}


.el {
	width:74px;
	height:100px;
	margin-left: 200px;
	border-left: 1px solid;
}
.el2 {
    border-right: 1px solid;
    margin-left: 300px;
	height: 200px;

}

/* SHARE BUTTONS */
.subscribe-links__list {
    display: flex;
    gap: 10px;
    font-size: 16px;
    color: #000;
	    align-items: center;
}
.c-subscribe-links .page-share__ShareButton {
    width: 30px;
    height: 30px;
    border: 1px solid;
    border-radius: 20px;
    padding: 6px;
    text-align: center;
	display: block;
				transition: all .3s ease;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
}
.page-share__ShareButton svg {
	max-width: 100%;
    max-height: 100%;
	fill: #000;
}
.page-share__ShareButton svg path {
	max-width: 100%;
    max-height: 100%;
	fill: #000;
}
.page-share__ShareButton:hover {
	background: #888;
}


@media (max-width:991px) {
	.article_rik2025 section {

	}
}




.footer-detail {
    margin: -4rem 0 -2rem 50%;
    transform: translateX(-80%);
}

@media (max-width:1199px) {
	.footer-detail {
		margin: -10rem 0 -2rem 50%;
		transform: translateX(10%);
	}
}

@media (max-width:768px) {
	.footer-detail {
        margin: -10rem 0 -2rem 50%;
        transform: translateX(10%);
        width: 240px;
        z-index: -1;
        position: relative;
    }
}





.article_rik2025 .btn-readmore {
    text-decoration: none;
    font-weight: bold;
    color: #954a4f;
    font-size: 1.2em;
    position: relative;
	padding-bottom:4px;
	
}
.article_rik2025 .btn-readmore:after {
content:'';
position:absolute;
width:0;
height:2px;
background: #954a4f;
transition: all .3s ease;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
		 bottom: 0;
    left: 0;
}
.article_rik2025 .btn-readmore:hover:after {
width:100%;
}
.link-group {
    display: flex;
    gap: 20px;
    align-items: center;
}
.cards-thumb {
    transform: scale(1);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.cards_link:hover .cards-thumb, .video_link:hover .cards-thumb {
    transform: scale(1.2);
}
/* Lead */
.article_rik2025 .lead {
    font-weight: normal;
    padding: 20px 30px;
    /* border-top: 2px solid var(--color2); */
    /* border-bottom: 2px solid var(--color2); */
    position: relative;
    background: var(--color1);
    border-radius: 20px;
    max-width: 520px;
    color: #fff;
    /* font-weight: bold; */
    font-size: 1.5rem;

}
.article_rik2025 .lead-right {
    float: right;
    margin-left: 100px;
}
.article_rik2025 .lead-left {
    float: left;
    margin-right: 100px;
}
.article_rik2025 .lead span{
    font-size: 1.5em;
}
.bg2 .lead {
    background: #fff;
    color: #000;
}
@media (max-width:991px) {
	.article_rik2025 .lead-left, .article_rik2025 .lead-right  {
        float:none;
		margin-left: 0;
		margin-right:0;
    }
	.article_rik2025 .lead {
		font-size: 1.2rem;
	}
}

.footer-section {
    background: #efefef;
}

ul.block-list {
    display: flex;
    gap: 10px;
	margin-bottom:2rem;
	flex-wrap: wrap;
}
.block-list li {
    background: #fff;
    border-radius: 10px;
    flex: 1;
    padding: 20px;
}
.block-list span {
    font-size:1.2em;
	font-weight:bold;
}
.block-list img {
    display: inline-block;
}
@media (max-width:991px) {
	.block-list li {
		flex: 1 1 calc(50% - 5px);
	}
}
@media (max-width:768px) {
	.block-list li {
		flex: 1 1 100%;
	}
}
ul.list {
    list-style: disc;
    padding-left: 30px;
    margin-bottom: 2rem;
}

.rik2025_copyright {
    font-size: .8em;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    flex-wrap: wrap;
	gap: 20px;
}
.rik2025_copyright_text {
    margin: 0 0 0 auto;
}
.c-subscribe-links__title {
    font-size: 12px;
    font-weight: 500
}

.c-subscribe-links__list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
	justify-content: center;
}

.c-subscribe-links__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    transition: background-color .3s;
    --tw-bg-opacity: 1;
    background-color: rgb(163 163 163 / var(--tw-bg-opacity))
}

.c-subscribe-links__link:is([data-theme=dark] *) {
    --tw-bg-opacity: 1;
    background-color: rgb(212 212 212 / var(--tw-bg-opacity))
}

.c-subscribe-links__link:after {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}

.c-subscribe-links__link:is([data-theme=dark] *):after {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity))
}

.c-subscribe-links__link:after {
    content: "";
    display: inline-block;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    transition: background-color .3s
}

@media (any-hover: hover) {
    .c-subscribe-links__link:hover {
        background-color:#ff6700
    }
}

.c-subscribe-links .i-facebook:after {
    width: 10px;
    height: 18px;
    -webkit-mask-image: url(https://hromadske.ua/static/build/assets/facebook-CuQ_S4W2.svg);
    mask-image: url(https://hromadske.ua/static/build/assets/facebook-CuQ_S4W2.svg);
    translate: 0 3px
}

.c-subscribe-links .i-telegram:after {
    width: 14px;
    height: 12px;
    -webkit-mask-image: url(https://hromadske.ua/static/build/assets/telegram-JpvXkc6U.svg);
    mask-image: url(https://hromadske.ua/static/build/assets/telegram-JpvXkc6U.svg);
    translate: -1px 1px
}

.c-subscribe-links .i-twitter:after {
    width: 12px;
    height: 12px;
    -webkit-mask-image: url(https://hromadske.ua/static/build/assets/twitter-BYgzWExI.svg);
    mask-image: url(https://hromadske.ua/static/build/assets/twitter-BYgzWExI.svg)
}

.c-subscribe-links .i-instagram:after {
    width: 13px;
    height: 13px;
    -webkit-mask-image: url(https://hromadske.ua/static/build/assets/instagram-BNPn-PWk.svg);
    mask-image: url(https://hromadske.ua/static/build/assets/instagram-BNPn-PWk.svg)
}

.c-subscribe-links .react-share__ShareButton {
    display: flex
}


.share-wrap {
    /* background: #fff; */
    border-top: 1px solid;
    margin-bottom: 80px;
    margin-top: 50px;
}

.corner {
    position: relative;
}
.corner2:before {
    position: absolute;
    width: 48px;
    height: 48px;
    display: block;
    background: url(../images/corner2.svg) no-repeat;
    background-size: cover;
    content: '';
    right: -48px;
    /* margin-right: -100%; */
}
.corner4:after {
    position: absolute;
    width: 48px;
    height: 48px;
    display: block;
    background: url(../images/corner2.svg) no-repeat;
    background-size: cover;
    content: '';
    left: 0px;
    /* margin-right: -100%; */
}
.corner1:after {
    position: absolute;
    width: 24px;
    height: 24px;
    display: block;
    background: url(../images/corner4.svg) no-repeat;
    background-size: cover;
    content: '';
    left: 0px;
    bottom: 0;
    margin-left: -24px;
}
.corner3:before {
    position: absolute;
    width: 24px;
    height: 24px;
    display: block;
    background: url(../images/corner4.svg) no-repeat;
    background-size: cover;
    content: '';
    right: 0px;
    top: 0;
    margin-top: -24px;
}

	.partners-list img {
		max-height: 40px;
	}

@media (max-width:1199px) {
.article_rik2025 h1 {
        font-size: 132px;
    }
	.hero img {
		height: 160px;
	}
	.el {
		height: 70px;
		margin-left: 120px;
	}
	.el2 {
		margin-left: 280px;
		height: 130px;
	}
	
}

@media (max-width: 991px) {
	.article_rik2025 h1 {
        font-size: 100px;
    }

}
@media (max-width: 768px) {
    .article_rik2025 h1 {
        font-size: 72px;
    }
	.hero img {
        height: 100px;
    }
}
@media (max-width: 576px) {
    .article_rik2025 h1 {
        font-size: 14vw;
    }
	.hero img {
        height: 17vw;
    }
	.credits-line {
		font-size: 2.5vw;
	}
	.credits-line>* {
		padding: 10px 10px;
	}
	.hero h1 {
		padding: 15vw 0 5vw;
	}
}
