


.order{color:#fff;}
.order-container{background-color:var(--color-main);border-radius:8rem;padding:32rem;position:relative;z-index:1;overflow:hidden;}
.order-img{position:absolute;bottom:0;right:89rem;z-index:-1;display:block;height:auto;max-width:100%;width:392rem;}
.order-icon{position:absolute;bottom:0;right:15rem;z-index:-2;display:block;height:auto;max-width:100%;width:449rem;}
.order-form{max-width:550rem;}
.order-title{font-weight:700;font-size:24rem;line-height:147%;}
.order-decription{font-size:16rem;line-height:147%;}
@media (max-width:1199px){
    .order-container{padding-bottom:400rem;}
    .order-img{right:calc(50% - 384rem / 2);width:384rem;}
    .order-icon{right:calc(50% - 548rem / 2);width:548rem;}
}
@media (max-width:767px){
    .order-container{padding-bottom:350rem;}
    .order-icon{width:548rem;right:auto;left:15rem;max-width:100%;}
}







.stack{padding-top:64rem;}
.stack-title{font-weight:700;font-size:24rem;}
.stack-item{padding:32rem;border:1rem solid #cfd2e1;border-radius:8rem;}
.stack-item__img{min-height:158rem;height:100%;width:100%;background-position:50% 50%;background-repeat:no-repeat;background-size:cover;border-radius:8rem;transition:opacity 0.25s;}
@media (hover: hover){
    .stack-item__img:hover{opacity:0.7;}
}
@media (max-width:767px){
    .stack-item{padding:0 0 40rem;border:none;border-bottom:1rem solid #cfd2e1;border-radius:0;}
    .stack-item__img{min-height:320rem;}
}





.gallery{padding-top:64rem;}
.gallery-item{height:210rem;width:100%;background-position:50% 50%;background-repeat:no-repeat;background-size:cover;border-radius:8rem;transition:opacity 0.25s;}
@media (hover: hover){
    .gallery-item:hover{opacity:0.7;}
}
@media (max-width:767px){
    .gallery-item{height:120rem;background-size:contain;}
}






.video{padding-top:64rem;}
.video-item{height:290rem;width:100%;background-position:50% 50%;background-repeat:no-repeat;background-size:cover;border-radius:8rem;position:relative;z-index:1;}
.video-item__icon{display:block;height:auto;max-width:100%;width:55rem;position:absolute;top:calc(50% - 22.5rem);left:calc(50% - 22.5rem);transition:opacity 0.25s;}
@media (hover: hover){
    .video-item:hover .video-item__icon{opacity:0.7;}
}





.seoblock{max-width:1025rem;padding-top:64rem;}

