*{
	box-sizing: border-box;
}

body {
	font-family: 'Noto Sans', sans-serif;
	background: #f5b9f3;
	font-size: 16px;
	line-height: 23px;
	color: #303030;
	margin: 0;	
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 50;
}
h3 {
	font-size: 184px;
}
h1 {
	font-weight: 700;
    font-size: 84px;
    line-height: 87px;
    color: #fb021f;	
}
h2 {
    font-size: 62px;
    line-height: 57px;
    color: #0a1aef;	
}


button {
	background: transparent;
	outline: none;
	border: none;
	cursor: pointer;
}

address {
	font-style: normal;
}

a {
	color: #000000;
	text-decoration: none;
}

.section {
	margin-top: 150px;
}

.title  {
	font-weight: 700;
	font-size: 24px;
	line-height: 33px;
	color: #868585;
}
.title_black {
	color: #000000
}

.wrapper {
	max-width: 1230px;
	padding: 0px 15px;
	margin: 0px auto;
}

.logo {
	height: 51px;
}

.btn{
	font-family: 'Noto Sans', sans-serif;
	font-size: 38px;
	line-height: 55px;
	color: #0c4602;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border: 3px solid #460244;
	padding: 19px 32px;
	border-radius: 50px;
	transition: all 0.3s;
	margin-top: 50px;
}
.btn:hover {
	background-color: #ffffff;
	color: #303030;
	transition: all 0,3s;
}

.field {
	font-family: "Noto Sans", sans-serif;
	width: 100%;
	background: transparent;
	outline: none;
	border: none;
	border-bottom: 1px solid #000000;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	padding: 0px 0px 11px;
	color: #000000;
}

.header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100;
    padding-top: 70px;
    text-align: center;	
}

.warning {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999;
	display: none;
	justify-content: center;
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
	background-color: green;
}

.warning--active {
	display: flex;
}

.warning__text {
	margin-right: 30px;
}

.warning__read {
	display: block;
	margin-left: 15px;
}



/*========================================promo=========================================*/


.promo {
	width: 100%;
	height: 100vh;
	background-image: url(../img/promo/linen_1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000000;
	text-align: center;
}
.promo__caption {
	font-size: 38px;
	line-height: 45px;
	color: #500451;
}
.promo__subtitle {
	margin-bottom: 50px;
}
.promo__social {
	position: absolute;
	width: 100%;
	bottom: 32px;
	left: 0px;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}
.promo__social-link {
	display: inline-block;
	transition: transform .3s;
}
.promo__social-link:hover {
	transform: scale(2.1);
	transition: transform 0.3s;
}



/*=====================================services=========================================*/

.services__row {
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.services__coll {
	width: 46%;
}
.services__img {
	width: 100%;
	height: 100;
}
.services__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.services__caption {
	font-weight: 700;
	font-size: 18px;
	line-height: 25px;
	color: #303030;
	margin-bottom: 15px;
}
.services__item + .services__item {
	margin-top: 50px;
}

/*=====================================info=========================================*/
.info {
	background-image: url(../img/info/linen_3.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 128px;
	padding-bottom: 144px;	
}
.info__title {
	text-align: center;
	font-weight: 600;
	color: #f7fa03;
}

/*==================================== steps ==========================================*/
.steps__row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.steps__coll {
    width: 46;	
}
.steps__img {
	width: 100%;
	height: 100%;
}
.steps__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.steps__caption {
	font-weight: 700;
	font-size: 18px;
	line-height: 25px;
	color: #303030;
	margin-bottom: 2px;
}
.steps__item + .steps__item {
	margin-top: 30px;
}
.steps__title {
	max-width: 250px;
	margin-bottom: 27px;
}
.steps__number {
	color: #868585;
	margin-bottom: 11px;
}

/*============================================ container =========================================*/

.container {
	background-image: url(../img/container/linen_5.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 65px;
	padding-bottom: 65px;
	color: #000000;
}
.container .title {
	margin-bottom: 60px;
}
.container__body {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.container__coll {
	width: 46%;
}

/*============================================== order ============================================*/

.order__field {
	margin-bottom: 60px;
}

/*============================================ contacts ===========================================*/

.contacts__items {
	font-size: 18px;
	line-height: 25px;
}
.contacts__item + .contacts__item {
	margin-top: 30px;
}
.contacts__tel {
	display: block;
	color: #000000;
	transition: opacity 0.3s;
}
.contacts__tel:hover {
	opacity: 0.6;
	transition: opacity 0.3s;
}

/*============================================== footer =====================================*/

.footer__wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 15px;
}
.footer__link {
	display: block;
	color: #000000;
	transition: opacity 0.3s;
}
.footer__link:hover {
	opacity: 0.6;
	transition: opacity 0.3s;
}


@media (max-width: 1230px) {
	h1 {
		font-size: 58px;
		line-height: 72px;
	}
	h2 {
		font-size: 34px;
		line-height: 42px;
	}
	.section {
		margin-top :100px;
	}
	.btn {
		font-size: 16px;
		line-height: 24px;
		padding: 12px 32px;
	}
	
	/*========================================== header ===================================*/
	.header {
		padding-top: 24px;
	}
	/*========================================== promo =====================================*/
	.promo__subtitle {
		margin-bottom: 30px;
		margin-top: 5px;
	}
	/*======================================== services ====================================*/
	.services__row {
		margin-top: 40px;
	}
	.services__coll {
		width: 48%;
	}
	.services__caption {
		margin-bottom: 10px;
	}
	/*========================================= info =======================================*/
	.info {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	/*========================================= steps ======================================*/
	.steps__coll {
		width: 48%;
	}
	.steps__title {
		max-width: 100%;
		margin-bottom: 20px;
	}
	.steps__number {
		color: #868585;
		margin-botom: 5px;
	}
	/*========================================== container =================================*/
	.container {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.container__coll {
		width: 48%;
	}
	.contacts__item {
		font-size: 16px;
		line-height: 24px;
	}
	.contacts__item + .contacts__item {
		margin-top: 24px;
	}
}
@media (max-width: 1010px) {
	h1 {
		font-size: 48px;
		line-height: 54px;
	}
	h2 {
		font-size: 28px;
		line-height: 32px;
	}
	.section {
		margin-top :80px;
	}
	/*========================================== services ===================================*/
	.services__row {
		margin-top: 24px;
	}
	.services__coll {
		width: 100%;
	}
	.services__coll + .services__coll {
		margin-top: 24px;
	}
	.services__img {
		width: calc(100% + 30px);
		margin-left: -15px;
	}
	/*========================================== info =======================================*/
	.info {
		display: none;
	}
	/*========================================== steps ======================================*/
	.steps__call {
		width: 100%;
	}
	.steps__item + .steps__item {
		margin-top: 24px;
	}
	.steps__coll + .steps__coll {
		margin-top: 24px;
	}
	.steps__img {
		width: calc(100% + 30px);
		margin-left: -15px;
	}
	/*========================================== container ==================================*/
	.container {
		margin-top: 0px;
	}
	.container .title {
		margin-bottom: 24px;
	}
	.container__coll {
		width: 100%;
	}
	.container__coll + .container__coll {
		margin-top: 24px;
	}
	/*========================================== order =====================================*/
	.order__field {
	    margin-bottom: 24px;
	}
	/*========================================== footer ====================================*/
	.footer {
		margin-top: 45px;
	}	
}
@media (max-width: 760px) {
	h1 {
		font-size: 34px;
		line-height: 1.1;
	}
	h2 {
		font-size: 22px;
		line-height: 1;
	}
	.section {
		margin-top: 60px;
	}
	/*========================================= promo =======================================*/
	.promo__caption {
	    font-size: 16px;
	    line-height: 24px;
	    margin-bottom: 10px;
    }
    .promo__subtitle {
	    margin-bottom: 24px;
		margin-top: 15px;
    }
	/*======================================== services ====================================*/
	.services__caption {
		font-size: 16px;
		line-height: 22px;
	}
	/*======================================= container ====================================*/
	.container {
		margin-top: 0px;
	}
	
}

