html, body { 
   text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

.team-mobile{
	display: none;
}

.head-pc{
	display: block;
}

.section__content-wrapper{
	opacity: 0;
}

.navbar-second__heading-wrapper{
	opacity: 0;
}

.navbar-second__arrow-wrapper{
	opacity: 0;
}


.mobile-nav{
	opacity: 0;
}

.mobile-nav__wrapper{
	opacity: 0;
}

.heading-wrapper{
	opacity: 0;
}

.navigation{
	display: none;
}

.team-wrapper-about_flex_2.team-hide{
	display: none;
}

.team-wrapper-about_flex_1.team-hide{
	display: none;
}

.main-heading-text{
	opacity: 0;
}

.main-heading-img{
	opacity: 0;
}

.close_wrapper {
    z-index: 99;
    justify-content: center;
    align-items: center;
    width: 2vw;
    height: 2vw;
    display: flex;
    position: fixed;
    inset: 2.5% 1.5% auto auto;
}

.page_close {
    cursor: pointer;
    width: 100%;
}

.services__animate, .services__dropdown{
	transition: all .2s ease-in-out;
    -webkit-tap-highlight-color: transparent;
}

.services__dropdown.active{
	background-color: var(--black-2);
	transition: all .2s ease-in-out;
    -webkit-tap-highlight-color: transparent;
}

.services__dropdown.active .services__dropdown-animate{
	transition: all .2s ease-in-out;
    -webkit-tap-highlight-color: transparent;
	border-bottom: 1px solid #EEEEEE;
}

.close_wrapper.custom_closed a{
	display: block;
	width: 2vw;
	height: 2vw;
}

.double-page__head,
.double-page__right{
	opacity: 0;
}

.w-dyn-item .collection-news__image-wrapper{
	position: relative;
	margin-bottom: 14px;
	width: 100%;
}

.collection-news__image-wrapper{
	overflow: hidden;
}

.loader-box{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -24px 0 0 -24px;
	width: 48px;
	height: 48px;
}

.loader {
	width: 48px;
	height: 48px;
	border: 5px solid #FFF;
	border-bottom-color: transparent;
	border-radius: 50%;
	display: inline-block;
	box-sizing: border-box;
	animation: rotation 1s linear infinite;
}

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
} 

.double-page__header {
    line-height: 1.2;
}

.news-author-contact img{
	display: none;
}

.news-author-contact a{
	color: #FFFFFF;
}
		
.rss-list{
	width: 100%;
}

.rss-item{
	background: #EEEEEE;
	border: 1px solid #EFEFEF;
	margin-bottom: 8px;
	padding: 8px;
	overflow-wrap: anywhere;
}

.rss-item a{
	text-decoration: none;
	color: #777777;
}

.rss-item-title{
	font-size: 1.1rem;
	font-weight: bold;
	margin-bottom: 8px;
}

.rss-item-img{
	margin-bottom: 8px;
}

.telega-box{
	position: relative;
	width: 16vw;
	height: 600px;
	margin-top: 8px;
    scrollbar-gutter: stable;
    overflow-x: hidden;
    overflow-y: scroll;
    height: calc(100% + 5px);
	display: flex;
    justify-content: center;
	z-index: 1;
}

.telega-list{
	width: 16vw;
	height: 600px;
	overflow-x: none;
	overflow-y: auto;
	display: flex;
    flex-direction: column;
    align-items: center;
}

.telega-item{
	border: 1px solid rgb(156, 156, 156);
	background-color: rgba(255, 255, 255, 0.2);
	height: auto;
	backdrop-filter: blur(30px);
	margin-bottom: 8px;
	transition: all .5s ease-in-out;
   -webkit-tap-highlight-color: transparent;
}

.scroll-news__image_filter{
	transition: all .5s ease-in-out;
   -webkit-tap-highlight-color: transparent;
}

.collection-news__news-image {
	transition: all .5s ease-in-out;
    -webkit-tap-highlight-color: transparent;
}

.telega-item:hover .telega-item-img img{
	filter: grayscale(0);
}

.scroll-news:hover .scroll-news__image_filter{
	-webkit-backdrop-filter: grayscale(0);
    backdrop-filter: grayscale(0);
}

.collection-news__item:hover .collection-news__news-image{
	filter: grayscale(0);
}

.telega-item a{
	text-decoration: none;
	line-height: 120%;
    color: rgb(255, 255, 255);
    text-align: left;
}

.telega-item-img img{
	width: 100%;
    height: auto;
    object-fit: cover;
	filter: grayscale(100%);
	transition: all .5s ease-in-out;
    -webkit-tap-highlight-color: transparent;
}

.telega-item-title{
	font-size: var(--main-font-h5);
	line-height: 120%;
	color: rgb(255, 255, 255);
	font-weight: 500;
	font-style: initial;
	padding: 16px;
}

.telega-item-desc{
	font-size: var(--main-font-p);
    line-height: 120%;
    -webkit-line-clamp: 4;
    color: rgb(255, 255, 255);
    text-align: left;
    max-width: 100%;
	padding: 0 16px 16px 16px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus {
  -webkit-text-fill-color: #9c9c9c;
  -webkit-box-shadow: 0 0 0px 40rem #141414 inset;

}

.xfieldimagegallery.gallery{
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}


.xfieldimagegallery.gallery span{
	width: calc(33% - 16px);
	cursor: pointer;
	opacity: 1;
	transition: transform 0.3s ease-in-out;
}

.xfieldimagegallery.gallery span:hover{
	opacity: .8;
}

.ya-share2.share-btn{
	display: none;
	background: #141414;
	width: 200px;
	position: absolute;
	top: -2px;
	left: -20px;
	z-index: 10;
}

.ya-share2.share-btn .ya-share2__list.ya-share2__list_direction_horizontal{
	display: flex;
	
}

.ya-share2__title{
	font-family: Inter, sans-serif !important;
	color: #FFFFFF !important;
	font-size: var(--p) !important;
}

.news-gallery{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.text-ul-li{
	margin-left: 1.5rem;
}

.section__content-wrapper_ratings .rate__item.w-dyn-item{
	margin-bottom: 2vw;
}

.section__content-wrapper_ratings .section__rate{
	text-align: left;
}

.section__content-wrapper_ratings .section__rate .section__paragraph-rate{
	font-size: 1.5vw;
}

.section__content-wrapper_ratings .section__tag-head{
	margin-top: 4vw;
}

.vacancy-page__head{
	position: relative;
}

.send-resume-btn{
	display: block;
	width: 200px;
	color: #FFFFFF;
	background: var(--tomato);
	height: 2vw;
	line-height: 2vw;
	font-size: .8vw;
	margin-top: 1.5vw;
	text-align: center;
	border-radius: .2vw;
	/*position: absolute;
	right: 0;
	bottom: 0;*/
}

.locales.w-locales-list.locales-page-up{
	display: none;
	position: absolute;
	right: 0;
	top: 2vw;
	z-index: 99;
}

.text-locale-up {
    color: #fff;
    font-size: var(--h4);
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1.2;
    text-decoration: none;
    transition: color .3s;
	cursor: default;
}



@media screen and (max-width: 991px) {
	.main-heading-text{
		opacity: 1;
`	}

	.main-heading-img{
		opacity: 1;
	}
	
    .page_close {
        width: 100%;
    }
	
	.close_wrapper {
        width: 5vw;
        height: 5vw;
        position: absolute;
        top: 5vw;
        right: 5vw;
    }
	
	.close_wrapper.custom_closed a{
		display: block;
		width: 5vw;
		height: 5vw;
	}
	
	.pc{
		display: hide;
	}

	.double-page__head,
	.double-page__right{
		opacity: 1;
	}
	
	.news-author-contact img{
		display: block;
		width: 4vw;
		height: 4vw;
	}

	.news-author-contact span{
		display: none;
	}
	
	.telega-box{
		height: auto;
		width: 100%;
		align-items: flex-start;
		
	}

	.telega-list{
		height: auto;
		width: 100%;
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		flex-wrap: wrap;
		gap: 8px;
	}
	
	.telega-item{
		width: calc(33% - 8px);
	}
	
	.ya-share2__title{
		font-size: 1rem !important;
	}
	
	.section__content-wrapper_ratings .section__rate{
		font-size: 3vw;
		margin-bottom: 12vw;
	}
	
	
	.section__content-wrapper_ratings .section__rate .section__paragraph-rate{
		font-size:var(--h5-landscape);
	}

	.section__content-wrapper_ratings .section__tag-head{
		margin-top: 12vw;
	}
	
	.send-resume-btn{
	height: 4vw;
	line-height: 4vw;
	font-size: 1.6vw;
	margin-top: 2.5vw;
	border-radius: .4vw;
	}

}

@media screen and (max-width: 767px) {
	.news-author-contact img{
		display: block;
		width: 6vw;
		height: 6vw;
	}
	
	.main-heading-text{
		opacity: 1;
`	}

	.main-heading-img{
		opacity: 1;
	}

	.team-mobile{
		display: block;
	}	
	
	.head-pc{
		display: none;
	}
	
	.team-wrapper-about__image-fx.team-wrapper-about__image-fx_margin-left {
        margin-left: 0;
    }
	
	.team-wrapper-about__image-fx.team-wrapper-about__image-fx_margin-left {
		margin-left: 0;
	}
	
	.team-wrapper-about_flex_1.team-hide{
		display: block;
	}
	
	.team-wrapper-about_flex_1{
		display: block;
	}

	.team-wrapper-about_flex_2.team-hide{
		display: none;
	}

	.team-wrapper-about.team-wrapper-about_flex_1.team-show-mobile{
		display: block;
	}
	
	.mobile-hide{
		display: none;
	}
	
	.close_wrapper {
        top: 5vw;
        right: 5vw;
		width: 7vw;
		height: 7vw;
    }
	
	.telega-item{
		width: calc(50% - 8px);
	}
	
	.xfieldimagegallery.gallery span{
		width: calc(50% - 16px);
	}
	
	.section__content-wrapper_ratings .section__rate{
		font-size: var(--h5-landscape);
		margin-bottom: 12vw;
	}

	.section__content-wrapper_ratings .section__tag-head{
		margin-top: 12vw;
	}
	
	.send-resume-btn{
	height: 6vw;
	line-height: 6vw;
	font-size: 2.6vw;
	margin-top: 3.5vw;
	border-radius: .6vw;
	}
}

@media screen and (max-width: 567px) {
	.telega-item{
		width: calc(100% - 8px);
	}
	
	.xfieldimagegallery.gallery span{
		width: calc(100%);
	}
	
	.ya-share2__title{
		font-size: .9rem !important;
	}
	
	.section__content-wrapper_ratings .section__rate .section__paragraph-rate{
		font-size: 4vw;
	}

	.section__content-wrapper_ratings .section__tag-head{
		margin-top: 16vw;
	}
	
		.send-resume-btn{
	height: 8vw;
	line-height: 8vw;
	font-size: 3.6vw;
	margin-top: 4.5vw;
	border-radius: .8vw;
	}

}

@media screen and (max-width: 479px) {
	.close_wrapper.custom_closed a{
		display: block;
		width: 7vw;
		height: 7vw;
	}
	
	.news-author-contact{
		margin-top: 6vw;
	}
	
	.ya-share2__title{
		font-size: .8rem !important;
	}
}