/*Баннер*/
.main-banner{
	padding: 50px 0;
	background: rgb(233,239,255);
	background: linear-gradient(63deg, rgba(233,239,255,1) 0%, rgba(224,232,254,1) 100%);
}

.main-banner-title{
	font-family: Open Sans;
	font-weight: 700;
	font-size: 40px;
	color: #030711;
	margin: 0;
	padding: 0;
	line-height: normal;
}

.main-banner-desc{
	font-family: Open Sans;
	font-weight: 400;
	font-size: 18px;
	color: #030711;
	margin: 30px 0 0 0;
	padding: 0;
	line-height: normal;
}

.main-banner-btn{
	margin: 80px 0 0 0;
}

.main-banner-img{
	width: 100%;
}

.btn-banner{
	background-color: #274695;
	color: #fff;
	padding: 15px 35px;
	font-family: Open Sans;
	font-weight: 400;
	font-size: 16px;
	border-radius: 30px;
}

.btn-banner:hover{
	background-color: #274695;
	color: #fff;
	text-decoration: none;
	box-shadow: 0px 10px 15px rgb(0 0 0 / 15%);
}

/*Услуги*/
.service{
	background-color: #f2f5fa;
	padding: 120px 0 0 0;
}

.title-text{
	font-family: Open Sans;
	font-weight: 700;
	font-size: 40px;
	color: #030711;
}

.service-title{
	padding: 0;
	margin: 0 0 30px 0;
}

.service-card{
	position: relative;
    -ms-flex: 0 1 calc(25% - 8px);
    flex: 0 1 calc(25% - 8px);
	margin: 0 0 30px 0;
}

.service-card-text{
	position: absolute;
    bottom: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    width: 100%;
    background: rgba(0,0,0,.6);
    color: #fff;
    font-family: Open Sans;
	font-weight: 700;
	font-size: 16px;
    line-height: 17px;
    text-align: right;
    padding: 10px 15px 10px 10px;
}

/*Популярные товары*/
.popular-products{
	padding: 120px 0 0 0;
	background-color: #f2f5fa;
}

.popular-products-title{
	padding: 0;
	margin: 0 0 30px 0;
}

.product-card{
	position: relative;
	width: 100%;
	background-color: #fff;
	border: 1px solid #d0d2d6;
	border-radius: 10px;
	padding: 20px 30px;
	transition: box-shadow .24s ease;
}

.product-card:hover{
	box-shadow: 10px 10px 30px rgba(99,118,192,.3);
	transition: box-shadow .24s ease;
}

.product-card-present{
	font-family: Open Sans;
	font-weight: 400;
	font-size: 16px;
	color: #27898e;
	margin: 0;
	padding: 0;
}

.product-card-img{
	max-width: 135px;
	max-height: 135px;
    display: block;
    margin: 20px auto;
}

.product-card-name{
	font-family: Open Sans;
	font-weight: 400;
	font-size: 14px;
	color: #030711;
	line-height: normal;
}

.product-card-name-container{
	height: 70px;
}

.product-card-name:hover{
	color: #274695;
	text-decoration: none;
}

.product-card-price-container{
	margin: 20px 0;
}

.product-card-price{
	font-family: Open Sans;
	font-weight: 700;
	font-size: 25px;
	color: #030711;
	line-height: normal;
}

.product-card-btn{
	position: absolute;
    bottom: -25px;
    left: 50%;
    display: block;
    width: 170px;
    height: 45px;
    transform: translateX(-50%);
    background: #274695;
    box-shadow: 10px 10px 30px rgba(99,118,192,.3);
    border-radius: 100px;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border: none;
	font-family: Open Sans;
	font-weight: 400;
	font-size: 16px;
}

.product-card-btn:hover{
	text-decoration: none;
	color: #fff;
}

/*Магазин*/
.shop{
	padding: 120px 0 0 0;
	background-color: #f2f5fa;
}

.shop-banner{
	flex-direction: row;
	padding: 30px;
	border-radius: 10px;
	background: #274695;
	background-size: 60px;
}

.shop-banner-text{
	font-family: Open Sans;
	font-weight: 700;
	font-size: 25px;
	color: #fff;
}

.shop-banner-btn-container{
	margin: 20px 0 0 0;
}

.shop-banner-btn{
	display: inline-block;
	font-family: Open Sans;
	font-weight: 400;
	font-size: 16px;
	color: #030711; 
	padding: 15px 35px;
	border-radius: 30px;
	background-color: #F49B00;
}

.shop-banner-btn:hover{
	text-decoration: none;
	background-color: #F49B00;
	color: #ffffff;
	box-shadow: 0px 10px 15px rgb(0 0 0 / 15%);
}

/*Преимущества*/

.advantages{
	padding: 120px 0 0 0;
	background-color: #f2f5fa;
}

.advantages-title{
	padding: 0;
	margin: 0 0 30px 0;
}

.advantages-title-text{
	font-family: Open Sans;
	font-weight: 700;
	font-size: 40px;
	color: #030711;
}

.advantage-item{
	max-width: 100%;
    height: 270px;
	background: #fff;
    padding: 35px;
    border: 1px solid #d0d2d6;
	border-radius: 10px;
    transition: box-shadow .24s ease;
}

.advantage-item:hover{
	box-shadow: 10px 10px 30px rgba(99,118,192,.3);
	transition: box-shadow .24s ease;
}

.advantage-item-img-container{
	margin: 0 0 20px 0;
}

.advantage-item-img{
	width: 100px;
    margin-bottom: 0;
}

.advantage-item-text{
	font-family: Open Sans;
	font-weight: 400;
	font-size: 14px;
	color: #777777;
	line-height: normal;
}

.advantage-about{
	display: flex;
	font-family: Open Sans;
	font-weight: 700;
	font-size: 16px;
	float: right;
	margin: 30px 0 0 0;
	color: #274695;
}

.advantage-about:hover{
	text-decoration: none;
}

.advantage-about:after{
	content: "";
    position: relative;
    flex: 0 0 auto;
    display: block;
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 0 0 0 10px;
    background-color: #274695;
    transition: background-color .24s ease;
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNS4zNDMgNC45MjhsNi4zNjQgNi4zNjRhMSAxIDAgMDEwIDEuNDE0bC02LjM2NCA2LjM2NGExIDEgMCAwMS0xLjQxNC0xLjQxNGw0LjY1Ny00LjY1N0gxdi0yaDE3LjU4NmwtNC42NTctNC42NTdhMSAxIDAgMDExLjQxNC0xLjQxNHoiIGZpbGw9IiMwMDAiLz48L3N2Zz4=);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNS4zNDMgNC45MjhsNi4zNjQgNi4zNjRhMSAxIDAgMDEwIDEuNDE0bC02LjM2NCA2LjM2NGExIDEgMCAwMS0xLjQxNC0xLjQxNGw0LjY1Ny00LjY1N0gxdi0yaDE3LjU4NmwtNC42NTctNC42NTdhMSAxIDAgMDExLjQxNC0xLjQxNHoiIGZpbGw9IiMwMDAiLz48L3N2Zz4=);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

/*Фото с объектов*/
.photos{
	padding: 120px 0 0 0;
	background-color: #f2f5fa;
}


/*Обратная связь*/
.feedback{
	padding: 60px 0 60px 0;
	background-color: #f2f5fa;
}

.feedback-banner{
	flex-direction: row;
	padding: 30px;
	border-radius: 10px;
	background: #274695;
	background-size: 60px;
}

.feedback-banner-caption{
	font-family: Open Sans;
	font-weight: 700;
	font-size: 25px;
	color: #fff;
}

.feedback-banner-text{
	font-family: Open Sans;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
}

.feedback-banner-btn{
	display: inline-block;
	font-family: Open Sans;
	font-weight: 400;
	font-size: 16px;
	color: #030711; 
	padding: 15px 35px;
	border-radius: 30px;
	background-color: #F49B00;
}

.feedback-banner-btn:hover{
	text-decoration: none;
	background-color: #F49B00;
	color: #ffffff;
	box-shadow: 0px 10px 15px rgb(0 0 0 / 15%);
}