@font-face {
    font-family: 'PT Serif', serif;
    src: url('../fonts/Heuristica-Regular.otf')  format('opentype');
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
@font-face {
    font-family: 'PT Serif', serif;
    src: url('../fonts/Heuristica-Bold.otf')  format('opentype');
    speak: none;
    font-style: normal;
    font-weight: 700;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
@font-face {
    font-family: 'PT Serif', serif;
    src: url('../fonts/Heuristica-Italic.otf')  format('opentype');
    speak: none;
    font-style: italic;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
@font-face {
    font-family: 'DIN Pro';
    src: url('../fonts/DINPro-Bold.otf')  format('opentype');
    speak: none;
    font-style: normal;
    font-weight: 700;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
@font-face {
    font-family: 'DIN Pro';
    src: url('../fonts/DINPro.otf')  format('opentype');
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
@font-face {
    font-family: 'DIN Pro';
    src: url('../fonts/DINPro-Medium.otf')  format('opentype');
    speak: none;
    font-style: normal;
    font-weight: 600;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}


html,
body {
    height: 100%;
}
body.return-home .preloading{
    display:none;
}
.preloading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #205091;
    z-index: 999999;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.preloading.hide-preloading{
    top:100%;
    height:0;
}
.preloading svg{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 350px!important;
    height: auto;
    margin-left: -175px;
    margin-top: -100px;
}

.mainpage{
    position: fixed;
    top:0;
    bottom:0;
    width:100%;
    left:0;
}
#svg-round{
    position:absolute;
    top:-130px;;
    left:0;
}
.circle-block{
    position: relative;
    display: inline-block;
    margin:0 auto;
    height: 240px;
    width: 784px;
    z-index: 3;
}
#noneback{
    background-color: transparent;
}

.animated .circle-block .c-pathnew{
    /*opacity: 0;
    stroke-dasharray: 2000;
    stroke-dashoffset: 2000;
    animation: dash 1s linear forwards;
    visibility: visible;
    animation-delay: 1s;*/
}
#slice circle{
    r: 350px;
    cx: 350px;
    cy: 350px;
}
.top-circle{
    height: 200px;
    width:75%;
}
.bottom-circle{
    height: 220px;
    width:94%;
    x:0;
    y: 480px;
}
.bottom-circle-right{
    height: 90px;
    width: 6%;
    x: 94%;
    y: 426px;
}
.top-circle-right{
    height: 90px;
    width: 6%;
    x: 94%;
    y: 185px;
}

.logo-circle{
    width: 184px;
    height: 100px;
}
@keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}
.circle-block-bg .c-path{
    opacity:0;
    visibility:hidden;
}
.animated .circle-block .c-path{
    stroke-dasharray: 3000;
    stroke-dashoffset: 3000;
    animation: dash 1s linear forwards;
    opacity:1;
    visibility:visible;
    animation-delay: 1s;

}
.circle-block .circle-block-bg{
    position: absolute;
    left:40px;
    top:50%;
    margin-top: -350px;
    content: '';
    background-repeat: no-repeat;
    width:700px;
    height:700px;
}
.thirty-number span{
    /*display: inline-block;
    vertical-align: bottom;*/
}
.thirty-number,.year-text,.video-play{
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out
}
.thirty-number{
    position: relative;
    z-index:2;
    line-height: 0.7;
    left:-100px;
    opacity:0;
    visibility:hidden;
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.animated .thirty-number,.animated .year-text{
    left:0;
    opacity:1;
    visibility:visible;
}
.static-position .thirty-number{
    text-transform:uppercase;
}
.year-text{
    Font-Family: 'PT Serif', serif;
    Font-Size: 55px;
    Line-Height: 1;
    text-align: Left;
    position: relative;
    z-index:2;
    color:#fff;
    left:-100px;
    opacity:0;
    visibility:hidden;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.year-text span{
    color:#E6C872;
}
.static-position .year{
    font-size: 140px;
    margin-left:10px;
    text-transform: none;
}
.static-position .thr-num{
    font-size: 210px;
    margin-right: 0px;
}
.static-position .year-text{
    text-transform:uppercase;
    font-size: 40px;
    text-align:center;
    margin-top: 16px;
}
.year {
    font-size: 150px;
    color: #fff;
    Font-Family: 'PT Serif', serif;
}

.thr-num{
    font-family: 'Rozha One', serif;
    color: #E6C872;
    font-size:260px;
}
svg * {
    fill: none;
    stroke: currentColor;
    color:white;
}

#hi-there {
    width: 100%;
    stroke-width:1;
}

.filled path,.preloading svg{
    fill-opacity: 1;
    fill:white;
    transition: fill-opacity 0.5s ease-out;
    -webkit-transition: fill-opacity 0.5s ease-out;
    -moz-transition: fill-opacity 0.5s ease-out;
    -ms-transition: fill-opacity 0.5s ease-out;
    opacity:1;
}

g{

    fill-opacity: 0;
    fill-rule: evenodd;
}

@-webkit-keyframes scaling {
    From {
        -webkit-transform: scale(1.0);
    }
    To {
        -webkit-transform: scale(1.05);
    }
}

.preloading svg.filled {
    animation: scaling 1s ease-in-out infinite alternate;
    -webkit-animation: scaling 1s ease-in-out infinite alternate;
}
.preloading svg.filled.opacity{

}
.static-position .logo-mzk{
    right:auto;
    z-index: 10;
    left: 67%;
    margin-left: -7px;
    top: -170px;
    width: 240px;
    transform: translateX(-50%);
}
.logo-mzk{
    width:250px;
    height:140px;
    background-image: url(../images/logo-mzk.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top:-200px;
    /*top:-140px;*/
    /*left:50%;
    margin-left: -125px;*/
    right:30px;
    opacity:0;
}
.animated .logo-mzk{
    opacity:1;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}

.center-block{
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -120px;
    height: 240px;
}

.circle-block-bg-parent svg rect{
    fill: #fff;
}

.circle-block-text{
    text-align: left;
    /*height: 240px;*/
}

.video-play:hover{
    opacity:0.8;
}
.video-play{
    position: absolute;
    width:100px;
    height:100px;
    background-image:url('../images/video-play.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    right:0px;
    top:50%;
    margin-top: -50px;
    cursor:pointer;
    z-index:5;
    opacity:  0;
    visibility:  hidden;
    transform:scale(0);
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    transition-delay: 0.7s;
}


.animated .video-play{
    opacity:1;
    visibility:visible;
    transform:scale(1);
}
.video-play:hover{
    opacity:1;
    visibility:visible;
    transform:scale(1.1);
}
.top-plash{
    height:200px;
    width:100%;
    position: fixed;
    left:0;
    top:0;
    background-image: url(../images/plash.png);
    background-repeat: repeat-x;
    background-position: top center;
    background-size: contain;
    z-index:2;
    transform:scale(0);
}
.mask-slide2{
    opacity: 0.7;
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(2,5,9,1);
    background: -moz-linear-gradient(top, rgba(2,5,9,1) 0%, rgba(52,92,143,0.3) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(2,5,9,1)), color-stop(100%, rgba(52,92,143,0.3)));
    background: -webkit-linear-gradient(top, rgba(2,5,9,1) 0%, rgba(52,92,143,0.3) 100%);
    background: -o-linear-gradient(top, rgba(2,5,9,1) 0%, rgba(52,92,143,0.3) 100%);
    background: -ms-linear-gradient(top, rgba(2,5,9,1) 0%, rgba(52,92,143,0.3) 100%);
    background: linear-gradient(to bottom, rgba(2,5,9,1) 0%, rgba(52,92,143,0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#020509', endColorstr='#345c8f', GradientType=0 );
}
.static-position{
    position:absolute;
    left:50%;
    top: 50%;
    margin-top: -58.5px;
    text-align:  center;
    transform: translateX(-50%);
    opacity:  1;
    z-index:  10;
}
.mask-slide {
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    mix-blend-mode: soft-light;
    background: rgba(51, 51, 51,1);
    background: -moz-linear-gradient(top,rgba(51, 51, 51, 0.2) 0%,rgba(51, 51, 51, 1) 51.93%, rgba(51, 51, 51, 0.2) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%,rgba(51, 51, 51, 0.2)),color-stop(51.93%,rgba(51, 51, 51, 1)),color-stop(100%, rgba(51, 51, 51, 0.21)));
    background: -webkit-linear-gradient(top,rgba(51, 51, 51, 0.2) 0%,rgba(51, 51, 51, 1) 51.93%, rgba(51, 51, 51, 0.2) 100%);
    background: -o-linear-gradient(top,rgba(51, 51, 51, 0.2) 0%,rgba(51, 51, 51, 1) 51.93%, rgba(51, 51, 51, 0.2) 100%);
    background: -ms-linear-gradient(top,rgba(51, 51, 51, 0.2) 0%,rgba(51, 51, 51, 1) 51.93%, rgba(51, 51, 51, 0.2) 100%);
    background: linear-gradient(to bottom,rgba(51, 51, 51, 0.2) 0%,rgba(51, 51, 51, 1) 51.93%, rgba(51, 51, 51, 0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#333333', GradientType=0 );
}

.header{
    height: 92px;
    position: relative;
    z-index: 100;
}

.faceicon{
    display: block;
    position: absolute;
    right:175px;
    top:50%;
    -ms-transform: translateX(0%) translateY(-50%);
    -webkit-transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
    width:9px;
    height:19px;
    background-image: url('../images/faceicon.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.menuicon {
    padding-right: 40px;
    right: 40px;
    top: 45px;
    position: absolute;
    -ms-transform: translateX(0%) translateY(-50%);
    -webkit-transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
    color: #E6C872;
    z-index: 99999;
}
.menuicon.icontext.bar{
    position: fixed;
}





.icontext {
    font-family:'DIN Pro';
    font-weight: 700;
    font-size: 12px;
    text-align: left;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
    Letter-Spacing: 2px;
}

.hamburger {
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased;
    -webkit-filter: blur(0);
    position: absolute;
    z-index: 9999999999;
    cursor: pointer;
    height: 10px;
    top: 50%;
    margin-top: -5px;
    -webkit-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    width: 26px;
    right: 0;
    outline: none !important;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
}

.textburger {
    position: relative;
}

.textburger:after {
    /*  right: 50%;
      left: 50%;
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      border-bottom: 2px solid transparent;
      content: "";
      position: absolute;
      bottom: -5px;*/
}
.bar .hamburger .bar1, .bar .hamburger .bar2{
    /*background-color:#333!important;*/
}
.hamburger .bar1, .hamburger .bar2{
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    outline: none !important;
    position: absolute;
    z-index: 1;
    width: 26px;
    height: 2px;
    top: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #E6C872;
}

.bar1 {
    transform: translate(0,0) translate3d(0,0px,0);
    -webkit-transform: translate(0,0) translate3d(0,0px,0);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.bar2 {
    transform: translate(0,0) translate3d(0,8px,0);
    -webkit-transform: translate(0,0) translate3d(0,8px,0);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.static-position .buttons-bottom{
    bottom: -104px;
    right:auto;
    left:50%;
    width:  400px;
    transform: translateX(-50%);
}
.buttons-bottom{
    position: absolute;
    right:92px;
    bottom:17px;
    z-index:2;
}

.button-style{
    display: inline-block;
    padding:14px 10px;
    box-sizing: border-box;
    color: #4F4F4F;
    background-color: #E6C872;
    width:160px;
    text-align: center;
    margin:0 11px;
}
.files .button-style{
    margin:0
}
.files{
    font-size:16px;
    display:  flex;
}
.media{
    width:33%;
    float:left;
}
.files .name_category{
    margin-bottom:20px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 12px;
}
.buttons-bottom.buttons-main .button-style{
    background:none;
    position:relative;
}
.buttons-bottom.buttons-main .button-style:hover{
    background:none;
}
.buttons-bottom.buttons-main .button-style::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#E6C872;
    z-index:-2;
    border-radius: 3px;
}
.buttons-bottom.buttons-main .button-style::after{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:0%;
    height:100%;
    background:white;
    z-index:-2;
    border-radius: 3px;
}
.buttons-bottom.buttons-main .button-style:hover::after{
    width:100%;
}

a:hover{
    text-decoration: none;
}

div#lang {
    position: absolute;
    z-index: 3;
    font-family: 'DIN Pro';
    font-weight: 400;
    Font-Size: 14px;
    Letter-Spacing:2px;
    color:white;
    text-transform: uppercase;
    line-height:1;
    top:50%;
    right: 40px;
    -ms-transform: rotate(0deg) translateX(0%) translateY(-50%);
    -webkit-transform: rotate(0deg) translateX(0%) translateY(-50%);
    -moz-transform: rotate(0deg) translateX(0%) translateY(-50%);
    -o-transform:rotate(0deg) translateX(0%) translateY(-50%);
    transform: rotate(0deg) translateX(0%) translateY(-50%);
}

span.show-more-lang{
    display: none;
}
ul#langs{
    list-style-type: none;
    padding:0;
    margin:0;
    display: block;
    float: left;
}

li.item-lang a:before{
    content: '';
    position: absolute;
    left:8px;
    top:0px;
    bottom:0px;
    width:2px;
    background-color: white;
}
li.item-lang a{
    color:white;
    opacity:0.5;
    display: block;
    float: left;
    padding-left: 18px;
    position: relative;
}
span#current-lang{
    display: block;
    float: left;
    padding-right: 0px;
}
li.item-lang{
    padding:0;
    margin:0;
}

.clear{
    clear: both;
}

.line{
    position: absolute;
    background-color: #fff;
    opacity:0.5;
    z-index:2;
}
.topline{
    left: 0;
    right:232px;
    top:44px;
    height:1px;
}
.rightline{
    left:48px;
    top: 0;
    bottom:0;
    width:1px;
}

.bottomline{
    bottom:36px;
    height:1px;
}
.bottomline.small{
    right:0;
    width:65px;
}
.bottomline.twosmall{
    left:0;
    width:58px;
}
.bottomline.big.static-line{
    right:0;
}
.bottomline.big{
    left:236px;
    right:487px;
}
.bottomline.big {
    left: 0;
}
.bottomline.twosmall{display:none}


.bottomleftline{
    width:1px;
    top:50%;
    bottom:0;
    right:48px;
    margin-top: 70px;
}

.topleftline{
    width:1px;
    top:98px;
    right:48px;
    bottom:50%;
    margin-bottom: 60px;
}

.allmenu {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 20;
    background-color: rgba(0,0,0,.85);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

}

.allmenu.showstyle {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    visibility: visible;
    opacity: 1;
}
.showstyle {
    display: block!important;
}
.scrolldiv {
    text-align: center;
    height: 100%;
    width: 100%;
    display: table;
}

.bar .bar1 {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, 0);
    -moz-transform:    matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, 0);
    -webkit-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, 0);
    -o-transform:      matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, 0);

}

.bar .bar2 {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 0);
    -moz-transform:   matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 0);
    -webkit-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 0);
    -o-transform:      matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 0);

}

.listmenu.nav {
    width: 100%;
    text-align: center;
    padding: 120px 0;
    display: table-cell;
    vertical-align: middle;
}

.listmenu li a {
    margin: 15px 30px;
    line-height: 1;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    display: INLINE-BLOCK;
    padding: 5px;
}

.slider{
    position: relative;
    width: 100%;
    height: 600px;
    min-height: 100vh;
}

.slides{
    height: 600px;
    min-height: 100vh;
    width:100%;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
}
.owl-nav{
    position: absolute;
    bottom: 17px;
    left: 89px;
    margin: 0;
    height: 40px;
    padding: 0;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]{
    color: transparent;
    font-size: 0;
    margin: 0 9px;
    padding: 0;
    background-color: #E6C872;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width:40px;
    height:40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev{
    background-image: url(../images/left.svg);
    background-position: 45% 50%;
}

.owl-carousel .owl-controls .owl-nav .owl-next{
    background-image: url(../images/right.svg);
    background-position: 55% 50%;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{
    background-color: #CCB165;
}

.photoimg{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}



/* NEW */

body{
    --medium-header: 24px;
    --medium-header-line-height: 30px;
    --main-header: 40px;
    --main-header-page-name: 48px;
    --main-header-line-height: 44px;
    font-size: 16px;
}
section{
    font-family:'Din Pro',sans-serif;
}
.page-navigation-preloading{
    position:fixed;
    top: -100%;
    left: 0;
    z-index: 9999999999999;
    background: #205091;
    width: 100%;
    height: 0%;
    opacity: 1;
    opacity:1;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.page-navigation-preloading.active{
    top:0;
    opacity:1;
    height:100%;
}
.page-navigation-preloading.active.active-down{
    top:100%;
    opacity:1;
    height:0%;
}
.year-line{
    position:absolute;
    width: 2px;
    height:100%;
    left:50%;
    background: #205091;
    top: 50px;
    opacity: 0.1;
    margin-left: -1px;
}
.construction-logo{
    position:absolute;
    top:10px;
    left:10px;
    width:100px;
    height:60px;
    background-repeat:no-repeat;
    background-size:contain;
    background-position: center center;
}
div,span,a, ::after, ::before, header, article, section{
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.map-popup div,.map-popup span, .map-popup a{
    -webkit-transition: all 0ms ease-in-out;
    -moz-transition: all 0ms ease-in-out;
    -o-transition: all 0ms ease-in-out;
    transition: all 0ms ease-in-out;
}
.files-image{
    width: 96px;
    padding-right: 20px;
}
.files-image img{
    width:100%;
}
.info-blocks-image{
    height:64px;
    margin-bottom:10px
}
section.directions{
    margin-bottom:60px;
}
section.directions .main-header{
    margin-top:30px
}
.histor-years{
    width: 110px;
    height: 110px;
    background: #205091;
    background-size:auto 100%;
    background-position:center center;
    font-size: 32px;
    font-family: 'PT Serif', serif;
    color: white;
    text-align:  center;
    position:  absolute;
    bottom: 0;
    left: 0;
    line-height: 100px;
    border-radius:50%;
    border: 5px solid white;
    box-shadow: 0 0 50px -10px #858585;
}
.histor-years.year-1 {
    left: 625px;
    bottom: 592px;
}
.histor-years.year-2 {
    left: 793px;
    bottom: 498px;
}
.histor-years.year-3 {
    left: 435px;
    bottom: 525px;
}
.histor-years.year-4 {
    left: 335px;
    bottom: 451px;
}
.histor-years.year-5 {
    left: 808px;
    bottom: 369px;
}
.histor-years.year-6 {
    left: 526px;
    bottom: 309px;
}
.histor-years.year-7 {
    left: 230px;
    bottom: 261px;
}
.histor-years.year-8 {
    left: 41px;
    bottom: 111px;
}
.histor-years.year-9 {
    left: 305px;
    bottom:1px;
}
footer .copyright{
    position:absolute;
    top: 38px;
    left: 0;
    color:white;
    width:  100%;
    text-align: center;
}
.adcore{
    width:80px;
    height:15px;
    background-image:url(../images/adcore-white.svg);
    background-repeat: no-repeat;
    background-size: auto 15px;
    background-position: center bottom;
    display:block;
    margin:0 auto;
    padding-top:  25px;
}
.projects-list{
    margin-top:30px;
    overflow: hidden;
}
.project{

    width:33.333%;
    height:300px;
    background:#ECECEC;
    float: left;
    position:relative;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    overflow:hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.project::after,.direction-in::after{
    position:absolute;
    content:'';
    width:50px;
    height:100%;
    left:-50px;
    top:0;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
    -webkit-transition: all 0ms ease-in-out;
    -moz-transition: all 0ms ease-in-out;
    -o-transition: all 0ms ease-in-out;
    transition: all 0ms ease-in-out;
    opacity:0.5
}
.project:hover::after,.direction-in:hover::after{
    left:100%;
    opacity:0.5;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;

}
.project:hover{
    -webkit-filter: saturate(1);
    filter: saturate(1);
    /*background-size:auto 110%;*/
}
.projects,.projects-list{
    opacity:0;
    transition-delay: 1s;
}
.animated .projects,.animated .projects-list{
    opacity:1;
}
.projects{
    padding-top:45px
}
.project:hover .projects-status{
    transform: scale(1.05);
}
.projects-status{
    position:absolute;
    padding:10px 25px;
    color:white;
    text-transform:uppercase;
    background: rgba(204, 177, 101, 0.75) url(/images/project-in.svg)no-repeat;
    right:10px;
    top:10px;
    background-size: auto 70%;
    padding-left: 50px;
    background-position: 15px 4px;
    border-radius: 2px;
}
.projects-status.project-out{
    background: rgba(0,0,0,0.75) url(/images/project-out.svg)no-repeat;
    background-size: auto 65%;
    background-position: 14px 6px;
}
.director{
    background: #ECECEC;
}
.director-contact{
    width:23%;
    margin:0 1%;
    float:left;
}
.director-years .year:hover .year-header{
    background:#e6c872;
    text-shadow: 0 0 0 white;
    color:#333333;
}
.director-years .year-header{
    font-size:110px;
    font-weight:700;
    font-family: 'PT Serif', serif;
    line-height: 127px;
    color: #205091;
    width: 150px;
    height: 150px;
    font-size: 40px;
    background: #205091;
    color: white;
    line-height: 140px;
    text-align:  center;
    border-radius:  50%;
    border: 4px solid white;
    box-shadow: 0 0 30px -5px #9f9f9f;
    margin: 0 auto;
    text-shadow: 0 0 12px #173b6b;
    position:  relative;
}
.director-years .year{
    font-size:16px;
    color:#333;
    width:22%;
    margin:0 1%;
    /*float:left;*/
    display: block;
    margin-bottom: 30px;
    vertical-align: top;
    text-align: center;
    width: 100%;
    position:  relative;
    width: 300px;
    margin: 30px auto;
}
.director-years .year:hover .year-description{
    box-shadow: 0 0 30px -5px #a6a6a6;
}
.director-years .year:hover .year-description.ydr{
    transition: 0.5s;
    left:auto;
    right: -342px;
}
.director-years .year:hover .year-description{
    transition: 0.5s;
    left: -342px;
}
.director-contact-header{
    font-weight:600;
    margin-bottom:10px
}
.director-contact{
    position:relative;
}
.director-contact.phone::after{
    background: url(/images/phone.svg);
    background-size: 100% 100%;
}
.director-contact.mail::after{
    background: url(/images/email.svg);
    background-size: 100% 100%;
}
.director-contact.adress::after{
    background: url(/images/location.svg);
    background-size: 100% 100%;
}
.director-contact.time::after{
    background: url(/images/time.svg);
    background-size: 100% 100%;
}

.director-contact.persone::after {
    background: url(../images/persone.svg);
    background-size: 100% 100%;
}
.director-contact::after{
    display: block;
    width: 21px;
    height: 21px;
    position: absolute;
    content: '';
    top: 1px;
    left: 0px;
    opacity:0.7
}
.director-contacts a{
    color:#333;
}
.year-description::after{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 20px;
    border-color: transparent transparent transparent #ffffff;
    content:'';
    position:absolute;
    right:-20px;
    top: 50%;
    margin-top:-8px;
}
.year-description.ydr::after{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 20px 8px 0;
    border-color: transparent #ffffff transparent transparent;
    content:'';
    position:absolute;
    left:-20px;
    right:auto;
    top:50%;
    margin-top:-8px;
}
.year-description{
    font-family:'Din Pro';
    background: white;
    padding:  10px 20px;
    margin-top: 10px;
    border-radius:  4px;
    position:  absolute;
    top: 0;
    width: 400px;
    left: -355px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -53%);
    box-shadow: 0 0 70px -10px #dcdada96;
}
.year-description.ydr{
    left:auto;
    right: -355px;
}
.director-image{
    width:45%;
    height:310px;
    float:left;
    background:#e5e5e5;
    position:relative;
}
.director-image::before{
    width:12px;
    height:100%;
    position:absolute;
    content:'';
    background:white;
    right:-12px;
    top:-12px;
}
.director-image::after{
    width:100%;
    height:12px;
    position:absolute;
    content:'';
    background:white;
    right:-12px;
    top:-12px;
}
.director-description{
    position:relative;
    width:55%;
    padding-left: 50px;
    float: right;
}
.project:hover .project-name{
    color:#e6c872;
}
.project-name{
    position:absolute;
    padding: 25px 4%;
    background:rgba(0,0,0,0.5);
    color:white;
    width:100%;
    bottom:0;
    text-transform:uppercase;
    text-align:center;
    /*font-size:  18px;*/
    line-height:1.333;
    font-weight: 600;
}
.century-count{
    width:18%;
    float:left;
    margin:0 1%;
    position:relative;
    opacity:0;
}
.century-count:nth-child(1){
    transition-delay:1s;
}
.century-count:nth-child(2){
    transition-delay:1.2s;
}
.century-count:nth-child(3){
    transition-delay:1.4s;
}
.century-count:nth-child(4){
    transition-delay:1.6s;
}
.century-count:nth-child(5){
    transition-delay:1.8s;
}
.century-count:nth-child(6){
    transition-delay:2s;
}
.century-count:nth-child(7){
    transition-delay:2.2s;
}
.century-count:nth-child(8){
    transition-delay:2.4s;
}
.animated-container .year:nth-child(1){
    transition-delay:0.2s;
}
.animated-container .year:nth-child(2){
    transition-delay:0.4s;
}
.animated-container .year:nth-child(3){
    transition-delay:0.6s;
}
.animated-container .year:nth-child(4){
    transition-delay:0.8s;
}
.animated-container .year:nth-child(5){
    transition-delay:1s;
}
.animated-container .year:nth-child(6){
    transition-delay:1.2s;
}
.animated-container .year:nth-child(7){
    transition-delay:1.4s;
}
.animated-container .year:nth-child(8){
    transition-delay:1.6s;
}
.animated .century-count{
    opacity:1;
}
.year{
    opacity:1;
}
.animated-container .year{
    opacity:1;
}
.century-count-string{

    font-size: 180px;

    font-weight: 700;

    line-height: 129px;

    font-family: 'PT Serif', serif;

    position:  absolute;

    color: rgba(230, 200, 114, 0.25);

    top: -10px;

    left:0;
}
.adcore:hover{
    opacity:0.7;
}
.page-header{
    height: 310px;
    background: whitesmoke;
    margin: 0;
    width: 100%;
    position:  relative;
}

.header-info{
    height:310px;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
}
.header-address:before{
    position: absolute;
    content: '';
    width:10px;
    height:14px;
    left:0;
    top:50%;
    margin-top: -7px;
    background-image: url(../images/metca-ico.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.header-address,.header-phone, .header-link{
    position: absolute;
    bottom: 30px;
    font-weight:400;
    /*font-size:18px;*/
    color:#fff;
    letter-spacing: 2px;
    line-height:1;
}
.header-link:before{
    position: absolute;
    content: '';
    width:12px;
    height:12px;
    left:0;
    top:50%;
    margin-top: -6px;
    background-image: url(../images/header-link.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.header-link{
    left:50%;
    padding-left: 20px;
    text-decoration: underline;
    -ms-transform: translateX(-50%) translateY(0%);
    -webkit-transform: translateX(-50%) translateY(0%);
    -moz-transform: translateX(-50%) translateY(0%);
    -o-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%);
}

.page-slider-logo{
    width:450px;
    height: 160px;
    position: absolute;
    top:50%;
    left:50%;
    margin-top: -98px;
    margin-left: -225px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.header-address{
    left:2%;
    padding-left: 20px;
}
.header-phone:before{
    position: absolute;
    content: '';
    width:15px;
    height:14px;
    left:0;
    top:50%;
    margin-top: -7px;
    background-image: url(../images/head-phone-ico.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.header-phone{
    right:2%;
    display: block;
    padding-left: 23px;
}

.page-header::before{
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background: -moz-linear-gradient(top, rgba(17,42,77,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(17,42,77,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(17,42,77,1) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#112a4d', endColorstr='#00ffffff',GradientType=0 );
    opacity:0.7;
}
header{
    opacity:0;
}
header .page-name{
    opacity:0;
    transform: scale(0.8);
    -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
}
.animated header .page-name{
    opacity:1;
    transition-delay: 0.3s;
    transform: scale(1);
}
.animated header{
    opacity:1;
}
.animated .directions .main-header{
    opacity:1;
    transition-delay: 0.7s;
}
.directions .main-header{
    opacity:0;
}
.whiteblock.newsblocks,.page-description.about-company,.wrap-after{
    opacity:0;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.animated .whiteblock.newsblocks, .animated .page-description.about-company, .animated .wrap-after{
    opacity:1;
    transition-delay:1s;
}
header.page-header.about-company {}
.page-header .menuicon,.page-header .faceicon{
    top:45px;
    margin-top:0;
}
.newsblocks .media{
    margin-top: 20px;
    margin-bottom: 20px;
}
.page-header{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.header{
    background-position:fixed;
}
footer .main-logo{
    top: 23px;
}
.main-logo{
    width: 126px;
    height: 70px;
    background-image: url(../images/logo-mzk.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    left: 2%;
    z-index: 2;
}
.page-name{

    font-size: var(--main-header-page-name);

    font-weight: 700;

    line-height:var(--main-header-line-height);

    font-family:'PT Serif', serif;

    position:  absolute;

    z-index:  10;

    color: white;

    text-transform:  uppercase;

    width: 100%;

    text-align:  center;

    left: 0;

    top: 50%;

    margin-top: -22px;

    letter-spacing: 1px;
    padding: 0 15px;
}
.century-header{
    font-size: 18px;
    font-weight:700;
    text-transform: capitalize;
    line-height: 24px;
    position:  relative;
    text-transform:  uppercase;
    margin-bottom: 10px;
}
.century-description{
    font-size:16px;
    position:  relative;
}
.page-description{
    background: #ECECEC;
    padding: 50px 0;
    font-family: 'DIN Pro', sans-serif;
    font-size: 16px;
    line-height: 1.83;
    opacity:  1;
}
.page-description{
}
.about-project .main-header{
    padding: 50px 0;
}
.newsblocks{
    padding: 50px 0;
}
.whiteblock{
    background: #fff;
}
footer{
    height:120px;
    background:#205091;
    position:relative;
    font-family:  'Din Pro',sans-serif;
    letter-spacing: 1px;
}
.page-description .buttons:hover{
    background:#d4b96b;
}

.pr-but.buttons:hover{
    background:#E6C872;
}
.buttons{

    text-transform:  uppercase;

    font-weight:  600;

    background: #E6C872;

    width: 220px;

    text-align:  center;

    margin-bottom: 25px;

    cursor:pointer;

    font-size:  12px;

    color: #4F4F4F;

    letter-spacing:  1px;

    padding: 12px 10px;

    position:relative;

    border-radius: 3px;

    border-radius: 3px;
}
.projects .buttons,.contacts-buttons .buttons, .zakaz-consult.buttons{
    width:auto;
    display:inline-block;
    padding: 12px 20px;
    margin:0 5px;
    cursor:default;
    line-height: 1.4;
    border-top: 1px solid transparent;
}
body .page-description.about-company .buttons{
    background:transparent;
    z-index: 2;
    /* float:  left; */
    margin-right: 20px;
    display:  inline-block;
    margin-top: 10px;
    margin-bottom:  10px;
}
.page-description.about-company .buttons::before{
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    content:'';
    background: #E6C872;
    z-index: -2;
}
.page-description.about-company .buttons::after{
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:0;
    height:100%;
    content:'';
    background: white;
    z-index: -1;
}
.page-description.about-company .buttons:hover::after{
    width:100%;
}
.contacts-buttons .buttons,.projects .buttons{
    margin:10px 5px;
}
.zakaz-consult.buttons{
    cursor:pointer;
    margin-top: 30px;
}
.projects .buttons.inactive,.contacts-buttons .buttons.inactive,.left-bar .buttons.inactive{
    background: none;
    cursor:pointer;
    position:relative;
}

.buttons::before {
    position:absolute;
    top:0;
    left:0;
    content:'';
    width:100%;
    height:100%;
    background:#ECECEC;
    z-index:-2;
    border-radius: 3px;
}
.buttons::after {
    position: absolute;
    content: '';
    top:0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #e6c872;
    transform-origin:left;
    transition:width 0.25s ease;
    z-index:-1;
    border-radius: 3px;
}

.buttons:hover::after {
    width: 100%;
}
.port{
    width:96%;
    max-width: 1240px;
    margin: 0 auto;
}
.left-bar{

    max-width: 620px;
    width: 50%;

    float:  left;
}
.right-bar{
    max-width: 620px;
    width: 50%;
    padding-left: 60px;
    box-sizing: border-box;
    float: right;
}
.detalinfo-proj .description,.three-block-descript{
    background: white;
    border-radius:  4px;
    box-shadow: 0 0 70px -10px #dcdada96;
    padding: 15px 25px;
    padding-bottom: 20px;
}
.description{

    padding-bottom: 40px;

}
.small-header{

}
.medium-header{
    font-size:  var(--medium-header);
    font-weight: 700;
}
.guidance .medium-header{
    text-transform:uppercase;
    margin-bottom:  30px;
}
.page-description.about-company .main-header{
    text-transform:uppercase;
    margin:30px 0;
}
.page-description.about-company .main-header span{
    color:#205091;
}
.main-header{
    font-size:var(--main-header);
    font-weight: 700;
    line-height:var(--main-header-line-height);
    font-family:'PT Serif', serif;
}
.description-columns{

    margin-bottom: 50px;
}
.image-quote{

    width: 45%;

    height: 205px;

    float: left;
    position:relative;
}
.image-quote::before{
    width:12px;
    height:100%;
    position:absolute;
    content:'';
    background:white;
    right:-12px;
    top:-12px;
}
.image-quote::after{
    width:100%;
    height:12px;
    position:absolute;
    content:'';
    background:white;
    right:-12px;
    top:-12px;
}
.about-company .quote{
    width: 50%;
    padding-left: 25px;
    float:right;
}
.director .quote{
    top:5px
}

.chief{
    position: relative;
    width: 48%;
    float: left;
}
.quote{
    font-size:16px;
    line-height:28px;
    padding-left:30px;
    font-family: 'PT Serif', serif;
    font-weight:  400;
    font-style: italic;
    color: #4F4F4F;
    position:relative;
    padding-right: 20px;
}
.quote::before{
    position:absolute;
    content:'';
    left:0;
    top: -8px;
    background:url(/images/quote.svg)no-repeat;
    background-size:auto 100%;
    width:20px;
    height: 15px;
}
.quote::after{
    position:absolute;
    content:'';
    right:0;
    bottom: -2px;
    background:url(/images/quote.svg)no-repeat;
    background-size:auto 100%;
    width:20px;
    height: 15px;
}
.guidance{

}
.chief .more{
    padding-left:10px;
    position:relative;
    display:block;
}
.chief .more:hover{
    color:#205094;
}
.chief .more::after{
    content:'';
    width:5px;
    height:8px;
    background:url(/images/triangle.svg)no-repeat;
    position:absolute;
    left:0;
    top:10px;
}
.chief .chief-image{
    position: absolute;
    top:0;
    left:0;
    width:  158px;

    height: 134px;

    /*float: left;*/

    margin-bottom: 35px;
    /*position:relative;*/
}
.chief .chief-image::before{
    width:12px;
    height:100%;
    position:absolute;
    content:'';
    background:white;
    right:-12px;
    top:-12px;
}
.chief .chief-image::after{
    width:100%;
    height:12px;
    position:absolute;
    content:'';
    background:white;
    right:-12px;
    top:-12px;
}
.chief .chief-description{

    width:100%;
    padding-left: 190px;
    min-height: 134px;
    margin-bottom: 35px;

    float: right;

    line-height: 27px;
}
.chief .chief-name{
    color:#205091;
    font-weight:700;
    position:relative;
    float: left;
    clear: both;
}
.chief .chief-name::before{
    position:absolute;
    content:'';
    left:0;
    bottom:-2px;
    width:0%;
    height:2px;
    background:#205091;
}
.chief .chief-name:hover::before{
    /* width:100%;*/
}
.chief .chief-position{
    font-weight:700;
    margin-bottom: 10px;
}
.chief-description a{

    color: #333;
}
.director-years,.directions .main-header,.projects .main-header {
    margin: 50px 0;
}
.director-years{
    padding-top:40px
}
.contacts-buttons {
    margin: 40px 0;
}
.director,.director-contacts{
    padding:50px 0;
}
.director-contacts{
    background:#ECECEC;
}

.direction-inbig{
    display: table;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    height: 100%;
    overflow: hidden;
}
.direction{
    width:25%;
    height:300px;
    float:left;
    text-align: center;
    position:relative;
    display: block;
    overflow: hidden;
    background-size: cover;
    background-position:center center;
}
.direction:hover{
    background-size: auto 130%;
    filter:saturate(1);
}
.direction-in{
    display: table-cell;
    vertical-align: middle;
    padding: 0 5%;
    overflow:hidden;
}

.direction::before{
    content:'';
    background: rgba(0, 0, 0, 0.4);
    top:0;
    left:0;
    position:absolute;
    width:100%;
    height:100%;
}
.direction.first-direction{
    height:600px;
}
.direction .line{
    width:100px;
    height:2px;
    background:#E6C872;
    margin:20px auto;
    position:  relative;
    opacity:  1;
}
.direction-company{
    color:white;
    position: relative;
    font-size:var(--medium-header);
    font-family: 'Din Pro', sans-serif;
}

.direction-company {}
.direction .medium-header{
    color:#E6C872;
    position:  relative;
    text-transform:  uppercase;
    font-family:  'Din Pro', sans-serif;
}
.direction:hover .medium-header{
    transform:scale(1.1);
}
.text-center{
    text-align: center;
}
.page-name .buttons{
    line-height:18px;
    margin: 0 auto;
    margin-top: 25px;
    width: 180px;
    font-family:  'Din Pro';
    font-weight: 700;
    cursor: default;
}
.page-next {
    height:215px;
    position:relative;
}
.page-next::before{
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background: -moz-linear-gradient(top, rgba(17,42,77,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(17,42,77,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(17,42,77,1) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#112a4d', endColorstr='#00ffffff',GradientType=0 );
    opacity:0.7;
}
.page-next a{
    font-size: var(--main-header);
    /*font-size: var(--medium-header);*/
    font-weight: 700;
    line-height: var(--main-header-line-height);
    font-family: 'PT Serif', serif;
    position: absolute;
    z-index: 10;
    color: white;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    left: 0;
    top: 50%;
    margin-top: -22px;

}
.main-header span{
    position:relative;
}.main-header span:hover{
     color:#e6c872;
 }
.main-header span::before{
    content:'';
    width:0%;
    height:2px;
    background: #e6c872;
    bottom:0;
    left:0;
    position:  absolute;
}
.main-header span:hover::before{
    width:100%;
}


/*MENU*/

.fixed-menu{
    position:fixed;
    z-index:9999;
    top:0;
    left:0;
    background:white;
    width: 100%;
    height:100%;
    padding: 20px 5%;
    font-family: 'Din Pro';
    font-size: 18px;
    opacity:  0;
    visibility:  hidden;
    transform: scale(0.5);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.fixed-menu-active .fixed-menu-contacts{
    opacity:1;
    right:0;
    transition-delay:0.8s;
}
.fixed-menu-contacts{
    width:40%;
    position:absolute;
    top:0;
    /*background: #E6C872;*/
    height:100%;
    padding:20px 5%;
    right: -40%;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.fixed-menu-phone, .fixed-menu-address{
    margin-bottom:50px;
}
.fixed-menu-phone .medium-header, .fixed-menu-address .medium-header, .fixed-menu-mail .medium-header{
    position:relative;
    padding-left: 30px;
}

.info-content{
    padding-left: 30px;
}
.fixed-menu-phone .medium-header::after,.fixed-menu-address .medium-header::after, .fixed-menu-mail .medium-header::after{
    display:block;
    width:24px;
    height:24px;
    position:absolute;
    content:'';
    top:50%;
    margin-top:-12px;
    left:0px;
}
.fixed-menu-phone .medium-header::after{
    background:url(/images/phonewh.svg);
    background-size:100% 100%;
}
.fixed-menu-address .medium-header::after{
    background:url(/images/locationwh.svg);
    background-size:100% 100%;
}
.fixed-menu-mail .medium-header::after{
    background:url(/images/emailwh.svg);
    background-size:100% 100%;
}
.fixed-menu-active .fixed-menu-item{
    left:0;
    opacity:1;
    font-family: 'PT Serif', serif;
}
.fixed-menu-active .fixed-menu-item.fmi0{
    transition-delay:0.6s;
}
.fixed-menu-active .fixed-menu-item.fmi1{
    transition-delay:0.7s;
}
.fixed-menu-active .fixed-menu-item.fmi2{
    transition-delay:0.8s;
}
.fixed-menu-active .fixed-menu-item.fmi3{
    transition-delay:1s;
}
.fixed-menu-item{
    text-transform:uppercase;
    font-size: var(--main-header);
    font-weight:700;
    padding-left:20px;
    position:relative;
    margin-bottom:50px;
    display:  block;
    color: white;
    position:relative;
    left:-100px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    opacity:0;
}

.fixed-menu-item::before{
    position:absolute;
    content:'';
    left:0;
    width: 4px;
    height: 30px;
    background: #fff;
    top: 50%;
    margin-top: -15px;
}
.fixed-menu.fixed-menu-active .main-logo{
    opacity:1;
    transition-delay:0.4s;
}
.fixed-menu .main-logo{
    /*background: url(/images/logo-blue.svg);*/
    width: 176px;
    height: 95px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: 5%;
    opacity:0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.fixed-menu-items{
    position:absolute;
    top:50%;
    margin-top: -194px;
}
.fixed-menu.fixed-menu-active{
    opacity:1;
    visibility:visible;
    transform: scale(1);
}
.fixed-contact-c{
    position:absolute;
    top:50%;
    margin-top: -151px;
    color: white;
}
.opacity-0{
    opacity:0;
}
.visibility-hidden{
    visibility: hidden;
}

.dopurl{
    display: inline-block;
    height:46px;
    line-height:46px;
    text-align: center;
    width: 300px;
    margin:10px 50px;
    background-color: #ECECEC;
    color: #4F4F4F;

}

.dopurl.acive{
    background-color: #E6C872;
}

.buttons-block{
    padding:40px 0;
}
.text-voprt{
    width:100%;
    background-color: #ECECEC;
    height:57px;
    line-height:57px;
    /*font-family: 'DIN Pro', sans-serif;*/
    Font-weight: 700;
    /*Font-Size: 18px;*/
    margin-bottom: 20px;
}
.righttext{
    text-align: right;
}
.lefttext{
    text-align: left;
}
.firsttext{
    display: inline-block;
    margin:0 50px;
    width:400px;
}

.numbertico{
    /*width:288px;*/
    display: block;
    /*margin-bottom: 15px;*/
    /*float: right;*/
    /*font-size:  18px;*/
    font-weight:  700;
    color:#205091;
}
.infoblock{
    text-align: center;
    margin-bottom: 50px;
}

.mailtext{
    /*text-align: right;
    font-family: 'DIN Pro', sans-serif;*/
    /*Font-weight: 400;
    Font-Size: 18px;
    Line-Height: 1.4;*/
    color:#333333;
}

.doptext p{
    text-align: left;
    font-family: 'DIN Pro', sans-serif;
    Font-weight: 400;
    Font-Size: 18px;
    Line-Height: 1.769;
    color:#333333;
}
.doppageinfo{
    height: 215px;
    background: whitesmoke;
    margin: 0;
    position: relative;
    background: url(http://mzhk-obolon.in-action.net/uploads/pages/about-header_1.jpg);
    background-size: cover;
    background-position: center center;
}
.doppageinfo::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(17,42,77,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(17,42,77,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(17,42,77,1) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#112a4d', endColorstr='#00ffffff',GradientType=0 );
    opacity: 0.7;
}

.map-div{
    width:100%;
    height:430px;
    position: relative;
    background-color: whitesmoke;
}
.project-2size{
    width: 66.666%;
    line-height: 300px;
}
.project-name-build{
    font-weight: bold;
    font-size: 24px;
    color: #E6C872;
    text-align: center;
    text-transform: uppercase;
}

.videoblock{
    width:100%;
    height:380px;
}

.ab-projtext.medium-header{
    font-family: 'PT Serif', serif;
    text-transform: uppercase;
    line-height: 47px;
}
.ab-projtext{
    padding-bottom: 0;
}
.blu-color{
    color:#205091;
}

.inabout {
    font-size:16px;
    line-height: 32px;
}

.info-list{
    list-style-type: none;
    padding:0;
    margin:0;
}

.info-blocks{
    display: inline-block;
    width: 315px;
    /*width:30%;*/
    box-sizing: border-box;
    font-family: 'DIN Pro', sans-serif;
    /*font-size: 18px;*/
    line-height: 1.83;
    vertical-align: top;
    padding-bottom: 40px;
}
.dopzaglav{
    margin-bottom: 50px;
}
.zaglav:after{
    position: absolute;
    content: '';
    left:-10px;
    height:40px;
    width:10px;
    background-image: url(../images/newtriangle.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top:0;
    transform: rotate(180deg);
}
.zaglav:before{
    position: absolute;
    content: '';
    right:-10px;
    height:40px;
    width:10px;
    background-image: url(../images/newtriangle.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top:0;
}
.zaglav{
    height:40px;
    background-color: #205091;
    position: relative;
    line-height: 40px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    text-align:  center;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 92%;
}

.info-list li:before{
    position: absolute;
    left:0;
    top:10px;
    content: '';
    width:4px;
    height:8px;
    background-image: url('../images/triangle.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.info-list li{
    padding-left: 15px;
    position: relative;
    box-sizing: border-box;
    text-align: left;
    line-height: 1.3;
    margin-bottom: 10px;
}

.info-blocks.center{
    margin-right: 140px;
    margin-left: 140px;
}

.doppotr{
    text-align: center;
}

.big-number{
    font-family: 'PT Serif', serif;
    Font-weight: 700;
    Font-Size: 120px;
    text-Align: left;
    Letter-Spacing:2px;
    color:#E6C872;
    line-height: 1;
    display: block;
    vertical-align: middle;
    text-align:  center;
}

.text-number{
    /* Font-Size: 16px; */
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 1;
}
.apartmens-block{
    margin:0;
    padding-bottom:10px;
    flex: 1;
}
.apartmens{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.leftside{
    text-align: left;
}

.centerside{
    text-align: center;
}

.rightside{
    text-align: right;
}
.ingreyback .buttons{
    border:1px solid #E6C872;
}

.slider-item:before{
    content: '';
    position: absolute;
    top:0;
    bottom:0;
    width:100%;
    left:0;
    background-color: #000000;
    opacity: 0.2;
}
.slider-item{
    width:100%;
    height:325px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.sliderstyle.owl-theme .owl-dots .owl-dot span{
    width: 4px;
    height: 4px;
    border-radius:0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    margin: 0;
    background-color: #BDBDBD;
    padding:0;
    display: block;
}
.owl-theme .owl-dots .owl-dot{
    margin: 0px 11px;
}
.owl-theme .owl-controls{
    margin-top: 0;
}

.owl-theme .owl-dots .owl-dot.active span{
    background-color: #E6C872;
}

.owl-theme .owl-dots .owl-dot:hover span{
    background-color:#e3e3e3;
}

.sliderstyle .owl-nav {
    position: absolute;
    top:50%;
    left: 0;
    width: 100%;
    margin: 0 auto;
    height: 40px;
    padding: 0;
    margin-top: -20px;
}

.sliderstyle .owl-dots{
    position: absolute;
    left: 0;
    width: 100%;
    margin: 0 auto;
    bottom: -40px;
}

.sliderstyle.owl-carousel .owl-controls .owl-nav .owl-prev{
    left: 24px;
}
.sliderstyle.owl-carousel .owl-controls .owl-nav .owl-next{
    right:24px;
}
.sliderstyle{
    padding-right: 0;
    padding-left: 0;
    box-sizing: border-box;
}
.sliderstyle.owl-theme .owl-controls .owl-nav [class*=owl-]{
    position: absolute;
    margin: 0;
    background-color:transparent;
    display:block;
    width: 18px;
    height: 31px;
    background-size: contain;
    background-position: center;
}

.sliderstyle.owl-carousel .owl-controls .owl-nav .owl-prev{
    background-image: url(../images/leftnew.svg);
}

.sliderstyle.owl-carousel .owl-controls .owl-nav .owl-next {
    background-image: url(../images/rightnew.svg);
}

.in-aboutinfo{
    padding-left: 30px;
}

.block-descript{
}

.leftblock p{
    padding-right: 60px;
}
.leftblock{
    padding-right: 16px;
    text-align: right;
}
.rightblock p{
    padding-left: 60px;
}
.rightblock{
    padding-left: 16px;
    text-align: left;
}

.contactinfo p{
    margin:0;
}
.contactinfo{
    width:50%;
    float: left;
    font-family: 'DIN Pro', sans-serif;
    Font-weight: 400;
    /*Font-Size: 18px;*/
    Line-Height:1.75;
    color: #333333;
}
.contactinfo .icons{
    position: relative;
}
.contactinfo .icons:before{

    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top:50%;

}

.leftblock .icons:before{
    right:0;
}
.rightblock .icons:before{
    left:0;
}

.center-of:before{
    background-image: url(../images/center-of.svg);
    width:22px;
    height:18px;
    margin-top: -9px;
}
.graf-rob:before{
    background-image: url(../images/hours.svg);
    width:22px;
    height:22px;
    margin-top: -11px;
}
.number-phon:before{
    background-image: url(../images/telefon.svg);
    width:22px;
    height:18px;
    margin-top: -9px;
}
.emeil-ico:before{
    background-image: url(../images/email-ico.svg);
    width:23px;
    height:16px;
    margin-top: -8px;
}
.adress-ico:before{
    background-image: url(../images/adres.svg);
    width:24px;
    height:22px;
    margin-top: -11px;
}
.metro-ico:before{
    background-image: url(../images/metro.svg);
    width:25px;
    height:20px;
    margin-top: -10px;
}

.dopbutclass{
    text-align: center;
    padding-top: 10px;
}

.small-map{
    width:100%;
    margin:0 auto;
    position: relative;
    height:250px;
    text-align: center;
    background: #ECECEC;
}
.styleblue{
    padding: 12px 20px;
    line-height: 1.4;
    text-transform: uppercase;
    font-weight: 600;
    background: #205091;
    text-align: center;
    font-size: 12px;
    color: #fff;
    letter-spacing: 1px;
    cursor:pointer;
}
.view-lokac{
    width: 220px;
    display: inline-block;
    top: 50%;
    margin-top: -20px;
    position: absolute;
    left:50%;
    margin-left: -110px;
}

.akcies-photo:before{
    content: '';
    width:100%;
    top:0;
    bottom:0;
    left:0;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;

}
.akcies-item{
    padding:6px;
}
.akcies-photo{
    width:100%;
    height:270px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.name-news{
    position: absolute;
    top:50%;
    font-family: 'DIN Pro', sans-serif;
    Font-weight: 600;
    Font-Size: 18px;
    Line-Height: 1.16;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    width:100%;
    padding:0 10px;
    box-sizing: border-box;

    -ms-transform: translateX(0%) translateY(-50%);
    -webkit-transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
}

.details-butt{
    z-index:2;
    position: absolute;
    bottom:25px;
    width:140px;
    left:50%;
    margin-left: -70px;
    background:none;
}
.details-butt::after{
    position:absolute;
    top:0;
    left:0;
    content:'';
    width:100%;
    height:100%;
    background:#205091;
    z-index:-2;
}
.details-butt::before{
    position:absolute;
    top:0;
    left:0;
    content:'';
    width:0%;
    height:100%;
    background:#e6c872;
    z-index:-1;
}
.details-butt.styleblue:hover{
    color:#333;
}
.details-butt:hover::before{
    width:100%;
}
.akcies-photo:hover .data-label{
    background-color: #ECECEC;
    color:#333;
}
.akcies-photo:hover .data-label p{
    color:#205091;
}
.data-label{
    width:96px;
    padding:9px 0 12px;
    background-color: #E6C872;
    position: absolute;
    top:-6px;
    left:-6px;
    z-index: 9;
}
.new-one p {
    padding-bottom:15px;
}
p {
    margin: 0;
}
.description p{
    margin-bottom:15px
}
.data-label p{
    font-family: 'PT Serif', serif;
    font-weight:   700;
    line-height: 0.95;
    color: #fff;
    text-align: center;
    padding:0;
    margin:0;
    text-transform: uppercase;
}
.yearstyle {
    font-size: 19px;
}

.monthstyle{
    font-size: 21px;
}
.numbstyle {
    font-size: 36px;
}

.projects-list.another-projects{
    margin-top:0;
}

.projects-list.another-projects .project{
    width: 50%;
    height: 380px;
}

.another-projects-block{
    padding-bottom: 0;
}

.maps-minblock{
    width:100%;
    height:325px;
}

.month-block{
    position: absolute;
    text-transform: uppercase;
    font-family: 'DIN Pro', sans-serif;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 2px;
    color:white;
    padding: 12px 20px;
    background-color: rgba(0, 0, 0, 0.5);
    bottom:30px;
    left:50%;
    -ms-transform: translateX(-50%) translateY(0%);
    -webkit-transform: translateX(-50%) translateY(0%);
    -moz-transform: translateX(-50%) translateY(0%);
    -o-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%);
    max-width:200px;
    width:70%;
    text-align: center;
}

.header-link:hover,.header-link:focus, .header-phone:hover, .header-phone:focus{
    outline: none;
    color: white;
}

.sliderstyle.owl-theme .owl-controls .owl-nav [class*=owl-]:hover,.pgwSlideshow .ps-current .ps-prev:hover, .pgwSlideshow .ps-current .ps-next:hover,.pgwSlideshow .ps-list .ps-next:hover, .pgwSlideshow .ps-list .ps-prev:hover{
    /*opacity:0.5;*/
}

.styleblue:hover{
    background-color:#073674 ;
    color:white;
}

.numbertico:hover,.numbertico:focus{
    color:#000;
    outline:none;
    text-decoration: none;

}

.mailtext:hover, .mailtext:focus{
    outline:none;
    color: #205094;
    text-decoration: none;
}
.number-phon:hover a,.emeil-ico:hover a{
    color: #205094;
}
.number-phon a, .emeil-ico a{
    color:#333;
}
a:hover, a:focus{
    outline:none!important;
    text-decoration: none;
}

.leftnaprav{
    position: relative;
    width: 100%;
    padding-right: 53%;
    margin-top: 50px;
}
.leftnaprav.rightnaprav{
    padding-left: 53%;
    padding-right: 0;
}
.zaglavnaprav{
    font-size: var(--medium-header);
    text-transform: uppercase;
    font-weight:700;
    Line-Height: 42px;
    padding-bottom: 10px;
    padding-left: 8px;
}

.smalltext{
    padding-left: 8px;
}

.photoblock{
    position: absolute;
    right: 0;
    top:0;
    bottom:0;
    width:47%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.leftnaprav.rightnaprav .photoblock{
    left: 0;
    right:auto;
}
.create-proj{
    font-family: 'PT Serif', serif;
    font-weight:700;
    text-align: left;

}
.numb-proj{

    line-height: 1;
    font-size: 85px;
    color: #205091;
    display: inline-block;
    vertical-align: middle;
}
.text-creat{
    display: inline-block;
    line-height: 1.2;
    vertical-align: middle;
    font-size: 32px;
}

.leftinline{
    display: inline-block;
    margin-right: 10px;
    margin-top: 50px;
}

.leftinline-block{
    display: inline-block;
    vertical-align: bottom;
    width:100%;
    position: relative;
    padding-right: 520px;
    min-height: 250px;
    margin-bottom: 35px;
}
.namesblue{
    margin-top: 20px;
    color:#205091;
}
.abs-block{
    position: absolute;
    right:0;
    width:520px;
    top:0;
}
.photo-arc{
    width:220px;
    height:250px;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.names-arc{
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    font-family: 'PT Serif', serif;
    font-weight:700;
    font-size:32px;
    width:290px;
}

.photo-arc:after{
    width: 100%;
    height: 12px;
    position: absolute;
    content: '';
    background: white;
    right: -12px;
    top: -12px;
}
.photo-arc:before{
    width: 12px;
    height: 100%;
    position: absolute;
    content: '';
    background: white;
    right: -12px;
    top: -12px;
}

.page-name .buttons.dopsbutstyle{
    width:auto;
    display: inline-block;
    padding: 12px 20px;
}

.newsitems{
    width:32%;
    display: inline-block;
}

.newsall-block{
    padding-left: 2%;
}
.moreblock{
    padding:50px 0;
    text-align: center;
}

.paginbut-block{
    text-align: center;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0;
    border-radius: 0;
}

.pagination > li > a, .pagination > li > span{
    color: #BDBDBD;
    font-family: 'PT Serif', serif;
    font-weight: 700;
    Font-Size: 24px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    padding: 0;
    border: 1px solid #BDBDBD;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
    background-color: #E6C872;
    border-color: #BDBDBD;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{
    color: #BDBDBD;
    border-color: #BDBDBD;
}
.pagination > li.prev a, .pagination > li.prev span,.pagination > li.next a, .pagination > li.next span{
    font-size: 0;
    position: relative;
}

.pagination > li.prev a:before, .pagination > li.prev span:before,.pagination > li.next a:before, .pagination > li.next span:before{
    content: '';
    position: absolute;
    width:15px;
    height:30px;
    left:50%;
    margin-left: -8px;
    top:50%;
    margin-top: -15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.pagination > li.prev a:before, .pagination > li.prev span:before{
    background-image: url(../images/leftpag.svg);
}

.pagination > li.next a:before, .pagination > li.next span:before{
    background-image: url(../images/rightpag.svg);
}
.photonews{
    width: 40%;
    position: relative;
    height:300px;
    float: left;
    margin-right: 0;
    margin-bottom: 25px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.new-body{
    width:55%;
    float:right;
}
.photonews .data-label{
    top: 0px;
    left: 0px;
}
.princple-block{
    font-family: 'PT Serif', serif;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    /*width:24%;*/
    display: inline-block;
    vertical-align: top;

}
.features-block{
    padding: 0px 0;
    padding-bottom: 40px;
    text-align:  center;
    display: flex;
}
.princ-numb{
    Font-Size: 110px;
    letter-spacing: 2px;
    color:#205091;
    text-align: center;
    position: relative;
    display: block;
    z-index: 3;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 100px auto;
}
.princ-numb:after{
    /* width:100px;
     height:100px;
     bottom:7px;
     content: '';
     position: absolute;
     left:0;
     background-position: left center;
     background-repeat: no-repeat;
     background-size: contain;
     z-index: 1;*/
}
.bud-rinockimg:after{

    /*  background-image: url(../images/bud-rinockimg.svg);*/
}
.bud-obiectimg:after{

    /*background-image: url(../images/bud-obiectimg.svg);*/
}
.pro-personimg:after{

    /* background-image: url(../images/pro-personimg.svg);*/
}
.kvadr-metrimg:after{

    /*  background-image: url(../images/kvadr-metrimg.svg);*/
}
.princ-text{
    color:#333;
    Font-Size: 24px;
    text-align: center;
    display: block;
}

.princple-block.left{
    padding-left: 0;
}
.princple-block{padding: 0 50px;flex: 1;}

.princdop{
    display: inline-block;
}

.descript-new{
    padding-top: 0px;
}
.share-friends .buttons{
    float:left;
}
.share-friends .buttons:hover{
    color:#333;
}
.share-friends{
    margin-top:40px;
}
.sharetext{
    display: inline-block;
    padding: 10px 0px 10px 20px;
    float:  right;
    /* background: #e0e0e0; */
    border-radius:  3px;
    color: #989898;
}
.fb-share-button{
    display:inline-block;
}

.fixed-menu-active .fixed-menu-item:hover{
    transition-delay: 0s;
}

.akcies-item:hover .name-news{
    color:#E6C872;
}

.new-buttons{
    margin-top: 0;
    margin-bottom: 25px;
}

.button-style:hover{
    background: #d4b96b;
    color: #4F4F4F;
}

.inindex.header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.popupclass{
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.5);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.video-popup{
    /*padding: 20px 5%;
    font-family: 'Din Pro';*/

}

.popupclass.popupactive {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.popupcontent{
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.consult-popup-block{
    width:600px;
    background-color: white;
    padding: 45px 90px 25px;
}
.video-popup-block{

    width:550px;
}
.zaglav-popup{
    text-transform: uppercase;
    text-align: center;
    font-family: 'PT Serif', serif;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 45px;
    line-height: 1.17;
}
.leftblock.contactpage {
    padding-right: 0px;
    text-align: right;
}
.rightblock.contactpage {
    padding-left: 0px;
    text-align: left;
}

.leftblock.contactpage div{
    padding-right: 16px;
}
.rightblock.contactpage div{
    padding-left: 16px;
}

.rightblock.contactpage p{
    padding-left: 0;
}

.block-contact{
    margin-bottom: 50px;
}

.newotstup{
    margin-right: 50px;
    margin-bottom: 25px;
}

.left-barnew{
    width: 48%;
    float: left;
    padding-top: 15px;
}

.input-block input{
    height: 45px;
    box-sizing: border-box;
    border: 0;
    border-bottom: 2px solid white;
    color: #fff;
    background-color: transparent;
    font-weight: 400;
    font-size: 90%;
    text-align: center;
    text-transform: none;
    box-shadow: none;
    border-radius: 0;
}
.input-block{
    width:100%;
}

.buttons.book-but {
    text-align: center;
    margin: 0 auto;
}

.Background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
@media screen and (max-width: 600px) {
    .Background::after {
        /*background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), transparent 80%, rgba(0, 0, 0, 0.5));*/
    }
}


.paddleftotst{
    padding-left: 30px;
}

.incompany{
    line-height: 1.83;
}

.compannew.direction{
    width:33.33%;
}

.compannew.direction.first-direction{
    height:300px;
}

.popupcontent .form-control{
    height:50px;
    line-height:50px;
    border-radius:0;
    padding:0;

}

.bookingzone{
    height:50px;

    line-height: 50px;
    -webkit-appearance:none;
    -webkit-box-shadow:none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none!important;
    box-shadow:none;
    border-radius:0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    padding: 0 20px;
    border:none;
    outline:none;
    display: block;
    margin: 0 auto;
    margin-top: 25px;
}
.popupcontent .form-control{
    height:50px;
    line-height: 50px;
    background: transparent;
    border:1px solid #BDBDBD;
    border-radius:0px;
    font-size : 14px;
    color : #BDBDBD;
    font-family: 'DIN Pro';font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
    -webkit-appearance:none;
    -webkit-box-shadow:none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none!important;
    box-shadow:none;
    padding: 0 20px;
    outline: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    display: block;
    float: none;
    margin: 0 auto;

}
.form-control:focus, .form-control:active, .form-control:visited{
    outline:none;
}
.form-control:focus, .has-success .form-control, .has-success .form-control:focus{
    -webkit-box-shadow:none;
    box-shadow:none;
    border-color:#333;
}


.has-error .form-control{
    -webkit-box-shadow:none;
    box-shadow:none;
    border-color:red;
}
.has-error .form-control, .has-error .form-control:focus,.has-success input.form-control:focus {
    -webkit-box-shadow:none;
    box-shadow:none;
}
.has-error input.form-control{
    -webkit-box-shadow:none;
    box-shadow:none;
}
.has-success input.form-control{
    -webkit-box-shadow:none;
    box-shadow:none;
}
.form-control{
    -webkit-box-shadow:none;
    box-shadow:none;
}
.popupcontent input.form-control::-webkit-input-placeholder {color:#BDBDBD;font-family: 'DIN Pro';font-weight: 400;}
.popupcontent input.form-control::-moz-placeholder          {color:#BDBDBD;font-family: 'DIN Pro';font-weight: 400;}
.popupcontent input.form-control:-moz-placeholder           {color:#BDBDBD;font-family: 'DIN Pro';font-weight: 400;}
.popupcontent input.form-control:-ms-input-placeholder      {color:#BDBDBD;font-family: 'DIN Pro';font-weight: 400;}
.form-horizontal .form-group {
    margin: 0 auto;
    padding-bottom: 25px;
    position: relative;
}


.close-popup-butt .hamburger{
    position: absolute;

}
.close-popup-butt:hover .hamburger.bar .bar1, .close-popup-butt:hover .hamburger.bar .bar2{
    background-color:#E6C872;
}
.close-popup-butt{
    position: absolute;
    top:28px;
    right:18px;
    z-index: 4;
    height:30px;
    width:30px;
}

.help-block{
    position: absolute;
    font-size:12px;
}

.dophamburger {
    position: absolute;
    height: 34px;
    right: 0;
    width: 26px;
    top: -11px;
    cursor:pointer;
}
.menuicon.icontext.bar:hover{
    cursor: default;
    color:transparent;
}

.menuicon.icontext:hover{
    color: #fff;
}
.menuicon.bar:hover .bar1{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, 0);
    -moz-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, 0);
    -webkit-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, 0);
    -o-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, 0);
    background-color: #333;
}

.menuicon:hover .bar1{
    transform: translate(-3px,0px) translate3d(0,0px,0);
    -webkit-transform: translate(-3px,0) translate3d(0,0px,0);
    background-color: #fff;
}

.menuicon.bar:hover .bar2{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 0);
    -moz-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 0);
    -webkit-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 0);
    -o-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 0);
    background-color: #333;
}
.menuicon:hover .bar2{
    transform: translate(3px,8px) translate3d(0,0px,0);
    -webkit-transform: translate(3px,8px) translate3d(0,0px,0);
    background-color: #fff;
}

.menuicon.bar .dophamburger:hover .bar1, .menuicon.bar .dophamburger:hover .bar2{
    background-color: #fff;
}

.proj-photo:after{
    position: absolute;
    content: '';
    width: 50px;
    height: 100%;
    left: -50px;
    top: 0;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
    -webkit-transition: all 0ms ease-in-out;
    -moz-transition: all 0ms ease-in-out;
    -o-transition: all 0ms ease-in-out;
    transition: all 0ms ease-in-out;
    opacity: 0.5;
}
.proj-photo, .naprav-photo{
    position: absolute;
    width:100%;
    left:0;
    top:0;
    bottom:0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}

.project{
    overflow: hidden;
}
.project:hover .proj-photo,.direction:hover .naprav-photo{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);

}

.naprav-photo::before {
    content: '';
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.about-company .quote.new{
    padding-left: 0;
    margin-top: 0;
    float: none;
}

.quote.new::before,.quote.new::after{
    display: none;
}

.gimntext p{
    padding-bottom: 15px;
}
.gimntext{
    margin-top: 30px;
    line-height: 1.5;
}
.block-contact.animac{
    opacity: 1;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    display:block;
}
.block-contact{
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.gimn-block,.historyblock {
    opacity: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.gimn-block.showmore, .historyblock.showmore,.directors-block.showmore{
    height: auto;
    opacity: 1;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.history-of-company{
    height:600px;
    background:url(/images/road.svg)no-repeat;
    background-position:center center;
    background-size:auto 100%;
    bottom: -50px;
    width: 900px;
    margin: 0 auto;
    position:  relative;
}
.dopclass{
    width:50%;
    float: left;
}

.newdop{
    padding-right: 20px;
    padding-left: 20px;
    width:100%;
    text-align: center;
}

.four-main-block{
    margin-bottom: 0;
}

.positionmy{
    position: relative;
}
.nakarte span{
    position: relative;
    padding-left: 26px;
    display: block;
}
.nakarte span:before{
    content: '';
    position: absolute;
    left:0px;
    top:50%;
    margin-top: -15px;
    background-image: url('../images/metka-proj.svg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    width: 28px;
    height: 29px;
}
.projects .nakarte {
    color:white;
    right:0;
    top:0;
    cursor:pointer;
    background: none;
}

.buttons.nakarte::before{
    background: #205091;
}

.projects .buttons.nakarte{
    margin: 0;
}

.map-popup.showmore{
    opacity:1;
    visibility: visible;
    /*transform: scale(1);*/
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.map-popup{
    position: fixed;
    left:0;
    width:100%;
    top:0;
    bottom:0;
    opacity: 0;
    visibility: hidden;
    /*transform: scale(0.5);*/
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    z-index:100;
}

.mappopup{
    position: absolute;
    top:0;
    bottom:0;
    width:100%;
    left:0;
}
.closepopup{
    position:absolute;
    bottom:10px;
    right:10px;
    width:auto;
    min-width:160px;
}

.main-logo.newpopup{
    position: fixed;
    background-image: url(../images/logo-mzkblue.svg);
    z-index: 101;
    background-repeat: no-repeat;
}

.phone-menu{

    top: -2%;
    bottom:-2%;
    left: -2%;
    display: block;
    width: 104%;
    height: 104%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    filter: blur(20px);
    position: absolute;
}

.fixed-menu{
    overflow: hidden;
}

.fixed-menu-item:hover{
    color: #fff;
}

.circle-naprav-block{
    position: relative;
    width:460px;
    height:460px;
    margin:0 auto;
    margin-bottom: 100px;
    margin-top: 100px;
}

.cicle-naprav{
    width:460px;
    height:460px;
    border-radius:100%;
    border:2px solid #E6C872;
    position: relative;
    /*background-image: url(../images/images.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
}



.tochka:before{
    position: absolute;
    width:30px;
    height:30px;
    background-image: url(../images/plus.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    content: '';
    left:50%;
    margin-left: -15px;
    top:50%;
    margin-top:-15px;
}
.directions-animated .tochka:nth-child(1):before{
    transform: rotate(90deg) scale(1.75);
    transition-delay:0s;
}
.directions-animated .tochka:nth-child(2):before{
    transform: rotate(90deg) scale(1.75);
    transition-delay:0.25s;
}
.directions-animated .tochka:nth-child(3):before{
    transform: rotate(90deg) scale(1.75);
    transition-delay:0.5s;
}
.directions-animated .tochka:nth-child(4):before{
    transform: rotate(90deg) scale(1.75);
    transition-delay:0.75s;
}
.directions-animated .tochka:nth-child(5):before{
    transform: rotate(90deg) scale(1.75);
    transition-delay:1s;
}
.directions-animated .tochka:nth-child(6):before{
    transform: rotate(90deg) scale(1.75);
    transition-delay:1.25s;
}
.directions-animated .tochka:nth-child(7):before{
    transform: rotate(90deg) scale(1.75);
    transition-delay:1.5s;
}
.tochka:hover:before{
    animation: none;
    -webkit-animation: none;
}
.tochka{
    position: absolute;
    width:70px;
    height:70px;
    background-color: white;
    border-radius:100%;
    cursor:pointer;
}

.tochka1{
    right: 149px;
    top: -33px;
}
.tochka2{
    right: -12px;
    top: 86px;
}
.tochka3{
    right: -17px;
    bottom: 101px;
}
.tochka4{
    right: 133px;
    bottom: -25px;
}
.tochka5{
    left: 61px;
    bottom: 5px;
}
.tochka6{
    left: -36px;
    top: 204px;
}
.tochka7{
    left: 43px;
    top: 18px;
}

.nametochkablock{
    position: absolute;
    font-family: 'PT Serif', serif;
}
.nametochka{
    font-weight:700;
    width: 220px;
    text-transform: uppercase;
    font-size: 120%;
}
.nametochka:hover{
    color:#2a5896;
}
.texttochka{
    font-weight:400;
    font-size:12px;
}

.tochka1 .nametochkablock{
    left: 70px;
    top: 0px;
    text-align: left;
}
.tochka2 .nametochkablock{
    left: 63px;
    top: 18px;
    text-align: left;
}
.tochka3 .nametochkablock{
    left: 60px;
    top: 4px;
    text-align: left;
}
.tochka1 .nametochkablock{
    top: -5px;
    left: 50px;
}
.tochka4 .nametochkablock{
    top: 50px;
    left: 38px;
    text-align: left;
}
.tochka5 .nametochkablock{
    right: 57px;
    top: 29px;
    text-align: right;
}

.tochka7 .nametochkablock{
    right: 59px;
    top: 19px;
    text-align: right;
}
.tochka6 .nametochkablock{
    right: 58px;
    top: 5px;
    text-align: right;
}
.textaboutcompany{
    color:#333;
    position: absolute;
    width:80%;
    left:10%;
    top:50%;
    text-align: center;
    color:#333;
    -ms-transform: translateX(0%) translateY(-50%);
    -webkit-transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
    opacity: 0;
    overflow: hidden;
}

.textaboutcompany.animac{
    opacity: 1;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    display: block;
}
.logoblocks{
    position: absolute;
    width: 330px;
    height: 170px;
    background: url(/images/logo-blue.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    left:50%;
    margin-top: -110px;
    margin-left: -165px;
    /*display:block;*/
    visibility: visible;
    opacity:1;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.logoblocks.hides{
    visibility: hidden;
    opacity:0;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.textdescript p{
    padding-bottom: 0px;
}

.compname{
    font-weight: 700;
    font-size: 120%;
    color: #205091;
}

.linesnew{
    width:100px;
    height:2px;
    background: #E6C872;
    margin:15px auto;
}

.descrtiptcomp{
    font-weight:400;
}

.bar3{


    transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, 0);
    -moz-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, 0);
    -webkit-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, 0);
    -o-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, 0);
    -webkit-tap-highlight-color: rgba(255,255,255,0);

}

.bar4,.bar3{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    outline: none !important;
    position: absolute;
    z-index: 1;
    width: 26px;
    height: 2px;
    top: 50%;
    left: -2px;
    background-color: #E6C872;
}
.bar4{
    transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 0);
    -moz-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 0);
    -webkit-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 0);
    -o-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 0)
}
.closebut.vis {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.closebut {
    opacity: 0;
    cursor: pointer;
    position: absolute;
    bottom: 60px;
    width: 20px;
    height: 20px;
    left: 50%;
    margin-left: -10px;
    visibility: hidden;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

#id_map .text{
    color:#000;
    font-family: 'DIN Pro';
    font-size:14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding:15px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#id_map .text .name{
    font-weight:700;
    line-height:1.2;
    text-align: left;
    padding-bottom:14px;
    padding-left:20px;

}

#id_map .text .address:before{
    position: absolute;
    left:0;
    top:2px;
    content: '';
    width:10px;
    height:16px;
    background-image: url(../images/metkapopupmap.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;

}
#id_map .text .address{
    font-weight:400;
    padding-left:20px;
    padding-bottom:14px;
    position: relative;
    line-height:1.78;
    text-align: left;
}

#id_map .text{
    text-align: center;
}
#id_map .text .url{
    display: none;
}
.mappopup .text .url{
    text-transform: uppercase;
    font-weight: 600;
    background: transparent;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    color: #4F4F4F;
    letter-spacing: 1px;
    padding: 12px 10px;
    position: relative;
    width: auto;
    min-width: 160px;
    display: inline-block;
    z-index: 1;
}

#id_map .text .url::before , .closepopup::before{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: #E6C872;
    z-index: -2;
}

#id_map .text .url::after, .closepopup::after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #ECECEC;
    transform-origin: left;
    transition: width 0.25s ease;
    z-index: -1;
    border:1px solid transparent;
}

#id_map .text .url:hover::after, .closepopup:hover::after{
    width: 100%;
    border:1px solid #E6C872;
}

.closepopup{
    z-index:1;
}

.textdescript{
    margin-top: 40px;
    padding: 20px 30px;
    background: white;
    margin-bottom: 30px;
    border-radius:  4px;
    box-shadow: 0 0 30px -5px #dcdada;
}
.textdescript ul{
    list-style-type:none;
    padding-left:0;
}
.textdescript ul li{
    padding-left: 30px;
    position:relative;
}
.text-center{
    text-align:center;
}
.projects-container{
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
    margin:  0 auto;
    margin-bottom: 20px;
    position: relative;
}
.projects-container::after{
    position: absolute;
    top:0;
    left:50%;
    margin-left:-10px;
    width:20px;
    height:100%;
    content:'';
    background: white;
    z-index:10;
}
.another-projects-block .projects-container::after{
    background:#ECECEC;
}
.textdescript ul li::after{
    content:'';
    position:absolute;
    left:0;
    width:20px;
    height:1px;
    background: #e6c872;
    top: 17px;
}
.btn_telegram_share {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin-right: 7px;
    padding: 3px 10px;
    border: 1px solid #54aaeb;
    border-radius: 5px;
    background: #54aaeb;
    font: normal normal normal 16px arial;
    color: #ffffff;
    text-decoration: none;
    position:  relative;
    top: -1px;
}
.directors-block{
    opacity: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.btn_telegram_share:hover
{
    border: 1px solid #61c4ff;
    background: #65ccff;
    background: -webkit-gradient(linear, left top, left bottom, from(#65ccff), to(#65ccff));
    background: -moz-linear-gradient(top, #65ccff, #65ccff);
    background: linear-gradient(to bottom, #65ccff, #65ccff);
    color: #ffffff;
    text-decoration: none;
}
.btn_telegram_share:before{
    content:  "";
    display: inline-block;
    height: 22px;
    width: 24px;
    line-height: 24px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: -2px;
    left: 2px;
    background: url("/images/tg.svg") no-repeat center center transparent;
    background-size: auto 17px;
}
.company_li li p{
    display: inline;
}
.photonews_all_div{
    position: relative;
}
.face_index,.number_phone_main{
   /* display: none;*/
}
.marker,.popup_class,.popup_class *{
    background-position: center;
    background-repeat: no-repeat;
    transition: 0s;
}
