.domain-ending {
    padding-top: 130px;
    background-color: #f3f6fa
}

@media screen and (max-width:992px) {
    .domain-ending {
        padding-top: 68px
    }
}

.domain-ending h2,
.domain-ending p {
    margin: 0;
    letter-spacing: 0
}

.domain-ending span {
    font-weight: inherit
}

.domain-ending img {
    display: inline-block;
    max-width: 100%
}

.domain-ending ul {
    list-style-image: none;
    padding: 0
}

.domain-ending ul li {
    list-style: none
}

.domain-ending .ending-color {
    color: #00bcec
}

.domain-ending .btn-bordered {
    display: inline-block;
    padding: 14px 30px 11px;
    border-radius: 6px;
    text-align: center;
    font-weight: 800;
    letter-spacing: .2px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .03%;
    text-transform: uppercase;
    -webkit-transition: .2s;
    transition: .2s;
    border: 1px solid #3b4348;
    color: #3b4348;
    background-color: #fff
}

.domain-ending .btn-bordered:hover {
    background-color: #3b4348;
    color: #fff
}

.domain-ending .section-title {
    font-weight: 900;
    font-size: 38px;
    line-height: 50px;
    padding: 0;
    margin: 0;
    color: #3b4348
}

.price-omnibus {
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    margin-bottom: 4px;
    color: #909090;
}

@media screen and (max-width:700px) {
    .domain-ending .section-title {
        font-size: 24px;
        line-height: 31px
    }
}

.domain-ending .section-subtitle {
    font-weight: 900;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: .05px;
    text-transform: uppercase;
    color: #00bcec
}

@media screen and (max-width:700px) {
    .domain-ending .section-subtitle {
        font-size: 12px;
        line-height: 18px
    }
}

.domain-ending .section-info {
    font-size: 18px;
    line-height: 27px;
    color: #909090
}

@media screen and (max-width:700px) {
    .domain-ending .section-info {
        font-size: 16px;
        line-height: 26px
    }
}

.domain-ending__header {
    padding: 50px 0 80px
}

.domain-ending__header .header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.domain-ending__header .box-form {
    -ms-flex-preferred-size: 500px;
    flex-basis: 500px;
    max-width: 500px;
    padding-right: 40px
}

.domain-ending__header .box-form .title {
    font-weight: 900;
    font-size: 44px;
    line-height: 57px;
    margin: 15px 0 24px;
    color: #3b4348
}

.domain-ending__header .box-form .price-box {
    position: relative;
}

.domain-ending__header .box-form .old-price-group {
    top: -24px;
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 2px;
}

.domain-ending__header .box-form .old-price-group .price {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.28px;
    text-decoration: line-through;
    color: rgba(59, 67, 72, 0.7)
}

.domain-ending__header .box-form .old-price-group .discount-label {
    padding: 2px 6px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 900;
    line-height: 18px;
    background-color: #F02A36;
    color: #fff;
}

.domain-ending__header .box-form .price-group .price {
    font-weight: 800;
    font-size: 28px;
    line-height: 37px;
    color: #3b4348
}

.domain-ending__header .box-form .price-group .price-detail {
    margin-left: 8px;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #909090
}

.domain-ending__header .box-form .link-holder {
    margin-top: 16px
}

.domain-ending__header .box-form .link-holder a {
    font-size: 14px;
    line-height: 19px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #3b4348
}

.domain-ending__header .box-form .link-holder a:hover {
    color: #00bcec
}

.domain-ending__header .box-form .ending-form {
    margin: 40px 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    min-height: 52px;
    border-radius: 200px;
    margin-bottom: 15px;
    background-color: #fff;
    border: 1.5px solid #d2ddec
}

.domain-ending__header .box-form .ending-form input {
    width: 100%;
    border: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    padding: 14px 60px 14px 24px;
    background-color: transparent;
    color: #3b4348
}

.domain-ending__header .box-form .ending-form input:focus+.ending-form-label {
    display: none
}

.domain-ending__header .box-form .ending-form .ending-form-label {
    cursor: pointer;
    position: absolute;
    left: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;
    color: #c1cad2
}

.domain-ending__header .box-form .ending-form .ending-form-label .ending {
    color: #3b4348
}

.domain-ending__header .box-form .ending-form .ending-form-button {
    position: absolute;
    top: 50%;
    right: 3px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 0;
    background-color: #00bcec;
    -webkit-transition: .2s;
    transition: .2s
}

.domain-ending__header .box-form .ending-form .ending-form-button:hover {
    background-color: rgba(0, 188, 236, .7)
}

.domain-ending__header .box-form .ending-form.with-value .ending-form-label {
    display: none
}

.domain-ending__header .box-endings {
    -ms-flex-preferred-size: 714px;
    flex-basis: 714px;
    min-height: 336px;
    background-image: url(/assets/gfx/domain-ending/endings-bg.svg);
    background-size: 714px 336px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative
}

.domain-ending__header .box-endings .ending-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 55%;
    top: 50%;
    padding: 10px 20px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 8px;
    min-height: 138px;
    min-width: 233px;
    border: 2px solid #d4e3ee;
    background: #fff
}

.domain-ending__header .box-endings .ending-panel span {
    font-weight: 900;
    font-size: 50px;
    line-height: 60px;
    color: #0059a2
}

@media screen and (max-width:1409px) {
    .domain-ending__header .box-endings {
        -ms-flex-preferred-size: 614px;
        flex-basis: 614px;
        min-height: 266px;
        background-size: 614px 266px
    }

    .domain-ending__header .box-endings .ending-panel {
        min-height: 118px;
        min-width: 213px
    }
}

@media screen and (max-width:1100px) {
    .domain-ending__header {
        padding: 20px 0 65px
    }

    .domain-ending__header .header-wrapper {
        -ms-flex-flow: wrap-reverse;
        flex-flow: wrap-reverse;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .domain-ending__header .box-form {
        margin-top: 25px;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 500px;
        padding-right: 0;
        text-align: center
    }

    .domain-ending__header .box-form .old-price-group {
        position: static;
    }

    .domain-ending__header .box-form .link-holder {
        text-align: center
    }
}

@media screen and (max-width:700px) {
    .domain-ending__header .box-form .title {
        font-size: 26px;
        line-height: 36px;
        margin: 15px 0
    }

    .domain-ending__header .box-form .link-holder {
        margin-top: 12px
    }

    .domain-ending__header .box-form .ending-form {
        margin: 25px 0 12px;
        min-height: 64px
    }

    .domain-ending__header .box-form .ending-form input {
        font-size: 18px;
        line-height: 22px
    }

    .domain-ending__header .box-form .ending-form .ending-form-label {
        font-size: 18px;
        line-height: 20px
    }

    .domain-ending__header .box-form .ending-form .ending-form-button {
        width: 56px;
        height: 56px
    }

    .domain-ending__header .box-form .ending-form .ending-form-button svg {
        width: 22px;
        height: 22px
    }

    .domain-ending__header .box-endings {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        min-height: 205px;
        background-size: 500px 205px
    }

    .domain-ending__header .box-endings .ending-panel {
        left: 50%;
        top: 45%;
        min-height: 109px;
        min-width: 185px
    }

    .domain-ending__header .box-endings .ending-panel::before {
        width: 12px;
        height: 12px
    }

    .domain-ending__header .box-endings .ending-panel span {
        font-size: 40px;
        line-height: 50px
    }
}

.domain-ending__about {
    padding: 80px 0;
    background-color: #fff
}

.domain-ending__about .about-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.domain-ending__about .box-text {
    -ms-flex-preferred-size: 500px;
    flex-basis: 500px;
    max-width: 500px;
    padding-right: 25px
}

.domain-ending__about .box-text .section-title {
    margin: 24px 0
}

.domain-ending__about .box-list {
    -ms-flex-preferred-size: 585px;
    flex-basis: 585px;
    max-width: 585px;
    padding-top: 58px
}

.domain-ending__about .box-list__header {
    font-weight: 800;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 40px;
    color: #3b4348
}

.domain-ending__about .box-list__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.domain-ending__about .box-list__list li:not(:last-child) {
    margin-bottom: 18px
}

.domain-ending__about .box-list__list li .icon-holder {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-preferred-size: 48px;
    flex-basis: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(0, 188, 236, .08)
}

.domain-ending__about .box-list__list li .icon-holder img {
    max-width: 100%
}

.domain-ending__about .box-list__list li .text-holder {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 36px
}

.domain-ending__about .box-list__list li .text-holder p {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #3b4348
}

@media screen and (max-width:1000px) {
    .domain-ending__about .about-wrapper {
        -ms-flex-flow: wrap;
        flex-flow: wrap
    }

    .domain-ending__about .box-text {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        padding-right: 0
    }

    .domain-ending__about .box-list {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}

@media screen and (max-width:700px) {
    .domain-ending__about {
        padding: 50px 0 40px
    }

    .domain-ending__about .box-text .section-title {
        margin: 16px 0
    }

    .domain-ending__about .box-list {
        padding-top: 30px
    }

    .domain-ending__about .box-list__header {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 30px
    }

    .domain-ending__about .box-list__list li .icon-holder {
        -ms-flex-preferred-size: 40px;
        flex-basis: 40px;
        height: 40px
    }

    .domain-ending__about .box-list__list li .text-holder {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-left: 24px
    }

    .domain-ending__about .box-list__list li .text-holder p {
        font-size: 16px;
        line-height: 21px
    }
}

.domain-ending__boxes {
    margin-bottom: -97px;
    background-color: #fff
}

.domain-ending__boxes .boxes-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -4px
}

.domain-ending__boxes .boxes-wrapper .single-box {
    -ms-flex-preferred-size: calc(33.3333% - 8px);
    flex-basis: calc(33.3333% - 8px);
    max-width: calc(33.3333% - 8px);
    padding: 40px;
    margin: 0 4px;
    border-radius: 10px;
    background-color: #fff;
    border: 1.5px solid #d2ddec;
    box-shadow: 0 4px 20px -4px rgba(7, 86, 148, .1)
}

.domain-ending__boxes .boxes-wrapper .single-box .title-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 34px
}

.domain-ending__boxes .boxes-wrapper .single-box .title-group>svg {
    margin-right: 16px
}

.domain-ending__boxes .boxes-wrapper .single-box .title-group span {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #3b4348
}

.domain-ending__boxes .boxes-wrapper .single-box .title-group span em {
    font-style: normal;
    font-weight: 800
}

.domain-ending__boxes .boxes-wrapper .single-box .title-group span svg {
    margin-left: 5px;
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px)
}

.domain-ending__boxes .boxes-wrapper .single-box .price-box {
    position: relative;
}

.domain-ending__boxes .boxes-wrapper .single-box .old-price-group {
    top: -24px;
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 2px;
}

.domain-ending__boxes .boxes-wrapper .single-box .old-price-group .price {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.28px;
    text-decoration: line-through;
    color: rgba(59, 67, 72, 0.7)
}

.domain-ending__boxes .boxes-wrapper .single-box .old-price-group .discount-label {
    padding: 2px 6px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 900;
    line-height: 18px;
    background-color: #F02A36;
    color: #fff;
}

.domain-ending__boxes .boxes-wrapper .single-box .price-group .price {
    font-weight: 800;
    font-size: 40px;
    line-height: 50px;
    color: #3b4348
}

.domain-ending__boxes .boxes-wrapper .single-box .price-group .price-detail {
    margin-left: 8px;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #909090
}

@media screen and (max-width:1150px) {
    .domain-ending__boxes {
        margin-bottom: -70px
    }

    .domain-ending__boxes .boxes-wrapper .single-box {
        padding: 25px
    }

    .domain-ending__boxes .boxes-wrapper .single-box .title-group {
        margin-bottom: 24px
    }

    .domain-ending__boxes .boxes-wrapper .single-box .price-group .price {
        font-size: 28px;
        line-height: 37px
    }

    .domain-ending__boxes .boxes-wrapper .single-box .price-group .price-detail {
        font-size: 14px;
        line-height: 20px
    }
}

@media screen and (max-width:980px) {
    .domain-ending__boxes {
        margin-bottom: -240px
    }

    .domain-ending__boxes .boxes-wrapper {
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        margin: 0
    }

    .domain-ending__boxes .boxes-wrapper .single-box {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        margin: 0;
        text-align: center
    }

    .domain-ending__boxes .boxes-wrapper .single-box:not(:last-child) {
        margin-bottom: 12px
    }

    .domain-ending__boxes .boxes-wrapper .single-box .title-group {
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 12px
    }

    .domain-ending__boxes .boxes-wrapper .single-box .title-group>svg {
        margin-right: 0;
        margin-bottom: 4px
    }

    .domain-ending__boxes .boxes-wrapper .single-box .old-price-group {
        position: static;
    }
}

.domain-ending__info {
    padding: 195px 0 130px;
    background: linear-gradient(180deg, #fbfcfe 0, #eef5fc 100%)
}

.domain-ending__info .info-header {
    text-align: center;
    max-width: 907px;
    margin: 0 auto 64px
}

.domain-ending__info .info-header .section-subtitle {
    color: #ff8522
}

.domain-ending__info .info-header .section-title {
    margin: 16px 0 24px
}

.domain-ending__info .info-header .section-info {
    max-width: 540px;
    margin: 0 auto
}

.domain-ending__info .info-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px
}

.domain-ending__info .info-grid__item {
    -ms-flex-preferred-size: 290px;
    flex-basis: 290px;
    max-width: 290px;
    padding-right: 20px;
    margin-bottom: 24px
}

.domain-ending__info .info-grid__item .item-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    padding: 10px;
    border-radius: 50%;
    margin-bottom: 24px;
    background-color: #fff
}

.domain-ending__info .info-grid__item .item-icon svg {
    max-width: 100%
}

.domain-ending__info .info-grid__item .item-text .item-title {
    margin: 0;
    font-weight: 900;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 16px
}

.domain-ending__info .info-grid__item .item-text p {
    font-size: 16px;
    line-height: 24px;
    color: #909090
}

.domain-ending__info .info-banners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.domain-ending__info .info-banners p {
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    color: rgba(59, 67, 72, .7)
}

.domain-ending__info .info-banners .logotype-row {
    padding-left: 40px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.domain-ending__info .info-banners .logotype-row__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 18px;
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
    max-width: 100px;
    min-height: 42px
}

.domain-ending__info .info-banners .logotype-row__item img {
    max-width: 100%
}

@media screen and (max-width:1200px) {
    .domain-ending__info .info-grid {
        -ms-flex-flow: wrap;
        flex-flow: wrap
    }

    .domain-ending__info .info-grid__item {
        -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
        max-width: calc(50% - 20px)
    }

    .domain-ending__info .info-banners {
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .domain-ending__info .info-banners p {
        margin-bottom: 20px
    }

    .domain-ending__info .info-banners .logotype-row {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        padding-left: 0
    }
}

@media screen and (max-width:980px) {
    .domain-ending__info {
        padding-top: 300px
    }
}

@media screen and (max-width:700px) {
    .domain-ending__info {
        padding-bottom: 50px
    }

    .domain-ending__info .info-grid {
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        margin-bottom: 30px
    }

    .domain-ending__info .info-grid__item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        padding: 0
    }

    .domain-ending__info .info-grid__item .item-icon {
        width: 48px;
        height: 48px;
        margin-bottom: 16px
    }

    .domain-ending__info .info-grid__item .item-text .item-title {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 8px
    }

    .domain-ending__info .info-grid__item .item-text p {
        font-size: 14px;
        line-height: 28px
    }

    .domain-ending__info .info-banners p {
        font-size: 12px;
        line-height: 16px
    }

    .domain-ending__info .info-banners .logotype-row {
        overflow-x: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .domain-ending__info .info-banners .logotype-row::-webkit-scrollbar {
        display: none
    }

    .domain-ending__info .info-banners .logotype-row__item {
        -ms-flex-preferred-size: 75px;
        flex-basis: 75px;
        max-width: 75px;
        min-width: 75px;
        margin: 0 10px
    }
}

.domain-ending__steps {
    background-color: #fff
}

.domain-ending__steps .steps-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.domain-ending__steps .steps-wrapper .steps-text {
    -ms-flex-preferred-size: 480px;
    flex-basis: 480px;
    max-width: 480px;
    padding: 116px 0
}

.domain-ending__steps .steps-wrapper .steps-text .section-subtitle {
    margin-bottom: 16px
}

.domain-ending__steps .steps-wrapper .steps-text .section-title {
    margin-bottom: 24px
}

.domain-ending__steps .steps-wrapper .steps-text .steps-text-info {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 40px;
    max-width: 413px;
    color: #909090
}

.domain-ending__steps .steps-wrapper .steps-list {
    -ms-flex-preferred-size: 650px;
    flex-basis: 650px;
    max-width: 650px;
    position: relative;
    padding: 170px 0 107px;
    margin: 0;
    counter-reset: steps-list-counter
}

.domain-ending__steps .steps-wrapper .steps-list::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background-image: url(/assets/gfx/domains/border.svg);
    background-size: contain
}

.domain-ending__steps .steps-wrapper .steps-list__item {
    position: relative;
    padding-left: 55px;
    max-width: 430px;
    counter-increment: steps-list-counter
}

.domain-ending__steps .steps-wrapper .steps-list__item::before {
    content: "";
    width: 32px;
    height: 32px;
    border-radius: 50%;
    position: absolute;
    left: -15px;
    top: -2px;
    background-color: #00bcec
}

.domain-ending__steps .steps-wrapper .steps-list__item::after {
    content: counter(steps-list-counter);
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: -15px;
    top: -1px;
    font-weight: 900;
    font-size: 16px;
    line-height: 34px;
    color: #fff
}

.domain-ending__steps .steps-wrapper .steps-list__item:not(:last-child) {
    margin-bottom: 50px
}

.domain-ending__steps .steps-wrapper .steps-list__item p {
    font-size: 16px;
    line-height: 24px;
    color: #909090
}

.domain-ending__steps .steps-wrapper .steps-list__item .title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 900;
    margin-bottom: 12px;
    color: #3b4348
}

.domain-ending__steps .steps-wrapper .steps-mobile {
    display: none
}

@media screen and (max-width:1409px) {
    .domain-ending__steps .steps-wrapper .steps-list {
        margin-left: 100px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -ms-flex-preferred-size: initial;
        flex-basis: initial;
        max-width: initial
    }
}

@media screen and (max-width:1000px) {
    .domain-ending__steps {
        padding: 50px 0
    }

    .domain-ending__steps .steps-wrapper {
        -ms-flex-flow: wrap;
        flex-flow: wrap
    }

    .domain-ending__steps .steps-wrapper .steps-text {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        padding: 0
    }

    .domain-ending__steps .steps-wrapper .steps-text .steps-text-info {
        max-width: 100%;
        margin: 0
    }

    .domain-ending__steps .steps-wrapper .steps-text .btn-bordered {
        display: none
    }

    .domain-ending__steps .steps-wrapper .steps-list {
        margin-left: 16px;
        padding: 60px 0
    }

    .domain-ending__steps .steps-wrapper .steps-list__item {
        padding-left: 45px;
        max-width: 100%
    }

    .domain-ending__steps .steps-wrapper .steps-list__item:not(:last-child) {
        margin-bottom: 30px
    }
}

@media screen and (max-width:700px) {
    .domain-ending__steps .steps-wrapper .steps-text .section-title {
        margin-bottom: 16px
    }

    .domain-ending__steps .steps-wrapper .steps-text .steps-text-info {
        font-size: 16px;
        line-height: 26px
    }

    .domain-ending__steps .steps-wrapper .steps-list::before {
        background-size: 2px 460px
    }

    .domain-ending__steps .steps-wrapper .steps-list__item p {
        font-size: 14px;
        line-height: 23px
    }

    .domain-ending__steps .steps-wrapper .steps-list__item .title {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 8px
    }

    .domain-ending__steps .steps-wrapper .steps-mobile {
        display: inline-block;
        width: 100%;
        text-align: center
    }
}

.domain-ending__faq {
    padding: 70px 0 145px;
    background-color: #fbfcfe;
    background-image: url(/assets/gfx/domains/faq-bg.svg);
    background-position: center bottom;
    background-repeat: repeat-x;
    border: none
}

.domain-ending__faq__header {
    text-align: center;
    max-width: 907px;
    margin: 0 auto 80px
}

.domain-ending__faq__header .section-title {
    margin: 16px 0 24px
}

.domain-ending__faq__header .section-info {
    max-width: 540px;
    margin: 0 auto
}

.domain-ending__faq .faq-box {
    margin: 0 auto;
    max-width: 994px;
    border: none;
    box-shadow: none;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .1)
}

.domain-ending__faq .faq-box .faq-item {
    background-color: #eff3fb;
    border-bottom: 1.5px solid #e0e7ee
}

.domain-ending__faq .faq-box .faq-item .item-header {
    padding: 24px
}

.domain-ending__faq .faq-box .faq-item .item-header .title {
    font-size: 18px;
    line-height: 27px
}

.domain-ending__faq .faq-box .faq-item .item-header .status-icon {
    right: 28px
}

.domain-ending__faq .faq-box .faq-item .item-body {
    padding: 0 24px 28px
}

.domain-ending__faq .faq-box .faq-item .item-body .desc {
    max-width: 100%;
    font-size: 16px;
    line-height: 24px
}

.domain-ending__faq .faq-box .faq-item.is-open {
    background-color: #fff
}

.domain-ending__faq .faq-box .faq-item.is-open .item-header .title {
    color: #00bcec
}

.domain-ending__faq .faq-box .faq-item.is-open .item-header .status-icon {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg)
}

.domain-ending__faq .faq-box .faq-item.is-open .item-header .status-icon path {
    stroke: none;
    fill: #00bcec
}

.domain-ending__faq .faq-box .faq-item.is-open .item-body {
    margin-top: -5px
}

@media screen and (max-width:700px) {
    .domain-ending__faq {
        padding: 50px 0 110px
    }

    .domain-ending__faq .container {
        padding: 0 16px
    }

    .domain-ending__faq__header {
        padding: 0 9px;
        margin: 0 auto 40px
    }

    .domain-ending__faq__header .section-title {
        margin: 16px 0
    }

    .domain-ending__faq .faq-box .faq-item .item-header {
        padding: 16px 20px
    }

    .domain-ending__faq .faq-box .faq-item .item-header .title {
        font-size: 16px;
        line-height: 21px
    }

    .domain-ending__faq .faq-box .faq-item .item-header .status-icon {
        right: 20px
    }

    .domain-ending__faq .faq-box .faq-item .item-body {
        padding: 0 20px 20px
    }

    .domain-ending__faq .faq-box .faq-item .item-body .desc {
        font-size: 14px;
        line-height: 28px
    }
}

.domain-ending__cards {
    overflow: hidden;
    padding: 120px 0;
    background-color: #fff
}

.domain-ending__cards .cards-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px
}

.domain-ending__cards .cards-header .text-group {
    max-width: 680px
}

.domain-ending__cards .cards-header .text-group .section-title {
    margin: 16px 0 0
}

.domain-ending__cards .cards-header .nav-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 40px;
    padding-bottom: 10px
}

.domain-ending__cards .cards-header .nav-group .btn-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1.5px solid #3b4348;
    background-color: #fff
}

.domain-ending__cards .cards-header .nav-group .btn-nav [fill] {
    -webkit-transition: .2s;
    transition: .2s
}

.domain-ending__cards .cards-header .nav-group .btn-nav:hover {
    background-color: #3b4348
}

.domain-ending__cards .cards-header .nav-group .btn-nav:hover [fill] {
    fill: #fff
}

.domain-ending__cards .cards-header .nav-group .btn-nav.btn-next {
    margin-left: 20px
}

.domain-ending__cards .cards-container .slick-list {
    overflow: visible
}

.domain-ending__cards .cards-container .card-item {
    width: 270px;
    min-height: 385px;
    padding: 18px;
    border-radius: 8px;
    border: 1.5px solid #d2ddec;
    background-color: #fff;
    display: flex !important;
    flex-direction: column;
}

.domain-ending__cards .cards-container .card-item:not(:last-child) {
    margin-right: 36px
}

.domain-ending__cards .cards-container .card-item__image {
    min-height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

.domain-ending__cards .cards-container .card-item__image img {
    max-width: 100%;
    max-height: 100%
}

.domain-ending__cards .cards-container .card-item__info .title {
    font-weight: 800;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 8px;
    color: #3b4348
}

.domain-ending__cards .cards-container .card-item__info p {
    font-size: 16px;
    line-height: 21px;
    color: #909090
}

.domain-ending__cards .cards-container .card-item__price {
    margin: 40px 0;
    position: relative;
}

.domain-ending__cards .cards-container .card-item__price .old-price {
    top: -24px;
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 2px;
}

.domain-ending__cards .cards-container .card-item__price .old-price .price {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
    letter-spacing: 0.28px;
    text-decoration: line-through;
    color: rgba(59, 67, 72, 0.7)
}

.domain-ending__cards .cards-container .card-item__price .old-price .discount-label {
    padding: 2px 6px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 900;
    line-height: 18px;
    background-color: #F02A36;
    color: #fff;
}

.domain-ending__cards .cards-container .card-item__price span {
    font-size: 13px;
    line-height: 18px;
    color: #828a91
}

.domain-ending__cards .cards-container .card-item__price span.price {
    font-weight: 800;
    font-size: 32px;
    line-height: 37px;
    margin-right: 8px;
    color: #3b4348
}

.domain-ending__cards .cards-container .card-item__cta {
    margin-top: auto;
}

.domain-ending__cards .cards-container .card-item__cta a {
    display: block;
    padding: 14px 10px 11px;
    border-radius: 6px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: .2s;
    transition: .2s;
    border: 1px solid #3b4348;
    background-color: #fff
}

.domain-ending__cards .cards-container .card-item__cta a span {
    font-weight: 800;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: .03px;
    -webkit-transition: .2s;
    transition: .2s;
    color: #3b4348
}

@media screen and (max-width:700px) {
    .domain-ending__cards .cards-container .card-item__cta a .mobile-hidden {
        display: none
    }
}

.domain-ending__cards .cards-container .card-item__cta a:hover {
    background-color: #3b4348
}

.domain-ending__cards .cards-container .card-item__cta a:hover span {
    color: #fff
}

.domain-ending__cards .cards-progress {
    margin-top: 50px;
    display: block;
    width: 100%;
    height: 2px;
    overflow: hidden;
    background-color: #d2ddec
}

.domain-ending__cards .cards-progress__inner {
    width: 0;
    -webkit-transition: width .4s ease-in-out;
    transition: width .4s ease-in-out;
    height: 2px;
    background-color: #3b4348
}

@media screen and (max-width:700px) {
    .domain-ending__cards {
        padding: 50px 0 70px
    }

    .domain-ending__cards .cards-header {
        margin-bottom: 40px
    }

    .domain-ending__cards .cards-header .text-group {
        max-width: 100%
    }

    .domain-ending__cards .cards-header .nav-group {
        display: none
    }

    .domain-ending__cards .cards-progress {
        margin-top: 40px
    }
}

.logotype-row__item img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.75;
    transition: 0.3s;
}

.logotype-row__item img:hover {
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    opacity: 1;
}

.text-promo {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    line-height: 13px;
    padding-bottom: 4px;
    margin: 0;
    border-bottom: 1px solid rgba(219, 15, 6, 0.40);
    color: #DB0F06;
}

.tooltip .tooltip-inner {
    min-width: 245px;
    padding: 8px 16px !important;
    background-color: #272E35 !important;
    padding: 0;
    border: 0;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.24px;
    text-align: left;
}