body{
	background: #fff;
}

/* blog */

.blog{
	margin-top: 90px;
}
.blog__categories{
	margin-bottom: 40px;
}
.blog__list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.blog-card{
	max-width: calc(100%/3 - 20px);
	margin-bottom: 90px;
	cursor: pointer;
	background: #fff;
	border-radius: 10px;
	transition: opacity 0.25s ease-out;
}
.blog-card:hover{
	opacity: 0.85;
}
.blog-card:nth-child(3n - 1){
	margin-right:20px;
	margin-left:20px;
}
.blog-card__i{
	margin-bottom: 20px;
}
.blog-card__i img{
	width: 100%;
	border-radius: 5px;
}
.blog-card__data{
	font-size: 10px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	opacity: .5;
}
.blog-card__cat{
	text-transform: uppercase;
}
.blog-card__title{
	font-size: 20px;
	line-height: 1.35;
}
.blog-card__text{
	opacity: 0.9;
	margin-top: 8px;
	font-size: 14px;
}
.blog__btn{
	margin: 0 auto 110px;
	display: block;
	padding: 20px 60px;
	background: var(--accent);
	border-radius: 5px;
	border: none;
	font-weight: 600;
	color: #fff;
	transition: box-shadow 0.25s ease-out;
}
.blog__btn:hover{
	box-shadow: 0 1px 10px 1px rgba(0,0,0,.25)
}

/* cta */

.cta{
	margin-bottom: 20px;
}
.cta__wrap{
	padding: 25px 60px 30px; 
	color: #fff;
	border-radius: 10px;
	background: linear-gradient(86.15deg, #0363FE 0%, #5694F8 56.47%, #6E30F3 99.47%);
}
.cta__title{
	font-size: 48px;
	max-width: 800px;
}
.cta__totitle{
	font-size: 22px;
	line-height: 1.2;
	margin-bottom: 24px;
}
.cta__w{
	display: flex;
	margin-top: auto;
	justify-content: space-between;
}
.cta__text{
	padding-top: 10px;
}
.cta__btn-w{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.cta__btn{
	border: 1px solid rgba(255, 255, 255,.3);
	padding: 15px 25px;
	background: rgba(255, 255, 255,.2);
	border-radius: 5px;
	display: flex;
	align-items: center;
}
.cta__btn:first-of-type{
	margin-right: 20px;
}
.cta__whtsp a{
	color: #fff;
	display: flex;
	align-items: center;
}
.cta__email button{
	color: #fff;
	border: none;
	display: flex;
	align-items: center;
	background: transparent;
}
.cta__btn span{
	margin-right: 10px;
	background-size: cover;
	display: block;
}
.cta__whtsp span{
	width: 24px;
	height: 24px;
	background: url('../img/whatsapp.svg') no-repeat;
}
.cta__email span{
	width: 25px;
	height: 24px;
	background: url('../img/mail.svg') no-repeat;
}
.cta__phone{
	display: flex;
	align-items: center;
	border: none;
	background: transparent;
	color: #fff;
	font-size: 58px;
	line-height: 1.35;
	font-weight: 600;
	position: relative;
}
.cta__phone::before{
	content: '';
	background: url('../img/phone-wh.svg') no-repeat;
	background-size: cover;
	width: 44px;
	height: 45px;
	margin-right: 15px;
}
.cta__phone::after{
	content: 'Обратный звонок';
	font-size: 22px;
	font-weight: 400;
	position: absolute;
	left: 65px;
	border-bottom: 4px;
	border-bottom: 1px solid #fff;
	bottom: -26px;
}


@media (max-width: 1199.98px) {
	.cta__phone{
		font-size: 40px;
	}
	.cta__wrap{
		padding: 40px 40px;
	}
}
@media (max-width: 992px){
	.blog__list{
		flex-direction: column;
		align-items: center;
		width: 600px;
		margin: 0 auto;
	}
	.blog-card:nth-child(3n - 1) {
		margin: 0 0 60px;
	}
	.blog-card{
		margin-bottom: 60px;
		max-width: 100%;
	}
	.cta__title{
		text-align: center;
		margin-bottom: 30px;
	}
	.cta__btn-w{
		flex-direction: column;
		width: 250px;
		margin: 0 auto;
	}
	.cta__btn{
		width: 100%;
		justify-content: space-around;
	}
	.cta__whtsp{
		margin-bottom: 15px; 
	}
	.cta__call{
		display: flex;
		align-items: center;
		margin-bottom: 40px;
		font-size: 44px;
	}
	.cta__wrap{
		width: 600px;
		margin: 0 auto;
	}
	.cta__w{
		align-items: center;
		flex-direction: column-reverse;
	}
	.cta__phone{
		margin-bottom: 20px;
		font-size: 44px;
	}
	.cta__phone::before {
		width: 40px;
		height: 41px;
	}
	.cta__phone::after {
		left: 120px;
		bottom: -30px;
	}
	.cta{
		margin-bottom: 30px;
	}
	.cta__title{
		font-size: 42px;
	}
}
@media (max-width: 768px){
	.blog__list{
		width: 400px;
	}
	.cta__wrap{
		width: 100%;
	}
}
@media (max-width: 576px){
	.cta .container{
		padding: 0;
	}
	.cta__wrap{
		border-radius: 0;
	}
	.blog {
    margin-top: 60px;
	}
	.breadcrumbs {
    margin-top: 80px;
		margin-bottom: 5px;
	}
}
@media (max-width: 500px){
	.cta__phone {
		font-size: 32px;
	}
	.cta__phone::after {
		left: 64px;
		bottom: -30px;
	}
}
@media (max-width: 454px){
	.blog__list{
		width: 100%;
	}
	.cta__title {
    font-size: 20px;
	}
	.cta__wrap {
    padding: 40px 35px;
	}
	.cta__phone {
		font-size: 22px;
	}
	.cta__phone::before {
    width: 28px;
    height: 29px;
	}
	.cta__totitle{
		font-size: 18px;
	}
	.cta__phone::after {
		left: 52px;
		bottom: -30px;
		font-size: 18px;
	}
}