@-webkit-keyframes fadeEffect {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeEffect {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

details, main {
    display: block
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio], legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

.trusted-list {
    width: 100%;
    padding: 60px 0;
    background-color: #fafafa;
    height: 260px
}

.trusted-list h4 {
    margin: 0 0 25px;
    color: #333;
    text-align: center;
    font-weight: 500;
    font-size: 20px
}

.trusted-list .slick-list {
    margin: 0 30px
}

.trusted-list, .trusted-list .slick-list, .trusted-list .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.trusted-list .slide {
    outline: 0;
    padding: 0 20px
}

.trusted-list .slide img {
    width: 100%;
    border: 0;
    outline: 0
}

@media (min-width: 1025px) {
    .trusted-list .slide img {
        width: 70%;
        margin: 0 auto
    }
}

.slick-arrow {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -10px;
    border: solid #43ba6d;
    border-width: 0 3px 3px 0;
    width: 18px;
    height: 18px;
    display: inline-block;
    padding: 3px;
    background-color: transparent;
    overflow: hidden;
    text-indent: -9999px
}

.slick-arrow.slick-next {
    left: auto;
    right: 20px;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.slick-arrow.slick-prev {
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg)
}

.features-section, .price-section {
    padding: 60px 0 40px;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    background: #43ba6d fixed url(../images/pattern.png) 50% 50%;
    color: #fff;
}

@media (min-width: 768px) {
    .features-section, .price-section {
        padding: 60px 0
    }
}

.price-section h2 {
    text-align: center;
    margin: 0 0 30px;
    font-weight: 500
}

@media (min-width: 768px) {
    .features-section h2, .price-section h2 {
        font-size: 32px;
        margin-bottom: 80px
    }
}

.features-section .benefits-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width: 480px) {
    .features-section .benefits-list {
        width: 165%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.features-section .wrap, .price-section .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 479px) {
    .features-section .wrap, .price-section .wrap {
        -webkit-transform: translate(0, 0) !important;
        -ms-transform: translate(0, 0) !important;
        transform: translate(0, 0) !important
    }
}

@media (min-width: 480px) {
    .features-section .wrap, .price-section .wrap {
        width: 560px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width: 768px) {
    .features-section .wrap, .price-section .wrap {
        width: 850px
    }
}

@media (min-width: 1025px) {
    .features-section .wrap, .price-section .wrap {
        width: 1000px
    }
}

.features-section .box {
    position: relative;
    padding: 35px 0 25px;
    text-align: center
}

.features-section .box .link-holder {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.features-section .box .img-hold {
    height: 40px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.features-section .box img {
    display: block;
    max-width: 100%;
    max-height: 40px;
}

@media (min-width: 480px) {
    .features-section .box .img-hold {
        height: 50px;
    }
    .features-section .box img {
        max-height: 50px
    }
}

@media (min-width: 768px) {
    .features-section .box .img-hold {
        height: 60px;
        margin-bottom: 36px
    }
    .features-section .box img {
        max-height: 60px;
    }
}

.features-section .box h4 {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: center
}

@media (min-width: 480px) and (max-width: 768px) {
    .features-section .box h4 {
        margin-bottom: 20px;
        font-size: 17px;
        text-align: left
    }
}

@media (min-width: 768px) {
    .features-section .box h4 {
        margin-bottom: 20px;
        font-size: 17px;
        text-align: left
    }
}

.features-section .box p {
    text-align: left;
}

@media (min-width: 768px) {
    .features-section .box p {
        margin-bottom: 15px;
    }
}

.features-section .box a {
    text-decoration: underline;
    color: #fff;
}

.features-section .box a:hover {
    text-decoration: none
}

.features-section h2 {
    text-align: center;
    margin: 0 0 30px;
    font-weight: 500
}

@media (min-width: 768px) {
    .features-section h2 {
        font-size: 32px;
        margin-bottom: 80px
    }
}
.features-section .features-list {
    padding: 0 5%;
    margin: 0 auto;
    max-width: 1400px;
}

@media (min-width: 960px) {
    .features-section .features-list {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .features-section .box {
        width: 30%;
        max-width: 400px;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }

    .features-section .box * {
        text-align: center !important;
    }
}

.tools-section {
    padding: 70px 0 20px;
    background-color: #fafafa
}

@media (min-width: 480px) {
    .tools-section {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

.article {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 45px 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: justify
}

.article img {
    max-width: 320px;
    width: 100%;
    display: block;
    margin: 0 auto 30px
}

.article .fade-slides .slick-list {
    max-width: 320px;
    margin: 0 auto
}

.article .fade-slides img {
    width: 99%;
    max-width: none
}

.article .fade-slides .slick-arrow {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    border: 0
}

@media (min-width: 480px) {
    .article {
        padding-right: 5%;
        padding-left: 5%;
        text-align: left
    }

    .article:last-child {
        padding-bottom: 0
    }

    .article:after {
        left: 5%;
        right: 5%
    }
}

@media (min-width: 768px) {
    .article {
        padding: 50px 5%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .article:after {
        display: none
    }

    .article:nth-child(2n+1) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .article .fade-slides, .article img {
        width: 47%;
        max-width: 100%;
        margin: 0
    }

    .article .fade-slides .slick-list {
        max-width: 100%;
        margin: 0
    }

    .article .fade-slides img {
        width: 99%;
        max-width: none
    }

    .article .fade-slides .slide {
        padding-right: 3px
    }

    .article .text {
        width: 47%
    }

    .article .text * {
        text-align: left
    }

    .article .text p {
        margin-bottom: 40px
    }

    .article .text .btn {
        margin-left: 0
    }
}

.article h3 {
    margin: 0 0 15px;
    font-size: 19px;
    font-weight: 500;
    color: #333
}

.article button {
    display: block;
    margin: 0 auto;
    background-color: transparent
}

.steps-section .article .num-title {
    margin-top: -18px;
    margin-bottom: 10px;
    font-size: 24px;
    position: relative;
    font-weight: 700
}

.steps-section .article .num-title em {
    text-shadow: #fff 0 0 5px, #fff 4px -3px 15px, #fff 5px -5px 15px, #fff 0 0 10px, #fff 0 0 15px, #fff 0 0 20px, #fff 0 0 30px, #fff 0 0 40px, #fff 0 0 50px, #fff 0 0 75px, #fff 0 0 85px, #fff 0 0 100px, #fff 10px -5px 110px, #fff 0 0 5px, #fff 4px -3px 15px, #fff 5px -5px 15px, #fff 0 0 10px, #fff 0 0 15px, #fff 0 0 20px, #fff 0 0 30px, #fff 0 0 40px, #fff 0 0 50px, #fff 5px 0 75px, #fff 5px 0 85px, #fff 0 0 100px, #fff 0 0 110px;
    position: relative;
    z-index: 1;
    font-style: normal
}

.steps-section .article .num-title span {
    margin-left: -30px;
    font-size: 2.367em;
    color: #d9d9d9
}

.steps-section .article img {
    width: 70%;
    margin-bottom: 25px
}

.article h3, .steps-section .article .text {
    text-align: center
}

@media (min-width: 480px) {
    .steps-section .article {
        margin: 0;
        padding: 20px 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .steps-section .article:nth-child(2n) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .steps-section .article:after {
        display: block;
        position: absolute;
        z-index: 2;
        content: "";
        left: 50%;
        top: 50%;
        margin-top: -4px;
        border: 2px solid #43ba6d;
        border-radius: 8px;
        background-color: #fff;
        height: 8px;
        width: 8px
    }

    .steps-section .article:before {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        top: 0;
        bottom: 0;
        margin-left: 3px;
        border-right: 2px solid #fafafa
    }

    .steps-section .article:first-child:before {
        top: 50%
    }

    .steps-section .article:last-child:before {
        bottom: 50%
    }

    .steps-section .article img {
        width: 46%;
        margin: 0
    }

    .steps-section .article .text {
        width: 46%;
        text-align: left
    }

    .steps-section .article p {
        margin-bottom: 0
    }
}

@media (min-width: 768px) {
    .steps-section .article {
        padding: 30px 5%
    }
}

@media (min-width: 1025px) {
    .steps-section .article {
        padding: 30px 10%
    }
}

@media (min-width: 1460px) {
    .steps-section .article {
        padding: 40px 10%
    }
}

.tabs-section {
    padding: 40px 5%
}

@media (min-width: 480px) {
    .tabs-section {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media (min-width: 768px) {
    .tabs-section {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .tabs-section .h2 {
        margin-bottom: 60px
    }
}

.tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 20px;
    overflow: hidden
}

@media (min-width: 480px) {
    .tab {
        margin-bottom: 30px
    }
}

@media (min-width: 1025px) {
    .tab {
        margin-bottom: 40px
    }
}

.tab button {
    white-space: pre-wrap;
    margin: 0 0 0 -2px;
    border-radius: 0;
    font-size: 16px;
    padding: 6px 10px
}

@media only screen and (max-width: 380px) {
    .tab button {
        padding: 6px;
        font-size: 14px
    }
}

.tab button:first-child {
    border-radius: 10px 0 0 10px;
    margin-left: 0
}

.tab button:last-child {
    border-radius: 0 10px 10px 0
}

@media only screen and (max-width: 767px) {
    .tab button {
        padding: 12px 24px;
        font-size: 18px
    }
}

@media only screen and (max-width: 560px) {
    .tab button {
        padding: 8px 12px;
        font-size: 16px
    }
}

@media (min-width: 768px) {
    .tab button {
        padding: 17px 40px;
        font-size: 20px
    }
}

#footer, .tab button.active {
    color: #fff;
    background-color: #43ba6d
}

.tabcontent {
    display: none;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s
}

.comments-section {
    padding: 20px 0;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    background-color: #fafafa
}

@media (min-width: 480px) {
    .comments-section {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

.comments-wrap {
    max-width: 860px;
    padding: 0 10px;
    margin: 0 auto
}

.comments-wrap .comment {
    position: relative;
    padding: 30px 0 30px 40px;
    margin-bottom: 50px;
    min-height: 60px;
    font-size: 14px;
    line-height: 1.3;
    color: #333
}

@media (min-width: 480px) {
    .comments-wrap .comment {
        font-size: 16px
    }
}

.comments-wrap .comment img {
    display: block;
    border-radius: 6px;
    width: 40px;
    height: 40px
}

@media (min-width: 480px) {
    .comments-wrap .comment img {
        width: 60px;
        height: 60px
    }
}

.comments-wrap .comment:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    opacity: 0.1;
    width: 52px;
    height: 42px;
    background: url(../images/svg/quote.svg) no-repeat;
    background-size: 100% auto;
}

.comments-wrap .comment-text {
    font-size: 18px
}

@media (min-width: 480px) {
    .comments-wrap .comment-text {
        font-size: 24px;
        padding-bottom: 10px
    }
}

.comments-wrap .comment .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.comments-wrap .comment .name {
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.comments-wrap .comment .link {
    color: #999
}

.try-section {
    padding: 60px 5%;
    background: #43ba6d fixed url(../images/pattern.png) 50% 50%;
    text-align: center;
    color: #fff;
    background-size: 50%;
}

@media (min-width: 480px) and (max-width: 768px) {
    .try-section {
        font-size: 1.143em
    }
}

@media (min-width: 1025px) {
    .try-section {
        min-height: 100vh;
        box-sizing: border-box;
        display: flex;
        align-items: center;
    }
}

.try-section h2 {
    margin: 0 0 10px;
    font-size: 1.657em;
    color: #fff;
    font-weight: 500
}

@media (min-width: 1025px) {
    .try-section h2 {
        font-size: 3.2em
    }
}

@media (min-width: 1460px) {
    .try-section h2 {
        font-size: 4.5em
    }
}

.try-section p {
    margin: 0 0 25px
}

@media (min-width: 1025px) {
    .try-section p {
        font-size: 1.429em
    }
}

@media (min-width: 1460px) {
    .try-section p {
        font-size: 1.714em
    }
}

#footer {
    padding: 40px 0 20px;
    background-color: #333
}

#footer .alignApart {
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start
}

@media only screen and (min-width: 320px) and (max-width: 460px) {
    #footer .alignApart {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media only screen and (min-width: 461px) and (max-width: 767px) {
    #footer .alignApart {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media only screen and (min-width: 320px) and (max-width: 600px) {
    #footer .alignApart + .alignApart {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media only screen and (min-width: 601px) {
    #footer .alignApart + .alignApart {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

#footer .logo {
    width: 160px;
    height: 42px;
    background-image: url(../images/svg/logo-light.svg);
    margin: 0 0 20px
}

@media only screen and (min-width: 460px) {
    #footer .logo {
        margin-bottom: -43px
    }
}

@media (min-width: 768px) {
    #footer .logo {
        margin-bottom: 40px
    }
}

@media (min-width: 1025px) {
    #footer .logo {
        width: 236px;
        height: 60px
    }
}

#footer .holder {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media (min-width: 768px) {
    #footer .holder {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: 70%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start
    }
}

@media (min-width: 1025px) {
    #footer .holder {
        max-width: 70%
    }
}

#footer .holder nav {
    padding-bottom: 30px;
    width: 100%;
    line-height: 1.3
}

#footer .holder nav ul {
    margin: 0;
    padding: 10px 0;
    list-style: none
}

#footer .holder nav ul li {
    padding: 4px 0
}

@media only screen and (min-width: 600px) {
    #footer .holder nav {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-right: 30px
    }
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
    #footer .holder nav {
        display: flex;
        flex-direction: column;
        justify-content: start;
        padding-right: 0
    }
}

#footer .holder nav a {
    color: #fff;
    text-decoration: none
}

#footer .holder nav a:hover {
    text-decoration: underline
}

@media (min-width: 1025px) {
    #footer .holder nav a {
        font-size: 16px
    }
}

#footer .holder .login, #footer .secure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#footer .holder .login {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 30px
}

@media only screen and (min-width: 460px) {
    #footer .holder .login {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media (min-width: 768px) {
    #footer .holder .login {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

#footer .holder .login .btn {
    min-width: 90px
}

@media (min-width: 768px) {
    #footer .holder .login .btn {
        min-width: 120px
    }
}

#footer .secure {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding-top: 20px
}

@media (min-width: 768px) {
    #footer .secure {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-top: 0
    }
}

@media only screen and (min-width: 601px) {
    #footer .secure {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        text-align: right
    }
}

#footer .secure h5 {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 15px;
    color: #ccc
}

@media (min-width: 1025px) {
    #footer .secure h5 {
        font-size: 16px
    }
}

#footer .secure .logotypes, #footer .secure .logotypes li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#footer .secure .logotypes {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0 0 25px
}

@media (min-width: 480px) {
    #footer .secure .logotypes {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

@media (min-width: 768px) {
    #footer .secure .logotypes {
        padding-top: 80px;
        padding-bottom: 5px
    }
}

#footer .secure .logotypes li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 10px 15px;
    padding: 5px;
    width: 39%;
    border-radius: 10px;
    background-color: #666;
    list-style: none;
    max-width: 130px
}

@media (min-width: 480px) {
    #footer .secure .logotypes li {
        width: 25%
    }
}

@media (min-width: 768px) {
    #footer .secure .logotypes li {
        margin-right: 0;
        margin-left: 20px
    }
}

#footer .secure .logotypes img {
    display: inline-block;
    width: 80%;
    vertical-align: top
}

#footer .copyright {
    white-space: nowrap;
    color: #ccc;
    font-size: 12px
}

@media (min-width: 1025px) {
    #footer .copyright {
        font-size: 16px
    }
}

@media (min-width: 768px) {
    .logo {
        width: 236px;
        height: 60px
    }

    .alignCenter {
        margin: 0 auto;
        max-width: 1400px
    }
}

.popup-box {
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 3px;
    position: relative;
    z-index: 10;
    display: none
}

.popup-box * {
    margin: auto;
    max-width: 100%;
    max-height: 95%
}

.popup-box .close {
    overflow: hidden;
    text-indent: -9999px;
    border: 0;
    background-color: transparent;
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(../images/svg/ico-close.svg);
    background-size: 100%;
    opacity: .5;
    z-index: 100;
    cursor: pointer
}

.videoWrapper {
    width: 1024px;
    position: relative;
    padding-bottom: 59.2%;
    height: 0
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.price-blocks {
    max-width: 1060px;
    padding: 0 20px;
    text-align: center;
    margin: 0 auto 30px
}

.price-blocks .block {
    box-sizing: border-box;
    padding: 0 15px 32px;
    font-size: 16px;
    text-align: left
}

.price-blocks .block.last {
    padding-top: 30px;
}

.price-blocks .block h4 {
    font-size: 16px;
    margin: 0;
}
.price-blocks .block h5 {
    font-size: 16px;
    margin: 0;
    font-weight: 400;
    opacity: .7;
}

.price-blocks .block a {
    text-decoration: underline;
    color: #fff;
}

.price-blocks .block a:hover {
    text-decoration: none;
}

.price-list {
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;

}

.price-list .item {
    background-color: rgba(255, 255, 255, .8);
    color: #43ba6d;
    border-radius: 20px;
    padding: 15px 0 0;
    box-sizing: border-box;
    position: relative;
    width: 280px;
    margin: 0 auto 30px
}

.price-list .pop-item {
    background-color: rgba(255, 255, 255, .86);
}

.price-list .item .btn-hold {
    background-color: rgba(255, 255, 255, .94);
    border-radius: 0 0 20px 20px;
    padding: 20px 10px 15px;
    min-height: 117px;
    margin-top: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.price-list .item .btn-hold span {
    display: block;
    font-size: 12px;
    line-height: 1.3;
    padding-bottom: 5px
}

.price-list .item em {
    display: block;
    font-style: normal;
    font-size: 14px
}

.price-list .item strong {
    display: block;
    font-size: 28px;
    font-weight: 400
}

.price-list .item strong sup {
    font-weight: 400;
    font-size: 11px;
    line-height: 1
}

@media (min-width: 760px) {
    .price-list {
        display: none;
    }

    .price-section .columns {
        padding: 0 112px;
        box-sizing: content-box;
    }
}

@media (min-width: 1100px) {
    .price-section .columns {
        max-width: 1240px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }

    .price-slide {
        width: 62%;
    }

    .price-blocks {
        padding: 20px  0 0;
        margin: 0;
        width: 31%;
    }
}

.scale-point {
    margin: 0;
    padding: 0 10px;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.scale-point li {
    padding-bottom: 8px;
    position: relative;
    z-index: 5;
    text-align: center;
}

.scale-point li:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    background-color: #43ba6d;
    width: 1px;
    height: 10px;
}

.scale-point li:first-child {
    text-align: left;
}

.scale-point li:last-child {
    text-align: right;
}

.scale-point li:last-child:before, .scale-point li:first-child:before {
    display: none;
}

.range-holder {
    margin: 0;
    padding: 0 0 390px 0;
    position: relative;

}

.range-holder  .pin {
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -40px;
    padding: 4px 0;
    background-color: #fff;
    color: #43ba6d;
    width: 40px;
    border-radius: 3px;
    text-align: center;
}

.range-holder  .pin.second {
    left: 90%;
}

.range-holder  .pin:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 5px 6px 0;
    border-color: #FFFFFF transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -5px;
    left: 50%;
    margin-left: -6px;
}

.dragdealer {
    position: relative;
    height: 20px;
    background-color: rgba(255, 255, 255, .3);
    border-radius: 20px;
}

.dragdealer .handle {
    position: absolute;
    top: -10px;
    left: 0;
    width: 40px;
    height: 40px;
    z-index: 6;
}

.stripe {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    border-radius: 20px;
}

.square {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: #fff;
    border: 2px solid #43ba6d;
    border-radius: 50%;
}

.infobox {
    position: absolute;
    top: 100%;
    left: 0;
    margin-left: -119px;
    margin-top: 26px;
    width: 280px;
    min-height: 190px;
    background: #FFF;
    padding: 24px 40px;
    border-radius: 11px;
    box-sizing: border-box;
    text-align: center;
    color: #D9D9D9;
    font-size: 16px;
}

.infobox:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 7px 8px;
    border-color: #FFFFFF transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -8px;
    left: 50%;
    margin-left: -4px;
}

.innerbox .btn {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 18px;
}

.titlebar {
    font-weight: 400;
    padding-bottom: 29px;
}

.titlebar strong {
    font-weight: 500;
}

.device-holder {
    display: block;
    padding-bottom: 11px;
    text-align: center;

}
.device-holder strong {
    font-size: 24px;
    color: #999;
}

.plan-holder {
    display: block;
    color: #333;
    font-size: 32px;
    line-height: 40px;
}

.info-price {
    color: #43ba6d;
    font-size: 24px;
    line-height: 1.8;
}

.innerbox span strong {
    display: block;
    color: #999;
}

.label-min {
    position: absolute;
    top: 7px;
    right: -21px;
    transform: rotate(23deg);
}

.label-min span{
    color: #fff;
    background-color: #333;
    border-radius: 10px;
    padding: 6px 8px;
    font-weight: 500;
}

.price-v2 {
    padding: 60px 0;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    background: #43ba6d fixed url(../images/pattern.png) 50% 50%;
    color: #fff;
    text-align: center;
}

.price-v2 .wrap {
    margin: 0 auto;
    max-width: 860px;
}

.price-v2 h3 {
    margin: 0 0 30px;
    text-align: center;
    font-size: 18px;
}

.price-v2 h2 {
    text-align: center;
    margin: 0 0 40px;
}

@media (min-width: 768px) {
    .price-v2 h2 {
        font-size: 42px;
    }
}


.b-faq {
    margin: 0 0 5px;
}
.b-faq .faq__title {
    position: relative;
    display: block;
    padding: 15px 60px 13px 13px;
    margin-bottom: 2px;
    color: #333;
    font-size: 18px;
    text-decoration: none;
    background-color: #eaeaea;
    border-radius: 3px;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.b-faq .faq__title:hover {
    background-color: #e5e4e4;
    transition: all 0.5s ease-out;
}
.b-faq .faq__active {
    background-color: #e5e4e4;
}
.b-faq .faq__title .faq__spoiler {
    position: absolute;
    top: 13px; right: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    line-height: 30px;
    font-size: 20px;
    font-weight: 700;
    margin-right: 5px;
    background-color: #43ba6d;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.b-faq .faq__rotate {
    transform: rotate(225deg);
}
.b-faq .faq__content {
    padding: 30px 30px 10px;
    margin-bottom: 2px;
    font-size: 14px;
    display: none;
    background-color: #f3f3f3;
}
.b-faq .faq__symbol {
    font-weight: 700;
}
/*-------------------------------------*/
.inline-list {
    margin: 0;
    padding: 0 0 30px;
    list-style: none;
}

.inline-list li {
    padding-bottom: 15px;
}

@media (min-width: 960px) {
    .inline-list li {
        display: inline-block;
        padding: 0 10px;
        position: relative;
    }

    .inline-list li:before {
        content: '';
        width: 6px;
        height: 6px;
        position: absolute;
        top: 50%;
        left: 0;
        margin: -3px 0 0 -3px;
        background-color: #fff;
        border-radius: 100%;
    }

    .inline-list li:first-child:before {
        display: none;
    }
}

.text-section {
    width: 100%;
    padding: 60px 0;
    background-color: #fafafa;
    font-size: 18px;
}

.text-section .alignCenter {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 10px;
}
.text-section strong {
    color: #797979;
    font-weight: normal;
}

.btn-centred {
    text-align: center;
    padding: 20px 0 0;
}

.top-aticle.partners {
    background-image: none;
}

.top-aticle.partners h3 {
    margin: 0;
}
.top-aticle.partners p {
    margin: 0;
}

.top-aticle.partners .holder {
    width: 100%;
}

.become-section {
    background-color: #fff;
}

.become-section .wrap {
    margin: 0 auto;
    max-width: 1400px;
    padding: 50px 5%;
    box-sizing: border-box;
}

.list {
    margin: 0;
    padding: 20px 0 20px;
    list-style: none;
    color: #333333;
}

.list li {
    position: relative;
    padding-left: 20px;
}

.list li:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #43ba6d fixed url(../images/pattern.png) 50% 50%;
    position: absolute;
    top: 11px;
    left: 0;
    opacity: .9;
}

.accent-text {
    margin: 0;
    padding: 15px 20px;
    text-align: center;
    color: #fff;
    background: #43ba6d fixed url(../images/pattern.png) 50% 50%;
}

.numbered-list {
    font-size: 18px;
    line-height: 1.6;
    padding-bottom: 10px;
}