body {
    line-height: 1.2;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
}

section {
    margin-bottom: 3.5rem;
}

::-webkit-scrollbar {
    width: 0;
}

img {
    object-fit: cover;
}

.container {
    width: 83.75rem;
}

.for-margin {
    margin-top: 6rem;
}

.header {
    position: fixed;
    padding: 1.3rem 0;
    background: white;
}

.head-logo {
    width: 13.4375rem;
    height: 2.6875rem;
}

.head-logo-img {
    width: 100%;
    height: 100%;
}

.header-links {
    display: flex;
    gap: 2rem;
}

.header-links a {
    font-size: 0.9rem;
    transition: all 0.3s ease-in;
    border-bottom: 2px solid transparent;
}
.header-links a:hover, .header-links a.active {
    border-bottom-color: black;
}

.header-btn {
    width: 15rem;
    height: 2.6875rem;
    border: 2px solid black;
    font-size: 1.5rem;
    font-weight: 800;
    background-color: white;
    padding-bottom: 0.1rem;
    font-family: Manrope;
}

.header-btn:hover {
    background-color: black;
    color: white;
}

.mpa-burger,
.mpa-mobile-menu {
    display: none;
}

.header-dropdown-btn {
    background: none;
    border: none;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-family: Manrope;
}

.header-dropdown-btn img {
    transition: 0.3s ease;
    width: 0.8rem;
    height: 0.4rem;
}

.header-dropdown-btn.active img {
    transform: rotate(180deg);
}

.header-dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    top: 4.5rem;
    width: 83.75rem;
    transform: translateX(calc(-50vw + 50%));
    background: black;
    height: 3.5rem;
    z-index: 999;
    box-sizing: border-box;
    display: none;
}

.header-dropdown-content.show {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.header-dropdown-content a {
    color: white;
    font-size: 0.9rem;
    transition: all 0.3s ease-in;
}

.header-dropdown-content a:hover {
    opacity: 0.6;
}

/* big-media-peace-text */
.big-media-peace-text {
    font-size: 7.7rem;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1;
    margin: 0 auto;
    margin-bottom: 1.5rem;
}

/* hero main page */
.hero-main-first {
    margin-bottom: 1.25rem;
}
.hero-main-text {
    display: flex;
    flex-direction: column;
}
.hero-main-btn {
    width: 20.4375rem;
    height: 3.125rem;
    color: white;
    background-color: black;
    font-size: 0.875rem;
}
.hero-main-btn:hover {
    color: black;
    background-color: white;
    border: 2px solid black;
}
.hero-main-second {
    gap: 0.62rem;
}
.hero-main-second img {
    width: 27.5rem;
    height: 20.3125rem;
}

.anim-section div {
    opacity: 0; /* start invisible */
    transform: translateY(40px);
}

/* main about */
.main-about {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.main-about-head div {
    font-size: 3rem;
    font-weight: 800;
    color: #919191;
}
.main-about-head span {
    color: black;
}
.main-about-head-sec span {
    color: white;
}
.card-ser-projects {
    position: relative;
}
.main-about-head-sec {
    align-self: flex-start;
    position: sticky;
    top: 5.5rem;
}
.main-about-head-new {
    margin-bottom: -1.8rem;
}
.main-about-head-fr {
    position: sticky;
    top: 5.3rem;
    display: flex;
    justify-content: end;
}

.script-img {
    width: 3.5rem;
    height: 3.47906rem;
}

.main-about-body {
    gap: 1rem;
}
.main-about-img1 {
    width: 13.4375rem;
    height: 24.8125rem;
}
.portfolio-title {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1;
}
.main-about-img2 {
    height: 17.5rem;
    width: 27.5rem;
}

.main-ab-body-sec {
    display: flex;
    flex-direction: column;
    gap: 0.62rem;
    justify-content: end;
}

.main-ab-body-text p {
    font-size: 0.8rem;
    font-weight: 500;
    font-family: serif;
}

.main-ab-body-thrd {
    align-items: end;
}

.main-ab-body-thrd-text {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.main-ab-body-thrd-text p {
    font-size: 0.875rem;
}

.more-about-btn {
    width: 27.5rem;
    height: 3.125rem;
    border: 2px solid black;
    font-size: 0.875rem;
    flex-wrap: nowrap;
    white-space: nowrap;
    gap: 0.62rem;
    color: black;
}

.more-about-btn:hover {
    color: white;
    background-color: black;
}

.more-about-btn-cen {
    margin: 0 auto;
}

/* equipment section */
.equipment-section {
    position: relative;
    background: black;
    padding: 2.5rem 0;
    color: white;
}

.equipment-container {
    min-height: 180vh;
}

.equipment-content {
    min-height: 36rem;
}

.equipment-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}
.equipment-name {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 2rem;
}
.equipment-img {
    width: 7.6875rem;
    height: 7.6875rem;
    margin-bottom: 0.8rem;
}
.quote-icon {
    width: 1.15456rem;
    height: 1.15463rem;
}
.equipment-left {
    height: 33.5rem;
    /* position: sticky;
    top: 4rem; */
}
.equipment-left-text {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}
.equipment-left-text div {
    max-width: 27.5rem;
}
.equipment-left-text p {
    opacity: 0.6;
}

.equipment-bg-fixed {
    position: absolute;
    right: 0;
    top: 0;
    width: 29.5625rem;
}
.equipment-bg-fixed img {
    display: block;
    width: 100%;
}
.equipment-bg {
    /* background-image: url("../img/our-equipment-back.jpg");
    background-size: 41.5625rem;
    background-position: right top;
    background-repeat: no-repeat; */
}
.equipment-left {
    background: #000;
}
.st_item {
    position: sticky;
    top: 8rem;
}
.st_anchor {
    position: relative;
    top: -8rem; /* sticky offset-ті компенсациялау */
    height: 1px;
}
.equipment-right {
    /* background-image: url("../img/our-equipment-back.jpg"); */
    width: 41.5625rem;
    height: 33.5rem;
}

.equipment-blure-back {
    width: 22.8125rem;
    height: 22.875rem;
    border: 0.5px solid #fff;
    background: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(27.850000381469727px);
    padding: 1.875rem 1.625rem;
    text-align: center;
}

.equipment-blure-top p:first-child {
    font-size: 2.5rem;
    font-family: serif;
    font-weight: 400;
}
.equipment-blure-top p:last-child {
    font-size: 1.25rem;
    font-family: serif;
    font-weight: 400;
    opacity: 0.5;
}

.equipment-blure-body {
    gap: 1.6rem;
}

.equipment-blure-body p {
    font-size: 0.875rem;
    font-weight: 700;
}

.equipment-btn {
    height: 3.125rem;
    border: 1px solid #fff;
    width: 9.5rem;
    font-size: 0.875rem;
}

.equipment-btn1 {
    background: white;
    color: black;
}
.equipment-btn1:hover {
    color: #fff;
    background: black;
}

.equipment-btn2 {
    color: white;
}
.equipment-btn2:hover {
    background: black;
}

.equipment-container {
    min-height: auto;
}

.equipment-content {
    min-height: auto;
    align-items: flex-start;
}

.equipment-left,
.equipment-right {
    align-self: flex-start;
    position: sticky;
    top: 4rem;
    height: auto;
}

.equipment-section,
.equipment-container,
.equipment-content {
    overflow: visible;
}

/* projects section main page  */
.head-link {
    display: flex;
    gap: 0.62rem;
    flex-wrap: nowrap;
    white-space: nowrap;
    font-size: 1rem;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    align-items: center;
}
.for-all-head {
    align-items: start;
}

.our-projects {
    display: flex;
    flex-direction: column;
    gap: 1.88rem;
    width: 55.625rem;
    margin: 0 auto;
    margin-top: 2.75rem;
}

.project-card {
    display: flex;
    flex-direction: column;
    gap: 0.62rem;
}

.project-img {
    width: 100%;
    height: 25rem;
}

.project-text {
    align-items: end;
}
.project-text div {
    font-size: 1.5rem;
    font-weight: 800;
    color: white;
}
.project-text p {
    font-size: 0.875rem;
    color: #919191;
}

/* video section */
.video1-section {
    padding: 2.5rem 0;
    background: black;
}

.video1-content {
    gap: 2.5rem;
}

.video1-content p {
    font-size: 3rem;
    color: white;
    font-weight: 800;
}

.video-back1 {
    /*background-image: url("../img/video-back1.jpg");*/
    height: 31.1875rem;
}

.video-back1 img {
    width: 4rem;
    height: 4rem;
}

/* hero-big-img-section */
.hero-big-img-section {
    gap: 1rem;
}

.hero-big-img {
    width: 55.625rem;
    height: 25.875rem;
}
.hero-big-img-text {
    gap: 1rem;
}
.hero-big-img-text div {
    line-height: 0.8;
    font-size: 5rem;
    font-weight: 800;
}
.hero-big-img-text p {
    font-size: 1rem;
}

/* comments section */
.head-name {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1;
}

.comments {
    gap: 2.3rem;
}

.comment {
    width: 18.75rem;
}

.comment-head {
    padding-bottom: 1.2rem;
    border-bottom: 2px solid black;
    margin-bottom: 1.2rem;
    align-items: end;
}
section.not-mar-rem{
    margin-bottom: 0;
    padding-bottom: 3rem;
}
.comment-head div {
    font-size: 1.25rem;
    font-weight: 400;
}
.comment-head span {
    font-size: 0.9rem;
    color: #919191;
}
.comment p {
    font-size: 0.9rem;
}
.comments .slick-list {
    margin: 0 -15px;
}
.comments .slick-slide > div {
    padding: 0 17px;
}

/* footer */
.footer {
    background-color: #000000;
    padding: 2.25rem 0;
    color: white;
}

.footer-left {
    width: 100%;
    background: #232323;
    padding: 1.875rem 3.5rem;
}

.foot-left-text {
    gap: 1rem;
}

.footer-left main {
    font-size: 3rem;
    font-weight: 800;
    line-height: 0.9;
}

.footer-left p {
    font-size: 0.9rem;
    opacity: 0.7;
}

.contact-form input {
    width: 100%;
    border: none;
    background: none;
    padding-bottom: 1rem;
    border-bottom: 1px solid white;
    color: white;
    font-size: 0.9rem;
    margin-bottom: 1.25rem;
}
.contact-form input::placeholder {
    color: white;
    font-size: 0.9rem;
    opacity: 0.5;
    text-transform: uppercase;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.footer-btn {
    cursor: pointer;
    height: 3.125rem;
    width: 100%;
    background-color: #fff;
    font-size: 0.9rem;
    margin-top: 0.55rem;
}
.footer-btn:hover{
    color: white;
    background-color: transparent;
    border: 1px solid white;
}

.foote-inner {
    gap: 2.9rem;
}

.footer-right {
    width: 75%;
}

.footer-nav {
    gap: 1.15rem;
}
.footer-nav div {
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 0.9;
    margin-bottom: 0.3rem;
}
.footer-nav a {
    color: white;
    font-size: 0.9rem;
}
.footer-nav p {
    font-size: 0.9rem;
}

.footer-bottom {
    align-items: end;
    margin-top: 4.3rem;
}

.footer-logo {
    width: 13.4375rem;
    height: 2.6875rem;
}

.link-to-politic {
    font-size: 0.9rem;
    opacity: 0.5;
    color: white;
}
.link-to-politic:hover{
    opacity: 1;
}

.footer-links a {
    color: white;
}

.footer-links i {
    font-size: 2.1rem;
}

.about-us-body {
    align-items: end;
}

/* quote-section */
.quote-container {
    width: 55.625rem;
    height: 33.125rem;
    padding: 3.125rem 5.0625rem;
    background: #000;
    display: flex;
    flex-direction: column;
    color: white;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}
.quote-container img {
    width: 3.125rem;
    height: 3.12513rem;
}
.quote-container p {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 800;
    font-size: 1.5rem;
}

/* developers-section */
.developers-box {
    gap: 0.75rem;
}
.big-developers-img {
    width: 41rem;
    height: 36.25rem;
}
.developers-card {
    width: 20.4375rem;
    padding: 1.2rem 1.25rem;
    border: 0.5px solid #000;
    gap: 1.1rem;
}
.developers-card img {
    width: 2rem;
    height: 2.00006rem;
    object-fit: cover;
    margin-bottom: 0.5rem;
}
.developers-card div {
    font-size: 1.5rem;
    font-weight: 800;
}
.developers-card p {
    font-size: 0.9rem;
}

.developers-box2 {
    margin-top: 1.35rem;
}

/* just text section */
.just-text-container {
    gap: 8.75rem;
    text-align: center;
    margin: 0 auto;
}
.just-text-container main {
    font-weight: 800;
    font-size: 1.5rem;
}
.just-text-box div {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 1.1rem;
}
.just-text-box p {
    max-width: 41.5625rem;
}
.discuss-btn {
    height: 3.125rem;
    width: 27.5rem;
    background-color: #000;
    color: white;
    font-size: 0.9rem;
}
.discuss-btn:hover {
    background-color: white;
    color: black;
    border: 2px solid black;
}

/* team section */
.select-place {
    justify-content: end;
    gap: 0.25rem;
}
.select-place p {
    border-radius: 6.25rem;
    border: 1px solid #000;
    display: flex;
    padding: 0.6rem 0.625rem;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in;
    cursor: pointer;
    font-size: 0.9rem;
}

.select-place p.active-select {
    color: white;
    background-color: black;
}
.team-contend {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.62rem;
    row-gap: 1.88rem;
    margin: 2.5rem 0;
}
.team-card {
    width: 20.5rem;
}
.team-card.hidden_item{
    display: none;
}
.team-card.hidden_item_not_selected{
    display: none;
}
.team-card img {
    height: 22.875rem;
    width: 100%;
    margin-bottom: 1.25rem;
}
.team-card div {
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 0.9;
    margin-bottom: 0.62rem;
}
.team-card p {
    color: #919191;
    font-size: 0.9rem;
}
.discuss-btn {
    margin: 0 auto;
}

.team-name {
    margin-bottom: -2.2rem;
}

.black-back {
    background: #000;
    color: white;
}

/* brands section */
.video-section2 {
    padding-bottom: 0;
}
.brands-head {
    align-items: center;
    position: sticky;
    top: 8rem;
}
.brands-head div {
    font-size: 5rem;
    font-weight: 800;
    text-align: center;
    position: relative;
    line-height: 1;
}
.brands-head div:first-child {
    right: 21rem;
}
.line-back {
    width: 48.79288rem;
    height: 4.22594rem;
    position: relative;
    left: 3rem;
    top: 1.2rem;
    transform: rotate(-1deg);
}
.brands-container {
    gap: 3.5rem;
}
.brands-content {
    gap: 1rem;
}
.brands-column {
    gap: 2rem;
}
.brands-column2 {
    position: relative;
    left: 2rem;
}
.brand-box {
    width: 13.4375rem;
    height: 5.25rem;
    border-radius: 1.25rem;
    position: relative;
}
.brand-box2 {
    left: 18rem;
}
.brand-box2 {
    left: 18rem;
}
.brand-box3 {
    left: 9rem;
}
.brand-box4 {
    top: 2rem;
}
.brand-box5 {
    top: 5rem;
    left: 6rem;
}
.brand-box7 {
    top: 1rem;
    left: 14rem;
}
.brand-box8 {
    top: 1.5rem;
    left: 4rem;
}
.brand-box9 {
    top: 2rem;
    right: 4rem;
}
.brand-box10 {
    top: 1rem;
    right: 14rem;
}
.brand-box13 {
    right: 8rem;
    top: 12rem;
}
.brand-box14 {
    top: 12rem;
}

/* head-navigation */
.head-navigation {
    margin-top: 6rem;
    display: flex;
    align-items: center;
    gap: 0.35rem;
    margin-bottom: 1rem;
}

.head-navigation a,
.head-navigation p {
    font-size: 0.8rem;
    opacity: 0.7;
}

.head-navigation a:hover {
    opacity: 1;
}

/* services-section */
.services-section {
    margin-bottom: 4.2rem;
}

.page-name {
    font-size: 6.25rem;
    font-weight: 800;
    line-height: 1;
}

.service-content {
    width: 26.875rem;
}

.services-flex {
    gap: 1.8rem;
}

.service-box {
    width: 100%;
    padding: 1.5rem 0;
    border-bottom: 2px solid black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 800;
}

.service-name {
    font-size: 1.5rem;
    font-weight: 800;
}

/* hero-card-service */
.hero-service-img {
    width: 41.5625rem;
    height: 23.875rem;
}

.hero-card-ser-content {
    gap: 4.5rem;
    align-items: start;
}

.hero-card-ser-text {
    gap: 1rem;
}

.hero-card-ser-text div {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 0.8rem;
}

.hero-card-ser-text p {
    font-size: 0.9rem;
}

.create-site-btn {
    background-color: #000;
    color: white;
    font-size: 0.9rem;
    width: 20.4375rem;
    height: 3.125rem;
}

.create-site-btn:hover {
    border: 2px solid black;
    color: #000;
    background-color: white;
}

.black-back-style {
    background-color: #000;
    color: #fff;
    padding: 2.5rem 0;
    margin-bottom: 3.5rem;
}

/* advantsges section */
.advantages-left {
    gap: 0.7rem;
}
.advantages-content {
    gap: 0.62rem;
}

.advantage-txt {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 2.5rem;
}

.advantages-card {
    border: 0.5px solid#FFF;
    padding: 1.25rem;
}

.advantages-card-img {
    width: 2rem;
    height: 2.00006rem;
    margin-bottom: 2.5rem;
}

.advantages-card div {
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 800;
    margin-bottom: 1.1rem;
}

.advantages-card p {
    font-size: 0.9rem;
    opacity: 0.5;
}

/* card-ser-projects */
.card-ser-projects {
    color: white;
}

.for-card-ser-projects {
    margin-top: 0;
    width: 48.5625rem;
}

.card-ser-projects-section {
    margin-bottom: 0;
}

/* stages-container */
.stages-card {
    border-bottom: 1px solid black;
    width: 55.625rem;
}
.stages-card div {
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 800;
}
.stages-card p {
    font-size: 0.88rem;
    padding-top: 1.2rem;
    padding-bottom: 1.8rem;
}

/* only-text */
.only-text {
    width: 55.6875rem;
}

.only-text div {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 2rem;
    line-height: 1.1;
}
.only-text main {
    line-height: 1.1;
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 2rem;
}
.only-text p {
    font-size: 0.9rem;
    margin-bottom: 1rem;
}
.only-text p:last-child {
    margin-bottom: 0;
}

/* rent-container */
.rent-container {
    height: 33.75rem;
    background: #000;
    padding: 2.5rem;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.rent-text div {
    color: #919191;
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 2.2rem;
}
.rent-text span {
    color: white;
}
.rent-text p {
    font-size: 0.9rem;
}

.rent-btn {
    width: 20.4375rem;
    background-color: #fff;
}

.rent-btn:hover {
    background-color: #000;
    border: 2px solid white;
    color: white;
}

.equipment-bg{
    background-image: url("../img/our-equipment-back.jpg");
    background-size: 29.5625rem;
    background-position: right 0 top 7.3rem;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/* request-container */
.request-title {
    color: #919191;
    font-size: 3rem;
    font-weight: 800;
    width: 33rem;
}
.request-title span {
    color: black;
}
.request-right {
    gap: 3.5rem;
    width: 47rem;
}
.request-tetx {
    gap: 1.6rem;
    align-items: start;
}
.request-tetx div {
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 800;
}
.request-tetx p,
.request-tetx li {
    font-size: 0.9rem;
}
.request-tetx ul {
    padding-left: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.request-btn {
    width: 20.4375rem;
    background-color: black;
    color: white;
}
.request-btn:hover {
    background-color: white;
    color: black;
    border: 2px solid black;
}

/* request-services */
.req-ser-card {
    border: 0.5px solid #000;
    width: 20.5rem;
    padding: 1.25rem;
    height: 12.3125rem;
}
.req-ser-card img {
    width: 2rem;
    height: 2.00006rem;
    margin-bottom: 2.4rem;
}
.req-ser-card div {
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 800;
    margin-bottom: 1.1rem;
}
.req-ser-card p {
    font-size: 0.9rem;
    opacity: 0.5;
}

/* example-sites */
.example-sites {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}
.example-box-lil {
    width: 27.5rem;
    height: 18.75rem;
    background: #d9d9d9;
}
.example-box-big {
    width: 41.5rem;
    background: #d9d9d9;
    height: 28.3125rem;
}

.example-box-mid {
    background: #d9d9d9;
    width: 34.5rem;
    height: 23.5rem;
}

.example-box-top {
    position: relative;
    top: 5rem;
}

/* how-works-content */
.how-works-content {
    gap: 1.8rem;
    width: 48.5625rem;
}

.how-works-text div {
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 800;
    margin-bottom: 1.25rem;
}
.how-works-text p {
    font-size: 0.9rem;
}

/* site-bussines */
.site-bussines {
    padding: 3.125rem;
    background: black;
    color: white;
    gap: 2.5rem;
}

.site-bussines-img {
    width: 3.5rem;
    height: 3.47906rem;
}

.site-bussines-form input {
    font-size: 0.9rem;
    color: white;
    background: none;
    padding-bottom: 1rem;
    border-bottom: 1px solid white;
    margin-bottom: 1.25rem;
}

.site-bussines-form input::placeholder {
    font-size: 0.9rem;
    text-transform: uppercase;
    opacity: 0.5;
    color: white;
}
.site-bussines-right > div {
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 2.5rem;
}
.site-bussines-right {
    width: 27.3125rem;
}

.site-bussines-form p {
    font-size: 0.75rem;
    opacity: 0.7;
    margin-top: 0.63rem;
    margin-bottom: 1.88rem;
}

.site-bussines-form-btn {
    height: 3.125rem;
    font-size: 0.9rem;
}
.site-bussines-form-btn:hover {
    background-color: black;
    color: white;
    border: 1px solid white;
}

.team-img {
    height: 34.375rem;
    margin-top: 2.5rem;
}

/* answers-container */
.section-title span {
    color: #919191;
}

.answer-section {
    width: 48.5625rem;
}

.answer-section-item {
    padding-bottom: 1.6rem;
}

.answer-section-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.answer-section-head div {
    font-size: 1.5rem;
    font-weight: 800;
}

.answer-section-toggle {
    width: 1.85rem;
    height: 1.85rem;
    background: #000;
    border: none;
    cursor: pointer;
    position: relative;
    transition: transform 0.3s ease;
}

.answer-section-toggle::before,
.answer-section-toggle::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 16px;
    height: 0.1rem;
    background: #fff;
    transform: translate(-50%, -50%);
    transition: 0.4s ease-in;
}

.answer-section-toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.answer-section-item.active .answer-section-toggle::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.answer-section-item.active .answer-section-toggle::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.answer-section-body {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0;
    transition: max-height 0.4s ease, opacity 0.3s ease, padding 0.3s ease;
    font-size: 0.9rem;
    line-height: 1.2;
}

.answer-section-item.active .answer-section-body {
    max-height: 17rem;
    opacity: 1;
    padding-top: 1.25rem;
}

/* portfolio-projects */
.portfolio-name {
    margin-bottom: 2rem;
}

.portfolio-projects-big {
    display: none;
    flex-direction: column;
    gap: 1.88rem;
    width: 54.8rem;
}
.portfolio-projects-lil {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    width: 27.5rem;
}
.portfolio-projects-lil img {
    height: 15.5rem;
}
.portfolio-right {
    width: 27rem;
}
.portfolio-right-inner {
    position: sticky;
    top: 5.5rem;
}
.rectangles {
    gap: 0.5rem;
}
.square-lil {
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 0.15rem;
    border: 2px solid #000;
    /*background: #000;*/
}

.square-gap {
    gap: 0.1rem;
}

.square-big {
    height: 0.9rem;
    width: 2rem;
    border-radius: 0.15rem;
    border: 2px solid #000;
    cursor: pointer;
}

.rectangle1,
.rectangle2 {
    cursor: pointer;
}
.portfolio-title-sec {
    font-size: 2.5rem;
    margin-bottom: 1.25rem;
}
.portfolio-num {
    font-family: serif;
    font-size: 1.05rem;
}

.portfo-nums p {
    margin-bottom: 1rem;
}

/* hero-card-portfolio */
.card-portfolio-year {
    color: #919191;
    font-size: 0.9rem;
    margin-top: 1rem;
}

.card-type {
    border-radius: 2.3125rem;
    border: 1px solid #000;
    opacity: 0.7;
    display: flex;
    padding: 0.55rem 0.625rem;
    justify-content: center;
    align-items: center;
    font-size: 0.875rem;
    max-width: 10rem;
}

.card-portfolio-img {
    width: 41.375rem;
    height: 23.4375rem;
}

/* card-portfolio-text */
.card-portfolio-text {
    display: flex;
    width: 55.6875rem;
    flex-direction: column;
    align-items: flex-start;
}

.card-portfolio-text div {
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 800;
    margin-bottom: 2rem;
}
.card-portfolio-text p {
    font-size: 0.9rem;
    margin-bottom: 1.2rem;
}

.big-card-img {
    width: 41.5625rem;
    height: 31.375rem;
}
.lil-card-img {
    width: 27.5rem;
    height: 20.75rem;
}

.card-portfolio-text-img {
    width: 3.50006rem;
    height: 3.47906rem;
}

/* next case section */
.next-case {
    position: relative;
    width: 100%;
    height: 26.375rem;
    overflow: hidden;
}

.next-case-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.next-case-overlay {
    position: absolute;
    inset: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem 0;
}

.next-case-back {
    border: none;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
}

.next-case-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    height: 100%;
}

.next-case-title {
    font-size: 1.5rem;
    font-weight: 800;
    text-align: center;
}

@keyframes timer-progress {
    from {
        stroke-dashoffset: 314;
    }
    to {
        stroke-dashoffset: 0;
    }
}

.timer-number {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 700;
}

.timer-circle {
    position: relative;
    width: 8.5625rem;
    height: 8.5625rem;
}

.timer-svg {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}

.timer-circle-bg {
    fill: none;
    stroke-width: 8;
}

.timer-circle-progress {
    fill: none;
    stroke: #fff;
    stroke-width: 8;
    stroke-linecap: round;
    stroke-dasharray: 314;
    stroke-dashoffset: 314;
    animation: timer-progress 10s linear forwards
}

.timer-number {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    font-weight: 700;
}

/* blog-text */
.blog-text p {
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 800;
    margin-top: 1.2rem;
}
.blog-box {
    padding-bottom: 1.4rem;
    border-bottom: 1px solid #000;
    margin-bottom: 1.4rem;
    transition: all 0.3s ease-in;
}
.blog-box svg {
    transition: all 0.3s ease-in;
}
.blog-box:hover svg {
    scale: calc(1.6);
}
.blogs {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.blogs div {
    font-size: 2.25rem;
    line-height: 1;
    font-weight: 800;
}
.blogs p {
    font-family: serif;
    opacity: 0.7;
    font-size: 0.9rem;
}

/* lil-container */
.lil-container {
    width: 55.6rem;
    margin: 0 auto;
}

.card-blog-title {
    font-weight: 800;
    font-size: 2.5rem;
    margin-bottom: 2rem;
}
.lil-container div {
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1;
}
.card-blog-img {
    width: 100%;
    height: 20.4375rem;
    margin: 2rem 0;
}
.lil-container p {
    font-size: 0.9rem;
    margin-bottom: 1.2rem;
}

.card-blog-time {
    font-size: 0.9rem;
    margin-top: 1rem;
    opacity: 0.4;
    text-align: end;
}

/* Modal Window */
.mpa-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(9.300000190734863px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease;
    z-index: 100;
    color: black;
}

.mpa-modal-overlay.mpa-active {
    opacity: 1;
    pointer-events: auto;
}

.mpa-modal-window {
    background: #fff;
    width: 54rem;
    padding: 2.5rem;
    position: relative;
    transform: translateY(40px);
    opacity: 0;
    transition: 0.35s ease;
}

.mpa-modal-window .section-title {
    margin-bottom: 1rem;
}

.mpa-modal-overlay.mpa-active .mpa-modal-window {
    transform: translateY(0);
    opacity: 1;
}

.mpa-modal-close {
    position: absolute;
    right: 2rem;
    top: 0.8rem;
    font-size: 2.5rem;
    font-weight: 100;
    background: none;
    border: none;
    cursor: pointer;
}

.mpa-modal-label {
    font-size: 0.9rem;
    margin-bottom: 0.4rem;
    margin-top: 1.2rem;
    display: block;
    text-transform: uppercase;
}

.mpa-modal-input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #000;
    padding: 0.8rem 0;
    font-size: 1rem;
    outline: none;
}

.mpa-contact-options {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.mpa-contact-option {
    border: 1px solid #000;
    padding: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.62rem;
    cursor: pointer;
    font-size: 0.9rem;
    flex: 1 0 0;
}

.mpa-contact-option input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 0.625rem;
    height: 0.628rem;
    border: 1px solid #000;
    cursor: pointer;
    position: relative;
    display: inline-block;
    border-radius: 1rem;
}

.mpa-contact-option input[type="radio"]:checked {
    border-color: #000;
}

.mpa-contact-option input[type="radio"]:checked::before {
    content: "";
    width: 0.525rem;
    height: 0.525rem;
    background: #000;
    border-radius: 50%;
}

.mpa-modal-submit {
    width: 100%;
    background-color: #000;
    color: #fff;
    border: none;
    font-size: 0.9rem;
    margin-top: 2rem;
    font-family: Manrope;
    height: 3.125rem;
}
.mpa-modal-submit:hover {
    background-color: white;
    color: #000;
    border: 2px solid black;
}

.review-content{
    margin-bottom: 2.25rem;
}
.review-btn{
    width: 18rem;
    background-color: #FFF;
    border: 2px solid black;
}
.review-btn:hover{
    background-color: #000;
    color: white;
}

/* contacts */
.contact-bottom-right {
    width: 47rem;
}
.map-contacts {
    width: 48rem;
    height: 26rem;
}
.com-links a {
    font-size: 0.9rem;
    text-transform: uppercase;
}
.social-links a {
    font-size: 1.25rem;
    font-weight: 400;
    font-family: serif;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.card-ser-btns {
    width: 100%;
}

.card-ser-btn1 {
    width: 100%;
    color: #000;
    background-color: #fff;
}
.card-ser-btn1:hover {
    color: #fff;
    background-color: #000;
    border: 1px solid white;
}
.card-ser-btn2 {
    width: 100%;
    color: #fff;
    background-color: #000;
    border: 1px solid white;
}
.card-ser-btn2:hover {
    color: #000;
    background-color: #fff;
}

@media (max-width: 550px) {
    .header-links,
    .header-btn {
        display: none;
    }

    .mpa-burger {
        border: none;
        background: #000;
        width: 2.5rem;
        height: 2.5rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .mpa-burger img {
        width: 1.8rem;
        height: 2rem;
    }

    .mpa-mobile-menu {
        display: block;
        position: fixed;
        right: -100%;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000;
        color: white;
        padding: 1.3rem 0;
        transition: right 0.4s ease;
        z-index: 9999;
        overflow-y: auto;
    }

    .mpa-mobile-menu.active {
        right: 0;
    }

    .mpa-mobile-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 2.5rem;
    }

    .foot-logo {
        width: 13.4375rem;
        height: 2.6875rem;
    }
    .mpa-mobile-logo {
        width: 100%;
        height: 100%;
    }

    .mpa-mobile-close {
        background: white;
        cursor: pointer;
        width: 2.5rem;
        height: 2.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .mpa-mobile-close img {
        width: 1.8rem;
        height: 2rem;
    }

    .mpa-mobile-links {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }

    .mpa-mobile-links a {
        color: white;
        font-size: 1.5rem;
    }

    .mpa-mobile-dropdown {
        display: flex;
        flex-direction: column;
    }

    .mpa-dropdown-btn {
        background: none;
        border: none;
        color: white;
        font-size: 1.5rem;
        text-align: left;
        padding: 0;
        display: flex;
        align-items: center;
        cursor: pointer;
        gap: 0.6rem;
    }

    .mpa-arrow {
        transition: 0.3s ease-in;
        padding-top: 0.4rem;
    }

    .mpa-dropdown-content {
        display: none;
        flex-direction: column;
        gap: 1.25rem;
        margin-top: 0.8rem;
    }
    .mpa-dropdown-content a {
        font-size: 1.25rem;
        font-weight: 400;
    }

    .head-mob-con {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }

    .mpa-dropdown-content.show {
        display: flex;
    }

    .mpa-dropdown-btn.active .mpa-arrow {
        transform: rotate(180deg);
    }

    .mpa-mobile-btn {
        width: 100%;
        border: 1px solid white;
        background: none;
        color: white;
        font-size: 1.5rem;
        font-weight: 800;
        cursor: pointer;
        height: 3.125rem;
        font-family: Manrope;
        padding-bottom: 0.2rem;
    }
    .service-line {
        width: 1.5rem;
        height: 1.5rem;
    }
}

@media (max-width: 450px) {
    .container {
        width: 90%;
    }
    section {
        margin-bottom: 2.5rem;
    }
    .hero-main-second {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }
    .hero-main-second img {
        scroll-snap-align: start;
    }
    .hero-main-second::-webkit-scrollbar {
        display: none;
    }
    .big-media-peace-text {
        text-align: center;
        font-size: 4.5rem;
    }
    .hero-main-first {
        flex-direction: column;
        gap: 1rem;
    }
    .main-about-body {
        flex-direction: column;
    }
    .main-about-head > div {
        font-size: 2rem;
    }
    .script-img {
        width: 2.5rem;
        height: 2.47906rem;
    }
    .more-about-btn {
        width: 100%;
        margin-top: 1.5rem;
    }
    .main-about-img1 {
        width: 8.6rem;
        height: 20rem;
        flex: 0 0 30%;
    }
    .main-about-img2 {
        height: 12rem;
        width: 22rem;
    }
    .main-ab-body-text p {
        font-size: 1rem;
    }
    .main-ab-body-thrd-text p {
        font-size: 1rem;
    }
    .equipment-left {
        display: none;
    }
    .our-projects {
        width: 100%;
        margin-top: 2rem;
    }
    .project-img {
        height: 16rem;
    }
    .main-about-head {
        /* flex-direction: column-reverse; */
        gap: 1rem;
    }
    .foote-inner {
        flex-direction: column;
    }
    .footer-bottom {
        flex-direction: column;
        align-items: start;
        margin-top: 2rem;
        gap: 1rem;
    }
    .footer-logo {
        height: auto;
        width: 75%;
    }
    .link-to-politic {
        text-align: start;
    }
    .video-back1 {
        height: 18rem;
    }
    .hero-big-img {
        width: 100%;
        height: 20rem;
    }
    .hero-big-img-section {
        flex-direction: column;
    }
    .hero-big-img-section main {
        display: grid;
        grid-template-columns: 1fr 1fr;
        row-gap: 1.4rem;
    }
    .hero-big-img-text {
        flex-direction: column;
        align-items: start;
    }
    .hero-big-img-text div {
        font-size: 4.8rem;
    }
    .head-name {
        font-size: 2rem;
    }
    .video1-content p {
        font-size: 2rem;
    }
    .head-link {
        font-size: 1rem;
        position: unset;
    }
    .footer-left {
        padding: 1.875rem 2rem;
    }
    .footer-left main {
        font-size: 2rem;
    }
    .foot-left-top {
        margin-bottom: 2rem;
    }
    .foot-left-bottom {
        margin-top: 2rem;
    }
    .footer-services-last {
        flex-direction: column;
        align-items: start;
        gap: 1.5rem;
    }
    .footer-links i {
        font-size: 2.5rem;
    }
    .footer-nav div {
        font-size: 1.6rem;
    }
    .footer-nav a,
    .footer-nav p,
    .footer-btn,
    .footer-left p,
    .link-to-politic,
    .project-text p,
    .equipment-blure-body p {
        font-size: 1rem;
    }
    .footer-services-first {
        flex-direction: row-reverse;
        margin-bottom: 2rem;
    }
    .equipment-blure-back {
        width: 100%;
    }
    .equipment-btn {
        width: 100%;
        font-size: 1rem;
    }
    .hero-main-btn {
        width: 100%;
        font-size: 1rem;
    }
    .hero-main-text {
        text-align: center;
    }
    .hero-main-second img {
        width: 25rem;
        height: 17rem;
    }
    .head-navigation a,
    .head-navigation p {
        font-size: 1rem;
    }
    .quote-container {
        width: 100%;
    }
    .quote-container p {
        font-size: 1.35rem;
    }
    .quote-container img {
        width: 2.425rem;
        height: 2.42513rem;
    }
    .developers-content {
        flex-direction: column;
    }
    .big-developers-img {
        width: 100%;
        height: 28rem;
    }
    .developers-box2 {
        margin-top: 0;
    }
    .developers-card {
        width: 100%;
    }
    .developers-card p {
        font-size: 1rem;
    }
    
    .main-about-head-sec{
        position: unset;
    }
    .line-back {
        width: 80%;
        height: 2.5rem;
    }
    .team-contend {
        grid-template-columns: 1fr;
    }
    .team-card {
        width: 100%;
    }
    .team-card img {
        height: 39rem;
    }
    .team-card p {
        font-size: 1rem;
    }
    .team-name {
        margin-bottom: 1.5rem;
    }
    .select-place p {
        white-space: nowrap;
        font-size: 1rem;
        padding: 0.6rem 0.7rem;
    }
    .select-place {
        flex-wrap: wrap;
        justify-content: center;
        /*padding: 0 2.6rem;*/
        padding: 0;
    }
    .more-about-btn {
        font-size: 1rem;
    }
    .team-contend {
        margin: 1.5rem 0;
    }
    .discuss-btn {
        font-size: 1rem;
    }
    .brands-head div {
        font-size: 2rem;
    }
    .brands-head div:first-child {
        right: 7rem;
    }
    .brand-box {
        position: unset;
    }
    .projects-content {
        flex-direction: column-reverse;
    }
    .rectangles {
        display: none;
    }
    .porfolio-projects-content {
        display: none;
    }
    .portfolio-projects-big {
        display: flex;
        width: 100%;
    }
    .portfolio-title {
        margin-bottom: 1.8rem;
        font-size: 1.6rem;
    }
    .section-title {
        font-size: 2rem;
    }
    .portfolio-right {
        width: 100%;
        margin-bottom: 1.2rem;
    }
    .portfolio-num,
    .portfolio-count {
        font-size: 1.2rem;
    }
    .rent-container {
        padding: 1.5rem;
        height: unset;
        min-height: 28rem;
    }
    .rent-text div {
        font-size: 2rem;
    }
    .rent-text p {
        font-size: 1rem;
    }
    .btn-style {
        width: 100%;
        font-size: 1rem;
    }
    .request-title {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }
    .request-container {
        flex-direction: column;
    }
    .request-services {
        flex-direction: column;
    }
    .request-right {
        gap: 2.5rem;
        width: 100%;
    }
    .request-tetx p,
    .request-tetx li {
        font-size: 1rem;
    }
    .req-ser-card {
        width: 100%;
    }
    .req-ser-card p {
        font-size: 1rem;
    }
    .example-box {
        flex-direction: column;
    }
    .example-sites,
    .example-box {
        gap: 1.5rem;
    }
    .example-box-big,
    .example-box-lil,
    .example-box-mid {
        width: 100%;
    }
    .example-box-top {
        position: unset;
    }
    .how-works-container {
        flex-direction: column;
    }
    .how-works-content {
        width: 100%;
        margin-top: 1.5rem;
    }
    .how-works-text p {
        font-size: 1rem;
    }
    .site-bussines {
        padding: 1.5rem;
        flex-direction: column;
    }
    .site-bussines-header {
        flex-direction: column-reverse;
        gap: 1.5rem;
    }
    .site-bussines-header br {
        display: none;
    }
    .site-bussines-right {
        width: 100%;
    }
    .site-bussines-img {
        width: 3rem;
        height: 3rem;
    }
    .site-bussines-form-btn,
    .site-bussines-form p,
    .advantages-card p {
        font-size: 1rem;
    }
    .advantages-content {
        flex-direction: column;
    }
    .team-img {
        height: 18rem;
        margin-top: 2rem;
    }
    .advantage-txt {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
    .answers-container {
        flex-direction: column;
    }
    .answer-section {
        margin-top: 2rem;
        width: 100%;
    }
    .answer-section-item.active .answer-section-body {
        font-size: 1rem;
    }
    .answer-section-head {
        gap: 1rem;
    }
    .contacts-container {
        flex-direction: column;
    }
    .map-contacts {
        width: 100%;
    }
    .contacts-info {
        flex-direction: column;
        gap: 1rem;
    }
    .contacts-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        row-gap: 1rem;
    }
    .contacts-info a {
        font-weight: 600;
    }
    .con-bot-container {
        flex-direction: column;
    }
    .mid-size-text br {
        display: none;
    }
    .contact-bottom-right {
        width: 100%;
        margin-top: 1rem;
    }
    .mpa-modal-submit {
        font-size: 1rem;
        margin-top: 1.5rem;
    }
    .mpa-modal-label {
        font-size: 1rem;
    }
    .mpa-contact-options {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        row-gap: 1rem;
    }
    .mpa-modal-input::placeholder {
        font-size: 1rem;
    }
    .services-container {
        flex-direction: column;
    }
    .page-name {
        font-size: 3rem;
    }
    .service-name {
        font-size: 1.3rem;
    }
    svg {
        width: 2rem;
    }
    .services-flex {
        flex-direction: column;
    }
    .service-content {
        width: 100%;
    }
    .service-box {
        padding: 1.88rem 0;
        border-bottom: 1px solid black;
    }
    .hero-card-service {
        flex-direction: column-reverse;
    }
    .hero-service-img {
        width: 100%;
        height: 18rem;
    }
    .hero-card-ser-content {
        gap: 2.5rem;
    }
    .hero-card-ser-text div {
        font-size: 2rem;
    }
    .hero-card-ser-text p {
        font-size: 1rem;
    }
    .create-site-btn {
        width: 100%;
        font-size: 1rem;
    }
    .card-ser-projects {
        flex-direction: column;
    }
    .for-card-ser-projects {
        margin-top: 1rem;
    }
    .stages-container {
        flex-direction: column;
    }
    .stages-card p {
        font-size: 1rem;
    }
    .stages-card {
        width: 100%;
    }
    .only-text div {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }
    .script-img {
        width: 2rem;
        height: 2rem;
    }
    .only-text main {
        margin-bottom: 1.5rem;
    }
    .only-text p {
        font-size: 1rem;
    }
    .blogs div {
        font-size: 1.5rem;
        line-height: 1.2;
    }
    .blogs p {
        font-size: 1rem;
    }
    .lil-container {
        width: 90%;
    }
    .card-blog-title {
        font-size: 2rem;
    }
    .card-blog-img {
        height: 16rem;
    }
    .lil-container p {
        font-size: 1rem;
    }
    .content-text li {
        font-size: 1rem;
    }
    .hero-card-portfolio {
        flex-direction: column-reverse;
    }
    .card-portfolio-img {
        width: 100%;
        height: 18rem;
        margin-bottom: 1.5rem;
    }
    .card-portfolio-left {
        gap: 1.5rem;
    }
    .card-portfolio-year,
    .card-type {
        font-size: 1rem;
    }
    .card-portfolio-text {
        width: 100%;
    }
    .card-portfolio-text div {
        margin-bottom: 1.5rem;
    }
    .card-portfolio-text p {
        font-size: 1rem;
    }
    .card-portfolio-box {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .card-portfolio-imgs {
        gap: 1rem;
    }
    .card-portfolio-box img {
        width: 100%;
        height: 17.5rem;
    }

    .mpa-modal-window {
        width: 90%;
        padding: 2rem;
    }
    .brands-content {
        /* display: grid;
        grid-template-columns: 1fr 1fr; */
        flex-direction: column;
    }
    .brand-box{
        position: relative;
        left: unset;
        top: unset;
        bottom: unset;
        right: unset;
    }
    .brands-column2{
        left: 0;
        bottom: 4rem;
    }
    .brand-box2{
        left: 18rem;
    }
    .brand-box3{
        left: 2rem;
        bottom: 5rem;
    }
    .brand-box4{
        left: 10rem;
        bottom: 5rem;
    }
    .brand-box5{
        left: 15rem;
        bottom: 5rem;
    }
    .brand-box7{
        left: 10rem;
    }
    .brand-box8{
        left: 17rem;
    }
    .brand-box9{
        left: 2.5rem;
    }
    .brand-box10{
        left: 17rem;
        bottom: 4rem;
    }
    .brand-box11{
        bottom: 5rem;
    }
    .brands-column3{
        position: relative;
        bottom: 5rem;
    }
    .brand-box12{
        left: 17rem;
        bottom: 3rem;
    }
    .brand-box13{
        bottom: 2rem;
        left: 10rem;
    }
    .brand-box14{
        left: 1rem;
        bottom: 1rem;
    }
    .review-content{
        flex-direction: column;
        gap: 1.5rem;
        align-items: start;
    }
    .review-btn{
        width: 100%;
    }
}
.policy a{
    color: white;
    text-decoration: underline;
}
.policy a:hover{
    text-decoration: none;
}
.result{
    font-size: 0.9rem;
}
.mpa-modal-overlay .result p, .contact-bottom-right .result p{
    margin-bottom: -1rem;
    margin-top: 1rem;
}
.send_btn{
    position: relative;
    overflow: hidden;
}
.portfolio-page-list .project-text div, .main_project_card .project-text div{
    color: black;
}

.porfolio_list{
    width: calc(100% - 27rem);
    display: flex;
    flex-wrap: wrap;
    padding-right: 10px;
    justify-content: space-between;
}
.project-card{
    width: calc(50% - 10px);
    margin-bottom: 20px;
    transition: 0s!important;
}
.our-projects .project-card{
    width: 100%;
    margin: 0;
}
.porfolio_list.big .project-card{
    width: 100%;
}

.porfolio_list.big .project-card .project-img{
    height: 27.5rem;
}

.project-img{
    display: block;
    height: 15.563rem;
}
.main_project_card .project-img{
    height: 25rem;
}
.set_view_type.active .square-lil, .set_view_type.active .square-big{
    background: black!important;
}
.with50 .advantages-card{
    width: calc(50% - 0.35rem);
}
.filter_item{
    cursor: pointer;
    transition: all 0.35s;
}
.filter_item.active, .filter_item:hover{
    opacity: 0.5;
}

.equipment_user_item:not(.active){
    display: none;
}
.eq_users{
    position: sticky;
    width: 31rem;
    text-align: center;
    top: 5rem;
}

#custom-menu {
    display: none;
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    width: 200px;
    border-radius: 20px;
    /*padding: 10px 0;*/
    overflow: hidden;
}

#custom-menu a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid white;
}

#custom-menu a:last-child{
    border-bottom: 0;
}

#custom-menu a:hover, #custom-menu a.active {
    background-color: #000;
    color: white;
}
.iti{
    width: 100%;
    display: block;
}

.contact-form .iti, .site-bussines-form .iti{
    margin-bottom: 1.3rem;
}
.contact-form .iti__flag-container, .site-bussines-form .iti__flag-container{
    top: -0.9rem;
}
/*.contact-form .result p{
    margin-top: 1rem;
}*/

.iti--allow-dropdown input, .iti--allow-dropdown input[type=tel], .iti--allow-dropdown input[type=text], .iti--separate-dial-code input, .iti--separate-dial-code input[type=tel], .iti--separate-dial-code input[type=text]{
    width: 100%;
}

.intl-tel-input .country-list {
    z-index: 999999 !important;
}