.rule-page.content {
    padding-top: 0;
}

.rule-page a {
    text-decoration: underline;
}

.rule-page .link {
    color: #fd6c1e;
}

.rule-page__top {
    position: relative;
    margin-bottom: 50px;
}

.rule-page__top img {
    width: 100%;
}

.rule-page__top h1 {
    color: white;
}

.rule-page__top span {
    display: block;
    font-size: 1.9rem;
}

.rule-page__title {
    color: white;
    position: absolute;
    top: 60px;
    width: 100%;
    text-align: center;
}

.rule-page__top p {
    max-width: 905px;
    margin: 0 auto;
}

.rule-page__policy {
    color: white;
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center;
}

.rule-page__inst {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    bottom: 40px;
    text-transform: lowercase;
    right: 74px;
    position: absolute;
    z-index: 31;
    text-decoration: none;
}

.rule-page__inst:hover {
    color: #fd6c1e;
}

.rule-page .rule-page__policy .class-link-button {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    border-radius: 21px;
    background-color: transparent;
    border: 2px solid #ffffff;
    z-index: 31;
    position: absolute;
    bottom: 40px;
    left: calc(50% - 230px);
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.catalog-yacht .yacht-filter__col{
    display: flex;
    justify-content: center;
    width: 100%;

}
.catalog-yacht .yacht-filter__col .active{
    color: #fd6c1e;
}
.yacht-img-catalog{
    max-width: 490px!important;
}
.yacht-list{
    justify-content: center!important;
}
.yacht-last-block{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 120px 120px;
}
.yacht-last-block .yacht-last-block-inner{
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    margin: 0;
    font-family: "Montserrat";
    max-width: 481px;
}

@media (max-width: 1440px) {
    .rule-page__inst {
        right: 20px;
        bottom: 48px;
    }

    .rule-page .rule-page__policy .class-link-button {
        bottom: -10px;
    }
}

@media (max-width: 1350px) {
    .rule-page__inst {
        display: none;
    }

    .rule-page .rule-page__policy .class-link-button {
        bottom: -10px;
        font-size: 15px;
        left: calc(50% - 151px);
    }
}

@media (max-width: 992px) {
    .rule-page .rule-page__policy .class-link-button {
        bottom: -25px;
        font-size: 13px;
        left: calc(50% - 135px);
    }
}

@media (max-width: 760px) {
    .rule-page .gray-paragraph, .rule-page .list-checked, .rule-page .list-circle, .rule-page .title-sm {
        font-size: 14px;
    }

    .rule-page .text-paragraph, .rule-page .list-no-style, .rule-page p {
        font-size: 12px;
    }
    .rule-page .rule-page__policy .class-link-button{
        padding: 7px 20px;
    }

    .rule-page__top span {
        font-size: 19px;
    }

}

@media (max-width: 470px) {
    .rule-page .gray-paragraph, .rule-page .list-checked, .rule-page .list-circle, .rule-page .title-sm {
        font-size: 12px;
    }

    .rule-page .text-paragraph, .rule-page .list-no-style, .rule-page p {
        font-size: 12px;
    }

    .rule-page__title {
        top: 60px;
    }
    .rule-page .rule-page__policy .class-link-button{
        padding: 7px 20px;
        bottom: 29px;
        left: calc(50% - 120px);
        font-size: 12px;
    }
    .rule-page__policy {
        position: relative;
        bottom: auto;
        color: black;
        margin-top: 20px;
        padding: 0 15px;
    }
    .rule-page__policy-yacht{
        margin-top: 0;
    }

    .rule-page__top {
        margin-bottom: 30px;
    }
}
@media (max-width: 470px){
    .rule-page .rule-page__policy .class-link-button {
        padding: 4px 15px;
        bottom: 8px;
        left: calc(50% - 94px);
        font-size: 12px;
    }
}