
@font-face {
    font-family: 'GilroyB';
    src: url('../fonts/Gilroy-Black.eot'),
        url('../fonts/Gilroy-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Black.woff') format('woff'),
        url('../fonts/Gilroy-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Medium.eot'),
        url('../fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Medium.woff') format('woff'),
        url('../fonts/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

html {
  height: auto;
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  width: 100vw;
  height: auto;
  min-height: 100%;
  font-family: "Gilroy", sans-serif;
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #005B2A;
  color: #fff;
  margin: 0 auto;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

.container {
  width: 100%;
  margin: 0 auto;
}


.section.main__content{
	margin-top: -195px;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.page-wrapper {
   
}

.bg__img{display: flex;}
.bg__img-m{display: none;}

.partners__header {
	display: inline-block;
    color: #fff;
    font-size: 30px;
    text-align: center;
    font-family: 'GilroyB', sans-serif;
	text-transform: uppercase;
	text-shadow: 1px 4px 4px rgba(0,0,0,0.25);
	padding: 72px 0;
}
	
.partners__header.header-1{
	width: 500px;
}

.partners{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.partners__item{
	display: flex;
	flex-direction: column;
	align-items: center;
}


.partners__card{
	position: relative;
	display: flex;
	align-items: center;
	width:927px;
	height:409px;
	border-radius: 16px;
	background: #CFE8D2;
	color: #005B2A;
	padding: 70px;
}

.partners__link{
	display: none;
}

.partners__logo-img{
	display: block;
	position: absolute;
	top: -47px;
	left: 50%;
    transform: translate(-50%, 0%);
}

.partners__img{
	display: flex;
	width: 275px;
	height: 275px;
	border-radius: 30px;
	background: #fff;
	margin-right: 50px;
}

.partners__card-content{
	text-align: left;
	
}

.partners__text,
.partners__date{
	font-family: 'Gilroy', sans-serif;
	text-align: left;
	font-size: 36px;
	line-height: 34px;
	font-weight: 500;
}

.partners__date{
	padding-top: 20px;
	font-size: 20px;
}
.partners__link-btn{
	width: 168px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #005B2A;
	background: #D9D9D9;
	text-transform: uppercase;
	font-family: 'GilroyB', sans-serif;
	font-size: 16px;
	font-weight: 900;
	border-radius: 20px;
	box-shadow: 1px 2px 2px rgba(0,0,0,0.25);
	margin: 10px 0 5px 0;
}

.slider.runText {
    min-width: 685px;
    width: 685px;
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
}

@media screen and (min-width: 768px) {
  .slider.runText {
   width: 2275px;
  }
}

.slider .runText__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  flex-wrap: nowrap;
  align-items: center;
}
@-webkit-keyframes runText {
  0% {
    transform: translate(0%, 0%);
  }
  49.9999% {
    transform: translate(-100%, 0%);
  }
  50% {
    transform: translate(100%, 0%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
@keyframes runText {
  0% {
    transform: translate(0%, 0%);
  }
  49.9999% {
    transform: translate(-100%, 0%);
  }
  50% {
    transform: translate(100%, 0%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
@-webkit-keyframes runText2 {
  0% {
    transform: translate(0%, 0%);
  }
  50% {
    transform: translate(-100%, 0%);
  }
  99.9999% {
    transform: translate(-200%, 0%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
@keyframes runText2 {
  0% {
    transform: translate(0%, 0%);
  }
  50% {
    transform: translate(-100%, 0%);
  }
  99.9999% {
    transform: translate(-200%, 0%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}

.slider .runText__inner:first-child {
  -webkit-animation: 40s linear infinite runText;
          animation: 40s linear infinite runText;
}
.slider .runText__inner:last-child {
  position: absolute;
  left: 100%;
  top: 0px;
  -webkit-animation: 40s linear infinite runText2;
        animation: 40s linear infinite runText2;
}
.slider .runText__inner .runText__image {
  width: 16.666666%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

.slider .runText__inner .runText__image:nth-child(2n) {
  margin-top: 0px;
  margin-bottom: 0px;
}

.slide {
  display: block;
  position: relative;
  width: 295px;
  height: 295px;
  overflow: hidden;
  z-index: 1;
  margin: 60px 15px;
}

.slide img {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: auto;
}

.footer__text{
	text-align: center;
	margin-bottom: 120px;
	font-size: 20px;
}

@media screen and (max-width: 1023px) {
	.section.main__content {
		margin-top: -150px;
	}
	
	.partners__card{
		width:700px;
		padding: 70px 30px;
	}
	
	.partners__img{
		width: 240px;
		height: 240px;
		margin-right: 30px;
	}
}
@media screen and (max-width: 767px) {
	.bg__img{display: none;}
	.bg__img-m{display:flex;}
	
	.section.main__content {
        margin-top: -100px;
    }
	
	.slide {
    width: 88px;
	height: 88px;
	margin: 20px 5px;
  }
  
  .slide img {
    width: 88px;
	height: 88px;
  }
  
  .slide:before {
	  content: "";
	  display: block;
	  width: 695px;
	  height: 88px;
	}
	
.partners__header {
    font-size: 12px;
	padding: 30px 0 10px 0;
}
	
.partners__header.header-1{
	width: 195px;
}

.partners__card{
	display: none;
}

.partners__link{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.partners__link-date{
	font-size: 10px;
}
.footer__text{
	margin: 0 auto;
	margin-bottom: 20px;
    font-size: 10px;
	width: 230px;
}

}
@media screen and (max-width: 594px) {
	    .section.main__content {
        margin-top: -65px;
    }
}

.cookies-page{
	width: 100%;
	max-width: 1300px;
	height: auto;
	margin: 20px auto;
}

.cookies-page div{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.cookies-page h1,
.cookies-page h2,
.cookies-page footer{
	text-align: center;
}

.cookies-page p{
	margin: 10px;
}

.cookies-page a{
	margin: 0 10px 20px 10px;
	font-size: 10px;
	text-decoration: underline;
}

.cookies-page li{
	margin: 5px 30px;
}

.cookies-page button{
	padding: 10px;
}