@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Bold.woff2') format('woff2'),
        url('../fonts/Gilroy-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
.font-gilroy {
    font-family: 'Gilroy';
    font-weight: bold;
    font-style: normal;
}
.header{
	background: #f9f9f9;
}
@media(max-width: 960px){
	.header-phone a{
		font-weight: bold;
	}
}
.product-crossword{
	min-height: 100vh;
}
.header-menu-btn a{
	color: #000;
}
.banner{
	border-bottom: 1px solid #f1f1f1;
}
@media(max-width: 960px){
	.banner-title{
		font-size: 1.5rem;
	}
}
.uk-heading-primary{
	font-weight: bold;
}
.uk-button-primary{
	background: #005b42;
  color: #fff;
  border-radius: 1rem;
  padding: 0.5rem 1rem;
  line-height: 1;
}
.uk-button-primary:hover{
	background: #018a65;
}
.home-news-products{
	background: #f8f6f7;
	padding-top: 3rem;
	padding-bottom: 3rem;
}
@media(max-width: 960px){
	.home-news-products .uk-heading-small{
		font-size: 1.5rem;
	}
}
.home-hits-products-item{
	border-radius: 10px;
	box-shadow: 0 5px 10px 0px #7d7d7d7a;
	overflow: hidden;
	height: 100%;
}
.home-hits-products-item a:hover{
	text-decoration: none;
}
.home-news-product-img{
	border-radius: 50%;
	margin-top: -50%;
	margin-left: -50%;
	overflow: hidden;
	margin-right: 10%;
}
.home-news-product-desc{
	padding: 1rem;
	padding-right: 2rem;
	position: relative;
}
.home-news-products-list > div .home-news-product-desc:after{
	position: absolute;
	content: '';
	width: 4rem;
	height: 4rem;
	right: 1rem;
	bottom: 1rem;
	background: url(../img/education.svg) center / contain no-repeat;
	transform: rotate(-45deg);
	z-index: -1;
}

.home-news-products-list > div:nth-child(4n + 1) .home-news-product-desc:after{
	background: url(../img/bubble.svg) center / contain no-repeat;
}
.home-news-products-list > div:nth-child(4n + 2) .home-news-product-desc:after{
	background: url(../img/open-book.svg) center / contain no-repeat;
}
.home-news-products-list > div:nth-child(4n + 3) .home-news-product-desc:after{
	background: url(../img/hat.svg) center / contain no-repeat;
}
.about-us{
	padding-top: 3rem;
	padding-bottom: 3rem;
	background: 
		url(../img/star.svg) 10% 25% / 2rem auto no-repeat,
		url(../img/star.svg) 15% 15% / 1rem auto no-repeat,
		url(../img/star-shooting.svg) 5% 50% / 1.8rem auto no-repeat,
		url(../img/string.svg) 35% 75% / 1.5rem auto no-repeat;
}
.about-us-body-scroll{
	position: relative;
}
.about-us-body-scroll > div{
	max-height: 300px;
	overflow-y: scroll;
}
.about-us-body-scroll:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 5rem;
	background: linear-gradient(transparent, #fff);
}
@media(max-width: 960px){
	.about-us-body-scroll > div{
		max-height: none;
	}
	.about-us-body-scroll::after{
		display: none;
	}
}
.home-telegram{
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.home-telegram-right,
.home-telegram-left{
	color: #fff;
	width: calc(50% - 2rem - (2rem * 2));
	background-color: #132c93;
	padding: 2rem;
}
.home-telegram-right *,
.home-telegram-left *{
	color: #fff;
}
.home-telegram-left{
	border-radius: 0 2rem 2rem 0;
	background: 
		url(../img/star.svg) 80% 25% / 2rem auto no-repeat,
		url(../img/star.svg) 80% 75% / 1rem auto no-repeat,
		url(../img/star-shooting.svg) 5% 30% / 1.8rem auto no-repeat,
		url(../img/string.svg) 15% 75% / 1.5rem auto no-repeat, #132c93;
}
.home-telegram-right{
	border-radius: 2rem 0 0 2rem;
	background: 
		url(../img/star.svg) 90% 10% / 2.5rem auto no-repeat,
		url(../img/star.svg) 5% 20% / 1rem auto no-repeat,
		url(../img/star-shooting.svg) 75% 60% / 1.8rem auto no-repeat,
		url(../img/string.svg) 10% 85% / 1.5rem auto no-repeat, #132c93;
}
.page-page{
	min-height: 100vh;
}
@media(max-width: 960px){
	.home-telegram-right,
	.home-telegram-left{
		width: 100%;
		border-radius: 0;
	}
	.home-telegram-right{
		border-radius: 0 0 2rem 2rem;
	}
	.home-telegram-left{
		border-radius: 2rem 2rem 0 0;
	}
}
.uk-button-home-telegram{
	background: transparent;
	font-weight: bold;
	border: 1px solid #fff;
	border-radius: 2rem;
}
.uk-button-home-telegram:hover{
	color: #000;
	background: #fff;
}
.footer{
	background: #faf8f9;
	padding: 1rem 0;
}