@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;400;500;600;700&display=swap');

@font-face {
    font-family: "NovaPoshta";
    src: local("NovaPoshta"), url('./fonts/NovaPoshta-Regular.woff') format('woff');
    font-weight: 400;
}

@font-face {
    font-family: "NovaPoshta";
    src: local("NovaPoshta"), url('./fonts/NovaPoshta-Medium.woff') format('woff');
    font-weight: 500;
}

@font-face {
    font-family: "NovaPoshta";
    src: local("NovaPoshta"), url('./fonts/NovaPoshta-Bold.woff') format('woff');
    font-weight: 700;
}

@font-face {
    font-family: "NovaPoshta";
    src: local("NovaPoshta"), url('./fonts/NovaPoshta-Black.woff') format('woff');
    font-weight: 900;
}

body {
    padding-top: 80px;
    font-family: Inter, Arial, sans-serif;
    color: #000000;
    font-size: 16px;
    overflow-x: hidden;
    line-height: 1.3;
}

img {
    max-width: 100%;
}

.navbar-nav .nav-link {
    font-size: 16px;
}

.hide {
    display: none;
}

.nav-link,
.nav-link:active,
.nav-link:focus,
.nav-link:hover {
    color: #475569;
}

.nav-link {
    padding: 0 31px !important;
}

.navbar {
    background: #ffffff;
    padding: 26px 0;
}

.navbar-toggler {
    padding: 0;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-light .navbar-nav .nav-link {
    padding: 0 14px !important;
    color: #475569;
    font-weight: 500;
}

.navbar-light .navbar-nav .nav-link.user-name {
    padding: 15px 16px !important;
    display: flex;
    align-items: center;
}

.navbar-light .navbar-nav .nav-link.user-name.show {
    box-shadow: rgba(0, 0, 0, 0.08) 0 10px 50px 0;
    border-radius: 12px 12px 0 0;
}

.dropdown-menu {
    position: absolute;
    right: 0;
    border: 1px solid rgb(242, 242, 245);
    box-shadow: rgba(0, 0, 0, 0.08) 0 10px 50px 0;
    border-radius: 12px;
    margin-top: 0;
    padding: 0;
    overflow: hidden;
}

.dropdown-item {
    border-top: 0.5px solid rgb(203, 213, 225);
    font-size: 14px;
    color: rgb(0, 0, 0);
    padding: 16px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 16px;
}

.dropdown-item:first-child {
    border: none;
}

.dropdown-item:active {
    background-color: #ffffff;
    color: rgb(0, 0, 0);
}

.dropdown-menu[data-bs-popper] {
    margin-top: 0;
    right: 0;
    left: auto !important;
}

.logo {
    margin-right: 35px;
}

.login-block a.authLink {
    color: #DA291C;
    font-family: "NovaPoshta", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    display: block;
    padding: 19px 25px 19px 0;
}

.lang-block {
    color: #475569;
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 32px;
}

.link {
    background: url('../images/arrow.svg') no-repeat center right;
    padding-right: 25px;
    color: #DA291C;
    text-decoration: none;
}

.link:hover {
    text-decoration: underline;
    color: #DA291C;
}

.navbar-light .navbar-toggler-icon {
    background: none;
    font-size: 16px;
    margin-top: 0;
}

.navbar-light .navbar-toggler {
    border: none;
}

.wait-btn {
    margin-left: 32px;
}

.catalog {
    padding-top: 100px;
    margin-bottom: 90px;
}

.catalog .title {
    margin-bottom: 100px;
}

.catalog-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F6F6F9;
    border-radius: 12px;
    padding: 0 0 0 40px;
}

.catalog-title {
    position: relative;
    font-family: "NovaPoshta", sans-serif;
    font-size: 32px;
    margin-bottom: 16px;
    font-weight: 700;
}

.catalog-title .icon {
    width: 22px;
    position: relative;
    top: -30px;
    left: 20px;
}

.catalog-text {
    color: #18181B;
    margin-bottom: 24px;
}

.catalog-photo {
    width: 60%;
    margin: 0;
}

.title {
    font-family: "NovaPoshta", sans-serif;
    font-size: 46px;
    font-weight: 700;
}

.mobile {
    display: none;
}

.navbar-toggler {
    position: absolute;
    right: 14px;
    top: 34px;
}

.buyout {
    margin-bottom: 100px;
    padding-top: 70px;
}

.buyout .tab-content {
    margin-top: 60px;
}

.buyout .title {
    margin-bottom: 40px;
}

.buyout-menu {
    display: flex;
    justify-content: center;
    margin-bottom: 52px;
}

.nav-pills .nav-link.buyout-item {
    font-size: 14px;
    padding: 16px 32px !important;
    border: 1px solid #92BBD6;
    border-radius: 8px;
    margin: 0 12px 12px;
    white-space: nowrap;
}

.nav-pills .nav-link.buyout-item.active {
    background: #92BBD6;
    color: #ffffff;
    border-color: #92BBD6;
}

.login-block {
    color: #475569;
    font-size: 14px;
}

.nav-link.user-name {
    text-transform: none;
    font-weight: 400;
}

.nav-link.user-name:after {
    /*display: none;*/
    border: none;
    background: url('../images/arrow-menu-grey.svg') no-repeat;
    width: 13px;
    height: 10px;
    position: relative;
    top: 4px;
    left: 3px;
    transform: rotate(180deg);
    transition: all 0.1s ease;
}

.nav-link.user-name.show:after {
    transform: rotate(0deg);
    top: -2px;
    left: 0;
}

.buyout-left {
    position: relative;
}

.buyout-icons {
    position: absolute;
    width: 55px;
    top: 28px;
    left: 28px;
}

.title-small {
    color: #668396;
    font-size: 12px;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.block-title {
    font-family: 'NovaPoshta', sans-serif;
    font-size: 36px;
    margin-bottom: 32px;
}

.block-text {
    font-size: 16px;
    color: #18181B;
    margin-bottom: 24px;
}

.decorate-1 {
    position: absolute;
    top: -46px;
    left: -46px;
}

.decorate-4 {
    position: absolute;
    top: -46px;
    right: 15%;
}

.decorate-3 {
    position: relative;
    left: 50%;
    top: -20%;
}

.decorate-5 {
    position: absolute;
    top: 40px;
}

.decorate-6 {
    position: relative;
    top: -30px;
    left: -35px;
}

.decorate-7 {
    position: relative;
    top: -30px;
    left: -20px;
}

.forwarding {
    padding-top: 70px;
    margin-bottom: 80px;
}

.forwarding-right {
    position: relative;
}

footer {
    border-top: 1px solid #E2E8F0;
    padding: 48px 0 32px;
}

.copyright {
    color: #475569;
    font-size: 14px;
}

.copyright a {
    color: #475569;
}

.footer-title {
    font-size: 12px;
    color: #DA291C;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer-item {
    margin-bottom: 12px;
}

.footer-content a {
    color: #000000;
    text-decoration: none;
}

.footer-content a:hover {
    text-decoration: underline;
}

.footer-apps {
    display: flex;
}

.footer-apps img {
    height: 40px;
    margin-right: 12px;
}

.novashop {
    padding-top: 70px;
}

.mobile-menu {
    display: none;
}

.mobile-menu-footer {
    padding-top: 20px;
}

.mobile-menu-item {
    font-size: 14px;
    color: #475569;
    margin-bottom: 12px;
}

.mobile-menu-item a {
    color: #475569;
    text-decoration: none;
}

.mobile-menu .navbar-nav {
    border-bottom: 1px solid #CBD5E1;
}

.more-button {
    background: #DA291C;
    color: #FFFFFF;
    border-radius: 8px;
    text-decoration: none;
    padding: 19px 100px;
    display: block;
    width: fit-content;
    margin-top: 32px;
    text-align: center;
}

.more-button:hover {
    text-decoration: none;
    color: #FFFFFF;
}

.auth-modal .more-button {
    width: 100%;
}

.packing {
    padding-top: 70px;
}

.auth-overlay {
    position: fixed;
    inset: 0;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9999;
}

.auth-modal {
    position: relative;
    background-color: rgb(196, 233, 224);
    border-radius: 12px;
    padding: 32px 54px;
    width: 484px;
    max-width: 90%;
}

.close-icon {
    position: absolute;
    width: 12px;
    top: 22px;
    right: 22px;
    cursor: pointer;
}

.auth-download {
    width: 200px;
    margin: 0px auto 24px;
    display: block;
}

.auth-title {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 16px;
}

.auth-text {
    font-size: 18px;
    text-align: center;
    margin-bottom: 24px;
}

.purchase {
    padding-top: 40px;
}

.purchase-wrapper {
    background: #B5E3D8;
    padding: 60px 70px;
}

.is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip, .was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip {
    display: block;
    color: #CC6700;
}

.purchase-title {
    font-family: 'NovaPoshta', sans-serif;
    font-size: 36px;
    margin-bottom: 40px;
}

.purchase-body {
    display: flex;
}

.purchase-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 60%;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 8px;
    padding: 40px 32px;
    font-size: 20px;
}

.purchase-form {
    width: 40%;
    padding-left: 10%;
}

.purchase-h4 {
    display: flex;
    align-items: center;
    font-size: 24px;
    line-height: 36px;
    gap: 16px;
    margin-bottom: 24px;
}

.purchase-h4 img {
    width: 80px;
}

.purchase-info {
    font-size: 16px;
}

.purchase .form-control {
    font-size: 16px;
    padding: 15px 16px;
    border-radius: 8px;
}

.purchase .form-check-label {
    color: #667085;
    font-size: 16px;
}

.purchase .form-check-label a {
    color: #667085;
    text-decoration: underline;
}

.btn.purchase-button {
    background-color: #DA291C;
    color: #ffffff;
    width: 100%;
    padding: 15px 10px;
    margin-top: 32px;
    border-radius: 8px;
    position: relative;
}
.btn.purchase-button span {
    position: absolute;
    margin: 4px 0 0 -22px;
    display: none;
}

.app {
    background: #F6F6F9;
    margin: 40px 0;
}

.app-wrapper {
    display: flex;
    align-items: center;
    gap: 5%;
}

.app-photo {
    width: 80%;
    flex-grow: 0;
}

.app-title {
    font-size: 36px;
    font-family: 'NovaPoshta', sans-serif;
    margin-bottom: 24px;
}

.app-text {
    font-size: 20px;
    margin-bottom: 32px;
}

.app-buttons {
    display: flex;
    gap: 16px;
}

.app-buttons img {
    height: 56px;
}

.faq {
    background: #F1E2C0;
    padding: 60px 70px;
    margin-bottom: 80px;
}

.faq-content {
    display: flex;
    gap: 60px;
}

.faq-content ._left {
    width: 30%;
    flex-shrink: 0;
}

.faq-content ._right {
    width: 70%;
    flex-shrink: 0;
}

.faq-title {
    font-size: 36px;
    font-family: 'NovaPoshta', sans-serif;
    margin-bottom: 60px;
}

.faq .accordion-button,
.faq .accordion-button:not(.collapsed) {
    background: none;
    box-shadow: none;
    font-size: 20px;
    font-weight: 500;
    font-family: 'NovaPoshta', sans-serif;
    color: #000000;
    border-radius: 0;
}

.faq .accordion {
    width: 100%;
}

.faq .accordion-item {
    background: none;
    border: none;
    border-top: 1px solid #D2B985;
    border-radius: 0;
}

.faq .accordion-body {
    padding: 20px 20px 30px;
    font-size: 20px;
}

.faq .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='7' viewBox='0 0 14 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 5L7.49976 1.3998C7.3214 1.25712 7.23222 1.18577 7.13332 1.15841C7.04608 1.13428 6.95392 1.13428 6.86668 1.15841C6.76778 1.18577 6.6786 1.25712 6.50024 1.3998L2 5' stroke='black' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E%0A");
    transform: rotate(-180deg);
}

.faq .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
}

.error-page {
    margin: 0 auto;
    max-width: 520px;
}
.error-title {
    font-size: 32px;
    line-height: 1.1;
    font-weight: 400;
    margin: 20px 0;
}
.error-body a {
    color: #000000;
}
.error-body a:hover {
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    body {
        padding-top: 60px;
    }

    .logo {
        margin-top: 6px;
    }

    .catalog-inner {
        flex-direction: column;
        padding: 44px 14px;
    }

    .catalog-photo {
        width: 100%;
        margin: 0 0 40px;
        order: 1;
    }

    .catalog-info {
        order: 2;
    }

    .catalog-title {
        font-size: 20px;
    }

    .catalog-title .icon {
        width: 13px;
        top: -15px;
        left: 10px
    }

    .title {
        font-size: 24px;
    }

    .catalog {
        margin-top: 60px;
        margin-bottom: 10px;
        padding-top: 0;
    }

    .catalog .title {
        margin-bottom: 40px;
    }

    .lang-block {
        margin-right: 52px;
    }

    .navbar-collapse {
        position: fixed;
        background: #ffffff;
        top: 65px;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .buyout-menu {
        overflow-x: scroll;
        justify-content: flex-start;
        flex-wrap: nowrap;
        padding-bottom: 20px;
        margin-bottom: 0;
    }

    .decorate-1 {
        display: none;
    }

    .buyout-icons {
        width: 27px;
        top: 14px;
        left: 14px;
    }

    .nav-pills .nav-link.buyout-item {
        margin: 0 8px 12px 0;
    }

    .buyout {
        margin-bottom: 20px;
    }

    .buyout-left {
        margin-bottom: 40px;
    }

    .block-title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .block-content {
        padding-left: 16px;
    }

    .decorate-3 {
        position: absolute;
        top: auto;
        bottom: -135px;
        transform: rotate(93deg);
        left: auto;
        right: -60px;
        width: 190px;
    }

    .forwarding {
        overflow: hidden;
        margin-bottom: 10px;
    }

    .forwarding-right {
        margin-top: 40px;
    }

    .decorate-6 {
        position: relative;
        top: -15px;
        left: -15px;
        width: 40px;
    }

    .decorate-7 {
        position: relative;
        top: -10px;
        left: 10px;
        width: 32px;
    }

    .wait-btn {
        margin-left: 0;
        margin-top: 8px;
    }

    .buyout .tab-content {
        margin-top: 40px;
    }

    .more-button, .more-button:hover {
        padding: 19px 40px;
        width: 100%;
        text-align: center;
    }

    .auth-overlay {
        align-items: flex-end;
    }

    .auth-modal {
        position: relative;
        background-color: rgb(196, 233, 224);
        border-radius: 12px 12px 0 0;
        padding: 32px 16px 50px;
        width: 100%;
        max-width: initial;
    }

    .auth-modal .more-button {
        padding: 13px 40px;
    }
}

@media screen and (max-width: 992px) {
    .purchase-body {
        flex-direction: column;
    }

    .purchase-wrapper {
        background: #B5E3D8;
        padding: 20px;
    }

    .purchase-content {
        width: 100%;
        font-size: 14px;
    }

    .purchase-title {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .purchase-h4 {
        display: block;
        font-size: 18px;
        line-height: 24px;
    }

    .purchase-info {
        font-size: 12px;
        margin-top: 32px;
    }

    .purchase-form {
        width: 100%;
        padding-left: 0;
        margin-top: 32px;
    }

    .app-wrapper {
        flex-direction: column;
        padding: 40px 0;
    }

    .app-photo {
        width: 100%;
        order: 2;
    }

    .app-content {
        order: 1;
    }

    .purchase-h4 img {
        display: block;
        margin: 0 auto 16px;
    }

    .app-text {
        font-size: 14px;
        margin-bottom: 24px;
    }

    .app-buttons {
        flex-direction: column;
    }

    .faq {
        padding: 20px;
    }

    .app-title {
        font-size: 24px;
        font-family: 'NovaPoshta', sans-serif;
        margin-bottom: 16px;
    }

    .faq-title {
        font-size: 24px;
        font-family: 'NovaPoshta', sans-serif;
        margin-bottom: 16px;
    }

    .faq-content {
        flex-direction: column;
        gap: 10px;
    }

    .faq-content ._left {
        width: 100%;
        flex-shrink: 0;
    }

    .faq-content ._left img {
        width: 150px;
        display: block;
        margin: auto;
    }

    .faq-content ._right {
        width: 100%;
    }

    .faq .accordion-button, .faq .accordion-button:not(.collapsed) {
        padding: 20px 0;
        font-size: 16px;
    }

    .faq .accordion-body {
        padding: 0 0 30px;
        font-size: 14px;
    }

    .menu-desktop {
        display: none;
    }

    .nav-item {
        margin-bottom: 24px;
    }

    .nav-link {
        padding: 0 !important;
    }

    .nav-item .nav-link {
        padding: 0 !important;
    }

    .navbar-expand-md .navbar-toggler {
        display: block !important;
    }

    .mobile-menu.show {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: fixed;
        background: #ffffff;
        inset: 82px 0 0 0;
        padding: 12px 16px 60px;
        z-index: 9;
    }

    .nav-link.user-name {
        display: flex;
        align-items: center;
        padding: 0 0 !important;
    }

    .mobile-menu .copyright {
        border: none;
        padding-top: 16px;
    }

    footer {
        padding: 40px 0;
        position: relative;
    }

    .footer-title {
        position: relative;
    }

    .footer-content {
        transition: all 0.3s ease;
    }

    .app-block {
        border-top: 1px solid #E2E8F0;
        padding-top: 32px;
    }

    .footer-apps {
        flex-direction: column;
    }

    .footer-apps img {
        margin: 0 0 12px;
    }

    .decorate-6 {
        position: relative;
        top: -20px;
        left: -25px;
        width: 50px;
    }
}

@media screen and (max-width: 1200px) {
    .nav-link {
        padding: 0 20px !important;
    }
}