@import '../libs/pure/pure-min.css';
@import '../libs/pure/grids-responsive-min.css';
@import '../css/pure-extend.css';
@import '../css/extra.css';
@import '../css/cart.css';
@import '../js/johndyer-mediaelement/build/mediaelementplayer.min.css';
@import '../libs/swiper/package/css/swiper.min.css';
@import '../libs/fontawesome-pro-5.7.2-web/css/all.min.css';
@import '../libs/TurnWheel/jReject/css/jquery.reject.css';
@import '../libs/fancybox/dist/jquery.fancybox.min.css';
@import url('https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --text: rgb(2, 7, 12);
    --primary: #f49e19;
}

html {
    height: 100%;
}

body {
    min-height: 100vh;
    color: var(--text);
    font-weight: normal;
    font-family: 'Epilogue', sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 18px;
    line-height: 1.2;
}

a {
    text-decoration: none;
    outline: none;
    color: var(--primary);
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

a:hover {
    text-decoration: none;
    color: #000;
}

#page {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}

div.container.fluid {
    width: 100%;
    padding: 0 30px;

}

footer {
    height: 72px;
    clear: both;
    position: relative;
    z-index: 3;
    color: var(--text);
    font-size: 0.66em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

div.footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

div.footer-content ul {
    list-style: none;
    padding: 0;
    margin: 0 -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

div.footer-content ul > li {
    padding: 0 15px;
    position: relative;
}

div.footer-content ul > li:not(:last-child):before {
    position: absolute;
    right: 0;
    content: '/';
}

div.footer-content ul > li > a {
    color: var(--text);
}

div.footer-content ul > li:hover > a {
    color: var(--primary);
}

header {
    position: relative;
    z-index: 222;
    height: 82px;
}

header > .container {
    position: relative;
    height: 100%;
}

main {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

div.header-content {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 -27px;
}

div.header-content > * {
    padding: 0 27px;
}

a.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    background: url(../images/logo.png) left center no-repeat;
    background-size: contain;
    width: 240px;
    z-index: 15;
}

section {
    padding: 60px 0;
}

section.index-triangles {
    padding: 0;
}

.index-triangles-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 582px;

}

.index-triangles-container > * {
    background: #ffffff;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.index-triangles-photo {
    background: #ffffff;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.index-triangles-photo img {
    width: 100%;
    /*height: auto;*/
    display: block;
    opacity: 0.4;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -o-object-fit: cover;
    object-fit: cover;
}

.index-triangles-container > *:hover .index-triangles-photo img {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}
.full-error{
    padding: 0px 7px;
    font-size: 14px;
    padding-bottom: 1em;
}
.index-triangles-container > *:hover .index-triangles-photo {
    background: rgba(0, 0, 0, 0.5);
}

.index-triangle-info {
    width: 50%;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    z-index: 1;
}

.index-triangles-container > *:hover .index-triangle-info {
    opacity: 1;
    visibility: visible;
}

.index-triangles-container > *:nth-child(1) {
    width: 579px;
    height: 579px;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    position: absolute;
    left: 0;
    bottom: 0;
}

.index-triangles-container > *:nth-child(1) .index-triangle-info {
    bottom: 20%;
    left: 10%;
}

.index-triangles-container > *:nth-child(2) {
    width: 788px;
    height: 415px;
    left: 6%;
    position: absolute;
    -webkit-clip-path: polygon(0 0, 94% 0, 100% 12%, 52% 100%);
    clip-path: polygon(0 0, 94% 0, 100% 12%, 52% 100%);
}

.index-triangles-container > *:nth-child(2) .index-triangle-info {
    bottom: 50%;
    left: 55%;
    -webkit-transform: translate(-55%, -50%);
    -ms-transform: translate(-55%, -50%);
    transform: translate(-55%, -50%);
}

.index-triangles-container > *:nth-child(3) {
    width: 458px;
    height: 292px;
    right: 28%;
    bottom: 0;
    position: absolute;
    -webkit-clip-path: polygon(0 57%, 36% 0, 100% 100%, 28% 100%);
    clip-path: polygon(0 57%, 36% 0, 100% 100%, 28% 100%);
}

.index-triangles-container > *:nth-child(3) .index-triangle-info {
    bottom: 30%;
    left: 14%;
}

.index-triangles-container > *:nth-child(4) {
    width: 639px;
    height: 499px;
    right: 0;
    bottom: 0;
    position: absolute;
    -webkit-clip-path: polygon(26% 0, 100% 95%, 100% 100%, 52% 100%, 0 33%);
    clip-path: polygon(26% 0, 100% 95%, 100% 100%, 52% 100%, 0 33%);
}

.index-triangles-container > *:nth-child(4) .index-triangle-info {
    bottom: 30%;
    left: 24%;
}

.index-triangles-container > *:nth-child(5) {
    width: 470px;
    height: 470px;
    right: 0;
    position: absolute;
    -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.index-triangles-container > *:nth-child(5) .index-triangle-info {
    top: 20%;
    left: 43%;
}

.index-triangles.mobile{
    display: none;
}
.triangle-block-title {
    font-size: 24px;
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-shadow: 1px 1px 1px #000000;
}

.triangle-block-action {
    border: 1px solid #ffffff;
    border-radius: 100%;
    height: 50px;
    min-height: 50px;
    min-width: 50px;
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
}

.triangle-block-action img {
    display: block;
    width: 24px;
    height: auto;
}

/*section.info-blocks {
    padding-top: 137px;
    padding-bottom: 80px;
    background: #f7f7f7;
    position: relative;
}*/

section.info-blocks:before {
    position: absolute;
    bottom: 100%;
    top: -100vh;
    left: 0;
    right: 0;
    content: '';
    background: #f7f7f7;
}

.info-text-container {
    font-size: 18px;
    color: var(--text);
    line-height: 1.6;
    text-align: center;
    max-width: 860px;
    margin: 0 auto;

}

* + .info-blocks-container {
    margin-top: 55px;
}

.info-blocks-container {
    margin-bottom: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.info-blocks-container > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 0 5px 15px 5px;
}

.info-blocks-item {
    display: block;
    /*background: #ffffff;*/
    position: relative;
    padding: 45px 30px 28px;
    height: 100%;
}

.info-blocks-item:before {
    width: 50px;
    height: 50px;
    right: 0;
    top: 0;
    position: absolute;
    border-style: solid;
    border-width: 0 50px 50px 0;
    border-color: transparent #f7f7f7 transparent transparent;
    content: '';
}

.info-blocks-icon {
    margin-bottom: 40px;
}

.info-blocks-icon img {
    display: block;
    height: 49px;
}

.info-blocks-title {
    font-size: 1.33em;
    color: var(--text);
    line-height: 1.2;
    font-weight: 600;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.info-blocks-item:hover .info-blocks-title {
    color: var(--primary);
}

.info-blocks-action {
    color: var(--text);
    font-weight: 400;
    margin-top: 28px;
}

section.about-us {
    padding-bottom: 0;
    position: relative;
    background: #f7f7f7;
}

section.about-us .custom-title-1 {
    margin-left: -19px;
}

.about-us-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.about-us-container > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 74%;
}

.about-us-container > *:nth-child(2) {
    max-width: 26%;
}

.about-us-info {
    color: #ffffff;
    position: absolute;
    left: 120px;
    bottom: 30px;
    z-index: 1;
    width: 460px;
    line-height: 1.6;
}

.about-us-info h4 {
    font-size: 2em;
    color: #ffffff;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 0.7em;
}

.about-us-logo {
    margin-top: 55px;
    margin-bottom: -60px;
}

.about-us-company-photo {
    background: #ffffff;
    -webkit-box-shadow: 0px 10px 40px 0px rgba(2, 7, 12, 0.05);
    box-shadow: 0px 10px 40px 0px rgba(2, 7, 12, 0.05);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 40px 30px;
    max-width: 430px;
}

.about-us-left-side .about-us-photo {
    -webkit-clip-path: polygon(0 0, 44% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 44% 0, 100% 100%, 0% 100%);
}

.about-us-photo {
    background: #02070c;
}

.about-us-photo img {
    width: 100%;
    height: auto;
    display: block;
    opacity: 0.7;
}

.about-us-right-side .about-us-photo {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 64% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 64% 100%);
}

.about-us-left-side {
    position: relative;
}

.about-us-right-side {
    margin-left: -148%;
}

section.about-us + section.appreciated {
    padding-top: 160px;
}

section.projects-section {
    padding-bottom: 72px;
    padding-top: 125px;
    position: relative;
}

section.info-blocks:before,
section.projects-section:before {
    position: absolute;
    left: 0;
    top: -90px;
    background: url("../images/misc/dec-3.png");
    width: 423px;
    height: 1032px;
    content: '';
    z-index: -1;
}

section.info-blocks:after,
section.projects-section:after {
    position: absolute;
    z-index: -1;
    right: 0;
    top: -90px;
    background: url("../images/misc/dec-4.png");
    width: 1334px;
    height: 379px;
    content: '';
}
section.projects-section:before,
section.projects-section:after{
    top: -131px;
}
.projects-info-container {
    line-height: 1.667;
    text-align: center;
    max-width: 730px;
    margin: 0 auto;

}

* + .projects-list-container {
    padding-top: 73px;
}

.projects-list-container {
    margin-bottom: -32px;
}

.projects-list-container > * {
    margin-bottom: 32px;
}

.project-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.project-list-item > *:nth-child(1) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 74%;
}

.projects-list-container > *:nth-child(even) .project-list-item > *:nth-child(1) {
    max-width: 64%;
}

.projects-list-container > *:nth-child(even) .project-list-item > *:nth-child(2) {
    max-width: 36%;
}

.projects-list-container > *:nth-child(even) .project-list-item > *:nth-child(2) .project-list-item-right {
    margin-left: -105%;
}

.projects-list-container > *:nth-child(even) .project-list-item > *:nth-child(2) .project-list-item-right ,
.projects-list-container > *:nth-child(even) .project-list-item > *:nth-child(2) .project-list-item-right .project-list-item-photo {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 56% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 56% 100%);
}

.projects-list-container > *:nth-child(even) .project-list-item > *:nth-child(1) .project-list-item-left ,
.projects-list-container > *:nth-child(even) .project-list-item > *:nth-child(1) .project-list-item-left .project-list-item-photo {
    -webkit-clip-path: polygon(0 0, 36% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 36% 0, 100% 100%, 0% 100%);
}

.project-list-item > *:nth-child(2) {
    max-width: 26%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.project-list-item-left {
    position: relative;
    display: block;
    -webkit-clip-path: polygon(0 0, 44% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 44% 0, 100% 100%, 0% 100%);
}

.project-list-item-left .project-list-item-info {
    position: absolute;
    left: 70px;
    bottom: 63px;
    z-index: 1;
    width: 385px;

}
.dummy-item .project-list-item-info{
    display: none;
}
.project-list-item-info {
    line-height: 1.667;
    color: #ffffff;
    font-size: 17px;
}

.project-list-item-info h4 {
    color: #ffffff;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 0.7em;
    font-size: 1.4em;

}

.project-list-item-left .project-list-item-photo {
    -webkit-clip-path: polygon(0 0, 44% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 44% 0, 100% 100%, 0% 100%);
}

.project-list-item-right {
    margin-left: -148%;
    position: relative;
    display: block;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 64% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 64% 100%);
}

.project-list-item-right .project-list-item-info {
    position: absolute;
    right: 70px;
    top: 69px;
    z-index: 1;
    width: 440px;
    text-align: right;
}

.project-list-item-right .project-list-item-photo {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 64% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 64% 100%);
}
.project-list-item-right .triangle-block-action{
    margin-left: auto;
}
.project-list-item-photo {
    background: #02070c;
}

.project-list-item-photo img {
    width: 100%;
    /*height: auto;*/
    display: block;
    opacity: 0.7;
    -o-object-fit: cover;
    object-fit: cover;
}

section.finished-project-section {
    padding-top: 140px;
    position: relative;
}

section.finished-project-section:before {
    position: absolute;
    left: 0;
    top: -131px;
    background: url("../images/misc/dec-3.png");
    width: 423px;
    height: 1032px;
    content: '';
    z-index: -1;
}

section.finished-project-section:after {
    position: absolute;
    z-index: -1;
    right: 0;
    top: -131px;
    background: url("../images/misc/dec-4.png");
    width: 1334px;
    height: 379px;
    content: '';
}

.finished-project-container {
    margin-bottom: -30px;
}

.finished-project-container > div {
    margin-bottom: 30px;
}

.finished-project-info {
    line-height: 1.667;
    padding-right: 60px;

}

.finished-project-info.specific-info {
    padding-top: 22px;
}

.finished-project-info h4 {
    line-height: 1.667;
    font-weight: 400;

}

.finished-project-info h1 {
    font-size: 1.33em;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1.1em;

}

.finished-project-photo {
    -webkit-clip-path: polygon(13% 0, 100% 0, 100% 100%, 0 100%, 0 19%);
    clip-path: polygon(13% 0, 100% 0, 100% 100%, 0 100%, 0 19%);
    margin-left: -10px;
}

.finished-project-photo img {
    width: 100%;
    height: auto;
    display: block;
}

section.logos-list {
    padding-top: 25px;
}

.logos-list-container {
    margin-bottom: -30px;
    margin-left: -4px !important;
    margin-right: -4px !important;
}

.logos-list-container > * {
    margin-bottom: 30px;
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.logos-list-item {
    background: #ffffff;
    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;
    padding: 10px;
    height: 157px;
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);

}

.logos-list-item img {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    max-width: 100%;
}
.logos-list-item.croped-image{
    padding: 0;
    height: auto;
}
.logos-list-item.croped-image img{
    width: 100%;
    height: auto;
    display: block;
}
.logos-list-item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.back-button{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.back-button a{
    font-size: 16px;
    color: var(--text);
}
.back-button a:hover{
    color: var(--primary);
}
.go-back-section{
    padding: 15px 0;
}
.go-back-section + section{
    padding-top: 15px!important;
}
section.finished-project-information-section {
    padding-top: 30px;
    padding-bottom: 40px;
}

.finished-project-information-container {
    background: #ffffff;
    -webkit-box-shadow: 0px 10px 40px 0px rgba(2, 7, 12, 0.05);
    box-shadow: 0px 10px 40px 0px rgba(2, 7, 12, 0.05);
    padding: 55px 70px;

}

.finished-project-information-box {
    margin-bottom: -30px;
}

.finished-project-information-box > div {
    margin-bottom: 30px;
}

.finished-project-information-table-box {
    padding-top: 40px;
}

.finished-project-information-table-box h4 {
    font-size: 1.66em;
    color: #02070C;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 1em;
}

.finished-project-information-table {
    background: #F7F7F7;
    padding: 19px 51px;
    display: inline-block;
    min-width: 401px;
}

.finished-project-information-table-box table {
    width: 100%;

}

.finished-project-information-table-box table td {
    border-bottom: 1px solid #02070c;
    padding: 7px 0 6px;
}

.finished-project-information-table-box table td:first-child {
    font-weight: 600;
}

.finished-project-information-table-box table tr:last-child td {
    border-bottom: none;
}

.finished-project-information-box-photo {
    /*padding-left: 70px;*/
}

.finished-project-information-box-photo img {
    /*width: 100%;*/
    /*height: auto;*/
    height: 100%;
    display: block;
}

section.gallery-section {
    padding-top: 50px;
    padding-bottom: 44px;
}

.gallery-container {
    position: relative;
}

.gallery-container .swiper-button-prev {
    color: #02070c;
    left: -80px;
    font-size: 30px;
}

.gallery-container .swiper-button-next {
    color: #02070c;
    right: -80px;
    font-size: 30px;
}

.gallery-container .swiper-button-next,
.gallery-container .swiper-button-prev {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.gallery-container .swiper-button-next:hover,
.gallery-container .swiper-button-prev:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    color: var(--primary);
}

.gallery-container .swiper-button-prev:after,
.gallery-container .swiper-button-next:after {
    content: none;
}

.gallery-container a {
    display: block;
}

.gallery-container a img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.gallery-container a:hover img {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

section.contact-form {
    padding-top: 45px;
    padding-bottom: 95px;
    position: relative;
}

.dec-1 {
    position: absolute;
    right: 0;
    bottom: -170px;
    z-index: -1;
}

.contact-form-container {
    margin-bottom: -30px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 88px 54px;
    background: #f3f3f3;
    -webkit-clip-path: polygon(88% 0, 100% 26%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(88% 0, 100% 26%, 100% 100%, 0 100%, 0 0);


}

.contact-form-container > div {
    margin-bottom: 30px;
}

.contact-form-info {
    line-height: 1.667;
    padding-right: 50px;
}

.contact-form-info a {
    color: #02070C;

}

.contact-form-info h4 {
    font-size: 2em;
    line-height: 1.2;
    font-weight: 400;

}

section.appreciated {
    position: relative;
}

section.appreciated:before {
    background: url("../images/misc/dec-1.png");
    width: 423px;
    height: 846px;
    position: absolute;
    left: 0;
    top: -250px;
    content: '';
    z-index: -1;
}

section.appreciated:after {
    background: url("../images/misc/dec-2.png");
    width: 534px;
    height: 390px;
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    z-index: -1;
}

.appreciated-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.appreciated-logos a {
    padding: 0 15px 15px 15px;
}

.appreciated-logos a img {
    display: block;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.appreciated-logos a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.appreciated-text-container {
    text-align: center;
    line-height: 1.6;
    max-width: 980px;
    margin: 0 auto;
}

/*!*LISTS*!*/
div.langs-switcher {
    position: relative;
    z-index: 55;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

a.current-lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    line-height: 1.1;
    font-size: 0.88em;
    font-weight: 400;
    color: var(--text);
    position: relative;
}

a.current-lang .fa {
    margin-left: .6em;
    font-weight: 300;
}

ul.langs {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    color: var(--text);
    border: 1px solid var(--text);
    background: #ffffff;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 0 5px 0 rgba(255, 255, 255, .15);
    box-shadow: 0 0 5px 0 rgba(255, 255, 255, .15);
}

ul.langs > li > a {
    display: block;
    padding: 10px 5px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    text-align: center;
    color: var(--text)
}

ul.langs > li:hover > a {
    background: rgba(0, 0, 0, 0.11);
}

div.langs-switcher:hover ul.langs {
    opacity: 1;
    visibility: visible;
}

nav.main-menu-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

ul.main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 -20px;
}

ul.main-menu > li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

ul.main-menu > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
    line-height: 1.1;
    font-size: 0.88em;
    font-weight: 400;
    color: var(--text);
    text-align: center;
}

ul.main-menu > li > a > span {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

ul.main-menu > li > a > span:before {
    height: 2px;
    top: 0;
    left: 0;
    right: 0;
    width: 0;
    background: var(--text);
    content: '';
    position: absolute;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

ul.main-menu > li:not(:last-child) > a > span:after {
    content: '/';
    position: absolute;
    right: -24px;
}

ul.main-menu > li:hover > a > span:before,
ul.main-menu > li.selected > a > span:before {
    width: 100%;
}

/*!*HEADERS*!*/

.custom-title-1 {
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 0.7em;
    font-size: 2.66em;
}

div.inputs-container {
    margin: -27px -15px 0;
    padding-left: 7px;
    padding-right: 30px;
}

div.inputs-container > div {
    margin-top: 20px;
    padding: 0 15px !important;
}

div.inputs-container input[type="email"],
div.inputs-container input[type="text"] {
    border: 0;
    border-bottom: 1px solid #02070C;
    background: none;
    width: 100%;
    font-size: 0.77em;
    color: #02070C;
    padding: 10px 0;
    border-radius: 0;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;


}

div.inputs-container .error {
    border-color: red !important;
}

div.inputs-container textarea {
    border: 0;
    border-bottom: 1px solid #02070C;
    background: none;
    width: 100%;
    font-size: 0.77em;
    color: #02070C;
    padding: 12px 0;
    border-radius: 0;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    resize: vertical;
}

div.inputs-container *::-webkit-input-placeholder {
    color: #02070C;
}

div.inputs-container *::-moz-placeholder {
    color: #02070C;
}

div.inputs-container *:-ms-input-placeholder {
    color: #02070C;
}

div.inputs-container *::-ms-input-placeholder {
    color: #02070C;
}

div.inputs-container *::placeholder {
    color: #02070C;
}

div.inputs-container input[type="text"]:focus,
div.inputs-container textarea:focus {
    border-color: #6d6d6d;
}

div.inputs-container .action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.88em;
}

div.inputs-container .action.tac {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ext_button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 3.8em;
    line-height: 1em;
    padding: 0 4.5em;
    position: relative;
    text-decoration: none !important;
}

.ext_button.white-style.bordered {
    border: 1px solid #02070c;
    color: #02070c;
    padding: 0 7.1em;
    font-weight: 400;
}

.ext_button.white-style.bordered:hover {
    background: #02070c;
    color: #ffffff;
}

.ext_button.black-style {
    background: #02070c;
    color: #ffffff;
    height: 2.5em;
    padding: 0 2.8125em;
    border: 1px solid #02070c;
}

.ext_button.black-style:hover {
    background: transparent;
    color: #02070c;
}

section.future-project-photo-section {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 591px;
    padding: 0;
    margin-top: 45px;
    position: relative;
}

.future-photo-diz {
    position: relative;
}

.future-photo-diz:before {
    position: absolute;
    left: 0;
    top: -135px;
    background: url(../images/misc/dec-3.png);
    width: 423px;
    height: 1032px;
    content: '';
    z-index: -1;
}

.future-photo-diz:after {
    position: absolute;
    z-index: -1;
    right: 0;
    top: -135px;
    background: url(../images/misc/dec-4.png);
    width: 1334px;
    height: 379px;
    content: '';
}
.styling-1{
    position: relative;
}
.styling-1:before {
    position: absolute;
    right: 0;
    top: calc(100% - 141px);
    background-image: url("../images/misc/dec-8.png");
    width: 1440px;
    height: 2392px;
    content: '';
    z-index: -1;
}

section.project-info-section {
    padding-top: 40px;
    padding-bottom: 30px;
}

.project-info-box {
    font-weight: 400;
    line-height: 1.667;

}

.project-info-box h1 {
    font-size: 2.66em;
    color: #02070C;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 0.6em;
}

section.house-projects {
    padding-top: 42px;
    padding-bottom: 40px;
}

.house-project-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -4px -10px -4px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.house-project-container > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(100% / 3);
    flex: 1 1 calc(100% / 3);
    max-width: calc((100% / 3) - 8px);
    margin: 0 4px 10px 4px;
    -webkit-clip-path: polygon(87% 0, 100% 10%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(87% 0, 100% 10%, 100% 100%, 0 100%, 0 0);
}

.house-project-item {
    display: block;
    color: #02070C;
    position: relative;
    background: #f3f3f3;
}

.house-project-item:before {

}

.house-project-title {
    font-size: 1.33em;
    margin-bottom: 0.9em;
    font-weight: 600;
    line-height: 1.2;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;

}

.house-project-item:hover .house-project-title {
    color: var(--primary);
}

.house-project-descr {
    padding: 44px 53px 25px 30px;
}

.house-project-info {
    font-size: 0.88em;
    line-height: 1.5;

}

.house-project-photo img {
    /*    width: 100%;
        height: auto;*/
    display: block;
}

.house-project-action {
    text-align: center;
    padding-top: 55px;
    font-size: 0.88em;
}

.house-project-action a.ext_button.white-style.bordered {
    padding: 0 4.6em;
}

section.place-map {
    padding-top: 47px;
}

.sold-houses {
    padding-top: 42px;
    padding-bottom: 40px;
}

.sold-houses-container {

}

.sold-houses-table {
    border: 2px solid #02070c;
    padding: 40px 70px 0 70px;
    background: #f9f9f9;
}

.sold-houses-table table {
    width: 100%;
}

.sold-houses-table table tr:last-child td .plan-block {
    top: auto;
    bottom: 100%;
}

.sold-houses-table table tr:nth-last-child(2) td .plan-block {
    top: auto;
    bottom: 100%;
}

.sold-houses-table table tr td:last-child {
    width: 10%;
}

.sold-houses-table table tr th {
    border-bottom: 1px solid #02070c;
    color: #02070c;
    padding: 6px 0;
    font-weight: 600;
    font-size: 0.88em;
    text-align: left;
}

.sold-houses-table table tr td {
    border-bottom: 1px solid #c8c9ca;
    padding: 18px 0;
    font-size: 0.88em;
    text-align: left;
    position: relative;
}

.plan-block-table {
    background: #F7F7F7;
    padding: 19px 51px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 401px;
    margin-top: 40px;

}

.plan-block-table table {
    width: 100%;
}

.plan-block-table table td {
    border-bottom: 1px solid #02070c !important;
    padding: 7px 5px 6px !important;
    font-size: 1.125em !important;
}

.plan-block-table table tr:last-child td {
    border-bottom: none !important;
}

.plan-block-table table tr td:first-child {
    font-weight: 600;
}

.plan-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 905px;
    padding: 30px;
    background: #ffffff;
    -webkit-box-shadow: 0px 10px 40px 0px rgba(2, 7, 12, 0.05);
    box-shadow: 0px 10px 40px 0px rgba(2, 7, 12, 0.05);
    z-index: 1;
}


.close-button {
    position: absolute;
    right: 0;
    top: 0;
    width: 46px;
    height: 46px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.close-button img {
    width: 15px;
    height: 15px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.close-button:hover img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}


.plan-block {

}

.plan-block > * {
    max-width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 0 15px 15px 15px;
}

.plan-block > *:not(.close-button) > img {
    width: 100%;
    height: auto;
    display: block;
}

.plan-block > *:first-child {
    margin-right: 60px;
}

.plan-open {
    position: relative;
    color: #02070c;
    line-height: 1;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 10px;
}

.plan-open:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 1px;
    background: #02070c;
    content: '';
    width: 0;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.plan-open:hover:before {
    width: 100%;
}

.plan-open.opened + * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.special-table {
    overflow-x: scroll;
}
.floated-right{
    float: right;
    padding: 0 0 30px 30px;
}
/* XS */
@media (max-width: 767px) {
    .floated-right{
        float: none;
        padding: 0 0 30px 0;
        margin: 0;
    }
    body {
        font-size: 16px;
    }

    a.smart_menu_caller {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        cursor: pointer;
    }

    a.smart_menu_caller *:before {
        font-weight: 300;
    }

    table.special {
        width: 100%;
        display: block;
        margin: 10px 0;
    }

    table.special thead {
        display: none;
    }

    table.special tbody {
        width: 100%;
        display: block;
    }

    table.special tbody tr {
        width: 100%;
        display: block;
    }

    table.special tbody td:before {
        display: block;
        padding: 10px;
        content: attr(data-label);
        margin: -10px;
        margin-bottom: 10px;
        font-weight: bold;
    }

    table.special tbody td {
        width: 100%;
        display: block;
        padding: 10px;
        margin-bottom: 10px;
    }

    .container {
        width: auto;
    }

    div.mob_nav_container div.mob-nav-top-line {
        background: var(--primary);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        color: #fff;
    }

    div.mob-nav-top-line > div {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        border-left: 1px solid rgba(193, 217, 184, 0.3);
    }

    div.mob-nav-top-line a {
        display: block;
        text-align: center;
        color: #fff;
        padding: 15px;
    }

    div.mob_header_extention {
        position: absolute;
        left: 160px;
        top: 0;
        right: 70px;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    div.mob_header_extention > div {
        height: 70px;
    }

    div.mob-header-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    div.mob-header-items > div {
        border-right: 1px solid rgba(193, 217, 184, 0.3);
    }

    div.mob-search-container {
        display: block;
        height: 0;
        overflow: hidden;
        -webkit-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

    div.mob-search-container.opened {
        height: 40px;
    }

    div.mob-search-container.mob-position-fixed {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        z-index: 221;
    }

    div.mob-search-container.mob-position-fixed.opened + header.mob-position-fixed {
        top: 40px;
    }

    /* style sample */
    div.langs-select select {
        border: 0;
        height: 70px;
        text-align: center;
        font-size: 16px;
        padding: 0 15px;
        -webkit-appearance: none;
        border-radius: 0;
        background: none;
    }

    div.langs-select select option {
    }

    /*-----*/
    header {
        height: 70px;
        -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        background: #ffffff;
    }

    header.mob-position-fixed + div,
    header.mob-position-fixed + main {
        margin-top: 70px;
    }

    a.logo {
        left: 15px;
        top: 0;
        width: 150px;
    }

    div.header-content {
        display: none;
    }

    ul.main-menu {
        display: block;
        margin: 0;
    }

    ul.main-menu > li {
        display: block;
    }

    ul.main-menu > li > a {
        display: block;
        position: relative;
        padding: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        text-align: left;
    }

    ul.main-menu > li.has-submenu > a {
        padding-right: 45px;
    }

    ul.main-menu > li:hover > a,
    ul.main-menu > li.selected > a {
        background: #fff;
    }

    ul.main-menu > li > a .fa {
        position: absolute;
        right: 10px;
        top: 10px;
        bottom: 10px;
        width: 30px;
        background: #fff;
        color: #000 !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
    }

    ul.main-menu > li.selected > a .fa:before {
        content: '\f068';
    }

    ul.main-menu > li.selected > ul {
        max-height: 1600px;
    }

    ul.main-menu > li > ul {
        position: static;
        opacity: 1;
        visibility: visible;
        background: #fff;
        overflow: hidden;
        max-height: 0;
    }

    ul.main-menu > li > ul > li:last-child > a {
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }

    section {
        padding: 30px 0;
    }

    .about-us-photo {
        -webkit-clip-path: none !important;
        clip-path: none !important;
    }

    .about-us-right-side {
        margin: 0;
    }

    .about-us-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .about-us-container > *,
    .about-us-container > *:nth-child(2) {
        max-width: 100%;
    }

    .about-us-info {
        position: static;
        font-size: 16px;
        width: auto;

        color: var(--text);
    }

    .about-us-logo {
        margin-top: 30px;
        margin-bottom: 0;
    }

    .about-us-company-photo {
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .about-us-info h4 {
        color: var(--text);
        text-align: center;
    }

    .about-us-info {
        padding: 30px 15px 15px 15px;
    }

    footer {
        margin: 0;
        height: auto;
        padding: 15px;
        line-height: 2;
        font-size: 0.8em;
    }

    ul.main-menu > li > a > span:before,
    ul.main-menu > li > a > span:after {
        content: none;
    }

    ul.main-menu > li:hover > a,
    ul.main-menu > li.selected > a {
        color: var(--primary);
    }

    div.footer-content {
        display: block;
        text-align: center;
    }

    .custom-title-1 {
        font-size: 30px;
        text-align: center;
        margin-left: 0;
    }

    div.footer-content ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    section.about-us + section.appreciated {
        padding: 30px 0;
    }

    .appreciated-logos {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    div.container.fluid {
        padding: 0 15px;
    }

    div.footer-content ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    div.footer-content ul > li:not(:last-child):before {
        content: none;
    }

    .info-blocks-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    section.info-blocks {
        padding: 30px 0;
    }

    * + .info-blocks-container {
        margin-top: 40px;
    }

    /*.index-triangles-container {*/
    /*    -ms-flex-wrap: wrap;*/
    /*    flex-wrap: wrap;*/
    /*    height: auto;*/
    /*}*/
    /*.index-triangles-container > * {*/
    /*    max-width: 100%;*/
    /*    -webkit-box-flex: 1;*/
    /*    -ms-flex: 1 1 100%;*/
    /*    flex: 1 1 100%;*/
    /*    position: relative !important;*/
    /*    -webkit-clip-path: none !important;*/
    /*    clip-path: none !important;*/
    /*    width: 100% !important;*/
    /*    height: auto !important;*/
    /*    left: auto !important;*/
    /*    right: auto !important;*/
    /*    top: auto !important;*/
    /*    bottom: auto !important;*/
    /*}*/
    /*.index-triangle-info {*/
    /*    position: absolute;*/
    /*    top: 50% !important;*/
    /*    left: 50% !important;*/
    /*    -webkit-transform: translate(-50%, -50%);*/
    /*    -ms-transform: translate(-50%, -50%);*/
    /*    transform: translate(-50%, -50%);*/
    /*    width: auto;*/
    /*}*/
    section.finished-project-section {
        padding-top: 30px;
    }

    .finished-project-info.specific-info,
    .finished-project-info {
        padding: 0;
    }

    .finished-project-information-container {
        padding: 30px 15px;
    }

    .finished-project-information-table {
        padding: 15px;
        min-width: auto;
        width: 100%;
    }

    .finished-project-information-table-box {
        padding: 0;
    }

    section.finished-project-information-section {
        padding: 30px 0;
    }
    .index-triangles.mobile{
        display: block;
    }
    .index-triangles.desktop{
        display: none;
    }
    .finished-project-information-box-photo {
        padding: 0;
    }

    .finished-project-photo {
        margin: 0;
    }

    section.gallery-section {
        padding: 30px 0;
    }

    section.contact-form {
        padding: 30px 0;
    }

    .contact-form-container {
        margin: 0;
        padding: 15px 0;
    }

    .contact-form-info {
        padding: 0;
    }

    div.inputs-container {
        padding: 0;
    }

    .ext_button.white-style.bordered {
        padding: 0;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }


    .project-list-item-left .project-list-item-info,
    .project-list-item-right .project-list-item-info {
        width: 100%;
    }

    .project-list-item {
        display: block;
        margin-bottom: -45px;
    }

    .project-list-item > * {
        max-width: 100% !important;
        padding: 0 15px 45px 15px;
    }

    .project-list-item-left .project-list-item-photo,
    .project-list-item-right .project-list-item-photo,
    .projects-list-container > *:nth-child(even) .project-list-item > *:nth-child(1) .project-list-item-left .project-list-item-photo,
    .projects-list-container > *:nth-child(even) .project-list-item > *:nth-child(2) .project-list-item-right .project-list-item-photo {
        -webkit-clip-path: none;
        clip-path: none;
    }

    section.projects-section {
        padding: 30px 0;
    }

    * + .projects-list-container {
        padding-top: 50px;
    }

    .project-list-item-left .project-list-item-info {
        position: static;
        color: var(--text);
    }

    .project-list-item-info h4 {
        color: var(--text);
    }

    .project-list-item-right {
        margin: 0;
    }

    .project-list-item-right .project-list-item-info {
        position: static;
        color: var(--text);
        text-align: left;
    }

    .projects-list-container > *:nth-child(even) .project-list-item > *:nth-child(2) .project-list-item-right {
        margin: 0;
    }

    section.logos-list {
        padding: 30px 0;
    }

    .sold-houses-table {
        padding: 10px;
    }

    .sold-houses-table table tr td,
    .sold-houses-table table tr th {
        padding: 10px;
    }

    section.project-info-section {
        padding: 30px 0;
    }

    .project-info-box h1 {
        font-size: 2em;
    }

    section.future-project-photo-section {
        margin: 0;
        height: 300px;
    }

    section.house-projects {
        padding: 30px 0;
    }

    .house-project-container {
        display: block;
    }

    .house-project-action {
        padding-top: 30px;
    }

    .house-project-action a.ext_button.white-style.bordered {
        padding: 0;
        width: 100%;
    }

    .sold-houses {
        padding: 30px 0;
    }

    section.place-map {
        padding-top: 30px;
    }

    ul.main-menu > li:not(:last-child) > a > span:after {
        content: '';
        position: absolute;
        right: -24px;
    }


    .plan-block {
        margin: 0;
        padding: 30px 20px 30px 30px;
        background: #ffffff;
        -webkit-box-shadow: 0px 10px 40px 0px rgba(2, 7, 12, 0.05);
        box-shadow: 0px 10px 40px 0px rgba(2, 7, 12, 0.05);
        z-index: 1;
        width: 300px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .plan-block > *:first-child {
        margin: 0 0 15px 0;
    }

    .plan-block > * {
        max-width: 100%;
    }

    .plan-block-table {
        min-width: auto;
        padding: 15px;
        width: 100%;
    }

    .plan-open.opened + * {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .close-button {
        right: 5px;
        top: 15px;
    }

    .plan-block-table > * {
        width: 100%;
    }

    .project-list-item-photo img {
        width: 100%;
        height: auto;
        display: block;
    }
    .finished-project-information-box-photo img{
        width: 100%;
        height: auto;
        display: block;
    }
    .house-project-container > * {
        max-width: 100%;
    }

    .house-project-photo img {
        width: 100%;
        height: auto;
        display: block;
    }

    .index-triangles-container > * {
        width: 100% !important;
        left: 0 !important;
        right: 0 !important;
    }

    .index-triangles-container > :nth-child(1) {
        height: 125px;
        top: 0;
        -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
        clip-path: polygon(100% 0, 0 0, 100% 100%);
    }

    .index-triangles-container > :nth-child(3) {
        top: 145px;
        height: 250px;
        -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
        clip-path: polygon(100% 0, 0 50%, 100% 100%);
    }

    .index-triangles-container > :nth-child(2) {
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
        clip-path: polygon(0 0, 0 100%, 100% 50%);
        height: 250px;
        top: 10px;
    }

    .index-triangles-container > :nth-child(4) {
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
        clip-path: polygon(0 0, 0 100%, 100% 50%);
        height: 250px;
        top: 280px;
    }

    .index-triangles-container > :nth-child(5) {
        height: 125px;
        -webkit-clip-path: polygon(100% 0px, 0 100%, 100% 100%);
        clip-path: polygon(100% 0px, 0 100%, 100% 100%);
        top: 415px;
    }

    section.index-triangles .index-triangles-container {
        height: 540px;
    }

    .index-triangles-photo img {
        height: 100%;
        width: auto;
    }
    .triangle-block-action{
        display: none;
    }
    .triangle-block-title{
        font-size: 20px;
    }
    .index-triangles-container > :nth-child(1)  .index-triangle-info {
        top: 50% !important;
        -webkit-transform: translate(-0,-50%);
        -ms-transform: translate(0,-50%);
        transform: translate(0,-50%);
        left: auto!important;
        right: 10px!important;
        text-align: right;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .index-triangles-container > :nth-child(5)  .index-triangle-info {
        /*        top: 50% !important;*/
        /*        left: 60% !important;*/
        /*        -webkit-transform: translate(-5%,-50%);*/
        /*50        transform: translate(-5%,-50%);*/
        top: 50% !important;
        -webkit-transform: translate(-0,-50%);
        -ms-transform: translate(0,-50%);
        transform: translate(0,-50%);
        left: auto!important;
        right: 10px!important;
        text-align: right;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;


    }
    .index-triangles-container > * .index-triangle-info {
        top: 50% !important;
        left: 50% !important;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        bottom: auto !important;
        right: auto !important;
    }
    .index-triangles-container > * .index-triangles-photo {
        background: rgba(0, 0, 0, 0.51);
    }
    .index-triangles-container > * .index-triangle-info {
        opacity: 1;
        visibility: visible;
    }
    .footer-content .mobile-hide{
        display: none;
    }
    .index main{
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        -webkit-box-flex: unset;
        -ms-flex-positive: unset;
        flex-grow: unset;
    }
    .projects-list-container>*:nth-child(even) .project-list-item>*:nth-child(2) .project-list-item-right,
    .projects-list-container>*:nth-child(even) .project-list-item>*:nth-child(1) .project-list-item-left,
    .project-list-item-right,
    .project-list-item-left{
        -webkit-clip-path: none;
        clip-path: none;
    }
}

/* SM */
@media /*(min-width: 568px) and */
(max-width: 767px) {

}

/* */
@media (min-width: 768px) {
    body:not(.inner) main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .house-project-descr {
        min-height: 386px;
    }
}

/* MD */
@media (min-width: 768px) and (max-width: 1023px) {
    div.container.fluid {
        padding: 0 15px;

    }
    .floated-right{
        float: none;
        padding: 0 0 30px 0;
        margin: 0;
    }
    a.logo {
        left: 15px;
    }
    .projects-list-container>*:nth-child(even) .project-list-item>*:nth-child(2) .project-list-item-right,
    .projects-list-container>*:nth-child(even) .project-list-item>*:nth-child(1) .project-list-item-left,
    .project-list-item-right,
    .project-list-item-left{
        -webkit-clip-path: none;
        clip-path: none;
    }
    .projects-list-container>*:nth-child(even) .project-list-item>*:nth-child(2) .project-list-item-right{
        margin-left: 0;
    }
    .house-project-descr {
        min-height: 250px;
    }

    div.header-content {
        margin: 0 -15px;
    }

    div.header-content > * {
        padding: 0 15px;
    }

    ul.main-menu {
        font-size: 16px;
    }

    section.info-blocks {
        padding: 50px 0;
    }

    * + .info-blocks-container {
        margin-top: 50px;
    }

    .info-blocks-item {
        padding: 25px;
        font-size: 14px;
    }

    section.about-us .custom-title-1 {
        margin-left: 0;
    }

    section.about-us + section.appreciated {
        padding: 50px 0;
    }

    section {
        padding: 50px 0;
    }

    div.footer-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .about-us-photo {
        -webkit-clip-path: none !important;
        clip-path: none !important;
    }

    .about-us-right-side {
        margin: 0;
    }

    .about-us-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .about-us-container > *,
    .about-us-container > *:nth-child(2) {
        max-width: 100%;
    }

    .about-us-info {
        left: 15px;
    }

    .about-us-info {
        font-size: 16px;
    }

    .about-us-logo {
        margin-top: 30px;
    }

    .finished-project-information-container {
        padding: 30px;
    }

    .finished-project-information-box-photo {
        padding: 0;
    }

    .finished-project-information-table-box {
        padding: 0;
    }

    .finished-project-information-table {
        width: 100%;
        min-width: auto;
        padding: 15px;
    }

    .contact-form-container {
        padding: 50px 30px;
    }

    .contact-form-info {
        padding-right: 0;
    }

    .finished-project-info.specific-info {
        padding: 0;
    }

    .projects-list-container {
        font-size: 16px;
    }

    .project-list-item-left .project-list-item-info,
    .project-list-item-right .project-list-item-info {
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
        padding: 3em;
    }

    .project-list-item {
        display: block;
    }

    .project-list-item > * {
        max-width: 100% !important;
    }

    .project-list-item-left .project-list-item-photo,
    .project-list-item-right .project-list-item-photo,
    .projects-list-container > *:nth-child(even) .project-list-item > *:nth-child(1) .project-list-item-left .project-list-item-photo,
    .projects-list-container > *:nth-child(even) .project-list-item > *:nth-child(2) .project-list-item-right .project-list-item-photo {
        -webkit-clip-path: none;
        clip-path: none;
    }

    section.projects-section {
        padding: 50px 0;
    }

    * + .projects-list-container {
        padding-top: 50px;
    }

    .finished-project-info {
        padding: 0;
    }

    section.logos-list {
        padding: 50px 0;
    }

    .house-project-descr {
        padding: 15px;
    }

    .house-project-action {
        padding-top: 30px;
    }

    .sold-houses-table {
        padding: 30px;
    }

    .sold-houses-table table tr td,
    .sold-houses-table table tr th {
        padding: 10px;
    }

    .house-project-container > * {
        max-width: calc((100% / 2) - 8px);
    }

    .index-triangles-container > :nth-child(1) {
        width: 50%;
    }

    .index-triangles-container > :nth-child(5) {
        width: 35%;
    }

    .index-triangles-container > :nth-child(2) {
        width: 63%;
        left: 3%;
        -webkit-clip-path: polygon(0px 0px, 92.88% 3px, 100% 15.55%, 55% 100%);
        clip-path: polygon(0px 0px, 92.88% 3px, 100% 15.55%, 55% 100%);
    }

    .index-triangles-container > :nth-child(4) {
        width: 349px;
        -webkit-clip-path: polygon(35% 0px, 100% 84%, 100% 100%, 70% 100%, 7px 38.80%);
        clip-path: polygon(35% 0px, 100% 84%, 100% 100%, 70% 100%, 7px 38.80%);
    }

    .index-triangles-container > :nth-child(3) {
        left: 35%;
        width: 357px;
        -webkit-clip-path: polygon(8.00% 44.95%, 30% 3px, 93% 100%, 36% 100%);
        clip-path: polygon(8.00% 44.95%, 30% 3px, 93% 100%, 36% 100%);
    }
    .index-triangles-container > :nth-child(3) .index-triangle-info{
        left: 8%;
    }
    .finished-project-information-box-photo img{
        width: 100%;
        height: auto;
        display: block;
    }
    .project-list-item-photo img{
        width: 100%;
        height: auto;
        display: block;
    }
    .project-list-item-right{
        margin: 0;
    }
}

/* LG */

@media (min-width: 1024px) and (max-width: 1279px) {
    .about-us-info {
        font-size: 16px;
    }

    .about-us-logo {
        margin-top: 30px;
    }

    .finished-project-info {
        padding: 0;
    }

    .finished-project-info.specific-info {
        padding: 0;
    }

    .projects-list-container {
        font-size: 16px;
    }

    .project-list-item-left .project-list-item-info,
    .project-list-item-right .project-list-item-info {
        width: 350px;
        font-size: 15px;
    }

    .sold-houses-table table tr td,
    .sold-houses-table table tr th {
        padding: 10px;
    }

    .house-project-descr {
        min-height: 430px;
    }


    .index-triangles-container > *:nth-child(2) {
        left: 2%;
        -webkit-clip-path: polygon(0px 0px, 57% 0px, 77% 36%, 48% 90%);
        clip-path: polygon(0px 0px, 57% 0px, 77% 36%, 48% 90%);
    }

    .index-triangles-container > *:nth-child(3) {
        left: 37%;
        right: auto;
        -webkit-clip-path: polygon(11% 32%, 32% 5px, 100% 100%, 53% 100%);
        clip-path: polygon(11% 32%, 32% 5px, 100% 100%, 53% 100%);
    }

    .index-triangles-container > *:nth-child(4) {
        -webkit-clip-path: polygon(48% 16%, 100% 82%, 100% 100%, 80% 100%, 30% 40%);
        clip-path: polygon(48% 16%, 100% 82%, 100% 100%, 80% 100%, 30% 40%);
    }
    .index-triangles-container > :nth-child(3) .index-triangle-info{
        left: 17%;
    }
    .index-triangles-container > :nth-child(4) .index-triangle-info{
        left: 39%;
    }
    .index-triangles-container > :nth-child(2) .index-triangle-info{
        left: 46%;
    }
}

@media (min-width: 1280px) and (max-width: 1399px) {
    .index-triangles-container > *:nth-child(2) {
        left: 2%;
        -webkit-clip-path: polygon(0px 0px, 83.34% 0px, 94.29% 22.36%, 52% 100%);
        clip-path: polygon(0px 0px, 83.34% 0px, 94.29% 22.36%, 52% 100%);
    }

    .index-triangles-container > *:nth-child(3) {
        left: 37%;
        right: auto;
        -webkit-clip-path: polygon(2% 45%, 32% 0, 100% 100%, 36% 100%);
        clip-path: polygon(2% 45%, 32% 0, 100% 100%, 36% 100%);
    }

    .index-triangles-container > *:nth-child(4) {
        -webkit-clip-path: polygon(39% 4%, 100% 81%, 100% 100%, 59% 100%, 9% 40%);
        clip-path: polygon(39% 4%, 100% 81%, 100% 100%, 59% 100%, 9% 40%);
    }
}

@media (min-width: 768px) and (max-width: 1399px) {

    section.finished-project-section {
        padding: 50px 0;
    }

}

/* XL */
@media (min-width: 1280px) {

    header.fixed {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
        background: #ffffff;
    }

    header.fixed + * {
        margin-top: 90px;
    }

}

/* XL */
@media (min-width: 1400px) {
    div.container.sized {
        width: 1410px;
    }

}
@media (max-height: 740px) {
    section.index-triangles{
        zoom: 0.8;
    }
}
/* PORTRAIT ORIENTATION*/
@media all and (orientation: portrait) {
}

/* LANDSCAPE ORIENTATION*/
@media all and (orientation: landscape) {
}
