/* Код для подключения шрифта в /css/stylename.css */


/* font-family: "FuturaRegular"; */

@font-face {
    font-family: "FuturaRegular";
    src: url("/bitrix/templates/landing/fonts/futurabookc.otf");
    font-style: normal;
    font-weight: normal;
}


/*
 font-family: "FuturaBold";
@font-face {
    font-family: "FuturaBold";
    src: url("/bitrix/templates/landing/fonts/FuturaBold/FuturaBold.eot");
    src: url("/bitrix/templates/landing/fonts/FuturaBold/FuturaBold.eot?#iefix")format("embedded-opentype"),
        url("/bitrix/templates/landing/fonts/FuturaBold/FuturaBold.woff") format("woff"),
        url("/bitrix/templates/landing/fonts/FuturaBold/FuturaBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
*/


/*html{
  width: 1920px;
  margin: 0 auto;
}*/

body {
    background-color: #eaeaea;
    font-family: "FuturaRegular";
    padding: 0;
    margin: 0;
    max-width: 1920px;
    min-width: 1280px;
    /*width: 1920px;*/
    margin: 0 auto;
}
.up_page_block{
display:none;
}
header {
    height: 78px;
    background-color: #fff;
}

svg {
    width: 0;
    height: 0;
}

h3 {
    text-align: center;
    color: #afafaf;
    font-size: 43px;
    font-weight: 400;
    margin-top: 0;
}

.container {
    width: 1024px;
    margin: 0 auto;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.b_contact {
    width: 302px;
    text-align: right;
    font-size: 21px;
    margin: 12px 0;
}

.gallary {
    text-align: center;
}

.item-gallary {
    display: inline-block;
    width: 313px;
    height: 208px;
    margin: 0 10px;
    margin-bottom: 26px;
    position: relative;
}


/*
.item-gallary:nth-child(3n+2) {
    margin: 0 27px;
}
*/

.item-gallary:hover {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    /*  filter: url(grayscale.svg); Firefox 4+ */
    filter: gray;
    /* IE 6-9 */
}

.item-gallary img {
    width: 100%;
    height: 208px;
}

.item-gallary a span {
    font-size: 28px;
    height: auto;
    line-height: 48px;
    display: none;
    width: 300px;
    color: #ffffff;
    border: 1px solid #fff;
    text-decoration: none;
    cursor: pointer;
}

.item-gallary:hover a {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
}

.item-gallary:hover span {
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    left: 6px;
}

.b_form, .b_form2 {
    text-align: center;
}

.b_form2 h3 {
    color: #ffffff;
}

.b_form h3 {
    color: #afafaf;
    text-align: center;
    font-size: 36px;
    margin-bottom: 5px;
    font-weight: 400;
}

.b_form span {
    text-align: center;
    color: #afafaf;
    font-size: 24px;
}

.b_contact span {
    font-weight: 600;
    float: right;
}

.b_contact a {
    color: #afafaf;
    text-decoration: none;
    font-size: 28px;
}

footer .b_contact, footer .b_contact a {
    color: #fff;
    text-decoration: none;
}

footer .b_contact span {
    font-weight: 600;
    float: right;
    font-size: 22px;
}

.btn_send {
  background: url('/bitrix/templates/landing/images/btn.png');
  background-repeat: no-repeat;
  background-size: cover;
    display: inline-block;
    box-sizing: border-box;
    color: #fdfdfd;
    font-size: 30px;
    font-weight: 400;
    height: 60px;
    line-height: 60px;
    border: none;
    padding: 0 10px;
    margin-bottom: -1px;
    vertical-align: bottom;
}

.b_form form {
    margin-top: 40px;
}

.b_form form input[type="text"], .b_form2 form input[type="text"] {
    box-sizing: border-box;
    height: 60px;
    width: 320px;
    margin-right: 20px;
    font-size: 18px;
    padding-left: 20px;
}
.b_form form input[type="text"].error, .b_form2 form input[type="text"].error{
border:1px solid red;
}
.list-team li {
    transform: rotate(120deg);
    visibility: hidden;
    overflow: hidden;
    visibility: hidden;
    cursor: pointer;
    width: 240px;
    height: 277px;
    -webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    transform: rotate(120deg);
    -webkit-transition: all .35s ease-in-out .1s;
    transition: all .35s ease-in-out .1s;
}

.item-team {
    overflow: hidden;
    visibility: hidden;
    cursor: pointer;
    width: 256px;
    height: 222px;
    -webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    transform: rotate(120deg);
    float: left;
    position: absolute;
}

.block_deg {
    overflow: hidden;
    transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    width: 100%;
    height: 100%;
    position: relative;
}

.photo_team {
    visibility: visible;
    background-size: cover;
    visibility: visible;
    transform: rotate(-60deg);
    webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    width: 100%;
    height: 100%;
    position: relative;
}

.items_team {
    height: 500px;
    position: relative;
}

.item-team:nth-child(1) {
    top: 128px;
    left: 0;
}

.item-team:nth-child(2) {
    top: 15px;
    left: 205px;
}

.item-team:nth-child(3) {
    top: 128px;
    left: 405px;
}

.item-team:nth-child(4) {
    top: 243px;
    left: 606px;
}

.item-team:nth-child(5) {
    top: 128px;
    left: 809px;
}

.bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    left: -5px;
    background: transparent;
}

.about_staff {
    position: absolute;
    bottom: 5px;
    color: #fff;
    left: 50%;
    margin-left: -68px;
    text-align: center;
    font-size: 14px;
    width: 135px;
}

.left_desc {
    float: left;
    width: 560px;
}

.left_desc li {
    line-height: 48px;
    font-size: 30px;
    color: #afafaf;
}

.right_block {
    float: right
}

.btn_example {
    display: block;
    box-sizing: border-box;
    color: #fff;
    margin: 0 auto;
    font-size: 26px;
    width: 289px;
    line-height: 88px;
    background-color: grey;
    text-align: center;
    text-decoration: none;
    margin-top: 95px;
}

.price_project {
    position: relative;
}

#map {
    width: 100%;
    float: left;
    min-height: 400px;
    position: relative;
}

.preloader {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .55);
    z-index: 123456;
}

.preloader img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
}

.contact {
    float: right;
    font-size: 32px;
    color: #afafaf;
    text-align: center;
    background-color: #fff;
    padding: 56px 45px;
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    bottom: 0;
}

footer {
    height: 90px;
    background-color: #b2b2b2;
    width: 100%;
    overflow: auto
}

.about_project {
    overflow: auto;
}

about_project h3 {
    margin-bottom: 110px;
}

nav {}

.logo {
    /*    margin: 25px 0 10px 0;*/
    float: left;
    margin-top: 3px;
}

.logo img {
    width: 300px;
}

.items_price {
    padding-top: 40px;
    height: 513px;
    width: 893px;
    margin: 0 auto;
    background-image: url(images/%D0%B3%D1%80.png);
    background-position: bottom;
    background-repeat: no-repeat;
}

.item_price .m2, .item_price .m2-price {
    font-size: 30px;
    color: #b0b0b0;
    text-align: center;
}

.item_price .m2-price {
    font-size: 45px;
}

.m2-price.green {
    color: #9cc567;
}

.m2-price.blue {
    color: #73cfdf;
}

.item_price:nth-child(1) {
    position: absolute;
    left: 92px;
    top: 185px;
}

.item_price:nth-child(1) .m2 {
    display: block;
    margin-bottom: 99px;
}

.item_price:nth-child(2) {
    position: absolute;
    left: 335px;
    top: 303px;
}

.item_price:nth-child(2) .m2 {
    display: block;
    margin-bottom: 80px;
    margin-bottom: 134px;
}

.item_price:nth-child(3) {
    position: absolute;
    right: 167px;
    width: 225px;
    text-align: center;
    top: 95px;
}

.item_price:nth-child(3) .m2 {
    display: block;
    margin-bottom: 166px;
}

.price_project.arch .item_price:nth-child(1) .m2 {
    margin-bottom: 99px
}

.price_project.arch .item_price:nth-child(2) .m2 {
    margin-bottom: 134px;
}


/*.price_project.arch .item_price:nth-child(3) .m2 {
    margin-bottom: 134px;
}*/

.contact_map {
    overflow: auto;
    padding-bottom: 180px;
}

.border_line {
    background: url(images/line.png);
    height: 3px;
    width: 100%;
    background-size: contain;
    margin-bottom: 30px;
    margin-top: 60px;
    background-repeat: no-repeat;
    background-position: center;
}

.bxslider {
    width: 935px;
}

.bx-wrapper .bx-controls-direction a {
    width: 36px;
    height: 60px;
}

.bx-wrapper .bx-prev {
    background: url(images/prev-icon.png) no-repeat;
    background-size: contain;
    left: -10px;
}

.bx-wrapper .bx-next {
    background: url(images/prev-icon.png) no-repeat;
    background-size: contain;
    transform: rotate(180deg);
}

.bx-wrapper .bx-next:hover {
    background: url(images/prev-icon.png) no-repeat;
    background-size: contain;
    transform: rotate(180deg);
}

.bxslider2 {
    height: 365px;
}

.item-slider2 span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 48px;
    color: #afafaf;
    margin-bottom: 30px;
}

.item-slider2 p {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    line-height: 36px;
    font-size: 24px;
    color: #afafaf;
    padding: 0 100px;
    box-sizing: border-box;
}

.bxslider2 li {
    left: 0;
}

.how_create {
    margin-bottom: 100px;
}

.how_create h3 {
    font-size: 32px;
}

.how_create .owl-dot {
    background: url(images/icon_slider.png);
    width: 26px;
    height: 23px;
    margin: 0 17px;
    position: relative;
    display: inline-block;
}

.how_create .bx-viewport {
    overflow: visible!important;
}

.how_create .owl-nav {
    top: 105px;
}

.how_create .owl-dot:hover, .how_create .owl-dot.active {
    background: url(images/icon_slider_hover.png);
}

.bx-wrapper .bx-pager .bx-pager-item {
    position: relative;
}

.how_create .owl-dots {
    counter-reset: characters;
    display: -webkit-flex!important;
    display: -ms-flex!important;
    display: flex!important;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.how_create .owl-dot:before {
    counter-increment: characters;
    position: absolute;
    height: 4px;
    width: 39px;
    top: 9px;
    left: 25px;
    background: #cacaca;
    content: "";
}

.how_create .owl-dot:after {
    content: counter(characters);
    top: 25px;
    position: absolute;
    left: 50%;
    color: #afafaf;
    transform: translateX(-50%);
}

.how_create .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: -95px;
}

.how_create .owl-dot:nth-child(4) {
    background: url(images/icon-dogovor.png);
    background-repeat: no-repeat;
    width: 83px;
    height: 76px;
    margin: 0 17px;
    position: relative;
    display: inline-block;
}

.how_create .owl-dot:nth-child(3):before {
    top: 42px;
    left: 88px;
    width: 0;
}

.how_create .owl-dot:nth-child(4):before {
    top: 42px;
    left: 88px;
    width: 0;
}

.how_create .owl-dot:nth-child(4):after {
    content: "";
}

.how_create .owl-dot:nth-child(4):hover, .how_create .owl-dot:nth-child(4).active {
    background: url(images/icon-hove-dogovor.png);
}

.how_create .owl-dot:last-child:before {
    width: 0;
}

.bg_gray {
    padding: 50px 0 75px 0;
    margin: 60px 0 90px 0;
    background-image: url(images/bg_gray.png);
    background-size: contain;
}


/*
.clip-svg-external {
    -webkit-clip-path: url("http://karenmenezes.com/shapes-polygon/clip.svg#clip-polygon-ext");
    clip-path: url("http://karenmenezes.com/shapes-polygon/clip.svg#clip-polygon-ext");
} */

.half-slide1 {
    /* -webkit-clip-path: url("#clip-polygon-left");
    clip-path: url("#clip-polygon-left");*/
    height: 473px;
    cursor: pointer;
    position: absolute;
    z-index: 5;
}

.half-slide2 {
    position: absolute;
    right: 0;
    /* -webkit-clip-path: url("#clip-polygon-right");
    clip-path: url("#clip-polygon-right");*/
    z-index: 2;
    position: absolute;
    height: 473px;
    cursor: pointer;
}

.half-slide1 img, .half-slide2 img {
    height: 473px;
    width: 100%;
}

.half-slide1.filter img, .half-slide2.filter img {
    -webkit-filter: grayscale(1)!important;
    -moz-filter: grayscale(1)!important;
    -ms-filter: grayscale(1)!important;
    -o-filter: grayscale(1)!important;
    filter: grayscale(1)!important;
    filter: gray;
    /* IE 6-9 */
}


/*.half-slide2 img{
filter:grayscale(1) blur(10px);
}*/

.desc-slider {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    text-align: center;
    width: 980px;
    visibility: hidden;
    text-align: center
}

.desc-slider h2 {
    margin: 0;
    font-size: 36px;
    margin-bottom: 146px;
    font-weight: 400;
    visibility: visible;
    display: inline-block;
}

.desc-slider h1 {
    margin: 0;
    font-size: 60px;
    font-weight: 400;
    margin: 0;
    line-height: 80px;
    visibility: visible;
    display: inline-block;
}

.half-slider2, .half-slide1 {
    wid
}

.half-slide1:hover {}

.half-slide2.active img {
    filter: none !important;
}

.half-slide1.active {}

.half-slide2 {}

.half-slide2:hover {}

.header_slider {
    overflow: hidden;
    margin-bottom: 95px;
    width: 100%;
    position: relative;
    height: 473px;
}

.owl-carousel {
    padding: 0 50px;
    box-sizing: border-box;
}

.owl-nav {
    position: absolute;
    top: 290px;
    width: 100%;
    transform: translateY(-50%);
    margin: 0 -50px;
}

.owl-nav img {
    width: 100%;
    height: 100%;
}

.owl-prev {
    float: left;
    width: 36px;
    height: 60px;
}

.owl-next {
    float: right;
    transform: rotate(180deg);
    width: 36px;
    height: 60px;
}

.owl-height {
    min-height: 580px;
}

.how_create .owl-height {
    min-height: 157px;
}

.icon-vopros {
    display: inline-flex;
    width: 22px;
    height: 34px;
    background-image: url("/bitrix/templates/landing/images/icon-vopros.png");
}

#left-slide {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    z-index: 16;
    cursor: pointer;
}

.visible-xs {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    color: white;
    font-size: 36px;
    text-align: center;
    z-index: 25px;
    margin: 0;
}

h2.half {
    left: 25%;
}

.half-slide2.blur_gr img {
    -webkit-filter: blur(10px) grayscale(1)!important;
    -moz-filter: blur(10px) grayscale(1)!important;
    -ms-filter: blur(10px) grayscale(1)!important;
    -o-filter: blur(10px) grayscale(1)!important;
    filter: blur(10px) grayscale(1)!important;
    filter: gray;
    /* IE 6-9 */
}

#msg_success{
  position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%);
width: 400px;
background-color: white;
 display: none;
padding: 40px 20px;
z-index: 999;
    border: 1px solid grey;
}
#msg_success .title{
  display: block;
  width: 100%;
  text-align: center;
  font-size: 21px;
}
#msg_success p{
  text-align: center;
  width: 100%;
}
@media only screen and (max-device-width: 980px) {
    .hidden-xs {
        display: none;
    }
    .visible-xs {
        display: block;
    }
    .header_slider, .half-slide1 img, .half-slide2 img, .half-slide1 {
        height: 350px;
    }
}

@media only screen and (max-width: 1280px) {
    .hidden-xs {
        display: none;
    }
    .visible-xs {
        display: block;
    }
    .header_slider, .half-slide1 img, .half-slide2 img, .half-slide1 {
        height: 350px;
    }
}

@media only screen and (max-width: 1620px) {
    .header_slider, .half-slide1 img, .half-slide2 img, .half-slide1 {
        height: 350px;
    }
    .desc-slider h2{
      margin-bottom: 70px;
    }
}
