@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates: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');
@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border: none;
}

html, body {
    min-width: 344px;
}

a {
    color: inherit;
}

button, a {
    cursor: pointer;
}

input:focus {
    border: none;
    outline: none;
}

.invalid {
    border: 1px solid #CC4B4C !important;
}

input:-webkit-autofill {
    background-color: transparent !important;
    color: #CCAB6F;
    -webkit-text-fill-color: #CCAB6F !important;
    transition: background-color 5000s ease-in-out 0s;
}

::-webkit-scrollbar {
    width: 0;
}

.content-container {
    max-width: 1195px;
    margin-left: auto;
    margin-right: auto;
}

.main-content {
    padding: 0px 118px 0px 135px;
}

.list-contacts-wrapper {
    background: #2C3447;
    padding: 15.5px 0;
}

.list-contacts__item-p, .list-contacts__item-conatainerP-p {
    color: #FFF;
    font-family: "Montserrat Alternates", sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.list-contacts, .list-contacts__item, .list-contacts__item a, .nav__a {
    display: flex;
    align-items: center;
}

.list-contacts__item:not(:last-child) {
    margin-right: 26px;
}

.list-contacts__item-img {
    margin-right: 5px;
}

.contacts-a-tel {
    width: 14px;
    height: 14px;
}

.contacts-a-mail {
    width: 16px;
    height: 12px;
}

.contacts-a-timeWorks {
    width: 13px;
    height: 13px;
}

.header-container {
    background-image: url(../img/img-bg-header.webp);
    position: relative;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.header-container::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(44, 52, 71, 0.70);
    z-index: -1;
}

.header-container-pageExamplesOfWork::before {
    background-color: rgba(44, 52, 71, 0.80);
}

.nav {
    padding: 13px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav__a-img {
    width: 56px;
    height: 64px;
    margin-right: 4px;
    display: block;
}

.nav__a-containerP-p {
    color: #FFF;
    font-family: "Cormorant Garamond";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.nav__a-containerP-pSite {
    color: #FFF;
    font-family: "Cormorant Garamond";
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.nav__list {
    display: flex;
}

.nav__list-item:not(:last-child) {
    margin-right: 49px;
}

.nav__list-item-a-p {
    color: #FFF;
    text-align: right;
    font-family: "Montserrat Alternates";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.nav__list-item-a-p-currentPage {
    color: #CCAB6F;
}

.nav__btnOpenMobileMenu {
    background-color: transparent;
    display: none;
    padding: 0px 21px;
    margin-left: auto;
}

.home-section {
    margin-top: 132px;
    padding-bottom: 141px;
}

.home-section-container {
    display: flex;
    justify-content: space-between;
}

.home-section-container__text {
    width: 52%;
}

.home-section-container__text-h1 {
    color: #FFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: "Geologica";
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    max-width: 378px;
}

.home-section-title {
    margin-top: 73px;
    padding-bottom: 94px;
}

.home-section-title-container-title__h1 {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: Geologica;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.home-section-title-container-title__h2 {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: "Montserrat Alternates";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 14px;
}

.home-section-container__text-list {
    margin-top: 15px;
    margin-left: 17px;
}

.home-section-container__text-list-item {
    list-style: disc;
    color: white;
}

.home-section-container__text-list-item-p {
    color: #FFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: "Montserrat Alternates";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.home-section-container__form {
    width: 35%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-section-container__form-inputTel, .home-section-container__form-inputName {
    width: 100%;
    border-radius: 25px;
    border: 1px solid #CCAB6F;
    background-color: transparent;
    padding: 12px 19px;
    display: block;
    color: #CCAB6F;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: "Montserrat Alternates";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    box-sizing: border-box;
}

.home-section-container__form-inputTel::placeholder, .home-section-container__form-inputName::placeholder {
    color: #CCAB6F;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 14px;
}

.home-section-container__form-inputTel:focus, .home-section-container__form-inputName:focus, .home-section-container__form-inputTel:hover, .home-section-container__form-inputName:hover {
    border: 1px solid #CCAB6F;
    box-sizing: border-box;
}

.home-section-container__form-inputTel {
    margin-bottom: 6px;
}

.home-section-container__form-inputName {
    margin-bottom: 11px;
}

.home-section-container__form-button {
    border-radius: 25px;
    border: 1px solid #FFF;
    box-sizing: border-box;
    background: #CCAB6F;
    padding: 12px 46px;
    margin-bottom: 19px;
    color: #FFF;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: "Montserrat Alternates";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.home-section-container__form-p {
    width: 100%;
    color: #FFF;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: "Montserrat Alternates";
    font-size: 7px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.orderACall-section {
    background: #CCAB6F;
}

.orderACall-section__container {
    padding: 19px 0px;
}

.orderACall-section__container-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.orderACall-section__container-p {
    color: #FFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: "Montserrat Alternates";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.orderACall-section__container-button {
    padding: 12px 83px;
    border-radius: 25px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.10);
    color: #FFF;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: "Montserrat Alternates";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    box-sizing: border-box;
}

.services-section, .executiveDocumentationAndTypes-section, .restorationOfTheExecutive-section, .constructionSupportOutsourcingTechnicalSupport-section, .developmentOfEstimateDocumentation-costOfEstimateDocumentation-section, .developmentOfAWorkProject-worksProjects-section, .constructionLaboratory-constructionLaboratory-section {
    position: relative;
    z-index: 0;
}

.services-section__container {
    padding: 50px 0px 101px;
}

.services-section::before, .advantages-section::before, .executiveDocumentationAndTypes-section::before, .restorationOfTheExecutive-section::before, .constructionSupportOutsourcingTechnicalSupport-section::before, .developmentOfEstimateDocumentation-costOfEstimateDocumentation-section::before, .developmentOfAWorkProject-worksProjects-section::before, .constructionLaboratory-constructionLaboratory-section::before, .developmentOfEstimateDocumentation-structureAndBudgeting-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../img/img-bg-diamonds.webp);
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    background-position-y: top;
    background-position-x: right;
    z-index: -1;
}

.section-h2 {
    display: flex;
}

.section-h2__span {
    width: 4px;
    background: #CCAB6F;
    margin-right: 7px;
}

.section-h2__span-dark {
    width: 4px;
    margin-right: 7px;
    background: #2C3447;
}


.section-h2__text {
    color: #CCAB6F;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    font-family: "Montserrat Alternates";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: fit-content;
}

.section-h2__text-dark {
    color: #2C3447;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    font-family: "Montserrat Alternates";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.section-h2__text-span {
    color: #FFF;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    font-family: "Montserrat Alternates";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.container-slider {
    margin-top: 24px;
}

.container-slider__container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
}

.container-slider__container-slide {
    border-radius: 17px;
    border: 1px solid #CCAB6F;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.00);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
}

.container-slider__container-slide-text {
    flex: 1;
    margin: 5px 10px 6px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    flex-direction: column;
    justify-content: space-between;
}

.container-slider__container-slide-text-p {
    margin-bottom: 4px;
    color: #2C3447;
    font-family: "Montserrat Alternates";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.container-slider__container-slide-p-text-span {
    color: #CCAB6F;
    font-family: "Montserrat Alternates";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.container-slider__container-slide-Conteiner {
    padding: 0px 2.2px 2px;
    width: 100%;
    box-sizing: border-box;
}

.container-slider__container-slide-Conteinerimg {
    position: relative;
    z-index: 0;
    border-radius: 17px;
    box-sizing: border-box;
    display: flex;
}

.container-slider__container-slide-img {
    width: 100%;
    object-fit: contain;
    border-radius: 17px;
}

.container-slider__container-slide-Conteinerimg::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #2C3447B2;
    z-index: 0;
    border-radius: 17px;
    box-sizing: border-box;
}

.orderACallForUrgentPreparation-section {
    background-image: url(../img/img-bg-feedback.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.orderACallForUrgentPreparation-section::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(44, 52, 71, 0.85);
    z-index: -1;
}

.orderACallForUrgentPreparation-section__container {
    padding: 43px 0px 81px;
}

.orderACallForUrgentPreparation-section__container-form {
    margin-top: 31px;
}

.orderACallForUrgentPreparation-section__container-form-container {
    display: flex;
    justify-content: space-between;
}

.orderACallForUrgentPreparation-section__container-form-input-tel, .orderACallForUrgentPreparation-section__container-form-input-name {
    border-radius: 25px;
    border: 1px solid #CCAB6F;
    box-sizing: border-box;
    background: rgba(44, 52, 71, 0.42);
    padding: 12px 19px;
    color: #CCAB6F;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: "Montserrat Alternates";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
}

.orderACallForUrgentPreparation-section__container-form-input-tel::placeholder, .orderACallForUrgentPreparation-section__container-form-input-name::placeholder {
    color: #CCAB6F;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 14px;
}

.orderACallForUrgentPreparation-section__container-form-input-name {
    margin: 0px 28px;
}

.orderACallForUrgentPreparation-section__container-form-input-tel:focus, .orderACallForUrgentPreparation-section__container-form-input-name:focus, .orderACallForUrgentPreparation-section__container-form-input-tel:hover, .orderACallForUrgentPreparation-section__container-form-input-name:hover {
    border: 1px solid #CCAB6F;
}

.orderACallForUrgentPreparation-section__container-form-button {
    border-radius: 25px;
    border: 1px solid #FFF;
    box-sizing: border-box;
    background: #CCAB6F;
    padding: 12px 46px;
    color: #FFF;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: "Montserrat Alternates";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.orderACallForUrgentPreparation-section__container-form-p {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: "Montserrat Alternates";
    font-size: 7px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 16px;
}

.ourTeam-section {
    position: relative;
    padding: 64px 0px 96px;
    z-index: 0;
}

.ourTeam-section__container-container {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 77px;
    justify-content: space-between;
}

.cardAboutUs {
    border-radius: 25px;
    border: 1px solid #2C3447;
    box-sizing: border-box;
    background: rgba(44, 52, 71, 0.00);
    padding: 17px 35px 10px;
    text-align: center;
}

.cardAboutUs__p {
    color: #2C3447;
    text-align: center;
    font-family: "Montserrat Alternates";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 23px;
}

.aboutTheCompany-section {
    padding: 45px 0px 87px;
    position: relative;
    background-image: url(../img/img-bg-abboutCompany.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.aboutTheCompany-section::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgba(44, 52, 71, 0.85);
}

.aboutTheCompany-section__container-p {
    margin-top: 18px;
    color: #FFF;
    text-align: justify;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: "Montserrat Alternates";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
}

.aboutTheCompany-section__container-container {
    margin-top: 39px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 76px;
}

.experience-container {
    border-radius: 25px;
    border: 1px solid #CCAB6F;
    box-sizing: border-box;
    background: rgba(44, 52, 71, 0.22);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.experience-container__p-count {
    color: #CCAB6F;
    text-align: center;
    font-family: "Montserrat Alternates";
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 15px;
}

.experience-container__p-info {
    color: #FFF;
    text-align: center;
    font-family: "Montserrat Alternates";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0px 10px;
}

.experience-container__img {
    margin: 20px 15px 15px;
    border-radius: 25px;
    border: 1px solid #CCAB6F;
    box-sizing: border-box;
}

.experience-container__img-img {
    display: block;
    color: rgba(211, 211, 211, 0.500);
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}

.advantages-section {
    padding: 54px 0px 64px;
    position: relative;
    z-index: 0;
}

.advantages-section__container-container {
    margin-top: 46px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 34px;
}

.cardAdvantages {
    text-align: center;
}

.cardAdvantages-containerImg {
    border-radius: 25px;
    border: 1px solid #2C3447;
    box-sizing: border-box;
    background: rgba(44, 52, 71, 0.00);
    min-height: 185px;
    align-content: center;
}

.cardAdvantages-p {
    margin: 21px 10px 0px;
    color: #2C3447;
    text-align: center;
    font-family: "Montserrat Alternates";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.examplesAndResultsOfWork {
    position: relative;
    background-image: url(../img/img-bg-examplesAndResultsOfWork.webp);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.examplesOfOurWork-section {
    position: relative;
    padding: 41px 0px 46px;
    z-index: 0;
}

.examplesOfOurWork-section::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgba(44, 52, 71, 0.82);
}

.examplesOfOurWork-section__container-container {
    margin-top: 33px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(241px, 1fr));
    gap: 109px;
}

.cardExamplesOfOurWork {
    text-align: center;
}

.cardExamplesOfOurWork-img {
    border-radius: 25px;
    border: 1px solid #CCAB6F;
    box-sizing: border-box;
    color: rgba(211, 211, 211, 0.500);
    object-fit: cover;
    display: block;
    width: 100%;
}

.cardExamplesOfOurWork-p {
    margin-top: 25px;
    color: #FFF;
    text-align: center;
    font-family: "Montserrat Alternates";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.resultsOfWorkingWithUs-section {
    position: relative;
    padding: 65px 0px 75px;
    z-index: 0;
}

.resultsOfWorkingWithUs-section::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgba(255, 255, 255, 0.73);
}

.resultsOfWorkingWithUs-section__container-container {
    margin-top: 37px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(263px, 1fr));
    gap: 76px;
}

.pricesForDocumentation-section {
    padding: 65px 0px 89px;
    background-color: rgba(44, 52, 71, 0.94);
}

.pricesForDocumentation-section__container-h3 {
    margin-top: 24px;
    color: #FFF;
    font-family: "Montserrat Alternates";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.pricesForDocumentation-section__container-list {
    margin-top: 27px;
    margin-left: 17px;
}

.pricesForDocumentation-section__container-list-item {
    list-style: disc;
    color: white;
}

.pricesForDocumentation-section__container-list-item-p {
    color: #FFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: "Montserrat Alternates";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.legalGuarantees-section {
    position: relative;
    z-index: 0;
    padding: 63px 0px;
}

.legalGuarantees-section::before, .pricesForAsBuiltDocumentation-section::before, .ourTeam-section::before {
    position: absolute;
    z-index: -1;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/img-bg-diamonds-rotate270g.webp);
    background-repeat: no-repeat;
    background-position-y: top;
    background-position-x: left;
}

.legalGuarantees-section__container-container {
    margin-top: 54px;
    display: flex;
    justify-content: space-between;
}

.legalGuarantees-section__container-container-text {
    width: 50%;
    align-content: center;
}

.legalGuarantees-section__container-container-text-p {
    color: #2C3447;
    font-family: "Montserrat Alternates";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.legalGuarantees-section__container-container-text-p:nth-child(2) {
    margin: 30px 0px 0px;
}

.legalGuarantees-section__container-container-text-button {
    margin-top: 30px;
    padding: 12px 85px;
    border-radius: 25px;
    border: 1px solid #2C3447;
    box-sizing: border-box;
    background: #CCAB6F;
    color: #FFF;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: "Montserrat Alternates";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.legalGuarantees-section__container-container-img {
    width: 33%;
}

.legalGuarantees-section__container-container-img-img {
    width: 100%;
    height: 100%;
    border-radius: 25px;
    border: 1px solid #CCAB6F;
    color: rgba(211, 211, 211, 0.500);
    object-fit: cover;
    display: block;
    box-sizing: border-box;
}

.schemeOfWorkOnPreparationOfDocumentation-section {
    background-image: url(../img/img-bg-schemeOfWorkOnPreparationOfDocumentation.webp);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 64px 0px 83px;
}

.schemeOfWorkOnPreparationOfDocumentation-section::before {
    content: "";
    top: 0;
    left: 0;
    background: rgba(44, 52, 71, 0.85);
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
}

.schemeOfWorkOnPreparationOfDocumentation-section__container-container {
    margin-top: 44px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(209px, 1fr));
    gap: 35px;
}

.cardSchemeOfWorkOnPreparationOfDocumentation {
    text-align: center;
}

.cardSchemeOfWorkOnPreparationOfDocumentation-containerImg {
    border-radius: 25px;
    border: 1px solid #CCAB6F;
    background: rgba(44, 52, 71, 0.00);
    box-sizing: border-box;
    min-height: 185px;
    align-content: center;
}

.cardSchemeOfWorkOnPreparationOfDocumentation-p {
    margin-top: 29px;
    color: #FFF;
    text-align: center;
    font-family: "Montserrat Alternates";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.mapAndFeedbackForm-section {
    position: relative;
    background-image: url(../img/img-bg-map.webp);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}

.mapAndFeedbackForm-section::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(255, 255, 255, 0.68);
}

.mapAndFeedbackForm-section-container {
    position: relative;
    z-index: 2;
}

.mapAndFeedbackForm-section-container-container {
    padding: 171px 0px 138px;
}

.mapAndFeedbackForm-section__button {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: transparent;
}

.mapAndFeedbackForm-section__container-form {
    position: relative;
    z-index: 1;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
}

.mapAndFeedbackForm-form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mapAndFeedbackForm-form__inputTel, .mapAndFeedbackForm-form__inputName {
    border-radius: 25px;
    border: 1px solid #CCAB6F;
    background: #FFF;
    color: #CCAB6F;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: "Montserrat Alternates";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 16px 36px;
    width: 100%;
    box-sizing: border-box;
}

.mapAndFeedbackForm-form__inputTel::placeholder, .mapAndFeedbackForm-form__inputName::placeholder {
    color: #CCAB6F;
    font-family: "Montserrat Alternates";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.mapAndFeedbackForm-form__inputTel:hover, .mapAndFeedbackForm-form__inputName:hover, .mapAndFeedbackForm-form__inputTel:focus, .mapAndFeedbackForm-form__inputName:focus {
    border: 1px solid #CCAB6F;
}

.mapAndFeedbackForm-form__inputName {
    margin-top: 7px;
}

.mapAndFeedbackForm-form__button {
    margin-top: 13px;
    padding: 16px 63px;
    border-radius: 25px;
    border: 1px solid #FFF;
    background: #CCAB6F;
    color: #FFF;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: "Montserrat Alternates";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 60%;
    box-sizing: border-box;
    white-space: normal;
    word-break: break-word;
}

.mapAndFeedbackForm-form__p {
    margin-top: 7px;
    color: #2C3447;
    text-align: center;
    font-family: "Montserrat Alternates";
    font-size: 8px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.kontakts-section {
    background-color: #2C3447;
    padding: 18px 0px 20px;
}

.kontakts-section-container {
    display: flex;
    justify-content: space-between;
}

.kontakts-section__text-h3 {
    color: #CCAB6F;
    font-family: "Montserrat Alternates";
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.kontakts-section__text-p {
    color: #FFF;
    font-family: "Montserrat Alternates";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 3px;
}

.kontakts-section__kontakt {
    align-content: center;
}

.kontakts-section__kontakt-list {
    display: flex;
}

.pricesForAsBuiltDocumentation-section {
    padding: 62px 0px 85px;
    position: relative;
    z-index: 0;
}

.pricesForAsBuiltDocumentation-section__container__table {
    margin-top: 39px;
}

.container__table {
    width: 100%;
}

.container__table__head-tr-th {
    border-right: 0.5px solid #FFF;
    background-color: #CCAB6F;
    border-bottom: 0.5px solid #FFF;
    color: #FFF;
    font-family: "Montserrat Alternates";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 16px 27px;
    text-align: center;
}

.th-title {
    text-align: left;
}

.th-item {
    width: 22%;
}

.container__table__body-tr-td {
    border-bottom: 0.5px solid #FFF;
    background: rgba(44, 52, 71, 0.94);
    border-right: 0.5px solid #FFF;
    color: #FFF;
    text-align: center;
    font-family: "Montserrat Alternates";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 13px 27px;
}

.td-title {
    text-align: left;  
}

.pricesForAsBuiltDocumentation-section__container__otherPrice {
    margin-top: 79px;
}

.pricesForAsBuiltDocumentation-section__container__otherPrice__h3 {
    color: #CCAB6F;
    font-family: "Montserrat Alternates";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.pricesForAsBuiltDocumentation-section__container__otherPrice__list {
    margin-top: 27px;
    margin-left: 17px;
}

.pricesForAsBuiltDocumentation-section__container__otherPrice__list-item {
    color: #CCAB6F;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: "Montserrat Alternates";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    list-style: disc;
}

.header-container-pageAboutUs, .header-container-pageExamplesOfWork {
    background-image: url(../img/img-bg-header2.webp);
}

.header-container-pageAboutUs::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #2C3447D9;
    z-index: -1;
}

.aboutUsText-section {
    padding: 47px 0px 68px;
    position: relative;
    z-index: 0;
}

.aboutUsText-section::before {
    position: absolute;
    z-index: -1;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/img-bg-diamonds-posRHBott.webp);
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-position-x: right;
}

.aboutUsText-section__container-containerAreaOfActivity-p {
    margin-top: 25px;
    color: #CCAB6F;
    text-align: justify;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: "Montserrat Alternates";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.aboutUsText-section__container-advantages {
    margin-top: 98px;
}

.aboutUsText-section__container-whatWillYouGet {
    margin-top: 77px;
}

.examplesOfWorkProcessSupport-section {
    padding: 81px 0px 87px;
    position: relative;
    z-index: 0;
    background-image: url(../img/img-bg-examplesOfWorkProcessSupport.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.examplesOfWorkProcessSupport-section::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(44, 52, 71, 0.82);
}

.examplesOfWorkProcessSupport-section__container {
    z-index: 1;
    position: relative;
}

.examplesOfWorkProcessSupport-section__container-container__h3 {
    color: #CCAB6F;
    text-align: justify;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: "Montserrat Alternates";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.examplesOfWorkProcessSupport-section__container-container__p {
    color: #FFF;
    text-align: justify;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: "Montserrat Alternates";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 19px;
}

.examplesOfWorkWorkCertificates-section {
    padding: 65px 0px 76px;
}

.examplesOfWorkWorkCertificates-section__container-container__images {
    margin-top: 42px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 34px;
}

.examplesOfWorkWorkCertificates-section__container-container__images-img {
    border-radius: 25px;
    border: 1px solid #CCAB6F;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
    max-width: 210px;
}

.pricesForSsBuiltDocumentationPagePrice-section {
    padding: 61px 0px 0px;
    position: relative;
    z-index: 0;
}

.pricesForSsBuiltDocumentationPagePrice-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../img/img-bg-diamonds-posRH__pagePrice.webp);
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    background-position-y: top;
    background-position-x: right;
    z-index: -1;
}

.pricesForSsBuiltDocumentationPagePrice-section__container__table {
    margin-top: 37px;
}

.costOfEstimateDocumentationPagePrice-section {
    margin-top: 65px;
    padding: 0px 0px 85px;
    position: relative;
    z-index: 0;
}

.costOfEstimateDocumentationPagePrice-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../img/img-bg-diamonds-posLH__pagePrice.webp);
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    background-position-y: top;
    background-position-x: left;
    z-index: -1;
}

.costOfEstimateDocumentationPagePrice-section__container-container__p:first-of-type {
    margin-top: 11px;
}

.costOfEstimateDocumentationPagePrice-section__container-container__p {
    margin-top: 15px;
    color: #CCAB6F;
    text-align: justify;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: "Montserrat Alternates";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.costOfEstimateDocumentationPagePrice-section__container__table {
    margin-top: 49px;
}



.content-container2 {
    position: relative;
    z-index: 0;
}

.content-container2::before {
    position: absolute;
    z-index: -1;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/img-bg-diamonds-posLH__pagePrice.webp);
    background-repeat: no-repeat;
    background-position-y: 30%;
    background-position-x: left;
}

.header-documentation-development {
    background-image: url(../img/img-bg-documentation-development.webp);
}

.header-technical-outsourcing {
    background-image: url(../img/img-bg-technical-outsourcing.webp);
}

.header-restoration-of-executive-documentation {
    background-image: url(../img/img-bg-restoration-of-executive-documentation.webp);
}

.header-development-of-a-work-project {
    background-image: url(../img/img-bg-development-of-a-work-project.webp);
}

.header-development-of-estimate-documentation {
    background-image: url(../img/img-bg-development-of-estimate-documentation.webp);
}

.header-construction-laboratory {
    background-image: url(../img/img-bg-construction-laboratory.webp);
}

.executiveDocumentationAndTypes-section {
    padding: 69px 0px 67px;
}

.p-gold {
    color: #CCAB6F;
}

.services-section__container-mt40 {
    margin-top: 40px;
}

.services-section__titleP-mt22 {
    margin-top: 22px;
    text-align: justify;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: "Montserrat Alternates";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.services-section__listH3-ml17 {
    margin-left: 17px;
}

.services-section__list-mt15 {
    margin-top: 15px;
}

.services-section__list-mt15 li {
    font-size: 20px;
}

.constructionSupportOutsourcingTechnicalSupport-section {
    padding: 50px 0px 76px;
}

.restorationOfTheExecutive-section {
    padding: 56px 0px 85px;
}

.developmentOfAWorkProject-craneWorkManagementProjects-section {
    padding: 47px 0px 70px;
}

.developmentOfAWorkProject-worksProjects-section, .developmentOfAWorkProject-workOrganizationProjects-section {
    padding: 47px 0px 0px;
}

.developmentOfAWorkProject-workOrganizationProjects-section {
    position: relative;
    z-index: 0;
}

.developmentOfAWorkProject-workOrganizationProjects-section::before {
    position: absolute;
    z-index: -1;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/img-bg-diamonds-posLH__pagePrice.webp);
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-position-x: left;
}

.developmentOfEstimateDocumentation-structureAndBudgeting-section {
    position: relative;
    z-index: 0;
    padding: 45px 0px 82px;
}

.developmentOfEstimateDocumentation-structureAndBudgeting__structureOfTheEstimate-section__container {
    margin-top: 51px;
}

.developmentOfEstimateDocumentation-structureAndBudgeting__structureOfTheEstimate-section__container-container__list {
    margin-top: 15px;
}

.developmentOfEstimateDocumentation-structureAndBudgeting__structureOfTheEstimate-section__container-container__p2 {
    margin-top: 12px;
}

.developmentOfEstimateDocumentation-costAndDocumentsRequiredForDrawingUp-section {
    padding: 71px 0px 82px;
    position: relative;
    z-index: 0;
}

.developmentOfEstimateDocumentation-costAndDocumentsRequiredForDrawingUp-section::before {
    position: absolute;
    z-index: -1;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/img-bg-diamonds-posLH__pagePrice.webp);
    background-repeat: no-repeat;
    background-position-y: -11%;
    background-position-x: left;
}

.developmentOfEstimateDocumentation-costAndDocumentsRequiredForDrawingUp__costOfEstimateDocumentation-section__container__table {
    margin-top: 58px;
}

.developmentOfEstimateDocumentation-costAndDocumentsRequiredForDrawingUp__whatIsRequiredToDevelopEstimateDocumentation-section__container {
    margin-top: 47px;
}

.constructionLaboratory-constructionLaboratory-section {
    padding: 52px 0px 39px;
}

.constructionLaboratory-constructionLaboratory-sectionn__container-container__otherP {
    margin-top: 60px;
    width: 80%;
    color: #CCAB6F;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: "Montserrat Alternates";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-left: auto;
    margin-right: auto;
}

.constructionLaboratory-pricesForConstructionLaboratoryServices-section {
    padding: 41px 0px 106px;
}

.constructionLaboratory-pricesForConstructionLaboratoryServices-section__container__table {
    margin-top: 39px;
}

.header-container-pageOurContacts::before {
    background-color: #2c3447d9;
}

.ourContactsContactInformationAndMap-section {
    display: none;
}

.container {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.no-scroll {
    position: fixed;
    overflow: hidden;
    width: 100%;
}

.content {
    position: relative;
    transition: transform 0.300s ease-out;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.mobileMenu {
    background-color: #2c3447;
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    transform: translateX(+20%);
    transition: transform 0.300s ease-out, z-index 0.300s ease-out, height 0.300s ease-out;
    z-index: 100;
}

.mobileMenu-container {
    height: 100%;
}

.mobileMenu-container-container {
    margin: 20px 30px 195px;
    height: 100%;
    box-sizing: border-box;
}

.mobileMenu-container-container__buttonClose {
    background-color: transparent;
    margin-left: auto;
    display: block;
    right: -37px;
    position: relative;
}

.home-section-container__form-buttonClose-img {
    width: 26px;
    height: 26px;
}

.mobileMenu-container-container__linksOtherPage {
    margin-top: 37px;
    height: 100%;
    box-sizing: border-box;
}

.mobileMenu-container-container__linksOtherPage__containerBtnOpenFormFeedback {
    padding: 0px 54px;
    box-sizing: border-box;
}

.mobileMenu-container-container__linksOtherPage__containerBtnOpenFormFeedback-btn {
    width: 100%;
    box-sizing: border-box;
    padding: 9.5px 48px;
    color: #CCAB6F;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: "Montserrat Alternates";
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 25px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.10);
}

.mobileMenu-container-container__linksOtherPage__listBtnOtherPage {
    margin-top: 129px;
    overflow-y: scroll;
    max-height: 50%;
    box-sizing: border-box;
}

.mobileMenu-container-container__linksOtherPage__listBtnOtherPage-itemBtn:not(:last-child) {
    margin-bottom: 18px;
    box-sizing: border-box;
}

.mobileMenu-container-container__linksOtherPage__listBtnOtherPage-itemBtn-a {
    border-radius: 25px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.10);
    color: #CCAB6F;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: "Montserrat Alternates";
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 20px 82px;
    width: 100%;
    display: block;
    box-sizing: border-box;
}

.popupFormFeedback {
    background-color: #2c3447;
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    transform: translateY(-20%);
    transition: transform 0.300s ease-out, z-index 0.300s ease-out, height 0.300s ease-out;
    z-index: 100;
}

.popupLinksMap {
    background-color: #2C3447;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: translateY(-20%);
    transition: transform 0.300s ease-out, z-index 0.300s ease-out, height 0.300s ease-out;
    z-index: 100;
}

.content-movedTransXleft100 {
    transform: translateX(-100%);
}

.mobileMenu-showTransXleft0 {
    transform: translateX(0%);
    position: fixed;
    z-index: 1000;
    height: 100vh;
}

.reRenderMobileMenuToFormFeedback {
    transform: translateY(100vh);
}

.content-movedTransYbottom100 {
    transform: translateY(100vh);
}

.popupFormFeedback-showTransYbottom0 {
    transform: translateY(0%);
    position: fixed;
    z-index: 1000;
    height: 100vh;
}

.popupFormFeedback-container {
    width: 100%;
    height: 100%;
}

.popupFormFeedback-container-container {
    height: 100%;
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.popupFormFeedback-container-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-section-container__form-buttonClose {
    background-color: transparent;
    margin-bottom: 14px;
    text-align: end;
    place-self: end;
    right: -8px;
    position: relative;
    z-index: 10;
}

.popupLinksMap-container-container-list {
    max-height: 80%;
    overflow-y: scroll;
}

.home-section-container__form-p-colorWhite {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: "Montserrat Alternates";
    font-size: 7px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.popupLinksMap-container {
    width: 100%;
    height: 100%;
}

.popupLinksMap-container-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
}


.popupLinksMap-container-container-list-item a {
    width: 100%;
    border-radius: 25px;
    border: 1px solid #CCAB6F;
    background-color: transparent;
    padding: 12px 19px;
    display: block;
    color: #CCAB6F;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: "Montserrat Alternates";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    box-sizing: border-box;
    text-align: center;
}

.popupLinksMap-container-container-list-item:not(:last-child) {
    margin-bottom: 18px;
}



@media screen and (max-width: 1200px) {
    .content-container {
        width: 96%;
    }

    .ourTeam-section__container-container {
        grid-template-columns: repeat(auto-fit, minmax(192px, 1fr));
        gap: 45px;
    }
}

@media screen and (max-width: 1120px) {
    .nav__list-item:not(:last-child) {
        margin-right: 30px;
    }

    .mapAndFeedbackForm-section__container-form {
        width: 50%;
    }
}

@media screen and (max-width: 1040px) {
    .nav__a {
        width: 25%;
    }
    .nav__list-item:not(:last-child) {
        margin-right: 20px;
    }
}

@media screen and (max-width: 900px) {
    .content-container {
        width: 100%;
    }

    .main-content {
        padding: 0px 21px;
    }

    .list-contacts-wrapper, .nav__a, .nav__list, .home-section-container__form, .orderACall-section__container-p, footer {
        display: none;
    }

    .home-section {
        margin-top: 0;
        padding-top: 122px;
    }

    .nav {
        padding: 18px 0 0;
    }

    .nav__btnOpenMobileMenu {
        display: block;
    }

    .home-section-container__text {
        width: 100%;
        text-align: center;
        justify-items: center;
    }

    .home-section-title-container-title {
        width: 100%;
        text-align: center;
        justify-items: center;
    }

    .home-section-container__text-h1, .home-section-title-container-title__h1 {
        font-size: 26px;
    }

    .home-section-title-container-title__h2 {
        font-size: 14px;
    }

    .home-section-container__text-list {
        margin-left: 0;
        padding-bottom: 135px;
    }

    .home-section-container__text-list-item {
        list-style: none;
    }

    .home-section-container__text-list-item-p {
        font-size: 14px;
    }

    .orderACall-section__container {
        padding: 11.5px 0;
    }

    .orderACall-section__container-button {
        font-size: 13px;
        margin-left: auto;
        margin-right: auto;
    }

    .services-section__container {
        padding: 30px 0px 62px;
    }

    .container-slider__container {
        grid-template-columns: repeat(auto-fit, minmax(48%, 1fr));
        gap: 18px 6px;
    }

    .section-h2__text, .section-h2__text-span {
        font-size: 20px;
    }

    .container-slider__container-slide-text-p {
        font-size: 13px;
    }

    .orderACallForUrgentPreparation-section__container {
        padding: 34px 0px 58px;
    }

    .orderACallForUrgentPreparation-section__container-form {
        margin-top: 39px;
        width: 80%;
        margin-right: auto;
        margin-left: auto;    
    }

    .orderACallForUrgentPreparation-section__container-form-container {
        flex-direction: column;
    }

    .orderACallForUrgentPreparation-section__container-form-input-name {
        margin: 6px 0px 0px;
    }

    .orderACallForUrgentPreparation-section__container-form-button {
        margin-top: 11px;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }

    .orderACallForUrgentPreparation-section__container-form-p {
        margin-top: 7px;
    }

    .ourTeam-section {
        padding: 39px 0px 58px;
    }

    .ourTeam-section__container-container {
        margin: 43px 44px;
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
        gap: 40px;
    }

    .cardAboutUs__img {
        width: 45%;
        height: 45%;
        max-width: 102px;
        max-height: 102px;
    }

    .cardAboutUs {
        height: fit-content;
        word-break: break-word;
    }

    .aboutTheCompany-section {
        padding: 30px 0px 70px;
    }

    .aboutTheCompany-section__container-p {
        font-size: 15px;
    }

    .aboutTheCompany-section__container-container {
        margin: 39px 48px 0px;
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
        gap: 38px;
    }

    .advantages-section {
        padding: 37px 0px 70px;
    }

    .advantages-section__container-container {
        margin: 30px 72px 0px;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
        gap: 34px;
    }

    .cardAdvantages-containerImg-img {
        width: 56%;
        height: 56%;
        max-width: 104px;
        max-height: 104px;
    }

    .cardAdvantages-p {
        margin: 12px 0px 0px;
        word-wrap: break-word;
    }

    .examplesOfOurWork-section {
        padding: 37px 0px 65px;
    }

    .examplesOfOurWork-section__container-container {
        margin: 36px 55px 0px;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
        gap: 45px;
    }

    .resultsOfWorkingWithUs-section {
        padding: 48px 0px 77px;
    }

    .section-h2__span-dark {
        background-color: #CCAB6F;
    }

    .section-h2__text-dark {
        color: #CCAB6F;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
        font-family: "Montserrat Alternates";
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        width: fit-content;
    }

    .resultsOfWorkingWithUs-section__container-container {
        margin: 37px 43px 0px;
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
        gap: 50px;
    }


    .header-container-pagePrices::before {
        background-color: #2C3447D9;
    }
    
    .pricesForDocumentation-section {
        padding: 30px 0px 56px;
    }

    .pricesForDocumentation-section__container-h3 {
        margin-top: 11px;
        font-size: 15px;
    }

    .pricesForDocumentation-section__container-list {
        margin-top: 12px;
    }

    .pricesForDocumentation-section__container-list-item, .pricesForDocumentation-section__container-list-item-p {
        font-size: 15px;
    }

    .legalGuarantees-section {
        padding: 34px 0px 62px;
    }

    .legalGuarantees-section__container-container {
        margin-top: 32px;
        flex-direction: column;
    }

    .legalGuarantees-section__container-container-text {
        width: 100%;
        text-align: center;
    }

    .legalGuarantees-section__container-container-text-p {
        font-size: 15px;
    }

    .legalGuarantees-section__container-container-text-button {
        margin-top: 17px;
    }

    .legalGuarantees-section__container-container-img {
        margin-left: 56px;
        margin-right: 56px;
        margin-top: 33px;
        width: auto;
    }

    .schemeOfWorkOnPreparationOfDocumentation-section {
        padding: 30px 0px 85px;
    }

    .schemeOfWorkOnPreparationOfDocumentation-section__container-container {
        margin-top: 29px;
        margin-left: 71px;
        margin-right: 71px;
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
        gap: 30px;
    }

    .cardSchemeOfWorkOnPreparationOfDocumentation-containerImg-img {
        width: 43%;
        height: 43%;
        max-width: 90px;
        max-height: 90px;
    }

    .popupFormFeedback-container-container {
        width: 100%;
        padding: 30px;
        box-sizing: border-box;
    }

    .home-section-container__form-buttonClose {
        right: -10px;
    }

    .home-section-container__form-button {
        margin-bottom: 7px;
    }


    /* Page Services.html */
    .title__h2-pageServices {
        padding-bottom: 93px;
    }

    .pricesForAsBuiltDocumentation-section {
        padding: 38px 0px 56px;
    }

    .pricesForAsBuiltDocumentation-section__container__table {
        margin-top: 25px;
    }

    .td-title {
        word-break: break-word;
    }

    .pricesForAsBuiltDocumentation-section__container__otherPrice {
        margin-top: 30px;
    }

    .pricesForAsBuiltDocumentation-section__container__otherPrice__h3 {
        font-size: 20px;
    }

    .pricesForAsBuiltDocumentation-section__container__otherPrice__list {
        margin-top: 12px;
    }

    .pricesForAsBuiltDocumentation-section__container__otherPrice__list-item {
        font-size: 15px;
    }



    /* Page About-us.html */
    .title__h2-pageAboutUs {
        padding-bottom: 62px;
    }

    .aboutUsText-section {
        padding: 28px 0px 64px;
    }

    .aboutUsText-section__container-containerAreaOfActivity-p {
        margin-top: 13px;
        font-size: 14px;
    }

    .aboutUsText-section__container-advantages {
        margin-top: 35px;
    }

    .aboutUsText-section__container-whatWillYouGet {
        margin-top: 42px;
    }



    /* Page ExamplesOfWork.html */
    .title__h1-pageExamplesOfWork {
        padding-bottom: 62px;
    }

    .examplesOfWorkProcessSupport-section {
        padding: 43px 0px 56px;
    }
    
    .examplesOfWorkProcessSupport-section__container-container__h3 {
        font-size: 20px;
    }

    .examplesOfWorkProcessSupport-section__container-container__p {
        font-size: 14px;
        margin-top: 12px;
    }

    .examplesOfWorkWorkCertificates-section {
        padding: 32px 0px 40px;
    }

    .examplesOfWorkWorkCertificates-section__container-container__images {
        margin-top: 28px;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
        gap: 9px 8px;
    }

    .examplesOfWorkWorkCertificates-section__container-container__images-img {
        width: 100%;
        max-width: none;
    }




    /* Page prices.html */
    .title__h2-pagePrices {
        padding-bottom: 84px;
    }

    .pricesForSsBuiltDocumentationPagePrice-section {
        padding: 37px 0px 0px;
    }

    .pricesForSsBuiltDocumentationPagePrice-section__container__table {
        margin-top: 22px;
    }

    .costOfEstimateDocumentationPagePrice-section {
        margin-top: 46px;
        padding: 0px 0px 57.36px;
        position: relative;
        z-index: 0;
    }

    .costOfEstimateDocumentationPagePrice-section__container-container__p:first-of-type {
        margin-top: 16px;
    }

    .costOfEstimateDocumentationPagePrice-section__container-container__p {
        font-size: 14px;
        margin-top: 20px;
    }

    .costOfEstimateDocumentationPagePrice-section__container__table {
        margin-top: 41px;
    }




    /* Page OurContacts.html */
    .title__h2-pageOurContacts {
        padding-bottom: 70px;
    }

    .ourContactsContactInformationAndMap-section {
        display: block;
    }

    .ourContactsContactInformationAndMap-section-container {
        padding: 32px 0px 45px;
        position: relative;
        z-index: 0;
    }

    .ourContactsContactInformationAndMap-section-container::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: url(../img/img-bg-diamonds.webp);
        background-repeat: no-repeat;
        top: 0;
        left: 0;
        background-position-y: top;
        background-position-x: right;
        z-index: -1;
        background-size: 50%;
    }

    .ourContactsContactInformationAndMap-section-container-containerInformation-p {
        margin-top: 21px;
        text-align: center;
    }

    .ourContactsContactInformationAndMap-section-container-containerInformation-p-p {
        color: #CCAB6F;
        text-align: center;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        font-family: "Montserrat Alternates";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        display: block;
    }

    .ourContactsContactInformationAndMap-section-container-containerInformation-p-p:not(:first-child) {
        margin-top: 25px;
    }

    .mapAndFeedbackForm-section-container-container {
        padding: 86px 21px 66.2px;
    }

    .feedbackForm-pageOurContacts {
        width: 100%;
    }

    .feedbackForm-pageOurContacts-form {
        padding: 0px 27px;
    }




    .header-documentation-development::before, .header-technical-outsourcing::before, .header-restoration-of-executive-documentation::before, .header-development-of-a-work-project::before, .header-development-of-estimate-documentation::before, .header-construction-laboratory::before {
        background-color: #2d3548d4;
    }

    /* Page documentationDevelopment.html */
    .title-documentationDevelopment {
        margin-top: 122px;
    }

    .title__h1-documentationDevelopment {
        width: 80%;
    }

    .title__h2-documentationDevelopment {
        margin-top: 18px;
        font-size: 14px;
        padding-bottom: 149px;
    }

    .executiveDocumentationAndTypes-section {
        padding: 30px 0px 55px;
    }

    .executiveDocumentationAndTypes-section::before, .constructionSupportOutsourcingTechnicalSupport-section::before, .content-container2::before, .pricesForAsBuiltDocumentation-section::before, .restorationOfTheExecutive-section::before, .developmentOfAWorkProject-worksProjects-section::before, .developmentOfAWorkProject-workOrganizationProjects-section::before, .developmentOfEstimateDocumentation-structureAndBudgeting-section::before, .developmentOfEstimateDocumentation-costAndDocumentsRequiredForDrawingUp-section::before, .constructionLaboratory-constructionLaboratory-section::before {
        background-size: 50%;
    }

    .services-section__titleP-mt22 {
        font-size: 15px;
        margin-top: 6px;
    }

    .services-section__container-mt40 {
        margin-top: 29px;
    }

    .services-section__listH3-ml17 {
        margin-left: 10px;
        font-size: 15px;
    }

    .services-section__list-mt15 {
        margin-top: 10px;
    }

    .pricesForAsBuiltDocumentation-section__container__otherPrice__list-item {
        font-size: 15px !important;
    }




    /* Page technicalOutsourcing.html */
    .title-technicalOutsourcing {
        margin-top: 122px;
    }

    .title__h1-technicalOutsourcing {
        width: 80%;
    }

    .title__h2-technicalOutsourcing {
        margin-top: 16px;
        font-size: 14px;
        padding-bottom: 168px;
    }

    .constructionSupportOutsourcingTechnicalSupport-section {
        padding: 39px 0px 49px;
    }




    /* Page restorationOfExecutiveDocumentation.html */
    .title-restorationOfExecutiveDocumentation {
        margin-top: 122px;
    }

    .title__h1-restorationOfExecutiveDocumentation {
        width: 80%;
    }

    .title__h2-restorationOfExecutiveDocumentation {
        margin-top: 13px;
        font-size: 14px;
        padding-bottom: 154px;
    }

    .restorationOfTheExecutive-section {
        padding: 31px 0px 55.32px;
    }




    /* Page developmentOfAWorkProject.html */
    .title-developmentOfAWorkProject {
        margin-top: 138px;
    }

    .title__h1-developmentOfAWorkProject {
        width: 80%;
    }

    .title__h2-developmentOfAWorkProject {
        margin-top: 16px;
        font-size: 14px;
        padding-bottom: 185px;
    }

    .developmentOfAWorkProject-worksProjects-section, .developmentOfAWorkProject-workOrganizationProjects-section {
        padding: 34px 0px 0px;
    }



    /* Page developmentOfEstimateDocumentation.html */
    .title-developmentOfEstimateDocumentation {
        margin-top: 138px;
    }

    .title__h1-developmentOfEstimateDocumentation {
        width: 80%;
    }

    .title__h2-developmentOfEstimateDocumentation {
        margin-top: 14px;
        font-size: 14px;
        padding-bottom: 170px;
    }

    .developmentOfEstimateDocumentation-structureAndBudgeting-section {
        padding: 28px 0px 59px;
    }

    .developmentOfEstimateDocumentation-structureAndBudgeting__structureOfTheEstimate-section__container {
        margin-top: 33px;
    }

    .developmentOfEstimateDocumentation-costAndDocumentsRequiredForDrawingUp-section {
        padding: 39px 0px 58px;
    }

    .developmentOfEstimateDocumentation-costAndDocumentsRequiredForDrawingUp__costOfEstimateDocumentation-section__container__table {
        margin-top: 43px;
    }



    /* Page constructionLaboratory.html */
    .title-constructionLaboratory {
        margin-top: 138px;
    }

    .title__h1-constructionLaboratory {
        width: 80%;
    }

    .title__h2-constructionLaboratory {
        margin-top: 11px;
        font-size: 14px;
        padding-bottom: 173px;
    }

    .constructionLaboratory-constructionLaboratory-section {
        padding: 28px 0px 41px;
    }

    .constructionLaboratory-constructionLaboratory-sectionn__container-container__otherP {
        margin-top: 70.29px;
        width: 100%;
        font-size: 15px;
    }

    .constructionLaboratory-pricesForConstructionLaboratoryServices-section {
        padding: 41px 0px 61px;
    }

    .constructionLaboratory-pricesForConstructionLaboratoryServices-section__container__table {
        margin-top: 29px;
    }
}

@media screen and (max-width: 700px) {
    .th-item {
        width: 35%;
    }

    .title__h1-documentationDevelopment {
        margin: 0px 40px;
    }

    .title__h1-technicalOutsourcing {
        margin: 0px 48px;
    }

    .title__h1-restorationOfExecutiveDocumentation {
        margin: 0px 39px;
    }

    .title__h1-developmentOfAWorkProject {
        margin: 0px 18px;
    }

    .title__h1-developmentOfEstimateDocumentation {
        margin: 0px 18px;
    }

    .title__h1-constructionLaboratory {
        margin: 0px 65px;
    }
}