body {
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #1F1F24;
	background: #FFFFFF;
	/*max-width: 1440px;*/
	/*margin: auto;*/
}

.eclipse_about_1{
	width: 38px;
	height: 38px;
	background: #F7D10C;
	border-radius: 50%;
	z-index: -1;
	position: absolute;
	left: 85%;
	top: -45px;
}
.eclipse_about_2{
	width: 12px;
	height: 12px;
	background: #25378D;
	border-radius: 50%;
	z-index: -1;
	position: absolute;
	left: 80%;
	top: 0px;
}
.eclipse_about_3{
	width: 26px;
	height: 26px;
	background: #F7D10C;
	border-radius: 50%;
	position: absolute;
	left: 20px;
	top: 0px;
}
.eclipse_about_4{
	width: 5px;
	height: 5px;
	background: #25378D;
	border-radius: 50%;
	position: absolute;
	left: 10px;
	top: 30px;
}
.eclipse_about_5{
	width: 26px;
	height: 26px;
	background: #25378D;
	border-radius: 50%;
	position: relative;
	left: 90%;
	top: 1000px;
	margin-top: -32px;
}
.eclipse_about_6{
	width: 5px;
	height: 5px;
	background: #F7D10C;
	border-radius: 50%;
	position: relative;
	left: 98%;
	top: 1010px;
}
.navbar{
	height: inherit;
	/*padding: 0.2rem rem;*/
}
.navbar-brand img{
	width: 104px;
	height: 48px;
	margin-left: 15px;
}

.navbar-light .navbar-nav .nav-link {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #1F1F24;
}
.navbar-nav > li > a::after {
	content:"\2022";
	padding-left: 14px;
}
.navbar-light .navbar-nav .active>.nav-link span{
	color: #25378D;
	font-weight: 600;
	border-bottom: 2px solid #25378D;

}
.navbar .navbar-collapse ul > li:last-child > a::after{
	content:"";
}
.navbar .btn-outline-primary{
	border: 2px solid #25378D;
	box-sizing: border-box;
	border-radius: 0;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #25378D;
	/*width: 100%;*/
	display:block;
	margin: 0 auto;
}
#reviewModal .btn-outline-primary:hover,
footer .btn-outline-primary:hover,
.navbar .btn-outline-primary:hover{
	background-color: #F7D10C;
	border-color: #F7D10C;
}
.breadcrumb {
	padding: 0.2rem 0;
	height: 24px;
	list-style: none;
	background-color: inherit;
	border-radius: 0;
	margin-bottom: 0;
}
.breadcrumb_nav{
	background: #C5CEE0;
}
.breadcrumb_nav .breadcrumb > li + li:before {
	content: "▸";
	color: #1F1F24;
}
.breadcrumb_nav .breadcrumb > li{
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	color: #25378D;
}
.breadcrumb_nav .breadcrumb > li > a{
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	color: #1F1F24;
}
.banner-top{
	height: 316px;
	margin-bottom: 2rem;
}
.banner-top h1{
	font-weight: bold;
	font-size: 44px;
	line-height: 96px;
	color: #FFFFFF;
}
.text-container h2,.card-container h2{
	height: 36px;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 1rem;
	color: #1F1F24;
}
.we-offer-block{
	height: 168px;
	border: 1px solid #25378D;
	box-sizing: border-box;
}
.card-container .card{
	border: 1px solid #25378D;
	box-sizing: border-box;
	border-radius: 0;
	margin: 15px 0;
	height: 190px;
}
.card-container .card img{
	width: 48px;
	height: 48px;
	margin-top: 32px;
}
.card-container .card .card-body .card-title{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #25378D;
}
footer{
	background: #1F1F24;
	margin-top: 50px;
	padding: 36px 0 0 0;
}
footer .left-block form .form-row{
	height: 48px;
}
footer form .btn-outline-primary{
	border: 2px solid #F7D10C;
	box-sizing: border-box;
	border-radius: 0;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #F7D10C;
	margin-left: inherit;
	width: 100%;
	display:block;
	height: 48px
}
footer .left-block{
}
footer .right-block-mobile{
	max-width: 555px;
	margin: auto;
}
footer .left-block .contacts {
	margin-bottom: 2em;
}
footer .left-block .contacts .mailing-block {
	/*height: 138px;*/
	margin-bottom: 40px;
}
footer .left-block form .form-control {
	/*display: block;*/
	/*max-width: 100%;*/
	height: 48px;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border-left: 4px solid #F7D10C;
	border-radius: 0;
	margin-bottom: 15px;
}
footer .left-block h5{
	color: #FFFFFF;
	margin-bottom: 18px;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 27px;
}
footer .left-block .contacts-block {
	width: 100%;
	height: 190px;
	margin-bottom: 30px;
}
footer .left-block .contacts-block h5{
	width: 121px;
	height: 36px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 27px;
}
footer .left-block .contacts-block .location span{
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	color: #FFFFFF;
	height: 24px;
}
footer .left-block .contacts-block .location ion-icon{
	width: 16px;
	height: 16px;
	color: #FFFFFF;
}
footer .left-block .contacts-block .phone span{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	width: 159px;
	height: 24px;
	color: #F7D10C;
}
footer .left-block .contacts-block .phone ion-icon{
	width: 16px;
	height: 16px;
	color: #F7D10C;
}
footer .left-block .social-block{
	width: 235px;
	height: 82px;
	margin-bottom: 40px;
}
footer .left-block .social-block h5{
	width: 235px;
	height: 36px;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	color: #FFFFFF;
}
footer .left-block .social-block .social-icon-block{
	width: 100%;
	height: 24px;
}
footer .left-block .social-block .social-icon-block span ion-icon{
	width: 24px;
	height: 24px;
	color: #FFFFFF;
	margin-right: 24px;
}
footer .right-block .write_us {
	height: 570px;
	background: #FFFFFF;
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
	margin: auto;
}
footer .right-block .write_us h5 {
	width: 100%;
	/*height: 76px;*/
	color: #1F1F24;
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	line-height: 100%;
	display: flex;
	align-items: center;
	padding-top: 30px;
	padding-left: 34px;
	margin-left: inherit;
}
footer .right-block .write_us form {
	margin: 28px 34px;
}
footer .right-block .write_us form .form-control {
	border: none;
	border-bottom: 1px solid #1F1F24;
	border-radius: 0;
	padding: 0;
	font-size: 14px;
	line-height: 21px;
	color: #C5CEE0;
}
footer .right-block .write_us form label {
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 27px;
	color: #1F1F24;
	/*margin-bottom: 25px;*/
}
footer .right-block .write_us form button {
	margin-top: 25px;
	padding: 0;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 21px;
	color: #25378D;
}
footer .right-block .write_us form button:after{
	content: "";
	display: inline-block;
	position: relative;
	vertical-align: middle;
	width: 56px;
	height: 2px;
	background: #25378D;
	margin-left: 16px;
	margin-bottom: 3px;
}
footer .right-block .write_us form .message {
	margin-top: 34px;
}
footer .right-block .write_us form .message label {
	font-size: 20px;
	line-height: inherit;
}

.card_sale .card-body {
}
.card_sale {
}
.card_sale .card-img {
	border-radius: 0;
}
.card_sale .card-body .card-title {
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 27px;
	color: #1F1F24;
}
.card_sale .card-body .card-text {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	color: #1F1F24;
}
.card_sale .card {
	border: 1px solid #25378D;
	border-radius: 0;
}
.card_sale .btn-blue-primary{
	border: 2px solid #25378D;
	box-sizing: border-box;
	border-radius: 0;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #25378D;
	margin-left: inherit;
	display: block;
}
.sale_page .sale_validity h2 {
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
}
.sale_page .sale_validity p {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
}
.sale_page .sale_terms h2 {
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
}
.sale_page .sale_terms p {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
}
.sale_catalog .btn-blue-primary{
	border: 2px solid #25378D;
	box-sizing: border-box;
	border-radius: 0;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #25378D;
	margin-left: inherit;
}
.sale_validity {
	margin-top: 0;
}
.sale_catalog, .sale_terms{
	margin-top: 40px;
}
.projects form{
	margin: 15px;
}
.projects .label-filters{
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	color: #C5CEE0;
}
.projects .product-filters{
	background: #FFFFFF;
	border: 2px solid #25378D;
	border-radius: inherit;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #25378D;
	margin: 0px 71px;
	width: 198px;
	height: 48px;
	padding-right: 15px;
}
.projects .col{
	padding: 15px;
}
.projects .overlay-content .col-12 .list_border {
	padding-bottom: 3px;
	padding-top: 10px;
}
.projects .overlay-content .col-12:not(:last-child) .list_border {
	border-bottom: 1px solid #F7D10C;
}

.projects .card{
	width: 100%;
	height: 632px;
}
.projects .card {
	display: inline-block;
	/*margin: 1rem;*/
	border-radius: 0;
	box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, .05), 0 1px 2px 0 rgba(0, 0, 0, .2);
	transition: all 0.2s ease;
	background: #fff;
	position: relative;
	overflow: hidden;
}
.projects .card:hover, .card.hover {
	transform: translateY(-4px);
	box-shadow: 0 4px 25px 0 rgba(0, 0, 0, .3), 0 0 1px 0 rgba(0, 0, 0, .25);
}
.projects .card:hover .card-content, .card.hover .card-content {
	box-shadow: inset 0 3px 0 0 #ccb65e;
	border-color: #ccb65e;
}
.projects .card:hover .card-img .overlay, .card.hover .card-img .overlay {
	background-color: rgba(31, 31, 36, 0.6);
	transition: opacity 0.2s ease;
	opacity: 1;
}
.projects .card-img{
	height: 100%;
	width: 100%;
}
.projects .card-img {
	position: relative;
	background-color: #fff;
	transition: opacity 0.2s ease;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 0;
}
.projects .card-img .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0;
}
.projects .card-img .overlay .overlay-content {
	margin: 24px;
	border: 2px solid #F7D10C;
	height: 580px;
	padding: 24px;
	color: #fff;
}

/*home*/
.home_about{
	margin-top: 60px;
}
.home_about .about_title{
	background-image:url('/bundles/app/base/images/title_lumen.png');
	background-repeat: no-repeat;
	background-position: left top;
	height: 154px;
	width: 100%;
}
.home_about .about_title h2{
	font-style: normal;
	font-weight: bold;
	font-size: 64px;
	line-height: 96px;
	color: #1F1F24;
	margin-left: 312px;
}
.home_about .home_about_text h3{
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
}
.home_about .home_about_text p{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
}
.home_about .about_project_value,
.home_about .about_specialists_value,
.home_about .about_clients_value,
.home_about .about_partners_value {
	font-style: normal;
	font-weight: bold;
	font-size: 64px;
	line-height: 96px;
}
.home_about .about_project_title,
.home_about .about_specialists_title,
.home_about .about_clients_title,
.home_about .about_partners_title{
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #25378D;
}
.home_about .about_right_block{
	margin-top: 40px;
	margin-left: 40px;
}
.home_projects{
	margin-top: 122px;
}
.home_projects .projects_title{
	background-image:url('/bundles/app/base/images/title_gallery.png');
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 611px;
	height: 154px;
	width: 680px;
	float: right;
}
.home_projects .projects_title h2{
	font-style: normal;
	font-weight: bold;
	font-size: 64px;
	line-height: 96px;
	color: #1F1F24;
}
.home_projects .overlay-content .col-12 .list_border {
	padding-bottom: 3px;
	padding-top: 10px;
}
.home_projects .overlay-content .col-12:not(:last-child) .list_border {
	border-bottom: 1px solid #F7D10C;
}

.home_projects .card{
	width: 100%;
	height: 632px;
}
.home_projects .card {
	display: inline-block;
	/*margin: 1rem;*/
	border-radius: 0;
	box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, .05), 0 1px 2px 0 rgba(0, 0, 0, .2);
	transition: all 0.2s ease;
	background: #fff;
	position: relative;
	overflow: hidden;
}
.home_projects .card:hover, .card.hover {
	transform: translateY(-4px);
	box-shadow: 0 4px 25px 0 rgba(0, 0, 0, .3), 0 0 1px 0 rgba(0, 0, 0, .25);
}
.home_projects .card:hover .card-content, .card.hover .card-content {
	box-shadow: inset 0 3px 0 0 #ccb65e;
	border-color: #ccb65e;
}
.home_projects .card:hover .card-img .overlay, .card.hover .card-img .overlay {
	background-color: rgba(31, 31, 36, 0.6);
	transition: opacity 0.2s ease;
	opacity: 1;
}
.home_projects .card-img{
	height: 100%;
	width: 100%;
}
.home_projects .card-img {
	position: relative;
	background-color: #fff;
	transition: opacity 0.2s ease;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 0;
}
.home_projects .card-img .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0;
}
.home_projects .card-img .overlay .overlay-content {
	margin: 24px;
	border: 2px solid #F7D10C;
	height: 584px;
	padding: 24px;
	color: #fff;
}
.content-link{
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #25378D;
}
.content-link:after{
	content: "";
	display: inline-block;
	position: relative;
	vertical-align: middle;
	width: 56px;
	height: 2px;
	background: #25378D;
	margin-left: 16px;
	margin-bottom: 3px;
}
.home_feedback{
	margin-top: 60px;
}
.home_feedback .feedback_title{
	background-image:url('/bundles/app/base/images/title_feedback.png');
	background-repeat: no-repeat;
	background-position: left top;
	height: 154px;
	width: 100%;
}
.home_feedback .feedback_title h2{
	font-style: normal;
	font-weight: bold;
	font-size: 64px;
	line-height: 96px;
	color: #1F1F24;
	margin-left: 51%;
}
/*sliders*/
.homepage-slider{
	height:700px;
}
#homepage-slider{
	display: -webkit-flex;
	display: flex;
	z-index: 0;
	position: absolute;
}
#swiper-container{
	-webkit-flex: 1;
	flex: 1;
}
#swiper-scrollbar{
	width: 128px;
	background-color: gray
}
#gallery-thumbs{
	z-index: 10;
	position: absolute;
	margin-left: 80%;
	margin-top: 60%;
}
.homepage-slider .swiper-container{
	width: 696px;
	height: 632px;
	margin-left: 0;
	margin-right: auto;
}

.homepage-slider .swiper-slide{
	background-size: cover;
	background-position: center;
}
.homepage-slider .gallery-thumbs{
	height: 152px;
	box-sizing: border-box;
	padding: 10px 0;
}

.homepage-slider .gallery-thumbs .swiper-slide{
	height: 100%;
}

.homepage-slider .gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}
.homepage-slider .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	width: 66px;
	color: #FFFFFF;
	margin: 0 0 0 15px;
	font-family: Open Sans;
}
.homepage-slider .swiper-pagination-current{
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 49px;

}
.homepage-slider .swiper-container-horizontal>.swiper-scrollbar{
	position: absolute;
	z-index: 10;
	top: 605px;
	left: 90px;
}
.homepage-slider .swiper-scrollbar-drag{
	background-color: #F7D10C;
}
.homepage-slider .slider-content{
	z-index: 10;
	position: absolute;
	margin-left: 80%;
	margin-top: 20%;
	width: 100%;
}
.homepage-slider .slider-content h1{
	font-style: normal;
	font-weight: bold;
	font-size: 64px;
	line-height: 96px;
	display: inline;
	background-color: #F7D10C;
	box-shadow: 10px 0 0 #F7D10C, 5px 0 0 #F7D10C;
	color: black;
	padding: 0 10px;
	min-width: 514px;
}
.homepage-slider .slider-content p{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	background-color: #ffffff;
	box-shadow: 10px 0 0 #ffffff, 10px 0 0 #ffffff;
	padding: 10px;
	color: black;
}
.homepage-slider.slider-content .slider-content-title{
	padding-bottom: 15px;
}
.feedback_cards .swiper-pagination-bullet{
	background: #25378D;
	opacity: 1;
}
.feedback_cards .swiper-pagination-bullet-active{
	background: #F7D10C;
}
.feedback_control .swiper-button-next{
}
.feedback_control .swiper-button-prev{
	left: 90%;
}
.feedback_cards .swiper-slide .swiper-slide-content{
	margin: 26px 48px;
	color: #ffffff;
	max-width: 288px;
}
.feedback_cards .swiper-slide .swiper-slide-content .feedback_counter{
	font-style: normal;
	font-weight: bold;
	font-size: 64px;
	line-height: 96px;
	margin-bottom: 30px;
}
.feedback_cards .swiper-slide .swiper-slide-content .feedback_name{
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 20px;
}
.feedback_cards .swiper-slide .swiper-slide-content .feedback_text{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
}
.homepage-slider .social-icons{
	position: absolute;
	top: 576px;
	margin-left: -48px;
}
.homepage-slider .social-icons .social-icons-item{
	display: block;
	margin-bottom: 48px;
}
.eclipse_homepage_carousel_1{
	width: 16px;
	height: 16px;
	background: #F7D10C;
	border-radius: 50%;
	z-index: -1;
	position: absolute;
	left: 95%;
	top: 40px;
}
.eclipse_homepage_carousel_2{
	width: 48px;
	height: 48px;
	background: #25378D;
	border-radius: 50%;
	z-index: -1;
	position: absolute;
	left: 100%;
	top: 26px;
}
.eclipse_homepage_carousel_3{
	width: 8px;
	height: 8px;
	background: #25378D;
	border-radius: 50%;
	position: absolute;
	left: 99%;
	top: 110px;
}
.eclipse_homepage_carousel_4{
	width: 32px;
	height: 32px;
	background: #F7D10C;
	border-radius: 50%;
	position: absolute;
	left: -5px;
	top: 234px;
}
.eclipse_homepage_carousel_5{
	width: 6px;
	height: 6px;
	background: #25378D;
	border-radius: 50%;
	position: absolute;
	left: -10px;
	top: 290px;
}
.eclipse_homepage_carousel_6{
	width: 24px;
	height: 24px;
	background: #25378D;
	border-radius: 50%;
	position: absolute;
	left: 68%;
	top: 548px;
}
.eclipse_homepage_carousel_7{
	width: 8px;
	height: 8px;
	background: #F7D10C;
	border-radius: 50%;
	position: absolute;
	left: 71%;
	top: 575px;
}
.eclipse_homepage_projects_1{
	width: 8px;
	height: 8px;
	background: #25378D;
	border-radius: 50%;
	z-index: -1;
	position: absolute;
	left: 87%;
	top: 92px;
}
.eclipse_homepage_projects_2{
	width: 16px;
	height: 16px;
	background: #F7D10C;
	border-radius: 50%;
	z-index: -1;
	position: absolute;
	left: 92%;
	top: 113px;
}
.eclipse_homepage_projects_3{
	width: 48px;
	height: 48px;
	background: #25378D;
	border-radius: 50%;
	position: absolute;
	left: 86%;
	top: 128px;
}
.eclipse_homepage_projects_4{
	width: 32px;
	height: 32px;
	background: #F7D10C;
	border-radius: 50%;
	z-index: -1;
	position: absolute;
	left: 81%;
	top: -48px;
}
.eclipse_homepage_projects_5{
	width: 6px;
	height: 6px;
	background: #25378D;
	border-radius: 50%;
	position: absolute;
	left: 80%;
	top: 3px;
}
.home_feedback{
	margin-bottom: 122px;
}
.home_feedback .feedback_control .swiper-button-next::after ,
.home_feedback .feedback_control .swiper-button-prev::after {
	display: none;
}
.home_feedback .feedback_control .swiper-button-prev {
	float: left;
	left: 30px;
}
.home_feedback .feedback_control .swiper-button-next {
	float: right;
	right: 10px;
}
.home_feedback .feedback_control{
	width: 120px;
	height: 60px;
	position: absolute;
	left: 73%;
	top: 74px;
}
.eclipse_homepage_reviews_1{
	width: 48px;
	height: 48px;
	background: #25378D;
	border-radius: 50%;
	z-index: -1;
	position: absolute;
	left: 80%;
	top: 123px;
}
.eclipse_homepage_reviews_2{
	width: 9px;
	height: 8px;
	background: #25378D;
	border-radius: 50%;
	z-index: -1;
	position: absolute;
	left: 88%;
	top: 128px;
}
.eclipse_homepage_reviews_3{
	width: 48px;
	height: 48px;
	background: #F7D10C;
	border-radius: 50%;
	position: absolute;
	left: 24%;
	top: -187px;
}
.eclipse_homepage_reviews_4{
	width: 16px;
	height: 16px;
	background: #25378D;
	border-radius: 50%;
	z-index: -1;
	position: absolute;
	left: 20%;
	top: -134px;
}
footer .social-icons-item{
	display: inline-block;
	margin-right: 45px;
}
#reviewModal .modal-content{
	width: 536px;
	height: 584px;
	background: #FFFFFF;
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
	border-radius: 0;
}
#reviewModal .modal-header{
	border-bottom: none;
}
#reviewModal .review_us form label {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #1F1F24;
	margin-bottom: 25px;
}
#reviewModal .review_us form .form-control {
	border: none;
	border-bottom: 1px solid #1F1F24;
	border-radius: 0;
	padding: 0;
}
#reviewModal .modal-title{
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	margin: 15px;
}
#reviewModal .modal-header .close {
	margin: 9px;
	opacity: 1;
}
#reviewModal .first-row{
	margin-bottom: 20px;
}
#reviewModal .rating-row{
	margin-bottom: 0;
}
#reviewModal .btn-outline-primary{
	border: 2px solid #25378D;
	box-sizing: border-box;
	border-radius: 0;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #25378D;
}
#confirmCallback .modal-content,
#confirmReview .modal-content{
	width: 640px;
	height: 208px;
	background: #FFFFFF;
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
	border-radius: 0;
}
#confirmCallback h5,
#confirmReview h5{
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	color: #222B45;
}
#confirmCallback p,
#confirmReview p{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
}
#confirmCallback .modal-body,
#confirmReview .modal-body{
	margin: 42px 16px;
}
.eclipse_popup_1{
	width: 16px;
	height: 16px;
	background: #F7D10C;
	border-radius: 50%;
	z-index: 100;
	position: absolute;
	left: 97%;
	top: 50px;
}
.eclipse_popup_2{
	width: 48px;
	height: 48px;
	background: #25378D;
	border-radius: 50%;
	z-index: 100;
	position: absolute;
	left: 110%;
	top: 25px;
}
.eclipse_popup_3{
	width: 8px;
	height: 8px;
	background: #25378D;
	border-radius: 50%;
	z-index: 100;
	position: absolute;
	left: 108%;
	top: 110px;
}
.filter-btn{
	border: 2px solid #25378D;
	box-sizing: border-box;
	border-radius: 0;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #25378D;
	margin-right: 15px;
	margin-left: 15px;
	width:198px;
	background-color: #ffffff;
}
.filter-btn:hover{
	background-color: #ffffff;
	color: #25378D;
}
.filter-btn:not(:disabled):not(.disabled):active,
.filter-btn:not(:disabled):not(.disabled).active,
.show > .filter-btn.dropdown-toggle {
	background-color: #ffffff;
	color: #25378D;
}
.filter-block .dropdown-menu{
	min-width: 198px;
	border-radius: 0;
	border: 2px solid #25378D;
}
.filter-block .form-inline label {
	display: unset;
}
.filter-block .dropdown-item:hover,
.filter-block .dropdown-item:focus {
	background-color: #ffffff;
	color: #000;
}
.filter-block .dropdown-toggle::after {
	margin-left: 5.255em;
}
.filter-block{
	margin-bottom: 32px;
}
.eclipse_projects_1{
	width: 16px;
	height: 16px;
	background: #F7D10C;
	border-radius: 50%;
	z-index: 100;
	position: absolute;
	left: 94%;
	top: -106px;
}
.eclipse_projects_2{
	width: 48px;
	height: 48px;
	background: #25378D;
	border-radius: 50%;
	z-index: 100;
	position: absolute;
	left: 99%;
	top: -121px;
}
.eclipse_projects_3{
	width: 8px;
	height: 8px;
	background: #25378D;
	border-radius: 50%;
	z-index: 100;
	position: absolute;
	left: 98%;
	top: -48px;
}
.eclipse_projects_4{
	width: 48px;
	height: 48px;
	background: #F7D10C;
	border-radius: 50%;
	z-index: -1;
	position: absolute;
	left: 32%;
	top: -72px;
}
.eclipse_projects_5{
	width: 16px;
	height: 16px;
	background: #25378D;
	border-radius: 50%;
	z-index: 100;
	position: absolute;
	left: 28%;
	top: -2px;
}
.card_sale {
	margin-bottom: 30px;
}
.eclipse_sales_1{
	width: 16px;
	height: 16px;
	background: #F7D10C;
	border-radius: 50%;
	z-index: -1;
	position: absolute;
	left: 100%;
	top: 71px;
}
.eclipse_sales_2{
	width: 48px;
	height: 48px;
	background: #25378D;
	border-radius: 50%;
	z-index: -1;
	position: absolute;
	left: 97%;
	top: 120px;
}
.eclipse_sales_3{
	width: 32px;
	height: 32px;
	background: #F7D10C;
	border-radius: 50%;
	z-index: -1;
	position: absolute;
	left: 0%;
	top: 210px;
}
.eclipse_sales_4{
	width: 6px;
	height: 6px;
	background: #25378D;
	border-radius: 50%;
	z-index: -1;
	position: absolute;
	left: -1%;
	top: 269px;
}
.eclipse_sales_5{
	width: 32px;
	height: 32px;
	background: #25378D;
	border-radius: 50%;
	z-index: -1;
	position: absolute;
	left: 69%;
	top: -59px;
}
.eclipse_sales_one_1{
	width: 16px;
	height: 16px;
	background: #F7D10C;
	border-radius: 50%;
	z-index: 100;
	position: absolute;
	left: 94%;
	top: 0px;
}
.eclipse_sales_one_2{
	width: 48px;
	height: 48px;
	background: #25378D;
	border-radius: 50%;
	z-index: 100;
	position: absolute;
	left: 99%;
	top: -27px;
}
.eclipse_sales_one_3{
	width: 8px;
	height: 8px;
	background: #25378D;
	border-radius: 50%;
	z-index: 100;
	position: absolute;
	left: 98%;
	top: 62px;
}
.eclipse_sales_one_4{
	width: 32px;
	height: 32px;
	background: #F7D10C;
	border-radius: 50%;
	z-index: 100;
	position: absolute;
	left: 54%;
	top: -27px;
}
.eclipse_sales_one_5{
	width: 6px;
	height: 6px;
	background: #25378D;
	border-radius: 50%;
	z-index: 100;
	position: absolute;
	left: 51%;
	top: 3px
}
.eclipse_catalog_1{
	width: 16px;
	height: 16px;
	background: #F7D10C;
	border-radius: 50%;
	z-index: -1;
	position: absolute;
	left: 100%;
	top: 20px;
}
.eclipse_catalog_2{
	width: 48px;
	height: 48px;
	background: #25378D;
	border-radius: 50%;
	z-index: -1;
	position: absolute;
	left: 97%;
	top: 84px;
}
.eclipse_catalog_3{
	width: 32px;
	height: 32px;
	background: #F7D10C;
	border-radius: 50%;
	z-index: -1;
	position: absolute;
	left: 0%;
	top: 223px;
}
.eclipse_catalog_4{
	width: 6px;
	height: 6px;
	background: #25378D;
	border-radius: 50%;
	z-index: -1;
	position: absolute;
	left: 0%;
	top: 286px;
}
.project_second_block{
	margin-top: 130px;
}
.form-inline .form-check{
	justify-content: inherit;
}
.card-container .card:hover img{
	-webkit-filter: invert(100%);
	filter: invert(100%);
}
.rating {
	display: inline-block;
	position: relative;
	height: 50px;
	line-height: 50px;
	font-size: 50px;
}

.rating label {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	cursor: pointer;
}

.rating label:last-child {
	position: static;
}

.rating label:nth-child(1) {
	z-index: 5;
}

.rating label:nth-child(2) {
	z-index: 4;
}

.rating label:nth-child(3) {
	z-index: 3;
}

.rating label:nth-child(4) {
	z-index: 2;
}

.rating label:nth-child(5) {
	z-index: 1;
}

.rating label input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.rating label .icon {
	float: left;
	color: transparent;
}

.rating label:last-child .icon {
	color: #000;
}

.rating:not(:hover) label input:checked ~ .icon,
.rating:hover label:hover input ~ .icon {
	color: #F7D10C;
}

.rating label input:focus:not(:checked) ~ .icon:last-child {
	color: #000;
	text-shadow: 0 0 5px #F7D10C;
}