

/* Start:/local/templates/dvsproxyseller/css/affiliate.css?167810816910892*/
img {
    max-width: 100%;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.align-items-center {
    align-items: center;
}

.first-section-lp {
    padding: 80px 0;
}

.first-section-lp .section__btn,
.first-section-lp .link-block {
    width: 100%;
    max-width: 310px;
    text-align: center;
}

.first-section-lp h1 {
    font-size: 44px;
    line-height: 53px;
    font-weight: 700;
    color: #333946;
}

.link-block>a {
    margin-top: 26px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    color: rgba(64, 73, 98, 0.76);
    display: inline-block;
    font-family: Lato-Bold, Arial, sans-serif;
}

.first-info {
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    bottom: -70px;
    justify-content: center;
    padding: 0 20px;
}

.first-info__item {
    background: #FFFFFF;
    border: 1px solid #EAEFEF;
    box-shadow: 0px 22px 30px rgba(204, 206, 211, 0.25);
    border-radius: 15px;
    width: 100%;
    max-width: 221px;
    /* height: 141px; */
    padding: 23px;
}

.first-info__item.green-bg {
    border-color: #35BE70;
}

.first-info__item:not(.green-bg) .first-info__head {
    color: #35BE70;
}

.first-info__item+.first-info__item {
    margin-left: 30px;
}

.first-info__head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    font-size: 48px;
    line-height: 1;
    font-family: Lato-Bold, Arial, sans-serif;
}

.section-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    color: #333946;
    margin-top: 0;
    font-family: Lato-Bold, Arial, sans-serif;
    margin-bottom: 62px;
}

.section-pp {
    padding: 50px 0;
}

.benefit-badge-wrap {
    width: 54px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 28px;
    background: url('/local/templates/dvsproxyseller/img/benefit-badge-bg.png') center center no-repeat;
}

.benefit-badge {
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(187, 190, 201, 0.25);
    border-radius: 7px;
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    color: #35BE70;
}

.benefit-item__content {
    display: flex;
    align-items: flex-start;
    min-height: 158px;
}

.benefit-item__content p.title {
    margin-top: 10px;
    font-size: 28px;
    line-height: 1.14;
    color: #35BE70;
}

.benefit-item__content .img {
    margin-right: 16px;
    flex: none;
}

.benefit-item__content ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
}

.benefit-item__content:not(.no-shadow) {
    background: #FFFFFF;
    border: 1px solid #EAEFEF;
    box-shadow: 0px 22px 30px rgba(204, 206, 211, 0.25);
    border-radius: 15px;
    padding: 36px;
    transition: .3s all;
}

.benefit-item__content.green-bg {
    background: #35BE70;
}

.benefit-item__content .sub-title {
    color: #596178;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 22px;
}

.benefit-item__content.green-bg p.title {
    color: #fff;
}

.relative {
    position: relative;
}

.lp-faq .accordion.affiliate_program_accordion {
    border-bottom: 1.4px solid #EAEFEF;
    margin-bottom: 0;
}

.lp-faq .accordion .accordion_title {
    height: auto;
    background: transparent;
    color: #404962;
    font-family: Lato-Bold, Arial, sans-serif;
    font-size: 21px;
    padding-right: 35px;
    padding-left: 0;
}

.lp-faq .accordion.frequently_asked_questions .accordion_content {
    padding-left: 0;
}

.lp-faq .accordion .accordion_title:hover,
.lp-faq .accordion .accordion_title.active {
    background: transparent;
    color: #404962;
}

.lp-faq .accordion.affiliate_program_accordion .accordion_content p {
    font-size: 14px;
    line-height: 21px;
}

.lp-faq .accordion.frequently_asked_questions .accordion_content {
    padding-top: 0;
}

.lp-faq .accordion .accordion_title p.active,
.lp-faq .accordion .accordion_title:hover p {
    color: #404962
}

.lp-faq .accordion .accordion_title.active i.fa,
.lp-faq .accordion .accordion_title:hover i.fa {
    color: #35BE70
}

.massonry-grid {
    width: 100%;
    column-count: 2;
    column-gap: 30px;
    column-fill: balance;
    margin: 20px auto 0;
}

.massonry-grid_item {
    background: #FFFFFF;
    border: 1px solid #EAEFEF;
    box-shadow: 0px 22px 30px rgba(204, 206, 211, 0.25);
    position: relative;
    border-radius: 15px;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    display: inline-block;
    padding: 30px 28px;
    margin: 0 0 30px;
    width: 100%;
}

.massonry-grid_item .icon {
    font-size: 0;
    margin-bottom: 20px;
}

.massonry-grid_item:nth-child(3) {
    margin-top: 30px;
}

.massonry-grid_item ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
    font-size: 14px;
}

.massonry-grid_item ul li {
    line-height: 18px;
    color: #596178;
    padding-left: 10px;
    position: relative;
}

.benefit-item__content:not(.no-shadow) li {
    padding-left: 10px;
}

.benefit-item__content li {
    position: relative;
}

.massonry-grid_item ul li::before,
.benefit-item__content:not(.no-shadow) li::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 5px;
    height: 1px;
    background: #596178;
}

.benefit-item__content.no-shadow ul li {
    padding-left: 22px;
    font-size: 14px;
}

.benefit-item--small {
    max-width: 368px;
    margin: 0 auto;
}

.benefit-item__content.no-shadow li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 14px;
    height: 1px;
    background-color: #35BE70;
}

.benefit-item__content:not(.no-shadow) li::before {
    top: 11px;
}

.massonry-grid_item.green-bg ul li {
    color: #fff;
}

.massonry-grid_item.green-bg ul li::before {
    background-color: #fff;
}

.massonry-grid_item ul li:not(:last-child) {
    margin-bottom: 8px;
}

.massonry-grid_item p {
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: #35BE70;
}

.green-bg {
    background: #35BE70;
    color: #fff;
}

.massonry-grid_item.green-bg p {
    color: #fff
}

.pp-bg {
    background: url('/local/templates/dvsproxyseller/img/pp-bg.png') right 20% center no-repeat;
}

.icon-absolute {
    position: absolute;
    margin-bottom: 0 !important;
    right: 32px;
    bottom: 32px;
}

.link-block-mob {
    display: none;
}

.benefit-item__content.green-bg div p:first-child {
    color: rgba(255, 255, 255, 0.7);
}

.benefit-item__content+.benefit-item__content {
    margin-top: 24px;
}
.statistics-questions-offer .statistics-questions-offer__list,
.statistics-questions-offer__list{
    width: 100%;
    justify-content: center;
}

@media screen and (max-width: 991px) {
    .hidden-md {
        display: none;
    }

    [class*="col-"] {
        width: 100%;
    }

    .benefit-item--small {
        max-width: 100%;
    }

    .img-l {
        display: block;
        margin: 0 auto;
    }
}

@media screen and (max-width:767px) {
    .massonry-grid {
        column-count: 1;
    }

    .icon-absolute {
        position: static;
        margin-bottom: 0;
        margin-top: 25px;
    }

    .benefit-item,
    .massonry-grid {
        margin-top: 49px;
    }

    .link-block-mob {
        display: block;
        margin-top: 84px;
    }

    .benefit-item__content.green-bg div p:first-child {
        font-size: 12px;
    }

    .link-block-mob .section__btn {
        height: 44px;
    }

    .benefit-item__content+.benefit-item__content {
        margin-top: 20px;
    }

    .link-block-mob>a {
        font-size: 14px;
        line-height: 16px;
        margin-top: 11px;
    }

    .link-block-mob {
        max-width: 232px !important;
    }

    .countries_and_prices .title_h2,
    .countries_and_prices h2 {
        margin-bottom: 28px !important;
    }

    .pp-bg {
        background-position: center center;
    }

    .pp-bg .img-l {
        max-width: 244px;
        margin: 0 auto;
        display: block;
    }
}

@media screen and (max-width:567px) {
    .first-section-lp {
        padding: 45px 0;
    }

    .benefit-item__content p.title {
        font-size: 20px;
        line-height: 26px;
    }

    .section-pp {
        padding: 40px 0;
    }

    .lp-faq .accordion.affiliate_program_accordion .accordion_title p,
    .massonry-grid_item p,
    .benefit-item__content .sub-title,
    .statistics-questions-offer__list li a {
        font-size: 16px;
    }

    .massonry-grid_item .icon {
        margin-bottom: 14px;
    }

    .benefit-item__content .img {
        margin-right: 12px;
    }

    .benefit-item__content {
        min-height: 124px;
    }

    .benefit-item__content .img svg {
        width: 36px;
        height: auto;
    }

    .benefit-item__content .sub-title {
        margin-top: 8px;
    }

    .lp-faq .accordion.affiliate_program_accordion .accordion_title {
        height: auto;
        padding: 13px 0;
    }

    .first-info {
        bottom: -45px;
    }

    .first-info__item+.first-info__item {
        margin-left: 16px;
    }

    .section-title {
        font-size: 21px;
        line-height: 25px;
        margin-bottom: 28px;
    }

    .statistics-questions-offer h2 {
        margin-bottom: 28px !important;
    }

    .first-info__head {
        font-size: 24px;
    }

    .first-info__head svg {
        width: 26px;
        height: auto;
    }

    .first-info__item {
        padding: 12px;
        /* height: 91px; */
    }

    .first-info__item div:nth-child(2) {
        font-size: 12px;
    }

    .first-section-lp h1 {
        font-size: 24px;
        line-height: 29px;
        margin-top: 0;
    }

    .first-section-lp .hero__text {
        font-size: 14px;
        line-height: 19px;
    }

    .benefit-badge-wrap {
        width: 43px;
        height: 43px;
    }

    .benefit-badge {
        width: 32px;
        height: 32px;
    }

    .benefit-item__content:not(.no-shadow),
    .massonry-grid_item {
        padding: 16px;
    }

    .statistics-questions-offer .statistics-questions-offer__list {
        flex-direction: column;
        align-items: flex-start;
    }

    .massonry-grid {
        display: flex;
        flex-wrap: wrap;
        column-gap: 0;
        row-gap: 16px;
    }


    .massonry-grid_item {
        margin-bottom: 0;
    }

    .massonry-grid_item:first-child {
        width: 100%;
        order: 1;
    }


    .massonry-grid_item:nth-child(2) {
        width: calc(50% - 8px);
        order: 3;
        margin-left: 16px;
    }

    .massonry-grid_item:nth-child(3) {
        width: calc(50% - 8px);
        margin-top: 0;
        order: 2;
    }

    .massonry-grid_item:last-child {
        width: 100%;
        order: 4;
    }
}
/* End */
/* /local/templates/dvsproxyseller/css/affiliate.css?167810816910892 */
