.arch{}
	.arch .breadcrumbs{
		position: relative;
	}
	.arch h1{
		font-size: 44px;
		color: #fff;
		background: #4F90F2;
		border-radius: 4px;
		padding: 0 10px;
		font-weight: bold;
		display: inline-block;
		margin: 0;
		line-height: 1;
		margin-top: 24px;
		margin-bottom: 30px
	}
	.arch-container {
		display: flex;
		justify-content: space-between;
		padding-bottom: 60px;
	}
		.arch-sidebar{
			width: calc(100% / 12 * 4 - 15px);
		}
			.arch-sidebar__guides{
				margin-bottom: 40px;
			}
				.arch-sidebar__item{
					border-radius: 10px;
					background-color:#fff;
					border: 1px solid #d3dde9;
					margin-bottom: 23px;
					padding: 15px 24px;
					display: block;
					transition: all 0.3s
				}
				.arch-sidebar__item .title{
					font-weight: bold;
					font-size: 24px;
					color: #1D1D1B;
					margin-bottom: 15px;
					line-height: 28px;
					transition: all 0.2s
				}
				.arch-sidebar__item .meta{
					font-size: 14px;
					color: #99a2ad
				}
				.arch-sidebar__item .meta span{
					display: inline-flex;
					align-items: center;
				}
				.arch-sidebar__item .meta span:after {
					content: '';
					width: 4px;
					height: 4px;
					border-radius: 50%;
					display: inline-block;
					background: #4F90F2;
					margin: 0 10px;
				}
				.arch-sidebar__item .meta span:last-child:after{
					display: none;
				}
				.arch-sidebar__item:hover{
					background:#e0e5ec
				}
				.arch-sidebar__item .title:hover{
					color: #4F90F2
				}
			.arch-sidebar__banner{
				background:#4F90F2;
				border-radius: 10px;
				height: 180px;
				padding: 24px;				
				padding-left: 40%;
				font-weight: bold;
				display: block;
				position: relative;
				transition: all 0.3s;
				margin-bottom: 40px;
			}
				.arch-sidebar__banner b{
					display: block;
					font-size: 28px;
					color: rgb(255, 255, 255);
					line-height: 1.2;
					margin-bottom: 18px;
				}
				.arch-sidebar__banner span{
					border-radius: 4px;
					background-color: rgb(255, 255, 255);
					color:#4F90F2;
					font-size: 20px;
					display: inline-block;
					padding: 7px 15px;
					padding-left: 30px;
					position: relative;
				}
				.arch-sidebar__banner span svg{
					height: 12px;
					vertical-align: middle;
					width: 12px;
					fill: #4F90F2;
					position: absolute;
					left: 10px;
					top: 50%;
					transform: translateY(-50%);
					transition: all 0.3s
				}
				.arch-sidebar__banner span:hover svg{
					left: 5px;
				}
				.arch-sidebar__banner:hover{
					background:#4F90F2
				}
				.arch-sidebar__banner img {
					max-width: 30%;
					position: absolute;
					left: 0;
					top: 50%;
					transform: translateY(-50%);
					margin-left: 24px;
					transition: all 0.3s
				}

		.arch-sidebar__title{
			text-align: center;
			border-bottom: 1px solid #d0dbe7;
			margin-bottom: 20px;
			transition: all 0.2s
		}
			.arch-sidebar__title span{
				font-weight: bold;
				font-size: 17px;
				color:#fff;
				display: inline-block;
				padding: 0 10px;
				border-radius: 4px 4px 0 0;
				color:#fff;
				background: #4F90F2
			}
		.arch-sidebar__form {
			position: sticky;
			top: 100px;
			margin-bottom: 24px
		}
			.arch-sidebar__form .arch-sidebar__title{
				margin-bottom: 0;
				border-bottom: 0
			}
			.arch-sidebar__form .box{
				background:#BBCBE3;
				padding: 30px;
				border-radius: 10px;
			}
			.box-title{
				font-weight: bold;
				font-size: 24px;
				color:#1D1D1B;
				display: block;
				text-align: center;
				margin-bottom: 25px;
				
			}
			.box-form .form-st .wpcf7-text, 
			.box-form .form-st .wpcf7-textarea, .wpcf7-select {
				background: #fff;
			}
			.box-form .form-st--item.button {
				text-align: center;
				padding-top: 10px;
			}
			
	.arch-main{
		position: relative;
		width: calc(100% / 12 * 8 - 15px);
	}

.arch-query{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}
	.arch-query__item{
		background: #EEEEEE;
		border-radius: 8px;
		overflow: hidden;
		display: flex;
		width: 100%;
		margin-bottom: 30px;
	}
			.arch-query__item .image{
				flex:  0 0 160px;
			}
				.arch-query__item .image img{
					height: 100%;
					object-fit: cover;
					width: 100%;
				}
			.arch-query__item .cart{
				padding: 30px 24px 24px 24px;
				position: relative;
				flex: 1;
				height: 160px;
				display: flex;
				flex-direction: column;
				justify-content: center;
				align-items: flex-start;
			}
			.arch-query__item .title{
				color: #1D1D1B;
				font-weight: bold;
				font-size: 24px;
				display: block;
				margin-bottom: 20px;
				line-height: 1.2;
				transition: all 0.2s
			}
			.arch-query__item .meta{
				font-size: 14px;
				color: #99a2ad
			}
			.arch-query__item .meta span{
				display: inline-flex;
				align-items: center;
			}
			.arch-query__item .meta span:after {
				content: '';
				width: 4px;
				height: 4px;
				border-radius: 50%;
				display: inline-block;
				background: #4F90F2;
				margin: 0 10px;
			}
			.arch-query__item .meta span:last-child:after{
				display: none;
			}
			.arch-query__item .cat{
				background: #4F90F2;
				color: #fff;
				font-size: 17px;
				font-weight: bold;
				padding: 3px 8px;
				border-radius: 4px;
				display: inline-block;
				margin-bottom: 20px
			}		
		.arch-query__item:hover{
			background: #e0e5ec
		}
		.arch-query__item .title:hover {
			color: #4F90F2
		}
	.arch-query__item.large{
		width: calc(50% - 15px);
		background: #EEEEEE;
		border-radius: 8px;
		overflow: hidden;
		display: block;
	}
			.arch-query__item.large .image{}
				.arch-query__item.large .image img{
					height: 300px;
					object-fit: cover;
					width: 100%;
				}
			.arch-query__item.large .cart{
				padding: 25px 24px 20px 24px;
			}
			.arch-query__item.large .title{

			}
			.arch-query__item.large .meta{

			}
			.arch-query__item.large .cat{
				position: absolute;
				top: 0;
				transform: translateY(-50%);
				margin-bottom: 0;
			}
.arch-carusel{}
	.arch-carusel .hrelationship-item {
		display: block;
		width: 100%;
	}
	.arch-carusel .slick-list.draggable {
		margin: 0 -15px;
	}			
	.arch-carusel .slick-slide{
		padding:   0 15px;
	}
	.arch-carusel__nav{
		display: flex;
		align-items: center;
	}
		.arch-carusel__nav .slick-arrow{
			background: #BBCBE3;
			height: 22px;
			width: 22px;
			display: inline-flex;
			align-items: center;
			justify-content: center;
			margin-right: 8px;
			border-radius: 50%;
			border: none;
			cursor: pointer;
		}
			.arch-carusel__nav .slick-arrow svg {
				fill: #1D1D1B;
				height: 9px;
			} 
			.arch-carusel__nav button.slick-next.slick-arrow {
				transform: rotate(180deg);
			}
		.arch-carusel__nav button.slick-arrow:hover{
			background:#4F90F2; 
		}
		.arch-carusel__nav button.slick-arrow:hover svg{
			fill:#fff
		}			
.hpages{
	padding-bottom: 110px;
    background: linear-gradient(#fff 70%, #f1f3f4);
}
	.hpages .section-title__head{
		border-top: none;
		padding-top: 0;
	}
	.hpages-list{
		display: flex;
		justify-content: space-between;
	}
		.hpages-item{
			border-radius: 8px;
			display: block;
			background: #4F90F2;
			width: calc(16.6666% - 20px);
			padding: 24px 15px;
			color: #1D1D1B;
			transition: all 0.3s;
		}
			.hpages-item img{
				height: 56px;
				margin-bottom: 20px;
			}
		.hpages-item .title{
			font-size:  20px;
			font-weight: bold;
			color:#1D1D1B
		}
		.hpages-item:hover{
			background:#f9eae5
		}

@media (max-width: 991.98px) {
	
}	
@media (max-width: 767.98px) {
	.arch-container{
		display: block;
	}
	.arch-basic{
		width: 100%;
		padding: 0;
		margin-bottom: 15px;
		background: #EEEEEE url('../img/main-bg-mobile.jpg') no-repeat top left
	}
		.arch-basic__advantages{
			display: block;
			padding: 20px;
			margin-top: 20px;
		}
		.arch-basic__advantages .item:before{
			height: 26px;
			width: 26px;
			background-size: 14px;
			margin-left: 14px
		}
		.arch-basic__advantages .item span br{
			display: none
		}
		.arch-basic__advantages .item {
			margin-bottom: 8px;
		}
		.arch-basic__advantages .item:last-child{
			margin-bottom: 0
		}
		.arch-basic__image{
			display: none;
		}
		.arch-basic__main{
			padding: 0 15px;
			padding-top: 245px;
		}
		.arch-basic__subtitle{
			margin-bottom:20px;
		}
		.arch-basic__title {
			font-size: 32px;
			line-height: 36px;
		}
		.arch-basic__typed{
			width: 160px;
			height:90px;
			font-size: 20px;
			padding: 0 5px;
			top: 30px;
			transform: none;
			right: 15px;
			left: inherit;
		}
	.arch-sidebar{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
		.arch-sidebar__banner {
			order: 1;
			margin-bottom: 50px;
			height: auto;
			padding: 20px;
			padding-left: 40%
		}
		.arch-sidebar__banner b {
			font-size: 22px;
			margin-bottom: 10px;
		}
		.arch-sidebar__banner span{
			font-size: 18px;
			padding: 6px 15px;
			padding-left: 30px;
		}
		.arch-sidebar__banner img{
			max-height: 90px;
			margin-left: 15px
		}
		.arch-sidebar__guides {
			order: 2;
		}
	.arch-container{
		padding-bottom: 40px;
	}
	.arch-sidebar__item{
		margin-bottom: 10px;
		padding: 20px 15px;
		padding-bottom: 12px
	}
		.arch-sidebar__item .title{
			font-size: 20px;
			line-height: 24px;
		}
	.section-title__head a{
		font-size: 14px;
	}
	.section-title__head span {
		font-size: 20px;
	}
	.hnews {
		margin-bottom: 26px;
	}
	.hrelationship-item{
		width: calc(50% - 6px);
	}
	.hrelationship-item:first-child{
		width: 100%;
		margin-bottom: 15px;
		text-align: center
	}
	.hrelationship-item .cat{
		display: none;
	}
	.hrelationship-item:first-child .cat{
		transform: translate(-50%, -50%);
		left: 50%;
		display: inline-block;
	}
	.hrelationship-item .image img,
	.arch-query__item .image img{
		height: 115px;
	}	
	.hnews-large{
		margin-bottom: 15px
	}
	.hnews-large__item{
		height: 100%;
	}
	.hnews-large__item .cart {
		padding: 30px 24px 24px 24px;
	}
	.arch-query__item.large{
		width: 100%;
		text-align: center;
	}
	.arch-query__item:not(.large){
		margin-bottom: 10px
	}
	.arch-query__item:not(.large)+.arch-query__item.large{
		margin-top: 14px;
	}
	.arch-query__item:not(.large) .cat,
	.arch-query__item:not(.large) .meta span:last-child,
	.arch-query__item:not(.large) .meta span:after{
		display: none;
	}
	.arch-query__item:not(.large) .image {
		flex: 0 0 100px;
	}
	.arch-query__item:not(.large) .image img{
		height: 100px
	}
	.arch-query__item.large .cart{
		display: block;
	}
	.arch-query__item.large .title{
		margin-bottom: 15px
	}
	.arch-query__item.large .cat{
		transform: translate(-50%,-50%);
		left: 50%;
		display: inline-block;
	}
	.arch-query__item.large .image img{
		height: 280px
	}
	.arch-query__item .image{
		width: 100%
	}
	.arch-query__item .cart{
		width: 100%;
		height: auto;
		padding: 15px;
	}
	
	.arch-main{
		width: 100%
	}
	.arch h1{
		font-size: 32px;
		position: relative;
		right: 50%;
		transform: translateX(50%);
	}
	.arch-sidebar__form{
		position: relative;
		top: 0
	}
	.hrelationship-item:first-child .image img,
	.hnews-large__item .image img{
		height: 288px;
	}
	.hrelationship-item .title,
	.arch-query__item .title{
		margin-bottom: 15px;
		font-size: 17px;
		line-height: 1;
		margin-bottom: 0;
	}
	.hrelationship-item:first-child  .title,
	.hnews-large__item .title{
		font-size: 24px;
		margin-bottom: 12px
	}
	.hrelationship-item .cart{
		padding: 15px;
	}
	.hrelationship-item:first-child .cart{
		padding-top: 30px
	}
	.hrelationship-item .meta{
		display: none;
	}
	.hrelationship-item:first-child .meta{
		display: block;
	}
	.hpages-list{
		flex-wrap: wrap
	}
	.hpages-item{
		width: calc(33.333% - 5px);
		margin-bottom: 10px;
		padding: 12px;
	}
	.hpages-item img {
		height: 40px;
		margin-bottom: 10px;
	}
	.hpages-item .title {
		font-size: 14px;
		line-height: 1.2;
		width: 110%
	}
	.hnews-list {
		flex-wrap: wrap;
		flex-direction: row-reverse;
	}
		.hnews-large{
			width: 100%
		}
		.hnews-mini{
			display: flex;
			width: 100%;
			justify-content: space-between;
		}
	.hpages {
		padding-bottom: 50px;
		border-bottom: 1px solid #e4eaf1;
	}	
}