body {
    padding: 20px;
    font-family: "Golos Text", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
#hr-widget {
    width: 1280px;
    margin: 0 auto;
    margin-top: 160px;

}
#hr-widget .main-page .custom-calendar .search .search__container {
    width: 1280px;

    max-width: unset;
}
.modal-wrapper {
    background: rgba(0,0,0,0.8);
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10000;
    height: 100%;
    position: fixed;
    display: none;
    align-items: center;
    justify-content: center;
}
.modal-wrapper.ruls .modal {
    background: #212121;
    width: 500px;
    height: 350px;
    padding: 40px 30px;
    border-radius: 30px;
}
#kurenie .modal {
    height: 890px;
}
#litsa .modal {
    height: 830px;
}
#pravila .modal {
    height: 620px;
}
#povrezhdenia .modal {
    height: 570px;
}
#vremia .modal{
    height: 570px;
}
#chistota .modal{
    height: 470px;
}
#sosedi .modal{
    height: 440px;
}
#exit .modal{
    height: 520px;
}
.modal-wrapper .modal .end {
    display: flex;
    justify-content: end;
    margin-right: -10px;
    margin-top: -20px;
    padding-bottom: 10px;
}
.modal-wrapper.ruls .modal .h1 {
    font-size: 22px;
    font-weight: 500;
    color: white;
}
.modal-wrapper.ruls .modal .h4 {
    font-size: 18px;
    font-weight: 300;
    line-height: 140%;
    color: #9D9EA9;
    margin-top: 12px;
}
.modal-wrapper.ruls .modal .h4 span{
    font-weight: 800;
}

.modal-wrapper#Proconsultirovatsia .modal {
    background: #212121;
    width: 500px;
    padding: 40px 30px;
    border-radius: 30px;
}
.modal-wrapper#Proconsultirovatsia .modal .h1 {
    font-size: 24px;
    color: white;
    font-weight: 700;

}

.modal-wrapper#Proconsultirovatsia .modal .end {
    display: flex;
    justify-content: end;
    margin-right: -10px;
    margin-top: -20px;
    padding-bottom: 10px;
}
.modal-wrapper#Proconsultirovatsia .modal > button {
    background: #F34900;
    padding: 25px 35px;
    display: flex;
    align-items: center;
    border-radius: 100px;
    color: white;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 500;

}
.modal-wrapper#Proconsultirovatsia .modal  input[type=text] {
    background: white;
    border-radius: 40px;
    padding: 25px 35px;
    font-size: 18px;
    width: 100%;
    color: black;
    &::placeholder {
        color: black;
    }
    margin-top: 15px;
}
.modal-wrapper#Proconsultirovatsia .modal input[type=text]:nth-child(3) {
    margin-top: 30px;
}
.modal-wrapper#helpPodbor .modal {
    background: #212121;
    width: 500px;
    padding: 40px 30px;
    border-radius: 30px;
}
.modal-wrapper#helpPodbor .modal .h1 {
    font-size: 24px;
    color: white;
    font-weight: 700;

}

.modal-wrapper#helpPodbor .modal .end {
    display: flex;
    justify-content: end;
    margin-right: -10px;
    margin-top: -20px;
    padding-bottom: 10px;
}
.modal-wrapper#helpPodbor .modal > button {
    background: #F34900;
    padding: 25px 35px;
    display: flex;
    align-items: center;
    border-radius: 100px;
    color: white;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 500;

}
.modal-wrapper#helpPodbor .modal  input[type=text] {
    background: white;
    border-radius: 40px;
    padding: 25px 35px;
    font-size: 18px;
    width: 100%;
    color: black;
    &::placeholder {
        color: black;
    }
    margin-top: 15px;
}
.modal-wrapper#helpPodbor .modal input[type=text]:nth-child(3) {
    margin-top: 30px;
}
.modal-wrapper.podxodit .modal {
    background: #212121;
    width: 500px;
    padding: 40px 30px;
    border-radius: 30px;
}
.modal-wrapper.podxodit .modal .h1 {
    font-size: 24px;
    color: white;
    font-weight: 700;

}

.modal-wrapper.podxodit .modal .end {
    display: flex;
    justify-content: end;
    margin-right: -10px;
    margin-top: -20px;
    padding-bottom: 10px;
}
.modal-wrapper.podxodit .modal > button {
    background: #F34900;
    padding: 25px 35px;
    display: flex;
    align-items: center;
    border-radius: 100px;
    color: white;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 500;

}
.modal-wrapper.podxodit .modal  input[type=text] {
    background: white;
    border-radius: 40px;
    padding: 25px 35px;
    font-size: 18px;
    width: 100%;
    color: black;
    &::placeholder {
        color: black;
    }
    margin-top: 15px;
}
.modal-wrapper.podxodit .modal input[type=text]:nth-child(3) {
    margin-top: 30px;
}
.main header {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
}

.main header .buttons {
    display: flex;
    align-items: center;
    gap: 42px;
}
.main header .buttons a {
    font-size: 18px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 22px;
    transition: all 0.2s;
    margin-top: 10px;
    &:hover {
        &:after{
            width: 100%;

        }

    }
    &:after {
        transition: all 0.5s;
        width: 0;
        display: block;
        margin-top: 6px;
        content: "";
        background: #F34900;
        height: 2px;

    }
}
.main header .buttons button {
    background: rgba(243, 73, 0, 1);
    padding: 15px 27px;
    border-radius: 100px;
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.32px;
}
.main header .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.modal .flex {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 15px;
}
.modal .flex a {
    font-size: 16px;
    color: white;
    max-width: 90%;
}
.main header .flex a {
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.40px;
}
.main header .flex a img {
    max-width: 32px;
    max-height: 32px;
}
html {
    scroll-behavior: smooth;
}
.mob {
    display: none;
}
.burger-menu {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding:40px 20px;
    background: white;
    position: absolute;
    width: 100%;
    margin-top: 25px;
    left: 0px;
}
.burger-menu .flexing {
    display: flex;
    gap: 10px;
}
.burger-menu button {
    display: flex;
    width: unset;
    background: rgba(243, 73, 0, 1);
    padding: 15px 27px;
    border-radius: 100px;
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.32px;
    max-width: 180px;
    justify-content: center;
}
.burger-menu > a {
    font-size: 18px;
}

@media (width < 1400px) {
    #hr-widget {
        display: none !important;
    }
    .mob {
        display: block;
    }
    .main header .buttons {
        display: none;
    }
    .main header .flex a {
        display: none;
    }
    .main header {
        padding: 10px 20px;
    }
    .main header .logo img {
        max-width: 60px;
        margin-top: -7px;
    }
    .main .main-content {
        padding-left: 20px;
    }
    .main .main-content h1 {
        font-size: 36px;
        line-height: 120%;
    }
    .main .main-content .flex {
        flex-direction: column;
        gap: 20px;
    }
    .main .main-content .flexing {
        flex-direction: column;
        max-width: 270px;
        margin: 0 auto;
        margin-top: 60px;
    }
    .main .main-content .flexing button {
        width: 100%;
        justify-content: center;
    }
    .main .main-content .right-part {
        display: none;
    }
    .main .down-content {
        display: none;
    }
    .main {
        background: no-repeat 15% 0 url("/images/BG-1.png");
        background-size: 1440px 100%;

    }
    body {
        padding: 15px !important;

    }
    .modal-wrapper#helpPodbor .modal {
        width: 348px;

    }
    .modal-wrapper#Proconsultirovatsia .modal {
        width: 348px;

    }
}