* {
    margin: 0%;
    padding: 0%;
}
.container{
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
}
html{
    scroll-behavior: smooth;
}
p,h1,h2,h3{
    margin: 0;
}

h1{
    font-size: 15px;
    font-family: 'Inter';
    font-weight: 600;
}
.header{
    position: fixed;
    width: 100%;
    top: 0;
    backdrop-filter: blur(8px);
    z-index: 2;
    -webkit-backdrop-filter: blur(8px);
}
.header .container{
    position: relative;
}
.header__nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.hamb{
    order: 1;
    background: #fff;
    color: #000;
    border: 1px solid #000;
    padding: 7px 20px;
    border-radius: 15px;
    font-size: 9px;
    cursor: pointer;
    font-weight: 600;
}
.hn-buttons1{
    display: none;
}
.hn__list1{
    display: none;
}
.popup{
    position: absolute;
    padding-top: 20px;
    top: 54px;
    right: -200%;
    width: 300px;
    height: 300px;
    z-index: 100;
    background: #1E1E1E;
    display: flex;
    transition: 0.6s;
    border-radius: 10px;
    flex-direction: column;
    gap: 20px;
    border: 3px #F9CD77 solid;
}
.popup.open{
    right: 0%;
}
.popup p{
    color: #fff;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 500;
}
.popup__block1{
    width: 200px;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.popup__block2{
    width: 200px;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.popup__block3{
    width: 260px;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.popup__block3 p{
    font-size: 14px;
}
.hn__nav-logo{
    display: flex;
    gap: 10px;
    align-items: center;
}
.hn__nav-logo a{
    width: 32px;
    height: 32px;
    background: #F9CD77;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hn__nav-logo span{
    content: url(./images/Vector-logo.svg);
    width: 19px;
}
.lng-btn{
    width: 55px;
    height: 29px;
    background-color: #1E1E1E;
    color: #fff;
    border-radius: 32px;
    border: solid 1px #fff;
    font-weight: 600;
    font-size: 10px;
    cursor: pointer;
    font-family: 'Inter';
    text-transform: uppercase;
}
.lng-btn.dark{
    background-color: #fff;
    border: solid 1px #1E1E1E;
    color: #000;
}
.lng-btn.active {
    background-color: #F9CD77; 
    border: none;
    color: #000;
}
.hn-buttons{
    display: flex;
    gap: 5px;
}
.hn__list{
    list-style: none;
    display: flex;
    padding: 0;
    justify-items: center;
    width: fit-content;
    align-items: center;
    gap: 7px;
}
.hn__list-link1,
.hn__list-link2,
.hn__list-link3{
    border-radius: 32px;
    background-color: #fff;
    color: #000;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 8px;
    border: none;
    text-decoration: none;
    cursor: pointer;
    padding: 8px 10px;
}

.mode-lbl{
    width: 75px;
    height: 30px;
    position: relative;
    display: block;
    background: #1E1E1E;
    border-radius: 17px;
    border: 1px solid #fff;
    cursor: pointer;
    transition: 0.7s;
}
.mode-lbl::after{
    content: url(./images/tabler-icon-sun-filled.svg);
    width: 24px;
    height: 24px;
    position: absolute;
    top: 3px;
    left: 7px;
    transition: 0.7s;
}
.mode-inp{
    width: 0;
    height: 0;
    visibility: hidden;
}
.mode-lbl.dark::after{
    width: 24px;
    height: 24px;
    left: 43px;
    content: url(./images/tabler-icon-moon-filled.svg);
}
.dark{
    color: #fff !important;
}
.hn__nav-logo span.dark{
    content: url(./images/Vector-logo2.svg) !important;
}
body.dark{
    background: #1E1E1E !important;
}
.hamb.darkmode{
    background: #000;
    color: #fff;
}
.hamb.dark{
    background: #252323 !important;
    color: #fff !important;
    border: 1px solid #fff !important;
}
.hamb.darkmode.dark{
    background: #fff !important;
    color: #000 !important;
}
.popup.dark{
    background: #fff;
}
.popup p.dark{
    color: #000 !important;
}
.lng-btn.dark {
    color: #000 !important;
}.lng-btn.dark.active {
    color: #fff !important;
}
.hn__list-link1.dark, 
.hn__list-link2.dark, 
.hn__list-link3.dark {
    color: #fff !important;
    background-color: #000;
}
.footer{
    background: url(./images/ft-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 295px;
    border-radius: 20px;
    margin-top: 15px;
    max-width: 300px;
    margin: 0 auto;
    margin-top: 50px;
}
.footer .container{
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 20px;
    align-items: center;
    justify-content: space-around;
}
.ft-block1 h3{
    font-family: 'Inter';
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    color: #fff;
}
.ft-block1 p{
    font-family: 'Inter';
    font-size: 9px;
    font-weight: 500;
    line-height: 12.1px;
    text-align: left;
    color: #919192;
}
.ft-block1{
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 270px;
}
.ft-block2{
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    width: 270px;
}
.ft-block2 p{
    font-family: 'Inter';
    font-size: 11px;
    font-weight: 500;
    line-height: 14.52px;
    text-align: left;
    color: #fff;
}
.ft-card1 a{
    font-family: 'Inter';
    font-size: 10px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
    border-radius: 10px;
    align-self: center;
}
.ft-span3{
    content: url(./images/map-pin.svg);
    width: 15px;
}
.ft-span4{
    content: url(./images/phone.svg);
    width: 10px;
}
.ft-card{
    background: #fff;
    padding: 8px 5px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.ft-span5.dark{
    content: url(./images/telegram-brands-solid\ \(1\).svg);
}
.ft-span5{
    content: url(./images/telegram-brands-solid.svg);
    width: 22px;
}
.ft-tg2 {
    width: 22px;
    height: 22px;
}
.ft__button-block{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
@media (min-width:430px) {
    .ft__button-block{
        gap: 5px !important;
    }
    .container{
        min-width: 390px;
    }
    .splide__track{
        width: 360px !important;
    }
    .lng-btn {
        width: 53px;
        height: 32px;
    }
    .popup{
        width: 390px;
        height: 330px;
        padding-top: 0;
        top: 80px;
    }
    .popup p{
        font-size: 20px;
    }
    .popup__block3{
        width: 325px;
    }
    .popup__block3 p{
        font-size: 16px;
        width: 190px;
    }
    .hn__list-link1, 
    .hn__list-link2, 
    .hn__list-link3{
        font-size: 10px;
    }
    .hn__nav-logo a{
        width: 40px;
        height: 40px;
        border-radius: 11px;
    }
    .hn__nav-logo span{
        width: 23px;
    }
    .hamb{
        padding: 8px 25px;
        font-size: 11px;
    }
    .hn__list{
        justify-content: unset;
        gap: 5px;
    }
    .hn__list-link{
        padding: 10px 30px;
    }
    .ft-block1,
    .ft-block2{
        width: 320px;
    }
    .footer{
        height: 333px;
        border-radius: 20px;
        min-width: 390px;
    }
    .ft-block1 h3{
        font-size: 18px;
    }
    .ft-block1 p{
        font-size: 12px;
    }
    .ft-block1{
        gap: 15px;
    }
    .ft-block2{
        gap: 10px;
    }
    .ft-block2 p{
        font-size: 15px;
    }
    .ft-card1 a{
        font-size: 13px;
    }
    .ft-tg,
    .ft-card{
        padding: 10px !important;
    }
}
@media (min-width:600px) {
    .container{
        min-width: 570px;
    }
    .splide__track{
        width: 480px !important;
    }
    .popup{
        top: 65px;
    }
    .popup__block3{
        width: 335px;
    }
    .hn-buttons{
        order: 2;
    }
    .hn__list{
        gap: 10px;
    }
    .footer{
        height: 370px;
        border-radius: 30px;
        min-width: 570px;
    }
    .footer .container{
        justify-content: space-evenly;
    }
    .ft-block1 h3{
        font-size: 22px;
    }
    .ft-block1 p{
        font-size: 14px;
        line-height: 17px;
    }
    .ft-block2 p{
        font-size: 19px;
        line-height: 20px;
    }
    .ft-card1 a{
        font-size: 14px;
    }
    .ft-block2{
        gap: 12px;
    }
    .ft-block1,
    .ft-block2{
        width: 425px;
    }
    .ft-card{
        padding: 13px;
    }
}
@media (min-width:940px) {
    .container{
        min-width: 870px;
    }
    .splide__track{
        width: 500px !important;
        margin-left: 64px;
    }
    .hn__nav-logo a{
        width: 45px;
        height: 45px;
    }
    h1{
        font-size: 20px;
    }
    .hamb,
    .popup{
        display: none;
    }
    .hn-buttons1{
        display: flex;
        gap: 2px;
        align-items: center;
    }
    .mode-lbl{
        background: #fff !important;
        border: solid 1px #000 !important;
    }
    .mode-lbl::after{
        content: url(./images/tabler-icon-sun-filled-2.svg) !important;
    }
    .mode-lbl.dark::after{
        content: url(./images/tabler-icon-moon-filled-2.svg) !important;
    }
    .hn__nav-logo span {
        width: 25px;
    }
    .hn__list1{
        display: flex;
        list-style: none;
    }
    .hn__list-link1, 
    .hn__list-link2,
    .hn__list-link3{
        font-size: 15px;
        padding: 0;
        border-radius: 0 !important;
        background: none !important;
    }
    .hn__list-link1.dark, 
    .hn__list-link2.dark,
    .hn__list-link3.dark{
        color: #fff !important;
    }
    .hn__list1 {
        gap: 50px;
    }
    .lng-btn{
        width: 53px;
        height: 32px;
        font-size: 13px;
        text-transform: none;
    }
    .footer{
        background: url(./images/ft-bg2.png);
        height: 340px;
        min-width: 870px;
        background-size: 870px;
        background-repeat: no-repeat;
        margin-top: 30px;
    }
    .ft-block1,
    .ft-block2{
        width: 600px;
        padding-left: 30px;
    }
    .footer .container{
        align-items: flex-start;
    }
    .ft-card{
        padding: 15px;
    }
    .ft-block1 p{
        font-size: 14px;
        line-height: 15px;
    }
    .ft-card1 a{
        font-size: 17px;
    }
    .ft-block2 p{
        font-size: 17px;
    }
    .ft-block2{
        gap: 15px;
        width: 510px;
    }
    .footer.dark{
        background: url(./images/ft-bg4.png) !important;
        background-repeat: no-repeat !important;
        background-size: 870px !important;
        height: 340px !important;
    }
}
@media (min-width:1366px) {
    .container{
        min-width: 1240px;
    }.splide__track{
        width: 505px !important;
        margin-left: 100px;
    }
    .hn__nav-logo a{
        width: 65px;
        height: 65px;
        border-radius: 13px;
    }
    h1{
        font-size: 25px;
    }    
    .hn__nav-logo span {
        width: 35px;
    }
    .hn__nav-logo{
        gap: 25px;
    }
    .hn__list {
        gap: 55px;
        padding-left: 200px;
    }
    
    .hn__list1{
        gap: 85px;
    }
    .hn__list-link1,
    .hn__list-link2{
        font-size: 19px;
    }
    .hn__list-link3{
        font-size: 19px;
        padding: 0;
    }
    .lng-btn {
        width: 60px;
        height: 36px;
        font-size: 18px;
    }
    .footer{
        height: 485px;
        min-width: 1240px;
        background: url(./images/ft-bg2.png) !important;
    }
    .footer.dark{
        background-size: unset !important;
        height: 485px !important;
    }
    .footer .container{
        justify-content: space-around;
    }
    .ft-block1 {
        width: 960px;
        padding-left: 40px;
    } 
    .ft-block2 {
        width: 700px;
        padding-left: 40px;
    }
    .ft-block1 h3 {
        font-size: 36px;
        line-height: 44px;
    }
    .ft-block1 p {
        font-size: 19px;
        line-height: 22px;
        width: 700px;
    }
    .ft-block2 p {
        font-size: 26px;
    }
    .ft-card1 a {
        font-size: 20px;
    }
    .ft-span3,
    .ft-span3.dark{
        width: 25px;
    }
    .ft-span4{
        width: 17px;
    }
    .ft-card {
        padding: 20px;
    }
    #hr_search_widget{
        margin-top: 105px !important;
    }
}

.footer.dark{
    background: url(./images/ft-bg3.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.ft-block1 h3.dark{
    color: #000 !important;
}
.ft-block2 p.dark{
    color: #000 !important;
}
.ft-card1 a.dark{
    color: #fff !important;
}
.ft-card.dark{
    background: #1E1E1E !important;
}
.ft-span3.dark{
    content: url(./images/map-pin2.svg) !important;
}
.ft-span4.dark{
    content: url(./images/phone-2.svg) !important;
}
.ft-tg {
    padding: 7px 7px;
    border-radius: 11px;
}