@font-face {
    font-family: Gotham Pro;
    src: url(../fonts/gothampro.ttf) format("opentype");
    font-style: normal;
    font-display: swap;
    font-weight: 400
}

*, *:before, *:after {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
}

body {
    font-family: Gotham Pro, sans-serif;
}

h1,
h2,
h3,
h4 {
    margin: 0;
}

p {
    margin: 0;
}

a {
    text-decoration: none;
    color: initial;
}

.consultant .banner {
    overflow: hidden;
    display: flex;
    flex-direction: column-reverse;
    position: relative
}

@media only screen and (min-width: 768px) {
    .consultant .banner {
        flex-direction: row
    }
}

@media only screen and (min-width: 1280px) {
    .consultant .banner {
        max-width: 1440px;
        margin: 0 auto;
    }
}

.consultant .banner-img {
    width: 100%;
    height: 200px;
    margin: 20px 0 300px
}

@media only screen and (min-width: 768px) {
    .consultant .banner-img {
        flex-shrink: 0;
        width: 50%;
        height: 600px;
        margin: 0
    }
}

@media only screen and (min-width: 1280px) {
    .consultant .banner-img {
        flex-shrink: initial;
        width: auto;
        height: 720px;
        flex-grow: 1;
    }
}

.consultant .banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-right: 0
}

.consultant .banner-info {
    padding: 30px 24px 0
}

@media only screen and (min-width: 768px) {
    .consultant .banner-info {
        flex-shrink: 0;
        width: 50%;
        padding: 40px 40px 0 30px
    }
}

@media only screen and (min-width: 1280px) {
    .consultant .banner-info {
        flex-shrink: initial;
        padding: 60px 100px 0 60px;
        width: 100%;
        max-width: 664px
    }
}

.consultant .banner-info__title {
    font-weight: 600;
    font-size: 25px;
    line-height: 29px;
    color: #000;
}

@media only screen and (min-width: 768px) {
    .consultant .banner-info__title {
        font-size: 27px;
        line-height: 35px;
    }
}

@media only screen and (min-width: 1280px) {
    .consultant .banner-info__title {
        font-size: 36px;
        line-height: 46px;
    }
}

.consultant .banner-info .product {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: 104px;
    transform: translateX(-50%);
}

@media only screen and (min-width: 768px) {
    .consultant .banner-info .product {
        position: static;
        transform: none;
        justify-content: flex-start;
        margin: 30px 0;
    }
}

@media only screen and (min-width: 1280px) {
    .consultant .banner-info .product {
        margin: 27px 0 35px;
    }
}

.consultant .banner-info .product-item {
    width: 114px;
    margin-right: 18px
}

@media only screen and (min-width: 768px) {
    .consultant .banner-info .product-item {
        width: 127px;
        margin-right: 35px
    }
}

@media only screen and (min-width: 1280px) {
    .consultant .banner-info .product-item {
        width: 195px;
        margin-right: 49px
    }
}

.consultant .banner-info .product-item:last-child {
    margin-right: 0
}

.consultant .banner-info .product-item__img {
    width: 100%;
    height: 136px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 0
}

@media only screen and (min-width: 768px) {
    .consultant .banner-info .product-item__img {
        height: 151px
    }
}

@media only screen and (min-width: 1280px) {
    .consultant .banner-info .product-item__img {
        height: 235px
    }
}

.consultant .banner-info .product-item__name {
    margin-top: 2px;
    font-size: 9px;
    line-height: 150%;
    text-align: center;
    color: #000;
    font-weight: 400
}

@media only screen and (min-width: 768px) {
    .consultant .banner-info .product-item__name {
        margin-top: 15px;
        font-size: 12px
    }
}

@media only screen and (min-width: 1280px) {
    .consultant .banner-info .product-item__name {
        margin-top: 16px;
        font-size: 12px
    }
}

.consultant .banner-info__btn {
    width: 273px;
    height: 50px;
    background: #eeaa07;
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media only screen and (min-width: 768px) {
    .consultant .banner-info__btn {
        width: 273px;
        height: 56px;
        margin-top: 32px;
        position: static;
        -webkit-transform: none;
        transform: none
    }
}

@media only screen and (min-width: 1280px) {
    .consultant .banner-info__btn {
        margin-top: 50px;
        width: 365px;
        height: 74px;
        font-size: 20px
    }
}

.consultant .banner-info__notice {
    margin-top: 6px;
    font-size: 11px;
    line-height: 150%;
    color: #565656;
    font-weight: 400;
}

@media only screen and (min-width: 768px) {
    .consultant .banner-info__notice {
        margin-top: 8px;
        font-size: 12px;
        position: static;
        transform: none;
        width: 100%
    }
}

@media only screen and (min-width: 1280px) {
    .consultant .banner-info__notice {
        margin-top: 12px;
    }
}

.consultant .banner__btn {
    position: absolute;
    left: 50%;
    bottom: 34px;
    transform: translateX(-50%);
}

@media only screen and (min-width: 768px) {
    .consultant .banner__btn {
        position: static;
        transform: none;
    }
}


.consultant .service {
    position: relative;
    padding: 30px 0 130px;
}

@media only screen and (min-width: 768px) {
    .consultant .service {
        padding: 60px 0 46px;
    }
}

@media only screen and (min-width: 1280px) {
    .consultant .service {
        padding: 80px 0 75px;
        margin: 0 auto;
        max-width: 1440px;
    }
}

.consultant .service-title {
    margin: 0 24px 28px;
    font-weight: 600;
    font-size: 30px;
    line-height: 140%;
    color: #000
}

@media only screen and (min-width: 768px) {
    .consultant .service-title {
        margin: 0 42px 38px;
        font-size: 38px
    }
}

@media only screen and (min-width: 1280px) {
    .consultant .service-title {
        margin: 0 120px 38px;
        font-size: 50px
    }
}

.consultant .service .item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

@media only screen and (min-width: 768px) {
    .consultant .service .item {
        flex-direction: row
    }

    .consultant .service .item:nth-child(even) {
        flex-direction: row-reverse;
    }
}

@media only screen and (min-width: 1280px) {
    .consultant .service .item {

    }
}

.consultant .service .item:not(:first-child) {
    margin-top: 50px;
}

.consultant .service .item__info {
    padding: 0 24px 24px;
    display: flex;
}

@media only screen and (min-width: 768px) {
    .consultant .service .item__info {
        flex-grow: 1;
        width: 100%;
        padding: 0 42px;
        flex-flow: column
    }
}

@media only screen and (min-width: 1280px) {
    .consultant .service .item__info {
        padding: 0 86px 0 120px;
    }
}

.consultant .service .item__info .index {
    font-family: Bressay Trial;
    font-style: italic;
    font-size: 48px;
    line-height: 120%;
    color: #812e87;
    font-weight: 400
}

@media only screen and (min-width: 768px) {
    .consultant .service .item__info .index {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 18px;
    }
}

@media only screen and (min-width: 1280px) {
    .consultant .service .item__info .index {
        font-size: 50px
    }
}

.consultant .service .item__info .info {
    font-size: 15px;
    margin-top: 8px;
    margin-left: 31px;
    line-height: 150%;
    color: #000;
    font-weight: 400;
}

@media only screen and (min-width: 768px) {
    .consultant .service .item__info .info {
        width: 100%;
        font-size: 18px;
        margin-top: 0;
        margin-left: 0
    }
}

@media only screen and (min-width: 1280px) {
    .consultant .service .item__info .info {
        margin-top: 18px;
        font-size: 24px
    }
}

.consultant .service .item__info .remark {
    font-weight: 400;
    width: 100%;
    padding-left: 70px;
    font-size: 11px;
    line-height: 150%;
    color: #565656;
    margin-top: 5px
}

@media only screen and (min-width: 768px) {
    .consultant .service .item__info .remark {
        margin-top: 10px;
        padding-left: 0
    }
}

@media only screen and (min-width: 1280px) {
    .consultant .service .item__info .remark {
        margin-top: 15px;
        font-size: 14px
    }
}

.consultant .service .item__img {
    width: 100%;
    height: 340px;
    position: relative
}

@media only screen and (min-width: 768px) {
    .consultant .service .item__img {
        width: 384px;
        flex-shrink: 0;
    }
}

@media only screen and (min-width: 1280px) {
    .consultant .service .item__img {
        width: 720px;
        height: 400px;
    }
}

.consultant .service .item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 340px;
    margin-right: 0
}

@media only screen and (min-width: 768px) {
    .consultant .service .item__img img {
        max-width: 384px
    }
}

@media only screen and (min-width: 1280px) {
    .consultant .service .item__img img {
        max-height: 400px;
        max-width: 720px
    }
}

.consultant .service .item__img:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 100%;
    background-color: #812e87
}


.consultant .service .service__btn {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}

@media only screen and (min-width: 768px) {
    .consultant .service .service__btn {
        position: static;
        transform: none;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 1280px) {
    .consultant .service .service__btn {
        margin-top: 35px;
    }
}

.consultant .service-btn {
    width: 264px;
    height: 50px;
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eeaa07;
    border-radius: 100px;
    text-decoration: none;
    border: none;
    cursor: pointer
}

@media only screen and (min-width: 768px) {
    .consultant .service-btn {
        width: 269px;
        height: 56px;
    }
}

@media only screen and (min-width: 1280px) {
    .consultant .service-btn {
        width: 365px;
        height: 74px;
        font-size: 20px
    }
}

.consultant .model {
    padding: 30px 24px 50px;
    background: #f8f9fa
}

@media only screen and (min-width: 768px) {
    .consultant .model {
        padding: 60px 42px;
    }
}

@media only screen and (min-width: 1280px) {
    .consultant .model {
        padding: 80px 120px;
    }
}

.consultant .model__inner {
    max-width: 1440px;
    margin: 0 auto;
}

.consultant .model__title {
    font-weight: 600;
    font-size: 28px;
    line-height: 140%;
    color: #000;
    margin-bottom: 28px;
}

@media only screen and (min-width: 768px) {
    .consultant .model__title {
        margin-bottom: 31px;
    }
}

@media only screen and (min-width: 1280px) {
    .consultant .model__title {
        font-size: 50px;
        margin-bottom: 60px;
    }
}

.consultant .model .item {
    width: 156px;
    display: flex;
    height: auto
}

@media only screen and (min-width: 1280px) {
    .consultant .model .item {
        width: 280px;
    }
}

.consultant .model .item .card-item {
    display: flex;
    flex-flow: column
}

.consultant .model .item .card-item__usable {
    margin-top: auto
}

.consultant .model .swiper-pagination {
    position: static;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width: 768px) {
    .consultant .model .swiper-pagination {
        display: none
    }
}

.consultant .model .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background-color: #c4c4c4
}

.consultant .model .swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
    background-color: #8d4086
}


.card-item {
    position: relative;
    padding: 37px 12px 12px;
    background: #fff;
    box-shadow: 0 9px 13px rgba(0, 0, 0, .04);
    border-radius: 12px;
    box-sizing: border-box;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
    min-width: 160px;
}

@media only screen and (min-width: 1280px) {
    .card-item {
        padding: 63px 25px 30px;
    }
}

.card-item a {
    text-decoration: none
}

.card-item .link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.card-item__labels {
    display: flex;
    position: absolute;
    top: 12px;
    right: 12px;
    flex-flow: wrap;
    justify-content: flex-end;
    grid-gap: 8px;
}

@media only screen and (min-width: 1280px) {
    .card-item__labels {
        top: 20px;
        right: 30px;
    }
}

.card-item__labels .label {
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 6px;
    line-height: 8px;
    display: flex;
    align-items: center;
    z-index: 2;
    box-sizing: border-box;
}

@media only screen and (min-width: 1280px) {
    .card-item__labels .label {
        padding: 4px 12px;
        border-radius: 8px;
        font-size: 10px;
        line-height: 14px;
    }
}

.card-item__labels .label-orange {
    background: rgba(233, 161, 75, .1);
    color: #e9a14b
}

.card-item__labels .label-gift {
    padding: 0 8px
}

.card-item__labels .label-purple {
    color: #77176e;
    background: rgba(141, 64, 134, .1)
}

.card-item__labels .label-empty {
    height: 16px;
    width: 0;
    padding: 0;
    margin: 0
}

.card-item__labels .label-gray {
    background: hsla(0, 0%, 64.7%, .16);
    color: #555
}

.card-item__labels .label-application {
    margin-right: -3px
}

.card-item__labels .label-application svg {
    width: 11px;
    height: 18px
}

.card-item__img {
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 60px;
    height: 60px;
    flex: none
}

@media only screen and (min-width: 1280px) {
    .card-item__img {
        margin-bottom: 20px;
        width: 160px;
        height: 160px;
    }
}

.card-item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.card-item__display-title {
    font-weight: 600;
    color: #071a33;
    z-index: 2;
    width: 100%;
    margin-bottom: 8px;
    font-size: 10px;
    line-height: 14px
}

@media only screen and (min-width: 1280px) {
    .card-item__display-title {
        margin-bottom: 14px;
        font-size: 14px;
        line-height: 20px
    }
}

.card-item__title {
    font-weight: 600;
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
    max-height: 36px;
    font-size: 12px;
    line-height: 18px
}


.card-item__usable {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
    align-items: center;
}

.card-item__usable .usable__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.card-item__usable .usable__icons .icon__compare, .card-item__usable .usable__icons .icon__favorite {
    margin-right: 8px;
    width: 16px;
    height: 16px
}

.card-item__price {
    z-index: 2
}

.card-item__price .prev {
    color: #8693a2;
    font-size: 6px;
    line-height: 8px;
    text-decoration-line: line-through;
    margin-bottom: 4px;
}

@media only screen and (min-width: 1280px) {
    .card-item__price .prev {
        font-size: 10px;
        line-height: 14px;
    }
}

.card-item__price .curr {
    font-weight: 700;
    font-size: 10px;
    line-height: 14px;
    color: #071a33
}

@media only screen and (min-width: 1280px) {
    .card-item__price .curr {
        font-size: 16px;
        line-height: 23px;
    }
}

.card-item__price .discount {
    font-weight: 700;
    font-size: 12px;
    line-height: 145%;
    color: #477707
}

.card-item__price .not-available {
    font-weight: 700;
    font-size: 11px;
    line-height: 145%;
    color: #8693a2
}

.card-item__action {
    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;
    z-index: 2;
    grid-gap: 16px
}

.card-item__action button {
    padding: 0;
    background-color: transparent;
    border: none;
}

.card-item__action svg {
    width: 16px;
    height: 16px;
}

@media only screen and (min-width: 1280px) {
    .card-item__action svg {
        width: 24px;
        height: 24px;
    }
}

.card-item__compare, .card-item__comparison, .card-item__favorite {
    cursor: pointer;
    width: 28px;
    height: 28px
}

.card-item__compare .fill, .card-item__compare:hover .hover, .card-item__favorite .fill, .card-item__favorite:hover .hover {
    fill: #8d4086 !important
}

.card-item__compare svg, .card-item__comparison svg, .card-item__favorite svg {
    width: 28px;
    height: 28px
}

.card-item__compare .hidden, .card-item__favorite .hidden {
    display: none
}

.card-item__compare div[type=button], .card-item__favorite div[type=button] {
    -webkit-appearance: none
}

.card-item__btn {
    background: #8d4086;
    -webkit-box-shadow: 0 9px 13px rgba(0, 0, 0, .12);
    box-shadow: 0 9px 13px rgba(0, 0, 0, .12);
    border-radius: 50%;
    border: none;
    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;
    padding: 0;
    cursor: pointer;
    width: 40px;
    height: 40px
}

.card-item__btn svg {
    width: 20px;
    height: 20px
}

.card-item__btn.disabled {
    background: #f8f9fa;
    pointer-events: none;
    -webkit-box-shadow: none;
    box-shadow: none
}
