.icon {
	width: 80px;
	height: 80px;
	border: 2px solid #0482d3;
	border-radius: 100%;
	text-align: center;
	line-height: 42px;
	margin-top: 20px;
}

.icon img {
	margin-top: 12px
}

.text .title {
	font-weight: 600;
	font-size: 16px;
	color: #1D0031;
	margin-bottom: 5px;
}

.big-title {
	color: #1D0031;
	font-size: 36px;
	line-height: 40px;
	margin-bottom: 8px;
	margin-top: 150px;
}

.big-title2 {
	color: #1D0031;
	font-size: 36px;
	line-height: 40px;
	margin-bottom: 50px;
}

.bg-red, .bg-black, .bg-green {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	text-align: center;
	padding: 10px;
}

.bg-red {
	background-color: #e30b0b;
}

.bg-black {
	background-color: #000000;
}

.bg-green {
	background-color: #36af11;
}

.bg-grey {
	background-color: #e9edf0;
	text-align: center;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	padding: 10px;
	margin-bottom: 30px;
	min-height: 74px;
}

.close-line {
	color: #666666;
	font-size: 14px;
	font-style: italic;
}

.number-covid {
	font-size: 24px;
	color: #fff;
	font-weight: 700;
}

.volontario {
	margin-top: 50px;
}

.bg-covid {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 70px 0px;
	margin-top: 50px;
}

.bg-covid2 {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 70px 0px;
	margin-top: 50px;
}

.covid-box {
	background-color: #fff;
	padding: 40px 30px;
	box-shadow: 0 0 59px rgba(0,0,0,5%);
	text-align: center;
}

.img-box {
    line-height: 1;
    margin-bottom: 21px;
}

.img-box img {
	max-width: 132px;
}

.title-box {
	font-weight: 600;
	font-size: 16px;
	color: #1D0031;
	margin-bottom: 5px;
}

.covid-box .text {
	min-height: 135px;
}

.nopad {
	padding: 0;
}

.center {
	text-align: center;
}

.ct-feature-list {
    display: flex;
    flex-wrap: wrap;
	margin-top: 50px;
}

.ct-feature-list .ct-item-left, .ct-feature-list .ct-item-right {
    width: 27%;
}

.ct-feature-list .ct-item-center {
    width: 46%;
    text-align: center;
    padding: 25px 15px 0;
}

.ct-feature-list .ct-feature-item {
    text-align: center;
    padding: 0 15px;
    min-height: 243px;
    position: relative;
}

.ct-feature-list .ct-feature-item::before {
    content: '';
    width: 176px;
    height: 47px;
    position: absolute;
    background-image: url(/img/feature-shape1.png);
    background-repeat: no-repeat;
}

.ct-feature-list .ct-item-left .ct-feature-item::before {
    right: -88px;
    top: 44px;
}

.ct-feature-list .ct-item-left .ct-feature-item + .ct-feature-item::before {
    background-image: url(/img/feature-shape2.png);
    top: 17px;
}

.ct-feature-list .ct-item-right .ct-feature-item::before {
    left: -88px;
    top: 44px;
    -webkit-transform: scaleX(-1);
    -khtml-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}

.ct-feature-list .ct-item-right .ct-feature-item + .ct-feature-item::before {
    background-image: url(/img/feature-shape2.png);
    top: 17px;
}

.ct-feature-list .text-box {
    background-color: #0282d3;
    color: #fff;
    max-width: 430px;
    margin: auto;
    padding: 10px;
    border-radius: 50px;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    text-align: center;
    margin-top: 53px;
}

.ct-emergency {
    background-color: #00132b;
    max-width: 775px;
    margin: auto;
    padding: 47px 50px 46px;
    color: #fff;
    border-radius: 13px;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	margin-top: 50px;
}

.ct-emergency .item--title {
    margin-bottom: 10px;
    color: #fff;
    font-size: 24px;
}

.ct-emergency ul {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
}

.ct-emergency ul li {
    width: 50%;
    padding: 0 15px;
    display: flex;
    flex-wrap: nowrap;
}

.ct-emergency ul svg {
    height: 22px;
    fill: #4eff00;
    margin-right: 10px;
    min-width: 22px;
    margin-top: 4px;
}

.red-text {
	font-style: normal;
	color: #e30b0b;
}

.box-grey {
	background-color: #E9EDF0;
	padding: 46px 070px 23px 070px;
}

.rules-title {
	font-size: 30px;
	margin-bottom: 20px;
	color: #0e0e0e;
	font-weight: 700;
}

.icon-round {
	width: 44px;
	position: relative;
	height: 44px;
	line-height: 32px !important;
	text-align: center;
	background-color: #72bc2c;
	border: 6px solid #fff;
	border-radius: 44px;
	color: #fff !important;
	font-size: 16px;
	box-shadow: 0 0 8px rgba(0,0,0,7%);
	margin-right: 12px;
	display: inline-block;
	vertical-align: middle;
	top: -2px;
}

.icon-times-round {
    background-color: #e80000;
}

.rules {
	background-color: #36af11;
	border-radius: 60px;
	overflow: hidden;
	display: block;
	padding: 17px 40px 17px 17px;
	background-image: url(/img/fanybox-shape1.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
	margin: 0px 0px 27px 0px;
	color: #fff
}

.rules.wrong {
	background-color: #E80000;
}

.rules-icon {
    width: 80px;
    height: 80px;
    min-width: 80px;
    background-color: #fff;
    position: relative;
    border-radius: 80px;
    margin-right: 22px;
	float: left;
}

.rules-icon img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: inline-block;
	max-width: 40px;
}

.title-rule {
	font-size: 18px;
	color: #fff;
	margin-top: 4px;
	margin-bottom: 5px;
}

.rules-text {
	float: left;
	width: calc(100% - 102px);
}

.center2 {
	text-align: center;
	margin-top: 50px;
}

.grey-bg {
	background-color: #e9edf0;
	position: relative;
	border-radius: 7px;
	padding: 30px 20px 30px 27px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	margin-bottom: 30px;
}

.img-bg {
	width: 68px;
	min-width: 68px;
	margin-right: 18px;
}

.img-bg img {
    max-width: 68px;
}

.title-grey {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 11px;
	color: #1d0031;
	min-height: 52px;
}

.text-grey {
	min-height: 135px;
}

.grigio {
	background-color: #EAEDF0;
    padding: 60px 0px;
}

.wash {
	text-align: center;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
	padding: 40px 30px 34px;
}

.wash-image {
	margin-bottom: 15px;
	position: relative;
}

.wash-image img {
    width: 100%;
    max-width: 148px;
}

.count {
    height: 49px;
    width: 49px;
    background-color: #0269ab;
    border-radius: 49px;
    line-height: 41px;
    border: 4px solid #028ee7;
    color: #fff;
    font-family: poppins,sans-serif;
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    top: 2px;
    left: 20px;
}

.wash-title {
	margin-bottom: 12px;
	font-size: 20px;
	line-height: 26px;
	color: #0e0e0e;
	min-height: 78px;
}

@media all and (max-width: 991px){
	.big-title {
		margin-top: 50px;
	}
	
	.bg-grey {
		margin-bottom: 20px;
		min-height: auto;
	}
	
	.align-centerx {
		text-align: center;
	}
	
	.volontario {
		margin: 0px auto;
	}
	
	.covid-box {
		margin-bottom: 20px
	}
	
	.big-title2 {
		margin-bottom: 20px;
	}
	
	.padb {
		margin-bottom: 20px;
		margin-top: 0px !important;
	}
	
	.icon {
		margin: 0px auto;
	}
	
	.covidt {
		text-align: center;
		margin-bottom: 20px;
	}
	
	.volontario {
		margin: 20px auto 0px auto;
	}
	
	.ct-emergency {
		padding: 20px;
		margin-bottom: 50px;
	}
	
	.ct-emergency ul li {
		width: 100%;
	}
	
	.box-grey {
		padding: 30px 20px;
	}
	
	.rules-icon {
		float: none;
		margin: 0px auto 10px auto;
	}
	
	.rules-text {
		float: none;
		width: 100%;
		text-align: center;
	}
	
	.box-grey {
		margin-bottom: 25px;
	}
	
	.grey-bg {
		padding: 25px;
		display: block;
	}
	
	.img-bg {
		margin: 0px auto 10px auto;
	}
	
	.covidx {
		margin-top: 0 !important;
	}
	
	.ct-feature-list .ct-item-left, .ct-feature-list .ct-item-right {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	
	.ct-feature-list .ct-feature-item {
		width: 50%;
	}
	
	.ct-feature-list .ct-item-center {
		width: 100%;
		padding-top: 32px;
		padding-bottom: 32px;
	}
	
	.ct-feature-item::before {
		display: none;
	}
}

@media all and (max-width: 660px) {
	.ct-feature-list .ct-feature-item {
		width: 100%;
	}
}