@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

* {
	font-family: "Lato", sans-serif !important;
}

html {
	scroll-behavior: smooth;
}

.secHead {
	height: 110px;
	margin-bottom: 10px;
}

.containerHeader {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 120px;
}

.blockHeader {
	margin: 5px;
	padding: 5px;
	flex: 0 1 auto;
}

.blockHeader img {
	margin-left: 40px;
}

/*----------------------Menu submenu-------------------------------*/


ul#responcive-menu1,
ul#responcive-menu1 ul {
	margin: 0;
	list-style: none;
	padding: 0;
	border-width: 0;
	border-style: solid;
}

ul#responcive-menu1 ul {
	display: none;
	position: absolute;
	left: -40%;
	top: 100%;
	padding-top: 15px;
}

ul#responcive-menu1 li:hover>* {
	display: block;
}

ul#responcive-menu1 li {
	position: relative;
	display: block;
	white-space: nowrap;
	font-size: 0;
	float: left
}

ul#responcive-menu1 ul li a {
	border-radius: 15px 15px 0 0;
}

ul#responcive-menu1 ul li a:hover {
	color: #fff;
	background: linear-gradient(90.73deg, #1E448E 0%, #5F7DB8 99.62%) !important;
}

ul#responcive-menu1 ul li:last-child a {
	border-radius: 0 0 15px 15px;
}

ul#responcive-menu1 li:hover {
	z-index: 1;
}

ul#responcive-menu1 ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}

ul#responcive-menu1 {
	font-size: 0;
	z-index: 999;
	position: relative;
	display: inline-block;
	zoom: 1;
	padding: 0;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	display: inline;
}

* html ul#responcive-menu1 li a {
	display: inline-block;
}

ul#responcive-menu1>li {
	margin: 0px;
}

ul#responcive-menu1 a:active,
ul#responcive-menu1 a:focus {
	outline-style: none;
}

ul#responcive-menu1 a {
	display: block;

	text-align: left;
	text-decoration: none;

	font-family: 'Avenir', sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0em;
	text-align: center;

	color: #596783;
	cursor: pointer;
	padding: 0 15px 0 0;
	background-repeat: repeat;
	border-width: 0px;
	border-style: none;
	text-shadow: none;
}

ul#responcive-menu1 ul li {
	float: none;
	margin: 0;
}

ul#responcive-menu1 ul a {
	text-align: left;
	padding: 10px 40px 10px 40px;
	background-color: #fff;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	color: #2C3736;
	text-decoration: none;
}

ul#responcive-menu1 li:hover>a,
ul#responcive-menu1 li a.pressed {
	border-style: none;
	color: #67B7E1;
	text-decoration: none;
}

ul#responcive-menu1 img {
	border: none;
	vertical-align: middle;
	margin-right: 18px;
}

ul#responcive-menu1 span {
	display: block;
	overflow: visible;
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 16px;
	text-shadow: none;
}

ul#responcive-menu1 ul span {
	padding-right: 25px;
}

ul#responcive-menu1>li.switch:before {
	content: "";
	position: absolute;
	display: block;
	height: 4px;
	width: 25px;
	border-radius: 4px;
	background: #fff;
	left: 20px;
}

ul#responcive-menu1>li.switch:hover:before {
	background: #db270c;
}

.resp-menu-switch-input {
	display: none;
}

ul#responcive-menu1 ul li:hover>a,
ul#responcive-menu1 ul li a.pressed {
	background-color: gray;
	color: #FFFFFF;
	text-decoration: none;
}

ul#responcive-menu1 li>a {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	font-family: 'Avenir', sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0em;
	text-align: center;
}


/*---------------------- End Menu submenu-------------------------------*/


.button_feedHeader {
	display: flex !important;
	justify-content: center;
	align-items: center;
	width: 207.45px;
	height: 56px;
	border-radius: 25px;
	background: linear-gradient(90.73deg, #1E448E 0%, #5F7DB8 99.62%);
	text-decoration: none;
	font-family: 'Avenir', sans-serif;
	font-size: 13px;
	font-weight: 900;
	line-height: 18px;
	letter-spacing: 0em;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	transition: all 0.5s;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	cursor: pointer;

}

a.button_feedHeader {
	color: #fff;
	-webkit-text-fill-color: white !important;
	background: linear-gradient(90.73deg, #1E448E 0%, #5F7DB8 99.62%) !important;
	transition: all 0.3s;
}

.button_feedHeader:hover {
	background: linear-gradient(90.73deg, #1B376E 20%, #375592 70.62%);
}

a.button_feedHeader:hover {
	background: linear-gradient(90.73deg, #1B376E 20%, #375592 70.62%) !important;
}

#contLang {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.blockLang {
	margin: 5px;
	padding: 5px;
	flex: 0 1 auto;
}

.blockLang a {
	display: block;
}

.blockLang .lang {
	display: none;
}

.button_langHeader {
	border: none;
	background-color: #FFFFFF;

	font-family: 'Avenir', sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0em;

	color: #596783;
}

.pll-parent-menu-item ul {

	float: left;

}

.pll-parent-menu-item a {
	padding: 5px;
	text-decoration: none;
	font-size: 20px;
	color: #596783;
}

.button_DelBurg {
	padding: 15px;
	background: #FFFFFF;
	border: none;
}

.secHead {
	height: 100px;
}

.imgSecHead {
	display: none;
}

.imgSecHead label img {
	max-width: 8em;
	/* блок занимает ширину родителя, max-width её ограничивает */
	min-height: 2em;
	margin-left: auto;
	margin-right: 0;
}

#burger,
[for=burger] {
	display: none;
}

@media screen and (max-width: 1200px) {
	ul#responcive-menu1 li {
		position: relative;
		display: block;
		white-space: nowrap;
		font-size: 0;
		float: none;
	}

	.secHead {
		height: 130px;
	}

}


@media screen and (max-width: 820px) {
	.secHead {
		height: 40px;
		margin-bottom: 45px;
	}

	[for=burger] {
		display: block;
	}

	.containerHeader {
		display: none;
		right: 0px;
		position: fixed;
		width: 270px;
		height: auto;
		float: right;
		z-index: 9999;

	}

	#burger:checked+label+.containerHeader {
		display: block;
		background: #FFFFFF;
		display: flex;
		flex-flow: column nowrap;
		align-items: flex-end;
		align-content: flex-end;
	}

	.imgSecHead {
		display: block;
		margin-left: 20px;
		padding-top: 10px;
		background: #FFFFFF;
		;
	}

	.menuHeader ul li {
		width: 150px;

	}

	#contLang {
		display: flex;
		flex-flow: column nowrap;
		align-items: flex-start;
		align-content: flex-start;
	}

	.imgSecHead {
		float: left;
	}

	.secHead label {
		float: right;
		margin-right: 20px;
		padding-top: 10px;
	}


}

#fh5co-aside {
	max-width: auto;
	height: 85vh;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.banner {

	background-position: center bottom;
	background-repeat: no-repeat;
}

.mainTitle {
	width: 550px;
	height: 445px;
	margin-left: 200px;
	padding-top: 0;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	background-image: url(/wp-content/themes/cheesWp/assets/images/decorPerf.png);
	background-position: center left;
	background-repeat: no-repeat;
	color: #FFFFFF;
}

.mainTitleH {
	width: 305px;
	margin-top: 0;
	padding-left: 120px;
	position: absolute;
	top: 20%;
	left: 0;
}

.mainTitle h1 {
	font-family: 'Avenir', sans-serif;
	font-size: 64px;
	font-weight: 900;
	line-height: 40px;
	letter-spacing: 0em;
	text-align: left;
	margin-bottom: 20px;
}

.mainTitle h1 span {
	font-family: 'Avenir', sans-serif;
	font-size: 48px;
	font-weight: 900;
	display: inline-block;
	margin-bottom: 20px;
	letter-spacing: 0em;
	text-align: left;
}

.mainTitle p {
	font-family: 'Avenir', sans-serif;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 31px;
}

.arrowDown {
	margin: 0 !important;
	position: absolute;
	bottom: 1%;
	left: 48%;
	width: 6em;
	margin-top: -220px;
	transform: translate(-50%, 0);
}

.arrowDown a {
	position: relative;
	width: 100%;
	height: 100%;
}

.mini_arrowDown {
	position: absolute;
	top: -97px;
	left: 72px;
}

/*------------------------Animation UpButton----------------------*/
.circle {

	border-radius: 100%;

	-webkit-animation: pulsing 2s infinite;
	animation: pulsing 2s infinite;
}

@-webkit-keyframes pulsing {
	0% {
		-webkit-transform: scale(0.5, 0.5) translate(-50%, 0);
		transform: scale(0.5, 0.5) translate(-50%, 0)
	}

	50% {
		-webkit-transform: scale(1.0, 1.0) translate(-50%, 0);
		transform: scale(1.0, 1.0) translate(-50%, 0);
	}

	100% {
		-webkit-transform: scale(0.5, 0.5) translate(-50%, 0);
		transform: scale(0.5, 0.5) translate(-50%, 0);
	}
}

@keyframes pulsing {
	0% {
		-webkit-transform: scale(0.5, 0.5) translate(-50%, 0);
		transform: scale(0.5, 0.5) translate(-50%, 0)
	}

	50% {
		-webkit-transform: scale(1.0, 1.0) translate(-50%, 0);
		transform: scale(1.0, 1.0) translate(-50%, 0);
	}

	100% {
		-webkit-transform: scale(0.5, 0.5) translate(-50%, 0);
		transform: scale(0.5, 0.5) translate(-50%, 0);
	}
}

@media screen and (max-width: 768px) {
	.banner {
		max-width: auto;
		height: 85vh;
		background-image: url(/wp-content/themes/cheesWp/assets/images/Banner.png);
		background-position: center left;
		background-repeat: no-repeat;
	}

	.mainTitle {
		width: 338px;
		height: 272px;
		margin-left: 30px;
		background-image: url(/wp-content/themes/cheesWp/assets/images/decorAdap.png);
		background-position: center left;
		background-repeat: no-repeat;
		color: #FFFFFF;

	}

	.mainTitleH {
		width: 200px;
		padding-left: 60px;
	}

	.mainTitle h1 {
		font-family: 'Avenir', sans-serif;
		font-size: 37px;
		font-weight: 900;
		line-height: 37px;
		letter-spacing: 0em;
		text-align: left;

	}

	.mainTitle h1 span {
		font-family: 'Avenir', sans-serif;
		font-size: 30px;
		font-weight: 900;
		line-height: 31px;
		letter-spacing: 0em;
		text-align: left;
		width: 200px;

	}

	.mainTitle p {
		font-family: 'Avenir', sans-serif;
		font-size: 14px;
		font-weight: 500;
		line-height: 22px;
		letter-spacing: 0em;
		line-height: 20px;
	}

	.arrowDown {
		margin-top: -100px;
		left: 43%;
	}

}

@media screen and (max-width: 390px) {
	.banner {
		max-width: auto;
		height: auto;
		background-image: url(/wp-content/themes/cheesWp/assets/images/Banner.png);
		background-position: center left;
		background-repeat: no-repeat;
	}

	.arrowDown {
		margin-top: -170px;
	}
}

.containerPerfomance {
	display: flex;
	justify-content: center;
	align-items: center;

}

.blockPerfomance {
	margin: 5px;
	padding: 5px;
	flex: 0 1 auto;

}

.blockPerfomance img {
	width: 100%;
}

.compTitle {
	font-family: 'Avenir', sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0em;
	text-align: left;
	color: #204690;
}

.blockPerfomance h2 {
	font-family: 'Avenir', sans-serif;
	font-size: 58px;
	font-weight: 900;
	line-height: 75px;
	letter-spacing: 0em;
	text-align: left;

	color: #0A2252;
}

.compDescription {
	max-width: 509px;
	font-family: 'Avenir', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0em;
	text-align: left;

	color: #0A2252;
}

.buttonPerfomance {
	margin-top: 15px;
	border: none;
	width: 195px;
	height: 48px;
	border-radius: 30px;
	background: #EDF1F8;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
	text-decoration: none;

	font-family: 'Avenir', sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0em;
	text-align: center;

	color: #0A2252;
}

.buttonPerfomance a {
	text-decoration: none;
}

.buttonPerfomance:hover {
	background: #274C94;
	color: #FFFFFF;
}

.buttonPerfomance a:hover {
	color: #FFFFFF;
}

@media screen and (max-width: 768px) {
	.blockPerfomance img {
		display: none;
	}
}

.advantages {
	width: auto;
	height: auto;
}

.advantHead {
	background-image: url(/wp-content/themes/cheesWp/assets/images/advantHead.png);
	background-position: center;
	background-repeat: no-repeat;
	width: auto;
	height: 420px;
}

.advantCentFon {
	width: auto;
	height: auto;
	background: #F5F6F9;

}

.advantHead h2 {
	padding-top: 200px;
	font-family: 'Avenir', sans-serif;
	font-size: 55px;
	font-weight: 900;
	line-height: 60px;
	letter-spacing: 0em;
	text-align: center;
	margin-bottom: 25px;
	color: #0A2252;
}

.advantHead h2 span {
	font-family: 'Avenir', sans-serif;
	font-size: 56px;
	font-weight: 900;
	line-height: 90px;
	letter-spacing: 0em;
	text-align: left;

	background: linear-gradient(90deg, #204690 0%, #36599E 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.containerAdvant {
	max-width: 1200px;
	height: auto;
	margin-left: auto;
	margin-right: auto;

	display: flex;
	justify-content: center;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	margin-top: -100px;
}

.blockAdvant {
	max-width: 300px;
	height: 440px;
	margin-left: auto;
	margin-right: auto;

	background-image: url(/images/vector1.svg);
	background-repeat: no-repeat;
}

.blockAdvant p {
	font-family: 'Avenir', sans-serif;
	font-size: 18px;
	font-weight: 900;
	line-height: 28px;
	letter-spacing: 0em;
	text-align: center;
	color: #0A2252;
}

.advantFoot {
	width: auto;
	height: 373px;
	background-image: url(/wp-content/themes/cheesWp/assets/images/advantFoot.png);
	background-position: center;
	background-repeat: no-repeat;
	margin-top: -250px;
}

@media screen and (max-width: 768px) {
	.advantHead h2 {
		padding-top: 100px;
		font-family: 'Avenir', sans-serif;
		font-size: 36px;
		font-weight: 900;
		line-height: 59px;
		letter-spacing: 0em;
		text-align: center;
		margin-bottom: 25px;
		margin-left: 10px;

		background: rgba(10, 34, 82, 1);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}

	.advantHead h2 span {
		font-family: 'Avenir', sans-serif;
		font-size: 36px;
		font-weight: 900;
		line-height: 59px;
		letter-spacing: 0em;
		text-align: center;

		background: linear-gradient(90deg, #204690 0%, #36599E 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}

	.containerAdvant {
		margin-top: -230px;
	}
}


.comandos {
	max-width: 1200px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.comandosH {
	font-family: 'Avenir', sans-serif;
	font-size: 55px;
	font-weight: 900;
	line-height: 90px;
	letter-spacing: 0em;
	text-align: left;
	margin-top: 80px;
	margin-bottom: 40px;
	margin-left: 7px;

	color: #0A2252;

}

.comandosH span {
	font-family: 'Avenir', sans-serif;
	font-size: 56px;
	font-weight: 900;
	line-height: 90px;
	letter-spacing: 0em;
	text-align: left;

	background: linear-gradient(90deg, #204690 0%, #36599E 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.containerComandos {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: center;
}

.blockComandos {
	margin-bottom: 100px;
}

.podComandos {
	width: 278px;
	height: 421px;
}

.podComandos {
	width: 278px;
	height: 275px;
	margin-bottom: 100px;
}

.podComandos img {
	border-radius: 50px 50px 0 0;
}

.podComandos_tit {
	margin-top: -5px;
	width: 278px;
	height: 146px;
	border-radius: 0 0 50px 50px;
	background: linear-gradient(91.26deg, #1E448E 0%, #5F7DB8 99.62%);
	text-align: center;
}

.podComandos_tit h3 {
	padding-top: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 110px;
	font-family: 'Avenir', sans-serif;
	font-size: 22px;
	font-weight: 900;
	line-height: 29px;
	letter-spacing: 0em;
	text-align: center;
	color: #FFFFFF;

}

.podComandos_tit p {
	padding-top: 15px;
	font-family: 'Avenir', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 19px;
	letter-spacing: 0em;
	text-align: center;

	color: #E0E0E0;
}


.asortFon {
	background-image: url(/wp-content/themes/cheesWp/assets/images/decor2.png);
	background-position: center;
	background-repeat: no-repeat;
}

.asort {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	height: 1016px;
}

.assortH {
	padding-top: 140px;
	padding-bottom: 40px;
	font-family: 'Avenir', sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0em;
	text-align: left;
	color: #8C98AF;
}

.containerAsort h4 {
	font-family: 'Avenir', sans-serif;
	font-size: 55px;
	font-weight: 900;
	line-height: 55px;
	letter-spacing: 0em;
	text-align: left;
	color: #0A2252;
	padding-bottom: 50px;
}

.containerAsort h4 span {
	font-family: 'Avenir', sans-serif;
	font-size: 55px;
	font-weight: 900;
	line-height: 55px;
	letter-spacing: 0em;
	text-align: left;
	background: linear-gradient(90deg, #204690 0%, #36599E 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.containerAsort {
	max-width: 1200px;
	padding: 10px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.blockAsort {
	max-width: 260px;
	height: auto;
}

.blockAsort_img {
	margin-right: auto;
	margin-left: auto;
}

.blockAsort p {
	font-family: 'Avenir', sans-serif;
	font-size: 26px;
	font-weight: 900;
	line-height: 35px;
	letter-spacing: 0em;
	text-align: center;
	margin-bottom: 40px;

	color: #0A2252;
}

.buttonKatalogAsort {
	font-family: 'Avenir', sans-serif;
	font-size: 14px;
	font-weight: 900;
	line-height: 50px;
	letter-spacing: 0em;
	text-align: center;
	margin-bottom: 40px;
	text-decoration: none;
	transition: all 0.3s;

	color: #0A2252;
	display: block;
	border: none;
	width: 160px;
	height: 50px;
	border-radius: 30px;
	background: #FFFFFF;
	margin: 0 auto;

}

.buttonKatalogAsort:hover {
	background: linear-gradient(90.73deg, #1E448E 0%, #5F7DB8 99.62%);
	color: #FFFFFF;
}

@media screen and (max-width: 1430px) {
	.containerAsort h4 {
		margin-bottom: -50px;
	}
}

.containerGeo {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	margin-bottom: 25px;
}

.blockGeo {
	margin: 5px;
	padding: 5px;
	flex: 0 1 auto;
	margin-left: 7px;
}

.geoG {
	font-family: 'Avenir', sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0em;
	text-align: left;
	color: #8C98AF;
}

.blockGeo h5 {
	width: 260px;
	font-family: 'Avenir', sans-serif;
	font-size: 55px;
	font-weight: 900;
	margin-bottom: 25px;

	letter-spacing: 0em;

	color: #0A2252;
}

.blockGeo h5 span {
	font-family: 'Avenir', sans-serif;
	font-size: 55px;
	font-weight: 900;

	letter-spacing: 0em;
	text-align: left;
	background: linear-gradient(90deg, #204690 0%, #36599E 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.geoP {
	font-family: 'Avenir', sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 31px;
	letter-spacing: 0em;
	text-align: left;
	color: #0A2252;
}

.geoT {
	max-width: 430px;
	margin-bottom: 50px;
	font-family: 'Avenir', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0em;
	text-align: left;
	color: #0A2252;
}

.geoUkr {
	width: 100%;
}


.containerPartner {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	max-width: 1200px;
}

.blockPartner {
	max-width: 560px;
	padding: 5px;
	flex: 0 1 auto;
}

.blockPartner img {
	width: 100%;
}

.partnerG {
	font-family: 'Avenir', sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0em;
	text-align: left;
	background: linear-gradient(90deg, #204690 0%, #36599E 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-left: 90px;
}

.blockPartner h6 {
	font-family: 'Avenir', sans-serif;
	font-size: 56px;
	font-weight: 900;
	line-height: 75px;
	letter-spacing: 0em;
	text-align: left;
	background: #0A2252;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-left: 90px;
}

.partnerT {
	font-family: 'Avenir', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0em;
	text-align: left;
	background: #0A2252;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 50px;
	margin-left: 90px;
}

.buttonVirob {
	width: 220px;
	height: 48px;
	border-radius: 100px;
	background: linear-gradient(90.73deg, #1E448E 0%, #5F7DB8 99.62%);
	box-shadow: 0px 7px 18px 0px #0616341F;
	color: #FFFFFF;
	font-family: 'Avenir', sans-serif;
	font-size: 12px;
	font-weight: 900;
	line-height: 20px;
	letter-spacing: 0em;
	text-align: center;
	margin: 0;
	border: 1px solid #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s;
	text-decoration: none;
	float: left;
	margin-right: 20px;
}

.buttonVirob:hover {
	color: #1E448E;
	background: linear-gradient(90.73deg, #FFFFFF 0%, #5F7DB8 99.62%);
	box-shadow: 0px 7px 18px 0px #0616341F;
}

.buttonKlient {
	width: 220px;
	height: 48px;
	border-radius: 100px;
	background: linear-gradient(90.73deg, #1E448E 0%, #5F7DB8 99.62%);
	box-shadow: 0px 7px 18px 0px #0616341F;
	color: #FFFFFF;
	font-family: 'Avenir', sans-serif;
	font-size: 12px;
	font-weight: 900;
	line-height: 20px;
	letter-spacing: 0em;
	text-align: center;
	border: 1px solid #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s;
	text-decoration: none;
}

.buttonKlient:hover {
	color: #1E448E;
	background: linear-gradient(90.73deg, #FFFFFF 0%, #5F7DB8 99.62%);
	box-shadow: 0px 7px 18px 0px #0616341F;
}

@media screen and (max-width: 768px) {
	.blockPartner img {
		display: none;
	}

	.partnerG {
		margin-left: 15px;
	}

	.blockPartner h6 {
		margin-left: 15px;
	}

	.partnerT {
		margin-left: 15px;
	}

	.buttonVirob {
		margin-left: 15px;
	}
}


.contContact {
	margin-top: 40px;
	width: auto;
	background-image: url(/wp-content/themes/cheesWp/assets/images/bg6.png);
	background-position: center;
	background-repeat: no-repeat;
}

.containerContact {
	padding-top: 194px;
	margin-left: auto;
	margin-right: auto;
	padding: 35px 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: space-between;

	max-width: 1200px;

}

#blockCont {
	width: 340px;
}

.icon1 img {
	float: left;
	padding-right: 15px;
}

.icon2 img {
	float: left;
	padding-right: 15px;
}

.icon3 img {
	float: left;
	padding-right: 15px;
}

.contEm {
	padding-top: 15px;
}

#contMiZ {
	margin-top: 15px;
}

.contP {
	font-family: 'Avenir', sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0em;
	text-align: left;
	background: linear-gradient(90deg, #204690 0%, #36599E 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.blockContact h6 {
	font-family: 'Avenir', sans-serif;
	font-size: 54px;
	font-weight: 900;
	line-height: 75px;
	letter-spacing: 0em;
	text-align: left;
	background: #0A2252;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 25px;
}

.blockContact a {
	font-family: 'Avenir', sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 23px;
	letter-spacing: 0em;
	text-align: left;
	background: #596783;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#blockMap img {
	width: 100%;
	border-radius: 30px;
	box-shadow: 0px 0px 15px 20px rgb(238, 237, 237);
}

.contMi {
	font-family: 'Avenir', sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 26px;
	letter-spacing: 0em;
	text-align: left;
	background: #0A2252;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#buttonContHome {
	background: #FFFFFF;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	transition: all 0.3s;
}

@media screen and (max-width: 1040px) {
	.blockContact img {
		display: none;
	}

	#blockCont {
		margin-left: auto;
		margin-right: auto;
	}
}

.parthCeo {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 36px;
	margin-bottom: 74px;
	padding-bottom: 150px;
}

.parthCeo h6 {
	font-family: 'Avenir', sans-serif;
	font-size: 38px;
	font-weight: 900;
	line-height: 44px;
	letter-spacing: 0em;
	text-align: left;
	color: #8C98AF;
	margin-left: 10px;
}

.parthCeo p {
	font-family: 'Avenir', sans-serif;
	font-size: 18px;
	font-weight: 400;
	padding-bottom: 15px;
	line-height: 26px;
	letter-spacing: 0em;
	text-align: left;
	color: #0A2252;
	margin-left: 10px;
}

.parthCeo ul {
	padding-bottom: 15px;
}

.parthCeo ul li {
	font-family: 'Avenir', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0em;
	text-align: left;
	color: #0A2252;
	margin-left: 10px;
	position: relative;
	padding-left: 20px;
	margin-bottom: 5px;
}

.parthCeo ul li::after {
	content: '';
	top: 11px;
	left: 6px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	position: absolute;
	background: #0A2252;
}

.futter {
	width: auto;
	min-height: 320px;
	background: url(/wp-content/themes/cheesWp/assets/images/fonFutter.png) center center/cover no-repeat;
	position: relative;
}

.menuFooter {
	margin-left: auto;
	margin-right: auto;
	max-width: 768px;
	padding-top: 120px;

	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.menuFooter ul li {
	float: left;
	margin-left: 30px;
	text-align: center;
}

.menuFooter ul li a {
	text-decoration: none;

	font-family: 'Avenir', sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 23px;
	letter-spacing: 0em;
	text-align: center;

	color: #FFFFFF;
}

.logoWhite {
	margin-left: auto;
	margin-right: auto;
	padding-top: 90px;
	margin-bottom: 30px;
	width: 230px;
}

.gorizontLine {
	margin-left: auto;
	margin-right: auto;
	max-width: 1400px;
	border-top: 1px solid #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
}

.containerDown {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: center;
	align-content: center;
	background: linear-gradient(92.7deg, #1E448E 0%, #5F7DB8 99.62%);

}

.blockDown {
	font-family: 'Avenir', sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 23px;
	letter-spacing: 0em;
	text-align: left;
	color: #FFFFFF;

}

.arrowTop {
	position: absolute;
	right: 0;
	bottom: 50px;
}

.downP {
	font-family: 'Avenir', sans-serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0em;
	text-align: left;
	color: #9BA4B4;
	display: flex;
	align-items: center;
}

.downLogoDev {
	padding-left: 10px;
}

.arrowUp {
	margin-top: -130px;
	margin-left: auto;
	margin-right: auto;
	width: 6em;
}

.mini_arrowUp {
	position: absolute;
	margin-left: 37px;
	margin-top: -60px;
	scroll-behavior: smooth;
}

@media screen and (min-width: 1024px) {
	.downP {
		position: absolute;
		left: 50%;
		transform: translate(-50%, 0);
		display: flex;
		align-items: center;
		margin-top: -12px;
	}

	.wow-link {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		margin: auto;
	}

	.containerDown {
		padding: 20px 0;
	}
}

@media screen and (max-width: 768px) {
	.menuFooter ul li {
		margin-left: 0;
	}

	.menuFooter {
		padding-top: 180px;
	}

	.menuFooter ul li {
		float: none;
		text-align: center;
	}

	.logoWhite {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0;
		padding: 15px 0;
		width: 230px;
	}

	.containerDown {
		display: flex;
		flex-flow: column-reverse nowrap;
		justify-content: center;
		align-items: center;
		align-content: center;
	}

	.blockDown {
		margin-bottom: 7px;
	}

}


/*------------------ Page company ------------------*/

.breadCrumbs {
	display: none !important;
	margin-left: 360px;
}

.breadCrumbs a {
	font-family: 'Avenir', sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0em;
	text-align: left;
	color: #596783;
	text-decoration: none;
	line-height: 54px;
}

.breadCrumbs span {
	font-family: 'Avenir', sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0em;
	text-align: left;
	color: #9BA4B4;
}

@media screen and (max-width: 768px) {
	.breadCrumbs {
		margin-left: 15px;
	}
}

.gorizontLineCompany {
	max-width: 1920px;
	height: 1px;
	border-top: 1px solid #9BA4B4;
	margin-left: 15px;
	margin-right: 15px;
}

.bannerCompany {
	width: auto;
	min-height: 480px;

	background-image: linear-gradient(rgba(49, 20, 4, 0.3), rgba(1, 1, 1, 0.5)), url(/wp-content/themes/cheesWp/assets/images/bannerCompany.png);

	background-position: center;
	background-repeat: no-repeat;
}

.bannerCompany h1 {
	padding-top: 190px;
	text-align: center;
	color: #FFFFFF;
	font-family: 'Avenir', sans-serif;
	font-size: 56px;
	font-weight: 900;
	line-height: 68px;
	letter-spacing: 0.5px;
	text-align: center;
	color: #FFFFFF;

}

.decorLn {
	width: auto;
	min-height: 85px;
	background-image: url(/wp-content/themes/cheesWp/assets/images/decorLn.png);
	background-position: center;
	background-repeat: no-repeat;
	margin-top: -80px;
	z-index: 2;
	position: relative;
}

.decorLnFon {
	width: auto;
	min-height: 85px;
	background-image: url(/images/decorLnFon.png);
	background-position: center;
	background-repeat: no-repeat;
	margin-top: -80px;

}

.ourCompany {
	max-width: 1200px;
	margin-bottom: 50px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.containerOur_comp {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: center;
	align-content: center;
}

.blockOur_comp {
	margin: 5px;
	padding: 5px;
	flex: 0 1 auto;
	max-width: 500px;
}

.blockOur_comp img {
	width: 100%;
	height: auto;
}

.blockOur_comp h2 {
	padding-top: 40px;
	width: 320px;
	font-family: 'Avenir', sans-serif;
	font-size: 36px;
	font-weight: 900;
	line-height: 49px;
	letter-spacing: 0em;
	text-align: left;
	color: #0A2252;
}

.blockOur_comp p {
	font-family: 'Avenir', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0em;
	text-align: left;
	color: #0A2252;
}

@media screen and (max-width: 768px) {
	.blockOur_comp img {
		display: none;
	}

	#compTexIm {
		display: none;
	}
}

.historyCompany {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 7px;
	padding-right: 7px;
}

.containerHistory h3 {
	font-family: 'Avenir', sans-serif;
	font-size: 56px;
	font-weight: 900;
	line-height: 90px;
	letter-spacing: 0em;
	text-align: left;
	color: #0A2252;
	text-align: center;
	margin-bottom: 60px;
}

.containerHistory h3 span {
	font-family: 'Avenir', sans-serif;
	font-size: 56px;
	font-weight: 900;
	line-height: 90px;
	letter-spacing: 0em;
	text-align: left;
	background: linear-gradient(90.73deg, #1E448E 0%, #5F7DB8 99.62%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.gorizontLineHistory {
	max-width: 1200px;
	height: 1px;
	border-top: 1px solid #9BA4B4;
	margin-bottom: 45px;

}

.blockHistory {
	height: 125px;
}

.compYearDiscr {
	font-family: 'Avenir', sans-serif;
	font-size: 20px;
	font-weight: 900;
	line-height: 27px;
	letter-spacing: 0em;
	text-align: left;
	color: #0A2252;
	padding-left: 170px;
	margin-top: -30px;
}

.compYear {
	font-family: 'Avenir', sans-serif;
	font-size: 26px;
	font-weight: 900;
	line-height: 35px;
	letter-spacing: 0em;
	text-align: left;
	color: #36599E;
}

.historyP {
	margin-left: 200px;
	line-height: 0px;
}

.assortUpBG {
	width: auto;
	height: 550px;
	background-image: url(/wp-content/themes/cheesWp/assets/images/asortUpBG.png);
	background-position: center;
	background-repeat: no-repeat;
}

.asortFn {
	background: #F5F6F9;
	;
}

.assortDwBG {
	margin-top: -400px;
	width: auto;
	height: 550px;
	background-image: url(/wp-content/themes/cheesWp/assets/images/asortDwBG.png);
	background-position: center;
	background-repeat: no-repeat;
}

.sl_company {
	margin-top: -350px;
	max-width: 1200px;
	height: auto;
	margin-left: auto;
	margin-right: auto;

}

.bld_CompAsort_img {
	float: left;
	width: 100%;
}

.blockComp_desc {
	padding: 0 40px;
}

.blockComp_desc h4 {
	font-family: 'Avenir', sans-serif;
	font-size: 58px;
	font-weight: 900;
	line-height: 58px;
	letter-spacing: 0em;
	text-align: left;
	color: #0A2252;
}

.blockComp_desc p {
	font-family: 'Avenir', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0em;
	text-align: left;
	color: #0A2252;
}

.buttonKatalogCompany {
	margin-top: 40px;
	text-align: left;
	width: 315px;
	height: 60px;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: all 0.3s;

	background: #36599E;
	color: #ffffff;

	font-family: 'Avenir', sans-serif;
	font-size: 12px;
	font-weight: 900;
	line-height: 16px;
	letter-spacing: 0em;
	text-align: center;
	text-decoration: none;
	border: 1px solid #FFFFFF;
}

.buttonKatalogCompany:hover {
	color: #1E448E;
	background: linear-gradient(90.73deg, #FFFFFF 0%, #5F7DB8 99.62%);
	box-shadow: 0px 7px 18px 0px #0616341F;
}

.containerAsort_Comp {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	margin-top: 130px;
	margin-bottom: 10px;
}

.blockAsort_Comp {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.bl_kAsort {
	margin-left: auto;
	margin-right: auto;
	width: 200px;
}

.bl_kAsort_img {
	margin-left: auto;
	margin-top: auto;
	width: 200px;
}

.blockAsort_Comp p {
	font-family: 'Avenir', sans-serif;
	font-size: 26px;
	font-weight: 900;
	line-height: 35px;
	letter-spacing: 0em;
	text-align: center;

	color: #0A2252;
}

@media screen and (max-width: 1420px) {
	.containerAsort_Comp {
		margin-top: 0px;
		margin-bottom: 50px;

	}
}

@media screen and (max-width: 768px) {
	.blockHistory {
		height: 160px;
	}
}


/*------------- Page manufactures -----------*/


.bannerManufak {
	width: auto;
	min-height: 486px;
	background-image: linear-gradient(rgba(49, 20, 4, 0.3), rgba(1, 1, 1, 0.5)), url(/wp-content/themes/cheesWp/assets/images/bannerManufack.png);
	background-position: center;
	background-repeat: no-repeat;
}

.bannerManufak h1 {
	padding-top: 190px;
	text-align: center;
	color: #FFFFFF;
	font-family: 'Avenir', sans-serif;
	font-size: 44px;
	font-weight: 900;
	line-height: 68px;
	letter-spacing: 0.5px;
	text-align: center;
	color: #FFFFFF;

}

.blockCooperation {
	max-width: 986px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.blockCooperation h2 {
	margin-top: 30px;
	font-family: 'Avenir', sans-serif;
	font-size: 40px;
	font-weight: 900;
	line-height: 49px;
	letter-spacing: 0em;
	text-align: center;
	color: #0A2252;
}

.blockCooperation p {
	font-family: 'Avenir', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0em;
	text-align: left;
	color: #0A2252;
	padding: 0 10px;
}

.button_Cooper {
	width: 297px;
	height: 48px;
	border-radius: 100px;
	background: linear-gradient(90.43deg, #1E448E 0%, #5F7DB8 99.62%);
	margin: 0 auto;
	display: block;
	border: 1px solid #FFFFFF;

	font-family: 'Avenir', sans-serif;
	font-size: 13px;
	font-weight: 900;
	line-height: 18px;
	letter-spacing: 0em;
	text-align: center;
	color: #FFFFFF;
	position: relative;
}

.button_Cooper:hover {
	background: linear-gradient(90.73deg, #1B376E 0%, #375592 99.62%);

	color: #FFFFFF;
}

.button_Cooper img {
	position: absolute;
	margin-left: -120px;
	margin-top: -12px;
}

.button_Cooper a {
	text-decoration: none;
	position: absolute;
	top: 0;
}

.advantH {
	margin-top: 150px;
	width: auto;
	min-height: 300px;
	background-image: url(/wp-content/themes/cheesWp/assets/images/fonAd1.png);
	background-position: center;
	background-repeat: no-repeat;
}

.advantD {
	width: auto;
	min-height: 180px;
	background-image: url(/wp-content/themes/cheesWp/assets/images/fonAd2.png);
	background-position: center;
	background-repeat: no-repeat;
}

.advantHB {
	margin-right: auto;
	margin-left: auto;
}

.advantHB h2 {
	text-align: center;
	max-width: 1200px;
	padding-top: 150px;
	font-family: 'Avenir', sans-serif;
	font-size: 55px;
	font-weight: 900;
	color: rgba(10, 34, 82, 1);
	margin: 0 auto;
}

.advantHB span {
	font-family: 'Avenir', sans-serif;
	font-size: 56px;
	font-weight: 900;
	line-height: 60px;
	letter-spacing: 0em;

	background: linear-gradient(90deg, #204690 0%, #36599E 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.advantCont {
	background: rgba(245, 246, 249, 1);
}

.advantContList {
	margin-top: -10px;
	max-width: 1200px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

.containerAdvantList {
	max-width: 960px;
	height: 250px;
	display: flex;
	align-items: center;
	align-content: center;

}

.blockAdvantList {
	font-family: 'Avenir', sans-serif;
	font-size: 18px;
	font-weight: 900;
	line-height: 31px;
	letter-spacing: 0em;
	text-align: left;
	color: #0A2252;

}

#blockAdvantListT {
	max-width: 760px;
}

.blockAdvantList p {
	padding-left: 70px;
	text-align: center;
}

@media screen and (max-width: 520px) {
	.containerAdvantList {
		height: auto;
		display: flex;
		flex-flow: row wrap;
		justify-content: center;

	}

	.blockAdvantList p {
		padding-left: 10px;
	}

	.advantHB h2 {
		padding-top: 150px;
		margin-left: 10px;
		font-family: 'Avenir', sans-serif;
		font-size: 35px;
		font-weight: 900;
		color: rgba(10, 34, 82, 1);
	}

	.advantHB span {
		font-family: 'Avenir', sans-serif;
		font-size: 35px;
		font-weight: 900;
		line-height: 40px;
		letter-spacing: 0em;

		background: linear-gradient(90deg, #204690 0%, #36599E 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
}

.advantPart {
	max-width: 1200px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}

.advantPart h3 {
	font-family: 'Avenir', sans-serif;
	font-size: 55px;
	font-weight: 900;
	line-height: 90px;
	letter-spacing: 0em;
	text-align: center;
	color: #0A2252;
	margin-bottom: 50px;
}

.advantPart h3 span {
	font-family: 'Avenir', sans-serif;
	font-size: 55px;
	font-weight: 900;
	line-height: 90px;
	letter-spacing: 0em;
	text-align: left;
	background: linear-gradient(90deg, #204690 0%, #36599E 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.containerOurPart {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	.js-ourpart-swiper {
		.swiper-wrapper {
			display: flex;
			align-items: center;
		}
		.swiper-pagination  {
			margin: 40px 0 0 ;
			position: static;
		}
	}
}

.blockOurPart {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	img {
		width: 100%;
		max-width: 200px;
	}
}

.containerOurPart_t {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	margin-bottom: 80px;

}

.blockOurPart_t {
	margin: 5px;
	padding: 5px;
	flex: 0 1 auto;
}

.question {
	padding-top: 100px;
	width: auto;
	min-height: 515px;
	background-image: url(/images/fonQuestion.png);
	background-position: center;
	background-repeat: no-repeat;
}

.question h4 {
	padding-top: 60px;
	padding-bottom: 60px;
	font-family: 'Avenir', sans-serif;
	font-size: 54px;
	font-weight: 900;
	line-height: 75px;
	letter-spacing: 0em;
	text-align: center;

	color: #0A2252;
}

/*.containerQuestion{
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    height: auto;

    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.inForm{
    width: 281px;
    height: 58px;

    padding: 19 21 19 21;
    border-radius: 100px;
    border: 1px;
    background: #FFFFFF;

    font-family: 'Avenir', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
    padding-left: 25px;

    border: 1px solid #E8EAEF;
    box-shadow: 0px 7px 20px 0px #1736780D;
}
.butt_formManufack{
    width: 210px;
    height: 58px;
    padding: 21 64 21 64;
    border-radius: 100px;
    background: linear-gradient(90.75deg, #1E448E 0%, #5F7DB8 99.62%);
    box-shadow: 0px 7px 18px 0px #0616341F;

    font-family: 'Avenir', sans-serif;
    font-size: 14px;
    font-weight: 900;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
}
.butt_formManufack:hover{
        background: linear-gradient(90.73deg, #1B376E 0%, #375592 99.62%);
        color: #FFFFFF;
}*/


/*----------------------Contact form 7------------*/

.wpcf7-form {
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
	height: auto;
	gap: 10px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}
.wpcf7-form p {
	width: 100%;
	text-align: center;	
}
.wpcf7-form p .wpcf7-submit {
	text-align: center;
}

.wpcf7-form-control {
	width: 281px;
	height: 58px;
	border-radius: 100px;
	border: 1px;
	background: #FFFFFF;

	font-family: 'Avenir', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0em;
	text-align: left;
	color: #000000;
	padding-left: 25px;

	border: 1px solid #E8EAEF;
	box-shadow: 0px 7px 20px 0px #1736780D;

	margin-left: 5px;
}

.wpcf7-submit {
	width: 210px;
	height: 58px;
	border-radius: 100px;
	background: linear-gradient(90.75deg, #1E448E 0%, #5F7DB8 99.62%);
	box-shadow: 0px 7px 18px 0px #0616341F;
	cursor: pointer;
	transition: all 0.3s;
	font-family: 'Avenir', sans-serif;
	font-size: 14px;
	font-weight: 900;
	line-height: 18px;
	letter-spacing: 0em;
	text-align: center;
	color: #FFFFFF;
	padding-right: 25px;
}

.wpcf7-submit:hover {
	background: linear-gradient(90.73deg, #1B376E 0%, #375592 99.62%);
	color: #FFFFFF;
}

.wpcf7-response-output {
	color: #ef2821;
}

.screen-reader-response {
	display: none;
}

#wpcf7-f824-o1>p:nth-child(3)>span:nth-child(1)>span:nth-child(2) {
	display: none;
}

#wpcf7-f824-o1>p:nth-child(4)>span:nth-child(1)>span:nth-child(2) {
	display: none;
}

#wpcf7-f824-o1>p:nth-child(5)>span:nth-child(1)>span:nth-child(2) {
	display: none;
}

span.wpcf7-form-control-wrap:nth-child(3)>span:nth-child(2) {
	display: none;
}

span.wpcf7-form-control-wrap:nth-child(4)>span:nth-child(2) {
	display: none;
}

span.wpcf7-form-control-wrap:nth-child(5)>span:nth-child(2) {
	display: none;
}

#wpcf7-f835-o1>p:nth-child(3)>span:nth-child(1)>span:nth-child(2) {
	display: none;
}

#wpcf7-f835-o1>p:nth-child(4)>span:nth-child(1)>span:nth-child(2) {
	display: none;
}

#wpcf7-f835-o1>p:nth-child(5)>span:nth-child(1)>span:nth-child(2) {
	display: none;
}

.wpcf7-form>p:nth-child(2)>span:nth-child(1)>span:nth-child(2) {
	display: none;
}

.wpcf7-form>p:nth-child(3)>span:nth-child(1)>span:nth-child(2) {
	display: none;
}

.wpcf7-form>p:nth-child(4)>span:nth-child(1)>span:nth-child(2) {
	display: none;
}

span.wpcf7-form-control-wrap:nth-child(2)>span:nth-child(2) {
	display: none;
}


.dataYes {
	padding-top: 15px;
	font-family: 'Avenir', sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: 0em;
	text-align: center;

	color: #000000;

}

#futter_fut {
	margin-top: -50px;
}

@media screen and (max-width: 1200px) {
	.wpcf7-form {
		display: flex;
		flex-flow: column nowrap;
		justify-content: center;
		align-items: center;
		align-content: center;

	}

	.question h4 {
		padding-bottom: 10px;
		font-family: 'Avenir', sans-serif;
		font-size: 34px;
		font-weight: 900;
		line-height: 34px;
		letter-spacing: 0em;
		text-align: center;
	}

	.wpcf7-form-control {
		margin-bottom: 5px;
	}

}


/*------------- Page Clients -----------*/


.bannerManufak_client {
	width: auto;
	min-height: 486px;
	background-image: linear-gradient(rgba(49, 20, 4, 0.3), rgba(1, 1, 1, 0.5)), url(/wp-content/themes/cheesWp/assets/images/bannerManufack.png);
	background-position: center;
	background-repeat: no-repeat;
}

.bannerManufak_client h1 {
	padding-top: 190px;
	text-align: center;
	color: #FFFFFF;
	font-family: 'Avenir', sans-serif;
	font-size: 56px;
	font-weight: 900;
	line-height: 68px;
	letter-spacing: 0.5px;
	text-align: center;
	color: #FFFFFF;

}

.ourPartners_h {
	padding-top: 40px;
	font-family: 'Avenir', sans-serif;
	font-size: 55px;
	font-weight: 900;
	line-height: 55px;
	letter-spacing: 0em;
	text-align: center;
	color: #0A2252;
}

.ourPartners_h span {
	font-family: 'Avenir', sans-serif;
	font-size: 55px;
	font-weight: 900;
	line-height: 90px;
	letter-spacing: 0em;
	text-align: center;
	background: linear-gradient(90deg, #204690 0%, #36599E 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


/*------------- Page Contact -----------*/


.containerContact_cont {
	padding-top: 100px;
	margin-left: auto;
	margin-right: auto;

	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: space-between;
	max-width: 1200px;
}

.blockContact_cont {
	max-width: 600px;
	margin-bottom: 40px;
}

#blockCont_cont {
	margin-left: auto;
	margin-right: auto;
	width: 340px;
}

.icon1 img {
	float: left;
	padding-right: 15px;
}

.icon2 img {
	float: left;
	padding-right: 15px;
}

.icon3 img {
	float: left;
	padding-right: 15px;
}

.contEm_cont {
	padding-top: 15px;
}

#contMi_cont {
	font-family: 'Avenir', sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 31px;
	letter-spacing: 0em;
	text-align: left;
	color: #0A2252;

}

.blockContact_cont h1 {
	font-family: 'Avenir', sans-serif;
	font-size: 54px;
	font-weight: 900;
	line-height: 75px;
	letter-spacing: 0em;
	text-align: left;
	background: #0A2252;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 25px;
}

.blockContact_cont a {
	font-family: 'Avenir', sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 23px;
	letter-spacing: 0em;
	text-align: left;
	background: #596783;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#blockMap_cont {
	margin-left: auto;
	margin-right: auto;
}

#blockMap_cont img {
	width: 100%;
	height: auto;
	border-radius: 30px;
	box-shadow: 0px 0px 15px 20px rgb(238, 237, 237);
}

#blockMap_cont {
	border-radius: 30px;
	box-shadow: 0px 0px 15px 20px rgb(238, 237, 237);
	border: 5px solid #fff;
	flex-basis: fit-content;
	height: 300px;
	margin: 0 auto;
}

#blockMap_cont iframe {
	border-radius: 30px;
}

@media screen and (min-width: 1024px) {
	.buttonVirob {
		width: 220px;
		height: 48px;
		border-radius: 100px;
		background: linear-gradient(90.73deg, #1E448E 0%, #5F7DB8 99.62%);
		box-shadow: 0px 7px 18px 0px #0616341F;
		color: #FFFFFF;
		font-family: 'Avenir', sans-serif;
		font-size: 12px;
		font-weight: 900;
		line-height: 20px;
		letter-spacing: 0em;
		text-align: center;
		margin-left: 90px;
		border: 1px solid #FFFFFF;
		display: flex;
		justify-content: center;
		align-items: center;
		transition: all 0.3s;
		text-decoration: none;
		float: left;
		margin-right: 20px;
	}

	.topmenu {
		display: flex !important;
	}

	#blockMap_cont {
		flex-basis: 50%;
		height: 400px;
	}

	.blockComp_desc {
		padding: 0 20px;
	}
}

#blockMap {
	border-radius: 30px;
	box-shadow: 0px 0px 15px 20px rgb(238, 237, 237);
	border: 5px solid #fff;
	flex-basis: fit-content;
	height: 300px;
	margin: 0 auto;
}

#blockMap iframe {
	border-radius: 30px;
}

@media screen and (min-width: 1024px) {
	#blockMap {
		flex-basis: 50%;
		height: 400px;
		margin: 0;
	}

	.blockOurMan {
		padding-left: 30px;
		width: 260px;
		height: 415px;
	}
}

/*------------- Page popularPozition -----------*/


.bannerPopular {
	width: auto;
	min-height: 486px;
	background-image: linear-gradient(rgba(49, 20, 4, 0.3), rgba(1, 1, 1, 0.5)), url(/wp-content/themes/cheesWp/assets/images/bannerPopular.png);
	background-position: center;
	background-repeat: no-repeat;
}

.bannerPopular h1 {
	padding-top: 190px;
	text-align: center;
	color: #FFFFFF;
	font-family: 'Avenir', sans-serif;
	font-size: 56px;
	font-weight: 900;
	line-height: 68px;
	letter-spacing: 0.5px;
	text-align: center;
	color: #FFFFFF;
}

.prodPopular {
	background: #F5F6F9;
}

.conteinerPopular {
	max-width: 1200px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: -20px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: center;
	align-content: center;
	padding-bottom: 100px;
	padding-top: 50px;

}

.blockPopular {
	width: 360px;
	height: 460px;
}

.blockPopular p {
	font-family: 'Avenir', sans-serif;
	font-size: 24px;
	font-weight: 900;
	line-height: 32px;
	letter-spacing: 0em;
	text-align: center;
	margin-bottom: 30px;
	color: #0A2252;
}

.button_popularCheese {

	width: 156.48px;
	height: 45px;
	padding: 14 32 14 32;
	border-radius: 100px;
	background: #FFFFFF;
	box-shadow: 0px 18px 40px 0px #17367824;

	font-family: 'Avenir', sans-serif;
	font-size: 13px;
	font-weight: 900;
	line-height: 18px;
	letter-spacing: 0em;
	text-align: center;

	color: #0A2252;

	margin: 0 auto;
	display: block;
}

.button_popularCheese a {

	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #0A2252;

}

.button_popularCheese:hover {
	background: linear-gradient(90.73deg, #1B376E 0%, #375592 99.62%);
	color: #FFFFFF;
}

.button_popularCheese a:hover {

	color: #FFFFFF;

}

.parthCeo_back {
	margin-bottom: -130px;
	background: #F5F6F9;
	margin-top: -50px;
}


/*------------- Page category-man -----------*/
.bannerOutMan {
	width: auto;
	min-height: 486px;
	background-color: #F5F6F9;
	background-image: linear-gradient(rgba(49, 20, 4, 0.3), rgba(1, 1, 1, 0.5)), url(/wp-content/themes/cheesWp/assets/images/bannerCategories.png);
	background-position: center;
	background-repeat: no-repeat;
}

.bannerOutMan h1 {
	padding-top: 190px;
	text-align: center;
	color: #FFFFFF;
	font-family: 'Avenir', sans-serif;
	font-size: 56px;
	font-weight: 900;
	line-height: 68px;
	letter-spacing: 0.5px;
	text-align: center;
	color: #FFFFFF;
}

.containerOurMan {
	max-width: 1200px;
	height: auto;
	margin-left: auto;
	margin-right: auto;

	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: center;
	align-content: center;
	padding-bottom: 100px;
	padding-top: 50px;
}

.blockOurMan {
	width: 260px;
	height: 415px;
}

.blockOurMan p {
	margin-bottom: 15px;
	font-family: 'Avenir', sans-serif;
	font-size: 24px;
	font-weight: 900;
	line-height: 32px;
	letter-spacing: 0em;
	text-align: center;
	color: #0A2252;
}

/*------------- Page News -----------*/


.bannerNews {
	width: auto;
	min-height: 486px;
	background-image: linear-gradient(rgba(49, 20, 4, 0.3), rgba(1, 1, 1, 0.5)), url(/wp-content/themes/cheesWp/assets/images/bannerNews.png);
	background-position: center;
	background-repeat: no-repeat;
}

.bannerNews h1 {
	padding-top: 190px;
	text-align: center;
	color: #FFFFFF;
	font-family: 'Avenir', sans-serif;
	font-size: 56px;
	font-weight: 900;
	line-height: 68px;
	letter-spacing: 0.5px;
	text-align: center;
	color: #FFFFFF;
}

.containerNews {
	max-width: 1200px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: center;
	align-content: center;
	padding-bottom: 100px;
	padding-top: 50px;
}

.blockNews {
	height: 368px;
	width: 360px;
}

.news-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

@media screen and (max-width: 560px) {
	.news-grid {
		align-items: center;
		justify-content: center;
	}
}


.news-pagination {
	margin-top: 40px;
	display: flex;
	justify-content: center;
	gap: 8px;
	flex-wrap: wrap;
	font-size: 16px;
}


.news-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	height: 38px;
	padding: 0 12px;
	border-radius: 999px;
	border: 1px solid #6a3dc7;
	background: #ffffff;
	color: #6a3dc7;
	text-decoration: none;
	font-weight: 500;
	line-height: 1;
	transition: background-color 0.2s ease,
		color 0.2s ease,
		box-shadow 0.2s ease,
		transform 0.1s ease;
}

.news-pagination .page-numbers:hover {
	background: linear-gradient(91.04deg, #4a78d0 0%, #5F7DB8 99.62%);
	color: #ffffff;
	box-shadow: 0 6px 16px rgba(106, 61, 199, 0.35);
	transform: translateY(-1px);
}

.news-pagination .page-numbers.current {
	background: linear-gradient(91.04deg, #1E448E 0%, #5F7DB8 99.62%);
	color: #ffffff;
	border-color: transparent;
	box-shadow: 0 6px 18px rgba(90, 47, 212, 0.45);
	cursor: default;
}

.news-pagination .page-numbers.prev,
.news-pagination .page-numbers.next {
	min-width: 20px;
	padding: 0 14px;
}

@media (max-width: 480px) {
	.news-pagination {
		font-size: 14px;
		gap: 6px;
	}

	.news-pagination .page-numbers {
		min-width: 32px;
		height: 32px;
		padding: 0 10px;
	}
}

.news-pagination {
	margin-top: 40px;
	text-align: center;
}

.imgNews {
	border-radius: 10px 10px 0 0;
	width: 360px;
	height: 230px;
}

.titleNews {
	margin-top: -5px;
	border-radius: 0 0 10px 10px;
	height: 138px;
	width: 360px;
	background: linear-gradient(91.04deg, #1E448E 0%, #5F7DB8 99.62%);
}

.titleNews a {
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	display: block;
	width: 311px;
	height: auto;
	font-family: 'Avenir', sans-serif;
	font-size: 22px;
	font-weight: 900;
	line-height: 27px;
	letter-spacing: 0em;
	text-align: center;
	color: #FFFFFF;

}

/*------------- Page viewsNews -----------*/

.contenrNews {
	max-width: 960px;
	height: auto;
	margin-left: auto;
	margin-right: auto;

}

.contenrNews h1 {
	margin-top: 40px;
	font-family: 'Avenir', sans-serif;
	font-size: 34px;
	font-weight: 900;
	line-height: 44px;
	margin-bottom: 20px;
	letter-spacing: 0em;
	text-align: center;
	color: #0A2252;
}

.dateNews,
.contenrNews_text {
	padding: 0 10px;
}

.contenrN {
	margin-left: auto;
	margin-right: auto;
	max-width: 60em;
}

.contenrNews_img {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: auto;

}

.dateNews {
	padding-top: 25px;
	margin-bottom: 25px;
	font-family: 'Avenir', sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 15px;
	letter-spacing: 0em;
	text-align: left;
	color: #8C98AF;
}

.contenrNews p {
	font-family: 'Avenir', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 26px;
	letter-spacing: 0em;
	text-align: left;
	color: #0A2252;
	margin-bottom: 50px;
}


/*------------- Page prodManufactures -----------*/

.bannerProdManufack {
	width: auto;
	min-height: 486px;
	background-image: linear-gradient(rgba(49, 20, 4, 0.3), rgba(1, 1, 1, 0.5)), url(/wp-content/themes/cheesWp/assets/images/bannerPopular.png);
	background-position: center;
	background-repeat: no-repeat;
}

.bannerProdManufack h1 {
	padding-top: 190px;
	text-align: center;
	color: #FFFFFF;
	font-family: 'Avenir', sans-serif;
	font-size: 56px;
	font-weight: 900;
	line-height: 68px;
	letter-spacing: 0.5px;
	text-align: center;
	color: #FFFFFF;
}

.containerProdManufack {
	max-width: 1200px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	padding-bottom: 100px;
	padding-top: 50px;
}

.containerProdManufack .woocommerce-notices-wrapper {
	display: none;
}

.blockProdManufack {
	width: 360px;
}

.prodDescrip {
	width: 360px;
	height: 80px;
}

.prodDescrip h2 {
	font-family: 'Avenir', sans-serif;
	font-size: 20px;
	font-weight: 900;
	line-height: 30px;
	letter-spacing: 0em;
	text-align: left;

	color: #0A2252;
}

.blockProdManufack a {
	text-decoration: none;
	color: inherit;
}

.prodDescrip p {
	font-family: 'Avenir', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 23px;
	letter-spacing: 0em;
	text-align: center;
	color: #536486;
}

.parthCeo_Prod {
	width: auto;
	min-height: 615px;
	background-image: url(/wp-content/themes/cheesWp/assets/images/fonCeoProdNew.png);
	background-position: top center;
	background-repeat: no-repeat;
	margin-bottom: -140px;
}

#parthCeoProd {
	padding-top: 250px;
}


/*------------- Page single-popular -----------*/

.bannerSubPopular {
	width: auto;
	min-height: 486px;
	background-image: linear-gradient(rgba(49, 20, 4, 0.3), rgba(1, 1, 1, 0.5)), url(/wp-content/themes/cheesWp/assets/images/bannerSubPopular.png);
	background-position: center;
	background-repeat: no-repeat;
}

.bannerSubPopular h1 {
	padding-top: 150px;
	font-family: 'Avenir', sans-serif;
	font-size: 55px;
	font-weight: 900;
	line-height: 68px;
	letter-spacing: 0.5px;
	text-align: center;
	color: #FFFFFF;
}

.im_PopularC {
	width: 360px;
	height: 360px;
}

.prodDescripPopular {
	width: 360px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.prodDescripPopular h2 {
	font-family: 'Avenir', sans-serif;
	font-size: 20px;
	font-weight: 900;
	line-height: 30px;
	letter-spacing: 0em;
	text-align: center;
	color: #0A2252;

}

.prodDescripPopular p {
	font-family: 'Avenir', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 23px;
	letter-spacing: 0em;
	text-align: center;
	color: #536486;


}

#buttonPopPoz {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}


/*------------- Modal Window Header -----------*/


.modalDialog {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 999999;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	display: none;
	pointer-events: none;
	margin-top: -220px;
}

@media screen and (max-width: 1180px) {
	.modalDialog {
		margin-top: 1px;
	}
}

.modalDialog:target {
	display: block;
	pointer-events: auto;
}

.modalDialog>div {
	max-width: 678px;
	height: auto;
	margin: 20% auto;
	position: relative;
	border-radius: 32px 0px 32px 32px;
	background: #F5F6F9;
}

.modalDialog #block-content-feedback-first {
	padding: 20px 0;
}

.close {
	background: linear-gradient(90.75deg, #1E448E 0%, #5F7DB8 99.62%);
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: 14px;
	text-align: center;
	top: 7px;
	width: 30px;
	height: 30px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:after,
.close:before {
	content: '';
	position: absolute;
	top: 6px;
	left: 15px;
	width: 2px;
	height: 18px;
	background: #fff;
	transform: rotate(45deg)
}

.close:before {
	transform: rotate(-45deg)
}

.close:hover {
	background: linear-gradient(90.75deg, #1E448E 0%, #5F7DB8 99.62%);

}

#block-content-feedback-first h3 {
	font-family: 'Avenir', sans-serif;
	font-size: 32px;
	font-weight: 900;
	line-height: 68px;
	letter-spacing: 0px;
	text-align: center;
	color: #000000;

}

.discrModal {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Avenir', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.5px;
	text-align: center;
	margin-bottom: 30px;
	color: #8C98AF;
}

#block-feedback {
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#block-feedback input {
	width: 540px;
	height: 58px;
	border-radius: 100px;
	border: 1px solid #E8EAEF;
	padding-left: 30px;
	margin-bottom: 10px;
	box-sizing: border-box;
}

@media screen and (max-width: 560px) {
	#block-feedback input {
		width: 320px;
	}
}

.buttonSendEmail {
	font-family: 'Avenir', sans-serif;
	font-size: 16px;
	font-weight: 900;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: center;

	color: #FFFFFF;
	cursor: pointer;
	margin-top: 25px;
	background: linear-gradient(90.75deg, #1E448E 0%, #5F7DB8 99.62%);
}

.buttonSendEmail:hover {
	background: linear-gradient(90.73deg, #1B376E 0%, #375592 99.62%);
}

.yesModal {
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
	font-family: 'Avenir', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: center;
	color: #8C98AF;
	padding-bottom: 30px;

}

.form-success {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Avenir', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: 0.5px;
	text-align: center;
	color: rgb(6, 74, 20);

}

#error {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Avenir', sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	text-align: center;

	color: rgb(182, 24, 24)
}

/*------------- Modal Window Cart -----------*/

.poster_prav_bascet {
	background: #FFFFFF;
}

#block-content-feedback-second h3 {
	font-family: 'Avenir', sans-serif;
	font-size: 24px;
	font-weight: 900;
	line-height: 68px;
	letter-spacing: 0.5px;
	text-align: left;

	color: #000000;
	margin-left: 65px;
}

#discrMod {
	font-family: 'Avenir', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 31px;
	letter-spacing: 0px;
	text-align: left;

	color: #000000;
	margin-bottom: 25px;
}

.block_modalCalc h4 {
	font-family: 'Avenir', sans-serif;
	font-size: 18px;
	font-weight: 900;
	line-height: 68px;
	letter-spacing: 0.5px;
	text-align: center;
	color: #000000;

}

.bu_modalBascet {
	margin-left: auto;
	margin-right: auto;
	width: 550px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.block_modalBascet button {
	border: none;
	background: #ffffff;

}

#block-feedback_basket {
	margin-left: auto;
	margin-right: auto;
	width: 550px;
}

.inBas {
	width: 20px;
	height: 20px;
	border: none;
	background: #FFFFFF;

	font-family: 'Avenir', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 68px;
	letter-spacing: 0.5px;
	text-align: center;

}

.inputData {
	width: 550px;
	height: 58px;
	border-radius: 100px;
	border: 1px solid #E8EAEF;
	margin-bottom: 15px;
}

.buttonModalBasket {
	margin-left: auto;
	margin-right: auto;
	font-family: 'Avenir', sans-serif;
	font-size: 16px;
	font-weight: 900;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: center;

	color: #FFFFFF;
	width: 550px;
	height: 58px;
	border-radius: 100px;
	cursor: pointer;
	margin-top: 25px;
	background: linear-gradient(90.75deg, #1E448E 0%, #5F7DB8 99.62%);
}

.buttModalBasket:hover {
	background: linear-gradient(90.73deg, #1B376E 0%, #375592 99.62%);
}

.button_modalBascet {
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	margin-bottom: 25px;
}

.block_modalBascet h4 {
	font-family: 'Avenir', sans-serif;
	font-size: 18px;
	font-weight: 900;
	line-height: 68px;
	letter-spacing: 0.5px;
	text-align: center;

	color: #000000;
}


@media screen and (max-width: 560px) {
	.inputData {
		width: 390px;
	}

	.comandosH {
		line-height: 10px;
		margin-top: 25px;
		margin-bottom: 60px;
		text-align: center;
	}

	.containerAsort h4 {
		text-align: center;
	}

	.buttonVirob {
		margin: 0 auto 10px;
	}

	.partnerT {
		margin: 0 auto 20px;
	}

	.blockPartner h6 {
		text-align: center;
		margin: 0;
	}

	.containerContact {
		padding: 0;
	}

	#blockCont {
		padding-top: 80px;

	}

	#blockMap {
		margin: 20px auto;
	}

	.menuFooter ul li {
		margin-bottom: 10px;
	}

	.compYearDiscr {
		padding-bottom: 15px;
		padding-left: 110px;

	}

	.gorizontLineHistory {
		margin-bottom: 15px;

	}

	.blockHistory {
		height: auto;
	}

	.containerHistory h3 {
		margin-bottom: 40px;
	}

	.bld_CompAsort_img {
		margin-bottom: 20px;
	}

	.blockPartner.wow-link {
		justify-content: flex-start;
	}

	.secHead {
		margin-bottom: 10px;
	}



	.blockProdManufack__link img {
		width: 100%;
		object-fit: cover;
	}

	.modalDialog>div {
		width: 340px;
		border-radius: 32px;
	}

	.parthCeo {
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.partnerT {
		padding: 0 10px;
	}

	#burger:checked+label+.containerHeader {
		width: 100%;
		height: 80vh;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 20px;
	}

	.containerHeader {
		width: 100%;
		height: 80vh;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 20px;

		.blockHeader {
			width: 100%;
			display: flex;
			justify-content: space-between;

			.blockLang {
				margin: 0;
				padding: 0;
			}

			a {
				img {
					margin: 0;
				}
			}

			.close_mobile {
				background: linear-gradient(90.75deg, #1E448E 0%, #5F7DB8 99.62%);
				color: #FFFFFF;
				line-height: 25px;
				position: absolute;
				right: 14px;
				text-align: center;
				top: 7px;
				width: 30px;
				height: 30px;
				text-decoration: none;
				font-weight: bold;
				-webkit-border-radius: 50%;
				-moz-border-radius: 50%;
				border-radius: 50%;
				-moz-box-shadow: 1px 1px 3px #000;
				-webkit-box-shadow: 1px 1px 3px #000;
				box-shadow: 1px 1px 3px #000;
				z-index: 10000;
			}

			.close_mobile:after,
			.close_mobile:before {
				content: '';
				position: absolute;
				top: 6px;
				left: 15px;
				width: 2px;
				height: 18px;
				background: #fff;
				transform: rotate(45deg)
			}

			.close_mobile:before {
				transform: rotate(-45deg)
			}

			.close_mobile:hover {
				background: linear-gradient(90.75deg, #1E448E 0%, #5F7DB8 99.62%);

			}

			#responcive-menu1 {
				.menu-item {
					margin-bottom: 10px;

					a {
						font-size: 18px;
						text-align: left;
					}

					.sub-menu {
						position: relative;
						padding-top: 0;
						left: 0;

						.menu-item {
							margin: 0;

							a {
								padding: 10px;
								font-size: 16px;
							}
						}
					}
				}
			}
		}
	}
}

.blockPopular img {
	margin: 0 auto;
	display: block;
}

.slick-prev,
.slick-next {
	top: 40% !important;
}

.slick-prev:before,
.slick-next:before {
	font-size: 70px !important;
}

.slick-prev {
	left: -90px !important;
}

.wow-link {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
}

.asort-slider .swiper-wrapper {
	align-items: stretch;
}

.asort-slider .swiper-slide {
	display: flex;
	height: auto;
	justify-content: center;
	align-items: center;
}

.asort-slider .blockAsort {
	width: 100%;
}

.asort-slider-prev,
.asort-slider-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 32px;
	height: 32px;
	cursor: pointer;
	z-index: 10;
}

.asort-slider-prev {
	left: 0;
}

.asort-slider-next {
	right: 0;
}

.asort-slider-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 1% !important;
}

.asort-slider {
	padding: 0 0 40px !important;
}

@media screen and (max-width: 560px) {
	.asort-slider {
		padding: 50px 0 40px !important;
	}

	.slader_prodComp {
		.slick-track {
			display: flex;
			justify-content: center;
			align-items: center;
			flex-wrap: wrap;
		}
	}
}

@media screen and (min-width: 1024px) {
	.containerProdManufack {
		max-width: 1200px;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-start;
		gap: 40px;
		align-items: center;
		align-content: center;
		padding-bottom: 100px;
		padding-top: 50px;
	}

	.blockProdManufack {
		width: calc(33% - 23px);
	}

}

.no-scroll {
	overflow: hidden;
}


.breadcrumbs__list {
	display: flex;
	gap: 3px;
	margin: 20px 0 20px 20px;

	.breadcrumbs__item {
		display: flex;
		gap: 3px;

		.breadcrumbs__link {
			color: #777;
			text-decoration: none;
		}

		.breadcrumbs__sep {
			color: #777;
		}

		.breadcrumbs__current {
			color: rgba(7, 7, 8, 0.93);
		}
	}
}
.blockProdManufack__link {
	display: flex;
    flex-direction: column;
    align-items: center;
}
.blockProdManufack__link .prodDescrip h2 {
	text-align: center;
}
@media screen and (min-width: 648px) {
	.woocommerce-category-page .breadcrumbs__list {
		margin: 20px 0 20px 60px;
	}
}
@media screen and (min-width: 1024px) {
	.breadcrumbs__list {
		margin: 20px 0 20px 50px;
	}
	
	.woocommerce-category-page .breadcrumbs__list {
		margin: 20px 0 20px 65px;
	}
}

@media screen and (min-width: 1366px) {
	.woocommerce-category-page .breadcrumbs__list {
		margin: 20px 0 20px 155px;
	}
	.wpcf7-form p .wpcf7-form-control-wrap .wpcf7-form-control {
		width: 100%;
	}
}

@media screen and (min-width: 1880px) {
	.woocommerce-category-page .breadcrumbs__list {
		max-width: 1200px;
		padding-left: 30px;
		margin: 20px auto;
	}
}
 /* Контейнер со скроллом */
.parthCeo-scroll-container {
    max-height: 350px;    /* Высота видимой области */
    overflow-y: auto;     /* Включает вертикальный скролл */
    
    /* Красота (отступы внутри) */
    padding: 15px 20px 15px 0; 
    margin-top: 30px;
}

/* --- Стилизация самой полосы прокрутки (Chrome, Safari, Opera) --- */
/* Ширина полосы */
.parthCeo-scroll-container::-webkit-scrollbar {
    width: 8px;
}

/* Фон под ползунком */
.parthCeo-scroll-container::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-radius: 4px;
}

/* Сам ползунок */
.parthCeo-scroll-container::-webkit-scrollbar-thumb {
    background: #c1c1c1; 
    border-radius: 4px;
}

/* Ползунок при наведении (ваш темный цвет) */
.parthCeo-scroll-container::-webkit-scrollbar-thumb:hover {
    background: #32373c; 
}

/* --- Стили текста внутри (чтобы было читаемо) --- */
.parthCeo h2 {
    font-size: 22px; margin-top: 0; color: #32373c;
}
.parthCeo h3 {
    font-size: 18px; color: #32373c;
}
.parthCeo ul {
    padding-left: 20px; list-style: disc;
}
.parthCeo p {
    margin-bottom: 10px; line-height: 1.5;
}
/* --- Контейнер со скроллом --- */
.parthCeo-scroll-container {
    max-height: 350px;       /* Фиксированная высота */
    overflow-y: auto;        /* Полоса прокрутки */
    
    /* Отступы и оформление */
    padding-right: 15px; 
}

/* Стилизация полосы прокрутки */
.parthCeo-scroll-container::-webkit-scrollbar {
    width: 6px;              /* Тонкая полоска */
}
.parthCeo-scroll-container::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
.parthCeo-scroll-container::-webkit-scrollbar-thumb {
    background: #32373c;     /* Цвет ползунка (темный, как кнопки) */
    border-radius: 3px;
}

/* Оформление текста внутри */
.parthCeo {
    color: #333;
    font-size: 16px;
    line-height: 1.6;
}
.parthCeo h2, .parthCeo h3 {
    color: #32373c;
    margin-top: 0;
}
.parthCeo ul {
    padding-left: 20px;
    list-style: disc;
}
.sl_company .slick-slide img {
    display: block;
    border-radius: 40px;
}
.blockHistory:nth-last-of-type(2) {
	height: 170px;
}
@media screen and (min-width: 1024px) {
.sl_company .slick-slide .blockComp_asort {
	display: flex;

}
.sl_company .slick-slide:nth-child(2n) .blockComp_asort {
	flex-direction: row-reverse;
}
.sl_company .slick-slide {
	margin-bottom: 40px;
}
.sl_company .slick-slide:last-child {
	margin: 0;
}
}
.js-ourpart-swiper .swiper-button-prev, .js-ourpart-swiper .swiper-button-next {
	display: none;
}

