@-webkit-keyframes move-gradient-3colors {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(66.7%)
    }
}

@keyframes move-gradient-3colors {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(66.7%)
    }
}

@-webkit-keyframes skeletonFlare {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(200%)
    }
}

@keyframes skeletonFlare {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(200%)
    }
}

#calculator {
    align-items: center;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%
}

.section-title {
    font-size: 43px!important
}

.button-bg-gradient-4colors:before {
    background: linear-gradient(to right,var(--color-brand-blue) 0,var(--color-brand-green) 25%,var(--color-brand-blue) 50%,var(--color-brand-green) 75%,var(--color-brand-green) 100%)
}

.main {
    align-items: center;
    display: flex;
    flex-direction: column;
    max-width: var(--width-small-section);
    padding: 0 44px;
    width: 100%
}

.main .main-title {
    margin-top: 65px
}

.main .section-description {
    margin-top: 10px
}

.section-tariffs {
    margin-bottom: 50px;
    max-width: 1047px;
    width: 100%
}

.section-title {
    font-size: 43px
}

.tariffs-duration__container {
    -moz-column-gap: 10px;
    column-gap: 10px;
    display: grid;
    grid-template: "periods country currency" auto/1fr 220px 54px;
    margin-top: 30px;
    position: relative;
    width: 100%
}

.meta-warning {
    color: var(--color-section-description);
    margin-top: 30px
}

@media (max-width: 764px) {
    .meta-warning {
        margin:13px auto 0;
        max-width: 321px
    }
}

.tariffs-list-separator {
    display: none
}

.tariffs-list {
    justify-content: start!important;
    margin: 30px auto 0
}

.tariffs-item.discounts {
    background: #fff;
    outline: 9px solid #f1f4f8;
    outline-offset: -9px;
    padding-right: 17px;
    position: relative
}

.tariffs-item.discounts>svg {
    min-height: 30px;
    min-width: 30px
}

.tariffs-item {
    cursor: pointer;
    position: relative
}

.tariffs-item:hover {
    background-color: var(--color-block-bg-hover);
    outline-color: var(--color-block-bg-hover)
}

.tariffs-item h3,.tariffs-item p,.tariffs-item svg {
    position: relative;
    z-index: 10
}

.tariffs-item:before {
    background: linear-gradient(to bottom,var(--color-brand-green) 0,var(--color-brand-blue) 100%);
    border-radius: 46px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: inherit;
    width: 100%;
    z-index: -1
}

.tariffs-item.discounts:before {
    background: linear-gradient(90deg,#fcdfc5 5.28%,#c6c5fc 104.2%)
}

.tariffs-item.discounts.tariffs-item_active {
    border: 0
}

.tariffs-item_active {
    cursor: default
}

.tariffs-item_disabled {
    cursor: not-allowed
}

.tariffs-item_active:before {
    opacity: 1;
    z-index: 5
}

.tariffs-item__title {
    position: relative;
    z-index: 10
}

.tariffs-item__text {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

.tariffs-item__text a {
    color: navy;
    text-decoration: underline;
    transition: .25s
}

.tariffs-item__text a:hover {
    color: #04b
}

.tariffs-item__icon {
    height: 45px;
    width: 45px
}

.tariffs-item__icon circle,.tariffs-item__icon path,.tariffs-item__icon rect {
    transition: .2s
}

.tariffs-item_active svg[data-icon="Telegram Bot"] path,.tariffs-item_active svg[data-icon="Telegram personal"] path,.tariffs-item_active svg[data-icon="WhatsApp Business API"] path:first-of-type,.tariffs-item_active svg[data-icon=Avito] circle:first-of-type,.tariffs-item_active svg[data-icon=Viber] path,.tariffs-item_active svg[data-icon=Vkontakte] path,.tariffs-item_active svg[data-icon=WhatsApp] path,.tariffs-item_active svg[data-icon=Yclients] path:not(path:first-of-type),.tariffs-item_active svg[data-icon=altegio] path,.tariffs-item_active svg[data-icon=caWhatsApp] path,.tariffs-item_active svg[data-icon=email] path,.tariffs-item_active svg[data-icon=facebook] path,.tariffs-item_active svg[data-icon=instagram] path {
    fill: var(--color-brand-green)
}

.tariffs-item_active svg[data-icon="API Only"] rect,.tariffs-item_active svg[data-icon="Telegram Bot"] rect,.tariffs-item_active svg[data-icon="Telegram personal"] rect,.tariffs-item_active svg[data-icon="WhatsApp Business API"] path:last-of-type,.tariffs-item_active svg[data-icon="WhatsApp Business API"] rect,.tariffs-item_active svg[data-icon=AmoCRM] path,.tariffs-item_active svg[data-icon=Avito] circle:not(circle:first-child),.tariffs-item_active svg[data-icon=Bitrix24] path,.tariffs-item_active svg[data-icon=Viber] rect,.tariffs-item_active svg[data-icon=Vkontakte] rect,.tariffs-item_active svg[data-icon=WhatsApp] rect,.tariffs-item_active svg[data-icon=Yclients] path:first-of-type,.tariffs-item_active svg[data-icon=altegio] rect,.tariffs-item_active svg[data-icon=caWhatsApp] rect,.tariffs-item_active svg[data-icon=email] rect,.tariffs-item_active svg[data-icon=facebook] rect,.tariffs-item_active svg[data-icon=instagram] rect {
    fill: #252b36
}

.tariffs-item_active svg[data-icon="API Only"] path {
    fill: #f7dcca
}

.tariffs-item_active svg[data-icon=Avito] circle:first-of-type {
    stroke: #252b36
}

.custom-tariff-duration {
    align-items: center;
    bottom: 43px;
    display: flex;
    height: 26px;
    justify-content: space-between;
    opacity: 0;
    position: absolute;
    right: 25px;
    transition: .2s;
    width: 102px;
    z-index: -1
}

.tariffs-item_active .custom-tariff-duration {
    opacity: 1;
    z-index: 10
}

.custom-tariff-duration__next-button svg,.custom-tariff-duration__prev-button svg {
    fill: #252b36;
    height: 13px;
    width: 7px
}

.custom-tariff-duration__prev-button {
    padding: 3px 5px;
    transform: rotate(180deg)
}

.custom-tariff-duration__next-button {
    padding: 3px 5px
}

.custom-tariff-duration__input {
    background: #fff;
    border-radius: 8px;
    height: 26px;
    text-align: center;
    width: 64px
}

.tariffs-currency-container {
    grid-area: currency;
    position: relative
}

.tariffs-currency-container .tariffs-currency__current {
    align-items: center;
    background-color: var(--color-section-bg-opaque);
    border-radius: 21px;
    cursor: pointer;
    display: flex;
    height: 54px;
    justify-content: center;
    transition: var(--transition-primary);
    width: 54px
}

.tariffs-currency-container .tariffs-currency__current_disabled {
    cursor: auto
}

.tariffs-currency-container .tariffs-currency__current:not(.tariffs-currency-container .tariffs-currency__current_disabled):hover {
    background-color: #dee1e7
}

.tariffs-currency-container .tariffs-currency-list {
    background-color: #fff;
    border-radius: 21px;
    filter: drop-shadow(0 2px 16px rgba(0,0,0,.1));
    left: 0;
    overflow: hidden;
    position: absolute;
    top: calc(100% + 6px);
    width: 254px;
    z-index: 20
}

@media (max-width: 1479px) {
    .tariffs-currency-container .tariffs-currency-list {
        left:auto;
        right: 0
    }
}

@media (max-width: 1151px) {
    .tariffs-currency-container .tariffs-currency-list {
        top:74px
    }
}

.tariffs-currency-container .tariffs-currency-list .tariffs-currency-item {
    align-items: center;
    -moz-column-gap: 10px;
    column-gap: 10px;
    cursor: pointer;
    display: flex;
    height: 58px;
    padding: 0 13px;
    position: relative;
    transition: .25s;
    width: 100%
}

@media (max-width: 1479px) {
    .tariffs-currency-container .tariffs-currency-list .tariffs-currency-item {
        flex-direction:row-reverse;
        justify-content: space-between
    }
}

.tariffs-currency-container .tariffs-currency-list .tariffs-currency-item:hover {
    background-color: #f7f8fa
}

.tariffs-currency-container .tariffs-currency-list .tariffs-currency-item:first-child {
    border-radius: 21px 21px 0 0
}

.tariffs-currency-container .tariffs-currency-list .tariffs-currency-item svg {
    flex-shrink: 0
}

.tariffs-currency-container .tariffs-currency-list .tariffs-currency-item div {
    background-color: rgba(0,0,0,.1);
    bottom: 0;
    height: 1px;
    left: 13px;
    position: absolute;
    width: calc(100% - 26px)
}

.tariffs-currency-container .tariffs-currency-list .tariffs-currency-item .tariffs-currency-item__text {
    color: rgba(0,0,0,.5);
    font-size: 11px;
    font-weight: 500;
    line-height: 1.2em
}

.tariffs-currency-container .tariffs-currency-list .tariffs-currency-item_selected {
    cursor: default
}

.tariffs-currency-container .tariffs-currency-list .tariffs-currency-item_selected svg {
    opacity: .28
}

.tariffs-currency-container .tariffs-currency-list .tariffs-currency-item_selected:hover {
    background-color: initial
}

.total__cashback {
    color: rgba(37,43,54,.51);
    display: block;
    font-weight: 500;
    margin-top: 8px
}

.total__cashback strong {
    font-weight: 600
}

.tariffs-item__trash-button {
    bottom: 42px;
    cursor: pointer;
    position: absolute;
    right: 38px;
    z-index: 40
}

.tariffs-item__trash-button>img {
    display: block
}

.triffs-item-price {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-right: 2.375rem;
    margin-top: 20px
}

.calculator-container {
    background: #fff;
    border-top: 1px solid #e4e4e4;
    bottom: 0;
    color: var(--color-headers-text);
    margin: 12px 0;
    min-height: 146px;
    position: -webkit-sticky;
    position: sticky;
    width: 100%;
    z-index: 400
}

.calculator {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1300px;
    min-height: 133px;
    padding: 20px 170px
}

.total__text {
    font-size: 43px
}

.total__text strong {
    font-size: 43px;
    font-weight: 700
}

.details-list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-right: 2rem;
    margin-top: 12px
}

.details-list-item {
    align-items: center;
    display: flex;
    gap: 10px
}

.details-list-item__icon-wrapper {
    height: 32px;
    width: 32px
}

.details-list-item__price {
    font-weight: 500
}

.details-list__item-separator {
    background: #e4e4e4;
    height: 27px;
    width: 1px
}

.calculator__pay-button {
    border-radius: 33px;
    font-weight: 500;
    height: 48px;
    margin: 10px 0;
    padding-left: 40px;
    position: relative;
    text-align: start;
    width: 157px
}

.calculator__pay-button svg {
    fill: #252b36;
    height: 13px;
    position: absolute;
    right: 20px;
    top: 18px;
    width: 7px
}

.details-list-item>svg {
    height: 26px;
    width: 26px
}

@media (max-width: 1151px) {
    .section-tariffs {
        max-width:686px
    }

    .tariffs-duration__container {
        grid-template: "periods periods" auto "country currency" auto/1fr 54px;
        row-gap: 27px
    }

    .tariffs-list {
        -moz-column-gap: 44px;
        column-gap: 44px;
        row-gap: 22px
    }
}

@media (max-width: 1050px) {
    .section-title {
        font-size:35px
    }

    .calculator {
        padding: 20px 71px 20px 44px
    }
}

@media (max-width: 790px) {
    .main {
        padding:0 30.5px
    }
}

@media (max-width: 764px) {
    .section-tariffs {
        max-width:439px
    }

    .tariffs-list {
        max-width: 321px;
        row-gap: 13px
    }

    .tariffs-list-separator {
        background: rgba(0,0,0,.2);
        display: block;
        height: 1px;
        margin: 13px auto 0;
        width: 321px
    }

    .tariffs-list:last-child {
        margin-top: 13px
    }

    .calculator {
        padding: 15px 29px 15px 44px
    }

    .total__text,.total__text strong {
        font-size: 35px
    }

    .details-list {
        gap: 10px;
        margin-top: 20px
    }

    .details-list-item {
        gap: 12px
    }

    .details-list-item__price {
        font-size: 14px
    }

    .details-list-item__icon-wrapper {
        height: 26px;
        width: 26px
    }
}

@media (max-width: 518px) {
    .tariffs-duration-item {
        width:calc(50% - 6.5px)
    }
}

@media (max-width: 499px) {
    .main {
        padding:0 16px
    }

    .section-tariffs {
        max-width: 321px
    }

    .calculator {
        flex-wrap: wrap;
        padding: 15px 29px 15px 44px;
        row-gap: 22px
    }
}

.cart .tariffs-item__icon {
    flex-shrink: 0;
    height: 20px;
    width: 19px
}

.tooltip {
    max-width: 290px;
}


