
.glide{position:relative;width:100%;box-sizing:border-box}.glide *{box-sizing:inherit}.glide__track{overflow:hidden}.glide__slides{position:relative;width:100%;list-style:none;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;margin:0;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}.glide__slides--dragging{user-select:none}.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows{-webkit-touch-callout:none;user-select:none}.glide__bullets{-webkit-touch-callout:none;user-select:none}.glide--rtl{direction:rtl}/*# sourceMappingURL=glide.core.min.css.map */

.pswp__img{
    object-fit: contain;
}
@font-face {
    font-family: "Geometria";
    src: url("fonts/Geometria-ExtraLight.eot");
    src: local("Geometria ExtraLight"), local("Geometria-ExtraLight"), url("fonts/Geometria-ExtraLight.eot@") format("embedded-opentype"), url("fonts/Geometria-ExtraLight.woff2") format("woff2"), url("fonts/Geometria-ExtraLight.woff") format("woff"), url("fonts/Geometria-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "Geometria";
    src: url("fonts/Geometria-Light.eot");
    src: local("Geometria Light"), local("Geometria-Light"), url("fonts/Geometria-Light.eot@") format("embedded-opentype"), url("fonts/Geometria-Light.woff2") format("woff2"), url("fonts/Geometria-Light.woff") format("woff"), url("fonts/Geometria-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

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

@font-face {
    font-family: "Geometria";
    src: url("fonts/Geometria-Medium.eot");
    src: local("Geometria Medium"), local("Geometria-Medium"), url("fonts/Geometria-Medium.eot@") format("embedded-opentype"), url("fonts/Geometria-Medium.woff2") format("woff2"), url("fonts/Geometria-Medium.woff") format("woff"), url("fonts/Geometria-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Geometria";
    src: url("fonts/Geometria-Bold.eot");
    src: local("Geometria Bold"), local("Geometria-Bold"), url("fonts/Geometria-Bold.eot@") format("embedded-opentype"), url("fonts/Geometria-Bold.woff2") format("woff2"), url("fonts/Geometria-Bold.woff") format("woff"), url("fonts/Geometria-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Geometria";
    src: url("fonts/Geometria-ExtraBold.eot");
    src: local("Geometria ExtraBold"), local("Geometria-ExtraBold"), url("fonts/Geometria-ExtraBold.eot@") format("embedded-opentype"), url("fonts/Geometria-ExtraBold.woff2") format("woff2"), url("fonts/Geometria-ExtraBold.woff") format("woff"), url("fonts/Geometria-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

:root {
    --white: #dffbec;
    --true-black: #000;
    --primary-black: #0e2723;
    --second-black: #131518;
    --light-gold: #1d584a;
    --light-gold-hover: #246c5b;
}

a,
a:hover,
a:target,
input,
input:hover,
input:target,
button,
button:hover,
button:target,
select,
select:hover,
select:target,
textarea,
textarea:hover,
textarea:target {
    outline: none !important;
}

* {
    box-sizing: border-box;
}

a,
a:hover,
a:target {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}

body {
    position: relative;
    background-color: var(--primary-black);
    font-family: "Geometria", sans-serif;
    font-size: 18px;
    color: var(--white);
    font-weight: normal;
    overflow-x: hidden;
}

.container {
    position: relative;
    max-width: 1590px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
    z-index: 1;
    overflow: hidden;
    border-left: 1px solid #ffffff10;
    border-right: 1px solid #ffffff10;
}

body::after {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    background-color: #ffffff10;
    left: 33.333%;
    top: 0;
    bottom: 0;
    z-index: 1;
}

body::before {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    background-color: #ffffff10;
    right: 33.333%;
    top: 0;
    bottom: 0;
    z-index: 2;
}

.grecaptcha-badge {
    visibility: hidden;
}

.top-active {
    height: 100px;
}

.main {
    position: relative;
    display: block;
    height: 100vh;
    background-color: #45794045;
}

.gray {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000b0;
    background: linear-gradient(1turn, #171717, rgba(31, 31, 31, 0) 700px);
    z-index: 0;
}

.project-page > .gray {
    background: linear-gradient(1turn, #171717, rgba(31, 31, 31, 0) 900px);
}

.main__imgs {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.main__imgs img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: opacity 2s;
}

.hidden {
    opacity: 0;
}

header {
    position: relative;
    display: block;
    border-bottom: 1px solid #ffffff10;
    height: 100px;
    z-index: 4;
    transition: 0.2s;
}

.logo {
    font-size: 3rem;
    width: 240px;
    /*background-color: var(--white);*/
}

.fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 70px;
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
    background-color: #00000063;
}

header.fixed > .container > .header {
    height: 70px;
}

.popup-menu {
    position: fixed;
    display: flex;
    flex-direction: column;
    left: 0;
    top: 60px;
    width: 100%;
    height: 100vh;
    padding-top: 50px;
    padding-left: 30px;
    background-color: var(--primary-black);
    z-index: 100;
    transition: 0.2s;
    opacity: 0;
    visibility: hidden;
}

.header {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    transition: 0.3s;
}

header img {
}

header nav {
    position: relative;
    display: block;
}

header nav ul {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 50px;
}

header nav ul li {
    animation: HeaderSlideUp 0.6s ease forwards;
    transform: translateY(-1000%);
}

header nav ul li a {
    font-size: 20px;
    background: linear-gradient(0deg, var(--white), var(--white)) no-repeat right bottom / 0 1px;
    transition: background-size 350ms;
    padding-bottom: 3px;
}

header nav ul li a:hover,
:focus-visible {
    background-size: 100% 1px;
    background-position-x: left;
}

@keyframes HeaderSlideUp {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.header-tel {
    color: var(--white);
    font-weight: 600;
}

.header-tel:hover {
    color: var(--white);
}

.social {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
}

.social a {
    background: none;
}

.social a:hover {
    background: none;
}

.social a > svg path {
    transition: 0.3s;
}

/*.social a:hover > svg path {*/
/*    fill: var(--light-gold);*/
/*}*/

.hamb {
    display: none;
}

.main__wrap {
    position: relative;
    height: calc(100vh - 100px);
    z-index: 1;
}

.main__wrapper {
    position: absolute;
    display: flex;
    flex-direction: column;
    bottom: 130px;
}

.main__wrapper h1 {
    font-family: "Geometria", sans-serif;
    color: var(--white);
    font-size: 55px;
    font-weight: 500;
    max-width: 660px;
    margin-bottom: 25px;
}

.main__wrapper h1 span {
    color: var(--light-gold);
}

.main__wrapper p {
    font-family: "Geometria", sans-serif;
    color: var(--white);
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    padding-left: 18px;
}

.main__wrapper p::before {
    content: "/";
    position: absolute;
    left: 0;
}

.triangle {
    position: absolute;
    right: 0;
    bottom: 0;
}

.about-us {
    position: relative;
    display: block;
}

.about-us img {
    object-fit: cover;
    display: block;
    width: 100%;
    height: auto;
}

.section-title {
    position: relative;
    font-family: "Geometria", sans-serif;
    color: var(--white);
    font-size: 45px;
    line-height: 49px;
    font-weight: 500;
    padding-left: 40px;
    margin-bottom: 50px;
}

.section-title::before {
    content: "/";
    position: absolute;
    left: 0;
    font-weight: 300;
    color: var(--light-gold);
}

.about-us__wrapper {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 30px;
    padding-top: 120px;
}

.about-us__info {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
    flex: 2;
}

.about-us__info-row {
    display: flex;
    gap: 30px;
}

.about-us__info-col {
    display: flex;
    flex-direction: column;
}

.about-us__info-col p {
    font-family: "Geometria", sans-serif;
    color: var(--white);
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 30px;
}

.about-us__info-items {
    display: flex;
    gap: 50px;
}

.about-us__info-items .info-item {
    display: flex;
    align-items: flex-end;
    gap: 5px;
}

.about-us__info-items .info-item span {
    font-family: "Geometria", sans-serif;
    color: var(--light-gold);
    font-size: 45px;
    line-height: 37px;
    font-weight: 500;
}

.about-us__info-items .info-item p {
    font-family: "Geometria", sans-serif;
    color: var(--white);
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 0;
}

.about-us__photo {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.about-us__photo-row {
    display: flex;
    flex-direction: row;
    align-items: start;
    gap: 30px;
}

.services {
    position: relative;
    display: block;
}

.services__wrapper {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 535px;
}

.services__item {
    position: relative;
    display: flex;
    flex-direction: column;
    outline: 5px solid #000000ad !important;
    outline-offset: -5px;
    padding: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.2s;
    z-index: 3;
}

.services__item::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background-color: #000000ad;
    z-index: 1;
}

.services__item:hover {
    outline: 5px solid var(--light-gold) !important;
}

.services__item:hover::after {
    -webkit-mask-image: linear-gradient(0deg, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0) 40%);
}

.services__item > .services__item-heading > svg {
    transition: 0.5s;
}

.services__item:hover > .services__item-heading > svg {
    transform: rotate(45deg);
}

.services__item:hover > .services__item-heading > svg path {
    stroke: var(--light-gold);
}

.services__item-heading {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-top: auto;
    z-index: 2;
}

.services__item-heading h3 {
    font-family: "Geometria", sans-serif;
    color: var(--white);
    font-size: 35px;
    font-weight: 400;
}

.services__wrapper > .services__item:nth-child(1) {
    background-image: url(../img/services-1.jpg);
}

.services__wrapper > .services__item:nth-child(2) {
    background-image: url(../img/services-2.jpg);
}

.services__wrapper > .services__item:nth-child(3) {
    background-image: url(../img/services-3.jpg);
}

.services__second {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 60px;
    padding-bottom: 120px;
}

.services__second-item {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 40px 0;
    border-bottom: 1px solid #ffffff20;
}

.services__second-item h4 {
    font-family: "Geometria", sans-serif;
    color: var(--white);
    font-size: 30px;
    font-weight: 300;
}

.services__second-price {
    font-family: "Geometria", sans-serif;
    color: var(--white);
    font-size: 30px;
    font-weight: 300;
}

.services__second-price span {
    font-weight: 500;
}

.services__second-price sup {
    vertical-align: super;
    font-size: 16px;
}

.portfolio {
    position: relative;
    display: block;
}

.portfolio__heading {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.portfolio__heading span {
    font-family: "Geometria", sans-serif;
    color: var(--white);
    font-size: 20px;
    font-weight: 300;
    text-align: right;
    max-width: 230px;
}

.portfolio__wrapper {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}

.portfolio__item {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 535px;
    padding: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 215%;
    transition: all 0.5s ease;
}

.portfolio__item:hover {
    background-size: 225%;
}

.portfolio__label {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.portfolio__item span {
    position: relative;
    display: flex;
    width: fit-content;
    background-color: var(--true-black);
    padding: 8px 15px;
    font-family: "Geometria", sans-serif;
    color: var(--white);
    font-size: 17px;
    font-weight: 400;
}

.portfolio__item span:last-child {
    background-color: var(--light-gold);
    color: var(--true-black);
    padding: 8px 10px;
    font-weight: 700;
}

.portfolio__item span sup {
    vertical-align: super;
    font-size: x-small;
}

.portfolio__item h5 {
    font-family: "Geometria", sans-serif;
    color: var(--white);
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    margin-top: auto;
    z-index: 1;
}

.portfolio__shadow {
    position: absolute;
    height: 156px;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgb(16 16 16 / 91%) 10%, rgba(0, 0, 0, 0) 100%);
}

.more__portfolio {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 25px 0;
    outline: 2px solid var(--light-gold) !important;
    font-family: "Geometria", sans-serif;
    color: var(--white);
    font-size: 20px;
    font-weight: 400;
    margin-top: 20px;
    transition: 0.2s;
    margin-bottom: 120px;
}

.more__portfolio svg {
    transition: 0.5s;
}

.more__portfolio:hover {
    outline: 2px solid var(--light-gold) !important;
    background-color: var(--second-black);
}

.more__portfolio:hover > svg {
    transform: rotate(45deg);
}

.contact {
    position: relative;
    display: block;
    z-index: 2;
}
.contact__wrapper:before{
    content: '';
    background-image: url(../img/contact-1.jpeg);
    filter: brightness(0.1);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.contact__wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    background-color: var(--second-black);
    padding: 75px 95px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 120px;
}


.contact__text {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.contact__text h5 {
    font-family: "Geometria", sans-serif;
    color: var(--white);
    font-size: 35px;
    line-height: 39px;
    font-weight: 300;
    margin-bottom: 30px;
}

.contact__text-items {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact__text-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.contact__text-item span {
    font-family: "Geometria", sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #b3b3b3;
    max-width: 280px;
}

.contact__text-item svg {
    rotate: 90deg;
}

.contact__us {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.contact-form__radio {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
}

.contact-form__row {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

input:checked + label {
    background-color: var(--light-gold);
    color: var(--white);
}

.contact-form__radio label {
    background-color: var(--second-black);
    padding: 11px 16px;
    outline: 1px solid var(--light-gold);
    font-family: "Geometria", sans-serif;
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
    color: var(--white);
    cursor: pointer;
    text-align: center;
    width: 100%;
}

.contact__us span {
    font-family: "Geometria", sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #7e7e7e;
}

.contact__us span a {
    text-decoration: underline;
}

.contact-form {
    display: flex;
    flex-direction: column;
}

.contact-form input {
    position: relative;
    display: flex;
    width: 100%;
    background-color: var(--second-black);
    margin-bottom: 20px;
    padding: 21px 24px;
    border: 1px solid var(--light-gold);
    font-family: "Geometria", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: var(--white);
    transition: 0.2s;
}

input[type="radio"] {
    opacity: 0;
    visibility: hidden;
    display: none;
    height: 0;
}

.contact-form button {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: var(--light-gold);
    margin-bottom: 20px;
    padding: 21px 24px;
    border: 1px solid var(--light-gold);
    font-family: "Geometria", sans-serif;
    font-size: 19px;
    font-weight: 500;
    color: var(--second-black);
    transition: 0.2s;
}

.contact-form button:hover {
    /*background-color: #8bf8b3;*/
    background-color: var(--light-gold-hover);
}

#alert {
    text-align: center;
    margin: 20px 0;
}

footer {
    position: relative;
    display: block;
    background-color: var(--primary-black);
    background-position: center;
}
footer:before{
    content: '';
    background-image: url(../img/footer-1-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(0.3);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

.footer {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-top: 70px;
    padding-bottom: 30px;
}

.footer__main {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 70px;
}

.footer__main-left {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    flex: 1;
}

.footer__main-left img {
    width: 350px;
}

.footer__main-left span {
    font-family: "Geometria", sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #c1c1c1;
    text-align: center;
}

.footer__main-center {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.footer__main-center ul {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer__main-center ul li a {
    font-family: "Geometria", sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: var(--white);
    margin-bottom: 10px;
}

.footer__main-center ul li a:hover {
    text-decoration: underline;
}

.footer__main-right {
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: right;
    flex: 1;
}

.footer__main-right .social {
    justify-content: right;
    margin-top: 25px;
}

.footer__main-right a {
    font-family: "Geometria", sans-serif;
    font-size: 35px;
    font-weight: 500;
    color: var(--white);
    margin-bottom: 20px;
}

.footer__main-right span {
    font-family: "Geometria", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #c1c1c1;
    margin-bottom: 10px;
}

.footer__bottom {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

}
.avatar{
    width: 34px;
    border-radius: 27%;
    margin-left: 5px;
    margin-bottom: 5px;
    filter: brightness(60%);
}
.telegram, .vk, .watsapp{
    color:white;
}
.telegram:hover, .vk:hover, .watsapp:hover{
}
.telegram:hover{
    color:#2AABEE;
}
.watsapp:hover{
    color:#25D366;
}
.vk:hover{
    color:#0077ff;
}

.footer__bottom span {
    font-family: "Geometria", sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: var(--white);
}

.footer__bottom a {
    font-family: "Geometria", sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: var(--white);
}

.footer__bottom a:hover {
    text-decoration: underline;
}

.portfolio-category {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.portfolio-category button {
    padding: 16px 25px;
    outline: none;
    border: 1px solid var(--second-black);
    font-family: "Geometria", sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    color: var(--white);
    background-color: var(--second-black);
    cursor: pointer;
    user-select: none;
    appearance: none;
    touch-action: manipulation;
    transition: 0.2s;
}

.portfolio-category button:hover {
    border: 1px solid var(--light-gold);
}

.select-category {
    position: relative;
    display: none;
    flex-direction: column;
    margin-top: 20px;
    cursor: pointer;
}

.select-category__btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--true-black);
    width: 100%;
    padding: 20px 16px 20px 25px;
    font-family: "Geometria", sans-serif;
    font-size: 17px;
    font-weight: 300;
}

.category-items {
    position: relative;
    display: none;
    flex-direction: column;
    gap: 2px;
}

.category-items.open {
    display: flex;
}

.category-items__btn {
    background-color: var(--second-black);
    width: 100%;
    padding: 20px 10px 20px 25px;
    font-family: "Geometria", sans-serif;
    font-size: 16px;
    font-weight: 300;
    cursor: pointer;
}

.select-category__arrow {
    transition: 0.3s;
}

.select-category__arrow.open {
    transform: scaleY(-1);
}

.services-page {
    position: relative;
    display: block;
    background-image: url(../img/services-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.services-page__wrappper {
    position: relative;
    display: flex;
    height: 70vh;
    z-index: 1;
    align-items: end;
    padding-bottom: 10px;
}

.services-page__wrappper h1 {
    font-family: "Geometria", sans-serif;
    color: var(--white);
    font-size: 55px;
    font-weight: 500;
}

.service__wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 130px 0;
    gap: 80px;
}

.service__item {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.service__item h2 {
    font-family: "Geometria", sans-serif;
    font-size: 35px;
    font-weight: 500;
    color: var(--white);
}

.service__item p {
    font-family: "Geometria", sans-serif;
    font-size: 19px;
    line-height: 29px;
    font-weight: 300;
    color: #c1c1c1;
    max-width: 900px;
}

.project-page {
    position: relative;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color: #00000045;
}

.project-page__wrappper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 15px;
    height: calc(100vh - 100px);
    z-index: 1;
    align-items: end;
    padding-bottom: 130px;
}

.project-page__wrappper h1 {
    font-family: "Geometria", sans-serif;
    color: var(--white);
    font-size: 53px;
    font-weight: 500;
    text-align: right;
    max-width: 1100px;
}

.project-page__info {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 40px;
}

.project-page__info span {
    font-family: "Geometria", sans-serif;
    font-size: 21px;
    line-height: 29px;
    font-weight: 400;
    color: #c1c1c1;
}

.project-page__info span sup {
    vertical-align: super;
    font-size: x-small;
}

.project {
    position: relative;
    display: block;
}

.project__wrapper {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 130px 0;
}

.project__wrapper img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.contact-page {
    position: relative;
    display: block;
}

.contact-page__wrappper {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 100px;
    border-left: 1px solid #ffffff10;
    margin-left: auto;
    padding-left: 15px;
    width: calc(100vw - (100vw - 1575px) / 2);
    overflow: hidden;
}

.contact-page__info {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 100px 0;
}

.contact-page__info h1 {
    font-family: "Geometria", sans-serif;
    font-size: 34px;
    font-weight: 400;
    color: var(--white);
    margin-bottom: 50px;
}

.contact-page__info p {
    font-family: "Geometria", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    color: #bfbfbf;
    margin-bottom: 30px;
    max-width: 520px;
}

.contact-page__info .span-policy {
    font-family: "Geometria", sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #919191;
}

.contact-img {
    position: relative;
    display: flex;
    flex: 1.5;
    align-self: stretch;
    background-image: url(../img/contact.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.project-more {
    position: relative;
    display: block;
    background-color: var(--second-black);
}

.project-more__heading {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-bottom: 35px;
    padding-top: 50px;
}

.project-more__heading h2 {
    position: relative;
    font-family: "Geometria", sans-serif;
    color: var(--white);
    font-size: 45px;
    line-height: 49px;
    font-weight: 500;
}

.glide {
    padding-bottom: 60px;
}

.glide__arrows {
    position: relative;
    display: flex;
    gap: 5px;
}

.glide__arrow {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--light-gold);
    border: none;
    padding: 15px;
    transition: 0.2s;
}

.glide__arrow:hover {
    background-color: var(--light-gold-hover);
}

.glide__arrow--left {
    transform: rotate(-180deg);
}

.separate {
    height: 120px;
}

.privacy h3 {
    position: relative;
    font-family: "Geometria", sans-serif;
    color: var(--white);
    font-size: 30px;
    line-height: 35px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 20px;
}

.privacy p {
    position: relative;
    font-family: "Geometria", sans-serif;
    color: var(--white);
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}

.about-page {
    position: relative;
    display: block;
}

.about__wrapper {
    position: relative;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 80px;
    padding: 130px 0;
}

.about__left {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.about__right {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 50px;
    background-color: var(--second-black);
}

.about__right-header {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}

.about__right h2 {
    font-family: "Geometria", sans-serif;
    color: var(--white);
    font-size: 35px;
    font-weight: 500;
}

.about__right h5 {
    position: absolute;
    top: -9px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: fit-content;
    padding: 8px 14px;
    background-color: var(--light-gold);
    font-family: "Geometria", sans-serif;
    color: var(--primary-black);
    font-size: 17px;
    font-weight: 500;
}

.about__right span {
    font-family: "Geometria", sans-serif;
    color: var(--white);
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 25px;
}

@media (max-width: 1399.98px) {
    .about-us__info-row img {
        display: none;
    }

    .about-us__photo-row img {
        max-height: 450px;
    }

    .services__item-heading h3 {
        font-size: 25px;
    }

    .portfolio__wrapper {
        grid-template-columns: 1fr 1fr;
    }

    .contact__wrapper {
        padding: 50px;
    }

    .contact__us {
        min-width: 250px;
    }

    .contact__text h5 {
        font-size: 28px;
        line-height: 32px;
    }

    .contact__text-items {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .contact__text {
        flex: 0.8;
    }

    header nav ul li a {
        font-size: 17px;
    }

    header nav ul {
        gap: 25px;
    }
}

@media (max-width: 991.98px) {
    body.noscroll {
        overflow: hidden;
    }

    .main {
        height: 90vh;
    }

    .container {
        margin: 0 15px;
    }

    header {
        height: 75px;
    }

    .header {
        height: 75px;
        padding: 0 15px;
    }

    header nav ul {
        gap: 50px;
    }

    header nav ul li a {
        font-size: 20px;
    }

    .hamb {
        display: flex;
        align-items: center;
    }

    .hamb__field {
        padding: 10px 0;
        cursor: pointer;
    }

    .bar {
        display: block;
        width: 26px;
        height: 2px;
        border-radius: 5px;
        margin: 7px auto;
        background-color: var(--white);
        transition: 0.7s;
    }

    .hamb__field.active .bar:nth-child(1) {
        transform: translateY(3px) rotate(45deg);
    }

    .hamb__field.active .bar:nth-child(2) {
        transform: translateY(-6px) rotate(-45deg);
    }

    .popup-menu.open {
        opacity: 1;
        visibility: visible;
    }

    .header nav {
        display: none;
    }

    header nav ul {
        flex-direction: column;
        align-items: start;
    }

    header nav ul li {
        animation: none;
        transform: none;
    }

    header nav ul li a {
        text-transform: uppercase;
    }

    .main__wrap {
        height: calc(90vh - 75px);
    }

    .main__wrapper {
        width: 100%;
        bottom: 50px;
    }

    .main__wrapper h1 {
        font-size: 43px;
        font-weight: 500;
        max-width: 336px;
    }

    .main__wrapper p {
        font-size: 16px;
        line-height: 22px;
        max-width: 90%;
    }

    .about-us__wrapper {
        flex-direction: column;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .triangle {
        bottom: -1px;
    }

    .section-title {
        font-size: 38px;
        margin-bottom: 30px;
        line-height: 40px;
    }

    .about-us__info-col p {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 30px;
    }

    .about-us__photo-row,
    .about-us__photo {
        display: none;
    }

    .services__wrapper {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, 360px);
    }

    .services__second {
        background-color: var(--primary-black);
        margin-top: 0;
        padding-bottom: 60px;
    }

    .services__second-item {
        align-items: center;
        padding: 25px 0;
    }

    .services__second-item h4 {
        font-size: 16px;
        font-weight: 300;
        max-width: 142px;
    }

    .services__second-price {
        font-size: 16px;
    }

    .services__second-price sup {
        font-size: 8px;
    }

    .services > .container {
        z-index: 3;
    }

    .portfolio__heading span {
        display: none;
    }

    .portfolio__wrapper {
        grid-template-columns: 1fr;
    }

    .portfolio__item {
        height: 350px;
        padding: 15px;
    }

    .portfolio__item span {
        font-size: 13px;
    }

    .portfolio__item h5 {
        font-size: 17px;
        line-height: 21px;
        max-width: 70%;
    }

    .portfolio {
        background-color: var(--primary-black);
        z-index: 3;
    }

    .more__portfolio {
        padding: 18px 0;
        font-size: 16px;
        margin-bottom: 60px;
    }

    .contact__wrapper {
        flex-direction: column;
        padding: 30px;
        gap: 15px;
    }

    .contact-form {
        gap: 15px;
    }

    .contact-form input {
        margin-bottom: 0;
    }

    .contact-form__radio {
        flex-direction: column;
    }

    .contact-form__row {
        flex-direction: column;
        gap: 15px;
    }

    .contact__text h5 {
        font-size: 20px;
        line-height: 24px;
    }

    .contact__text-item span {
        width: 100%;
    }

    .footer__main {
        flex-direction: column-reverse;
        align-items: center;
        gap: 50px;
    }

    .footer__main-center ul {
        align-items: center;
    }

    .footer__bottom {
        flex-direction: column-reverse;
        align-items: center;
        gap: 30px;
    }

    .footer__main-right .social {
        justify-content: center;
    }

    .footer__main-left span {
        text-align: center;
    }

    .footer__main-right {
        text-align: center;
    }

    .footer__main-right span {
        font-size: 16px;
    }

    .footer__main-right a {
        font-size: 26px;
    }

    .fixed {
        height: 70px;
    }

    header.fixed > .container > .header {
        height: 70px;
    }

    .portfolio-category {
        display: none;
    }

    .select-category {
        display: flex;
    }

    .services-page {
        background-attachment: unset;
    }

    .services-page__wrappper {
        padding-bottom: 50px;
    }

    .services-page__wrappper h1 {
        font-size: 43px;
        font-weight: 500;
        max-width: 336px;
    }

    .service__wrapper {
        padding: 60px 0;
    }

    .top-active {
        height: 75px;
    }

    .project-page {
        background-attachment: unset;
    }

    .project-page__wrappper {
        padding-bottom: 60px;
        align-items: start;
    }

    .project-page__info {
        flex-direction: column;
        gap: 6px;
    }

    .project-page__wrappper h1 {
        font-size: 33px;
        text-align: left;
        line-height: 37px;
    }

    .project__wrapper {
        padding: 60px 0;
        gap: 30px;
        grid-template-columns: 1fr;
    }

    .project__wrapper img {
        height: auto;
    }

    .project > .container {
        margin: 0;
        z-index: 3;
    }

    .contact-page {
        padding-top: 60px;
        padding-bottom: 60px;
        height: auto;
    }

    .contact > .container {
        margin: 0;
    }

    .contact-page__wrappper {
        flex-direction: column;
        width: 100%;
        padding: 0 30px;
        gap: 40px;
        border: none;
    }

    .contact-img {
        display: none;
    }

    .project-more {
        background-color: transparent;
    }

    .project-more > .container {
        padding: 0;
        margin: 0;
    }

    .project-more__heading {
        flex-direction: row-reverse;
        align-items: end;
        padding: 30px 15px;
    }

    .project-more__heading h2 {
        font-size: 25px;
        line-height: 25px;
    }

    .glide {
        padding-bottom: 0;
    }

    .glide__arrow {
        padding: 10px;
    }

    .glide__slide.portfolio__item {
        padding: 20px;
    }

    .separate {
        height: 60px;
    }

    .about__wrapper {
        grid-template-columns: 1fr;
        gap: 60px;
        padding: 40px 0;
    }

    .about__right {
        padding: 25px;
        padding-top: 50px;
    }
    .logo{
        width: 180px;
    }
}

@media (max-width: 700px){
    .logo{
        width: 150px;
    }
}