:root {
    --orange: #f67011;
    --gray: #5f5f5f;
    --white: #fff;
    --font-secondary: "Oswald", sans-serif;
}

body {
    line-height: 1.2;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    background-color: #3a3330;
    color: #fff;
}
p {
    margin: unset;
}
section {
    margin-bottom: 4rem;
}
.mar-bot {
    margin-bottom: 0;
}
.logo {
    display: block;
    width: 11.688rem;
}
.container {
    width: 80rem;
}
.header_flex {
    padding: 1.7rem 0;
    border-bottom: 1px solid #878787;
    gap: 2rem;
    transition: all 0.35s;
}
.address_flex {
    display: none;
    margin-left: 1.4rem;
    font-size: 0.625rem;
    cursor: pointer;
}
.address_flex img {
    width: 1.27rem;
    margin-right: 0.7rem;
}
.address_flex span {
    color: white;
}
header{
    transition: all 0.35s;
}
header.shadow{
    background-color: #3a3330;
}

.head-navigation {
    display: flex;
    gap: 1.88rem;
}

.head-navigation a {
    color: white;
    font-size: 0.75rem;
}
.head-navigation a:hover, .head-navigation a.active{
    color: var(--orange);
    font-weight: 500;
}

.header_right {
    gap: 1.5rem;
}

.languages {
    gap: 0.5rem;
}

.languages a {
    color: white;
    font-size: 0.8rem;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s ease;
}
.languages a:hover, .languages a.active {
    font-weight: 600;
}

.linee {
    width: 1.1px;
    height: 1.2rem;
    background: #878787;
    opacity: 0.7;
}
.header-btn {
    width: 11.75rem;
    height: 3.125rem;
    background: var(--orange);
    color: #ffffff;
    border-radius: 50rem;
    font-size: 0.85rem;
}

/* modal cost */
.modal-cost {
    display: none;
}
.modal-cost.active {
    display: flex;
    width: 100%;
    height: 100%;
    gap: 1.25rem;
    position: fixed;
    z-index: 300;
    justify-content: center;
    background: #26211e;
    top: 0;
    left: 0;
}
.modal-cen {
    display: flex;
    gap: 1rem;
    justify-content: center;
    padding-top: 6rem;
}
.close-x {
    width: 3rem;
    height: 3rem;
    background-color: white;
    border: none;
    border-radius: 50%;
}
.modal-container {
    width: 70rem;
}

.head-modal {
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.close-modal {
    display: none;
}

/*responsive header*/
.burger {
    display: none;
}
.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 75%;
    height: 100%;
    background: #2c2523;
    color: #fff;
    padding: 2rem;
    transition: right 0.3s ease;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mobile-menu.active {
    right: 0;
}

.mobile-nav {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}
.mobile-nav a {
    color: white;
}
.mobile-con {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
/* footer section */
.footer {
    background-color: #fff;
    color: black;
    position: relative;
    overflow: hidden;
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
    gap: 3.125rem;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 2;
}

.footer-left {
}

.footer-logo {
    width: 11.688rem;
    margin-bottom: 1rem;
}

.footer-left p {
    font-size: 0.8rem;
}

.footer-center {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    position: relative;
}

.footer-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.foot-ft {
    display: flex;
    gap: 5rem;
}

.footer-column h3 {
    font-family: var(--font-secondary);
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1.875rem;
    color: #2e2a27;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 0.5rem;
}

.footer-column ul li a {
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 500;
    transition: 0.3s ease;
}

.footer-column ul li a:hover, .footer-column ul li a.active {
    color: var(--orange);
}

.last {
    text-align: end;
}

.footer-bg {
    position: absolute;
    right: 10%;
    width: 24.125rem;
    height: 17.063rem;
    z-index: 1;
    pointer-events: none;
}

.footer-image {
    height: auto;
    overflow: hidden;
    z-index: 1;
}

.footer-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

/* hero section */
.hero {
    color: var(--white);
    background-image: url("../img/back-main.jpg");
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-container {
    padding-top: 7.3rem;
    padding-bottom: 2rem;
    display: flex;
    flex-direction: column;
}

.hero-nav {
    display: flex;
    position: relative;
    height: 13.25rem;
}

.line-for-head {
    height: 100%;
    border: 0.1px solid #878787;
}

.hero-nav a {
    color: white;
    font-size: 0.75rem;
    position: relative;
    padding: 0 0.9rem;
    padding-top: 1rem;
}

.hero-nav a:hover {
    color: var(--orange);
    /*font-weight: 500;*/
}

.hero-icons {
    display: flex;
}

.hero-icons a {
    color: var(--orange);
    font-size: 1.6rem;
    transition: transform 0.3s ease;
}

.hero-icons a:hover {
    transform: translateY(-4px);
}
.hero-content {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
}

.hero-text h1 {
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 2.5rem;
    text-transform: uppercase;
}

.hero-text p {
    color: #ffffff;
    opacity: 0.7;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
}

.main-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.125rem;
    width: 14rem;
    font-size: 0.875rem;
    border: none;
    border-radius: 10rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-orange {
    background-color: var(--orange);
    color: var(--white);
    transition: all 0.3s ease;
}
.btn-orange:hover {
    color: var(--white);
    box-shadow: 4px 4px 20px 0 #f67011;
    transition: all 0.3s ease;
}

.btn-orange2 {
    background-color: var(--orange);
    color: var(--white);
    transition: all 0.3s ease-in;
}
.btn-orange2:hover {
    background-color: white;
    color: var(--orange);
    border: 2px solid var(--orange);
    transition: all 0.3s ease-in;
}

.btn-gray {
    background-color: var(--gray);
    color: var(--white);
    transition: all 0.3s ease;
}
.btn-gray:hover {
    background-color: #000000;
    color: var(--white);
    transition: all 0.3s ease;
}

.main-left-side {
    flex-direction: column;
    justify-content: end;
}

.hero-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: -11rem;
}
.main-image {
    width: 28rem;
    height: 27rem;
    position: relative;
    bottom: 8rem;
}

.app-btn {
    background-color: var(--orange);
    border-radius: 1.25rem;
    display: flex;
    width: 20.4rem;
    height: 6.5rem;
    align-items: end;
    justify-content: space-between;
    padding-left: 1.4rem;
    padding-right: 0.5rem;
    padding-bottom: 1rem;
    cursor: pointer;
}

.app-btn:hover {
    box-shadow: 4px 4px 20px 0 #f67011;
}

.app-btn p {
    font-weight: 500;
    font-size: 1.125rem;
    color: #fff;
}

.app-phone {
    height: 10rem;
    width: 9rem;
    position: relative;
    top: 1.5rem;
}

/* services section */
.services {
    background-image: url("../img/puma-back.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 42rem;
}

.services-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 3rem;
}

.services-header div {
    font-size: 2.5rem;
    font-weight: 600;
    font-family: var(--font-secondary);
    text-transform: uppercase;
    line-height: 1.2;
}

.services-header p {
    color: #ffffff;
    font-size: 1rem;
    opacity: 0.7;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 19.063rem);
    gap: 1.25rem;
}

.service-card {
    background-color: transparent;
    border: 1px solid #878787;
    border-radius: 1.875rem;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 22.313rem;
    transition: all 0.4s ease;
}

.service-card h3 {
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    margin-bottom: 1.25rem;
    font-family: var(--font-secondary);
}

.service-card p {
    color: #ccc;
    font-size: 0.95rem;
}

.service-card.active {
    background-color: #fff;
    color: #000;
    border-color: var(--orange);
}

.service-card.active h3 {
    color: #000;
}

.service-card.active p {
    color: #333;
}

.service-card:hover {
    background-color: #fff;
    color: #000;
    border-color: var(--orange);
    transform: translateY(-4px);
}

.service-card:hover h3 {
    color: #000;
}

.service-card:hover p {
    color: #333;
}

.services-grid:hover .service-card.active {
    background-color: transparent;
    color: #fff;
    border-color: #878787;
}

.services-grid:hover .service-card.active h3 {
    color: #fff;
}

.services-grid:hover .service-card.active p {
    color: #ccc;
}

.service-card.active:hover {
    background-color: #fff !important;
    color: #000 !important;
    border-color: var(--orange) !important;
}
.service-card.active:hover h3,
.service-card.active:hover p {
    color: #000 !important;
}

.service-btn {
    background-color: var(--orange);
    color: #fff;
    font-size: 0.875rem;
    width: 100%;
    height: 3.125rem;
    border: none;
    border-radius: 40rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-card:hover .service-btn {
    box-shadow: 4px 4px 20px 0 #f67011;
    transform: translateY(-2px);
}

.image-card {
    padding: 0;
    border: none;
}

.image-card img {
    width: 100%;
    height: 100%;
    border-radius: 1.875rem;
    object-fit: cover;
}

/* partners section */
.orange {
    color: var(--orange);
}

.partners-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.partners-header div {
    font-size: 2rem;
    font-weight: 700;
    font-family: var(--font-secondary);
    text-transform: uppercase;
    max-width: 62.75rem;
}

.partners-header p {
    color: #ffffff;
    font-size: 1rem;
    opacity: 0.7;
}
.partners-grid {
    display: flex;
    justify-content: space-between;
    gap: 1.25rem;
    align-items: end;
}

.partner-img {
    width: 19.125rem;
    height: 22.813rem;
    object-fit: cover;
}
.partners-img-group img {
    width: 19.063rem;
    height: 13.313rem;
    object-fit: cover;
}

.partners-img-group {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.partners-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 4rem;
}

.partners-content-txt div {
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.partners-content p {
    font-size: 1rem;
}

.partners-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16.563rem;
    height: 3.125rem;
    background-color: var(--orange);
    border-radius: 50rem;
    font-size: 0.85rem;
    color: white;
}

.partners-stats {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-top: 3rem;
    gap: 2rem;
}

.stat {
    display: flex;
    align-items: end;
    gap: 1rem;
}

.stat div {
    font-size: 4rem;
    font-weight: 700;
    font-family: var(--font-secondary);
    color: #fff;
    text-transform: uppercase;
}

.stat p {
    font-size: 1rem;
    text-transform: lowercase;
    margin-bottom: 5px;
}

/* advantages section */
.advantages {
    background-color: #fff;
    color: black;
    padding: 3.2rem 0;
    min-height: 41rem;
}

.advantages-sec {
    background-color: transparent;
    color: white;
    padding: 0;
}

.advantages-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 41rem;
}

.advantages-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 3rem;
}

.advantages-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--font-secondary);
}

.advantages-header p {
    color: rgb(0, 0, 0);
    opacity: 0.7;
}
.advantages-header-sec p {
    color: white;
}

.advantages-grid {
    display: flex;
    border-top: none;
    align-items: end;
}

.adv-card {
    border-left: 1px solid #a7a7a7;
    padding: 0 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 0.625rem;
    position: relative;
    min-height: 27.5rem;
    width: 20rem;
}

.app-in-img {
    width: 19rem;
    height: 35rem;
}

.to-top {
    bottom: 5rem;
}

.adv-sub {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    margin-top: 6.25rem;
}

.adv-card:last-child {
    border-right: none;
}

.adv-in-card {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.adv-card h3 {
    font-size: 2rem;
    font-family: var(--font-secondary);
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}

.adv-card p {
    font-size: 1rem;
    color: #878787;
}

.adv-sub h3 {
    font-size: 2rem;
    font-family: var(--font-secondary);
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}

.adv-sub p {
    font-size: 1rem;
    color: #878787;
}

.adv-plane {
    position: absolute;
    width: 15rem;
    height: 11rem;
    top: 10rem;
    left: -1rem;
    transform: translate(-50%, -70%);
    z-index: 1;
    animation: float 3s ease-in-out infinite;
}

.app-plane-img {
    width: 29.271rem;
    height: 19.875rem;
}

@keyframes float {
    0%,
    100% {
        transform: translate(-50%, -70%);
    }
    50% {
        transform: translate(-50%, -75%);
    }
}

/* projects section */
.projects {
}

.projects-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 2.5rem;
}

.projects-header div {
    font-size: 2.5rem;
    font-weight: 700;
    font-family: var(--font-secondary);
    text-transform: uppercase;
}

.projects-all-btn {
    width: 16.625rem;
    height: 3.125rem;
    color: white;
    background-color: var(--orange);
    font-size: 0.875rem;
    border-radius: 20rem;
    justify-content: center;
    align-items: center;
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.project-card {
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 25.75rem;
    gap: 1.25rem;
}

.project-card img {
    width: 100%;
    object-fit: cover;
}

.project-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    font-family: var(--font-secondary);
    text-transform: uppercase;
    margin-bottom: unset;
}

.project-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.125rem;
    width: 100%;
    border-radius: 20rem;
}
/* delivery section */
.delivery {
}

.delivery h2 {
    font-size: 2.5rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 2.5rem;
    font-family: var(--font-secondary);
}

.delivery-content {
    display: flex;
    gap: 1.5rem;
    align-items: start;
}

.delivery-height {
    height: 30.688rem;
}

.delivery-image {
    width: 25.813;
    height: 30.688rem;
    object-fit: cover;
}

.delivery-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.delivery-text div {
    font-size: 2rem;
    font-weight: 700;
    font-family: var(--font-secondary);
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.delivery-text div span {
    color: var(--orange);
}

.delivery-text p {
    color: white;
    opacity: 0.7;
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
}

.delivery-text p:last-child {
    margin-bottom: 0;
}

/* calculate section */
.calculate-container {
    /*background-image: url("../img/plane-backg.jpg");*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80rem;
    border-radius: 1.25rem;
    overflow: hidden;
    min-height: 30rem;
    display: flex;
    justify-content: space-between;
    gap: 2rem;
}

.calculate-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.25rem;
}

.calculate-tag {
    background-color: #fff;
    color: #000;
    font-size: 0.875rem;
    border-radius: 20rem;
    height: 2.313rem;
    width: 13.5rem;
    padding: 0 0.625rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    z-index: 2;
}

.calculate-tag .dot {
    width: 0.9rem;
    height: 0.9rem;
    background-color: var(--orange);
    border-radius: 50%;
}

.calculate-text {
    display: flex;
    flex-direction: column;
}

.calculate-text h2 {
    font-size: 2.5rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    font-family: var(--font-secondary);
}

.calculate-text p {
    color: #878787;
    font-size: 1rem;
}

.calculate-right {
    background-color: #26211e;
    width: 33.875rem;
    padding: 0 2.813rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2rem;
    border-radius: 1.25rem;
}

.calculate-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}

.calculate-form input {
    background-color: #fff;
    color: #000;
    font-size: 0.9rem;
    border: none;
    height: 2.813rem;
    border-radius: 1rem;
    padding: 0 1rem;
}

.calculate-form p {
    font-size: 0.75rem;
    color: #ffffff;
    opacity: 0.7;
}

.calculate-btn {
    height: 2.813rem;
    width: 100%;
    border-radius: 20rem;
}

/* mobile section */
.mobile-section {
    background-color: #fff;
    min-height: 41rem;
}

.mobile-wrapper {
    padding: 2.5rem 0;
    display: flex;
    justify-content: space-between;
    gap: 1.25rem;
    align-items: center;
}

.mobile-card {
    width: 39.375rem;
    border-radius: 1.25rem;
    padding: 1.875rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    background-size: cover;
    background-position: center;
}

.mobile-card h2 {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--font-secondary);
}

.mobile-item {
    background-color: #fff;
    color: #000;
    border-radius: 0.5rem;
    width: 100%;
    padding: 0.625rem 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.625rem;
    margin-bottom: 1rem;
}

.mobile-item .circle {
    width: 0.9rem;
    height: 0.9rem;
    background-color: var(--orange);
    border-radius: 50%;
    flex-shrink: 0;
}

.mobile-item p {
    font-size: 1rem;
}

.mobile-item strong {
    font-weight: 700;
}

.mobile-buttons {
    width: 100%;
    display: flex;
    gap: 0.8rem;
    margin-top: 1rem;
}
.mobile-btn {
    background-color: #1d1d1d;
    color: #fff;
    border: none;
    border-radius: 3rem;
    width: 17.5rem;
    height: 3.125rem;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.mobile-btn:hover {
    background-color: white;
    color: black;
    border: 1.5px solid black;
}

.mobile-image img {
    width: 100%;
    border-radius: 1.5rem;
    object-fit: cover;
}

/* video section */
.video-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.video-header h2 {
    font-size: 2.5rem;
    font-family: var(--font-secondary);
    font-weight: 700;
    text-transform: uppercase;
}

.video-arrows {
    display: flex;
    gap: 1rem;
}

.video-arrows button {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    border: 1px solid var(--orange);
    background: transparent;
    color: #fff;
    font-weight: 300;
    cursor: pointer;
    transition: 0.3s;
}

.video-arrows button:hover {
    background-color: var(--orange);
    opacity: 11;
    border-color: var(--orange);
    color: #fff;
}

.video-card {
    background-color: #000000;
    border-radius: 1.25rem;
    width: 19.063rem;
    height: 33.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.video-card:hover .ab_img{
    opacity: 0.6;
}
.ab_img{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.8;
    transition: all 0.35s;
}
.video-thumbnail {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.video-card:hover .video-thumbnail i{
    background-color: #f67011;
}
.video-thumbnail i {
    font-size: 1.3rem;
    background-color: #000000;
    color: #fff;
    border-radius: 50%;
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s;
}

.slick-slide {
    padding: 0 0.5rem;
}

.slick-list {
    margin: 0 -0.5rem;
}

.slick-dots {
    display: none !important;
}

/* contacts section */
.contacts-wrapper {
    display: flex;
    gap: 3rem;
    justify-content: space-between;
}

.contacts-info h2 {
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: 700;
    font-family: var(--font-secondary);
    margin-bottom: 2.5rem;
}

.contacts-block {
    margin-bottom: 1.25rem;
}
.contacts-info .contacts-block:last-child {
    margin-bottom: 0;
}

.contacts-block div {
    font-size: 1rem;
    color: white;
    opacity: 0.6;
    text-transform: uppercase;
    margin-bottom: 0.7rem;
}

.contacts-block p {
    font-size: 1rem;
    color: white;
    opacity: 0.9;
}

.contacts-block a {
    color: #eaeaea;
    text-decoration: none;
    transition: 0.3s;
}

.contacts-socials {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

.contacts-socials a {
    background-color: var(--orange);
    color: #fff;
    font-size: 1.6rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.contacts-map {
    width: 52.938rem;
    height: 29.5rem;
    border-radius: 2.5rem;
    overflow: hidden;
}

/* reviews section */
.review-slider {
    width: 100%;
}
.review-card-img {
    width: 100%;
    object-fit: cover;
    border-radius: 1rem;
    transition: transform 0.3s ease;
}

.review-card:hover img {
    transform: scale(1.03);
}

/* about section */
.about-hero {
    position: relative;
    background-image: url("../img/about-back.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 30rem;
}
.services-hero {
    background-image: none;
    min-height: 20rem;
    margin-bottom: 0;
}
.card-hero {
    position: relative;
    /* background-image: url("../img/car.svg"); */
    /* background-image: url("../img/car1.png"); */
    background-position: right;
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 30rem;
}
.projects-hero {
    background-image: none;
    min-height: 20rem;
    margin-bottom: 0;
}
.projects-hero-head {
    display: flex;
    justify-content: space-between;
    gap: 2.5rem;
    margin-bottom: 4rem;
}
.projects-hero-head p {
    opacity: 0.7;
    max-width: 32.625rem;
}

.app-about-hero {
    background-image: none;
    min-height: 20rem;
    margin-bottom: 0;
}
.app-about {
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    margin-bottom: 2rem;
    align-items: start;
}
.ab-app-buttons {
    display: flex;
    flex-direction: column;
    gap: 0.62rem;
}

.app-about-btn {
    height: 3.125rem;
    width: 19.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50rem;
    font-size: 0.875rem;
}

.about-container {
    padding-top: 8.5rem;
    display: flex;
    flex-direction: column;
    padding-bottom: 3rem;
}

.ser-card-btn {
    width: 19.125rem;
}

.about-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    margin-bottom: 2rem;
}

.about-breadcrumbs a,
.about-divider {
    color: #ffffff;
    opacity: 0.6;
    font-size: 0.9rem;
}
.about-breadcrumbs a:hover {
    opacity: 1;
    font-weight: 500;
}

.about-container h1 {
    font-size: 3rem;
    font-family: var(--font-secondary);
    text-transform: uppercase;
    margin-bottom: 4rem;
}

.app-about-container h1 {
    margin-bottom: unset;
}

.about-text {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-top: 1px solid #878787;
    padding-top: 1rem;
    max-width: 100%;
    gap: 2rem;
}

.app-about-text {
    border-top: 1px solid #878787;
    padding-top: 2rem;
}

.service-head-txt {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    max-width: 100%;
    gap: 1.5rem;
}

.about-text p:first-child {
    max-width: 46.125rem;
    font-weight: 600;
    font-size: 1.5rem;
}
.about-text p:last-child {
    max-width: 25.5rem;
}

.projects-text {
    border-top: 1px solid #878787;
    padding-top: 1rem;
}
.projects-text p {
    max-width: 46.125rem;
    font-weight: 600;
    font-size: 1.5rem;
}

.about-text p:last-child {
    opacity: 0.7;
    font-size: 1rem;
}

.service-head-txt p {
    font-size: 1rem;
    opacity: 0.9;
}

/* stats section */
.stats-section {
    background-image: url("../img/puma-back.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 42rem;
}

.stats-container {
    display: flex;
    gap: 1.25rem;
}

.stats-row {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1.25rem;
}

.stats-card {
    width: 25.8125rem;
    height: 16.625rem;
    padding: 1.25rem;
    border: 0.5px solid #878787;
    border-radius: 1.25rem;
    background-color: transparent;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.last-stat-card {
    height: 34.5rem;
}

.stats-card:hover {
    transform: translateY(-4px);
}

.stats-card h2 {
    font-size: 4rem;
    font-family: var(--font-secondary);
    font-weight: 700;
}

.stats-card p {
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    opacity: 0.7;
}

/* team section */
.team-slider {
    display: flex;
    gap: 1.1875rem;
}

.team-card {
    display: flex;
    width: 19.125rem;
    flex-direction: column;
}

.team-card img {
    width: 100%;
    border-radius: 0;
    margin-bottom: 1rem;

}

.team-card h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.7rem;
}

.team-card p {
    font-size: 0.875rem;
    opacity: 0.7;
}

/* karta section */
.karta {
    width: 100%;
    min-height: 34.9375rem;
    object-fit: cover;
}

/* map section */
.map-container h2 {
    font-family: var(--font-secondary);
    font-size: 2.5rem;
    font-weight: 700;
    text-transform: uppercase;
}
.map-img {
    height: 20rem;
}

/* negotiation section */
.negotiation-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.1875rem;
}

.negotiation-image {
    width: 32.625rem;
    height: 38.9375rem;
}

.negotiation-image img {
    width: 32.625rem;
    height: 100%;
    object-fit: cover;
}

.negotiation-height {
    height: 38.9375rem;
}

.negotiation-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.negotiation-top {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.negotiation-box-row {
    display: flex;
    justify-content: space-between;
}
.negotiation-box {
    height: 11.625rem;
    width: 21rem;
    font-family: Oswald;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    transition: border-color 0.3s ease;
}

.line-div {
    height: 11.625rem;
    background-color: #878787;
    width: 1px;
    padding-top: 1rem;
}
.line-div-sec {
    position: relative;
    top: 1.5rem;
}
.the-row3,
.the-row4 {
    border-top: 1px solid #878787;
    padding-top: 1.5rem;
}

/* supplier-section */

.supplier-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.3rem;
}

.supplier-height {
    height: 30.6875rem;
}

.supplier-image img {
    width: 25.8125rem;
    height: 30.6875rem;
    object-fit: cover;
    display: block;
}

.supplier-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.supplier-content p {
    margin-bottom: 1rem;
}

.supplier-content h2 {
    font-size: 2.5rem;
    font-family: var(--font-secondary);
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}

.supplier-content p {
    font-size: 1rem;
}

.supplier-content ul {
    padding-left: 1.5rem;
    list-style-type: disc;
}

.supplier-content ul li {
}

.supplier-content span {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 500;
}

/* stats-container-sec section */
.stats-container-sec h2 {
    font-size: 2.5rem;
    font-family: var(--font-secondary);
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.stats-container-sec {
    display: flex;
    flex-direction: column;
}

.stats-box {
    display: flex;
    gap: 1.25rem;
}

.stats-card-sec h2 {
    font-size: 1.9rem;
}

/* supplier-content-sir section */
.supplier-content-sir h2 {
    font-size: 2rem;
}

.supplier-content-sir p {
    margin-bottom: 1rem;
    font-size: 1rem;
}

.card-ser-btn {
    width: 16.625rem;
}

/* stages-section */
.steps-section {
    position: relative;
    /* background-image: url("../img/puma-black-ser.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 30rem; */
}

.steps-wrapper h2 {
    font-size: 2.5rem;
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--font-secondary);
    margin-bottom: 1.25rem;
}

.steps-wrapper p {
    color: white;
    font-size: 1rem;
}

.steps-timeline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px dashed var(--orange);
    position: relative;
    margin: 2.5rem 0;
    margin-bottom: 0;
}

.steps-dot {
    width: 1rem;
    height: 1rem;
    background-color: var(--orange);
    border-radius: 50%;
    position: relative;
    top: 0.55rem;
    margin-top: -1.1rem;
    margin-bottom: 2.5rem;
}
.steps-items .slick-list{
    padding-top: 1rem;
    margin-top: -1.05rem;
    overflow: unset;
}

.steps-items {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    width: 100%;
}

.step {
    display: flex;
    flex-direction: column;
}

.step_title {
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0.6rem;
    font-family: var(--font-secondary);
}

.step p {
    color: #ffffff;
    font-size: 1rem;
    opacity: 0.7;
}

/* case-section */
.case-wrapper {
    max-width: 56rem;
    margin: 0 auto;
}

.case-wrapper h2 {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 2.5rem;
    font-family: var(--font-secondary);
}

.case-image img {
    width: 100%;
    margin-bottom: 2.5rem;
    height: 25.5rem;
}

.case-block {
    margin-bottom: 2rem;
}

.case-block div {
    font-weight: 700;
    margin-bottom: 1rem;
}

.case-block p {
    font-size: 1rem;
    margin-bottom: 0.8rem;
}

.case-block ul,
.case-block ol {
    margin-left: 1rem;
}

.case-block li {
    margin-bottom: 0.5rem;
}

.case-result {
    background-color: var(--orange);
    color: #fff;
    padding: 1.875rem;
    border-radius: 1.25rem;
    margin-top: 2rem;
    width: 100%;
    height: 10.4rem;
}

.case-result h4 {
    font-size: 2rem;
    font-weight: 700;
    font-family: var(--font-secondary);
    text-transform: uppercase;
    margin-bottom: 0.62rem;
}

.case-result p {
    font-size: 1rem;
    font-weight: 500;
}

/* app-steps section */
.app-steps {
}

.app-steps-wrapper {
    display: flex;
    align-items: center;
    gap: 3rem;
}

.app-phone-img {
    width: 19.05775rem;
    height: 36.04531rem;
    border-radius: 1rem;
    display: block;
}

.app-steps-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3rem;
}

.app-step {
    display: flex;
    gap: 1.2rem;
}
.app-step2 {
    margin-left: 6rem;
}
.app-step3 {
    margin-left: 12rem;
}
.app-step4 {
    margin-left: 18rem;
}

.app-step span {
    color: var(--orange);
    font-weight: 700;
    font-size: 4rem;
    font-family: var(--font-secondary);
    flex-shrink: 0;
}

.step-text h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 0.62rem;
    font-family: var(--font-secondary);
}

.step-text p {
    opacity: 0.6;
    max-width: 26rem;
}

/* download-app section */
.download-app-section {
    /*background-image: url("../img/eye-puma.jpg");*/
    background-repeat: no-repeat;
    width: 100%;
    min-height: 30rem;
    background-position: center;
    background-size: cover;
    padding: 3rem 0;
    display: flex;
    align-items: end;
    margin: 0;
}
.form-note a{
    text-decoration: underline;
    color: #878787;
}
.form-note a:hover{
    text-decoration: none;
}
.download-app {
    display: flex;
    justify-content: space-between;
    gap: 3rem;
}

.download-app-text div {
    font-size: 2.5rem;
    font-family: var(--font-secondary);
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1.2rem;
}

.download-app-text p {
    width: 55rem;
}

.contact-head {
    margin-top: 8rem;
}

/* cooperation-section */

.cooperation-wrapper {
    display: flex;
    gap: 2rem;
}

.form-container {
    background-color: #fff;
    color: #000;
    border-radius: 1.25rem;
    padding: 1.88rem;
    width: 39rem;
}

.form-container h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2rem;
    font-family: var(--font-secondary);
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 0 1rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
    font-size: 0.9rem;
    resize: none;
    height: 3.125rem;
}

.contact-form textarea {
    min-height: 7rem;
    padding: 1rem;
}

.form-note {
    font-size: 0.85rem;
    color: #878787;
}

.cooperation-submit-btn {
    background-color: var(--orange);
    border-radius: 50rem;
    transition: 0.3s;
    width: 100%;
    height: 3.125rem;
    font-size: 0.9rem;
}

.info-container {
    display: flex;
    flex-direction: column;
}

.info-block {
    margin-bottom: 5rem;
    display: flex;
    flex-direction: column;
    gap: 1.56rem;
    max-width: 39rem;
    /* width: 50rem; */
}

.info-block h3 {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0.7rem;
    font-size: 2rem;
    font-family: var(--font-secondary);
}

.info-block p {
    color: #ccc;
    font-size: 1rem;
}

.contact-icons {
    display: flex;
    gap: 1rem;
    margin-top: 0.8rem;
}

.contact-icons a {
    color: white;
    background: var(--orange);
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    transition: 0.3s;
}

/* invest-section */
.invest-section {
}

.invest-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.25rem;
    padding: 1.88rem;
    background-color: #000;
    color: white;
    border-radius: 1.25rem;
}

.invest-text {
    max-width: 37.5rem;
}

.invest {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 25rem;
}

.invest-text span {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2rem;
    font-family: var(--font-secondary);
    margin-bottom: 1.25rem;
}

.invest-text p {
    margin-top: 1.25rem;
}

.invest-contacts p {
    margin: 1.5rem 0;
}

.invest-contacts span {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2rem;
    font-family: var(--font-secondary);
    margin-bottom: 1.5rem;
}
.invest-icons {
    display: flex;
    gap: 0.62rem;
}

.invest-icons a {
    color: white;
    background: var(--orange);
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    transition: 0.3s;
}

.invest-form {
    max-width: 37.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.invest-form input,
.invest-form textarea {
    width: 100%;
    height: 3.125rem;
    background-color: #fff;
    border: none;
    border-radius: 1rem;
    padding: 1rem;
    font-size: 0.95rem;
    color: #26211e;
    resize: none;
}

.invest-form textarea {
    min-height: 6rem;
}

.form-note {
    font-size: 0.9rem;
    color: #878787;
}

.invest-btn {
    background-color: var(--orange);
    border-radius: 50rem;
    transition: 0.3s;
    width: 100%;
    height: 3.125rem;
    font-size: 0.9rem;
}

.china-map {
    position: absolute;
    z-index: -1;
    width: 56.875rem;
    height: 48.8125rem;
    flex-shrink: 0;
    right: 0;
    top: 10rem;
}

/* partners-section */
.partners-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.partners-header h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2rem;
    font-family: var(--font-secondary);
}

.partners-track {
    display: flex;
    gap: 0.625rem;
}

.partners-track a img {
    object-fit: contain;
    background: #fff;
    border-radius: 1.25rem;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
    width: 19.375rem;
    height: 7.5rem;
}
.header-bottom {
    display: none;
}

@media (max-width: 1285px) {
    .container {
        width: 90%;
    }
}

@media (max-width: 450px) {
    .address_flex-sec {
        font-size: 0.7rem;
        cursor: pointer;
        padding: 0 0.6rem;
    }
    .address_flex-sec img {
        width: 1.27rem;
    }
    .address_flex-sec span {
        margin-left: 0.5rem;
        color: white;
    }
    .header-bottom {
        display: flex;
        padding: 0.6rem 0;
    }

    .hero-icons-sec a {
        padding: 0.6rem;
        border-right: 1px solid #878787;
        color: var(--orange);
        font-size: 1.6rem;
        transition: transform 0.3s ease;
    }
    .hero-icons-sec a:first-child {
        border-left: 1px solid #878787;
    }
    .address_flex {
        display: none !important;
    }
}

@media (max-width: 450px) {
    .container {
        width: 90%;
    }
    .head-navigation {
        display: none;
    }
    .phone-btn {
        display: none;
    }
    .burger {
        display: flex;
    }
    .header-btn {
        display: none;
    }
    .close-btn {
        border: none;
        color: #fff;
        font-size: 2rem;
        cursor: pointer;
        background: none;
    }
    .burger {
        border: none;
        color: #fff;
        font-size: 2rem;
        cursor: pointer;
        background-color: var(--orange);
        height: 2.5rem;
        width: 3.8rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10rem;
    }

    .hero-head {
        flex-direction: column;
        margin-bottom: -6rem;
    }
    .main-image {
        width: 94%;
        height: 31rem;
        margin: 0 auto;
    }
    .hero-nav {
        display: none;
    }
    .hero-content {
        flex-direction: column;
    }
    .hero-text h1 br {
        display: none;
    }
    .hero-buttons {
        flex-direction: column;
    }
    .main-btn,
    .app-btn {
        width: 100%;
    }

    .services-header,
    .partners-header,
    .advantages-header {
        flex-direction: column-reverse;
        gap: 1.5rem;
    }
    .services-grid {
        grid-template-columns: 100%;
    }
    .service-card h3 {
        margin-bottom: 2.5rem;
    }
    .service-card {
        min-height: unset;
        gap: 3rem;
        padding: 1.5rem;
    }
    .image-card {
        padding: 0;
        height: 20rem;
    }

    .partners-grid {
        flex-direction: column;
        align-items: center;
    }
    .partners-content {
        gap: 2rem;
    }
    .partner-img,
    .partners-img-group,
    .partners-img-group img {
        width: 100%;
        object-position: top;
    }
    .partners-img-group img{
        height: 18rem;

    }
    .partners-stats {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .stat {
        flex-direction: column;
        align-items: center;
    }

    .advantages-grid {
        flex-direction: column;
        align-items: start;
    }
    .adv-card {
        justify-content: start;
        min-height: unset;
        width: 100%;
        border-bottom: 1px solid #878787;
        padding-bottom: 1rem;
        padding-top: 1rem;
    }
    .adv-card:last-child {
        border-bottom: 0;
    }
    .adv-in-card {
        border-bottom: 1px solid #878787;
        padding-bottom: 1rem;
    }
    .adv-sub {
        margin-top: 0;
    }
    .to-top {
        bottom: 0;
    }
    .adv-plane {
        right: -8rem;
        left: unset;
        top: unset;
        bottom: 11rem;
    }
    .app-plane-img {
        width: 19rem;
        height: 13rem;
        right: -11rem;
        /* bottom: 15rem; */
    }

    .projects-header {
        flex-direction: column;
        gap: 1rem;
        align-items: start;
    }
    .projects-all-btn {
        width: 100%;
    }
    .projects-grid {
        grid-template-columns: 100%;
    }
    .project-card {
        max-width: 100%;
    }

    .delivery-content {
        flex-direction: column;
    }
    .delivery-height {
        height: auto;
        width: 100%;
    }
    .delivery-image {
        width: 100%;
    }

    .calculate-container {
        flex-direction: column;
        padding: 1.5rem;
        background-size: auto;
    }
    .calculate-left {
        padding: 0;
    }
    .calculate-right {
        width: 100%;
        padding: 2rem 3rem;
    }
    .calculate-text h2 {
        border-top: 1px solid #878787;
        padding-top: 1rem;
    }
    .calculate-tag {
        margin-bottom: 1rem;
    }

    .mobile-wrapper {
        flex-direction: column;
    }
    .mobile-card {
        width: 100%;
    }
    .mobile-info {
        width: 100%;
    }
    .mobile-buttons {
        flex-direction: column;
    }
    .mobile-btn {
        width: 100%;
    }

    .video-header {
        flex-direction: column;
    }
    .video-arrows {
        gap: 1.5rem;
    }
    .video-arrows button {
        width: 3.5rem;
        height: 3.5rem;
    }
    .video-header h2 {
        text-align: start;
    }

    .contacts-wrapper {
        flex-direction: column;
    }

    .contacts-map {
        width: 100%;
    }

    .footer {
        gap: 1.5rem;
    }
    .footer-bg {
        top: 15rem;
    }
    .footer-image img {
        height: 17rem;
    }
    .footer-center {
        width: 100%;
        flex-direction: column;
    }
    .foot-ft {
        width: 100%;
        justify-content: space-between;
    }
    .last {
        text-align: start;
    }

    .about-text {
        flex-direction: column-reverse;
    }
    .about-text.second {
        flex-direction: column;
    }

    .stats-container {
        flex-direction: column;
    }
    .stats-card {
        width: 100%;
    }
    .last-stat-card {
        height: 16.625rem;
    }
    .about-container {
        padding-top: 12rem;
    }
    .about-container h1 {
        margin-bottom: 2rem;
    }

    .ser-card-btn {
        width: 100%;
    }
    .card-hero {
        background-image: none;
    }

    .negotiation-wrapper {
        flex-direction: column;
    }
    .negotiation-image {
        width: 100%;
        margin-bottom: 1rem;
    }
    .negotiation-image img {
        width: 100%;
    }
    .negotiation-box-row {
        flex-direction: column;
    }
    .negotiation-height {
        height: auto;
    }
    .line-div {
        display: none;
    }
    .negotiation-box {
        width: 100%;
        border-bottom: 1px solid #878787;
        height: 10rem;
        margin-bottom: 1.5rem;
    }
    .the-row3,
    .the-row4 {
        border-top: unset;
        padding-top: unset;
    }

    .supplier-wrapper {
        flex-direction: column;
        gap: 2.5rem;
    }
    .supplier-height {
        height: auto;
    }
    .supplier-image {
        width: 100%;
    }
    .supplier-image img {
        width: 100%;
        height: 33rem;
    }
    .supplier-content h2 {
        margin-bottom: 1.5rem;
    }
    .card-ser-btn {
        margin-top: 1.5rem;
    }

    .stats-box {
        flex-direction: column;
    }

    .projects-hero-head {
        flex-direction: column;
        gap: 0;
    }

    .projects-text {
        padding-top: 2rem;
        margin-bottom: 3rem;
    }

    .case-wrapper h2 {
        text-align: start;
    }
    .case-wrapper {
        max-width: 90%;
    }
    .case-result {
        height: auto;
    }
    .app-about {
        flex-direction: column;
        gap: 0;
    }
    .ab-app-buttons {
        width: 100%;
    }
    .app-about-btn {
        width: 100%;
    }
    .app-about-text {
        flex-direction: column;
        margin-bottom: 2rem;
    }
    .app-steps-wrapper {
        gap: 2rem;
        flex-direction: column;
    }
    .app-step2,
    .app-step3,
    .app-step4 {
        margin-left: 0;
    }

    .adv-card h3 br {
        display: none;
    }
    .rem-bor-bot {
        border-bottom: unset;
        margin-bottom: 2rem;
    }
    .app-in-img {
        margin: 0 auto;
    }

    .download-app-section {
        background-position: right;
    }
    .download-app {
        flex-direction: column;
    }
    .download-app-text p {
        width: 100%;
    }

    .partners-track a img {
        height: 8.5rem;
    }
    .cooperation-wrapper {
        flex-direction: column;
    }
    .form-container {
        width: 100%;
    }
    .info-block {
        gap: 1rem;
        margin-bottom: 1.5rem;
    }
    .info-block:last-child {
        margin-bottom: 0;
    }
    .invest-wrapper {
        flex-direction: column;
    }
    .invest {
        min-height: unset;
        gap: 2rem;
    }
    .invest-form {
        gap: 1rem;
    }
    .close-modal {
        display: block;
    }
    .close-x {
        display: none;
    }
    .contact-head {
        margin-top: 12rem;
    }
}


.contacts-info a:hover{
    opacity: 0.8;
}
.policy a, .text_page .content a{
    color: white;
    text-decoration: underline;
}
.policy a:hover, .text_page .content a:hover{
    text-decoration: none;
}
.send_btn{
    position: relative;
    overflow: hidden;
}
.text_page{
    padding-bottom: 4rem;
}
.about_map{
    margin-bottom: -23rem;
}
section.calculate{
    position: relative;
    z-index: 1;
}
.main-image{
    animation: swing 4s ease-in-out infinite alternate;
    transform-origin: top center; /* Adjust origin for a natural swing */
}
.hover_svg{
    cursor: pointer;
    transition: all 0.35s;
}
.hover_svg:hover{
    fill: #f67011
}
.svg_plus{
    transition: all 0.35s;
    pointer-events: none;
}
.svg_plus.active{
    opacity: 0;
}
.country_name.active{
    opacity: 1;
}
.country_name{
    opacity: 0;
    transition: all 0.35s;
    pointer-events: none;
}
.country_border, .country_border2{
    cursor: pointer;
    transition: all 0.35s;
}
.country_border2.active{
    fill: #f67011
}
.country_border:hover{
    fill: #f67011
}
@keyframes swing {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(15deg);
    }
    50% {
        transform: rotate(0deg);
    }
    75% {
        transform: rotate(-15deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
.negotiation-section, .advantages-header{
    position: relative;
    z-index: 1;
}
.service_page_hero{
    background-image: url("../img/service_bg.png");
    background-position: center center;
    background-size: cover;
    min-height: 36rem;
    margin-bottom: -3rem;
}
