/*#region fonts*/
@font-face {
	font-family:'ProximaNova';
	src: url('../fonts/ProximaNova-Black.otf');
	font-style: normal;
	font-weight: 900;
	}
@font-face {
	font-family:'ProximaNova';
	src: url('../fonts/ProximaNova-Bold.otf');
	font-style: normal;
	font-weight: 700;
	}
@font-face {
	font-family:'ProximaNova';
	src: url('../fonts/ProximaNova-BoldIt.otf');
	font-style: italic;
	font-weight: 700;
	}
@font-face {
	font-family:'ProximaNova';
	src: url('../fonts/ProximaNova-Medium.otf');
	font-style: normal;
	font-weight: 500;
	}
@font-face {
	font-family:'ProximaNova';
	src: url('../fonts/ProximaNova-Regular.otf');
	font-style: normal;
	font-weight: 400;
	}
@font-face {
	font-family:'ProximaNova';
	src: url('../fonts/ProximaNova-Light.otf');
	font-style: normal;
	font-weight: 300;
	}
@font-face {
	font-family:'ProximaNova';
	src: url('../fonts/ProximaNova-LightItalic.otf');
	font-style: italic;
	font-weight: 300;
	}
/*#endregion*/

/*#region template.css*/
html {
	min-height:100%;
}
body {
	font-family:'ProximaNova';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	color: #717171;
	line-height: 1.5;
}
a{
	color: #717171;
	cursor: pointer;
	text-decoration: underline;
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
a:hover, a:focus {
	text-decoration:none;
}
p{
	margin-bottom: 30px;
}
p:last-child{
	margin-bottom: 0;
}
i{
	font-style: italic;
	font-weight: 300;
}
strong, b{
	font-weight: 700;
}
img{
	max-width: 100%;
}
.intro{
	font-size: 20px;
	line-height: 1.6;
}
.max-container{
	max-width: 1700px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 20px;
    padding-left: 20px;
}
.min-container{
	max-width: 1420px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.btn-block{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: -10px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
.btn-block .btn{
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.title-btn-block{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-right: -15px;
	margin-left: -15px;
}
.title-btn-block .tbcol{
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 20px;
}
.title-btn-block h2{
	margin-bottom: 0;
}
/*.content-section ul {*/
/*	list-style: none;*/
/*	margin-bottom: 30px;*/
/*}*/
/*.content-section ul li {*/
/*	position: relative;*/
/*	padding-left: 25px;*/
/*}*/
/*.content-section ul li::before {*/
/*	content: "\00a0\00a0";*/
/*	display: inline-block;*/
/*	width: 25px;*/
/*	position: absolute;*/
/*	left: 0;*/
/*	top: 0;*/
/*	background-image: url("../images/angle-right-light-green.svg");*/
/*	background-size: 10px 10px;*/
/*	background-position: 3px 7px;*/
/*	background-repeat: no-repeat;*/
/*}*/
/*.content-section ol {*/
/*	list-style: none;*/
/*	counter-reset: ol-counter;*/
/*	margin-bottom: 30px;*/
/*}*/
/*.content-section ol li {*/
/*	counter-increment: ol-counter;*/
/*	position: relative;*/
/*	padding-left: 25px;*/
/*}*/
/*.content-section ol li::before {*/
/*	content: counter(ol-counter) ".";*/
/*	color: #07AA51;*/
/*	position: absolute;*/
/*	left: 0;*/
/*	top: 0;*/
/*}*/
/*#endregion*/

/*#region title*/
h1, h2, h3, h4, h5, h6{
	font-family:'ProximaNova';
	font-style: normal;
	font-weight: normal;
	color: #1D1D1B;
}
h1{
	font-size: 56px;
	line-height: 1.196;
	font-weight: 400;
	margin-bottom: 35px;
	text-transform: capitalize;
}
h2{
	font-size: 36px;
	line-height: 1.194;
	font-weight: 600;
	margin-bottom: 20px;
}
h3{
	font-size: 26px;
	font-weight: 600;
	line-height: 1.192;
	margin-bottom: 15px;
}
h4{
	font-size: 20px;
	line-height: 1.2;
	font-weight: 600;
}
h5{
	font-size: 14px;
	line-height: 1.214;
	font-weight: 600;
	color: #6C6C6C;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
h6{
	font-size: 12px;
	line-height: 1.166;
	letter-spacing: 0.1em;
	font-weight: 500;
	color: #07AA51;
	margin-bottom: 15px;
	text-transform: uppercase;
}
h1.white, h2.white, h3.white, h4.white, h5.white, h6.white{
	color: #fff;
}
h1.title, h2.title, h3.title, h4.title{
	position: relative;
}
h1.title::before, h2.title::before, h3.title::before, h4.title::before{
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 50px;
	height: 3px;
	background: #07AA51;
}
h1.title{
	padding-bottom: 30px;
}
h2.title{
	padding-bottom: 25px;
}
h3.title{
	padding-bottom: 15px;
}
h4.title{
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.tcenter {
	text-align: center;
}
.tcenter h1.title::before,
.tcenter h2.title::before,
.tcenter h3.title::before{
	left: calc(50% - 25px);
}
.cgreen {
	color: #07AA51;
}

/*#endregion*/

/*#region btn*/
.btn{
	font-family: 'ProximaNova';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.187;
	text-align: center;
	text-transform: uppercase;
	padding: 13px 30px 11px 30px;
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
	transition: all 0.4s;
	border: 1px solid transparent;
	border-radius: 50px;
	white-space: nowrap;
}
.tcenter .btn{
	margin-left: auto;
	margin-right: auto;
}
.btn:hover,
.btn:focus{
	border-radius: 0;
}
.btn.green{
	color: #fff;
	background: #07AA51;
	border-color: #07AA51;
}
.btn.opacity-green{
	color: #07AA51;
	background: transparent;
	border-color: #07AA51;
}
.btn.opacity-gray{
	color: #6C6C6C;
	background: transparent;
	border-color: #6C6C6C;
}
.btn.opacity-white{
	color: #fff;
	background: transparent;
	border-color: #fff;
}
/*#endregion*/

/*#region header-menu*/
#hamburger{
	display: none;
}
.header-menu{
	/*position: relative;*/
	z-index: 555;
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	left: 0;
	right: 0;
	background-color: #FFFFFF;

}
.header-menu .max-container{
	display: flex;
	align-items: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
.header-menu .logo{
	flex-basis: 220px;
	flex-shrink: 0;
}
.header-menu .logo img{
	display: block;
}
#subscribe-button {
	position: fixed;
	top: 220px;
	right: 0;
	height: 84px;
	width: 84px;
	background-color: #07AA51;
	padding-top: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
	transition: all .4s;
	z-index: 30;
	color: #FFFFFF;
}
#subscribe-button i {
	font-size: 30px;
	padding-bottom: 10px;
}
#subscribe-button span {
	font-size: 10px;
	letter-spacing: 1px;
}
.main-menu{
	margin-left: auto;
	order: 2;
}
#mainmenu{
	list-style: none;
	display: flex;
}
#mainmenu li a,
#mainmenu li span{
	font-family: 'ProximaNova';
	font-size: 16px;
	font-weight: 500;
	line-height: 1.1875;
	color: #1D1D1B;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	padding: 6px 19px 5px 19px;
	margin-right: 5px;
	display: block;
	border: 1px solid transparent;
	white-space: nowrap;
}
#mainmenu>li>a:hover,
#mainmenu>li>a:focus,
#mainmenu>li.active>a,
#mainmenu>li>span:hover,
#mainmenu>li>span:focus,
#mainmenu>li.active>span{
	color: #fff;
	background: #07AA51;
}
#mainmenu>li.home>a{
	color: #07AA51;
	background: transparent;
	border-right: 1px solid #1D1D1B;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 25px;
	height: 100%;
}
#mainmenu>li.home>a i,
#show-search i{
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
#mainmenu>li.home>a:hover i,
#mainmenu>li.home>a:focus i,
#show-search:hover i,
#show-search:focus i{
	opacity: 0.6;
}
#mainmenu>li.contact a{
	color: #07AA51;
	border-color: #07AA51;
	background: transparent;
}
#mainmenu>li.contact a:hover,
#mainmenu>li.contact a:focus{
	border-radius: 30px;
}
li.submenu{
	position: relative;
}
.submenu-child{
	position: absolute;
	left: 0;
	top: 100%;
	display: none;
}
.submenu-child ul{
	list-style: none;
	position: relative;
	padding-top: 25px;
	padding-bottom: 10px;
	z-index: 1;
}
.submenu-child ul::before{
	position: absolute;
	content: "";
	width: 100%;
	height: calc(100% - 15px);
	top: 15px;
	left: 0;
	background: #fff;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
	z-index: -1;
}
#mainmenu .submenu-child ul li a{
	margin-right: 0;
}
#mainmenu .submenu-child ul li a:hover,
#mainmenu .submenu-child ul li a:focus{
	color: #07AA51;
}
.submenu>a>i{
	font-size: 14px;
	margin-left: 5px;
}
#changeCL{
	position: relative;
	order: 3;
}
.changer{
	display: flex;
	align-items: center;
	padding-left: 20px;
	margin-left: 30px;
	border-left: 1px solid #1D1D1B;
	height: 32px;
}
.changer img{
	width: 32px;
	height: 24px;
	border: 1px solid #F2F2F2;
	display: block;
	object-fit: cover;
	margin-right: 15px;
}
.changeCL-hover{
	position: absolute;
	right: 0;
	top: 100%;
	list-style: none;
	padding-top: 25px;
	padding-bottom: 10px;
	z-index: 2;
	display: none;
}
.changeCL-hover li{
	font-family: 'ProximaNova';
	font-size: 16px;
	font-weight: 500;
	line-height: 1.1875;
	color: #1D1D1B;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	padding: 6px 19px 5px 19px;
	/*margin-right: 5px;*/
	display: block;
	border: 1px solid transparent;
	white-space: nowrap;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.changeCL-hover li:hover,
.changeCL-hover li:focus{
	color: #07AA51;
}
.changeCL-hover::before{
	position: absolute;
	content: "";
	width: 100%;
	height: calc(100% - 15px);
	top: 15px;
	left: 0;
	background: #fff;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
	z-index: -1;
}
#show-search{
	order: 4;
	display: flex;
	align-items: center;
	padding-left: 20px;
	margin-left: 30px;
	border-left: 1px solid #1D1D1B;
	height: 32px;
	font-size: 25px;
	color: #07AA51;
	cursor: pointer;
}
@media (min-width: 1025px){
	.home-page .header-menu{
		position: fixed;
		/*top: 0;*/
		/*left: 0;*/
		/*right: 0;*/
		background-color: rgb(255, 255, 255);
		transition: background-color ease 0.4s;
	}
	.home-page .header-menu.scrolled {
		background-color: #FFFFFF;
	}
}
/*#endregion*/

/*#region header-change/search*/
#newsletter {
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(29, 29, 27, 0.93);
	overflow: auto;
	z-index: 556;
	display: none;
	overscroll-behavior: none;
}
.newsletter-content{
	position: relative;
	max-width: 1280px;
	margin: auto;
	padding: 80px 140px;
	background: #fff;
}
.newsletter-content button {
	margin-top: 40px;
}
.newsletter-close{
	position: absolute;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 20px;
	right: 20px;
	font-size: 25px;
	cursor: pointer;
}
.show-change-country,
.show-change-language{
	cursor: pointer;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
#change-country,
#change-language{
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(29, 29, 27, 0.93);
	overflow: auto;
	z-index: 556;
	display: none;
	overscroll-behavior: none;
}
.changer-content{
	position: relative;
	max-width: 1280px;
	margin: auto;
	padding: 80px 140px;
	background: #fff;
}
.change-close{
	position: absolute;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 20px;
	right: 20px;
	font-size: 25px;
	cursor: pointer;
}
.change-top{
	margin-bottom: 30px;
}
.change-top p{
	max-width: 670px;
	margin: 0 auto;
}
.change-top p label {
	color: #717171;
	cursor: pointer;
	text-decoration: underline;
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.change-top p label:hover, .change-top p label:focus {
	text-decoration:none;
}
.change-top h3{
	margin-bottom: 30px;
}
.change-top .change-select{
	margin-top: 50px;
	width: 260px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.change-top .change-select select{
	border: 1px solid #D8D8D8;
	/*background: #fff;*/
	background: transparent;
	padding: 13px 30px 12px 20px;
	font-family: 'ProximaNova';
	font-size: 16px;
	color: #1D1D1B;
	width: 100%;
	outline: none;
	border-radius: 0;
	box-shadow: none;
	z-index: 1;
	position: relative;
}
.change-top .change-select i{
	position: absolute;
	right: 15px;
	top: 18px;
	font-size: 12px;
}
.changer-content h3.title{
	margin-bottom: 50px;
}
.country-list {
	display: none;
}
.country-list.active {
	display: block;
}
.change-list{
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: -30px;
}
.change-single{
	flex-basis: calc(20% - 10px);
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #1D1D1B;
	line-height: 1.125;
	cursor: pointer;
}
.change-single:hover,
.change-single:focus,
.change-single.active{
	text-decoration: underline;
}
.change-single img{
	width: 40px;
	height: 30px;
	display: block;
	margin-right: 15px;
	border: 1px solid #F2F2F2;
}
.change-single input{
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: -1;
}
#search{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(29, 29, 27, 0.93);
	overflow: auto;
	display: flex;
	padding: 20px;
	z-index: 556;
	display: none;
}
.search-close{
	position: absolute;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 20px;
	right: 20px;
	font-size: 25px;
	cursor: pointer;
	color: #07AA51;
}
#search form{
	width: 100%;
	margin: auto;
}
.search-row{
	position: relative;
	width: 100%;
	max-width: 735px;
	margin: 0 auto;
}
#site-search{
	padding: 15px 40px 15px 0;
	background: transparent;
	border: none;
	border-bottom: 1px solid #fff;
	font-family: 'ProximaNova';
	font-weight: 500;
	font-size: 36px;
	color: #fff;
	width: 100%;
}
#site-search::placeholder{
	font-family: 'ProximaNova';
	font-size: 36px;
	color: #fff;
	font-weight: 500;
	opacity: 1;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	-webkit-appearance:none;
}
.search-row button{
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 100%;
	color: #07AA51;
	background: transparent;
	border: none;
	font-size: 36px;
	cursor: pointer;
}
#local-websites,
#geographic-difference{
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(29, 29, 27, 0.93);
	overflow: auto;
	z-index: 556;
	overscroll-behavior: none;
}
.local-websites-content,
.geographic-difference-content{
	position: relative;
	max-width: 900px;
	margin: auto;
	padding: 80px 140px;
	background: #fff;
}
.local-websites-close,
.geographic-difference-close{
	position: absolute;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 20px;
	right: 20px;
	font-size: 25px;
	cursor: pointer;
}

#page-up {
    width: 45px;
    height: 45px;
    position: fixed;
    right: 30px;
    bottom: 45px;
    background: #fff;
    color: #1D1D1B;
	font-size: 10px;
	letter-spacing: 0.1em;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 10px;
	z-index: 30;
	border: 1px solid #1D1D1B;
	display: none;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	cursor: pointer;
}
#page-up i{
	font-size: 16px;
	display: block;
}
#page-up:hover,
#page-up:focus{
	color: #07AA51;
	border-color: #07AA51;
}
/*#endregion*/

/*#region footer*/
.cta{
	background: #1E4445;
	padding: 25px 0;
	color: #fff;
}
.cta h3{
	margin-bottom: 0;
	margin-right: 100px;
}
.cta .btn-block {
	justify-content: center;
}
.cta .max-container{
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-top{
	padding: 40px 0 25px 0;
	color: #1D1D1B;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
}
.fcol-block{
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	position: relative;
}
.fcol-block::before{
	position: absolute;
	content: "";
	width: calc(100% - 30px);
	height: 1px;
	bottom: 0;
	left: 15px;
	background: #6C6C6C;
}
.fcol-block:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
}
.fcol-block:last-child::before{
	display: none;
}
.fcol{
	margin-left: 15px;
	margin-right: 15px;
}
.fcol-2{
	width: calc(50% - 30px);
}
.fcol-4{
	width: calc(25% - 30px);
}
.flogo{
	max-width: 220px;
}
.fcol.adress{
	display: flex;
	flex-direction: column;
}
.fcol.adress p{
	margin-bottom: 10px;
}
.fcol.adress p:last-child{
	margin-bottom: 0;
	margin-top: auto;
}
.fcol.adress p a{
	font-size: 16px;
	color: #1D1D1B;
	text-decoration: none;
	font-weight: 400;
}
.fcol.adress p a:hover,
.fcol.adress p a:focus{
	color: #07AA51;
}
.aviapp{
	display: flex;
	align-items: center;
}
.aviapp img{
	display: block;
}
.aviapp > img {
	width: 60px;
	height: auto;
}
.chess-row .aviapp img{
	width: initial;
	object-fit: initial;
}
.chess-row .aviapp > img {
	width: 60px;
}
.aviapp p{
	margin-bottom: 0;
	margin-left: 25px;
	margin-right: 15px;
	flex-shrink: 1;
}
.aviapp .flink{
	display: flex;
	/*flex-basis: 250px;*/
	flex-shrink: 1;
}
.aviapp .flink a {
	margin-left: 10px;
}
.aviapp .flink a:hover,
.aviapp .flink a:focus{
	opacity: 0.7;
}
.footer-bottom{
	background: #1D1D1B;
	color: #919191;
	font-size: 14px;
	padding: 15px 0;
}
.footer-bottom .max-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-left: 5px;
	padding-right: 5px;
}
.footer-bottom .left,
.footer-bottom .right{
	display: flex;
	flex-wrap: wrap;
	margin: 5px 15px;
}
.footer-bottom a{
	text-decoration: none;
	color: #919191;
}
.footer-bottom a:hover,
.footer-bottom a:focus{
	color: #07AA51;
}
.footer-bottom ul{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-left: 10px;
}
.footer-bottom ul li a{
	color: #fff;
}
.footer-bottom ul li::before{
	content: "|";
	margin: 5px;
}
.footer-bottom ul li:first-child::before{
	display: none;
}
.fcountry{
	display: flex;
	align-items: center;
	padding-right: 19px;
	margin-right: 20px;
	border-right: 1px solid #fff;
	color: #fff;
}
.fcountry img{
	width: 24px;
	height: 18px;
	border: 1px solid #F2F2F2;
	margin-right: 15px;
	display: block;
}
.footer-bottom .show-change-country{
	color: #fff;
	text-decoration: underline;
	cursor: pointer;
}
.footer-bottom .show-change-country:hover,
.footer-bottom .show-change-country:focus{
	color: #07AA51;
}

/*Heart beat animation*/
.icon-heart{
	animation: beat 1300ms ease 0s infinite normal;
	transform-origin: center;
	color: #07AA51;
	margin: 0 2px;
}
@keyframes beat{	
	0% { transform: scale(1);}
	14%{ transform: scale(1.3);}
	28% { transform: scale(1);}
	42% { transform: scale(1.3);}
	50% { transform: scale(1);}
}
/*#endregion*/

/*#region gp-au*/
#gp-au{
	margin-bottom: 5px;
	overflow: hidden;
}
#gp-au .max-container{
	display: flex;
	flex-wrap: wrap;
}
.gp-au-col{
	width: 50%;
	position: relative;
	padding: 55px 100px;
}
.gp-au-col .content{
	position: relative;
}
.gp-au-col h3{
	margin-bottom: 50px;
}
.gp-au-col .description{
	margin-bottom: 40px;
}
.gp-bg{
	position: absolute;
	width: 50vw;
	height: 100%;
	right: 0;
	top: 0;
	background-color: #1E4445;
}
.au-bg{
	position: absolute;
	width: 50vw;
	height: 100%;
	left: 0;
	top: 0;
	background-image: linear-gradient(rgba(255, 255, 255, 0.89), rgba(255, 255, 255, 0.89)), url('../images/about-us-bg.jpg');
	background-size: cover;
	background-position: center;
}
.gp-bg img{
	display: block;
	height: 100%;
	width: auto;
	padding: 30px;
	margin-left: auto;
	object-fit: contain;
}
.gp{
	color: #fff;
}
/*#endregion*/

/*#region showcase*/
.showcase-slider{
	position: relative;
}
.slide-single{
	background-position: center;
	background-size: cover;
	position: relative;
}
/*.slide-single::before {*/
/*	content: "";*/
/*	position: absolute;*/
/*	top: 0;*/
/*	left: 0;*/
/*	display: block;*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	background: rgb(255,255,255);*/
/*	background: -moz-linear-gradient(90deg, rgba(255,255,255,0.75) 0%, rgba(255,255,255,0) 100%);*/
/*	background: -webkit-linear-gradient(90deg, rgba(255,255,255,0.75) 0%, rgba(255,255,255,0) 100%);*/
/*	background: linear-gradient(90deg, rgba(255,255,255,0.75) 0%, rgba(255,255,255,0) 100%);*/
/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);*/
/*}*/
.slide-single video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	overflow: hidden;
	z-index: -1;
	/*opacity: 0.65;*/
	/*width: 100%;*/
	/*height: 100%;*/
	/*object-fit: cover;*/
}
.slide-single .min-container{
	position: relative;
	min-height: calc(100vh - 300px);
	display: flex;
	align-items: center;
	padding-top: 200px;
	padding-bottom: 200px;
	max-width: 730px;
	margin-left: 10%;
	background-color: rgba(30, 68, 69, 0.65);
}
.slide-content{
	color: #101010;
	max-width: 730px;
	padding-left: 50px;
	padding-right: 50px;
}
/*.slide-content {*/
/*	color: white;*/
/*    max-width: 730px;*/
/*    position: absolute;*/
/*    height: calc(100% - 98px);*/
/*    padding: 250px 90px;*/
/*    bottom: 0;*/
/*    background-color: #1e4445b8;*/
/*}*/
.slide-content h1 {
	color: white;
}
.slide-content .intro{
	margin-bottom: 60px;
	color: white;
}
.slider-nav{
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
}
.slick-dots{
	display: flex;
	margin-left: -8px;
	margin-right: -8px;
	list-style: none;
	justify-content: flex-end;
}
.slick-dots li{
	width: 60px;
	height: 3px;
	margin-left: 8px;
	margin-right: 8px;
	background: #CECECE;
}
.slick-dots li button{
	display: none;
}
.slick-dots li.slick-active{
	background: #07AA51;
}
.slider-nav-article {
	display: flex;
	justify-content: space-between;
	transform: translateY(-80px);
}
.sliderPrev, .sliderNext {
	display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    text-align: center;
    border: 2px solid #07AA51;
	background-color: rgba(0, 0, 0, 0.11);
    color: #fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
	margin-left: 15px;
	margin-right: 15px;
}
.sliderPrev:hover, .sliderNext:hover {
	color: #076d36;
	cursor: pointer;
}
.scroll-down{
	position: absolute;
	width: 100px;
	bottom: 30px;
	left: calc(50% - 50px);
	display: block;
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 1.25;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}
.scroll-down i{
	font-size: 30px;
}
.scroll-down:hover,
.scroll-down:focus{
	color: #07AA51;
}
/*#endregion*/

/*#region home-who-we-are*/
#home-who-we-are{
	padding: 90px 0;
}
#home-who-we-are .intro{
	max-width: 810px;
	margin-bottom: 60px;
}
.tcenter .intro{
	margin-left: auto;
	margin-right: auto;
}
/*#endregion*/

/*#region list-block*/
.list-block{
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.list-block .lcol{
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
}
.list-block .lcol1{
	width: calc(100% - 20px);
}
.list-block .lcol2{
	width: calc(50% - 20px);
}
.list-block .lcol4{
	width: calc(25% - 20px);
}
.list-block .lcol3{
	width: calc(33.333333333% - 20px);
}
/*#endregion*/

/*#region home-news*/
#home-news{
	background:#F8F8F8;
	padding: 120px 0;
}
#home-news .title-btn-block{
	margin-bottom: 20px;
}
.filter-menu{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 30px;
}
.filter-menu li a{
	display: block;
	font-size: 16px;
	line-height: 1.25;
	color: #1D1D1B;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
	padding: 7px 20px 5px 20px;
	margin: 0 5px;
	margin-bottom: 10px;
}
.filter-menu li a:hover,
.filter-menu li a:focus,
.filter-menu li.active a{
	color: #fff;
	background: #07AA51;
}
.news-single{
	display: block;
	text-decoration: none;
	color: #fff;
	min-height: 300px;
	background-position: center;
	background-size: cover;
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
}
.news-single::before{
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 100%;
	height: 50%;
	background-image: linear-gradient(transparent, #1D1D1B);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.news-single>*{
	position: relative;
}
.news-single h3,
.news-single h4{
	color: #fff;
}
.news-single:hover::before,
.news-single:focus::before{
	top: 0;
	height: 100%;
}
.first-news{
	display: flex;
	min-height: 400px;
	text-decoration: none;
	color: #fff;
}
.first-news .content{
	background: #1E4445;
	padding: 60px 35px 35px 50px;
	flex-basis: 50%;
	max-width: 560px;
	display: flex;
	flex-direction: column;
}
.first-news .content h3{
	margin-bottom: 50px;
	color: #fff;
}
.first-news .content .description{
	max-height: 65px;
	overflow: hidden;
	margin-bottom: 20px;
}
.more-btn{
	display: block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	text-align: center;
	border: 2px solid #07AA51;
	color: #fff;
	margin-top: auto;
	margin-left: auto;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.more-btn:hover,
.more-btn:focus{
	color: #07AA51;
}
.first-news .img{
	flex-basis: 50%;
	flex-grow: 1;
}
.first-news .img{
	background-position: center;
	background-size: cover;
}
.category-date{
	color: #FFFFFF;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.first-news .category-date {
	color: #07AA51;
}
/*#endregion*/

/*#region usp*/
#usp{
	position: relative;
	background: #1E4445;
	padding: 90px 0;
	color: #fff;
}
.usp-bg{
	position: absolute;
	width: calc(50% - 160px);
	top: 0;
	left: 0;
	height: 100%;
}
.usp-bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.usp-content{
	width: calc(50% - 10px);
	margin-left: auto;
}
.usp-content h2{
	margin-bottom: 80px;
}
.usp-list{
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.usp-single{
	width: calc(50% - 30px);
	display: flex;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 80px;
}
.usp-single .ico{
	flex-basis: 100px;
	flex-shrink: 0;
	height: 83px;
	line-height: 83px;
	margin-right: 25px;
	text-align: center;
	font-size: 70px;
	color: #07AA51;
}
.usp-single h3{
	color: #fff;
	margin-bottom: 10px;
	font-weight: 400;
}

/*#endregion*/

/*#region home-products*/
#home-products{
	padding: 120px 0 100px 0;
}
#home-products .intro{
	margin-bottom: 50px;
	max-width: 760px;
}
.product-single{
	min-height: 350px;
	color: #fff;
	text-decoration: none;
	padding: 35px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
	overflow: hidden;
	background-position: center;
	background-size: 100% auto;
}
.product-single:hover {
	background-size: 110% auto;
}
.product-single::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(transparent, #1D1D1B);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
	transition: all 0.4s;
}
.product-single:hover::before,
.product-single:focus::before{
	top: 0;
    height: 100%;
	background-color: #1E4445;
	background-image: url('../images/product-hover-bg.svg');
	background-position: right bottom;
	background-size: contain;
	background-repeat: no-repeat;
}
#home-products .product-single {
	background-color: #1E4445;
}
#home-products .product-single::before {
	display: none;
}
.product-single>*{
    position: relative;
}
.product-single h3,
.last-product h3{
	color: #fff;
}
.product-single .description,
.last-product .description{
	margin-bottom: 35px;
	height: 90px;
	overflow: hidden;
}
.product-hover{
	height: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}
.product-single:hover .product-hover{
	height: 170px;
	opacity: 1;
	visibility: visible;
}
#home-products .product-single .product-hover {
	height: 170px;
	opacity: 1;
	visibility: visible;
}
.last-product{
	min-height: 350px;
	color: #fff;
	text-decoration: none;
	padding: 35px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
	overflow: hidden;
	background-size: 100% auto;
}
.last-product:hover {
	background-size: 110% auto;
}
#home-products .last-product {
	background-color: #1E4445;
}
.last-product>*{
	position: relative;
}
.last-product .fa-search{
	position: absolute;
	height: calc(100% - 70px);
	widows: 100%;
	font-size: 277px;
	left: 70px;
	top: 35px;
	opacity: 0.05;
	color: #07AA51;
}
/*#endregion*/

/*#region home-innovation*/
#home-innovation{
	padding: 90px 0;
	background-position: center;
	background-size: cover;
}
#home-innovation .intro{
	margin-bottom: 50px;
	max-width: 760px;
}
/*#endregion*/

/*#region home-services*/
#home-services{
	padding: 120px 0 100px 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.circle-bg{
	position: absolute;
	background-image: url('../images/circle-bg.svg');
	background-position: left top;
	background-repeat: no-repeat;
	z-index: -1;
}
#home-services .circle-bg{
	width: 520px;
	height: 825px;
	right: 0;
	top: 50px;
}
#home-services .intro{
	margin-bottom: 80px;
	max-width: 730px;
}
.services-single {
    min-height: 640px;
    color: #fff;
    text-decoration: none;
    padding: 50px 30px 30px 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}
.services-single>*{
	position: relative;
}
.services-single h3.title{
	color: #fff;
	padding-bottom: 10px;
	margin-bottom: 0;
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.services-single h3.title::before{
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.services-single::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(transparent, #1D1D1B);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.services-single .description{
	max-width: 350px;
	max-height: 360px;
	overflow: hidden;
	margin-bottom: 20px;
}
.services-hover{
	max-height: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}
.services-single:hover::before,
.services-single:focus::before{
	top: 0;
    height: 100%;
	background-image: linear-gradient(rgba(30, 68, 69, 0.95), rgba(30, 68, 69, 0.95));
}
.services-single:hover h3.title,
.services-single:focus h3.title{
	margin-bottom: 50px;
}
.services-single:hover h3.title::before,
.services-single:focus h3.title::before{
	visibility: visible;
	opacity: 1;
}
.services-single:hover .services-hover,
.services-single:focus .services-hover{
	max-height: 450px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}
/*#endregion*/

/*#region wwa-vision-page*/
.page-nav{
	margin-bottom: 40px;
	display: flex;
	align-items: center;
}
.breadcrumbs{
	display: flex;
	list-style: none;
}
.breadcrumbs li a,
.breadcrumbs li span{
	color: #A7A7A7;
	font-size: 14px;
	text-decoration: none;
}
.breadcrumbs li a:first-child{
	font-size: 16px;
}
.breadcrumbs li a:hover,
.breadcrumbs li a:focus{
	color: #07AA51;
}
.breadcrumbs li::before{
	content: "\f105";
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
	margin: 0 10px 0 9px;
	vertical-align: top;
}
.breadcrumbs li:first-child::before{
	display: none;
}
#wwa-vision{
	padding: 40px 0 120px 0;
	overflow: hidden;
}
#wwa-vision h1{
	margin-bottom: 65px;
}
.lr-content{
	display: flex;
	flex-wrap: wrap;
}
.lrcol.left{
	position: relative;
	z-index: 1;
	flex-basis: 40%;
	max-width: 540px;
}
.lrcol.left img{
	display: block;
}
.lrcol.left .circle-bg{
	width: 645px;
	height: 555px;
	right: 125px;
	top: 350px;
}
.lrcol.right{
	flex-basis: calc(60% + 40px);
	flex-grow: 1;
	margin-left: 60px;
	margin-right: -100px;
	background: #F8F8F8;
	padding: 100px;
}
.caption{
	text-align: right;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-left: auto;
	margin-top: 75px;
}
.caption span:first-child{
	font-size: 24px;
	line-height: 1;
	display: block;
}
/*#endregion*/

/*#region wwa-production-page*/
#wwa-production{
	padding: 40px 0 50px 0;
}
#wwa-production h1{
	margin-bottom: 90px;
}
.chess-content{
	font-size: 20px;
	line-height: 1.6;
	overflow: hidden;
}
.chess-content h2{
	margin-bottom: 30px;
}
.chess-content h3{
	margin-bottom: 25px;
}
.chess-content a {
	color: #07AA51;
}
.chess-content .point-list li::before {
	top: 12px;
}
.chess-content .green-list li::before {
	top: 4px;
}
.chess-row{
	display: grid;
	grid-template-columns: 1fr repeat(2, minmax(300px, 680px)) 1fr;
	grid-gap: 0 20px;
	margin-bottom: 90px;
	grid-auto-flow: dense;
}
.chess-row.images{
	margin-bottom: 15px;
}
/*.chess-row:last-child{*/
/*	margin-bottom: 0;*/
/*}*/
.chess-row .full-left{
	grid-column-start: 1;
	grid-column-end: 3;
}
.chess-row .full-right{
	grid-column-start: 3;
	grid-column-end: 5;
}
.chess-row .content-left{
	grid-column-start: 2;
	grid-column-end: 3;
	padding-right: 80px;
}
.chess-row .content-right{
	grid-column-start: 3;
	grid-column-end: 4;
	padding-left: 80px;
}
.chess-row .img-left{
	grid-column-start: 2;
	grid-column-end: 3;
	margin-left: -60px;
}
.chess-row .img-right{
	grid-column-start: 3;
	grid-column-end: 4;
	margin-right: -60px;
}
.chess-row .col1{
	grid-column-start: 2;
	grid-column-end: 4;
}
.chess-row .col1.img{
	margin-left: -60px;
	margin-right: -60px;
}
.chess-row img{
	display: block;
	width: 100%;
	object-fit: cover;
}
.chess-row .col{
	position: relative;
}
.chess-row .circle-bg{
	width: 645px;
	height: 465px;
}
.chess-row .col.img-left .circle-bg{
	bottom: 205px;
	right: 265px;
}
.chess-row .col1.img .circle-bg{
	top: 195px;
	right: -175px;
}
.chess-row .col1.img .circle-bg + img{
	margin-bottom: 20px;
}
#wwa-production .chess-row .col1.img .circle-bg + img{
	margin-bottom: 160px;
}
.chess-content .content .img,
.chess-content .content .video,
.chess-content .content .youtube{
	margin-top: 50px;
	margin-bottom: 50px;
	position: relative;
}
.chess-content .content .alt{
	font-size: 14px;
	padding: 20px 0;
	position: relative;
	display: block;
	text-align: right;
}
.chess-content .content .alt::before{
	position: absolute;
	content: "";
	width: 120px;
	height: 3px;
	bottom: 0;
	right: 0;
	background: #07AA51;
}
.chess-content .content .img img,
.chess-content .content .video video,
.chess-content .content .youtube iframe{
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}
.chess-content .content .img:first-child,
.chess-content .content .video:first-child,
.chess-content .content .youtube:first-child{
	margin-top: 0;
}
.chess-content .content .img:last-child,
.chess-content .content .video:last-child,
.chess-content .content .youtube:last-child{
	margin-bottom: 0;
}
.logo-list {
	display: flex;
	justify-content: space-around;
	margin: 0 -15px;
	flex-wrap: wrap;
}
.logo-list > li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 1px;
	padding: 15px;
}
.logo-list img {
	display: block;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	/*object-fit: none;*/
	/*max-width: none;*/
	object-fit: contain;
}
#locations{
    position: relative;
    background: #1E4445;
    padding: 90px 0;
	color: #fff;
	margin-bottom: 5px;
}
.locations-bg{
    position: absolute;
    width: calc(50% - 270px);
    top: 0;
    left: 0;
    height: 100%;
}
.locations-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.locations-content {
    width: calc(50% + 100px);
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
	font-size: 20px;
	line-height: 1.6;
}
.locations-content .col100{
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
.locations-content .col{
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
}
.locations-content ul{
	list-style: none;
}
.locations-content h2{
	color: #fff;
	margin-bottom: 60px;
}
.locations-content h3{
	color: #07AA51;
	margin-top: 35px;
}
/*#endregion*/

/*#region wwa-history-page*/
#wwa-history{
	padding: 40px 0 5px 0;
}
#wwa-history h1.title{
	margin-bottom: 60px;
}
#wwa-history .filter-menu{
	margin-bottom: 50px;
}
.history-chess{
	padding-bottom: 140px;
	margin-bottom: -70px;
}
.filter-menu li span {
    display: block;
    font-size: 12px;
    color: #07AA51;
    font-weight: 600;
    text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.1em;
    padding: 8px 0 5px 0;
    margin: 0 45px 10px 5px;
}
.period-content{
	padding-top: 30px;
	margin-bottom: 40px;
}
.period-content + .chess-content{
	margin-top: 90px;
}
.period-content:last-child {
	margin-bottom: 90px;
}
.history-content{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	color: #1D1D1B;
	font-size: 26px;
	font-weight: 600;
	line-height: 1.385;
}
.history-content a{
	color: #07AA51;
}
 
.year{
	flex-basis: 280px;
	flex-shrink: 0;
	position: relative;
	padding-left: 40px;
	padding-right: 150px;
	font-size: 36px;
}
.year:first-child{
	margin-top: 0;
}
.year::before{
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	top: calc(50% - 10px);
	left: 0;
	border: 5px solid #07AA51;
	background: #fff;
	border-radius: 20px;
}
.year::after{
	position: absolute;
	content: "";
	width: 70px;
	height: 3px;
	top: calc(50% - 2px);
	right: 45px;
	background: #07AA51;
}
.history-content .description{
	flex-basis: calc(100% - 280px);
	flex-grow: 1;
	list-style: none;
	margin-top: 5px;
	margin-bottom: 45px;
}
.history-content .description:last-child{
	margin-bottom: 0;
}
/*#endregion*/

/*#region news-page*/
#news{
	padding: 100px 0;
}
#news h2.title{
	margin-bottom: 50px;
}
.pagination{
	list-style: none;
	display: flex;
	justify-content: center;
	font-size: 16px;
	margin-top: 50px;
}
.pagination li a{
	display: block;
	text-align: center;
	width: 28px;
	height: 28px;
	line-height: 30px;
	color: #A7A7A7;
	border: 1px solid #A7A7A7;
	text-decoration: none;
	margin: 0 7px;
}
.pagination li:not(.more) a:hover,
.pagination li:not(.more) a:focus,
.pagination li.active a{
	background: #07AA51;
	border-color: #07AA51;
	color: #fff;
}
.pagination li.prev a,
.pagination li.next a,
.pagination li.more a{
	border: none;
	font-size: 14px;
	vertical-align: middle;
}
/*#endregion*/

/*#region news-item-page*/
.header-news{
	min-height: 400px;
	background-position: center;
	background-size: cover;
	padding: 40px 0 130px 0;
}
.header-landing{
	min-height: 400px;
	background-position: center;
	background-size: cover;
	margin-bottom: 35px;
}
.btn.back{
	border-radius: 0;
	padding-left: 20px;
	padding-right: 20px;
}
.btn.back:hover,
.btn.back:focus{
	border-radius: 30px;
}
.btn.back i{
	font-size: 14px;
	margin-right: 20px;
}
.news-content{
	background: #fff;
	margin-top: -110px;
	padding-top: 90px;
}
.news-title{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	margin-bottom: 35px;
}
.news-title .col{
	margin-right: 15px;
	margin-left: 15px;
}
.news-title .col:last-child{
	margin-top: 20px;
}
.news-title h1{
	max-width: 790px;
	margin-bottom: 0;
}
.news-title .right{
	display: flex;
	align-items: center;
}
.reading-time {
	display: block;
	padding-right: 25px;
	margin-right: 15px;
	border-right: 1px solid #707070;
}
.reading-time i{
	color: #6C6C6C;
	font-size: 20px;
	margin-right: 10px;
	margin-top: -4px;
	vertical-align: middle;
}
.news-content .category-date{
	margin-bottom: 35px;
	color: #07AA51;
}
.news-content .intro{
	margin-bottom: 70px;
	color: #1D1D1B;
}
.soc-block{
	display: flex;
}
.soc-block a{
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #B7B7B7;
}
.soc-block a:hover,
.soc-block a:focus{
	color: #07AA51;
}
.news-content .content{
	padding-left: 280px;
	margin-bottom: 145px;
}
.news-content .content .img,
.news-content .content .video,
.news-content .content .youtube{
	margin-top: 50px;
	margin-bottom: 50px;
	position: relative;
}
.news-content .content .alt{
	position: absolute;
	width: 260px;
	height: 100%;
	left: -280px;
	top: 0;
	display: flex;
	align-items: flex-end;
	padding-bottom: 20px;
	justify-content: flex-end;
	text-align: right;
}
.news-content .content .alt::before{
	position: absolute;
	content: "";
	width: 120px;
	height: 3px;
	bottom: 0;
	right: 0;
	background: #07AA51;
}
.news-content .content .img img,
.news-content .content .video video,
.news-content .content .youtube iframe{
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}
.news-content .content .img:first-child,
.news-content .content .video:first-child,
.news-content .content .youtube:first-child{
	margin-top: 0;
}
.news-content .content .img:last-child,
.news-content .content .video:last-child,
.news-content .content .youtube:last-child{
	margin-bottom: 0;
}
.news-content .related-products{
	padding-top: 60px;
	/*margin-top: 145px;*/
	border-top: 1px solid #707070;
	margin-bottom: 50px;
}
.rp-single{
	padding-bottom: 50px;
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-left: -15px;
	margin-right: -15px;
	position: relative;
}
.rp-single:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
}
.rp-single::before{
	position: absolute;
	content: "";
	width: calc(100% - 30px);
	height: 1px;
	bottom: 0;
	left: 15px;
	background: #F2F2F2;
}
.rp-single:last-child::before{
	display: none;
}
.rp-single .col{
	width: calc(33.333333333% - 30px);
	margin-left: 15px;
	margin-right: 15px;
}
.rp-single .btn{
	margin: 0 auto;
}
.rp-single .img{
	height: 110px;
}
.rp-single .img img{
	max-width: 330px;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.article-nav{
	border-top: 1px solid #717171;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.article-nav a{
	display: block;
	color: #1D1D1B;
	text-decoration: none;
	padding: 25px 0;
}
.article-nav a:hover,
.article-nav a:focus{
	color: #07AA51;
}
.article-nav a i{
	font-size: 14px;
}
.article-nav .prev i{
	margin-right: 20px;
}
.article-nav .next i{
	margin-left: 20px;
}
#related-articles{
	padding: 60px 0 40px 0;
	background: #F8F8F8;
}
#product-form + #related-articles {
	background: #FFFFFF;
}
#related-articles h3{
	text-align: center;
	margin-bottom: 40px;
}
#related-articles .category-date{
	font-size: 12px;
}
/*#endregion*/

/*#region product-page*/
#product{
	padding: 95px 0 90px 0;
}
#product h1{
	margin-bottom: 50px;
}
#product .title-btn-block{
	margin-bottom: 5px;
}
.tbcol .intro{
	/*max-width: 950px;*/
}
.current-country{
	color: #A7A7A7;
	margin-bottom: 30px;
}
.current-country img{
	width: 23px;
	height: 17px;
	border: 1px solid #F2F2F2;
	margin: 0 5px 0 5px;
	position: relative;
	top: 3px;
}
.current-country .show-change-country{
	text-decoration: underline;
}
.current-country .show-change-country:hover,
.current-country .show-change-country:focus{
	color: #07AA51;
}
.product-content{
	display: flex;
	justify-content: space-between;
	margin-left: -15px;
	margin-right: -15px;
}
.product-content .left{
	flex-basis: 260px;
	flex-shrink: 0;
	margin-left: 15px;
	margin-right: 15px;
}
.show-product-filter{
	display: none;
}
.product-filter h6{
	margin-bottom: 30px;
}
.filter-title{
	padding-bottom: 9px;
	border-bottom: 1px solid #707070;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.clear-filter{
	display: block;
	text-decoration: underline;
	font-size: 14px;
	color: #07AA51;
	cursor: pointer;
}
.check-list{
	margin-bottom: 40px;
}
.check-list:last-child{
	margin-bottom: 0;
}
.check-single{
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
}
.check-single input[type="checkbox"] + label,
.check-single input[type="radio"] + label{
	font-size: 15px;
	flex-grow: 1;
}
.check-single .amount{
	font-size: 15px;
	color: #A7A7A7;
}
.product-content .right{
	flex-basis: 1030px;
	margin-left: 15px;
	margin-right: 15px;
}
.pr-logo-single{
	position: relative;
	height: 250px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.pr-logo-single img{
	display: block;
	width: 75%;
	height: 75%;
	object-fit: contain;
	padding: 20px;
	margin: auto;
}
.pr-logo-hover{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(30, 68, 69, 0.8);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	padding: 15px;
}
.pr-logo-single:hover .pr-logo-hover,
.pr-logo-single:focus .pr-logo-hover{
	opacity: 1;
	visibility: visible;
}
.pr-logo-hover p {
	color: #FFFFFF;
}
/*#endregion*/

/*#region form*/
input[type="checkbox"],
input[type="radio"] {
	position: absolute;
	opacity: 0;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
    position: relative;
    padding-left: 30px;
	font-size: 14px;
	line-height: 1.7;
    display: block;
    color: #717171;
}
input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    border: 1px solid #707070;
    top: 3px;
    left: 0;
    cursor: pointer;
}
.check-col input[type="radio"] + label::before {
	border-radius: 50%;
}
input[type="checkbox"]:checked + label::before,
input[type="radio"]:checked + label::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-size: 12px;
    text-align: center;
    line-height: 14px;
    color: #07AA51;
}
.form-block{
	background: #fff;
}
form h4{
	margin-bottom: 25px;
}
.form-row {
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.form-row .col {
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
}
.form-row .col1{
	width: calc(100% - 20px);
}
.form-row .col2 {
	width: calc(50% - 20px);
}
.form-row .col3{
	width: calc(33.333333333% - 20px);
	max-width: 360px;
}
.form-row .check-col {
	padding-left: 10px;
	padding-bottom: 25px;
}
.form-row .check-col > label,
.form-row .filter-col > label,
.form-row .file-col > label {
	display: block;
	font-family: 'ProximaNova';
	font-weight: 600;
	font-style: normal;
	font-size: 12px;
	color: #07AA51;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}
p.helptext {
	font-size: 11px;
	color: #919191;
}
ul.errorlist {
	list-style: none;
	font-size: 11px;
	color: #DD0000;
}
.form-field{
	width: 100%;
	border: none;
	outline: none;
	box-shadow: none;
	border-bottom: 1px solid #707070;
	font-family: 'ProximaNova';
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	padding: 5px 10px;
	margin-top: 25px;
	margin-bottom: 25px;
	color: #1D1D1B;
	/*background: #fff;*/
	background: transparent;
	z-index: 1;
	position: relative;
	display: block;
	resize: vertical;
	border-radius: 0;
}
textarea.form-field{
	height: 75px;
}
select.form-field{
	border-color: #07AA51;
}
.form-field + label {
    position: absolute;
    top: 40px;
    left: 10px;
    font-family: 'ProximaNova';
	font-weight: 600;
	font-style: normal;
	font-size: 12px;
	color: #A7A7A7;
	text-transform: uppercase;
	letter-spacing: 0.1em;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    visibility: hidden;
}
.form-field:focus,
.form-field.filled {
	border-color: #07AA51;
}
.form-field:focus + label,
.form-field.filled + label{
	top: 0;
    color: #07AA51;
    visibility: visible;
}
.form-field::placeholder{
	font-family: 'ProximaNova';
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 1.25;
	color: #A7A7A7
}
.form-field ~ p.helptext {
	margin-top: -25px;
	margin-bottom: 25px;
}
.form-field ~ ul.errorlist {
	margin-top: -25px;
	margin-bottom: 25px;
}
.colselect{
	position: relative;
}
.colselect i {
    position: absolute;
    right: 10px;
    top: 27px;
    font-size: 20px;
	color: #07AA51;
	/*z-index: 0;*/
}
.check-row {
	position: relative;
}
.check-row label{
	margin-bottom: 5px;
}
.check-row label:last-child{
	margin-bottom: 0;
}
.check-row label a{
	text-decoration: none;
	color: #07AA51;
}
.check-row label a:hover,
.check-row label a:focus{
	text-decoration: underline;
}
.check-row label + p.helptext {
	margin-top: -5px;
	margin-bottom: 5px;
}
.check-row label + ul.errorlist {
	margin-top: -5px;
	margin-bottom: 5px;
}
.form-block button{
	margin-top: 20px;
}
.filter-col {
	padding-bottom: 25px;
}
.filter-box {
	max-height: 200px;
	overflow-y: auto;
}
.selected-item {
	white-space: nowrap;
	cursor: pointer;
	padding-bottom: 5px;
}
.selected-item:not(:first-of-type)::before {
	content: " | ";
}
.selected-item::after {
	content: " x";
	color: #CB0000;
}
.file-col {
	padding-left: 10px;
	padding-bottom: 25px;
}
.file-col .btn {
	margin-left: 0!important;
	margin-right: 20px!important;
	margin-top: 0!important;
	float: left;
}
.file-col input {
	display: none;
}
.file-col span {
	display: inline-block;
	padding: 13px 0 11px 0;
	line-height: 1.187;
}
.file-col span::after {
	content: "";
	display: block;
	height: 5px;
	float: none;
	clear: both;
}
.login-form{
	background: #F2F2F2;
	padding: 70px;
}
.login-form .form-title{
	margin-bottom: 40px;
}
.login-form .form-block{
	display: flex;
	flex-wrap: wrap;
	padding: 50px 40px;
}
.login-form .form-block form{
	width: 50%;
}
.login-form .form-block form:first-child{
	padding-right: 44px;
	border-right: 1px solid #A7A7A7;
}
.login-form .form-block form:last-child{
	padding-left: 44px;
}

#product-form{
	background: #F8F8F8;
	padding: 100px 0;
}
#product-form .form-title{
	margin-bottom: 65px;
}
#product-form h2{
	text-align: center;
}
#product-form .form-block{
	padding: 70px 100px;
}
#product-form .form-block button{
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
}
#product-form textarea.form-field{
	height: 28px;
}
.contact-form .form-block{
	padding: 65px;
}
.contact-form .check-row{
	margin-top: 10px;
}
.contact-form button{
	margin-top: 40px;
}
/*#endregion*/

/*#region product-item*/
#product-item{
	padding: 30px 0 40px 0;
}
#product-item h1{
	margin-bottom: 50px;
}
.page-nav .back{
	padding: 6px 15px 4px 10px;
	font-size: 14px;
	text-transform: none;
	color: #A7A7A7;
	border-color: #A7A7A7;
	margin-right: 20px;
}
.page-nav .back i{
	margin-right: 10px;
}
h1.title img{
	display: block;
	max-width: 300px;
	max-height: 100px;
	object-fit: contain;
	object-position: left center;
}
.product-item-content{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: -15px;
	margin-right: -15px;
}
.product-item-content> .col{
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 60px;
}
.product-item-content> .col2{
	width: calc(50% - 30px);
	max-width: 600px;
}
.product-item-content> .col1{
	width: calc(100% - 30px);
}
.product-item-content> .col1:last-child{
	padding-bottom: 0;
}
.product-item-content .long-description a{
	text-decoration: none;
	color: #07AA51;
}
.product-item-content .long-description a:hover,
.product-item-content .long-description a:focus{
	text-decoration: underline;
}
.product-item-content h6{
	margin-bottom: 15px;
	margin-top: 50px;
}
.product-item-content h6:first-child{
	margin-top: 0;
}
.green-list{
	list-style: none;
	margin-bottom: 30px;
}
.green-list:last-child{
	margin-bottom: 0;
}
.green-list li{
	padding-left: 33px;
	margin-bottom: 15px;
	position: relative;
}
.green-list li:last-child{
	margin-bottom: 0;
}
.green-list li::before{
	position: absolute;
	top: 0;
	left: 0;
	content: "\f00c";
	font-family: "Font Awesome 5 Pro";
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	line-height: 20px;
	color: #07AA51;
}
.species{
	margin-top: 50px;
}
h6 + .species{
	margin-top: 0;
}
.species-list{
	display: flex;
	flex-wrap: wrap;
	margin-left: -7px;
	margin-right: -7px;
}
.species-single{
	margin-left: 7px;
	margin-right: 7px;
}
.species-single{
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background: #07AA51;
	margin-left: 7px;
	margin-right: 8px;
	margin-bottom: 15px;
	display: block;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
a.species-single:hover,
a.species-single:focus{
	background: #1E4445;
}
.species-single img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.product-item-content .btn-block{
	margin-top: 15px;
}
.product-item-content .btn-block:first-child{
	margin-top: 0;
}
.product-item-content .btn-block a{
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
.point-list{
	list-style: none;
	margin-bottom: 30px;
}
.point-list:last-child {
	margin-bottom: 0;
}
.point-list li{
	padding-left: 25px;
	position: relative;
}
.point-list li::before{
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	top: 8px;
	left: 0;
	background: #717171;
	border-radius: 6px;
}
.file-list{
	list-style: none;
	margin-bottom: 30px;
}
.file-list:last-child{
	margin-bottom: 0;
}
.file-list li{
	padding-left: 33px;
	margin-bottom: 15px;
	position: relative;
}
.file-list li:last-child{
	margin-bottom: 0;
}
.file-list li::before{
	position: absolute;
	top: 0;
	left: 0;
	content: "\f1c1";
	font-family: "Font Awesome 5 Pro";
	font-size: 20px;
	font-weight: 300;
	text-align: center;
	line-height: 20px;
	color: #CB0000;
}
#product-item .related-products{
	margin-top: 50px;
	margin-bottom: 0;
}
.pdPopUp{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(29, 29, 27, 0.93);
	display: flex;
	z-index: 556;
	overflow: auto;
	padding: 10px;
	display: none;
}
.pdPopUp-content{
	width: 100%;
	max-width: 750px;
	height: auto;
	background: #fff;
	padding: 60px;
	position: relative;
	margin: auto;
}
.pdPopUp-content .title{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 40px;
}
.pdPopUp-content .title h2{
	margin-bottom: 0;
}
.pdPopUp-content .title .species-single{
	margin-left: 0;
	margin-right: 20px;
}
.pdPopUp-close{
    position: absolute;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 30px;
    right: 30px;
    font-size: 25px;
	cursor: pointer;
}
/*#endregion*/

/*#region global-presence-page*/
#global-presence{
	padding: 20px 0 10px 0;
}
.global-presence{
	display: flex;
}
.global-presence .left{
	flex-basis: 360px;
	flex-shrink: 0;
	margin: 40px 30px;
}
.global-presence h3.title{
	margin-bottom: 35px;
}
#global-presence h3.title{
	margin-bottom: 35px;
}
.max-chess-content {
	overflow: hidden;
}
.max-chess-content .chess-row {
	display: grid;
	grid-template-columns: 1fr repeat(4, minmax(160px, 380px)) 1fr;
	grid-gap: 0 20px;
	margin-bottom: 0;
	grid-auto-flow: dense;
}
.max-chess-content .chess-row .content-left {
	grid-column-start: 2;
	grid-column-end: 3;
	padding-right: 0;
}
.max-chess-content .chess-row .full-right {
	grid-column-start: 3;
	grid-column-end: 7;
}
.country-select{
	position: relative;
	width: 100%;
	margin-bottom: 55px;
}
.country-select select{
    width: 100%;
    border: none;
    outline: none;
    box-shadow: none;
    border-bottom: 1px solid #07AA51;
    font-family: 'ProximaNova';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    padding: 5px 40px 5px 10px;
    color: #1D1D1B;
	background: transparent;
	border-radius: 0;
	position: relative;
	z-index: 1;
}
.country-select select:disabled{
	background: rgba(0, 0, 0, 0.05);
}
.country-select i {
    position: absolute;
    right: 10px;
    top: 5px;
	font-size: 20px;
	color: #07AA51;
}
.presence-contact{
	padding-bottom: 50px;
	margin-bottom: 55px;
	border-bottom: 1px solid #F2F2F2;
}
.presence-contact:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.presence-contact .row{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.presence-contact .row i{
	width: 21px;
	height: 21px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}
.presence-contact .btn{
	margin-top: 25px;
}
.presence-contact p a{
	text-decoration: none;
}
.presence-contact p a:hover,
.presence-contact p a:focus{
	color: #07AA51;
}
.global-presence .right{
	flex-grow: 1;
	position: relative;
}
#fusion-map {
	width: 100%;
	height: 820px;
}
.map-overlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 120px 15px 0 15px;
	text-align: center;
	font-style: italic;
	background-color: rgba(255, 255, 255, 0.6);
	background-image: url("../images/world-loader.svg");
	background-size: 120px 120px;
	background-position: center center;
	background-repeat: no-repeat;
}
#legend {
	background: none rgb(255, 255, 255);
	border: 0;
	margin: 10px;
	padding: 10px 16px;
	border-radius: 2px;
	box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px;
	font-family: Roboto, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.6;
	color: rgb(0, 0, 0);
}
/*#endregion*/

/*#region contact*/
#contact{
	padding: 95px 0 90px 0;
	overflow: hidden;
}
#contact h1{
	margin-bottom: 65px;
}
/*#endregion*/
/*#legal region*/
#legal{
	padding: 40px 0 120px 0;
}
/*#endregion
/*!*#cookiescript region*!*/
/*#cookiescript{*/
/*	position: fixed;*/
/*	bottom: 0;*/
/*	left: 0;*/
/*	right: 0;*/
/*	padding: 30px;*/
/*	display: none;*/
/*	justify-content: space-between;*/
/*	align-items: center;*/
/*	background-color: #000000;*/
/*	z-index: 9999;*/
/*}*/
/*#cookiescript > span {*/
/*	display: block;*/
/*	color: #FFFFFF;*/
/*	padding-right: 30px;*/
/*}*/
/*!*#endregion*/


/*#region media*/
@media (max-width: 1700px){
	.news-content {
		margin-top: 0;
	}
}
@media (max-width: 1600px){
	#mainmenu li a,
	#mainmenu li span,
	.changeCL-hover li{
		padding: 6px 10px 5px 10px;
		font-size: 15px;
	}
	.header-menu .logo {
		flex-basis: 180px;
	}
	.lrcol.right{
		flex-basis: calc(60% - 60px);
		margin-right: 0;
	}
}
@media (max-width: 1500px){
	.chess-row .img-left{
		margin-left: 0;
	}
	.chess-row .img-right{
		margin-right: 0;
	}
	.chess-row .col1.img{
		margin-left: 0;
		margin-right: 0;
	}
}
@media (max-width: 1400px){
	.header-menu{
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background: #fff;
		border-bottom: 1px solid #F2F2F2;
	}
	#subscribe-button {
		position: fixed;
		top: 85px;
		right: 0;
		height: 84px;
		width: 84px;
		background-color: #07AA51;
		padding-top: 20px;
		display: flex;
		flex-direction: column;
		align-items: center;
		cursor: pointer;
		transition: all .4s;
		z-index: 30;
		color: #FFFFFF;
	}
	.header-menu .max-container{
		 flex-wrap: wrap;
		 padding-top: 10px;
		 padding-bottom: 5px;
	 }
	.header-menu + section{
		margin-top: 60px;
	}
	#hamburger{
		display: block;
	}
	.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after{
		background-color: #07AA51;
	}
	.header-menu .max-container{
		padding-top: 5px;
		position: relative;
		height: 60px;
	}
	.header-menu .logo{
		flex-basis: 150px;
	}
	.changer,
	#show-search{
		padding-left: 0;
		margin-left: 0;
		border-left: none;
		padding-right: 20px;
		margin-right: 20px;
		border-right: 1px solid #1D1D1B;
	}
	.main-menu{
		position: fixed;
		top: 60px;
		right: 0;
		width: 300px;
		padding: 30px;
		height: calc(100vh - 60px);
		background: #fff;
		overflow: auto;
	}
	#mainmenu{
		flex-direction: column;
		align-items: flex-start;
	}
	#mainmenu>li.home>a{
		border: none;
		justify-content: flex-end;
		padding: 6px 10px 5px 10px;
	}
	#mainmenu li a,
	#mainmenu li span{
		margin-bottom: 10px;
	}
	.submenu-child{
		display: block;
		position: relative;
		top: 0;
	}
	.submenu-child ul{
		padding-top: 0;
		padding-bottom: 30px;
	}
	#mainmenu .submenu-child ul li a{
		font-size: 14px;
		margin-bottom: 0;
		margin-left: 20px;
	}
	.submenu-child ul::before{
		display: none;
	}
	#changeCL,
	#show-search{
		order: 0;
	}
	#changeCL{
		margin-left: auto;
	}
	.main-menu{
		flex-basis: 100%;
	}
	#mainmenu{
		justify-content: flex-start;
		margin-top: 10px;
	}
	.chess-row .content-left{
		padding-right: 0;
	}
	.chess-row .content-right{
		padding-left: 0;
	}
	.usp-bg,
	.locations-bg{
		width: calc(50% - 130px);
	}
	.usp-content,
	.locations-content{
		width: calc(50% + 100px);
	}
	.usp-single .ico{
		flex-basis: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 60px;
	}
	.lrcol.right {
		flex-basis: calc(60% - 30px);
		margin-left: 30px;
		padding: 50px;
	}
}
@media (max-width: 1024px){
	/*#region header-footer*/
	.gp-au-col{
		padding: 50px 25px;
	}
	/*.cta{*/
	/*	padding: 30px 0;*/
	/*}*/
	.footer-top{
		font-size: 15px;
	}
	.aviapp {
		flex-wrap: wrap;
	}
	.aviapp .flink{
		flex-basis: 100%;
		margin-top: 10px;
	}
	.aviapp .flink a:first-child{
		margin-left: 0;
	}
	/*#endregion*/
	/*.slide-single::before {*/
	/*	background: rgb(255,255,255);*/
	/*	background: -moz-linear-gradient(90deg, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.6) 100%);*/
	/*	background: -webkit-linear-gradient(90deg, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.6) 100%);*/
	/*	background: linear-gradient(90deg, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.6) 100%);*/
	/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);*/
	/*}*/
	.slide-single .min-container{
		min-height: 600px;
		padding-top: 50px;
		padding-bottom: 100px;
		margin-left: auto;
	}
	.slide-content .intro {
		margin-bottom: 30px;
	}
	.newsletter-content {
		padding: 50px 15px;
	}
	.changer-content{
		padding: 50px 15px;
	}
	.change-top .change-select{
		margin-top: 30px;
	}
	.change-list{
		justify-content: center;
	}
	.change-single{
		flex-basis: calc(100% - 10px);
		max-width: 170px;
	}
	.changer-content h3.title{
		text-align: center;
	}
	.changer-content h3.title::before{
		left: calc(50% - 25px);
	}
	h1{
		font-size: 45px;
	}
	h2{
		font-size: 30px;
	}
	h3{
		font-size: 22px;
	}
	h4 {
		font-size: 19px;
	}
	h1.title{
		padding-bottom: 20px;
	}
	h2.title{
		padding-bottom: 15px;
	}
	h3.title{
		padding-bottom: 15px;
	}
	h4.title{
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	.home-section,
	.content-section{
		padding-top: 50px!important;
		padding-bottom: 50px!important;
	}
	.filter-menu{
		justify-content: center;
	}
	.filter-menu li a{
		padding-left: 10px;
		padding-right: 10px;
	}
	.news-single::before,
	.news-single::before {
		top: 0;
		height: 100%;
	}
	.usp-content h2{
		margin-bottom: 30px;
	}
	.usp-single{
		flex-direction: column;
		margin-bottom: 30px;
	}
	.usp-single .ico{
		margin-right: 0;
		margin-bottom: 20px;
		text-align: left;
	}
	.list-block{
		justify-content: center;
	}
	.list-block .lcol4 {
		width: 100%;
		max-width: 330px;
	}
	.list-block .lcol3 {
		width: 100%;
		max-width: 540px;
	}
	.product-hover{
		height: 170px;
		opacity: 1;
		visibility: visible;
	}
	.product-single::before,
	.product-single::before{
		top: 0;
		height: 100%;
		background-color: #1E4445;
		background-image: url('../images/product-hover-bg.svg');
		background-position: right bottom;
		background-size: contain;
		background-repeat: no-repeat;
		opacity: 0.8;
	}
	.services-hover{
		max-height: 450px;
		opacity: 1;
		visibility: visible;
	}
	.services-single h3.title{
		margin-bottom: 30px;
	}
	.services-single h3.title::before{
		visibility: visible;
		opacity: 1;
	}
	.services-single::before,
	.services-single::before{
		top: 0;
		height: 100%;
		background-image: linear-gradient(rgba(30, 68, 69, 0.95), rgba(30, 68, 69, 0.95));
		opacity: 0.8;
	}
	#home-services .circle-bg{
		top: 250px;
	}
	.content-section h1{
		margin-bottom: 50px!important;
	}
	.page-nav{
		margin-bottom: 20px;
	}
	.lrcol.right{
		margin-left: 10px;
		padding: 50px 20px;
	}
	.contact-form .form-block{
		padding: 20px;
	}
	.form-field{
		margin-bottom: 10px;
	}
	.form-field ~ p.helptext {
		margin-top: -10px;
		margin-bottom: 10px;
	}
	.form-field ~ ul.errorlist {
		margin-top: -10px;
		margin-bottom: 10px;
	}
	.chess-content,
	.locations-content{
		font-size: inherit;
		line-height: inherit;
	}
	.chess-content .point-list li::before {
		top: 9px;
	}
	.chess-content .green-list li::before {
		top: 0;
	}
	.chess-row{
		margin-bottom: 30px;
	}
	.chess-row .circle-bg{
		display: none;
	}
	.chess-row .col1.img .circle-bg + img{
		margin-bottom: 0!important;
	}
	#wwa-history .filter-menu{
		margin-bottom: 20px;
	}
	.chess-content + .chess-content {
		margin-top: 50px;
	}
	.locations-content h2{
		margin-bottom: 30px;
	}
	.locations-content h3{
		margin-top: 20px;
	}
	.header-news{
		padding: 40px 0;
		min-height: 200px;
	}
	.header-landing {
		min-height: 200px;
	}
	.news-content{
		padding-top: 50px;
	}
	.news-content .category-date {
		margin-bottom: 20px;
	}
	.news-content .intro{
		margin-bottom: 30px;
	}
	.news-content .content{
		padding-left: 200px;
		margin-bottom: 30px;
	}
	.news-content .content .alt{
		width: 180px;
		left: -200px;
	}
	.news-content .related-products{
		padding-top: 30px;
    	/*margin-top: 30px;*/
	}
	.rp-single{
		padding-bottom: 20px;
    	margin-bottom: 20px;
	}
	.related-articles{
		padding: 50px 0 30px 0;
	}
	.product-content .left{
		flex-basis: 200px;
	}
	.pr-logo-single{
		height: 200px;
	}
	.list-block .lcol3.pr-logo-single{
		width: calc(50% - 30px);
		max-width: 330px;
	}
	/*.pr-logo-single img{*/
	/*	padding: 10px 20px 60px 20px;*/
	/*}*/
	.pr-logo-hover{
		opacity: 1;
		visibility: visible;
	}
	.pagination{
		margin-top: 30px;
	}
	.login-form{
		padding: 20px;
	}
	.login-form .form-block{
		padding: 30px 20px;
	}
	.login-form .form-block form:first-child {
		padding-right: 15px;
	}
	.login-form .form-block form:last-child {
		padding-left: 15px;
	}
	.product-item-content> .col{
		margin-bottom: 30px;
	}
	.product-item-content h6{
		margin-top: 30px;
	}
	#product-item .related-products{
		margin-top: 30px;
	}
	#product-form .form-title{
		margin-bottom: 30px;
	}
	#product-form .form-block {
		padding: 30px 20px;
	}
	#product-form .form-block button{
		margin-top: 30px;
	}
	.history-chess{
		padding-bottom: 0;
		margin-bottom: 20px;
	}
	.history-content{
		font-size: 20px;
	}
	/*.slide-content {*/
	/*	padding: 200px 90px;*/
	/*}*/
}
@media (max-width: 768px){
	.fcol-2{
		width: 100%;
	}
	.fcol-4{
		width: 100%;
		text-align: center;
	}
	.fcol.adress{
		margin-bottom: 20px;
	}
	.fcol.adress:last-child{
		margin-bottom: 0;
	}
	.flogo{
		margin: 0 auto 20px auto;
	}
	.aviapp{
		justify-content: center;
		margin-bottom: 20px;
	}
	.fcol:last-child .aviapp{
		margin-bottom: 0;
	}
	.aviapp p{
		flex-basis: 100%;
		text-align: center;
		margin-top: 10px;
	}
	.aviapp .flink{
		justify-content: center;
	}
	.footer-bottom .max-container,
	.footer-bottom .left,
	.footer-bottom .right{
		justify-content: center;
	}
	.footer-bottom ul{
		margin-left: 0;
		flex-basis: 100%;
		justify-content: center;
	}
	.max-container,
	.min-container{
		padding-left: 15px;
		padding-right: 15px;
	}
	.usp-bg,
	.locations-bg{
		width: 100%;
		opacity: 0.05;
	}
	.usp-content,
	.locations-content{
		width: 100%;
	}
	.first-news{
		position: relative;
	}
	.first-news .img {
		position: absolute;
		width: 100%;
		height: 100%;
	}
	.first-news .content{
		flex-basis: 100%;
		max-width: 100%;
		background: rgba(30, 68, 69, 0.9);
		position: relative;
	}
	#gp-au .max-container{
		padding-left: 0;
		padding-right: 0;
	}
	.gp-au-col{
		width: 100%;
	}
	.gp-bg,
	.au-bg{
		width: 100%;
	}
	.circle-bg{
		display: none;
	}
	.cta .max-container{
		flex-wrap: wrap;
	}
	.cta h3{
		margin-bottom: 10px;
		margin-right: 0;
		width: 100%;
		text-align: center;
	}
	#site-search{
		font-size: 18px;
	}
	#search{
		padding: 15px;
	}
	#site-search::placeholder{
		font-size: 18px;
	}
	.search-row button{
		font-size: 30px;
	}
	.lrcol.left{
		flex-basis: 100%;
	}
	.lrcol.right{
		flex-basis: 100%;
		margin-left: 0;
		margin-top: 10px;
	}
	.chess-row{
		grid-template-columns: 1fr repeat(2, minmax(50px, 680px)) 1fr;
		grid-gap: 0 15px;
	}
	.chess-row .col{
		margin-bottom: 20px;
	}
	.chess-row .col:last-child{
		margin-bottom: 0;
	}
	.chess-row .full-left,
	.chess-row .full-right {
		grid-column-start: 1;
		grid-column-end: 5;
	}
	.chess-row .content-right,
	.chess-row .content-left,
	.chess-row .img-right,
	.chess-row .img-left{
		grid-column-start: 2;
		grid-column-end: 4;
	}
	#wwa-history .filter-menu li:first-child{
		flex-basis: 100%;
		text-align: center;
	}
	#wwa-history .filter-menu li span{
		margin: 0 5px 10px 5px;
	}
	.news-content .min-container{
		padding-left: 0;
		padding-right: 0;
	}
	.news-content .content {
		padding-left: 0;
	}
	.news-content .content .alt{
		position: relative;
		left: 0;
		width: 100%;
		padding-bottom: 10px;
		margin-top: 20px;
	}
	.news-content .content .alt br{
		display: none;
	}
	.rp-single .col{
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.rp-single .col:last-child{
		margin-bottom: 0;
	}
	.reading-time{
		padding-right: 10px;
		margin-right: 5px;
	}
	.product-content{
		flex-wrap: wrap;
	}
	.list-block .lcol3.pr-logo-single {
		width: 100%;
		max-width: 330px;
	}
	.product-content .left{
		flex-basis: calc(100% - 30px);
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
	.product-filter h6{
		text-align: center;
	}
	.show-product-filter{
		display: block;
		margin: 0 auto 20px auto;
	}
	.product-filter{
		display: none;
		margin-bottom: 30px;
	}
	.login-form .form-block form {
		width: 100%;
	}
	.login-form .form-block form:first-child{
		padding-bottom: 50px;
		margin-bottom: 50px;
		border: none;
		border-bottom: 1px solid #A7A7A7;
		padding-right: 0;
	}
	.login-form .form-block form:last-child {
		padding-left: 0;
	}
	.login-form .btn{
		margin-left: auto;
		margin-right: auto;
	}
	.product-item-content> .col2 {
		width: 100%;
		max-width: 100%;
	}
	.form-row .col2 {
		width: 100%;
	}
	.form-row .col3 {
		width: 100%;
		max-width: 100%;
	}
	.period-content{
		margin-bottom: 20px;
	}
	.history-content{
		font-size: inherit;
	}
	.year {
		flex-basis: 172px;
		flex-shrink: 0;
		padding-left: 30px;
		padding-right: 80px;
		font-size: 25px;
	}
	.year::after{
		width: 40px;
    	right: 25px;
	}
	.period-content + .chess-content {
		margin-top: 50px;
	}
	.period-content:last-child {
		margin-bottom: 50px;
	}
	.max-chess-content .chess-row {
		grid-template-columns: 1fr repeat(2, minmax(50px, 680px)) 1fr;
		grid-gap: 0 15px;
	}
	.max-chess-content .chess-row .col{
		margin-bottom: 40px;
	}
	.max-chess-content .chess-row .col:last-child{
		margin-bottom: 0;
	}
	.max-chess-content .chess-row .full-left,
	.max-chess-content .chess-row .full-right {
		grid-column-start: 1;
		grid-column-end: 5;
	}
	.max-chess-content .chess-row .content-right,
	.max-chess-content .chess-row .content-left{
		grid-column-start: 2;
		grid-column-end: 4;
	}
	#fusion-map {
		height: 400px;
	}
	.slide-content {
		max-width: 100%;
		left: 0;
		padding: 150px 20px;
	}
}
@media (max-width: 680px){
	.list-block .lcol2{
		width: 100%;
	}
	.global-presence{
		display: flex;
		flex-wrap: wrap;
	}
	.global-presence .left{
		flex-basis: 100%;		
		margin: 0;;
	}
	.global-presence .right {
		width: 100%;
		margin-top: 30px;
	}
}
@media (max-width: 500px){
	.slider-nav{
		bottom: 20px;
	}
	.slick-dots{
		justify-content: center;
	}
	.scroll-down i {
		font-size: 20px;
	}
	.usp-single{
		width: 100%;
	}
	.locations-content .col{
		width: 100%;
		/*margin-bottom: 30px;*/
	}
	.locations-content .col:last-child{
		margin-bottom: 0;
	}
	.history-content{
		flex-direction: column;
	}
	.year{
		flex-basis: auto;
	}
	/*#cookiescript{*/
	/*	padding: 15px;*/
	/*	flex-wrap: wrap;*/
	/*}*/
	/*#cookiescript > span {*/
	/*	padding-right: 0;*/
	/*	padding-bottom: 15px;*/
	/*	width: 100%;*/
	/*}*/
	/*#cookiescript > .btn {*/
	/*	width: 100%;*/
	/*}*/
}
@media (max-width: 420px){
	.header-menu .logo {
		flex-basis: 120px;
	}
	#subscribe-button {
		height: 50px;
		width: 50px;
		padding-top: 0;
	}
	#subscribe-button i {
		padding: 10px;
	}
	#subscribe-button span {
		display: none;
	}
	.services-single{
		padding: 30px 20px;
		min-height: 550px;
	}
	.changer, #show-search{
		padding-right: 10px;
		margin-right: 5px;
		border-right: none;
	}
	.changer img {
		width: 24px;
		height: 18px;
		margin-right: 5px;
	}
	.main-menu{
		width: 100%;
	}
	.first-news .content{
		padding: 30px;
	}
	h1{
		font-size: 35px;
	}
	.intro {
		font-size: 18px;
	}
	.pdPopUp-content{
		padding: 50px 30px 30px 30px;
	}
	.pdPopUp-content .title{
		margin-bottom: 10px;
	}
	.pagination li a{
		margin: 0 1px;
	}
}
/*#endregion*/
.grecaptcha-badge {
	display: none;
}

/*#region ped*/
#ped {
    padding: 40px 0 60px 0;
}

.js-acc-body {
    display: none;
}

.acc-row {
    border: 1px solid #F2F2F2;
}

.ped__block .col,
.acc-row:not(:last-child) {
    margin-bottom: 8px;
}

.acc-head {
    padding: 15px 35px 15px 10px;
    position: relative;
    cursor: pointer;
    font-weight: 700;
    color: #1D1D1B;
}

.acc-head::before {
    position: absolute;
    right: 10px;
    top: calc(50% - 7px);
    width: 14px;
    height: 14px;
    content: "\f078";
    font-size: 16px;
    font-weight: 400;
    font-family: 'Font Awesome 5 Pro';
    line-height: 1;
    transition: .4s;
    color: #07AA51;
}

.acc-head.active::before {
    transform: rotate(180deg);
}

.acc-body {
    padding: 0 10px 20px 10px;
}

.ped__row:not(:last-child) {
    margin-bottom: 37px;
}

.ped__row.--img {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3px;
    width: fit-content;
}

.ped__row.--img img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 292px;
    max-width: 220px;
    object-fit: cover;
}

.age-category {
    padding-left: 26px;
    position: relative;
}

.age-category::before {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    left: 0;
    top: 2px;
	background-color: var(--data-color);
    border-radius: 100%;
}

/*.age-category.--suckling-piglets::before {*/
/*    background: #F9DE4A;*/
/*}*/

/*.age-category.--weaners::before {*/
/*    background: #DF8230;*/
/*}*/

/*.age-category.--growers-fatteners::before {*/
/*    background: #BB2F26;*/
/*}*/

/*.age-category.--sows-gilts::before {*/
/*    background: #8C5A9A;*/
/*}*/

@media (min-width: 768px) {
    .ped__block {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
}

/*#endregion*/