@font-face {
    font-family: "Helvetica-Neue";
    src: url("../assets/font/HelveticaNeue-Medium.otf") format("ots");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Helvetica-Neue", sans-serif;
}

body {
    background-color: #000;
    color: #fff;
}

::selection {
    background: #ff3c00;
    color: #fff;
}

::-webkit-scrollbar {
    width: 3px;
}

::-webkit-scrollbar-thumb {
    background: #ff3c00;
    cursor: pointer;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(230, 87, 44, 0.74);
}

/*active media*/
#contacts a {
    color: #fff !important;
}

/*contacts container all*/

.contacts-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 3.1vw;

    width: 100%;
    height: 100%;
    z-index: 2;

    padding: 7vw 5.2vw 4.6vw 5.2vw;
    margin-top: 5.7vw;
}

.contacts-main {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1vw;

    width: 16vw;
}

.contacts-main h1 {
    font-size: 2.5vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    color: #fff;
}
.contacts-main p {
    font-size: 0.8vw;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration: none;
    color: #fff;
}
.contacts-main p span {
    font-size: 0.8vw;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration: none;
    color: #ff511b;
}

.contacts-main_footer {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;

    font-size: 0.8vw;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration: none;
    color: #4a4a4a;
}

.contacts-main_footer svg {
    width: 1.5vw;
    height: 1.5vw;
}

.contacts-cards {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.contacts-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;

    width: 22.3vw;
    height: 31.2vw;
    padding: 1.5vw;
    border: 1px solid #606060;
    border-radius: 10px;

    margin-right: 1.5vw;
}

.contacts-card:last-child {
    margin-right: 0 !important;
}

.card-header {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 5px;
}

.card-header span {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;

    font-size: 0.8vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}
.card-header span svg {
    width: 0.5vw;
    height: 0.5vw;
}

.card-header h3 {
    font-size: 1.6vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

.card-footer {
    width: 100%;
}

.card-footer a {
    font-size: 0.8vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;

    color: #fff;
}

.find .card-footer a {
    color: #fff;
}

.social-link {
    justify-content: unset !important;
}

.social-link a {
    margin-right: 1.5625vw;
}

.write .card-footer {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0.5vw;
}

.write .card-footer a {
    color: #000;
}

.card-footer_item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.card-footer_item p,
.card-footer_item a {
    font-size: 0.8vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

.follow .card-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.find {
    background-image: url("../assets/img/makeg.jpg");
    background-size: cover;
    background-repeat: no-repeat;

    color: #fff;
}
.write {
    background-image: url("../assets/img/white-image.png");
    background-size: cover;
    background-repeat: no-repeat;

    color: #000;
}
.follow {
    background-image: url("../assets/img/contacts(3.html).png");
    background-size: cover;
    background-repeat: no-repeat;

    color: #fff;
}

/*footer*/

.footer-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 8;
    background-color: #000;
    width: 100%;
    height: auto;
    padding: 4.4vw 5.7vw;
}

.footer {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 7.8vw;
    background-color: #0d0d0d;
    width: 100%;
    height: 100%;
    padding: 4.4vw 3.9vw 3.9vw 3.9vw;
    border: none;
    border-radius: 10px;
    background-image: url("../assets/img/footer-bg.png");
}

.footer-head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.footer-head_title {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;

    max-width: 14.8vw;
}

.footer-head_title h3 {
    font-size: 1.3vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.footer-head_title span {
    font-size: 0.6vw;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    color: #7c7c7c;
}

.footer-head p {
    font-size: 0.9vw;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    color: #7c7c7c;

    max-width: 16.6vw;
}
.footer-head a {
    font-size: 0.9vw;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    color: #fff;
    text-decoration: underline;
}

.footer-main {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    padding-right: 9.1vw;
}

.footer-cards {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.footer-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    padding-right: 6.25vw;
}

.footer-card:nth-child(1) {
    padding-right: 2.6vw !important;
    max-width: 14vw;
}

.footer-card h4 {
    font-size: 1.1vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 0.5vw;
}

.footer-card a {
    font-size: 0.8vw;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration: none;
    color: #fff;
}

.footer-cards .contacts {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.footer-logo {
    max-width: 7.8vw;
    width: 100%;
    height: auto;
}

.footer-logo svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mobile-policy {
    display: none;
}

/*swiper for mobile*/

.contacts-mobile-cards {
    display: none;
}

@media (max-width: 743px) {
    .social-link a {
        margin-right: 4.5vw;
    }

    .contacts-mobile-cards {
        display: block;
        padding: 0 4.8vw;
    }

    .contacts-cards {
        display: none;
    }

    .swiper {
        width: 100%;
        height: 100%;
    }

    .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .swiper-slide {
        width: 78.5vw !important;
        height: 96vw !important;
        margin-right: 7.2vw !important;
    }
    .swiper-slide:last-child {
        margin-right: 0 !important;
    }

    .contacts-container {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 4.8vw;

        width: 100%;
        height: 100%;
        z-index: 2;

        padding: 7.7vw 4.8vw 4.8vw 4.8vw;
        margin-top: 12.8vw;
    }

    .contacts-main {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 0;

        width: 79.7vw;
    }

    .contacts-main h1 {
        font-size: 6.2vw;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-decoration: none;
        color: #fff;

        margin-bottom: 2.4vw;
    }
    .contacts-main p {
        font-size: 3.3vw;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        text-decoration: none;
        color: #ffffff;
    }

    .am-media .card-footer_item p {
        font-size: 2.9vw;
        font-weight: 400;
    }
    .contacts-main p span {
        font-size: 3.3vw;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        text-decoration: none;
        color: #ff511b;
    }

    .contacts-main_footer {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 5px;

        font-size: 3.3vw;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        text-decoration: none;
        color: #4a4a4a;
    }

    .contacts-main_footer svg {
        width: 5vw;
        height: 5vw;
    }

    .contacts-cards {
        display: none;
    }

    .swiper-slide.contacts-card {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;

        width: 78.5vw;
        height: 96vw;
        padding: 4.8vw 7.2vw 4.8vw 4.8vw;
        border: 1px solid #606060;
        border-radius: 2.4vw;
    }

    .card-header {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 0;
    }

    .card-header span {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 0;

        font-size: 3.8vw;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        text-decoration: none;

        margin-bottom: 5px;
    }
    .card-header span svg {
        width: 2.4vw;
        height: 2.4vw;

        margin-right: 5px;
    }

    .card-header h3 {
        font-size: 5vw;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        text-decoration: none;
    }

    .card-footer {
        width: 100%;
    }

    .card-footer a {
        font-size: 3.3vw;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        text-decoration: none;
    }

    .write .card-footer {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 0;
    }

    .card-footer_item {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .card-footer_item:first-child {
        margin-bottom: 2.4vw;
    }

    .card-footer_item p,
    .card-footer_item a {
        font-size: 3.3vw;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        text-decoration: none;
    }

    .follow .card-footer {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .find {
        background-size: cover;
        background-repeat: no-repeat;
    }
    .write {
        background-size: cover;
        background-repeat: no-repeat;
    }
    .follow {
        background-size: cover;
        background-repeat: no-repeat;
    }

    /*mobile footer*/
    .footer-container {
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 8;
        background-color: #000;
        width: 100%;
        height: auto;
        padding: 19.3vw 4.8vw;
    }

    .footer {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 14.4vw;
        background-color: #0d0d0d;
        width: 100%;
        height: 100%;
        padding: 7.2vw;
        border: none;
        border-radius: 2.4vw;
        background-image: url("../assets/img/footer-bg.png");
    }

    .footer-head {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .footer-head_title {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 5px;

        max-width: 60.3vw;
    }

    .footer-head_title h3 {
        font-size: 5vw;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .footer-head_title span {
        font-size: 2.8vw;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        color: #7c7c7c;
    }

    .footer-head p {
        display: none;
    }

    .mobile-policy {
        display: block;
        font-size: 2.8vw;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        color: #7c7c7c;

        max-width: 43.7vw;
    }

    .mobile-policy a {
        font-size: 2.8vw;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        color: #e5e5e5;
        text-decoration: underline;
    }

    .footer-main {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-end;
        width: 100%;
        padding-right: 0;
        gap: 14.4vw;
    }

    .footer-cards {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 4.8vw;
        width: 100%;
    }

    .footer-card {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 2.4vw;
        padding-right: 0;
        width: 45%;
    }

    .footer-card:nth-child(1) {
        padding-right: 0 !important;
        max-width: 37.9vw;
    }

    /*questionable disabling*/
    .footer-card:nth-child(3) {
        display: none;
    }
    /**/

    .footer-card h4 {
        font-size: 4.3vw;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        padding-bottom: 0.5vw;
    }

    .footer-card a {
        font-size: 3.3vw;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        text-decoration: none;
        color: #fff;
    }

    .footer-cards .contacts {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .footer-logo {
        max-width: 100%;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin: auto;
        width: 100%;
        max-width: 100% !important;
    }

    .footer-logo svg {
        width: 23.2vw;
        height: 8.6vw;
        object-fit: contain;
    }
}

.garoon {
    position: absolute;
    bottom: 1.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.garoon a {
    font-size: 0.8vw;
    font-weight: 300;
    color: #4f4f4f;
    text-decoration: none;
}

.garoon a span {
    font-size: 0.8vw;
    font-weight: 300;
    color: #fff;
    text-decoration: underline;
}

@media (max-width: 743px) {
    .garoon {
        bottom: 5.5vw;
    }

    .garoon a {
        font-size: 3.2vw;
    }

    .garoon a span {
        font-size: 3.2vw;
    }

    .swiper-slide {
        width: 100% !important;
        margin-right: 0;
        margin-bottom: 20px;
    }
}
