.switch {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 32px;
    margin: 0 20px 0 20px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #E4E4E7;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}


input:checked + .slider:before {
    -webkit-transform: translateX(22px);
    -ms-transform: translateX(22px);
    transform: translateX(22px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.ew_header_block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ew_header_block h1 {
    font-size: 55px;
    font-weight: 600;
    color: #6c54ff;
    margin: 0 0 16px 0;
}

.ew_header_block p {}

.ew_switch_block {
    display: flex;
    align-items: center;
}

.ew_switch_block div {}

.plan_name {
    color: #000;
    font-size: 18px;
    font-weight: 400;
}

.save_money {
    font-size: 11px;
    color: #00A113;
    font-weight: bold;
    background: rgba(0, 250, 62, 0.20);
    padding: 3px 7px 3px 7px;
    margin-left: 20px;
    border-radius: 4px;
}

.ew_premium_plans {
    display: flex;
    justify-content: center;
}

.ew_card {
    max-width: 400px;
    height: 572px;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    width: 100%;
    margin: 55px 10px 0 10px;
    position: relative;
}

.ew_card div  {
    width: 250px;
    margin: 55px auto 25px auto;
}

.ew_card div div {
    margin: 0;
}

.ew_card div span {
    font-weight: 400;
    color: #18181B;
    font-size: 80px;
    line-height: 80px;
    letter-spacing: -2px;
    margin-right: 10px;
}

.ew_card ul {
    margin: 0;
    padding: 0;
}

.ew_card ul li {
    list-style: none;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    letter-spacing: -0.1px;
    width: 220px;
    margin: 0 auto;
    position: relative;
}

.ew_card ul li:before {
    content: "";
    color: #00A113;
    margin-right: 10px;
    display: inline-block;
    height: 20px;
    width: 20px;
    background-color: unset;
    background-image: url(../images/li_mark_2.svg);
    position: absolute;
    top: 9px;
    left: -25px;
}

.ew_card ul li.alert:before {
    content: "⚠";
    background-image: none;
    position: absolute;
    left: -27px;
    top: -2px;
}

.ew_card a {
    position: absolute;
    bottom: 75px;
    left: 18%;
    min-width: 250px;
}

.start_button {
    border-radius: 15px;
    border: 1px solid #6C54FF;
    background: #FFF;
    margin: 0 auto !important;
    position: absolute;
    padding: 10px;
    text-align: center;
    cursor: pointer;
}

.start_button:hover {
    background: #eeebff;
}

.button_v2.subscr_paid {
    background:#0fb910;
    border:1px solid #0fb910;
}

.button_v2.subscr_paid:hover {
    background:#008f01 !important;
}

.button_v2 {
    background: #6C54FF;
    color: #FFF;
}

button.button_v2 {
    width: 100%;
}

.button_v2:hover {
    background: #523ece !important;
}

.reviews_block {
    margin: 80px 0 50px 0;
    background: #F5F5FA;
    padding: 38px;
}

.reviews_block div {}

.reviews_block div p {
    margin: 0;
}

.reviews_block div h2 {
    margin: 0;
}

.pre_header {
    color: #1722BE;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    text-transform: uppercase;
}

.focus {
    color: #555;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 140% */
    letter-spacing: -0.1px;
    margin: 25px 0 50px 0 !important;
}

.reviews {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 900px;
    margin: 0 auto;
}

.review {
    max-width: 420px;
    background: #fff;
    margin: 10px;
    padding: 30px;
    width: 100%;
    border-radius: 13px;
}

.review p {
    color: #71717A;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.1px;
}

.review div {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 25px 0 0 0;
}

.name_block {
    display: flex;
    align-content: center;
    align-items: center !important;
    flex-direction: column !important;
    margin: 0 0 0 20px !important;
}

.review div img {}

.review div div .name {
    color: #0A001F;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.1px;
    width: 100%;
}

.review div div .who {
    width: 100%;
}

.faq_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 900px;
    margin: 0 auto;
}

.question {
    max-width: 420px;
    width: 100%;
    margin: 10px;
}

.question .q {
    color: #18181B;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.question p {}

.premiumContent {
    padding: 40px 0 !important;
}

.button_block {
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
}

.button_block a .start_button {
    position: unset !important;
    width: 220px;
}

.faq_header {

}

.try_header {
    margin: 40px 0 0 0 !important;
}

@media screen and (max-width: 1200px){
    .ew_premium_plans {
        flex-direction: column;
        align-items: center;
    }
    .ew_card {
        max-width: 330px;
        margin: 55px 0 0 0 !important;
    }
    .ew_card a {
        left: 12%;
    }
    .faq_block {
        padding: 0 15px;
    }
    .c2nd {
        margin: 10px 0 0 0 !important;
    }
}