* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border: none;
}

html, body {
    min-width: 344px;
    scroll-behavior: smooth;
    font-size: clamp(14px, 1.2vw, 18px);
}

a {
    color: inherit;
}

button, a {
    cursor: pointer;
}

input:focus {
    border: none;
    outline: none;
}

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 70px 0px 70px;
    box-sizing: border-box;
}

h1 {
    font-size: 60px;
    line-height: 72px;
    font-size: clamp(30px, 4vw, 60px);
    line-height: clamp(36px, 4vw, 72px);
}

h2 {
    font-size: 60px;
    line-height: 60px;
    font-size: clamp(30px, 4vw, 60px);
    line-height: clamp(30px, 4vw, 60px);
}

.nav {
    padding: 13px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

.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;
}

.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: #303236;
    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;
    display: flex;
    flex-direction: column;
    gap: 75px;
}

.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;
}

header {
    height: 100vh;
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 0;
}

.header__bgVideo,
.header__bgImage {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.header__wrapperContent {
    position: relative;
    z-index: 2;
}

header::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(44, 52, 71, 0.75);
    z-index: 1;
}

.header__allPage {
    height: 100vh;
    position: relative;
    width: 100%;
    overflow: hidden;
    background-image: var(--bg);
    position: relative;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.header__allPage::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(44, 52, 71, 0.75);
    z-index: -1;
}

.header__wrapperContent {
    position: absolute;
    z-index: 1;
    color: white;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}

.header__groupContent {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.header__navWrapper {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 100;
    transition: 0.2s;
}

.header__navWrapper--transparent {
    background-color: #303236;
    box-shadow: 0px 0px 20px 0px #ffffff30;
}

.header__nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 80px;
    align-items: center;
    box-sizing: border-box;
}

.header__logoImg {
    height: 50px;
}

.header__groupNav {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 30px;
}

.header__groupLangAndButton {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header__listNavigationButton {
    display: flex;
    flex-wrap: nowrap;
    gap: 24px;
}

.header__aNavigationButton {
    line-height: 20px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #ffffffb3;
    transition: 0.3s;
}

.header__aNavigationButton--activeSection {
    color: #FFF;
}

.header__aNavigationButton:hover, .kontakts-section__pageLinkA:hover, .kontakts-section__pageLinkBtn:hover {
    border-bottom: 2px solid #fff;
    color: #fff;
    padding-bottom: 5px;
    box-sizing: border-box;
}

.header__mobileMenuButon {
    width: 30px;
    height: 30px;
    display: none;
    background-color: transparent;
}

.header__mobileMenuButon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.header__wrapperContentDeskMob {
    height: calc(100% - 80px);
    bottom: 0;
    position: absolute;
}

.header__groupTitleAndForm {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.header__groupTitle {
    width: 85%;
}

.header__wrapperTitle:not(:first-child) {
    display: none;
}

.header__titleH3 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    /* font-size: 60px;
    line-height: 72px; */
    font-weight: 500;
    letter-spacing: 2px;
    color: #fff;
    text-transform: uppercase;
}

.header__descriptionP {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #fff;
    margin-top: 20px;
}

.header__descriptionP--mobile {
    display: none;
}

.header__mobileDescription {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    width: fit-content;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    color: white;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: none;
}

.header__buttonOpenFeedbackForm {
    font-size: 14px;
    line-height: 25px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    border-radius: 2px;
    background-color: rgb(77, 191, 48) !important;
    padding: 10px 0;
    box-sizing: border-box;
    max-width: 290px;
    min-width: 200px;
    width: 100%;
    color: #fff;
    margin-top: 60px;
    box-shadow: 0px 0px 20px 3px #ffffff30;
    text-align: center;
}

.aboutUs-section {
    padding: 80px 0px;
    box-sizing: border-box;
}

.aboutUs-section__content {
    display: flex;
    gap: 24px;
    flex-direction: row;
    box-sizing: border-box;
    justify-content: center;
}

.aboutUs-section__wrapperImg {
    width: 100%;
    max-height: 640px;
}

.aboutUs-section__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-sizing: border-box;
}

.aboutUs-section__wrapperDescription {
    width: 100%;
}

.aboutUs-section__h2 {
    width: 100%;
    color: #4b4e53;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    /* font-size: 60px;
    line-height: 60px; */
    font-weight: 300;
    margin: 30px 0 40px 0;
}

.aboutUs-section__h3 {
    width: 100%;
    color: #4b4e53;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    line-height: 45px;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 32px;
}

.aboutUs-section__wrapperContent--img {
    display: flex;
    justify-content: flex-end;
    width: 45%;
}

.aboutUs-section__wrapperContent--description {
    display: flex;
    justify-content: flex-start;
    width: 60%;
}

.whyChooseUs-section {
    background-color: #eee;
    padding: 80px 0px;
    box-sizing: border-box;
}

.whyChooseUs-section__wrapperContent {
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    justify-content: center;
    gap: 24px;
}

.whyChooseUs-section__content {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    justify-content: center;
}

.whyChooseUs-section__wrapperImg {
    max-height: 400px;
    width: 100%;
}
















.groupActiveButton {
    gap: 15px;
    display: flex;
    position: fixed;
    width: fit-content;
    height: fit-content;
    bottom: 0;
    right: 0;
    z-index: 100;
    justify-content: flex-start;
    align-items: flex-end;
    flex-direction: column;
    padding: 25px 0 25px 25px;
    box-sizing: border-box;
}

.groupActiveButton__btn--toTop {
    position: sticky;
    top: 0;
    display: none;
}

.groupActiveButton__btn--toWhatsapp {
    display: flex;
}

.groupActiveButton__btn {
    background-color: #4dbf30;
    box-shadow: 0px 0px 20px 3px #ffffff30;
    width: 50px;
    height: 50px;
    border-radius: 25px 0px 0px 25px;
    box-sizing: content-box;
    justify-content: center;
    align-items: center;
    position: relative;
}

.groupActiveButton__btn--toWhatsapp::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgb(77, 191, 48, 0.8);
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  70% {
    transform: scale(1.6);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.groupActiveButton__img {
    width: 60%;
    object-fit: contain;
}

.whyChooseUs-section__list {
    gap: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.whyChooseUs-section__item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    gap: 15px;
    border-radius: 13px;
    background-color: #fff;
    padding: 10px;
    box-sizing: border-box;
}

.whyChooseUs-section__item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.whyChooseUs-section__itemIcon {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.whyChooseUs-section__itemTitle {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 16px;
}

.whyChooseUs-section__itemP {
    margin-top: 10px;
    color: #6b7280;
    font-size: 14px;
    line-height: 25px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
}

.catalog-section {
    background-color: #303236;
    padding: 80px 0px;
    box-sizing: border-box;
}

.aboutUs-section__h3--bgDark {
    color: #fff;
}

.catalog-section_list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    overflow: visible;
}

.catalog-section_item {
    background-color: #fff;
    gap: 15px;
    border-radius: 16px;
    display: flex;
    width: 335px;
    box-sizing: border-box;
    transition: 0.2s;
}

.catalog-section_item:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.catalog-section_itemLink {
    display: inline-flex;
    padding: 20px;
    box-sizing: border-box;
}

.catalog-section_itemWrapper {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.catalog-section_itemWrapperThumbnail {
    height: 280px;
    width: 100%;
}

.catalog-section_itemImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.catalog-section_itemTitle {
    width: 100%;
    color: #4b4e53;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-size: 16px;
    line-height: 45px;
    font-weight: 600;
}

.catalog-section_itemDescription {
    margin-top: 0px;
    color: #6b7280;
    font-size: 14px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    line-height: 1.5;
    max-width: 500px;
}

.examplesOfWork-section {
    background-color: #eee;
    padding: 80px 0px;
    box-sizing: border-box;
}

.examplesOfWork-section_list {
    gap: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
}

.examplesOfWork-section_item {
    background-color: #fff;
    gap: 15px;
    border-radius: 16px;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    opacity: 0;
    transform: translateX(0px);
    transition: all 0.6s ease;
}

.examplesOfWork-section_item:nth-child(odd) {
    transform: translateX(-300px);
} 

.examplesOfWork-section_item:nth-child(even) {
    transform: translateX(300px);
} 

.examplesOfWork-section_item.show {
  opacity: 1;
  transform: translateX(0);
}

.examplesOfWork-section_itemWrapper {
    display: flex;
    gap: 20px;
    flex-direction: column;
    width: 100%;
}

.examplesOfWork-section_itemWrapperThumbnail {
    /* max-width: 460px; */
    max-height: 350px;
    height: 100%;
    width: 100%;
    /* min-width: 200px; */
    min-height: 200px;
    display: flex;
    gap: 8px;
    flex-direction: column;
    flex-wrap: nowrap;
}

.examplesOfWork-section_itemImg {
    width: 100%;
    height: 90%;
    object-fit: cover;
    border-radius: 12px;
    flex: 1;
    min-width: 0;
}

.examplesOfWork-section_itemImgDesc {
    color: #6b7280;
    font-size: 13px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    line-height: 1.5;
    max-width: 500px;
    flex: 1;
    min-width: 0;
}

.examplesOfWork-section_itemWrapperDescription {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}

.examplesOfWork-section_itemTitle {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 16px;
}

.examplesOfWork-section_itemP {
    color: #6b7280;
    font-size: 14px;
    line-height: 25px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    margin-top: 8px;
}

.examplesOfWork-section_itemBtn {
    background-color: #303236;
    color: white;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    max-width: 100%;
    border-radius: 12px;
    align-self: end;
    font-size: 16px;
    line-height: 45px;
    font-weight: 600;
    text-align: center;
    padding: 0px 15px;
    box-sizing: border-box;
}

.experienceInNumbersGroup {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 60px;
}

.experienceWrapper {
    display: flex;
}

.experienceWrapperSpan {
    position: relative;
    flex: 1;
}

.experienceWrapperSpan:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60px;
    background: #6b7280;
}

.experienceInNumbersWrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.experienceInNumbersCount {
    color: #4b4e53;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-size: clamp(30px, 4vw, 45px);
    font-weight: 300;
}

.experienceInNumbersTitle {
    color: #4b4e53;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-size: 14px;
    font-weight: 300;
}

.experienceInNumbersSpanLine {
    width: 0.5px;
    height: 60px;
    background-color: #6b7280;
}

footer {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-size: 14px;
    line-height: 1.6;
}

.kontakts-section {
    background-color: #303236;
    padding: 60px 0 20px;
    box-sizing: border-box;
}

.kontakts-section-container {
    display: flex;
    justify-content: space-between;
}

.kontakts-section__group {
    display: flex;
    width: 100%;
    gap: 40px;
    flex-direction: column;
    align-items: center;
}

.kontakts-section__groupContent {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 40px;
}

.kontakts-section__linksGroup {
    display: grid;
    grid-template-columns: 1.3fr 1.3fr;
    gap: 40px;
    width: 100%;
}

.kontakts-section__kontaktsWrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
}

.kontakts-section__wrapperPageLink {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.kontakts-section__groupTelLocation {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.kontakts-section__link {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}

.kontakts-section__linkImg {
    width: 28px;
    height: 28px;
}

/* .kontakts-section__link {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
} */

.kontakts-section__groupSocialLink {
    display: flex;
    align-items: center;
    gap: 8px;
}

.kontakts-section__titleListLink {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 14px;
}

.kontakts-section__ourPageLinkList {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.kontakts-section__pageLinkA {
    font-size: 14px;
    color: #9ca3af;
}

.kontakts-section__pageLinkBtn {
    font-size: 14px;
    color: #9ca3af;
}

.kontakts-section__copyright {
    color: #6b7280;
    font-size: 14px;
    line-height: 25px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
}


.header__pageSection {
    height: 40vh;
}

.examplesOfWork-section--pageSection {
    padding: 35px 0px;
    box-sizing: border-box;
}

.catalog-section_list--pageSection {
    justify-content: center;
    overflow: visible;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.catalog-section_item--pageSection {
    background-color: #fff;
    gap: 15px;
    border-radius: 16px;
    display: flex;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    transition: 0.2s;
}

.catalog-section_item--pageSection:nth-child(5n) {
  grid-column: span 2;
  grid-row: span 1;
}

/* .catalog-section_item--pageSection:nth-child(7n) {
  grid-column: span 2;
  grid-row: span 1;
} */

.catalog-section_itemLink--pageSection {
    display: inline-flex;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: relative;
}

.catalog-section_itemLink--pageSection::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg, #000000, #00000038);
  opacity: 0;
  transition: 0.3s;
  border-radius: 16px;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.catalog-section_itemLink--pageSection:hover::before {
  opacity: 1;
}

.catalog-section_itemLink--pageSection:hover .catalog-section_itemWrapperDescription--pageSection {
  z-index: 3;
  opacity: 1;
}

.catalog-section_itemWrapper--pageSection {
    display: flex;
    gap: 20px;
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: relative;
}

.catalog-section_itemWrapperThumbnail--pageSection {
    max-height: 350px;
    width: 100%;
    height: 100%;
    min-width: 200px;
    min-height: 200px;
}

.catalog-section_itemWrapperDescription--pageSection {
    position: absolute;
    height: 50%;
    width: 100%;
    bottom: 0;
    padding: 24px;
    box-sizing: border-box;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.catalog-section_itemWrapperDescription--pageSection h3, .catalog-section_itemWrapperDescription--pageSection p {
    color: white;
}


.product {
    padding: 80px 0px;
    background-color: #F5F7FA;
    box-sizing: border-box;
}

.product-section__wrapperBreadcrumbs {
    padding: 14px 0px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.product-section__wrapperBreadcrumbs--a {
    font-size: 14px;
    color: #666;
    font-family: "Inter", sans-serif;
}

.product-section__wrapperProduct {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 32px;
    box-sizing: border-box;
}

.product-section__wrapperProductHeader {
    display: grid;
    grid-template-columns: 1.2fr 1.1fr;
    gap: 40px;
}

.product-section__productImages {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.product-section__wrapperImg {
    max-width: 500px;
    min-width: 400px;
    width: 100%;
    max-height: 350px;
    min-height: 250px;
    height: 100%;
}

.product-section__wrapperImg--img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.product-section__groupThumbnail {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.product-section__groupThumbnail--btnSelectImg {
    width: 80px;
    height: 80px;
    border: 2px solid transparent;
    border-radius: 6px;
}

.product-section__groupThumbnail--btnSelectImg:hover {
    border-color: #25D366;
}

.product-section__groupThumbnail--img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.product-section__productHeadline {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.product-section__productHeadline--title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    font-family: "Inter", sans-serif;
}

.product-section__productHeadline--price {
    font-size: 28px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    margin-top: 16px;
}

.product-section__productHeadline--productionTime {
    display: inline-block;
    background: #E7F7EF;
    color: #0F9D58;
    padding: 6px 12px;
    box-sizing: border-box;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    margin-top: 12px;
    font-family: "Inter", sans-serif;
}

.product-section__productHeadline--wrapperSpecifications {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.product-section__productHeadline--wrapperSpecificationsParameter {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #F0F0F0;
    column-gap: 50px;
}

.product-section__productHeadline--parameter {
    color: #6b7280;
    font-size: 14px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    line-height: 1.5;
}

.product-section__productHeadline--value {
    color: #000000;
    font-size: 14px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    line-height: 1.5;
    text-align: end;
}

.product-section__productHeadline--wrapperButtonsAction {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.product-section__productHeadline--buttonAction {
    display: block;
    width: 100%;
    padding: 16px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    font-family: "Inter", sans-serif;
    box-sizing: border-box;
}

.product-section__productHeadline--buttonActionWhatsApp {
    background: #25D366;
    color: #fff;
    border: none;
}

.product-section__productHeadline--buttonActionEmail {
    background: #fff;
    color: #1A1A1A;
    border: 1px solid #D1D1D1;
}

.product-section__wrapperProductDescription {
    margin-top: 40px;
    border-top: 1px solid #F0F0F0;
    padding-top: 32px;
    box-sizing: border-box;
}

.product-section__productDescriptionNavigation {
    display: flex;
    row-gap: 10px;
    column-gap: 32px;
    border-bottom: 1px solid #F0F0F0;
    align-items: flex-start;
}

.product-section__productNavigationBtn {
    background-color: transparent;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    font-weight: 600;
}

.product-section__productNavigationBtn:hover {
    border-bottom-color: #1A1A1A;
}

.product-section__productNavigationBtn.active {
    border-bottom-color: #1A1A1A;
}

.product-section__productNavigationBtn:hover .product-section__productNavigationBtn--p {
    color: #1A1A1A;
    font-weight: 600;
}


.product-section__productNavigationBtn--p {
    padding: 12px 0;
    color: #666;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    box-sizing: border-box;
}

.product-section__productDescriptionContent {
    line-height: 1.7;
    color: #333;
    margin-top: 30px;
}

.product-section__productDescription--p {
    font-size: 14px;
    line-height: 25px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    color: #6b7280;
}

.product-section__productHeadline--wrapperSpecifications {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.product-section__productDescription--ulСolors {
    display: flex;
    flex-direction: row;
    gap: 24px;
}

.product-section__productDescription--liСolor {
    border: 2px solid #D1D1D1;
    border-radius: 50px;
    display: flex;
}

.product-section__productDescription--liSpan {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    margin: 5px;
    box-sizing: border-box;
    background-color: var(--colorSpan);
}

.product-section__productDescriptionContent--examplesOfWork-section_list {
    justify-content: center;
    overflow: visible;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.product-section__productDescriptionContent--examplesOfWork-section_item {
    width: 100%;
    height: 100%;
    padding: 0px;
    position: relative;
    display: inline-flex;
    box-sizing: border-box;
}

.product-section__productDescriptionContent--examplesOfWork-section_item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg, #000000, #00000038);
  opacity: 0;
  transition: 0.3s;
  border-radius: 16px;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.product-section__productDescriptionContent--examplesOfWork-section_item:hover::before {
  opacity: 1;
}

.product-section__productDescriptionContent--examplesOfWork-section_item:hover .product-section__productDescriptionContent--examplesOfWork-section_itemWrapperDescription {
  z-index: 3;
  opacity: 1;
}



.product-section_itemWrapperThumbnail {
    max-width: 460px;
    max-height: 350px;
    width: 100%;
    height: 100%;
    min-width: 200px;
    min-height: 200px;
    display: flex;
    gap: 8px;
    flex-direction: column;
    flex-wrap: nowrap;
}

.product-section__productDescriptionContent--examplesOfWork-section_itemWrapper {
    gap: 0px;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.product-section__productDescriptionContent--examplesOfWork-section_itemWrapperDescription {
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    padding: 24px;
    box-sizing: border-box;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 20px;
    align-items: flex-start;
}

.product-section__productDescriptionContent--examplesOfWork-section_item h3, .product-section__productDescriptionContent--examplesOfWork-section_item p {
    color: white !important;
}

.product-section__productDescriptionContent--wrapperDescription, .product-section__productDescriptionContent--wrapperCharacteristics, .product-section__productDescriptionContent--wrapperСolors, .product-section__productDescriptionContent--wrapperCompletedProjects {
    display: none;
}

.product-section__productDescriptionContent--wrapperContent.active {
    display: block;
}

.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: 0.6s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}


@media screen and (max-width: 1250px) {
    .header__nav {
        padding: 0 20px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 1000px) {
    /* .experienceWrapperSpan:not(:last-child)::after {
        content: '';
        position: absolute;
        width: 0.5px;
        height: 60px;
        background-color: #6b7280;
        right: -150%;
    } */
}

@media screen and (max-width: 900px) {
    .header__groupLangAndButton, .header__descriptionP--desktop {
        display: none;
    }

    .header__mobileMenuButon, .header__descriptionP--mobile {
        display: block;
    }

    .header__groupTitle, .aboutUs-section__wrapperContent--description, .aboutUs-section__wrapperContent--img {
        width: 100%;
    }

    .content-container {
        width: 96%;
    }

    .main-content {
        padding: 0px 30px;
        box-sizing: border-box;
    }

    .aboutUs-section__content {
        flex-direction: column-reverse;
    }

    .aboutUs-section__h2 {
        margin: 0;
    }

    .whyChooseUs-section__wrapperContent {
        flex-direction: column;
    }

    .catalog-section_item {
        width: 48%;
    }

    .examplesOfWork-section_itemBtn {
        width: 100%;
    }

    .catalog-section_list--pageSection {
        grid-template-columns: repeat(3, 1fr);
    }

    .product-section__groupThumbnail--btnSelectImg {
        width: 70px;
        height: 70px;
    }

    .product-section__wrapperProductHeader {
        grid-template-columns: 1fr;
    }

    /* .experienceWrapperSpan:not(:last-child)::after {
        content: '';
        position: absolute;
        width: 0.5px;
        height: 60px;
        background-color: #6b7280;
        right: -120%;
    } */
}

@media screen and (max-width: 700px) {
    .catalog-section_item {
        width: 47%;
    }

    .catalog-section_itemWrapperThumbnail {
        max-height: 240px;
    }

    .catalog-section_list--pageSection {
        grid-template-columns: repeat(2, 1fr);
    }

    .product-section__productHeadline--title, .product-section__productHeadline--price {
        font-size: clamp(20px, 4vw, 28px);
    }

    .product-section__wrapperImg {
        max-width: 100%;
        max-height: 300px;
    }

    .product-section__productDescriptionContent--examplesOfWork-section_list {
        grid-template-columns: repeat(2, 1fr);
    }

    .product-section__productDescriptionContent--examplesOfWork-section_item {
        height: 300px;
    }

    /* .experienceWrapperSpan:not(:last-child)::after {
        content: '';
        position: absolute;
        width: 0.5px;
        height: 60px;
        background-color: #6b7280;
        right: -90%;
    } */
}

@media screen and (max-width: 550px) {
    .whyChooseUs-section__list, .examplesOfWork-section_list, .kontakts-section__linksGroup {
        grid-template-columns: 1fr;
    }

    .product-section__productDescriptionContent--examplesOfWork-section_list, .catalog-section_list--pageSection {
        grid-template-columns: repeat(1, 1fr);
    }

    .catalog-section_item--pageSection {
        grid-column: span 1 !important;
    }

    .catalog-section_item {
        width: 100%;
    }

    .catalog-section_itemWrapperThumbnail {
        max-height: 240px;
    }

    .product-section__productDescriptionNavigation {
        flex-direction: column;
    }

    .product-section__wrapperImg {
        min-width: 100%;
        max-width: 100%;
        max-height: 300px;
        width: 100%;
    }

    .product-section__groupThumbnail--btnSelectImg {
        width: 60px;
        height: 60px;
    }

    .product-section__wrapperProduct {
        background: transparent;
        box-shadow: none;
        padding: 0;
    }

    .product {
        background-color: #fff;
    }

    /* .experienceWrapperSpan:not(:last-child)::after {
        content: '';
        position: absolute;
        width: 0.5px;
        height: 60px;
        background-color: #6b7280;
        right: -50%;
    } */
}

