.land-page .hero {
    background: url('../img/landing_page/bg-pic.png') no-repeat top center /
        100% 52%;
    width: 100%;
    padding-bottom: 100px;
    position: relative;
}

.land-page .title {
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    max-width: 810px;
    padding: 90px 0 0;
    margin: 0 auto;
    line-height: 1.24;
}

.land-page .prices {
    display: flex;
    justify-content: space-between;
    height: 610px;
    margin-top: 30px;
}
.land-page .price-card {
    width: 370px;
    background: #ffffff;
    box-shadow: 0px 2px 6px rgba(78, 75, 75, 0.22);
    padding: 20px 28px;
    text-align: center;
    height: 530px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.land-page .price-card_top {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}
.land-page .price-card_bottom {
    display: flex;
    flex-grow: 0;
    flex-direction: column;
}

.land-page .price-card.price-card--bigger {
    height: 570px;
    padding: 37px 28px 20px;
}
.land-page .price-card.price-card--bigger .price-card__price span,
.land-page .price-card.price-card--bigger .price-card__price sub {
    color: #18b5f9;
}

.land-page .price-card__img {
    width: 230px;
    margin: 0 auto;
}
.land-page .price-card__img img {
    width: 100%;
    height: auto;
}

.land-page .price-card__title {
    font-size: 25px;
    font-weight: 700;
    color: #445269;
    font-family: 'Roboto';

    margin: 15px 0 5px;
}
.land-page .price-card__price {
    color: #43516a;
    font-size: 14px;
    font-family: 'Roboto';

    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.land-page .price-card__price sub {
    font-size: 24px;
    line-height: 28px;
    padding-left: 10px;
}
.land-page .price-card__price span {
    font-size: 40px;
    line-height: 40px;
    font-weight: 900;
    color: #43516a;
}

.land-page .price-card__time {
    max-width: 100px;
    margin: 10px auto 0;
    padding-left: 20px;
    position: relative;
}
.land-page .price-card__time::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../img/landing_page/clock.svg') no-repeat;
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
}

.land-page .price-card__list {
    margin-top: 15px;
    margin-top: 30px;
}

.land-page .price-card__list li {
    font-size: 14px;
    line-height: 19px;
    list-style: initial;
    color: #43516a;
    text-align: left;
    margin-bottom: 16px;
}

.land-page .price-card__extra-info {
    color: #546e7a;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    margin-top: 10px;
}

.land-page .button {
    border-radius: 2px;
    width: 290px;
    padding: 12px 0px;
    width: 100%;
    color: #fff;
    transition: all 0.2s ease;
    display: flex;
    justify-content: center;

    font-family: 'Roboto';
    font-weight: 700;
    line-height: 19px;
    font-size: 16px;
}
.land-page .button-order {
    border: 2px solid #18b5f9;
    background-color: #fff;
    color: #18b5f9;
}
.land-page .button-order:hover {
    background-color: #18b5f9;
    color: #fff;
}
.land-page .button-order:focus {
    color: #fff;
    background-color: #1e9bd1;
}

.land-page .button-order-fill {
    background-color: #18b5f9;
    color: #fff;
}
.land-page .button-order-fill:hover {
    background: #fff;
    color: #18b5f9;
}

.land-page .button-order-fill:focus {
    background: #1e9bd1;
    color: #fff;
    border: 2px solid #1e9bd1;
}

.land-page .button--green:hover {
    background: #33be50;
    box-shadow: 0px 4px 20px rgba(68, 207, 97, 0.67);
    color: #fff;
}

.land-page .button--green:focus {
    background: #2bb047;
    box-shadow: 0px 4px 20px rgba(68, 207, 97, 0.67),
        inset 0px 4px 15px rgba(109, 109, 109, 0.15);
}

.land-page .button:focus {
    color: #fff;
    text-decoration: none;
}

.land-page .button--green {
    background: #44cf61;
}

.land-page .button-order-blue {
    width: 230px;
    margin: 55px auto 0;
    background: #29b6f6;
    border-radius: 2px;
    color: #fff;
}

.land-page .button-order-blue:hover {
    background: #0aa0e3;
    box-shadow: 0px 4px 20px rgba(41, 182, 246, 0.78);
    border-radius: 2px;
    color: #fff;
}

.land-page .button-order-blue:focus {
    background: #0aa0e3;
    box-shadow: 0px 4px 20px rgba(41, 182, 246, 0.78),
        inset 0px 4px 15px rgba(109, 109, 109, 0.15);
    border-radius: 2px;
    color: #fff;
}

.land-page .pink-label {
    color: #fff;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    /* text-align: center; */
    background-color: #f3686b;
    box-shadow: 0px 3px 7px rgba(90, 89, 89, 0.25);
    position: absolute;
    right: -40px;
    top: 24px;
    padding: 7px 0;
    transform: rotate(42.2deg);
    width: 160px;
}

/* swiper slider */
.swiper-container {
    width: 100%;
    height: 100%;
    padding-bottom: 60px;
}
.swiper-hero {
    height: 630px;
}
.swiper-wrapper {
    justify-content: space-between;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    width: 33%;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-pagination.swiper-pagination-hero.swiper-pagination-fraction {
    color: #18b5f9;
    font-size: 19px;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    display: none;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    display: none;
}

.land-page .offer {
    background: #f6f7fa;
    padding-bottom: 90px;
}
.land-page .offer .title {
    font-size: 36px;
}
.land-page .offer-inner {
    display: flex;
    margin-top: 65px;
}
.land-page .offer-cards {
    display: flex;
    justify-content: center;
}

.land-page .offer-card {
    width: 173px;
    background-color: #fff;
    padding: 20px 15px;
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.09));
    position: relative;
    margin-left: 10px;
}
.land-page .offer-card.offer-card--mobile {
    display: none;
}
.land-page .offer-card--checked {
    border: 2px solid #18b5f9;
    padding-top: 18px;
}
.land-page .offer-card__label {
    font-family: Roboto;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    background-color: #18b5f9;

    color: #ffffff;
    position: absolute;
    width: 173px;
    height: 18px;
    left: -2px;
    top: -20px;
    border: 2px solid #18b5f9;
}

.land-page .offer-card img {
    display: block;
    margin: 0 auto;
}

.land-page .offer-card__title {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    margin: 15px 0;
    color: #445269;
}

.land-page .offer-card ul {
    margin: 0;
}

.land-page .offer-card .icon-bg {
    list-style: none;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    position: relative;
    margin: 0 auto 22px;
}
.land-page .offer-card .icon-bg.green {
    background: url('../img/landing_page/check.svg') no-repeat;
}

.land-page .offer-card .icon-bg.red {
    background: url('../img/landing_page/icon-no.svg') no-repeat;
}

.land-page .offer-text {
    list-style: none;

    margin: 140px 60px 0 80px;
}

.land-page .offer-text li {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #43516a;
    margin-bottom: 20px;
}

.land-page .form-block {
    background-color: #e6f0f5;
    padding-bottom: 90px;
}
.land-page .form-block .title {
    font-size: 36px;
    line-height: 42px;
}

.land-page .work-flow {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    position: relative;
}

.land-page .work-flow__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    text-align: center;
    height: 100%;
}
.land-page .work-flow__item img {
    height: 165px;
}
.land-page .work-flow__item .point-number {
    border: 2px solid #2f4854;
    background-color: #e6f0f5;
    width: auto;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    padding-top: 8px;
    font-size: 22px;
    line-height: 30px;
    color: #2f4854;
    width: 50px;
    height: 50px;
    margin: 20px 0;
    position: relative;
    z-index: 9;
}
.land-page .line-decor {
    width: 78%;
    height: 2px;
    background-color: #2f4854;
    position: absolute;
    top: 72%;
    left: 95px;
}
.land-page .form-search-land {
    margin-top: 45px;
}
.land-page .form-search-land form {
    display: flex;
    align-items: center;
    justify-content: center;
}
.land-page .form-search-land form input[type='text'] {
    background: #ffffff;
    border: 1px solid #d3d6d8;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 14px 20px;
    width: 400px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.land-page .form-search-land .btn-search {
    position: relative;
    width: 120px;
    height: 45px;
    border: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background: #66d062;
    color: #fff;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}
.land-page .form-search-land .btn-search::before {
    content: '';
    padding-right: 7px;
    color: #fff;
    font-family: Student;
    font-size: 14px;
}
.land-page .form-search-land ::placeholder {
    color: #bcbdbe;
    font-size: 14px;
}

.land-page .form-search-land .extra-info {
    font-family: 'Open Sans', serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #888888;
    text-align: center;
    margin-top: 15px;
}

.land-page .testimonials {
    background-color: #fff;
    padding: 0 0 40px;
}
.land-page .testimonials .container {
    max-width: 100%;
    width: 100%;
    padding: 0;
}
.land-page .box_testimonial .content {
    font-size: 15px;
}

.land-page .testimonials .box_testimonial {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
    width: 720px;
    height: 285px;
}
.land-page .owl-carousel .owl-stage-outer {
    height: 300px;
}
.land-page .advantages {
    padding: 0px 0 110px;
    background-color: #f6f7fa;
}
.land-page .advantages .title {
    margin-bottom: 60px;
}
.land-page .advantages__inner {
    display: flex;
}

.land-page .advantages__img {
    margin: 0 60px 0 30px;
}
.land-page .advantages__list {
    padding: 0;
    margin: 0;
}

.land-page .advantages__list li {
    list-style: none;
    background: #ffffff;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    padding: 13px 15px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.land-page .advantages__list li img {
    margin-right: 10px;
}

.land-page .advantages__list li p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;

    color: #37474f;
}
@media only screen and (max-width: 1500px) {
    .land-page .testimonials .box_testimonial {
        width: 650px;
    }
}
@media only screen and (max-width: 1400px) {
    .land-page .testimonials .box_testimonial {
        width: 530px;
    }
}

@media only screen and (max-width: 1300px) {
    .land-page .testimonials .box_testimonial {
        width: 530px;
    }
}
@media only screen and (max-width: 1200px) {
    .land-page .line-decor {
        width: 77%;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    body .hero .container {
        width: 100%;
    }
    .swiper-hero {
        height: 640px;
    }

    .land-page .price-card {
        width: 320px;
    }
    .land-page .price-card {
        height: 550px;
    }
    .land-page .offer-text li {
        margin-bottom: 11px;
    }
    .land-page .testimonials .box_testimonial {
        width: 454px;
    }
}

@media only screen and (max-width: 996px) {
    .swiper-slide {
        width: initial;
    }
    .swiper-hero {
        height: 680px;
    }
    .land-page.price-card__list {
        margin: 20px 0;
    }

    .land-page .hero .container {
        padding: 0px;
        width: 100%;
    }
    .land-page .offer__inner {
        flex-direction: column;
    }
    .land-page .prices {
        height: 640px;
        align-items: flex-end;
    }
    .land-page .price-card {
        /* width: 370px !important; */
        width: 90%;
        transition: all 0.2s ease;
        height: 530px;
    }

    .land-page .price-card.price-card--bigger {
        padding: 20px 28px;
        height: 570px;
        margin-top: -40px;
    }
    .land-page .advantages__inner {
        flex-direction: column;
    }
    .land-page .land-page .testimonials .box_testimonial {
        width: 98%;
    }
    .land-page .offer {
        padding: 40px 0;
    }

    .land-page .advantages__img {
        margin: 30px 0;
        text-align: center;
    }
    .land-page .testimonials .owl-item.active.center {
        margin: 0;
    }

    .land-page .form-block {
        padding: 40px 0;
    }
    .land-page .form-block__inner .work-flow {
        flex-direction: column;
    }
    .land-page .work-flow__item {
        margin-bottom: 40px;
    }

    .land-page .line-decor {
        display: none;
    }
    .land-page .hero .title {
        font-size: 35px;
        line-height: 40px;
        padding-top: 160px;
        margin-bottom: 210px;
    }
    .land-page .hero {
        background: url('../img/landing_page/bg-pic-tab.png') no-repeat top
            center / 100% 50%;
    }
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        top: 96.5%;
        left: 43%;
    }

    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        top: 96.5%;
        right: 43%;
    }
    .swiper-button-prev:after,
    .swiper-container-rtl .swiper-button-next:after {
        content: '';
        width: 26px;
        height: 11px;
        display: block;
        background: url('../img/landing_page/icon-arrow-left.svg') no-repeat;
    }

    .swiper-button-next:after,
    .swiper-container-rtl .swiper-button-prev:after {
        content: '';
        width: 26px;
        height: 11px;
        display: block;
        background: url('../img/landing_page/icon-arrow-right.svg') no-repeat;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    body .land-page .container {
        width: 100%;
    }

    .land-page .offer-text {
        margin: 130px 0 0;
    }
    .land-page .offer-card {
        width: 155px;
    }

    .land-page .advantages__list li {
        width: 465px;
        margin: 0 auto 20px;
    }
    .land-page .offer-card__title {
        font-size: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .land-page .offer-inner {
        flex-direction: column;
    }
    .wrapper.land-page {
        padding-top: 0;
    }
    .land-page .offer-card {
        display: none;
    }
    .land-page .offer-text {
        display: none;
    }
    .land-page .offer-card.offer-card--mobile {
        display: block;
        width: 65%;
        margin: 0 auto 40px;
    }
    .land-page .offer-card.offer-card--mobile:not(:last-child) {
        margin: 0 0 40px;
    }
    .land-page .offer-card.offer-card--mobile ul li {
        list-style: none;
        display: flex;
        align-items: center;
        height: 45px;
        padding: 5px 15px;
    }
    .land-page .offer-card.offer-card--mobile ul li:nth-child(odd) {
        background-color: #f6f7fa;
    }
    .land-page .offer-card.offer-card--mobile ul li p {
        max-width: 60%;
        font-size: 12px;
        line-height: 16px;
        font-family: 'Open Sans';
        margin-bottom: 0;
    }
    .land-page .offer-card.offer-card--mobile .icon-bg {
        margin: 0 20px 0 auto;
        padding-right: 10px;
    }
    .land-page .offer-card__title {
        font-size: 22px;
    }
    .land-page .offer-card--mobile .button-order {
        margin-top: 25px;
        background-color: #29b6f6;
        color: #fff;
    }
    .land-page .offer-card--mobile .button-order:focus {
        background-color: #0aa0e3;
        color: #fff;
    }
    .land-page .offer-cards {
        flex-direction: column;
        align-items: center;
    }
    .land-page .offer-card.offer-card--mobile.offer-card--checked {
        border: none;
    }
    .land-page .offer-card__label {
        width: 100%;
        left: 0;
        top: -18px;
    }
}

@media only screen and (max-width: 700px) {
    .land-page .hero {
        background: url('../img/landing_page/bg-pic-mob.png') no-repeat top
            center / 100% 37%;
        background-size: contain;
    }
    .land-page .price-card.price-card--bigger {
        margin-top: 0px;
    }
}
@media only screen and (max-width: 600px) {
    .hero {
        min-height: 500px;
    }

    .land-page .advantages {
        padding: 50px 0;
    }

    .land-page .advantages__img {
        margin: 60px 0;
    }

    .land-page .title {
        font-size: 30px;
        padding: 40px 0 0;
        margin-bottom: 30px;
    }

    .land-page .hero {
        padding: 50px 0;
    }

    .land-page .work-flow__item:not(:last-child) {
        margin-bottom: 50px;
    }
    .land-page .work-flow__item p {
        font-size: 18px;
        line-height: 19px;
        font-weight: 700;
    }
    .land-page .form-search-land {
        position: relative;
    }
    .land-page .form-search-land form {
        flex-direction: column;
    }
    .land-page .form-search-land form input[type='text'] {
        width: 100%;
        height: 45px;
        margin-bottom: 60px;
        border: 2px solid #d3d6d8;
        border-radius: 0;
    }
    .land-page .form-search-land .btn-search {
        width: 100%;
        height: 45px;
        border-radius: 0;
    }

    .land-page .form-search-land .extra-info {
        position: absolute;

        width: 100%;
        top: 50px;
        left: 50%;
        transform: translateX(-50%);
    }
    .land-page .button-order-blue {
        width: 100%;
        margin: 20px 0;
    }

    .land-page.testimonials {
        background-color: #fff;
    }
    .land-page .testimonials .container {
        max-width: initial;
    }
    .land-page .testimonials .owl-item.active.center {
        margin: 0;
    }
    .land-page .testimonials .box_testimonial {
        width: 98%;
    }
    .land-page .owl-carousel .owl-stage-outer {
        min-height: 100%;
    }
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        top: 96.5%;
        left: 38%;
    }

    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        top: 96.5%;
        right: 38%;
    }

    .land-page .price-card {
        width: 68%;
    }
    .land-page .offer-card.offer-card--mobile {
        width: 100%;
        margin: 0 auto 40px;
    }

    .land-page .offer .title {
        font-size: 30px;
        line-height: 35px;
    }

    .land-page .hero .title {
        font-size: 35px;
        line-height: 40px;
    }

    .land-page .form-block .title {
        font-size: 30px;
        line-height: 35px;
    }
    .land-page .testimonials .title {
        font-size: 30px;
        line-height: 35px;
    }
}

.activation_link.p_r.hidden-md.hidden-sm.hidden-xs {
    display: none !important;
}

@media only screen and (max-width: 440px) {
    .land-page .price-card {
        width: 92%;
    }

    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        left: 36%;
    }

    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: 36%;
    }
}
@media only screen and (max-width: 400px) {
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        top: 96.5%;
        left: 33%;
    }

    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        top: 96.5%;
        right: 33%;
    }
    .land-page .hero .title {
        padding-top: 90px;
        margin-bottom: 140px;
    }
    .land-page .offer .title {
        font-size: 27px;
        line-height: 32px;
    }
    .land-page .advantages__list li p {
        font-size: 16px;
    }
}
