

body {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #FBF9F5;
    color: #000;
    font-family: 'Simplon Mono Trial';
    font-weight: 300;
    font-size: 12px;
    line-height: 160%;
    letter-spacing: 0;
    scroll-behavior: smooth;
    /*overflow-x: hidden;
    overflow-y: auto;*/

}

/* только если body.modal-open */
html.modal-open,
body.modal-open {
    overflow: hidden !important;
    height: 100% !important;
}

.loaded header {
    transition: opacity 1s ease-in-out !important;
}

.loaded.scroll-down header {
    opacity: 0 !important;
    pointer-events: none;
}

.container-fluid {
    max-width: 2048px /*2048px;*/
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #949191 !important;
    transition: color .2s ease;
}

::-webkit-scrollbar {
    width: 2px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 1px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.4);
}

html {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
}

.imagefluid {
    position: relative;
}

.imagefluid img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    object-position: center;
    object-fit: cover;
    z-index: 1;
}

body.blog main {
    margin-top: 56px;
}

body.home main {
    /*height: calc(100vh - 62px);
    overflow: hidden;*/
}

.desc {
    display: none;
}

.mob {
    display: block;
}

/*header*/
header {
    position: fixed;
    z-index: 20;
    width: 100%;
    top: 0;
    left: 0;

    background: #FBF9F5;
}

main {
    margin-top: 60px;
}

.offcanvas.offcanvas-end {
    top: 0;
    width: 100%;
    max-width: 264px;
    border-left: 0;

}

.offcanvas-backdrop.show {
    display: none;
}

/*
.nav--active header {
    background: #FFFFFF;
}*/

.header__nav {
    width: 18px;
    height: 18px;
    position: relative;
    display: flex;
    border-radius: 0px;
    border: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    background: transparent;
    z-index: 1046;
}

.header__nav i,
.header__nav i:after,
.header__nav i:before {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 18px;
    height: 1px;
    display: block;
    background: #000000;
    border-radius: 0px;
    transition: all 0.3s linear;
}

body.nav--active {
    overflow: hidden;
}

.header__nav i {
    margin: -1px 0 0 0;
}

.header__nav i:after, .header__nav i:before {
    width: 18px;
    content: "";
    top: -3px;
    left: 0;
}

.header__nav i:after {
    top: 3px;
}

.nav--active .header__nav i {
    background: #fff;
}

.nav--active .header__nav i:after, .nav--active .header__nav i:before {
    top: 0;
}

.nav--active .header__nav i:after {
    transform: rotate(-45deg);
}

.nav--active .header__nav i:before {
    transform: rotate(45deg);
}

.menu-top {
    margin-top: -3px;
    margin-left: 20px;
}

.header-menu {
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding: 15px 0;
}

.menu-top ul {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.menu-top ul a {
    font-family: "Simplon Norm Trial";
    font-weight: 400;
    font-size: 14px;

    line-height: 140%;
    letter-spacing: 0;
    width: 126px;
    display: block;
    color: #000000;
    text-decoration: none;
}

.wpml-ls-legacy-list-vertical {
    display: none;
}

@media (max-width: 767px) {
    html {
        overflow-x: hidden;
        overflow-y: auto;
    }

    body {

        overflow-x: hidden;
        overflow-y: auto;
    }

    .wpml-ls-legacy-list-vertical {
        display: block;
        position: absolute;
        bottom: 0;
    }

    .wpml-ls-legacy-list-vertical ul {
        display: inline-block;
        text-align: left !important;
    }

    .wpml-ls-legacy-list-vertical ul li {
        float: left;
        position: relative;
    }

    .wpml-ls-legacy-list-vertical ul li a {
        width: unset !important;
        padding: 0 8px;
    }

    .wpml-ls-legacy-list-vertical ul li:first-child::before {
        content: "/";
        position: absolute;
        right: -2px;
        top: 1px;
        color: #000000;
        background-color: transparent;
        font-family: 'Simplon Norm Trial';
        font-weight: 400;
        font-size: 14px;
    }

    .wpml-ls-legacy-list-vertical ul li.wpml-ls-current-language a {
        text-decoration: underline;
    }

}


@media all and (min-width: 768px) {
    body {
        overflow-x: unset;
    }
/*
    body.home {
        overflow: hidden;
    }*/

    header {
        position: fixed;
        z-index: 1000;
        width: 100%;
        top: 0;
    }

    .header__nav {
        display: none;
    }

    .offcanvas.offcanvas-end {
        width: 100%;
        max-width: unset;
    }

    body.blog main {
        margin-top: 116px;
    }

    .desc {
        display: block;
    }

    .mob {
        display: none;
    }

    .header-menu {
        justify-content: start;
    }

    .menu-top ul {
        align-items: center;
        flex-direction: row;
        gap: 16px;
    }

    .menu-top .navbar {
        padding: 0;
    }

    /*.menu-top ul a:before {
        content: "";
        left: 0.833rem;
        top: -4px;
        position: absolute;
        width: calc(100% - 1.666rem);
        height: 4px;
        background-color: #000000;
        -webkit-transition: top 0.2s;
        -o-transition: top 0.2s;
        transition: top 0.2s;
    }*/

}


/*home*/
.sliders-home {
    margin-top: 28px;
    margin-bottom: 20px;
}

.gallery-wrapper {
    margin: 0px auto 0;
}

.main-slider {
    width: 100%;
   /* height: calc(100vh - 250px);*/
   /* max-width: 900px;*/
    overflow: hidden;
    position: relative;
    margin-bottom: 17px;
}

.main-slider .swiper-slide .image {
    position: relative;
    width: 100%;
    display: flex;
    cursor: grab;
}/*
.main-slider .swiper-slide .image a{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    text-align: left;
}*/
.main-slider .swiper-slide .image .title{
    font-family: 'Simplon Mono Trial';
    font-weight: 300;
    font-size: 12px;
    line-height: 160%;
    letter-spacing: 0;
    margin-top: 20px;
}
.main-slider .swiper-slide {
    display: flex;
    justify-content: center;
    height: 100vh;cursor: grab;
}

.main-slider .swiper-slide img {
    cursor: grab;
}

.main-slider .swiper-slide .video-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.main-slider .swiper-slide video {
    height: 100%;
    width: 100%;
    object-fit: contain;
    pointer-events: none;
}


@media (max-width: 767px) {
    .row {
        margin-right: -16px;
        margin-left: -16px;
    }

    .row > * {
        padding-right: 16px;
        padding-left: 16px;
    }

   /* .main-slider {
        width: 100vw;
        margin-left: calc(-50vw + 50%);
    }*/

    .sliders-home {
        overflow-x: hidden;
    }

    .offcanvas-body {
        display: flex;
        align-items: center;
    }

    #menu-item-439,
    #menu-item-438 {
        display: none;
    }
}

@media all and (min-width: 768px) {
    .sliders-home {
        margin-top: 0px;
    }

   /* .main-slider {
        text-align: center;
        height: calc(100vh - 130px);
    }*/
    .gallery-wrapper {
        position: relative;
    }

}


/*page about*/
.text-infos-top {
    margin-top: 56px;
}

.text-infos-top h1 {
    font-family: 'Lyon Text LCG Web';
    font-weight: 400;
    font-size: 18px;

    line-height: 140%;
    letter-spacing: 0;
    margin-bottom: 70px;
}

.text-infos-top .text {
    font-family: 'Simplon Mono Trial';
    font-weight: 300;
    font-size: 12px;

    line-height: 160%;
    letter-spacing: 0;

}

.tekst_kartynky {
    margin-top: 24px;
    font-family: 'Simplon Mono Trial';
    font-weight: 300;
    font-size: 12px;

    line-height: 160%;
    letter-spacing: 0;
    text-align: left;
    padding: 0 16px;
}

.text-infos .image-quote .image {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.image-quote {
    margin-top: 70px;
    text-align: center;
}

.article-infos {
    margin-top: 120px;
}

.article-infos .titles {
    font-family: 'Simplon Norm Trial';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0;
    margin-bottom: 36px;
}

.article-infos .title {
    font-family: 'Lyon Text LCG Web';
    font-weight: 400;
    font-size: 16px;

    line-height: 140%;
    letter-spacing: 0;
    margin-top: 16px;

}

.article-infos .text {

    font-family: 'Lyon Text LCG Web';
    font-weight: 400;
    font-size: 16px;

    line-height: 140%;
    letter-spacing: 0;
    margin-bottom: 40px;
}

.article-infos .url a {
    font-family: 'Simplon Norm Trial';
    font-weight: 400;
    font-size: 12px;

    line-height: 140%;
    letter-spacing: 0;

}

.article-slider {
    margin-right: -16px;
}

.article-slider .image {
    text-align: right;
    height: 392px;
    overflow: hidden;
}

.article-slider .swiper-slide {
    width: 75%;
}

@media all and (min-width: 768px) {
    .text-infos {
        margin-top: 0px;
    }

    .text-infos-top {
        max-width: 555px;
        margin-left: auto;
        margin-right: auto;
    }

    .image-quote {
        margin-top: 0px;
        text-align: right;
    }

    .text-infos .image-quote .image {
        width: unset;
        margin-left: unset;
        display: inline-block;
        text-align: left;
    }

    .image-quote-block {
        padding-right: 0 !important;
        overflow: visible !important;
        text-align: right;
    }

    .text-infos-top {
        margin-top: unset;
    }

    .tekst_kartynky {
        padding: 0;
    }

    .article-slider {
        margin-right: -12px;
    }

    .article-slider .image {
        height: 402px;
    }

    .article-infos .title {
        margin-top: 0;
    }
}

/**/
.projects .title {
    margin-bottom: 20px;
}

.projects .title a {
    font-family: 'Lyon Text LCG Web';
    font-weight: 400;
    font-size: 16px;

    line-height: 140%;
    letter-spacing: 0;

}

.projects .image {
    height: 484px;
}

.projects .text {
    font-family: 'Simplon Mono Trial';
    font-weight: 300;
    font-size: 12px;

    line-height: 160%;
    letter-spacing: 0;
    margin-bottom: 40px;
}

.projects .url {
    margin-bottom: 36px;
}

.projects .url a {
    font-family: 'Simplon Norm Trial';
    font-weight: 400;
    font-size: 12px;

    line-height: 140%;
    letter-spacing: 0;

}

.projects .image {
    margin-bottom: 16px;
}

/*project*/

.project .title {
    font-family: 'Lyon Text LCG Web';
    font-weight: 400;
    font-size: 18px;

    line-height: 140%;
    letter-spacing: 0;
    padding-top: 56px;
    margin-bottom: 70px;
}

.project .info {
    margin-bottom: 70px;
}

.project .info ul {
    list-style-type: none;
    margin: 0;
    padding: 0;

}

.project .info ul li {
    padding: 10px 0;
    display: flex;
    justify-content: start;
    text-align: left;
    font-family: 'Simplon Mono Trial';
    font-weight: 300;
    font-style: normal;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0;

}

.project .info ul li span {
    flex: 0 0 140px;
    display: inline-block;
    font-family: 'Simplon Norm Trial';
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0;

}

.project .text {
    font-family: 'Simplon Mono Trial';
    font-weight: 300;
    font-size: 12px;

    line-height: 160%;
    letter-spacing: 0;
    margin-bottom: 80px;
}

.project .colon1 {
    order: 2;
}

.project .colon2 {
    order: 1;
}

.project .images {
    margin-bottom: 80px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
}

.project .images .thumb-project {
    display: none;
}

.project .images .thumb-project .swiper-wrapper {
    display: flex;
    flex-direction: column;
    gap: 4px;
    height: auto;
}

.project .images .main-project .swiper-wrapper {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.project .images .main-project .swiper-slide {
    max-height: 1104px;
    height: 100%;
    overflow: hidden;
}

.project .images .main-project .swiper-slide .image {
    text-align: center;
}

.project .images .main-project .swiper-slide .image video {
    width: 100%;
}

.project .images .thumb-project .swiper-slide {
    opacity: 0.1;
    cursor: pointer;
    transition: .9s;
}

.project .images .thumb-project .swiper-slide:hover,
.project .images .thumb-project .swiper-slide.active {
    opacity: 1;
}

.project .images .thumb-project .swiper-slide .image video {
    max-width: 55px;
    width: 100%;
    height: auto;
}

.similar-projects .titles {
    font-family: 'Simplon Norm Trial';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;

    line-height: 140%;
    letter-spacing: 0;
    margin-bottom: 36px;
}

.similar-projects .image {
    height: 484px;
    margin-bottom: 16px;
}

.similar-projects .title {
    font-family: 'Lyon Text LCG Web';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;

    line-height: 140%;
    letter-spacing: 0;
    margin-bottom: 20px;
}

.similar-projects .text {
    font-family: 'Simplon Mono Trial';
    font-weight: 300;
    font-style: normal;
    font-size: 12px;

    line-height: 160%;
    letter-spacing: 0;
    margin-bottom: 40px;
}

.similar-projects .url a {
    font-family: 'Simplon Norm Trial';
    font-weight: 400;
    font-style: normal;
    font-size: 12px;

    line-height: 140%;
    letter-spacing: 0;
}


@media (max-width: 767px) {

    .project .images {
        width: 100vw;
        margin-left: calc(-50vw + 50%);
    }
}


@media all and (min-width: 768px) {


    .projects .row > .col-12.col-md-6 > .row {
        display: flex;
        flex-wrap: nowrap;
    }

    .projects .row > .col-12.col-md-6.right > .row {
        flex-direction: row-reverse;
    }

    .projects .image {
        height: 556px;
    }

    .similar-projects {
        margin-top: 180px;
    }

    .project .colon1 {
        order: 1;
        margin-left: -13px;
        display: block;
    }

    .project .colon2 {
        order: 2;
        padding-left: 100px;
    }

    .project .infos {
        max-width: 555px;
    }

    .project .infos {
        position: sticky;
        top: 56px;
        transition: top 0.2s, position 0.2s;
    }
    .project .infos{

    }
    .project .infos.fixed-mode {
        position: fixed;
        top: 56px;
        z-index: 999;
    }
    .project .images .thumb-project.fixed-mode {
        left: calc(50% - 50px);
        width: 89px;
    }

    .project .images .main-project {
        flex: 0 0 calc(100% - 60px);
        margin-bottom: 0px;
    }

    .project .images .thumb-project {
        flex: 0 0 55px;
        position: sticky;
        top: 62px;
        display: block;
    }

    .similar-projects .image {
        height: 386px;
    }

    .project .images .main-project .swiper-slide .image > * {
        opacity: 0;
        transition: 1s;
    }

    .project .images .main-project .swiper-slide .image > *.visible {
        opacity: 1;
    }
}


/*footer*/
footer {
    margin-top: 80px;
}

.footer-info {
    display: inline-block;
    max-width: 412px;
    width: 100%;
    text-align: left;
}

.footer-info ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer-info ul li {
    font-family: 'Simplon Mono Trial';
    font-weight: 300;
    font-size: 12px;

    line-height: 160%;
    letter-spacing: 0;

}

.footer-info ul li span {
    width: 143px;
    display: inline-block;
}

.footer-info ul li a {
    font-family: 'Simplon Mono Trial';
    font-weight: 300;
    font-size: 12px;

    line-height: 160%;
    letter-spacing: 0;
    color: #000000;
    text-decoration: none;
}

.footer-info .adres {
    margin-top: 24px;
    font-family: 'Simplon Mono Trial';
    font-weight: 300;
    font-size: 12px;

    line-height: 160%;
    letter-spacing: 0;

}

.footer-info .kopirajt {

    font-family: 'Simplon Mono Trial';
    font-weight: 300;
    font-size: 8px;

    line-height: 160%;
    letter-spacing: 0;
    margin-top: 34px;
    margin-bottom: 16px;
    opacity: 0.4;
}

.home .footer-info .kopirajt {

    margin-top: 0px;
}

footer .wpcf7 {
    background: #FFFFFF;
    padding: 32px 16px;
    max-width: 555px;
    margin-bottom: 80px;
}

.wpcf7 form label {
    width: 100%;
    margin-bottom: 10px;
}

.wpcf7-textarea:focus,
.wpcf7 form .wpcf7-form-control:focus {
    outline: none;
}

.wpcf7 form .wpcf7-form-control:not([type="submit"]) {
    width: 100%;
    border: 0;
    border-radius: 0 !important;
    border-bottom: 0.5px solid #000000;
    font-family: 'Simplon Mono Trial';
    font-weight: 300;
    font-size: 12px;

    line-height: 160%;
    letter-spacing: 0;
    padding: 10px 0;
}

.wpcf7-textarea {
    height: 50px !important;
    resize: none;
    font-family: 'Simplon Mono Trial';
    font-weight: 300;
    font-size: 12px;

    line-height: 160%;
    letter-spacing: 0;
    padding: 18px 0;

}

.wpcf7-submit {
    background: #E5E1DB;
    font-family: 'Simplon Norm Trial';
    font-weight: 400;
    font-size: 14px;

    line-height: 140%;
    letter-spacing: 0;
    text-align: center;
    padding: 17px 0;
    width: 100%;
    color: #000000;
    border: 0;
    border-radius: 0 !important;
    box-shadow: none;
    margin-top: 12px;
}

.wpcf7-submit:hover {
    opacity: 0.8;
}

.wpcf7-spinner {
    display: none;
}

.wpcf7 form .title {
    font-family: 'Lyon Text LCG Web';
    font-weight: 400;
    font-size: 18px;

    line-height: 140%;
    letter-spacing: 0;
    margin-bottom: 22px;
}

.wpml-ls-statics-footer {
    text-align: right;
}

.wpml-ls-statics-footer a {
    color: #000000;
    background-color: transparent;
    font-family: 'Simplon Norm Trial';
    font-weight: 400;
    font-size: 12px;

    line-height: 140%;
    letter-spacing: 0;
}

.wpml-ls-legacy-list-vertical ul,
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer > ul {
    text-align: right;
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
    margin-bottom: 16px;
}

body .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
    margin-bottom: 16px;
    margin-top: -34px;
    display: block;
    margin-left: auto;
    z-index: 10;
    position: relative;
}

.wpml-ls-statics-footer a:hover,
.wpml-ls-statics-footer .wpml-ls-current-language > a {

    text-decoration: underline;
}

.wpml-ls-legacy-list-horizontal {
    border: 0;
    padding: 0 15px;
    clear: both;
}

.home footer {
    margin-top: 0px;
}

@media all and (min-width: 768px) {
    footer {
        margin-top: 180px;
    }

    footer .wpcf7 {
        margin-bottom: 16px;
    }

    .footer-info {
        display: flex;
        max-width: unset;
        width: 100%;
        text-align: left;
        flex-direction: column;
    }

    footer .footer-info ul {
        display: flex;
        gap: 40px;
    }

    footer .footer-info ul li span {
        width: unset;
        margin-right: 30px;
    }

    footer .footer-info .kopirajt {
        margin-top: 17px;
        margin-bottom: 16px;

    }

    .home footer {
        margin-top: 33px;
    }

    .home .sliders-home {
        margin-bottom: 0;
    }

    .home .footer-info .kopirajt {

        margin-top: 0px;

    }
}

/**/
.modal.modal-right .modal-dialog {
    position: fixed;
    right: 0;
    margin: 0;
    height: 100%;
    max-width: 768px;
    width: 100%;
    transform: translateX(100%);
    transition: transform 0.3s ease-out;
}

.modal.modal-right.show .modal-dialog {
    transform: translateX(0);
}

.modal.modal-right .modal-content {
    height: 100%;
    border-radius: 0;
}

#contactModal .modal-body {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 16px;
    padding-top: 13px;
}

#contactModal .modal-body-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#contactModal .form-wrapper {
    flex-shrink: 0;
}

#contactModal .footer-info {
    margin-top: auto;
}

.modal-backdrop {
    background-color: rgba(251, 249, 245, 0.7) !important; /* светлый полупрозрачный фон */
}

#contactModal .wpcf7 {

}

#contactModal .btn-close {
    position: absolute;
    right: 16px;
    top: 16px;
    --bs-btn-close-opacity: 1;
    --bs-btn-close-bg: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L15 15' stroke='black'/%3E%3Cpath d='M15 1L1 15' stroke='black'/%3E%3C/svg%3E%0A");
}

@media all and (min-width: 768px) {
    .modal.modal-right .modal-dialog {
        max-width: 444px;
    }
}

.main-slider .swiper-slide img, .imagefluid img {
    transition: opacity 1s ease;
    opacity: 1;
}

.main-slider .swiper-slide img:hover, .imagefluid img:hover {
    opacity: 0.9;
}

.modal-content {
    border: 0;
    border-radius: 0;
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer > ul > li {
    position: relative;
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer > ul > li:first-child:before {
    content: "/";
    position: absolute;
    right: -4px;
    top: 2px;
    color: #000000;
    background-color: transparent;
    font-family: 'Simplon Norm Trial';
    font-weight: 400;
    font-size: 14px;

}

.wpml-ls-legacy-list-horizontal a {
    display: block;
    text-decoration: none;
    padding: 5px 8px 6px;
    line-height: 1;
}
