body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    background: rgba(255, 226, 185, 1);
}
.main header {
    background: rgba(53, 29, 0, 1);
    padding: 7px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.main header .buttons {
    display: flex;
    justify-content: space-between;
    gap: 150px;
}
.main header .buttons button {
    font-weight: 400;
    font-size: 20px;
    color: white;
}
.main .main-content {
    background: no-repeat 0 0 url("../images/Group 27(1).png");
    background-size: 100% 100%;
    padding: 22px 0;
}
.hover {
    &:hover {
        cursor: pointer;
        text-decoration: underline;
    }
}
.main .main-content h1 {
    font-size: 96px;
    font-weight: 400;
    color: rgba(53, 29, 0, 1);
    line-height: 100%;
    text-align: center;
}
.main .main-content img  {
    display: block;
    margin: 0 auto;
}
.main .main-content .end {
    margin-top: 616px;
    padding: 0 20px;
}
.main .main-content .end button .black{
    display: none;
}
.main .main-content .end button {
    position: absolute;
    right: 20px;
    margin-top: -50px;
}
.description {
    padding: 0 20px;
    border-bottom: 10px solid rgba(61, 215, 148, 1);
    padding-bottom: 120px;
}
.description header{
    padding-bottom: 30px;
    border-bottom: 2px solid rgba(61, 215, 148, 1);
    display: flex;
    justify-content: space-between;
}
.description header h3 {
    font-size: 32px;
    color: rgba(53, 29, 0, 1);
    font-weight: 400;
}
.description .main-content h4 {
    font-size: 32px;
    max-width: 1345px;
    margin: 0 auto;
    text-align: center;
    font-weight: 400;
    color: rgba(53, 29, 0, 1);
    margin-top: 30px;
}
.advantages {
    padding: 44px 20px;
    padding-bottom: 120px;
    border-bottom: 10px solid rgba(61, 215, 148, 1);
}
.advantages .main-content {
    display: flex;
    flex-direction: column;
}
.advantages .main-content .el {
    display: flex;
    justify-content: start;
    align-items: center;
}
.advantages .main-content .el img {
    position: relative;
    z-index: 100;
}
.advantages .main-content .el div {
    background: rgba(53, 29, 0, 1);
    width: 66%;
    padding: 36px 0;
    padding-left: 100px;
    margin-left: -75px;
}
.advantages .main-content .el div h1 {
    font-size: 36px;
    font-weight: 800;
    color: white;
}
.advantages .main-content .el div h4 {
    font-size: 32px;
    font-weight: 400;
    color: white;
    margin-top: 15px;
}
.advantages .main-content .el.end {
    justify-content: end;
}
.advantages .main-content .el.end img {
    order: 2;
}
.advantages .main-content .el.end div {
    order: 1;
    margin-right: -75px;
    margin-left: 0;
}
.advantages .down-content {
    margin-top: 87px;

}
.advantages .down-content h4 {
    font-size: 32px;
    font-weight: 400;
    color: rgba(53, 29, 0, 1);
    text-align: center;
    max-width: 1650px;
    margin: 0 auto;
}
.what {
    padding: 80px 20px 297px 20px;
    display: flex;
    justify-content: space-between;
    border-bottom: 10px solid rgba(61, 215, 148, 1);
}
.what .left-part h1 {
    font-size: 96px;
    font-weight: 800;
    color: rgba(53, 29, 0, 1);
}
.what .left-part {
    width: 80%;
}
.what .left-part .table {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.what .left-part .table .row {
    border-top: 2px solid rgba(61, 215, 148, 1);
    width: 100%;
    padding: 5px 0;
}
.what .left-part .table .row div {
    padding-top: 30px;
    width: 74.5%;
    border-right: 2px solid rgba(61, 215, 148, 1);
}
.what .left-part .table .row h3 {
    font-size: 32px;
    color: rgba(53, 29, 0, 1);
    font-weight: 400;
}
.what .left-part .table .row:nth-last-child(1) {
    border-bottom: 2px solid rgba(61, 215, 148, 1);
}
.what .right-part img {
    position: absolute;
    right: 0;
}
.what .left-part button {
    margin-top: 87px;
}
button.ip {
    background: rgba(126, 74, 11, 1);
    color: white;
    padding: 34px 56px;
    font-size: 36px;
    font-weight: 800;
    transition: all 0.3s;
    -webkit-box-shadow: 0px 0px 0px 6px rgba(61, 215, 148, 1) inset;
    -moz-box-shadow: 0px 0px 0px 6px rgba(61, 215, 148, 1) inset;
    box-shadow: 0px 0px 0px 6px rgba(61, 215, 148, 1) inset;
    &:hover {
        -webkit-box-shadow: 0px 0px 0px 15px rgba(61, 215, 148, 1) inset;
        -moz-box-shadow: 0px 0px 0px 15px rgba(61, 215, 148, 1) inset;
        box-shadow: 0px 0px 0px 15px rgba(61, 215, 148, 1) inset;
    }
    &:active {
        -webkit-box-shadow: 0px 0px 0px 15px rgba(61, 215, 148, 1) inset;
        -moz-box-shadow: 0px 0px 0px 15px rgba(61, 215, 148, 1) inset;
        box-shadow: 0px 0px 0px 15px rgba(61, 215, 148, 1) inset;
        background: rgba(53, 29, 0, 1);
    }
}
.osobennosti {
    padding: 80px 20px;
    padding-bottom: 120px;
    border-bottom: 10px solid rgba(61, 215, 148, 1);
}
.osobennosti .header h1 {
    font-size: 96px;
    font-weight: 800;
    color: rgba(53, 29, 0, 1);
}
.osobennosti .main-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 80px;
}
.osobennosti .main-content .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.osobennosti .main-content .row .el {
    background: rgba(53, 29, 0, 1);
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    min-width: 33%;
    width: 556px;
}
.osobennosti .main-content .row .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.osobennosti .main-content .row .el.brown {
    background: rgba(126, 74, 11, 1);
}
.osobennosti .main-content .row .el.beige {
    background: rgba(204, 139, 60, 1);
}
.osobennosti .main-content .row .el h1 {
    font-size: 36px;
    color: white;
    font-weight: 800;
    text-align: center;
}
.osobennosti .main-content .row .el h4 {
    font-size: 32px;
    font-weight: 400;
    color: white;
    text-align: center;
    margin: 0 auto;
}
.help {
    padding: 80px 20px;
    padding-bottom: 195px;
    border-bottom: 10px solid rgba(61, 215, 148, 1);
    display: flex;
    justify-content: space-between;
}
.help .left-part h1 {
    font-size: 96px;
    font-weight: 800;
    color: rgba(53, 29, 0, 1);
}
.help .left-part h3 {
    font-size: 40px;
    font-weight: 400;
    color: rgba(53, 29, 0, 1);
    gap: 10px;
    display: flex;
}
.help .left-part h3 svg {
    margin-top: 8px;
}
.help .left-part h3 span {
    max-width: 943px;
}
.help .left-part h5 {
    margin-top: 60px;
    font-size: 32px;
    font-weight: 400;
    color: rgba(53, 29, 0, 1);
}
.help .left-part .flex {
    display: flex;
    flex-direction: column;
    margin-top: 16px;
    gap: 20px;
}
.help .left-part .flex h4 {
    font-size: 32px;
    font-weight: 400;
    color: rgba(53, 29, 0, 1);
    display: flex;
    align-items: center;
    gap: 10px;
}
.help .left-part button {
    margin-top: 68px;
    padding: 34px 224px;
}
.help .right-part img {
    position: absolute;
    right: 0;
}
html {
    scroll-behavior: smooth;
}
.rules {
    padding: 80px 20px;
    padding-bottom: 387px;
    display: flex;
    justify-content: space-between;
    border-bottom: 10px solid rgba(61, 215, 148, 1);
}
.rules .right-part img {
    position: absolute;
    right: 0;
}
.rules .left-part {
    width: 70%;
}
.main header .buttons button {
    transition: all 0.3s;
    &:hover {
        text-decoration-skip-ink: none;
        text-decoration: underline;
    }
}

footer h3:nth-child(1) {
    &:hover {
        cursor: pointer;
        text-decoration: underline;
    }
}
.rules .left-part h1 {
    font-size: 96px;
    font-weight: 800;
    color: rgba(53, 29, 0, 1);
}
.rules .left-part .flex {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.rules .left-part .flex h3 {
    font-size: 32px;
    font-weight: 400;
    color: rgba(53, 29, 0, 1);
    border-bottom: 2px solid rgba(61, 215, 148, 1);
    width: 100%;
}
.rules .left-part .flex h3:nth-last-child(1) {
    border: 0;
    margin-top: 80px;
}
.connect {
    padding: 80px 20px;
    padding-bottom: 160px;
}
.connect h1 {
    font-size: 96px;
    font-weight: 800;
    color: rgba(53, 29, 0, 1);
    text-align: center;
    max-width: 1267px;
    margin: 0 auto;
    line-height: 100%;
}
.menu {
    top: 88px;
    position: absolute;
    width: 100%;
    left: 0;
    background: #FFC885;
    color: #351D00;
    font-size: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 40px 0;
    z-index: 1;
    -webkit-box-shadow: 0px 0px 0px 5px rgba(53, 29, 0, 1) inset;
    -moz-box-shadow: 0px 0px 0px 5px rgba(53, 29, 0, 1) inset;
    box-shadow: 0px 0px 0px 5px rgba(53, 29, 0, 1) inset;
    display: none;
}
.krestnik {
    display: none;
}
.admin {
    position: fixed;
    right: 10px;
    bottom: 10px;
    background: #3DD794;
    border: 6px solid #7E4A0B;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    font-weight: 800;
    font-size: 36px;
    color: #351D00;
    padding: 34px 63px;
    z-index: 1000;
    &:hover {
        background: #FFE2B9;
    }
}
.connect h4 {
    font-size: 32px;
    font-weight: 400;
    color: rgba(53, 29, 0, 1);
    max-width: 1265px;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
}
.connect button {
    display: block;
    margin: 0 auto;
    margin-top: 82px;
    padding: 34px 408px;
}
footer {
    background: rgba(53, 29, 0, 1);
    padding: 43px 20px;
    display: flex;
    justify-content: space-between;
}
footer h3 {
    font-size: 20px;
    font-weight: 400;
    color: white;
}
.mobile {
    display: none;
}
.help .left-part h3 {
    margin-top: 50px;
}
.admin {
    padding: 22px 49px;
}
.what .left-part .table .row div {
    border-right: 0;
}
.help {
    padding: 50px 20px;
    padding-bottom: 195px;
}
footer {
    padding-bottom: 150px;
}
@media (width < 1720px) {

    .mobile {
        display: block;
    }
    .desctop {
        display: none;
    }

    .main header .buttons {
        display: none;
    }
    .main .main-content h1 {
        font-size: 32px;
    }
    .main .main-content .end {
        margin-top: 108px;
    }
    .main .main-content .end button {
        margin-top: -20px;
        right: 10px;
    }
    .main .main-content svg {
        display: block;
        margin: 0 auto;
    }
    .description header {
        flex-direction: column;
        gap: 10px;
        padding: 0;
        border: 0;
    }
    .description header h3 {
        font-size: 16px;
    }
    .description .main-content h4 {
        font-size: 20px;
        margin-top: 20px;
        text-align: start;
    }
    .description {
        padding-bottom: 60px;
        border-bottom: 5px solid rgba(61, 215, 148, 1);
    }
    .advantages .main-content {
        gap: 30px;
    }
    .advantages .main-content .el img {
        max-width: 98px;
        max-height: 98px;
        margin-bottom: -20px;
    }
    .advantages .main-content .el {
        flex-direction: column;
    }

    .advantages .main-content .el div {
        padding: 31px 12px 10px 12px;
        margin: 0;
        width: 100%;
    }
    .advantages .main-content .el.end div {
        margin-right: 0;
        order: 2;
    }
    .advantages .main-content .el div h1 {
        font-size: 24px;
        text-align: center;
    }
    .advantages .main-content .el div h4 {
        font-size: 20px;
        margin-top: 5px;
        text-align: center;
    }
    .advantages .down-content h4 {
        font-size: 20px;
        text-align: start;
    }
    .advantages .down-content {
        margin-top: 30px;
    }
    .advantages {
        padding-bottom: 60px;
        border-bottom: 5px solid rgba(61, 215, 148, 1);
    }
    .what {
        flex-direction: column;
    }
    .what .right-part img {
        position: unset;
        right: unset;
        max-width: 143px;
        max-height: 143px;
        display: block;
        margin: 0 auto;
    }
    .what .right-part {
        order: 1;
    }
    .what .left-part {
        order: 2;
    }
    .what .left-part h1 {
        font-size: 36px;
        text-align: center;
        margin-top: 10px;
    }
    .what .left-part {
        width: 100%;
    }
    .what .left-part .table .row {
        border-top: 0;
        border-bottom: 2px solid rgba(61, 215, 148, 1);
    }
    .what .left-part .table .row div {
        width: unset;
        border-right: 0;
    }
    .what .left-part .table .row div h3 {
        font-size: 20px;
    }
    .what .left-part .table .row div {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .what .left-part .table {
        margin-top: 20px;
    }
    .what .left-part button {
        margin-top: 30px;
    }
    button.ip {
        background: rgba(126, 74, 11, 1);
        color: white;
        padding: 16px 43px;
        font-size: 24px;
        display: block;
        margin: 0 auto;
        font-weight: 800;
        transition: all 0.3s;
        -webkit-box-shadow: 0px 0px 0px 2px rgba(61, 215, 148, 1) inset;
        -moz-box-shadow: 0px 0px 0px 2px rgba(61, 215, 148, 1) inset;
        box-shadow: 0px 0px 0px 2px rgba(61, 215, 148, 1) inset;
        &:hover {
            -webkit-box-shadow: 0px 0px 0px 5px rgba(61, 215, 148, 1) inset;
            -moz-box-shadow: 0px 0px 0px 5px rgba(61, 215, 148, 1) inset;
            box-shadow: 0px 0px 0px 5px rgba(61, 215, 148, 1) inset;
        }
        &:active {
            -webkit-box-shadow: 0px 0px 0px 5px rgba(61, 215, 148, 1) inset;
            -moz-box-shadow: 0px 0px 0px 5px rgba(61, 215, 148, 1) inset;
            box-shadow: 0px 0px 0px 5px rgba(61, 215, 148, 1) inset;
            background: rgba(53, 29, 0, 1);
        }
    }
    .what {
        padding: 30px 20px 60px 20px;
        border-bottom: 5px solid rgba(61, 215, 148, 1);
    }
    .osobennosti .header h1 {
        font-size: 36px;
        text-align: center;
    }

    .osobennosti {
        padding: 30px 20px;
        padding-bottom: 60px;
        border-bottom: 5px solid rgba(61, 215, 148, 1);
    }
    .osobennosti .main-content {
        margin-top: 20px;
        gap: 20px;
    }

    .osobennosti .main-content .row {
        gap: 20px;
        flex-direction: column;
    }
    .osobennosti .main-content .row .el {
        width: 100%;
        gap: 5px;
    }
    .osobennosti .main-content .row .el h1 {
        font-size: 24px;
    }
    .osobennosti .main-content .row .el h4 {
        font-size: 20px;
    }
    .osobennosti .main-content svg {
        display: none;
    }
    .osobennosti .main-content .row .flex {
        flex-direction: column;
        width: 100%;
        gap: 20px;
    }
    .help {
        padding: 30px 20px;
        flex-direction: column;
        padding-bottom: 60px;
        border-bottom: 5px solid #3DD794
    }
    .help .right-part {
        order: 1;
    }
    .help .right-part img {
        position: unset;
        right: unset;
        display: block;
        margin: 0 auto;
    }
    .help .left-part h1 {
        font-size: 34px;
        text-align: center;
        margin-top: 7px;
    }
    .help .left-part {
        order: 2;
    }
    .help .left-part h3 {
        font-size: 19px;
        gap: 5px;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 15px;
    }
    .help .left-part h5 {
        font-size: 20px;
    }
    .help .left-part .flex h4 {
        font-size: 20px;
    }
    .help .left-part .flex h4 svg  {
        max-width: 19px;
        max-height: 35px;
    }
    .help .left-part button {
        margin-top: 68px;
        padding: 18px 10px;
    }
    .rules {
        padding: 30px 20px;
        padding-bottom: 60px;
        flex-direction: column;
        border-bottom: 5px solid #3DD794
    }
    .rules .right-part {
        order: 1;
    }
    .rules .left-part {
        order: 2;
        width: 100%;
    }
    .rules .right-part img {
        position: unset;
        right: unset;
        display: block;
        margin: 0 auto;
    }
    .rules .left-part h1 {
        font-size: 34px;
        margin-top: 20px;
        text-align: center;
    }
    .rules .left-part .flex h3 {
        font-size: 20px;
        padding-bottom: 5px;
    }
    .rules .left-part .flex {
        margin-top: 20px;
        gap: 10px;
    }
    .rules .left-part .flex h3:nth-last-child(1) {
        border: 0;
        margin-top: 30px;
    }
    .connect {
        padding: 30px 20px;
        padding-bottom: 60px;
    }
    .connect h1 {
        font-size: 36px;
    }
    .connect h4 {
        font-size: 20px;
        margin-top: 20px;
    }
    .connect button {
        margin-top: 20px;
    }
    footer {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }
    footer h3 {
        font-size: 16px;
    }
    footer h3:nth-child(1) {
        order: 1;
    }
    footer h3:nth-child(2) {
        order: 3;
    }
    footer h3:nth-child(3) {
        order: 2;
    }
    .admin {
        transition: all 0.3s;
        padding: 19px 48px;
        font-size: 24px;
    }
    footer {
        padding-bottom: 80px;
    }
    .admin {
        font-size: 16px;
        border: 2px solid #7E4A0B;
        padding: 10px 22px;
    }
}
