@font-face {
    font-family: Gotham-Pro;
    src: url(../fonts/Gotham-Pro/GothaProReg.otf);
}

@font-face {
    font-family: Gotham-Pro-Bold;
    src: url(../fonts/Gotham-Pro/GothaProBol.otf);
}

@font-face {
    font-family: Gotham-Pro-Light;
    src: url(../fonts/Gotham-Pro/GothaProLig.otf);
}

@font-face {
    font-family: "Muller";
    src: url('../fonts/Muller/Fontfabric%20-%20MullerLight.otf');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Muller";
    src: url('../fonts/Muller/Fontfabric%20-%20MullerRegular.otf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Muller";
    src: url('../fonts/Muller/Fontfabric%20-%20MullerBold.otf');
    font-weight: 600;
    font-style: normal;
}

body {
    overflow-x: hidden;
    font-family: Muller;
    font-size: 18px;
    color: #272622;
}

@font-face {
    font-family: "Muller";
    src: url('../fonts/Muller/Fontfabric%20-%20MullerMedium.otf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Muller";
    src: url('../fonts/Muller/Fontfabric%20-%20MullerExtraBold.otf');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Muller";
    src: url('../fonts/Muller/Fontfabric%20-%20MullerBlack.otf');
    font-weight: 900;
    font-style: normal;
}

body {
    overflow-x: hidden;
    font-family: Gotham-Pro;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
}

a p {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
}

input {
    max-width: 100%;
}

a.custom_mail:before {
    content: "\f0e0";
    font-family: fontAwesome;
    color: #0b981e;
    position: absolute;
    left: -22px;
    bottom: 3px;
}

i.fa.fa-envelope {
    color: #009314;
    margin-right: 19px;
}

a.custom_mail {
    position: relative;
}

button:focus {
    outline: none;
}

.nopad {
    padding: 0px;
}

.btn-default {
    color: #fff;
    background-color: #a70007;
    border-color: #a70007;
    outline: none;
    transition: 0.3s;
    border-radius: 23px;
}

#article h1 {
    margin: 0;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open>.dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open>.dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open>.dropdown-toggle.btn-default.focus {
    color: #fff;
    background-color: #a70007;
    border-color: #8c8c8c;
    outline: none;
}

.btn-default:hover {
    color: #fff;
    background-color: #a70007;
    border-color: #adadad;
}

.btn-default:focus {
    color: #fff;
    background-color: #a70007;
    border-color: #adadad;
    outline: none;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    color: #fff;
    background-color: #a70007;
    border-color: #adadad;
}

.owl-nav {
    position: absolute;
    width: 90%;
    top: 35%;
    left: 5%;
    height: 0px;
}

.owl-next {
    float: right;
    font-size: 50px;
    color: #003f74;
    padding: 7px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    height: 40px;
    transition: 0.4s;
    padding-left: 13px;
    padding-top: 6px;
}

.owl-prev {
    float: left;
    font-size: 50px;
    color: #003f74;
    padding: 7px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    height: 40px;
    transition: 0.4s;
    padding-left: 13px;
    padding-top: 6px;
}

.owl-dots {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border: 1px solid #003f74;
    float: left;
    margin-left: 7px;
    transition: 0.4s;
    background: azure;
}

.owl-dots .owl-dot.active {
    background: #a70007;
    border-color: #a70007;
}

#fixed_header .menu.nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 10px;
}

.navbar-brand {
    float: left;
    padding: 6px 10px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}

.num {
    float: left;
    padding-top: 12px;
    font-size: 15px;
    color: #000000;
}

.mob_logo img {
    width: 40px;
}

.modal-header .close {
    padding: 0px;
    margin: 0px;
}

.fixed_menu,
.menu_mobile {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 99;
    transition: 0.3s;
}

.nav {
    align-items: center;
    justify-content: space-between;
}

footer .right-block {
    text-align: right;
}

footer .politika {
    border-bottom: 1px solid #fff;
}

footer {
    padding: 35px 0;
}

section#contacts h2 {
    font-size: 20px;
}

section#contacts .info_contact.adres:before {
    content: '\f041';
    font-family: Fontawesome;
    margin-left: -21px;
    display: block;
    float: left;
}

section#contacts .info_contact.phone:before {
    content: '\f095';
    font-family: Fontawesome;
    margin-left: -21px;
    display: block;
    float: left;
}

section#contacts .info_contact.email:before {
    content: '\f003';
    font-family: Fontawesome;
    margin-left: -28px;
    display: block;
    float: left;
}

section#contacts .info_contact {
    padding-left: 30px;
    margin-bottom: 30px;
}

section#contacts .info_contact p {
    margin-bottom: 0;
}

section#contacts {
    padding-bottom: 60px;
}


/*  large desktops */

@media (min-width: 1200px) {}


/* desktops */

@media (min-width: 992px) and (max-width: 1199.98px) {}


/* tablets */

@media (min-width: 768px) and (max-width: 991.98px) {}


/* smartphones */

@media (max-width: 767.98px) {
    i.fa.fa-envelope {
        color: #009314;
        margin-right: 23px;
    }
    .customitemadd br {
        display: none;
    }
    .nav {
        padding: 0px 15px;
        flex-direction: column;
        align-items: flex-start;
    }
    .menu_mobile {
        padding: 10px 0;
    }
    footer .right-block {
        text-align: center;
    }
    footer {
        text-align: center;
    }
}

body {
    font-family: Muller;
}

.big-header {
    /* background-color: white;
position: fixed;*/
    z-index: 101;
    padding-top: 25px;
}

.header-firstline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: right;
    color: #000000;
}

.header-padding {
    display: flex;
    position: relative;
}

.big-header * {
    z-index: 5;
}

.tell-header img {
    position: absolute;
    left: calc(50% - 87px);
    top: 6px;
}

.adress-header img {
    position: absolute;
    top: -2px;
    left: -15px;
}

.header-menu {
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}

.header-menu ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    text-align: left;
    color: #000000;
    text-transform: uppercase;
}

.num-logo {
    font-size: 40px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.8px;
    text-align: left;
    color: #000000;
}

.box-logo {
    width: 109px;
    height: 38px;
    border-top: 3px solid #00470c;
    border-right: 2px solid #00470c;
}

.num-box {
    display: inline-flex;
}

.header-logo {
    font-size: 21.5px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.4px;
    text-align: left;
    color: #000000;
    text-transform: uppercase;
}

.adress-header {
    margin-top: 8px;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.4px;
    text-align: left;
    color: #000000;
    text-transform: uppercase;
}

.big-header .tell-header {
    margin-left: 70px;
}

.tell-header a {
    font-size: 17px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    text-align: right;
    color: #000000;
}

.tell-header p {
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    text-align: right;
    color: #000000;
}

.first-block h2 {
    font-size: 40px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.8px;
    text-align: left;
    color: #131413;
}

.text-1bl {
    font-size: 40px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.8px;
    text-align: center;
    color: #131413;
}

.first-block {
    position: relative;
    background: url(../images/fon.png);
    background-position-x: 50%;
    background-repeat: no-repeat;
    padding-top: 310px;
    padding-bottom: 270px;
}

.first-block li {
    padding-bottom: 15px;
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.4px;
    color: #131413;
    list-style: none;
}

.first-block ul {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 100px;
    padding-left: unset;
}

.ul-colm {
    display: flex;
}

.romb {
    padding-right: 10px;
}

.header-firstline img,
.romb {
    height: fit-content;
}

.btn.focus,
.btn:focus {
    -webkit-box-shadow: 2px 3px 0px 0px #114a11;
    -moz-box-shadow: 2px 3px 0px 0px #114a11;
    box-shadow: 2px 3px 0px 0px #114a11;
}

.green-btn {
    background-image: linear-gradient(to bottom, #3add45, #008f28, #005034);
    border: none;
    transition: 0.4s;
    background-size: 100% 200%;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.4px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    background-color: none;
    padding: 27px 39px;
    background-position: 100% 0%;
    cursor: pointer;
    outline: none;
    -webkit-box-shadow: 2px 3px 0px 0px #114a11;
    -moz-box-shadow: 2px 3px 0px 0px #114a11;
    box-shadow: 2px 3px 0px 0px #114a11;
    border-radius: 300px;
}

.btn-default:active,
.btn:not(:disabled):not(.disabled):active {
    background-image: linear-gradient(to bottom, #3add45, #008f28, #005034);
    background-color: unset;
    box-shadow: none;
}

.green-btn:hover,
.green-btn:active {
    box-shadow: none;
    background-position: 100% 100%;
}

h2,
h1 {
    font-size: 36px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.7px;
    text-align: center;
    color: #000000;
}

.podhod h2 {
    padding-top: 100px;
    padding-bottom: 45px;
}

.podhod-1line {
    padding-bottom: 120px;
    display: flex;
    justify-content: space-between;
}

.podhod-1line img {
    height: fit-content;
}

.flex-color p {
    margin-bottom: 10px;
}

.green {
    margin-right: 15px;
    background: url(../images/tick.png);
    background-color: #eafbec;
    background-position-x: calc(100% + 80px);
    background-position-y: -97px;
    border-radius: 2px 88px/0em 180px;
}

.red {
    margin-right: 15px;
    background: url(../images/cancel.png);
    background-color: #ffe5e5;
    background-position-x: calc(100% + 21px);
    background-position-y: -22px;
    border-radius: 2px 88px/0em 180px;
}

.podhod-1line .blk {
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    text-align: left;
    color: #000000;
    max-width: 410px;
    height: 230px;
    padding: 60px 40px 0 40px;
    background-repeat: no-repeat;
}

.podhod {
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.6px;
    text-align: center;
    color: #131413;
    background: url(../images/back1.png);
    background-repeat: no-repeat;
    background-position-x: calc(100% + 300px);
    background-position-y: bottom;
}

.kontakti {
    background: url(../images/back1.png);
    background-repeat: no-repeat;
    background-position-x: calc(100% + 300px);
    background-position-y: calc(100% + 72px);
}

.slider {
    background: url(../images/back2.png);
    background-repeat: no-repeat;
    background-position-x: -150px;
}

.chois {
    position: relative;
    padding-bottom: 150px;
}

.chois ul {
    padding-top: 60px;
}

.chois li {
    padding-bottom: 39px;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0.4px;
    color: #000000;
    list-style: none;
    position: relative;
    padding-left: 20px;
}

.chois li img {
    position: absolute;
    left: -20px;
}

.techs {
    margin-bottom: 80px;
}

.tech-item h3 {
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #131413;
    width: unset;
    transition: 0.3s;
}

.techs ul.nav-tabs {
    border-bottom: unset;
}

.tech-item:hover h3,
.active .tech-item h3 {
    cursor: pointer;
    font-weight: 800;
    color: #104012;
}

.techs .row {
    justify-content: space-evenly;
}

.tech-item {
    width: 212px;
    height: 220px;
    text-align: center;
}

.tech-item img {
    margin-top: 15px;
    transition: 0.3s;
    margin-bottom: 20px;
    width: 170px;
    height: 170px;
    border-radius: 50%;
}

.tech-item:hover img,
.active .tech-item img {
    cursor: pointer;
    margin-top: 0px;
    margin-bottom: 10px;
    width: 195px;
    height: 195px;
    box-shadow: 6.5px 8.9px 8.5px 0.5px rgba(0, 0, 0, 0.1);
}

.brick {
    height: 800px;
    background: url(../images/brick2.png);
    background-repeat: no-repeat;
    background-position: 50%;
}

.beton {
    height: 800px;
    background: url(../images/beton.png);
    background-repeat: no-repeat;
    background-position: 50%;
}

.brus {
    height: 800px;
    background: url(../images/brus.png);
    background-repeat: no-repeat;
    background-position: 50%;
}

.text-brick h2 {
    font-size: 55px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.1px;
    text-align: left;
    color: #ffffff;
}

.text-brick {
    padding-top: 150px;
    max-width: 600px;
}

.text-brick p {
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.4px;
    text-align: left;
    color: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.slider-item {
    border-radius: 10px;
    box-shadow: 4.7px 6.5px 9.8px 0.2px rgba(0, 0, 0, 0.08);
    border: solid 1px #e8e8e8;
    background-color: #ffffff;
    overflow: hidden;
}

.slider-item h3 {
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #131413;
}

.slider-item-text {
    padding: 15px 30px;
}

.slider-item-text p {
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    text-align: left;
    color: #131413;
}

.slider-item-text p.plosh {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    text-align: left;
    color: #131413;
}

.plosh span {
    font-size: 18px;
    color: #17ae34;
}

.slider-item-text .green-btn img {
    width: unset;
    height: unset;
}

.slider-item-text .green-btn {
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    text-align: center;
    color: #ffffff;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.kontakti input {
    width: 100%;
    height: 80px;
    border-radius: 38px;
    box-shadow: inset 0px 5px 15px 0 rgba(69, 114, 69, 0.2);
    border: none;
    padding-left: 93px;
    font-size: 24px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.5px;
}

.kontakti input::placeholder {
    color: rgba(0, 0, 0, 0.15);
}

.kontakti .green-btn {
    width: 100%;
}

.kontakri-form {
    padding-top: 20px;
    padding-right: 50px;
}

.header-firstline-kont {
    padding-bottom: 20px;
}

.padding-seregi {
    padding-bottom: 20px;
}

.kontakri-form .kontakri-form {
    justify-content: space-between;
}

.flex-color {
    display: flex;
}

.flex-revers {
    flex-flow: row-reverse;
}

.viravnivanie {
    margin: auto 0;
}

.relativ-blk {
    position: relative;
}

.relativ-blk img {
    position: absolute;
    right: -111px;
    max-width: unset;
    top: 0;
}

.slider h2,
.kontakti h2 {
    padding-top: 110px;
    padding-bottom: 60px;
}

.header-firstline-kont img {
    height: fit-content;
}

.header-firstline-kont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: right;
    color: #000000;
}

.owl-next {
    position: absolute;
    right: -123px;
}

.owl-next::after {
    top: 17px;
    right: -33px;
    width: 15px;
    height: 15px;
    position: absolute;
    content: " ";
    border-radius: 7.5px;
    background-image: linear-gradient(to bottom, #3add45, #008f28, #005034);
    transition: 0.4s;
    background-size: 100% 200%;
}

.owl-prev::before {
    top: 17px;
    left: -10px;
    width: 15px;
    height: 15px;
    position: absolute;
    content: " ";
    border-radius: 7.5px;
    background-image: linear-gradient(to bottom, #3add45, #008f28, #005034);
    transition: 0.4s;
    background-size: 100% 200%;
}

.owl-prev img {
    transform: rotate(180deg);
}

.owl-prev {
    position: absolute;
    left: -140px;
}

.nav-arr img {
    position: absolute;
    position: absolute;
    left: 9px;
    top: 11px;
}

.nav-arr {
    transition: 0.3s;
    position: relative;
    width: 37px;
    height: 37px;
    border-radius: 18.5px;
    box-shadow: 2.5px 3.2px 4.9px 0.1px rgba(0, 0, 0, 0.23);
    background-image: linear-gradient(to bottom, #3add45, #008f28, #005034);
    background-color: white;
    background-size: 100% 200%;
}

.nav-arr:hover,
.nav-arr:active,
.owl-prev:hover::before,
.owl-next:hover::after {
    box-shadow: none;
    background-position: 100% 100%;
}

.kontakri-form .adress-header span {
    font-size: 16px;
    font-weight: 600;
}

.kontakri-form .tell-header a {
    font-weight: 600;
}

.paralax-img1 {
    position: absolute;
    right: 0px;
    top: 83px;
    z-index: -1;
}

.paralax-img3 {
    position: absolute;
    right: 0px;
    bottom: 183px;
    z-index: -1;
}

.paralax-img4 {
    position: absolute;
    left: 0px;
    top: 83px;
    z-index: -1;
}

.paralax-img2 {
    position: absolute;
    right: 0px;
    top: 83px;
    z-index: -1;
}

.slider {
    position: relative;
}

.kontakti {
    position: relative;
}

.big-header {
    transition: 0.3s;
    background: unset;
    width: 100%;
    position: fixed;
}

.fixeded {
    background: white;
    padding-bottom: 15px;
    box-shadow: 8.5px 8.5px 12.2px 0.8px rgba(0, 0, 0, 0.07);
}

.foter {
    display: flex;
}

.footer-menu ul {
    display: flex;
    list-style: none;
    justify-content: space-between;
    padding-left: 40px;
    padding-top: 20px;
}

.footer-menu li {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    text-align: right;
    color: #000000;
    text-transform: uppercase;
}

footer {
    margin-top: 20px;
}

footer .container {
    padding-top: 20px;
    border-top: 1px solid black;
}

footer .logo-block {
    text-align: left;
}

.techs li {
    margin-left: auto;
    margin-right: auto;
}

.techs .nav {
    flex-direction: inherit;
}

.page_headline p {
    color: #000000;
    font-family: "Muller";
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 0.8px;
    text-align: center;
    margin-bottom: 0px;
}

.projects-page__content .page_headline {
    padding-bottom: 33px;
}

.projects-page_types__line {
    position: relative;
}

.projects-page_types__line .right_image {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.projects-page__layout {
    background: url('../../../images/site/wood_texture.png');
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    padding-top: 83px;
}

.projects-page_types__line:after {
    bottom: -17px;
    content: " ";
    background: url(../../../images/site/triangles.png);
    background-size: 100% 100%;
    width: 100%;
    background-repeat-y: no-repeat;
    display: block;
    position: relative;
    height: 18px;
    z-index: 3;
}

.projects-page_types {
    max-width: 78.5%;
    margin: 0 auto;
}

.projects-page_types .nav {
    border: unset;
}

.projects-page_types .nav>li {
    text-align: center;
    position: relative;
    z-index: 3;
    min-width: 232px;
}

.projects-page_types a.active:after {
    content: " ";
    border-left: 54px solid transparent;
    border-right: 54px solid transparent;
    border-top: 53px solid #ffffff;
    position: absolute;
    bottom: -67px;
    left: calc(50% - 54px);
    z-index: 3;
    transition: 0.3s;
}

.type_image {
    min-height: 175px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.projects-page_types ul>li>a>p {
    color: #000000;
    font-family: "Muller";
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.48px;
    text-align: center;
    transition: 0.3s;
    margin-bottom: 29px;
    padding-top: 20px;
}

.projects-page_types ul>li:hover>a>p {
    color: #004804;
    font-weight: 800;
}

.projects-page_types ul>li>a .type_image>img {
    transition: 0.3s;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-top-right-radius: 50%;
}

.projects-page_types ul>li:hover>a .type_image>img {
    box-shadow: 5px 7px 10px 1px rgba(0, 0, 0, 0.08);
}

.projects-page_item {
    text-align: center;
    border-radius: 10px;
    border: 1px solid transparent;
    background-color: transparent;
    transition: 0.4s;
    padding: 20px 20px;
    margin-bottom: 59px;
}


/*.projects-page_item p{
    color: #0a0c0b;
    font-family: "Muller";
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.48px;
    margin-bottom: 29px;
    text-align: center;
}*/

.projects-page_item p {
    color: #0a0c0b;
    display: block;
    font-family: "Muller";
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.48px;
    /* margin-bottom: 29px; */
    text-align: center;
    height: 96px;
}

.projects-page_item:hover {
    border-color: #e8e8e8;
    box-shadow: 5px 7px 10px 1px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
}

.pagination_wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    margin-bottom: 97px;
    margin-top: 52px;
}

.pagination_wrapper .item_page {
    padding: 5px 11px;
    line-height: 1;
    background: transparent;
    border-radius: 8px;
    border: 2px solid transparent;
    color: #303030;
    font-family: "Muller";
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.6px;
    transition: 0.3s;
    margin-right: 21px;
}

.pagination_wrapper .item_page.action {
    border-color: #009314;
    background: transparent;
}

.pagination_wrapper .item_page:hover {
    background-color: #009314;
    color: #fefefe;
}

.item_page__text {
    color: #303030;
    font-family: "Muller";
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.6px;
}

.item_page__text i {
    margin-left: 24px;
    margin-right: 35px;
    font-size: 24px;
    font-weight: 600;
}

.last.item_page__text i {
    margin-right: 24px;
    margin-left: 8px;
}

ul.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    padding-top: 30px;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}

ul.breadcrumb li>a,
ul.breadcrumb li>span {
    color: #8e8e8e;
    font-family: "Muller";
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.36px;
}

.cart__wrapper-content_miniatures {
    display: flex;
}

.cart__wrapper-content_preview {
    margin-top: 40px;
    margin-right: 13px;
    position: relative;
}

.cart__wrapper-content_preview img {
    max-height: 90px;
}

.cart__wrapper-content_pictures>a>img {
    width: 100%;
}

.cart__wrapper-content_name h1 {
    color: #000000;
    font-family: "Muller";
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.9px;
    margin-bottom: 0px;
}

.cart__wrapper-content_name {
    padding-bottom: 76px;
}

.cart__wrapper-content_order {
    background: url('../../../images/site/wood_min.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 30px 32px 32px;
    text-align: center;
}

.cart__wrapper-content_button button img {
    margin-left: 14px;
}

.cart__wrapper-content_headline h3 {
    color: #000000;
    font-family: "Muller";
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.84px;
    margin-bottom: 25px;
}

.cart__wrapper-content_text p {
    color: #000000;
    font-family: "Muller";
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.48px;
    margin-bottom: 24px;
}

.cart__wrapper-content_contact {
    padding-top: 95px;
}

.cart__wrapper-content_contact .cart__wrapper-content_headline h3 {
    color: #000000;
    font-family: "Muller";
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.9px;
    margin-bottom: 46px;
}

.cart__wrapper-content_address p,
.cart__wrapper-content_phone {
    color: #000000;
    font-family: "Muller";
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.6px;
    margin-bottom: 19px;
}

.cart__wrapper-content_order .green-btn {
    font-size: 12px;
    letter-spacing: 0.36px;
    padding: 20.5px 26px;
}

.cart__wrapper-content_phone {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart__wrapper-content_description {
    padding-top: 77px;
    padding-bottom: 40px;
}

.cart__wrapper-content_description .cart__wrapper-content_headline h3 {
    margin-bottom: 38px;
}

.cart__wrapper-content_description p {
    color: #000000;
    font-family: "Muller";
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.54px;
}

#left1 {
    left: 0;
}

#right1 {
    bottom: 50%;
    top: unset;
    right: -75px;
}

.contact-page_item>p {
    color: #000000;
    font-family: "Muller";
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.6px;
    margin-bottom: 13px;
    line-height: 1;
}

.contact-page_item>span {
    color: #000000;
    font-family: "Muller";
    font-size: 22px;
    font-weight: 400;
    margin-left: -2px;
}

.contact-page_item.open>span {
    align-items: center;
}

.contact-page_item>span img {
    margin-right: 19px;
}

.contact-page_item {
    padding-left: 30px;
    position: relative;
    z-index: 3;
    margin-bottom: 28px;
}

.contacts-page__content .contact {
    padding-top: 50px;
}

.contact-page_form {
    margin-top: 34px;
    box-shadow: 5px 6px 10px 1px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    background-color: #ffffff;
    padding: 29px 48px 33px;
    position: relative;
    z-index: 3;
    margin-bottom: 44px;
}

.contact-page_form>h3 {
    color: #009314;
    font-family: "Muller";
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 0.7px;
    margin-bottom: 8px;
}

.contact-page_form>p {
    color: #000000;
    font-family: "Muller";
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.38px;
    margin-bottom: 13px;
}

.contact-page_form label {
    color: #000000;
    font-family: "Muller";
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.45px;
}

.form_bottom-text p {
    color: #000000;
    font-family: "Muller";
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.38px;
    margin-bottom: 0px;
}

.form_bottom-text p>b {
    font-family: "Muller";
    font-weight: 700;
    letter-spacing: 0.38px;
}

.contact-page_form .green-btn {
    font-size: 12px;
    letter-spacing: 0.36px;
    padding: 24px 53px;
}

.contact-page_form .green-btn img {
    margin-left: 17px;
}

.contact-page_form .form-inline .form-group {
    flex-direction: column;
    align-items: baseline;
}

.contact-page_form .form-inline .form-group input {
    border: unset;
    background-color: transparent;
    outline: none;
}

.contact-page_form .form-inline .form-group {
    border-bottom: 2px solid #009314;
    padding-right: 50px;
}

.contact-page_form .form-inline .form-group:nth-child(3) {
    padding-right: 0px;
    margin-right: 43px;
}

.contact-page_form .form-inline .form-group input[type="text"],
.contact-page_form .form-inline .form-group input::placeholder {
    color: #000000;
    font-family: "Muller";
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.32px;
}

.form_bottom-text {
    padding-top: 29px;
}

.footer_img {
    position: absolute;
    left: 0;
    bottom: 0;
}

body {
    position: relative;
}

.menu_mobile p.tell {
    margin-bottom: 0px;
}

#right2 {
    bottom: 35%;
    top: unset;
    right: -75px;
}

@media (max-width: 1330px) {
    .owl-nav {
        position: absolute;
        width: 0px;
        top: unset;
        left: 50%;
        height: 0px;
    }
}

@media (max-width: 1200px) {
    .rllx {
        display: none;
    }
    .flex-color {
        display: unset;
    }
    .podhod-1line {
        justify-content: space-evenly;
    }
    .green {
        margin-bottom: 35px;
    }
    .relativ-blk img {
        position: absolute;
        right: -180px;
    }
    .kontakri-form {
        padding-right: 0;
    }
    .cart__wrapper-content_order .cart__wrapper-content_headline h3 {
        font-size: 23px;
    }
    .cart__wrapper-content_contact {
        padding-top: 40px;
    }
    .cart__wrapper-content_name {
        padding-bottom: 40px;
    }
    .projects-page_item p {
        font-size: 22px;
    }
    .projects-page_types ul>li>a>p {
        font-size: 22px;
    }
    .contact-page_item>span {
        font-size: 19px;
    }
    .contact-page_form .form-inline .form-group {
        padding-right: 20px;
    }
    .contact-page_form .form-inline .form-group:nth-child(3) {
        margin-right: 5px;
    }
    .contact-page_form .green-btn {
        padding: 24px 23px;
    }
    .contact-page_form .green-btn img {
        margin-left: 10px;
    }
    .contact-page_item>p {
        font-size: 27px;
    }
}

@media (max-width: 992px) {
    .kontakri-form {
        padding-bottom: 30px;
        padding-right: 0px;
    }
    .footer-menu li {
        width: 24%;
        display: inline-flex;
    }
    .footer-menu ul {
        display: block;
        padding-left: 59px;
        padding-top: 0px;
    }
    .cart__wrapper-content_order .cart__wrapper-content_headline h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .cart__wrapper-content_text p {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .cart__wrapper-content_name {
        padding-bottom: 20px;
    }
    .cart__wrapper-content_order {
        padding: 20px 15px 25px;
    }
    .cart__wrapper-content_contact {
        padding-top: 30px;
    }
    .cart__wrapper-content_address p,
    .cart__wrapper-content_phone {
        font-size: 17px;
    }
    .cart__wrapper-content_contact .cart__wrapper-content_headline h3 {
        margin-bottom: 15px;
    }
    .cart__wrapper-content_description {
        padding-top: 35px;
        padding-bottom: 0px;
    }
    .projects-page_types {
        max-width: 100%;
    }
    .projects-page_types .nav>li {
        min-width: auto;
    }
    .projects-page_types ul>li>a>p {
        font-size: 20px;
    }
    .item_page__text {
        font-size: 22px;
    }
    .pagination_wrapper .item_page {
        font-size: 23px;
    }
    .contact-page_item>p {
        font-size: 25px;
        margin-bottom: 7px;
    }
    .contact-page_item {
        padding-bottom: 0px;
        padding-left: 10px;
    }
    .contact-page_form label {
        font-size: 15px;
    }
    .contact-page_form .form-inline .form-group input[type="text"],
    .contact-page_form .form-inline .form-group input::placeholder {
        font-size: 15px;
    }
    .contact-page_form .form-inline .form-group {
        padding-right: 0px;
    }
    .contact-page_form .form-inline .form-group:nth-child(3) {
        margin-right: 0px;
    }
    .contact-page_form .green-btn {
        margin-top: 15px;
    }
    .contact-page_form {
        margin-top: 10px;
        margin-bottom: 0px;
    }
    .contact-page_form>h3 {
        font-size: 27px;
        margin-bottom: 5px;
    }
    .form_bottom-text {
        padding-top: 16px;
    }
    .contact-page_form {
        padding: 20px 30px 20px;
    }
}

@media (max-width: 767px) {
    .footer-menu ul {
        display: block;
        padding-left: 0px;
        text-align: left;
        padding-top: 0px;
    }
    .techs {
        margin-bottom: 0px;
    }
    .tech-item img {
        width: 100px;
        height: 100px;
    }
    .tech-item:hover img,
    .active .tech-item img {
        width: 125px;
        height: 125px;
    }
    .tech-item {
        width: 120px;
    }
    .first-block {
        height: 700px;
    }
    .ul-colm {
        padding-top: 40px;
        display: block;
    }
    .first-block ul {
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: 0px;
        padding-left: unset;
    }
    .podhod-1line {
        display: block;
    }
    .podhod-1line .blk {
        margin-left: auto;
        margin-right: auto;
        width: unset;
        height: unset;
        max-height: 230px;
        padding: 19px 15px;
        border-radius: 0 52px 0 34px;
    }
    .relativ-blk img {
        position: absolute;
        right: -214px;
    }
    .text-brick {
        padding-top: 77px;
    }
    .text-brick p {
        padding-top: 17px;
        padding-bottom: 19px;
    }
    .brick {
        height: unset;
        min-height: 524px;
        padding-bottom: 25px;
        background-position: 50% 0;
    }
    .big-header {
        display: none;
    }
    .first-block {
        padding-top: 87px;
    }
    .nav-tabs {
        border-bottom: none;
    }
    ul.breadcrumb {
        padding-top: 15px;
        margin-bottom: 25px;
    }
    .cart__wrapper-content_name h1 {
        font-size: 24px;
    }
    .cart__wrapper-content_contact .cart__wrapper-content_headline h3 {
        margin-bottom: 10px;
        font-size: 23px;
    }
    .cart__wrapper-content_description .cart__wrapper-content_headline h3 {
        margin-bottom: 15px;
        font-size: 23px;
    }
    .projects-page_types ul>li>a>p {
        font-size: 15px;
    }
    .projects-page_types ul>li>a .type_image>img {
        width: 65%;
    }
    .projects-page_types .nav {
        flex-direction: row;
        align-items: center;
        display: -webkit-inline-box;
    }
    .type_image {
        min-height: 110px;
    }
    .projects-page_item {
        margin-bottom: 10px;
    }
    .projects-page__content .page_headline {
        padding-bottom: 10px;
    }
    .item_page__text {
        font-size: 19px;
    }
    .pagination_wrapper .item_page {
        font-size: 18px;
        margin-right: 10px;
    }
    .pagination_wrapper {
        margin-bottom: 30px;
        margin-top: 20px;
    }
    .contact-page_form .form-inline {
        flex-direction: column;
        align-items: baseline;
    }
    .contact-page_form .green-btn {
        padding: 15px 20px;
    }
    .contact-page_form .form-inline .form-group {
        margin-bottom: 15px;
    }
    .contact-page_form .green-btn {
        margin-top: 0px;
    }
    .contacts-page__content .contact {
        padding-top: 25px;
    }
    .contact-page_map #map {
        height: 400px !important;
    }
    .contact-page_item>p {
        font-size: 20px;
        margin-bottom: 7px;
    }
    .contact-page_item>span {
        font-size: 17px;
    }
}

@media (max-width: 575px) {
    .projects-page_types .nav {
        display: flex;
    }
    .type_image {
        min-height: auto;
    }
    .projects-page_types ul>li>a .type_image>img {
        display: none;
    }
    .page_headline p {
        font-size: 27px;
    }
    .projects-page__content .page_headline {
        padding-bottom: 0px;
    }
    .projects-page_types ul>li>a>p {
        margin-bottom: 10px;
    }
    .projects-page_item p {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .item_page__text i {
        margin-left: 10px;
        margin-right: 20px;
        font-size: 18px;
    }
    .last.item_page__text i {
        margin-right: 10px;
        margin-left: 8px;
    }
    .item_page__text {
        font-size: 17px;
    }
    .pagination_wrapper .item_page {
        font-size: 15px;
        margin-right: 4px;
        padding: 3px 7px;
    }
    .projects-page_types ul>li:hover>a>p,
    .projects-page_types ul>li>a.active>p {
        color: #004804;
        font-weight: 800;
    }
    .footer_img {
        display: none;
    }
    .contact-page_form .form-inline .form-group {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
}

@media (max-width: 540px) {
    .footer-menu li {
        width: 49%;
        display: inline-flex;
    }
    .first-block {
        padding-top: 0px;
    }
    .first-block h2 {
        font-size: 34px;
        padding-top: 65px;
    }
    .header-firstline-kont {
        display: block;
    }
    .header-firstline-kont>div * {
        margin-left: auto;
        margin-right: auto;
    }
    .first-block {
        height: unset;
        padding-bottom: 40px;
    }
    .text-1bl {
        font-size: 30px;
    }
    .adress-header {
        margin-top: 0px;
        padding-bottom: 15px;
        padding-left: 10px;
    }
    .adress-header img {
        left: calc(50% - 114px);
    }
    .projects-page_types ul>li>a>p {
        font-size: 14px;
    }
    .pagination_wrapper {
        flex-direction: column;
        align-items: center;
    }
    .item_page__text i {
        display: none;
    }
}

@media (max-width: 485px) {
    .projects-page_types .nav {
        flex-direction: column;
    }
    .projects-page_types ul>li>a>p {
        padding-top: 0px;
    }
    .projects-page__content .page_headline {
        padding-bottom: 10px;
    }
    .projects-page_types ul>li>a>p {
        font-size: 16px;
    }
    .projects-page_types a.active:after {
        display: none;
    }
    .projects-page__layout {
        padding-top: 25px;
    }
}

@media (max-width: 425px) {
    .cart__wrapper-content_address p,
    .cart__wrapper-content_phone {
        font-size: 15px;
        margin-bottom: 14px;
    }
    .cart__wrapper-content_description p {
        font-size: 16px;
    }
    .cart__wrapper-content_contact {
        padding-top: 20px;
    }
    .contact-page_form>h3 {
        font-size: 22px;
    }
    .contact-page_form>p {
        font-size: 14px;
    }
    .form_bottom-text p {
        font-size: 14px;
    }
}

@media (max-width: 360px) {
    .cart__wrapper-content_order .cart__wrapper-content_headline h3 {
        font-size: 18px;
    }
    .cart__wrapper-content_text p {
        font-size: 13px;
    }
    .cart__wrapper-content_address p,
    .cart__wrapper-content_phone {
        font-size: 14px;
    }
    .menu_mobile p.tell {
        font-size: 14px;
    }
    .contact-page_form>h3 {
        font-size: 18px;
    }
    .contact-page_form>p {
        font-size: 12px;
    }
    .form_bottom-text p {
        font-size: 12px;
    }
}

.cena {
    padding-top: 40px;
}

.one-flor:after {
    background: url(../images/oneflor.png);
}

.one-flor {
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 243px;
}

.two-flor:after {
    background: url(../images/twoflor.png);
}

.two-flor {
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 243px;
}

.cena h2 {
    color: #021a04;
    font-family: "Muller";
    font-size: 30px;
    font-weight: 500;
    text-align: left;
    padding-top: 50px;
    padding-bottom: 32px;
}

.cena h2 span {
    font-weight: 600;
}

div.btn-cena:after {
    background-repeat: no-repeat;
    position: absolute;
    content: " ";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.3s;
    z-index: -2;
    background-position-x: 50%;
    background-size: auto 100%;
    border-radius: 13px;
}

.sibit:after {
    background: url(../images/sibit.png);
}

.sibit {
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 243px;
}

.bricks:after {
    background: url(../images/brick.png);
}

.bricks {
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 243px;
}

.lestnica:after {
    background: url(../images/lestnica.png);
}

.lestnica {
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 203px;
}

.spalnya:after {
    background: url(../images/spalnya.png);
}

.spalnya {
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 203px;
}

.gost:after {
    background: url(../images/gost.png);
}

.gost {
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 203px;
}

h3.oblako {
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.75);
    color: #ffffff;
    font-family: "Muller";
    font-size: 24px;
    font-weight: 400;
    padding: 17px 40px;
    width: fit-content;
    border-radius: 30px;
    background-color: #00000059;
    transition: 0.3s;
}

h3 {
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.75);
    color: #ffffff;
    font-family: "Muller";
    font-size: 24px;
    font-weight: 400;
    width: fit-content;
    transition: 0.3s;
}

.floor {
    padding-left: 20px;
    padding-top: 10px;
}

.btn-cena.active {
    border: 2px solid #00dd2d;
}

.btn-cena {
    max-width: 556px;
    border: 2px solid #00dd2d00;
    position: relative;
    transition: 0.3s;
    border-radius: 15px;
}

.btn-cena:hover {
    cursor: pointer;
}

.btn-cena:hover:before {
    opacity: 0.33;
}

.btn-cena.active:before {
    opacity: 0.33;
}

.btn-cena:hover h3 {
    background-color: #00000000;
}

.btn-cena.active h3 {
    background-color: #00000000;
}

.btn-cena:before {
    position: absolute;
    content: " ";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000;
    opacity: 0;
    transition: 0.3s;
    z-index: -1;
    border-radius: 13px;
}

.btn-clc-text {
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.75);
    color: #ffffff;
    font-family: "Muller";
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.loik {
    position: absolute;
    left: calc(50% - 46px);
    top: calc(50% - 46px);
    opacity: 0;
    transition: 0.3s;
}

.active .loik {
    opacity: 1;
}

.btn-clc-text {
    transition: 0.3s;
}

.active .oblako,
.active h3,
.active .btn-clc-text,
.comp.active span,
.comp.active img {
    opacity: 0.65;
}

.oblako {
    opacity: 1;
    transition: 0.3s;
}

.mater {
    padding-left: 30px;
    padding-top: 15px;
}

.comp span {
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.75);
    color: #ffffff;
    font-family: "Muller";
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
    line-height: 18px;
    transition: 0.3s;
}

.comp img {
    transition: 0.3s;
    padding-top: 4px;
    padding-bottom: 5px;
}

.comp {
    padding-left: 40px;
    padding-top: 15px;
}

.comp h3 {
    margin-bottom: 4px;
}

span.ui-slider-handle,
.ui-widget-content span.ui-state-default {
    width: 46px;
    height: 46px;
    box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.23);
    border-radius: 23px;
    background-image: linear-gradient(to bottom, #00de2d 0%, #00b51f 52%, #009012 100%);
    outline: none;
    box-shadow: none;
    border: none;
    top: -16px;
}

.label-slider {
    color: #181a18;
    font-family: "Muller";
    font-size: 24px;
    font-weight: 500;
}

.slider-flex-text {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.slider-count {
    font-weight: 700;
    font-size: 32px;
}

div.ui-widget.ui-widget-content {
    height: 11px;
    border-radius: 4px;
    background-color: #dddddd;
    border: none;
}

.super-result {
    width: 701px;
    height: 106px;
    box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.15);
    border-radius: 50px;
    text-align: center;
    margin-left: auto;
    padding-top: 25px;
    margin-right: auto;
    background: white;
}

.result-text {
    color: #021a04;
    font-family: "Muller";
    font-size: 24px;
    font-weight: 500;
}

.result-number {
    white-space: nowrap;
    color: #161816;
    font-family: "Muller";
    font-size: 36px;
    font-weight: 700;
    border-bottom: 2px solid black;
}

.ninja {
    display: none;
}

.super-result {
    margin-top: 60px;
}

@media(max-width: 1200px) {
    .ninja {
        display: unset;
    }
    .comp {
        padding-bottom: 10px;
        height: 100%;
    }
}

@media(max-width: 992px) {
    .sibit,
    .bricks {
        height: 100%;
        padding-bottom: 15px;
    }
    .btn-cena.gost {
        max-width: 332px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
    }
}

@media(max-width: 767px) {
    .super-result {
        width: unset;
        height: unset;
        padding-bottom: 12px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .bricks {
        height: 243px;
    }
    .one-flor {
        margin-bottom: 15px;
    }
    .sibit {
        height: unset;
        margin-bottom: 15px;
    }
    .comp {
        padding-left: 15px;
    }
}

@media(max-width: 575px) {
    .comp {
        max-width: 320px;
        height: 250px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
    }
}

section.cena {
    position: relative;
}

.cena2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -3;
    bottom: 0;
    background: url(../images/dubldom.png);
    -ms-background-position-x: 50%;
    background-position-x: 50%;
    background-repeat: no-repeat;
    background-size: 120% auto;
}

.top-tringl:before {
    top: 28px;
    content: " ";
    background: url(../../../images/site/triangles.png);
    background-size: auto 100%;
    width: 100%;
    background-repeat-y: no-repeat;
    display: block;
    position: relative;
    height: 18px;
    z-index: 3;
}

section.techs li a.active .tech-item:after {
    content: " ";
    border-left: 54px solid transparent;
    border-right: 54px solid transparent;
    border-top: 53px solid #ffffff;
    position: absolute;
    bottom: -160px;
    left: calc(50% - 56px);
    z-index: 3;
    transition: 0.3s;
}

section.techs li a .tech-item {
    position: relative;
}

@media(max-width: 768px) {
    section.techs li a.active .tech-item:after {
        bottom: -50px;
    }
    .top-tringl:before {
        top: 17px;
    }
}

.aferta {
    text-align: center;
    margin-bottom: 0;
    margin-top: 15px;
}

.add-text p {
    color: rgb(0, 0, 0);
    display: block;
    font-family: Muller;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.3px;
    line-height: normal;
    margin-bottom: 15px;
    margin-top: 0px;
    text-align: justify;
}

.add-text h2,
.add-text h3,
.add-text h4,
.add-text h5 {
    padding: 0px !important;
    margin: 35px 0 20px 0 !important;
}

.add-text {
    margin: -25px 0 50px 0;
}

.main--h3 {
    color: rgb(255, 255, 255);
    display: block;
    font-family: Muller;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.6px;
    line-height: 28.8px;
    margin-bottom: 8px;
    margin-top: 0px;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.75) 1px 2px 5px;
}

.main--texth3 {
    color: rgb(0, 0, 0);
    display: inline-block;
    font-family: Muller;
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: 0.7px;
    line-height: normal;
    margin-bottom: 20px;
    margin-top: 30px;
    text-align: center !important;
    text-shadow: none;
    margin: 18px 0 20px 0 !important;
}

.main--texth4 {
    color: rgb(0, 0, 0);
    display: inline-block;
    font-family: Muller;
    font-size: 36px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: 0.7px;
    line-height: normal;
    margin-bottom: 20px;
    margin-top: 30px;
    text-align: center !important;
    text-shadow: none;
    margin: 18px 0 20px 0 !important;
}

.main--divh4 {
    color: rgb(16, 64, 18);
    cursor: pointer;
    display: block;
    font-family: Muller;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0.5px;
    line-height: normal;
    margin-bottom: 8px;
    margin-top: 0px;
    text-align: center;
    text-decoration-thickness: auto;
    text-shadow: rgba(0, 0, 0, 0.75) 1px 2px 5px;
    opacity: 0.65;
}

.main--divh4:hover {
    opacity: 1;
}

.modal-h {
    color: rgb(39, 38, 34);
    display: block;
    font-family: Muller;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    margin: 10px 0;
    text-align: left;
}

.bl--action {
    margin: 60px 0 30px 0;
    font-size: 22px;
    color: #1ca837;
    border: 1px solid #1ca837;
    display: inline-block;
    padding: 10px 39px;
    font-weight: 500;
}

.bl--action--projects {
    margin: 0px 0 30px 0;
}