/*@media (min-width: 768px) {*/
/*    button#contactBtn {*/
/*        display: none !important;*/
/*    }*/
/*}*/
/*@media (max-width: 767px) {*/
/*    .contactbtn-pc {*/
/*        display: none !important;*/
/*    }*/
/*}*/
/*@media (max-width: 767px) {*/
/*    .d-md-none.w-100.text-center {*/
/*        width: auto !important;*/
/*    }*/
/*}*/
/*button#contactBtn {*/
/*    color: white;*/
/*    background-color: #f65623;*/
/*    padding: 12px 20px;*/
/*    display: flex;*/
/*    gap: 5px;*/
/*    border-radius: 5px;*/
/*    border: none;*/
/*}*/
/*.contactbtn-pc {*/
/*    color: white;*/
/*    background-color: #f65623;*/
/*    padding: 12px 20px;*/
/*    display: flex;*/
/*    gap: 5px;*/
/*    border-radius: 5px;*/
/*    border: none;*/
/*}*/
/*.contact-button {*/
/*    font-size: 17px;*/
/*    font-weight: 500;*/
/*    line-height: 1;*/
/*}*/
/*.modal-contacts {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: rgba(0, 0, 0, 0.3);*/
/*    display: none;*/
/*    justify-content: center;*/
/*    align-items: flex-end;*/
/*}*/
/*.modal-contacts .modal-content {*/
/*    width: 100%;*/
/*    background: white;*/
/*    border-radius: 20px 20px 0 0;*/
/*    padding: 35px 20px 35px 20px;*/
/*    position: relative;*/
/*    transform: translateY(100%);*/
/*    transition: transform 0.3s ease-in-out;*/
/*}*/
/*.modal-contacts.open .modal-content {*/
/*    transform: translateY(0);*/
/*}*/
/*body.no-scroll {*/
/*    overflow: hidden;*/
/*}*/
/*.header-close {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    width: 100%;*/
/*    align-items: center;*/
/*    margin-bottom: 35px;*/
/*    position: relative;*/
/*}*/
/*.header-close h2 {*/
/*    flex-grow: 1;*/
/*    text-align: center;*/
/*    margin: 0;*/
/*}*/
/*.close-btn {*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    position: absolute;*/
/*    cursor: pointer;*/
/*    margin-bottom: 5px;*/
/*    right: 0;*/
/*}*/

/*.close-btn::before,*/
/*.close-btn::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 3px;*/
/*    background-color: #7F7F7F;*/
/*    border-radius: 3px;*/
/*    transform-origin: center;*/
/*}*/

/*.close-btn::before {*/
/*    transform: rotate(45deg);*/
/*}*/

/*.close-btn::after {*/
/*    transform: rotate(-45deg);*/
/*}*/

/*.phone-icon-modal {*/
/*    width: 25px;*/
/*    height: 25px;*/
/*    margin-right: 7px;*/
/*}*/
/*.messengers-modal {*/
/*    display: flex;*/
/*    gap: 15px;*/
/*}*/
/*.messenger-icon-modal {*/
/*    width: 55px;*/
/*    height: 55px;*/
/*    border-radius: 10px;*/
/*}*/
/*.contact-link-modal {*/
/*    color: #313132;*/
/*    font-size: 18px;*/
/*    font-weight: 500;*/
/*    transition: color 0.3s ease;*/
/*    display: flex;*/
/*    align-items: end;*/
/*}*/

/*.contact-link-modal:hover {*/
/*    color: #F65623;*/
/*}*/
/*.phones-numbers-modal {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    gap: 20px;*/
/*    margin-bottom: 30px;*/
/*}*/
/*.title-close {*/
/*    font-size: 20px;*/
/*    font-weight: 500;*/
/*    margin-bottom: 35px;*/
/*}*/
/*.contact-icon {*/
/*    height: 16px;*/
/*    width: auto;*/
/*    margin-right: 5px;*/
/*    vertical-align: middle;*/
/*}*/
/*.contact-icon {*/
/*    height: 16px;*/
/*    width: auto;*/
/*    margin-right: 5px;*/
/*    vertical-align: middle;*/
/*}*/
/*.contacts-header {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    padding-bottom: 25px;*/
/*}*/
/*.contact-link-header span {*/
/*    white-space: nowrap;*/
/*}*/
/*.contact-link-header {*/
/*    color: black;*/
/*    font-size: 18px;*/
/*    font-weight: 500;*/
/*    transition: color 0.3s ease;*/
/*    text-decoration: underline;*/
/*    display: flex;*/
/*    align-items: end;*/
/*}*/
/*.contact-link-header:hover {*/
/*    color: #F65623;*/
/*}*/
/*.phone-icon-header {*/
/*    width: 25px;*/
/*    height: 25px;*/
/*    margin-right: 5px;*/
/*}*/

/*@media (max-width: 330px) {*/
/*    .contact-link-header {*/
/*        font-size: 15px !important;*/
/*    }*/
/*}*/
/*@media (max-width: 300px) {*/
/*    .contact-link-header {*/
/*        font-size: 14px !important;*/
/*    }*/
/*}*/
/*@media (max-width: 409px) {*/
/*    .phone-icon-header {*/
/*        display: none;*/
/*    }*/
/*}*/


@import url('https://fonts.googleapis.com/css2?family=Inter');


header {
    width: 100%;
    height: 80px;
    font-family: 'Inter', serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0;
    background-color: white;
}

.header-container {
    max-width: 1217px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.main-nav ul {
    list-style: none;
    display: flex;
    gap: 40px;
}

.main-nav a {
    color: #33385F;
    text-decoration: none;
}

.contact a {
    color: #33385F;
    text-decoration: none;
}

.contact .phone-number {
    text-decoration: underline;
    margin-left: 8px;
}

@media (max-width: 800px) {
    .main-nav {
        display: none;
    }

    .header-container {
        justify-content: space-between;
        padding: 0 20px;
    }

    .logo img {
        max-width: 120px;
        height: auto;
    }

    header {
         height: 64px;
    }
}


@media (max-width: 1230px) {
    .header-container {
        padding: 0 20px;
    }
}