header {
    background: url(../images/bg-commun.png) bottom center no-repeat;
    background-size: cover;
    position: relative!important;
    z-index: 4!important;
}

.comm-wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.comm-wrap .comm-text {
	width: calc(100% - 380px - 40px);
}

.comm-wrap .comm-icons {
	width: 380px;
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
}

.comm-wrap .comm-icons .item {
	width: 50%;
	height: 140px;
	box-sizing: border-box;
	padding: 85px 0px 0px 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	border-right: 1px solid rgba(255, 255, 255, 0.4);
	font-family: 'Gilroy-Bold';
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
}

.comm-wrap .comm-icons .item:nth-of-type(1) {
	background: url('../images/ico39.png') left 30px top 20px no-repeat;
}

.comm-wrap .comm-icons .item:nth-of-type(2) {
	background: url('../images/ico40.png') left 30px top 20px no-repeat;
	border-right: 0px solid rgba(255, 255, 255, 0.4);
}

.comm-wrap .comm-icons .item:nth-of-type(3) {
	background: url('../images/ico41.png') left 30px top 20px no-repeat;
	border-bottom: 0px solid rgba(255, 255, 255, 0.4);
}

.comm-wrap .comm-icons .item:nth-of-type(4) {
	background: url('../images/ico42.png') left 30px top 20px no-repeat;
	border-right: 0px solid rgba(255, 255, 255, 0.4);
	border-bottom: 0px solid rgba(255, 255, 255, 0.4);
}

.commun1 {
	background: #ffffff;
}

.commun1.terex ul li:nth-of-type(2) {
    background: url(../images/ico43.png) left center no-repeat;
}

.commun2 {
	background: #F5F5F5;
}

.commun2 .wall-gift-wrap {
	margin-bottom: 50px;
}

.commun2 .wall-gift-wrap .item {
    width: calc(33.33% - 20px)!important;
}

.commun2 .wall-gift-wrap .item2 .item-img {
    width: 100%;
    height: 150px;
}

.comm-result {
	padding: 75px 0px 80px 0px;
    position: relative;
}

.comm-result-wrap {
	margin: 35px 0px 0px 0px;
}

.comm-result-wrap .item .item-img {
	width: 100%;
	height: 190px;
	border-radius: 5px;
	overflow: hidden;
}

.comm-result-wrap .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: bottom;
}

.comm-result-wrap .item .item-img:nth-of-type(1) {
	margin-bottom: 30px;
}

.comm-list {
	padding: 75px 0px 50px 0px;
	background: #F5F5F5;
    position: relative;
	z-index: 2;
}

.comm-list .comm-list-wrap {
	width: 100%;
	margin: 35px 0px 0px 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.comm-list .item {
	width: calc(33.33% - 20px);
	padding-top: 65px;
	margin-bottom: 30px;
	font-family: 'Gilroy-Regular';
    font-size: 16px;
    line-height: 25px;
    color: #000000;
}

.comm-list .item strong {
	font-family: 'Gilroy-Bold';
	font-weight: normal;
	color: #A90000;
}

.comm-list .item .item-title {
	margin-bottom: 5px;
	font-family: 'Gilroy-Bold';
    font-size: 16px;
    line-height: 25px;
    color: #000000;
}

.comm-list .item:nth-of-type(1) {
	background: url("../images/c1.png") top left no-repeat;
}

.comm-list .item:nth-of-type(2) {
	background: url("../images/c2.png") top left no-repeat;
}

.comm-list .item:nth-of-type(3) {
	background: url("../images/c3.png") top left no-repeat;
}

.comm-list .item:nth-of-type(4) {
	background: url("../images/c4.png") top left no-repeat;
}

.comm-list .item:nth-of-type(5) {
	background: url("../images/c5.png") top left no-repeat;
}

.comm-list .item:nth-of-type(6) {
	background: url("../images/c6.png") top left no-repeat;
}

.comm-serv {
    padding: 270px 0px 20px 0px;
    margin: -180px 0px 0px 0px;
    background: #ffffff;
    position: relative;
    z-index: 1;
}

.comm-serv .comm-serv-wrap {
	width: 100%;
	margin: 35px 0px 0px 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}

.comm-serv .item {
	width: calc(33.33% - 20px);
	margin-bottom: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.comm-serv .item:nth-of-type(4), .comm-serv .item:nth-of-type(5) {
	width: calc(50% - 15px);
}

.comm-serv .item .item-img {
	width: 100%;
	height: 165px;
	border-radius: 5px;
	margin-bottom: 20px;
	overflow: hidden;
}

.comm-serv .item .item-img img {
	width: 100%;
	height: 100%;
	vertical-align: bottom;
	object-fit: cover;
}

.comm-serv .item-title {
	margin-bottom: 20px;
	font-family: 'Gilroy-Medium';
    font-size: 18px;
    line-height: 20px;
    color: #000000;
	text-align: center;
}

.comm-serv .item .butt1 {
	width: 260px;
	margin-bottom: 20px;
}

.comm-serv .link {
	font-family: 'Gilroy-Medium';
    font-size: 18px;
    line-height: 20px;
    color: #A90000;
	text-align: center;
}

.comm-serv .link:hover {
	text-decoration: none;
}

.comm-serv .item .butt1 {
	width: 260px;
	margin-bottom: 20px;
}

.popup3 p {
	margin: 0px 0px 20px 0px;
	font-family: 'Gilroy-Regular';
    font-size: 16px;
    line-height: 25px;
    color: #000000;
}

@media (max-width: 1000px) {
.commun2 .wall-gift-wrap {
    margin-bottom: 5px;
}

.commun2.wall-gift {
    padding: 35px 0px 35px 0px;
}
}

@media (max-width: 970px) {
.comm-wrap .comm-text {
    width: calc(100% - 300px - 20px);
}

.comm-wrap .comm-icons .item {
	height: 130px;
	padding: 75px 0px 0px 10px;
}

.comm-wrap .comm-icons .item:nth-of-type(1) {
	background: url('../images/ico39.png') left 10px top 10px no-repeat;
}

.comm-wrap .comm-icons .item:nth-of-type(2) {
	background: url('../images/ico40.png') left 10px top 10px no-repeat;
	border-right: 0px solid rgba(255, 255, 255, 0.4);
}

.comm-wrap .comm-icons .item:nth-of-type(3) {
	background: url('../images/ico41.png') left 10px top 20px no-repeat;
	border-bottom: 0px solid rgba(255, 255, 255, 0.4);
}

.comm-wrap .comm-icons .item:nth-of-type(4) {
	background: url('../images/ico42.png') left 10px top 10px no-repeat;
	border-right: 0px solid rgba(255, 255, 255, 0.4);
	border-bottom: 0px solid rgba(255, 255, 255, 0.4);
}

.comm-serv .item {
    width: calc(50% - 15px);
}
}

@media (max-width: 780px) {
.comm-wrap .comm-text {
    width: calc(100% - 0px - 0px);
}

.comm-wrap .comm-icons  {
    margin: 0px 0px 0px 0px;
}

.comm-wrap .comm-icons .item {
    height: 100px;
    padding: 54px 0px 0px 10px;
    font-size: 13px;
    line-height: 17px;
}

.comm-wrap .comm-icons .item:nth-of-type(1) {
	background: url('../images/ico39.png') left 10px top 10px no-repeat;
	background-size: 30px;
}

.comm-wrap .comm-icons .item:nth-of-type(2) {
	background: url('../images/ico40.png') left 10px top 10px no-repeat;
	border-right: 0px solid rgba(255, 255, 255, 0.4);
	background-size: 30px;
}

.comm-wrap .comm-icons .item:nth-of-type(3) {
	background: url('../images/ico41.png') left 10px top 20px no-repeat;
	border-bottom: 0px solid rgba(255, 255, 255, 0.4);
	background-size: 30px;
}

.comm-wrap .comm-icons .item:nth-of-type(4) {
	background: url('../images/ico42.png') left 10px top 10px no-repeat;
	border-right: 0px solid rgba(255, 255, 255, 0.4);
	border-bottom: 0px solid rgba(255, 255, 255, 0.4);
	background-size: 30px;
}

.comm-serv {
    padding: 215px 0px 25px 0px;
}

.comm-serv .comm-serv-wrap {
    margin: 20px 0px 0px 0px;
}

.comm-serv .item {
    width: calc(100% - 0px)!important;
	margin: 0px 0px 20px 0px;
}

.comm-serv .item .item-img {
    height: 125px;
    margin-bottom: 7px;
}

.comm-serv .item-title {
    margin-bottom: 7px;
    font-size: 16px;
    line-height: 18px;
}

.comm-serv .item .butt1 {
    width: 260px;
	line-height: 35px;
	font-size: 15px;
    margin-bottom: 7px;
}

.comm-serv .link {
    font-size: 14px;
    line-height: 16px;
}

.comm-list .comm-list-wrap {
    margin: 20px 0px 0px 0px;
}

.comm-list .item {
    width: calc(50% - 5px);
    padding-top: 65px;
    margin-bottom: 20px;
    font-family: 'Gilroy-Regular';
    font-size: 14px;
    line-height: 20px;
}

.comm-list {
    padding: 35px 0px 15px 0px;
}

.comm-list .item .item-title {
    font-size: 14px;
    line-height: 20px;
}

.comm-result {
    padding: 35px 0px 35px 0px;
}

.comm-result-wrap .item .item-img:nth-of-type(1) {
    margin-bottom: 20px;
}

.comm-result-wrap {
    margin: 20px 0px 0px 0px;
}

.comm-list .item {
    background-size: 40px!important;
	padding-top: 55px!important;
}

.comm-list .item:nth-of-type(4) {
    background-size: 35px!important;
	padding-top: 55px!important;
}

.wall-gift .wall-gift-wrap {
    margin: 20px 0px 0px 0px;
}

.commun2 .wall-gift-wrap .item {
    width: calc(100% - 0px)!important;
}

}