@import url(reset.css);
@import url(default.css);



@font-face{
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans2.eot');
    src: url('../fonts/opensans2.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans2.woff2') format('woff2'),
         url('../fonts/opensans2.woff') format('woff'),
         url('../fonts/opensans2.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sans_extraboldregular';
    src: url('../fonts/opensansextrabold.eot');
    src: url('../fonts/opensansextrabold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensansextrabold.woff2') format('woff2'),
         url('../fonts/opensansextrabold.woff') format('woff'),
         url('../fonts/opensansextrabold.ttf') format('truetype'),
         url('../fonts/opensansextrabold.svg#open_sans_extraboldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular.eot');
    src: url('../fonts/opensans-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular.woff2') format('woff2'),
         url('../fonts/opensans-regular.woff') format('woff'),
         url('../fonts/opensans-regular.ttf') format('truetype'),
         url('../fonts/opensans-regular.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}*/
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/OpenSansRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Scriptorama';
    src: url('../fonts/Scriptorama.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}



/*------- Common block ----------------*/
body,
html {
    margin: 0px;
    padding: 0px;
}
html.html,
body.body {
    /*background-color: rgba(1, 14, 111, 0.8);*/
    background-color:#fff;
    min-width: 1024px;
    min-height: 604px;
    height: 100%;
}
/*html {
    -webkit-transition:background 0.5s ease-in-out;
    -moz-transition:background 0.5s ease-in-out;
    transition:background 0.5s ease-in-out;
}*/
/*rounded corners*/
body.body{
   /* height: calc(100% - 30px);
    margin:15px;
    border-radius:20px;*/
    background:#fff;
    position: relative;
    /*padding-top:15px;
    height: calc(100% - 15px);*/
    height:100%;
}
body.chevalblanc{
    background-color: #32408c;
}
/**/
.clear {
    clear: both;
}
.globalcont-preloader{
    /*position: relative;
    margin:0 15px 15px;
    border-radius:20px;
    height: calc(100% - 15px)*/
    position: relative;
    min-height: 100%;

}

#preloader {
	position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    height: 100%;
    background-color:#fff;/*#01116f;*/
    z-index: 999;

}
/*rounded corners*/
#preloader{
    width:auto;
    height: auto;
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
}
.preloader_bg{
    position: absolute;
    left:15px;
    top:15px;
    right:15px;
    bottom:15px;
    /*border-radius: 20px;*/
    background:#32408c;
}
/**/
#hidden_bg .prelWrap,
#preloader .prelWrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 165px;
    height: 184px;
}

#hidden_bg .bgP,
#preloader .bgP {
	position: absolute;
	top: 0;
	left: 0;
    width: 165px;
    height: 184px;
	background: url('../images/logo-loader-full.png')no-repeat;
}

#hidden_bg .animP,
#preloader .animP {
	position: absolute;
	bottom: 0;
    top:0;
	left: 0;
	width: 165px;
    height: 184px;
	background: url('../images/logo-loader.png')no-repeat;


}
#hidden_bg .animP.active,
#preloader .animP.active{
    -webkit-animation: load 1s infinite linear 0.5s;
    animation: load 1s infinite linear 0.5s;
}

ol {
    margin-left: 20px;
}

@-webkit-keyframes load{
    0% {height: 0px;}
    100% {height: 184px;}
}

@keyframes load{
    0% {height: 0px;}
    100% {height: 184px;}
}

/*-----Трансформация при ховер эффекте на логотип реалист-диджитал*/

.realist_digital_link {
    line-height: 44px;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    height: 32px;
    width: 54px;
    display: block;
    position: absolute;
    bottom: 20px;
    right: 15px;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 998;
}

.close {
    opacity: 0;
    background: url(../images/close_icon.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    display: block;
    top: 100px;
    position: absolute;
    right: 45px;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
}

.close:hover {
    opacity: 0.5 !important;

    /*transform: scale(1.2) !important;*/
}



.realist_digital_link span {
    position: relative;
    display: inline-block;
    /*padding: 0 14px;*/

    height: 32px;
    width: 54px;
    background: url('../images/realist_digital_cube.png')no-repeat 0 0;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
/*.csstransforms3d*/

.realist_digital_link span::before {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    height: 32px;
    width: 54px;
    background: url('../images/realist_digital_cube.png')no-repeat 0 -33px;
    content: " ";
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.realist_digital_link:hover span,
.realist_digital_link:focus span {
    -webkit-transform: rotateX(90deg) translateY(-22px);
    -moz-transform: rotateX(90deg) translateY(-22px);
    transform: rotateX(90deg) translateY(-22px);
}
/*.csstransforms3d*/

.realist_digital_link:hover span::before,
    /*.csstransforms3d */

.realist_digital_link:focus span::before {
    background: url('../images/realist_digital_cube.png')no-repeat 0 -33px;
}

.demo_color {
    background: #ccc;
    /* <============================================== delete*/
}
/*======================================================================*/

#hidden_bg {
    position: fixed;
    z-index: 999;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #32408c;
    display: block;
}

/*rounded corners*/
#hidden_bg{
    width:auto;
    height:auto;
    /*right:15px;
    left:15px;
    top:15px;
    bottom:15px;
    border-radius:20px;*/
    right:0px;
    left:0px;
    top:0px;
    bottom:0px;
    opacity:0;
    display: none;

}
/**/

body.active #hidden_bg.switch {
    z-index: 5;
    left: 0;
    -webkit-transition: background 0.7s 0.8s ease-out;
    -moz-transition: background 0.7s 0.8s ease-out;
    -o-transition: background 0.7s 0.8s ease-out;
    -ms-transition: background 0.7s 0.8s ease-out;
    transition: background 0.7s 0.8s ease-out;
}

body.chevalblanc #hidden_bg,
body.active.chevalblanc #hidden_bg {
    background: #32408c;
}

body.active #hidden_page {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-transition: background 0.7s 0.8s ease-out;
    -moz-transition: background 0.7s 0.8s ease-out;
    -o-transition: background 0.7s 0.8s ease-out;
    -ms-transition: background 0.7s 0.8s ease-out;
    transition: background 0.7s 0.8s ease-out;
    z-index: 999;
    height: 95%;
    opacity: 1;
    /*transform: scale(0.92);
    -ms-transform: scale(0.92);
    -webkit-transform: scale(0.92);*/
    -webkit-transition: transform 0.8s 2.3s ease-out, height 0s 2.3s ease-out, opacity 0s 2.3s ease-out;
    -moz-transition: transform 0.8s 2.3s ease-out, height 0s 2.3s ease-out, opacity 0s 2.3s ease-out;
    -o-transition: transform 0.8s 2.3s ease-out, height 0s 2.3s ease-out, opacity 0s 2.3s ease-out;
    -ms-transition: transform 0.8s 2.3s ease-out, height 0s 2.3s ease-out, opacity 0s 2.3s ease-out;
    transition: transform 0.8s 2.3s ease-out, height 0s 2.3s ease-out, opacity 0s 2.3s ease-out;
}

#hidden_page {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 0;
    top: 0;
    opacity: 0;
    left: -1%;
    background: transparent;
    /*transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);*/
    -webkit-transition: transform 0.8s ease-out, opacity 0s 0.8s ease-out, height 0s 0.8s ease-out;
    -moz-transition: transform 0.8s ease-out;
    -o-transition: transform 0.8s ease-out;
    -ms-transition: transform 0.8s ease-out;
    transition: transform 0.8s ease-out, opacity 0s 0.8s ease-out, height 0s 0.8s ease-out;
}
/*rounded corners*/
#hidden_page{
        width: auto;
        height:auto;
        left:0px;
        right:0px;
        top:0px;
        bottom:0px;
        position: absolute;
        margin:auto;
        display: none;
        background:#fff;
        /*-webkit-transform:scale(1);
        -moz-transform:scale(1);
        transform:scale(1);
        border-radius: 20px;*/
}
/**/


.menu {
    width: 100%;
    background-color: rgba(1, 14, 111, 0.8);
    margin-top: 15px;
    position: absolute;
    left: 15px;
    z-index: 9;
    min-width: 1024px;
    height: 57px;
}
/*rounded corners*/
.menu{
    width:auto;
    right:15px;
   /*border-radius:20px 20px 0 0;
    margin:0;*/
}
/**/

.menu ul {
   /* text-align: center;
    margin:0 0 0 -40px;
    padding: 0;*/

}
.menu ul.left{
    position: absolute;
    right:50%;
    margin-right: 112px;
}
.menu ul.right{
    position: absolute;
    left:50%;
    margin-left: 112px;
}

.menu ul li {
    display: inline-block;
    margin:0 2px 0 0;
    background: none;
    padding: 0;
}

.menu ul li:nth-child(3) {
    margin:0;
}

.menu ul li a {
    text-decoration: none;
    font-family: 'open_sanssemibold', Arial;
    text-transform: uppercase;
    /*line-height: 63px;*/
    color: #fff;
    /*font-weight: bold;*/
    cursor: pointer;
    display: block;
    font-size: 17px;
    border:2px solid transparent;
    border-radius: 8px;
    padding:0px 9px 1px 10px;
    margin:15px 0px 15px 0px;
}

.menu img {
    height: 169px;
    width: 225px;
}

.menu ul li a:hover,
.menu ul li a:active,
.menu ul li a:focus,
.menu ul li a.active {
    /*color: #74ccff;*/
    border:2px solid #ffffff;
}

.menu .menu__logo-bg {
    height: 10px;
    margin: 0 145px 0 213px;
    margin-right: 0px !important;
}

.menu .menu_logo {
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -112px;
}


.uchasniki{
	width:100%;
}
.uchasniki tr td{
	padding:10px 10px 30px 10px;
	color:#01116f;
	font-size:15px;
	vertical-align: middle;
	font-family: "open_sansregular",arial;
}
.uchasniki tr td:nth-child(1){
	width:20%;
	text-align: center;
}
.uchasniki tr td:nth-child(2){
	width:60%;
	vertical-align: top;
}
.uchasniki tr td:nth-child(3){
	width:20%;
	text-align: center;
}

.uchasniki tr:nth-child(2) td:nth-child(2){
	width:30%;
	text-align: center;
	vertical-align: middle;
}


    .Feedback {
        width: 165px;
        height: 165px;
        font-size: 20px;
        padding: 0 17px;
        right: 50px;
    }
    .Feedback span {
        background: url(../images/mail-icon.png);
        background-size: 100%;
        width: 48px;
        height: 32px;
        display: block;
        background-repeat: no-repeat;
        margin: 42px auto 18px auto;
    }
    .Feedback_block {
        width: 50%;
        height: 100%;
        position: fixed;
        background: rgba(1, 17, 111, 0.8);
        top: 0px;
        right: -50%;
        z-index: 8;
        /*display: none;*/

        -webkit-transition-duration: 1s;
        -moz-transition-duration: 1s;
        -o-transition-duration: 1s;
        transition-duration: 1s;
    }
    body.Feedback_active .Feedback_block {
        width: 50%;
        height: 100%;
        position: absolute;
        background: rgba(1, 17, 111, 0.8);
        top: 0px;
        right: 0px;
        z-index: 8;
        display: block;
        border-radius: 0 20px 20px 0;
    }
    .Feedback_block .kontakt_close {
        background: url(../images/kontakt_close_icon.png);
        background-repeat: no-repeat;
        width: 25px;
        height: 25px;
        display: block;
        top: 100px;
        position: absolute;
        right: 45px;
    }
    .Feedback_block_title, .Feedback_block_title2 {
        margin-top: 200px;
        font-size: 60px;
        text-align: center;
        font-family: 'open_sanssemibold';
        color: #fff;
        text-transform: uppercase;
    }
    .Feedback_block_title2{
		margin-top: 200px;
		font-size: 50px;
	}
    .kontakt_Feedback_form {
        margin-top: -10px;
    }




/*start Gallery =========================================================*/

.Gallery_slider .menu_ellipsis {
    display: none;
    position: absolute;
    width: 100px;
    height: 27px;
    top: 0px;
    left: 0;
    border: 2px solid #74CCFF;
    border-radius: 14px;
    padding-right: 15px;
    z-index: -1;
    opacity: 0;
}

.Gallery_slider .menu_ellipsis.active {
    opacity: 1 !important;
}

.gray_hover .menu_ellipsis {
    border-color: #fff;
}

.Gallery_slider .swiper-container {
    width: 100%;
    height: 300px;
    /*margin: 20px auto;*/
}

.Gallery_slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */

    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

   /* margin-right:12px;*/
}

.Gallery_slider {
    background-image: url('/public/files/about/backgroung/bg-gradient.jpg');
    /*background-size: cover;
    background-position: center;*/
    min-width: 1024px;
    min-height: 704px;
    width: 100%;
    display: block;
    height: 100%;
}

.Gallery_slider .Gallery_super_wrapper {
    min-height: 700px;
    height: 100%;
    display: block;
}

.Gallery_slider .Gallery_super_wrapper .Gallery_slider_container {
    width: 690px;
    padding-top: 180px;
    height: 500px;
    /*top: 50%;*/
}

.Gallery_slider_container .about-title,
.location_slider  .about-title{
    font-family: 'open_sanssemibold';
    text-align: center;
    font-size: 52px;
    color: #009bdf;
    padding: 25px;
    line-height: 0;
    text-transform: uppercase;
}
.location_slider  .about-title{
    padding:0;
}


.Gallery_slider .Gallery_slider_wrapper .Gallery_slide {
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    height: 350px;
}

.Gallery_slider .Gallery_slide::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 15px solid #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.Gallery_slider .Gallery_slide:hover::after {
    border-width: 0px;
}

.Gallery_slider .Gallery_slide img {
    -webkit-transition-duration: .5s;
    height: 100%;
    width: 340px;
}

.Gallery_slider .Gallery_slide:hover img {
    -webkit-transform: scale(1.1);
}

.Gallery_slider .Gallery_slide p {
    position: absolute;
    text-align: center;
    /*width: 100%;*/
	height: 70px;
	bottom: 15px;
    left:15px;
    right:15px;
    margin: auto;
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
    z-index: 1000;
    font-family: 'open_sanssemibold' !important;
	line-height: 70px;
    background: rgba(15, 26, 84, 0.7);
    -moz-transition:all 0.5s ease;
    -webkit-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.Gallery_slider .Gallery_slide:hover p{
    bottom: 0;
    left:0;
    right:0;
    /*width:100%;*/
}

.Gallery_slider .Gallery_super_wrapper .Gallery_btn-prev,
.Gallery_slider .Gallery_super_wrapper .Gallery_btn-next {
    background-image: url(../images/arrow.png) !important;
    width: 21px;
    height: 35px;
    right: 30px;
    top: 53%;
    margin-top: -17px;
    cursor: pointer;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    position: absolute;
    background-size: 100%
}

.Gallery_slider .Gallery_super_wrapper .Gallery_btn-next {
    background-position: bottom;
    right: 30px;
}

.Gallery_slider .Gallery_super_wrapper .Gallery_btn-prev {
    background-position: top;
    left: 30px;
}

.Gallery_slider .Gallery_super_wrapper .Gallery_btn-next:hover,
.Gallery_slider .Gallery_super_wrapper .Gallery_btn-prev:hover {
    opacity: 0.5;
    /*-moz-transform: scale(1.5);*/
    /* Для Firefox */

    /*-ms-transform: scale(1.5);*/
    /* Для IE */

    /*-webkit-transform: scale(1.5);*/
    /* Для Safari, Chrome, iOS */

    /*-o-transform: scale(1.5);*/
    /* Для Opera */

    /*transform: scale(1.5);*/
}

.Gallery_slider .Gallery_super_wrapper .Gallery_pagination {
    margin-top: 33px;
    margin: 0 auto;
    bottom: 1%;
    height: auto;
}

.Gallery_slider .pagination-wrap {
    width: 100%;
}

.Gallery_slider .ninja_btn1 {
    position: absolute;
    right: -125px;
    margin-top: -59px;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid transparent;
    padding: 10px 15px;
    font-family: 'open_sanssemibold';
    color: #fff;
    cursor: pointer;
    border-radius: 20px;
    background: none;
    opacity: 1;
    z-index: 10;
}

.Gallery_slider .ninja_btn1.active {
    border: 2px solid rgba(133, 219, 244, 0.97);
}

.Gallery_slider .swiper-pagination-clickable .swiper-pagination-bullet {
    width: auto;
    height: auto;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid transparent;
    padding: 4px 15px;
    font-family: 'open_sanssemibold';
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    margin: 20px;
    background: none;
    opacity: 1;
    letter-spacing: 1px;
   /* line-height: 30px;*/
}
.Gallery_slider .swiper-container-horizontal >.swiper-pagination .swiper-pagination-bullet{
    margin:5px;
}
.Gallery_slider .swiper-pagination-clickable .swiper-pagination-bullet:hover{
    background:#fff;
    border-radius:5px;
    color:#009bdf;
}

.Gallery_slider .swiper-pagination-clickable .swiper-pagination-bullet-active {
    /*border: 2px solid #74ccff;  */
}

.Gallery_slider_wrapper {
    position: absolute !important;
    top: 265px;
}


/*start Gallery =========================================================*/
/*start Gallery_open =========================================================*/

.Gallery_open {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.Gallery_open .swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-container {
	min-height: 470px;
}

.Gallery_open .swiper-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    background-color: #ccc;
    /* Center slide text vertically */

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 20px;
}

.swiper-slide p {
    color: #fff;
    font-size: 100px;
    font-family: 'open_sanssemibold';
}

.Gallery_open_Container {
    position: absolute;
    opacity: 0;
}

.Gallery_open_Container.active {
    z-index: 2;
    opacity: 1;
    position: absolute;
    top: 0;
    height: 100%;
}

.SW_NAV {
    position: absolute;
    bottom: 15px;
    display: block;
    z-index: 2;
    width: 100%;
    height: 80px;
    background: url(../images/CO_BG.png);
    border-radius: 20px;
}

.SW_NAV ul {
    text-align: center;
    line-height: 3.5;
    margin-left: 30px;

}

.SW_NAV ul li {
    display: inline;
    text-align: center;
}

.Gallery_open .SW_NAV_CON .swiper-slide a {
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 20px;
    color: #fff;
    font-family: 'open_sanssemibold', Arial;
    font-size: 16px;
}

#SW_1.active {
    display: block;
}

#SW_BTN_1.active,
#SW_BTN_2.active,
#SW_BTN_3.active,
#SW_BTN_4.active,
#SW_BTN_5.active,
#SW_BTN_6.active,
#SW_BTN_7.active,
#SW_BTN_8.active,
#SW_BTN_9.active,
#SW_BTN_10.active,
#SW_BTN_11.active {
    /*color: #75cdff;*/
}

.Yer {
    background: url(../images/CO_Yer_bg.png);
    height: 83px;
    width: 134px;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    bottom: 0px;
    z-index: -1;
    margin-left: -67px;
    text-align: center;
    font-family: 'open_sanssemibold', Arial;
    color: #fff;
    font-size: 40px;
    line-height: 1.3;
}

.SW_NAV_CON {
    /*background: transparent;*/
}
/*
.SW_NAV_CON .swiper-container {
    width: 100%;
    height: 300px;
    margin: 20px auto;
}*/

.Gallery_open .SW_NAV_CON .swiper-slide {
    text-align: center;
    font-size: 18px;
    background-color: transparent;
    width: 140px;
	height: 50px;
    /* Center slide text vertically */

	margin: 34px 0 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.Gallery_open .swiper-button-next,
.Gallery_open .swiper-button-prev {
    background-image: url(../images/arrow_big.png) !important;
    width: 62px;
    height: 75px;
    right: 30px;
    top: 50%;
    margin-top: -17px;
    cursor: pointer;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    position: absolute;
    background-size: 100%;
    background-repeat: no-repeat;
}

.Gallery_open .swiper-button-next {
    background-position: bottom;
    right: 20px;
}

.Gallery_open .swiper-button-prev {
    background-position: top;
    left: 20px;
}

.Gallery_open .swiper-button-next:hover,
.Gallery_open .swiper-button-prev:hover {
    opacity: 0.5;
    -moz-transform: scale(1.5);
    /* Для Firefox */

    -ms-transform: scale(1.5);
    /* Для IE */

    -webkit-transform: scale(1.5);
    /* Для Safari, Chrome, iOS */

    -o-transform: scale(1.5);
    /* Для Opera */

    transform: scale(1.5);
}
.miniImg_rel.chooseImg svg path,
.small_img2.chooseImg svg path{
    stroke:#0095e1;
}
.miniImg_rel svg path:hover,
.small_img2 svg path:hover{
    stroke:#0095e1;
}
/*start Gallery_open =========================================================*/
/*start gallery_vis =========================================================*/

.Gallery_vis {
    height: 100%;
    /*background: url(../images/bg.jpg);*/
    background-size: 100%;
}

.Gallery_vis .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.Gallery_vis .swiper-slide {
    text-align: center;
    font-size: 18px;
    background-color: transparent;
    /* Center slide text vertically */

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 20px;
}

.Gallery_vis .swiper-button-next,
.Gallery_vis .swiper-button-prev {
    /*background-image: url(../images/arrow.png) !important;
    width: 21px;
    height: 38px;
    right: 30px;
    top: 50%;
    margin-top: -17px;
    cursor: pointer;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    position: absolute;
    background-size: 100%;
    background-repeat: no-repeat;*/
    background-image: url(../images/arrow_big.png) !important;
    width: 62px;
    height: 75px;
    right: 30px;
    top: 50%;
    margin-top: -17px;
    cursor: pointer;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    position: absolute;
    background-size: 100%;
}

.Gallery_vis .swiper-button-next {
    background-position: bottom;
    right: 30px;
}

.Gallery_vis .swiper-button-prev {
    background-position: top;
    left: 30px;
}

.Gallery_vis .swiper-button-next:hover,
.Gallery_vis .swiper-button-prev:hover {

    -moz-transform: scale(1.5);
    /* Для Firefox */

    -ms-transform: scale(1.5);
    /* Для IE */

    -webkit-transform: scale(1.5);
    /* Для Safari, Chrome, iOS */

    -o-transform: scale(1.5);
    /* Для Opera */

    transform: scale(1.5);

}
/*end gallery_vis =========================================================*/
/*start main_slider =========================================================*/

.main_slider {
    position: relative;
    width: 100%;
    height: 100%;
}

.main_slider .air-slider-wrapper {
    height: 100%;
    width: 100%;
}

.main_slider .air-slider-container {
    height: 100%;
    border-radius: 20px;
}

.main_slider .air-slide-title {
    color: #fff;
    /*font-weight: bold;*/

    text-transform: uppercase;
    font-size: 4em;
    font-family: 'open_sans_extraboldregular';
    line-height: 1.1;
    letter-spacing: 2px;
    text-shadow: 0px 0px 20px #00172e, 0px 0px 30px #00172e, 0px 0px 30px #00172e, 0px 0px 40px #00172e, 0px 0px 60px #00172e, 0px 0px 70px #00172e;
    -webkit-text-shadow: 0px 0px 20px #00172e, 0px 0px 30px #00172e, 0px 0px 30px #00172e, 0px 0px 40px #00172e, 0px 0px 60px #00172e, 0px 0px 70px #00172e;
    -o-text-shadow: 0px 0px 20px #00172e, 0px 0px 30px #00172e, 0px 0px 30px #00172e, 0px 0px 40px #00172e, 0px 0px 60px #00172e, 0px 0px 70px #00172e;
    -moz-text-shadow: 0px 0px 20px #00172e, 0px 0px 30px #00172e, 0px 0px 30px #00172e, 0px 0px 40px #00172e, 0px 0px 60px #00172e, 0px 0px 70px #00172e;
    -ms-text-shadow: 0px 0px 20px #00172e, 0px 0px 30px #00172e, 0px 0px 30px #00172e, 0px 0px 40px #00172e, 0px 0px 60px #00172e, 0px 0px 70px #00172e;
}

.main_slider .air-slide-title:nth-child(2) {
    font-size: 5em;
}

.main_slider .title-wrap {
    position: absolute;
    top: 50%;
    margin-left: 75px;
    margin-top: -60px;
    z-index: 99999;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
}

.main_slider .air-slide {}

.main_slider .air-slide img {
    -webkit-transition-duration: .8s;
    -o-transition-duration: .8s;
    -moz-transition-duration: .8s;
    transition-duration: .8s;
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 20px;
}

.main_slider .air-btn-next,
.main_slider .air-btn-prev {
    background-image: url(../images/arrow.png) !important;
    width: 21px;
    height: 38px;
    right: 30px;
    top: 50%;
    margin-top: -17px;
    cursor: pointer;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    position: absolute;
    background-size: 100%;
    background-repeat: no-repeat;
}

.main_slider .air-btn-next {
    background-position: bottom;
    right: 30px;
}

.main_slider .air-btn-prev {
    background-position: top;
    left: 30px;
}

.main_slider .air-btn-next:hover,
.main_slider .air-btn-prev:hover {
    opacity: 0.8;

    /*transform: scale(1.5);*/
}


/*start main_slider =========================================================*/

.bottom_btn {
    z-index: 9;
    width: 100%;
    height: auto;
    min-width: 1024px;
    position: absolute;
    bottom: 0px;
}

.bottom_btn .btn-wapper {
    width: 470px;
    height: auto;
    margin: 0 auto 50px;
}

.bottom_btn .bottom_btn_a {
    width: 125px;
    height: 125px;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-family: 'open_sanssemibold';
    color: #fff;
    /*opacity: 0.8;*/

    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
}

.bottom_btn .bottom_btn_a:hover {
    /*opacity: 1;*/

    -moz-transform: scale(1.2);
    /* Для Firefox */

    -ms-transform: scale(1.2);
    /* Для IE */

    -webkit-transform: scale(1.2);
    /* Для Safari, Chrome, iOS */

    -o-transform: scale(1.2);
    /* Для Opera */

    transform: scale(1.2);
}

.bottom_btn .bottom_btn_a>p {
    padding-top: 73px;
    font-size: 16px;
    font-weight: normal;
	text-align: center;
	color: #FFF;
}

.bottom_btn .bottom_btn_a span {
    position: absolute;
    left: 50%;
    top: 15px;
}

.bottom_btn .btn-wapper .bottom_btn_a:nth-child(1) {
    background-color: rgba(247, 148, 29, 0.8);
    bottom: -32px;
}

.bottom_btn .btn-wapper .bottom_btn_a:nth-child(1):hover {
    background-color: rgba(247, 148, 29, 1);
}

.bottom_btn .btn-wapper .bottom_btn_a:nth-child(1) span {
    margin-left: -15px;
    background: url('../images/icon-map-marker.png');
    width: 30px;
    height: 45px;
}

.bottom_btn .btn-wapper .bottom_btn_a:nth-child(1) p {
    padding-top: 68px;
}

.bottom_btn .btn-wapper .bottom_btn_a:nth-child(2) {
    background-color: rgba(45, 55, 132, 0.8);
    width: 150px;
    height: 150px;
    margin: 0 28px;
}

.bottom_btn .btn-wapper .bottom_btn_a:nth-child(2):hover {
    background-color: rgba(45, 55, 132, 1);
}

.bottom_btn .bottom_btn_a:nth-child(2) p:nth-child(1) {
/*    padding-top: 54px;
    font-size: 34px;*/
	padding-top: 64px;
    font-size: 20px;
}

.bottom_btn .bottom_btn_a:nth-child(2) p:nth-child(2) {
    font-size: 27px;
    padding-top: 0px;
    position: absolute;
    padding-left: 20px;
}

.bottom_btn .btn-wapper .bottom_btn_a:nth-child(3) {
    background-color: rgba(255, 255, 255, 0.8);
    color: #ff7e00;
    font-weight: bold;
    bottom: -35px;
}
.bottom_btn_a:nth-child(3) p {
  color: #F7941D;
  }
.bottom_btn .btn-wapper .bottom_btn_a:nth-child(3):hover {
    background-color: rgba(255, 255, 255, 1);
}

.bottom_btn .btn-wapper .bottom_btn_a:nth-child(3) span {
    margin-left: -21px;
    background: url("../images/icon-web-camera.png");
    width: 41px;
    height: 47px;
    background-repeat: no-repeat;
    top: 18px;
}



.home_page,
.home_bg,
.centerer1,
.centerer2,
.bg_img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
}

.home_page {
    overflow: hidden;
}

#prewbutton {
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: red;
    position: absolute;
    z-index: 99999;
    top: 50%;
    left: 40px;
}

#nextbutton {
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: red;
    position: absolute;
    z-index: 99999;
    top: 50%;
    right: 40px;
}

.bg_img {
    -webkit-transition-duration: .8s;
    -o-transition-duration: .8s;
    -moz-transition-duration: .8s;
    transition-duration: .8s;
    display: block;
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    /*opacity: 0;*/
    /*width: 120%;
    height: 120%;*/
}

.active {
    /*opacity: 1;

    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);*/
}
/*start kontakt =========================================================*/

.kontakt .menu_ellipsis {
    display: none;
    position: absolute;
    width: 100px;
    height: 27px;
    top: 0px;
    left: 0;
    border: 2px solid #74CCFF;
    border-radius: 14px;
    padding-right: 0px;
    z-index: 0;
}

.kontakt .menu_ellipsis.active {
    opacity: 1 !important;
}

.kontakt,
#map-canvas {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}

.kontakt_info_block {
    width: 285px;
    /*height: 280px;*/
    /*border-radius: 14px;*/
    position: absolute;
    left: 50px;
    top: 50%;
    margin-top: -165px;
    background: rgba(0, 155, 223, 0.85);
}

.kontakt_info_block:before {
	content: '';
	display: block;
	background: url(../images/bg_contact_top.png) center no-repeat;
	background-size: contain;
	height: 20px;
	width: 285px;
	position: absolute;
	left: 0;
	top: -18px;
	opacity: 0.9;
}

.kontakt_info_block:after {
	content: '';
	display: block;
	background: url(../images/bg_contact_bottom.png) center no-repeat;
	background-size: contain;
	height: 20px;
	width: 285px;
	position: absolute;
	left: 0;
	bottom: -18px;
	opacity: 0.9;
}



.kontakt_info_block p {
    line-height: 1.8;
}

.kontakt_info_block_content1.active {
    display: block;
}

.kontakt_info_block_content2.active {
    display: block;
}
.kontakt_info_block_content3.active {
    display: block;
}
.kontakt_info_block_content1 {
    display: none;
}

.kontakt_info_block_content2 {
    display: none;
}
.kontakt_info_block_content3 {
    display: none;
}
.kontakt_info_block__title {
    color: #fff;
    font-family: 'open_sanssemibold';
    text-transform: uppercase;
    font-size: 30px;
	/*padding: 0 30px;*/
    text-align: center;
    /*margin-top: 20px;*/
        line-height: 1.2!important;
}

.kontakt_info_block_content1.active .kontakt_info_block__title {}



.kontakt_info_block__info {
    color: #fff;
    font-family: 'open_sanssemibold', arial;
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
	padding: 0 30px;
	margin-bottom: 20px;
}

.kontakt_info_block__working-time {
    color: #fff;
    font-family: 'open_sanssemibold', arial;
    font-size: 16px;
    text-align: center;
    text-align: right;
    padding: 0 60px;
}

.kontakt_info_block__7days-a-week {
    color: #b5e4ff;
    font-family: 'open_sanssemibold', arial;
    font-size: 16px;
    text-align: center;
    padding: 3px;
}

.kontakt_info_block__working-time span {
    float: left;
}
/*==================================*/

/*.Feedback {
    display: block;
    width: 115px;
    height: 115px;
    border-radius: 50%;
    background-color: #00629f;
    position: absolute;
    top: 85px;
    right: 30px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-family: 'open_sanssemibold';
    padding-right: 11px;
    box-sizing: border-box;
    padding-left: 11px;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
	transform: scale(0.8);
}*/

.FeedbackNew {
    display: block;
    width: 145px;
    height: 184px;
    position: absolute;
    top: 110px;
    right: 50px;
	background: url('../images/icon-email.png') center no-repeat;
	background-size: contain;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-family: 'open_sanssemibold';
    padding-right: 11px;
    box-sizing: border-box;
    padding-left: 11px;
    transition-duration: .2s;
	transform: scale(1);
}

.FeedbackNew span {
	width: 90%;
    margin: auto;
	margin-top: 82%;
	display: block;
	font-size: 18px;
    font-family: 'open_sanssemibold';
    color: #fff;
    text-align: center;
}


.FeedbackNew:hover {
    transform: scale(1.1);
}




/*.Feedback span {
    background: url(../images/mail-icon.png);
    background-size: 100%;
    width: 35px;
    height: 23px;
    display: block;
    background-repeat: no-repeat;
    margin: 30px auto 11px auto;
}

.Feedback_block {
    width: 50%;
    height: 100%;
    min-height: 604px;
    position: fixed;
    background: rgba(0, 98, 159, 0.9);
    top: 0px;
    right: -50%;
    z-index: 10;


    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}*/

body.Feedback_active .Feedback_block {
    width: 50%;
    height: 100%;
    min-width: 595px;
    position: absolute;
    background: rgba(1, 17, 111, 0.8);
    top: 0px;
    right: 0px;
    z-index: 8;
    display: block;
    border-radius: 0 20px 20px 0;
}

.Feedback_block .kontakt_close {
    background: url(../images/close_icon.png);
	background-size: contain;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    display: block;
    top: 70px;
    position: absolute;
    right: 45px;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
}

.Feedback_block .kontakt_close:hover {
	opacity: 0.5;
    /*transform: scale(1.2);*/
}

.Feedback_block_title {
    margin-top: 71px;
    font-size: 34px;
    text-align: center;
    font-family: 'open_sanssemibold';
    color: #fff;
    text-transform: uppercase;
}

.Feedback_block_deck {
    text-align: center;
    font-family: Arial, sans-serif;
    color: #b5e4ff;
    font-size: 16px;
    margin-top: 23px;
}

#kontakt_Feedback_form {
    margin-top: -10px;
    position: relative;
    min-height: 500px;
}

.Feedback_span_msg {
    position: relative;
    padding-top: 1em;
    display: block;
    left: 50%;
    margin-left: -215px;
    width: 100%;
    max-width: 430px;
    padding-top: 35px;
}

#Feedback_msg {
    background: none;
    border: 2px solid #fff;
    padding: 0.5em 0em 0.25em;
    width: 100%;
    background: transparent;
    color: #fff;
    font-size: 1.25em;
    margin-top: 0px;
    height: 120px;
}

label[for="Feedback_msg"] {
    position: absolute;
    color: #fff;
    font-size: 19px;
    left: 0;
    display: block;
    width: 100%;
    text-align: left;
    pointer-events: none;
    font-family: 'open_sanssemibold';
    font-weight: normal;
    top: 0.7em;
    text-transform: uppercase;
}

.kontakt-bottom-nav {
    text-align: center;
    bottom: 10%;
    position: absolute;
    /*  width: 490px;*/

    left: 50%;
    margin-left: -100px;
    /*height: auto;*/
    background-color: #00629f;
    height: 31px;

    border-radius: 20px;
    padding: 0 1px;
}

.kontakt-nav {
    /*text-align: center;
    bottom: 10%;
	width: 306px;
	width: 606px;
    position: absolute;
    left: 0;
	right: 0;
	margin: auto;
    background-color: #009BDF;
    height: 44px;
    border-radius: 6px;*/


        text-align: center;
    bottom: 10%;
    position: absolute;
    left: 0;
    margin: auto;
    background-color: #009BDF;
    height: 44px;
    border-radius: 6px;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 4px;
    white-space: nowrap;
}

.kontakt-nav li {
	padding: 0;
    list-style: none;
	display: inline-block;
    line-height: 44px;
    margin-left: 0;
    color: #FFF;
    background: none;
}

.kontakt-nav li a {
	font-family: 'open_sanssemibold';
    color: #FFF;
    font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 4px;
	/*margin: 0 12px;*/
    padding: 8px 10px;
	transition: all 0.2s ease-in-out;
}

.kontakt-nav li a:hover,
.kontakt-nav li .active {
    color: #009BDF;
    background-color: #FFF;
}


.kontakt-bottom-nav li {
    display: inline-block;
}

.kontakt-bottom-nav li a {
    text-decoration: none;
    font-family: 'open_sanssemibold';
    text-transform: uppercase;
    font-size: 17px;
    padding: 6px;
    border: 2px solid transparent;
    border-radius: 20px;
    color: #fff;
    line-height: 30px;
    z-index: 3;
    position: relative;
}

.kontakt-bottom-nav li a:hover {
    /*border: 2px solid #74ccff;*/
}

.kontakt-bottom-nav li a.active {
    color: #75cdff;
}


/*=======================*/

.input {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 1em;
    text-transform: uppercase;
    max-width: 433px;
    width: calc(100% - 2em);
    vertical-align: top;
    font-size: 19px;
}

.input__field {
    position: relative;
    display: block;
    float: right;
    padding: 0.8em;
    width: 60%;
    border: none;
    border-radius: 0;
    /*background: #f0f0f0;*/

    color: #fff;
    font-weight: 400;
    font-family: 'open_sanssemibold', Arial, sans-serif;
    -webkit-appearance: none;
    /* for box shadows to show on iOS */
}

.input__field:focus {
    outline: none;
}

.input__label {
    display: inline-block;
    float: right;
    padding: 0 1em;
    width: 40%;
    color: #fff;
    font-weight: bold;
    font-size: 70.25%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input__label-content {
    position: relative;
    display: block;
    padding: 1.6em 0;
    width: 100%;
}

.graphic {
    top: 0;
    position: absolute;
    left: 0;
    fill: none;
}

.icon {
    color: #fff;
    font-size: 150%;
}

.input--nao {
    overflow: hidden;
    padding-top: 1em;
    display: block;
    left: 50%;
    margin-left: -215px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.input__field--nao {
    padding: 0.5em 0em 0.25em;
    width: 100%;
    color: #fff;
    font-size: 1.25em;
    background: transparent;
}

.input__label--nao {
    position: absolute;
    top: 0.95em;
    font-size: 16px;
    left: 0;
    display: block;
    width: 100%;
    text-align: left;
    padding: 0em;
    pointer-events: none;
    font-family: 'open_sanssemibold';
    font-weight: normal;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform 0.2s 0.15s, color 1s;
    transition: transform 0.2s 0.15s, color 1s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.graphic--nao {
    pointer-events: none;
    stroke: #FFF;
}

.input__field--nao:focus + .input__label--nao,
.input--filled .input__label--nao {
    color: #fff;
    -webkit-transform: translate3d(0, -1.25em, 0) scale3d(0.75, 0.75, 1);
    transform: translate3d(0, -1.25em, 0) scale3d(0.75, 0.75, 1);
}

.input__field--nao:focus ~ .graphic--nao,
.input--filled .graphic--nao {
    stroke: #fff;
    -webkit-transform: translate3d(-66.6%, 0, 0);
    transform: translate3d(-66.6%, 0, 0);
}
/*=========================*/

.kontakt_submit_send {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background-color: #74ccff;
    text-align: center;
    margin: -20px auto;
    padding: 13px 17px;
    box-sizing: border-box;
    font-family: 'open_sanssemibold';
    font-size: 1.2em;
    /*width: 125px;*/
    bottom: 35px;
    position: absolute;
    left: 50%;
    margin-left: -63px;
}

.kontakt_submit_send:hover {
    background-color: #00a1ff;
}
/*end kontakt =========================================================*/

.overflow {
    overflow: hidden;
/*    overflow-y: hidden;
	overflow-x: visible;*/
}

.o_kvartale_slider .swiper-container,
.location_slider .swiper-container {
    width: 100%;
    height: 300px;
    margin: 20px auto;
}

.o_kvartale_slider .swiper-slide,
.location_slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */

    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.o_kvartale_slider,
.location_slider {
    background-image: url(../images/bg.jpg);
    background-size: cover;
    width: auto;
   /* height: 100%;*/
}

.o_kvartale_slider .kvartal_slider_super_wrapper,
.location_slider .kvartal_slider_super_wrapper {
    /*height: 100%;*/
}

.o_kvartale_slider .kvartal_slider_super_wrapper .kvartal_slider_container,
.location_slider .kvartal_slider_super_wrapper .kvartal_slider_container,
.o_kvartale_slider .kvartal_slider_super_wrapper .location_slider_container,
.location_slider .kvartal_slider_super_wrapper .location_slider_container {
    margin-top: 0px;
    width: 819px;
    padding-top: 153px;
    height: 350px;
}

.o_kvartale_slider .kvartal_slider_wrapper .kvartal_slide,
.location_slider .kvartal_slider_wrapper .kvartal_slide {
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    height: 350px;
    width: 270px;
}

.o_kvartale_slider .kvartal_slide::after,
.location_slider .kvartal_slide::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 15px solid #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /*margin:0px 5px 0px 5px;*/
}

.o_kvartale_slider .kvartal_slide:hover::after {
    border-width: 0px;
}

.o_kvartale_slider .kvartal_slide img,
.location_slider .kvartal_slide img {
    -webkit-transition-duration: .5s;
}

.o_kvartale_slider .kvartal_slide:hover img,
.location_slider .kvartal_slide:hover img {
    -webkit-transform: scale(1.1);
    /*height: 105%;*/
}

.o_kvartale_slider .kvartal_slide p,
.location_slider .kvartal_slide p {
    position: absolute;
    text-align: center;
    width: 100%;
    margin: 160px 0px 0px 0px;
    color: #fff;
    text-transform: uppercase;
    font-size: 32px;
    z-index: 1000;
    font-family: 'open_sanssemibold' !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.o_kvartale_slider .kvartal_slide:hover p,
.location_slider .kvartal_slide:hover p {
	left:0;
	bottom:0;
	/*width:100%;*/
    right:0;
}

.o_kvartale_slider .kvartal_slider_super_wrapper .kvartal_btn-prev,
.location_slider .kvartal_slider_super_wrapper .kvartal_btn-prev,
.o_kvartale_slider .kvartal_slider_super_wrapper .kvartal_btn-next,
.location_slider .kvartal_slider_super_wrapper .kvartal_btn-next,
.Gallery_slider  .Gallery_btn-next,
.Gallery_slider .Gallery_btn-prev{
    background-image: url('../images/arrow_big.png') !important;
    width: 62px;
    height: 75px;
    /*right: 30px;*/
    top: 50%;
    margin-top: -17px;
    cursor: pointer;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    position: absolute;
    background-size: 100%;*/
}

.o_kvartale_slider .kvartal_slider_super_wrapper .kvartal_btn-next,
.location_slider .kvartal_slider_super_wrapper .kvartal_btn-next,
.Gallery_slider .Gallery_btn-next{
    background-position: bottom;
    right: 30px;
}

.o_kvartale_slider .kvartal_slider_super_wrapper .kvartal_btn-prev,
.location_slider .kvartal_slider_super_wrapper .kvartal_btn-prev,
.Gallery_slider .Gallery_btn-prev{
    background-position: top;
    left: 30px;
}

.o_kvartale_slider .kvartal_slider_super_wrapper .kvartal_btn-next:hover,
.location_slider .kvartal_slider_super_wrapper .kvartal_btn-next:hover,
.o_kvartale_slider .kvartal_slider_super_wrapper .kvartal_btn-prev:hover,
.location_slider .kvartal_slider_super_wrapper .kvartal_btn-prev:hover,
.Gallery_slider .Gallery_btn-next:hover,
.Gallery_slider .Gallery_btn-prev:hover{
    opacity: 0.5;
   /* transform: scale(1.5);*/
}

.o_kvartale_slider .kvartal_slider_super_wrapper .kvartal_pagination,
.location_slider .kvartal_slider_super_wrapper .kvartal_pagination {
   /* position: relative;
    margin-top: 33px;*/
}

.o_kvartale_slider .pagination-wrap,
.location_slider .pagination-wrap {
    position: relative;
    width: 819px;
    margin: 0 auto;
}

.o_kvartale_slider .ninja_btn,
.location_slider .ninja_btn {
    position: absolute;
    right: 10px;
    margin-top: -59px;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid transparent;
    padding: 10px 15px;
    font-family: 'open_sanssemibold';
    color: #fff;
    cursor: pointer;
    border-radius: 20px;
    background: none;
    opacity: 1;
    z-index: 10;
}

.o_kvartale_slider .ninja_btn.active,
.location_slider .ninja_btn.active {
    border: 2px solid rgba(133, 219, 244, 0.97);
}

.o_kvartale_slider .swiper-pagination-clickable .swiper-pagination-bullet,
.location_slider .swiper-pagination-clickable .swiper-pagination-bullet {
    width: auto;
    height: auto;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid transparent;
    padding: 10px 15px;
    font-family: 'open_sanssemibold';
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    margin: 20px;
    background: none;
    opacity: 1;
}

.o_kvartale_slider .swiper-pagination-clickable .swiper-pagination-bullet-active,
.location_slider .swiper-pagination-clickable .swiper-pagination-bullet-active {
    border: 2px solid rgba(133, 219, 244, 0.97);
}








.White {
    background: #fff !important;
}
/*start o_kvartale_slider =========================================================*/

.pagination-wrap .menu_ellipsis {
    position: absolute;
    height: 37px;
    margin:3px 8px 0px 8px;
    top: 0px;
    /*border: 0px solid #74CCFF;*/
    border-radius: 6px;
    /*padding-right: 15px;*/
	background: #ffffff;

    z-index: -1;
    opacity: 0;
    display: none;
}

.pagination-wrap .menu_ellipsis.active {
    opacity: 1 !important;
    display: block !important;
}

.kvartal_bottom_nav {
    width: auto;
    height: auto;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid transparent;
    padding: 10px 15px;
    font-family: 'open_sanssemibold';
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    margin: 4px;
    background: none;
    opacity: 1;
    margin-left: 0;
    margin-right: 0;
}

.kvartal_bottom_nav.active,
.kvartal_bottom_nav:hover {
    /*color: #75cdff !important;*/
    color:#009bdf !important;
    background:#ffffff !important;;
    border-radius:6px;
    /*padding:6px 15px;*/
}

.o_kvartale_slider .swiper-container,
.location_slider .swiper-container {
    width: 100%;
    height: 300px;
    margin: 20px auto;
}

.o_kvartale_slider .swiper-slide,
.location_slider .swiper-slide, {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */

    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.o_kvartale_slider,
.location_slider {
    background-image: url(../images/bg.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 704px;
    min-width: 1024px;
    /* position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;*/
    border-radius:20px;
}
.location_slider{
    background-image: url('../files/about/backgroung/bg-gradient.jpg');
    background-repeat:repeat;
    background-position:0 0 !important;
    background-size:initial !important;
    /*background-image:url('../files/about/backgroung/about_fon1.jpg');
    height: auto;*/
}


.o_kvartale_slider .kvartal_slider_super_wrapper,
.location_slider .kvartal_slider_super_wrapper {
   /* height: 100%;
    width: 100%;*/
    min-height: 700px;
    left:0;
    right:0;
    top:0;
    bottom:0;
}

.o_kvartale_slider .kvartal_slider_super_wrapper .kvartal_slider_container,
.location_slider .kvartal_slider_super_wrapper .location_slider_container {
    /*width: 790px;*/
    width:900px;
    padding-top: 180px;
    height: 555px;
   /* top: 50%;
    margin-top: -350px;*/
}
.location_slider .kvartal_slider_super_wrapper .location_slider_container {
  /*  padding-top: 150px; */
}

.kvartal_slider_container .about-title,
.location_slider_container .about-title {
    font-family: 'open_sanssemibold';
    text-align: center;
    text-transform: uppercase;
    font-size: 52px;
    color: #009bdf;
    padding: 25px;
    /* position: absolute;
  left: 50%;
  margin-left: -170px;
  top: 100px;*/

    line-height: 0;
}

.o_kvartale_slider .kvartal_slider_wrapper .kvartal_slide,
.location_slider .kvartal_slider_wrapper .kvartal_slide {
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    height: 350px;
}

.o_kvartale_slider .kvartal_slide::after,
.location_slider .kvartal_slide::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 15px solid #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /*margin:0px 5px 0px 5px;*/
}

.o_kvartale_slider .kvartal_slide:hover::after{
    border-width: 0px;
}

.o_kvartale_slider .kvartal_slide:hover::after p,
.location_slider .kvartal_slide:hover::after p{
    left:0;
    bottom:0;
    width:100%;
}

.o_kvartale_slider .kvartal_slide img,
.location_slider .kvartal_slide img {
    -webkit-transition-duration: .5s;
    height: 100%;
    /*width: 360px;*/
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.o_kvartale_slider .kvartal_slide:hover img,
.location_slider .kvartal_slide:hover img {
   -webkit-transform: scale(1.1);
   /* height: auto;
   width: 370px;*/
}

.o_kvartale_slider .kvartal_slide p,
.location_slider .kvartal_slide p {
    position: absolute;
    bottom:15px;
    left:15px;
    right: 15px;
    text-align: center;
    width: auto;
    margin-top: 366px;
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
	line-height: 70px;
    z-index: 1000;
    font-family: 'open_sanssemibold', !important;
    background: rgba(15, 26, 84, 0.7);
}
.o_kvartale_slider .kvartal_slide div,
.location_slider .kvartal_slide div {
    position: absolute;
    bottom:15px;
    left:15px;
    right: 15px;
    text-align: center;
    width: auto;
    margin-top: 366px;
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 3;

    z-index: 1000;
    font-family: 'open_sanssemibold' !important;
    background: rgba(15, 26, 84, 0.7);
    -moz-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;

}
.o_kvartale_slider .kvartal_slide:hover div,
.location_slider .kvartal_slide:hover div {

}
.o_kvartale_slider .kvartal_slide p.inner_description,
.location_slider .kvartal_slide p.inner_description{
    position: static;
    font-size: 18px;
    font-family: 'open_sanssemibold';
    color:#52caff;
    text-transform: uppercase;
    line-height: normal;
    background:none;
    margin:0;
    max-height: 0;
    opacity:0;
    -moz-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
}
.o_kvartale_slider .kvartal_slide:hover p.inner_description,
.location_slider .kvartal_slide:hover p.inner_description{
   max-height:80px;
   opacity:1;
   margin:0 0 20px;
}

.o_kvartale_slider .kvartal_slider_super_wrapper .kvartal_btn-prev,
/*.location_slider .kvartal_slider_super_wrapper .kvartal_btn-prev,*/
.o_kvartale_slider .kvartal_slider_super_wrapper .kvartal_btn-next,
/*.location_slider .kvartal_slider_super_wrapper .kvartal_btn-next,*/
.Gallery_slider .Gallery_btn-next,
.Gallery_slider .Gallery_btn-prev{
    background-image: url(../images/arrow.png) !important;
    width: 21px;
    height: 35px;
    right: 30px;
    top: 53%;
    margin-top: -17px;
    cursor: pointer;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    position: absolute;
    background-size: 100%
}

.o_kvartale_slider .kvartal_slider_super_wrapper .kvartal_btn-next,
.location_slider .kvartal_slider_super_wrapper .kvartal_btn-next,
.Gallery_slider  .Gallery_btn-next{
    background-position: bottom;
    right: 30px;
}

.o_kvartale_slider .kvartal_slider_super_wrapper .kvartal_btn-prev,
.location_slider .kvartal_slider_super_wrapper .kvartal_btn-prev,
.Gallery_slider .Gallery_btn-prev {
    background-position: top;
    left: 30px;
}

.o_kvartale_slider .kvartal_slider_super_wrapper .kvartal_btn-next:hover,
.location_slider .kvartal_slider_super_wrapper .kvartal_btn-next:hover,
.o_kvartale_slider .kvartal_slider_super_wrapper .kvartal_btn-prev:hover,
.location_slider .kvartal_slider_super_wrapper .kvartal_btn-prev:hover ,
.Gallery_slider .Gallery_btn-prev:hover,
.Gallery_slider .Gallery_btn-next:hover{
    opacity: 0.5;

    /*transform: scale(1.5);*/
}

.o_kvartale_slider .kvartal_slider_super_wrapper .kvartal_pagination,
.location_slider .kvartal_slider_super_wrapper .kvartal_pagination {
    /*position: relative;
    margin-top: 33px;
    left:21%;*/
    padding:0 4px;
    height: auto;
    position: static;
}

.o_kvartale_slider .pagination-wrap,
.location_slider .pagination-wrap {
    position: relative;
   /* width: 1100px;*/
    margin: 0 auto;
    position: absolute;
    bottom: 2%;
    /*bottom: 13%;
    left: 50%;
    margin-left: -550px;*/
    width:100%;
    display:-webkit-flex;
    display: flex;
    -webkit-justify-content:center;
    justify-content:center;
    -webkit-align-items:center;
    align-items:center;
}

.location_slider .pagination-wrap{
    bottom: 2.5%;
}
.o_kvartale_slider .ninja_btn1,
.location_slider .ninja_btn1 {
    position: absolute;
    right: 118px;
    margin-top: -47px;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid transparent;
    padding: 10px 15px;
    font-family: 'open_sanssemibold';
    color: #fff;
    cursor: pointer;
    border-radius: 20px;
    background: none;
    opacity: 1;
    z-index: 10;
}

.o_kvartale_slider .ninja_btn2,
.location_slider .ninja_btn2 {
    position: absolute;
    right: -57px;
    margin-top: -47px;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid transparent;
    padding: 10px 15px;
    font-family: 'open_sanssemibold';
    color: #fff;
    cursor: pointer;
    border-radius: 20px;
    background: none;
    opacity: 1;
    z-index: 10;
}

.o_kvartale_slider .ninja_btn1.active,
.location_slider .ninja_btn1.active,
.o_kvartale_slider .ninja_btn2.active,
.location_slider .ninja_btn2.active {
    border: 2px solid #74ccff;
}

.o_kvartale_slider .swiper-pagination-clickable .swiper-pagination-bullet,
.location_slider .swiper-pagination-clickable .swiper-pagination-bullet {
    width: auto;
    height: auto;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid transparent;
    padding: 6px 8px;/*6px 15px;*/
    font-family: 'open_sanssemibold';
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    margin: 4px;
    background: none;
    opacity: 1;
    margin-left: 0;
    margin-right: 0;
}
.location_slider .swiper-pagination-clickable .swiper-pagination-bullet{
    margin:4px;
}

.o_kvartale_slider .swiper-pagination-clickable .swiper-pagination-bullet-active,
.location_slider .swiper-pagination-clickable .swiper-pagination-bullet-active {
    /*border: 2px solid #74ccff;*/

    color: #75cdff;
}

.kvartal_slider_wrapper {
    position: absolute !important;
    top: 265px;
}
.pagination-wrap .location_pagination{
    height:auto;
    position: static;
}
.info-text{
    width:659px;
    background:url('../images/info-text-bg.png')no-repeat ;
    position: absolute;
    bottom: 10px;
    left:0;
    right:0;
    margin:auto;
    padding:37px 0 0;
    box-sizing:border-box;
}
.info-text p{
    font-size:14px;
    font-family: 'open_sansregular';
    line-height: 1.5;
    text-align: justify;
}
.info-text h2{
    font-size:23px;
    color: #fff;
    font-family: 'open_sanssemibold';
    text-transform: uppercase;
    margin-bottom: 10px;
}
.info-text-cont{
    background: rgba(27,74,128,0.95);
    padding:0 20px 20px;
}
.miniImg p{
    font-size:13px;
    font-family: 'open_sanssemibold';
    color: #0098e0;
    text-align: center;
    text-transform: uppercase;
}
.pictogram-cont{
    position: absolute;
    height:300px;
    top: 0;
    bottom: 0;
    margin: auto 0 auto -70px;
    left:100%;
}
.o_kvartale_architecture .pictogram-cont a.preloarder-page{
    position: relative;
    display: block;
    margin:0 0 14px 0;
    top:auto;
    left:auto;
}
.o_kvartale_architecture .pictogram-cont a.preloarder-page:last-child{
    margin: 0;
}
.miniSliderWrap-bg{
    width:290px;
    position: absolute;
    top:0;
    left:0;
    height:100%;
    background:rgba(255,255,255,0.85);
    z-index: 2;
}
.Gallery_vis .miniSliderWrapIn{
    width:200px;
    /*left:50px;*/
    top:57px;
}
.miniSliderWrapIn .miniImgSlider{
    right: 0;
}
.miniSliderWrapIn .table{
    width:200px;
}
.miniImgText.miniImg img{
    width:103px;
    height: 103px;
    border:6px solid #eee;
    box-shadow: 1px 1px 7px rgba(0,0,0,0.35), 0px 0px 7px rgba(0,0,0,0.35) inset;
}
.miniImg.miniImgText:hover img, .chooseImg.miniImgText img{
    border:6px solid #0095e1;
}

/*end o_kvartale_slider =========================================================*/
/*start o_kvartale_architecture =========================================================*/

.pagination .menu_ellipsis {
    display: none;
    position: absolute;
    /*width: 100px;*/
	background: #ffffff;
    height: 26px;
    top: 0;
    margin: 3px 0px 0px -4px;
    left: 0;

    border-radius: 6px;
    /*padding-right: 15px;*/
    z-index: -1;
    opacity: 0;
}

.pagination .menu_ellipsis.active {
    opacity: 1 !important;
}

.o_kvartale_architecture {
    min-height: 604px;
    position: relative;
    height: 100%;
}

.o_kvartale_architecture .img_bg {
    overflow-y: hidden;
    position: absolute;
    height: 100%;
    width: 100%;
    min-width: 1024px;
    border-radius: 20px;
}

.o_kvartale_architecture .img_bg img {
    position: absolute;
    width: 100%;
    height: 100%;
}

.o_kvartale_architecture .content_block {
    width: 50%;
    min-width: 630px;
    position: absolute;
    height: 100%;
    left: -50%;
    background: url(../images/conntent_bg.png);
    -webkit-transition: left .4s ease-out .5s;
    -o-transition: left .4s ease-out .5s;
    -moz-transition: left .4s ease-out .5s;
    transition: left .4s ease-out .5s;
    border-radius: 20px 0 0 20px;
}

.block-wrapper {
    position: relative;
    height: 370px;
    top: 50%;
    margin-top: -185px;
}

.o_kvartale_architecture .content_block a {
    position: absolute;
    width: 136px;
    height: 132px;
    top: 50%;
    left: 100%;
    margin: -66px 0 0 -68px;
    background-image: url('../images/icon-square.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    line-height: 13;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-family: 'open_sanssemibold';
    font-size: 14px;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
    opacity: 0;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -webkit-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
}
a.architecture-icon:before{
    content: " ";
    display: block;
    position: absolute;
    top:20px;
    left:0;
    right:0;
    margin:auto;
    width:66px;
    height:63px;
    background-image: url('../images/icon-gallery.png');
    background-size:contain;
    background-repeat:no-repeat;
}
a.genplan-icon:before{
    content: " ";
    display: block;
    position: absolute;
    top:33px;
    left:0;
    right:0;
    margin:auto;
    width:60px;
    height:39px;
    background-image: url('../images/icon-genplan.png');
    background-size:contain;
    background-repeat:no-repeat;
}

.o_kvartale_architecture .content_block a:hover {
    -moz-transform: scale(1.1) !important;
    /* Для Firefox */

    -ms-transform: scale(1.1) !important;
    /* Для IE */

    -webkit-transform: scale(1.1) !important;
    /* Для Safari, Chrome, iOS */

    -o-transform: scale(1.1) !important;
    /* Для Opera */

    transform: scale(1.1) !important;
}

.o_kvartale_architecture .content_title {
    font-family: 'open_sanssemibold';
    color: #fff;
    text-align: center;
    font-size: 40px;
    padding-bottom: 35px;
    text-transform: uppercase;
    margin-left: -23px;
    letter-spacing: 4px;
}

.o_kvartale_architecture .text {
    width: 450px !important;
    left: 50%;
    position: absolute;
    margin-left: -210px;
    height: 285px;
}

.o_kvartale_architecture .text p {
    font-family: Arial, sans-serif;
    color: #e8e8e8;
    line-height: 21px;
    font-weight: normal;
    text-align: justify;
    font-size: 15px;
}

.o_kvartale_architecture .jspContainer {
    width: 448px !important;
}

.o_kvartale_architecture .jspPane {
    width: 420px !important;
}

.o_kvartale_architecture .jspVerticalBar,
.o_kvartale_architecture .jspTrack {
    background: none !important;
}

.o_kvartale_architecture .jspVerticalBar {
    width: 7px !important;
}

.o_kvartale_architecture .jspDrag {
    background: #fff !important;
    border-radius: 20px !important;
    width: 5px !important;
    height: 97px !important;
}

.o_kvartale_architecture .next {
    display: block;
    /*width: 22px;
    height: 37px;*/
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -16px;
    opacity: 0;
    /*background-image: url(../images/arrow.png);
    background-position: bottom;
    background-repeat: no-repeat;*/
    cursor: pointer;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
    /*-moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -webkit-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);*/
    background-size: 100%;
    width: 62px;
    height: 75px;
    background-repeat: no-repeat;
    background-position: bottom;
    background-image: url(../images/arrow_big.png);
}

.o_kvartale_architecture .next:hover {
    opacity: 0.5 !important;
    /*transform: scale(1.5) !important;*/
}

.o_kvartale_architecture .close{
    display: block;
    width: 80px;
    height: 85px;
    position: absolute;
    right: 30px;
    top: 90px;
    margin-top: -5px;
    opacity: 0;
    background-image: url(../images/close_icon.png);
    background-position: bottom;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
    opacity: 0;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -webkit-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
}

.o_kvartale_architecture .close:hover {
    opacity: 0.5;

    /*transform: scale(1.2) !important;*/
}

.o_kvartale_architecture .pagination {
    /*width: 915px;*/

    left: 50%;
    margin-left: -460px;
    bottom: 10%;
    background: #009bdf;
    border-radius: 6px;
    height: 44px;
    position: absolute;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
    opacity: 0;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -webkit-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
}

.o_kvartale_architecture .pagination {
    opacity: 0;
}

.o_kvartale_architecture .pagination ul {
    margin: 0 auto;
    text-align: center;
    margin:0px 4px;
    position: relative;
}

.o_kvartale_architecture .pagination ul li {
    display: inline-block;
    background: none;
    padding: 0;
    margin: 0;
    margin:0px;
}

.pagination ul li a {
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'open_sanssemibold';
    color: #fff;
    padding: 5px 9px;
    line-height: 26px;
    border-radius: 5px;
	font-size: 16px;
	margin:4px 0px 0px 0px;
	display: block;
}

.o_kvartale_architecture .pagination ul li a:hover,
.o_kvartale_architecture .pagination ul li a.active {
    color: #009bdf;
    background:#ffffff;

}

.o_kvartale_architecture .pagination ul li a:hover {
    /*border:2px solid #6cc5f9;*/
}

.pagination ul li:last-child {
    margin-right: 0px;
}

.jspScrollable,
.jspContainer {
    outline: none;
}


/*end o_kvartale_architecture =========================================================*/
/*start news_slider =========================================================*/

.news_slider .menu_ellipsis {
    position: absolute;
    height: 40px;
    width: 40px !important;
    border: 2px solid #74CCFF;
    border-radius: 50%;
    /*padding-right: 15px;*/

    z-index: -2;
    opacity: 0;
    top: 20px;
    /*margin-left: 4px;*/
}

.news_slider .news_pagination .menu_ellipsis.active {
    opacity: 1 !important;
}

.news_slider .swiper-container {
    width: 100%;
    height: 300px;
    /*margin: 20px auto;*/
}

.news_slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: none;
    /* Center slide text vertically */

    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.news_slider {
    /*background-image: url(../images/bg.jpg);
    background-image:url('/public/files/news/bg_news.jpg');*/
    background-image:url('/public/files/about/backgroung/bg-gradient.jpg');
   /* background-size: cover;*/
    min-width: 1024px;
    min-height: 704px;
    width: 100%;
    display: block;
    height: 100%;
}
/*rounded corners*/
/*.news_slider, .Gallery_slider{
    border-radius: 20px;
}*/
/**/

.news_slider .news_super_wrapper {
    height: 100%;
    display: block;
    position: relative;
}

.news_slider .news_super_wrapper .news_slider_container {
    width:850px;
    padding-top: 180px;
    height: 560px;
	min-height: 500px;
    /*top: 50%;*/
    /*margin-top: -255px;*/
}

.news_slider_container .about-title {
    font-family: 'open_sanssemibold';
    text-align: left;
    font-size: 52px;
    color: #009bdf;
    text-transform: uppercase;
	text-align: center;
    padding: 25px;
    line-height: 0.5;
    padding-left: 7px;
    margin-top: 10px;
}

.news_slider .news_slider_wrapper .news_slide {
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    height: 348px;
    border: 2px solid transparent;
    padding: 7px;
}

.news_slider .news_slider_wrapper .news_slide:hover {
    /*border: 2px solid #74ccff;*/
    background: url('../images/bg_one_news_hover.png')no-repeat;
    background-size: contain;
}
/*.news_slider .news_slide::after{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0px solid #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.news_slider .news_slide:hover::after{
  border-width:15px;
}*/

.news_slider .news_slide img {
    /*-webkit-transition-duration: .5s;*/

    height: 220px;
    width: 265px;
    /*padding: 9px;*/
    box-sizing: border-box;
}
/*.news_slider .news_slide:hover img{
  -webkit-transform:scale(1.1);
}*/

.news_slider .news_slide .slide_name {
    text-align: left;
    color: #05336f;
    font-size: 21px;
    z-index: 1000;
    font-family: 'open_sanssemibold' !important;
    padding: 10px 10px 0 10px;
    line-height: 1.3;
    font-weight: bold;
    height: 54px;
    overflow: hidden;
}

.news_slider .slide_date {
    text-align: left;
    font-size: 14px;
    color: #009bdf;
    padding: 10px 10px 0 10px;
    font-family: arial;
}

.news_slider .news_super_wrapper .news_btn-prev,
.news_slider .news_super_wrapper .news_btn-next {
    background-image: url(../images/arrow.png) !important;
    background-repeat: no-repeat;
    width: 19px;
    height: 33px;
    right: 30px;
    top: 57%;
    margin-top: -17px;
    cursor: pointer;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    position: absolute;
    background-size: 100%
}

.news_slider .news_super_wrapper .news_btn-next {
    background-position: bottom;
    right: 200px;
}

.news_slider .news_super_wrapper .news_btn-prev {
    background-position: top;
    left: 200px;
}

.news_slider .news_super_wrapper .news_btn-next:hover,
.news_slider .news_super_wrapper .news_btn-prev:hover {
    opacity: 0.5;

    /*transform: scale(1.5);*/
}

.news_slider .swiper-pagination-clickable .swiper-pagination-bullet {
    height: auto;
    text-decoration: none;
    font-family: 'open_sanssemibold';
    color: #009bdf;
    cursor: pointer;
    border-radius: 5px;
    background: none;
    width: 30px;
    opacity: 1;
    font-size: 30px;
    text-transform: uppercase;
    border: 2px solid transparent;
    line-height: 1.9;
}
.news_slider .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active{
    color:#fff;
}
.news_slider .pag_wrapp {
    width: 60%;
    left: 0;
	right: 0;
    bottom: 10%;
	margin: auto;
    position: absolute;
    height: 70px;
}

.news_slider .news_pagination {
    width: 100%;
	height: auto;
}

.news_slider .swiper-button-disabled {
    display: none;
}

.news_slider .swiper-pagination-clickable .swiper-pagination-bullet:hover {
    /*border: 2px solid rgba(133, 219, 244, 0.97);*/
}

.news_slider .swiper-pagination-clickable .swiper-pagination-bullet-active,
.news_slider .swiper-pagination-clickable .swiper-pagination-bullet:hover{
    background-color: #009bdf !important;
    color:#fff;
}

.news_slider_wrapper {
    position: absolute !important;
    top: 265px;
}

.subscribe {
    width: 154px;
	height: 154px;
    background: url('../images/icon-news.png')no-repeat;
    position: absolute;
    top: 110px;
    right: 30px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-family: 'open_sanssemibold';
    padding: 90px 13px;
    box-sizing: border-box;
    display: block;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    z-index: 2;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.subscribe:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.subscribe_block {
    width: 50%;
    height: 100%;
    position: fixed;
    background: rgba(15, 26, 84, 0.7);
    top: 0px;
    right: -50%;
    z-index: 10;
    /*display: none;*/

    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}

body.subscribe_active .subscribe_block {
    width: 50%;
    height: 100%;
    position: absolute;
    background: rgba(15, 26, 84, 0.7);
    top: 0px;
    right: 0px;
    z-index: 8;
    display: block;
    border-radius: 0 20px 20px 0;
}

.subscribe_block .news_close {
    background: url(../images/close_icon.png);
    width: 81px;
    height: 86px;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    top: 100px;
    position: absolute;
    right: 45px;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
}

.subscribe_block .news_close:hover {
    opacity: 0.5;

    /*transform: scale(1.2);*/
}

.subscribe_block_title {
    margin-top: 180px;
	line-height: 50px;
    font-size: 45px;
    text-align: center;
    font-family: 'open_sanssemibold';
    color: #fff;
    text-transform: uppercase;
}

.news_subscribe_form {
    margin-top: -10px;
}


/*=======================*/

.input {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 1em;
    text-transform: uppercase;
    max-width: 433px;
    width: calc(100% - 2em);
    vertical-align: top;
    font-size: 19px;
}

.input__field {
    position: relative;
    display: block;
    float: right;
    padding: 0.8em;
    width: 60%;
    border: none;
    border-radius: 0;
    /*background: #f0f0f0;*/

    color: #fff;
    font-weight: 400;
    -webkit-appearance: none;
    /* for box shadows to show on iOS */
}

.input__field:focus {
    outline: none;
}

.input__label {
    display: inline-block;
    float: right;
    padding: 0 1em;
    width: 40%;
    color: #fff;
    font-weight: bold;
    font-size: 70.25%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input__label-content {
    position: relative;
    display: block;
    padding: 1.6em 0;
    width: 100%;
	color: #fff;
}

.graphic {
    position: absolute;
    top: 0;
    left: 0;
    fill: none;
}

.icon {
    color: #fff;
    font-size: 150%;
}

.input--nao {
    overflow: hidden;
    padding-top: 1em;
    display: block;
    left: 50%;
    margin-left: -215px;
    margin-top: 0px;
    margin-bottom: 15px;
}

.input__field--nao {
    padding: 0.5em 0em 0.25em;
    width: 100%;
    background: transparent;
    color: #fff;
    font-size: 1.25em;
}

.input__label--nao {
    font-family: 'open_sanssemibold';
    position: absolute;
    font-size: 18px;
    left: 0;
    display: block;
    width: 100%;
    text-align: left;
    padding: 0em;
    pointer-events: none;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform 0.2s 0.15s, color 1s;
    transition: transform 0.2s 0.15s, color 1s;
    -webkit-transition-timing-function: ease-out;
    font-weight: normal;
    transition-timing-function: ease-out;
    top: 0.55em;
}

.graphic--nao {
    pointer-events: none;
    stroke: #fff;
    transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
    -webkit-transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
    -webkit-transition: -webkit-transform 0.7s, stroke 0.7s;
    transition: transform 0.7s, stroke 0.7s;
}

.input__field--nao:focus + .input__label--nao,
.input--filled .input__label--nao {
    color: #fff;
    -webkit-transform: translate3d(0, -1.25em, 0) scale3d(0.75, 0.75, 1);
    transform: translate3d(0, -1.25em, 0) scale3d(0.75, 0.75, 1);
}

.input__field--nao:focus ~ .graphic--nao,
.input--filled .graphic--nao {
    stroke: #fff;
    -webkit-transform: translate3d(-66.6%, 0, 0);
    transform: translate3d(-66.6%, 0, 0);
}
/*=========================*/

.news_submit_send {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'open_sanssemibold', arial;
    color: #fff;
    background-color: #009bdf;
    text-align: center;
    margin: auto;
    border-radius:5px;
    font-size: 16px;
    margin-top: 35px;
    width: 160px;
    line-height:45px;
}


/*start news_slider =========================================================*/
/*start novost1 =========================================================*/

.novost1 {
    width: 100%;
    height: 100%;
    position: relative;
}

.novost1 .novost1_content {
    width: 50%;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    /*background: url('../images/bg_one_news_1.jpg');
    background-size: cover;
    background-position: 100% 0;*/
    background-image:url('/public/files/about/backgroung/bg-gradient.jpg');
    /*overflow: hidden;*/
    /*position: relative;*/
}

.novost1 .novost1_topImg {
    position: absolute;
    width: 50%;
    height: 50%;
    top: 0px;
    left: 0px;
    overflow: hidden;
    border-radius: 20px 0 0 20px;
	background-size: cover;
}

.novost1 .novost1_bottomImg {
    position: absolute;
    width: 50%;
    height: 50%;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
}

.novost1 .novost1_topImg img {
    position: absolute;
    height: 100%;
   /* width: 100%;*/
}

.novost1 .novost1_bottomImg img {
    position: absolute;
    height: 100%;
    width: 100%;
}

.novost1 .fotootchot_link {
    width: 110px;
    height: 110px;
    display: block;
    background: #75cdff;
    border-radius: 50%;
    top: 50%;
    position: absolute;
    margin-top: -55px;
    margin-left: -55px;
    background-image: url(../images/gal_icon.png);
    background-repeat: no-repeat;
    background-position: center 20px;
    background-size: 30px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-family: arial;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
}

.novost1 .fotootchot_link span {
    font-family: 'open_sanssemibold';
    display: block;
    margin-top: 63px;
    font-size: 14px;
	color: #FFF;
}

.novost1 .fotootchot_link:hover {
    -moz-transform: scale(1.1);
    /* Для Firefox */

    -ms-transform: scale(1.1);
    /* Для IE */

    -webkit-transform: scale(1.1);
    /* Для Safari, Chrome, iOS */

    -o-transform: scale(1.1);
    /* Для Opera */

    transform: scale(1.1);
}

.novost1 .novost1_content_title {
    font-family: 'open_sanssemibold';
    color: #fff;
    font-size: 24px;
    text-align: left;
    text-transform: uppercase;
    line-height: 1.3;
}

.novost1 span.date {
    font-size: 15px;
    font-family: arial;
    color: #009bdf;
    margin:11px 0 50px;
    display:inline-block;
    font-family: 'open_sansregular';
}

.novost1 .novost1_content_text {
    width: 420px !important;
    height: 480px;
    top: 50%;
    position: absolute;
    margin-top: -190px;
    left: 50%;
    margin-left: -200px;
}

.novost1 .novost1_content_text .jspContainer {
    width: 420px !important;
}

.novost1 .novost1_content_text .jspPane {
    color:#01116f;
}
.novost1 .novost1_content_text .jspPane a{
    color:#01116f;
}

.novost1 .novost1_content_text .jspVerticalBar,
.novost1_content_text .jspTrack {
    background: none !important;
}

.novost1 .novost1_content_text .jspVerticalBar {
    width: 7px !important;
}

.novost1 .novost1_content_text .jspDrag {
    background: #fff !important;
    border-radius: 20px !important;
    width: 5px !important;
    height: 97px !important;
}

.novost1 .novost1_content .novost1_content_text p:not(.novost1_content_title) {
    /*color: #b5e4ff;
    font-family: Arial, sans-serif;*/
    /*font-size: 14px;*/
    /*margin-top: 30px;
    line-height: 1.7;*/
}

/*.novost1 .novost1_content .novost1_content_text ul li {
    color: #b5e4ff;
    font-family: 'open_sanssemibold';
    margin-left: 10px;
}*/

.novost1 .novost1_content .novost1_content_text ul {
    margin-left: 20px;
    line-height: 1.6;
    font-size: 16px;
    list-style: disc;
}

.novost1 .novost1_content .novost1_content_text p:nth-child(1) {}

.novost1 .novost1_content .novost1_content_text p:nth-child(2) {}

.novost1 .novost1_content .novost1_content_text p:nth-child(3) {}

.novost1 .novost1_content .novost1_content_text p:nth-child(4) {}

.novost1 .novost1_content .novost1_content_text p:nth-child(6) {}



.jspScrollable,
.jspContainer {
    outline: none;
}
/*start novost1 =========================================================*/
/*start ucastniki_protkta =========================================================*/

.uchastniki_bottom_nav {
    width: auto;
    height: auto;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid transparent;
    padding: 10px 15px;
    font-family: 'open_sanssemibold';
    color: #fff;
    cursor: pointer;
    border-radius: 20px;
    margin: 7px;
    background: none;
    opacity: 1;
    margin-left: 0;
    margin-right: 0;
}

.uchastniki_bottom_nav.active {
    color: #75cdff;
}

.uchastniki_proekta_pagination .menu_ellipsis {
    position: absolute;
    height: 27px;
    top: 11px;
    border: 2px solid #74CCFF;
    border-radius: 14px;
    /*padding-right: 15px;*/

    margin-left: 5px;
    z-index: -1;
    opacity: 0;
    display: none;
}

.uchastniki_proekta_pagination .menu_ellipsis.active {
    opacity: 1 !important;
    display: block !important;
}
.uchastniki_proekta .swiper-pagination{
    height:auto;
    padding:0 4px;
    /*left:10%;*/
    width:100%;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
/*
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}*/

.display_NONE {
    display: none !important;
}

.display_BLOCK {
    display: block !important;
}

.uchastniki_proekta .swiper-container {
    width: 100%;
    height: 300px;
    margin: 20px auto;
}

.uchastniki_proekta .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */

    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.uchastniki_proekta {
    background-image: url(../images/bg.jpg);
    /*background-size: cover;*/
    width: 100%;
    height: 100%;
    min-height: 604px;
    position: absolute;
    min-width: 1024px;
    overflow: hidden;
    border-radius: 20px;
}

.uchastniki_proekta .uchastniki_proekta_super_wrapper {
    height: 100%;
    width: 100%;
    min-height: 700px;
}

.uchastniki_proekta .uchastniki_proekta_super_wrapper .uchastniki_proekta_container {
    width: 790px;
    padding-top: 105px;
    height: 555px;
    top: 50%;
    margin-top: -350px;
}

.uchastniki_proekta_container .about-title {
    font-family: 'open_sanssemibold';
    text-align: center;
    font-size: 55px;
    color: #fff;
    padding: 25px;
    /* position: absolute;
  left: 50%;
  margin-left: -170px;
  top: 100px;*/

    line-height: 1;
}

.uchastniki_proekta .uchastniki_proekta_wrapper .uchastniki_proekta_slide {
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    height: 350px;
}

.uchastniki_proekta .uchastniki_proekta_slide::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0px solid #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.uchastniki_proekta .uchastniki_proekta_slide:hover::after {
    border-width: 10px;
}

.uchastniki_proekta .uchastniki_proekta_slide img {
    -webkit-transition-duration: .5s;
    height: 100%;
    width: 340px;
}

.uchastniki_proekta .uchastniki_proekta_slide:hover img {
    -webkit-transform: scale(1.1);
}

.uchastniki_proekta .uchastniki_proekta_slide p {
    position: absolute;
    text-align: center;
    width: 100%;
    margin-top: 160px;
    color: #fff;
    text-transform: uppercase;
    font-size: 32px;
    z-index: 1000;
    font-family: 'open_sanssemibold' !important;
}

.uchastniki_proekta .uchastniki_proekta_super_wrapper .purchase_btn-prev,
.uchastniki_proekta .uchastniki_proekta_super_wrapper .purchase_btn-next {
    background-image: url(../images/arrow.png) !important;
    width: 21px;
    height: 35px;
    right: 30px;
    top: 53%;
    margin-top: -17px;
    cursor: pointer;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    position: absolute;
    background-size: 100%;
}

.uchastniki_proekta .uchastniki_proekta_super_wrapper .purchase_btn-next {
    background-position: bottom;
    right: 30px;
}

.uchastniki_proekta .uchastniki_proekta_super_wrapper .purchase_btn-prev {
    background-position: top;
    left: 30px;
}

.uchastniki_proekta .uchastniki_proekta_super_wrapper .purchase_btn-next:hover,
.uchastniki_proekta .uchastniki_proekta_super_wrapper .purchase_btn-prev:hover {
    opacity: 0.5;
    -moz-transform: scale(1.5);
    /* Для Firefox */

    -ms-transform: scale(1.5);
    /* Для IE */

    -webkit-transform: scale(1.5);
    /* Для Safari, Chrome, iOS */

    -o-transform: scale(1.5);
    /* Для Opera */

    transform: scale(1.5);
}

.uchastniki_proekta .uchastniki_proekta_super_wrapper .uchastniki_proekta_pagination {
    position: relative;
    margin-top: 33px;
    /*margin-left: -241px;*/
}

.uchastniki_proekta .pagination-wrap {
    position: relative;
    width: 867px;
    margin: 0 auto;
    position: absolute;
    bottom: 14%;
    left: 50%;
    margin-left: -400px;
}

.uchastniki_proekta .ninja_btn1 {
    position: absolute;
    right: 118px;
    margin-top: -47px;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid transparent;
    padding: 10px 15px;
    font-family: 'open_sanssemibold';
    color: #fff;
    cursor: pointer;
    border-radius: 20px;
    background: none;
    opacity: 1;
    z-index: 10;
}

.uchastniki_proekta .ninja_btn2 {
    position: absolute;
    right: -57px;
    margin-top: -47px;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid transparent;
    padding: 10px 15px;
    font-family: 'open_sanssemibold';
    color: #fff;
    cursor: pointer;
    border-radius: 20px;
    background: none;
    opacity: 1;
    z-index: 10;
}

.uchastniki_proekta .ninja_btn1.active,
.uchastniki_proekta .ninja_btn2.active {
    border: 2px solid #74ccff;
}



.uchastniki_proekta .swiper-pagination-clickable .swiper-pagination-bullet {
    width: auto;
    height: auto;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid transparent;
    padding: 6px 6px;
    font-family: 'open_sanssemibold';
    color: #fff;
    cursor: pointer;
    border-radius: 6px;
    /*margin: 7px;*/

    background: none;
    opacity: 1;
}
/*.uchastniki_proekta .swiper-pagination-clickable .swiper-pagination-bullet-active{
    border: 2px solid #74ccff;
}*/


.White {
    background: #fff !important;
}

.uchastniki_proekta_wrapper {
    position: absolute !important;
    top: 200px;
}
/*==========================================*/
/*==========================================*/

.uchastniki_proekta .tab-wrapper {
    position: absolute;
    /*outline: 1px solid red;*/

    min-width: 760px;
    width: 960px;
    margin: auto;
    height: 380px;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
}

.uchastniki_proekta .tab-left-block {
    width: 270px;
    /*outline: 1px solid green;*/

    height: 100%;
    float: left;
}

.uchastniki_proekta .left-block-title {
    font-family: 'open_sanssemibold';
    color: #009bdf;
    font-size: 52px;
    text-align: right;
    line-height: 0.8;
    letter-spacing: 1px;
}

.uchastniki_proekta .tab-left-menu {
    margin-top: 15px;
}

.uchastniki_proekta .tab-left-menu li {
    text-align: right;
    background: none;
    padding: 0;
    margin: 0;
}

.uchastniki_proekta .tab-left-menu li a {
    color: #009bdf;
    text-decoration: none;
    font-family: 'open_sanssemibold';
    padding: 7px;
    display: inline-block;
    border-radius: 5px;
    width: auto;
    /*border: 2px solid transparent;*/
    text-transform: uppercase;
}
/*.uchastniki_proekta .tab-left-menu li a{
  padding-top: 5px;
}*/

.uchastniki_proekta .tab-left-menu li a.active {
    /*border: 2px solid #74ccff;*/
    background: #009bdf;
    color: #fff;
}

.uchastniki_proekta .tab-right-block {
    margin-top: -30px;
    width: 660px;
    float: left;
    margin-left: 30px;
}



.tab-right-block > img {
    display: block;
    margin-left: 170px;
	max-height: 90px;
}

/*.tab-right-block p {
    color: #b5e4ff;
    font-family: 'arial';
    text-align: justify;
    margin-top: 23px;
    line-height: 1.7;
    width: 445px;
    font-size: 14px;
    float: left;
    color: #01116f;
    font-family: 'open_sansregular';
}*/
.tab-right-block p {
    color: #01116f;
    font-family: 'open_sansregular', arial;
    text-align: justify;

    line-height: 1.5;

    font-size: 15px;
    /*float: left;
     margin-top: 23px;
     width: 460px;*/
}
.tab-right-block span {
    color: #01116f;
    font-family: 'open_sansregular', arial;
    text-align: justify;
    /*font-weight: bold;*/
    line-height: 1.2;
    font-size: 15px;
}

.logo_block {
    margin-top: 15px;
    float: right;
}

.logo_block img {
    display: block;
    cursor: pointer;
    margin: 0 auto;
}

.logo_block img:nth-child(1) {
    width: 110px;
}

.logo_block img:nth-child(2) {
    margin: 50px auto;
    width: 85px;
}

.logo_block img:nth-child(3) {
    margin: 0 auto;
    width: 130px;
}

.uchastniki_proekta .tab-right-block .last_p {
    margin-top: 40px;
    font-family: 'open_sanssemibold';
    color: #b5e4ff;
    line-height: 1.5;
    padding-left: 20px;
}

.uchastniki_proekta #uch_tab2_content2 {
    display: none;
}

.uchastniki_proekta #uch_tab3_content3 {
    display: none;
}

.close {
    display: block;
    width: 28px;
    height: 37px;
    position: absolute;
    right: 30px;
    top: 90px;
    margin-top: -16px;
    /*opacity: 0;*/

    background-image: url(../images/close_icon.png);
    background-position: bottom;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
    /*    -moz-transform: scale(.8);
  -ms-transform: scale(.8);
  -webkit-transform: scale(.8);
  -o-transform: scale(.8);
  transform: scale(.8);*/
}

.close:hover {
    opacity: 0.5;

    /*transform: scale(1.5) !important;*/
}




/*end ucastniki_protkta =========================================================*/
/*start purchase_terms =========================================================*/

.purchase_terms_bottom_nav {
    width: auto;
    height: auto;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid transparent;
    padding: 10px 15px;
    font-family: 'open_sanssemibold';
    color: #fff;
    cursor: pointer;
    border-radius: 20px;
    margin: 7px;
    background: none;
    opacity: 1;
    margin-left: 0;
    margin-right: 0;
}

.purchase_terms_pagination .menu_ellipsis {
    position: absolute;
    height: 27px;
    top: 11px;
    border: 2px solid #74CCFF;
    border-radius: 14px;
    /*padding-right: 15px;*/

    margin-left: 5px;
    z-index: -1;
    opacity: 0;
    display: none;
}

.purchase_terms_pagination .menu_ellipsis.active {
    opacity: 1 !important;
    display: block !important;
}
.purchase_terms .swiper-pagination{
    width:100%;
    height:auto;
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
/*.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}*/

.display_NONE {
    display: none !important;
}

.display_BLOCK {
    display: block !important;
}

.purchase_terms .swiper-container {
    width: 100%;
    height: 300px;
    margin: 20px auto;
}

.purchase_terms .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */

    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.purchase_terms {
    background-image: url(../images/bg.jpg);
    /*background-size: cover;*/
    width: 100%;
    height: 100%;
    min-height: 604px;
    position: absolute;
    min-width: 1024px;
    overflow: hidden;
}

.purchase_terms .purchase_terms_super_wrapper {
    height: 100%;
    width: 100%;
    min-height: 700px;
}

.purchase_terms .purchase_terms_super_wrapper .purchase_terms_container {
    width: 790px;
    padding-top: 105px;
    height: 555px;
    top: 50%;
    margin-top: -350px;
}

.purchase_terms_container .about-title {
    font-family: 'open_sanssemibold';
    text-align: center;
    font-size: 55px;
    color: #fff;
    padding: 25px;
    /* position: absolute;
  left: 50%;
  margin-left: -170px;
  top: 100px;*/

    line-height: 1;
}

.purchase_terms .purchase_terms_wrapper .purchase_terms_slide {
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    height: 350px;
}

.purchase_terms .purchase_terms_slide::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0px solid #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.purchase_terms .purchase_terms_slide:hover::after {
    border-width: 10px;
}

.purchase_terms .purchase_terms_slide img {
    -webkit-transition-duration: .5s;
    height: 100%;
    width: 340px;
}

.purchase_terms .purchase_terms_slide:hover img {
    -webkit-transform: scale(1.1);
}

.purchase_terms .purchase_terms_slide p {
    position: absolute;
    text-align: center;
    width: 100%;
    margin-top: 160px;
    color: #fff;
    text-transform: uppercase;
    font-size: 32px;
    z-index: 1000;
    font-family: 'open_sanssemibold' !important;
}

.purchase_terms .purchase_terms_super_wrapper .purchase_btn-prev,
.purchase_terms .purchase_terms_super_wrapper .purchase_btn-next {
    background-image: url(../images/arrow.png) !important;
    width: 21px;
    height: 35px;
    right: 30px;
    top: 53%;
    margin-top: -17px;
    cursor: pointer;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    position: absolute;
    background-size: 100%
}

.purchase_terms .purchase_terms_super_wrapper .purchase_btn-next {
    background-position: bottom;
    right: 30px;
}

.purchase_terms .purchase_terms_super_wrapper .purchase_btn-prev {
    background-position: top;
    left: 30px;
}

.purchase_terms .purchase_terms_super_wrapper .purchase_btn-next:hover,
.purchase_terms .purchase_terms_super_wrapper .purchase_btn-prev:hover {
    opacity: 0.5;
    -moz-transform: scale(1.5);
    /* Для Firefox */

    -ms-transform: scale(1.5);
    /* Для IE */

    -webkit-transform: scale(1.5);
    /* Для Safari, Chrome, iOS */

    -o-transform: scale(1.5);
    /* Для Opera */

    transform: scale(1.5);
}

.purchase_terms .purchase_terms_super_wrapper .purchase_terms_pagination {
    position: relative;
    margin-top: 33px;
    /*margin-left: -241px;*/
}

.purchase_terms .pagination-wrap {
    position: relative;
    width: 867px;
    margin: 0 auto;
    position: absolute;
    bottom: 14%;
    left: 50%;
    margin-left: -409px;
}

.purchase_terms .ninja_btn1 {
    position: absolute;
    right: 118px;
    margin-top: -47px;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid transparent;
    padding: 10px 15px;
    font-family: 'open_sanssemibold';
    color: #fff;
    cursor: pointer;
    border-radius: 20px;
    background: none;
    opacity: 1;
    z-index: 10;
}

.purchase_terms .ninja_btn2 {
    position: absolute;
    right: -57px;
    margin-top: -47px;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid transparent;
    padding: 10px 15px;
    font-family: 'open_sanssemibold';
    color: #fff;
    cursor: pointer;
    border-radius: 20px;
    background: none;
    opacity: 1;
    z-index: 10;
}

.purchase_terms .ninja_btn1.active,
.purchase_terms .ninja_btn2.active {
    border: 2px solid #74ccff;
}

.purchase_terms .swiper-pagination-clickable .swiper-pagination-bullet {
    width: auto;
    height: auto;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid transparent;
    padding: 6px 6px;
    font-family: 'open_sanssemibold';
    color: #fff;
    cursor: pointer;
    border-radius: 6px;
    /*margin: 7px;*/

    background: none;
    opacity: 1;

}
/*.purchase_terms .swiper-pagination-clickable .swiper-pagination-bullet-active{
    border: 2px solid #74ccff;
}*/

.purchase_terms_wrapper {
    position: absolute !important;
    top: 200px;
}
/*==========================================*/
/*==========================================*/

.purchase_terms .tab-wrapper {
    position: absolute;
    /*outline: 1px solid red;*/
    font-size: 16px;
    min-width: 760px;
    width: 760px;
    margin: 0 auto;
    height: 380px;
    top: 50%;
    margin-top: -120px;
    left: 50%;
    margin-left: -445px;
}

.purchase_terms .tab-left-block {
    width: 270px;
    /*outline: 1px solid green;*/

    height: 100%;
    float: left;
	  text-align: right;
}

.purchase_terms .left-block-title {
    font-family: 'open_sanssemibold';
    color: #fff;
    font-size: 55px;
    text-align: right;
    line-height: 0.8;
    letter-spacing: 4px;
}

.purchase_terms .tab-left-menu {
    margin-top: 15px;
}

.purchase_terms .tab-left-menu li {
    text-align: right;
    background: none;
    padding: 0;
    margin: 0;
    list-style: none;
}

.purchase_terms .tab-left-menu li a {
    text-decoration: none;
        font-family: 'open_sanssemibold';
        padding:4px 11px;
        display: inline-block;
        border-radius: 5px;
        width: auto;
        /*border: 2px solid transparent;*/
        text-transform: uppercase;
        font-size: 16px;
        color:#009bdf;
}

.purchase_terms .tab-left-menu li a.active {
    /*border: 2px solid #74ccff;*/
    background:#009bdf;
    color: #fff;
}

.purchase_terms .tab-right-block {
    margin-top: -30px;
    width: 500px;
    width: 470px;
    float: right;
}

.purchase_terms .tab-right-title {
    color: #fff;
    font-family: 'open_sanssemibold';
    text-align: left;
    font-size: 24px;
    padding-left: 20px;
}

.purchase_terms .tab-right-block ol {
    /*list-style-image: url(../images/circle.png);
    margin-left: 50px;
    width: 375px;*/
}

.purchase_terms .tab-right-block ol li {
    /*color: #fff;
    font-family: 'open_sanssemibold';
    font-size: 17px;
    padding-top: 27px;
    color: #b5e4ff;
    line-height: 1.4;
    padding-left: 10px;*/
}

.purchase_terms .tab-right-block ul {
    /*margin-top: 35px;*/
}

.purchase_terms .tab-right-block ul li {
    /*font-family: 'open_sanssemibold';
    color: #b5e4ff;
    line-height: 1.5;
    padding-left: 20px;*/
    position: relative;
    font-family: 'open_sansregular', Arial, sans-serif;
    color: #01116f;
    line-height: 1.5;
    padding-left: 20px;
    font-size: 15px;
    margin-top:23px;
    list-style: none;
}
.purchase_terms .tab-right-block ul li:before{
    content: "";
    display: inline-block;
    width:7px;
    height:7px;
    background:#009bdf;
    border-radius: 50%;
    position: absolute;
    top:7px;
    left:0;
}

.purchase_terms .tab-right-block .last_p {
    margin-top: 40px;
    font-family: 'open_sanssemibold';
    color: #b5e4ff;
    line-height: 1.5;
    padding-left: 20px;
    font-size: 16px;
}

.purchase_terms #tab2_content2 {}

.close {
    display: block;
    width: 80px;
    height: 85px;
    position: absolute;
	z-index: 2;
    right: 30px;
    top: 90px;
    margin-top: 0px;
    /*opacity: 0;*/

    background-image: url(../images/close_icon.png);
    background-position: bottom;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
    /*    -moz-transform: scale(.8);
  -ms-transform: scale(.8);
  -webkit-transform: scale(.8);
  -o-transform: scale(.8);
  transform: scale(.8);*/
}

.close:hover {
    opacity: 0.5;

    /*transform: scale(1.5) !important;*/
}
.mail_link{
    text-decoration: none;
    color: #fff;
}
.news_slider .news_super_wrapper .news_btn-next,
.news_slider .news_super_wrapper .news_btn-prev {
    background-image: url('../images/arrows.png') !important;
    width: 44px;
    height: 59px;
    /*right: 303px;*/
    top: 50%;
    margin-top: -13px;

    cursor: pointer;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    position: absolute;
    background-size: 100%;
     transform: translateY(-50%);
    margin-top: 0!important;
}
.news_slider .news_super_wrapper .news_btn-next {
    background-position: 0 0px;
    right: -60px;
}
.news_slider .news_super_wrapper .news_btn-prev {
    background-position: 0 -60px;
    left: -60px;
}
.purchase_terms h2{
    color: #009bdf;
    font-family: 'open_sanssemibold';
    font-size: 27px;
    line-height: 32px;
    text-align: left;
    text-transform: uppercase;
}
.purchase_terms .tab-left-block h1 {
    font-family: 'open_sanssemibold';
    color: #009bdf;
    font-size: 52px;
    text-align: right;
    line-height: 0.8;
    letter-spacing: 1px;
}
/*end purchase_terms =========================================================*/

#hidden_bg.preloader-img {
    background-image: url("../images/preloader.gif") !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
.novost1_content_text h2{
    color:#05336f;
    font-size:32px;
    font-family: 'open_sanssemibold';
    text-transform: none;
}
.jspPane > div{
    /*text-shadow:0 0 10px rgba(255,255,255,0.8), 0 0 20px rgba(255,255,255,0.8), 0 0 30px rgba(255,255,255,0.8);*/
    color:#01116f;
    font-family: 'open_sansregular', Arial;
    font-size: 15px;
}
.img-flat-zoomed{
    max-width: 800px;
    max-height: 580px;
}
.swiper-slide.news_slide >svg{
    position: absolute;
    top:0;
    left:0;
    width:265px;
    height:220px;
}
.swiper-pagination{
    height:auto;
}
.slav-marker{
    position: absolute;
    top: 66%;
    left: 47%;
    background: url('../images/slav-marker.png')no-repeat;
    width:111px;
    height:104px;
}

.slav-marker{
    position: absolute;
    background: url('../images/slav-marker.png')no-repeat;
    width: 111px;
    height: 104px;
    top: auto;
    bottom: 33%;
    left: 50%;
    right: auto;
    margin-left: -43px;
	z-index: 1;
}


/*---------------Test animation for border------------------*/
#line-top-1,#line-top-2{
    position: fixed;
    background:#fff;
    z-index:1000;


    top:0;
    left:0;
    width:100%;
    height:15px;

}
#line-top-2{
    left:auto;
    right:0;
    width:0;
    height:0;
}

#line-bottom-1,#line-bottom-2{
    position: fixed;
    background:#fff;
    z-index:1000;

    bottom:0;
    right:0;
    width:100%;
    height:15px;

}
#line-bottom-2{
    left:0;
    right:auto;
    width:0;
    height:0;
}
#line-left-1, #line-left-2{
    position: fixed;
    background:#fff;
    z-index:1000;

    left: 0;
    bottom:0;
    width:15px;
    height:100%;
}
#line-left-2{
    bottom:auto;
    top:0;
    width:0;
    height:0;
}

#line-right-1, #line-right-2{
    position: fixed;
    background:#fff;
    z-index:1000;

    right: 0;
    top:0;
    width:15px;
    height:100%;
}
#line-right-2{
    top:auto;
    bottom:0;
    width:0;
    height:0;
}


.pag_wrapp .swiper-pagination-bullet {
    margin: 20px 20px 0px 0 !important;
        margin-top: 0!important;
}

.novost1_content_text p,
.novost1_content_text span{
    color: #01116f;
    font-family: 'open_sansregular', arial;
    text-align: justify;
    line-height: 1.5;
    font-size: 15px;
}



/*---------Media query------------*/

@media (max-height:500px){
    .kontakt-bottom-nav {
        bottom: 28%;
    }
}

@media (max-height:600px){
    .kontakt-bottom-nav {
        bottom: 18%;
    }
}

@media ( max-width: 1500px) {
    .subscribe {
       width: 130px;
        height: 165px;
        font-size: 15px;
        background-size:contain;
        padding:76px 5px 0;
    }

    .subscribe span {
        width: 34px;
        height: 34px;
        margin: 10px auto 11px auto;
    }
    .news_slider .news_slide .slide_name{
        font-size:19px;
        line-height: 19px;
        height:40px;
    }
    .news_slider .news_super_wrapper .news_slider_container{
        padding-top:166px;
    }
    .Gallery_slider .Gallery_super_wrapper .Gallery_slider_container{
        padding-top:176px;
        width: 900px;
    }
    .Gallery_slider .Gallery_slide p,
    .o_kvartale_slider .kvartal_slide p,
    .location_slider .kvartal_slide p{
        font-size:21px;
    }

    .news_slider_wrapper{
        top: 250px;
    }
    .Gallery_slider_wrapper{
        top:290px;
    }
    .news_slider .news_slide img{
        border-radius: 9px;
    }
    .FeedbackNew {
        width: 125px;
        height: 156px;
    }

    .FeedbackNew span {
        font-size: 16px;
    }
    .location_slider .kvartal_slide div{
        font-size:21px;
    }
    .location_slider .kvartal_slide p.inner_description{
        font-size:14px;
    }
}
@media screen and (max-width: 1366px){
    .uchastniki_proekta .tab-right-block {
        margin-top: 0 !important;
    }
    .menu ul{
        margin:0 0 0 17px;
    }
    .menu ul li a{
        font-size: 17px;
    }
    .menu img{
        width:195px;
        height:auto;
    }
    .menu .menu_logo{
        margin-left:-97px;
    }

}
@media screen and (max-width: 1200px) {
    .menu .menu_logo {
        position: absolute;
        left: 50%;
        top: -5px;
        margin-left: -90px;
    }
    .menu ul.left{
        margin-right: 90px;
    }
    .menu ul.right{
        margin-left: 90px;
    }
    /*.menu ul {
        text-align: left;
        margin-left: 20px;
    }*/
    .menu ul li a {
        /*line-height: 65px;*/
    }
    .menu img {
        height: auto;
        width: 181px;
    }
     .menu .menu__logo-bg{
        margin-left:213px;
    }
    .menu ul li a{
        font-size: 16px;
    }
    /*.menu ul li{
        margin:0 5px 0 0;
    }*/
}
@media screen and (max-width: 1100px) {
    .menu .menu__logo-bg{
        margin-left:200px;
    }
    .menu ul li a{
        font-size: 15px;
        padding:0 8px 1px 8px;
    }
}
@media (max-height:800px){
	.menu img{
        width:195px;
        height:auto;
    }
    .menu .menu_logo{
	    margin-left: -97px;
	}
}
@media (max-height:750px){
    .Gallery_slider_wrapper, .kvartal_slider_wrapper{
        top:230px;/*245px;*/
    }
    .o_kvartale_slider .kvartal_slider_super_wrapper .kvartal_slider_container,
    .location_slider .kvartal_slider_super_wrapper .location_slider_container {
        padding-top: 165px;
        width: 900px;
    }
    .location_slider .pagination-wrap{
        bottom:5%;
    }
    .Gallery_slider .Gallery_super_wrapper .Gallery_slider_container{
        padding-top: 165px;
    }
    .Gallery_slider .Gallery_super_wrapper .Gallery_pagination{
        bottom:2%;
    }
    #Feedback_msg{
        height:85px;
    }
    .kontakt_submit_send{
        margin:20px 0 0 -80px;
        bottom:auto;
    }
    .news_slider .swiper-pagination-clickable .swiper-pagination-bullet{
        font-size:25px;
        line-height:1.5;
    }
    .pag_wrapp .swiper-pagination-bullet{
        margin:8px 20px 0px 0 !important;
    }
    .news_slider .news_super_wrapper .news_btn-next,
    .news_slider .news_super_wrapper .news_btn-prev{
        /*top:0px;*/
        margin-top:0;
    }
    .news_slider .pag_wrapp{
        bottom: 3%;
    }
    .news_slider .news_super_wrapper .news_slider_container{
        padding-top:140px;
    }
    .news_slider_wrapper{
        top:216px;
    }
    .menu img{
        width:195px;
        height:auto;
    }
	.menu .menu_logo{
        margin-left:-97px;
    }
    .sliderImg .miniImgText img{
        width: 83px;
        height:83px;
    }
    .Gallery_vis .miniSliderWrapIn{
        top:90px;
        bottom: 15px;
    }
    .Gallery_vis .miniImgUpIn{
        top:-68px;
    }
    .Gallery_vis .miniImgDownIn{
        bottom: -54px;
    }

}

@media screen and (min-width: 1500px) {
    .realist_digital_link {
        right: 15px;
        bottom: 30px;
    }
    .close {
        background-size: 100%;
        width: 40px;
        height: 45px;
    }

   .Gallery_slider .Gallery_super_wrapper .Gallery_pagination {
        bottom: 10%;
    }
    .news_slider .news_super_wrapper .news_btn-next {
        background-position: 0 0px;
        /*right: 250px;*/
    }
    .news_slider .news_super_wrapper .news_btn-prev {
        background-position: 0 -60px;
        /*left: 250px;*/
    }
    .Gallery_slider .Gallery_super_wrapper .Gallery_slider_container {
       /* top: 56%;
        margin-top: -440px;*/
        height: 650px;
        position: absolute;
        width: 1050px;
        left: 50%;
        margin-left: -525px;
    }
    .Gallery_slider .pagination-wrap {
        bottom: 10px;
        /*margin-left: -420px;*/
    }
    .Gallery_slider_container .about-title {
        font-size: 52px;
    }
    .location_slider  .about-title {
        font-size: 52px;
    }
    .location_slider .pagination-wrap{
        bottom: 13%;
    }
    .Gallery_slider .Gallery_slider_wrapper .Gallery_slide {
        height: 450px;
    }
    .Gallery_slider .Gallery_slide img {
        width: 370px;
        height: 100%;
    }
    .Gallery_slider .Gallery_slide p {
        font-size: 28px;
        /*line-height: 3;*/
    }
    .Gallery_slider .swiper-pagination-clickable .swiper-pagination-bullet {
        font-size: 17px;
    }
    .Gallery_slider .ninja_btn1 {
        font-size: 23px;
        margin-top: -67px;
        right: -50px;
    }
    .Gallery_slider .pagination-wrap {}
    .Gallery_slider .Gallery_super_wrapper .Gallery_btn-next,
    .Gallery_slider .Gallery_super_wrapper .Gallery_btn-prev {
        background-image: url(../images/arrow_big.png) !important;
        width: 62px;
        height: 75px;
        /*right: 303px;*/
        top: 53%;
        margin-top: -17px;
        cursor: pointer;
        -webkit-transition-duration: .2s;
        -moz-transition-duration: .2s;
        -o-transition-duration: .2s;
        transition-duration: .2s;
        position: absolute;
        background-size: 100%
    }

    .main_slider .air-btn-next,
    .main_slider .air-btn-prev,
    .Gallery_vis .swiper-button-prev,
    .Gallery_vis .swiper-button-next,
    .Gallery_open .swiper-button-prev,
    .Gallery_open .swiper-button-next {
        background-image: url(../images/arrow_big.png) !important;
        width: 62px;
        height: 75px;
        right: 30px;
        top: 47%;
        margin-top: -17px;
        cursor: pointer;
        -webkit-transition-duration: .2s;
        -moz-transition-duration: .2s;
        -o-transition-duration: .2s;
        transition-duration: .2s;
        position: absolute;
        background-size: 100%;
    }
    .main_slider .title-wrap {
        position: absolute;
        top: 50%;
        margin-left: 120px;
        margin-top: -90px;
        z-index: 99999;
        -webkit-transition-duration: .2s;
        -o-transition-duration: .2s;
        -moz-transition-duration: .2s;
        transition-duration: .2s;
    }
    .main_slider .air-btn-next {
        background-position: 0px -75px;
        right: 45px;
    }
    .main_slider .air-btn-prev {
        background-position: 0px 0px;
        left: 45px;
    }
    .main_slider .air-slide-title {
        font-size: 72px;
    }
    .main_slider .air-slide-title:nth-child(2) {
        font-size: 102px;
    }

    .bottom_btn {
        z-index: 9;
        width: 100%;
        height: auto;
        position: absolute;
        bottom: 0px;
    }
    .bottom_btn .btn-wapper {
        width: 550px;
        height: auto;
        margin: 0 auto 50px;
    }
    .bottom_btn .bottom_btn_a {
        width: 145px;
        height: 145px;
        display: inline-block;
        border-radius: 50%;
        position: relative;
        text-decoration: none;
        text-transform: uppercase;
        text-align: center;
        font-family: 'open_sanssemibold';
        color: #fff;
        /*opacity: 0.8;*/

        -webkit-transition-duration: .2s;
        -moz-transition-duration: .2s;
        -o-transition-duration: .2s;
        transition-duration: .2s;
    }
    .bottom_btn .bottom_btn_a:hover {
        /*opacity: 1;*/

        -moz-transform: scale(1.2);
        /* Для Firefox */

        -ms-transform: scale(1.2);
        /* Для IE */

        -webkit-transform: scale(1.2);
        /* Для Safari, Chrome, iOS */

        -o-transform: scale(1.2);
        /* Для Opera */

        transform: scale(1.2);
    }
    .bottom_btn .bottom_btn_a>p {
        padding-top: 73px;
        font-size: 19px;
    }
    .bottom_btn .bottom_btn_a span {
        position: absolute;
        left: 50%;
        top: 26px;
    }
    .bottom_btn .btn-wapper .bottom_btn_a:nth-child(1) {
        background-color: rgba(247, 148, 29, 0.9);
        bottom: -44px;
    }
    .bottom_btn .btn-wapper .bottom_btn_a:nth-child(1):hover {
        background-color: rgba(247, 148, 29, 1);
    }
    .bottom_btn .btn-wapper .bottom_btn_a:nth-child(1) span {
        margin-left: -21px;
        width: 40px;
        height: 55px;
        background: url(../images/icon-map-marker-big.png);
        top: 15px;
        background-size: 116%;
        background-repeat: no-repeat;
    ;
    }
    .bottom_btn .btn-wapper .bottom_btn_a:nth-child(1) p {
        padding-top: 79px;
    }
    .bottom_btn .btn-wapper .bottom_btn_a:nth-child(2) {
        background-color: rgba(45, 55, 132, 0.9);
        width: 185px;
        height: 185px;
        margin: 0 28px;
        bottom: -6px;
    }
    .bottom_btn .btn-wapper .bottom_btn_a:nth-child(2):hover {
        background-color: rgba(45, 55, 132, 1);
    }
    .bottom_btn .bottom_btn_a:nth-child(2) p:nth-child(1) {
/*        padding-top: 60px;
        font-size: 42px;*/
        padding-top: 84px;
        font-size: 24px;
    }
    .bottom_btn .bottom_btn_a:nth-child(2) p:nth-child(2) {
        font-size: 34px;
        padding-top: 0px;
        position: absolute;
        padding-left: 24px;
        padding-top: 14px;
    }
    .bottom_btn .btn-wapper .bottom_btn_a:nth-child(3) {
        background-color: rgba(255, 255, 255, 0.9);
        color: #ff7e00;
        font-weight: bold;
        bottom: -55px;
    }
    .bottom_btn .btn-wapper .bottom_btn_a:nth-child(3):hover {
        background-color: rgba(255, 255, 255, 1);
    }
    .bottom_btn .btn-wapper .bottom_btn_a:nth-child(3) span {
        margin-left: -26px;
        width: 50px;
        top: 20px;
        background: url(../images/icon-web-camera-big.png);
        height: 60px;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    .bottom_btn .btn-wapper .bottom_btn_a:nth-child(3) p {
        padding-top: 92px;
        color: #F7941D;
    }

    .kontakt_info_block {
        /* width: 280px;*/
        height: 290px
    }

    .kontakt_info_block__title {
        font-size: 28px;
    }
    .kontakt_info_block__working-time {
        color: #b5e4ff;
        /*font-family: 'open_sanssemibold', arial;*/
        font-size: 16px;
        text-align: center;
        text-align: right;
        padding: 0 53px;
    }
    .kontakt_info_block__info {
        color: #b5e4ff;
        /*font-family: 'open_sanssemibold', arial;*/
        font-size: 16px;
        text-align: center;
        margin-top: 25px;
        margin-bottom: 25px;
    }





    .Feedback {
        width: 165px;
        height: 165px;
        font-size: 20px;
        padding: 0 17px;
        right: 50px;
    }
    .Feedback span {
        background: url(../images/mail-icon.png);
        background-size: 100%;
        width: 48px;
        height: 32px;
        display: block;
        background-repeat: no-repeat;
        margin: 42px auto 18px auto;
    }
    .Feedback_block {
        width: 50%;
        height: 100%;
        position: fixed;
        background: rgba(1, 17, 111, 0.8);
        top: 0px;
        right: -50%;
        z-index: 8;
        /*display: none;*/

        -webkit-transition-duration: 1s;
        -moz-transition-duration: 1s;
        -o-transition-duration: 1s;
        transition-duration: 1s;
    }
    body.Feedback_active .Feedback_block {
        width: 50%;
        height: 100%;
        position: absolute;
        background: rgba(1, 17, 111, 0.8);
        top: 0px;
        right: 0px;
        z-index: 8;
        display: block;
        border-radius: 0 20px 20px 0;
    }
    .Feedback_block .kontakt_close {
        background: url(../images/kontakt_close_icon.png);
        background-repeat: no-repeat;
        width: 25px;
        height: 25px;
        display: block;
        top: 100px;
        position: absolute;
        right: 45px;
    }
    .Feedback_block_title {
        margin-top: 200px;
        font-size: 60px;
        text-align: center;
        font-family: 'open_sanssemibold';
        color: #fff;
        text-transform: uppercase;
    }
    .kontakt_Feedback_form {
        margin-top: -10px;
    }


    .o_kvartale_slider .kvartal_slider_super_wrapper .kvartal_slider_container,
    .location_slider .kvartal_slider_super_wrapper .location_slider_container {
        /*top: 56%;
        margin-top: -440px;*/
        height: 650px;
        position: absolute;
        width: 1050px;
        left: 50%;
        margin-left: -525px;
    }
    .o_kvartale_slider .pagination-wrap,
    .location_slider .pagination-wrap {
        /*left: 50%;
        margin-left: -550px;*/
    }
    .kvartal_slider_container .about-title,
    .location_slider_container .about-title {
        font-size: 52px;
    }
    .o_kvartale_slider .kvartal_slider_wrapper .kvartal_slide,
    .location_slider .kvartal_slider_wrapper .kvartal_slide {
        height: 450px;
        /*margin:0px 6px 0px 6px;*/
    }
    .o_kvartale_slider .kvartal_slide img,
    .location_slider .kvartal_slide img {
       /* width: 370px;*/
        height: 100%;
    }
    .o_kvartale_slider .kvartal_slide p,
    .location_slider .kvartal_slide p {
        font-size: 28px;
        line-height: 70px;
    }
    .o_kvartale_slider .swiper-pagination-clickable .swiper-pagination-bullet,
    .location_slider .swiper-pagination-clickable .swiper-pagination-bullet {
        font-size: 17px;
        margin-right: 0;
    }
    .location_slider .swiper-pagination-clickable .swiper-pagination-bullet{
        margin:4px;

    }
    .o_kvartale_slider .swiper-pagination-clickable .swiper-pagination-bullet:hover,
    .location_slider .swiper-pagination-clickable .swiper-pagination-bullet:hover {
        color:#009bdf;
    }
    .o_kvartale_slider .ninja_btn1,
    .location_slider .ninja_btn1 {
        font-size: 17px;
        margin-top: -45px;
        right: 80px;
    }
    .o_kvartale_slider .ninja_btn2,
    .location_slider .ninja_btn2 {
        font-size: 17px;
        margin-top: -45px;
        right: -96px;
    }
    .o_kvartale_slider .pagination-wrap{
        bottom:10%;
    }

    /*.location_slider .pagination-wrap{
        bottom:0;
    }*/
    .o_kvartale_slider .kvartal_slider_super_wrapper .kvartal_btn-next,
    .location_slider .kvartal_slider_super_wrapper .kvartal_btn-next,
    .o_kvartale_slider .kvartal_slider_super_wrapper .kvartal_btn-prev,
    .location_slider .kvartal_slider_super_wrapper .kvartal_btn-prev,
    .Gallery_slider .Gallery_btn-prev,
    .Gallery_slider .Gallery_btn-next {
        background-image: url('../images/arrow_big.png') !important;
        width: 62px;
        height: 75px;
        /*right: 303x;*/
        top: 53%;
        margin-top: -17px;
        cursor: pointer;
        -webkit-transition-duration: .2s;
        -moz-transition-duration: .2s;
        -o-transition-duration: .2s;
        transition-duration: .2s;
        position: absolute;
        background-size: 100%;
    }
    .o_kvartale_slider .kvartal_slider_super_wrapper .kvartal_btn-next,
    .location_slider .kvartal_slider_super_wrapper .kvartal_btn-next,
    .Gallery_slider .Gallery_btn-next{
        right: 41px;
    }
    .o_kvartale_slider .kvartal_slider_super_wrapper .kvartal_btn-prev,
    .location_slider .kvartal_slider_super_wrapper .kvartal_btn-prev,
    .Gallery_slider .Gallery_btn-prev{
        left: 41px;
    }


    .pagination ul li a {
        font-size: 17px;
    }
    .o_kvartale_architecture .close {
        background-size: 100%;
        width: 60px;
        height: 65px;
    }
    .o_kvartale_architecture .next {
        background-size: 100%;
        width: 62px;
        height: 75px;
        background-repeat: no-repeat;
        background-image: url(../images/arrow_big.png);
    }
    .o_kvartale_architecture .content_title {
        font-size: 40px;
        letter-spacing: 1px;
    }
    .o_kvartale_architecture .content_block a {
        position: absolute;
        width: 149px;
        height: 143px;
        top: 50%;
        left: 100%;
        margin: -71px 0 0 -74px;
        background-image: url('../images/icon-square.png');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        line-height: 13;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
        color: #ffffff;
        font-family: 'open_sanssemibold';
        font-size: 16px;
        -webkit-transition-duration: .2s;
        -o-transition-duration: .2s;
        -moz-transition-duration: .2s;
        transition-duration: .2s;
        opacity: 0;
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        -webkit-transform: scale(.8);
        -o-transform: scale(.8);
        transform: scale(.8);
    }
    a.architecture-icon:before{
        width:82px;
    }
    a.genplan-icon:before{
        width:70px;
    }

    .subscribe span {
        background: url(../images/pen.png);
        background-size: 100%;
        width: 55px;
        height: 55px;
        display: block;
        background-repeat: no-repeat;
        margin: 22px auto 11px auto;
    }
    .subscribe_block {
        width: 50%;
        height: 100%;
        position: fixed;
        background:rgba(15, 26, 84, 0.7);
        top: 0px;
        right: -50%;
        z-index: 10;
        /*display: none;*/

        -webkit-transition-duration: 1s;
        -moz-transition-duration: 1s;
        -o-transition-duration: 1s;
        transition-duration: 1s;
    }
    body.subscribe_active .subscribe_block {
        width: 50%;
        height: 100%;
        position: absolute;
        background: rgba(1, 17, 111, 0.8);
        top: 0px;
        right: 0px;
        z-index: 8;
        display: block;
        border-radius: 0 20px 20px 0;
    }
    .subscribe_block .news_close,
    .Feedback_block .kontakt_close {
        background: url(../images/close_icon.png);
        width: 81px;
        height: 86px;
        display: block;
        top: 100px;
        position: absolute;
        right: 45px;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    .subscribe_block_title {
        margin-top: 200px;
        font-size: 40px;
        text-align: center;
        font-family: 'open_sanssemibold';
        color: #fff;
        text-transform: uppercase;
        line-height: normal;
    }
    .news_subscribe_form {
        margin-top: -10px;
    }

    .news_submit_send {
        width: 160px;
        font-size: 18px;
    }
    .news_slider .news_super_wrapper .news_slider_container {
        width: 1100px;
        height: 700px;
        display: inline-block;
        left: 50%;
        margin-left: -550px;
       /* top: 50%;
        margin-top: -395px;*/
    }
    .subscribe {
        margin-top: 105px;
        right: 50px;
        top: 0;
    }
    .slide_date {
        font-size: 14px;
    }
    .news_slider .pagination-wrap {}
    .news_slider_container .about-title {
        font-size: 52px;
    }
    .news_slider .news_slider_wrapper .news_slide {
        height: 460px;
        padding: 9px;
    }
    .news_slider .news_slide img {
        width: 340px;
        height: 280px;
       /* -webkit-clip-path: url(#clipping);
        clip-path: url(#clipping);*/
        border-radius:9px;
    }
    .swiper-slide.news_slide >svg{
        position: absolute;
        height: 280px;
        width:360px;
    }
    .news_slider .news_slide .slide_name {
        font-size: 21px;
    }
    .news_slider .swiper-pagination-clickable .swiper-pagination-bullet {}
    .news_slider .pag_wrapp {
        /*height: 125px;*/
    }
    .news_slider .news_pagination {
        /*margin-top: 30px;*/
    }
    .news_slider .swiper-pagination-clickable .swiper-pagination-bullet {

        height: auto;
        text-decoration: none;
        font-family: 'open_sanssemibold';
        color: #009bdf;
        cursor: pointer;
        border-radius: 5px;
        background: none;
        /* margin: 45px 10px 20px 10px; */

        width: 30px;
        opacity: 1;
        font-size: 30px;
        text-transform: uppercase;
        border: 2px solid transparent;
        line-height: 1.9;
    }
    .news_slider .menu_ellipsis {
        position: absolute;
        border: 2px solid #74CCFF;
        border-radius: 50%;
        /*padding-right: 15px;*/

        z-index: -2;
        opacity: 0;
        top: 20px;
        height: 56px !important;
        width: 56px !important;
    }

    .novost1 {
        width: 100%;
        height: 100%;
        position: relative;
    }
    .novost1 .novost1_content {
        width: 50%;
        position: absolute;
        right: 0px;
        top: 0px;
        height: 100%;
        /*background: url('../images/bg_one_news_1.jpg');
        background-size: cover;
        background-position: 100% 0;*/
        background-image:url('/public/files/about/backgroung/bg-gradient.jpg');
        /*overflow: hidden;*/
        /*position: relative;*/
        border-radius: 20px;
    }
    .novost1 .novost1_topImg {
        position: absolute;
        width: 50%;
        height: 50%;
        top: 0px;
        left: 0px;
        overflow: hidden;
        border-radius: 20px 0 0 20px;
    }
    .novost1 .novost1_bottomImg {
        position: absolute;
        width: 50%;
        height: 50%;
        bottom: 0px;
        left: 0px;
        overflow: hidden;
    }
    .novost1 .novost1_topImg img {
        position: absolute;
        height: 100%;
        /*width: 100%;*/
        width: 98%;
    }
    .novost1 .novost1_bottomImg img {
        position: absolute;
        height: 100%;
        width: 100%;
    }
    .novost1 .fotootchot_link {
        width: 165px;
        height: 165px;
        display: block;
        background: #75cdff;
        border-radius: 50%;
        top: 50%;
        position: absolute;
        margin-top: -83px;
        margin-left: -83px;
        background-image: url(../images/gal_icon.png);
        background-repeat: no-repeat;
        background-position: center 25px;
        background-size: 45px;
        text-decoration: none;
        text-transform: uppercase;
        text-align: center;
        color: #fff;
        font-family: arial;
        -webkit-transition-duration: .2s;
        -o-transition-duration: .2s;
        -moz-transition-duration: .2s;
        transition-duration: .2s;
    }
    .novost1 .fotootchot_link span {
        font-family: 'open_sanssemibold';
        display: block;
        margin-top: 95px;
        font-size: 20px;
        color: #FFF;
    }
    .novost1 .fotootchot_link:hover {
        -moz-transform: scale(1.1);
        /* Для Firefox */

        -ms-transform: scale(1.1);
        /* Для IE */

        -webkit-transform: scale(1.1);
        /* Для Safari, Chrome, iOS */

        -o-transform: scale(1.1);
        /* Для Opera */

        transform: scale(1.1);
    }
    .novost1 .novost1_content_title {
        font-family: 'open_sanssemibold';
        color: #fff;
        font-size: 29px;
        text-align: left;
        text-transform: uppercase;
    }
    .novost1 span.date {
        font-size: 15px;
        font-family: arial;
        color: #009bdf;
        margin-top: 20px;
        margin-bottom: 40px;
        display: block;
        font-family: 'open_sansregular';
    }
    .novost1 .novost1_content_text {
        width: 520px !important;
        height: 557px;
        top: 50%;
        position: absolute;
        margin-top: -250px;
        left: 50%;
        margin-left: -250px;
    }
    .novost1 .novost1_content_text .jspContainer {
        width: 520px !important;
        height: 565px !important;
    }
    .novost1 .novost1_content_text .jspPane {
        width: 500px !important;
    }
    .novost1 .novost1_content_text .jspVerticalBar,
    .novost1_content_text .jspTrack {
        background: none !important;
    }
    .novost1 .novost1_content_text .jspVerticalBar {
        width: 7px !important;
    }
    .novost1 .novost1_content_text .jspDrag {
        background: #fff !important;
        border-radius: 20px !important;
        width: 5px !important;
        height: 97px !important;
    }
    @media screen and (1500px) {
        .novost1 .novost1_content_text .jspContainer {
            width: 470px !important;
            height: 565px !important;
        }
        .novost1 .novost1_content_text .jspPane {
            width: 445px !important;
        }
        .novost1 .novost1_content_text .jspVerticalBar,
        .novost1_content_text .jspTrack {
            background: none !important;
        }
        .novost1 .novost1_content_text .jspVerticalBar {
            width: 7px !important;
        }
        .novost1 .novost1_content_text .jspDrag {
            background: #fff !important;
            border-radius: 20px !important;
            width: 5px !important;
            height: 97px !important;
        }
    }
    .novost1 .novost1_content .novost1_content_text p:not(.novost1_content_title), ol li {
        /*color: #b5e4ff;*/
        line-height: 1.6;
        font-size: 16px;
    }
    .novost1 .novost1_content .novost1_content_text ul li {
        line-height: 1.6;
        font-size: 16px;
    }
    .novost1 .novost1_content .novost1_content_text ul {
        margin-left: 20px;
        list-style: disc;
    }
    .novost1 .novost1_content .novost1_content_text p:nth-child(1) {}
    .novost1 .novost1_content .novost1_content_text p:nth-child(2) {}
    .novost1 .novost1_content .novost1_content_text p:nth-child(3) {}
    .novost1 .novost1_content .novost1_content_text p:nth-child(4) {
        margin-top: 30px;
    }
    .novost1 .novost1_content .novost1_content_text p:nth-child(6) {
        margin-top: 40px;
    }

    .uchastniki_proekta .tab-wrapper {
        position: absolute;
        /*outline: 1px solid red;*/

        min-width: 760px;
        width: 1080px;
        margin: 0 auto;
        height: 380px;
        top: 50%;
        margin-top: -190px;
        left: 50%;
        margin-left: -540px;
    }
    .camera-wrapper{
		height: 550px;
	    margin: auto;
	    width: 640px;
	    position: absolute;
	    top:0;
	    left:0;
	    bottom: 0;
	    right: 0;
	}
	.camera-wrapper .cam_conteiner{
		 height: 365px;
    	margin: 0 auto;
    	width: 640px;
	}
    .uchastniki_proekta .tab-left-block {
        width: 300px;
        /*outline: 1px solid green;*/

        height: 100%;
        float: left;
    }
    .uchastniki_proekta .left-block-title {
        font-family: 'open_sanssemibold';
        color: #009bdf;
        font-size: 52px;
        text-align: right;
        line-height: 0.8;
        letter-spacing: 1px;
    }
    .uchastniki_proekta .tab-left-menu {
        margin-top: 15px;
    }
    .uchastniki_proekta .tab-left-menu li {
        text-align: right;
        margin:0px 0px 4px 0px;
    }
    .uchastniki_proekta .tab-left-menu li a {

        text-decoration: none;
        font-family: 'open_sanssemibold';
        padding:4px 11px;
        display: inline-block;
        border-radius: 5px;
        width: auto;
        /*border: 2px solid transparent;*/
        text-transform: uppercase;
        font-size: 16px;
        color:#009bdf;
    }
    /*.uchastniki_proekta .tab-left-menu li a{
   padding-top: 5px;
 }*/

    .uchastniki_proekta .tab-left-menu li a.active {
        /*border: 2px solid #74ccff;*/
        background:#009bdf;
        color: #fff;
    }
    .uchastniki_proekta .tab-right-block {
        margin-top: -60px;
        width: 700px;
        float: left;
        margin-left: 70px;
    }
    .tab-right-block > img {
        display: block;
        margin-left: 170px;
        max-width: 130px;
        max-height: 90px;
    }
    .tab-right-block p {
        color: #01116f;
        font-family: 'open_sansregular', arial;
        text-align: justify;

        line-height: 1.5;

        font-size: 15px;
        /*float: left;
        margin-top: 23px;
        width: 460px;*/
    }
    .logo_block {
        margin-top: -20px;
        float: right;
    }
    .logo_block img {
        margin: 0 auto;
    }
    .logo_block img:nth-child(1) {
        width: 140px;
    }
    .logo_block img:nth-child(2) {
        margin: 53px auto;
        height: 110px;
        width: auto;
    }
    .logo_block img:nth-child(3) {
        display: block;
        width: 170px;
        margin: 0 auto;
    }
    .uchastniki_proekta .tab-right-block .last_p {
        margin-top: 40px;
        font-family: 'open_sanssemibold';
        color: #b5e4ff;
        line-height: 1.5;
        padding-left: 20px;
    }
    .uchastniki_proekta #uch_tab2_content2 {
        display: none;
    }
    .uchastniki_proekta #uch_tab3_content3 {
        display: none;
    }
    .close {
        display: block;
        width: 28px;
        height: 37px;
        position: absolute;
        right: 30px;
        top: 90px;
        margin-top: -16px;
        /*opacity: 0;*/

        background-image: url(../images/close_icon.png);
        background-position: bottom;
        background-repeat: no-repeat;
        cursor: pointer;
        -webkit-transition-duration: .2s;
        -o-transition-duration: .2s;
        -moz-transition-duration: .2s;
        transition-duration: .2s;
        /*    -moz-transform: scale(.8);
   -ms-transform: scale(.8);
   -webkit-transform: scale(.8);
   -o-transform: scale(.8);
   transform: scale(.8);*/
    }
    .close:hover {
        opacity: 0.5;

        /*transform: scale(1.5) !important;*/
    }

    .uchastniki_proekta .uchastniki_proekta_super_wrapper .uchastniki_proekta_container {
        top: 56%;
        margin-top: -440px;
        height: 650px;
        position: absolute;
        width: 1100px;
        left: 50%;
        margin-left: -550px;
    }
    .uchastniki_proekta .pagination-wrap {
        left: 50%;
        margin-left: -420px;
    }
    .uchastniki_proekta_container .about-title {
        font-size: 72px;
        padding: 5px;
    }
    .uchastniki_proekta .uchastniki_proekta_wrapper .uchastniki_proekta_slide {
        height: 450px;
    }
    .uchastniki_proekta .uchastniki_proekta_slide img {
        width: 370px;
        height: 100%;
    }
    .uchastniki_proekta .uchastniki_proekta_slide p {
        font-size: 45px;
        line-height: 3;
    }
    .uchastniki_proekta .swiper-pagination-clickable .swiper-pagination-bullet {
        /*font-size: 17px;
        margin-right: 0px;*/
    }
    .uchastniki_proekta .swiper-pagination-clickable .swiper-pagination-bullet:hover {
        color:#009bdf;
    }
    .uchastniki_proekta .ninja_btn1 {
        font-size: 17px;
        margin-top: -45px;
        right: 80px;
    }
    .uchastniki_proekta .ninja_btn2 {
        font-size: 17px;
        margin-top: -45px;
        right: -96px;
    }
    .uchastniki_proekta .pagination-wrap {
        margin-left: -432px;
    }
    .uchastniki_proekta .uchastniki_proekta_super_wrapper .purchase_btn-next,
    .uchastniki_proekta .uchastniki_proekta_super_wrapper .purchase_btn-prev {
        background-image: url(../images/arrow.png) !important;
        width: 30px;
        height: 55px;
        /*    right: 303x;*/

        top: 53%;
        margin-top: -17px;
        cursor: pointer;
        -webkit-transition-duration: .2s;
        -moz-transition-duration: .2s;
        -o-transition-duration: .2s;
        transition-duration: .2s;
        position: absolute;
        background-size: 100%
    }
    .uchastniki_proekta .uchastniki_proekta_super_wrapper .purchase_btn-next {
        right: 41px;
    }
    .uchastniki_proekta .uchastniki_proekta_super_wrapper .purchase_btn-prev {
        left: 41px;
    }


    .purchase_terms .tab-wrapper {
        position: absolute;
        /*outline: 1px solid red;*/

        min-width: 760px;
        width: 810px;
        margin: 0 auto;
        height: 380px;
        top: 50%;
        margin-top: -190px;
        left: 50%;
        margin-left: -522px;
    }
    .purchase_terms .tab-left-block {
        width: 290px;
        /*outline: 1px solid green;*/

        height: 100%;
        float: left;
  		text-align: right;
    }
	.purchase_terms .tab-left-block h1 {
         font-family: 'open_sanssemibold';
        color: #009bdf;
        font-size: 52px;
        text-align: right;
        line-height: 0.8;
        letter-spacing: 1px;
    }
    .purchase_terms .left-block-title {
        font-family: 'open_sanssemibold';
        color: #fff;
        font-size: 72px;
        text-align: right;
        line-height: 0.8;
        letter-spacing: 2px;
    }
    .purchase_terms .tab-left-menu {
        margin-top: 15px;
    }
    .purchase_terms .tab-left-menu li {
        text-align: right;
    }
    .purchase_terms .tab-left-menu li a {
        text-decoration: none;
        font-family: 'open_sanssemibold';
        padding:4px 11px;
        display: inline-block;
        border-radius: 5px;
        width: auto;
        /*border: 2px solid transparent;*/
        text-transform: uppercase;
        font-size: 16px;
        color:#009bdf;
    }
    .purchase_terms .tab-left-menu li a.active {
        /*border: 2px solid #74ccff;*/
        background:#009bdf;
        color: #fff;
    }
    .purchase_terms .tab-right-block {
        margin-top: -30px;
        width: 500px;
        width: 470px;
        float: right;
    }
    .purchase_terms .tab-right-title {
        color: #fff;
        font-family: 'open_sanssemibold';
        text-align: left;
        font-size: 30px;
        margin-bottom: 20px;
    }
    .purchase_terms .tab-right-block ol {
        list-style-image: url(../images/circle.png);
        margin-left: 58px;
        width: 375px;
    }
    .purchase_terms .tab-right-block ol li:nth-child(1) {
        padding-top: 10px;
    }
    .purchase_terms .tab-right-block ol li {
        color: #fff;
        font-family: Arial, sans-serif;
        font-size: 16px;
        padding-top: 22px;
        color: #b5e4ff;
        line-height: 1.4;
        padding-left: 10px;
    }
    .purchase_terms .tab-right-block ul {
        margin-top: 35px;
    }
    .purchase_terms .tab-right-block ul li {
        font-family: 'open_sansregular', Arial, sans-serif;
        color: #01116f;
        line-height: 1.5;
        padding-left: 20px;
        font-size: 15px;
        margin-top:23px;
        position: relative;
    }
    .purchase_terms .tab-right-block .last_p {
        margin-top: 40px;
        font-family: Arial, sans-serif;
        font-size: 16px;
        color: #b5e4ff;
        line-height: 1.5;
        padding-left: 20px;
    }
    .close {
        background-size: 100%;
        width: 80px;
        height: 85px;
    }

    .purchase_terms .purchase_terms_super_wrapper .purchase_terms_container {
        top: 56%;
        margin-top: -440px;
        height: 650px;
        position: absolute;
        width: 1100px;
        left: 50%;
        margin-left: -550px;
    }
    .purchase_terms .pagination-wrap {
        left: 50%;
        margin-left: -420px;
    }
    .purchase_terms_container .about-title {
        font-size: 72px;
        padding: 5px;
    }
    .purchase_terms .purchase_terms_wrapper .purchase_terms_slide {
        height: 450px;
    }
    .purchase_terms .purchase_terms_slide img {
        width: 370px;
        height: 100%;
    }
    .purchase_terms .purchase_terms_slide p {
        font-size: 45px;
        line-height: 3;
    }
    .purchase_terms .swiper-pagination-clickable .swiper-pagination-bullet {
        /*font-size: 17px;
        margin-right: 0px;*/
    }
    .purchase_terms .ninja_btn1 {
        font-size: 17px;
        margin-top: -45px;
        right: 80px;
    }
    .purchase_terms .ninja_btn2 {
        font-size: 17px;
        margin-top: -45px;
        right: -96px;
    }
    .purchase_terms .pagination-wrap {
        margin-left: -432px;
    }
    .purchase_terms .purchase_terms_super_wrapper .purchase_btn-next,
    .purchase_terms .purchase_terms_super_wrapper .purchase_btn-prev {
        background-image: url(../images/arrow.png) !important;
        width: 30px;
        height: 55px;
        /*    right: 303x;*/

        top: 53%;
        margin-top: -17px;
        cursor: pointer;
        -webkit-transition-duration: .2s;
        -moz-transition-duration: .2s;
        -o-transition-duration: .2s;
        transition-duration: .2s;
        position: absolute;
        background-size: 100%
    }
    .purchase_terms .purchase_terms_super_wrapper .purchase_btn-next {
        right: 41px;
    }
    .purchase_terms .purchase_terms_super_wrapper .purchase_btn-prev {
        left: 41px;
    }

}
@media screen and (max-height:890px){
    .o_kvartale_slider .kvartal_slider_super_wrapper .kvartal_slider_container,
    .location_slider .kvartal_slider_super_wrapper .location_slider_container {
        width: 900px;
        margin-left:-450px;
        left:50%;
    }
    .o_kvartale_slider .kvartal_slider_wrapper .kvartal_slide,
    .location_slider .kvartal_slider_wrapper .kvartal_slide{
        height:350px;
    }
    .o_kvartale_slider .pagination-wrap{
        bottom: 0;
    }
    .o_kvartale_slider .kvartal_slide p,
    .location_slider .kvartal_slide p {
        font-size: 24px;
    }
    .Gallery_slider .Gallery_super_wrapper .Gallery_slider_container{
        width: 900px;
        left:50%;
        margin-left:-450px;
    }
    .Gallery_slider .Gallery_slider_wrapper .Gallery_slide{
        height:350px;
    }
    .Gallery_slider .Gallery_super_wrapper .Gallery_pagination{
        bottom:0;
    }
    .news_slider .news_slider_wrapper .news_slide{
        height:348px;
        padding:7px;
    }
    .news_slider .news_super_wrapper .news_slider_container{
        width:850px;
        min-height:500px;
        margin-left:-425px;
        left:50%;
    }
    .news_slider .news_slide img{
        width:265px;
        height:220px;
    }
    .news_slider .pag_wrapp{
        height:70px;
        bottom:5%;
    }
    .swiper-container-horizontal >.swiper-pagination{
        margin-left:18% !important;
    }
    .uchastniki_proekta .tab-right-block{
        margin-top:0;
        width:660px;
        margin-left:30px;

    }
    .uchastniki_proekta .tab-wrapper{
        width:960px;
        margin:auto;
        top:60px;
        left:0;
        right:0;
        bottom:0;
    }

    .camera-wrapper{
		bottom: 0;
	    height: 420px;
	    left: 0;
	    margin: auto;
	    position: absolute;
	    right: 0;
	    top: 0;
	    width: 640px;
	}
	.camera-wrapper .cam_conteiner{
		height: 365px;
    	margin: 0 auto;
    	width: 640px;
	}
    .uchastniki_proekta .tab-left-block{
        width:270px;
    }
    .logo_block img:nth-child(1){
        width:110px;
    }
    .logo_block img:nth-child(2){
        width:85px;
        height:auto;
    }
    .logo_block img:nth-child(3){
        width:130px;
    }
    .purchase_terms .tab-wrapper{
        width:760px;
        margin:0 auto;
        margin-top:-120px;
        margin-left:-445px;

    }
    .purchase_terms .tab-right-block ul li{
        margin-top:5px;
    }
    .purchase_terms .tab-right-block{
        width:440px;
        margin-left:30px;
    }
    .location_slider .kvartal_slide div{
		font-size:25px;
	}
}
iframe{
	position: absolute;
	top:0;
}
.Gallery_slider .Gallery_super_wrapper .Gallery_btn-next, .Gallery_slider .Gallery_super_wrapper .Gallery_btn-prev {
    background-image: url(../images/arrow_big.png) !important;
    width: 62px;
    height: 75px;
    /* right: 303px; */
    top: 53%;
    margin-top: -17px;
    cursor: pointer;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    position: absolute;
    background-size: 100%;
}
.o_kvartale_slider .kvartal_slider_super_wrapper .kvartal_btn-prev, .location_slider .kvartal_slider_super_wrapper .kvartal_btn-prev, .o_kvartale_slider .kvartal_slider_super_wrapper .kvartal_btn-next, .location_slider .kvartal_slider_super_wrapper .kvartal_btn-next {
    background-image: url('../images/arrow_big.png') !important;
    width: 62px;
    height: 75px;
    /* right: 30px; */
    top: 50%;
    margin-top: -17px;
    cursor: pointer;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    position: absolute;
    background-size: 100%;
}

/* Facebook */

.menu .facebook {
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 10px;
    right: 8%;
    right: 41px;
}
.menu .facebook::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(256, 256, 256, 0.4);
  border-radius: 2px;
  opacity: 0;
  transition: all 0.9s cubic-bezier(.19,1,.22,1);
}
.menu .facebook:hover::after {
  opacity: 1;
}



.menu .facebook img {
    width: 100%;
    height: 100%;
}

.kontakt .facebook {
    font-family: 'open_sanssemibold', arial;
    color: #b5e4ff;
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
}

.kontakt .facebook:hover {
    color: #fff;
}

.kontakt .facebook span {
    display: inline-block;
    vertical-align: middle;
}

.kontakt .facebook img {
    width: 30px;
    height: 30px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}
/* CHANGES 19.08.2016 */
.new_main_buttons{
    position: absolute;
    width: 654px;
    height: 135px;
    border: 7px solid rgba(255,255,255,0.35);
    left: 0;
    right: 0;
    bottom: 75px;
    margin: auto;
    z-index: 10;
    color: white;
    text-transform: uppercase;
    font-family: 'open_sans_extraboldregular';
}
.main_btn{
    background: rgba(35,71,125,0.85);
    height: 100%;
}
.mein_btn_tittle{
    color: white;
    font-size: 54px;


    line-height: 2.5;
    text-align: center;
}
.btn_walk{
position: absolute;
    width: 210px;
    height: 53px;
    border: 7px solid white;
    font-size: 17px;
    top: -44px;
    left: 44px;
	color: white;
    text-decoration: none;
}
.btn_walk div{
    height: 100%;
    background: #ff9600;
    line-height: 3;
    padding-left: 79px;
}
.btn_walk:before{
    content: '';
    left: 9px;
    top: calc(50% - 16px);
    position: absolute;
    width: 55px;
    height: 32px;
    background: url(../images/main_3d_walk.png) no-repeat;
}


.btn_dvor{
position: absolute;
    width: 183px;
    height: 57px;
    border: 7px solid white;
    color: white;
    text-decoration: none;
    left: 249px;
    bottom: -45px;
}
.btn_dvor div{
    height: calc(100% - 13px);
    background: #0064ac;
    line-height: 1;
    padding-left: 67px;
    padding-top: 13px;
    font-size: 16px;
}
.btn_dvor:before{
	content: '';
    left: 9px;
    top: calc(50% - 20px);
    position: absolute;
    width: 45px;
    height: 40px;
    background: url(../images/main_dvor.png) no-repeat;
}
.btn_flats{
	position: absolute;
    width: 190px;
    height: 70px;
    border: 7px solid white;
    color: white;
    text-decoration: none;
    top: -75px;
    right: -145px;
}
.btn_flats div{
    height: calc(100% - 12px);
    background: #44c3fa;
    font-size: 21px;
    padding-left: 62px;
    padding-top: 12px;
}
.btn_flats:before{
	content: '';
    left: 17px;
    top: calc(50% - 25px);
    position: absolute;
    width: 28px;
    height: 50px;
    background: url(../images/main_key.png) no-repeat;
}

.right_buttons{
    position: absolute;
    right: 4%;
    width: 110px;
    height: 410px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
}
.right_btn{
    height: 33.33333%;
    text-align: center;
    position: relative;
	text-decoration: none;
	display: block;
}
.right_btn:hover .camera_img,
.right_btn:hover .views_img,
.right_btn:hover .structure_img{
	background-color: #23477d;
}


.camera_img{
    height: 76px;
    width: 76px;
    border-radius: 50%;
    background-color: #009bdf;
    background-image: url(../images/main_camera.png);
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    right: 0;
    margin: auto;
}
.camera_text{
    font-size: 12px;
    color: #23477d;
    font-family: 'open_sansregular';
    background: white;
    height: 28px;
    border-radius: 22px;
    line-height: 2.3;
    margin-top: 12px;
}
.views_img{
    height: 76px;
    width: 76px;
    border-radius: 50%;
    background-color: #009bdf;
    background-image: url(../images/main_window.png);
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    right: 0;
    margin: auto;
}
.structure_img{
    height: 76px;
    width: 76px;
    border-radius: 50%;
    background-color: #009bdf;
    background-image: url(../images/main_structure.png);
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    right: 0;
    margin: auto;
}


/* INNER 19.08.2016 */
.marker_inner{
	position: absolute;
    z-index: 1;
    width: 126px;
    height: 158px;
   	cursor: pointer;
    margin-top: -158px;
    margin-left: -63px;

}
.marker_inner_1{
	left: 20%;
    top: 39%;
	background: url(../images/inner_1.png) no-repeat;
}
.marker_inner_2{
    left: 72%;
    top: 38%;
	background: url(../images/inner_2.png) no-repeat;
}
.marker_inner_3{
    left: 30%;
    top: 72%;
	background: url(../images/inner_3.png) no-repeat;
}
.marker_inner:hover{
	background-position:-126px 0px;
}


.marker_inner_4{
    width: 162px;
    height: 126px;
    left: 95%;
    margin-top: -63px;
    margin-left: -162px;
    top: 42%;
    background: url(../images/inner_4.png) no-repeat;
}
.marker_inner_4:hover{
	background-position: 0px -126px ;
}
.close_inner{
    /*position: fixed;*/
    display:none;
}
.marker_block{
	position: absolute;
	width:100%;
	height: 100%;
	opacity: 0;
	background:white;
}
.marker_block img{
    position: absolute;
    left: -146px;
    width: 100%;
    top: 118px;
}
.marker_block_1{
	/*background:url(../files/gallery/dvor/dvor1_85.png) no-repeat;
	background-size:cover;*/
}
.show_inner{
	opacity:1;
	z-index: 1;
}
.marker_inner div{
    position: absolute;
    background: white;
    color: #ff9600;
    font-size: 16px;
    font-family: 'open_sanssemibold';
    text-transform: uppercase;
    width: 220px;
    text-align: center;
    padding: 10px 11px;

    border-radius: 5px;
    opacity: 0;
}
.marker_inner_1 div,.marker_inner_2 div,.marker_inner_3 div{
	 left: 82%;
}
.marker_inner_4 div{
    right: 82%;
}
.marker_inner:hover div{
	opacity: 1;
}
.footer_prava {
    position: absolute;
    /* opacity: 0; */
    bottom: 15px;
    left: 0;
    /*right: 0;*/
    margin: auto;
    text-align: left;
    z-index: 1;
    color: white;
    padding-left: 20px;
    font-family: Arial;
}



@media screen and  (max-width: 1275px) {
	.new_main_buttons {
    	width: 537px;
    }
    .mein_btn_tittle {
    	font-size: 41px;
    	line-height: 3.5;
    }
    .btn_flats {
    	right: -75px;
    }
}

/* ПЛАШКА НА ГЛАВНОЙ С ПЕРЕХОДОМ СТРАНИЦЫ */
.perehod_wrap{
	position: absolute;
	width:100%;
	height: 100%;
	z-index: 1000;
}
.perehod_slav_1{
	float: left;
	width:50%;
	height: 100%;
	position: relative;
	background: url(../images/slavutich_1_fon.jpg) no-repeat;
    background-size: auto 100%;
	background-position: center center;
    box-shadow: inset 0 0 0 7.5px white;
    transition: all 0.5s ease-out;
}

.perehod_slav_2{
	float: left;
	width:50%;
	height: 100%;
	position: relative;
	background: url(../images/slavutich_2_fon.jpg) no-repeat;
    background-size: auto 100%;
	background-position: center center;
	box-shadow: inset 0 0 0 7.5px white;
	transition: all 0.5s ease-out;
}
.perehod_slav_1:hover, .perehod_slav_2:hover{
	background-size: auto 110%;
}
.perehod_img{
	position: absolute;
    max-width: 36%;
    left: 0;
    right: 0;
    margin: auto;
}
.perehod_link{
    font-family: 'open_sansregular';
    font-size: 30px;
    color: white;
    background: #0095d9;
    border: 11px solid white;
    padding: 24px 31px;
    transform: translateX(-50%);
    left: 50%;
    text-transform: uppercase;
    position: absolute;
    bottom: 96px;
    text-decoration:none;
	white-space: nowrap;
	transition: all 0.2s ease-out;
}

.perehod_link_2{
    font-family: 'open_sansregular';
    font-size: 30px;
    color: white;
    background: #11b8b1;
    border: 11px solid white;
    padding: 24px 31px;
    transform: translateX(-50%);
    left: 50%;
    text-transform: uppercase;
    position: absolute;
    bottom: 96px;
    white-space: nowrap;
    text-decoration:none;
    transition: all 0.2s ease-out;
}
.perehod_link:hover, .perehod_link_2:hover{
	background: #ff9c00;
}

.panorama {
    position: relative;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#parent {
    position: relative;
}
.pnrm {
    opacity: 0;
    display: block;
    position: absolute;
}
.pnrm.here {
    opacity: 1;
    display: block;
}
.img_scale {
    width: 100%;
    height: 100%;
}

/* =================================== */
.link_another_slav{
	background:url(../images/icon_slav_2_mini.png) no-repeat;
    display: block;
    width: 76px;
    height: 50px;
    position: absolute;
    top: 5px;
    background-position: right;
    left: 19px;
}
.link_another_slav:hover{
	background:url(../images/icon_slav_2_mini_hover.png) no-repeat;
	background-position: right;
}
.btn_video {
    width: 168px;
    height: 56px;
    position: absolute;
    color: white;
    text-decoration: none;
    background: #377b39;
    border: 7px solid white;
	right: -142px;
    bottom: -27px;
}
.btn_video div{
	padding: 21px 0 0 94px;
}
.btn_video:before{
    content: '';
    left: 27px;
    top: calc(50% - 20px);
    position: absolute;
    width: 44px;
    height: 38px;
    background: url(../images/icon_video_youtobe.png) no-repeat;
}
.video_pop_up {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: none;
}
.video_pop_up_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.70);
    z-index: -1;
}
.video_pop_up_cont {
    height: 86%;
    width: 79%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.video_pop_up_close {
    position: absolute;
    top: -35px;
    right: -35px;
    background: url(../images/video_close.png) no-repeat;
    background-size: cover;
    width: 25px;
    height: 25px;
    cursor: pointer;
    transition: all 0.2s ease-out;
}
.video_pop_up_cont iframe {
    height: auto;
    min-height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.video_pop_up_close:hover {
    transform: rotate(180deg);
}
.video_container {
    background-image: url(/public/files/about/backgroung/bg-gradient.jpg);
}
.screenshot {
    background-size: cover;
    width: 640px;
    height: 360px;
    margin: 0 auto;
    position: relative;
    top: 31%;
     cursor: pointer;

      cursor: pointer;

       cursor: pointer;

        cursor: pointer;
}
.video_button {
    position: absolute;
    left: 43%;
    top: 37%;
    width: 94px;
    height: 94px;
    background: url(../images/icon_play.png);
    background-size: cover;
    cursor: pointer;
    transition: all 0.2s ease-out;
}
.screenshot:hover .video_button{
    background: url(../images/icon_play_hover.png);
    background-size: cover;
}
.btn_rasrochka{
    position: absolute;
    right: 65px;
    right: 116px;
    bottom: 130px;
    z-index: 10;
    color: white;
    text-decoration: none;
    font-family: 'open_sanssemibold';
	transition: all 0.2s ease-out;
}
.btn_rasrochka:hover{
    transform: scale(1.1);
}
.btn_rasrochka_top{
	font-size: 28px;
    background: url(../images/slav_plashka_ros.jpg);
	text-transform: uppercase;
	padding: 0px 12px 8px 12px;
    border-radius: 5px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.64);
}
.btn_rasrochka_top span{
	font-size: 57px;
}
.btn_rasrochka_bot{
	background: url(../images/slav_plashka_ros_2.jpg);
	display: inline-flex;
    float: right;
    margin-top: -10px;
    margin-right: -15px;
    padding: 0 18px 0 18px;
     border-radius: 5px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.64);
}
.btn_rasrochka_bot div:first-child{
	font-size: 16px;
	padding-top: 5px;
}
.btn_rasrochka_bot span{
	font-size: 57px;
	padding: 0 7px;
}
.btn_rasrochka_bot div:last-child{
	font-size: 32px;
	align-self: center;
}

.btn_umovu{
    position: absolute;
    top: 143px;
    color: white;
    background: url(../images/slav_plashka_umov.jpg) no-repeat;
    background-size: cover;
    left: 4.5%;
    font-family: 'open_sanssemibold';
    text-decoration: none;
    border-radius: 5px;
    border: 3px solid white;
    padding: 8px 11px 8px 52px;
    transition: all 0.2s ease-out;
}
.btn_umovu:hover{
	transform: scale(1.1);
}
.btn_umovu:before{
	content: '';
	position: absolute;
	width:31px;
	height: 37px;
	background: url(../images/slav_umov_icon.png) no-repeat;
	background-size: cover;
	left: 14px;
}
.btn_umovu span{
    font-size: 23px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.btn_umovu div{
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.bud_logo{
	position: absolute;
	right: 35px;
	right: 119px;
	top: 3px;
	z-index: 1;
	height: 100%;
	display: block;
}
.bud_logo .bud_logo_img{
	width: auto;
	height: 90%;
}

.bud_logo .bud_logo_hover{
	width: auto;
	height: 90%;
	position: absolute;
	top: 0;
  left: 0;
	bottom: 0;
	opacity: 0;
	transition: all 0.2s linear;

}

.bud_logo:hover .bud_logo_hover{
	opacity: 1!important;
}

/* BANNER */
.pop_first_wrap {
    height: 100%;
    /*height: 100vh;*/
    width: 100%;
    position: absolute;
    top: 0%;
    overflow: hidden;
    transition: 0.9s all 0.9s cubic-bezier(.19,1,.22,1);
    opacity: 0;
    pointer-events: none;
    z-index: 101;
        text-align: center;
    perspective: 800px;
    min-height: 550px;

overflow: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.open_pop_first {
	top: 0;
	opacity: 1;
	pointer-events: auto;
	transition: all 0.9s cubic-bezier(.19,1,.22,1);
}
.pop_first_wr{
    margin-top: 5vh;
    margin-bottom: 5vh;
        max-width: 70%;
}


.pop_first_bg{
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height: 100%;

    background: rgba(1, 17, 111, 0.8);
        background: rgba(1, 17, 111, 0.4);
}
.close_pop_first {
position: absolute;
    left: 100%;
    bottom: 100%;
    z-index: 1;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 20px;
    width: 30px;
    height: 30px;
    width:68px;
    height: 73px;
background-image: url(../files/socials/mes_btn_icon_close.svg);
background-image: url(../images/close_icon.png);
    background-repeat: no-repeat;
    background-size: 70%;
        background-size: 100%;
    background-position: center;
    background-color: transparent;
    /*border: 2px solid #019cdf;*/
    border-radius: 6px;
    cursor: pointer;
    outline: none;
    transition: all 0.2s ease-in-out;
}
.close_pop_first:hover {
    /*border: 2px solid #fff;*/
    opacity: 0.5;
}
.pop_first_img{
	display:flex;
	/*width: 100%;*/
	max-height: 70vh;
	    max-width: 100%;
}
.pop_first_cont{
 box-shadow: 0px 3px 57px 0px rgba(0, 0, 0, 0.57);
    position: relative;
    display: block;
    margin: auto;
    transition: all 0.5s cubic-bezier(.19,1,.22,1);
    opacity: 0;
    background: #fff;
    text-align: center;
    transform: translateY(3rem);
}

.open_pop_first .pop_first_cont {
	transition: 0.9s all 0.6s cubic-bezier(.19,1,.22,1);
	opacity: 1;
	transform: translateY(0rem);
}
.pop_first_btn_wr{
	position: absolute;
	bottom:40px;
	width: 100%;
	display: flex;
	justify-content: center;
}
.pop_first_btn {
position: relative;
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.24);
    transition: all 0.9s cubic-bezier(.19,1,.22,1);
    background-color: #07316d;
    background-color: #ff9600;
    border: 2px solid #fff;
    color: #FFF;
    border-radius: 6px;
padding: 18px 33px;
    font-family: Arial;
        font-family: 'open_sansregular', arial;
}


.pop_first_btn:hover{
    color: #07316d;
	background:#fff;	
}

@media screen and  (max-width: 1200px) {
	.link_another_slav{
	    background-size: cover;
	    width: 66px;
	    height: 40px;
	    top: 8px;
	    background-position: right;
	    right: 16px;
	}
}
