@font-face {
    font-family: 'Vida Pro 32';
    src: url('../../fonts/Vida32Pro.eot');
    src: url('../../fonts/Vida32Pro.eot?#iefix') format('embedded-opentype'), url('../../fonts/Vida32Pro.woff') format('woff'), url('../../fonts/Vida32Pro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'vida_32_probold';
    src: url('../../fonts/vida32pro-boldwebfont.eot');
    src: url('../../fonts/vida32pro-boldwebfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/vida32pro-boldwebfont.woff') format('woff'), url('../../fonts/vida32pro-boldwebfont.ttf') format('truetype'), url('../../fonts/vida32pro-boldwebfont.svg#vida_32_probold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'vida_32_proregular';
  src: url('../../fonts/vida32prowebfont.eot');
  src: url('../../fonts/vida32prowebfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/vida32prowebfont.woff') format('woff'), url('../../fonts/vida32prowebfont.ttf') format('truetype'), url('../../fonts/vida32prowebfont.svg#vida_32_proregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

:root {
    --layout-general-padding: 4vw;
    --layout-general-support-padding: 2vw; 
}

/*Плавный скрол документа по якорям*/
html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
}

.hdr_mark_1{
    background-image: url('//new.archi.ru/css/n/info_project/img/circle_black_on_white.png');
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    margin: -60px 0 60px;
}

@media (min-width: 320px) and (max-width: 640px) {
    .hdr_mark_1{
    	margin-bottom: 30px;
    }
}

[class^="shutter"]{
    width: 100%;
    overflow: hidden;
    background-size: cover!important;
}

[class^="shutter"] .window {
    width: 100%;
    background: transparent;
    position: relative;
}

[class^="shutter"] .window div{
    font-family: 'Arial';
    font-size: 10pt;
    float: right;
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: rgb(255 255 255 / 70%);
}


.lazyload {
   opacity: 0;
}
.lazyloading {
   opacity: 1;
   transition: opacity 300ms;
   background: #f7f7f7 url('//new.archi.ru/css/img/loading.gif') no-repeat center;
}
