.skyro-widget {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 8px 12px;
	gap: 8px;
	height: 44px;
	background: #5BA6FD;
	border-radius: 8px;
	cursor: pointer;
}

.skyro-widget--blue {
	background: #5BA6FD;
	color: #FFFFFF;
	border: 1px solid #5BA6FD;
}

.skyro-widget--blue:hover {
	background: #258AFF;
	border: 1px solid #258AFF;
}

.skyro-widget--white {
	background: #fff;
	color: #000;
	border: 1px solid #EAEAEA;
}

.skyro-widget--white:hover {
	background: #F7F7F7;
	color: #000;
	border: 1px solid #D7D5D5;
}

.skyro-widget:before{
	content: '';
	display: block;
	width: 28px;
	height: 28px;
}
.skyro-widget_text{
	flex-grow: 1;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: -0.4px;
}

.skyro-widget--blue:before{
	background: url(../images/banner/logo_white.svg) no-repeat 50% 50%;
}

.skyro-widget--white:before{
	background: url(../images/banner/logo_blue.svg) no-repeat 50% 50%;
}

.skyro-widget:after{
	width: 18px;
	height: 18px;
	content: '';
}

.skyro-widget--blue:after{
	background: url(../images/banner/arrow_white.svg) no-repeat 50% 50%;
}

.skyro-widget--blue:hover:after{
	background: url(../images/banner/arrow_white_hover.svg) no-repeat 50% 50%;
}

.skyro-widget--white:after{
	background: url(../images/banner/arrow_black.svg) no-repeat 50% 50%;
}

.skyro-widget--white:hover:after{
	background: url(../images/banner/arrow_black_hover.svg) no-repeat 50% 50%;
}



.skyro-widget-big {
	box-sizing: border-box;
	display: grid;
	grid-template-columns: 1fr 160px;
	grid-template-rows: 1fr auto auto;
	grid-template-areas:
	"a d"
	"b d"
	"c d";
	padding: 24px;
	column-gap: 48px;
	border-radius: 12px;
	row-gap: 8px;
	cursor: pointer;

}

.skyro-widget-container {
	container-name: skyro-widget;
	container-type: inline-size;
}


.skyro-widget-big--white{
	background: #FFFFFF;
	border: 1px solid #EAEAEA;
}

.skyro-widget-big--blue{
	background: #5BA6FD;
	border: 1px solid #5BA6FD;
}


.skyro-widget-big_text-block_logo {
	flex-grow: 1;
	width: 100%;
	height: 24px;
	grid-area: a;
}
.skyro-widget-big--white .skyro-widget-big_text-block_logo{
	background: url('../images/banner/skyro_blue.svg') no-repeat 0 0;
	background-size: contain;
}
.skyro-widget-big--blue .skyro-widget-big_text-block_logo{
	background: url('../images/banner/skyro_white.svg') no-repeat 0 0;
	background-size: contain;
}

.skyro-widget-big_text-block_title {
	grid-area: b;
	font-family: 'CircularXX', 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 28px;
	/* identical to box height, or 100% */
	letter-spacing: -1px;
}
.skyro-widget-big--white .skyro-widget-big_text-block_title {
	color: #191C1E;
}

.skyro-widget-big--blue .skyro-widget-big_text-block_title{
	color: #fff;
}


.skyro-widget-big_text-block_desc {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	/* or 138% */
	letter-spacing: -0.6px;
	grid-area: c;
}

.skyro-widget-big--white .skyro-widget-big_text-block_desc {
	color: #191C1E;
}

.skyro-widget-big--blue .skyro-widget-big_text-block_desc{
	color: #fff;
}

.skyro-widget-big_text-block_img {
	width: 160px;
	height: 160px;
	flex-grow: 0;
	flex-shrink: 0;
	grid-area: d;
	align-self: center;
}

.skyro-widget-big--white .skyro-widget-big_text-block_img {
	background: url('../images/banner/phone_white.png') no-repeat 0 0;
}

.skyro-widget-big--blue .skyro-widget-big_text-block_img {
	background: url('../images/banner/phone_blue.png') no-repeat 0 0;
}


.skyro-widget_popup_logo{
	height: 24px;
	width: 100%;
	background: url('../images/banner/skyro_blue.svg') no-repeat 0 0;
}

.jBox-Modal.skyro-widget_popup .jBox-title {
	background: none;
	padding: 24px 24px 16px 24px;
	border-bottom: none;
	border-radius: 16px 16px 0 0;
}
.jBox-Modal.skyro-widget_popup .jBox-container {
	border-radius: 16px;
	border: 1px solid #EAEAEA;
}
.jBox-Modal.skyro-widget_popup .jBox-content {
	padding: 0 24px 24px 24px;
}
.jBox-closeButton-title .jBox-closeButton{
	background: url('../images/banner/close.svg') no-repeat 0 50%;
}
.jBox-closeButton-title .jBox-closeButton svg{
	display: none;
}
#skyro-popup {
	border-top: 1px solid #d7d5d5;
	padding-top: 24px;
}


.skyro-widget_popup_list {
	margin-left: 12px;
	border-left: 2px solid #5BA6FD;
	margin-bottom: 24px;
}
.skyro-widget_popup_list_item{
	margin-left: -13px;
	display: flex;
	margin-top: 12px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	/* identical to box height, or 129% */
	letter-spacing: -0.4px;
	color: #191C1E;
	align-items: center;

}
.skyro-widget_popup_list_item_number{
	color: #fff;
	background: #5BA6FD;
	border-radius: 30px;
	width: 24px;
	height: 24px;
	font-weight: 500;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: -0.4px;
	margin-right: 16px;
	flex-shrink: 0;
}

.skyro-widget_popup .skyro-widget-big_text-block_title {
	color: #191C1E;
}

.skyro-widget_popup .skyro-widget-big_text-block_desc {
	margin-top: 8px;
	color: #191C1E;
	margin-bottom: 24px;
}

.skyro-widget_popup_subtitle{
	color: #191C1E;
	font-family: 'Roboto';
	font-weight: 500;
	line-height: 28px;
	font-size: 20px;
	letter-spacing: -0.8px;
}

.skyro-widget_popup_advantages{
	padding: 12px 14px 12px 72px;
	background: #F7F7F7  no-repeat 14px 50%;
	border-radius: 12px;
	margin-top: 4px;
}

.skyro-widget_popup_advantages--interest {
	background-image: url(../images/banner/interest.svg);
	margin-top: 8px;
}

.skyro-widget_popup_advantages--options {
	background-image: url(../images/banner/fexible.svg);
}

.skyro-widget_popup_advantages--time {
	background-image: url(../images/banner/loan.svg);
}

.skyro-widget_popup_advantages--approval {
	background-image: url(../images/banner/approval.svg);
}

.skyro-widget_popup_advantages_header{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: -0.4px;

	color: #191C1E;
}
.skyro-widget_popup_advantages_desc{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	margin-top: 4px;
	letter-spacing: -0.4px;

	color: #191C1E;
}

.skyro-widget_popup_label{
	margin-top: 32px;
	background: #5BA6FD;
	color: #fff;
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: -0.4px;
	display: flex;
	gap: 4px;
	border-radius: 8px;
	padding: 8px;
	width: 100%;
	justify-content: center;

}

.skyro-widget_popup_label:before {
	content: '';
	flex-shrink: 0;
	width: 18px;
	height: 18px;
	background: url('../images/banner/logo_white.svg') no-repeat 0 0;
	background-size: contain;
}


@container skyro-widget (max-width: 595px) {
	.skyro-widget-big {
		column-gap: 12px;
		grid-template-columns: 1fr 104px;
	}
	.skyro-widget-big--white .skyro-widget-big_text-block_img {
		background: url('../images/banner/phone_s2.png') no-repeat 0 0;
		width: 104px;
		height: 131px;
		background-size: contain;
	}
	.skyro-widget-big--blue .skyro-widget-big_text-block_img {
		background: url('../images/banner/phone_blue_s2.png') no-repeat 0 0;
		width: 104px;
		height: 131px;
		background-size: contain;
	}
	.skyro-widget-big_text-block_logo {
		height: 20px;
	}
	.skyro-widget-big_text-block_title{
		font-size: 20px;
		line-height: 22px;
	}
	.skyro-widget-big_text-block_desc{
		font-size: 12px;
		line-height: 14px;
	}
}

@container skyro-widget (max-width: 416px) {
		.skyro-widget-big {
			column-gap: 12px;
			grid-template-columns: auto 70px;
		}
		.skyro-widget-big--white .skyro-widget-big_text-block_img {
			background: url('../images/banner/phone_s2.png') no-repeat 50% 0;
			width: 70px;
			height: 84px;
			background-size: contain;
		}

		.skyro-widget-big--blue .skyro-widget-big_text-block_img {
			background: url('../images/banner/phone_blue_s2.png') no-repeat 50% 0;
			width: 70px;
			height: 84px;
			background-size: contain;
		}

		.skyro-widget-big_text-block_desc{
			font-size: 16px;
			line-height: 19px;
		}
		.skyro-widget-big_text-block_title{
			font-size: 20px;
			line-height: 20px;
		}
}
/*
@container skyro-widget (max-width: 416px) {
	.skyro-widget-big {
		grid-template-columns: 1fr;
		grid-template-rows: 1fr;
		grid-template-areas:
		"a"
		"d"
		"b"
		"c";
		row-gap: 25.6px;
	}
	.skyro-widget-big--white .skyro-widget-big_text-block_img {
		background: url('../images/banner/phone_s3.png') no-repeat 0 0;
		width: 100%;
		height: auto;
		background-size: contain;
		aspect-ratio: 0.79;
	}
	.skyro-widget-big--blue .skyro-widget-big_text-block_img {
		background: url('../images/banner/phone_blue_s3.png') no-repeat 0 0;
		width: 100%;
		height: auto;
		background-size: contain;
		aspect-ratio: 0.79;
	}
	.skyro-widget-big_text-block_logo {
		height: 36px;
	}
	.skyro-widget-big_text-block_desc{
		text-align: center;
		font-size: 20px;
		line-height: 26px;
	}
	.skyro-widget-big_text-block_title{
		text-align: center;
		font-size: 40px;
		line-height: 40px;
	}
	.skyro-widget-big--white .skyro-widget-big_text-block_logo{
		background-position-x: 50%;
	}
	.skyro-widget-big--blue .skyro-widget-big_text-block_logo{
		background-position-x: 50%;
	}
}
*/


