/* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,500,500italic,700,700italic,900,900italic,300italic,300,100italic,100);

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/* font-family: 'Inter', sans-serif; */
body {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif!important;
	letter-spacing: normal;
	overflow-x: hidden;
}
a,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	text-decoration: none;
	line-height: 1.2;
}

button:focus,
textarea:focus,
select:focus {
	outline: none !important;
	-webkit-appearance: none;
	box-shadow: none;
}

input:focus {
	outline: none !important;
}

a:active,
a:focus {
	outline: 0;
	outline: none !important;
	-moz-outline-style: none;
}

a,
img,
span,
svg,
button,
input,
path {
	transition: .3s all ease;
}

.odometer-inside{
	width: 150%;
}


/* .platforms_item {
	animation: fadeInAnimation ease 3s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}
@keyframes fadeInAnimation {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
} */


#number {
	font-size: 28px;
	font-weight: 700;
	margin-right: 10px;
	line-height: 32.81px;
	min-width: 140px;
	background:no-repeat center bottom;
	background-size: 100% 100%;
	color: transparent!important;
	-webkit-background-clip: text;
	/* background-clip: text; */
	background-image: url("../img/bel-sm-op.gif");
}



a {
	display: inline-block;
	text-decoration: none;
}

span {
	display: inline-block;
}

/* Header */
header {
	padding: 66px 0 35px 0;
}

.navbar-brand {
	font-size: 28px;
	font-weight: 700;
}


.navbar-toggler {
	border: 0 !important;
}

#counter {
	display: flex;
	margin-top: 3px;
	justify-content: center;

}

#message{
	margin-bottom: -15px;
}


.head-rov {
	margin-top: 35px;
	margin-bottom: 35px;
}

.offcanvas-header {
	padding-top: 40px !important;
}

.btn-close {
	--bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") !important;
	--bs-btn-close-opacity: 1 !important;
}

.navbar {
	padding: 0;
}

.navbar-light .navbar-nav .nav-link {
	color: #000;
	font-size: 20px;
}

.navbar-light .navbar-nav .nav-link:hover {
	color: #349AF8;
}

.offcanvas-title {
	font-weight: 700;
	padding-left: 20px;
}


.offcanvas-body {
	padding-left: 40px !important;
}

input[type="checkbox"] {
	accent-color: #fff;
	border-width: 21px;
	border-style: solid;
	border-color: black;
}

.avatar-wrapper {
	background: url('./assets/img/БГ.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	max-width: 380px;
}

.avatar {
	display: flex;
	justify-content: center;
	align-items: center;
}

.info-card {
	border-radius: 15px;
	border: 1px solid #E5E5E5;
	background: #FFF;
	position: relative;
	z-index: -1;
	margin-top: -20px;
	max-width: 380px;
	box-shadow: 0px 23px 22px 0px rgba(0, 0, 0, 0.05);
}

/* Offer */
.offer_block {
	border-radius: 40px;
	padding: 28px 30px 34px 37px;
	background-image: url(../img/offer_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: space-between;
	align-items: center;
	filter: drop-shadow(0px 14px 32px rgba(21, 163, 98, 0.36));
	margin-bottom: 40px;
}

.offer_title {
	display: flex;
	font-size: 32px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 5px;
}

.offer_title img {
	margin-right: 2px;
}

.offer_description {
	font-size: 24px;
	font-weight: 400;
	color: #fff;
}

.offer_description span {
	font-weight: 700;
}

.offer_btn a {
	font-size: 24px;
	font-weight: 600;
	padding: 20px 30px;
	display: inline-block;
	background-color: #fff;
	text-decoration: none;
	color: #000;
	border-radius: 60px;
}
.item_btn{
	text-align: center;
}

.item_btn a:hover,
.offer_btn a:hover {
	background-color: #d3d4d5;

}

/* Search */
.search_block {
	margin-bottom: 35px;
}

.search_block form {
	background-color: #fff;
	border-radius: 40px;
	border: 2px solid #D0D0D0;
	padding: 18px 0 15px 20px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.search_btn {
	border: none;
	background-color: transparent;
	cursor: pointer;
	outline: none;
}

.search_input {
	border: none;
	outline: none;
	font-size: 20px;
	font-weight: 400;
	width: 80%;
}

/* Platforms */
.platforms_block {
	margin-bottom: 40px;
}

/* Platforms action */
.platforms_action {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 22px;
}

.platforms_title {
	font-size: 28px;
	font-weight: 700;

}

.platforms_choice {
	display: flex;
	align-items: center;
	gap: 30px;
}

.platforms_choice form {
	display: flex;
	gap: 30px;
}

.platforms_choice form label {
	display: flex;
	align-items: center;
	gap: 6px;
}

.platforms_choice form input {
	width: 24px;
	height: 24px;
}

.check-in {
	gap: 30px;
}

.control span {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 400;
	margin-top: 2px;
}

.control span img {
	margin-left: 6px;
}

.platforms_choice p {
	font-size: 16px;
	font-weight: 400;
	color: #9D9D9D;
}

.platforms_choice p a {
	font-size: 16px;
	color: #000;
	font-weight: 400;
	text-decoration: none;
	transition: all 0.3s ease;
	margin-left: 10px;
}

.platforms_choice p a.active,
.platforms_choice p a:hover {
	text-decoration: underline;
	color: #349AF8;
}

/* Platforms_content */

.platform-col {
	margin-bottom: 40px;
}



.platforms_item {
	border: 1px solid #E5E5E5;
	border-radius: 15px;
	box-shadow: 0px 23px 22px 0px rgba(0, 0, 0, 0.05);
}

.item_top {
	border-radius: 15px;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	gap: 5px;
	padding: 15px 30px 15px 17px;
}

.title_icon{
	border-radius: 100%;
	display: inline-block;
    background-size: 26px!important;
    background-position: center!important;
	width: 24.1px;
	height: 24.1px;
	margin: 0;
	padding: 0;
}



.title_icon:hover{
	border-color: #349af8;
	color: rgba(255, 255, 255, 0);
	box-shadow: 0px 0px 7px 4px #349af8;

}

.item_title {
	display: flex;
	align-items: center;
	gap: 7px;
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	margin-left: 8px;
}

.item_title a {
	color: #FFF;
	font-family: "Roboto";
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
}

.item_followers {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	margin: 10px 0;
	margin-left: 8px;
}

.item_btn a {
	border-radius: 50px;
    padding: 10px 21px;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
    color: #000;
    background-color: #fff;
    margin-left: 8px;
	width: 100%;
	transition: font-size 0.3s ease;
}



.item_bottom {
	padding: 16px 20px 20px 15px;
}

.item_bottom_content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	font-size: 14px;
	color: #212121;
	font-weight: 400;
	gap: 13px;
}

.item_bottom_content span {
	font-weight: 700;
}

.item_bottom_content img {
    margin-right: 8px;
    margin-bottom: 5px;
	float: left!important;
}

/* reviews */
.reviews_title {
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 18px;
}

.reviews_block {
	/* overflow: hidden; */
	margin-bottom: 65px;
	position: relative;
}

.reviews-slide {
	overflow: hidden;
}

.reviews_item {
	box-shadow: 0px 2px 19px 0px rgba(0, 0, 0, 0.05);
	border-radius: 15px;
	border: 1px solid #E5E5E5;
	text-align: center;
	padding: 12px 0 21px 0;
	height: 210px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	content: none;
}

.reviews_block .swiper-button-next {
	right: -10px;
}

.reviews_block .swiper-button-prev {
	left: -10px;
}

.reviews_block .swiper-pagination {
	bottom: -20px;
}

.reviews_block .swiper-pagination .swiper-pagination-bullet {
	border-radius: 10px;
	background: #D9D9D9;
	width: 10px;
	height: 10px;
	opacity: 1;
}

.reviews_block .swiper-pagination .swiper-pagination-bullet-active {
	background: #349AF8;
}

.reviews_item_title {
	font-weight: 500;
	font-size: 18px;
	margin-top: 8px;
	margin-bottom: 10px;
}

.reviews_item_description {
	font-size: 14px;
	font-weight: 400;
	margin-left: 10%;
	margin-right: 10%;
}

/* advertising */
.ising_block {
	text-align: center;
	border-radius: 40px;
	background-image: url(../img/ising_bg.png);
	padding: 60px 0;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 50px;
}

.ising_block {
	text-align: center;
	border-radius: 40px;
	background-image: url(../img/ising_bg2.png);
	padding: 60px 0;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 50px;
}

.ising_title {
	font-size: 32px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px;
}

.ising_text {
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	padding-right: 10%;
    padding-left: 10%;
}

/* Footer */
footer {
	background-image: url(../img/footer_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.footer_block {
	padding: 50px 0 102px 0;
	display: flex;
	justify-content: space-evenly;
}
.ftr-in {
	display: flex;
	align-items: flex-start;
	gap: 100px;
}

.footer_partners {
	width: 236px;
	height: 227px;
}

.footer_icons {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 12px;
}

.footer_icon img {
	width: 50px;
	height: 50px;
}

.footer_title {
	font-size: 25px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 25px;
}

.footer_link a {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	display: block;
	margin-bottom: 16px;
}

.footer_link a:hover {
	color: #363636;
}



.control {
	display: block;
	position: relative;
	padding-left: 30px;
	cursor: pointer;
}

.control input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.control__indicator {
	position: absolute;
	top: 2px;
	left: 0;
	height: 24px;
	width: 24px;
	background: #fff;
	border-radius: 8px;
	border: 1px solid #9D9D9D;
}

.control--radio .control__indicator {
	border-radius: 50%;
}


.control input:disabled~.control__indicator {
	background: #e6e6e6;
	opacity: 0.6;
	pointer-events: none;
}

.control__indicator:after {
	content: '';
	position: absolute;
	display: none;
}

.control input:checked~.control__indicator:after {
	display: block;
}

.control--checkbox .control__indicator:after {
	left: 8px;
	top: 4px;
	width: 6px;
	height: 11px;
	border: solid #000;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.navbar .offcanvas {
	background: transparent !important;
}


.search {
	margin-top: 40px;
}

#lightning{
	height: 40px;
}



@media (max-width: 1400px) {
	
	.item_title a {
		font-size: 17px;
		line-height: 1;
	}
	.item_avatar img {
		height: 73px;
	}
	.item_followers {
		font-size: 14px;
		font-weight: 400;
	}
	.item_btn a {
		line-height: 1;
		font-size: 12px;
	}
	.item_bottom_content {
		gap: 16px;
	}
}

/* ------------------------------------------------------------- */
@media (max-width: 990px) {

	#message{
		margin-bottom: 0px;
	}
	#number{
		margin-right: 15px!important;
	}
	#counter{
		margin-left: 0!important;
		margin-top: 30px;
		justify-content: center;
		margin-bottom: -15px;
	}
	.platforms_title {
		margin-bottom: 15px;
	}
}

@media (max-width: 400px) {
.swiper-button-next, .swiper-button-prev {
	top: 45%!important;
}
}

@media (max-width: 800px) {

	#specialbutton{
	margin-top: 40px!important; 

	}

}

@media (max-width: 760px) {
body{
	overflow-x: hidden;
}

.nav-link{
	color: white!important;
}


}




@media (max-width: 530px) {
	#specialbutton{
		margin-top: 10px!important;
			display: inline-flex;
	padding: 7px 10px!important;
	justify-content: center;
	align-items: center;
	gap: 32px;
	}
	#lightning{
		height: 26px;
	}
	#specialoffer{
	background: url('../img/special-sm.png')!important;
	background-repeat: no-repeat!important;
	background-size: 100% 100%!important;
	border-radius: 10px!important;
	padding-top: 11px!important;
 
	border-radius: 20px;
}
#specialtext{
	font-size: 17px!important;
	padding-left: 15px!important;
}
#specialinnertext{
	font-size: 9px!important;
	padding-left: 15px!important;
	margin-bottom: 12px!important;
	width: 200px;
	margin-top: 4px!important;

}
#specialbutton{
	font-size: 9px!important;
	font-weight: 600;
	/* margin-top: 15px!important; */
	margin-left: -25px;
	margin-right: 20px!important;
}
}


#specialinnertext{
	font-size: 20px;
	margin-bottom: 34px;
	margin-top: 10px;
	padding-left: 44px;
	color: white;
}

#specialbutton{
	border-radius: 60px;
    font-weight: 700;
    font-size: 20px;
    margin-top: -3%;
    padding: 20px 30px;
    margin-right: 40px;
}
#specialtext{
	font-size: 32px; color: white; padding-left: 44px; font-weight: 500;
}

#tickercontainer{
	visibility: hidden;
	background: url('../img/message.png');
	height: 60px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-radius: 100px;
}

.bot{
	color: #212121;
	text-decoration: none;
}

.bot:hover{
	color: #212121!important;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}


#specialoffer{
	background: url('../img/special.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 100%;
	margin: 0 auto;
	padding-top: 20px;
	box-shadow: 0px 4.966740608215332px 11.35254955291748px 0px #15A3625C;
	border-radius: 40px;

}
.container-fluid{
	margin: 0 auto;
}
.navbar-toggler{
	border: 0!important;
}
.navbar-light .navbar-brand {
	padding: 0;
	margin: 0;
}

.offcanvas{
background: rgba(0, 0, 0, 0.8)!important;
backdrop-filter: blur(10px);
border: 0!important;
}

.offcanvas-header{
	padding-top: 40px!important;
	background-color: rgba(0, 0, 0, 0.8)!important;
}
.btn-close {
	--bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")!important;
	--bs-btn-close-opacity: 1!important;
}
.navbar {
	--bs-navbar-toggler-focus-width:0!important;

}
.offcanvas-title{
	font-weight: 700;
	padding-left: 20px;
}
.offcanvas-body{
	padding-left: 40px!important;
}

input[type="checkbox"] {
accent-color: #fff;
border-width: 21px;
border-style: solid;
border-color: black;
}
.avatar-wrapper{
	background: url('./assets/img/БГ.png'); 
	background-repeat: no-repeat; 
	background-size: 100% 100%; 
	max-width: 380px;
}
.avatar{
	display: flex; justify-content: center; align-items: center;
}
.info-card{
	border-radius: 15px;
	border: 1px solid #E5E5E5;
	background: #FFF; 
	position: relative;
	z-index: -1;
	margin-top: -20px;
	max-width: 380px;
	box-shadow: 0px 23px 22px 0px rgba(0, 0, 0, 0.05);
}

.navbar-brand{
	margin-left: -22px!important;
}
/* ***************************************************************** */


@media (max-width: 1920px){
	.item_avatar img{
		height: 110px;
	}
}

@media (max-width: 1200px){
.item_btn a {
    line-height: 1;
    font-size: 11px;
}
.item_title a {
    font-size: 16px;
}
	.item_avatar img{
		height: 73px;
	}
}


@media (max-width: 1150px){
	.ising_text{
		padding: 0 45px;
	}
}

@media (max-width: 1000px) {

	.item_title a {
		font-size: 17px;
	}

	.item_followers {
		font-size: 14px;
	}

	.item_btn {
		font-size: 12px;
	}
	.offer_block {
		flex-direction: column;
	}

	#specialbutton{
		margin-top: 20px;
	}
}



@media (max-width: 768px) {
	.search_block form {
		font-size: 16px;
	}
	body{
		width: 100vw!important;
	}
	.item_btn{
		width: 205px;
	}
	.navbar{
		width: 100%;
	}
	#navcontainer{
	width: 100vw;
	padding-left: 2.0rem;
    padding-right: 1.2rem;
	}
	.item_avatar img{
		height: 100px;
	}
	#tickericon{
		height: 42px;
	}
	#tickercontainer{
		height: 42px!important;
	}
	.navbar-brand{
		margin-left: 0px!important;
	}
	.offcanvas-body{
		background: rgba(0, 0, 0, 0.8)!important;
	}
	#offercontainer{
		margin-top: -20px;
	}
	.platform-col {
		margin-bottom: 15px;
	}
	.item_top {
		justify-content: center;
	}
	.search {
		margin-bottom: 28px;
		margin-top: 15px;
	}
	.search_input{
		font-size: 16px;
		margin-bottom: 2px;
		margin-left: -4px;
	}
	.search_outer{
		height: 42px;
	}
	#search_icon{
		height: 22px;
		margin: 12px;
		margin-right: 8px;
		margin-left: 0px;
		margin-top: 8px;
	}

	.navbar-brand {
		font-size: 20px;
	}

	.item_bottom_content {
		gap: 8px;
		display: flex;
		align-items: flex-start;
	}


	.offer_title {
		font-size: 17px;
	}

	.offer_description {
		font-size: 9px;

	}

	.offer_btn a {
		font-size: 10px;
		padding: 7px 10px;
		white-space: nowrap;
	}

	.platforms_title {
		font-size: 17px;
		margin-bottom: 12px;
	}

	.platforms_action {
		display: block;
	}

	.platforms_choice {
		display: block;
	}

	.check-in {
		gap: 13px;
		margin-bottom: 10px;
	}

	.control {
		font-size: 12px;
	}

	.control span {
		margin-bottom: 10px 0;
	}

	.item_btn a {
		font-size: 14px;
	}

	.item_top {
		padding: 15px 15px 15px 0px;
	}

	.reviews_title {
		margin-bottom: 35px;
	}

	.ising_title {
		font-size: 17px;
	}

	.ising_text {
		font-size: 12px;
	}

	.footer_title {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.footer_link {
		font-size: 10px;
	}

	.nav-item {
		color: #fff;
		font-size: 16px;
		font-weight: 400;
		padding: 25px;
	}

	.offer_description {
		font-size: 10px;
		width: 150px;
	}
	.offer_block {
		padding: 10px 10px 15px 15px;
		align-items: flex-end;
		flex-direction: row;
		border-radius: 10px;
		background-position: center;
	}
	.offcanvas-end {
		width: 100%;
	}
	.btn-close {
		background-image: url('../img/close-icon.svg');
		opacity: 1;
	}
	.offcanvas-end {
		background: rgba(255, 255, 255, 0.10);
	}
	.nav-item {
		padding: 0;
		margin-bottom: 30px;
	}
	.navbar-toggler:focus {
		outline: none;
		box-shadow: none;
	}
	.ising_block {
		padding: 27px 22px;
		text-align: left;
	}
	.ising_text {
		padding: 0;
	}
	.footer_icon img {
		height: 30px;
		width: auto;
	}
	.footer_partners {
		min-width: 200px;
		height: auto;
	}
	.ftr-in {
		flex-direction: column;
		gap: 14px;
	}
	.footer_link a {
		margin-bottom: 6px;
		font-size: 10px;
		line-height: 12px;
	}
	.footer_contact{
		min-width: 105px;
	}
	.footer_block {
		padding: 28px 0 70px;
		padding-left: 30px;
		padding-right: 20px;
	}
	.footer_icons{
		max-width: 166px;
	}
	#specialbutton{
		font-size: 13px;
		margin-bottom: 15px;
	}
	#specialinnertext{
		font-size: 14px;
	}
} 
