/* header start */
.admin-bar header{
    top: 32px;
}
header {
    position: sticky;
    width: 100%;
    z-index: 600;
    top: 0;
    background: #fff;
    transition: .5s ease;
    border-bottom:1px solid transparent;
}
.header-top {
    background-color: #F5F5F5;
    padding:8px 0;
}
.header-top .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-top .address {
    display: flex;
    align-items: center;
    padding-left: 30px;
    position: relative;
    gap:32px;
}
.header-top .address::before {
    content:'';
    display: block;
    width: 14px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='20' viewBox='0 0 14 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 9.5C6.33696 9.5 5.70107 9.23661 5.23223 8.76777C4.76339 8.29893 4.5 7.66304 4.5 7C4.5 6.33696 4.76339 5.70107 5.23223 5.23223C5.70107 4.76339 6.33696 4.5 7 4.5C7.66304 4.5 8.29893 4.76339 8.76777 5.23223C9.23661 5.70107 9.5 6.33696 9.5 7C9.5 7.3283 9.43534 7.65339 9.3097 7.95671C9.18406 8.26002 8.99991 8.53562 8.76777 8.76777C8.53562 8.99991 8.26002 9.18406 7.95671 9.3097C7.65339 9.43534 7.3283 9.5 7 9.5ZM7 0C5.14348 0 3.36301 0.737498 2.05025 2.05025C0.737498 3.36301 0 5.14348 0 7C0 12.25 7 20 7 20C7 20 14 12.25 14 7C14 5.14348 13.2625 3.36301 11.9497 2.05025C10.637 0.737498 8.85652 0 7 0Z' fill='%234DA4A3'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.header-top .address a {
    display: inline-flex;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color:#343434;
    text-decoration: none;
    outline: none;
    transition: .3s;
}
.header-top .address a:hover {
    text-decoration: none;
    color:#4DA4A3;
}
.header-top .telephone {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    line-height: 145%;
    letter-spacing: 0%;
    text-align: right;
    text-decoration: none;
    outline: none;
    transition: .3s;
    color:#343434;
}
.header-top .telephone:hover {
    color:#4DA4A3;
}
.header-main {
    padding:20px 0;
}
.header-main .custom-logo-link {
    width: 206px;
    height: 61px;
    display: block;
    text-decoration: none;
    outline: none;
}
.header-main .custom-logo-link img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.header-main .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-main .telephone-icon,
.header-main .menu-trigger {
    display: none;
}
header .header-contacts {
    display: flex;
    align-items: center;
    gap:16px;    
}
header .header-contacts .btn {
    padding:15px 52px!important;
}
header .socials {
    display: flex;
    gap:16px;
}
header .socials a {
    display: block;
    width: 32px;
    height: 32px;
    text-decoration: none;
    outline: none;
    transition: .3s;
    cursor: pointer;
}
header .socials a svg {
    display: block;
    width: 100%;
    height: 100%;
    transition: .3s;
}
header .socials a:hover svg {
    transform: scale(1.1);
}
header .menu-popup {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 206px);
}
header .menu-popup .header-items {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    align-items: center;
    gap:20px;
    margin-left: auto;
}
header .menu-popup .header-items li a {
    display: inline-block;
    text-decoration: none;
    outline: none;
    font-family: "AGOpus-Bold", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    color: #343434;
    text-decoration: none;
    transition: all .5s ease;
    white-space: nowrap;
    border-bottom: 1px solid #ffffff00;
}
header .menu-popup .header-items li a:hover {
    color:#4DA4A3;
}
header .menu-popup .header-items li a.active {
    color:#4DA4A3;
    border-bottom: 1px solid #4DA4A3;
}
header .menu-popup .header-contacts {
    display: flex;
    align-items: center;
    gap:16px;
    margin-left: auto;
}
header .menu-popup .header-contacts .header-link {
    display: none;
}
header.header-fixed {
    border-bottom:1px solid #4DA4A3;
}
@media(max-width:1200px) {
    header .menu-popup .header-items {
        gap:16px;
    }
    header .header-contacts .btn {
        padding: 15px 32px !important;
    }
    header .menu-popup .header-items li a {
        font-size: 14px;
    }
}
@media(max-width:992px) {
    .header-top {
        display: none;
    }
    .header-main {
        padding:16px 0;
    }
    .header-main .custom-logo-link {
        width: 146px;
        height: 40px;
    }
    .header-main .telephone-icon {
        margin-left: auto;
        cursor: pointer;
        width: 24px;
        height: 24px;
        outline: none;
        text-decoration: none;
    }
    .header-main .telephone-icon svg {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
    }
    .header-main .telephone-icon,
    .header-main .menu-trigger {
        display: block;
    }
    .header-main .menu-trigger {
        margin-left: 24px;
        width: 28px;
        height: 20px;
        cursor: pointer;
    }
    .header-main .menu-trigger .box-sub-btn {
        position: relative;
        width: 100%;
        height: 100%;
    }
    .header-main .menu-trigger span {
        display: block;
        height: 1px;
        width: 100%;
        position: absolute;
        left: 50%;
        background-color: #4DA4A3;
        transition: .3s;
        transform: translateX(-50%);
    }
    .menu-trigger .box-sub-btn span:nth-child(1) {
        top: 0px;
    }
    .menu-trigger .box-sub-btn span:nth-child(2) {
        top: 9.5px;
    }
    .menu-trigger .box-sub-btn span:nth-child(3) {
        top: 9.5px;
    }
    .menu-trigger .box-sub-btn span:nth-child(4) {
        top: 19px;
    }
    .menu-trigger.in .box-sub-btn span:nth-child(1) {
        top: 0px;
        width: 0%;
    }
    .menu-trigger.in .box-sub-btn span:nth-child(2) {
        top: 9.5px;
        transform: translateX(-50%) rotate(-45deg);
    }
    .menu-trigger.in .box-sub-btn span:nth-child(3) {
        top: 9.5px;
        transform: translateX(-50%) rotate(45deg);
    }
    .menu-trigger.in .box-sub-btn span:nth-child(4) {
        top: 19px;
        width: 0%;
    }
    header .menu-popup {
        display: none;
        position: absolute;
        top:100%;
        left: 0;
        right: 0;
        background-color: #fff;
        border-bottom: 1px solid #4DA4A3;
        padding-left: calc((100% - 720px) / 2 + 12px);
        padding-right: calc((100% - 720px) / 2 + 12px);
        padding-top: 20px;
        padding-bottom: 34px;
        width: 100%;
    }
    header .header-contacts {
        display: none;
    }
    header .menu-popup .header-items {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap:10px;
        margin-bottom: 24px;
    }
    header .menu-popup .header-items li a {
        font-size: 14px;
    }
    header .menu-popup .header-contacts {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap:0;
    }
    header .menu-popup .header-contacts .header-link {
        font-weight: 500;
        font-size: 16px;
        line-height: 145%;
        letter-spacing: 0%;
        color:#343434;
        display: inline-flex;
        text-decoration: none;
        outline: none;
        transition: .3s;
        cursor: pointer;
        margin-bottom: 4px;
    }
    header .menu-popup .header-contacts .header-link.address {
        font-weight: 400;
        font-size: 14px;
        line-height: 145%;
        color:#343434;
    }
    header .menu-popup .header-contacts .header-link:hover {
        color:#4DA4A3;
    }
    header .menu-popup .header-contacts .socials {
        margin-top: 24px;
    }
    header .menu-popup .header-contacts .socials a {
        width: 28px;
        height: 28px;
    }
    header .menu-popup .header-contacts .socials a:hover {

    }
    header .menu-popup .header-contacts .btn {
        width: 100%!important;
        margin-top: 40px;
    }
}
@media(max-width:768px) {
    header .menu-popup {
        padding-left: calc((100% - 540px) / 2 + 12px);
        padding-right: calc((100% - 540px) / 2 + 12px);
    }
}
@media(max-width:576px) {
    header .menu-popup {
        padding-left: 12px;
        padding-right: 12px;
    }
}
/* burger meny style end */
/* header end */