@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
#banks .partners ul, #building .gallery, #header nav ul, #home .rightside ul, .ulreset {
    margin: 0;
    padding: 0;
    list-style: none
}
body {
    background-color: #fff;
    color: #535353;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    height: 100%;
    line-height: 1.5em;
    margin: 0;
    width: 100%
}
a:link, a:visited {
    text-decoration: none;
    font-weight: 400;
    color: #396a92;
    font-family: Arial, sans-serif
}

a:hover {
    text-decoration: underline;
    font-weight: 400
}

.price {
    font-weight:900;
    color: #244f8a;
}


.inputbox, .required, input[type=text] {
    font-family: Roboto, sans-serif !important;
    background: #f3f3f3;
    border-radius: 3px;
    padding: 5px 10px;
    border: none;
    color: #9b9b9b;
    font-size: 15px;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
    font-weight: 300
}
label.required {
    font-size: 14px;
    color: #36393b;
    border: none;
    padding: 5px 0;
    display: block
}
label.required span.star {
    color: red
}
.button, .validate {
    background: #244f8a;
    padding: 10px 40px;
    cursor: pointer;
    font-size: 16px;
    font-family: Roboto, sans-serif !important;
    position: relative;
    color: #fff;
    border-radius: 10px
}
a.button, a.button:focus, a.button:hover, button.button, button.button:focus, button.button:hover {
    display: block;
    float: right;
    color: #fff
}
textarea {
    resize: none;
    height: 124px;
    border-radius: 20px !important
}

p {
    margin-top: 0;
    margin-bottom: 5px
}
img {
    border: 0 none
}
fieldset {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 0;
    border: none;
    margin: 0 0 10px
}
fieldset legend {
    padding: 0 10px;
    background: #fff
}
.clear, .clr {
    clear: both;
    height: 1px
}
h1, h2, h3, h4 {
    color: #535353;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2em;
    margin: 15px 0;
    font-family: Roboto, sans-serif;
}
h4 {
    font-size: 22px;
    line-height: 20px
}
h1 {
    font-size: 32px;
    line-height: 34px
}
#header {
    background: rgba(255, 255, 255, .85);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 800
}
.b-header-contacts {
    position: absolute;
    top: 0;
    left: 50%;
    text-align: right;
    margin-bottom: 5px;
    margin-left: -70px;
}
.b-header-contacts p {
    display: none;
    font-weight: 700;
    color: #232222;
    margin-right: 6px;
}
.b-header-tel:link,
.b-header-tel:visited {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: #232222;
    display: block;
    width: auto;
    float: none;
}
.b-header-tel:hover,
.b-header-tel:active {
    text-decoration: none;
}
.b-header-tel:before {
    display: none;
    content: url(../images/i-phone.png);
    position: absolute;
    left: -22px;
}
.navbar {
    padding: 20px 0;
    margin-bottom: 0;
}
.navbar .container {
    position: relative;
}
.b-logo-link {
    display: inline-block;
}
.navbar-toggle {
    background-color: #0a509f;
    border-radius: 0;
    width: 46px;
    height: 46px;
    margin-top: 0;
    margin-right: 11px;
}
.navbar-toggle {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    position: relative;
}
.navbar-toggle .icon-bar {
    background-color: #fff;
    width: 23px;
    height: 4px;
    border-radius: 0;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    position: absolute;
    left: 10px;
}
.navbar-toggle .bar1 {
    top: 12px;
}

.navbar-toggle .bar2 {
    top: 17px;
}

.navbar-toggle .bar3 {
    top: 26px;
}

.navbar-toggle[aria-expanded="true"] .bar1 {
    top: 21px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.navbar-toggle[aria-expanded="true"] .bar2 {
    opacity: 0;
    left: -60px;
}

.navbar-toggle[aria-expanded="true"] .bar3  {
    top: 17px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
#header nav ul {
    text-align: right;
}
#navbar-collapse {
    padding-right: 0;
    background-color: #0a509f;
}
#header nav ul li {
    display: block;
}

#header nav ul li a {
    font-size: 20px;
    font-family: Roboto, sans-serif !important;
    background: 0 0;
    padding: 3px 0;
    margin: 15px 10px 0;
    color: #fff;
    font-weight: 300;
    text-decoration: none;
    display: inline-block;
}
#header nav ul li:last-child a {
    margin-bottom: 15px;
}
#header .right_side {
    padding: 10px 0 0;
    width: 130px;
    font-weight: 600;
    float: right
}
#header .right_side p {
    margin: 0
}
#home {
    padding-top: 0;
    font-family: 'Roboto Condensed', sans-serif;
}
.advanced-list{
    font-size: 22px;
    color: #505050;
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1.4em;
}
#home .big-text {
    font-size: 32px;
    color: #505050;
    clear: both;
    line-height: 1.2em;
}
.text-upper {
    text-transform: uppercase;
    line-height: 1.2em;
}

.innerbg {
    background: url(../images/topbackground5.jpg) no-repeat left top;
    min-height: 1000px;
    padding-top: 103px;
}
.logo img {
    max-width: 100%;
    float: right;
}

#building{
/*	display:none; */
}

.building, .position_marker {
    padding-top: 60px
}
.building .head, .position_marker .head {
    text-align: center;
    color: #535353;
    font-size: 32px;
    line-height: 1.2em;
    font-weight: 400;
    padding: 0 0 35px
}
.building .head h2, .position_marker .head h2 {
    margin: 0;
    font-size: 32px;
}
.building .head h3, .position_marker .head h3 {
    margin: 0;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2em;
}
.building .head + div, .position_marker .head + div {
    padding: 0 0 45px;
    text-align: center;
    line-height: 1.2em;
    font-weight: 300;
    color: #535353
}
#map {
    width: 100%;
    height: 575px;
}
#practics .left, #practics .right {
    max-width: 50%;
}
#practics .left img, #practics .right img {
    max-width: 100%;
}
#practics .left, #practics .middle {
    float: left
}
#practics .right {
    float: right
}
#practics {
    background: #eee
}
#flat, #practics {
    overflow: hidden;
    padding: 60px 0;
}
#flat {
    padding: 60px 0;
}
#building .img {
    text-align: center;
    padding-bottom: 60px
}
#building .img img {
    max-width: 100%;
}
#building .gallery {
    overflow: hidden;
    padding: 50px 0 30px;
    background: #f1f1f1
}
#building .gallery li {
    width: 33.333%;
    margin: 0 0 20px;
    display: inline-block;
    text-align: center
}

div.gallery{
    text-align: center;
}
#building div.gallery li{
    float: none;
    display: inline-block;
}

#building .gallery li div.imageBlock {
    padding: 10px;
    overflow: hidden;
    outline: none;
}
#building .gallery li div.imageBlock:focus {
    outline: none;
}
#building .gallery li div.imageBlock img {
    max-width: 437px;
    width: 100%;
    outline: none;
}
#building .gallery li div.imageBlock img:focus {
    outline: none;
}
#building .gallery li .title {
    text-align: center
}



#building .gallery span {
    display: inline-block;
    vertical-align: middle;
    height: 60px;
    width: 250px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    padding: 18px 0
}



#flat .wrap {
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    padding: 50px 0
}



#flat .hint {
    position: absolute;
    right: 0;
    top: 130px;
    z-index: 300
}


#flat .hint .text {
    color: #999;
    font-style: italic;
    line-height: 1.3;
    white-space: nowrap
}



#flat .hint .arrow {
    left: 130px;
    position: absolute;
    top: 43px
}



#flat .schema_wrap {
    height: 477px;
    position: relative;
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
}

.schema-text {
    max-width: 970px;
}

#flat .schema_wrap .colors, #flat .schema_wrap .links {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100
}



#flat .schema_wrap .image {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 100;
    width: 100%;
}



#flat .schema_wrap .colors {
    list-style: outside none none
}



#flat .schema_wrap .colors li {
    position: absolute;
    z-index: 1001
}

#flat .schema_wrap.section0{
	height:236px;
	margin-bottom:40px;
}

#flat .schema_wrap.sectiona{
	height:505px !important;
	margin-bottom:40px;
}

#flat .schema_wrap.sectionb{
	height:531px !important;
	margin-bottom:40px;
}

#flat .schema_wrap.sectionc{
	height:465px;
	margin-bottom:40px;
}

#flat .schema_wrap .colors li:nth-child(1) {
    background: #b1e1d1;
    height: 221px;
    left: 0;
    top: 10px;
    width: 210px
}
#flat .schema_wrap .colors li:nth-child(2) {
    background: #fbf79b;
    height: 225px;
    left: 215px;
    top: 0;
    width: 179px;
}
#flat .schema_wrap .colors li:nth-child(3) {
    background: #fbf79b;
    height: 227px;
    right: 217px;
    top: 0;
    width: 174px;
}
#flat .schema_wrap .colors li:nth-child(4) {
    background: #b1e1d1;
    height: 225px;
    right: 0;
    top: 9px;
    width: 210px
}
#flat .schema_wrap .colors li:nth-child(5) {
    bottom: 35px;
    height: 227px;
    right: 0;
    width: 301px;
}

#flat .schema_wrap .colors li:nth-child(6) {
    background: #e8fa9b;
    bottom: 3px;
    height: 229px;
    right: 305px;
    width: 178px;
}
#flat .schema_wrap .colors li:nth-child(7) {
    background: #e8fa9b;
    bottom: 3px;
    height: 227px;
    left: 303px;
    width: 183px;
}
#flat .schema_wrap .colors li:nth-child(8) {
    bottom: 30px;
    height: 235px;
    left: 0;
    width: 302px;
}


#flat .schema_wrap .colors li:nth-child(5), #flat .schema_wrap .colors li:nth-child(8) {
    background: #b3d182
}





#flat .schema_wrap .colors li.hover {
    background: #59b697
}


#flat .schema_wrap .links {
    z-index: 300
}
#flat .schema_wrap .links a {
    position: absolute
}
#flat .schema_wrap .links a:nth-child(1) {
    height: 225px;
    left: 0;
    top: 0;
    width: 210px
}

#flat .schema_wrap .links a:nth-child(2) {
    height: 219px;
    left: 210px;
    top: 6px;
    width: 185px;
}

#flat .schema_wrap .links a:nth-child(3) {
    height: 226px;
    right: 213px;
    top: 0;
    width: 183px;
}
#flat .schema_wrap .links a:nth-child(4) {
    height: 225px;
    right: 0;
    top: 0;
    width: 210px
}
#flat .schema_wrap .links a:nth-child(5) {
    bottom: 12px;
    height: 252px;
    right: 0;
    width: 295px
}
#flat .schema_wrap .links a:nth-child(6) {
    bottom: 3px;
    height: 230px;
    right: 304px;
    width: 180px;
}
#flat .schema_wrap .links a:nth-child(7) {
    bottom: 3px;
    height: 230px;
    left: 302px;
    width: 184px;
}

#flat .schema_wrap .links a:nth-child(8) {
    bottom: 24px;
    height: 240px;
    left: 0;
    width: 303px;
}
/************sectiona********/
#flat .schema_wrap.sectiona  .colors {
    list-style: outside none none
}

#flat .schema_wrap.sectiona  .colors li {
    position: absolute;
    z-index: 1001
}
#flat .schema_wrap.sectiona .colors li:nth-child(1) {
    height: 275px;
    width: 310px;
    left: 0;
    top: 0;
	background: #00bffe;
}
#flat .schema_wrap.sectiona  .colors li:hover:nth-child(1){
    /*background: #51c4a2;*/
}


#flat .schema_wrap.sectiona .colors li:nth-child(2) {
	background: #ffdf80;
    height: 264px;
    left: 312px;
    top: 0;
    width: 190px;
}
#flat .schema_wrap.sectiona .colors li:nth-child(3) {
    background: #9fff7f;
    height: 470px;
    left: 710px;
    top: 0;
    width: 258px;
}
#flat .schema_wrap.sectiona .colors li:nth-child(4) {
    background: #ffbf7f;
    height: 225px;
    left: 750px;
    top: 279px;
    width: 135px;
}
#flat .schema_wrap.sectiona  .colors li:nth-child(5) {
    top: 279px;
    left: 590px;
    height: 225px;
    width: 160px;
    background: #ffdf80;
}
#flat .schema_wrap.sectiona .colors li:nth-child(6) {
    top: 279px;
    height: 225px;
    left: 425px;
    width: 165px;
    background: #ffbf7f;
}
#flat .schema_wrap.sectiona .colors li:nth-child(7) {
    top: 279px;
    left: 255px;
    width: 170px;
    height: 225px;
    background: #ffdf80;
}
#flat .schema_wrap.sectiona .colors li:nth-child(8) {
    top: 279px;
    left: 0;
    width: 255px;
    height: 225px;
    background: #7edfff;
}


#flat .schema_wrap.sectiona  .colors li.hover {
    background: #59b697
}
#flat .schema_wrap.sectiona  .links {
    z-index: 300
}
#flat .schema_wrap.sectiona .links a:nth-child(1) {
    height: 275px;
    width: 310px;
    left: 0;
    top: 0;
}
#flat .schema_wrap.sectiona .links a:nth-child(2) {
    height: 264px;
    left: 312px;
    top: 0;
    width: 190px;
}
#flat .schema_wrap.sectiona .links a:nth-child(3) {
    height: 470px;
    left: 710px;
    top: 0;
    width: 260px;
}
#flat .schema_wrap.sectiona .links a:nth-child(4) {
    height: 225px;
    left: 750px;
    top: 280px;
    width: 135px;
}

#flat .schema_wrap.sectiona .links a:nth-child(5) {
    top: 280px;
    left: 590px;
    height: 225px;
    width: 160px;
}

#flat .schema_wrap.sectiona .links a:nth-child(6) {
    top: 280px;
    height: 225px;
    left: 425px;
    width: 165px;
}
#flat .schema_wrap.sectiona .links a:nth-child(7) {
    top: 280px;
    left: 255px;
    width: 170px;
    height: 225px;
}
#flat .schema_wrap.sectiona .links a:nth-child(8) {
    top: 280px;
    left: 0;
    width: 255px;
    height: 225px;
}
#flat .schema_wrap.sectionb  .colors {
    list-style: outside none none
}
#flat .schema_wrap.sectionb  .colors li {
    position: absolute;
    z-index: 1001
}
#flat .schema_wrap.sectionb  .colors li:nth-child(1) {
    background: #7edfff;
    height: 470px;
    width: 185px;
    left: 0;
    top: 60px;
}
#flat .schema_wrap.sectionb  .colors li:hover:nth-child(1){
    /*background: #51c4a2;*/
}

#flat .schema_wrap.sectionb .colors li:nth-child(2) {
    background: #00bffe;
    height: 208px;
    left: 185px;
    top: 40px;
    width: 280px;
}
#flat .schema_wrap.sectionb  .colors li:nth-child(3) {
    background: #9fff7f;
    height: 470px;
    left: 690px;
    top: 60px;
    width: 280px;
}
#flat .schema_wrap.sectionb .colors li:nth-child(4) {
    background: #ffbf7f;
    height: 236px;
    left: 755px;
    top: 294px;
    width: 130px;
}
#flat .schema_wrap.sectionb .colors li:nth-child(5) {
    top: 294px;
    height: 236px;
    left: 585px;
    width: 170px;
    background: #ffdf80;
}
#flat .schema_wrap.sectionb  .colors li:nth-child(6) {
    background: #ffbf7f;
    top: 294px;
    height: 236px;
    left: 420px;
    width: 165px;
}
#flat .schema_wrap.sectionb .colors li:nth-child(7) {
    background: #ffdf80;
    top: 294px;
    height: 236px;
    left: 255px;
    width: 165px;
}
#flat .schema_wrap.sectionb  .colors li:nth-child(8) {
    top: 294px;
    height: 236px;
    left: 85px;
    width: 170px;
    background: #ffbf7f;
}
#flat .schema_wrap.sectionb  .colors li.hover {
    background: #59b697
}


#flat .schema_wrap.sectionb  .links {
    z-index: 300
}

#flat .schema_wrap.sectionb .links a:nth-child(1) {
    height: 470px;
    width: 185px;
    left: 0;
    top: 60px;
}

#flat .schema_wrap.sectionb .links a:nth-child(2) {
    height: 208px;
    left: 185px;
    top: 40px;
    width: 280px;
}

#flat .schema_wrap.sectionb .links a:nth-child(3) {
    height: 470px;
    left: 690px;
    top: 60px;
    width: 280px;
}


#flat .schema_wrap.sectionb .links a:nth-child(4) {
    height: 236px;
    left: 755px;
    top: 294px;
    width: 130px;
}


#flat .schema_wrap.sectionb .links a:nth-child(5) {
    top: 294px;
    height: 236px;
    left: 585px;
    width: 170px;
}
#flat .schema_wrap.sectionb .links a:nth-child(6) {
    top: 294px;
    height: 236px;
    left: 420px;
    width: 165px;
}
#flat .schema_wrap.sectionb .links a:nth-child(7) {
    top: 294px;
    height: 236px;
    left: 255px;
    width: 165px;
}
#flat .schema_wrap.sectionb .links a:nth-child(8) {
    top: 294px;
    height: 236px;
    left: 85px;
    width: 170px;
}

/************sectionc********/
#flat .schema_wrap.sectionc  .colors {
    list-style: outside none none
}

#flat .schema_wrap.sectionc  .colors li {
    position: absolute;
    z-index: 1001
}
#flat .schema_wrap.sectionc .colors li:nth-child(1) {
    height: 370px;
    width: 260px;
    left: 0;
    top: 60px;
	background: #9fff7f;
}
#flat .schema_wrap.sectionc  .colors li:hover:nth-child(1){
    background: #51c4a2;
}


#flat .schema_wrap.sectionc .colors li:nth-child(2) {
	background: #ffdf80;
    height: 184px;
    left: 260px;
    top: 40px;
    width: 180px;
}
#flat .schema_wrap.sectionc .colors li:nth-child(3) {
    background: #00bffe;
    height: 170px;
    left: 650px;
    top: 60px;
    width: 320px;
}
#flat .schema_wrap.sectionc .colors li:nth-child(4) {
    background: #7edfff;
    height: 248px;
    left: 746px;
    top: 182px;
    width: 224px;
}
#flat .schema_wrap.sectionc  .colors li:nth-child(5) {
    top: 270px;
    left: 605px;
    height: 195px;
    width: 140px;
    background: #ffdf80;
}
#flat .schema_wrap.sectionc .colors li:nth-child(6) {
    top: 270px;
    height: 195px;
    left: 435px;
    width: 170px;
    background: #ffbf7f;
}
#flat .schema_wrap.sectionc .colors li:nth-child(7) {
    top: 270px;
    left: 260px;
    width: 175px;
    height: 195px;
    background: #ffdf80;
}
#flat .schema_wrap.sectionc .colors li:nth-child(8) {
    top: 270px;
    left: 80px;
    width: 180px;
    height: 195px;
    background: #ffbf7f;
}
#flat .schema_wrap.sectionc .colors li:nth-child(9) {
	top: 182px;
    left: 746px;
    width: 34px;
    height: 48px;
    background: #00bffe;
}

#flat .schema_wrap.sectionc  .colors li.hover {
    background: #59b697;
}
#flat .schema_wrap.sectionc  .links {
    z-index: 300
}
#flat .schema_wrap.sectionc .links a:nth-child(1) {
    height: 370px;
    width: 260px;
    left: 0;
    top: 60px;
}
#flat .schema_wrap.sectionc .links a:nth-child(2) {
    height: 184px;
    left: 260px;
    top: 40px;
    width: 180px;
}
#flat .schema_wrap.sectionc .links a:nth-child(3) {
    height: 170px;
    left: 650px;
    top: 60px;
    width: 320px;
}
#flat .schema_wrap.sectionc .links a:nth-child(4) {
    height: 248px;
    left: 746px;
    top: 182px;
    width: 224px;
}

#flat .schema_wrap.sectionc .links a:nth-child(5) {
    top: 270px;
    left: 605px;
    height: 195px;
    width: 140px;
}

#flat .schema_wrap.sectionc .links a:nth-child(6) {
    top: 270px;
    height: 195px;
    left: 435px;
    width: 170px;
}
#flat .schema_wrap.sectionc .links a:nth-child(7) {
    top: 270px;
    left: 260px;
    width: 175px;
    height: 195px;
}
#flat .schema_wrap.sectionc .links a:nth-child(8) {
    top: 270px;
    left: 80px;
    width: 180px;
    height: 195px;
}

#flat .schema_wrap.sectionc .links a:nth-child(9) {
    top: 182px;
    left: 746px;
    width: 34px;
    height: 48px;
}

/*конец секции с*/



/************ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ 1ï¿½********/
#flat .info {
    font-style: italic;
    margin-top: 25px;
    text-align: center
}


#contact_form input {
    width: 100%;
    box-sizing: border-box
}

#banks {
    background: #f8f8f8;
}
#banks .partners ul {
    overflow: hidden;
    max-width: 950px;
    margin: 0 auto;
}

#banks .partners ul li {
    width: 49%;
    display: inline-block;
    float: left;
    height: 135px;
    vertical-align: middle;
    padding-right: 20px;
    text-align: center;
}
#banks .partners ul li img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

#contact_form input, .modal-body input {
    margin-bottom: 40px
}

#order_form input[name="f_data"] {
    margin-right: 10px;
    margin-bottom: 0;
}
.send {
    margin-top: 20px;
}
#contact_form h2, .modal-body h2 {
    margin: 0 0 20px;
    font-size: 16px;
    color: #535353;
    line-height: 22px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
}
#contact_form p {
    font-weight: 300;
    font-family: "Roboto", sans-serif;
}
#contact_form .image, .modal-body .image {
    /*float: left;*/
    margin: 0 auto;
    width: 70%;
}

.comp{
        margin-bottom: 15px;
}

#contact_form .image img, .modal-body .image img {
    width: 100%
}



#contact_form .rightmodal, .modal-body .rightmodal {
    width: 50%;
    float: left;
}


#contact_form span, .modal-body span{
    font-size: 20px;
}

.money, .alarm, .action {
    font-size: 30px;
    line-height: 55px;
    font-weight:700;
}


#contact_form span + p, .modal-body span + p {
    font-weight: 300
}



#contact_form .ajax_load, .modal-body .ajax_load {
    margin-bottom: 50px;
    overflow: hidden
}


#contact_form .consul, .modal-body .consul {
    width: 107px;
    float: left;
    margin-right: 20px
}



div.phone {
    font-size: 22px;
    line-height: 28px
}



.modal-title {
    font-size: 25px;
    line-height: 27px
}


.modal-title, .popup-desc, .popup_title {
    text-align: center
}



.popup-desc, .popup_title {
    font-size: 18px;
    font-weight: 300
}


.popup-desc b, .popup_title b {
    font-weight: 400
}


#contact_form h2 {
    margin-bottom: 12px;
}
.b-manager {
    overflow: hidden;
    margin-bottom: 28px;
}
.b-manager .image {
    float: left;
    margin: 0 25px 0 0;
    width: 125px;
}
.b-manager .image img {
    width: 100%;
    max-width: 100%;
}
.manager .name {
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: 700;
}
.b-manager .title {
    font-weight: 300;
    padding-bottom: 30px
}
.contacts {
    padding-left: 26px;
    font-weight: 300;
}
.b-phone {
    position: relative;
}
.b-phone a,
.b-email a {
    color: #535353;
    font-size: 16px;
    font-weight: 300;
}
.b-phone a:hover,
.b-email a:hover,
.b-phone a:active,
.b-email a:active {
    color: #535353;
    text-decoration: none;
}
.b-email {
    position: relative;
}
.b-phone:before {
    content: url("../images/i-phone.png");
    position: absolute;
    left: -26px;
}
.b-email:before {
    content: url("../images/i-email.png");
    position: absolute;
    left: -26px;
}
.b-links-box {
    position: relative;
}
.b-links-box a {
    color: #396a92;
    text-decoration: underline;
    display: block;
}
.b-links-box:before {
    content: url("../images/i-internet.png");
    position: absolute;
    left: -26px;
}
.b-links-box a:hover {
    text-decoration: none;
}
#reserved .b-text__box {
    font-size: 22px;
    color: #535353;
    font-weight: 300;
}
#reserved .b-text__box.b-italic {
    margin-top: 40px;
}
.b-italic {
    font-style: italic;
}
.footer {
    border-top: 1px solid #d3d3d3;
    padding: 40px 0
}


.footer .container div {
    font-weight: 300;
    line-height: 16px;
	text-align:center;
}

.b-tel__sales, .copyright{
	text-align:center;
	line-height:56px !important;
}

.footer .container div:nth-child(3) {
    text-align: right
}
#shared .modal-content{
    background: red;
    color: #000;
}
.modal-header{
    border-bottom: none!important;
	padding: 0 !important;
}
.close{
    width: 20px;
}
.bg-grey {
    background-color: #f8f8f8;
}
#tenReasons, #practics-couses, #reserved {
    padding: 60px 0;
}
ol.two-columns {
    -moz-column-count: 2;
    -moz-column-gap: 40px;
    -webkit-column-count: 2;
    -webkit-column-gap: 40px;
    column-count: 2;
    column-gap: 40px;
    margin: 0;
    padding: 0;
}
ol.custom-ol{
    counter-reset: myCounter;

}
ol.custom-ol li{
    list-style: none;
    position: relative;
    padding-left: 40px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #535353;
    margin-bottom: 15px;
}
ol.custom-ol li:last-child {
    margin-bottom: 0;
}
ol.custom-ol li:before {
    counter-increment: myCounter;
    content:counter(myCounter);
    color: white;
    background: #396a92;
    display: inline-block;
    text-align: center;
    line-height: 27px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    font-weight: 700;
}

.remont-image img {
    max-width: 100%;
}
.remont-text {
    max-width: 475px;
}
.remont-text-bold {
    font-weight: bold;
    padding: 17px 20px;
    border: 3px solid #f70000;
    margin: 15px 0 20px;
}
.text-right-block{
    margin-left: 60px;
}
.b-link__metrika {
    display: inline-block;
}
.partners {
    padding: 0;
}
.b-text__box {
    max-width: 870px;
    margin: 0 auto;
}
.b-wrap-twoImg {
    max-width: 975px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.b-wrap-twoImg p {
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 1.3em;
    font-weight: 300;
}
#practics .middle {
    height: 22px;
    background: url('../images/middle.png') repeat-x center;
    position: absolute;
    left: 50%;
    top: 60%;
    margin-left: -17px;
    width: 34px;
}
#practics .middle img {
    max-width: 100%;
}
#doc .head {
    padding-bottom: 30px;
}
#doc h3 {
    text-align: left;
    margin-top: 30px;
    font-size: 24px;
    /*max-width: 780px;*/
}
#doc .label_block {
    padding-bottom: 0;
}
.b-transparent-wrap {
    padding: 20px 0;
    color: #535353;
    background: url('../images/bg-transparent.png') no-repeat top center;
    background-size: cover;
    text-align: center;
    margin-top: 120px;
}

.b-transparent-wrap h1 {
    color: #0951a3;
    font-size: 40px;
    margin: 0;
    line-height: 1.5em;
    font-family: 'Roboto Condensed', sans-serif;
}
.b-sub-h1 {
    font-size: 22px;
    line-height: 1.1em;
}
.b-sub-big {
    font-size: 40px;
    margin-top: 15px;
    line-height: 1.1em;
}
.b-link__wintra img {
    max-width: 135px;
}
.remont-text h3 {
    margin-top: 0;
}
.b-uslovia__link,
.b-uslovia__link:focus {
    outline: none;
}
.error {
    margin-top: 9px;
    padding: 0px 0;
    color: #d50000;
}
.hi-res{
	display:block;
}
.low-res{
	display:none;
}

@media (min-width: 481px and max-width: 980px) {
    .b-link__wintra {
        display: inline-block;
        margin-left: 25px;
    }
}
@media (max-width: 767px) {
    .big-banners img{
        width: 100%;
    }
    .remont-text {
        max-width: none;
    }
    .remont-text-bold {
        max-width: 475px;
    }
    .remont-image img {
        width: 100%;
    }
    .b-header-contacts {
        margin-left: 0;
    }
    .b-logo-link {
        margin-left: 11px;
    }
    .b-link__wintra {
        /*float: right;*/
    }
	.b-tel__sales, .copyright {
		text-align: center;
		line-height: 16px !important;
		margin-bottom: 20px;
	}
    .b-header-tel:link, .b-header-tel:visited {
        font-size: 16px;
        font-weight: 700;
    }
    #navbar-collapse {
        margin-bottom: -20px;
    }
    .b-tel__sales {
        margin-bottom: 20px;
    }
    #banks .partners ul li {
        padding-right: 10px;
    }
    #banks .partners ul li:nth-child(2n) {
        padding-right: 0;
        padding-left: 10px;
    }
    #reserved .b-text__box {
        line-height: 1.5em;
        padding-bottom: 30px;
    }
    #manager {
        margin-top: 15px;
    }
    ol.two-columns {
        -moz-column-count: 1;
        -moz-column-gap: 0;
        -webkit-column-count: 1;
        -webkit-column-gap: 0;
        column-count: 1;
        column-gap: 0;
    }
    .remont-image {
        width: 100%;
        margin-top: 30px;
    }
    .building .head, .position_marker .head {
        padding: 20px 0;
    }
    .building, .position_marker {
        padding-top: 30px;
    }
    .building .head + div, .position_marker .head + div {
        padding-bottom: 30px;
    }
    #reserved, #tenReasons, #practics-couses, #flat, #practics {
        padding: 30px 0;
    }
    #practics .left, #practics .middle {
        float: none;
        margin: 0 auto;
        max-width: none;
        text-align: center;
    }
    #practics .right {
        float: none;
        margin: 0 auto;
        max-width: none;
        text-align: center;
    }
    #practics .middle {
        position: relative;
        left: inherit;
        text-align: center;
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .b-wrap-twoImg p {
        font-size: 16px;
        margin-bottom: 20px;
    }
    #flat {
        /*display: none;*/
    }
	.hi-res{
		display:none;
	}
	.low-res{
		display:block;
	}
    #doc .label_block {
        padding-bottom: 30px;
    }
    .innerbg {
        min-height: 402px;
        background-size: cover;
    }
    .b-transparent-wrap {
        background-size: cover;
    }
    .logo {
        margin-top: 24px;
        margin-bottom: 95px;
        overflow: hidden;
    }
    .b-transparent-wrap h1 {
        font-size: 20px;
    }
    .b-sub-h1, .b-sub-big {
        font-size: 16px;
    }
    .logo img {
        margin: 0;
		display: none;
    }
    #building {
        position: relative;
        background: #f1f1f1;
        padding-top: 0;
        margin-top: 30px;
    }
    #building .gallery {
        padding: 0;
        margin: 0 auto;
        overflow: visible;
    }
    #building .gallery img {
        width: 100%;
    }
    .slick-arrow {
        position: absolute;
        width: 36px;
        height: 36px;
        top: 50%;
        border: none;
        color: transparent;
        margin-top: -20px;
    }
    .slick-arrow:focus {
        outline: none;
    }
    .slick-prev {
        left: 15px;
        background: #396a92 url("../images/arrow-prev.png") no-repeat center;
    }
    .slick-next {
        right: 15px;
        background: #396a92 url("../images/arrow-next.png") no-repeat center;
    }
    #building .gallery li div.imageBlock {
        display: inline-block;
    }
    a[data-to="flat"] {
        /*display: none!important;*/
    }
    #doc h3 {
        font-size: 20px;
    }
}
@media (max-width: 480px) {
    .building .head h2, .position_marker .head h2 {
        font-size: 20px;
    }
    .building .head h3, .position_marker .head h3 {
        font-size: 20px;
    }
    .b-header-contacts {
        left: 40%;
    }
    .b-header-tel:link, .b-header-tel:visited {
        font-size: 16px;
    }
    .b-logo-link {
        max-width: 33%;
    }
    .hidden-480 {
        display: none;
    }
    .b-link__metrika {
        display: none;
    }
    .b-manager .name,
    .b-manager .title {
        font-size: 16px;
        margin-bottom: 0;
    }
    .b-manager .name {
        margin-top: 40px;
    }
    #reserved .b-text__box.b-italic {
        display: none;
    }

    .ol.custom-ol li, .remont-text {
        font-size: 16px;
    }
    #doc h3 {
        font-size: 16px;
        margin-bottom: 0;
        margin-top: 20px;
    }
    .building .head + div {
        font-size: 16px;
    }
    #doc .head {
        margin-bottom: 0;
        padding-bottom: 20px;
    }
    #building .gallery {
        width: 80%;
    }
    #building .head {
        padding-top: 20px;
    }
    .b-transparent-wrap h1 {
        font-size: 19px;
    }
    .b-sub-big {
        margin-top: 8px;
        margin-bottom: 0;
    }
    .innerbg {
        padding-top: 96px;
    }
    .slick-prev {
        left: -44px;
    }
    .slick-next {
        right: -44px;
    }

}
@media (max-width: 400px) {
    #building .gallery {
        max-width: 240px;
    }
    .slick-prev {
        left: -35px;
    }
    .slick-next {
        right: -35px;
    }
}
@media (min-width: 768px) {
    .navbar-header {
        float: none;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-collapse.collapse.in {
        display: block!important;;
    }
    #banks .partners ul li:nth-child(3n) {
        padding-right: 0;
    }
    #banks .partners ul li {
        padding-right: 45px;
        width: 33%;
    }
    .remont-image img {
        max-width: 100%;
        float: right;
		/*box-shadow: 0px 0px 35px #e40a7f;*/
    }
    #practics .middle {
        margin-left: -38px;
        width: 75px;
    }
    .schema-text {
        margin: 0 auto 15px;
    }

    .navbar-toggle {
        display: block;
    }
    #practics .left, #practics .right {width: 400px;}
}
@media (min-width: 768px) and (max-width: 991px) {

    .b-logo-link {
        margin-left: 11px;
    }
    #navbar-collapse {
        margin-bottom: -20px;
    }
    .navbar-toggle{
        margin-right: 20px;
    }
    .navbar .container {
        width: 100%;
        padding: 0;
    }
    #header nav ul {
        padding-right: 15px;
    }
    #practics .left, #practics .right {
        max-width: 40%;
    }
    #flat .schema_wrap.section {
        height: 370px;
    }
    #flat .schema_wrap.sectiona,
    #flat .schema_wrap.sectionb {
        height: 421px;
    }
    #flat .schema_wrap .image {
        max-width: 100%;
    }
    /*#flat .schema_wrap.sectiona .links a:nth-child(1) {
        height: 205px;
        width: 172px;
    }
    #flat .schema_wrap .colors li:nth-child(1) {
        height: 162px;
        width: 163px;
    }
    #flat .schema_wrap .colors li:nth-child(2) {
        height: 183px;
        left: 165px;
        top: 0;
        width: 127px;
    }
    #flat .schema_wrap .colors li:nth-child(3) {
        height: 183px;
        right: 163px;
        top: 0;
        width: 134px;
    }
    #flat .schema_wrap .colors li:nth-child(4) {
        height: 169px;
        width: 158px;
    }
    #flat .schema_wrap .colors li:nth-child(5) {
        bottom: 9px;
        height: 185px;
        right: 0;
        width: 226px;
    }
    #flat .schema_wrap .colors li:nth-child(6) {
        bottom: 5px;
        height: 169px;
        right: 362px;
        width: 131px;
    }
    #flat .schema_wrap .colors li:nth-child(7) {
        bottom: 5px;
        height: 169px;
        left: 362px;
        width: 131px;
    }
    #flat .schema_wrap .colors li:nth-child(8) {
        bottom: 15px;
        height: 183px;
        left: 0;
        width: 226px;
    }
    #flat .schema_wrap .links a:nth-child(1) {
        height: 170px;
        left: 0;
        top: 0;
        width: 159px;
    }
    #flat .schema_wrap .links a:nth-child(2) {
        height: 168px;
        left: 160px;
        top: 0;
        width: 132px;
    }
    #flat .schema_wrap .links a:nth-child(3) {
        height: 171px;
        right: 161px;
        top: 0;
        width: 133px;
    }
    #flat .schema_wrap .links a:nth-child(4) {
        height: 171px;
        right: 0;
        top: 0;
        width: 160px;
    }
    #flat .schema_wrap .links a:nth-child(5) {
        bottom: 23px;
        height: 173px;
        right: 0;
        width: 227px;
    }
    #flat .schema_wrap .links a:nth-child(6) {
        bottom: 4px;
        height: 169px;
        right: 224px;
        width: 136px;
    }
    #flat .schema_wrap .links a:nth-child(7) {
        bottom: 4px;
        height: 172px;
        left: 227px;
        width: 132px;
    }
    #flat .schema_wrap .links a:nth-child(8) {
        bottom: 3px;
        height: 193px;
        left: 0;
        width: 225px;
    }
    #flat .schema_wrap.sectiona .colors li:nth-child(8) {
        bottom: 4px;
        height: 206px;
        left: 14px;
        width: 165px;
    }
    #flat .schema_wrap.sectiona .links a:nth-child(8) {
        bottom: 0;
        height: 210px;
        left: 14px;
        width: 165px;
    }
    #flat .schema_wrap.sectiona .links a:nth-child(7) {
        bottom: 1px;
        height: 191px;
        left: 177px;
        width: 171px;
    }
    #flat .schema_wrap.sectiona .colors li:nth-child(1) {
        height: 210px;
        width: 165px;
        left: 13px;
        top: 2px;
    }
    #flat .schema_wrap.sectiona .colors li:nth-child(2) {
        height: 193px;
        left: 177px;
        top: 0;
        width: 153px;
    }
    #flat .schema_wrap.sectiona .colors li:nth-child(3) {
        height: 191px;
        right: 82px;
        top: 0;
        width: 153px;
    }
    #flat .schema_wrap.sectiona .colors li:nth-child(4) {
        height: 354px;
        right: 4px;
        top: 35px;
        width: 79px;
    }
    #flat .schema_wrap.sectiona .colors li:nth-child(5) {
        bottom: 3px;
        height: 189px;
        right: 84px;
        width: 154px;
    }
    #flat .schema_wrap.sectiona .colors li:nth-child(7) {
        bottom: 3px;
        height: 189px;
        left: 350px;
        width: 132px;
    }
    #flat .schema_wrap.sectiona .colors li:nth-child(6) {
        bottom: 2px;
        height: 191px;
        right: 376px;
        width: 165px;
    }
    #flat .schema_wrap.sectionb .colors li:nth-child(1) {
        height: 413px;
        width: 233px;
        left: 0;
        top: 2px;
    }

    #flat .schema_wrap.sectionb .colors li:nth-child(2) {
        height: 209px;
        left: 545px;
        top: 0;
        width: 161px;
    }
    #flat .schema_wrap.sectionb .colors li:nth-child(4) {
        height: 191px;
        right: 176px;
        top: 0;
        width: 154px;
    }
    #flat .schema_wrap.sectionb .colors li:nth-child(5) {
        bottom: 3px;
        height: 206px;
        right: 22px;
        width: 155px;
    }
    #flat .schema_wrap.sectionb .colors li:nth-child(6) {
        bottom: 3px;
        height: 188px;
        right: 179px;
        width: 167px;
    }
    #flat .schema_wrap.sectionb .colors li:nth-child(7) {
        bottom: 3px;
        height: 188px;
        left: 238px;
        width: 135px;
    }
    #flat .schema_wrap.sectionb .colors li:nth-child(8) {
        bottom: 2px;
        height: 188px;
        left: 85px;
        width: 153px;
    }
    #flat .schema_wrap.sectionb .links a:nth-child(1) {
        height: 220px;
        width: 229px;
        left: 5px;
        top: 3px;
    }
    #flat .schema_wrap.sectionb .links a:nth-child(2) {
        height: 209px;
        left: 545px;
        top: 0;
        width: 159px;
    }

    #flat .schema_wrap.sectionb .links a:nth-child(3) {
        height: 194px;
        right: 176px;
        top: 0;
        width: 154px;
    }
    #flat .schema_wrap.sectionb .links a:nth-child(4) {
        height: 209px;
        right: 175px;
        top: 0;
        width: 159px;
    }
    #flat .schema_wrap.sectionb .links a:nth-child(5) {
        bottom: 0;
        height: 210px;
        right: 17px;
        width: 160px;
    }
    #flat .schema_wrap.sectionb .links a:nth-child(6) {
        bottom: 3px;
        height: 191px;
        right: 180px;
        width: 166px;
    }
    #flat .schema_wrap.sectiona .links a:nth-child(2) {
        height: 196px;
        left: 179px;
        top: 0;
        width: 154px;
    }
    #flat .schema_wrap.sectiona .links a:nth-child(3) {
        height: 196px;
        right: 82px;
        top: 0;
        width: 155px;
    }
    #flat .schema_wrap.sectiona .links a:nth-child(4) {
        height: 352px;
        right: 0px;
        top: 37px;
        width: 85px;
    }
    #flat .schema_wrap.sectiona .links a:nth-child(5) {
        bottom: 0;
        height: 191px;
        right: 84px;
        width: 152px;
    }
    #flat .schema_wrap.sectiona .links a:nth-child(6) {
        bottom: 0;
        height: 191px;
        right: 237px;
        width: 136px;
    }
    #flat .schema_wrap.sectionb .links a:nth-child(7) {
        bottom: 0px;
        height: 191px;
        left: 237px;
        width: 139px;
    }
    #flat .schema_wrap.sectionb .links a:nth-child(8) {
        bottom: 0px;
        height: 194px;
        left: 83px;
        width: 158px;
    }*/
    #home .big-text:last-child {
        background-color: rgba(255,255,255,0.4);
        padding: 0 10px 10px;
        margin-left: -10px;
        text-shadow: 3px 2px 2px rgba(255, 255, 255, 0.5);
    }
}
@media (min-width: 992px) {
    #home .big-text:last-child {
        background-color: rgba(255,255,255,0.4);
        padding: 0 10px 10px;
        margin-left: -10px;
        text-shadow: 3px 2px 2px rgba(255, 255, 255, 0.5);
    }
    .remont-text-bold {
        font-size: 22px;
    }
    .remont-text h3 {
        margin-top: 0;
        margin-bottom: 35px;
    }
    .building .head + div, .position_marker .head + div {
        font-size: 22px;
    }
    .b-link__wintra img {
        max-width: 175px;
    }
    .b-transparent-wrap {
        background-size: contain;
    }
    .navbar-toggle {
        margin-right: 0;
    }
    #header nav ul li {
        display: inline-block;
    }
    #header nav ul li a {
        font-size: 13px;
        color: #232222;
        margin: 0 15px;
        border-bottom: 1px dashed #232222;
    }
    #header nav ul li:first-child a {
        margin-left: 0;
    }
    #header nav ul li:last-child a {
        margin-right: 0;
        margin-bottom: 0;
    }
    #header nav ul .active a, #header nav ul :hover a {
        color: #0a509f;
        border-bottom: 1px dashed #0a509f
    }
    #navbar-collapse {
        background-color: transparent;
    }
    .navbar-header {
        float: left;
    }
    .b-header-contacts {
        display: block;
        position: relative;
        top: inherit;
        left: inherit;
        margin-left: inherit;
    }
    .b-header-tel:link,
    .b-header-tel:visited {
        display: inline-block;
        margin-left: 42px;
    }
    .b-header-tel:before {
        display: block;
    }
    .navbar-collapse.collapse {
        display: block !important;
    }
    .navbar-toggle {
        display: none;
    }
    .b-logo-link {
        margin-left: 0;
    }
    .navbar {
        padding: 20px 0;
    }
    .b-header-contacts p {
        display: inline-block;
    }
    .footer .container div + div {
        text-align: left;
    }
    .b-link__wintra {
        margin-right: 25px;
    }
    #building .img img {
        min-width: 940px
    }
    .logo {
        margin: -40px 0 25px;
    }
    #practics .left img, #practics .right img {
        width: 400px;
    }
    #flat .schema_wrap.section {
        height: 477px;
    }
    #flat .schema_wrap.sectiona,
    #flat .schema_wrap.sectionb {
        height: 550px;
    }
    /*#flat .schema_wrap .colors li:nth-child(5) {
        bottom: 27px;
        height: 227px;
        right: 0;
        width: 295px;
    }
    #flat .schema_wrap .colors li:nth-child(6) {
        right: 293px;
    }
    #flat .schema_wrap .colors li:nth-child(7) {
        bottom: 3px;
        height: 227px;
        left: 297px;
        width: 174px;
    }
    #flat .schema_wrap .colors li:nth-child(8) {
        bottom: 21px;
        height: 235px;
        left: 0;
        width: 296px;
    }

    #flat .schema_wrap .links a:nth-child(8) {
        bottom: 24px;
        height: 229px;
        left: 0;
        width: 294px;
    }
    #flat .schema_wrap.sectiona  .colors li:nth-child(5) {
        right: 111px;
        bottom: 2px;
        height: 250px;
    }
    #flat .schema_wrap.sectiona .colors li:nth-child(6) {
        bottom: 3px;
        height: 262px;
        right: 312px;
        width: 182px;
    }
    #flat .schema_wrap.sectiona .colors li:nth-child(7) {
        left: 233px;
        width: 221px;
        bottom: 3px;
    }

    #flat .schema_wrap.sectiona .colors li:nth-child(8) {
        width: 217px;
        bottom: 4px;
        height: 274px;
    }

    #flat .schema_wrap.sectiona .links a:nth-child(8) {
        bottom: 0;
        height: 277px;
        left: 14px;
        width: 220px;
    }
    #flat .schema_wrap.sectionb .colors li:nth-child(1) {
        height: 520px;
        width: 317px;
        left: 0;
        top: 2px;
    }
    #flat .schema_wrap.sectionb  .colors li:nth-child(6),
    #flat .schema_wrap.sectionb .colors li:nth-child(5) {
        bottom: 3px;
    }
    #flat .schema_wrap.sectionb .colors li:nth-child(7) {
        bottom: 3px;
        height: 255px;
        left: 306px;
        width: 186px;
    }
    #flat .schema_wrap.sectionb .colors li:nth-child(8) {
        bottom: 2px;
        height: 252px;
    }*/
}

@media (min-width: 1200px)  {
	.sticker{
		background-color: #fff;
	    opacity: .8;
    	box-shadow: 0px 0px 15px #000;
		padding: 30px;
	}
    #home .big-text:last-child {
        background-color: transparent;
        padding: 0;
        margin-left: 0;
        text-shadow: none;
    }
    .innerbg {
        background: url(../images/topbackground5.jpg) no-repeat left top;
        min-height: 1000px;
    }
    .remont-text {
       /* margin-top: 45px; */
		text-align:center;
    }
    #practics .left, #practics .right {
        width: 426px;
    }
    .logo {
        margin: -50px 0 25px;
    }
    #header nav ul li a {
        font-size: 16px;
        margin: 0 20px;
    }
    .b-header-tel:link,
    .b-header-tel:visited {
        font-size: 20px;
    }
    .b-link__wintra {
        margin-right: 55px;
    }
    ol.two-columns {
        -moz-column-count: 2;
        -moz-column-gap: 40px;
        -webkit-column-count: 2;
        -webkit-column-gap: 40px;
        column-count: 2;
        column-gap: 40px;
    }
    #practics .middle {
        margin-left: -58px;
        width: 88px;
    }
    .schema-text {
        margin: 0 auto 25px;
    }
    #flat .schema_wrap.section {
        height: 495px;
    }
    #flat .schema_wrap.sectiona,
    #flat .schema_wrap.sectionb {
        height: 566px;
    }
    /*#flat .schema_wrap .colors li:nth-child(1) {
        height: 221px;
        left: 0;
        top: 10px;
        width: 210px
    }
    #flat .schema_wrap .colors li:nth-child(2) {
        height: 225px;
        left: 215px;
        top: 0;
        width: 179px;
    }
    #flat .schema_wrap .colors li:nth-child(3) {
        height: 227px;
        right: 217px;
        top: 0;
        width: 174px;
    }
    #flat .schema_wrap .colors li:nth-child(4) {
        height: 225px;
        right: 0;
        top: 9px;
        width: 210px
    }
    #flat .schema_wrap .colors li:nth-child(5) {
        bottom: 35px;
        height: 227px;
        right: 0;
        width: 301px;
    }

    #flat .schema_wrap .colors li:nth-child(6) {
        bottom: 3px;
        height: 229px;
        right: 305px;
        width: 178px;
    }
    #flat .schema_wrap .colors li:nth-child(7) {
        bottom: 3px;
        height: 227px;
        left: 303px;
        width: 183px;
    }
    #flat .schema_wrap .colors li:nth-child(8) {
        bottom: 30px;
        height: 235px;
        left: 0;
        width: 302px;
    }
    #flat .schema_wrap.sectiona .colors li:nth-child(6) {
        bottom: 3px;
        height: 257px;
        right: 318px;
        width: 185px;
    }
    #flat .schema_wrap.sectiona .colors li:nth-child(7) {
        bottom: 3px;
        left: 242px;
        width: 221px;
    }
    #flat .schema_wrap.sectiona .colors li:nth-child(8) {
        bottom: 2px;
        height: 280px;
        width: 225px;
    }
    #flat .schema_wrap .links a:nth-child(1) {
        height: 225px;
        left: 0;
        top: 0;
        width: 210px
    }
    #flat .schema_wrap .links a:nth-child(2) {
        height: 219px;
        left: 210px;
        top: 6px;
        width: 185px;
    }
    #flat .schema_wrap .links a:nth-child(3) {
        height: 226px;
        right: 213px;
        top: 0;
        width: 183px;
    }
    #flat .schema_wrap .links a:nth-child(4) {
        height: 225px;
        right: 0;
        top: 0;
        width: 210px
    }
    #flat .schema_wrap .links a:nth-child(5) {
        bottom: 12px;
        height: 252px;
        right: 0;
        width: 295px
    }
    #flat .schema_wrap .links a:nth-child(6) {
        bottom: 3px;
        height: 230px;
        right: 304px;
        width: 180px;
    }
    #flat .schema_wrap .links a:nth-child(7) {
        bottom: 3px;
        height: 230px;
        left: 302px;
        width: 184px;
    }
    #flat .schema_wrap .links a:nth-child(8) {
        bottom: 24px;
        height: 240px;
        left: 0;
        width: 303px;
    }
    #flat .schema_wrap.sectionb .colors li:nth-child(7) {
        left: 319px;
    }
    #flat .schema_wrap.sectionb .links a:nth-child(2) {
         height: 279px;
         left: 737px;
         top: 0;
         width: 216px;
    }
    #flat .schema_wrap.sectionb .links a:nth-child(4) {
        height: 262px;
        right: 237px;
        top: 0;
        width: 208px;
    }
    #flat .schema_wrap.sectionb .colors li:nth-child(2) {
        background: #eceeac;
        height: 279px;
        left: 733px;
        top: 3px;
        width: 219px;
    }
    #flat .schema_wrap.sectionb .colors li:nth-child(4) {
        height: 261px;
        right: 238px;
        top: 0;
        width: 205px;
    }*/
	
}

@media (min-width:768px) and (max-width:991px){
	
	#flat .schema_wrap.section0{
		height:176px;
		margin-bottom:30px;
	}
	
	#flat .schema_wrap.sectiona{
		height:375px !important;
		margin-bottom:30px;
	}
	
	#flat .schema_wrap.sectionb{
		height:394px !important;
		margin-bottom:30px;
	}
	
	#flat .schema_wrap.sectionc{
		height:345px;
		margin-bottom:30px;
	}

	.b-tel__sales, .copyright {
		text-align: center;
		line-height: 40px !important;
		font-size:14px;
	}
	.worker{
		text-align:left !important;
	}
	
		/************sectiona********/
	#flat .schema_wrap.sectiona  .colors {
		list-style: outside none none
	}
	
	#flat .schema_wrap.sectiona  .colors li {
		position: absolute;
		z-index: 1001
	}
	#flat .schema_wrap.sectiona .colors li:nth-child(1) {
		height: 181px;
    	width: 231px;
    	left: 0;
    	top: 29px;
	}
	#flat .schema_wrap.sectiona  .colors li:hover:nth-child(1){
		/*background: #51c4a2;*/
	}
	
	
	#flat .schema_wrap.sectiona .colors li:nth-child(2) {
		height: 145px;
    	left: 231px;
    	top: 29px;
    	width: 139px;
	}
	#flat .schema_wrap.sectiona .colors li:nth-child(3) {
		height: 310px;
    	left: 528px;
    	top: 42px;
    	width: 190px;
	}
	#flat .schema_wrap.sectiona .colors li:nth-child(4) {
		height: 167px;
    	left: 557px;
    	top: 207px;
    	width: 101px;
	}
	#flat .schema_wrap.sectiona  .colors li:nth-child(5) {
		top: 207px;
    	left: 438px;
   		height: 167px;
    	width: 119px;
	}
	#flat .schema_wrap.sectiona .colors li:nth-child(6) {
		top: 207px;
    	height: 167px;
    	left: 314px;
    	width: 124px;
	}
	#flat .schema_wrap.sectiona .colors li:nth-child(7) {
		top: 207px;
    	left: 190px;
    	width: 124px;
    	height: 167px;
	}
	#flat .schema_wrap.sectiona .colors li:nth-child(8) {
		top: 207px;
    	left: 0;
    	width: 190px;
    	height: 167px;
	}
	
	
	#flat .schema_wrap.sectiona  .colors li.hover {
		background: #59b697
	}
	#flat .schema_wrap.sectiona  .links {
		z-index: 300
	}
	#flat .schema_wrap.sectiona .links a:nth-child(1) {
		height: 181px;
    	width: 231px;
    	left: 0;
    	top: 29px;
	}
	#flat .schema_wrap.sectiona .links a:nth-child(2) {
		height: 145px;
    	left: 231px;
    	top: 29px;
    	width: 139px;
	}
	#flat .schema_wrap.sectiona .links a:nth-child(3) {
		height: 310px;
    	left: 528px;
    	top: 42px;
    	width: 190px;
	}
	#flat .schema_wrap.sectiona .links a:nth-child(4) {
		height: 167px;
    	left: 557px;
    	top: 207px;
    	width: 101px;
	}
	
	#flat .schema_wrap.sectiona .links a:nth-child(5) {
		top: 207px;
    	left: 438px;
   		height: 167px;
    	width: 119px;
	}
	
	#flat .schema_wrap.sectiona .links a:nth-child(6) {
		top: 207px;
    	height: 167px;
    	left: 314px;
    	width: 124px;
	}
	#flat .schema_wrap.sectiona .links a:nth-child(7) {
		top: 207px;
    	left: 190px;
    	width: 124px;
    	height: 167px;
	}
	#flat .schema_wrap.sectiona .links a:nth-child(8) {
		top: 207px;
    	left: 0;
    	width: 190px;
    	height: 167px;
	}
	#flat .schema_wrap.sectionb  .colors {
		list-style: outside none none
	}
	#flat .schema_wrap.sectionb  .colors li {
		position: absolute;
		z-index: 1001
	}
	#flat .schema_wrap.sectionb  .colors li:nth-child(1) {
		height: 350px;
    	width: 140px;
    	left: 0;
    	top: 42px;
	}
	#flat .schema_wrap.sectionb  .colors li:hover:nth-child(1){
		/*background: #51c4a2;*/
	}
	
	#flat .schema_wrap.sectionb .colors li:nth-child(2) {
		height: 152px;
    	left: 140px;
    	top: 30px;
    	width: 202px;
	}
	#flat .schema_wrap.sectionb  .colors li:nth-child(3) {
		height: 308px;
    	left: 510px;
    	top: 42px;
    	width: 209px;
	}
	#flat .schema_wrap.sectionb .colors li:nth-child(4) {
		height: 176px;
    	left: 560px;
    	top: 218px;
    	width: 95px;
	}
	#flat .schema_wrap.sectionb .colors li:nth-child(5) {
		top: 218px;
    	height: 176px;
    	left: 435px;
    	width: 125px;
	}
	#flat .schema_wrap.sectionb  .colors li:nth-child(6) {
		top: 218px;
    	height: 176px;
    	left: 312px;
    	width: 123px;
	}
	#flat .schema_wrap.sectionb .colors li:nth-child(7) {
		top: 218px;
    	height: 176px;
    	left: 190px;
    	width: 122px;
	}
	#flat .schema_wrap.sectionb  .colors li:nth-child(8) {
		top: 218px;
    	height: 176px;
    	left: 65px;
    	width: 125px;
	}
	#flat .schema_wrap.sectionb  .colors li.hover {
		background: #59b697
	}
	
	
	#flat .schema_wrap.sectionb  .links {
		z-index: 300
	}
	
	#flat .schema_wrap.sectionb .links a:nth-child(1) {
		height: 350px;
    	width: 140px;
    	left: 0;
    	top: 42px;
	}
	
	#flat .schema_wrap.sectionb .links a:nth-child(2) {
		height: 152px;
    	left: 140px;
    	top: 30px;
    	width: 202px;
	}
	
	#flat .schema_wrap.sectionb .links a:nth-child(3) {
		height: 308px;
    	left: 510px;
    	top: 42px;
    	width: 209px;
	}
	
	
	#flat .schema_wrap.sectionb .links a:nth-child(4) {
		height: 176px;
    	left: 560px;
    	top: 218px;
    	width: 95px;
	}
	
	
	#flat .schema_wrap.sectionb .links a:nth-child(5) {
		top: 218px;
    	height: 176px;
    	left: 435px;
    	width: 125px;
	}
	#flat .schema_wrap.sectionb .links a:nth-child(6) {
		top: 218px;
    	height: 176px;
    	left: 312px;
    	width: 123px;
	}
	#flat .schema_wrap.sectionb .links a:nth-child(7) {
		top: 218px;
    	height: 176px;
    	left: 190px;
    	width: 122px;
	}
	#flat .schema_wrap.sectionb .links a:nth-child(8) {
		top: 218px;
    	height: 176px;
    	left: 65px;
    	width: 125px;
	}
	
	/************sectionc********/
	#flat .schema_wrap.sectionc  .colors {
		list-style: outside none none
	}
	
	#flat .schema_wrap.sectionc  .colors li {
		position: absolute;
		z-index: 1001
	}
	#flat .schema_wrap.sectionc .colors li:nth-child(1) {
		height: 280px;
    	width: 194px;
    	left: 0;
    	top: 42px;
	}
	#flat .schema_wrap.sectionc  .colors li:hover:nth-child(1){
		background: #51c4a2;
	}
	
	
	#flat .schema_wrap.sectionc .colors li:nth-child(2) {
		height: 140px;
    	left: 194px;
    	top: 30px;
    	width: 134px;
	}
	#flat .schema_wrap.sectionc .colors li:nth-child(3) {
		height: 128px;
    	left: 482px;
    	top: 42px;
    	width: 238px;
	}
	#flat .schema_wrap.sectionc .colors li:nth-child(4) {
		height: 186px;
    	left: 554px;
    	top: 136px;
    	width: 166px;
	}
	#flat .schema_wrap.sectionc  .colors li:nth-child(5) {
		top: 200px;
    	left: 450px;
    	height: 144px;
    	width: 104px;
	}
	#flat .schema_wrap.sectionc .colors li:nth-child(6) {
		top: 200px;
    	height: 144px;
    	left: 322px;
    	width: 128px;
	}
	#flat .schema_wrap.sectionc .colors li:nth-child(7) {
		top: 200px;
    	left: 194px;
    	width: 128px;
    	height: 144px;
	}
	#flat .schema_wrap.sectionc .colors li:nth-child(8) {
		top: 200px;
    	left: 60px;
    	width: 134px;
    	height: 144px;
	}
	#flat .schema_wrap.sectionc .colors li:nth-child(9) {
		top: 136px;
    	left: 554px;
    	width: 24px;
    	height: 34px;
	}
	
	#flat .schema_wrap.sectionc  .colors li.hover {
		background: #59b697;
	}
	#flat .schema_wrap.sectionc  .links {
		z-index: 300
	}
	#flat .schema_wrap.sectionc .links a:nth-child(1) {
		height: 280px;
    	width: 194px;
    	left: 0;
    	top: 42px;
	}
	#flat .schema_wrap.sectionc .links a:nth-child(2) {
		height: 140px;
    	left: 194px;
    	top: 30px;
    	width: 134px;
	}
	#flat .schema_wrap.sectionc .links a:nth-child(3) {
		height: 128px;
    	left: 482px;
    	top: 42px;
    	width: 238px;
	}
	#flat .schema_wrap.sectionc .links a:nth-child(4) {
		top: 200px;
    	left: 450px;
    	height: 144px;
    	width: 104px;
	}
	
	#flat .schema_wrap.sectionc .links a:nth-child(5) {
		top: 270px;
		left: 605px;
		height: 195px;
		width: 140px;
	}
	
	#flat .schema_wrap.sectionc .links a:nth-child(6) {
		top: 200px;
    	height: 144px;
    	left: 322px;
    	width: 128px;
	}
	#flat .schema_wrap.sectionc .links a:nth-child(7) {
		top: 200px;
    	left: 194px;
    	width: 128px;
    	height: 144px;
	}
	#flat .schema_wrap.sectionc .links a:nth-child(8) {
		top: 200px;
    	left: 60px;
    	width: 134px;
    	height: 144px;
	}
	
	#flat .schema_wrap.sectionc .links a:nth-child(9) {
		top: 136px;
    	left: 554px;
    	width: 24px;
    	height: 34px;
	}
	
	/*конец секции с*/
}

@media (min-width:992px) and (max-width:1199px){
		/************sectiona********/
	#flat .schema_wrap.sectiona  .colors {
		list-style: outside none none
	}
	
	#flat .schema_wrap.sectiona  .colors li {
		position: absolute;
		z-index: 1001
	}
	#flat .schema_wrap.sectiona .colors li:nth-child(1) {
		height: 232px;
    	width: 304px;
    	left: 0;
    	top: 38px;
	}
	#flat .schema_wrap.sectiona  .colors li:hover:nth-child(1){
		/*background: #51c4a2;*/
	}
	
	
	#flat .schema_wrap.sectiona .colors li:nth-child(2) {
		height: 192px;
    	left: 304px;
    	top: 38px;
   		width: 178px;
	}
	#flat .schema_wrap.sectiona .colors li:nth-child(3) {
		height: 406px;
    	left: 690px;
    	top: 54px;
    	width: 250px;
	}
	#flat .schema_wrap.sectiona .colors li:nth-child(4) {
		height: 218px;
    	left: 728px;
    	top: 270px;
    	width: 132px;
	}
	#flat .schema_wrap.sectiona  .colors li:nth-child(5) {
		top: 270px;
    	left: 572px;
    	height: 218px;
    	width: 156px;
	}
	#flat .schema_wrap.sectiona .colors li:nth-child(6) {
		top: 270px;
    	height: 218px;
    	left: 410px;
    	width: 162px;
	}
	#flat .schema_wrap.sectiona .colors li:nth-child(7) {
		top: 270px;
    	left: 250px;
    	width: 160px;
    	height: 218px;
	}
	#flat .schema_wrap.sectiona .colors li:nth-child(8) {
		top: 270px;
    	left: 0;
    	width: 250px;
    	height: 218px;
	}
	
	
	#flat .schema_wrap.sectiona  .colors li.hover {
		background: #59b697
	}
	#flat .schema_wrap.sectiona  .links {
		z-index: 300
	}
	#flat .schema_wrap.sectiona .links a:nth-child(1) {
		height: 232px;
    	width: 304px;
    	left: 0;
    	top: 38px;
	}
	#flat .schema_wrap.sectiona .links a:nth-child(2) {
		height: 192px;
    	left: 304px;
    	top: 38px;
   		width: 178px;
	}
	#flat .schema_wrap.sectiona .links a:nth-child(3) {
		height: 406px;
    	left: 690px;
    	top: 54px;
    	width: 250px;
	}
	#flat .schema_wrap.sectiona .links a:nth-child(4) {
		height: 218px;
    	left: 728px;
    	top: 270px;
    	width: 132px;
	}
	
	#flat .schema_wrap.sectiona .links a:nth-child(5) {
		top: 270px;
    	left: 572px;
    	height: 218px;
    	width: 156px;
	}
	
	#flat .schema_wrap.sectiona .links a:nth-child(6) {
		top: 270px;
    	height: 218px;
    	left: 410px;
    	width: 162px;
	}
	#flat .schema_wrap.sectiona .links a:nth-child(7) {
		top: 270px;
    	left: 250px;
    	width: 160px;
    	height: 218px;
	}
	#flat .schema_wrap.sectiona .links a:nth-child(8) {
		top: 270px;
    	left: 0;
    	width: 250px;
    	height: 218px;
	}
	#flat .schema_wrap.sectionb  .colors {
		list-style: outside none none
	}
	#flat .schema_wrap.sectionb  .colors li {
		position: absolute;
		z-index: 1001
	}
	#flat .schema_wrap.sectionb  .colors li:nth-child(1) {
		height: 454px;
    	width: 180px;
    	left: 0;
    	top: 60px;
	}
	#flat .schema_wrap.sectionb  .colors li:hover:nth-child(1){
		/*background: #51c4a2;*/
	}
	
	#flat .schema_wrap.sectionb .colors li:nth-child(2) {
		height: 200px;
    	left: 180px;
    	top: 40px;
    	width: 270px;
	}
	#flat .schema_wrap.sectionb  .colors li:nth-child(3) {
		height: 396px;
    	left: 668px;
    	top: 60px;
    	width: 272px;
	}
	#flat .schema_wrap.sectionb .colors li:nth-child(4) {
		height: 230px;
    	left: 732px;
    	top: 285px;
    	width: 124px;
	}
	#flat .schema_wrap.sectionb .colors li:nth-child(5) {
		top: 285px;
    	height: 230px;
    	left: 570px;
    	width: 162px;
	}
	#flat .schema_wrap.sectionb  .colors li:nth-child(6) {
		top: 285px;
    	height: 230px;
    	left: 408px;
    	width: 162px;
	}
	#flat .schema_wrap.sectionb .colors li:nth-child(7) {
		top: 285px;
    	height: 230px;
    	left: 246px;
    	width: 162px;
	}
	#flat .schema_wrap.sectionb  .colors li:nth-child(8) {
		top: 285px;
    	height: 230px;
    	left: 84px;
    	width: 162px;
	}
	#flat .schema_wrap.sectionb  .colors li.hover {
		background: #59b697
	}
	
	
	#flat .schema_wrap.sectionb  .links {
		z-index: 300
	}
	
	#flat .schema_wrap.sectionb .links a:nth-child(1) {
		height: 454px;
    	width: 180px;
    	left: 0;
    	top: 60px;
	}
	
	#flat .schema_wrap.sectionb .links a:nth-child(2) {
		height: 200px;
    	left: 180px;
    	top: 40px;
    	width: 270px;
	}
	
	#flat .schema_wrap.sectionb .links a:nth-child(3) {
		height: 396px;
    	left: 668px;
    	top: 60px;
    	width: 272px;
	}
	
	
	#flat .schema_wrap.sectionb .links a:nth-child(4) {
		height: 230px;
    	left: 732px;
    	top: 285px;
    	width: 124px;
	}
	
	
	#flat .schema_wrap.sectionb .links a:nth-child(5) {
		top: 285px;
    	height: 230px;
    	left: 570px;
    	width: 162px;
	}
	#flat .schema_wrap.sectionb .links a:nth-child(6) {
		top: 285px;
    	height: 230px;
    	left: 408px;
    	width: 162px;
	}
	#flat .schema_wrap.sectionb .links a:nth-child(7) {
		top: 285px;
    	height: 230px;
    	left: 246px;
    	width: 162px;
	}
	#flat .schema_wrap.sectionb .links a:nth-child(8) {
		top: 285px;
    	height: 230px;
    	left: 84px;
    	width: 162px;
	}
	
	/************sectionc********/
	#flat .schema_wrap.sectionc  .colors {
		list-style: outside none none
	}
	
	#flat .schema_wrap.sectionc  .colors li {
		position: absolute;
		z-index: 1001
	}
	#flat .schema_wrap.sectionc .colors li:nth-child(1) {
		height: 368px;
    	width: 252px;
    	left: 0;
    	top: 52px;
	}
	#flat .schema_wrap.sectionc  .colors li:hover:nth-child(1){
		background: #51c4a2;
	}
	
	
	#flat .schema_wrap.sectionc .colors li:nth-child(2) {
		height: 184px;
    	left: 252px;
    	top: 38px;
    	width: 178px;
	}
	#flat .schema_wrap.sectionc .colors li:nth-child(3) {
		height: 170px;
    	left: 628px;
    	top: 52px;
    	width: 312px;
	}
	#flat .schema_wrap.sectionc .colors li:nth-child(4) {
		height: 240px;
    	left: 724px;
    	top: 180px;
    	width: 216px;
	}
	#flat .schema_wrap.sectionc  .colors li:nth-child(5) {
		top: 262px;
    	left: 588px;
    	height: 188px;
    	width: 136px;
	}
	#flat .schema_wrap.sectionc .colors li:nth-child(6) {
		top: 262px;
    	height: 188px;
    	left: 420px;
    	width: 168px;
	}
	#flat .schema_wrap.sectionc .colors li:nth-child(7) {
		top: 262px;
    	left: 253px;
    	width: 167px;
    	height: 188px;
	}
	#flat .schema_wrap.sectionc .colors li:nth-child(8) {
		top: 262px;
    	left: 78px;
    	width: 175px;
    	height: 188px;
	}
	#flat .schema_wrap.sectionc .colors li:nth-child(9) {
		top: 180px;
    	left: 724px;
    	width: 30px;
    	height: 42px;
	}
	
	#flat .schema_wrap.sectionc  .colors li.hover {
		background: #59b697;
	}
	#flat .schema_wrap.sectionc  .links {
		z-index: 300
	}
	#flat .schema_wrap.sectionc .links a:nth-child(1) {
		height: 368px;
    	width: 252px;
    	left: 0;
    	top: 52px;
	}
	#flat .schema_wrap.sectionc .links a:nth-child(2) {
		height: 184px;
    	left: 252px;
    	top: 38px;
    	width: 178px;
	}
	#flat .schema_wrap.sectionc .links a:nth-child(3) {
		height: 170px;
    	left: 628px;
    	top: 52px;
    	width: 312px;
	}
	#flat .schema_wrap.sectionc .links a:nth-child(4) {
		height: 240px;
    	left: 724px;
    	top: 180px;
    	width: 216px;
	}
	
	#flat .schema_wrap.sectionc .links a:nth-child(5) {
		top: 262px;
    	left: 588px;
    	height: 188px;
    	width: 136px;
	}
	
	#flat .schema_wrap.sectionc .links a:nth-child(6) {
		top: 262px;
    	height: 188px;
    	left: 420px;
    	width: 168px;
	}
	#flat .schema_wrap.sectionc .links a:nth-child(7) {
		top: 262px;
    	left: 253px;
    	width: 167px;
    	height: 188px;
	}
	#flat .schema_wrap.sectionc .links a:nth-child(8) {
		top: 262px;
    	left: 78px;
    	width: 175px;
    	height: 188px;
	}
	
	#flat .schema_wrap.sectionc .links a:nth-child(9) {
		top: 180px;
    	left: 724px;
    	width: 30px;
    	height: 42px;
	}
	
	
	
	/*конец секции с*/
}

.my-owl-content{
	text-align: center;
    border: 1px solid #ccc;
    margin: 5px;
    min-height: 380px;
}

.my-owl-content h5{
	font-size:120%;
	font-weight:bold;
}

.my-owl-content a{
	display:block;
	margin-bottom:20px;
}
.my-owl-desc{
	padding:0 10px 5px;
}

@media (min-width:320px) and (max-width:360px){
	#flat .schema_wrap.section0 {
		height: 90px !important;
		margin-bottom: 20px;
	}
	#flat .schema_wrap.sectiona {
		height: 160px !important;
		margin-bottom: 20px;
	}
	#flat .schema_wrap.sectionb {
		height: 170px !important;
		margin-bottom: 20px;
	}
	#flat .schema_wrap.sectionc {
		height: 150px !important;
		margin-bottom: 20px;
	}
}

@media (min-width:361px) and (max-width:480px){
	#flat .schema_wrap.section0 {
		height: 120px !important;
		margin-bottom: 20px;
	}
	
	#flat .schema_wrap.sectiona {
		height: 250px !important;
		margin-bottom: 20px;
	}
	#flat .schema_wrap.sectionb {
		height: 260px !important;
		margin-bottom: 20px;
	}
	#flat .schema_wrap.sectionc {
		height: 230px !important;
		margin-bottom: 20px;
	}
}

@media (min-width:481px) and (max-width:640px){
	#flat .schema_wrap.section0 {
		height: 160px !important;
		margin-bottom: 20px;
	}
	#flat .schema_wrap.sectiona {
		height: 330px !important;
		margin-bottom: 20px;
	}
	#flat .schema_wrap.sectionb {
		height: 350px !important;
		margin-bottom: 20px;
	}
	#flat .schema_wrap.sectionc {
		height: 310px !important;
		margin-bottom: 20px;
	}
}

@media (min-width:641px) and (max-width:767px){
	#flat .schema_wrap.section0 {
		height: 190px !important;
		margin-bottom: 20px;
	}
	#flat .schema_wrap.sectiona {
		height: 400px !important;
		margin-bottom: 20px;
	}
	#flat .schema_wrap.sectionb {
		height: 420px !important;
		margin-bottom: 20px;
	}
	#flat .schema_wrap.sectionc {
		height: 370px !important;
		margin-bottom: 20px;
	}
}


.video_content p{
	text-align: center;
}
.video_stream iframe{
	width: 100%;
	height: auto;
}
.akciya .modal-content{
	background-color: #fff !important;
	color: #555 !important;
	
}
.img-office{
	display: block;
	float: left;
	margin: 30px 0 50px 0;
}
.img-office img{
	width: 100%;
	border: 1px #555 solid;
}