	body{
		font-family: 'Roboto', sans-serif;
		background-color: #D1E3ED;
		color: #333;
		overflow-x: hidden;
		/*font-display: swap;*/
	}
		body a{
			color: #333;
		}
		body a:Hover{
			color: #333;
		}

		.cont__cube{
			overflow: hidden;
		}


	.header{
		background-color: white;
		padding: 12px 0;
	}
		.header .header_logo img{
			height: 75px;
		}
		.header .header_phone a{
			text-decoration: none;
			font-size: 24px;
		}
		.header .header_phone{
			text-align: right;
		}
			.header .header_phone a:hover{
				text-decoration: underline;
			}
		.header .header_messeg{
			display: -webkit-flex;
			display: -moz-flex;
			display: -ms-flex;
			display: -o-flex;
			display: flex;
			justify-content: flex-end;
			margin-top: 4px;
		}
			.header .header_messeg .header_messeg-item{
				margin-left: 8px;
				width: 35px;
				height: 35px;
				-webkit-background-size: 35px;
				background-size: 35px;
				background-position: top right;
				background-repeat: no-repeat;
			}
			.header .header_messeg .btn-style{
				width: auto;
				font-size: 14px;
				box-shadow: 0px 2px 3px #9E9E9E;
				border-radius: 30px;
				margin-top: 0;
				min-height: 0;
				line-height: 32px;
				padding: 0 20px;
				margin-right: 4px;
			}
				.header .header_messeg .btn-style:hover{
					margin-top: 3px;
					margin-bottom: -3px;
					box-shadow: 0px 0px 0px #9E9E9E;
				}

	.top_nav{
		height: auto;
		background-color: #37a3e2;
	}
		.top_nav .top_nav-item{
			color: white;
			font-size: 18px;
			font-weight: 300;
			line-height: 1;
			padding: 16px 30px;
			background-color: #fff0;
			transition: 0.2s;
			display: inline-block;
		}
			.top_nav .top_nav-item:hover{
				background-color: rgba(255,255,255,.1);
				text-decoration: none;
			}

	.fpage{
		line-height: 1.2;
		background-color: white;
	}

		.fpage .fpage__item{
			background-position: center;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			background-size: cover;
			padding: 80px 0;
		}
		.fpage .fpage__item .fpage__title{
			margin-top: 20px;
			font-size: 56px;
			line-height: 1.2;
			font-weight: bold;
			line-height: 1.2;
		}
			.fpage .fpage__item .fpage__title span{
				color: #FBB120;
			}
		.fpage .fpage__item .fpage__subtitle{
			font-size: 36px;
			font-weight: 500;
			opacity: .95;
		}

		.fpage .fpage__item .fpage__advant{
			margin-top: 20px;
			display: -webkit-flex;
			display: -moz-flex;
			display: -ms-flex;
			display: -o-flex;
			display: flex;
			justify-content: space-between;
		}
			.fpage .fpage__item .fpage__advant .fpage__advant-item{
				margin-top: 20px;
			}
			.fpage .fpage__item .fpage__advant .fpage__advant-item .fpage__advant-item_img{
				/*background-position: top center;*/
				background-position: left bottom;
				background-repeat: no-repeat;
				-webkit-background-size: contain;
				background-size: contain;
				width: 100%;
				height: 90px;
			}
			.fpage .fpage__item .fpage__advant .fpage__advant-item .fpage__advant-item_text{
				/*text-align: center;*/
				font-size: 18px;
				font-weight: 300;
				margin-top: 10px;
			}

		.fpage .fpage__item .form{
			/*margin-top: 20px;*/
		}


	.form{
		text-align: center;
		background-color: white;
		border-radius: 10px;
		box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.07);
		padding: 24px 40px;
	}
		.form .form-title{
			font-weight: bold;
			font-size: 32px;
			color: #414141;
		}
		.form .form-subtitle{
			font-size: 16px;
			line-height: 1.2;
			color: #737373;
			margin-top: 12px;
		}
		.form .form-info{
			font-size: 13px;
			line-height: 1.5;
			color: #8C8C8C;
			margin-top: 22px;
		}

		.form .form-cont{
			margin-top: 12px;
		}
		.form .form-input{
			text-align: center;
			background-color: #F8F8F8;
			margin-top: 20px;
			border: none;
			border-radius: 20px;
			width: 100%;
			font-size: 20px;
			height: 50px;
			outline: none;

		}

	.btn-style{
		width: 100%;
		max-width: 240px;
		font-size: 18px;
		background-color: #FBB120;
		box-shadow: 0px 0px 24px #FB9620;
		border-radius: 30px;
		margin-top: 28px;
		min-height: 50px;
	    line-height: 50px;
	    font-weight: 500;
		padding: 0 15px;
		transition: 0.2s;
		cursor: pointer;
	}
	.btn-style:hover{
		box-shadow: 0px 0px 0px #FB9620;
	}

	.advant{
		background-image: url('../img/bg_advant.jpg');
		background-position: center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
		padding: 140px 0 460px;
		position: relative;
	}
		.advant .advant__item{
			position: relative;
			background-color: white;
			border-radius: 10px;
			padding: 60px 20px 30px 30px;
			box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.08);
			transition: 0.2s;
			height: 100%;
		}
		.advant .advant__item:hover{
			box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.08);
		}
			.advant .advant__item .advant__item-img{
				width: 237px;
				height: 145px;
				background-position: right;
				background-repeat: no-repeat;
				-webkit-background-size: auto;
				background-size: auto;
				position: absolute;
				top: -60px;
				right: 0;
				
			}
			.advant .advant__item .advant__item-title{
			    font-size: 28px;
				font-weight: 500;
				line-height: 1.2;
				color: #FBB120;
			}
			.advant .advant__item .advant__item-desc{
				font-size: 16px;
				font-weight: 300;
				margin-top: 20px;
			}
	
	.window{
	}
		.window .window__cont{
			width: 100%;
			height: 760px;
			background-position: center;
			-webkit-background-size: contain;
			background-size: contain;
			background-repeat: no-repeat;
			background-image: url('../img/window.png');
			display: -webkit-flex;
			display: -moz-flex;
			display: -ms-flex;
			display: -o-flex;
			display: flex;
			align-items: center;
			justify-content: center;
			flex-direction: column;
			margin-top: -380px;
		}
			.window .window__cont .window__cont-text{
				font-weight: 300;
				font-size: 24px;
				text-align: center;
			}
			.window .window__cont .btn-style{
				text-align: center;
				margin-top: 60px;
				color: white;
			}

	.advant>.cube{
		bottom: calc(0px - 250px);
		right: calc(0px - 250px);
	}

	.profils{
		background-color: white;
		padding-bottom: 100px;
	}
		.profils .profils__cont{
			background-image: url(../img/foliage.png);
			background-repeat: no-repeat;
			background-position: center;
		}
		.profils .profils_title{
			margin-top: 80px;
			font-size: 56px;
			line-height: 1.2;
			font-weight: 600;
			color: #FBB120;
			text-align: center;
			margin-bottom: 20px;
		}

		.profils .profils__item{
			box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.08);
			border-radius: 10px;
			/*padding: 30px 15px 30px 120px;*/
			padding: 30px 15px 0px 120px;
			background-position: 0px 50px;
			background-repeat: no-repeat;
			-webkit-background-size: 130px;
			background-size: 130px;
			margin-top: 30px;
			transition: 0.2s;
			height: 100%;
		}
		.profils .profils__item:hover{
			box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
		}
			.profils .profils__item .profils__item-title{
				font-size: 36px;
				font-weight: 500;
				line-height: 1.2;
			}
			.profils .profils__item .profils__item-desc{
				font-size: 14px;
				font-weight: 300;
				margin-top: 12px;
			}

		.profils .profils_dots{
			display: -webkit-flex;
			display: -moz-flex;
			display: -ms-flex;
			display: -o-flex;
			display: flex;
			align-items: center;
			justify-content: space-between;
			margin-top: 80px;
		}
			.profils .profils_dots .profils_dots-circle{
				width: 25px;
				height: 25px;
				border-radius: 50%;
				background-color: #FBB120;
				box-shadow: 0px 4px 20px #FFCF54;
				transition: 0.2s;
			}
				.profils .profils_dots .profils_dots-circle:hover{
					box-shadow: 0px 0px 0px #FFCF54;
				}
			.profils .profils_dots .profils_dots-item{
				font-size: 24px;
				font-weight: 300;
				line-height: 1;
			}

	.rainbow{
		margin-top: 120px;
	}
		.rainbow_text{
			font-size: 28px;
			font-weight: 300;
		}
	

	.objects{
		padding: 80px 0 0;
		background-image: url('../img/cloud_objects.png');
		background-position: top right;
		-webkit-background-size: contain;
		background-size: contain;
		background-repeat: no-repeat;
		overflow: hidden;
	}
		.objects .objects__title{
			font-size: 56px;
			line-height: 1.2;
			color: #FBB120;
			font-weight: 600;
			text-align: center;
		}
		.objects .objects__slider{
			max-height: 645px;
			margin: 20px 0 80px;
		}

		.objects .objects__slider .slick-prev, .objects .objects__slider .slick-next{
			width: 40px;
			height: 40px;
		}
			.objects .objects__slider .slick-next{
				right: -55px;
			}
			.objects .objects__slider .slick-prev{
				left: -55px;
			}
			.objects .objects__slider .slick-prev:before, .objects .objects__slider .slick-next:before{
			    font-size: 40px;
			}

	.offers{
		background-image: url('../img/cloud_offers.jpg');
		background-position: top;
		-webkit-background-size: cover;
		background-size: cover;
		background-repeat: no-repeat;
		position: relative;
	}

	.offers.second{
		background-image: url('../img/cloud_maps.jpg');
		background-position: center;
		-webkit-background-size: cover;
		background-size: cover;
		background-repeat: no-repeat;
		position: relative;
		overflow: hidden;
	}
		.offers.second>.container{
			position: relative;
			z-index: 10;
		}
		.offers.second>.cube{
			top: 50%;
			right: calc(0px - 250px);
		}
	.offers .offers__title{
		font-size: 56px;
		line-height: 1.2;
		color: #854E4E;
		font-weight: 600;
		text-align: center;
		background-color: white;
		padding: 40px 0;
		box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.5);
		position: relative;
		z-index: 2;
	}

		.offers>.cube{
			top: calc(0px - 170px);
			right: calc(0px - 350px);
		}
		.offers>.cube+.cube{
			top: calc(0px - 170px);
			left: calc(0px - 350px);
		}
	.offers .offers__cont{
		background-color: white;
		padding: 40px 80px;
		position: relative;
		z-index: 1;
		box-shadow: 0px 80px 50px rgba(0, 0, 0, 0.5);
	}
		.offers__cont .offers__item{
			padding-top: 80px;
			margin-bottom: 80px;
			position: relative;
		}
			.offers__cont .offers__item:first-child{
				padding-top: 20px;
			}
			.offers__cont .offers__item>.cube{
				width: 400px;
				height: 400px;
				left: calc(0px - 530px);
				top: 100px;
			}
			.offers__cont .offers__item .offers__item-title{
				font-size: 36px;
				color: #FBB120;
				font-weight: 600;
				line-height: 1.2;
			}
			.offers__cont .offers__item .offers__item-desc{
				font-size: 24px;
				margin-top: 24px;
			}
			.offers__cont .offers__item .btn-style{
				max-width: 240px;
				text-align: center;
				padding: 0 30px;
				/*margin: 0 auto;*/
				margin-top: 50px;
				font-size: 18px;
			}
		.offers__cont .offers__item.step{
			margin-bottom: 80px;
		}
		.offers .step_items{
			display: -webkit-flex;
			display: -moz-flex;
			display: -ms-flex;
			display: -o-flex;
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			margin-top: 10px;
		}
			.offers .step_item{
				position: relative;
				padding-right: 50px;
				margin-top: 20px;
			}
			.offers .step_item:last-child{
				padding-right: 0; 
			}
				.offers .step_item .arrow{
					width: 56px;
					line-height: 1.2;
					height: 58px;
					background-position: center;
					background-repeat: no-repeat;
					-webkit-background-size: contain;
					background-size: contain;
					background-image: url('../img/arrow_step.jpg');
					position: absolute;
					top: 40px;
					right: 0px;
				}
			.offers .step_item .step_item-circle{
				width: 160px;
				height: 160px;
				border-radius: 50%;
				background-color: #FF9728;
				display: -webkit-flex;
				display: -moz-flex;
				display: -ms-flex;
				display: -o-flex;
				display: flex;
				align-items: center;
				justify-content: center;
				color: white;
				font-size: 20px;
				line-height: 1.2;
				text-align: center;
			}
			.offers .step_item .step_item-desc{
				font-size: 18px;
				font-weight: 300;
				margin-top: 20px;
			}

	.offers__cont .offers__item.map .btn-style{
		margin: 50px 0 0;
	}
	.offers__cont.contacts{
		padding: 0 15px 80px;
		/*background-image: url(../img/foliage_contacts.jpg);*/
		-webkit-background-size: cover;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.offers__cont.contacts .offers__item .offers__item-title{
		text-align: center;
	}
	.offers__cont.contacts .offers__item{
		padding: 0;
		margin: 0;
	}
	.offers__cont.contacts .offers__item .contacts__item{
		background-color: #FBB120;
		padding: 22px 44px;
		margin-top: 56px;
		line-height: 1.2;
		border-radius: 10px;
	}
		.offers__cont.contacts .offers__item .contacts__item .contacts__item-text{
			font-size: 20px;
		}
			.offers__cont.contacts .offers__item .contacts__item .contacts__item-text.white{
				color: white;
				font-weight: 500;
			}
			.offers__cont.contacts .offers__item .contacts__item .contacts__item-text.bold{
				font-weight: bold;
			}

	.footer{
		padding: 60px 0 0;
		font-size: 16px;
		background: #FFFFFF;
		box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.5);
		font-weight: 300;
		position: relative;
		z-index: 10;
	}
		.footer .footer__logo img{
			height: 90px;
		}
		.footer .footer__desc{
			margin-top: 12px;
		    font-size: 14px;
		}
		.footer .footer_copyr{
		    font-size: 12px;
		}

		.footer .footer__link{
		}
			.footer .footer__link .footer__link-title{
				text-transform: uppercase;
				font-weight: 600;
				font-size: 18px;
			}
			.footer .footer__link a{
				text-decoration: underline;
				display: block;
			}
				.footer .footer__link a:hover{
					text-decoration: none;
					color: #555;
				}
	
	.cube{
		width: 500px;
		height: 500px;
		background-color: #D1E3ED;
		box-shadow: 0px 3px 75px rgba(0, 0, 0, 0.3);
		line-height: 1.2;
		transform: rotate(135deg);
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		right: 0;
		z-index: 5;
	}
		.cube>.cube{
			width: 300px;
			height: 300px;
			position: relative;
			transform: rotate(90deg);
			background-color: #E7EEF4;
		}

	.modal.form{
		padding: 0px 10px 5px;
		box-shadow: none;
		background-color: transparent;
	}
		.modal.form .modal-sm{
			max-width: 325px;
		}
		.modal.form .close{
			position: absolute;
			top: 5px;
			right: 10px;
			z-index: 1;
		}

		.modal.form .modal-content{
			border: none;
		}
	
	.modal.form .qiuz_title{
		font-size: 32px;
	}
	.modal#modalQuiz .form-group{
		display: none;
	}
	.modal#modalQuiz .form-group.show{
		display: block;
	}
	.modal.form .quiz_radio{
		margin-top: 20px;
	}
		.modal.form .quiz_radio .quiz_radio-title{
			font-size: 20px;
			font-weight: 300;
			line-height: 1;
			display: block;
		}
		.modal.form .quiz_radio img{
			max-height: 140px;
			margin: 12px 0;
		}
		.modal.form .quiz_radio .form-check-input{
		    margin-left: 0;
		    margin-top: 0px;
    		bottom: 0px;
		}
	.modal.form .btn-style{
		color: white;
		margin-top: 40px;
	}



@media (min-width: 1400px) {
	.offers__cont .offers__item>.cube{
		display: none;
	}
}




@media (max-width: 1024px) {
	.fpage .fpage__item .fpage__title{
		font-size: 52px;
	}
	.fpage .fpage__item .fpage__subtitle{
		font-size: 32px;
	}

	.fpage .fpage__item .fpage__advant .fpage__advant-item .fpage__advant-item_img{
		height: 75px;
	}
	.fpage .fpage__item .fpage__advant .fpage__advant-item .fpage__advant-item_text{
		font-size: 16px;
	}

	.advant .advant__item .advant__item-img{
		height: 110px;
		top: -40px;
		background-size: contain;
	}

	.advant .advant__item .advant__item-title{
		font-size: 24px;
	}

	.advant>.cube{
		right: calc(0px - 400px);
	}
	.window .window__cont .window__cont-text{
		font-size: 18px;
	}
	.window .window__cont{
		height: 500px;
		margin-top: -250px;
	}

	.profils .profils__item{
		padding: 30px 15px 30px 130px;
		height: auto;
	}

	.offers>.cube{
		right: calc(0px - 450px);
	}
	.offers>.cube+.cube{
		left: calc(0px - 450px);
	}

	.offers .step_item .step_item-circle{
		font-size: 16px;
		width: 100px;
		height: 100px;
	}

	.offers .step_item .arrow{
		width: 46px;
		top: 0;
		right: 15px;
	}
	.offers .step_item .step_item-desc{
		font-size: 14px;
	}

	.offers__cont .offers__item .offers__item-title{
		font-size: 28px;
	}
	.offers__cont .offers__item .offers__item-desc{
		font-size: 18px;
	}

	.offers__cont.contacts .offers__item .contacts__item .contacts__item-text{
		font-size: 15px;
	}
}




@media (max-width: 768px) {
	.modal.form .quiz_radio .quiz_radio-title{
		margin-top: 20px;
	}

	.modal.form .quiz_radio img{
		margin-top: 0;
	}
	.top_nav .top_nav-item{
		padding: 16px 10px;
	}

	.fpage .fpage__item .fpage__advant{
		flex-wrap: wrap;
	}

	.fpage .fpage__item .form{
		margin-top: 40px;
	}

	.advant{
		padding-top: 120px;
		padding-bottom: 340px;
	}
	.advant .advant__item{
		margin-top: 40px;
		height: auto;
		padding-top: 40px;
	}

	.offers>.cube,
	.offers>.cube+.cube{
		top: calc(0px - 140px);
	}

	.offers .offers__cont{
		padding: 40px;
	}
	.offers__cont .offers__item{
		margin-bottom: 0;
	}

	.offers .step_item{
		width: 50%
	}
	.offers .step_item .arrow{
		right: 20%;
	}

	.offers__cont .offers__item.map .btn-style{
		margin: 50px 0;
	}

	.offers__cont.contacts .offers__item .contacts__item .contacts__item-text{
		font-size: 18px;
	}

	.footer .footer__link .footer__link-title{
		font-size: 16px;
	}

	.footer .footer__link a,
	.footer .footer__link p{
		font-size: 14px;
	}
	.offers__cont .offers__item.step{
		margin-bottom: 0;
	}
}

@media(max-width: 425px){
	.header .header_phone a{
		font-size: 18px;
	}
	.fpage .fpage__item{
		padding: 60px 0;
	}
	.fpage .fpage__item .fpage__title{
		font-size: 36px;
	}
	.fpage .fpage__item .fpage__subtitle{
		font-size: 18px;
		margin-top: 12px;
	}
	.top_nav .top_nav-item{
		padding: 15px 0px;
		width: 100%;
		font-size: 16px;
		text-align: center;
	}
	.form{
		padding: 24px 20px;
	}
	.form .form-title{
		font-size: 28px;
		margin-top: 12px;
	}
	.form .form-subtitle{
		font-size: 18px;
    	margin-top: 12px;
	}
	.fpage .fpage__item .form{
		margin-top: 80px;
	}

	.form .form-input{
		font-size: 16px;
	}
	.advant{
		padding-top: 80px;
	}
	.advant .advant__item .advant__item-img{
		height: 100px;
	}
	.advant .advant__item{
		margin-top: 60px;
	}
	.advant{
		padding-bottom: 300px;
	}
	.advant>.cube{
		display: none;
	}
	.window .window__cont{
		margin-left:-15px;
		margin-right:-15px;
		width: calc(100% + 30px);
		height: 400px;
	}
	.window .window__cont .window__cont-text{
		font-size: 14px;
	}
	.profils .profils_title{
		font-size: 36px;
		margin-top: 40px;
	}
	.profils .profils__item{
		background-position: top;
		-webkit-background-size: 100px;
		background-size: 100px;
		padding: 170px 30px 30px;
	}
	.profils .profils__item .profils__item-title{
		font-size: 32px;
	}
	.profils .profils_dots{
		flex-wrap: wrap;
		flex-direction: column;
	}
	.profils .profils_dots .profils_dots-circle{
		margin: 15px;
	}
	.profils .profils_dots .profils_dots-circle:first-child{
		display: none;
	}
	.rainbow{
		margin-top: 80px;
	}
	.rainbow_text{
		margin-top: 40px;
		font-size: 24px;
		text-align: center;
		margin-bottom: 20px;
	}

	.objects .objects__title{
		font-size: 32px;
	}
	.offers>.cube, .offers>.cube+.cube{
		display: none;
	}
	.offers .offers__title{
		font-size: 32px;
	}
	.offers__cont .offers__item .offers__item-title{
		font-size: 24px;
	}
	.offers__cont .offers__item .offers__item-title br{
		display: none;
	}
	.offers .offers__cont{
		padding: 40px 20px;
	}
	.offers .step_item{
		width: 100%;
		padding-right: 0;
	    display: flex;
    	align-items: center;
	}
	.offers .step_item .arrow{
		display: none;
	}
	.offers .step_item .step_item-desc{
		margin-top: 0;
		padding-left: 15px;
	}
	.offers .step_item .step_item-desc br{
		display: none;
	}
	.offers__cont.contacts .offers__item .offers__item-title{
		margin-bottom: 20px;
	}
	.offers__cont.contacts .offers__item .offers__item-title br{
		display: none;
	}
	.offers__cont.contacts .offers__item .contacts__item{
		padding: 20px 30px;
		margin-top: 20px;
	}
	.footer .footer__link .footer__link-title{
		margin-top: 20px;
	}
	.footer{
		padding-top: 40px;
	}
	.offers .step_item .step_item-circle{
		min-width: 100px;
	}
	.fpage .fpage__item .fpage__advant .fpage__advant-item{
		width: 50%;
	}

	.modal.form .modal-sm{
		max-width: 100%;
	}

	.fpage .fpage__item .fpage__advant .fpage__advant-item .fpage__advant-item_img{
		height: 50px;
	}
	.fpage .fpage__item .fpage__advant .fpage__advant-item .fpage__advant-item_text{
		font-size: 14px;
	}
	.window .window__cont .btn-style{
		font-size: 16px;
		width: 180px;
	}

	.offers__cont .offers__item .btn-style{
		margin: 50px auto 0;
	}
	.offers__cont .offers__item.map .btn-style{
		margin: 50px auto;
	}

	.modal.form .quiz_radio img{
		max-height: 70px;
	}
	.modal.form .quiz_radio .quiz_radio-title{
		font-size: 14px;
	}

	.modal.form .qiuz_title{
		font-size: 24px;
		margin-top: 20px;
	}

	.header .header_messeg .btn-style{
		display: none;
	}
}



					.header__city .header__city-item{
						font-size: 14px;
					}

					@media(max-width: 1024px){
						.header__city .header__city-item{
							font-size: 12px;
						}
					}
					.navbar_postheader .mega-dropdown {
					    position: static!important;
					}
					.navbar.navbar-dark .breadcrumb .nav-item.active>.nav-link, .navbar.navbar-dark .navbar-nav .nav-item.active>.nav-link {
						color: #fff;
						background-color: rgba(255,255,255,.1);
						font-weight: 700;
					    text-decoration: none;
					    padding: 1rem 2rem;
					    border-right: 1px solid rgba(255,255,255,.1);
					    white-space: nowrap;
					}
					.top_nav .top_nav-item .dropdown-toggle{
						color: white;
						position: relative;
					}
						.top_nav .top_nav-item .dropdown-toggle:hover{
							text-decoration: underline;
						}
						.dropdown-menu{
						    position: absolute;
							top: 100%;
							left: 0;
							z-index: 1000;
							display: none;
							float: left;
							min-width: 80vw;
							padding: .5rem 0;
							margin: .125rem 0 0;
							font-size: 1rem;
							color: #212529;
							text-align: left;
							list-style: none;
							background-color: #fff;
							background-clip: padding-box;
							border: 1px solid rgba(0,0,0,.15);
							-webkit-border-radius: .25rem;
							border-radius: .25rem;

							box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
							position: absolute!important;
							margin-top: 0;
						}
						 .dropdown-menu.mega-menu ul{
							display: block;
							padding: 0 0 0 1rem;
							margin: 0;
						}
						 .dropdown-menu.mega-menu ul li{
							display: block;
						}
						.dropdown-menu.mega-menu a.font-weight-bold.menu-item{
							font-size: 125%;
							text-decoration: none;
						}
							.dropdown-menu.mega-menu a.font-weight-bold.menu-item:hover{
								text-decoration: underline;
							}
						.sub-menu img{
							vertical-align: middle;
							border-style: none;
							width: 32px;
							height: auto;
							max-height: 32px;
							margin-right: .5rem;
						}
				
					@media(max-width: 768px){
						.dropdown-menu{
							min-width: 90vw;
						}
					}