@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');

.cform,
div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body,
html,
li,
p,
ul {
    margin: 0;
    padding: 0;
}
p {
    margin-top: 15px;
}
body {
    font-family: Roboto;
    font-size: 17px;
    color: #333;
    line-height: 1.4;
    font-weight: 300;
    overflow-x: hidden;
}
b {
    font-weight: 500;
}
img {
    max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin: 15px auto;
    line-height: 1.3;
    text-align: left;
}
.bg100 h1,
.bg100 h2,
.bg100 h3,
.bg100 h4,
.bg100 h5,
.bg100 h6 {
    color: #fff;
}
h1 {
    font-size: 60px;
    display: inline-block;
    padding: 20px 80px;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    position: relative;
    margin: 0 auto;
    text-align: center;
}
h1::after {
    background: url(../images/dotwhite.png) right top no-repeat;
    position: absolute;
    width: 86px;
    height: 16px;
    content: '';
    right: 0;
    top: -8px;
}
h2 {
    font-size: 48px;
    color: #1d3a43;
    display: inline-block;
    padding: 20px 80px 10px 30px;
    border-right: solid 2px #c61f31;
    border-bottom: solid 2px #c61f31;
    position: relative;
    margin: 15px 10px 0;
}
h2::after {
    background: url(../images/dotred.png) right top no-repeat;
    position: absolute;
    width: 64px;
    height: 16px;
    content: '';
    right: 0;
    top: -8px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 21px;
}
h5 {
    font-size: 21px;
    font-weight: 300;
    padding-left: 30px;
    margin-bottom: 40px;
}
h6 {
    font-size: 22px;
    margin: 25px auto 0;
}
a {
    color: #fff;
    text-decoration: none;
}
ul {
    margin-left: 40px;
}
li {
    position: relative;
    list-style: none;
    text-align: left;
    line-height: 1.5;
}
li::before {
    position: absolute;
    content: '';
    background: #fff;
    width: 7px;
    height: 7px;
    left: -30px;
    top: 11px;
}
.box100 {
    width: 100%;
    display: block;
    text-align: center;
}
.box90 {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 70px 0;
}
.bg100 {
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
}
.bl2 {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin: 0 -1.5px;
}
.box2 {
    display: inline-block;
    margin: 20px auto;
    width: 49.5%;
    padding: 10px;
    text-align: left;
    vertical-align: top;
}
.box2c {
    display: inline-block;
    margin: 0 auto;
    width: 66%;
    padding: 10px;
    text-align: left;
    vertical-align: top;
}
.box3 {
    display: inline-block;
    margin: 0 auto;
    width: 33%;
    vertical-align: top;
}
.box4 {
    display: inline-block;
    margin: 0 auto;
    width: 24.5%;
    padding: 0;
    vertical-align: top;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.header {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 999999;
    top: 0;
    border-bottom: solid 1px #ccc;
}
.social {
    background: #1d3a43;
}
.social .box90 {
    padding: 2px 0;
    text-align: right;
}
.social a {
    display: inline-block;
    margin: 0 5px;
}
.header li::before {
    display: none;
}
.menu {
    background: #f3f5f8;
}
.menu .box90 {
    padding: 3px 0;
    text-align: right;
    position: relative;
}
.menu li::before {
    display: none;
}
.menu li {
    display: inline-block;
    margin: 0 3px;
    padding: 17px;
}
li.activenow {
    border-bottom: solid 3px #1d3a43;
}
.menu .activenow a {
    font-weight: 500;
    color: #1d3a43;
}
.menu li:hover {
    background: #1d3a43;
}
.menu a {
    color: #666;
    font-weight: 400;
    padding: 17px 0;
    width: 100%;
}
.menu li:hover a {
    color: #fff;
}
.adaptive {
    display: none;
}
.logo {
    position: absolute;
    top: -25px;
}
.lead {
    position: relative;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
figure {
    margin: 0;
}
.video {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.lead video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.offer {
    position: relative;
    padding: 300px 0 0;
    font-weight: 400;
    font-size: 33px;
}
.green {
    background: #1d3a43;
    padding: 0 20px 5px;
}
.mobile {
    display: none;
}
.button,
.popup-call,
input[type='submit'] {
    display: block;
    width: 300px;
    padding: 25px 0;
    background: #c61f31;
    border-radius: 50px;
    margin: 100px auto;
    box-shadow: 0 0 20px #333;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
}
.button:hover,
.popup-call:hover,
input[type='submit']:hover {
    background: #ea0f2a;
    box-shadow: 0 0 20px #ea0f2a;
}
.future .box2 {
    padding: 0;
}
.feature {
    margin-top: -150px;
    float: right;
    position: relative;
    width: 400px;
}
.feature h4 {
    color: #fff;
    background: #1d3a43;
    position: absolute;
    top: 15px;
    padding: 10px 0 10px 40px;
    margin: 0;
    width: 105.5%;
}
.icon {
    position: absolute;
    top: 0;
    left: -65px;
    width: 80px;
    height: 80px;
    background: #f3f5f8;
    border: solid 1px #1d3a43;
    border-radius: 50%;
    text-align: center;
    padding-top: 18px;
}
.icon img {
    width: 40px;
}
.featuretext {
    background: #f3f5f8;
    padding: 70px 10px 30px 40px;
    margin-right: 10px;
    box-shadow: 0 5px 10px #999;
    text-align: left;
}
.benefits {
    background: #1d3a43;
    font-size: 19px;
}
.bl2.right {
    text-align: right;
}
.box2.left {
    text-align: left;
}
.benefits .box2 {
    width: 600px;
}
.benefits .bl2 {
    vertical-align: middle;
}
.box2.text,
.text {
    padding: 30px 50px;
}
.like {
    background: url(../images/benefit1.webp) center;
    background-size: cover;
    height: 500px;
}
.cheap {
    background: url(../images/benefit2.jpg) center;
    background-size: cover;
    height: 550px;
}
.studio {
    background: url(../images/benefit3.jpg) center;
    background-size: cover;
    height: 500px;
}
.bl2.hide {
    display: none;
}
.discount {
    background: #f3f5f8;
    font-size: 22px;
}
.discount h3 {
    text-align: center;
}
.discount h2 {
    text-align: center;
    border: none;
    display: block;
    font-size: 42px;
    padding-top: 0;
    margin-bottom: 20px;
}
.discount h2::after {
    display: none;
}
.red {
    color: #c61f31;
}
.discount .button {
    margin: 60px auto -110px;
}
.gallery .box90 {
    max-width: 1400px;
}
.object {
    height: 350px;
}
.object:hover {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    box-shadow: 0 0 20px #666;
}
.owl-item:hover .button {
    background: #c61f31;
}
.gallery h2,
.gallery h5 {
    margin-left: 10%;
}
.gallery .button {
    background: #1d3a43;
    width: 180px;
    padding: 20px 0;
    margin: -20px auto 20px;
    position: relative;
    font-size: 15px;
}
.owl-theme .owl-item {
    padding: 10px;
}
.gift {
    background: #f3f5f8;
    font-size: 20px;
    margin-top: 30px;
}
.gift .box90 {
    padding: 0;
}
.gift li::before {
    background: #333;
}
.gift .button {
    margin: 30px auto 0;
}
.gift img {
    margin: -70px auto -100px;
}
.feed .box2c {
    height: 500px;
}
.feed .owl-item {
    text-align: left;
    overflow: hidden;
}
.feed .feature {
    width: 50%;
    margin-top: -200px;
}
.feed .feature h4 {
    width: 115%;
    margin-left: -50px;
    padding-left: 15%;
    top: 25px;
}
.feed .featuretext {
    padding: 90px 10px 40px 40px;
}
.materials {
    background: #1d3a43;
    font-size: 20px;
}
.materials .box90 {
    padding: 0;
}
.materials .button {
    margin: 30px auto 0;
}
.materials img {
    margin: -100px auto;
}
.ps iframe {
    width: 100%;
    height: 380px;
    border: solid 2px #1d3a43;
    margin-top: 30px;
}
.ps .feature {
    margin-top: -100px;
    float: none;
}
.ps .feature h4 {
    margin-left: -10px;
}
.ps .featuretext p a {
    color: #333;
}
.ps .featuretext {
    margin-left: 20px;
    padding-top: 80px;
}
i.red {
    margin-right: 10px;
}
.popup-call {
    margin: 30px -50px -80px auto;
}
.feature .form-contacts h4 {
    top: 35px;
}
.form-contacts {
    max-width: 400px;
    width: 100%;
}
.footer {
    background: #222;
    color: #fff;
    line-height: 1.6;
    padding: 30px 0;
}
.footer .box90 {
    padding: 10px;
    text-align: left;
}
.footer .box3 {
    text-align: left;
    margin: 20px auto 0;
}
.footer .contacts a {
    color: #fff;
}
.creditline {
    text-align: center;
    margin-top: 30px;
    border-top: solid 1px #666;
    padding-top: 20px;
}
.gallerypage {
    padding: 150px 0 10px;
}
.gallerypage h2 {
    margin-bottom: 30px;
}
.gallerypage .box4 {
    position: relative;
    padding: 20px;
}
.gallerypage h4 {
    color: #fff;
    background: #1d3a43;
    position: absolute;
    bottom: 20px;
    right: 20px;
    padding: 15px 30px;
    margin: 0;
    font-size: 18px;
}
.galleryone .box90 {
    position: relative;
    max-width: 900px;
}
.one {
    height: 600px;
}
.galleryone .feature {
    margin-top: -150px;
    width: 60%;
    z-index: 1;
    margin-right: -100px;
}
.galleryone .feature h4 {
    padding: 10px 0 10px 90px;
    width: 97%;
    left: -50px;
    top: 25px;
}
.galleryone .featuretext {
    padding-top: 90px;
}
.galleryone .owl-theme .owl-dots {
    text-align: left;
}
.galleryone .button {
    width: 180px;
    padding: 20px 0;
    margin: 250px auto 0;
    position: relative;
    font-size: 15px;
}
.galleryone .button:hover {
    background: #c61f31;
}
.back {
    position: fixed;
    right: 10px;
    bottom: 150px;
    background: #1d3a43;
    width: 110px;
    height: 110px;
    color: #fff;
    border-radius: 50%;
    padding: 37px 5px 0 20px;
    font-size: 12px;
    box-shadow: 0 0 10px #666;
}
.back i {
    float: left;
    font-size: 36px;
    margin: 0 10px 0 -5px;
}
.contactspage {
    padding-top: 50px;
}
.facade {
    background: url(../images/facade.webp) center;
    background-size: cover;
    padding: 220px 0 200px;
}
.table {
    background: url(../images/table.webp) center;
    background-size: cover;
    padding: 170px 0 200px;
}
.furniture {
    background: url(../images/furniture.webp) center;
    background-size: cover;
    padding: 170px 0 200px;
}
.mats .box90 {
    padding: 20px 0;
}
.floatleft {
    float: left;
}
.matphoto .object {
    height: 150px;
}
.about h1 {
    z-index: 1;
    color: #fff;
    background: #1d3a43;
    padding: 10px 0 10px 23%;
    margin: 30px 0 0 -15%;
    width: 115%;
    box-sizing: border-box;
    font-size: 21px;
    display: block;
    text-align: left;
    border: 0;
}
.about h1::after {
    display: none;
}
.pvv {
    color: #fff;
    z-index: 1;
    background: #1d3a43;
    padding: 10px 0 10px 23%;
    margin: 30px 0 0 -15%;
    width: 115%;
    box-sizing: border-box;
    font-size: 21px;
    display: block;
    text-align: left;
    border: 0;
}
.pvv::after {
    display: none;
}
.about li {
    position: relative;
}
.about li::before {
    position: absolute;
    content: '';
    left: -25px;
    top: 9px;
    width: 7px;
    height: 7px;
    background: #1d3a43;
}
.about h1.reverse {
    padding: 10px 0 10px 50px;
    margin: 30px -15% 0 0;
    position: relative;
}
.pvv.reverse {
    padding: 10px 0 10px 50px;
    margin: 30px -15% 0 0;
    position: relative;
}
.econom {
    min-height: 400px;
}
.formheader {
    background: url(../img/header-img.webp) center;
    background-size: cover;
    padding: 220px 0 200px;
}
.formheader .box90 {
    padding: 0 0 0 5%;
}
.formheader .button {
    margin: 0 auto;
}
.form h4 {
    color: #fff;
    background: #1d3a43;
    position: absolute;
    top: 35px;
    padding: 10px 0 10px 40px;
    margin: 0;
    width: 100%;
    left: 0;
}
.question__title-block p {
    margin: 0;
}
.question__title-block div {
    background-image: url(/img/question-arrow.png);
}
.question.active .question__title-block div {
    background-image: url(/img/question-arrow-active.png);
}
.question__block li {
    text-align: center;
}
.question__buttons .button {
    margin: 0 auto;
    height: auto;
}
.header {
    z-index: 2;
}
.header nav .row ul li a {
    padding: 0 20px;
    color: #666;
}
.header nav .row ul li:hover {
    background: #1d3a43;
}
.header nav .row ul li:hover a {
    color: #fff;
}
.calculate-modal,
.contacts-modal,
.project-modal {
    z-index: 3;
}
.calculate-modal-block,
.contacts-modal-block,
.project-modal-block {
    width: auto;
    background: 0 0;
    border: none;
}
.contacts-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    display: none;
    justify-content: center;
    align-items: center;
}
@media only screen and (max-width: 576px) {
    .contacts-modal-block {
        width: 95%;
        border-width: 5px;
    }
}
.popup-window {
    display: none;
    position: fixed;
    z-index: 99999999999;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.9);
}
.cform {
    padding: 110px 30px 50px;
    background: #fff;
    text-align: center;
    border: solid 10px #ccc;
    position: relative;
}
.calculate-modal-block input:not([type='submit']),
.project-modal input:not([type='submit']),
input[type='email'],
input[type='tel'],
input[type='text'] {
    width: 250px;
    height: 30px;
    display: block;
    margin: 15px auto 0;
    border: none;
    border-bottom: solid 1px #ccc;
    font-size: 17px;
    color: #999;
    text-align: left;
    padding: 5px 0 5px 30px;
}
.project-modal input[type='file'] {
    border-bottom: none;
    margin-bottom: 40px;
}
input[type='submit'] {
    margin: 40px auto 0;
    color: #fff;
    border: none;
    cursor: pointer;
}
.button,
.menu li,
.object,
.owl-nav button,
.popup-call,
input[type='submit'] {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.question__block-sizes input {
    display: inline-block;
    width: 65px;
    height: 20px;
    border: none;
    border-bottom: 1px solid #999;
    font-size: 18px;
    height: 25px;
    text-align: center;
}
.modal__close,
.popup-close {
    position: absolute;
    right: 0;
    top: -60px;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    cursor: pointer;
}
.popup-window form input:focus {
    outline: 0;
}
.popup-success {
    text-align: center;
    display: none;
}
@media screen and (max-width: 1600px) {
    .box4 {
        width: 32%;
    }
}
@media screen and (max-width: 1500px) {
    .owl-carousel .owl-nav button.owl-prev {
        bottom: 5px;
        left: 50px;
    }
    .owl-carousel .owl-nav button.owl-next {
        bottom: 5px;
        right: 50px;
    }
    .galleryone .owl-nav button.owl-prev {
        bottom: -70px;
        left: 10px;
    }
    .galleryone .owl-nav button.owl-next {
        bottom: -70px;
        left: 80px;
    }
}
@media screen and (max-width: 1350px) {
    .gallery h2,
    .gallery h5 {
        margin-left: 5%;
    }
}
@media screen and (max-width: 1200px) {
    .benefits .box2 {
        width: 100%;
    }
    .gallery h2,
    .gallery h5 {
        margin-left: 10px;
    }
    .object {
        height: 300px;
    }
    .box4 {
        width: 49%;
    }
    .galleryone .owl-theme .owl-dots {
        padding-left: 10px;
    }
    .galleryone .feature {
        margin-right: -5%;
    }
}
@media screen and (max-width: 1000px) {
    .future .box2 {
        width: 600px;
    }
    .benefits .bl2 {
        width: 100%;
    }
    .bl2.hide {
        display: block;
    }
    .bl2.show {
        display: none;
    }
    .cheap,
    .like,
    .studio {
        height: 350px;
    }
    .box2.text {
        padding: 50px;
    }
    .gift img {
        margin-top: 50px;
    }
    .ps .box2 {
        width: 600px;
    }
    .footer .box90 {
        text-align: right;
    }
    .footer .box3 {
        width: 49%;
    }
    .mats .box2 {
        width: 600px;
    }
    .floatleft {
        float: none;
    }
    .about h1,
    .about h1.reverse {
        padding: 10px 10px 10px 50px;
        margin: 30px 0 0;
        width: 100%;
    }
    .pvv,
    .pvv.reverse {
        padding: 10px 10px 10px 50px;
        margin: 30px 0 0;
        width: 100%;
    }
    .galleryone .feature {
        width: 50%;
        margin-right: 3%;
    }
}
@media screen and (max-width: 900px) {
    .feed .box2c {
        width: 90%;
    }
    .feed .feature {
        width: 70%;
    }
    .one {
        height: 500px;
    }
    .galleryone .feature {
        width: 60%;
    }
}
@media screen and (max-width: 840px) {
    h1 {
        font-size: 54px;
        padding: 20px;
    }
    .gift .box2 {
        width: 600px;
        text-align: center;
    }
    .gift img {
        margin-top: -70px;
        max-width: 450px;
    }
    .materials img {
        margin: -30px auto -100px;
    }
    .box4 {
        width: 100%;
    }
}
@media screen and (max-width: 720px) {
    .header nav .row ul li {
        padding-top: 12px;
    }
}
@media screen and (max-width: 720px) {
    .materials .box2 {
        width: 600px;
    }
    .materials img {
        display: none;
    }
}
@media screen and (max-width: 670px) {
    h1 {
        font-size: 42px;
    }
    .offer {
        font-size: 27px;
    }
    .feature {
        margin-right: 30px;
    }
    .feature h4 {
        box-sizing: border-box;
        width: 103%;
    }
}
@media screen and (max-width: 600px) {
    h1 {
        text-align: left;
        line-height: 1.2;
    }
    h2 {
        font-size: 36px;
        padding: 20px 20px 10px 10px;
    }
    h3 {
        font-size: 27px;
    }
    h4 {
        font-size: 21px;
    }
    h5 {
        font-size: 19px;
        padding-left: 20px;
    }
    h6 {
        font-size: 22px;
        margin: 25px auto 0;
    }
    body {
        font-size: 16px;
    }
    .header__logo-block {
        width: 100px;
    }
    #nav {
        display: none;
    }
    .adaptive {
        display: inline-block;
        padding: 15px 20px 15px 40px;
        background: url(/images/menu.png) left center no-repeat;
        font-weight: 400;
        cursor: pointer;
    }
    .future .box2,
    .gift .box2,
    .materials .box2,
    .ps .box2 {
        width: 100%;
    }
    .offer {
        padding: 200px 10px 0;
        font-size: 24px;
        text-align: left;
    }
    .offer p {
        padding-left: 20px;
    }
    .mobile {
        display: inline-block;
    }
    .hideoffer {
        display: none;
    }
    .green {
        padding: 0 15px 1px;
    }
    .button,
    .popup-call,
    input[type='submit'] {
        width: 250px;
        padding: 20px 0;
        margin: 50px auto;
        font-size: 16px;
    }
    .feature {
        margin-right: 0;
    }
    .feature h4 {
        width: 100%;
    }
    .benefits {
        font-size: 17px;
    }
    .cheap,
    .like,
    .studio {
        height: 250px;
    }
    .box2.text,
    .text {
        padding: 20px;
    }
    .discount {
        font-size: 18px;
    }
    .discount .box90 {
        padding: 30px 0 70px;
    }
    .discount h2 {
        font-size: 36px;
    }
    .discount h3 {
        font-size: 24px;
    }
    .discount .button {
        margin: 30px auto -110px;
    }
    .owl-carousel .owl-nav button.owl-prev {
        left: 10px;
    }
    .owl-carousel .owl-nav button.owl-next {
        right: 10px;
    }
    .gift,
    .materials {
        font-size: 18px;
    }
    .gift img {
        margin-top: -30px;
    }
    .feed .box2c {
        width: 100%;
    }
    .feed .feature {
        width: 90%;
    }
    .feed .feature h4 {
        width: 105%;
        margin-left: -20px;
    }
    .ps .feature h4 {
        margin-left: 0;
    }
    .popup-call {
        margin: 20px -50px -40px auto;
    }
    .footer .box3 {
        width: 100%;
        padding: 10px;
    }
    .cform {
        padding: 110px 30px 20px;
    }
    .facade {
        background: url(../images/facade.webp) center;
        background-size: cover;
        padding: 120px 0 100px;
    }
    .table {
        background: url(../images/table.webp) center;
        background-size: cover;
        padding: 70px 0 100px;
    }
    .furniture {
        background: url(../images/furniture.webp) center;
        background-size: cover;
        padding: 70px 0 100px;
    }
    .mats .box2 {
        width: 100%;
    }
    .about h1 {
        padding-left: 20px;
    }
    .pvv {
        padding-left: 20px;
    }
    .galleryone .feature {
        width: 90%;
    }
    .galleryone .feature h4 {
        padding: 10px 0 10px 60px;
        width: 105%;
        left: -20px;
    }
    .galleryone .feature p {
        margin-top: 5px;
    }
    .galleryone .owl-theme .owl-dots {
        bottom: -250px;
        position: absolute;
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .galleryone .owl-nav button.owl-next,
    .galleryone .owl-nav button.owl-prev {
        display: none;
    }
    .galleryone .button {
        margin: 300px auto 0;
    }
}
@media screen and (max-width: 470px) {
    .feature {
        width: 90%;
        margin-top: -100px;
    }
    .feature h4 {
        padding-left: 40px;
    }
    .icon {
        top: 10px;
        left: -35px;
        width: 60px;
        height: 60px;
        padding-top: 14px;
    }
    .icon img {
        width: 30px;
    }
    .featuretext {
        padding: 80px 10px 30px 30px;
    }
    .gift img {
        max-width: 100%;
    }
    .galleryone .feature {
        margin-right: 0;
    }
    .cform {
        width: 100%;
    }
}
/* @font-face {
    font-display: swap;
    font-family: pswf;
    src: url(../font/pswf.eot?90321817);
    src: url(../font/pswf.eot?90321817#iefix) format('embedded-opentype'),
        url(../font/pswf.woff2?90321817) format('woff2'),
        url(../font/pswf.woff?90321817) format('woff'),
        url(../font/pswf.ttf?90321817) format('truetype'),
        url(../font/pswf.svg?90321817#pswf) format('svg');
    font-weight: 400;
    font-style: normal;
} */
@font-face {
    font-family: 'pswf';
    src: url('../font/pswf.eot?19348238');
    src: url('../font/pswf.eot?19348238#iefix') format('embedded-opentype'),
        url('../font/pswf.woff2?19348238') format('woff2'),
        url('../font/pswf.woff?19348238') format('woff'),
        url('../font/pswf.ttf?19348238') format('truetype'),
        url('../font/pswf.svg?19348238#pswf') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
[class*=' pswf-']:before,
[class^='pswf-']:before {
    font-family: pswf;
    font-style: normal;
    font-weight: 400;
    speak: none;
    font-display: swap;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.pswf-phone {
    color: #c61f31;
}

/* .pswf-phone:before {content: '\e800';}
.pswf-youtube-play:before {content: '\f16a';}
.pswf-instagram:before {content: '\f16d';}
.pswf-facebook-squared:before {content: '\f308';} */

.pswf-phone:before {
    content: '\e800';
}
.pswf-telegram:before {
    content: '\e80b';
}
.pswf-youtube-play:before {
    content: '\f166';
}
.pswf-play:before {
    content: '\f16a';
} /* '' */
.pswf-instagram:before {
    content: '\f16d';
}
.pswf-viber:before {
    content: '\f232';
}
.pswf-facebook-squared:before {
    content: '\f308';
}

@media only screen and (max-width: 450px) {
    .header__top-row ul li a {
        padding: 5px !important;
    }
    .header-phone-tel {
        font-size: 13px;
    }
}

.object-prg {
    display: inline-block;
    margin: 0 auto;
}
.object-prg_lst {
    width: 100%;
}
.object-prg__act {
    width: 100%;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    outline: 0;
    cursor: pointer;
    color: #fff;
}
*,
::after,
::before {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    outline: 0;
}
a {
    color: inherit;
    text-decoration: none;
}
ul {
    list-style: none;
}
button,
input {
    border: none;
}
button:focus,
input:focus {
    outline: 0;
}
body.overflow-active {
    overflow: hidden;
}
.container {
    width: 100%;
    max-width: 1199px;
    margin: 0 auto;
    padding: 0 10px;
}
.header__top-row {
    background-color: #1d3a43;
}
.header__top-row ul {
    display: flex;
    justify-content: flex-end;
}
.header__top-row ul li a {
    display: block;
    padding: 5px 10px;
    color: #fff;
    transition: color 0.2s linear;
}
.header__top-row ul li a:hover {
    color: #c61f31;
}
.header nav {
    background-color: #f3f5f8;
    height: 70px;
}
.header nav .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 25px;
    height: 70px;
}
@media only screen and (max-width: 768px) {
    .header nav .row {
        padding-left: 10px;
    }
}
.header nav .row .header__logo-block {
    display: block;
    position: relative;
    top: 5px;
}
.header nav .row ul {
    height: 100%;
    display: flex;
    font-family: Roboto;
    font-weight: 400;
    font-size: 17px;
    line-height: 6px;
    color: #666;
}
@media only screen and (max-width: 768px) {
    .header nav .row ul {
        -webkit-transition: transform 0.2s linear;
        -o-transition: transform 0.2s linear;
        transition: transform 0.2s linear;
        transform: translateX(100%);
        position: fixed;
        top: 0;
        right: 0;
        width: 80%;
        height: 100%;
        background-color: #fff;
        z-index: 11;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .header nav .row ul.active {
        transform: translateX(0);
    }
    .header nav .row ul.active li {
        display: block;
    }
}
.header nav .row ul li {
    height: 100%;
}
@media only screen and (max-width: 768px) {
    .header nav .row ul li {
        display: none;
        height: 50px;
    }
}
.header nav .row ul li.active {
    font-weight: 500;
    color: #1d3a43;
    position: relative;
}
.header nav .row ul li.active::after {
    content: ' ';
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 2px 2px 0 0;
    background-color: #1d3a43;
    position: absolute;
    bottom: 2px;
    left: 0;
}
@media only screen and (max-width: 768px) {
    .header nav .row ul li.active::after {
        display: none;
    }
}
.header nav .row ul li a {
    height: 100%;
    padding: 0 10px;
    display: flex;
    align-items: center;
    transition: color 0.2s linear;
}
@media only screen and (max-width: 768px) {
    .header nav .row ul li a {
        height: initial;
    }
}
.header nav .row ul li a:hover {
    color: #0e1b1f;
}
.header nav .menu__burger {
    height: 19px;
    width: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    display: none;
    z-index: 10;
    cursor: pointer;
}
@media only screen and (max-width: 768px) {
    .header nav .menu__burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.header nav .menu__burger span {
    display: block;
    width: 100%;
    background-color: #c61f31;
    height: 3px;
    border-radius: 3px;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    position: relative;
}
.header nav .menu__burger span.active {
    background-color: transparent;
}
.header nav .menu__burger span.active::before {
    transform: rotate(45deg);
    top: 0;
    left: 0;
}
.header nav .menu__burger span.active::after {
    transform: rotate(-45deg);
    top: 0;
    left: 0;
}
.header nav .menu__burger span::before {
    content: ' ';
    display: block;
    width: 100%;
    background-color: #c61f31;
    position: absolute;
    left: 0;
    top: -8px;
    border-radius: 3px;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    height: 3px;
}
.header nav .menu__burger span::after {
    content: ' ';
    display: block;
    width: 100%;
    background-color: #c61f31;
    position: absolute;
    left: 0;
    border-radius: 3px;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    height: 3px;
    bottom: -8px;
}
.header__content {
    height: 600px;
    background-image: url(../img/header-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    color: #fff;
}
@media only screen and (max-width: 768px) {
    .header__content {
        height: 400px;
    }
}
.header__content-title {
    font-family: Roboto;
    font-size: 48px;
    line-height: 66px;
    font-weight: 700;
    max-width: 950px;
    margin: 0 auto;
    padding-left: 25px;
    border: 2px solid #c61f31;
    border-top: none;
    border-left: none;
    position: relative;
}
@media only screen and (max-width: 940px) {
    .header__content-title {
        font-size: 38px;
        text-align: center;
    }
}
@media only screen and (max-width: 768px) {
    .header__content-title {
        font-size: 27px;
        padding: 15px 0;
    }
}
@media only screen and (max-width: 576px) {
    .header__content-title {
        font-size: 26px;
        line-height: 34px;
    }
}
.header__content-title::before {
    content: ' ';
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background-color: #c61f31;
    position: absolute;
    top: -8px;
    right: 47px;
}
.header__content-title::after {
    content: ' ';
    display: block;
    width: 55px;
    height: 2px;
    background-color: #c61f31;
    position: absolute;
    top: 0;
    right: 0;
}
.header__content-description {
    font-family: Roboto;
    font-size: 21px;
    line-height: 60px;
    max-width: 950px;
    margin: 5px auto 0;
    padding-left: 25px;
}
@media only screen and (max-width: 940px) {
    .header__content-description {
        font-size: 18px;
        text-align: center;
    }
}
@media only screen and (max-width: 768px) {
    .header__content-description {
        font-size: 17px;
        line-height: initial;
    }
}
@media only screen and (max-width: 576px) {
    .header__content-description {
        font-size: 16px;
    }
}
.header__content-completed-project {
    display: block;
    width: 300px;
    height: 70px;
    background-color: #c61f31;
    margin: 30px auto 0;
    border-radius: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Roboto;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    -webkit-box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.51);
    -moz-box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.51);
    box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.51);
    transition: background-color 0.2s linear;
}
@media only screen and (max-width: 340px) {
    .header__content-completed-project {
        width: 90%;
    }
}
.header__content-completed-project:hover {
    background-color: #9a1826;
}
.questions {
    padding-bottom: 55px;
}
.question {
    margin-top: 60px;
}
@media only screen and (max-width: 768px) {
    .question {
        margin-top: 30px;
    }
}
.question__title-block {
    background-color: #f3f5f8;
    font-family: Roboto;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    height: 52px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 55px;
    color: #333;
    cursor: pointer;
}
@media only screen and (max-width: 768px) {
    .question__title-block {
        padding-left: 15px;
        height: 65px;
    }
}
@media only screen and (max-width: 480px) {
    .question__title-block {
        font-size: 15px;
        line-height: 19px;
        height: 50px;
    }
}
.question__title-block p {
    width: calc(100% - 75px);
}
.question__title-block div {
    width: 75px;
    height: 100%;
    background-image: url(../img/question-arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
}
@media only screen and (max-width: 480px) {
    .question__title-block div {
        width: 50px;
        background-size: 30%;
    }
}
.question__toggle-block {
    display: none;
}
.question.active .question__toggle-block {
    display: block;
}
.question.active .question__title-block {
    background-color: #1d3a43;
    color: #fff;
}
.question.active .question__title-block div {
    background-image: url(../img/question-arrow-active.png);
}
.question__block {
    margin-top: 55px;
    padding: 0 25px;
}
@media only screen and (max-width: 480px) {
    .question__block {
        margin-top: 25px;
        padding: 0 10px;
    }
}
.question__block-sizes {
    max-width: 400px;
    margin: 0 auto;
    display: none;
    text-align: center;
}
.question__block-sizes#ostrivna .label-q2_1 {
    margin: 0 90px 0 auto;
}
@media only screen and (max-width: 400px) {
    .question__block-sizes#ostrivna .label-q2_1 {
        margin: 0 65px 0 auto;
    }
}
.question__block-sizes#kutova .label-q2_1 {
    margin: 0 90px 0 auto;
}
@media only screen and (max-width: 400px) {
    .question__block-sizes#kutova .label-q2_1 {
        margin: 0 65px 0 auto;
    }
}
.question__block-sizes.choose {
    display: block;
}
.question__block-sizes label {
    font-family: Roboto;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #1d3a43;
}
.question__block-sizes div {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media only screen and (max-width: 768px) {
    .question__block-sizes div {
        margin-top: 10px;
    }
}
.question__block-sizes .question__answer-img-block {
    display: block;
    margin: 0 auto;
}
.question__block-sizes .question__answer-img-block img {
    display: inline-block;
    max-width: 100%;
}
@media only screen and (max-width: 400px) {
    .question__block-sizes .question__answer-img-block img {
        max-width: 170px;
    }
}
.question__block-sizes input {
    display: inline-block;
    width: 65px;
    height: 20px;
    border: none;
    border-bottom: 1px solid #999;
    font-size: 18px;
    height: 25px;
    text-align: center;
}
.question__block-sizes .label-q2_1 {
    display: block;
    margin: 0 auto;
    width: 92px;
}
.question ul {
    display: flex;
    justify-content: space-between;
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    color: #1d3a43;
}
@media only screen and (max-width: 1199px) {
    .question ul {
        flex-wrap: wrap;
        justify-content: center;
    }
}
.question ul li {
    padding: 10px;
    border: 2px solid rgba(255, 255, 255, 0);
    border-radius: 3px;
}
@media only screen and (max-width: 1199px) {
    .question ul li {
        width: 33.33334%;
    }
}
@media only screen and (max-width: 992px) {
    .question ul li {
        width: 50%;
    }
}
.question ul li.active {
    border: 2px solid #c61f31;
}
.question ul li p {
    margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
    .question ul li p {
        margin-bottom: 10px;
    }
}
.question ul li img {
    display: inline-block;
    max-width: 100%;
}
.question__buttons {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}
.question__buttons a {
    display: block;
    width: 184px;
    height: 60px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.51);
    -moz-box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.51);
    box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.51);
    font-family: Roboto;
    font-weight: 500;
    cursor: pointer;
}
@media only screen and (max-width: 480px) {
    .question__buttons a {
        height: 50px;
    }
}
.question__buttons a.question__buttons-prev {
    color: #333;
    background-color: #f3f5f8;
    margin-right: 26px;
    transition: background-color 0.2s linear;
}
.question__buttons a.question__buttons-prev:hover {
    background-color: #d3dae5;
}
.question__buttons a.question__buttons-next {
    color: #fff;
    background-color: #1d3a43;
    transition: background-color 0.2s linear;
}
.question__buttons a.question__buttons-next:hover {
    background-color: #0e1b1f;
}
.question__buttons a.question__buttons-calculate {
    color: #fff;
    background-color: #c61f31;
    width: 300px;
    transition: background-color 0.2s linear;
}
.question__buttons a.question__buttons-calculate:hover {
    background-color: #9a1826;
}
.question--third ul {
    flex-wrap: wrap;
    width: 660px;
    margin: 0 auto;
}
@media only screen and (max-width: 768px) {
    .question--third ul {
        width: 100%;
    }
}
.question--third ul li {
    width: 25%;
}
@media only screen and (max-width: 768px) {
    .question--third ul li {
        width: 33.33334%;
    }
}
@media only screen and (max-width: 576px) {
    .question--third ul li {
        width: 50%;
        padding: 0 5px;
        margin-top: 20px;
    }
}
.question--third ul li:first-child {
    margin-top: 0;
}
.question--third ul li:nth-child(2) {
    margin-top: 0;
}
@media only screen and (max-width: 576px) {
    .question--third ul li p {
        height: 48px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 0;
    }
}
.question--third .question__answer-img-block {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
}
.question--fourth ul {
    width: 660px;
    margin: 0 auto;
}
@media only screen and (max-width: 768px) {
    .question--fourth ul {
        width: 100%;
    }
}
.question--fourth ul li {
    width: 25%;
}
@media only screen and (max-width: 768px) {
    .question--fourth ul li {
        width: 50%;
    }
}
.question--fourth .question__answer-img-block {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
}
.question--fourth .question__answer-img-block--mt44 {
    margin-top: 44px;
}
@media only screen and (max-width: 768px) {
    .question--fourth .question__answer-img-block--mt44 {
        margin-top: 0;
    }
}
.question--fifth .question__answer-img-block {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
}
@media only screen and (max-width: 480px) {
    .question--fifth .question__answer-img-block {
        height: 175px;
    }
}
@media only screen and (max-width: 400px) {
    .question--fifth .question__answer-img-block {
        height: 125px;
    }
}
.question--sixth ul {
    width: 660px;
    margin: 0 auto;
}
@media only screen and (max-width: 992px) {
    .question--sixth ul {
        width: 100%;
    }
}
.question--sixth ul li {
    width: 33.33334%;
}
@media only screen and (max-width: 768px) {
    .question--sixth ul li {
        width: 50%;
    }
}
@media only screen and (max-width: 480px) {
    .question--sixth ul li {
        width: 100%;
    }
}
.question--sixth .question__answer-img-block {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
}
.footer {
    background-color: #222;
    color: #fff;
    padding: 50px 0;
}
@media only screen and (max-width: 768px) {
    .footer {
        padding: 25px 0;
    }
}
.footer__row {
    display: flex;
    justify-content: space-between;
}
@media only screen and (max-width: 768px) {
    .footer__row {
        flex-wrap: wrap;
        text-align: center;
    }
}
.footer__col {
    width: 33.33334%;
    padding: 0 25px;
}
@media only screen and (max-width: 768px) {
    .footer__col {
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .footer__col:not(:first-child) {
        margin-top: 20px;
    }
}
.footer__title {
    font-family: 'Futura PT Medium';
    font-size: 21px;
    line-height: 24px;
}
.footer__content {
    display: block;
    font-family: 'Futura PT Medium';
    font-size: 18px;
    line-height: 21px;
    margin: 5px 0;
}
.footer__content i {
    color: #c61f31;
    font-size: 16px;
}
.footer a {
    transition: color 0.2s linear;
    color: #c61f31;
}
.footer a:hover {
    color: #9a1826;
    text-decoration: underline;
}
.calculate-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    display: none;
    justify-content: center;
    align-items: center;
}
.calculate-modal-block {
    width: 500px;
    background-color: #fff;
    border: 15px solid #ccc;
}
@media only screen and (max-width: 576px) {
    .calculate-modal-block {
        width: 95%;
        border-width: 5px;
    }
}
.calculate-modal .modal__title {
    background-color: #1d3a43;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-family: Roboto;
    font-size: 25px;
    position: relative;
}
@media only screen and (max-width: 576px) {
    .calculate-modal .modal__title {
        font-size: 20px;
    }
}
.calculate-modal .modal__title .modal__close {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../img/close.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 75%;
    cursor: pointer;
}
.calculate-modal .modal__description {
    margin-top: 20px;
    padding: 0 10px;
    font-family: Roboto;
    font-size: 17px;
    font-weight: 300;
    text-align: center;
}
.calculate-modal input:not([type='submit']) {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 5px auto;
    height: 40px;
    border: none;
    border-bottom: 1px solid #ccc;
    font-size: 20px;
    font-family: Roboto;
    padding: 0 10px;
}
@media only screen and (max-width: 576px) {
    .calculate-modal input:not([type='submit']) {
        font-size: 16px;
    }
}
.calculate-modal input[type='submit'] {
    display: block;
    width: 300px;
    height: 70px;
    background-color: #c61f31;
    color: #fff;
    margin: 20px auto;
    border-radius: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Roboto;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    -webkit-box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.51);
    -moz-box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.51);
    box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.51);
    transition: background-color 0.2s linear;
    cursor: pointer;
}
@media only screen and (max-width: 576px) {
    .calculate-modal input[type='submit'] {
        width: 80%;
    }
}
.calculate-modal input[type='submit']:hover {
    background-color: #9a1826;
}
.project-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    display: none;
    justify-content: center;
    align-items: center;
}
.project-modal-block {
    width: 500px;
    background-color: #fff;
    border: 15px solid #ccc;
}
@media only screen and (max-width: 576px) {
    .project-modal-block {
        width: 95%;
        border-width: 5px;
    }
}
.project-modal .modal__title {
    background-color: #1d3a43;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-family: Roboto;
    font-size: 25px;
    position: relative;
}
@media only screen and (max-width: 576px) {
    .project-modal .modal__title {
        font-size: 20px;
    }
}
.project-modal .modal__title .modal__close {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../img/close.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 75%;
    cursor: pointer;
}
.project-modal .modal__description {
    margin-top: 20px;
    padding: 0 10px;
    font-family: Roboto;
    font-size: 17px;
    font-weight: 300;
    text-align: center;
}
.project-modal input:not([type='submit']) {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 5px auto;
    height: 40px;
    border: none;
    border-bottom: 1px solid #ccc;
    font-size: 20px;
    font-family: Roboto;
    padding: 0 10px;
}
@media only screen and (max-width: 576px) {
    .project-modal input:not([type='submit']) {
        font-size: 16px;
    }
}
.project-modal input[type='submit'] {
    display: block;
    width: 300px;
    height: 70px;
    background-color: #c61f31;
    color: #fff;
    margin: 20px auto;
    border-radius: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Roboto;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    -webkit-box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.51);
    -moz-box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.51);
    box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.51);
    transition: background-color 0.2s linear;
    cursor: pointer;
}
@media only screen and (max-width: 576px) {
    .project-modal input[type='submit'] {
        width: 80%;
    }
}
.project-modal input[type='submit']:hover {
    background-color: #9a1826;
}
.project-modal input[type='file'] {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 5px auto;
    height: 40px;
    border: none;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    font-family: Roboto;
    padding: 0 10px;
    margin-top: 22px;
}
@media only screen and (max-width: 576px) {
    .project-modal input[type='file'] {
        font-size: 16px;
        margin-top: 18px;
    }
}
.swal-modal {
    font-family: Roboto;
    font-weight: 300;
}
.swal-modal .swal-text {
    text-align: center;
}
.pbl {
    margin-top: 15px;
}
.videoafter {
    position: relative;
}
.videoafter::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 150px;
    content: '';
    background: url(../images/video.png);
}
.one iframe {
    width: 100%;
    height: 100%;
}
.galleryone .box90 {
    padding-top: 120px;
}
.button.small {
    width: 180px;
    padding: 20px 0;
    font-size: 15px;
}
.button.more {
    background: #1d3a43;
}
.mat {
    margin-top: 100px;
}
.mats .button {
    display: inline-block;
    margin: 30px 2% 0;
}
.footernav {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 0 0;
    justify-content: center;
}
.footernav a {
    color: #fff;
}
.footernav li {
    padding: 0 10px;
}
.footernav li::before {
    display: none;
}
.buttons {
    display: flex;
    justify-content: center;
    margin-top: 250px;
}
.buttons .button {
    margin: 0 1%;
}
.portfolio-php.gallerypage {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.portfolio-php.gallerypage .box4 {
    width: 300px;
    padding: 10px;
}
.portfolio-php.gallerypage .object {
    height: 220px;
}
.portfolio-php.gallerypage h4 {
    bottom: 10px;
    right: 10px;
    padding: 10px;
    font-size: 14px;
}
.tabs {
    margin: 30px 0;
}
.tabs__content {
    display: none;
}
.tabs__content.active {
    display: block;
}
.tabs__caption {
    margin: 0 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
}
.tabs__caption li {
    padding: 15px;
    text-align: center;
    font-size: 20px;
}
.tabs__caption a {
    margin: 5px 1%;
}
.tabs__caption li::before {
    display: none;
}
.tabs__caption li:not(.active) {
    cursor: pointer;
}
.tabs__caption li:not(.active):hover {
    background: #1d3a43;
    color: #fff;
}
.tabs__caption .active {
    color: #fff;
    background: #1d3a43;
    font-weight: 500;
}
.tabs__caption a {
    color: #1d3a43;
    font-weight: 500;
}
.tabs__caption a:hover {
    color: #fff;
    font-weight: 500;
}

.tab_caption_wrap {
    gap: 15px;
}

.tab_caption_wrap span {
    padding: 15px;
    text-align: center;
    font-size: 20px;
}

.tab_caption_wrap span::before {
    display: none;
}
.tab_caption_wrap span:not(.active) {
    cursor: pointer;
}
.tab_caption_wrap span:not(.active):hover {
    background: #1d3a43;
    color: #fff;
}

.question--third ul {
    width: 800px;
    justify-content: center;
}
.question--third ul li {
    width: 20%;
}
@media screen and (max-width: 1500px) {
    .owl-carousel .owl-nav button.owl-prev {
        left: 150px;
    }
    .owl-carousel .owl-nav button.owl-next {
        right: 150px;
    }
    .galleryone .owl-nav button.owl-next {
        bottom: -70px;
        left: 80px;
    }
    .galleryone .owl-nav button.owl-prev {
        bottom: -70px;
        left: 10px;
    }
}
@media only screen and (max-width: 850px) {
    .question--third ul {
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .question--third ul li {
        width: 33%;
    }
}
@media only screen and (max-width: 600px) {
    .button.small {
        width: 130px;
    }
    .owl-carousel .owl-nav button.owl-prev {
        left: 10px;
    }
    .owl-carousel .owl-nav button.owl-next {
        right: 10px;
    }
    .tabs__caption li {
        font-size: 16px;
    }
    .question--third ul li {
        width: 50%;
    }
}
@media only screen and (max-width: 470px) {
    .featuretext {
        padding: 110px 10px 30px 30px;
    }
}
.material-info {
    margin: 20px auto;
}
.material-info__about {
    max-width: 900px;
    margin: 0 auto;
    margin-top: 50px;
    padding: 0 40px;
}
.material-info__header {
    color: #c61f31;
    font-weight: 700;
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 0 40px;
}
.material-info__acts {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 40px;
}
.material-info__button {
    padding-left: 5px !important;
    padding-right: 5px !important;
    height: 60px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin: 10px !important;
    min-width: 180px;
}
.material-info__images {
    margin-top: 30px;
}
.material-about a {
    color: #00f;
    text-decoration: underline;
}
.material-about__header {
    font-size: 1.5rem;
    margin: 20px 0 10px !important;
    border: 0;
    padding: 0;
    text-align: justify;
    display: block;
}
.material-about__header::after {
    display: none;
}
.material-about__header_dark {
    color: #366091;
}
.material-about__header_light {
    color: #4f81db;
}
.material-about__header_vdark {
    color: #000;
}
.material-about__text {
    text-align: left;
    font-size: 1rem;
    margin: 0;
    margin-bottom: 20px;
    margin-top: 10px;
    line-height: 1.5;
}
.material-about__list {
    padding-left: 30px;
}
.material-about__list > li {
    list-style: decimal;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 5px;
}
.material-about__list > li:last-child {
    margin-bottom: 0;
}
.modal-header-fix {
    top: 35px !important;
    right: auto !important;
    bottom: auto !important;
}
@media screen and (max-width: 768px) {
    .material-info__about,
    .material-info__acts,
    .material-info__header {
        padding: 0 20px;
    }
}
.page-header-cst {
    font-size: 48px;
    color: #1d3a43;
    display: inline-block;
    padding: 20px 80px 10px 30px;
    border-right: solid 2px #c61f31;
    border-bottom: solid 2px #c61f31;
    position: relative;
    margin: 15px 10px 0;
    margin-bottom: 30px;
}
.page-header-cst_ws {
    margin-bottom: 0;
}
.page-header-cst::after {
    background: url(../images/dotred.png) right top no-repeat;
    position: absolute;
    width: 64px;
    height: 16px;
    content: '';
    right: 0;
    top: -8px;
}
@media screen and (max-width: 600px) {
    .page-header-cst {
        font-size: 36px;
        padding: 20px 20px 10px 10px;
    }
}
.clearfix::after {
    content: '';
    clear: both;
    display: table;
}
.list-dots-w li::before {
    background-color: #000 !important;
}
.detail-contacts {
    display: inline-block;
    border-bottom: 1px dashed #0050cf;
    color: #0050cf !important;
}
html.lb-disable-scrolling {
    overflow: hidden;
    position: fixed;
    height: 100vh;
    width: 100vw;
}
.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    opacity: 0.8;
    display: none;
}
.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: 400;
}
.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    border: 4px solid #fff;
}
.lightbox a img {
    border: none;
}
.lb-outerContainer {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #fff;
}
.lb-outerContainer:after {
    content: '';
    display: table;
    clear: both;
}
.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}
.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../images/loading.gif) no-repeat;
}
.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
.lb-container > .nav {
    left: 0;
}
.lb-nav a {
    outline: 0;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}
.lb-next,
.lb-prev {
    height: 100%;
    cursor: pointer;
    display: block;
}
.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../images/prev.png) left 48% no-repeat;
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
    opacity: 1;
}
.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../images/next.png) right 48% no-repeat;
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
    opacity: 1;
}
.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
    content: '';
    display: table;
    clear: both;
}
.lb-data {
    padding: 0 4px;
    color: #ccc;
}
.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}
.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em;
}
.lb-data .lb-caption a {
    color: #4ae;
}
.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999;
}
.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) top right no-repeat;
    text-align: right;
    outline: 0;
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
    cursor: pointer;
    opacity: 1;
}
button.owl-next,
.owl-prev {
    border: 1px solid #1d3a43 !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 25px 8px 0;
    font-size: 33px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.owl-nav {
    text-align: left;
}
.header nav .row ul li a:hover,
.button,
.popup-call {
    color: #fff;
}

/* FAQ */
details {
    position: relative;
    margin-bottom: 15px;
    transition: min-height 0.15s linear, max-height 0.5s linear;
    -webkit-transition: min-height 0.15s linear, max-height 0.5s linear;
    will-change: max-height;
    overflow: hidden;
}

details summary {
    position: relative;
    display: block;
    padding-left: 1.5em;
    cursor: pointer;
    outline: 0;
    transition: color 0.12s;
    -webkit-transition: color 0.12s;
}

details summary::-webkit-details-marker {
    display: none;
}

details summary::-moz-list-bullet {
    list-style-type: none;
}

details summary::before {
    content: '';
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    background: url('data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjM0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIzNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOC41OSAxNi4zNGw0LjU4LTQuNTktNC41OC00LjU5TDEwIDUuNzVsNiA2LTYgNnoiLz48L3N2Zz4=')
        no-repeat 50% 50%/1em 1em;
    width: 1em;
    height: 1em;
    -webkit-transition: -webkit-transform 0.1s linear;
    transition: -webkit-transform 0.1s linear;
    transition: transform 0.1s linear;
    transition: transform 0.1s linear, -webkit-transform 0.1s linear;
    -webkit-transition: transform 0.1s linear;
}

details summary:hover {
    background-color: #f7f7f7;
}

details summary ~ * {
    opacity: 0;
    transition: opacity 0.15s linear;
    -webkit-transition: opacity 0.15s linear;
}

details[open] {
    min-height: 2em;
    max-height: 20em;
}

details[open] summary {
    background-color: #f7f7f7;
}

details[open] summary ~ * {
    opacity: 1;
}

details[open] summary:before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    details {
        max-height: none;
    }
    details summary ~ * {
        max-height: 0;
        overflow: hidden;
        position: absolute;
    }
    details summary:focus {
        color: #d06c6c;
    }
    details summary:focus::before {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -ms-transform: rotate(90deg);
    }
    details summary:focus ~ * {
        max-height: 20em;
        position: static;
        opacity: 1;
    }
}

@supports (-ms-ime-align: auto) {
    details {
        max-height: none;
    }
    details summary ~ * {
        max-height: 0;
        overflow: hidden;
        position: absolute;
    }
    details summary:focus {
        color: #d06c6c;
    }
    details summary:focus::before {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -ms-transform: rotate(90deg);
    }
    details summary:focus ~ * {
        max-height: 20em;
        position: static;
        opacity: 1;
    }
}

.faq {
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
    padding: 30px 10px;
}

.faq__wrap {
    margin-top: 20px;
}

.faq__title {
    color: #000;
}

.faq__item {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.faq__item_link {
    padding: 20px;
    font-weight: 700;
}

.faq__item_desc {
    margin: 0;
    padding: 20px;
}
/* ./FAQ */

.ps iframe {
    position: relative;
    background: #bddaf5;
}

.slider-style .swiper-slide {
    opacity: 0.4;
}

.slider-style .swiper-slide-thumb-active {
    opacity: 1;
}
.swiper-container {
    z-index: 0;
}

.slider-full {
    object-fit: cover;
    height: 385px;
    width: 100%;
}

.slider-min {
    object-fit: cover;
    height: 150px;
    width: 100%;
}

@media only screen and (max-width: 400px) {
    .slider-min {
        height: 100px;
    }
}

.lb-nav a.lb-next,
.lb-nav a.lb-prev {
    opacity: 1;
}

/* Мобильный слайдер на главной */
.mobil-slider {
    display: none;
}

@media only screen and (max-width: 600px) {
    .slider-hidden {
        display: none !important;
    }

    .mobil-slider {
        display: block;
        padding: 10px;
    }

    .galleryone .feature {
        margin-top: -60px;
    }
    .galleryone .owl-nav button.owl-next,
    .galleryone .owl-nav button.owl-prev,
    .owl-nav button.owl-next,
    .owl-nav button.owl-prev {
        display: block;
    }

    .galleryone .owl-feed .owl-nav {
        position: absolute;
        top: 35%;
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 0 20px;
        /* background-color: red; */
    }

    .owl-feed .owl-nav {
        position: absolute;
        top: 27%;
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 0 20px;
        /* background-color: red; */
    }

    .galleryone .owl-feed .owl-nav .owl-prev,
    .galleryone .owl-feed .owl-nav .owl-next,
    .owl-feed .owl-nav .owl-next,
    .owl-feed .owl-nav .owl-prev {
        border: none !important;
    }
    .galleryone .owl-feed .owl-nav .owl-prev span,
    .galleryone .owl-feed .owl-nav .owl-next span,
    .owl-feed .owl-nav .owl-next span,
    .owl-feed .owl-nav .owl-prev span {
        font-size: 80px !important;
        color: #fff;
        line-height: 28px;
    }

    .feed .feature {
        margin-top: -80px;
    }
}
/* ./Мобильный слайдер на главной */

/* Мобильное меню */

.mobil-menu {
    display: none;
}

@media only screen and (max-width: 768px) {
    .mobil-menu {
        display: block;
        height: 100vh;
        background-color: #fff;
        width: 70%;
        position: absolute;
        right: 0;
        top: 0;
        transform: translateX(1000px);
        transition: 0.5s;
        overflow: scroll;
        z-index: 20;
        padding-bottom: 150px;
    }

    .mobil-active {
        transform: translateX(0px);
    }

    .mobil-menu__header {
        display: flex;
        background-color: #1d3a43;
        width: 100%;
        height: 50px;
        justify-content: flex-end;
        align-items: center;
        padding: 0 10px;
    }

    .mobil-menu__item {
        margin-top: 45px;
        margin-bottom: 20px;
        display: flex;
        align-items: flex-end;
        flex-direction: column;
        padding: 0 17px;
    }

    .mobil-menu__list {
        margin-bottom: 10px;
        font-size: 20px;
    }

    .mobil-menu__link {
        color: #666;
        font-weight: 400;
    }

    .mobil-menu__list span {
        color: #c61f31;
    }

    #bingc-phone-button.bingc-show {
        z-index: 1 !important;
    }

    .mobil-menu__address {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        padding: 0 17px;
    }

    .mobil-menu__address_text {
        color: #666;
        font-weight: 400;
    }

    .mobil-menu__address_phone {
        color: #c61f31;
        font-weight: 800;
    }

    .menu__burger2 {
        float: right;
        margin-top: 13px;
        margin-right: 17px !important;
    }

    @font-face {
        font-family: 'icomoon';
        src: url('/fonts/icomoon.eot?33r3ps');
        src: url('/fonts/icomoon.eot?33r3ps#iefix') format('embedded-opentype'),
            url('/fonts/icomoon.ttf?33r3ps') format('truetype'),
            url('/fonts/icomoon.woff?33r3ps') format('woff'),
            url('/fonts/icomoon.svg?33r3ps#icomoon') format('svg');
        font-weight: normal;
        font-style: normal;
        font-display: block;
    }

    [class^='icon-'],
    [class*=' icon-'] {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'icomoon' !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;

        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .icon-call:before {
        content: '\e900';
    }
    .icon-collections:before {
        content: '\e901';
    }
    .icon-layers:before {
        content: '\e902';
    }
    .icon-phone_in_talk:before {
        content: '\e903';
    }
    .icon-calculate:before {
        content: '\e904';
    }
    .icon-house:before {
        content: '\e905';
    }
}

@media only screen and (max-width: 400px) {
    .mobil-menu {
        width: 80%;
    }

    .mobil-menu__list {
        margin-bottom: 7px;
        font-size: 18px;
    }
}
/* ./Мобильное меню */

/* Стилизация галереи изображений в обьектах */
.swp {
    position: relative;
}

.box_slider_object {
    padding: 0 10px;
}

.object_slider_info {
    position: absolute;
    background: #00000061;
    color: #fff;
    bottom: 6px;
    max-width: 480px;
    z-index: 10;
}

.box_slider_object_image {
    min-height: 600px;
    background-color: #eeeeee;
    object-fit: cover;
    min-width: 100%;
}

.object_slider_info__header {
    background-color: rgba(22, 189, 240, 0.3);
    padding: 5px 20px;
}

.object_slider_info__header_title {
    margin: 0;
    font-size: 20px;
    text-align: center;
    padding: 0;
    border: none;
}

.object_slider_info__header_title::after {
    display: none;
}

.object_slider_info__main {
}

.object_slider_info__main_item {
    margin: 0;
    padding: 4px 20px;
    text-align: left;
    font-size: 15px;
}

.object_slider_info__main_item:first-child {
    padding-top: 15px;
}
.object_slider_info__main_item:last-child {
    padding-bottom: 15px;
}

.object_slider_info__main_item > span {
    font-weight: bold;
}

/*  ./Стилизация галереи изображений в обьектах */

.header-phone {
    font-size: 14px;
}

.header-icons {
    display: flex;
    align-items: center;
}

.overlay_mobile {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(33, 33, 33, 0.369);
}

.swiper-slide > a {
    cursor: zoom-in;
}

.pr-0 {
    padding-right: 0;
}
.pl-5 {
    padding-left: 5px;
}

@media only screen and (max-width: 400px) {
    .pr-0 {
        padding-right: 20px;
    }
    .pl-5 {
        padding-left: 15px;
    }
}

.avatar-feedb {
    position: absolute;
    right: 50px;
    top: -40px;
    border: 3px solid #4caf50;
    border-radius: 100%;
    display: block;
    width: 100px;
    height: 100px;
    overflow: hidden;
}

.rating {
    position: absolute;
    bottom: 10px;
    right: 20px;
}

.star {
    color: #eecb15;
}

.img_size {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 10px 0;
}

.img_size > img {
    width: 400px;
}

@media only screen and (max-width: 400px) {
    .avatar-feedb {
        position: absolute;
        right: 30px;
        top: -30px;
        border: 2px solid #c61f31;
        border-radius: 100%;
        display: block;
        width: 80px;
        height: 80px;
        overflow: hidden;
    }
}

.order {
    background-color: #6ac4c11a;
    padding-top: 20px;
    padding-bottom: 20px;
}
.order__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.order__num {
    position: relative;
}
.order__num > span {
    height: 40px;
    width: 40px;
    border-radius: 2px;
    font-weight: 700;
    background-color: #c61f31;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
}
.order__container:not(:last-child) .order__num::before {
    position: absolute;
    content: '';
    width: 2px;
    height: 100%;
    background-color: #cbcbcc;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}
.order__info {
    margin-bottom: 20px;
    margin-left: 10px;
}
.order__info_title {
    margin-bottom: 5px;
    color: #2c201a;
    font-size: 15px;
    display: block;
    margin-top: 10px;
}
.order_subtitle {
    margin-bottom: 20px;
    font-size: 14px;
}
.order__info_desc {
    color: #786053;
    font-size: 13px;
}
@media only screen and (max-width: 400px) {
    .order__info_title {
        margin-top: 0;
        font-size: 14px;
        margin-bottom: 2px;
    }
}
