/* Header Styles Start */
.main_page_header{
    position: relative;
	top: 0;
	height: 100vh;
	width: 100%;
	overflow-x: hidden;
}
@media screen and (max-width: 880px) {
	.main_page_header{
		height: 80vh;
	}
}
.header_polygon1{
	position: absolute;
	right: 0;
	max-width: 25vw;
}
.header_polygon2{
	position: absolute;
	z-index: 100;
	left: 0;
	max-width: 18vw;
	opacity: .6;
}
.leftHeaderBar{
    font-family: var(--semiBold-font-600);
    font-weight: 600;
	position: absolute;
	top: 3vh;
	left: 2vw;
	z-index: 900;
	color: white;
	display: flex;
	flex-wrap: wrap;
    width: auto;
}
.leftHeaderBar div{
	font-size: 2.7vmin;
	margin-bottom: 1.5vh;
}
.leftHeaderBar a{
	margin-bottom: .7vh;
    width: 100%;
    color: white;
}
.logo_and_social{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30vh;
}
.logo_and_social .layer{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 85%;
    background-color: hsla(0, 0%, 0%, .6);
}
.logo_and_social .logo{
    position: absolute;
    top: 0;
    left: 3vw;
    width: 50%;
    height: 90% ;
}
.header_nav_container{
	display: flex;
	position: absolute;
	top: 5vh;
	right: 2%;
	width: auto;  
}
.header_nav_container .main-category-link{
    font-family: var(--extraBold-font-800 );
    font-weight: 800;
	color: white;
	font-size: 1.4vmax;
}


@media screen and (max-width: 1025px){
    .header_polygon2{
        max-width: 35vw;
    }
    .header_polygon1{
        display: none;
    }
    .logo_and_social{
        height: 20vh;
    }
    .logo_and_social .social_icons{
        width: 30%;
    }
    .header_nav_container{
        display: none;
    }
    .main_responsive_header_icon{
        position: absolute;
        top: 2vh;
        right: 3vw;
        display: flex;
        flex-wrap: wrap;
        width: 40px;
        height: 40px;
		z-index: 1000;
    }
    .main_responsive_header_icon span{
        width: 100%;
        height: 5px;
        border-radius: .3em;
        background-color: white;
        margin: 2px 0;
    }
}
@media screen and (max-width: 600px){
    .leftHeaderBar{
        max-width: 40%;
    }
    .logo_and_social .social_icons{
        width: 40%;
    }
    .logo_and_social .logo{
       	min-width: 65%;
		top: -2vh;
    }
    .logo_and_social .social_icons a img{
        width: 20%;
    }
    .header_polygon2{
        display: none;
    }
    .main_responsive_header_icon{
        width: 30px;
        height: 30px;
    }
}
/* Header Styles End */

/*exclusive slider start*/
.exclusiveWrapper{
	padding: 7vh 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	transition: all 500ms ease-in 0s;
}
.exclusiveWrapper .category{
	cursor: pointer;
	width: 93%;
	margin-bottom: 5vh;
	color: #FF5C16;
	font-size: 2.2rem;
	font-weight: 600;
	font-family: "Roboto", sans-serif !important;
	transition: all 500ms ease-in 0s;
}
.exclusiveWrapper .category:hover{
	text-decoration: underline;
}
.exclusiveSlider{
	width: 100%;
}
.exclusiveItm{
	cursor: pointer;
	color: black;
	transition: .5s;
	margin: 0 1em;
	min-height: 40vh;
	display: flex !important;
	flex-wrap: wrap;
	transition: .3s ease-in-out;
}
.exclusiveItm:hover h1{
	text-decoration: underline;
	transition: .3s ease-in-out;
}
.exclusiveItm:hover img{
	transform: scale(1.03);
	transition: .3s ease-in-out;
}
.exclusiveItmImg{
	height: 25vh;
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
}
.exclusiveItmImg img{
	transition: .5s;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .3s ease-in-out;
}
.exclusiveItmContent{
	padding: 4%;
	min-height: 15vh;
	display: flex;
	flex-wrap: wrap;
	text-align: justify;
}
.exclusiveItmContent h1{
	font-size: 1.3rem;
	width: 100%;
	font-weight: 500;
	transition: .3s ease-in-out;
}
.exclusiveItmContent h2{
	font-size: 1rem;
	color: grey;
	font-weight: 600;
	width: 100%;
	text-align: right;
}
.slick-prev{
	display: none !important;
}
.slick-arrow{
	border-radius: 52%;
	box-shadow: 0 0 15px black !important;
	width: 5%;
	position: absolute;
	top: 50%;
  	right: 2%;
  	cursor: pointer;
  	color: white;
}
@media screen and (max-width: 450px){
	.exclusiveItmContent h2{
		display: none;
	}
	.slick-arrow{
		width: 10%;
	}
}
@media screen and (max-width: 400px){
	.exclusiveItmContent{
		height: auto;
	}
}

/*exclusive slider end*/

/* mainWrapper */
main{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}
.mainWrapper{
	width: 95vw;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	overflow: hidden;
}
/*news feed start*/
.newsFeed{
	max-width: 45vw;
	padding: 5vh 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.newsFeedHeader{
	width: 100%;
	font-size: 200%;
	box-shadow: 0 4px 2px -2px #FF5C16;
	text-align: center;
	margin-bottom: 5vh;
	color: rgba(0, 0, 0, 0.8);
	font-weight: bold;
	font-family: 'Roboto', sans-serif !important;
	position: relative;
	cursor: pointer;
	transition: .3s ease-in-out;
}
.newsFeedHeader:hover{
	transition: .3s ease-in-out;
	color: #FF5C16;
	transform: scale(1.05);
}
.manifest-video-wrapper{
	z-index: 100000;
	width: 100%;
	position: fixed;
	top: 0;
	display: flex;
	display: none;
	justify-content: center;
}
.manifest-video-wrapper .bg{
	z-index: -1;
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, .8);
}
.manifest-video-wrapper video{
	max-height: 100vh;
}
.manifest-video-wrapper img{
	position: absolute;
	top: 3%;
	right: 12%;
	max-width: 42px;
	cursor: pointer;
	transition: .3s ease-in-out;
}
.manifest-video-wrapper img:hover{
	transition: .3s ease-in-out;
	transform: scale(1.1);
	box-shadow: rgba(255, 92, 22, .7);
}
.newsFeedHeader:hover:after{
	color: #FF5C16;
	content: attr(data-title); /* Выводим текст */
    position: absolute; /* Абсолютное позиционирование */
    left: 30%; top: 100%; /* Положение подсказки */
    z-index: 1000; /* Отображаем подсказку поверх других элементов */
    background: rgba(255,255,230,0.9); /* Полупрозрачный цвет фона */
    font-size: 11px; /* Размер текста подсказки */
    padding: 5px 10px; /* Поля */
    border: 1px solid #333; /* Параметры рамки */
	border-radius: 1.5rem;
}
.newsFeedItm{
	width: 100%;
	position: relative;
	background: rgba(218, 217, 217, 0.8);
	border-radius: .5em;
	display: flex;
	padding: 1.5% 3%;
	margin-bottom: 1vh;
	cursor: pointer;
	transition: .3s;
	overflow: hidden;	
}
.newsFeedItm:hover{
	transition: .3s;
	box-shadow: 0 0 10px rgba(0,0,0,0.5); 
	background: rgba(255, 92, 22, .2);
}
.newsFeedItm:hover h1{
	text-decoration: underline;
}
.newsFeedItm img{
	height: 100%;
	width: 30%;
	object-fit: cover;
	margin-right: 2%;
}
.newsFeedContent{
	width: 65%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.newsFeedContent h1{
	text-align: left;
	font-size: 120%;
	color: #FF5C16;
}
.newsFeedContent p{
	line-height: 90%;
	margin: 5% 0;
	text-align: left;
}
.newsTags{
	display: flex;
	position: relative;
	width: 100%;
}
.newsTags span{
	text-transform: lowercase;
	padding: .3% 2%;
	margin-right: 1%;
	color: black;
	border: 1px solid #FF5C16;
	box-sizing: border-box;
	border-radius: 10px;
	transition: .3s;
}
.newsTags span:hover{
	transition: .3s;
	color: white;
	background: #FF5C16;
}
/*news feed end*/
.thoughts{
	padding-top: 5vh;
	width: 25vw;
	display: flex;
	flex-wrap: wrap;
}
/*partners start*/
.allPartners{
	position: relative;
	width: 100%;
	height: 55vh;
	background-image: url('https://i-vin.info/media/partners.jpg');
	background-size: cover;
	background-position: 0% 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 5vh 0 10vh 0;
	display: flex;
	justify-content: center;
}
.partners-overlay{
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, rgba(109, 88, 79, .3), hsl(18, 73%, 31%));
	opacity: 0.7;
}
.allPartners h1{
	color: white;
	position: absolute;
	top: 4vh;
	left: 4vw;
	font-size: 4vmax;
	font-weight: 600;
}
.partnersIcons{
	position: absolute;
	bottom: 15%;
	width: 70%;
	height: 30vh;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.partnersIcons a{
	max-width: 30%;
	max-height: 25vh;
	display: flex;
}
.partnersIcons a img{
	max-height: 13vmin;
	cursor: pointer;
	transition: .3s;
}
.partnersIcons a img:hover{
	transition: .3s;
	-webkit-filter: grayscale(0); 
    filter: grayscale(0);
    transform: scale(1.1);
}
.partnersAdvertisment{
	margin: 5vh 0 !important;
	display: flex;
	width: 100vw !important;
	justify-content: center;
}
.partnersAdvertisment a img{
	max-width: 99vw;
}
.allPartners2 {
	position: relative;
	width: 100%;
	height: 55vh;
	background-image: url('https://i-vin.info/media/partners2.jpg');
	background-size: cover;
	background-position: 0% 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 5vh 0 10vh 0;
	display: flex;
	justify-content: center;
}
.allPartners2 h1{
	color: #FF5C16;
	position: absolute;
	top: 4vh;
	left: 4vw;
	font-size: 4vmax;
	font-weight: 600;
}
.partners-overlay2 {
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, rgba(255, 255, 255, .8), hsl(30, 50%, 50%));
	opacity: 0.8;
}

/*partners end*/
@media screen and (max-width: 1025px){
	.newsFeed{
		max-width: 65vw;
	}
	.thoughts{
		width: 30vw;
	}
}
@media screen and (max-width: 880px){
	.thoughts{
		display: none;
	}
	.allPartners{
		height: 40vh;
	}
	.partnersIcons{
		height: 20vh;
	}
	.newsFeed{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		max-width: 100%;
		width: 100%;
	}
	.newsFeedItm{
		width: 42%;
		height: auto;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: center;
	}
	.newsFeedItm .newsFeedContent{
		margin-top: .5vh;
		width: 100%;
	}
	.newsFeedItm h1{
		font-size: 1rem;
		width: 100%;
		color: black;
		font-weight: 600;
	}
	.newsFeedContent p{
		text-align: left;
		font-size: 1rem;
	}
	.newsFeedItm img{
		margin: 0 0 10px 0;
		height: 200px;
		width: 100%;
		align-self: center;
	}
}
@media screen and (max-width: 413px){
	.newsFeedItm p{
		display: none;
	}
	.newsFeedItm img{
		height: 100px;	
	}
	.newsFeedItm h1{
		font-size: 1rem;
	}
}

/*allNewsContainer start*/
.allNewsContainer{
	display: flex;
	width: 90%;
	flex-wrap: wrap;
	justify-content: center;
}
.allNewsContainer .ato{
	display: none;
}
.allNewsContainer div{
	margin: 2vh 0;	
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.allNewsContainer div h1{
	font-size: 3vmax;
	width: 100%;
	color: #FF5C16;
}
.allNewsContainer .newsItm{
	cursor: pointer;
	display: flex;
	flex-wrap: wrap;
	width: 22%;
	margin-bottom: 2vh;
	text-align: justify;
}
.allNewsContainer .newsItm .newsItmImg{
	width: 100%;
	height: 200px;
	overflow: hidden;
	border-radius: 10px;
}
.allNewsContainer .newsItmImg img{
	transition: .5s;
	overflow: hidden;
	width: 100%;
	object-fit: cover;
}
.allNewsContainer .newsItm:hover img{
	overflow: hidden;
	transition: .5s;
	transform: scale(1.07);
}
.allNewsContainer .newsItm h3{
	font-size: 100%;
	width: 100%;
	color: rgba(0,0,0, .8);
	font-weight: 600;
}
.allNewsContainer .newsItm:hover h3{
	color: #FF5C16;
}
.mediaContainer{
	margin-top: 5vh;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 90%;
}
.mediaContainer h1{
	padding-left: -10%;
	color: #454545;
	text-align: center;
	margin-bottom: 5vh;
	width: 100%;
}
.mediaItm{
	margin-bottom: 3vh;
	cursor: pointer;
	width: 22%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	color: black;
	border: solid 2px #FF5C16;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	transition:  .3s;
	box-shadow: 0 0 5px black !important;
}
.mediaItm:hover{
	transition:  .3s;
	transform: scale(1.05);
	background-color: rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 15px black !important;
}
.mediaItm h3, p{
	width: 100%;
	text-align: center;
}
.mediaItm p{
	color: grey;
	font-weight: bold;
}
.mediaItm img:nth-child(1){
	width: 100%;
	overflow: hidden;
	filter: blur(1px);
}
.mediaItm img:nth-child(2){
	transition: .3s;
	position: absolute;
	top: 15%;
	left: 30%;
	height: 40%;
}
.mediaItm:hover h3{
	color: #FF5C16;
	text-decoration: underline;
}
.mediaItm:hover img:nth-child(2){
	transition: .3s;
	overflow: hidden;
	transform: scale(1.1);
}
.categoryLink{
	margin-top: 2vh;
	width: 100%;
	padding: .5vh 2vw;
	cursor: pointer;
	margin-bottom: 2vh;
	font-size: 300%;
	color: white;
	font-weight: normal;
	position: relative;
	padding-bottom: .5vh;
	z-index: 0;
	background: rgb(255,92,22);
	background: linear-gradient(90deg, rgba(255,92,22,1) 0%, rgba(255,255,255,0.639093137254902) 50%);
	border-radius: .3em;
	left: 100vw;
	font-weight: 600 !important;
	transition: ease-in .25s;
	letter-spacing: auto;
	font-family: 'Roboto', sans-serif !important;
	font-weight: bold;
	font-size: 200%;
}
.categoryLink:hover{
	padding-left: 25%;
	color: #FF5C16;
	left: 70vw;
	background: rgb(255,92,22);
	background: linear-gradient(90deg, rgba(255,92,22,1) 0%, rgba(255,255,255,0) 4%);
	transition: ease-in-out .5s;
}
@media screen and (max-width: 880px){
	.allNewsContainer{
		margin-top: 0;
	}
	.allNewsContainer div h1{
		font-size: 100% !important;
	}
	.allNewsContainer .newsItm{
		width: 90%;
	}
	.allNewsContainer .newsItm h3{
		margin-top: 0;
		font-size: 95%;
		color: black;
	}
	.allNewsContainer .categoryLink{
		padding-left: 25%;
		padding-bottom: 1vh;
		font-size: 1.7rem;
		color: #EF4823 !important;
		border-bottom: solid 1px hsl(225, 6%, 33%) !important;
		font-weight: 600;
		letter-spacing:  0.01em;
		left: 0 !important;
		transition: ease-in-out .5s;
		background: none;
	}
}

/*allNewsContainer end*/



/* Dobrodiy */
:root {
    --font-25: 0.78vw;
    --font-128: 3.24vw;
    --font-110: 2.82vw;
    --font-48: 1.5vw;
    --font-16: 0.8vw;
    --font-33: 1.05vw;
}
.dobrodiy{
	width: 100%;
}
.dobrodiy p{
	text-align: left;
}
#slog {
    padding: 1.8em 4.5em;
}
#slog :nth-child(1) {
	line-height: 1.25em;
    font-size: var(--font-128);
    margin-top: 0em;
}
#slog :nth-child(2) {
    font-size: var(--font-110);
}
#slog :nth-child(3) {
    color: #000;
    font-size: var(--font-48);
    background: linear-gradient(90deg, #fac969, #f7e6ad);
    padding: 0em 0.3em 0.1625em;
    border-radius: 0.35em;
    margin: 0.7em 0 0;
    width: max-content;
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: auto;
}
#slog :nth-child(4) {
    margin: 0.75em 0 0 2.5em;
    font-size: var(--font-25);
    letter-spacing: 0.02em;
    width: 41%;
    text-align: left;
    line-height: 1.25em;
    color: #fff;
}
#slog p {
    color: #fff;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: normal;
}
.desktop {
    display: block;
}
.mobile, .mobile-flex {
    display: none;
}
#slog-dop {
    margin: 3em 13.5em 0;
	position: relative;
}

#slog-dop a{
	position: relative;
}
#slog-dop ul {
    list-style-position: inside;
}
#slog-dop > ul > li {
	position: relative;
    color: #fff;
    list-style: none;
    width: 19em;
    padding-left: 0.625em;
    line-height: 1.3em;
    margin: 0.5em 0em 1em;
	font-size: var(--font-25);
    color: #fff;
}
#slog-dop > p {
    color: #fff;
    font-size: var(--font-16);
}
.lazyloaded {
    opacity: 1;
    transition: opacity 400ms;
    transition-delay: 0ms;
}
#slog-dop > ul > li:nth-child(2) {
    margin-left: 3.7em;
}
#slog-dop > ul > li:before {
    background-image: url(https://dobrodiy.in.ua/wp-content/themes/dobrodiy/../../../images/new-mainpage/ico/ico1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    left: -1.5em;
    top: -0.3em;
}
.button-new {
    background: linear-gradient(90deg, #fac969, #f7e6ad);
    width: max-content;
    padding: 0.5em 1em;
    margin: 0.5em;
    border-radius: 0.5em;
    box-shadow: 0.01em 0.1em 0.4em #ffcf71;
    letter-spacing: -0.01em;
    cursor: pointer;
    transition: box-shadow 0.3s ease;
    text-transform: initial;
}
.button-new:hover {
    background: linear-gradient(90deg, #ffc555, #fde592);
    box-shadow: 0.01em 0.1em 0.6em #ffcf71;
}
@media (max-width: 950px){
	:root {
		--font-128: 12.8vw;
		--font-110: 10vw;
		--font-48: 5vw;
		--font-33: 4vw;
		--font-25: 3vw;
		--font-16: 2.75vw;
	}
	#slog :nth-child(3) {
		margin: 2.7em auto 0;
	}
	.mobile {
		display: block;
	}
	#slog {
		padding: 1em 2.1em;
		text-align: center;
	}
	#slog-dop {
		margin: 16em 4em 0;
	}
	#slog-dop > ul > li {
		width: 80%;
	}
	.dobrodiy {
		background-image: url(https://dobrodiy.in.ua/images/new-mainpage/bg/1mob.webp), url(https://dobrodiy.in.ua/images/new-mainpage/bg/1mob.jpg) !important;
		background-size: 100% auto !important;
		background-position-x: 77%;
		background-position-y: 17% !important;
		background-repeat: no-repeat;
	}
	#slog-dop > p {
		width: 22em;
		margin: 1.2em 2em 1em;
		padding-bottom: 2em;
		text-align: center;
	}
	.desktop, .desktop-flex {
		display: none !important;
	}
	#mainpage-bottom-but {
		display: flex;
		width: 100%;
	}
	#mainpage-bottom-but > a {
		width: 50%;
		font-size: var(--font-16);
		color: #000;
		background: #fff;
		text-align: center;
		padding: 0 1em;
		align-items: center;
		display: flex;
	}
	#mainpage-bottom-but > a:nth-child(1) {
		background: #f9c869;
		display: flex;
		font-size: var(--font-25);
		font-weight: bold;
		height: 4em;
	}
}
/* Dobrodiy  End*/