





a,
img {
    outline: none
}

img,
svg {
    max-width: 100%;
    vertical-align: top;
    border: none
}

a {
    color: inherit;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

a,
a:active,
a:focus,
a:hover {
    text-decoration: none
}

input {
    font-family: inherit
}

iframe {
    border: none
}

.add-plan-features {
    position: relative;
}

.add-plan-features__title {
    font-size: 21px;
    line-height: 1.23;
    font-weight: 700;
    color: rgba(255, 255, 255, .6);
    text-transform: uppercase;
    text-align: center;
    margin: 0
}

.add-plan-features__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 33px 0 0;
    padding: 0;
    list-style: none;
}

.add-plan-features__list--quote {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10.7px;
}

.add-plan-features__item:not(.quote) {
    margin-right: 30px
}


.add-plan-features__item:not(.quote):first-child {
    flex-shrink: 0;
    margin-right: 60px;
}

.add-plan-features__item:not(.quote):nth-child(2) {
    width: min-content;
    margin-right: 87.9px;
}

.add-plan-features__item:not(.quote):nth-child(3) {
    min-width: 85px;
    width: min-content;
    margin-right: 55px;
}

.add-plan-features__item:not(.quote):nth-child(4) {
    min-width: 136px;
    width: min-content;
}

.add-plan-features__item:last-child {
    margin-right: 0
}

.add-plan-features__icon {
    height: 38px;
}

.add-plan-features__icon .ico {
    margin-inline: auto;
}

.add-plan-features__name {
    margin-top: 13px;
    font-size: 14px;
    line-height: 1.21;
    font-weight: 500;
    color: #fff;
    text-align: center
}

.add-plan-features__block:last-child {
    margin-top: 5px;
}

.quote {
    position: relative;
    background: rgb(44 42 36);
    border-radius: 3px;
    padding: 5px 5px 5px;
    width: 100%;
    height: 100%;
}

.quote__text {
    font-size: 17px;
    font-weight: 750;
    color: #FFF;
    margin: 0;
    max-width: 70%;
}

.quote__text strong {
    color: #EFC127;
    font-weight: 750;
    display: block;
}

.quote__icon {
    position: absolute;
    top: 10px;
    right: 10.8px;
}

@media (max-width:1399px) {
    .add-plan-features__list:not(.add-plan-features__list--quote) {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 13px -25px -20px
    }

    .add-plan-features__item:not(.quote), .add-plan-features__item:not(.quote):first-child {
        width: calc((100% - 60px) / 3);
        margin: 0;
        padding: 20px 15px;
    }

    .add-plan-features__item:not(.quote):nth-child(2), .add-plan-features__item:not(.quote):nth-child(3), .add-plan-features__item:not(.quote):nth-child(4) {
        width: calc((100% - 60px) / 3);
        margin: 0;
    }

    .quote {
        padding: 5px 10px;
    }

    .quote__text {
        max-width: 70%;
    }
}

@media screen and (max-width: 1199px) {
    .add-plan-features__list--quote {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width:959px) {
    .add-plan-features__title {
        font-size: 24px;
        line-height: 26px;
    }

    .add-plan-features__list--quote {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media screen and (max-width: 799px){
    .add-plan-features__list--quote {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width:639px) {
    .add-plan-features__list--quote {
        grid-template-columns: repeat(2, 1fr);
    }

    .add-plan-features__title {
        font-size: 16px;
        line-height: 18px
    }

    .add-plan-features__list:not(.add-plan-features__list--quote) {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
        margin: 23px 0 0;
        gap: 28px 12px;
    }

    .add-plan-features__item:not(.quote), .add-plan-features__item:not(.quote):nth-child(odd), .add-plan-features__item:not(.quote):nth-child(even)  {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        padding: 0;
        /* margin-top: 28px; */
        width: 100%;
    }

    .add-plan-features__item:not(.quote):first-child {
        margin-top: 0;
        padding: 0;
        width: 100%;
    }

    .add-plan-features__item:nth-child(4) {
        width: 100%
    }

    .add-plan-features__icon {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 26px;
        height: 25px;
        margin-right: 15px
    }

    .add-plan-features__name {
        margin-top: 0;
        text-align: left
    }

    .add-plan-features__name-hidden {
        display: none
    }

    .quote__text {
        font-size: 15px;
    }
}

.button {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.2;
    color: #000;
    font-weight: 750;
    font-family: 'Avenir Next', sans-serif;
    text-align: center;
    text-transform: uppercase;
    padding-block: 16px 18px;
    background: #efc127;
    border-radius: 4px;
    box-shadow: none;
    border: none;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.button:hover {
    background-color: #d5ab1f
}

.button--green {
    background: #149b37;
    color: #fff;
    padding: 22px 24px
}

.button--green .ico {
    width: 20px;
    height: 15px;
}

.button--green .button__icon {
    margin-left: 12px;
}

.button--green:hover {
    background: #1ab341
}

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

.button__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 5px
}

.button__icon .ico {
    fill: #000;
}

.button--green .ico {
    fill: #fff;
}

.button--dark {
    background: hsla(0, 0%, 100%, .09);
    color: #fff;
}

.button--dark:hover {
    background: hsla(0, 0%, 100%, .2)
}

.button[disabled] {
    opacity: .7;
    pointer-events: none;
    cursor: default
}

.drop__handler {
    cursor: pointer
}

.drop__down {
    z-index: 1000;
    display: none
}

.footer {
    position: relative;
    padding: 94px 95px 20px;
    color: #fff
}

.body-narrow .footer {
    padding-left: 50px;
    padding-right: 50px
}






























.ico {
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    fill: #fff
}

.ico--arrow-right {
    width: 19.5px;
    height: 13.6px
}

.ico--number14 {
    width: 60px;
    height: 34px;
    fill: #efc127
}

.ico--unlim {
    width: 39px;
    height: 40px;
    fill: #efc127;
    stroke: #efc127
}

.ico--access {
    width: 35px;
    height: 36px
}

.ico--quote {
    width: 30.43px;
    height: 21px;
}

.ico--premium-support {
    width: 39px;
    height: 38px;
    fill: #efc127
}

.ico--special {
    width: 33px;
    height: 31px;
    fill: #efc127
}

.ico--diamond {
    width: 19px;
    height: 15px;
    fill: #efc127
}

.ico--card {
    width: 25px;
    height: 20px
}

.ico--paypal {
    width: 20px;
    height: 20px
}

.ico--bank {
    width: 22px;
    height: 20px;
}

.ico--crypto {
    width: 13px;
    height: 20px;
}

.ico--upi {
    width: 14px;
    height: 20px;
}

.ico--pix {
    width: 20px;
    height: 20px;
}

.ico--avatar {
    width: 40px;
    height: 32px
}

.ico--network {
    width: 32px;
    height: 23px
}

.ico--pics {
    width: 36px;
    height: 36px
}

.ico--discount {
    width: 32px;
    height: 35px
}

.ico--support {
    width: 36px;
    height: 40px
}

.ico--crypt {
    width: 32px;
    height: 36px
}

.ico--devices {
    width: 38px;
    height: 38px
}

.ico--infinity {
    width: 39px;
    height: 39px
}

.ico--4k {
    width: 31px;
    height: 21px
}

.ico--stop {
    width: 36px;
    height: 31px
}

.ico--billing {
    width: 27px;
    height: 36px
}

.ico--update {
    width: 26px;
    height: 32px
}

/* @media screen and (max-width: 1119px){
    .ico--quote {
        width: 20px;
        height: 13.8px;
    }
} */

@media (max-width:639px) {
    .ico--number14 {
        width: 26px;
        height: 16px
    }

    .ico--unlim {
        width: 24px;
        height: 24px
    }

    .ico--access {
        width: 22px;
        height: 23px
    }

    .ico--premium-support {
        width: 25px;
        height: 25px
    }

    .ico--special {
        width: 21px;
        height: 19px
    }

    .ico--avatar {
        width: 26px;
        height: 20px
    }

    .ico--network {
        width: 21px;
        height: 15px
    }

    .ico--pics {
        width: 24px;
        height: 24px
    }

    .ico--discount {
        width: 21px;
        height: 23px
    }

    .ico--support {
        width: 23px;
        height: 26px
    }

    .ico--crypt {
        width: 21px;
        height: 23px
    }

    .ico--devices,
    .ico--infinity {
        width: 25px;
        height: 25px
    }

    .ico--4k {
        width: 20px;
        height: 22px
    }

    .ico--stop {
        width: 23px;
        height: 20px
    }

    .ico--billing {
        width: 18px;
        height: 24px
    }

    .ico--update {
        width: 17px;
        height: 21px
    }
}

.input,
.input__area {
    position: relative
}

.input__area {
    width: 100%;
    font-family: inherit;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 400;
    color: #fff;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    height: 55px;
    padding: 0 15px;

    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(30, 30, 35, 0.77);
    backdrop-filter: blur(13.6px);
}

.input__area::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .6);
}

.input__area::-moz-placeholder {
    color: rgba(255, 255, 255, .6);
}

.input__area:-ms-input-placeholder {
    color: rgba(255, 255, 255, .6);
}

.input__area.placeholder {
    color: rgba(255, 255, 255, .6);
}

.input__area:focus::-webkit-input-placeholder {
    color: transparent
}

.input__area:focus::-moz-placeholder {
    color: transparent
}

.input__area:focus:-ms-input-placeholder {
    color: transparent
}

.input__area.placeholder:focus {
    color: transparent
}

@media (max-width:1399px) {
    .input__area {
        height: 50px;
    }
}

@media (max-width:959px) {
    .input__area {
        height: 55px;
    }
}

@media (max-width:639px) {
    .input__area {
        height: 40px;
        padding-left: 10px;
        padding-right: 10px
    }
}

.join {
    position: relative;
    padding: 20px 26px 20px 34px;
}

.join__title-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 20px
}

.join__title-holiday-icon {
    max-height: 30px;
    width: auto
}

.join__title {
    font-size: 28px;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin: 0
}

.join__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px
}

.join__about {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 40px;
    max-width: 887px;
    border-radius: 4px;
    background: #1E1E23;
    backdrop-filter: blur(13.6px);
}

.join__about,
.join__form {
    width: 100%;
}

.join__form {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    max-width: 593px;
    border-radius: 4px;
    background: #16161B;
    backdrop-filter: blur(13.6px);
}

@media (max-width:1599px) {
    .join__about {
        margin-right: 20px
    }

    /* .join__form {
        max-width: 500px
    } */
}

@media (max-width:1399px) {
    .join__form {
        max-width: 420px;
    }

    .join__block {
        margin-top: 25px
    }
}

@media (max-width:959px) {
    .join {
        padding-inline: 20px;
    }

    .join__title-wrapper {
        justify-content: flex-start
    }

    .join__title-holiday-icon {
        display: none
    }

    .join__title {
        font-size: 24px;
        line-height: 26px
    }

    .join__block {
        display: block;
        margin-top: 17px
    }

    .join__about {
        margin-right: 0;
        margin-top: 10px
    }

    .join__about,
    .join__form {
        max-width: 100%
    }
}

@media (max-width:639px) {
    .join {
        padding-left: 0;
        padding-right: 0;
    }

    .join__title-wrapper {
        padding-inline: 10px;
    }

    .join__about {
        background: none;
        padding-left: 10px;
        padding-right: 10px
    }

    .join__title {
        font-size: 18px;
        line-height: 20px;
    }
}

.join-features {
    position: relative;
    /* background: #1e1e23;
    border-radius: 0 0 4px 4px */
}

.join-features__pic {
    width: 100%;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}

.join-features__area {
    padding: 3px 10px 60px;
}

@media (max-width:1599px) {
    .join-features__area {
        padding-inline: 10px;
    }
}

@media (max-width:959px) {
    

    .join-features__area {
        padding: 30px 40px;
    }
}

@media (max-width:639px) {
    .join-features__area {
       padding: 3px 0 2px;
    }
}

.join-marks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 86px 49px 56px 61px;
}

.join-marks__column {
    width: 50%;
    position: relative
}

.join-marks__column:first-child {
    border-right: 1px solid hsla(0, 0%, 59.2%, .1);
    padding-bottom: 30px;
}

@media (max-width:1399px) {
    .join-marks {
        display: block;
        padding: 60px 40px 0;
    }

    .join-marks__column {
        padding-top: 43px;
        padding-bottom: 40px;
        width: 100%
    }

    .join-marks__column:first-child {
        padding-top: 18px;
        border-right: none;
        border-bottom: 1px solid hsla(0, 0%, 59.2%, .1)
    }
}

@media (max-width:959px) {
    .join-marks {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 40px;
    }

    .join-marks__column:first-child {
        padding-bottom: 15px
    }
}

@media (max-width:639px) {
    .join-marks {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 25px;
    }

    .join-marks__column {
        padding-top: 12px;
        padding-bottom: 30px
    }

    .join-marks__column:first-child {
        padding-top: 7px;
        padding-bottom: 27px
    }
}

.lang {
    position: relative
}

.lang__handler {
    display: block;
    width: 51px;
    height: 51px;
    background: hsla(0, 0%, 100%, .09);
    border-radius: 4px;
    padding: 0;
    border: none;
    box-shadow: none;
    -webkit-appearance: none;
    text-align: center;
    cursor: pointer
}

.lang__handler:hover {
    background: hsla(0, 0%, 100%, .1)
}

.lang--blank .lang__handler {
    width: auto;
    height: auto;
    min-height: 20px;
    background: none;
    padding-left: 46px;
    padding-top: 4px
}

.lang__icon {
    display: block;
    max-width: 31px
}

.lang__handler .lang__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden
}

.lang--blank .lang__icon {
    top: 2px;
    left: 0;
    -webkit-transform: translate(0);
    transform: translate(0)
}

.lang__list {
    position: absolute;
    top: 100%;
    right: 0;
    background: #323236;
    border-radius: 4px;
    min-width: 100px;
    margin: 20px 0 0;
    padding: 20px;
    list-style: none;
    text-align: left;
    display: none;
    z-index: 1
}

.lang__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
    text-decoration: none;
}

.lang__item:first-child {
    margin-top: 0
}

.lang__item .lang__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
    position: relative;
    top: 2px
}

.lang__text {
    font-size: 15px;
    line-height: 1.3;
    color: #fff;
    font-family: 'Visuelt Pro', sans-serif;
    position: relative;
}

.lang__item:hover .lang__text {
    opacity: .7
}

.lang--blank .lang__handler .lang__text {
    font-weight: 400;
    padding-right: 13px;
}

.lang--blank .lang__handler .lang__text:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 7px;
    height: 7px;
    border-top: 2px solid #a0a8ae;
    border-left: 2px solid #a0a8ae;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

@media (max-width:959px) {
    .lang__handler {
        width: 47px;
        height: 47px
    }

    .lang__icon {
        max-width: 28px
    }
}

@media (max-width:639px) {
    .lang__handler {
        width: 41px;
        height: 41px
    }

    .lang__icon {
        max-width: 25px
    }

    .footer .lang__list {
        right: auto;
        left: 0
    }
}

.logo {
    display: inline-block;
    vertical-align: top;
    position: relative
}

@media (max-width:1399px) {
    .logo--main {
        max-width: 160px
    }
}

@media (max-width:959px) {
    .logo--main {
        max-width: 130px
    }
}

@media (max-width:639px) {
    .logo--main {
        max-width: 105px
    }
}

.membership-form {
    position: relative;
    border-radius: 4px;
    padding: 30px 64px 30px 58px;
    display: none;
}

.membership-form.active {
    display: block;
}

.membership-form__holiday-sale-pic {
    position: absolute;
    right: 4px;
    top: -6px;
    max-width: 150px;
    max-height: 150px;
    width: 92px
}

.membership-form__step {
    font-size: 13px;
    line-height: 1.23;
    color: rgba(255, 255, 255, .6);
    text-transform: uppercase;
    margin-top: 25px;
    font-weight: 400;
}

.membership-form__step:nth-of-type(1) {
    margin-top: 0
}

.membership-form__step span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 10px;
    font-size: 12px;
    line-height: 23px;
    color: #1f1f24;
    text-align: center;
    font-weight: 750;
    width: 23px;
    height: 23px;
    background: #efc127;
    border-radius: 50%;
    top: -1px;
}

.membership-form__field {
    position: relative;
    margin-top: 10px
}

.membership-form__pay,
.membership-form__types {
    margin-top: 10px
}

.membership-form__plans {
    margin-top: 8px;
}

.membership-form__submit {
    margin-top: 25px;
    text-align: center
}

.membership-form__submit .button {
    min-width: 100%;
    font-size: 15px;
    font-weight: 750;
    line-height: 20px;
    text-transform: uppercase;
}

@media (max-width:1599px) {
    .membership-form {
        padding: 30px 30px;
    }
}

@media (max-width:1399px) {
    .membership-form {
        padding: 30px 20px;
    }

    .membership-form__holiday-sale-pic {
        top: -17px;
        right: 17px
    }

    .membership-form__step {
        margin-top: 20px
    }

    .membership-form__step span {
        width: 19px;
        height: 19px;
        line-height: 19px;
    }
}

@media (max-width:959px) {
    .membership-form {
        padding: 30px 40px 30px
    }

    .membership-form__holiday-sale-pic {
        top: -62px;
        right: 24px;
        width: 115px
    }

    .membership-form__step span {
        width: 23px;
        height: 23px;
        line-height: 23px;
    }

    .membership-form__submit {
        margin-top: 25px
    }
}

@media (max-width:639px) {
    .membership-form {
        padding: 14px 10px 35px
    }

    .membership-form__holiday-sale-pic {
        top: -54px;
        right: 12px;
        width: 68px
    }

    .membership-form__step,
    .membership-form__submit {
        margin-top: 20px
    }

    .membership-form__types {
        margin-left: -10px;
        margin-right: -10px
    }

    .membership-form__step span {
        width: 19px;
        height: 19px;
        line-height: 19px;
        top: -1px;
        margin-right: 7px;
    }
}

.sub-pay-type {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.13);
}

.sub-pay-type::after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255,255,255,0.13);
}

.sub-pay-type__item {
    background: rgba(30, 30, 35, .77);
    border: none;
    /* border: 1px solid rgba(255,255,255,0.14); */
    box-sizing: border-box;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25;
    color: #A0A8AE;
    letter-spacing: 0;
    padding: 6px 7px 9px;
    transition: .3s ease-in-out;
}

.sub-pay-type__item:hover {
    color: #EFC127;
}

.sub-pay-type__item:first-child {
    border-radius: 3px 0 0 3px;
    border-right: none;
}

.sub-pay-type__item:last-child {
    border-radius: 0 3px 3px 0;
    border-left: none;
}

.sub-pay-type__item.active {
    background: rgba(0,0,0,.2);
    border-color: rgba(255,255,255,0.13);
    color: #EFC127;
}

@media screen and (max-width: 639px) {
    .sub-pay-type {
        width: calc(100% - 20px);
        margin-left: 10px;
    }
}

.page {
    width: 100%;
    height: 100%;
    display: table;
    table-layout: fixed
}

.page__content,
.page__footer {
    display: table-row
}

.page__content {
    height: 100%
}

.pay-type {
    position: relative
}

.pay-type__list {
    text-align: center;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.pay-type__item:first-child:nth-last-child(2n + 1) {
    grid-column: span 2;
}

.pay-type__item {
    position: relative;
    cursor: pointer;
}

.pay-type__wrap {
    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: relative;
    padding: 5px 10px;
    border: 1px solid transparent;
    border-radius: 3px;
    background: rgba(30, 30, 35, 0.77);
    backdrop-filter: blur(13.6px);
    transition: .3s ease-in-out;
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.pay-type__radio {
    position: absolute;
    opacity: 0
}

.pay-type__name {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 16px;
    line-height: 1.25;
    color: #A0A8AE;
    font-weight: 750;
    transition: .3s ease-in-out;
}

.pay-type__icon {
    margin-right: 15px;
}

.pay-type__icon .ico {
    fill: #a0a8ae;
    transition: .3s ease-in-out;
}

.pay-type__radio:checked+.pay-type__wrap {
    background: rgba(0, 0, 0, .2);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.pay-type__radio:checked+.pay-type__wrap .pay-type__name {
    color: #efc127;
}

.pay-type__radio:checked+.pay-type__wrap .pay-type__icon .ico {
    fill: #efc127;
}

@media (max-width:639px) {
    .pay-type__wrap {
        padding: 5px 5px
    }

    .pay-type__name {
        font-size: 14px;
        line-height: 14px
    }
}

.plan-features {
    position: relative;
    padding: 0 0 0 65px;
}

.plan-features__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 0 72px;
    margin-top: 38px;
    margin-right: 3px;
}

.plan-features__item {
    position: relative;
    width: calc((100% - 2 * 72px) / 3);
}

.plan-features__item:nth-child(1), .plan-features__item:nth-child(2), .plan-features__item:nth-child(3) {
    margin-bottom: 54px;
}

.plan-features__item:nth-child(4), .plan-features__item:nth-child(5), .plan-features__item:nth-child(6) {
    margin-bottom: 48px;
}

.plan-features__item:nth-child(7), .plan-features__item:nth-child(8), .plan-features__item:nth-child(9) {
    margin-bottom: 48px;
}

.plan-features__box {
    position: relative;
    width: 100%;
    max-width: 220px;
    margin: 0 auto
}

.plan-features__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
}

.plan-features__name {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
    color: #fff;
    text-align: center
}

@media (max-width:1399px) {
    .plan-features {
        padding: 0
    }

    .plan-features__title {
        font-size: 21px;
        line-height: 23px
    }
}

@media (max-width:959px) {
    .plan-features__item {

        padding: 0 14px
    }

    .plan-features__list {
        margin-top: 20px;
        gap: 0 40px;
    }

    .plan-features__title {
        font-size: 24px;
        line-height: 26px
    }
}

@media (max-width:639px) {
    .plan-features {
        padding: 20px 25px
    }

    .plan-features__list {
        display: block;
        margin-top: 25px;
        margin-right: 0;
    }

    .plan-features__item:nth-child(odd), .plan-features__item:nth-child(even) {
        width: 100%;
        padding: 0;
        margin-block: 35px 0;
    }

    .plan-features__item:first-child {
        margin-top: 0
    }

    .plan-features__box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
        max-width: 100%
    }

    .plan-features__icon {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 25px;
        height: 25px
    }

    .plan-features__name {
        margin-top: 0;
        margin-left: 22px;
        color: #a0a8ae;
        text-align: left;
    }
}

.region {
    width: 100%;
    min-height: 100%;
    max-width: 1580px;
    margin-left: auto;
    margin-right: auto;
    background: #1b1b1f00;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
    border-left: 1px solid hsla(0, 0%, 100%, .06);
    border-right: 1px solid hsla(0, 0%, 100%, .06)
}

@media (max-width:1399px) {
    .region {
        width: auto;
        margin-left: 10px;
        margin-right: 10px
    }
}

@media (max-width:959px) {
    .region {
        margin-left: 20px;
        margin-right: 20px
    }
}

@media (max-width:639px) {
    .region {
        margin-left: 0;
        margin-right: 0
    }
}

.series {
    position: relative;
    padding: 0 30px 0 0;
}

.series__title, .plan-features__title {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 750;
    color: rgba(255, 255, 255, .6);
    margin: 0;
    text-align: center;
    text-transform: uppercase
}

.series__list {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 7px 0 0;
}

.series__item,
.series__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.series__item {
    -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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 25%;
    padding: 25.8px 60px 0 0;
}

.series__logo {
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: top;

    height: 115.2px;
    width: 115.2px;
}


@media (max-width:1399px) {
    .series {
        padding: 0;
    }

    .series__title, .plan-features__title {
        font-size: 21px;
    }

    .series__list {
        margin-top: 10px
    }

    .series__item {
        padding: 25.8px 30px 0;
        width: 20%;
    }
}

@media (max-width:959px) {
    .series__list {
        margin: 8px -13px -4px;
        padding: 0
    }

    .series__item {
        padding: 4px 13px
    }

    .series__title, .plan-features__title {
        font-size: 24px;
    }
}

@media (max-width:639px) {
    .series__list {
        margin: 11px -9px 0;
        padding: 0
    }

    .series__item {
        width: 33.33333%;
        height: 75px;
        padding: 0 9px
    }

    .series__logo {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    .series__title, .plan-features__title {
        font-size: 16px;
    }
}

.tour-rates {
    position: relative;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(30, 30, 35, 0.77);
    backdrop-filter: blur(13.6px);
}

.tour-rates__item {
    display: block;
    position: relative;
    cursor: pointer
}

.tour-rates__item:first-child {
    margin-top: 0
}

.tour-rates__item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    height: 1px;
    background: #979797;
    opacity: .1;
    width: calc(100% - 40px);
}

.tour-rates__item:first-child:before {
    display: none
}

.tour-rates__radio {
    position: absolute;
    opacity: 0
}

.tour-rates__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    position: relative;
    border: 1px solid transparent;
    padding: 15px 20px;
}

.tour-rates__item:first-child .tour-rates__wrap {
    padding: 20px 20px 15.3px;
    border-radius: 3px 3px 0 0;
}

.tour-rates__item:first-child .tour-rates__name {
    display: flex;
    align-items: center;
    gap: 8px;
}

.tour-rates__item:last-child .tour-rates__wrap {
    padding: 14.5px 20px 20px;
    border-radius: 0 0 3px 3px;
}

.tour-rates__radio:checked+.tour-rates__wrap {
    background: #efc127;
    border-color: hsla(0, 0%, 100%, .13)
}

.tour-rates__info {
    position: relative;
    z-index: 1;
    margin-top: 2px;
}

.tour-rates__info,
.tour-rates__name {
    display: inline-block;
    vertical-align: top
}

.tour-rates__name {
    font-size: 20px;
    line-height: 1.25;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.tour-rates__description {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.25;
    color: #A0A8AE;
    opacity: .6;
    font-weight: 400;
}

.tour-rates__description b {
    margin-left: 4px;
    display: inline-block;
    background: #efc127;
    padding: 2px 2px 0;
    border-radius: 2px;
    color: #000;
    font-size: 14px;
}

.tour-rates__price {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1;
    font-size: 14px;
    line-height: 1.24;
    color: #a0a8ae;
    font-weight: 400;
}

.tour-rates__price strong {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff
}

.tour-rates__radio:checked+.tour-rates__wrap .tour-rates__name,
.tour-rates__radio:checked+.tour-rates__wrap .tour-rates__price,
.tour-rates__radio:checked+.tour-rates__wrap .tour-rates__price strong {
    color: #101013;
}

.tour-rates__radio:checked+.tour-rates__wrap .tour-rates__name svg path {
    fill: #fff
}

.tour-rates__radio:checked+.tour-rates__wrap .tour-rates__description {
    color: #000;
}

.tour-rates__radio:checked+.tour-rates__wrap .tour-rates__description b {
    color: #000;
}

.tour-rates__item:first-child .tour-rates__name {
    position: relative;
    padding-right: 30px
}

.tour-rates__icon {
    width: 22px;
    height: 18px
}

.tour-rates__radio:checked+.tour-rates__wrap .tour-rates__icon {
    fill: #101013
}

@media (max-width:1399px) {
    .tour-rates__description {
        margin-top: 4px
    }

    .tour-rates__description b .tour-rates__name {
        font-size: 18px;
        line-height: 20px
    }

    .tour-rates__radio:checked+.tour-rates__wrap .tour-rates__description b {
        margin-left: 0
    }

    .tour-rates__price strong {
        font-size: 21px;
        line-height: 23px
    }
}

@media (max-width:959px) {

    .tour-rates__wrap {
        padding: 18px 38px 15px 30px
    }

    .tour-rates__item:first-child .tour-rates__wrap {
        padding: 22px 38px 18px 30px;
    }

    .tour-rates__item:last-child .tour-rates__wrap {
        padding: 18px 38px 22px 30px;
        border-radius: 0 0 3px 3px;
    }

    .tour-rates__description {
        margin-top: 9px
    }

    .tour-rates__name {
        font-size: 20px;
        line-height: 22px
    }

    .tour-rates__price strong {
        font-size: 25px;
        line-height: 27px
    }
}

@media (max-width:639px) {
    .tour-rates {
        border: 1px solid hsla(0, 0%, 59.2%, .1);
        border-right: none;
        border-left: none
    }

    .tour-rates__wrap {
        padding: 13px 13px 11px 10px;
    }

    .tour-rates__item:first-child .tour-rates__wrap {
        padding: 20px 13px 11px 10px;
    }

    .tour-rates__item:last-child .tour-rates__wrap {
        padding: 11px 13px 20px 10px;
    }

    .tour-rates__item:first-child .tour-rates__wrap,
    .tour-rates__item:last-child .tour-rates__wrap {
        border-radius: 0
    }

    .tour-rates__name {
        font-size: 18px;
        line-height: 20px
    }

    .tour-rates__price strong {
        font-size: 21px;
        line-height: 23px
    }

    .tour-rates__description {
        margin-top: 4px
    }

    .tour-rates__description b {
        font-size: 13px
    }

    .tour-rates__radio:checked+.tour-rates__wrap .tour-rates__description b {
        font-size: 14px
    }
}

@media (max-width:639px) {
    .content__top {
        display: none
    }
}

.ico--lifetime {
    width: 26px;
    height: 12px;
    fill: #efc127
}