*{
	box-sizing: border-box;
}
.def_block{
	margin-bottom: 50px;
}
.logo_block{
	width: 100%;
	display: flex;
}
.logo_block_item{
	width: 16.66%;
	flex-shrink: 0;
	padding: 0 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.logo_block_item img{
	max-width: 120px;
	max-height: 60px;
}
.adv_block{
	width: 100%;
	display: flex;
}
.adv_block_left{
	width: 40%;
	padding-right: 15px;
}
.adv_block_left img{
	max-width: 80%;
	margin-top: -40px;
}
.adv_block_right{
	width: 60%;
	padding-left: 45px;
}
.adv_block_list{
	display: flex;
	flex-wrap: wrap;
}
.adv_block_item{
	width: 50%;
	padding: 0 15px;
	margin-bottom: 50px;
	display: flex;
}
.adv_block_item__img{
	width: 34px;
	flex-shrink: 0;
}
.adv_block_item__img img{
	width: 24px;
}
.adv_block_item__text{
	
}
.adv_block_item__text h4{
	margin: 0 0 15px;
}
.adv_block_item__text p{
	
}
.mon_block{

	display: flex;
	justify-content: space-between;
}
.mon_block_txt{
	width: 60%;
	display: flex;
	align-items: center;
}
.mon_block_img{
	width: 40%;
	flex-shrink: 0;
}
.mon_block_img img{
	max-width: 100%;
	max-height: 450px;
}
.mon_pdlf{
	padding-right: 50px;
}
.mon_pdrt{
	padding-left: 50px;
}
.board_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.board_list__item{
	width: 33%;
	max-width: 380px;
	margin: 0 15px 30px;
	padding: 50px 30px 30px;
	text-align: center;
}
.board_item__img{
	margin-bottom: 20px;
}
.board_item__img img{
	max-width: 100%;
}
a.board_item__title{
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
p.board_item__text{
	font-size: 16px;
	margin: 20px 0 0;
}
.tes_block{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tes_item{
	width: calc(33% - 40px);
	max-width: 400px;
	margin-bottom: 30px;
	display: flex;
}
.tes_item__img{
	width: 40px;
	flex-shrink: 0;
	margin-right: 15px;
}
.tes_item__img img{
	max-width: 100%;
}
.tes_item__img1{
	width: 140px;
	flex-shrink: 0;
	margin-right: 15px;
}
.tes_item__img1 img{
	max-width: 100%;
}
.tes_item__title{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.tes_item__text{
	font-size: 16px;
}
.acr_block__item{
	margin-bottom: 30px;
	border: 1px solid #C8C8C8;
}
.acr_item__head{
	padding: 30px 40px;
	position: relative;
	cursor: pointer;
}
.acr_item__title{
	display: flex;
	justify-content: space-between;
	padding-right: 60px;
}
.acr_item__title span{
	font-size: 18px;
	font-weight: bold;	
}
.acr_item__descr span{
	font-size: 15px;
	color: #999;
}
.acr_item__descr span.delimiter{
	padding: 0 10px;
}
.acr_item__plus{
	font-size: 20px;
	position: absolute;
	right: 35px;
	top: 25px;
	font-weight: bold;
}
.acr_item__content{
	height: 0;
	overflow: hidden;
	padding: 0 40px;
}
.acr_block__item.active .acr_item__content{
	height: auto;
	margin-bottom: 30px;
}
.trio_block{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.trio_block__item{
	width: 30%;
	max-width: 380px;
	margin-bottom: 30px;
	padding: 40px 20px;
	border: 1px solid #e0e0e0;
}
.trio_item__hd{
	text-align: center;
	font-weight: bold;
	margin-bottom: 50px;
}
.trio_item__img{
	text-align: center;
	margin-bottom: 20px;
}
.trio_item__img img{
	width: 150px;
	height: 150px;
}
.trio_item__str{
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}
.trio_item__str p{
	font-size: 18px;
	margin: 0;
}
.trio_item__str span{
	width: 30px;
	flex-shrink: 0;
	color: blue;
}
.trio_item__price{
	display: flex;
	justify-content: center;
	margin: 40px 0 15px;
}
.trio_item__price b{
	font-size: 80px;
	line-height: 1;
	color: #1089ff;
}
.trio_item__price span{
	font-size: 20px;
	color: #000;
	margin-top: 10px;
	line-height: 1;
	margin-right: 5px;
}
.trio_item__prdescr{
	text-align: center;
}
a.bt_select{
	display: block;
	text-align: center;
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
	width: 100%;
	text-decoration: none;
	padding: 15px 0;
	margin-top: 60px;
	border-radius: 7px;
}
a.bt_select1{
	display: block;
	text-align: center;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
	width: 100%;
	text-decoration: none;
	padding: 15px 0;
	margin-top: 60px;
	border-radius: 7px;
}
a.bt_select2{
	display: block;
	text-align: center;
	color: #fff;
	background-color: #D92424;
	border-color: #D92424;
	width: 100%;
	text-decoration: none;
	padding: 15px 0;
	margin-top: 60px;
	border-radius: 7px;
}

@media (max-width: 1220px){
	.nav__menu-hidden .tes_item {
		width: 100%;
	}	
	
}

@media (max-width: 768px){
	.logo_block{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.logo_block_item{
		width: 50%;
		margin-bottom: 20px;
	}
	.adv_block_left{
		display: none;
	}
	.adv_block_right{
		width: 100%;
		padding-left: 0;
	}
	.adv_block_item{
		width: 100%;
		padding: 0;
	}
	.mon_block{
		flex-wrap: wrap;
	}
	.mon_block_img{
		width: 100%;
		margin-bottom: 30px;
	}
	.mon_block_txt{
		width: 100%;
		justify-content: center;
	}
	.mon_pdlf, .mon_pdrt{
		padding-right: 0;
	}
	.fl_ord2{
		order: 2;
	}
	.board_list__item {
		width: 100%;
		margin: 0 0 20px;
	}
	.tes_block {
		justify-content: center;
	}
	.tes_item {
		width: 100%;
	}
	.trio_block {
		justify-content: center;
	}
	.trio_block__item{
		width: 100%;
	}
}
.service_block{
	max-width: 1470px;
	margin: 0 auto 50px;
}
.service_title__block{
	width: 50%;
	padding-right: 45px;
	margin-bottom: 25px;
}
.service_title__hd{
	font-size: 50px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 25px
}
.service_content__block{
	display: flex;
}
.service_title__text{
	font-size: 14px;
}
.service_block__item{
	width: 25%;
	padding: 0 12px;
}
.service_item__content{
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
}
.service_item__content.bg, .service_item__two{
	background: #fff;
}
.service_item__one, .service_item__two{
	padding: 20px;
}
.service_item__img{
	margin-bottom: 36px;
}
.service_item__img img{
	max-height: 64px;
}
.service_item__title{
	font-weight: bold;
	font-size: 30px;
	line-height: 1;
	margin-bottom: 15px;
}
.service_item__descr{
	font-size: 14px;
	margin-bottom: 50px;
}
.service_bot__price{
	margin-bottom: 50px;
}
.service_price__old{
	text-decoration: line-through;
	font-size: 16px;
	margin-bottom: 10px;
}
.service_price__cur{
	font-size: 20px;
	font-weight: bold;
	color: blue;
}
.service_bot__link{
	
}
.service_bot__link a{
	display: flex;
	width: 80px;
	height: 42px;
	border: 1px solid blue;
	border-radius: 20px;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	text-decoration: none;
}
.service_item__two .service_item__bot{
	
}
.service_item__two{
	margin-bottom: 24px;
}
.service_block__item .service_item__two:last-child{
	margin-bottom: 0;
}
.service_block__item.mrgt-120{
	margin-top: -120px;
}
.service_block__item.mrgt-120 .service_item__content{
	height: calc(100% - 100px);
	justify-content: unset;
}
.service_block__item.mrgt-120 .service_item__content.bg_blue{
	background: #0273e0;
	color: #fff;
	margin-bottom: 10px;
	height: calc(100% - 120px);
	justify-content: center;
}
.view_all a{
	text-decoration: none;
}
.service_item__two .service_item__img, .service_item__two .service_item__descr{
	margin-bottom: 12px;
}
.service_item__two .service_item__title{
	font-size: 26px;
	margin-bottom: 12px;
}
.service_item__two .service_bot__price{
	margin-bottom: 0;
}
.service_item__two .service_price__old{
	margin-bottom: 6px;
}
.service_item__two .service_item__bot{
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}
.service_item__two .service_bot__link a{
	height: 36px;
	width: 66px;
	border-radius: 18px;
}

/* Второй блок */
.shopdescr_block{

}
.sd_block__content{
	max-width: 1470px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	
}
.sd_col1, .sd_col3{
	width: 25%;
	z-index: 2;
}
.sd_col2{
	width: 50%;
	text-align: center;
}
.sd_col2 img{
	max-width: 100%;
	z-index: 1;
}
.sd_block__title{
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 24px;
	width: 500px;
}
.sd_block__descr{
	margin-bottom: 24px;
}
.sd_block__list li{
	margin-bottom: 12px;
}
a.bt_link{
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	padding: 10px 20px;
	border-radius: 20px;
	color: #fff;
	background: #0273e0;
}
.sd_block__mobimg{
	display: none;
}


@media (max-width:1200px){
	.service_block {
		max-width: 1000px;
	}
	.service_content__block {
		flex-wrap: wrap;
	}
	.service_block__item {
		width: 50%;
		padding: 0 6px;
		margin-bottom: 12px;
	}
	.service_title__block {
	  width: 100%;
	  padding-right: 0;
	  margin-bottom: 25px;
	  padding-left: 6px;
	}
	.service_block__item.mrgt-120 {
		margin-top: 0;
	}
	.service_item__two {
		margin-bottom: 12px;
	}
	.service_item__two .service_item__descr{
		display: none;
	}
	.service_block__item.mrgt-120 .service_item__content.bg_blue {
	  margin-bottom: 0;
	  height: 100%;
	}
	.view_all{
		display: none;
	}
	.service_item__img {
		margin-bottom: 20px;
	}
	.service_item__descr {
		margin-bottom: 20px;
	}
	.service_bot__price {
		margin-bottom: 20px;
	}
}
@media (max-width:760px){
	.service_block {
		max-width: 460px;
	}
	.service_block__item {
		width: 100%;
	}
	
}

/* Второй блок */
@media (max-width:1250px){
	.sd_block__content{
		max-width: 960px;
	}
	.sd_col3{
		display: none;
	}
	.sd_col1{
		width: 40%;
	}
	.sd_col3{
		width: 60%;
	}
	.sd_block__title {
		font-size: 36px;
	}
}
@media (max-width:1000px){
	.sd_block__content{
		max-width: 700px;
	}
	.sd_col1{
		width: 50%;
	}
	.sd_col3{
		width: 50%;
	}
}
@media (max-width:700px){
	.sd_block__content{
		display: block;
		max-width: 440px;
		padding: 6px;
	}
	.sd_col1{
		width: 100%;
	}
	.sd_block__title {
		font-size: 30px;
		width: 60%;
	}
	.sd_col2{
		display: none;
	}
	.sd_block__hd{
		display: flex;
		align-items: center;
	}
	.sd_block__title{
		width: 60%;
		margin: 0;
	}
	.sd_block__mobimg{
		width: 40%;
		display: block;
	}
	.sd_block__mobimg img{
		max-width: 100%;
	}
}