.top-label{
	position: absolute;
	top: 0;
	right: 0;
	background-color:#F7F7F7;
	padding: 0 5px 5px 5px;
	border-bottom-left-radius: 19px;
	z-index: 1;
	display: flex;
	gap: 10px;
}
.top-label .label{
	border-radius: 23.0943px;
	font-family: 'Onest';
	font-style: normal;
	font-weight: 400;
	font-size: 15.3962px;
	line-height: 22px;
	color: #FFFFFF;
	display:flex;
	align-items: center;
	justify-content: center;
	padding: 5px 10px;

}
.top-label::before {
	content: "";
	position: absolute;
	top: 100%;
	right: -1px;
	width: 1.5rem;
	height: 1.5rem;
	background-position: 100% 0;
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'><path fill-rule='evenodd' clip-rule='evenodd' d='M20 20C20 8.95431 11.0457 0 0 0L20 0L20 20Z' fill='rgb(247,247,247)'/></svg>");
	background-size: contain;
	background-repeat: no-repeat;
}
.top-label::after{
	content: "";
	position: absolute;
	top: 0;
	right: calc(100% - 2px);
	width: 1.5rem;
	height: 1.5rem;
	background-position: 100% 0;
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'><path fill-rule='evenodd' clip-rule='evenodd' d='M20 20C20 8.95431 11.0457 0 0 0L20 0L20 20Z' fill='rgb(247,247,247)'/></svg>");
	background-size: contain;
	background-repeat: no-repeat;
}
.top-label .cripto-label{
	background: #228FC8;
}
.top-label .cripto-label img{margin-right: 10px;}
.top-label .eco-label{
	background: #F1960D;
}
.top-label .eco-label img{margin-left: 10px;}
.top-label .eco-label .tooltip{
	position: absolute;
	width: 265px;
	padding: 10px;
	right: 5px;
	top: 50px;
	background: #FFFFFF;
	border-radius: 12px;
	font-family: 'Onest';
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 15px;
	color: #393A40;
	opacity:0;
	transition: all 1.3s;
}

.top-label .eco-label .tooltip::after {
	content: "";
	position: absolute;
	top: -20px;
	right: 24px;
	width: 20px;
	height: 20px;
	background-position: 100% 0;
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'><path fill-rule='evenodd' clip-rule='evenodd' d='M20 20C20 8.95431 11.0457 0 0 0L20 0L20 20Z' fill='white'/></svg>");
	background-size: contain;
	background-repeat: no-repeat;
	transform: rotate(180deg);
	opacity:0;
}
.top-label .eco-label .tooltip::before {
	content: "";
	position: absolute;
	top: -20px;
	right: 44px;
	width: 20px;
	height: 20px;
	background-position: 100% 0;
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'><path fill-rule='evenodd' clip-rule='evenodd' d='M20 20C20 8.95431 11.0457 0 0 0L20 0L20 20Z' fill='white'/></svg>");
	background-size: contain;
	background-repeat: no-repeat;
	transform: rotate(90deg);
	opacity:0;
}
.top-label .eco-label:hover .tooltip{opacity:1;}
.top-label .eco-label:hover .tooltip::before,
.top-label .eco-label:hover .tooltip::after
{opacity:1;}
.text-container{
	width: calc(100% - 335px);
}
.product-card__desc-prop .disable{
	color: #AEAEAE;
}
.product-card__desc{position: relative;}
.product-card__desc-price{
	position: absolute;
	right: 15px;
	top: 25px;
}

.product-card__time{
	position: absolute;
	right: 50px;
	top: 155px;
}
.product-card__time-icon {
	width: 24px !important;
	height: 24px !important;
}
.product-card__form{
	max-width: 320px;
}
.product-card__container{position: relative;}
.product-card__form_mess{
	position: absolute;
	top: 825px;
	right: -45px;
}
.text-container .product-card__benefits-block {
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid rgba(34, 143, 200, 0.2);
}
.product-card__video{
	background: #FFFFFF;
	box-shadow: 0px 2px 20px rgba(27, 106, 145, 0.1), 1px 3px 4px rgba(27, 106, 145, 0.15);
	border-radius: 20px;
	padding: 25px;
	display: flex;
	justify-content: space-between;
	/*align-items: center;*/
}
.product-card__video .left{
	width: 60%;
	position: relative;
}
.product-card__video .left img.bg{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
}
.product-card__video .left img.play{
	position: absolute;
	width: 66px;
	top: calc(50% - 45px);
	left: calc(50% - 33px);
	opacity: 0.7;
	display:none;
}
.product-card__video .left .time{
	position: absolute;
	bottom: 15px;
	right: 1px;
	text-align: center;
	background: #030303;
	border-radius: 1.98913px;
	padding: 2px 5px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-size: 25.8587px;
	line-height: 30px;
	color: #FFFFFF;
}
.product-card__video .right{
	width: 38%;
	position: relative;
}
.product-card__video .right img.youtube_video_icon {
	position: absolute;
	top: -10px;
	right: -10px;

}
.product-card__video .right .title{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 23.5175px;
	line-height: 28px;
	color: #030303;
	margin-top: 40px;
	margin-bottom: 30px;
}
.product-card__video .right .author,
.product-card__video .right .viewCountr{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 23.5175px;
	line-height: 28px;
	color: #606060;
}
.product-card__video .right  a{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 15px 26px;
	gap: 10px;
	background: #228FC8;
	border-radius: 100px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-family: 'Onest';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	color: #FFFFFF;
}
.product-card__buttons {
	display: flex;
	margin-top: 25px;
	gap: 20px;
}
.button_blue{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 15px 26px;
	gap: 10px;
	background: #228FC8;
	border-radius: 10px;

	font-family: 'Onest';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	color: #FFFFFF;
}
.button_blue:hover{color: white;}
.button_white{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 15px 26px;
	gap: 10px;
	background: transparent;
	border: 1px solid #228FC8;
	border-radius: 10px;

	font-family: 'Onest';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	color: #228FC8;
}
.button_white:hover{color: #228FC8;}

.shadow-block{
	padding: 24px 12px;
	background: #FFFFFF;
	box-shadow: 0px 2px 20px rgba(27, 106, 145, 0.1), 1px 3px 4px rgba(27, 106, 145, 0.15);
	border-radius: 20px;
	position: relative;
	margin-top: 35px;
}
.product-card__for-investor .stars{
	position: absolute;
	top: 0;
	right: 0;
}
.product-card__for-investor .title,
.product-card__container .title{
font-family: 'Onest';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 34px;
	color: #393A40;
	margin-bottom:35px;
}
.product-card__for-investor .proc-block{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 30px;
}
.product-card__for-investor .proc-block .el-proc{
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 12px 14px;
	gap: 10px;
	background: #E8F5FC;
	border: 1px solid #228FC8;
	border-radius: 8px;
	font-family: 'Onest';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 31px;
	color: #228FC8;
	position: relative;
}
.product-card__for-investor .proc-block .el-proc span{
	position: absolute;
	left: 0;
	top: -15px;
	font-family: 'Onest';
	font-style: normal;
	font-weight: 600;
	font-size: 10px;
	line-height: 13px;
	color: #A1A2A3;
}
.product-card__for-investor ol.desc-block {
	list-style: auto;
	margin-left: 15px;
	list-style: auto;
}
.product-card__for-investor .desc-block li{
	font-family: 'Onest';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 18px;
	color: #393A40;
	margin: 5px;
}
.title.blue{
	font-family: 'Onest';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 23px;
	color: #228FC8;
	margin-bottom: 20px;
}
.desc-dohod{
	font-family: 'Onest';
	font-style: normal;
	font-weight: 300;
	font-size: 15px;
	line-height: 19px;
	display: flex;
	color: #393A40;
	margin-bottom: 35px;
}
.btn{max-width:250px;}
.etaps{display: flex; margin: 0 32px 35px;}
.etaps .el {
	width: calc(100% - 32px / 3);
	display: flex;
	align-items: center;
}
.etaps .el:last-child{width: 32px;}
.etaps .el .line {
	border: 1px solid #A1AEBE;
	width: 85%;
	margin-left: 5px;
}
.etaps .el:last-child .line{display: none;}

.etaps .el .line.active{border-color: #228FC8;}
.etaps .el .icon{
	width: 32px;
	height: 32px;
	display: flex;
	border-radius: 50%;
	border: 1px solid #A1AEBE;
	align-items: center;
	text-align: center;
	justify-content: center;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 16px;
	color: #6A6E7C;
	position: relative;
}
.etaps .el .icon span {
	position: absolute;
	width: 150px;
	bottom: -20px;
	font-family: 'Onest';
	font-style: normal;
	font-weight: 700;
	font-size: 13px;
	line-height: 17px;
}
.etaps .el .icon.active{
	border-color: #228FC8;
	background-color: #228FC8;
}
.etaps .el .icon.active span{color: #228FC8;}
.etap_photo {
	display: flex;
	gap: 15px;
}
.etap_photo .img{
	border-radius: 12px;
	flex-grow: 1;
	overflow: hidden;
}
.etap_photo .img img {
	max-width: 100%;
	object-fit: cover;
	height: 100%;
}
.get-status {
	display: flex;
	justify-content: space-between;
}
.get-status .agent {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	padding: 0 25px;
}
.get-status .agent img{
	display: block;
	width: 100px;
}
.get-status .agent span{font-family: 'Onest';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 18px;
	color: #393A40;
}
.get-status .agent .agent-img{position: relative; width:100px; height: 100px;}
.get-status .agent .agent-img:after {
	content: "";
	display: block;
	position: absolute;
	width: 13px;
	height: 13px;
	background: #228FC8;
	border-radius: 50%;
	border: 3px solid #F0F6FE;
	left: 8px;
	top: 7px;
}
.insta .elems{
	display: flex;
	gap: 15px;
	justify-content: space-between;
}
.insta .elems .el{
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	padding: 0;
	margin-top: 0;
}
.insta .elems .el img.img{
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.insta .elems .el img.tag{
	position: absolute;
	top: 275px;
	left: 15px;
}
.insta .elems .el .title{
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	color: #393A40;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.insta .elems .el .desc{
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	color: #6E6E6E;
	flex-grow: 0;
	margin-left: 15px;
	margin-bottom: 10px;
}
.insta .elems .el .btn{
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
	color: #FFFFFF;
	margin: 15px;
}
.insta .elems .el .like{font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	color: #228FC8;
	margin-left: 15px;
}
.insta .elems .el .minut{
	font-style: normal;
	font-weight: 400;
	font-size: 8.98361px;
	line-height: 11px;
	color: #6E6E6E;
	margin-left: 15px;
}
.map .elems{display: flex; gap: 25px;}
.map .mmap {
	border-radius: 20px;
	overflow: hidden;
	flex-grow: 1;
}
.map .objs{

	margin-right: 15px;
	width: 45%;
}
.map .objs .title{
	font-weight: 500;
	font-size: 20px;
	line-height: 34px;
	color: #393A40;
	margin-bottom: 15px;
}
.map .objs .el{
	display: flex;
	justify-content: space-between;
	font-weight: 300;
	font-size: 16px;
	line-height: 25px;
	color: #393A40;
	border-bottom: 1px solid #EEEEEE;
	padding: 15px 15px 15px 0;
	align-items: center;
}
.map .objs .el .name{width:65%}
.map .objs .el .loc,
.map .objs .el .car{width:fit-content; margin-left: 5px;}
.map .objs .el div {
	display: flex;
	align-items: center;
}
.map .objs .el div img{margin-right: 5px;}
.tgs .elems {
	display: flex;
	justify-content: space-between;
	gap: 15px;
	border-radius: 8px;
	overflow: hidden;
}
.tgs .elems div {
	flex-grow: 1;
}
.tgs .elems div img {
	width: 100%;
}
.rassrochka .title.blue{margin: 25px 0 15px 0;}
.rassrochka .desc{
	font-weight: 300;
	font-size: 15px;
	line-height: 19px;
	color: #393A40;
	margin-bottom: 15px;
}
.rassrochka .btn{max-width: 100%; width: 400px;}

.product-card__agent{width: 320px;}
.product-card__agent.fixed{position: fixed; top: 10px;}
.product-card__agent .name{
	font-weight: 600;
	font-size: 20px;
	line-height: 26px;
	color: #393A40;
}
.product-card__agent .desc{
	font-weight: 300;
	font-size: 18px;
	line-height: 25px;
	color: #393A40;
}
.product-card__agent a{
	font-weight: 600;
	font-size: 15px;
	line-height: 19px;
	color: #393A40;
}
.b24-form {
	max-width: 320px;
}
.detail-form .b24-form{
	max-width: 320px;
}
.detail-form .b24-form .b24-form-padding-side{
	padding: 0;
}
.detail-form .b24-form-wrapper.b24-form-border-bottom{
	border-bottom: 0 !important;
}
.detail-form .b24-form-control-string .b24-form-control{
	width: 100%;
	border: 1px solid #c6d0dc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	__padding: 0 20px;
	font-size: 14px;
	box-shadow: rgb(1 1 1 / 5%) 0 10px 20px;
	background: unset;
	font-family: "Onest";
}
.detail-form .b24-form-field-text .b24-form-control{
	resize: none;
}
.detail-form .b24-form-control-label{display: block !important;}
.b24-form-control-container.b24-form-control-icon-after{
	justify-content: flex-start !important;

}
.tgs .title{margin-bottom: 20px;}
.subTitle {
	font-size: 1.3rem;
	font-weight: 400;
}

@media (min-width: 575.98px) {
	.product-card__desc-container .product-card__desc-price {
		font-size: 36px !important;
	}
	.product-card__image img {
		border-radius: 1.5rem;
		height: 100%;
		width: 100%;
	}
}
@media (min-width: 1199.98px) {
	.product-card__gallery {
		margin-left: 0;
		margin-right: 0;
	}
}
@media (max-width: 1720px) {
	.product-card__form_mess {
		right: 15px;
	}
	.product-card__desc-price {
		right: 40px;
	}
}
@media (max-width: 1320px) {
	.product-card__video .right a{
		margin-top: 25px;
		position: initial;
	}
}
@media (max-width: 1220px) {
	.product-card__for-investor .stars {
		width: 100px;
	}
	.product-card__desc-price {
		right: 0;
	}
	.product-card__video .right a{font-size: 14px;}
	.product-card__video .right .author, .product-card__video .right .viewCountr{
		font-size: 20px;
		line-height: 26px;
	}
	.map .objs .el .name {
		width: 60%;
	}
}
@media (max-width: 1035px) {
	.product-card__video .right a{
		margin-top: 25px;
		position: initial;
	}
	.product-card__video{
		display: block;
		position: relative;
	}
	.product-card__video .left {
		width: 100%;
		position: relative;
	}
	.product-card__video .right {
		width: 100%;
		position: initial;
	}
	img.mavato_logo_smallest {
		position: absolute;
		top: 30px;
		left: 30px;
	}
	.product-card__video .right img.youtube_video_icon {
		position: absolute;
		top: 30px;
		right: 30px;
	}
	.product-card__video .right a {
		font-size: 18px;
	}
	.map .elems {
		display: block;
	}
	.map .mmap {
		width: 100%;
	}
	.map .objs {
		margin: 15px;
	}
	.get-status .agent{width: 35%;}
}
@media (max-width: 991px) {
	.product-card__form_mess {
		position: initial;
	}
	.text-container {
		width: 100%;
	}
	.product-card__desc-header {
		width: calc(100% - 245px);
	}
	.product-card__form_mess {
		display: flex;
		gap: 25px;
	}
	.product-card__form {
		max-width: none;
	}
	.product-card__agent{margin-top: 0;}
	.product-card__video{margin-top: 35px;}
}
@media (max-width: 768px) {
	.product-card__desc-header{width: 100%;}
	.product-card__title {
		margin-bottom: 35px !important;
	}
	.product-card__desc-price {
		font-size: 2rem;
		position: initial;
	}
	.product-card__time{position: initial; margin-top: 35px;}
	.product-card__buttons {
		display: block;
		width: 100%
	}
	.product-card__buttons a:first-child{
		margin-bottom: 20px;
	}
}
@media (max-width: 680px) {
	.product-card__for-investor .proc-block .el-proc{font-size: 14px;}
	.product-card__form_mess {
		display: block;
	}
	.product-card__agent {
		margin-top: 35px;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 35px;
	}
	.etaps .el .icon span {
		position: absolute;
		display: flex;
		flex-direction: column;
		width: 100px;
		height: 30px;
		bottom: -30px;
	}
	.etaps .el .line{width:55%}
	.etap_photo {
		display: flex;
		gap: 15px;
		flex-direction: column;
	}
	.etap_photo .img {
		border-radius: 12px;
		flex-grow: 1;
		overflow: hidden;
		height: 200px;
	}
	.etap_photo .img img {
		width: 100%;
	}
	.insta .elems {
		flex-direction: column;
	}
	.map .objs {
		margin: 15px 0;
	}
}
@media (max-width: 450px) {
	.get-status {
		flex-direction: column;
	}
	.get-status .agent {
		width: 100%;
		align-items: center;
		flex-direction: row;
		justify-content: flex-start;
		gap: 25px;
		margin-top: 15px;
	}
	.map .objs .el {
		font-size: 13px;
		line-height: 16px;
	}
	.map .objs .el .name {
		width: 55%;
	}
	.product-card__agent {
		flex-direction: column;
	}
	.product-card__agent > div{text-align: center;}
	.button_white, .button_blue{font-size: 15px;}
	.top-label .label {
		font-size: 13px;
		line-height: 16px;
	}
	.product-card__video .right a {
		font-size: 16px;
	}
	.tgs .elems {
		flex-direction: column;
	}
}