/* block-partners */
.block-list{display: contents;}
.block-partners{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 650px;
	background: #E5E5E5;
	overflow: hidden;
	-webkit-box-shadow: 0 -16px 250px rgb(0 0 0 / 6%);
	box-shadow: 0 -16px 250px rgb(0 0 0 / 6%);
	border-radius: 15px;
	padding: 60px;
}
.our-partners-right{
	position: relative;
	width: 600px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.our-partners-left{
	width: 50%;
}
.title-our-partners-left{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 800;
	font-size: 36px;
	line-height: 48px;
	text-transform: uppercase;
	color: #23211F;
	margin-bottom: 24px;
}
.text-our-partners-left{
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #4E4C4B;
}
.octagon {
	width: 430px;
	height: 419px;
	background: url(/wp-content/themes/solution_custom/assets/images/Vector-fon.svg);
	position: relative;
}
.block-logo1{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 222px;
	height: 223px;
	margin-top: 10px;
}
.partners-logo1{
	display: flex;
	justify-content: center;  
	align-items: center;
	position: absolute; 
	background: linear-gradient(180deg, #ffff 0%, #cfcfcf 100%);
	width: 161px;
	height: 161px;
	border-radius: 100%;
}
/* background: linear-gradient(180deg, #48495E 0%, #363746 100%); */ 
.block-logo2{
	display: flex;
	justify-content: center;
	align-items: center; 
	position: absolute;
	width: 122px;
	height: 123px;
	top: -30px;
}
.partners-logo2,
.partners-logo3,
.partners-logo4,
.partners-logo5,
.partners-logo6,
.partners-logo7,
.partners-logo8{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	background: #FFFFFF;
	width: 122px;
	height: 122px;
	border-radius: 100%;
	background: linear-gradient(180deg, #D6D6D6 0%, #FFFFFF 60%);
	box-shadow: 6.85802e-16px 11.2px 22.4px rgba(51, 51, 51, 0.24), inset -2.13361e-16px -3.48444px 3.48444px #CCCCCC, inset 2.13361e-16px 3.48444px 3.48444px #FFFFFF;
	transition: 1s;
}
.partners-logo2 a:hover .link_hover,
.partners-logo3 a:hover .link_hover,
.partners-logo4 a:hover .link_hover,
.partners-logo5 a:hover .link_hover,
.partners-logo6 a:hover .link_hover,
.partners-logo7 a:hover .link_hover,
.partners-logo8 a:hover .link_hover{
	display: block;transition: 1s;
}
.partners-logo2 a:hover,
.partners-logo3 a:hover,
.partners-logo4 a:hover,
.partners-logo5 a:hover,
.partners-logo6 a:hover,
.partners-logo7 a:hover,
.partners-logo8 a:hover
{	transition: 1s;
	cursor: pointer;
	background: #F9E547;
	border: none;
	z-index: 999;
	height: 122px;
	width: 122px;
	box-shadow: 6.85802e-16px 11.2px 22.4px rgb(51 51 51 / 24%), inset -2.13361e-16px -3.48444px 3.48444px #cccccc, inset 2.13361e-16px 3.48444px 3.48444px #ffffff;
}
.partners-logo2 a{
	background: white;
	border-radius: 100%;
	width: 105px;
	height: 105px;
	display: flex;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	justify-content: center;
	border: 1px solid #e6e6e6;
}
.block-logo2:before{
	content: '';
	width: 90px;
	height: 190px;
	margin-top: 20px;
	background: url(/wp-content/themes/solution_custom/assets/images/arrow-partners.svg);
	background-position: top;
}
.block-logo3:before{
	content: '';
	width: 90px;
	height: 190px;
	margin-top: 20px;
	background: url(/wp-content/themes/solution_custom/assets/images/arrow-partners.svg);
	background-position: top;
	transform: rotate(45deg);
	left: 30px;
	position: absolute;
}
.block-logo4:before{
	content: '';
	width: 90px;
	height: 190px;
	background: url(/wp-content/themes/solution_custom/assets/images/arrow-partners.svg);
	background-position: top;
	transform: rotate(105deg);
	left: 30px;
	position: absolute;
}
.block-logo5:before{
	content: '';
	width: 90px;
	height: 190px;
	background: url(/wp-content/themes/solution_custom/assets/images/arrow-partners.svg);
	background-position: top;
	transform: rotate(145deg);
	left: 30px;
	top: -15px;;
	position: absolute;
}
.block-logo6:before{
	content: '';
	width: 90px;
	height: 190px;
	background: url(/wp-content/themes/solution_custom/assets/images/arrow-partners.svg);
	background-position: top;
	transform: rotate(215deg);
	left: 40px;
	top: -15px;;
	position: absolute;
}
.block-logo7:before {
	content: '';
	width: 90px;
	height: 190px;
	background: url(/wp-content/themes/solution_custom/assets/images/arrow-partners.svg);
	background-position: top;
	transform: rotate(255deg);
	left: 50px;
	position: absolute;
}
.block-logo8:before {
	content: '';
	width: 90px;
	height: 190px;
	margin-top: 20px;
	background: url(/wp-content/themes/solution_custom/assets/images/arrow-partners.svg);
	background-position: top;
	transform: rotate(316deg);
	position: absolute;
}
.partners-logo2 img{
	width: 70px;
}
.block-logo3{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 168px;
	height: 168px;
	top: 10px;
	right: 30px;
}
.partners-logo3 a{
	background: white;
	border-radius: 100%;
	width: 105px;
	height: 105px;
	display: flex;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	justify-content: center;
	border: 1px solid #e6e6e6;
}
.partners-logo3 img{
	width: 70px;
}
.block-logo4{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 168px;
	height: 168px;
	top: 170px;
	right: 0px;
}
.partners-logo4 a{
	background: white;
	border-radius: 100%;
	width: 105px;
	height: 105px;
	display: flex;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	justify-content: center;
	border: 1px solid #e6e6e6;
}
.partners-logo4 img{
	width: 70px;
}
.block-logo5{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 168px;
	height: 168px;
	top: 300px;
	right: 100px;
}
.partners-logo5 a{
	background: white;
	border-radius: 100%;
	width: 105px;
	height: 105px;
	display: flex;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	justify-content: center;
	border: 1px solid #e6e6e6;
}
.partners-logo5 img{
	width: 70px;
}
.block-logo6{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 168px;
	height: 168px;
	top: 300px;
	right: 280px;
}
.partners-logo6 a{
	background: white;
	border-radius: 100%;
	width: 105px;
	height: 105px;
	display: flex;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	justify-content: center;
	border: 1px solid #e6e6e6;
}
.partners-logo6 img{
	width: 70px;
}
.block-logo7{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 168px;
	height: 168px;
	top: 170px;
	left: 0px;
}
.partners-logo7 a{
	background: white;
	border-radius: 100%;
	width: 105px;
	height: 105px;
	display: flex;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	justify-content: center;
	border: 1px solid #e6e6e6;
}
.partners-logo7 img{
	width: 70px;
}
.block-logo8{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 168px;
	height: 168px;
	top: 10px;
	left: 30px;
}
.partners-logo8 a{
	background: white;
	border-radius: 100%;
	width: 105px;
	height: 105px;
	display: flex;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	justify-content: center;
	border: 1px solid #e6e6e6;
}
.partners-logo8 img{
	width: 70px;
}
.link_hover{
	display: none;
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	text-decoration-line: underline;
	color: #23211F;
	margin-top: 5px;
}
.link_block{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding-right: 15px;
}
.link_block:after{
	content: '';
	background: url(/wp-content/themes/solution_custom/assets/images/arrow-link.svg);
	width: 13px;
	height: 9px;
	display: block;
	margin-left: 3px;
}
.partners-logo1 img{
	width: 100%;
}

/*galereya*/
.title_galereya{
	left: 0;
	right: 0;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 800;
	font-size: 36px;
	line-height: 48px;
	text-align: center;
	text-transform: uppercase;
	color: #23211F;
	margin-bottom: 28px;
}
.common_block_galereya{
	display: flex;
	justify-content: center;
}
.left_block_galereya{
	display: flex;
	flex-wrap: wrap;
	width: 50%;
	margin-right: 20px;
}
.right_block_galereya{
	width: 50%;
}
.left_block_galereya_top{
	position: relative;
	height: 255px;
	width: 100%;
	overflow: hidden;
	border-radius: 15px;
	margin-bottom: 20px;
}
.left_block_galereya_top img{
	object-fit: cover;
	object-position: center;
	height: 255px;
	width: 100%;
}
.left_block_galereya_bottom_left{
	position: relative;
	height: 255px;
	width: 100%;
	overflow: hidden;
	border-radius: 15px;
	margin-right: 20px;
}
.left_block_galereya_bottom_left img{
	object-fit: cover;
	object-position: center;
	height: 255px;
	width: 100%;
}
.left_block_galereya_bottom_right{
	position: relative;
	height: 255px;
	width: 100%;
	overflow: hidden;
	border-radius: 15px;
}
.left_block_galereya_bottom_right img{
	object-fit: cover;
	object-position: center;
	height: 255px;
	width: 100%;
}
.right_block_galereya{
	position: relative;
	height: 530px;
	width: 50%;
	overflow: hidden;
	border-radius: 15px;
}
.right_block_galereya img{
	object-fit: cover;
	object-position: center;
	height: 530px;
	width: 100%;
}
.left_block_galereya_bottom_common{
	display: flex;
	width: 100%;
}
.hover {
	opacity: 0;
	transition: opacity .2s;
	background: rgba(249, 229, 71, 1);
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 10.83%;
}
.left_block_galereya_top:hover .hover,
.left_block_galereya_bottom_left:hover .hover,
.left_block_galereya_bottom_right:hover .hover,
.right_block_galereya:hover .hover {
	opacity: 1;
}
.title_albom{
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	color: #000000;
	margin-bottom: 15px;
}
.text_albom{
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #4E4C4B;
}
.albom_link_hover{
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	text-decoration-line: underline;
	color: #23211F;
	margin-top: 5px;
}
.albom_link_block{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #23211F;
}
.albom_link_block:after{
	content: '';
	background: url(/wp-content/themes/solution_custom/assets/images/arrow-link.svg);
	width: 13px;
	height: 9px;
	display: block;
	margin-left: 3px;
}
#hidden-gallery1{
	display: none;
}
.gallery1,
.gallery2,
.gallery3,
.gallery4{
	display: none;
}
.slick-prev.slick-arrow{
	display: flex !important;
	align-items: center;
	justify-content: flex-start;
	padding-left: 10px;
}
.slick-arrow svg{
	width: 10px;
	height: 30px;
}
.slick-next.slick-arrow{
	display: flex !important;
	align-items: center;
	justify-content: flex-end;
	padding-right: 10px;
}
.mob_galereya{display: none;}
.desc_galereya{
	display: flex;
}

@media (min-width: 320px) and (max-width: 767px){
	.title-our-partners-left{
		font-size: 26px;
		line-height: 34px;
	}
	.block-partners{
		padding: 20px;
	}
	.block-logo2,
	.block-logo3,
	.block-logo4,
	.block-logo5,
	.block-logo6,
	.block-logo7,
	.block-logo8{
		position: relative;
		left: auto!important;
		top: auto!important;
		bottom: auto!important;
		right: auto!important;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 250px;
		flex: 0 0 130px;
		margin-right: 15px;
	}

	.block-list{
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
		overflow-x: auto;
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
		max-width: 100vw;
	}
	.our-partners-left{
		width: 100%;
	}
	.our-partners-right{
		width: 100%;
		display: flex;
		flex-direction: column;
	}
	.container-full.block-partners{
		flex-wrap: wrap;
		height: auto;
	}
	.octagon{
		display: none;
	}
	.block-logo2:before,
	.block-logo3:before,
	.block-logo4:before,
	.block-logo5:before,
	.block-logo6:before,
	.block-logo7:before,
	.block-logo8:before {
		display: none;
	}
	.block-logo1,
	.block-logo2,
	.block-logo3,
	.block-logo4,
	.block-logo5,
	.block-logo6,
	.block-logo7,
	.block-logo8 {
		position: inherit;
		top:0px;
		left: 0px;
		right: 0px;
	}
	/*galereya*/
	.mob_galereya{display: block;}
	.desc_galereya{
		display: none;
	}
	.gallery1_mob .slick-slide img {
		display: block;
		width: 250px;
		height: 250px;
		margin: 0 auto;
		margin-bottom: 20px;
		object-fit: cover;
		object-position: center;
	}
}

@media (min-width: 768px) and (max-width: 1024px){
	.our-partners-left{
		width: 100%;
	}
	.our-partners-right{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.container-full.block-partners{
		flex-wrap: wrap;
		height: auto;
	}
	.octagon{
		display: none;
	}
	.block-logo2:before,
	.block-logo3:before,
	.block-logo4:before,
	.block-logo5:before,
	.block-logo6:before,
	.block-logo7:before,
	.block-logo8:before {
		display: none;
	}
	.block-logo1,
	.block-logo2,
	.block-logo3,
	.block-logo4,
	.block-logo5,
	.block-logo6,
	.block-logo7,
	.block-logo8 {
		position: inherit;
		top:0px;
		left: 0px;
		right: 0px;
		width: 50%;
	}
}


