/* info-tag start */
.info-tag {
    display: inline-flex;
    min-height: 40px;
    gap: 8px;
    align-items: center;
    padding: 8px 20px;
    border-radius: 48px;
    background: #fff;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.04), 0px 1px 1px 0px rgba(0, 0, 0, 0.05);
}

.info-tag.info-tag--with-badge {
    padding: 6px 20px 6px 8px
}

.info-tag.info-tag--gray {
    background-color: #f2f5f6
}

.info-tag.info-tag--dark-gray {
    background-color: #e0e7ee
}

.info-tag.info-tag--no-shadow {
    box-shadow: none
}

.info-tag>span {
    transform: translateY(.5px);
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    white-space: nowrap;
    color: #3b4348
}

.info-tag .text-mobile {
    display: none;
}

@media screen and (max-width: 600px) {
    .info-tag .text-desktop {
        display: none;
    }

    .info-tag .text-mobile {
        display: inline-block;
    }
}

.info-tag.info-tag--dot {
    padding-left: 36px;
    position: relative
}

.info-tag.info-tag--dot::before {
    content: "";
    position: absolute;
    top: calc(50% - 3px);
    left: 20px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #57b65d
}

/* info-tag end */

/* domain-form start */
.domain-form {
    max-width: 660px;
    margin: 0 auto;
}

.domain-form .domain-form__toggle {
    display: inline-flex;
    align-items: center;
    border-radius: 10px;
    gap: 8px;
    padding: 4px 5px;
    margin-bottom: 22px;
    background-color: #E9EAEC;
}

.domain-form .domain-form__toggle input {
    display: none;
}

.domain-form .domain-form__toggle input:checked+label {
    background-color: #fff;
}

.domain-form .domain-form__toggle label {
    cursor: pointer;
    display: inline-block;
    padding: 4px 8px;
    border-radius: 8px;
    background-color: #E9EAEC;
    overflow: hidden;
    color: #3B4348;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.28px;
    transition: 0.2s;
}

.domain-form .domain-form__group {
    position: relative;
}

.domain-form .domain-form__group input {
    width: 100%;
    padding: 20px 40px 20px 16px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: 0.32px;
    background-color: #fff;
    border: 1px solid #CFD6DD;
    color: #3B4348;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.04), 0px 1px 1px 0px rgba(0, 0, 0, 0.05);
}

.domain-form .domain-form__group input:focus {
    border-color: #9ea8b3
}

.domain-form .domain-form__group input::-webkit-input-placeholder {
    color: #7E8C9A
}

.domain-form .domain-form-input input:-ms-input-placeholder {
    color: #7E8C9A
}

.domain-form .domain-form-input input::placeholder {
    color: #7E8C9A
}

.domain-form .domain-form__group button {
    position: absolute;
    right: 0;
    top: 50%;
    padding: 16px;
    font-size: 0;
    line-height: 0;
    transform: translateY(-50%);
    transition: 0.2s;
}

.domain-form .domain-form__group button:hover {
    transform: translateY(-50%) scale(1.1);
}

/* domain-form end */


.domains {
    position: relative;
}

.domains::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1566px;
    background: linear-gradient(180deg, #F2F5F6 0%, rgba(242, 245, 246, 0.00) 100%);
    z-index: 1;
}

/* domain-header start */

.domains .domains-header .header-box {
    position: relative;
    z-index: 2;
    padding: 50px 0;
    text-align: center;
}

.domains .domains-header .header-box::after,
.domains .domains-header .header-box::before {
    content: "";
    display: block;
    position: absolute
}

.domains-header .header-box::before {
    left: 0;
    top: 32px;
    width: 196px;
    height: 235px;
    background-image: url(/assets/gfx/domains/left-endings.svg);
    background-size: 196px 235px;
    background-position: center
}

.domains-header .header-box::after {
    right: 0;
    top: 44px;
    width: 203px;
    height: 238px;
    background-image: url(/assets/gfx/domains/right-endings.svg);
    background-size: 203px 238px;
    background-position: center
}

.domains-header .header-box__header {
    margin-bottom: 44px
}

.domains-header .header-box__header .title {
    white-space: nowrap;
    font-weight: 900;
    font-size: 56px;
    line-height: 73px;
    margin-bottom: 30px;
    color: #3b4348
}

.domains-header .header-box__header .title .text-cloud {
    display: inline-block;
    position: relative;
    margin-left: 18px;
    padding: 0 24px 0 20px;
    color: #008556;
    z-index: 1
}

.domains-header .header-box__header .title .text-cloud::before {
    content: "";
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: 0;
    right: 0;
    border-radius: 200px;
    z-index: -1;
    background-color: #FAFCFE;
}

.domains-header .header-box__header .title .text-cloud::after {
    content: "";
    position: absolute;
    left: -4px;
    bottom: 23px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #008556
}

.domains-header .header-box__header .desc {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #909090;
}

.domains-header .header-box__header .desc strong {
    font-weight: 900;
    color: #3b4348
}

.domains-header .header-box__bottom {
    margin-top: 22px;
    text-align: center;
}

.domains-header .header-box__bottom a {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    text-decoration-line: underline;
    color: #3b4348;
    transition: 0.2s;
}

.domains-header .header-box__bottom a:hover {
    color: #008556
}

@media screen and (max-width: 992px) {

    .domains .domains-header .header-box::after,
    .domains .domains-header .header-box::before {
        display: none;
    }
}

@media screen and (max-width: 600px) {

    .domains-header .header-box__header {
        margin-bottom: 49px
    }

    .domains-header .header-box__header .title {
        font-size: 31px;
        line-height: 40px;
        margin-bottom: 27px;
    }

    .domains-header .header-box__header .title .text-cloud {
        margin-left: 9px;
        padding: 0 13px 0 11px;
    }

    .domains-header .header-box__header .title .text-cloud::before {
        top: 0;
    }

    .domains-header .header-box__header .title .text-cloud::after {
        left: -2px;
        bottom: 10px;
        width: 6px;
        height: 6px;
    }

    .domains-header .header-box__header .desc {
        font-size: 16px;
        line-height: 20px;
    }
}

/* domain-header end */

/* domain-endings start */

.domains .domains-endings {
    position: relative;
    z-index: 2;
    padding: 77px 0 37px;
}

.domains .domains-endings .domains-endings__header {
    max-width: 620px;
    margin: 0 auto 81px;
    text-align: center;
}

.domains .domains-endings .domains-endings__header .title {
    font-size: 32px;
    font-weight: 800;
    line-height: 40px;
    letter-spacing: -0.32px;
    margin: 24px 0;
    color: #3B4348;
}

.domains .domains-endings .domains-endings__header .desc {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.32px;
    color: rgba(39, 46, 53, 0.7);
}

.domains .domains-endings .domains-endings__grid {
    display: flex;
    flex-flow: wrap;
    gap: 40px;
}

.domains .domains-endings .domains-endings__grid .ending-item {
    padding: 30px 20px 20px;
    flex-basis: calc(25% - 20px);
    max-width: calc(25% - 30px);
    border-radius: 24px;
    border: 1px solid #C5CFD8;
    background-color: #fff;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.04), 0px 1px 1px 0px rgba(0, 0, 0, 0.05);
}

.domains .domains-endings .domains-endings__grid .ending-item__image {
    display: inline-flex;
    align-items: center;
    min-height: 45px;
}

.domains .domains-endings .domains-endings__grid .ending-item__info {
    padding-top: 32px;
}

.domains .domains-endings .domains-endings__grid .ending-item__info .title {
    font-size: 18px;
    line-height: 25px;
    font-weight: 900;
    margin-bottom: 8px;
    color: #3b4348
}

.domains .domains-endings .domains-endings__grid .ending-item__info .desc {
    font-size: 16px;
    line-height: 21px;
    min-height: 63px;
    color: #909090
}

.domains .domains-endings .domains-endings__grid .ending-item__price {
    margin: 21px 0 18px;
    min-height: 67px;
    white-space: nowrap;
}

.domains .domains-endings .domains-endings__grid .ending-item__price span {
    font-size: 13px;
    line-height: 37px;
    color: #909090;
}

.domains .domains-endings .domains-endings__grid .ending-item__price span.price {
    padding-right: 4px;
    font-size: 32px;
    font-weight: 900;
    line-height: 37px;
    color: #3B4348;
}

.domains .domains-endings .domains-endings__grid .ending-item__price .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;
}

.domains .domains-endings .domains-endings__grid .ending-item__cta a {
    display: block;
    padding: 11px 20px 9px;
    border-radius: 6px;
    text-align: center;
    transition: 0.2s;
    border: 1px solid rgba(59, 67, 72, 0.20);
    background-color: #fff;
}

.domains .domains-endings .domains-endings__grid .ending-item__cta a span {
    font-size: 16px;
    line-height: 22px;
    font-weight: 800;
    color: #3B4348;
}

.domains .domains-endings .domains-endings__grid .ending-item__cta a:hover {
    border-color: #3b4348;
    background-color: #3b4348;
}

.domains .domains-endings .domains-endings__grid .ending-item__cta a:hover span {
    color: #fff;
}

.domains .domains-meet {
    flex-basis: 100%;
    display: flex;
    align-items: center;
    padding: 40px 170px 26px 55px;
    border-radius: 24px;
    border: 1px solid #C5CFD8;
    background-color: #F2F5F6;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.04), 0px 1px 1px 0px rgba(0, 0, 0, 0.05);
}

.domains .domains-meet .meet-image {
    flex-basis: 450px;
    max-width: 450px;
}

.domains .domains-meet .meet-image img {
    max-width: 360px;
}

.domains .domains-meet .meet-text {
    flex: 1;
}

.domains .domains-meet .meet-text h2 {
    font-size: 24px;
    padding: 0;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: -0.24px;
    color: #3b4348;
}

.domains .domains-meet .meet-text .info {
    max-width: 525px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 16px 0;
    color: rgba(67, 87, 104, 0.9);
}

.domains .domains-meet .meet-text .meet-trigger {
    display: inline-flex;
    padding: 7px 16px 7px 8px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: #fff;
    transition: 0.2s;
    margin-bottom: 24px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05), 0 3px 3px 0 rgba(0, 0, 0, 0.04);
}

.domains .domains-meet .meet-text .meet-trigger__icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background-color: #edf0f4;
}

.domains .domains-meet .meet-text .meet-trigger__icon svg {
    max-width: 25px;
    margin-left: 3px;
}

.domains .domains-meet .meet-text .meet-trigger__text {
    flex: 1;
    padding-left: 8px;
}

.domains .domains-meet .meet-text .meet-trigger__text span {
    display: inline-block;
    transform: translateY(3px);
    color: #435768;
    font-size: 16px;
    line-height: 21px;
    font-weight: 800;
    letter-spacing: 0.2px;
    padding-bottom: 2px;
}

.domains .domains-meet .meet-text .meet-trigger:hover {
    border: 1px solid #9EA8B3;
}

.domains .domains-meet .meet-text .meet-trigger:active {
    transform: scale(0.97);
}

.domains .domains-meet .meet-text .meet-tel {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #435768;
}

.domains .domains-meet .meet-text .meet-tel a {
    color: inherit;
}

.domains .domains-meet .meet-text .meet-tel a:hover {
    color: rgba(59, 67, 72, 0.7);
}

@media screen and (max-width: 1409px) {
    .domains .domains-endings .domains-endings__grid .ending-item {
        flex-basis: calc(33.33333% - 30px);
        max-width: calc(33.33333% - 30px);
    }

    .domains .domains-meet {
        flex-basis: calc(33.33333% - 30px);
        max-width: calc(33.33333% - 30px);
        padding: 24px;
    }

    .domains .domains-meet .meet-image {
        display: none;
    }

    .domains .domains-meet .meet-text .info {
        margin: 16px 0 24px;
    }

    .domains .domains-meet .meet-text .meet-trigger {
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 1000px) {
    .domains .domains-endings .domains-endings__grid .ending-item {
        flex-basis: calc(50% - 30px);
        max-width: calc(50% - 30px);
    }

    .domains .domains-meet {
        flex-basis: calc(50% - 30px);
        max-width: calc(50% - 30px);
    }
}

@media screen and (max-width: 700px) {
    .domains .domains-endings {
        padding-bottom: 101px;
    }

    .domains .domains-endings .domains-endings__grid {
        gap: 24px;
    }

    .domains .domains-endings .domains-endings__grid .ending-item {
        flex-basis: 100%;
        max-width: 100%;
    }

    .domains .domains-meet {
        flex-basis: 100%;
        max-width: 100%;
        margin: 0;
    }
}

/* domain-endings end */

/* domain-logotypes start */
.domains-logotypes {
    padding: 37px 0 111px
}

.domains-logotypes .domains-logotypes__wrapper {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media screen and (max-width: 1000px) {
    .domains-logotypes .domains-logotypes__wrapper {
        gap: 35px;
        flex-flow: wrap;
        justify-content: center;
    }
}

@media screen and (max-width: 700px) {
    .domains-logotypes {
        display: none;
    }
}

/* domain-logotypes end */

/* domains-transfer start */

.domains-transfer {
    padding-bottom: 25px;
    background-color: #F9FAFB;
}

.domains-transfer .domains-transfer__wrapper {
    display: flex;
}

.domains-transfer .domains-transfer__wrapper .box-form {
    flex: 1;
    padding-top: 92px;
    padding-right: 90px;
    padding-bottom: 50px;
}

.domains-transfer .domains-transfer__wrapper .box-form .title {
    font-size: 38px;
    font-weight: 800;
    line-height: 49px;
    margin: 24px 0;
    color: #3B4348;
}

.domains-transfer .domains-transfer__wrapper .box-form .desc {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: #909090;
}

.domains-transfer .domains-transfer__wrapper .box-form .form-transfer {
    margin-top: 58px;
}

.domains-transfer .domains-transfer__wrapper .box-form .form-transfer .form-transfer__group {
    position: relative;
}

.domains-transfer .domains-transfer__wrapper .box-form .form-transfer .form-transfer__group input {
    padding: 20px 120px 20px 16px;
    width: 100%;
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: 0.32px;
    border-radius: 8px;
    color: #3B4348;
    background-color: #fff;
    border: 1px solid #CFD6DD;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.04), 0px 1px 1px 0px rgba(0, 0, 0, 0.05);
}

.domains-transfer .domains-transfer__wrapper .box-form .form-transfer .form-transfer__group input::placeholder {
    color: #7E8C9A;
}

.domains-transfer .domains-transfer__wrapper .box-form .form-transfer .form-transfer__group button {
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 4px;
    text-align: center;
    border-radius: 6px;
    transition: 0.2s;
    background-color: #008556;
}

.domains-transfer .domains-transfer__wrapper .box-form .form-transfer .form-transfer__group button:hover {
    background-color: rgba(0, 133, 86, 0.9);
}


.domains-transfer .domains-transfer__wrapper .box-form .form-transfer .form-transfer__group button span {
    padding: 16px;
    font-size: 16px;
    font-weight: 900;
    line-height: 22px;
    letter-spacing: 0.2px;
    color: #FFF;
    text-shadow: 0px 0.702px 0.702px rgba(18, 18, 20, 0.14);
}

.domains-transfer .domains-transfer__wrapper .box-steps {
    flex-basis: 560px;
}

.domains-transfer .domains-transfer__wrapper .box-steps ul {
    padding: 170px 0 50px;
    max-width: 450px;
    position: relative;
    counter-reset: counter;
}

.domains-transfer .domains-transfer__wrapper .box-steps ul:before {
    content: "";
    position: absolute;
    left: 15px;
    top: -5px;
    bottom: -10px;
    width: 2px;
    background-image: url(/assets/gfx/domains/border.svg);
    background-size: contain;
}

.domains-transfer .domains-transfer__wrapper .box-steps ul li {
    padding-left: 72px;
    padding-bottom: 28px;
    position: relative;

}

.domains-transfer .domains-transfer__wrapper .box-steps ul li::before {
    content: counter(counter);
    counter-increment: counter;
    width: 32px;
    height: 32px;
    position: absolute;
    text-align: center;
    left: 0;
    top: 0;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 900;
    line-height: 32px;
    background-color: #3B4348;
    color: #FFF;
}

.domains-transfer .domains-transfer__wrapper .box-steps ul li .step-title {
    font-size: 20px;
    font-weight: 900;
    line-height: 26px;
    margin-bottom: 12px;
    color: #3B4348;
}

.domains-transfer .domains-transfer__wrapper .box-steps ul li .step-desc {
    min-height: 72px;
    font-size: 16px;
    line-height: 24px;
    color: #909090;
}

.domains-transfer .domains-transfer__wrapper .box-steps ul li .step-desc strong {
    font-weight: 800;
}

@media screen and (max-width: 1200px) {
    .domains-transfer .domains-transfer__wrapper .box-steps {
        flex-basis: 450px;
    }
}

@media screen and (max-width: 1000px) {
    .domains-transfer {
        padding-bottom: 20px;
    }

    .domains-transfer .domains-transfer__wrapper {
        flex-flow: wrap;
    }

    .domains-transfer .domains-transfer__wrapper .box-form {
        padding-top: 24px;
        padding-right: 0;
        padding-bottom: 0;
    }

    .domains-transfer .domains-transfer__wrapper .box-form .form-transfer {
        margin-top: 47px;
    }

    .domains-transfer .domains-transfer__wrapper .box-steps {
        flex-basis: 100%;
    }

    .domains-transfer .domains-transfer__wrapper .box-steps ul {
        padding: 44px 0 0;
        max-width: 100%;
    }

    .domains-transfer .domains-transfer__wrapper .box-steps ul li {
        padding-bottom: 9px;
    }

    .domains-transfer .domains-transfer__wrapper .box-steps ul li .step-desc {
        min-height: initial;
    }
}


@media screen and (max-width: 600px) {
    .domains-transfer .domains-transfer__wrapper .box-form .title {
        font-size: 28px;
        line-height: 36px;
    }

    .domains-transfer .domains-transfer__wrapper .box-steps ul:before {
        left: 10px;
        top: -40px;
        bottom: -20px;
    }

    .domains-transfer .domains-transfer__wrapper .box-steps ul li {
        padding-left: 59px;
    }

    .domains-transfer .domains-transfer__wrapper .box-steps ul li::before {
        width: 25px;
        height: 25px;
        font-size: 13px;
        line-height: 25px;
    }

    .domains-transfer .domains-transfer__wrapper .box-steps ul li .step-title {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 9px;
    }
}

/* domains-transfer end */

/* domains-why start */

.domains .domains-why {
    padding: 80px 0;
}

.domains .domains-why .domains-why__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 64px;
    gap: 40px;
}

.domains .domains-why .domains-why__header .box-text {
    flex-basis: 725px;
}

.domains .domains-why .domains-why__header .box-text .title {
    margin: 24px 0 16px;
    font-size: 40px;
    font-weight: 800;
    line-height: 50px;
    letter-spacing: -0.4px;
    color: #3B4348;
}

.domains .domains-why .domains-why__header .box-text .desc {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.16px;
    color: rgba(39, 46, 53, 0.7);
}

.domains .domains-why .domains-why__header .box-opinion {
    flex-basis: 306px;
    padding: 20px 30px 17px 50px;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: #FFF;
    position: relative;
}

.domains .domains-why .domains-why__header .box-opinion .box-opinion__icon {
    position: absolute;
    left: 22px;
    top: 22px;
}

.domains .domains-why .domains-why__header .box-opinion .box-opinion__title {
    font-size: 15px;
    font-weight: 800;
    line-height: 22.5px;
    margin-bottom: 2px;
    color: #000;
}

.domains .domains-why .domains-why__header .box-opinion .box-opinion__desc {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.7);
}

.domains .domains-why .domains-why__grid {
    display: flex;
    gap: 23px;
}

.domains .domains-why .domains-why__grid .grid-item {
    flex: 1;
    padding: 27px 20px 30px;
    border-radius: 16px;
    border: 1px solid #C5CFD8;
    background-color: #F9FAFB;
}

.domains .domains-why .domains-why__grid .grid-item .grid-item__icon {
    font-size: 0;
    line-height: 0;
    margin-bottom: 25px;
}

.domains .domains-why .domains-why__grid .grid-item .grid-item__content .title {
    min-height: 50px;
    font-size: 20px;
    font-weight: 800;
    line-height: 25px;
    letter-spacing: -0.2px;
    margin-bottom: 16px;
    color: #3B4348;
}

.domains .domains-why .domains-why__grid .grid-item .grid-item__content .desc {
    font-size: 13px;
    font-weight: 500;
    line-height: 19.5px;
    letter-spacing: 0.26px;
    color: rgba(39, 46, 53, 0.7);
}

@media screen and (max-width: 1150px) {

    .domains .domains-why .domains-why__header {
        flex-flow: wrap;
    }

    .domains .domains-why .domains-why__header .box-text {
        flex-basis: 100%;
    }

    .domains .domains-why .domains-why__grid {
        flex-flow: wrap;
    }

    .domains .domains-why .domains-why__grid .grid-item {
        flex-basis: calc(50% - 12px);
    }

    .domains .domains-why .domains-why__grid .grid-item .grid-item__content .title {
        min-height: initial;
    }

    .domains .domains-why .domains-why__grid .grid-item .grid-item__content .title br {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .domains .domains-why {
        padding: 30px 0;
    }

    .domains .domains-why .domains-why__header {
        margin-bottom: 48px;
        gap: 16px;
    }

    .domains .domains-why .domains-why__header .box-text .title {
        font-size: 28px;
        line-height: 35px;
        letter-spacing: -0.28px;
    }

    .domains .domains-why .domains-why__grid .grid-item {
        flex-basis: 100%;
    }
}

/* domains-why end */


/* domains-faq start */

.domains .domains-faq {
    padding: 83px 0 149px;
}

.domains .domains-faq__wrapper {
    display: flex;
    align-items: flex-start;
    flex-flow: wrap;
}

.domains .domains-faq__header {
    flex: 1;
    padding-right: 20px;
}

.domains .domains-faq__header h2 {
    font-size: 40px;
    font-weight: 800;
    line-height: 50px;
    letter-spacing: -0.4px;
    max-width: 420px;
    margin-top: 14px;
    color: #3b4348;
}

.domains .domains-faq__list {
    flex-basis: 615px;
    padding: 0;
    list-style: none;
}

.domains .domains-faq__list .faq-item {
    border-radius: 12px;
    border: 1px solid #c5cfd8;
    background-color: #fff;
    padding: 23px 24px;
    transition: 0.2s;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05), 0 3px 3px 0 rgba(0, 0, 0, 0.04);
}

.domains .domains-faq__list .faq-item.is-open svg {
    transform: scaleY(-1);
}

.domains .domains-faq__list .faq-item:not(:last-child) {
    margin-bottom: 16px;
}

.domains .domains-faq__list .faq-item__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.domains .domains-faq__list .faq-item__header svg {
    min-width: 16px;
    transition: 0.2s;
}

.domains .domains-faq__list .faq-item__header .title {
    font-size: 20px;
    font-weight: 800;
    line-height: 25px;
    letter-spacing: -0.2px;
    padding-right: 20px;
    color: #435768;
}

.domains .domains-faq__list .faq-item__body {
    display: none;
}

.domains .domains-faq__list .faq-item__body p {
    margin-top: 16px;
    max-width: 415px;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.28px;
    text-overflow: ellipsis;
    color: #435768;
}

.domains .domains-faq__list .faq-item.is-open {
    background-color: #f9fafb;
}

.domains .domains-faq__list .faq-item.is-open svg {
    transform: rotate(180deg);
}

@media screen and (max-width: 1200px) {
    .domains .domains-faq {
        padding: 60px 0;
    }

    .domains .domains-faq__header {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        margin-bottom: 35px;
    }

    .domains .domains-faq__header h2 {
        font-size: 34px;
        line-height: 42px;
        max-width: 100%;
    }

    .domains .domains-faq__list {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .domains .domains-faq__list .faq-item__body p {
        max-width: 800px;
    }
}

@media screen and (max-width: 600px) {
    .domains .domains-faq__list .faq-item__header .title {
        font-size: 18px;
        line-height: 22.5px;
    }

    .domains .domains-faq__list .faq-item__body {
        display: none;
    }

    .domains .domains-faq__list .faq-item__body p {
        font-size: 15px;
        line-height: 22.5px;
    }
}

/* domains-faq end */

/* domains-articles start */
.domains-articles {
    padding: 60px 0;
}

.domains-articles .domains-articles__header {
    margin-bottom: 45px;
}

.domains-articles .domains-articles__header h2 {
    margin: 24px 0;
    font-size: 40px;
    font-weight: 800;
    line-height: 50px;
    letter-spacing: -0.4px;
    padding: 0;
    color: #3b4348;
}

.domains-articles .domains-articles__header .domains-articles__tabs {
    display: flex;
    align-items: center;
    gap: 23px;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.domains-articles .domains-articles__header .domains-articles__tabs::-webkit-scrollbar {
    display: none;
}

.domains-articles .domains-articles__header .domains-articles__tabs .slider-tab {
    padding: 8px 0;
    border: 0;
    background-color: transparent;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    border-bottom: 1px solid transparent;
    white-space: nowrap;
}

.domains-articles .domains-articles__header .domains-articles__tabs .slider-tab span {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    font-size: 16px;
    font-weight: 800;
    line-height: 20px;
    letter-spacing: -0.16px;
    color: #3B4348;
    opacity: .7;
}

.domains-articles .domains-articles__header .domains-articles__tabs .slider-tab:hover span {
    color: rgba(67, 87, 104, 0.9);
}

.domains-articles .domains-articles__header .domains-articles__tabs .slider-tab.active {
    border-bottom-color: #d4dde5;
}

.domains-articles .domains-articles__header .domains-articles__tabs .slider-tab.active span {
    color: #3b4348;
    opacity: 1;
}

.domains-articles .slider__item {
    display: flex !important;
    gap: 24px;
}

.domains-articles .slider__item .item-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.domains-articles .slider__item .item-box {
    border-radius: 18px;
    overflow: hidden;
    height: 100%;
    min-height: 330px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.domains-articles .slider__item .item-box .item-box__inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    padding: 24px;
    background:
        linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.00) 23.48%, rgba(0, 0, 0, 0.70) 100%),
        transparent;
}

.domains-articles .slider__item .item-box .item-box__inner .inner__text .title {
    font-size: 26px;
    font-weight: 800;
    line-height: 32.5px;
    letter-spacing: -0.26px;
    color: #FFF;
}

.domains-articles .slider__item .item-box .item-box__inner .inner__text .desc {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    margin: 12px 0;
    line-height: 27px;
    letter-spacing: 0.18px;
    padding: 0;
}

.domains-articles .slider__item .item-box .btn-transparent {
    display: inline-block;
    text-align: center;
    padding: 16px 24px 14px;
    border-radius: 6.7px;
    background-color: #fff;
    border: 1px solid rgba(67, 87, 104, 0.15);
    transition: 0.2s;
    outline: 0;
    box-shadow: 0 3.358px 3.358px 0 rgba(0, 0, 0, 0.04), 0 1.119px 1.119px 0 rgba(0, 0, 0, 0.05);
}

.domains-articles .slider__item .item-box .btn-transparent span {
    font-size: 18px;
    font-weight: 800;
    line-height: 21px;
    letter-spacing: 0.2px;
    text-align: center;
    color: #3B4348;
}


.domains-articles .slider__item .item-box .btn-transparent:hover {
    border-color: rgba(67, 87, 104, 1);
}

@media screen and (max-width: 900px) {
    .domains-articles .slider__item {
        flex-flow: wrap;
    }

    .domains-articles .slider__item .item-col {
        flex-basis: 100%;
    }

    .domains-articles .slider__item .item-box {
        min-height: 450px;
    }
}


@media screen and (max-width: 600px) {
    .domains-articles {
        padding: 30px 0 50px;
    }

    .domains-articles .domains-articles__header {
        margin-bottom: 32px;
    }

    .domains-articles .domains-articles__header h2 {
        margin: 24px 0 32px;
        font-size: 28px;
        line-height: 35px;
        letter-spacing: -0.28px;
    }

    .domains-articles .domains-articles__header .domains-articles__tabs {
        margin-left: -15px;
        margin-right: -15px;
        padding: 0 15px;
    }

    .domains-articles .slider__item .item-box {
        min-height: 400px;
    }

    .domains-articles .slider__item .item-box .item-box__inner {
        padding: 20px;
    }

    .domains-articles .slider__item .item-box .item-box__inner .inner__text .title {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: -0.24px;
    }

    .domains-articles .slider__item .item-box .item-box__inner .inner__text .desc {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.16px;
    }

    .domains-articles .slider__item .item-box .btn-transparent span {
        font-size: 16px;
        line-height: 21px;
    }
}

/* domains-articles end */

.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;
}