* {
	border: none;
	margin: 0;
	outline: none;
	padding: 0;
	text-decoration: none;
}

html, body {
	background-color: #FCFBF1;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	width: 100%;
	min-height: 100%;
	min-width: 320px;
}

header {
	background: url(./bg.jpg) no-repeat center top transparent;
	background-size: cover;
	color: #fff;
	text-align: center;
	width: 100%;
}

nav {
	display: flex;
	justify-content: space-around;
    padding: 101px 0 91px;
	margin: 0 auto;
    max-width: 635px;
	text-transform: uppercase;
}

.nav-ele {
	border-bottom: 1px solid transparent;
	color: #fff;
}
.nav-ele:hover {
	border-bottom: 1px solid #FFB302;
}

.header__title {
	font-family: 'Roboto Slab', sans-serif;
	font-size: 50px;
	text-transform: uppercase;
}

.header__subtitle {
	font-size: 26px;
	margin-top: 21px;
    font-weight: 400;
}

.header__button,
.section__button {
	background-color: #DD6655;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 28px;
    font-weight: 400;
	margin: 70px auto 134px;
    padding: 14px 43px;
}

.header__button:hover,
.section__button:hover {
	background-color: #E56F63;
}

.header__button2,
.section__button2 {
	background-color: #1d84a2;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 28px;
    font-weight: 400;
	margin: 70px auto 134px;
    padding: 14px 43px;
}

.header__button2:hover,
.section__button2:hover {
	background-color: #1f8fb1;
}

.subheader {
	background-color: #6A9EB2;
	color: #fff;
	font-size: 16px;
	text-align: center;
    padding: 28px 13px 30px;
}

.subheader_servers {
	font-size: 26px;
}

.subheader_bitrix {
    padding: 35px;
}
.bitrix,
.vds {
	display: flex;
    flex-wrap: wrap;
	text-align: left;
	margin: 0 auto;
	max-width: 826px;
}
.bitrix-title {
	font-size: 50px;
	font-weight: bold;
	font-family: 'Roboto Slab';
    line-height: 1;
    margin-right: 29px;
	text-transform: uppercase;
}
.bitrix__text {
	font-size: 14px;
    line-height: 1.4;
}
.bitrix__button {
	border-radius: 4px;
	border: 1px solid #fff;
	color: #fff;
    display: inline-block;
	font-size: 18px;
    margin-top: 17px;
    padding: 9px 29px;
    transition: 0.5s backgroun, color;
}
.bitrix__button:hover {
	background-color: #fff;
	color: #6A9EB2;
}
.subheader_vds {
    padding: 22px 13px 30px;
}
.vds {
    max-width: 753px;
    justify-content: space-between;
}

.vds-ele__title {
	font-size: 21px;
	font-weight: medium;
	text-transform: uppercase;
}
.vds-ele__text {
	font-size: 14px;
	margin-top: 3px;
}
section {
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
}
.section__title {
	font-family: 'Roboto Slab';
	font-weight: bold;
	font-size: 32px;
    margin-top: 57px;
	text-transform: uppercase;
}

.section__list {
	display: flex;
	align-content: center;
	flex-wrap:wrap;
    margin-top: 10px;
	justify-content: center;
}
.pros {
    padding: 27px 33px 5px;
}

.pros__text {
	font-size: 16px;
    margin-top: 11px;
}
.section__button {
    margin: 44px auto 58px;
}
footer {
	background-color: #4D3C3B;
    padding: 30px 15px 31px;
	text-align: center;
}
.footer__list {
	font-size: 14px;
	max-width: 840px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.footer-list__ele {
	color: #D8D1C5;
	border-bottom: 1px solid transparent;
}
.footer-list__ele:hover {
	border-bottom: 1px solid rgba(216, 209, 197, .5);
}
.footer-list__ele:hover {
	color: #D8D1C5;
}
.footer__copyrights {
	color: #a4816F;
	font-size: 12px;
	margin-top: 31px;
}
.menu {
	display: none;
}
@media screen and (max-width: 760px) {
	.top {
		display: flex;
	    padding: 39px 15px 33px;
 		position: absolute;
	}
	nav {
 		flex-wrap: wrap;
	}
	.nav_mobile {
		display: none;
	    padding: 0;
	    flex-wrap: wrap;
	    justify-content: left;
    	align-items: center;
	}
	.nav_mobile_isOpened {
		display: flex;
	}
	.nav-ele {
	    font-size: 11px;
    	padding: 0 5px;
    	margin-right: 5px;
	}
	.header__title {
	    line-height: 1.25;
    	font-size: 38px;
    	padding: 101px 5px 0;
    	white-space: nowrap;
	}
	.header__subtitle {
	    font-size: 16px;
	    margin-top: 10px;
	    padding: 0 15px;
	}
	.header__button,
	.section__button {
    	font-size: 24px;
	    margin: 48px auto 71px;
    	padding: 11px 25px;
	}
	.section__button {
	    margin: 17px auto 44px;
	}
	section {
		padding: 0 15px;
	}
	.subheader {
		font-size: 14px;
		text-align: left;
		padding: 14px 13px 17px;
	}
	.subheader br,
	.header__subtitle br {
		display: none;
	}
	.section__list {
    	justify-content: space-around;
    	padding: 0 15px;
	}
	.section__title {
		font-style: 26px;
		margin-top: 33px;
	}
	.pros {
	    padding: 15px 0 20px;
	    width: 49%;
	}
	.pros__text {
		font-size: 14px;
	}
	.footer__list {
    	flex-wrap: wrap;
	}
	.footer-list__ele {
		width: 49%;
   		margin-bottom: 5px;
		text-align: left;
	}
	footer {
		padding: 19px 15px 31px
	}
	.footer__copyrights {
		text-align: left;
	}


	.subheader_bitrix {
		padding: 25px 13px;
	}
	.vds__ele:first-child {
		margin-bottom: 15px;
	}
	.vds-ele__title {
		font-size: 18px;
	}
	.bitrix-title {
		font-size: 36px;
	}
	.bitrix__button {
    	margin-top: 13px;
	}
	.bitrix__text {
		margin-top: 7px;
	}

	.menu {
		background: url(./icons/menu.svg) no-repeat transparent center;
		display: block;
	    width: 37px;
	    height: 37px;
    	margin-right: 13px;
	}
	.menu_isOpened {
		background: url(./icons/close.svg) no-repeat transparent center;
	}
}
