html, body {
    height: 100%;
}

.container {
    padding: 0 130px 0 280px;
}

.page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #475669;
    font-family: 'apercu_pro', sans-serif;
    font-size: 14px;
}

.header .header__txt::before {
    content: '—';
    margin: 0 15px;
    font-size: 22px;
}

.header .header__logo:hover {
    color: #1a4b6a;
}

.header .header__logo:hover::before {
    background: #932323;
}

.header .header__logo::before {
    content: '\f155';
    font-family: "Font Awesome 5 Free";
    background: #ab2a2a;
    font-size: 25px;
    font-weight: bold;
    width: 40px;
    height: 40px;
    text-align: center;
    font-style: normal;
    display: block;
    position: absolute;
    left: 0;
    top: -3px;
    line-height: 40px;
    margin-right: 5px;
    border-radius: 100%;
    color: #ffffff;
}

.footer .footer__views {
    margin-left: auto;
}

.header .header__right {
    font-size: 14px;;
    margin-left: auto;
}

.header .header__txt {
    font-size: 20px;
}

.header .header__logo {
    font-size: 35px;
    line-height: 35px;
    position: relative;
    padding-left: 45px;
    font-weight: bold;
    color: #475669;
}

.header {
    border-bottom: 10px solid #edf5f6;
    padding: 30px 0;
    margin-bottom: 50px;
}

.header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer .footer__copyright {
    font-size: 18px;
    font-weight: bold;
    color: #475669;
}


.footer .container {
    z-index: 5;
    border-top: 10px solid #edf5f6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #ffffff;
    align-items: center;
    gap: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.footer {
    margin-top: auto;
    padding-top: 90px;
}

.footer .footer__link {
    color: #475669;
    font-size: 14px;
}

.page .buy-btn.bth__btn.bth__btn--big i {
    position: absolute;
    right: 30px;
    top: 24px;
}

.page .buy-btn.bth__btn.bth__btn--big {
    font-size: 20px;
    padding: 20px 35px;
    vertical-align: middle;
    border-radius: 10px;
    width: 500px;
    font-weight: bold;
    margin-right: 40px;
    position: relative;
}

.page .page-up-btn:hover {
    background: #fff6ec;
    color: #ff8e41;
}

.page .page-up-btn {
    position: fixed;
    color: #ffffff;
    font-size: 40px;
    width: 50px;
    height: 50px;
    border: none;
    display: none;
    background-color: rgba(165, 165, 165, 0.44);
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    text-align: center;
    border-radius: 4px;
    z-index: 1111;
}

.item {
    margin-bottom: 70px;
}

.domain-name * {
    font: inherit;
    color: inherit;
}

.shield-txt {
    font-size: 18px;
    margin: 30px 0 40px 0;
}

.domain-price:hover, .domain-name:hover {
    color: #1a4b6a;
}

.my-price {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
}

.domain-name {
    font-family: 'apercu_pro', sans-serif;
    font-size: 90px;
    display: block;
    color: #215f86;
    font-weight: bold;
    line-height: 90px
}

.domain-price {
    display: block;
    font-weight: bold;
    font-size: 50px;
    color: #215f86;
}

.content-min-16perc {
    width: calc(100% - 16.6% - 5px);
}

.domains-list .bth__grey-link {
    font-size: 17px;
    cursor: pointer;
    word-break: break-all;
}

.domains-list {
    display: -ms-grid;
    display: grid;
    gap: 15px;
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-columns: repeat(5, 1fr);
}

.content-min-32perc {
    width: calc(100% - 16.6% - 16.6% - 5px);
}

html body .page .bth__btn{
    border-radius: 5px;
}
html body .page .lsfw-wide-form {
    border-radius: 5px;
}

@media screen and (max-width: 1700px) {
    .container {
        padding-left: 80px;
        padding-right: 40px;
    }

    .page .page-up-btn {
        font-size: 20px;
        width: 30px;
        right: 5px;
        bottom: 5px;
        height: 30px;
        line-height: 30px;
    }
}

@media screen and (max-width: 1500px) {
    .container {
        padding-left: 40px;
        padding-right: 20px;
    }

    .content-min-16perc, .content-min-32perc {
        width: 100%;
    }
}


@media screen and (max-width: 1023px) {
    .my-price {
        font-size: 16px;
    }

    .domain-name {
        font-size: 70px;
        line-height: 70px
    }

    .domain-price {
        font-size: 45px;
    }

    .page .buy-btn.bth__btn.bth__btn--big {
        width: 400px;
        font-size: 18px;
    }

    .domains-list .bth__grey-link {
        font-size: 15px;
    }

    .domains-list {
        grid-template-columns: repeat(4, 1fr);
    }

}

@media screen and (max-width: 767px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .domains-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .my-price {
        font-size: 16px;
    }

    .domain-name {
        font-size: 50px;
        line-height: 50px
    }

    .domain-price {
        font-size: 35px;
    }

    .page .buy-btn.bth__btn.bth__btn--big {
        width: 100%;
        margin: 0 0 20px 0 !important;
    }

    .header .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .header .header__right {
        margin: 20px 0 0 0;
        font-size: 10px;
        text-transform: uppercase;
    }

    .header {
        padding: 20px 0;
        margin-bottom: 30px;
    }

    .footer .footer__copyright {
        font-size: 16px;
    }

    .footer .container {
        gap: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .footer .footer__views {
        display: none;
    }

    .footer {
        padding-top: 50px;
    }
}

@media screen and (max-width: 510px) {
    .page .page-up-btn {
        font-size: 14px;
        width: 13px;
        right: auto;
        bottom: 15px;
        height: 35px;
        line-height: 30px;
        border-radius: 0 3px 3px 0;
    }
}

@media screen and (max-width: 499px) {
    .header .header__txt {
        font-size: 14px;
    }

    .header .header__txt::before {
        font-size: 15px;
        margin: 0 10px;
    }

    .my-price {
        font-size: 16px;
    }

    .domain-price {
        font-size: 29px;
    }

    .item {
        margin-bottom: 40px;
    }

    .page .buy-btn.bth__btn.bth__btn--big {
        font-size: 16px;
        padding-left: 25px;
    }

    .domain-name {
        font-size: 35px;
        line-height: 35px;
    }

    .footer .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 5px 0;
    }

    .shield-txt {
        font-size: 16px;
        margin: 20px 0 30px 0;
    }

    .footer .footer__copyright {
        font-size: 18px;
    }
}

@media screen and (max-width: 359px) {
    .page .buy-btn.bth__btn.bth__btn--big .fas {
        display: none;
    }

    .page .buy-btn.bth__btn.bth__btn--big {
        padding: 20px 0;
        text-align: center !important;
    }
}