.container{
    max-width: 100%;
	padding: 0 40px;
}
.hero__video {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 560px;
}
.hero__video video {
	min-width: 100%;
	height: 100%;
	min-height: 560px;
	object-fit: cover;
}
.hero__content{
	margin-top: 80px;
	padding: 66px 20px 95px;
	position: relative;
	z-index: 1;
}
.hero__content::before{
	position: absolute;
	z-index: -1;
	content: '';
	background-image: url('../img/hero-bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	inset: 0;
}
.hero__title{
	text-align: center;
	font-size: 45px;
	font-style: normal;
	font-weight: 700;
	line-height: 75.5px; /* 167.778% */
	text-transform: capitalize;
	margin-bottom: 85px;
}
.hero__descr{
	font-size: 27px;
	font-style: normal;
	font-weight: 600;
	line-height: 37px; 
	text-align: center;
	max-width: 1088px;
	margin: 0 auto;
}
.hero__descr + .hero__descr{
	margin-top: 37px;
}
@media (max-width: 1366px) {
	.hero__content{
		padding: 32px 20px 51px;
		margin-top: 40px;
	}
	.hero__title{
		font-size: 24.002px;
		line-height: 40.27px;
		margin-bottom: 45px;
	}
	.hero__descr{
		font-size: 14.401px;
		line-height: 19.735px;
		max-width: 580px;
	}
	.hero__descr + .hero__descr {
		margin-top: 19px;
	}
}
@media (max-width: 620px) {
	.hero .container{
		padding: 0;
	}
	.hero__content {
		padding: 27px 33px 53px;
		margin-top: 35px;
	}
	.hero__title {
		font-size: 25px;
		line-height: 43px;
		margin-bottom: 35px;
	}
	.hero__descr {
		font-size: 16px;
		line-height: 22px;
	}
}

.services{
	margin-top: 72px;
}
.services__block{
	display: grid;
	grid-template-columns: 1fr 1fr;
	overflow: hidden;
	position: relative;
}
.services__item{
	position: relative;
    z-index: 1;
    overflow: hidden;
}
.services__item::before{
    position: absolute;
    content: '';
    inset: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
    z-index: 2;
}
.services__item-name{
	color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 200% */
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 40px);
    left: 20px;
    right: 20px;
    z-index: 4;
}
.services__item-image{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.services__item-image img{
    min-width: 100%;
    height: 100%;
	object-fit: cover;
	object-position: center;
}
.services__conten{
	margin: 65px 0;
	padding: 130px 20px;
	position: relative;
	z-index: 1;
}
.services__conten::before{
	position: absolute;
	z-index: -1;
	content: '';
	background-image: url('../img/services/bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	inset: 0;
}
.services__descr{
	text-align: center;
	max-width: 1066px;
	margin: 0 auto;
	font-size: 27px;
	font-style: normal;
	font-weight: 500;
	line-height: 60px; /* 222.222% */
	text-transform: capitalize;
	padding: 0 15px;
}
@media (max-width: 1366px) {
	.services__item-name{
		font-size: 20px;
		line-height: 21.335px;
	}
	.services__descr {
		font-size: 22px;
		line-height: 46.003px;
		max-width: 923px;
	}
}
@media (max-width: 1064px) {
	.services {
		margin-top: 38px;
	}
	.services__item-name{
		font-size: 10.668px;
		line-height: 21.335px;
	}
	.services__conten{
		margin: 35px 0;
		padding: 68px 20px 70px;
	}
	.services__descr{
		font-size: 14.401px;
		line-height: 32.003px;
		max-width: 553px;
	}
}
@media (max-width: 620px) {
	.services {
		margin-top: 25px;
	}
	.services__block {
		grid-template-columns: 1fr;
	}
	.services .container {
		padding: 0;
	}
	.services__item-name {
		font-size: 17px;
		line-height: 40px;
	}
	.services__conten {
		margin: 25px 0;
		padding: 57px 33px 49px;
	}
}




.partners{
	margin-top: 65px;
	position: relative;
	z-index: 1;
	padding: 149px 0 139px;
}
.partners::before{
    position: absolute;
    content: '';
    inset: 0;
    z-index: -1;
	background-image: url('../img/partners/bg.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.partners__block{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 43px 0;
}
.partners__item{
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 1366px) {
	.partners{
		margin-top: 34px;
		padding: 80px 0 74px;
	}
	.partners__block{
		gap: 23px 0;
	}
	.partners__item:first-of-type img{
		width: 72px;
	}
	.partners__item:nth-of-type(2) img{
		width: 62px;
	}
	.partners__item:nth-of-type(3) img{
		width: 105px;
	}
	.partners__item:nth-of-type(4) img{
		width: 47px;
	}
	.partners__item:nth-of-type(5) img{
		width: 94px;
	}
	.partners__item:nth-of-type(6) img{
		width: 71px;
	}
	.partners__item:nth-of-type(7) img{
		width: 114px;
	}
	.partners__item:nth-of-type(8) img{
		width: 101px;
	}
	.partners__item:nth-of-type(9) img{
		width: 58px;
	}
	.partners__item:nth-of-type(10) img{
		width: 97px;
	}
	.partners__item:nth-of-type(11) img{
		width: 73px;
	}
	.partners__item:nth-of-type(12) img{
		width: 140px;
	}
}
@media (max-width: 620px) {
	.partners {
		margin-top: 25px;
		padding: 64px 0 70px;
	}
	.partners .container{
		padding: 0;
	}
	.partners__block {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 14px;
	}
}



.cb-cursor {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    contain: layout style size;
    pointer-events: none;
    transition: transform .08s ease, opacity .05s, color .05s;
    background-color: #ffffff;
    mix-blend-mode: difference;
	z-index: 3;
}
.cb-cursor:before {
    content: "";
    position: absolute;
    top: -53px;
    left: -30px;
    display: block;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="94" height="109" viewBox="0 0 94 109" fill="none"><path d="M1 105.519V3.48073C1 1.93745 2.67385 0.975666 4.00716 1.75284L91.5356 52.7721C92.8594 53.5437 92.8594 55.4563 91.5356 56.2279L4.00717 107.247C2.67385 108.024 1 107.063 1 105.519Z" stroke="white" stroke-width="2"/></svg>');
    background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	width: 90px;
	height: 110px;
	transform: scale(.2);
	opacity: 0;
    transition: transform 1s, opacity .5s;
    mix-blend-mode: difference;
}
.cb-cursor.-hidden:before {
    transform: scale(0);
}
.cb-cursor-hover:before {
	opacity: 1;
    transform: scale(1);
}



.cb-cursor-name {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    contain: layout style size;
    pointer-events: none;
    transition: transform .05s ease, opacity .5s;
    background-color: #ffffff;
    mix-blend-mode: difference;
	z-index: 3;
	opacity: 0;
	top: -17px;
	left: -17px;
	font-size: 16px;
}
.cb-cursor-name.-hidden {
    transform: scale(0);
	opacity: 0;
	pointer-events: none;
}
.cb-cursor-name.cb-cursor-hover {
	opacity: 1;
}  

.services__item{
	cursor: pointer;
}
.services__item .services__item-image{
	opacity: 1;
	transition: 0.4s ease;
	position: relative;
	z-index: 1;
}
.services__item.show .services__item-image{
	opacity: 0;
}
.services__item video {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	min-width: 100%;
	height: 100%;
}
  



.popup {
    display: none;
    position: fixed; 
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}
.popup.active{
    display: block;
}
.popup .container {
    max-width: 1520px;
    padding: 0 40px;
}
.popup-content {
    background-color: #fefefe;
    margin: 10% auto 5%;
    padding: 5px;
    border: 1px solid #888;
    width: 80%;
    position: relative;
}
.close-btn {
    color: #1ECDF8;
    float: right;
    font-size: 50px;
    font-weight: bold;
    position: absolute;
    right: -38px;
    top: -38px;
}
.close-btn:hover,
.close-btn:focus {
    color: #176b80;
    text-decoration: none;
    cursor: pointer;
}
.popup__item {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    display: block;
}
.popup__item iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}
@media (max-width: 620px) {
    .popup-content{
        width: 100%;
        padding: 5px;
        margin: 70% auto 20%;
    }
	.popup .container {
		padding: 0px 15px;
	}
	.close-btn {
		right: 0px;
		top: -48px;
	}
}