@media (max-width: 1365.99px) {
	.nav-ussd-title {
		font-size: 21px;
	}

	.nav-ussd-cmd {
		font-size: 58px;
	}

	.header-info-wrapper p {
		font-size: 24px;
	}

	.main-title {
		font-size: 30px;
	}

	.faq-content {
		font-size: 21px;
	}

	.header-info-wrapper a {
		font-size: 22px;
	}

	.try-more-block {
		min-height: 300px;
	}
}

@media (max-width: 991px) {
	.empty {
		display: none;
	}

	.try-more-block {
		margin-bottom: 20px;
	}
}

@media (max-width: 767.98px) {
	.container {
		padding: 0px 20px;
		max-width: auto !important;
	}
	.nav {
		position: relative;
		padding: 30px 0;
	}
	.nav-lang {
		position: absolute;
		top: 20px;
		right: 20px;
	}

	.nav-ussd {
		display: none;
	}

	.nav-ussd-mobile {
		display: flex;
		justify-content: space-between;
		width: 100%;
		margin-bottom: 60px;
	}

	.nav-wrapper {
		justify-content: center;
	}

	.nav-logo img {
		width: 90px;
	}

	.header-banner-block img {
		display: none;
	}

	.header-banner-block img.header-banner-mobile-img {
		display: block;
	}

	.header-banner-block {
		padding: 0px 20px;
	}

	.header-banner-title {
		font-size: 16px;
		line-height: 19px;
	}

	.header-banner-block .container {
		padding: 30px 50px;
	}

	.he1 {
		width: 150px;
		height: 150px;
		left: -45px;
		top: -45px;
		background: #0058dc;
	}

	.he2 {
		width: 150px;
		height: 150px;
		right: -45px;
		bottom: 0px;
		background: #f0047ebb;
	}

	.he3 {
		display: block;
		width: 150px;
		height: 150px;
		right: -45px;
		top: 15px;
		background: #f0047ebb;
		filter: blur(100px);
	}

	.header-info-wrapper p {
		font-size: 16px;
		text-align: left;
		margin-bottom: 40px;
		line-height: 20px;
	}

	.nav-ussd-title {
		font-size: 16px;
		line-height: 21px;
	}

	.nav-ussd-cmd {
		font-size: 40px;
	}

	.header-info-wrapper a {
		display: none;
	}

	.header-info-wrapper a.mobile-link {
		display: flex;
		width: 100%;
		height: 60px;
		font-size: 16px;
	}

	.header-info-wrapper a.mobile-link img {
		width: 60px;
	}

	.header {
		padding-bottom: 60px;
	}

	.main-title {
		font-size: 16px;
		text-align: center;
		line-height: 19px;
		padding-bottom: 30px;
	}

	.faq-block img {
		width: 180px;
	}

	.faq-content {
		width: calc(100% - 180px);
	}

	.faq-block {
		height: 140px;
		font-size: 16px;
	}

	.faq-content {
		font-size: 16px;
		padding: 0px 20px;
	}

	.faq-wrapper > div {
		padding: 35px 0;
	}

	.faq-wrapper {
		padding: 20px 0;
	}

	.try-more-block {
		padding: 25px;
		min-height: auto;
		min-height: 143px;
		margin-bottom: 20px;
	}

	.try-more-okino-img {
		width: 130px;
	}

	.try-more-start-img {
		width: 90px;
	}

	.try-more-amediateka-img {
		width: 205px;
	}

	.try-more-block p {
		margin-top: 17px;
		font-size: 14px;
	}

	.footer {
		padding: 20px 0;
		margin-top: 20px;
	}
	.footer p {
		font-size: 10px;
	}

	.try-more-block1 {
		animation: anim1 7s 0s linear infinite;
	}
	.try-more-block2 {
		animation: anim2 7s 0s linear infinite;
	}
	.try-more-block3 {
		animation: anim3 7s 0s linear infinite;
	}

	@keyframes anim1 {
		0% {
			transform: scale(1);
		}
		10% {
			transform: scale(1.1);
		}
		20% {
			transform: scale(1);
		}
	}
	@keyframes anim2 {
		40% {
			transform: scale(1);
		}
		50% {
			transform: scale(1.1);
		}
		60% {
			transform: scale(1);
		}
	}
	@keyframes anim3 {
		80% {
			transform: scale(1);
		}
		90% {
			transform: scale(1.1);
		}
		100% {
			transform: scale(1);
		}
	}
}

@media (max-width: 575.98px) {
}
