@charset "UTF-8";
@font-face {
    font-family: pnbk;
    src: url(../fonts/ProximaNova-Black.ttf)
}
@font-face {
    font-family: pnb;
    src: url(../fonts/ProximaNova-Bold.ttf)
}
@font-face {
    font-family: pneb;
    src: url(../fonts/ProximaNova-Extrabld.ttf)
}
@font-face {
    font-family: pnl;
    src: url(../fonts/ProximaNova-Light.ttf)
}
@font-face {
    font-family: pnr;
    src: url(../fonts/ProximaNova-Regular.ttf)
}
@font-face {
    font-family: pnsb;
    src: url(../fonts/ProximaNova-Semibold.ttf)
}
@media (min-width: 992px) {
    .container {
        max-width: 992px
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px
    }
}
body {
    font-size: 17px;
    line-height: 24px;
    font-family: pnsb;
    color: #333
}
.breadcrumb {
    /* margin: -28px -28px 28px -28px; */
    /* line-height: 34px; */
    background: none;
    border: 0px;
    color: #888;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-weight: normal;
    font-family: 'pnr';
    font-size: 14px;
    padding: 10px 10px 10px 40px;
    margin-bottom: 0;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.breadcrumb span {
    text-shadow: 1px 1px 0px #fff;
}

.breadcrumb a {
    color: #888;
    text-shadow: 0px 1px 1px #fff;
    text-decoration: underline;
}

.breadcrumb a:hover {
    color: #646464;
    text-shadow: 0px 1px 1px #fff;
    text-decoration: none;
}

.breadcrumb span {
    color: #333;
    text-shadow: 0px 1px 1px #fff;
}
button {
    outline: 0;
    cursor: pointer
}
button:focus {
    outline: 0
}
button a {
    display: block;
    padding: 10px 0;
    color: unset;
}
input {
    outline: 0
}
input:focus {
    outline: 0
}
header .header {
    padding-top: 15px;
    padding-bottom: 15px
}
header .header .logo-block {
    width: 350px
}
header .header .logo-block img {
    margin-right: 28px
}
header .header .logo-block span {
    font-size: 19px;
    display: block;
    margin-bottom: -5px
}
header .header .logo-block span.slogan {
    position: absolute;
    top: 13px;
    /* bottom: 6px; */
    left: 92px;
    text-transform: uppercase;
    /*color: #a4a4a4;*/
    color: #6b6767;
    font-size: 11px;
    letter-spacing: 0.15em;
    line-height: 1.4;
}
header .header .logo-block .city-name {
    margin: 5px 0 0 9px;
}
header .header .email-block {
    margin-top: -10px;
    margin-bottom: -10px;
}
header .header .email {
    background: url(../images/icon-email.png) no-repeat 0 50%;
    margin: 0 0 0 -60px;
    padding: 8px 0 0 60px;
    min-height: 55px;
    background-size: 50px;
}
header .header .email a {
    text-decoration: underline;
}
header .header .email .email-item {
    line-height: 1.2em;
}

header .header .email.vk {
    background: url(../images/icon-vk-50.png) no-repeat 0 50%;
    margin-top: 5px;
}

header .header .email.whatsapp {
    background: url(../images/icon-whatsapp.png) no-repeat 0 50%;
    margin-top: 5px;
    background-size: 50px;
}

header .header .email.telegram {
    background: url(../images/icon-telegram.png) no-repeat 0 50%;
    margin-top: 5px;
    background-size: 50px;
}

header .header .city-block {
    min-width: 200px;
    height: 100%;
    text-align: center;
}
header .header .city-block .city {
    margin-bottom: 15px;
}
header .header .city-block .city-name {
    border-bottom: 1px dashed;
    line-height: 1;
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
    color: #0188CC;
}
header .header .city-block .city-name:hover {
    text-decoration: none;
}
header .logo {
    width: 345px;
    height: 82px;
    background: url(../images/logo5.png) 0 0 no-repeat;
    position: relative;
    text-decoration: none;
}
header .logo:hover {
    text-decoration: none;
}
header .header .contacts .tel-block {
    margin-right: 28px;
    margin-bottom: -5px;
    position: relative;
}
header .header .contacts .tel-block img {
    position: absolute;
    top: 26px;
    left: -69px;
}
header .header .contacts .tel-block div a {
    font-size: 28px;
    color: #003955;
    font-family: pneb;
    display: block;
    letter-spacing: 0.065em;
}
header .header .contacts .tel-block div a:hover {
    text-decoration: none
}
header .header .contacts .tel-block div span {
    color: #003955;
    display: block;
    text-align: center;
    font-size: 0.8em;
    letter-spacing: 0.17em;
}
header .header .contacts .tel-block .region-phone {
    margin-bottom: 10px;
    display: none;
}
header .header .contacts .tel-block .region-phone.selected {
    display: block;
}
header .header .contacts button,
.button-blue {
    width: 172px;
    height: 48px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-family: pneb;
    font-size: 14px;
    background: #0188cc;
    border: none;
    color: #fff;
    text-transform: uppercase
}
header .header .contacts button:hover,
.button-blue:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#0188cc), to(#69b9e1));
    background: -webkit-linear-gradient(top, #0188cc 0, #69b9e1 100%);
    background: -o-linear-gradient(top, #0188cc 0, #69b9e1 100%);
    background: linear-gradient(180deg, #0188cc 0, #69b9e1 100%)
}
header nav {
    background: #3f4955;
    padding: 10px 0;
    width: 100%
}
header nav a {
    color: #fff
}
header nav a:hover {
    color: #fff
}
header nav a.dealers {
    color: #ffff00;
}
header nav a.ipoteka {
    color: #24fdfd;
}
header nav.stickytop {
    position: fixed;
    top: 0;
    z-index: 300
}
header nav .phone {
    display: none;
}
hr.sidebar {
    margin-top: 30px;
    margin-bottom: 20px;
}
.link {
    color: #c00;
    cursor: pointer;
}
.link:hover {
    text-decoration: underline;
}
.project-video:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(../images/icon-youtube2.png) no-repeat 0 0;
    background-size: 40px;
    top: 38px;
    right: 3px;
}
main .first-block {
    background: url(../images/bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 65px 0
}
main .first-block .col-12 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 60px
}
main .first-block .h1-block {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, .8);
    width: 741px;
    height: 414px;
    padding: 35px 31px;
    text-align: center;
    position: relative
}
main .first-block .h1-block h1 {
    font-size: 60px;
    color: #0188cc;
    font-family: pneb;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    line-height: 1;
    margin-bottom: 15px
}
main .first-block .h1-block h2 {
    font-size: 39px;
    color: #14303e;
    line-height: 1;
    font-family: pnb;
    margin-bottom: 25px
}
main .first-block .h1-block p {
    font-size: 29px;
    font-family: pnb;
    line-height: 34px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
main .first-block .h1-block span {
    font-family: pnb;
    font-size: 34px;
    color: #fff;
    background: url(../images/akcii.png) no-repeat center center;
    display: block;
    height: 69px;
    text-transform: uppercase;
    margin-bottom: 16px
}
main .first-block .calculate {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #2d343c;
    -webkit-box-shadow: 0 0 11.68px 4.32px rgba(0, 0, 1, .05);
    box-shadow: 0 0 11.68px 4.32px rgba(0, 0, 1, .05);
    width: 369px;
    height: 414px;
    color: #fff
}
main .first-block .calculate .files-wrap {
    position: relative;
}
main .first-block .calculate .files {
    background: url(../images/icon-files.png) no-repeat 0 0;
    width: 48px;
    height: 48px;
    position: absolute;
    right: 15px;
}
main .first-block .calculate .files .numfiles {
    position: absolute;
    right: -15px;
    bottom: 0;
    background: #c00;
    font-size: 15px;
    padding: 1px 3px;
    line-height: 1;
    border-radius: 5px;
}
main .first-block .calculate .calculate-head {
    padding: 15px 31px 10px;
    font-size: 26px;
    font-family: pnb;
    text-transform: uppercase;
    text-align: center
}
main .first-block .calculate .calculate-head h2 {
    margin-bottom: 0;
    font-size: 28px;
}
main .first-block .calculate hr {
    margin: 0;
    border-color: #3f4955
}
main .first-block .calculate .calculate-body {
    padding: 15px 31px;
    justify-self: flex-end
}
main .first-block .calculate .calculate-body form {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    grid-gap: 14px
}
main .first-block .calculate .calculate-body form div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5px;
}
main .first-block .calculate .calculate-body form div label {
    font-size: 18px
}
main .first-block .calculate .calculate-body form div.accept {
    height: 20px;
    margin-bottom: 0;
}
main .first-block .calculate .calculate-body form div.accept label {
    font-size: 14px
}
main .first-block .calculate .calculate-body form div input {
    border-width: 1px;
    border-color: #d1d1d1;
    border-style: solid;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    height: 41px;
    font-size: 20px;
    color: #033;
    text-align: center
}
main .first-block .calculate .calculate-body form div.accept input {
    float: left;
    margin: 0 7px 0 0;
    height: 25px;
}
main .first-block .calculate .calculate-body form div select {
    border-width: 1px;
    border-color: #d1d1d1;
    border-style: solid;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    height: 41px;
    font-size: 20px;
    color: #033;
    text-align: center
}
main .first-block .calculate .calculate-body form div #floor {
    width: 170px;
}
main .first-block .calculate .calculate-body form div #square {
    width: 90px;
    margin-left: auto
}
main .first-block .calculate .calculate-body form div #price {
    width: 154px;
    margin-left: auto
}
main .first-block .calculate .calculate-body form div #phone,
main .first-block .calculate .calculate-body form div #email {
    width: 175px;
    margin-left: auto;
    font-size: 16px;
    text-align: left;
    padding: 0 15px
}
main .first-block .calculate .calculate-body form p {
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    margin-bottom: 5px
}
main .first-block .calculate .calculate-body form button {
    width: 306px;
    height: 53px;
    background: -webkit-gradient(linear, left bottom, left top, from(#f6d30c), to(#ffe937));
    background: -webkit-linear-gradient(bottom, #f6d30c 0, #ffe937 100%);
    background: -o-linear-gradient(bottom, #f6d30c 0, #ffe937 100%);
    background: linear-gradient(360deg, #f6d30c 0, #ffe937 100%);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: none;
    -webkit-box-shadow: 0 4px 0 0 #e7ae01;
    box-shadow: 0 4px 0 0 #e7ae01;
    font-size: 20px;
    text-transform: uppercase;
    font-family: pnb
}
main .first-block .calculate .calculate-body form button:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#f6d30c), to(#ffe937));
    background: -webkit-linear-gradient(top, #f6d30c 0, #ffe937 100%);
    background: -o-linear-gradient(top, #f6d30c 0, #ffe937 100%);
    background: linear-gradient(180deg, #f6d30c 0, #ffe937 100%)
}
main .first-block .calculate .progress {
    font-size: 12px;
}
main .first-block .bx-wrapper {
    width: 741px;
    margin-bottom: 0;
    background: none;
    border: none;
}
main .first-block .bx-wrapper .bx-pager {
    bottom: 10px;
}
main .first-block .bx-wrapper .bx-pager.bx-default-pager a.active,
main .first-block .bx-wrapper .bx-pager.bx-default-pager a:focus,
main .first-block .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #28A745;
}
main .first-block .bx-wrapper .bx-pager.bx-default-pager a {
    background: #999;
}

main .sale-block {
    background-color: #fde42d;
    color: #c00;
    text-transform: uppercase;
    font-size: 42px;
    text-align: center;
}
.sale-block .row {
    display: block;
    padding: 30px 0;
    line-height: 1.2;
}

main .characteristics {
    padding-top: 50px;
    padding-bottom: 50px
}
main .characteristics h2 {
    font-size: 36px;
    color: #003955;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px
}
main .characteristics .grid {
    display: grid;
    grid-template-columns: repeat(3, 350px);
    grid-gap: 50px 50px
}
main .characteristics .grid .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}
main .characteristics .grid .item .img-block {
    width: 65px;
    height: 65px;
    border-width: 2px;
    border-color: #e8e8e8;
    border-style: solid;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 31px;
    margin-top: 3px
}
main .characteristics .grid .item .desc {
    width: 250px
}
main .characteristics .grid .item .desc h3 {
    font-size: 23px;
    color: #003955;
    font-family: pnb;
    margin-bottom: 10px
}
main .characteristics .grid .item .desc span {
    line-height: 1
}

main .complect {
    padding-top: 50px;
    padding-bottom: 50px
}
main .complect h2 {
    color: #003955;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 5px;
    text-align: center;
}
main .complect h3 {
    color: #999;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
}
main .complect .grid {
    display: grid;
    grid-template-columns: repeat(6, 160px);
    grid-gap: 50px 50px
}
main .complect .grid .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
}
main .complect .grid .item h3 {
    color: #163855;
    margin-top: 10px;
}
main .complect .grid .item .img-block {
    position: relative;
}
main .complect .grid .item .img-block:before {
    content: '';
    position: absolute;
    width: 48px;
    height: 48px;
    background: url(../images/plus.png) no-repeat 0 0;
    right: -47px;
    top: 40px;
}
main .complect .grid .item:last-child .img-block:before {
    display: none;
}

main .karkas {
    padding-top: 40px;
    padding-bottom: 40px
}
main .karkas h2 {
    color: #003955;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center
}
main .karkas h3 {
    color: #999;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
}

main .karkas .image {
    width: 550px;
}
main .karkas .image img {
    width: 100%;
}
main .karkas .list {
    width: 550px;
}

main .banner {
    padding-top: 0;
    padding-bottom: 60px
}
main .banner h2 {
    color: #003955;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 25px;
    text-align: center
}
main .banner a img {
    width: 100%;
    height: auto;
}

main .content {
    padding-top: 40px;
    padding-bottom: 40px
}
main .content h2 {
    color: #003955;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center
}
main .content h3 {
    color: #999;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
}

/*main .content .image {*/
    /*width: 500px;*/
/*}*/

main .content .image .img-wrap{
    width: 508px;
    height: 358px;
    border: 1px solid #ccc;
    padding: 3px;
    position: relative;
}
main .content .image img {
    width: 500px;
    height: 350px;
}
main .content .list {
    width: 620px;
    text-align: justify;
    padding-top: 10px;
}

main .content .first-image:after {
    content: '';
    position: absolute;
    top: 110px;
    left: 210px;
    width: 128px;
    height: 128px;
    background: url(../images/zoom-plus.png) no-repeat 0 0;
    opacity: 0.4;
}

main .kinds {
    background: #f3f2f2;
    padding-top: 50px;
    padding-bottom: 30px
}
main .kinds h2 {
    font-size: 36px;
    color: #003955;
    text-transform: uppercase;
    text-align: center;
    /*margin-bottom: 30px;*/
}
main .kinds h3 {
    color: #999;
    text-transform: uppercase;
    /*margin-bottom: 30px;*/
    text-align: center;
    font-size: 20px;
}
main .kinds .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}
main .kinds .grid .item {
    height: 520px;
    width: 370px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
    /*margin-bottom: 30px;*/
    position: relative;
}
main .kinds .grid .item .wrap {
    padding: 18px 32px 22px
}
main .kinds .grid .item .wrap .img {
    height: 277px;
    width: 100%
}
main .kinds .grid .item .wrap h4 {
    font-size: 28px;
    font-family: pnb;
    color: #003955;
    text-align: center;
    letter-spacing: -0.01em;
}
main .kinds .grid .item .wrap .item-price {
    font-size: 24px;
    font-family: pnb;
    color: #0188cc;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px
}
main .kinds .grid .item .wrap .item-price-old {
    text-align: center;
    display: inline-block;
    width: 100%;
    /*margin-bottom: 15px;*/
}
main .kinds .grid .item .wrap .item-price-old em {
    display: inline-block;
    margin-left: 10px;
    font-style: normal;
    color: red;
}
main .kinds .grid .item .wrap button,
.project-code {
    width: 306px;
    height: 53px;
    background: -webkit-gradient(linear, left bottom, left top, from(#f6d30c), to(#ffe937));
    background: -webkit-linear-gradient(bottom, #f6d30c 0, #ffe937 100%);
    background: -o-linear-gradient(bottom, #f6d30c 0, #ffe937 100%);
    background: linear-gradient(360deg, #f6d30c 0, #ffe937 100%);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: none;
    -webkit-box-shadow: 0 4px 0 0 #e7ae01;
    box-shadow: 0 4px 0 0 #e7ae01;
    font-size: 18px;
    text-transform: uppercase;
    font-family: pnb;
    width: 100%;
    margin-top: 22px
}
.project-code2,
.project-service-code,
.modal-project-code {
    background: #0B90C4;
    color: #fff;
    padding: 3px 6px;
}
main .kinds .grid .item .wrap button.green,
.button.green {
    background: -webkit-gradient(linear, left bottom, left top, from(#0ccf1c), to(#1de62b));
    background: -webkit-linear-gradient(bottom, #0ccf1c 0, #1de62b 100%);
    background: -o-linear-gradient(bottom, #0ccf1c 0, #1de62b 100%);
    background: linear-gradient(360deg, #0ccf1c 0, #1de62b 100%);
    -webkit-box-shadow: 0 4px 0 0 #07be37;
    box-shadow: 0 4px 0 0 #07be37;
    color: #164a13;
}
main .kinds .grid .item .wrap button.green:hover,
.button.green:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(#1de62b), to(#0ccf1c));
    background: -webkit-linear-gradient(bottom, #1de62b 0, #0ccf1c 100%);
    background: -o-linear-gradient(bottom, #1de62b 0, #0ccf1c 100%);
    background: linear-gradient(360deg, #1de62b 0, #0ccf1c 100%);
    -webkit-box-shadow: 0 4px 0 0 #07be37;
    box-shadow: 0 4px 0 0 #07be37;
    color: #164a13;
}

.button.blue {
    background: -webkit-gradient(linear, left top, right top, from(#0188cc), to(#14b0ff));
    background: -webkit-linear-gradient(left, #0188cc 0, #14b0ff 100%);
    background: -o-linear-gradient(left, #0188cc 0, #14b0ff 100%);
    background: linear-gradient(90deg, #0188cc 0, #14b0ff 100%);
    -webkit-box-shadow: 0 4px 0 0 #0188cc;
    box-shadow: 0 4px 0 0 #0188cc;
    /*color: #164a13;*/
    color: #efefef;
}

.button.blue:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#69b9e1), to(#0188cc));
    background: -webkit-linear-gradient(top, #69b9e1 0, #0188cc 100%);
    background: -o-linear-gradient(top, #69b9e1 0, #0188cc 100%);
    background: linear-gradient(180deg, #69b9e1 0, #0188cc 100%)
}

main .kinds .grid .item .wrap button:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#f6d30c), to(#ffe937));
    background: -webkit-linear-gradient(top, #f6d30c 0, #ffe937 100%);
    background: -o-linear-gradient(top, #f6d30c 0, #ffe937 100%);
    background: linear-gradient(180deg, #f6d30c 0, #ffe937 100%)
}
main .kinds .grid .item .wrap div span {
    display: block;
    margin-bottom: 5px
}
main .kinds .grid .item .wrap div span img {
    margin-right: 5px;
    margin-top: -3px
}
main .kinds .grid .item .first-image:after,
main .stock .img-wrap a:first-child:after {
    content: '';
    position: absolute;
    top: 80px;
    left: 120px;
    width: 128px;
    height: 128px;
    background: url(../images/zoom-plus.png) no-repeat 0 0;
    opacity: 0.4;
}
main .stock .img-wrap a:first-child img {
    background: #fff;
    padding: 3px;
    border-radius: 5px;
}
main .stock .img-wrap a:first-child:after {
    top: 120px;
    left: 240px;
}
main .kinds .grid .item .first-image.sold:after {
    content: '';
    position: absolute;
    top: 30px;
    left: 65px;
    width: 250px;
    height: 250px;
    background: url(../images/sold.png) no-repeat 0 0;
    opacity: 0.8;
}

main .kinds .grid .item .first-image span {
    position: absolute;
    font-size: 10px;
    color: #fff;
    margin-top: -20px;
    width: 100%;
    text-align: center;
}
main .kinds .project-code {
    position: absolute;
    margin: 0;
    width: 12%;
    text-align: center;
    border-radius: 3px;
    height: 35px;
    border-bottom: none;
    box-shadow: none;
    padding: 5px 0;
    color: #89681c;
}
main .kinds.projects-sale .project-code {
    background: #d4710a;
    color: #faf9f5;
}
main .kinds .project-code-more {
    position: absolute;
    margin: 0 0 0 40px;
    /*width: 25%;*/
    text-align: center;
    border-radius: 3px;
    height: 35px;
    border-bottom: none;
    box-shadow: none;
    padding: 5px 6px;
    color: #f3f1ed;
    /*background: #f34b4b;*/
    background: #fb8305;
}
.project-code-more a.check-all {
    color: #fff;
}
.project-code-more a.check-all:hover {
    color: #eee;
}
.item-price small {
    position: absolute;
    right: 0;
    display: block;
    float: right;
    font-size: 12px;
    letter-spacing: -0.5px;
    background: #13ad1f;
    padding: 0 5px;
    line-height: 1.5;
    border-radius: 10px;
    margin: 3px 0 0 0;
    color: #f7efef;
    cursor: pointer;
}
main .kinds .grid .item.col-2nd {
    width: 770px;
}
main .kinds .grid .item.col-3nd {
    width: 360px;
}

main .kinds .project-square {
    position: absolute;
    margin: 0;
    right: 0;
    width: 12%;
    text-align: center;
    border-radius: 3px;
    height: 35px;
    border-bottom: none;
    box-shadow: none;
    padding: 5px 0;
    color: #89681c;
    background-color: #ccc;
    /*background: -webkit-gradient(linear, left bottom, left top, from(#f6d30c), to(#ffe937));*/
    /*background: -webkit-linear-gradient(bottom, #f6d30c 0, #ffe937 100%);*/
    /*background: -o-linear-gradient(bottom, #f6d30c 0, #ffe937 100%);*/
    /*background: linear-gradient(360deg, #f6d30c 0, #ffe937 100%);*/
    /*-webkit-border-radius: 6px;*/
    /*-webkit-box-shadow: 0 4px 0 0 #e7ae01;*/
    font-size: 21px;
    /*text-transform: uppercase;*/
    /*font-family: pnb;*/
    line-height: 0.7;
}
main .kinds .project-square small {
    font-size: 14px;
}

main .projects {
    background: #f3f2f2;
    padding-top: 50px;
    padding-bottom: 30px
}
main .project-page h1,
main .project-page h2,
main .projects h2 {
    font-size: 36px;
    color: #003955;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px
}
main .project-page h1 {
    text-align: left;
    margin-top: 10px;
}
main .project-page h2 {
    font-size: 30px;
}
main .project-page .project-code {
    display: inherit;
    width: auto;
    margin: 20px auto 0;
    padding: 0 20px;
}
main .project-page h1 span.project-code {
    display: inline-block !important;
    background: #c00;
    color: #fff;
    padding: 5px 10px !important;
    float: right;
    height: unset;
    box-shadow: unset;
    margin: 5px 0;
    font-size: 26px;
    border-radius: 0;
}
main .project-page h1 i {
    display: block;
    font-style: normal;
    font-size: 15px;
    color: #999;
    text-transform: lowercase;
}
main .project-page h3,
main .sidebar h3 {
    text-transform: uppercase;
    font-size: 26px;
}
main .project-page {
    background: #f3f2f2;
    padding-top: 30px;
    padding-bottom: 30px;
}
main .project-page .project-content {
    background: #fefefe;
    padding-bottom: 30px;
}
main .project-page .bx-wrapper {
    margin-bottom: 40px;
}
main .project-page .project-slider img {
    width: 760px;
}
main .project-page .bx-wrapper .bx-controls-direction a {
    top: 50%;
    opacity: 1;
    z-index: 1000;
}
main .project-page .bx-wrapper .bx-pager {
    bottom: 15px;
}
main .project-page .bx-wrapper .bx-pager.bx-default-pager a {
    background: lightgrey;
}
main .project-page .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #19a3e8;
}
.project-info {
    width: 100%;
}
.project-info tr {
    border-bottom: 1px dashed #ddd;
}
.project-info .right-col {
    text-align: right;
    padding: 7px 0;
}
.project-slider li {
    width: 800px;
    height: 500px;
}
main .projects .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
main .projects .grid .item {
    width: 100%;
    /*height: 570px;*/
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}
main .projects .grid .item .wrap {
    padding: 18px 25px 22px;
    float: right;
    margin-right: 20px;
}
main .projects .grid .item .wrap .img {
    height: 277px;
    width: 100%
}
main .projects .grid .item .wrap h3 {
    font-size: 28px;
    font-family: pnb;
    color: #003955;
    text-align: center
}
main .projects .grid .item .wrap .item-price {
    font-size: 24px;
    font-family: pnb;
    color: #0188cc;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px
}
main .projects .grid .item .wrap .item-price-old {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}
main .projects .grid .item .wrap .item-price-old em {
    display: inline-block;
    margin-left: 10px;
    font-style: normal;
    color: red;
}
main .projects .grid .item .wrap button {
    height: 53px;
    background: -webkit-gradient(linear, left bottom, left top, from(#f6d30c), to(#ffe937));
    background: -webkit-linear-gradient(bottom, #f6d30c 0, #ffe937 100%);
    background: -o-linear-gradient(bottom, #f6d30c 0, #ffe937 100%);
    background: linear-gradient(360deg, #f6d30c 0, #ffe937 100%);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: none;
    -webkit-box-shadow: 0 4px 0 0 #e7ae01;
    box-shadow: 0 4px 0 0 #e7ae01;
    font-size: 20px;
    text-transform: uppercase;
    font-family: pnb;
    width: 100%;
    margin-top: 22px
}
main .projects .grid .item .wrap button:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#f6d30c), to(#ffe937));
    background: -webkit-linear-gradient(top, #f6d30c 0, #ffe937 100%);
    background: -o-linear-gradient(top, #f6d30c 0, #ffe937 100%);
    background: linear-gradient(180deg, #f6d30c 0, #ffe937 100%)
}
main .projects .grid .item .wrap div span {
    display: block;
    margin-bottom: 5px
}
main .projects .grid .item .wrap div span img {
    margin-right: 5px;
    margin-top: -3px
}
main .projects .grid .item .first-image:after {
    content: '';
    position: absolute;
    top: 80px;
    left: 120px;
    width: 128px;
    height: 128px;
    background: url(../images/zoom-plus.png) no-repeat 0 0;
    opacity: 0.4;
}
main .projects .grid .item .first-image span {
    position: absolute;
    font-size: 10px;
    color: #fff;
    margin-top: -20px;
    width: 100%;
    text-align: center;
}
main .projects .project-code {
    position: absolute;
    margin: 0;
    width: 45px;
    text-align: center;
    border-radius: 3px;
    height: 35px;
    border-bottom: none;
    box-shadow: none;
    padding: 5px 0;
    color: #89681c;
}
main .projects.projects-page .grid .item .wrap button {
    margin-top: 12px;
}

main .gallery {
    background: #f3f2f2;
    padding-top: 50px;
    padding-bottom: 30px
}
main .gallery h2 {
    font-size: 36px;
    color: #003955;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px
}
main .gallery .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
main .gallery .grid .item {
    /*height: 521px;*/
    width: 277px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}
main .gallery .grid .item .wrap {
    padding: 5px 10px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
main .gallery .grid .item .wrap .img {
    /*height: 277px;*/
    width: 100%
}
main .gallery .grid .item .wrap h3 {
    font-size: 16px;
    font-family: pnr;
    /*color: #003955;*/
    text-align: center;
    color: #ececec;
}
main .gallery .grid .item .wrap div span {
    display: block;
    margin-bottom: 5px
}
main .gallery .grid .item .wrap div span img {
    margin-right: 5px;
    margin-top: -3px
}


main .texnology {
    padding-top: 90px;
    padding-bottom: 90px
}
main .texnology .grid {
    display: grid;
    grid-template-columns: repeat(4, 250px);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}
main .texnology h2 {
    font-size: 36px;
    color: #003955;
    text-transform: uppercase;
    margin-bottom: 35px;
    text-align: center
}
main .texnology img {
    width: 250px;
    height: 250px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 25px
}
main .texnology h3 {
    font-size: 20px;
    font-family: pnb;
    color: #000;
    text-transform: uppercase;
    text-align: center
}
main .zamer {
    background: url(../images/bg6.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 44px 0 32px;
    margin-bottom: 50px;
}
main .zamer.no-bg {
    background: none;
}
main .zamer.projects-sale {
    margin-bottom: 0;
}
main .zamer.projects-sale .form span {
    display: block;
    color: #7e807f;
    font-size: 17px;
    margin-bottom: 25px;
}
main .zamer.projects-sale .form h3 {
    font-size: 22px;
}
main .zamer.projects-sale .form form input[type="text"] {
    margin-bottom: 15px;
}
main .zamer.projects-sale .form {
    min-height: 497px;
}
main .zamer .h2-block {
    width: 550px;
    color: #fff
}
main .zamer .h2-block h2 {
    font-size: 40px;
    display: block;
    margin-bottom: 30px;
    background: #003955;
    padding: 10px;
    line-height: 45px;
}
main .zamer .h2-block span {
    font-size: 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.2;
    background: #003955;
    float: left;
    padding: 5px 20px;
}
main .zamer .h2-block span.first {
    margin-bottom: 25px
}
main .zamer .h2-block span img {
    margin-right: 20px
}
main .zamer .form {
    width: 369px;
    height: 355px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 11.68px 4.32px rgba(0, 0, 1, .05);
    box-shadow: 0 0 11.68px 4.32px rgba(0, 0, 1, .05);
    padding: 28px 33px 34px;
    text-align: center
}
main .zamer .form label.accept {
    font-size: 14px;
}
main .zamer .form h3 {
    font-size: 26px;
    font-family: pnb;
    color: #003955;
    text-transform: uppercase;
    margin-bottom: 10px
}
main .zamer .form span {
    font-size: 21px;
    font-family: pnb;
    color: #003955;
    text-transform: uppercase;
    margin-bottom: 13px;
    display: none;
}
main .zamer .form span.math-captcha,
main .dealer .form span.math-captcha {
    display: inline-block;
}
main .zamer .form h4 {
    font-family: pnb;
    display: block;
    background: url(../images/akcii2.png) no-repeat center center;
    font-size: 17px;
    font-family: pnb;
    text-transform: uppercase;
    color: #fff;
    width: 256px;
    height: 37px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 21px
}
main .zamer .form form button {
    width: 306px;
    height: 53px;
    background: -webkit-gradient(linear, left bottom, left top, from(#f6d30c), to(#ffe937));
    background: -webkit-linear-gradient(bottom, #f6d30c 0, #ffe937 100%);
    background: -o-linear-gradient(bottom, #f6d30c 0, #ffe937 100%);
    background: linear-gradient(360deg, #f6d30c 0, #ffe937 100%);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: none;
    -webkit-box-shadow: 0 4px 0 0 #e7ae01;
    box-shadow: 0 4px 0 0 #e7ae01;
    font-size: 20px;
    text-transform: uppercase;
    font-family: pnb;
    width: 100%
}
main .zamer .form form button:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#f6d30c), to(#ffe937));
    background: -webkit-linear-gradient(top, #f6d30c 0, #ffe937 100%);
    background: -o-linear-gradient(top, #f6d30c 0, #ffe937 100%);
    background: linear-gradient(180deg, #f6d30c 0, #ffe937 100%)
}
main .zamer .form form input[type="text"] {
    border-width: 1px;
    border-color: #ccc;
    border-style: solid;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    width: 100%;
    height: 47px;
    padding: 0 16px;
    margin-bottom: 12px
}

main .stock {
    background: url(../images/bg8.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 15px 0 15px;
    margin-bottom: 50px;
}
main .stock.fahverk {
    position: relative;
    z-index:1;
    overflow:hidden; /*if you want to crop the image*/
    background: none;
}
main .stock.fahverk:before{
    z-index:-1;
    position:absolute;
    left:0;
    top:0;
    content: url(../images/bg6.jpg);
    opacity:0.1;
}
main .stock .h2-block {
    width: 550px;
    color: #fff
}
main .stock.fahverk .h2-block {
    margin-left: 40px;
}
main .stock.fahverk .form {
    margin-right: 40px;
}
main .stock .h2-block h2 {
    font-size: 40px;
    display: block;
    margin-bottom: 30px;
    background: #003955;
    padding: 10px;
    line-height: 45px;
    position: relative;
}
main .stock .h2-block span {
    font-size: 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.2;
    background: #f91127;
    float: left;
    padding: 5px 20px;
}
main .stock .h2-block span.first {
    position: absolute;
    top: 15px;
}
main .stock .h2-block span.second {
    position: absolute;
    top: 337px;
    left: 100px;
    background: #0188cc;
}
main .stock.fahverk .h2-block span.second {
    top: 317px;
}
main .stock .h2-block span img {
    margin-right: 20px
}
main .stock .form {
    width: 369px;
    height: 355px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 11.68px 4.32px rgba(0, 0, 1, .05);
    box-shadow: 0 0 11.68px 4.32px rgba(0, 0, 1, .05);
    padding: 28px 33px 34px;
    text-align: center
}
main .stock .h2-block .stock-gift {
    position: absolute;
    top: 55px;
    left: 500px;
    width: 300px;
    height: 269px;
}
main .stock .form label.accept {
    font-size: 14px;
}
main .stock .form h3 {
    font-size: 26px;
    font-family: pnb;
    color: #003955;
    text-transform: uppercase;
    margin-bottom: 10px
}
main .stock .form span {
    font-size: 21px;
    font-family: pnb;
    color: #003955;
    text-transform: uppercase;
    margin-bottom: 13px;
    display: none;
}
main .stock .form h4 {
    font-family: pnb;
    display: block;
    background: url(../images/akcii2.png) no-repeat center center;
    font-size: 17px;
    font-family: pnb;
    text-transform: uppercase;
    color: #fff;
    width: 256px;
    height: 37px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 21px
}
main .stock .form form button {
    width: 306px;
    height: 53px;
    background: -webkit-gradient(linear, left bottom, left top, from(#f6d30c), to(#ffe937));
    background: -webkit-linear-gradient(bottom, #f6d30c 0, #ffe937 100%);
    background: -o-linear-gradient(bottom, #f6d30c 0, #ffe937 100%);
    background: linear-gradient(360deg, #f6d30c 0, #ffe937 100%);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: none;
    -webkit-box-shadow: 0 4px 0 0 #e7ae01;
    box-shadow: 0 4px 0 0 #e7ae01;
    font-size: 20px;
    text-transform: uppercase;
    font-family: pnb;
    width: 100%
}
main .stock .form form button:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#f6d30c), to(#ffe937));
    background: -webkit-linear-gradient(top, #f6d30c 0, #ffe937 100%);
    background: -o-linear-gradient(top, #f6d30c 0, #ffe937 100%);
    background: linear-gradient(180deg, #f6d30c 0, #ffe937 100%)
}
main .stock .form form input[type="text"] {
    border-width: 1px;
    border-color: #ccc;
    border-style: solid;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    width: 100%;
    height: 47px;
    padding: 0 16px;
    margin-bottom: 12px
}

main .dealer {
    background: url(../images/bg7.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 44px 0 32px
}
main .dealer .h2-block {
    width: 550px;
    color: #fff
}
main .dealer .h2-block h4 {
    font-size: 27px;
    display: block;
    margin-bottom: 30px;
    background: #cc0000;
    padding: 10px;
    line-height: 30px;
}
main .dealer .h2-block span {
    font-size: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.2;
    background: #57626f;
    float: left;
    padding: 5px 20px;
}
main .dealer .h2-block span.first {
    margin-bottom: 20px
}
main .dealer .h2-block span img {
    margin-right: 20px
}
main .dealer .form {
    width: 369px;
    height: 355px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 11.68px 4.32px rgba(0, 0, 1, .05);
    box-shadow: 0 0 11.68px 4.32px rgba(0, 0, 1, .05);
    padding: 28px 33px 34px;
    text-align: center
}
main .dealer .form label.accept {
    font-size: 14px;
}
main .dealer .form h3 {
    font-size: 26px;
    font-family: pnb;
    color: #003955;
    text-transform: uppercase;
    margin-bottom: 15px
}
main .dealer .form span {
    font-size: 21px;
    font-family: pnb;
    color: #003955;
    text-transform: uppercase;
    margin-bottom: 13px;
    display: none;
}
main .dealer .form h4 {
    font-family: pnb;
    display: block;
    background: url(../images/akcii2.png) no-repeat center center;
    font-size: 17px;
    font-family: pnb;
    text-transform: uppercase;
    color: #fff;
    width: 256px;
    height: 37px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 21px
}
main .dealer .form form button {
    width: 306px;
    height: 53px;
    background: -webkit-gradient(linear, left bottom, left top, from(#f6d30c), to(#ffe937));
    background: -webkit-linear-gradient(bottom, #f6d30c 0, #ffe937 100%);
    background: -o-linear-gradient(bottom, #f6d30c 0, #ffe937 100%);
    background: linear-gradient(360deg, #f6d30c 0, #ffe937 100%);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: none;
    -webkit-box-shadow: 0 4px 0 0 #e7ae01;
    box-shadow: 0 4px 0 0 #e7ae01;
    font-size: 20px;
    text-transform: uppercase;
    font-family: pnb;
    width: 100%
}
main .dealer .form form button:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#f6d30c), to(#ffe937));
    background: -webkit-linear-gradient(top, #f6d30c 0, #ffe937 100%);
    background: -o-linear-gradient(top, #f6d30c 0, #ffe937 100%);
    background: linear-gradient(180deg, #f6d30c 0, #ffe937 100%)
}
main .dealer .form form input[type="text"] {
    border-width: 1px;
    border-color: #ccc;
    border-style: solid;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    width: 100%;
    height: 47px;
    padding: 0 16px;
    margin-bottom: 12px
}

main .objects {
    padding-top: 30px;
    padding-bottom: 80px
}
main .objects h2 {
    color: #003955;
    font-size: 36px;
    text-transform: uppercase;
    /*margin-bottom: 30px;*/
    text-align: center
}
main .objects h3 {
    color: #999;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
}
main .objects .grid {
    display: grid;
    grid-template-columns: repeat(3, 370px);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-row-gap: 30px;
    margin-top: 30px;
}
main .objects .item {
    text-align: center
}
main .objects .item img {
    display: block;
    margin-bottom: 15px
}
main .objects .item span {
    display: block;
    font-size: 24px;
    text-transform: uppercase;
    font-family: pnb
}
main .ask {
    background: #e8e8e8;
    padding-top: 90px;
    padding-bottom: 100px;
    text-align: center
}
main .ask h2 {
    color: #003955;
    font-size: 36px
}
main .ask h3 {
    font-size: 24px;
    color: #121313
}
main .ask h3 a {
    color: #c00
}
main .ask .ask-blocks {
    margin-top: 20px
}
main .ask .ask-blocks .item {
    text-align: left;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    margin-bottom: 13px;
    overflow: hidden;
    border: 2px solid #0188cc
}
main .ask .ask-blocks .item h4 {
    width: 100%;
    height: 65px;
    color: #fff;
    font-size: 22px;
    padding: 0 24px;
    padding-right: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #0188cc;
    margin-bottom: 0;
    position: relative;
    cursor: pointer
}
main .ask .ask-blocks .item h4:after {
    content: '+';
    font-size: 40px;
    position: absolute;
    right: 13px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    line-height: 34px;
    height: 32px
}
main .ask .ask-blocks .item h4.active:after {
    content: '–';
    font-size: 34px;
    line-height: 26px
}
main .ask .ask-blocks .item div {
    width: 100%;
    padding: 15px 24px;
    background: #fff;
    font-family: pnr;
    color: #1d1a1a;
    display: none
}
main .ask .ask-blocks .item div.active {
    width: 100%;
    left: -2px;
    height: auto;
    z-index: 100;
    display: block
}
main .ask button,
.button {
    width: 306px;
    height: 53px;
    background: -webkit-gradient(linear, left bottom, left top, from(#f6d30c), to(#ffe937));
    background: -webkit-linear-gradient(bottom, #f6d30c 0, #ffe937 100%);
    background: -o-linear-gradient(bottom, #f6d30c 0, #ffe937 100%);
    background: linear-gradient(360deg, #f6d30c 0, #ffe937 100%);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: none;
    -webkit-box-shadow: 0 4px 0 0 #e7ae01;
    box-shadow: 0 4px 0 0 #e7ae01;
    font-size: 20px;
    text-transform: uppercase;
    font-family: pnb;
    margin-top: 20px
}
main .ask button:hover,
.button:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#f6d30c), to(#ffe937));
    background: -webkit-linear-gradient(top, #f6d30c 0, #ffe937 100%);
    background: -o-linear-gradient(top, #f6d30c 0, #ffe937 100%);
    background: linear-gradient(180deg, #f6d30c 0, #ffe937 100%)
}
a.button,
.button {
    display: inline-block;
    padding: 3px 15px 0 15px;
    width: auto;
    color: #333;
}
a.button:hover {
    text-decoration: none;
}
a.button small,
button small {
    text-transform: lowercase;
}
a.button {
    padding-top: 15px;
}
main .reviews {
    padding-top: 85px;
    padding-bottom: 65px
}
main .reviews h2 {
    font-size: 36px;
    color: #003955;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 130px
}
main .reviews .items {
    display: grid;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-template-columns: repeat(3, 366px)
}
main .reviews .items .item {
    text-align: center;
    border-width: 2px;
    border-color: #e8e8e8;
    border-style: solid;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    width: 366px;
    height: 100%;
    padding: 0 30px 50px
}
main .reviews .items .item img {
    width: 140px;
    height: 140px;
    border-style: solid;
    border-width: 7px;
    border-color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-top: -70px;
    margin-bottom: 15px
}
main .reviews .items .item h5 {
    margin-bottom: 10px
}
main .reviews .items .item span {
    color: #000;
    font-size: 16px;
    line-height: 22px;
    font-family: pnr
}
main .call {
    text-align: center;
    padding: 70px 0 65px;
    background: -webkit-gradient(linear, left top, right top, from(#0188cc), to(#14b0ff));
    background: -webkit-linear-gradient(left, #0188cc 0, #14b0ff 100%);
    background: -o-linear-gradient(left, #0188cc 0, #14b0ff 100%);
    background: linear-gradient(90deg, #0188cc 0, #14b0ff 100%)
}
main .call h2 {
    font-size: 40px;
    font-family: pneb;
    line-height: 51px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 13px
}
main .call h3 {
    font-size: 26px;
    font-family: pnr;
    line-height: 30px;
    margin-bottom: 30px;
    color: #fff
}
main .call button {
    width: 306px;
    height: 53px;
    background: -webkit-gradient(linear, left bottom, left top, from(#f6d30c), to(#ffe937));
    background: -webkit-linear-gradient(bottom, #f6d30c 0, #ffe937 100%);
    background: -o-linear-gradient(bottom, #f6d30c 0, #ffe937 100%);
    background: linear-gradient(360deg, #f6d30c 0, #ffe937 100%);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: none;
    -webkit-box-shadow: 0 4px 0 0 #e7ae01;
    box-shadow: 0 4px 0 0 #e7ae01;
    font-size: 20px;
    text-transform: uppercase;
    font-family: pnb
}
main .call button:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#f6d30c), to(#ffe937));
    background: -webkit-linear-gradient(top, #f6d30c 0, #ffe937 100%);
    background: -o-linear-gradient(top, #f6d30c 0, #ffe937 100%);
    background: linear-gradient(180deg, #f6d30c 0, #ffe937 100%)
}

main .offer {
    margin-top: 30px;
    margin-bottom: 30px;
}

main .offer .image {
    background: url(../images/offer.jpg) no-repeat 0 0;
    width: 1170px;
    height: 658px;
}

main #map {
    width: 100%;
    height: 440px;
    position: relative
}
main #map .col-12 {
    position: relative
}
main #map .places {
    border-width: 2px;
    border-color: #c1c1c1;
    border-style: solid;
    background-color: rgba(255, 255, 255, .8);
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 2, .08);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 2, .08);
    position: absolute;
    width: 427px;
    height: 211px;
    z-index: 100;
    top: 100px;
    bottom: 0;
    left: 15px;
    right: 0;
    display: block;
    padding: 12px 0;
    text-align: center
}
main #map .places .places-logo,
main #map .places .places-logo-mobile {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
main #map .places .places-logo-mobile {
    display: none;
}
main #map .places span {
    display: block;
    font-size: 22px;
    color: #1c1d1e;
    margin-top: 10px
}
main #map .places div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px
}
main #map .places div img {
    margin-right: 13px
}
main #map .places div a {
    color: #c00;
    font-size: 34px;
    font-family: pneb
}
main #map .places div a:hover {
    text-decoration: none
}
footer {
    background: #003955;
    padding-top: 30px;
    padding-bottom: 35px;
    color: #fff
}
footer .col-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}
footer .copy {
    font-size: 14px;
    margin-top: 5px;
    line-height: 1.3;
    text-align: left;
}
footer .counters {
    float: left;
}
footer .title {
    float: left;
}
footer .social {
    float: left;
    margin: 0 10px;
}
footer .social a {
    display: inline-block;
    width: 31px;
    height: 31px;
    margin-right: 5px;
}
footer .social a.vk {
    background: url(../images/icon-vk-31.png) no-repeat 0 0;
}
footer .social a.youtube {
    background: url(../images/icon-youtube-31.png) no-repeat 0 0;
}
footer .desc {
    font-size: 20px;
    font-family: pnr
}
footer a {
    display: block;
    color: #fff;
    text-align: right
}
footer a:hover {
    color: #fff;
    text-decoration: none
}
footer a.link-tel {
    font-size: 18px;
    margin-bottom: 5px
}
footer a.link-mail {
    font-size: 16px
}
footer a img {
    margin-right: 13px
}
.up {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #959595;
    opacity: .62;
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    right: 50px;
    bottom: 50px;
    width: 55px;
    height: 55px;
    z-index: 300;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}
.up:hover {
    opacity: 1
}

#city .modal-dialog {
    max-width: 600px;
}
#city .modal-body .city-list {
    margin: 15px 0 0;
    padding: 0;
    list-style: none;
}
#city .modal-body .city-list li {
    float: left;
    width: 33.33%;
    margin-bottom: 5px;
}
#city .modal-body .city-list li a {
    line-height: 1;
}
#city .modal-body .city-list li a:hover {
    text-decoration: none;
    border-bottom: 1px dashed;
}
#city .modal-body .city-list li.selected a {
    color: #0056B3;
    border-bottom: 1px dashed;
}
#city .modal-body .city-list li.selected a:hover {
    text-decoration: none;
}
.list-image-items .list-item {
    clear: both;
    overflow: hidden;
    margin-bottom: 10px;
}
.list-image-items .list-item img {
    float: left;
    padding: 3px;
    background: #fff;
    border: 1px solid #ccc;
    margin-right: 10px;
}
.list-image-items .list-item a {
    color: #0056B3;
    text-decoration: underline;
}
.list-image-items .list-item a:hover {
    text-decoration: none;
}

.list-images {
    clear: both;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}
.list-images li {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 33.3333%;
    /*border: 1px solid;*/
    overflow: hidden;
    float: left;
    text-align: center;
}
.list-images img {
    padding: 3px;
    background: #fff;
    border: 1px solid #ccc;
    margin-bottom: 7px;
}

.list-images.sample-images li {
    width: unset;
}
.list-images.sample-images img {
    width: 146px;
    margin: 0 4px 8px 4px;
}

@media (max-width: 1199px) {
    header .header .logo-block {
        /*width: 100%*/
    }
    header .header .contacts {
        width: 100%;
        margin-top: 20px
    }
    header .header .contacts .tel-block {
        padding-left: 70px;
    }
    header .header .contacts .tel-block img {
        left: 0;
    }
    main .first-block .col-12 {
        grid-template-columns: 1fr
    }
    main .first-block .h1-block {
        margin-left: auto;
        margin-right: auto
    }
    main .first-block .calculate {
        margin-left: auto;
        margin-right: auto
    }
    main .characteristics .grid {
        grid-template-columns: repeat(2, 350px);
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    main .karkas .image {
        margin: 0 auto;
    }
    main .kinds .grid {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: space-evenly;
        -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly
    }
    main .kinds .grid .item3 {
        margin-top: 50px
    }
    main .texnology .grid {
        grid-template-columns: repeat(2, 250px);
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        grid-gap: 30px 50px
    }
    main .objects .grid {
        grid-template-columns: repeat(2, 370px);
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        grid-gap: 30px 50px
    }
    main .ask .ask-blocks {
        grid-template-columns: repeat(2, 455px)
    }
    main .reviews .items {
        grid-template-columns: repeat(2, 366px);
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        grid-gap: 130px 50px
    }
    main .reviews .items .item3 {
        grid-row: 2;
        grid-column: 1/3;
        justify-self: center
    }
    main .first-block .bx-wrapper {
        margin: 0 auto;
    }
    main .complect .grid {
        grid-template-columns: repeat(3, 160px);
        margin: 0 auto;
        width: 580px;
        /*grid-gap: 50px 50px*/
    }
    main .complect .grid .item:nth-child(3) .img-block:before {
        display: none;
    }

    main .offer .image {
        background: url(../images/offer-tablet-h.jpg) no-repeat 0 0;
        width: 962px;
        height: 541px;
    }
    main .stock .h2-block .stock-gift {
        top: 75px;
        left: 394px;
        width: 214px;
        height: unset;
    }
}
@media (max-width: 991px) {
    header nav a.dealers {
        margin-left: 20px;
    }
    main .first-block .h1-block {
        width: 100%
    }
    main .first-block .h1-block h1 {
        font-size: 54px
    }
    main .first-block .h1-block h2 {
        font-size: 36px;
        margin-bottom: 30px
    }
    main .first-block .h1-block span {
        margin-bottom: 20px
    }
    main .first-block .h1-block p {
        font-size: 28px;
        line-height: 40px
    }
    main .characteristics .grid {
        grid-template-columns: repeat(2, 320px);
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        grid-gap: 50px 10px
    }
    main .characteristics .grid .item .desc h3 {
        font-size: 21px
    }
    main .characteristics .grid .item .desc span {
        font-size: 16px
    }
    main .kinds .grid .item2 {
        margin-top: 50px
    }
    main .zamer .h2-block {
        margin-left: auto;
        margin-right: auto
    }
    main .zamer .form {
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px
    }
    main .stock .img-wrap a:first-child:after {
        left: 300px;
    }
    main .stock .h2-block {
        margin-left: auto;
        margin-right: auto
    }
    main .stock .h2-block .stock-gift {
        top: 90px;
        left: 445px;
        width: 198px;
        height: unset;
    }
    main .stock .h2-block span.second {
        left: 175px;
    }
    main .stock .form {
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px
    }
    main .dealer .h2-block {
        margin-left: auto;
        margin-right: auto
    }
    main .dealer .form {
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px
    }
    main .objects .grid {
        grid-template-columns: repeat(2, 1fr)
    }
    main .objects .item img {
        width: 100%
    }
    main .ask .ask-blocks {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 13px
    }
    main .ask .ask-blocks .item h4 {
        font-size: 20px
    }
    main .reviews .items {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 130px 30px
    }
    main .reviews .items .item {
        width: 100%
    }
    main .call h2 {
        font-size: 33px
    }
    main .offer .image {
        background: url(../images/offer-tablet-v.jpg) no-repeat 0 0;
        width: 690px;
        height: 388px;
    }
    footer .copy {
        font-size: 12px
    }
    footer .desc {
        font-size: 16px
    }
    footer a.link-tel {
        font-size: 14px
    }
    footer a.link-mail {
        font-size: 14px
    }
}
@media (max-width: 820px) {
    main .complect .grid {
        grid-template-columns: repeat(2, 160px);
        margin: 0 auto;
        width: 380px;
        /*grid-gap: 50px 50px*/
    }
    main .complect .grid .item:nth-child(3) .img-block:before {
        display: block;
    }
    main .complect .grid .item:nth-child(2) .img-block:before,
    main .complect .grid .item:nth-child(4) .img-block:before {
        display: none;
    }
}
@media (max-width: 767px) {
    .list-image-items .list-item .doc-images img {
        width: 200px;
        margin: 4px auto;
        float: unset;
    }
    .list-images li {
        width: 100%;
    }
    main .project-page h2 {
        font-size: 22px;
    }
    .col-md-12 {
        margin-bottom: 20px;
    }
    .project-slider li {
        width: 100%;
        height: auto;
    }
    header .header .logo-block span {
        font-size: 17px
    }
    header .header .contacts .tel-block img {
        top: 0;
    }
    header .header .contacts .tel-block div a {
        font-size: 26px
    }
    header .header .contacts .tel-block div span {
        font-size: 16px;
        letter-spacing: 0.04em;
    }
    header .header .email-block {
        margin: 0 auto;
    }
    header .header .email {
        margin: 20px auto;
    }
    header .header .logo-block {
        width: 100%;
    }
    header .header .contacts .tel-block {
        margin: 0 auto;
    }
    header .header .city-block {
        margin: 10px auto;
    }
    header .logo {
        margin: 0 auto;
    }
    main .first-block .h1-block h1 {
        font-size: 39px
    }
    main .first-block .h1-block h2 {
        font-size: 26px
    }
    main .first-block .h1-block p {
        font-size: 20px;
        line-height: 36px
    }
    main .first-block .h1-block {
        height: 360px
    }
    main .characteristics .grid {
        grid-template-columns: 1fr
    }
    main .characteristics .grid .item {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    main .texnology .grid {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 30px 20px
    }
    main .zamer .h2-block h2 {
        font-size: 49px;
        text-align: center
    }
    main .stock .h2-block h2 {
        font-size: 49px;
        text-align: center
    }
    main .stock .img-wrap a:first-child:after {
        left: 250px;
    }
    main .stock .h2-block .stock-gift {
        top: 109px;
        left: 407px;
        width: 166px;
        height: unset;
    }
    main .stock .h2-block span.second {
        left: 100px;
    }
    main .stock .form {
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px
    }
    main .dealer .h2-block h4 {
        font-size: 25px;
        text-align: center
    }
    main .objects .grid {
        grid-gap: 30px 20px
    }
    main .ask {
        padding-top: 70px
    }
    main .ask h3 {
        font-size: 18px;
        line-height: 24px
    }
    main .ask .ask-blocks {
        grid-template-columns: 1fr
    }
    main .ask .ask-blocks2 {
        margin-top: 0
    }
    main .reviews .items {
        grid-template-columns: 1fr
    }
    main .reviews .items .item3 {
        grid-column: 1
    }
    main .call h2 {
        font-size: 24px;
        line-height: 36px
    }
    main .call h3 {
        font-size: 20px
    }
    main .offer .image {
        background: url(../images/offer-mobile-h.jpg) no-repeat 0 0;
        width: 510px;
        height: 287px;
    }
    .up {
        right: 20px;
        bottom: 20px
    }
    footer .copy {
        width: 100%;
        font-size: 14px
    }
    footer .col-12 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    footer .desc {
        margin-top: 10px;
        width: 100%;
        font-size: 18px;
        display: block
    }
    footer a.link-tel {
        text-align: center;
        font-size: 18px
    }
    footer a.link-mail {
        text-align: center;
        font-size: 16px
    }
    footer .footer-contacts {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 10px
    }
    main #map {
        height: 600px;
        overflow: hidden
    }
    main #map .container {
        max-width: 100%;
        padding: 0
    }
    main #map .places {
        position: static;
        width: 100%;
        border: none
    }
    nav a {
        display: block;
        text-align: center;
        padding: 10px 0
    }
    nav svg {
        width: 30px;
        height: 30px
    }
    header nav.stickytop .phone {
        display: block;
        font-size: 30px;
        color: #ffffff;
        font-family: pneb;
        letter-spacing: 1px;
        line-height: 1;
        right: 0;
        width: 86%;
        text-align: right;
        padding-top: 7px;
    }
    main .complect .grid {
        grid-template-columns: repeat(1, 160px);
        margin: 0 auto;
        width: 160px;
        /*grid-gap: 50px 50px*/
    }
    main .complect .grid .item .img-block:before {
        right: unset;
        top: unset;
        bottom: -35px;
        left: 55px;
    }
    main .complect .grid .item:nth-child(2) .img-block:before,
    main .complect .grid .item:nth-child(3) .img-block:before,
    main .complect .grid .item:nth-child(4) .img-block:before {
        display: block;
    }
    main .sale-block {
        font-size: 28px;
        line-height: 1.2;
    }
    main .projects h2 {
        font-size: 26px;
    }
    main .projects .grid .item .wrap h3 {
        font-size: 22px;
    }
    main .projects .grid .item .wrap .item-price {
        font-size: 20px;
    }
    main .projects .filter-wrap {
        font-size: 14px;
    }
    main .projects .filter-wrap h5 {
        font-size: 16px;
    }
    main .projects .filter-wrap h5 span.title {
        width: 35%;
    }
    main .projects .filter-wrap h5 .fields {
        width: 62%;
    }
    main .projects .projects-filter input.price,
    main .projects .projects-filter .filter-range input {
        width: 85px;
    }
    main .projects .projects-filter .sizes li {
        width: 100px;
    }
    .page-link-prev,
    .page-link-next {
        display: none;
    }
    .list-images.sample-images li {
        width: 100%;
    }
    .list-images.sample-images img {
        width: 250px;
    }
}
@media (max-width: 575px) {
    header .logo {
        background: url(../images/logo5-mobile.png) 0 0 no-repeat;
        width: 300px;
    }
    header .header .logo-block img {
        margin: 0 auto
    }
    header .header .logo-block span {
        text-align: center;
        margin-top: 15px;
        margin-left: auto;
        margin-right: auto
    }
    header .header .logo-block span.slogan {
        left: 78px;
        font-size: 10px;
        letter-spacing: 0.08em;
        top: -6px;
        text-align: left;
    }
    header .header .email {
        margin: 0 auto;
    }
    header .header {
        padding-left: 0;
        padding-right: 0
    }
    header .header .contacts .tel-block {
        margin: 0;
        width: 100%;
        padding-left: 0;
    }
    header .header .contacts .tel-block div a {
        font-size: 23px
    }
    header .header .contacts .tel-block div span {
        font-size: 15px;
        letter-spacing: 0;
    }
    header .header .contacts .tel-block img {
        display: none;
    }
    header .header .contacts button {
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px
    }
    header nav.stickytop .phone {
        font-size: 25px;
        width: 78%;
    }
    header .header .city-block {
        min-width: 100%;
        margin-top: 20px;
    }
    header .header .logo-block .city-name {
        text-align: center;
        width: 100%;
        margin-bottom: 15px;
        margin-top: -5px;
    }
    #city .modal-body .city-list li {
        width: 100%;
    }
    main .first-block .col-12 {
        grid-template-columns: 100%
    }
    main .first-block .h1-block {
        padding: 30px 20px;
        height: auto
    }
    main .first-block .h1-block span {
        font-size: 22px;
        -webkit-background-size: 100% 100%;
        background-size: 100%;
        margin-bottom: 0;
        width: 250px;
        margin-left: auto;
        margin-right: auto
    }
    main .first-block .h1-block p {
        line-height: 24px
    }
    main .first-block .h1-block h2 {
        margin-bottom: 0
    }
    main .first-block .calculate {
        max-width: 369px;
        height: auto;
        width: 100%
    }
    main .first-block .calculate .calculate-body form div {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    main .first-block .calculate .calculate-body form div label {
        width: 100%;
        text-align: center
    }
    main .first-block .calculate .calculate-body form div input,
    main .first-block .calculate .calculate-body form div select {
        margin: 0 auto
    }
    main .first-block .calculate .calculate-body form div #phone {
        width: 100%;
    }
    main .first-block .calculate .calculate-body form {
        grid-template-columns: 100%
    }
    main .first-block .calculate .calculate-body form .files-wrap {
        width: 105%;
    }
    main .content .first-image:after {
        top: 48px;
        left: 85px;
    }
    main .texnology .grid {
        grid-template-columns: 1fr;
        text-align: center
    }
    main .characteristics .grid {
        grid-template-columns: 100%
    }
    main .characteristics .grid .item .img-block {
        margin-right: 20px
    }
    main .ask button {
        width: 100%;
        max-width: 306px
    }
    main .call button {
        width: 100%;
        max-width: 306px
    }
    main .zamer .form {
        max-width: 369px;
        width: 100%
    }
    main .stock .form {
        max-width: 369px;
        width: 100%
    }
    main .stock .img-wrap a:first-child img {
        width: 300px;
    }
    main .stock .h2-block span.second {
        top: 170px;
        left: 15px;
        font-size: 16px;
    }
    main .stock .img-wrap a:first-child:after {
        display: none;
    }
    main .stock .h2-block .stock-gift {
        top: 52px;
        left: 190px;
        width: 121px;
        height: unset;
    }
    main .stock .form label.accept {
        font-size: 11px;
    }
    main .stock .form .captcha label {
        display: none;
    }
    main .stock.fahverk .h2-block {
        margin: unset;
        text-align: center;
    }
    main .stock.fahverk .form {
        margin-right: unset;
    }
    main .dealer .form {
        max-width: 369px;
        width: 100%
    }
    main .first-block .calculate .calculate-body form button {
        max-width: 306px;
        width: 100%
    }
    main .characteristics h2 {
        font-size: 32px;
        width: 85%;
        margin-left: auto;
        margin-right: auto;
    }
    main .characteristics .grid .item .desc {
        width: 188px
    }
    main .characteristics .grid .item .desc h3 {
        font-size: 20px;
        margin-bottom: 5px
    }
    main .characteristics .grid .item .desc span {
        font-size: 14px
    }
    main .kinds {
        padding-top: 40px
    }
    main .kinds h2 {
        font-size: 26px
    }
    main .kinds h3 {
        font-size: 14px;
    }
    main .kinds .grid .item .wrap {
        padding: 18px 20px 22px
    }
    main .kinds .grid .item .img {
        width: 100%;
        height: auto
    }
    main .kinds .grid .item .wrap h4 {
        font-size: 21px
    }
    main .kinds .grid .item .wrap .item-price {
        font-size: 20px
    }
    main .kinds .grid .item {
        height: auto;
        margin-bottom: 20px;
    }
    main .kinds .grid .item2,
    main .kinds .grid .item3 {
        margin-top: 0;
    }
    main .characteristics {
        padding-top: 70px
    }
    main .texnology h2 {
        font-size: 32px
    }
    main .texnology {
        padding-top: 70px;
        padding-bottom: 70px
    }
    main .zamer .h2-block h2 {
        font-size: 26px
    }
    main .zamer .h2-block span {
        font-size: 17px
    }
    main .zamer .form h4 {
        max-width: 256px;
        width: 100%;
        -webkit-background-size: 100% 100%;
        background-size: 100%
    }
    main .zamer .form {
        padding: 28px 25px 34px
    }
    main .zamer .form h3 {
        font-size: 19px
    }
    main .zamer .form span {
        font-size: 16px
    }
    main .stock .h2-block h2 {
        font-size: 26px
    }
    main .stock .h2-block span {
        font-size: 17px
    }
    main .stock .form h4 {
        max-width: 256px;
        width: 100%;
        -webkit-background-size: 100% 100%;
        background-size: 100%
    }
    main .stock .form {
        padding: 28px 25px 34px
    }
    main .stock .form h3 {
        font-size: 19px
    }
    main .stock .form span {
        font-size: 16px
    }
    main .dealer .h2-block h4 {
        font-size: 20px
    }
    main .dealer .h2-block span {
        font-size: 17px
    }
    main .dealer .form h4 {
        max-width: 256px;
        width: 100%;
        -webkit-background-size: 100% 100%;
        background-size: 100%;
    }
    main .dealer .form {
        padding: 28px 25px 34px
    }
    main .dealer .form h3 {
        font-size: 19px
    }
    main .dealer .form span {
        font-size: 16px
    }
    main .gallery .grid {
        /*grid-template-columns: 100%;*/
        grid-template-columns: 1fr;
        text-align: center;
        display: block;
    }
    main .gallery h2 {
        font-size: 26px;
    }
    main .objects h2 {
        font-size: 26px
    }
    main .objects .grid {
        grid-template-columns: 1fr
    }
    main .objects {
        padding-top: 30px;
        padding-bottom: 70px
    }
    main .objects .item span {
        font-size: 20px;
    }
    main .ask h2 {
        font-size: 26px
    }
    main .ask .ask-blocks .item h4 {
        font-size: 16px
    }
    main .reviews {
        padding-top: 70px
    }
    main .reviews h2 {
        font-size: 32px
    }
    main .reviews .items .item {
        padding: 0 15px 50px
    }
    main .reviews .items .item span {
        font-size: 14px
    }
    main .call h2 {
        font-size: 16px;
        line-height: 24px
    }
    main .call h3 {
        font-size: 16px;
        line-height: 22px
    }
    main .offer .image {
        background: url(../images/offer-mobile-v.jpg) no-repeat 0 0;
        width: 320px;
        height: 180px;
        margin: 0 auto;
    }
    main .content .image .img-wrap,
    main .content .image img {
        width: 100%;
        height: 100%;
    }
    main #map .places span {
        font-size: 18px
    }
    main #map .places div a {
        font-size: 24px
    }
    main #map .places .places-logo {
        display: none;
    }
    main #map .places .places-logo-mobile {
        display: block;
    }
    .modal .modal-complect .modal-content {
        padding: 20px 5px 43px;
    }
}
.success {
    width: 40%;
    height: auto;
    font-size: 18px;
    font-family: pneb;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    top: 22vh;
    left: 0;
    right: 0;
    background: #47cd5d;
    border: 2px solid #11aa2b;
    padding: 10px 20px;
    z-index: 100;
    display: none;
    -webkit-box-shadow: 0 0 10px 0;
    box-shadow: 0 0 10px 0;
    color: #fcfbfb;
    text-shadow: 0 0 2px #000;
    text-align: center;
}
@media (max-width: 1199px) {
    .success {
        top: 200px
    }
}
.modal-open .modal {
    background: rgba(0, 0, 0, .8)
}
.modal .modal-dialog {
    max-width: 370px;
    width: 100%;
    position: absolute;
    margin: auto;
    top: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    /*height: 380px*/
}
.modal .modal-dialog.medium {
    max-width: 580px;
}
@media (max-width: 361px) {
    .modal .modal-dialog {
        max-width: 300px
    }
}
@media (max-width: 1199px) {
    .modal .modal-dialog {
        margin-top: 50px
    }
}
.modal .modal-content {
    background: #fff;
    border: none;
    padding: 45px 32px 43px
}
.modal .modal-complect .modal-content {
    padding: 20px 32px 43px;
}
.modal .modal-complect h2 {
    text-align: left;
    margin-bottom: 0;
}
.modal .modal-complect th.materials {
    /*background: url(../images/complect-materials.png) no-repeat 0 0;*/
    display: table-cell;
    width: 90px;
    height: 63px;
    padding: 0;
}
.modal .modal-complect td.materials {
   background-color: #eef8fb;
    width: 90px;
}
.modal .modal-complect th.services {
    /*background: url(../images/complect-works.png) no-repeat 0 0;*/
    display: table-cell;
    width: 90px;
    height: 63px;
    padding: 0;
}
.modal .modal-complect td.services {
    background-color: #fff5e4;
    width: 90px;
}

.modal .modal-complect .close {
    right: 0;
    top: -10px;
}

@media (max-width: 361px) {
    .modal .modal-content {
        padding: 40px 20px 28px
    }
}
.modal .modal-header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    padding: 0
}
.modal .modal-footer {
    padding: 0
}
.modal .modal-body {
    padding: 10px 0 0 0;
}
.modal .modal-body button {
    width: 306px;
    height: 53px;
    background: -webkit-gradient(linear, left bottom, left top, from(#f6d30c), to(#ffe937));
    background: -webkit-linear-gradient(bottom, #f6d30c 0, #ffe937 100%);
    background: -o-linear-gradient(bottom, #f6d30c 0, #ffe937 100%);
    background: linear-gradient(360deg, #f6d30c 0, #ffe937 100%);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: none;
    -webkit-box-shadow: 0 4px 0 0 #e7ae01;
    box-shadow: 0 4px 0 0 #e7ae01;
    font-size: 20px;
    text-transform: uppercase;
    font-family: pnb;
    margin-top: 18px;
    width: 100%
}
.modal .modal-body button:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#f6d30c), to(#ffe937));
    background: -webkit-linear-gradient(top, #f6d30c 0, #ffe937 100%);
    background: -o-linear-gradient(top, #f6d30c 0, #ffe937 100%);
    background: linear-gradient(180deg, #f6d30c 0, #ffe937 100%)
}
.modal-body .doc-images li {
    width: unset;
}
.modal-body .list-images.doc-images img {
    margin: 0 4px 8px 4px;
    width: 130px;
}
.modal h2 {
    font-size: 26px;
    text-align: center;
    color: #033;
    font-family: pnb;
    text-transform: uppercase;
    line-height: 28px;
    width: 100%;
    display: block;
    margin-bottom: 15px
}
.modal h2 span {
    font-size: 20px
}
.modal h4 {
    font-size: 17px;
    color: #033;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    font-family: pnr
}
.modal input {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    outline: 0;
    border: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 19px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    color: #333
}
.modal input[type="checkbox"] {
    width: auto;
    margin-top: 10px;
}
.modal input:focus {
    outline: 0
}
/*.modal input.tel {*/
    /*margin-bottom: 0*/
/*}*/
.modal button {
    cursor: pointer;
    outline: 0
}
.modal button:focus {
    outline: 0
}
.modal .close {
    position: absolute;
    right: 9px;
    top: 0;
    opacity: .25;
    font-size: 36px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    font-size: 46px
}
.modal .close:hover {
    opacity: .85
}
.modal label.accept {
    font-size: 14px;
}

.loading-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
}
.loading-back {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.5;
}
.loading{
    top: 300px;
    left: 50%;
    position: relative;
    width: 100px;
    height: 100px;
}
.loading.bar div{
    width: 10px;
    height: 30px;
    background: black;
    position: absolute;
    top: 35px;
    left: 45px;
    opacity:0.05;

    -webkit-animation: fadeit 1.1s linear infinite;
    animation: fadeit 1.1s linear infinite;
}
.loading.bar div:nth-child(1){
    -webkit-transform: rotate(0deg) translate(0, -30px);
    transform: rotate(0deg) translate(0, -30px);

    -webkit-animation-delay:0.39s;
    animation-delay:0.39s;
}
.loading.bar div:nth-child(2){
    -webkit-transform: rotate(45deg) translate(0, -30px);
    transform: rotate(45deg) translate(0, -30px);

    -webkit-animation-delay:0.52s;
    animation-delay:0.52s;
}
.loading.bar div:nth-child(3){
    -webkit-transform: rotate(90deg) translate(0, -30px);
    transform: rotate(90deg) translate(0, -30px);

    -webkit-animation-delay:0.65s;
    animation-delay:0.65s;
}
.loading.bar div:nth-child(4){
    -webkit-transform: rotate(135deg) translate(0, -30px);
    transform: rotate(135deg) translate(0, -30px);

    -webkit-animation-delay:0.78s;
    animation-delay:0.78s;
}
.loading.bar div:nth-child(5){
    -webkit-transform: rotate(180deg) translate(0, -30px);
    transform: rotate(180deg) translate(0, -30px);

    -webkit-animation-delay:0.91s;
    animation-delay:0.91s;
}
.loading.bar div:nth-child(6){
    -webkit-transform: rotate(225deg) translate(0, -30px);
    transform: rotate(225deg) translate(0, -30px);

    -webkit-animation-delay:1.04s;
    animation-delay:1.04s;
}
.loading.bar div:nth-child(7){
    -webkit-transform: rotate(270deg) translate(0, -30px);
    transform: rotate(270deg) translate(0, -30px);

    -webkit-animation-delay:1.17s;
    animation-delay:1.17s;
}
.loading.bar div:nth-child(8){
    -webkit-transform: rotate(315deg) translate(0, -30px);
    transform: rotate(315deg) translate(0, -30px);

    -webkit-animation-delay:1.3s;
    animation-delay:1.3s;
}
@-webkit-keyframes fadeit{
    0%{ opacity:1; }
    100%{ opacity:0;}
}
@keyframes fadeit{
    0%{ opacity:1; }
    100%{ opacity:0;}
}

.fixed {
    position: fixed;
    width: 100%;
}
.bx-wrapper .bx-controls-direction a {
    top: 95%;
    opacity: 0.5;
}
a.check-all {
    border-bottom: 1px dashed;
    line-height: 1;
    margin-bottom: 10px;
    display: inline-block;
}
a.check-all:hover {
   text-decoration: none;
}

.projects-filter .sizes,
.projects-filter ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.filter-wrap .two-cols li {
    width: 49%;
    display: inline-block;
}
.projects-filter .sizes li {
    display: inline-block;
    width: 120px;
}
.projects-filter .sizes li .count {
    font-size: 12px;
    color: #ccc;
    font-family: sans-serif;
}
.projects-filter input.price,
.projects-filter .filter-range input {
    width: 90px;
    padding: 2px 4px;
}

.projects-filter .filter-input input {
    width: 90px;
    padding: 2px 4px;
}
.projects-filter .ui-slider-horizontal {
    margin-top: 15px;
}
.filter-wrap {
    margin-bottom: 15px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
}
.filter-wrap strong {
    font-size: 1.25rem;
}
.filter-wrap .hint {
    font-size: small;
    color: #999;
}
.filter-wrap h5 span.title {
    display: inline-block;
    width: 40%;
}
.filter-wrap h5 .fields {
    display: inline-block;
    width: 58%;
    /*text-align: right;*/
}
.filter-wrap.filter-input {
    padding-bottom: 5px;
}

.modal-complect .backform {
    margin-top: 20px;
    border-top: 2px dashed #ccc;
    padding-top: 20px;
}
.modal-complect .backform div {
    float: left;
    width: 50%;
    height: 50px;
    padding: 0 5px 0 0;
}
.modal-complect .modal-body button {
    margin-top: 5px;
    height: 45px;
}
.modal-complect label.accept {
    line-height: 0.5em;
    margin-top: 5px;
}
.modal-complect .stage-title td {
    text-transform: uppercase;
    padding-top: 10px;
}
.modal-complect .service-description {
    font-size: 15px;
    font-family: 'Arial', sans-serif;
    line-height: 1.3;
    border-bottom: 1px dashed #ccc;
}
.modal-complect .service-description td {
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.modal-complect .total-price {
    text-align: right;
    font-size: 25px;
}
.modal-complect .total-price span {
    font-size: 18px;
}
.modal-body .captcha-input {
    width: 85px;
}
.zamer .captcha-input,
.dealer .captcha-input,
.stock .captcha-input {
    width: 82px !important;
}
.size-select {
    cursor: pointer;
    display: inline-block;
    padding: 0 4px;
}
.sort-icons-wrap {
    float: right;
    margin: 10px 10px 0 0;
}
.sort-icons-wrap .sort-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
}
.sort-icons-wrap .sort-icon.name {
    background: url(../images/sort-abc.svg) no-repeat 0 0;
}
.sort-icons-wrap .sort-icon.price,
.sort-icons-wrap .sort-icon.price2 {
    background: url(../images/sort-number.svg) no-repeat 0 0;
}
.stage-wrap {
    margin-bottom: 20px;
}
.stage-item-wrap {
    margin-bottom: 10px;
}
.stage-item-wrap span {
    /*text-decoration: underline;*/
}
.stage-description {
    font-family: 'pnr';
    padding-left: 17px;
}
#form_services .check-all {
    margin-top: -15px;
    display: table-caption;
}