input::-webkit-input-placeholder {
    opacity: 0.7;
}

input::-moz-placeholder {
    opacity: 0.7;
}

input:-moz-placeholder {
    opacity: 0.7;
}

input:-ms-input-placeholder {
    opacity: 0.7;
}

input:focus::-webkit-input-placeholder {
    opacity: 0;
}

input:focus::-moz-placeholder {
    opacity: 0;
}

input:focus:-moz-placeholder {
    opacity: 0;
}

input:focus:-ms-input-placeholder {
    opacity: 0;
}

textarea::-webkit-input-placeholder {
    opacity: 0.7;
}

textarea::-moz-placeholder {
    opacity: 0.7;
}

textarea:-moz-placeholder {
    opacity: 0.7;
}

textarea:-ms-input-placeholder {
    opacity: 0.7;
}

textarea:focus::-webkit-input-placeholder {
    opacity: 0;
}

textarea:focus::-moz-placeholder {
    opacity: 0;
}

textarea:focus:-moz-placeholder {
    opacity: 0;
}

textarea:focus:-ms-input-placeholder {
    opacity: 0;
}


.dspn {
    display: none !important;
}

.dspb {
    display: block !important;
}

.clrbth {
    clear: both;
}

body {
    line-height: 1;
    font-family: OpenSansBold;
    font-size: 14px;
}

h1, h2 {
    font-weight: normal
}

h1 {
    line-height: 1.1;
}

h3 {
    font-family: OpenSans;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 0.5rem;
}

/**AK.container-fluid {
  width: 950px;
  height: 100%;
  margin: auto;
/*  overflow: hidden;
  position: relative;
} **/

/** Some additional css for icons - AK **/
.text-original {
    font-size: 1rem;
}

.text-warning {
    color: orange;
}

.text-success {
    color: green;
}

.text-danger {
    color: red;
}

.text-white {
    color: #fff !important;
}

.mb-20 {
    margin-bottom: 20px;
}

.ico-mid {
    font-size: 30px;
}

.ico-big {
    font-size: 50px;
}

.text-center {
    text-align: center;
}

/* END */
.logo {
    max-height: 170px;
    max-width: 100%;
}

.topline {
    padding-top: 60px;
}

.textgal {
    font-family: PTSerif-Regular;
    font-size: 1.1rem;
    line-height: 1.25;
    padding: 2rem;
    display: table;
    height: 100%;
    width: 100%;
}

.white {
    color: white;
}

.textgal div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.text-1 {
    padding-bottom: 0.5rem;
    font-family: OpenSans;
    font-size: 1.2rem;
    line-height: 1.3;
}

.text-2 {
    font-family: OpenSans;
    font-size: 21px;
    line-height: 1.5;
    padding-bottom: 5px;
    padding-top: 1rem;
}

.infratextimg {
    position: absolute;
    bottom: 0;
    margin-right: 15px;
    padding: 30px;
    color: white;
    background: linear-gradient(0deg, #333, #eee0);
    width: calc(100% - 30px);
}

.infratext {
    position: absolute;
    bottom: 0;
}

.phonename {
    margin-bottom: 10px;
}

.cobe9a6c {
    color: #228b22;
}

.hs-logo {
    float: left;
}

.hs-logo img {
    max-height: 60px;
    margin-top: 10px;
}

#top_logo {
    text-align: center;
}

.callorder {
    text-align: right;
}

.infraimg img {
    width: 100%; height: 100%;
}

.infraimg {
    background-size: cover !important;
}


.filtr div.submitDiv {
    padding-bottom: 35px;
    padding-top: 30px;
    width: auto;
}

.filtr.short div.submitDiv {
    padding-top: 0px;
}

.filtr .submit {
    background-image: url("../img/lupa.png");
    background-position: 30px 17px;
    background-repeat: no-repeat;
    border: medium none;
    border-radius: 40px;
    box-sizing: border-box;
    color: #ffffff;
    font-family: OpenSansBold;
    font-size: 11px;
    padding: 15px 30px;
    height: auto;
    opacity: 1;
    /*padding-left: 5px;*/
    text-transform: uppercase;
    word-wrap: break-word;
    min-width: 225px;
    transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    cursor: pointer;
    white-space: normal;
}

.filtr .submit:hover {
    opacity: 0.8;
}

.resetBtn {
    color: #bdbdbd;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    font-weight: lighter;
    text-decoration: dashed;
    border-radius: 0 0 5px 5px;
    font-size: 11px;
    padding: 0px 15px 5px 15px;
    top: 2px;
}

.resetBtn span {
    border-bottom: 1px dashed #bdbdbd;
}

.resetBtn:hover {
    color: #000;
}

.shahmatkaup p {
    position: absolute;
    padding-top: 20px;
    padding-left: 17px;
}

/*--  block1  --*/

.block1 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover !important;
    position: relative;
}

.bl1bl1 {
    display: table;
    width: 100%;
}

.bl1bl1 > div {
    float: left;
}

.bl1bl1bl1, .bl1bl1bl3 {
    padding-top: 60px;
}

.but1 {
    background-image: url("../img/block1/but1.png");
    background-position: 20px center;
    background-repeat: no-repeat;
    padding: 9px 20px 10px 40px;
}

.but1 a {
    color: #fff;
}

.but {
    border: 1px solid #fff;
    border-radius: 35px;
    color: #fff;
    /* display: block; */
    font-family: OpenSansBold;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding-bottom: 11px;
    padding-top: 10px;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    min-width: 200px;
}

.but:hover {
    color: #fff;
}

.but2b {
    width: 296px;
}

.but-2 {
    border-radius: 35px;
    display: table;
    font-family: OpenSansBold;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding-bottom: 11px;
    padding-top: 10px;
    cursor: pointer;
    background-color: #cc9b5c;
    border: 1px solid #cc9b5c;
    color: #fff;
}

.but-2:hover {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    color: #fff;
}


.bl1bl1bl2 {
    padding-top: 25px;
    text-align: center;
    width: 590px;
}

.but2 {
    padding: 10px;
}

.but2 a {
    color: #fff;
}

.but2:hover {
    background-color: #288924;
}

.bl1bl2 {
    display: table;
    height: 405px;
    width: 100%;
}

.bl1bl2b {
    display: table-cell;
    vertical-align: middle;
}

.bl1bl2bl2 {
    display: table;
    margin: 2rem auto 0 auto;
}

.bl1bl2bl1 {
    color: #ffffff;
    font-family: GothamPro;
    font-size: 50px;
    line-height: 54px;
    padding-bottom: 15px;
    text-align: center;
    text-shadow: 0 0 0.7rem black;
}

.bl1bl2bl2 > a {
    float: left;
    margin: 0 9px;
}

.but3 {
    background-image: url("../img/block1/but3.png");
    background-position: 48px center;
    background-repeat: no-repeat;
    font-size: 13px;
    padding: 15px 0 16px 80px;
    text-align: left;
    width: 214px;
}

.but4, .but5 {
    padding: 13px 20px 14px;
    font-size: 13px;
    background: rgba(255, 255, 255, 0.64);
}

.gall img {
    width: 100%;
}

.bl1bl3bl1 {
    float: left;
    width: 33.3%;
}

.bl1bl3 {
    border-bottom: 1px solid #85888b;
    padding-bottom: 15px;
    padding-top: 20px;
}

.bl1bl3bl1bl1 {
    color: #fff;
}

.bl1bl3bl1bl1 h3 {
    font-size: 1em;
}

.bl1bl3bl1bl2 {
    color: #fff;
    font-family: GothamPro;
    font-size: 36px;
    padding-bottom: 8px;
    padding-top: 5px;
}

.href1 {
    border-bottom: 1px dashed #333;
    color: #333;
    font-family: OpenSans;
    font-size: 14px;
    text-decoration: none;
}

.href1:hover {
    color: #000;
}

.litle_h1 {
    font-size: 1.6rem;
}

.textdesc {
    font-family: OpenSans;
    font-size: 18px;
    line-height: 160%;
}

.textdesc ul li {
    list-style: upper-roman;
    padding-left: 0.5rem;
    padding-top: 10px;
}

.textdesc h3 {
    font-family: GothamPro;
    font-size: 20px;
    margin-top: 1.5rem;
}

.textdesc ul {
    padding-left: 2rem;
}

.textdesc p {
    padding-top: 0.5rem;
    padding-bottom: 0.2rem;
}

.textdesc img {
    max-width: 100%;
    height: auto !important;
}

.textdesc blockquote {
    border-left: 4px solid #eee;
    font-style: italic;
    padding: 1rem 2rem;
    font-size: 1.4rem;
    line-height: 1.5;
}

.bl1bl4 {
    display: table;
    width: 100%;
}

.bl1bl4bl1 {
    color: #fff;
    float: left;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-right: 40px;
    line-height: 160%;
    font-size: 1rem;
    font-family: OpenSans;
}

.bl1bl4bl2 {
    float: left;
    padding-top: 30px;
}


.block1f {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    position: absolute;
    bottom: 0;
}

.blockform form .submit {
    margin-top: 16px;
}


/*-- end block1  --*/

/*--  block2  --*/

.zag {
    font-family: GothamPro;
    font-size: 36px;
    padding-bottom: 30px;
    padding-top: 50px;
}

.color {
    color: #ff111a;
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 7px;
}

.block2 .container-fluid {
    overflow: inherit;
}

/**.block2bl {
    display: flex;
    padding-bottom: 90px;
    width: 100%;
}**/
.block2bl > div.block2bl1 {
    margin-left: -20px;
    padding-left: 20px;
    width: 290px;
}

.block2bl > div:nth-child(4) {
    margin-left: 0;
}

.block2bl > div {
    float: left;
    margin-right: 35px;
    padding-bottom: 30px;
    width: 290px;
}

.block2bl > div .img {
    height: 50px;
    padding-bottom: 15px;
    padding-top: 20px;
}

.preim {
    padding: 2rem 1rem;
}

.preim h3 {
    font-size: 1.1rem;
}

.preim .img {
    margin-bottom: 0.5rem;
}

.text1 {
    color: #000;
    font-size: 15px;
}

.text2 {
    color: #000;
    font-family: OpenSans;
    font-size: 17px;
    line-height: 1.4;
}

.block2bl3bl1 {
    font-family: PTSerif-Regular;
    font-size: 24px;
    line-height: 25px;
    padding-bottom: 5px;
    padding-top: 55px;
    color: #000000;
}

.block2bl3bl2 {
    font-family: PTSerif-Regular;
    font-size: 24px;
    line-height: 25px;
}


/*-- end block2  --*/

/*--  block3  --*/

.block3 .container-fluid {
    overflow: inherit;
}

.block3body {
    background-color: #d3e8d3;
    padding: 50px 45px 80px;
    margin-top: 50px;
}

.block3bl1 {
    display: table;
    width: 100%;
}

.block3bl3 {
    text-align: center;
    padding-top: 10px;
}

.block3bl1bl1 {
    color: #000000;
    float: left;
    font-family: GothamPro;
    font-size: 36px;
    padding-bottom: 20px;
    padding-left: 5px;
}

.gallery {
    display: table;
    float: right;
    padding-right: 5px;
    padding-top: 20px;
}

.gallery > a {
    margin-left: 25px;
}

.gallery > a.activegal {
    background-color: #228b22;
    color: #fff;
    padding: 0 10px;
}

.block3bl2 {
    display: table;
    width: 100%;
}

.block3bl2 > div {
    margin: 5px;
}

.block3bl2 > div.img1 {
    height: 220px;
    overflow: hidden;
    width: 630px;
}

.block3bl2 > div.img2 {
    height: 220px;
    overflow: hidden;
    width: 310px;
}

.block3bl2 > div.img3 {
    height: 130px;
    overflow: hidden;
    width: 182px;
}

.block3bl2 > div.text {
    display: table;
    height: 220px;
    overflow: hidden;
    width: 310px;
    color: #fff;
}

.block3bl2 > div.text1 {
    color: #000;
    overflow: hidden;
    width: 306px;
}

.block3bl2 > div > div {
    display: table-cell;
    font-family: PTSerif-Regular;
    font-size: 20px;
    padding: 0 22px;
    text-align: center;
    vertical-align: middle;
}

.block3bl2 > div a::after {
    border: 2px solid #ff111b;
    content: "";
    height: calc(100% - 4px);
    left: 0;
    position: absolute;
    top: 0;
    width: calc(100% - 4px);
    z-index: 2;
    opacity: 0;
}

.block3bl2 > div a:hover::after {
    opacity: 1;
}

.block3bl2 > div a {
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
}

.block3bl3 > .but4.but {
    margin: 30px auto 0;
}

.block3bl3 > .but4.but:hover {
    color: #fff;
}

.block3 {
    padding-bottom: 95px;
}


/*-- end block3  --*/

/*--  block4  --*/

.block4 {
    background-color: #f7f7f7;
    padding-bottom: 100px;
    padding-top: 50px;
}

.blockform {
    background-image: url("../img/block4/formbl4.jpg");
    color: #fff;
}

.layerform .form {
    padding: 3rem;
}

.blockform .text1::after {
    background-color: #228b22;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: 0;
    width: 400px;
}

.blockform .text1 {
    font-family: GothamPro;
    font-size: 36px;
    padding-bottom: 20px;
    padding-top: 25px;
    position: relative;
    color: #fff;
}

.blockform .text2 {
    font-family: GothamPro;
    font-size: 50px;
    color: #fff;
}

.blockform .text3 {
    font-family: GothamPro;
    font-size: 36px;
    padding-bottom: 40px;
    padding-top: 125px;
}

.blockform form div label {
    display: block;
    font-family: OpenSans;
    padding-bottom: 5px;
}

.blockform form div .inp {
    clear: both;
}

.inp {
    background-color: #fff;
    border: 1px solid #eaeaea;
    color: #000000;
    display: block;
    font-family: OpenSans;
    font-size: 14px;
    height: 45px;
    padding: 0 15px;
    width: 99%;
}

/** .blockplanirovkibl1 {
    display: table;
    height: 65px;
    width: 100%;
} **/

.plantext {
    color: #000000;
    float: left;
    font-family: GothamPro;
    font-size: 36px;
    padding-bottom: 1rem;
}

.blockplanirovkibl1 .right {
    float: right;
    padding-top: 15px;
}

.blockplanirovkibl1 .knopperekl {
    float: left;
}


/**.knopperekl .shahmatka::after {
    background-image: url("../img/shamatka.png");
    background-position: center top;
    height: 16px;
    left: 20px;
    top: 7px;
    width: 16px;
}

/**.knopperekl .spisok::after {
    background-color: #be9a6c;
    -webkit-mask: url(../img/spisok.svg) no-repeat 0 0;
    background-position: center bottom;
    height: 13px;
    left: 20px;
    top: 9px;
    width: 16px;
}**/
/**
.knopperekl .active .spisok ::after {
background-color: #fff !important;}
.knopperekl div::after {
    content: "";
    position: absolute;
}**/
.knopperekl div {
    /**background-repeat: no-repeat;
    color: #228b22;
    font-size: 13px;**/
    margin-right: 10px;
    padding: 5px 10px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    float: left;
    cursor: pointer;
}

.knopperekl div.active, .knopperekl div:hover {
    color: #fff;
}

.knopperekl div.active {
    border: 1px dotted #fff;
}

.knopperekl .active.spisok:after, .knopperekl .spisok:hover:after {
    background-position: center top;
}

.knopperekl .active.shahmatka:after, .knopperekl .shahmatka:hover:after {
    background-position: center bottom;
}

.variant > div {
    display: table;
    width: 100%;
}

#spisok .filtr {
    background-color: #ffffff;
    margin-left: -10px;
    margin-right: 30px;
    padding: 15px;
}

#spisok .filtr .text1 {
    color: #000000;
    font-family: OpenSans;
    font-size: 18px;
    margin-bottom: 30px;
    padding-bottom: 5px;
}

#spisok .filtr .text2 {
    color: #000000;
    font-family: OpenSans;
    font-size: 15px;
    padding-bottom: 10px;
    padding-top: 15px;
}

input[type="checkbox"] {
    vertical-align: top;
    margin: 0 3px 0 0;
    width: 17px;
    height: 17px;
}

input[type="checkbox"] + label {
    border-radius: 75px;
    cursor: pointer;
    display: block;
    font-size: 14px;
    padding-bottom: 15px;
    padding-top: 14px;
    text-align: center;
    width: 81px;
}

input[type="checkbox"] + label:hover {
    border: 1px solid #ff111a;
    color: #ff111a;
}

input[type="checkbox"]:not(checked) {
    position: absolute;
    opacity: 0;
}

input[type="checkbox"]:not(checked) + label {
    position: relative;
}

input[type="checkbox"]:checked + label {
    color: #fff;
}

.sekcii > div > div:nth-child(3n) {
    margin-right: 0;
}

.sekcii > div {
    display: table;
    padding-bottom: 5px;
    width: 100%;
}

.sekcii > div > div {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
}

.sekcii {
    padding-bottom: 15px;
}

.komnata > div {
    display: table;
    width: 100%;
}

.komnata > div > div:last-child {
    margin-right: 0;
}

.komnata > div > div {
    float: left;
    margin-right: 5px;
}

.komnata input[type="checkbox"] + label {
    width: 45px;
}

.plosh {
    display: table;
    padding-bottom: 10px;
}

.plosh .inpf {
    border: 1px solid #e7e7e7;
    box-sizing: border-box;
    color: #000;
    float: left;
    font-family: OpenSans;
    font-size: 14px;
    height: 45px;
    padding: 0 15px;
    width: 45%;
}

.stoimost .inpf {
    border: 1px solid #e7e7e7;
    box-sizing: border-box;
    color: #000;
    font-family: OpenSans;
    font-size: 14px;
    height: 45px;
    margin-right: 10px;
    padding: 0 15px;
    width: 100%;
}

.plosh .inpf:last-child {
    margin-right: 0;
}

.spisokbody {
    float: left;
    width: calc(100% - 320px);
}

.sortbut {
    border-bottom: 1px solid #228b22;
    display: table;
    margin: 25px 0 25px 20px;
    padding-bottom: 10px;
    width: auto;
}

.sortbut > div {
    cursor: pointer;
    float: left;
    margin-right: 35px;
    position: relative;
}

.sortbut > a#izbranoe {
    float: right;
    margin-right: 0;
}

#sortspisokbody li {
    background-color: #fff;
    border: 1px solid #e7e7e7;
    display: block;
    height: 60px;
    margin-bottom: 10px;
}

#sortspisokbody li div {
    color: #000;
    float: left;
    padding-top: 23px;
    text-align: center;
}

#sortspisokbody li div:nth-child(1) {
    width: 95px;
}

#sortspisokbody li div:nth-child(2) {
    width: 50px;
}

#sortspisokbody li div:nth-child(3) {
    width: 100px;
}

#sortspisokbody li div:nth-child(4) {
    width: 65px;
}

#sortspisokbody li div:nth-child(5) {
    width: 140px;
}

#sortspisokbody li div:nth-child(6) {
    width: 60px;
}

#sortspisokbody li div:nth-child(7) {
    width: 68px;
}

/**
.blockplanirovki {
    margin: 0 auto;
    width: 950px;
}
**/

.sortbut > div#filtrspis2 {
    margin-right: 22px;
}

.sortbut > div#filtrspis3 {
    margin-right: 25px;
}

.sortbut > div#filtrspis4 {
    margin-right: 20px;
}

.izbrn {
    -webkit-mask: url("../img/zvezda.svg") no-repeat 0px 0px;
    background-color: #be9a6c;
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    margin: -4px auto 0;
    width: 20px;
}

.izbrn:hover {
    background-position: left center;
    background-color: #ff111a;
}

.izbrn.active {
    background-position: left center;
    -webkit-mask: url("../img/sss.svg") no-repeat 0px 0px;
    background-color: #ff111a;
}

.openkomnat:hover {
    opacity: 0.4;
}

.openkomnat {
    background-color: #be9a6c;
    -webkit-mask: url(../img/str.svg) no-repeat 0px 0px;
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    width: 20px;
    opacity: 1;
    transition: opacity 0.2s ease 0s;
    -webkit-transition: opacity 0.2s ease 0s;
    -o-transition: opacity 0.2s ease 0s;
    -moz-transition: opacity 0.2s ease 0s;

}

.sortbut > div.active::after {
    display: block;
}

.sortbut > div::after {
    background-color: #bfa06b;
    -webkit-mask: url(../img/up.svg) no-repeat 0px 0px;
    content: "";
    height: 7px;
    position: absolute;
    right: -10px;
    top: 5px;
    width: 7px;
    display: none;
}

.sortbut > div.asc::after {
    -webkit-mask: url(../img/down.svg) no-repeat 0px 0px;
}

#spisok .but4.but {
    border: 1px solid #228b22;
    color: #228b22;
    float: right;
    margin: 30px auto 0;
}

#spisok .but4.but:hover {
    color: #fff;
}

.variant > div#shahmatka .filtr {
    background-color: #fff;
    box-shadow: 0 15px 25px #cdcbcb;
    height: 150px;
    width: 100%;
}

.variant > div#shahmatka .filtr form {
    display: table;
    padding: 25px 15px 0;
    width: 100%;
}

.variant > div#shahmatka .filtr form > div .text2 {
    color: #000;
    font-family: OpenSans;
    font-size: 14px;
    padding-bottom: 10px;
}

.variant > div#shahmatka .filtr form > div .komnata input[type="checkbox"] + label {
    box-sizing: border-box;
    height: 35px;
    padding-bottom: 0;
    padding-top: 9px;
    width: 35px;
}

.variant > div#shahmatka .filtr form > div .komnata {
    padding-top: 5px;
}

.variant > div#shahmatka .filtr form > div {
    float: left;
    padding-right: 25px;
}

.variant > div#shahmatka .filtr form > div .plosh .inpf {
    width: 110px;
}

.variant > div#shahmatka .filtr form > div .stoimost .inpf {
    width: 240px;
}

#shahmatka .filtr .submit {
    box-shadow: 0 5px 25px #ece1d4;
    margin-left: -12px;
    margin-top: 20px;
    padding-left: 30px;
    width: 180px;
}

.shahmatkabody {
    display: table;
    padding-top: 35px;
    position: relative;
    width: 100%;
}

.shahmatkaup {
    display: table;
    padding-bottom: 20px;
    width: 100%;
}

.shahmatkabodyetaj::after {
    background-image: url("../img/up.png");
    background-repeat: no-repeat;
    content: "";
    height: 7px;
    position: absolute;
    right: -10px;
    top: 5px;
    width: 7px;
}

.shahmatkabodyetaj {
    float: left;
    position: relative;
}

.shahmatkaup > div {
    display: table;
    margin: 0 auto;
}

.shahmatkaup > div a {
    border: 1px solid #228b22;
    color: #228b22;
    float: left;
    font-family: OpenSansBold;
    font-size: 13px;
    margin: 0 5px;
    padding: 5px 8px 7px;
    text-decoration: none;
}

.shahmatkaup > div a:hover, .shahmatkaup > div a.active {
    background-color: #228b22;
    color: #fff;
}

.shahmatkabodyetaj {
    float: left;
    margin-left: 20px;
    margin-top: 7px;
    position: relative;
}

.shahmatkablock {
    display: table;
    width: 100%;
}

.shahmatetaj {
    float: left;
    margin-right: 10px;
    width: 75px;
}

.shahmatetaj .etaj {
    border: 1px solid #e7e7e7;
    font-family: PTSerif-Regular;
    font-size: 24px;
    margin-bottom: 10px;
    min-height: 41px;
    padding-top: 17px;
    text-align: center;
}

.shahmat {
    float: left;
    width: calc(100% - 85px);
}


.shahmatetaj .etaj span::after {
    background-color: #228b22;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    top: 0;
    width: 10px;
}

.shahmatetaj .etaj span {
    display: block;
    margin-top: 20px;
    padding-bottom: 19px;
    padding-top: 20px;
    position: relative;
}

.shahmat > div {
    display: table;
    margin-bottom: 10px;
    width: 100%;
}

.shahmat > div > div:hover {
    background-color: #228b22;
    color: #fff;
}

.shahmat > div > div.sell:hover {
    background-color: rgba(0, 0, 0, 0);
}

.shahmat > div > div {
    background-color: #fff;
    border: 1px solid #e7e7e7;
    color: #000;
    cursor: pointer;
    display: table;
    float: left;
    font-size: 15px;
    height: 58px;
    margin-right: 10px;
    position: relative;
    text-align: center;
}

.shahmat > div > div > span {
    display: table-cell;
    vertical-align: middle;
}

.shahmat > div > div.penh {
    height: 124px;
    width: 160px;
}

.shahmat > div > div.sell {
    background-color: rgba(0, 0, 0, 0);
}

.shahmat > div > div.mogok {
    width: 30px;
    cursor: default !important;
}

.shahmat > div > div.malok {
    width: 30px;
}

.shahmat > div > div.mogok6 {
    width: 246px;
}

.shahmat > div > div.sellall {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #000;
    width: 848px;
}

.shahmatkabody .but4.but {
    border: 1px solid #228b22;
    color: #228b22;
    margin: 30px auto 0;
}

.shahmatkabody .but4.but:hover {
    color: #fff;
}

.shadowblock {
    bottom: 80px;
    box-shadow: 0 -45px 15px #f7f7f7 inset;
    height: 45px;
    position: absolute;
    width: 100%;
}

.shahmat > div > div .info {
    background-color: #d3e8d3;
    display: none;
    height: 120px;
    left: 0;
    padding: 0 20px;
    position: absolute;
    top: -130px;
    width: 250px;
    z-index: 11;
}

.info > div {
    color: #000;
    float: left;
    font-family: OpenSans;
    font-size: 15px;
    padding-top: 25px;
    text-align: left;
}

.info > div span {
    display: block;
    padding-bottom: 10px;
}

.info > div.info1 {
    width: 90px;
}

.info > div.info2 {
    width: 135px;
}

.info > div.info3 > a.izbrn {
    margin-bottom: 36px;
}

.info > div.info3 .openkomnat {
    width: 10px;
}

.shahmat > div > div .info::after {
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-top: 13px solid #d3e8d3;
    bottom: -11px;
    content: "";
    left: 15px;
    position: absolute;
}

.shahmat > div > div:hover .info {
    display: table;
}

.shahmat > div > div .info::before {
    bottom: -10px;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    width: 100%;
}


/*-- end block4  --*/


/*--  block5  --*/

.block5bl1, .block5bl2, .block5bl3, .block5bl4 {
    display: table;
    width: 100%;
}

.block5bl1 .img {
    float: left;
    height: 400px;
    overflow: hidden;
    width: 625px;
}

.block5bl1 .text {
    float: left;
    margin-left: 30px;
    width: calc(100% - 655px);
}

.block5bl1 .text1, .block5bl2 .text1, .block5bl3 .text1 {
    color: #000000;
    font-family: OpenSans;
    font-size: 15px;
    line-height: 18px;
}

.block5bl1 .text1 a, .block5bl2 .text1 a, .block5bl3 .text1 a {
    color: #228b22;
    display: table;
    font-family: OpenSansBold;
    margin-bottom: 5px;
    text-decoration: underline;
}

.block5bl1 .text1 a:hover, .block5bl2 .text1 a:hover, .block5bl3 .text1 a:hover {
    text-decoration: none;
}

.block5bl1 .text .text2 {
    color: #000;
    font-family: PTSerif-Regular;
    font-size: 24px;
    padding-top: 95px;
}

.block5bl1 .text .text2 span {
    color: #228b22;
    display: block;
    padding-top: 5px;
}

.block5bl2 {
    display: table;
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
}

.block5bl2bl1 {
    float: left;
    margin-right: 30px;
    width: 296px;
}

.block5bl2bl1img {
    height: 276px;
    margin-bottom: 10px;
    position: relative;
    width: 296px;
}

.block5bl2bl1img > div {
    background-color: #228b22;
    color: #fff;
    font-size: 13px;
    left: 10px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-top: 8px;
    position: absolute;
    text-transform: uppercase;
    top: 10px;
    width: 140px;
}

.block5bl2bl2 {
    float: left;
    position: relative;
    width: calc(100% - 326px);
}

.block5bl2bl2 .text1 {
    bottom: 30px;
    color: #fff;
    left: 20px;
    position: absolute;
    background: rgba(34, 139, 34, 0.38);
    width: 92%;
    padding: 1%;
}

.block5bl2bl2 .text1 a {
    color: #fff;
}

.block5bl3 {
    display: table;
    width: 100%;
}

.block5bl3bl:last-child {
    margin-right: 0;
}

.block5bl3bl {
    float: left;
    margin-right: 30px;
    width: calc(33.3% - 20px);
}

.block5bl3bl .img {
    padding-bottom: 10px;
}

.block5bl4 {
    padding-bottom: 100px;
    padding-top: 30px;
}

.block5bl4 .but {
    border: 1px solid #228b22;
    color: #228b22;
    margin: 0 auto;
    width: 99%;
}

.block5bl4 .but:hover {
    color: #fff;
}


/*-- end block5  --*/

/*--  block6  --*/

.block6 .container-fluid {
    background-color: #f7f7f7;
    padding: 50px 50px 55px;
}

.bl6zag {
    font-family: GothamPro;
    font-size: 36px;
    padding-bottom: 25px;
}


.bl6zag > span a.act {
    background-color: #228b22;
    border: medium none;
    border-radius: 45px;
    color: #fff;
    line-height: 60px;
    width: 60px;
}

.bl6zag > span a {
    cursor: pointer;
    display: inline-block;
    font-family: GothamPro;
    font-size: 36px;
    line-height: 45px;
    margin: 0 5px;
    text-align: center;
    width: 60px;
}

.bl6ss {
    display: table;
    width: 100%;
}

.bl6ss > div {
    float: left;
    padding-bottom: 20px;
    width: 25%;
}

.bl6ss > div .href1 {
    border: medium none;
    display: table;
    cursor: pointer;
}

.bl6ss > div .href1 .bl6ssn {
    border: 1px solid #228b22;
    border-radius: 35px;
    color: #228b22;
    float: left;
    font-family: OpenSansBold;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
}

.href2 {
    font-family: OpenSans;
    font-size: 24px;
    margin-bottom: 0;
}

.bl6ss > div .href1:hover .bl6ssn, .bl6ss > div .href1.active .bl6ssn {
    border-bottom: 1px dashed #919191;
    color: #fbff00;
}

.bl6ss > div .href1 .bl6sst {
    display: table;
    float: left;
    font-family: OpenSans;
    font-size: 15px;
    height: 50px;
    margin-left: 15px;
    max-width: 150px;
}

.bl6ss > div .href1 .bl6sst > span {
    display: table-cell;
    vertical-align: middle;
}

.bl6ss > div .href1 .bl6sst > span > span {
    border-bottom: 1px dashed #228b22;
}

.bl6ss > div .href1 .bl6sst > span > span:hover {
    border-bottom: 1px dashed #ff111a;
}

.bl6ss > div .href1.active .bl6sst > span > span {
    border-bottom: none;
    color: #000000;
}

.bl6map {
    height: 400px;
    margin-top: 10px;
}


/*-- end block6  --*/

/*--  block7  --*/

.block7 {
    padding: 100px 0;
}


.block7body {
    background-image: url("../img/block7/block7-fon.jpg");
    background-repeat: no-repeat;
    box-shadow: 0 20px 40px #dfdfdf;
    height: 500px;
    margin-left: -50px;
    margin-right: -50px;
    width: 1050px;
}

.block7bl1 {
    color: #fff;
    font-family: GothamPro;
    font-size: 36px;
    padding-bottom: 10px;
    padding-left: 50px;
    padding-top: 40px;
}

.block7bl1 .href1 {
    font-family: GothamPro;
    font-size: 36px;
}

.block7bl2 {
    color: #ffffff;
    font-family: OpenSans;
    font-size: 15px;
    padding-left: 50px;
    padding-top: 5px;
}

.block7bl3 {
    display: table;
    padding: 30px 50px 40px;
    width: calc(100% - 100px);
}

.block7bl3 > div:nth-child(2) {
    margin: 0 30px;
}

.block7bl3 > div {
    border: 1px solid #fff;
    float: left;
    height: 175px;
    width: 293px;
}

.block7bl3bl1 {
    color: #fff;
    font-family: GothamPro;
    font-size: 50px;
    padding-bottom: 70px;
    padding-left: 20px;
    padding-top: 15px;
}

.block7bl3bl2 {
    color: #ffffff;
    font-size: 15px;
    padding-left: 20px;
}

.block7bl3 > div.act {
    background-color: #228b22;
    border: 1px solid #228b22;
}

.block7bl4 {
    display: table;
    padding: 0 50px;
    width: calc(100% - 100px);
}

.block7bl4 a {
    float: left;
}

.block7bl4 a:nth-child(2) {
    margin-left: 30px;
}

.block7bl4 a.href1 {
    float: right;
}


.block7bl4 a.href1 {
    border-bottom: 1px dashed #fff;
    color: #fff;
    float: right;
    font-family: OpenSansBold;
    font-size: 15px;
    margin-top: 14px;
    padding-bottom: 2px;
}

.block7bl4 a.href1:hover {
    border-bottom: 1px dashed #228b22;
    color: #228b22;
}


/*-- end block7  --*/

/*--  block8  --*/

.block8 {
    background-color: #f7f7f7;
    padding-bottom: 95px;
    padding-top: 55px;
}

.block8bl1 {
    border-bottom: 1px solid #c6c6c6;
    color: #000000;
    font-size: 36px;
    margin-bottom: 25px;
    padding-bottom: 18px;
}

.block8bl2 {
    display: table;
    width: 100%;
}

.block8bl2bl1 {
    float: left;
    margin-right: 40px;
    width: 600px;
}

.block8bl2bl2 {
    float: left;
    width: calc(100% - 640px);
}

.block8bl2bl1bl1 {
    display: table;
    padding-bottom: 20px;
    width: 100%;
}

.block8bl2bl1bl1 .img {
    box-shadow: 0 0 12px #e2e2e2;
    float: left;
    margin-right: 15px;
    width: 70px;
}

.block8bl2bl1bl1 .text {
    float: left;
    width: calc(100% - 85px);
}

.block8bl2bl1bl1 .text .text1 .href1 {
    border: medium none;
    font-size: 15px;
    text-decoration: underline;
}

.block8bl2bl1bl1 .text .text2 {
    color: #000000;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
    min-height: 55px;
}

.block8bl2bl1bl1 .text .text3 {
    color: #858585;
    font-family: OpenSans;
}

.block8bl2bl1bl1 .text .text1 {
    padding-bottom: 5px;
}

.block8bl2bl2 {
    color: #000000;
    float: left;
    font-family: PTSerif-Regular;
    font-size: 24px;
    line-height: 28px;
    width: calc(100% - 640px);
}

.block8 .block5bl4 {
    padding-top: 15px;
    padding-bottom: 0;
}


/*-- end block8 --*/

/*-- block9 --*/
.bl9text {
    color: #000000;
    font-family: OpenSans;
    font-size: 14px;
    padding-bottom: 95px;
    padding-top: 5px;
}

.video {
    box-shadow: 0 10px 40px #dfdfdf;
    height: 515px;
}

.video a {
    opacity: 1;
    transition: opacity 0.2s ease 0s;
    -webkit-transition: opacity 0.2s ease 0s;
    -o-transition: opacity 0.2s ease 0s;
    -moz-transition: opacity 0.2s ease 0s;
}

.video a:hover {
    opacity: 0.8;
}


/*-- end block9 --*/
/*-- block10 --*/

.block10 {
    background-color: #f7f7f7;
    padding-bottom: 95px;
    padding-top: 55px;
}

.hodstroikabl1::after {
    background-color: #228b22;
    content: "";
    height: 35px;
    position: absolute;
    right: 0;
    top: 10px;
    width: 1px;
}

.hodstroikabl1 {
    color: #000000;
    display: table;
    font-family: GothamPro;
    font-size: 36px;
    padding-bottom: 25px;
    position: relative;
    width: 100%;
}

.hodstroikabl1 > span {
    float: right;
    font-size: 18px;
    padding-right: 10px;
    padding-top: 10px;
}

.hodstroikabl2 {
    background-color: #d3e8d3;
    box-shadow: 0 10px 20px #e5dbce;
    height: 40px;
    margin-bottom: 35px;
}

.hodstroikabl2 > div {
    background-color: #228b22;
    display: block;
    height: 40px;
}

.hodstroikabl2 > div span {
    color: #fff;
    float: right;
    font-family: GothamPro;
    font-size: 18px;
    line-height: 40px;
    padding-right: 10px;
}

.hodstroikabl3bl1 {
    display: table;
    padding-bottom: 30px;
    width: 100%;
}

.hodstroikabl3bl1bl1 {
    float: left;
    padding-right: 30px;
    position: relative;
    width: 623px;
}

.hodstroikabl3bl1bl1 > div {
    background-color: rgba(34, 139, 34, 0.95);
    bottom: 20px;
    color: #fff;
    display: table;
    font-family: OpenSansBold;
    font-size: 24px;
    left: 0;
    padding: 15px 0;
    position: absolute;
    text-align: center;
    width: 85px;
}

.hodstroikabl3bl1bl2 {
    float: left;
    width: calc(100% - 653px);
}

.hodstroikabl3bl1bl2bl1 {
    color: #000000;
    font-family: OpenSans;
    font-size: 15px;
    height: 140px;
    line-height: 17px;
    margin-bottom: 10px;
    overflow: hidden;
}

.hodstroikabl3bl1bl2bl1 > a {
    border-bottom: 1px solid rgba(34, 139, 34, 0.32);
    color: #228b22;
    display: table;
    font-family: OpenSansBold;
    font-size: 15px;
    margin-bottom: 8px;
    padding-bottom: 2px;
    text-decoration: none;
}

.hodstroikabl3bl1bl2bl1 > a:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.hodstroikabl3bl1bl2bl2 p {
    color: #000000;
    font-family: OpenSans;
    font-size: 15px;
    line-height: 18px;
    padding-left: 15px;
    padding-top: 10px;
}

.hodstroikabl3bl1bl2bl2 > div {
    font-size: 15px;
    text-transform: uppercase;
}

.hodstroikabl3bl2 {
    display: table;
    width: 100%;
}

.hodstroikabl3bl2 > div:nth-child(2) {
    margin: 0 32px;
}

.hodstroikabl3bl2 > div {
    float: left;
    width: 295px;
}

.hodstroikabl3bl2 .img {
    height: 275px;
    overflow: hidden;
    width: 295px;
}

.hodstroikabl3bl2 .img img {
    height: auto;
    width: 100%;
}

.hodstroikabl3bl2 .img {
    height: 275px;
    overflow: hidden;
    position: relative;
    width: 295px;
}

.hodstroikabl3bl2 .img div {
    background-color: rgba(34, 139, 34, 0.95);
    bottom: 20px;
    color: #fff;
    display: table;
    font-family: OpenSansBold;
    font-size: 24px;
    left: 0;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    width: 90px;
}

.hodstroikabl3bl2 .text1 {
    border-bottom: 1px solid rgba(34, 139, 34, 0.32);
    color: #228b22;
    display: table;
    font-family: OpenSansBold;
    font-size: 15px;
    margin-bottom: 8px;
    text-decoration: none;
    padding: 10px 0 2px;
}

.hodstroikabl3bl2 .text1:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.hodstroikabl3bl2 .text2 {
    font-family: OpenSans;
    font-size: 15px;
    line-height: 18px;
}

.hodstroika .block5bl4 {
    padding-bottom: 90px;
}

.bl10rek {
    box-shadow: 0 10px 40px #dfdfdf;
    height: 500px;
    overflow: hidden;
}


/*-- end block10 --*/

/*-- footer --*/

.footer {
    background-image: url("../img/foot.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.layertop {
    background-color: rgba(0, 0, 0, 0.3);
    min-height: 800px;
    height: 100%;
    width: 100%;
}

.layer {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
}

.layerform {
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.footbl1 {
    color: #ffffff;
    font-family: GothamPro;
    font-size: 36px;
    padding-bottom: 10px;
    padding-top: 40px;
}

.footbl3 {
    color: #ffffff;
    font-family: GothamPro;
    font-size: 36px;
}

.footbl2 {
    padding-bottom: 140px;
}

.footbl2 a {
    color: #ffffff;
    font-family: GothamPro;
    font-size: 50px;
    text-decoration: none;
    border: none;
}

.footbl4 {
    background-color: rgba(0, 0, 0, 0.5);
    margin-top: 10px;
}

.footbl4 form {
    display: table;
    width: 100%;
}

.footbl4 form div {
    padding-top: 15px;
}

.footbl4 form div label {
    display: block;
    font-family: OpenSans;
    padding-bottom: 5px;
    color: #fff;
}

.footbl4 form .submit {
    margin-top: 16px;
}

.footbl4 .form {
    border-bottom: 1px solid #9c9c9d;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.error {
    color: #ff111a;
    font-size: 13px;
    margin: 0 !important;
    padding-top: 10px !important;
}

.foot {
    color: #fff;
    padding-bottom: 20px;
    font-family: OpenSans;
    font-size: 12px;
    line-height: 16px;
    width: 100%;
}

.foot h3 {
    padding-top: 10px;
}

.foot3 a, .foot1 a {
    color: #fff;
    font-family: OpenSans;
    font-size: 12px;
    line-height: 16px;
}

.foot3 > div {
    padding-bottom: 15px;
}

.foot3 > a {
    border-bottom: 1px dashed #fff;
    text-decoration: none;
}

.foot3 > a:hover {
    border-bottom: 1px dashed #228b22;
}


/*-- end footer --*/


.fancybox-opened .fancybox-skin {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.opnpopap {
    background-color: #fff;
    width: 1050px;
}

.kvartirabl1 {
    color: #000000;
    display: table;
    font-family: GothamPro;
    font-size: 36px;
    margin: 0 50px 30px;
    padding-bottom: 10px;
    padding-top: 30px;
    width: calc(100% - 100px);
}

.kvartirabl1bl1 {
    float: left;
}

.kvartirabl1bl2 {
    float: left;
    margin-top: -4px;
    padding-left: 95px;
    position: relative;
}

.kvartirabl1bl2 .href1 {
    cursor: pointer;
    font-family: OpenSansBold;
    font-size: 13px;
    margin-left: 25px;
    position: relative;
    text-transform: uppercase;
}

.kvartirabl1bl2 .href1::after {
    background-image: url("../img/zvezda.png");
    background-position: right center;
    background-repeat: no-repeat;
    content: "";
    height: 20px;
    left: -27px;
    position: absolute;
    top: 0;
    width: 20px;
}

.kvartirabl2 {
    display: table;
    padding: 0 40px;
    width: calc(100% - 80px);
}

.kvartirabl2bl1 {
    float: left;
    margin-right: 30px;
    width: 610px;
}

.kvartirabl2bl1bl1 {
    padding-bottom: 40px;
}

.kvartirabl2bl1bl1 a {
    float: left;
    margin-right: 20px;
}

.kvartirabl2bl1bl1 a.active {
    background-color: #228b22;
    color: #fff;
    margin-top: -6px;
    padding: 6px 10px 7px;
}

.kvartirabl2bl1bl2 {
    padding-bottom: 50px;
    padding-top: 20px;
    width: 610px;
}

.kvartirabl2bl1bl2 > img {
    height: auto;
    width: 100%;
}

.kvartirabl2bl2 {
    float: left;
    width: calc(100% - 640px);
}

.kvartirabl2bl2bl1 {
    font-family: OpenSans;
    font-size: 14px;
    padding-bottom: 5px;
}

.kvartirabl2bl2bl2 {
    font-family: GothamPro;
    font-size: 36px;
    padding-bottom: 20px;
}

.kvartirabl2bl2bl3 > span {
    color: #000000;
    display: block;
    font-family: OpenSans;
    font-size: 14px;
    padding-bottom: 15px;
}

.kvartirabl2bl2bl3 > span > span {
    display: inline-block;
    width: 115px;
}

.kvartirabl2bl2bl4 .but4.but {
    border: 1px solid #228b22;
    color: #228b22;
    float: right;
    margin: 30px auto 0;
}

.kvartirabl2bl2bl4 .but4.but:hover {
    color: #fff;
}

.kvartirabl2bl2bl4 {
    display: table;
}

.form.mainformlb {
    background-color: #eaeaea;
    height: 140px;
}

.form.mainformlb > form {
    display: table;
    margin-left: 55px;
    padding-top: 20px;
}

.form.mainformlb div {
    float: left;
    margin-right: 20px;
}

.form.mainformlb div label {
    display: block;
    font-family: OpenSans;
    font-size: 14px;
    padding-bottom: 5px;
}

.form.mainformlb div .inp {
    border: 1px solid #e7e7e7;
}

.form.mainformlb .submit.but4.but {
    margin-top: 16px;
    opacity: 1;
    transition: opacity 0.2s ease 0s;
    width: 300px;
}

.form.mainformlb .submit.but4.but:hover {
    opacity: 0.8;
}

body .fancybox-close {
    background-image: url("../img/x.png");
    background-repeat: no-repeat;
    height: 26px;
    opacity: 1;
    right: 20px;
    top: 20px;
    transition: opacity 0.2s ease 0s;
    width: 26px;
}

body .fancybox-close:hover {
    opacity: 0.7;
}

/*--- ---*/


.fitnesbl1 {
    color: #000000;
    font-family: GothamPro;
    font-size: 36px;
    padding: 40px 50px 25px;
}

.fitnesbl2 {
    display: table;
    padding: 0 50px 25px;
    width: calc(100% - 100px);
}

.fitnesbl2bl1 {
    float: left;
    margin-right: 25px;
    width: 625px;
}

.fitnesbl2bl2 {
    float: left;
    width: calc(100% - 650px);
}

.fitnesbl2bl1 .img > img {
    max-width: 100%;
}

.fitnesbl2bl1 .text {
    padding-top: 35px;
}

.fitnesbl2bl1 .text p {
    color: #000;
    font-family: OpenSans;
    font-size: 15px;
    line-height: 18px;
    padding-bottom: 10px;
    position: relative;
}

.fitnesbl2bl1 .text h3 {
    padding-bottom: 10px;
}

p.galka {
    background-color: #bfa06b;
    -webkit-mask: url(../img/galka.svg) no-repeat 0px 0px;
    margin-left: -25px;
    padding-left: 25px;
    position: relative;
    margin-top: -28px;
    height: 30px;
}

.fitnesbl2bl2 .img {
    height: 190px;
    margin-bottom: 20px;
    width: 296px;
}

.fitnesbl2bl2 .img img {
    max-height: 100%;
    max-width: 100%;
}

.fitnesbl2bl2 .text {
    color: #000000;
    font-family: PTSerif-Regular;
    font-size: 24px;
    line-height: 28px;
    padding-top: 15px;
}

.fitnesbl2bl2 .text span {
    color: #228b22;
}

/*--- ---*/
.fotootchetbl1 {
    display: table;
    padding: 0 50px;
    width: calc(100% - 100px);
}

.fotootchetbl1bl1 {
    display: table;
    padding-bottom: 35px;
    width: 100%;
}

.fotootchetbl1bl1 .img {
    float: left;
    height: 400px;
    margin-right: 30px;
    width: 625px;
}

.fotootchetbl1bl1 .img img {
    max-height: 100%;
    max-width: 100%;
}

.fotootchetbl1bl1 .img1 {
    float: left;
    width: calc(100% - 655px);
}

.fotootchetbl1bl1 .img1 > div:last-child {
    margin-bottom: 0;
}

.fotootchetbl1bl1 .img1 > div {
    height: 185px;
    margin-bottom: 30px;
    overflow: hidden;
    width: 295px;
}

.fotootchetbl1bl1 .img1 img {
    max-height: 100%;
    max-width: 100%;
}

.fotootchetbl1bl2 {
    display: table;
    padding-bottom: 40px;
    width: 100%;
}

.fotootchetbl1bl2bl1 {
    float: left;
}

.fotootchetbl1bl2bl1 > div {
    font-size: 13px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.fotootchetbl1bl2bl1 > p {
    font-family: OpenSans;
    font-size: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
}

.fotootchetbl1bl2bl2 {
    border: 2px solid #228b22;
    float: right;
    padding: 20px;
    width: 250px;
}


.fotootchetbl1bl2bl2 span {
    font-family: OpenSans;
    font-size: 15px;
    display: table;
    color: #000;
}

.fotootchetbl1bl2bl2 > div {
    color: #228b22;
    font-family: GothamPro;
    font-size: 50px;
}

#zakazzvonk {
    background-color: #f5f5f5;
    padding: 25px;
    width: 550px;
}

#zakazzvonk .fitnesbl1 {
    padding: 0 0 5px;
}

#zakazzvonk .tel a {
    color: #000000;
    font-family: GothamPro;
    font-size: 24px;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
    line-height: 40px;
}

.zakazzvonkbl .form label {
    color: #000000;
    display: block;
    font-family: OpenSans;
    font-size: 14px;
    padding-bottom: 5px;
    padding-top: 10px;
}

.zakazzvonkbl .inp:focus {

    box-shadow: 0 10px 20px #e0d4c5;
}

.zakazzvonkbl .inp {
    box-sizing: border-box;
    width: 100%;
}

.inp.errorinp {
    background-color: #ffe1e2;
}

.zakazzvonkbl .form div:nth-child(2) {
    height: 115px;
}

.zakazzvonkbl .form div.formlast {
    background-color: #eaeaea;
    margin: 0 -25px -25px;
}

.zakazzvonkbl .form > form {
    display: table;
    width: 100%;
}

.zakazzvonkbl .form div.formlast {
    background-color: #eaeaea;
    display: table;
    text-align: center;
    padding: 5%;
}

.zakazzvonkbl .form div.formlast .submit {
    background-color: #228b22;
    border: 1px solid #228b22;
    color: #fff;
    float: left;
    opacity: 1;
    transition: opacity 0.2s ease 0s;
    -webkit-transition: opacity 0.2s ease 0s;
    -moz-transition: opacity 0.2s ease 0s;
    -o-transition: opacity 0.2s ease 0s;
    width: 250px;
}

.zakazzvonkbl .form div.formlast .submit {
    opacity: 0.8;
}

.zakazzvonkbl .form div.formlast > div {
    float: left;
    font-family: OpenSans;
    font-size: 13px;
    height: auto;
    padding-left: 20px;
    padding-top: 7px;
}

.zakazzvonkbl .form div.formlast > div .href1 {
    border: medium none;
    display: table;
    font-size: 13px;
    margin-top: 6px;
    text-decoration: underline;
}

.zakazzvonkbl .form div.formlast > div .href1:hover {
    text-decoration: none;
}

.politikabl1 {
    display: table;
    overflow: hidden;
    padding: 0 50px 70px 60px;
    width: calc(100% - 110px);
}

.politikabl1bl1 {
    float: left;
    width: 585px;
    padding-right: 20px;
}

.politikabl1bl1 > p {
    font-family: OpenSans;
    font-size: 15px;
    line-height: 18px;
    padding-bottom: 15px;
}

.politikabl1bl1 > p.galka {
    position: absolute;
    line-height: 2rem;
    margin-top: 8px;
}

.politikabl1bl2 {
    float: left;
    padding-left: 55px;
    width: calc(100% - 640px);
}

.politikabl1bl2bl1 {
    color: #000000;
    font-family: PTSerif-Regular;
    font-size: 24px;
    line-height: 26px;
    padding-bottom: 155px;
}

.politikabl1bl2bl2 {
    font-size: 15px;
    line-height: 21px;
    padding-top: 10px;
}


.yznatboleebl1 {
    display: table;
    padding: 0 50px 25px;
    width: calc(100% - 100px);
}

.yznatboleebl1bl1 {
    float: left;
    width: 635px;
}

.yznatboleebl1bl1 > ul {
    float: left;
    width: 315px;
}

.yznatboleebl1bl1 > ul li {
    padding-bottom: 20px;
}

.yznatboleebl1bl1 > ul li a {
    color: #228b22;
    font-family: GothamPro;
    font-size: 24px;
    text-decoration: underline;
}

.yznatboleebl1bl1 > ul li a:hover {
    text-decoration: none;
}

.yznatboleebl1bl2 {
    float: left;
    width: calc(100% - 635px);
}

.yznatboleebl1bl2bl1 > a {
    color: #000;
    display: table;
    font-family: GothamPro;
    font-size: 32px;
    margin-bottom: 5px;
    text-decoration: none;
}

.yznatboleebl1bl2bl2 {
    color: #000;
    font-family: OpenSans;
    font-size: 14px;
    padding-bottom: 70px;
}

.yznatboleebl1bl2bl3 {
    color: #000;
    font-family: PTSerif-Regular;
    font-size: 24px;
    line-height: 28px;
}

.ipotekabl1 {
    color: #000;
    font-family: OpenSans;
    font-size: 15px;
    line-height: 18px;
}

.ipotekabl1bl1 {
    display: table;
    padding: 0 50px 20px;
    width: calc(100% - 100px);
}

.ipotekabl1bl1bl1 {
    float: left;
    padding-right: 25px;
    width: 625px;
}

.ipotekabl1bl1bl1 > p {
    padding-bottom: 10px;
}

.ipotekabl1bl1bl2 {
    float: left;
    height: 175px;
    width: calc(100% - 650px);
}

.ipotekabl1bl1bl2bl1 {
    color: #fff;
    font-family: GothamPro;
    font-size: 24px;
    line-height: 1;
    padding: 20px 20px 65px;
}

.ipotekabl1bl1bl2bl1 > span {
    font-size: 50px;
}

.ipotekabl1bl1bl2bl2 {
    color: #fff;
    padding-left: 20px;
}

.ipotekabl1bl2 {
    padding-bottom: 50px;
}

.ipotekabl1bl2 {
    display: table;
    padding-bottom: 50px;
    width: 100%;
}

.ipotekabl1bl2bl1 {
    background-color: #d3e8d3;
    float: left;
    margin-right: 35px;
    padding: 30px 30px 30px 50px;
    width: 420px;
}

.ipotekabl1bl2 > div > div {
    font-family: OpenSansBold;
    font-size: 13px;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.ipotekabl1bl2 > div > p {
    padding-bottom: 10px;
    padding-left: 20px;
}

.ipotekabl1bl2bl2 {
    float: left;
    padding-top: 30px;
    width: 400px;
}

.ipotekabl1bl3 {
    background-color: #f7f7f7;
    padding: 50px;
}

.ipotekabl1bl3bank1 {
    display: table;
    padding-bottom: 15px;
    width: 100%;
}

.ipotekabl1bl3bank1 > div {
    cursor: pointer;
    float: left;
    margin: 0 20px;
}

.ipotekabl1bl3bank2 {
    display: table;
    width: 100%;
}

.ipotekabl1bl3bank2 > li {
    display: table;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
    cursor: pointer;
}

.ipotekabl1bl3bank2 > li:hover .bankosnblock, .ipotekabl1bl3bank2 > li.active .bankosnblock {
    background-color: #d3e8d3;
}

.bankosnblock {
    background-color: #fff;
    border: 1px solid #e7e7e7;
    display: table;
    padding: 18px 0 19px;
    width: 630px;
}

.bankosnblock > div {
    float: left;
}

.bankosnblock1 {
    padding-left: 20px;
    width: 140px;
}

.bankosnblock2 {
    width: 90px;
}

.bankosnblock3 {
    width: 75px;
}

.bankosnblock4 {
    width: 95px;
}

.bankosnblock5 {
    width: 165px;
}

#stavka {
    margin-left: 85px;
    margin-right: 22px;
}

#makssumma {
    margin-left: 37px;
}

.bankosnblock6 {
    background-color: #be9a6c;
    -webkit-mask: url(../img/str.svg) no-repeat 18px 24px;
    cursor: pointer;
    height: 14px;
    margin-top: 4px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    width: 8px;
}

.bankup {
    background-image: url("../img/bt.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    color: #000;
    font-family: PTSerif-Regular;
    font-size: 18px;
    padding-left: 40px;
    position: absolute;
    right: 43px;
    top: 8px;
    width: 205px;
}

.bankbottom {
    background-image: url("../img/bt.png");
    background-repeat: no-repeat;
    color: #000;
    font-family: PTSerif-Regular;
    font-size: 18px;
    padding-left: 40px;
    position: absolute;
    right: 43px;
    top: 8px;
    width: 205px;
}

.bankosnblockoff {
    background-color: #ffffff;
    border-bottom: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    padding: 30px 20px;
    position: relative;
    width: 590px;
}

.bankosnblockoff > p {
    line-height: 20px;
    padding-bottom: 10px;
    width: 410px;
}

.bankosnblockoff > p > span {
    display: block;
    font-family: OpenSansBold;
}

.bankosnblockoff .img {
    bottom: 35px;
    position: absolute;
    right: 15px;
}

.active .bankosnblock6 {
    transform: rotate(-90deg);
}

.izbrnaoezag {
    font-family: GothamPro;
    font-size: 36px;
    padding: 35px 50px 20px;
}

.izbrnaoefiltr {
    background-color: #228b22;
    display: table;
    margin: 0 50px 20px;
    padding: 10px 0 12px;
    width: calc(100% - 100px);
}

.izbrnaoefiltr > div {
    border-bottom: 1px dashed #fff;
    color: #fff;
    float: left;
}

.izbrnaoebody {
    display: table;
    margin: 0 50px;
    padding-bottom: 65px;
    width: calc(100% - 100px);
}

#izbranoepp.opnpopap {
    background-color: #f7f7f7;
}

.izbrnaoebody > li {
    background-color: #fff;
    border: 1px solid #e7e7e7;
    display: table;
    margin-bottom: 10px;
    width: 100%;
}

.izbrnaoebody > li:hover, .izbrnaoebody > li.active {
    box-shadow: 0 5px 15px #efefef;
}

.izbrnosn {
    display: table;
    height: 60px;
    width: 100%;
}

.izbrnosn > div {
    float: left;
    font-family: OpenSans;
    font-size: 15px;
    padding-top: 23px;
}

.izbrnosn > div:nth-child(1) {
    padding-left: 20px;
    width: 80px;
}

.izbrnosn > div:nth-child(2) {
    box-sizing: border-box;
    padding-right: 26px;
    text-align: center;
    width: 60px;
}

.izbrnosn > div:nth-child(3) {
    width: 90px;
}

.izbrnosn > div:nth-child(4) {
    box-sizing: border-box;
    padding-right: 18px;
    text-align: center;
    width: 75px;
}

.izbrnosn > div:nth-child(5) {
    box-sizing: border-box;
    padding-right: 28px;
    text-align: center;
    width: 55px;
}

.izbrnosn > div:nth-child(6) {
    width: 225px;
}

.izbrnosn > div:nth-child(7) {
    width: 235px;
}

.izbrnosn > div:nth-child(8) {
    height: 37px;
    width: 55px;
}

.izbrnaoefiltr > div#izbranoei {
    float: right;
    margin-right: 15px;
}

.izbrnaoefiltr > div {
    cursor: pointer;
}


.izbrnaoefiltr > div:nth-child(1) {
    margin-left: 20px;
    margin-right: 30px;
}

.izbrnaoefiltr > div:nth-child(2) {
    margin-right: 30px;
}

.izbrnaoefiltr > div:nth-child(3) {
    margin-right: 25px;
}

.izbrnaoefiltr > div:nth-child(4) {
    margin-right: 25px;;
}

.izbrnaoefiltr > div:nth-child(5) {
    margin-right: 28px;
}


.izbrnosn .bankosnblock6 {
    background-position: center center;
    height: 40px;
    margin-top: 0;
    width: 45px;
}

.izbrnosn > div .href1 {
    display: none;
}

.active .izbrnosn > div .href1 {
    display: table;
}

.active .izbrnosn .bankosnblock6 {
    margin-top: -3px;
}

.izbrnosnskrt .kvartirabl2bl2 {
    float: left;
    width: calc(100% - 580px);
}

.izbrnosnskrt .kvartirabl2bl1 {
    float: left;
    margin-right: 30px;
    width: 550px;
}

.izbrnosnskrt .kvartirabl2bl1bl2 {
    padding-bottom: 50px;
    padding-top: 20px;
    width: 550px;
}

.izbrnosnskrt .form.mainformlb > form {
    margin-left: 25px;
}

.izbrnosnskrt .form.mainformlb > form .inp {
    width: 250px;
}

.izbrnosnskrt .form.mainformlb div.error {
    display: none;
}

.izbrnosnskrt::after {
    background-color: #228b22;
    content: "";
    height: 1px;
    left: 20px;
    position: absolute;
    top: 0;
    width: calc(100% - 40px);
}

.izbrnosnskrt {
    padding-top: 30px;
    position: relative;
}


body .fancybox-type-iframe .fancybox-close {
    background-image: url("../img/xx.png");
    height: 50px;
    opacity: 0.7;
    right: 0;
    top: -60px;
    width: 50px;
}


body .fancybox-type-iframe .fancybox-close:hover {
    opacity: 1;
}


.star {
    background-color: #be9a6c;
    -webkit-mask: url(/sites/img/sss.svg) no-repeat 15px 1px;
    width: 180px;
    position: absolute;
    margin-top: -5px;
    height: 30px;
}

.star:hover {
    background-color: #fff;
}

.headerscroll {
    background-color: #fff;
    box-shadow: 0 10px 9px #dedede;
    height: 75px;
    position: fixed;
    width: 100%;
    z-index: 111;
}

.headerscroll .container-fluid {
    display: table;
}

.headerscroll .container-fluid > div {
    float: left;
    padding-top: 10px;
}

.headerscroll .container-fluid > div.hs-phone {
    padding-left: 20px;
    padding-top: 25px;
    float: right;
}

.hs-phone a {
    color: #000000;
    font-family: GothamPro;
    font-size: 24px;
    text-decoration: none;
    margin-top: 28px;
    float: right;
    margin-right: 1rem;
}

.headerscroll .container-fluid > div.hs-izbr {
    padding-left: 185px;
    padding-top: 20px;
}

.hs-izbr .izbrnh {
    border: 1px solid #be9a6c;
    color: #be9a6c;
}

.hs-izbr .izbrnh:hover {
    color: #fff;
    border: 1px solid #ff111a;
}

.hs-zvon {
    float: right;
    margin: 2.1rem 0 0 0;
}

.headerscroll .container-fluid > div.hs-zvon .zakaz {
    background-color: #228b22;
    border: 1px solid #228b22;
}

.headerscroll .container-fluid > div.hs-zvon .zakaz:hover {
    background-color: #288924;
    border: 1px solid #288924;
    box-shadow: 0 5px 15px #e9ddcd;
}

.headerscroll.sticky {
    opacity: 1;
    z-index: 111;
}

.headerscroll {
    background-color: #fff;
    box-shadow: 0 10px 9px #dedede;
    height: 75px;
    opacity: 0;
    position: fixed;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    width: 100%;
    z-index: -1;
}

.izbrn {
    cursor: pointer;
}

/*--  dop-banner1  --*/
.dop-banner1 {
    background-image: url('../img/dop-banner1.jpg');
    background-repeat: no-repeat;
    margin-bottom: 30px;
    width: 950px;
    height: 110px;
    padding: 40px 50px 0;
    margin-left: -50px;
    margin-right: -50px
}

.dop-banner1 > div {
    float: left;
    padding-top: 20px;
    position: relative;
    font: 36px GothamPro;
    color: #ffffff;
}

.dop-banner1 > div:before {
    content: '';
    position: absolute;
    width: 400px;
    height: 6px;
    background-color: #be9a6c;
    top: 0;
    left: 0;
}

.dop-banner1 > a {
    float: right;
    margin-top: 7px;
}

/*--  end dop-banner1  --*/

/*--  dop-banner2  --*/
.dop-banner2 {
    background-color: #be9a6c;
    margin-bottom: 30px;
    min-height: 130px;
    padding: 2rem;
}

.dop-banner2 {
    font: 36px GothamPro;
    color: #ffffff;
}

.dop-banner2 > div span {
    background-color: #fc282d;
    width: 100px;
    min-height: 100px;
    display: inline-block;
    border-radius: 50px;
    text-align: center;
    box-shadow: 0 20px 40px rgba(255, 34, 42, 0.6);
}

.dop-banner2 > a {
    float: right;
    margin-top: 26px;
}

/*--  end dop-banner2  --*/

/*--  dop-banner3  --*/
.dop-banner3 {
    background-image: url('../img/dop-banner3.jpg');
    background-repeat: no-repeat;
    margin-bottom: 30px;
    width: 950px;
    height: 120px;
    padding: 30px 50px 0;
    margin-left: -50px;
    margin-right: -50px
}

.dop-banner3 > div {
    float: left;
    position: relative;
    font: 36px GothamPro;
    color: #ffffff;
}

.dop-banner3 > a {
    float: right;
    margin-top: 17px;
}

/*--  end dop-banner3  --*/

/*--  dop-banner4  --*/
.dop-banner4 {
    background-color: #be9a6c;
    background-image: url('../img/dop-banner4.png');
    background-repeat: no-repeat;
    background-position: right 90px bottom;
    margin-bottom: 30px;
    width: 950px;
    height: 200px;
    padding: 30px 50px 0;
    margin-left: -50px;
    margin-right: -50px
}

.dop-banner4 > div {
    position: relative;
    font: 36px GothamPro;
    color: #ffffff;
}

.dop-banner4 > a {
    margin-top: 17px;
}

/*--  end dop-banner4  --*/

/*--  dop-banner5  --*/
.dop-banner5 {
    background-color: #2d2d2d;
    background-image: url('../img/dop-banner5.png');
    background-repeat: no-repeat;
    background-position: right 50px center;
    margin-bottom: 30px;
    width: 950px;
    height: 200px;
    padding: 30px 50px 0;
    margin-left: -50px;
    margin-right: -50px
}

.dop-banner5 > div {
    position: relative;
    font: 36px GothamPro;
    color: #ffffff;
}

.dop-banner5 > a {
    margin-top: 17px;
}

.dop-baner-broker {
    border-bottom: 5px solid #6495ed;
    font: 36px GothamPro;
    background-repeat: no-repeat;
    background-position: right 10% bottom;
    /* margin-bottom: 30px; */
    background-size: contain;
    height: 250px;
    padding: 5% 10% 0;
    position: relative;
    margin-top: -80px;
}

.broker-vadim {
    background-image: url(../img/vadim_kazakov_br.png);
}

/*--  end dop-banner5  --*/
.clickflatlogo {
    background-image: url(/sites/img/Clickflatlogo.png);
    background-repeat: no-repeat;
    height: 71px;
    margin-top: 10px;
    opacity: 0.8;
}

.clickflatlogo p {
    color: white;
    padding-top: 49px;
    padding-left: 65px;
    font-size: 10.4px;
    margin-top: 90px;
}

/** Ivanov Dmitry **/
#shahmatka h1 {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: lighter;
    font-family: OpenSans;
    font-size: 18px;
}

.textDesc {
    font-size: 12px;
    font-weight: lighter;
    font-family: OpenSans;
    padding-left: 5px;
    padding-bottom: 15px;
    padding-top: 10px;
}

.sectionChoose, .sectionChoose:hover {
    border: none !important;
    font-family: OpenSans !important;
    background: transparent !important;
    color: black !important;
}

/** Экстрамалые девайсы («телефоны», < 576px)**/
@media (max-width: 575.98px) {

    /** Screen 1**/
    h1 {
        margin-top: auto;
        font-size: 2rem;
    }

    h2 {
        font-size: 1.7rem;
    }

    .topline {
        padding-top: 20px;
    }

    .bl1bl2 {
        height: 300px;
    }

    .block1f {
        position: relative;
        height: max-content;
    }

    .layertop {
        overflow: unset;
        min-height: auto;
    }

    .bl1bl3bl1bl2 {
        font-size: 25px;
        margin-bottom: 1rem;
    }

    .bl1bl4bl2 {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .bl1bl3 {
        margin: 0 2%;
    }

    .bl1bl4 {
        margin-left: 2%;
        padding-left: 15px;
    }

    .but2 {
        margin: 20px auto 0 auto;
    }

    .callorder {
        text-align: center;
    }

    .hs-logo img {
        max-width: 150px;
        margin-top: 0.5rem;
    }

    .block3body {
        background-color: transparent !important;
    }

    .infratext {
        position: inherit;
    }

    /** Dop banner **/
    .dop-banner2 {
        font: 1.3rem GothamPro;
        text-align: center;
        min-height: auto;
    }

    /** Preim **/
    .zag {
        font-size: 1.7rem;
        padding-top: 30px;
    }

    .preim {
        padding: 1rem;
    }

    .block2bl3bl1 {
        padding-top: 0;
    }

    .block2bl3bl2 {
        padding-bottom: 20px;
    }

    /** Form **/
    .block4 {
        padding-bottom: 50px;
    }

    .layerform .form {
        padding: 1rem;
    }

    .blockform .text1 {
        font-size: 1rem;
    }

    .blockform .text2 {
        font-size: 1.5rem;
    }

    .blockform .text3 {
        font-size: 1rem;
        padding-bottom: 1.5rem;
        padding-top: 3rem;
    }

    .blockform .text1::after {
        width: 120px;
    }


    /** Gallery **/
    .block3body {
        padding: 20px 15px 50px 15px;
        margin: 0 -15px;
    }

    .img2 {
        margin: 10px -15px;
    }

    .block3 {
        padding-bottom: 0;
    }

    /** Footer **/
    .footbl1, .footbl3 {
        font-size: 1.3rem;
    }

    .footbl2 {
        padding-bottom: 20px;
    }

    .footbl2 a {
        font-size: 1.7rem;
    }

    .footbl4 {
        position: initial;
    }

    .foot2 {
        padding: 10px 0
    }

    /** Filtr **/
    .variant > div#shahmatka .filtr {
        height: auto;
    }

    #shahmatka .filtr .submit {
        margin-left: 0;
    }

    /** lisst filter **/
    .spisokbody {
        float: initial;
        width: 100%;
    }

    #spisok .filtr {
        background-color: #ffffff;
        float: initial;
        width: 100%;
        margin: 20px 0;
    }

    /** Modals **/
    #zakazzvonk {
        width: auto;
    }

    .zakazzvonkbl .form div.formlast {
        width: auto;
    }

    .fitnesbl1 {
        font-size: 1rem;
    }

    fancybox-wrap fancybox-desktop fancybox-type-inline fancybox-opened {
        top: 55px;
    }

    /** brokers **/
    .dop-baner-broker {
        padding: 45px 30% 0 0;
    }

}
