@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Regular.eot');
    src: local('Roboto'), local('Roboto-Regular'),
        url('../fonts/Roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto/Roboto-Regular.woff') format('woff'),
        url('../fonts/Roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter-Regular.eot');
    src: local('Inter Regular'), local('Inter-Regular'),
        url('../fonts/Inter/Inter-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter/Inter-Regular.woff2') format('woff2'),
        url('../fonts/Inter/Inter-Regular.woff') format('woff'),
        url('../fonts/Inter/Inter-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/Bebas_Neue/BebasNeue-Regular.otf') format('opentype');
    src: local('Bebas Neue Regular'), local('BebasNeue-Regular'),
        url('../fonts/Bebas_Neue/BebasNeue-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



#main-div {
    position: relative;
    z-index: 1;
}

.chapter {
    font-family: 'Bebas Neue';
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0;
    color: #122026;
}

.container-footer {
    position: relative;
}

.ground,
#footer-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: contain;
    background-repeat: repeat;
    background-attachment: fixed;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    z-index: -1;
}

.ground::before,
#footer-image::before {
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}

.ground::before {
    background-color: rgba(255, 255, 255, 0.94);
}

.container-footer {
    background-color: rgba(167, 175, 178, 0.95);
}

#title {
    font-family: 'Bebas Neue';
    font-weight: 700;
    font-size: 40px;
    line-height: normal;
    letter-spacing: 0;
    color: #122026;
}

.main-text {
    position: relative;
    top: -7px;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0;
    text-decoration: none;
    color: #122026;
}

.post-link {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0;
    text-decoration: none;
    color: #122026;
}

#main-image {
    height: 315px;
    width: 100%;
    background-size: cover;
}

.nav-link {
    font-family: 'Inter' !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    color: #122026 !important;
}

#navbar {
    background-color: transparent !important;
}

.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
}

.logo-project {
    width: 40%;
}

.phone {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 16px;
    color: #122026;
    text-decoration: none;
    text-align: center;

}

.phone-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.main-menu-mobile,
.phone-container-mobile {
    display: none;
}


#navbar-mobile-btn,
#navbar-mobile-btn:focus,
#navbar-mobile,
#navbar-mobile:focus {
    border: none;
}

#navbar-mobile {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
}


@media (max-width: 991px) {
    .container-logo-project {
        display: none;
    }

    #title {
        font-size: 28px;
    }

    .main-text {
        font-size: 14px;
    }

    .phone {
        font-size: 13px;
    }

    .main-menu,
    .phone-container {
        display: none;
    }

    .main-menu-mobile {
        display: block;
    }

    .phone-container-mobile {
        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;
    }

}

.container-order-btn-mobile {
    position: relative;
}

.order-btn-mobile {
    display: none;
    position: absolute;
    top: 85%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 50px;
    width: 90%;
    border: none;
    background-color: #FFFFFF;
}

.service-btn-mobile {
    display: none;
    height: 50px;
    width: 100%;
    border: none;
    background-color: #A7AFB2;
}

.first-col {
    position: relative;
}

.back-btn-desktop,
.order-goods-btn-desktop,
.order-btn-desktop {
    position: absolute;
    height: 50px;
    width: calc(100% - 25px);
    border: none;
    background-color: #A7AFB2;
}

.blog-navi-btn {
    top: 3px;
    height: 50px;
    width: 100%;
    border: none;
    background-color: #A7AFB2;
}

.back-btn-desktop {
    top: calc(100% - 99px);
}

.order-btn-desktop {
    top: calc(100% - 50px);
}

.order-goods-btn-desktop {
    top: calc(100% - 80px);
}


@media (max-width: 991px) {

    .order-goods-btn-desktop,
    .order-btn-desktop {
        display: none;
    }

    .order-btn-mobile {
        display: block;
    }

    .service-btn-mobile {
        display: block;
    }
}


.container-fluid {
    background-color: #ffffff;
}

.container-order-fluid {
    background-color: #A7AFB2;
}

#services-title-list,
#services-body-list {
    list-style-type: none;
}

.service-title {
    font-family: Bebas Neue;
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 0%;
    line-height: 110%;
}

.txt-price {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 14px;
    line-height: 8.5px;
    letter-spacing: 0;
}

.service-title-item {
    cursor: pointer;
    color: #899093;
}

.service-title-item.active {
    color: #122026;
}

#services-title-img {
    width: 100%;
    -webkit-transition: opacity 0.1s ease-in-out;
    -o-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
}

@media (max-width: 991px) {
    .service-title {
        font-size: 16px;
        line-height: 100%;
    }

    #services-title-img {
        display: none;
    }
}


.good-image {
    max-width: 100%;
    max-height: 100%;
}

#modal-img {
    --max-height-img: 60vh;
    width: 100%;
    max-height: var(--max-height-img);
    -o-object-fit: contain;
       object-fit: contain;
}

.modal-footer {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
}

.review-image,
.license-image {
    margin: auto;
}

.images-container {
    position: relative;
}

.image-row {
    --with-image-row: 0;
    -webkit-transform: translateX(var(--with-image-row));
        -ms-transform: translateX(var(--with-image-row));
            transform: translateX(var(--with-image-row));
}

#modal-spiner {
    width: 100%;
    height: 100%;
    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;
}


.cursor-pointer {
    cursor: pointer;
}

.row-animate {
    -webkit-transition: transform 0.5s ease-in-out;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.none-opacity {
    opacity: 0;
}

.arrow-left {
    position: absolute;
    bottom: -30px;
    left: 0;
    z-index: 5;
}

.arrow-right {
    position: absolute;
    bottom: -30px;
    right: 0;
    z-index: 5;
}

.col-container {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

.painted-window {
    height: 100%;
    background-color: #F1F2F2;
    border: 1px solid #DBDEE1;
}

.div-list {
    position: relative;
}

.marker {
    position: absolute;
    top: 3px;
    left: -15px;
}

.marker-num {
    position: absolute;
    top: 0;
    left: -5px;
    font-family: 'Roboto';
    line-height: 100%;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 12px;
    color: #899093;

}

.work-image {
    width: 100%;
}

.partner-image {
    max-width: 70%;
    max-height: 70%;
}

.partner-window {
    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;
    width: 100%;
    aspect-ratio: 7 / 4;
    background-color: #F1F2F2;
    border: 1px solid #DBDEE1;
}

@media (max-width: 991px) {
    .marker {
        top: 0;
        left: 0;
    }

    .marker-num {
        top: 0;
        left: 11px;
    }
}

.person-description {
    margin-right: auto;
    margin-left: auto;
    width: 70%;
}

.person-clarification {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    color: #122026;

}

.news-image {
    float: left;
}

.news-date {
    font-family: Roboto;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #899093;
}

.news-title {
    font-family: Roboto;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #122026;
}

.contacts {
    height: 315px;
}

.order-form-field {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #5C676E;
    width: 100%;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #5C676E;
    border-left: none;
    outline: none;
    background-color: #A7AFB2;
}

.order-select {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #5C676E;
    overflow: hidden;
    background: url('../media/images/arrow_down.svg') no-repeat right;
    background-position: 98%, 50%;
    outline: none;
    z-index: 1;
}

.order-form-field>option {
    color: #5C676E;
    background-color: #A7AFB2;
}

.checkbox-container,
.input-container {
    position: relative;
}

.checkbox-container::before {
    position: absolute;
    content: "*";
    top: -9px;
    left: 4px;
    height: 3px;
    width: 3px;
    color: red;
}

.input-container::before {
    position: absolute;
    content: "*";
    top: 0;
    left: 4px;
    height: 3px;
    width: 3px;
    color: red;
}

.order-textarea {
    height: 35px;
    -webkit-transition: height 0.5s ease-in-out;
    -o-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
}

.order-textarea:hover {
    height: 200px;
}

.order-check-label {
    position: relative;
    top: 0;
    left: 0px;
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-indent: 20px;
    letter-spacing: 0%;
    color: #5C676E;
}

.order-check-label>a {
    color: #5C676E;
}

.send-order-btn {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0;
    text-decoration: none;
    color: #122026;
    height: 50px;
    width: 100%;
    border: none;
    background-color: #FFFFFF;
}


.order-form-check .checkbox {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
}

.order-form-check .checkbox>input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.order-form-check .checkbox__icon {
    position: relative;
    top: -1px;
    left: -40px;
    font-size: 14px;
    display: inline-block;
    color: #5C676E;
    vertical-align: middle;
    margin-right: -37px;
}

.order-form-check input[type="checkbox"]:checked~.checkbox__icon {
    color: greenyellow;
}

.order-form-check .checkbox__icon:before {
    font-family: "icons-27";
    speak: none;
    font-style: normal;
    font-weight: lighter;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.order-form-check .icon--check:before,
.order-form-check input[type="checkbox"]:checked~.checkbox__icon:before {
    content: "\e601";
}

.order-form-check .icon--check-empty:before,
.order-form-check .checkbox__icon:before {
    content: "\e600";
}

@font-face {
    font-family: "icons-27";
    font-weight: normal;
    font-style: normal;
    src: url("data:application/x-font-woff;charset=utf-8;base64,d09GRk9UVE8AAAR4AAoAAAAABDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAPgAAAD4fZUAVE9TLzIAAAHsAAAAYAAAAGAIIvy3Y21hcAAAAkwAAABMAAAATBpVzFhnYXNwAAACmAAAAAgAAAAIAAAAEGhlYWQAAAKgAAAANgAAADYAeswzaGhlYQAAAtgAAAAkAAAAJAPiAedobXR4AAAC/AAAABgAAAAYBQAAAG1heHAAAAMUAAAABgAAAAYABlAAbmFtZQAAAxwAAAE5AAABOUQYtNZwb3N0AAAEWAAAACAAAAAgAAMAAAEABAQAAQEBCGljb21vb24AAQIAAQA6+BwC+BsD+BgEHgoAGVP/i4seCgAZU/+LiwwHi2v4lPh0BR0AAAB8Dx0AAACBER0AAAAJHQAAAO8SAAcBAQgPERMWGyBpY29tb29uaWNvbW9vbnUwdTF1MjB1RTYwMHVFNjAxAAACAYkABAAGAQEEBwoNL2X8lA78lA78lA77lA6L+HQVi/yU+JSLi/iU/JSLBd83Fffsi4v77Pvsi4v37AUOi/h0FYv8lPiUi4v33zc3i/s3++yLi/fs9zeL398F9wCFFftN+05JzUdI9xr7GveR95FHzwUO+JQU+JQViwwKAAMCAAGQAAUAAAFMAWYAAABHAUwBZgAAAPUAGQCEAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA5gEB4P/g/+AB4AAgAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDmAf/9//8AAAAAACDmAP/9//8AAf/jGgQAAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAACkYCfgXw889QALAgAAAAAAz65FuwAAAADPrkW7AAD/4AIAAeAAAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAAgAAAQAAAAAAAAAAAAAAAAAAAAYAAAAAAAAAAAAAAAABAAAAAgAAAAIAAAAAAFAAAAYAAAAAAA4ArgABAAAAAAABAA4AAAABAAAAAAACAA4ARwABAAAAAAADAA4AJAABAAAAAAAEAA4AVQABAAAAAAAFABYADgABAAAAAAAGAAcAMgABAAAAAAAKACgAYwADAAEECQABAA4AAAADAAEECQACAA4ARwADAAEECQADAA4AJAADAAEECQAEAA4AVQADAAEECQAFABYADgADAAEECQAGAA4AOQADAAEECQAKACgAYwBpAGMAbwBtAG8AbwBuAFYAZQByAHMAaQBvAG4AIAAxAC4AMABpAGMAbwBtAG8AbwBuaWNvbW9vbgBpAGMAbwBtAG8AbwBuAFIAZQBnAHUAbABhAHIAaQBjAG8AbQBvAG8AbgBHAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4AAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("woff");
}

@media (max-width: 991px) {
    .send-order-btn {
        font-size: 14px;
    }

    .footer-first-col {
        display: none;
    }
}

.order-form-footer {
    background-color: rgba(167, 175, 178, 1);
    border: 2px solid #5C676E;
}

.footer-finally {
    font-family: Roboto;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #122026;
    text-decoration: none;

}

.order-modal-content {
    background-color: #A7AFB2 !important;
    border: 3px solid #5C676E !important;
}

.modal-order-btn-container {
    position: relative;
}

#modal-order-btn {
    position: absolute;
    top: calc(100% - 50px);
    height: 50px;
    width: calc(100% - 25px);
    border: none;
    background-color: #A7AFB2;
}

.modal-footer {
    display: block !important;
}

.project-link {
    position: relative;
    font-family: Roboto;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: none;
    color: #899093;
}

.project-link::after {
    position: absolute;
    content: "→";
    top: -1px;
    right: -12px;
}

.contact-telegram-icon {
    position: relative;
    top: -3px
}

.map-container {
    height: 315px;
}

.back-btn {
    height: 50px;
    width: 200px;
    border: none;
    background-color: #A7AFB2;
}

#carouselPostCaptions {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.carousel-elements {
    background-color: rgba(0, 0, 0, 0.1);
}

.carousel-caption {

    font-family: 'Roboto';
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0;
}

.post-nav {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0;
    text-decoration: none;
    text-align: center;
    color: #122026;
}

.page-item.active>a {
    background-color: #A7AFB2;
    border-color: #A7AFB2;
}

.page-item>a {
    color: #A7AFB2;
}

.page-item>a:hover {
    color: #122026;
}

.pagination {
    --bs-pagination-border-radius: 0 !important;
}

.bi-download {
    min-height: 50px;
    border: 1px solid #899093 !important;
}

.download-link {
    text-decoration: none;
}

.number-error {
    position: absolute;
    top: 62%;
    left: 50%;
    -webkit-transform: translate(-50%, -38%);
        -ms-transform: translate(-50%, -38%);
            transform: translate(-50%, -38%);
    font-family: 'Bebas Neue';
    font-weight: 700;
    font-size: 360px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
}

@media (max-width: 991px) {
    .number-error {
        font-size: 200px;
        top: 56%;
        left: 50%;
        -webkit-transform: translate(-50%, -44%);
            -ms-transform: translate(-50%, -44%);
                transform: translate(-50%, -44%);
    }
}

/*@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Regular.eot');
    src: local('Roboto'), local('Roboto-Regular'),
        url('../fonts/Roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto/Roboto-Regular.woff') format('woff'),
        url('../fonts/Roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter-Regular.eot');
    src: local('Inter Regular'), local('Inter-Regular'),
        url('../fonts/Inter/Inter-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter/Inter-Regular.woff2') format('woff2'),
        url('../fonts/Inter/Inter-Regular.woff') format('woff'),
        url('../fonts/Inter/Inter-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/Bebas_Neue/BebasNeue-Regular.otf') format('opentype');
    src: local('Bebas Neue Regular'), local('BebasNeue-Regular'),
        url('../fonts/Bebas_Neue/BebasNeue-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



#main-div {
    position: relative;
    z-index: 1;
}

.chapter {
    font-family: 'Bebas Neue';
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0;
    color: #122026;
}

.container-footer {
    position: relative;
}

.ground,
#footer-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: contain;
    background-repeat: repeat;
    background-attachment: fixed;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    z-index: -1;
}

.ground::before,
#footer-image::before {
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}

.ground::before {
    background-color: rgba(255, 255, 255, 0.94);
}

.container-footer {
    background-color: rgba(167, 175, 178, 0.95);
}

#title {
    font-family: 'Bebas Neue';
    font-weight: 700;
    font-size: 40px;
    line-height: normal;
    letter-spacing: 0;
    color: #122026;
}

.main-text {
    position: relative;
    top: -7px;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0;
    text-decoration: none;
    color: #122026;
}

.post-link {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0;
    text-decoration: none;
    color: #122026;
}

#main-image {
    height: 315px;
    width: 100%;
    background-size: cover;
}

.nav-link {
    font-family: 'Inter' !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    color: #122026 !important;
}

#navbar {
    background-color: transparent !important;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: start;
}

.logo-project {
    width: 40%;
}

.phone {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 16px;
    color: #122026;
    text-decoration: none;
    text-align: center;

}

.phone-container {
    display: flex;
    justify-content: end;
    align-items: center;
}

.main-menu-mobile,
.phone-container-mobile {
    display: none;
}


#navbar-mobile-btn,
#navbar-mobile-btn:focus,
#navbar-mobile,
#navbar-mobile:focus {
    border: none;
}

#navbar-mobile {
    justify-content: end;
}


@media (max-width: 991px) {
    .container-logo-project {
        display: none;
    }

    #title {
        font-size: 28px;
    }

    .main-text {
        font-size: 14px;
    }

    .phone {
        font-size: 13px;
    }

    .main-menu,
    .phone-container {
        display: none;
    }

    .main-menu-mobile {
        display: block;
    }

    .phone-container-mobile {
        display: flex;
        justify-content: center;
        align-items: center;
    }

}

.container-order-btn-mobile {
    position: relative;
}

.order-btn-mobile {
    display: none;
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
    width: 90%;
    border: none;
    background-color: #FFFFFF;
}

.service-btn-mobile {
    display: none;
    height: 50px;
    width: 100%;
    border: none;
    background-color: #A7AFB2;
}

.first-col {
    position: relative;
}

.back-btn-desktop,
.order-goods-btn-desktop,
.order-btn-desktop {
    position: absolute;
    height: 50px;
    width: calc(100% - 25px);
    border: none;
    background-color: #A7AFB2;
}

.blog-navi-btn {
    top: 3px;
    height: 50px;
    width: 100%;
    border: none;
    background-color: #A7AFB2;
}

.back-btn-desktop {
    top: calc(100% - 99px);
}

.order-btn-desktop {
    top: calc(100% - 50px);
}

.order-goods-btn-desktop {
    top: calc(100% - 80px);
}


@media (max-width: 991px) {

    .order-goods-btn-desktop,
    .order-btn-desktop {
        display: none;
    }

    .order-btn-mobile {
        display: block;
    }

    .service-btn-mobile {
        display: block;
    }
}


.container-fluid {
    background-color: #ffffff;
}

.container-order-fluid {
    background-color: #A7AFB2;
}

#services-title-list,
#services-body-list {
    list-style-type: none;
}

.service-title {
    font-family: Bebas Neue;
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 0%;
    line-height: 110%;
}

.txt-price {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 10px;
    line-height: 8.5px;
    letter-spacing: 0;
}

.service-title-item {
    cursor: pointer;
    color: #899093;
}

.service-title-item.active {
    color: #122026;
}

#services-title-img {
    width: 100%;
    -webkit-transition: opacity 0.1s ease-in-out;
    -moz-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
}

@media (max-width: 991px) {
    .service-title {
        font-size: 16px;
        line-height: 100%;
    }

    #services-title-img {
        display: none;
    }
}


.good-image {
    max-width: 100%;
    max-height: 100%;
}

#modal-img {
    --max-height-img: 60vh;
    width: 100%;
    max-height: var(--max-height-img);
    object-fit: contain;
}

.modal-footer {
    justify-content: flex-start !important;
}

.review-image,
.license-image {
    margin: auto;
}

.images-container {
    position: relative;
}

.image-row {
    --with-image-row: 0;
    transform: translateX(var(--with-image-row));
}

#modal-spiner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.cursor-pointer {
    cursor: pointer;
}

.row-animate {
    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
}

.none-opacity {
    opacity: 0;
}

.arrow-left {
    position: absolute;
    bottom: -30px;
    left: 0;
    z-index: 5;
}

.arrow-right {
    position: absolute;
    bottom: -30px;
    right: 0;
    z-index: 5;
}

.col-container {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

.painted-window {
    height: 100%;
    background-color: #F1F2F2;
    border: 1px solid #DBDEE1;
}

.div-list {
    position: relative;
}

.marker {
    position: absolute;
    top: 3px;
    left: -15px;
}

.marker-num {
    position: absolute;
    top: 0;
    left: -5px;
    font-family: 'Roboto';
    line-height: 100%;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 12px;
    color: #899093;

}

.work-image {
    width: 100%;
}

.partner-image {
    max-width: 70%;
    max-height: 70%;
}

.partner-window {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 7 / 4;
    background-color: #F1F2F2;
    border: 1px solid #DBDEE1;
}

@media (max-width: 991px) {
    .marker {
        top: 0;
        left: 0;
    }

    .marker-num {
        top: 0;
        left: 11px;
    }
}

.person-description {
    margin-right: auto;
    margin-left: auto;
    width: 70%;
}

.person-clarification {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    color: #122026;

}

.news-image {
    float: left;
}

.news-date {
    font-family: Roboto;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #899093;
}

.news-title {
    font-family: Roboto;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #122026;
}

.contacts {
    height: 315px;
}

.order-form-field {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #5C676E;
    width: 100%;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #5C676E;
    border-left: none;
    outline: none;
    background-color: #A7AFB2;
}

.order-select {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #5C676E;
    overflow: hidden;
    background: url('../media/images/arrow_down.svg') no-repeat right;
    background-position: 98%, 50%;
    outline: none;
    z-index: 1;
}

.order-form-field>option {
    color: #5C676E;
    background-color: #A7AFB2;
}

.checkbox-container,
.input-container {
    position: relative;
}

.checkbox-container::before {
    position: absolute;
    content: "*";
    top: -9px;
    left: 4px;
    height: 3px;
    width: 3px;
    color: red;
}

.input-container::before {
    position: absolute;
    content: "*";
    top: 0;
    left: 4px;
    height: 3px;
    width: 3px;
    color: red;
}

.order-textarea {
    height: 35px;
    -webkit-transition: height 0.5s ease-in-out;
    -moz-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
}

.order-textarea:hover {
    height: 200px;
}

.order-check-label {
    position: relative;
    top: 0;
    left: 0px;
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-indent: 20px;
    letter-spacing: 0%;
    color: #5C676E;
}

.order-check-label>a {
    color: #5C676E;
}

.send-order-btn {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0;
    text-decoration: none;
    color: #122026;
    height: 50px;
    width: 100%;
    border: none;
    background-color: #FFFFFF;
}


.order-form-check .checkbox {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.order-form-check .checkbox>input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.order-form-check .checkbox__icon {
    position: relative;
    top: -1px;
    left: -40px;
    font-size: 14px;
    display: inline-block;
    color: #5C676E;
    vertical-align: middle;
    margin-right: -37px;
}

.order-form-check input[type="checkbox"]:checked~.checkbox__icon {
    color: greenyellow;
}

.order-form-check .checkbox__icon:before {
    font-family: "icons-27";
    speak: none;
    font-style: normal;
    font-weight: lighter;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.order-form-check .icon--check:before,
.order-form-check input[type="checkbox"]:checked~.checkbox__icon:before {
    content: "\e601";
}

.order-form-check .icon--check-empty:before,
.order-form-check .checkbox__icon:before {
    content: "\e600";
}

@font-face {
    font-family: "icons-27";
    font-weight: normal;
    font-style: normal;
    src: url("data:application/x-font-woff;charset=utf-8;base64,d09GRk9UVE8AAAR4AAoAAAAABDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAPgAAAD4fZUAVE9TLzIAAAHsAAAAYAAAAGAIIvy3Y21hcAAAAkwAAABMAAAATBpVzFhnYXNwAAACmAAAAAgAAAAIAAAAEGhlYWQAAAKgAAAANgAAADYAeswzaGhlYQAAAtgAAAAkAAAAJAPiAedobXR4AAAC/AAAABgAAAAYBQAAAG1heHAAAAMUAAAABgAAAAYABlAAbmFtZQAAAxwAAAE5AAABOUQYtNZwb3N0AAAEWAAAACAAAAAgAAMAAAEABAQAAQEBCGljb21vb24AAQIAAQA6+BwC+BsD+BgEHgoAGVP/i4seCgAZU/+LiwwHi2v4lPh0BR0AAAB8Dx0AAACBER0AAAAJHQAAAO8SAAcBAQgPERMWGyBpY29tb29uaWNvbW9vbnUwdTF1MjB1RTYwMHVFNjAxAAACAYkABAAGAQEEBwoNL2X8lA78lA78lA77lA6L+HQVi/yU+JSLi/iU/JSLBd83Fffsi4v77Pvsi4v37AUOi/h0FYv8lPiUi4v33zc3i/s3++yLi/fs9zeL398F9wCFFftN+05JzUdI9xr7GveR95FHzwUO+JQU+JQViwwKAAMCAAGQAAUAAAFMAWYAAABHAUwBZgAAAPUAGQCEAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA5gEB4P/g/+AB4AAgAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDmAf/9//8AAAAAACDmAP/9//8AAf/jGgQAAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAACkYCfgXw889QALAgAAAAAAz65FuwAAAADPrkW7AAD/4AIAAeAAAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAAgAAAQAAAAAAAAAAAAAAAAAAAAYAAAAAAAAAAAAAAAABAAAAAgAAAAIAAAAAAFAAAAYAAAAAAA4ArgABAAAAAAABAA4AAAABAAAAAAACAA4ARwABAAAAAAADAA4AJAABAAAAAAAEAA4AVQABAAAAAAAFABYADgABAAAAAAAGAAcAMgABAAAAAAAKACgAYwADAAEECQABAA4AAAADAAEECQACAA4ARwADAAEECQADAA4AJAADAAEECQAEAA4AVQADAAEECQAFABYADgADAAEECQAGAA4AOQADAAEECQAKACgAYwBpAGMAbwBtAG8AbwBuAFYAZQByAHMAaQBvAG4AIAAxAC4AMABpAGMAbwBtAG8AbwBuaWNvbW9vbgBpAGMAbwBtAG8AbwBuAFIAZQBnAHUAbABhAHIAaQBjAG8AbQBvAG8AbgBHAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4AAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("woff");
}

@media (max-width: 991px) {
    .send-order-btn {
        font-size: 14px;
    }

    .footer-first-col {
        display: none;
    }
}

.order-form-footer {
    background-color: rgba(167, 175, 178, 1);
    border: 2px solid #5C676E;
}

.footer-finally {
    font-family: Roboto;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #122026;
    text-decoration: none;

}

.order-modal-content {
    background-color: #A7AFB2 !important;
    border: 3px solid #5C676E !important;
}

.modal-order-btn-container {
    position: relative;
}

#modal-order-btn {
    position: absolute;
    top: calc(100% - 50px);
    height: 50px;
    width: calc(100% - 25px);
    border: none;
    background-color: #A7AFB2;
}

.modal-footer {
    display: block !important;
}

.project-link {
    position: relative;
    font-family: Roboto;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: none;
    color: #899093;
}

.project-link::after {
    position: absolute;
    content: "→";
    top: -1px;
    right: -12px;
}

.contact-telegram-icon {
    position: relative;
    top: -3px
}

.map-container {
    height: 315px;
}

.back-btn {
    height: 50px;
    width: 200px;
    border: none;
    background-color: #A7AFB2;
}

#carouselPostCaptions {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.carousel-elements {
    background-color: rgba(0, 0, 0, 0.1);
}

.carousel-caption {

    font-family: 'Roboto';
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0;
}

.post-nav {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0;
    text-decoration: none;
    text-align: center;
    color: #122026;
}

.page-item.active>a {
    background-color: #A7AFB2;
    border-color: #A7AFB2;
}

.page-item>a {
    color: #A7AFB2;
}

.page-item>a:hover {
    color: #122026;
}

.pagination {
    --bs-pagination-border-radius: 0 !important;
}

.bi-download {
    min-height: 50px;
    border: 1px solid #899093 !important;
}

.download-link {
    text-decoration: none;
}

.number-error {
    position: absolute;
    top: 62%;
    left: 50%;
    transform: translate(-50%, -38%);
    font-family: 'Bebas Neue';
    font-weight: 700;
    font-size: 360px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFFF2;
}

@media (max-width: 991px) {
    .number-error {
        font-size: 200px;
        top: 56%;
        left: 50%;
        transform: translate(-50%, -44%);
    }
}*/
