.title-block {
	color: #545454;
	font-size: 28px;
	font-weight: 900;
	text-align: center;
	margin-bottom: 45px;
}

.title-block_h3 {
	font-size: 24px;
}

.title-block_h4 {

}

.hebergement-page .top-main {
	margin-bottom: 80px;
}

.hebergement-page .page-description {
    padding-bottom: 0;
}

.hebergement-page .page-description:after {
	display: none;
}


.accordeon {
	display: flex;
	align-items: center;
}

.accordeon__image {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex: 0 0 auto;
	box-sizing: border-box;
	max-width: 100%;
	width: 490px;
	padding: 95px 45px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 3px 5px 5px 0px rgba(170, 170, 170, 0.5);
	position: relative;
	margin-right: 50px;
	text-decoration: none;
}

.accordeon__image::before {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	right: -10px;
	top: 50%;
	background: #fff;
	box-shadow: 2px 4px 4px 0px rgba(170, 170, 170, 0.5);
	transform: translateY(-50%) rotate(315deg);
}

.accordeon__image-img {
	margin-right: 9%;
}

.accordeon__image img {
	display: block;
	max-width: 100%;
}

.accordeon__image_gray,
.accordeon__image_gray::before {
	background: #f2f6f9;
}

.accordeon__image-text {
	white-space: nowrap;	
	font-size: 1.8em;
	font-weight: 700;
	color: #545454;
}

.accordeon__image-price {
	position: relative;
}

.accordeon__image-num {
	color: #FF5A44;
	font-size: 310%;
	top: 2.2em;
}

.accordeon__image-name {
	font-size: 0.6em;
}

.accordeon__image-price sup {
	display: inline-block;
	font-weight: 900;
	top: 1.9em;
	vertical-align: top;
}

.accordeon__image-price sup span {
	color: #FF5A44;	
}

.accordeon__image-link {
	font-size: 0.6em;
	text-decoration: underline;
	font-weight: normal;
}

.accordeon__btn {
	width: 490px;
	max-width: 100%;
	display: flex;
	justify-content: center;
	padding: 30px 0;
}

.accordeon__list {
	padding-top: 20px;
}

.accordeon-item {
	margin-bottom: 5px;
}

.accordeon-item__title {
	display: flex;
	cursor: pointer;
	font-weight: bold;
}


.accordeon-item__title-icon {
	flex: 0 0 auto;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	background: #9a9a9a;
	margin-right: 15px;
	margin-top: 5px;
	position: relative;
}

.accordeon-item__title-icon::before,
.accordeon-item__title-icon::after {
	content: '';
	display: block;
	width: 8px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.accordeon-item__title-icon::after {
	width: 2px;
	height: 8px;
}

.accordeon-item__title-text {
	color: #555555;
	font-size: 14px;
	line-height: 2;
}

.accordeon-item__content {
	display: none;

	color: #555555;
	font-size: 14px;
	line-height: 2;
	padding-left: 30px;
}

.accordeon-item__content-inner {
	padding: 10px 0;
}

.accordeon__text {
	color: #555555;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
}

.accordeon__text p {
	margin-bottom: 0;
}

.accordeon__icon {
	flex: 0 0 auto;
	padding-left: 15px;
	margin-left: auto;
}

.accordeon-item.active .accordeon-item__title-icon {
	background: #e55e4c;
}

.accordeon-item.active .accordeon-item__title-icon::after {
	display: none;
}

.accordeon-item.active .accordeon-item__title-text {
	font-weight: 900;
}


.espaceweb {
	padding: 70px 0 80px;
	background: #f1f9f8;
}


.espaceweb .accordeon {
	align-items: flex-start;
}

.dbsql {
	padding: 75px 0 145px;
}

.emailblock {
	padding: 75px 0 145px;
	background: rgba(196, 221, 234, 0.66);
}

.serviceblock {
	padding: 75px 0;
	background: #ffffff;
}

.serviceblock__wrapper {
	box-sizing: border-box;
	max-width: 100%;
	width: 1030px;
}

.serviceblock__title {
	font-size: 32px;
	color: #444444;
}

.serviceblock__content {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.serviceblock__image {
	padding: 0 25px;
}

.serviceblock__info {
	width: 62%;
}

.serviceblock__info-title {
	color: #666666;
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 20px;
}
.serviceblock_features .serviceblock__info-title {
	color: #75a8d8;
}
.serviceblock_infrastructure .serviceblock__info-title {
	color: #c35a4b;
}

.serviceblock_anti-spam .serviceblock__info-title {
	color: #72b09c;
}

.serviceblock__info-text {
	color: #444444;
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 20px;
}

.serviceblock__info-link {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-style: Italic;
	color: #444444;
	text-decoration: none;

}

.serviceblock__info-link-image {
	width: 60px;
	position: relative;
	left: 0;
	transition: 0.3s;

}

.serviceblock__info-link:hover .serviceblock__info-link-image {
	left: 5px;
}

.serviceblock_infrastructure {
	background: #ecf0f1;
}

.characteristics {
	padding: 50px 0 90px;
	background: #f5f5f5;
}

.characteristics__image {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin-bottom: 45px;
}

.characteristics__title {
	color: #344d5c;
	font-size: 32px;
	line-height: 1.3;
	margin-bottom: 75px;
}

.characteristics-item {
	box-sizing: border-box;
	padding: 15px 25px;
	border-radius: 4px;
	background: #fff;
	box-shadow: 2px 3px 5px 0px rgba(131, 131, 131, 0.4);
	margin-bottom: 12px;
}

.characteristics-item__title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	color: #627f8f;
}


.characteristics-item__title-icon {
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
	margin-left: 15px;
	position: relative;
	transition: 0.3s;
}

.characteristics-item__title-icon::before,
.characteristics-item__title-icon::after {
	content: '';
	display: block;
	width: 20px;
	height: 2px;
	background: #627f8f;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.characteristics-item__title-icon::after {
	width: 2px;
	height: 20px;
}

.characteristics-item__content {
	display: none;
}

.characteristics-item__content-inner {
	color: #666666;
	font-size: 14px;
	line-height: 1.7;
	padding-top: 25px;
}

.characteristics-item.active .characteristics-item__title-icon {
	transform: rotate(45deg);
}

.characteristics-item.active .characteristics-item__title-text {
	color: #c35a4b;
}

.characteristics__info-link {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-style: Italic;
	color: #666666;
	text-decoration: none;

}

.characteristics__info-link-image {
	width: 60px;
	position: relative;
	left: 0;
	transition: 0.3s;

}

.characteristics__info-link:hover .characteristics__info-link-image {
	left: 5px;
}

.page-banner-wrapper {
	text-align: center;
}
.email-logo {
	margin: 0 auto 5px;
}



.adresses-page .page-description p {
	font-size: 24px;
	line-height: 1.3;
}
.top-main .page-description .link-holder {
	margin: 30px 0 40px;
}
.top-main .page-description .button-link {
	font-weight: 700;
	position: static;
	padding: 10px 55px 10px 110px;
	background: url(img/link-arrow-white.png) no-repeat center left 45px #df5a49;
}
.top-main .page-description .button-link:hover {
	background: url(img/link-arrow-white.png) no-repeat center left 55px #cd4f3f;
}



@media screen and (max-width: 1024px) {

	.hebergement-page .flex-column li,
	.hebergement-page .flex-table .flex-column p {
		height: 50px;
	}

	.accordeon {
		display: block;
	}

	.accordeon-item__title {
		margin-bottom: 10px;
	}

	.accordeon-item__title-text {
		line-height: 1.3;
	}

	.accordeon-item__title-icon {
		margin-top: 1px;
	}

	.accordeon__image {
		padding: 25px 15px;
		margin: 0 auto 25px;
	}

	.accordeon__image::before {
		right: auto;
		top: auto;
		left: 50%;
		bottom: -10px;
		transform: translateX(-50%) rotate(45deg);
	}

	.accordeon__icon {
		padding: 0;
		margin-top: 25px;
		display: flex;
		justify-content: center;
	}

	.accordeon__text {
		padding-top: 25px;
		text-align: center;
	}

	.espaceweb,
	.dbsql,
	.emailblock {
		padding: 10px 0 25px;
	}

	.title-block {
		font-size: 24px;
		margin-bottom: 25px;
	}

	.dbsql .accordeon__icon img {
		margin-left: -40px;
	}

	.emailblock .accordeon__icon img,
	.serviceblock_infrastructure .serviceblock__image img {
		margin-left: 43px;
	}


	.page-banner.adresses-page > h1 {
		font-size: 36px;			
	}

	.main.adresses-page {
		padding-top: 30px;
	}

	.serviceblock,
	.characteristics {
		padding: 25px 0;
	}

	.serviceblock__info-title {
		font-size: 20px;
	}

	.characteristics__title {
		font-size: 20px;
	}

	.characteristics-item__title {
		font-size: 14px;
	}


	.adresses-page {
		padding-top: 0;
  }

}

@media screen and (max-width: 767px) {
	.serviceblock__content {
		flex-direction: column;
	}

	.serviceblock__info {
		width: 100%;
	}

	.serviceblock__image {
		order: -1;
		margin: 0 auto 45px;
	}


	.adresses-page .page-description p {
		font-size: 18px;
  	}
	.adresses-page #offers {
		margin-bottom: 0;
	}
	.adresses-page #offers .tables-wrapper {
		margin-bottom: 0px;
	}
	.serviceblock_infrastructure .serviceblock__image img {
		margin-left: 0;
	}
	.serviceblock {
		padding: 35px 0;
  	}

}


@media screen and (max-width: 479px) {
	.accordeon__image-text {
		font-size: 1.4em;
	}

	.accordeon__image-num {
		font-size: 300%;
	}


}
