.join-choose {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 960px;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1195px) {
    .join-choose {
        -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;
    }
}

.join-content,.join-info {
    width: 100%;
    max-width: 990px;
    margin:auto;
    margin-bottom:5%;
}
@media screen and (max-width: 640px)
    .join-content__title {
        font-size: 35px;
    }
    @media screen and (max-width: 1195px)
        .join-content__title {
            text-align: center;
        }
        .join-choose-premium-left {
            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;
            text-align: center;
            width: 217px;
            height: 400px;
            padding: 30px 30px 20px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            background: #f5f5f5;
        }

        @media screen and (max-width: 1195px) {
            .join-choose-premium-left {
                max-width: 714px;
                width: 100%;
            }
        }

        .mobile-pay-bottom {
            margin-top: -4%;
        }

        .mobile-pay-bottom__example {
            color: #8f8f8f;
            font-size: 12px;
        }
        .mobile-pay-title__price {
            color: #596bbb;
            font-size: 12px;
        }


        @media screen and (max-width: 470px) {
            .mobile-pay {
                max-width: 434px;
                width: 100%;
                padding: 17px 14px 20px 25px;
            }
        }

        @media screen and (max-width: 425px) {
            .mobile-pay {
                height: auto;
            }
        }
        @media screen and (max-width: 425px) {
            .mobile-pay-form__input {
                max-width: 400px;
                width: 100%;
            }
        }

        @media screen and (max-width: 425px) {
            .mobile-pay-form__operator {
                position: absolute;
                bottom: 9px;
                right: 15px;
            }
        }

        .join-choose-premium-right {
            max-width: 497px;
            width: 100%;
            padding: 35px 30px 25px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            background:#f5f5f5;
            height:400px;
        }

        @media screen and (max-width: 1195px) {
            .join-choose-premium-right {
                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;
                padding: 35px 0 25px;
                max-width:100%;
            }
        }



        .join-choose-premium-left__sub {
            font-size: 14px;
        }

        .join-choose-premium {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            max-width: 714px;
            width: 100%;
            height: 369px;
            border: 1px solid #dbdcdc;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        @media screen and (max-width: 1195px) {
            .join-choose-premium {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                height: auto;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }
        }


        .join-choose-premium-left__title {
            font-size: 22px;
            text-transform: uppercase;
            margin-bottom: 23px;
        }

        .mobile_icons{
            margin-top: -3%;
        }

        .mobile-pay {
            position: relative;
            width: 434px;
            height: 125px;
            cursor: pointer;
            border: 1px solid #dbdcdc;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            padding: 17px 14px 12px 25px;
            margin-bottom: 15px;
        }

        .mobile-pay-title__text {
            color: #292929;
            font-size: 14px;
            font-family: "Yandex Sans Text Medium";
        }
        @media screen and (max-width: 425px) {
            .mobile-pay-form__operator {
                position: absolute;
                bottom: 9px;
                right: 15px;
                padding: 40px;
            }
        }

        @media screen and (max-width: 425px) {
            .mobile-pay {
                height: auto;
                width:95%
            }
        }

        .mobile-pay.active {
            border: 1px solid #67ba2f;
        }


        .card-pay {
            position: relative;
            width: 434px;
            min-height: 116px;
            cursor: pointer;
            border: 1px solid #dbdcdc;
            margin-bottom: 15px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            padding: 17px 15px 12px 25px;
        }

        .card-pay-title {
            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;
            margin-bottom: 15px;
        }

        @media screen and (max-width: 470px) {
            .card-pay {
                max-width: 434px;
                width: 95%;
            }
        }

        @media screen and (max-width: 460px) {
            .card-pay {
                padding: 17px 2px 12px 2px;
            }
        }

        .card-pay-title__text {
            color: #292929;
            font-size: 14px;
            line-height: 2px;
            font-family: "Yandex Sans Text Medium";
        }

        @media screen and (max-width: 450px) {
            .card-pay-title {
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }
        }

        @media screen and (max-width: 450px) {
            .card-pay-title__text span {
                display: none;
            }
        }


        .card-pay__icons {
            max-width: 155px;
            width: 100%;
            max-height: 18px;
        }
        .card-pay-choose {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            height:80%;

        }
        .card-pay-choose__item.active {
            background: #67ba2f;
            border: 1px solid #67ba2f;
            color: #fff;
            max-width:100%;
            padding:10px 0 0 40%;

        }

        .card-pay-choose__item {
            margin-top:-10px;
            max-width: 95px;
            width: 100%;
            height: 57px;
            padding: 11px 13px;
            border: 1px solid #d3d4d4;
            cursor: pointer;
            font-size: 14px;
            font-family: "Yandex Sans Text Medium";
        }


        @media screen and (max-width: 460px) {
            .card-pay-choose__item {
                padding: 11px 0 11px 5px;
                height:50px;
            }
        }

        @media screen and (max-width: 340px) {
            .card-pay-choose__item {
                font-size: 13px;
            }
        }


