#desctop-header .bottom{
	background: transparent;
	color: white;
}
#desctop-header .bottom button{
	color: white;
	border: 2px solid white;
}
#desctop-header .logo path{
	fill: white;
	stroke: white;
}
#desctop-header .bottom>.container {
    border-bottom: 2px solid  hsla(0, 0%, 100%, 0.5);
    padding-bottom: 1rem;
}
#desctop-header .sub-menu>.menu-item{
	color: var(--blue);
}
h2{
	text-align: center;
}
#top{
	height: 70vh;
	min-height: 300px;
	display: grid;
	grid-template-rows: 70vh;
	margin-bottom: -1px;
	position: relative;
	    z-index: -1;
}
#top:before{
	content: '';
	/*background: rgba(0,0,0,.1);*/
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
}
#top>*{
	grid-area: 1/1;
	z-index: 1;
}
#top>video{
	object-fit: cover;
	height: 100%;
	width: 100%;
	z-index: -2;
}
#top .title{
	align-self: center;
	justify-self: flex-start;
	color: white;
	text-align: left;
    font-size: clamp(1.5rem, calc(3vw + 1rem), 5rem);
	text-transform: inherit;
}

#categories{
	background: #214d75;
	color: white;
}
#categories .container{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
#categories img{
	width: 120px;
	height: 120px;
	margin-top: 15px;
	object-fit: contain;
}
#categories p {
	margin-left: 15px;
	margin-right: 15px;
}
.cat{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	text-transform: uppercase;
}
.cat:hover{
	background: white;
	color: var(--blue);
}
.cat img{
	filter: saturate(0) brightness(6);
}
.cat:hover img{
	filter: none;
}
#at{
	display: grid;
	grid-gap: 1rem;
}
#advantages{
	background: #eee;
	display: flex;
	padding: 2rem 0;
	margin-top: 2rem;
}
#advantages h2{
	margin-top: 0;
}
.advantage{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-template-rows: 400px;
	grid-template-areas: 'img txt';
	align-items: center;
	grid-gap: 1rem;
}
.advantage:nth-child(2n){
	grid-template-areas: 'txt img';
}
.advantage img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	grid-area: img;
}


.txt-wrapper{
	height: 400px;
	display: flex;
	align-items: center;
	grid-area: txt;
}
#advantages .adv-wrapper{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 2rem;
}
#advantages .adv-item{
	text-align: center;
}
#advantages .num{
	font-size: clamp(2rem, calc(1rem + 2vw), 4rem);
	color: var(--blue);
	font-weight: bold;
	margin: 0;
}

#our-projects{
	margin-bottom: 2rem;
}
#our-projects .go-to-projects{
	width: max-content;
	margin: 1em auto;
}
#our-projects .go-to-projects:after{
	content: "";
	width: 100%;
	height: 2px;
	background: var(--blue);
	display: block;
}
#our-projects .ulitochka{
	grid-template-columns: 50px calc(100% - 100px) 50px;
	width: 100%;
	grid-template-areas: 'al slides ar';
}
#our-projects .ulitochka img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
#our-projects .slide{
	border-right: 2px solid var(--dark-blue);
	display: grid;
    grid-template-rows: auto minmax(180px, 1fr);
    transition: .3s;
    padding: 1rem;
	box-shadow: inset 0 0 0 1px #ececec;
}
#our-projects .name{
	color: var(--blue);
	font-weight: bold;
}
#our-projects .ulitochka-arrow{
	/*background: url("/wp-content/uploads/2021/06/quote.svg") center/contain no-repeat, white;*/
	display: flex;
	align-items: center;
	justify-content: center;
	background: white;
	color: var(--blue);
	font-size: 2rem;
	height: 100%;
	padding: 0;
}
#our-projects .ulitochka-arrow[direction="right"]{
	grid-area: ar;
}
#our-projects .ulitochka-arrow[direction="left"]{
	grid-area: al;
}


#reviews{
	background: var(--black);
	color: white;
	padding: 4vw 0;
}
#reviews .review{
	border: 2px solid white;
	padding: 2rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#reviews .ulitochka{
	display: grid;
    grid-template-columns: 50px calc(100% - 100px) 50px;
    grid-template-areas: 'al slides ar';
}
#reviews .ulitochka-arrow{
	background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
	height: 100%;
    background: var(--black);
	padding: 0;
}
#reviews .ulitochka-arrow[direction="left"]{
	grid-area: al;
}
#reviews .ulitochka-arrow[direction="right"]{
	grid-area: ar;
}
#reviews .lt{
	font-size: 1.5rem;
	font-weight: bold;
}
#reviews .name:before{
	content: "— ";
}

#trust-us{
	padding: 1rem;
}
#trust-us h2{
	text-align: center;
}
#trust-us img{
	object-fit: contain;
}
#trust-us .ulitochka{
	display: grid;
    grid-template-columns: 50px calc(100% - 100px) 50px;
    grid-template-areas: 'al slides ar';
}
#trust-us .ulitochka-arrow{
	background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
	height: 100%;
    background: white;
	color: black;
}
#trust-us .ulitochka-arrow[direction="left"]{
	grid-area: al;
}
#trust-us .ulitochka-arrow[direction="right"]{
	grid-area: ar;
}
footer{
margin-top: 0;
}
@media (min-width: 1024px) and (max-width: 1400px) {
    #top .title {
        padding-top: 20px;
    }
}
@media(max-width:1024px){
	#at .advantage{
		grid-template-columns: 100%;
		grid-template-areas: 'img' 'txt';
	}
	#at .advantage .txt-wrapper{
		height: auto;
	}
	#reviews .ulitochka{
		padding: 0;
	}
	#advantages .adv-wrapper{
		grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	}
}