@import url(/Content/fonts/orgpage-fonts/orgpage-stylesheet.css);

html {
    height: 100%;
}

body {
    margin: 0;
    color: #33404f;
    font: 15px/21px 'PT Sans', sans-serif;
    background: #fff;
    min-width: 320px;
    height: 100%;
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    border-style: none;
}

a {
    color: #7e3bc2;
    text-decoration: none;
    outline: none;
}

    a:hover,
    a:active,
    a:focus {
        color: #c90095;
        text-decoration: none;
    }

* {
    outline: none !important;
}

input, textarea, select, button {
    font: 100% 'PT Sans', sans-serif;
    vertical-align: middle;
}

form, fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

header,
nav,
section,
article,
aside,
footer,
figure,
menu,
dialog {
    display: block;
}

/* @mixin mobile-lg {
	@media only screen and (max-width: 767px) {
		@content;
	}
} */
body {
    min-width: 320px;
}

#wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    max-width: 1292px;
    width: auto;
}

.logo {
    margin: 0 auto 50px;
    width: 194px;
    height: 48px;
    overflow: hidden;
    display: block;
    background: url(/Content/img/landing/logos.svg) no-repeat;
    text-indent: -9999px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 992px) {
    .logo {
        width: 146px;
        height: 37px;
        -webkit-background-size: contain;
        background-size: contain;
        margin: 0 0 0 -10px;
    }
}

.nav-opener {
    position: absolute;
    top: 11px;
    right: 11px;
    display: none;
    border: 1px solid #8b3ad9;
    border-radius: 5px;
    width: 38px;
    height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 992px) {
    .nav-opener {
        display: block;
        z-index: 2;
    }
}

.nav-opener span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 3px;
    background: #fff;
    margin: -1px 0 0 -11px;
}

    .nav-opener span:before, .nav-opener span:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: -6px;
        background: #fff;
    }

    .nav-opener span:after {
        top: 6px;
    }

.logo a {
    height: 100%;
    display: block;
}

.main-section {
    position: relative;
    padding: 40px 0;
    background: url(/Content/img/landing/promo-bg.png) no-repeat 50% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    height: 870px;
    color: #fff;
    margin: 0 0 -86px;
}

@media only screen and (max-width: 992px) {
    .main-section {
        padding: 10px 0;
        height: 700px;
        margin: 0;
    }
}

@media only screen and (max-width: 767px) {
    .main-section {
        height: auto;
        padding-bottom: 65px;
    }
}

.main-section__title {
    text-align: center;
    color: #fff;
    font-size: 34px;
    line-height: normal;
    margin: 0 auto 13px;
    max-width: 680px;
    letter-spacing: -.02em;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 992px) {
    .main-section__title {
        font-size: 19px;
        line-height: 22px;
        padding: 40px 0 0;
    }
}

.main-section__information {
    height: 490px;
    position: relative;
    font-size: 17px;
    line-height: normal;
    letter-spacing: -.02em;
}

@media only screen and (max-width: 767px) {
    .main-section__information {
        margin: 31px 0 -57px;
        height: 290px;
    }
}

.main-section__information:before {
    content: '';
    position: absolute;
    background: url(/Content/img/landing/promo-bg2.png) no-repeat;
    width: 1280px;
    height: 797px;
    top: 50%;
    left: 50%;
    margin: -435px 0 0 -560px;
}

@media only screen and (max-width: 992px) {
    .main-section__information:before {
        -webkit-background-size: contain;
        background-size: contain;
        width: 1000px;
        height: 630px;
        margin: -315px 0 0 -500px;
    }
}

@media only screen and (max-width: 767px) {
    .main-section__information:before {
        background: url(/Content/img/landing/promo-bg3.png) no-repeat;
        top: -50px;
        left: -20px;
        right: -20px;
        width: auto;
        height: auto;
        bottom: 0;
        margin: 0;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
    }
}

.main-section__block {
    position: absolute;
    width: 200px;
}

@media only screen and (max-width: 767px) {
    .main-section__block {
        width: 106px;
        font-size: 14px;
        line-height: 14px;
    }
}

.main-section__subtitle {
    font-size: 40px;
    line-height: 42px;
    margin: 0 0 17px;
}

@media only screen and (max-width: 767px) {
    .main-section__subtitle {
        font-size: 23px;
        line-height: 25px;
        margin-bottom: 7px;
    }
}

.main-section__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .main-section__list li {
        margin: 0 0 18px;
        position: relative;
        /* &:before {
  	content: '';
  	position: absolute;
  	left: -27px;
  	top: 4px;
  	@include mobile {
  		left: -14px;
  	}
  } */
    }

        .main-section__list li .fa {
            position: absolute;
            left: -27px;
            top: 1px;
        }

@media only screen and (max-width: 767px) {
    .main-section__list li {
        margin-bottom: 11px;
    }
}

.main-section__before {
    top: 74px;
    right: 50%;
    margin-right: 177px;
    /* .main-section__list li:before {
  	background: url(/Content/img/landing/sep01.png) no-repeat;
  	width: 12px;
  	height: 12px;
  	@include mobile {
  		-webkit-background-size: contain;
  		background-size: contain;
  		width: 6px;
  		height: 6px;
  	}
  } */
}

@media only screen and (max-width: 992px) {
    .main-section__before {
        margin-right: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .main-section__before {
        margin-right: 20px;
        top: 0;
    }
}

.main-section__after {
    top: 144px;
    left: 50%;
    margin-left: 196px;
    /* .main-section__list li:before {
  	background: url(/Content/img/landing/sep02.png) no-repeat;
  	width: 16px;
  	height: 12px;
  	@include mobile {
  		-webkit-background-size: contain;
  		background-size: contain;
  		width: 8px;
  		height: 6px;
  	}
  } */
}

@media only screen and (max-width: 992px) {
    .main-section__after {
        margin-left: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .main-section__after {
        margin-left: 46px;
        top: 80px;
    }
}

@media only screen and (max-width: 992px) {
    #sticky-wrapper {
        height: 0px !important;
    }
}

.nav-closer {
    position: absolute;
    top: 7px;
    right: 14px;
    display: none;
    width: 30px;
    height: 30px;
    z-index: 22;
}

    .nav-closer:before {
        content: '';
        position: absolute;
        background: url(/Content/img/landing/landing-deco16.png) no-repeat;
        width: 16px;
        height: 16px;
        -webkit-background-size: contain;
        background-size: contain;
        top: 50%;
        left: 50%;
        margin: -8px 0 0 -8px;
    }

@media only screen and (max-width: 992px) {
    .nav-closer {
        display: block;
    }
}

.nav {
    height: 56px;
    z-index: 22 !important;
}

@media only screen and (max-width: 992px) {
    .nav {
        display: none;
        position: absolute;
        top: 58px;
        left: 0;
        right: 0;
        background: #fff;
        padding: 10px 25px;
        height: auto;
        -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.4);
        box-shadow: 0 15px 20px rgba(0, 0, 0, 0.4);
    }
}

@media only screen and (max-width: 992px) {
    .nav-active .nav {
        display: block;
    }
}

#nav {
    margin: 0 auto;
    padding: 0;
    max-width: 998px;
    list-style: none;
    -js-display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border: 1px solid #8b3ad9;
    border-radius: 5px;
    font-size: 18px;
    line-height: 20px;
    position: relative;
    z-index: 4;
}

@media only screen and (max-width: 992px) {
    #nav {
        display: block;
        border: none;
        text-align: left;
        font-size: 14px;
        line-height: 18px;
    }
}

#nav li {
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

@media only screen and (max-width: 992px) {
    #nav li {
        margin: 0;
        padding: 6px 0;
    }
}

@media only screen and (max-width: 992px) {
    #nav li:first-child a {
        border-radius: 0;
    }
}

@media only screen and (max-width: 992px) {
    #nav li:last-child a {
        border-radius: 0;
    }
}

#nav a {
    display: block;
    color: #fff;
    padding: 17px 20px;
    text-align: center;
    position: relative;
    background: #562889;
}

@media only screen and (max-width: 992px) {
    #nav a {
        color: #7e35c4;
        background: none;
        text-align: left;
        display: inline;
        padding: 0;
    }
}

#nav a:hover {
    background: #913de3;
}

@media only screen and (max-width: 992px) {
    #nav a:hover {
        background: none;
    }
}

.is-sticky #nav .active a {
    color: #ffcd00;
}

    .is-sticky #nav .active a:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        border-top: 4px solid #ffcd00;
    }

@media only screen and (max-width: 992px) {
    .is-sticky #nav .active a:before {
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    .is-sticky #nav .active a {
        color: #7e35c4;
    }
}

.is-sticky .nav {
    background: #562889;
}

@media only screen and (max-width: 992px) {
    .is-sticky .nav {
        background: #fff;
        position: absolute !important;
    }
}

.is-sticky #nav {
    border-color: transparent;
}

    .is-sticky #nav:before {
        content: '';
        position: absolute;
        top: 50%;
        left: -60px;
        width: 40px;
        margin-top: -20px;
        height: 40px;
        background: url(/Content/img/landing/logo.svg) no-repeat;
    }

@media only screen and (max-width: 992px) {
    .is-sticky #nav:before {
        display: none;
    }
}

.how-work-title {
    text-align: center;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -.02em;
    margin: 0 0 73px;
}

@media only screen and (max-width: 767px) {
    .how-work-title {
        font-size: 21px;
        line-height: 24px;
        margin: 0 0 24px;
    }
}

.how-work {
    padding: 120px 0 130px;
    position: relative;
    letter-spacing: -.02em;
}

@media only screen and (max-width: 992px) {
    .how-work {
        padding-top: 0;
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .how-work {
        padding-bottom: 0;
    }
}

.how-work .container {
    max-width: 1220px;
}

.how-work__main {
    -js-display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.how-work__wrap {
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 30px 0 0;
}

@media only screen and (max-width: 992px) {
    .how-work__wrap {
        padding-right: 0;
    }
}

.how-work__aside {
    -webkit-box-flex: 0 0 291px;
    -moz-box-flex: 0 0 291px;
    -webkit-flex: 0 0 291px;
    -ms-flex: 0 0 291px;
    flex: 0 0 291px;
}

@media only screen and (max-width: 992px) {
    .how-work__aside {
        display: none;
    }
}

.how-work__nav {
    margin: 0;
    padding: 3px 0 0;
    list-style: none;
    font-size: 20px;
    line-height: 27px;
}

    .how-work__nav li {
        margin: 0 0 13px;
    }

        .how-work__nav li.active > a {
            color: #000;
        }

            .how-work__nav li.active > a:before {
                border-color: #ffcd00;
            }

        .how-work__nav li.active ul {
            display: block;
        }

    .how-work__nav a {
        display: block;
        position: relative;
        padding: 0 0 0 22px;
    }

        .how-work__nav a:before {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            border-left: 3px solid transparent;
        }

        .how-work__nav a:hover {
            color: #000;
        }

            .how-work__nav a:hover:before {
                border-color: #dbdbdb;
            }

    .how-work__nav ul {
        margin: 14px 0 0 18px;
        padding: 0;
        list-style: none;
        font-size: 14px;
        display: none;
    }

        .how-work__nav ul a {
            padding-left: 18px;
        }

.how-work__info-item {
    margin: 0 0 24px;
    padding: 0 0 0 51px;
    position: relative;
    font-size: 18px;
    line-height: 21px;
}

@media only screen and (max-width: 767px) {
    .how-work__info-item {
        padding-left: 2px;
        font-size: 16px;
        line-height: 22px;
    }
}

.how-work__info-item:before {
    content: '';
    position: absolute;
    top: 55px;
    left: 12px;
    bottom: 0;
    border-left: 1px solid #e5e5e5;
}

@media only screen and (max-width: 767px) {
    .how-work__info-item:before {
        left: -10px;
        top: 45px;
        bottom: 7px;
    }
}

.how-work__info-item:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 5.5px 0 5.5px;
    border-color: #bfbfbf transparent transparent transparent;
    margin-top: -9px;
}

@media only screen and (max-width: 767px) {
    .how-work__info-item:after {
        left: -12px;
        border-width: 4.5px 2.5px 0 2.5px;
    }
}

.how-work__info-item:last-child .how-work__subitem:after, .how-work__info-item:last-child:after, .how-work__info-item:last-child:before {
    display: none;
}

@media only screen and (max-width: 767px) {
    .how-work__info-item:last-child .how-work__subitem:after, .how-work__info-item:last-child:after, .how-work__info-item:last-child:before {
        display: block;
    }
}

.how-work__info-item:last-child .how-work__subitem:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin: -8px 0 0 2px;
}

@media only screen and (max-width: 767px) {
    .how-work__info-item:last-child:after {
        display: none;
    }
}

.how-work__info-item:last-child .how-work__info-title .title {
    padding-bottom: 4px;
    border-bottom: 1px dotted #7f7f7f;
    margin-bottom: 31px;
}

@media only screen and (max-width: 767px) {
    .how-work__info-item:last-child .how-work__info-title .title {
        border: none;
        padding-bottom: 0;
        margin-bottom: 25px;
    }
}

.how-work__info-title {
    margin: 0 0 18px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .how-work__info-title {
        margin-bottom: 25px;
    }
}

.how-work__info-title .num {
    position: absolute;
    top: 0;
    left: -55px;
    font-size: 20px;
    line-height: 28px;
    color: #ffc600;
    width: 33px;
    height: 33px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border: 2px solid #ffc600;
    border-radius: 50%;
}

@media only screen and (max-width: 767px) {
    .how-work__info-title .num {
        border: none;
        font-size: 18px;
        line-height: 23px;
        width: 20px;
        height: 20px;
        left: -21px;
        top: -3px;
    }
}

.how-work__info-title .title {
    font-size: 25px;
    line-height: 30px;
}

@media only screen and (max-width: 767px) {
    .how-work__info-title .title {
        font-size: 14px;
        line-height: 17px;
    }
}

.how-work__info-title .icon {
    position: absolute;
    top: -8px;
    left: -55px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .how-work__info-title .icon {
        width: 22px;
        left: -22px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 5px;
        top: 0;
    }

        .how-work__info-title .icon img {
            max-width: 100%;
            height: auto;
            margin-bottom: 8px;
        }
}

.how-work__subitem {
    position: relative;
}

    .how-work__subitem:after {
        content: '';
        position: absolute;
        top: 12px;
        left: -44px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 9px 5.5px 0 5.5px;
        border-color: #bfbfbf transparent transparent transparent;
        margin-top: -9px;
    }

@media only screen and (max-width: 767px) {
    .how-work__subitem:after {
        left: -14px;
        border-width: 4.5px 2.5px 0 2.5px;
    }
}

.how-work__subitem .text {
    margin: 0 0 33px;
}

@media only screen and (max-width: 767px) {
    .how-work__subitem .text {
        margin-bottom: 15px;
    }
}

/*.how-work__subitem .visual {
    margin: 0 -18px 10px;
}*/

/*@media only screen and (max-width: 767px) {
    .how-work__subitem .visual {
        margin: 0 -5px 10px;
    }
}*/

.how-work__subitem .visual img {
    max-width: 100%;
    height: auto;
}

.why-we {
    position: relative;
    background: url(/Content/img/landing/landing-bg2.jpg) no-repeat 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 126px 0 85px;
    color: #fff;
    letter-spacing: -.02em;
}

@media only screen and (max-width: 1280px) {
    .why-we {
        margin-left: -20px;
        margin-right: -20px;
    }
}

@media only screen and (max-width: 992px) {
    .why-we {
        padding: 50px 0 45px;
    }
}

@media only screen and (max-width: 767px) {
    .why-we {
        padding-top: 45px;
    }
}

.why-we:before {
    content: '';
    position: absolute;
    background: url(/Content/img/landing/landing-deco2.png);
    height: 4px;
    top: 0;
    left: 0;
    right: 0;
}

.why-we__head {
    text-align: center;
    font-size: 36px;
    line-height: 40px;
    margin: 0 0 79px;
}

@media only screen and (max-width: 992px) {
    .why-we__head {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .why-we__head {
        font-size: 21px;
        line-height: 24px;
        margin: 0 0 26px;
    }
}

.why-we__slider {
    position: relative;
}

@media only screen and (max-width: 992px) {
    .why-we__slider {
        padding: 0 30px;
    }
}

.why-we__slider .slick-arrow {
    top: 45px;
}

    .why-we__slider .slick-arrow:before {
        border-color: rgba(255, 255, 255, 0.5);
    }

@media only screen and (max-width: 767px) {
    .why-we__slider .slick-arrow {
        top: 32px;
    }
}

.why-we__slider .slick-dots {
    margin-top: 20px;
}

    .why-we__slider .slick-dots button {
        border-color: #fff;
    }

    .why-we__slider .slick-dots .slick-active button {
        background: #fff;
    }

.why-we__list {
    margin: 0 -50px;
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 16px;
    line-height: 19px;
}

@media only screen and (max-width: 992px) {
    .why-we__list {
        margin: 0;
    }
}

.why-we__list > li {
    display: inline-block;
    vertical-align: top;
    width: 330px;
    margin: 0 42px 73px;
}

@media only screen and (max-width: 1280px) {
    .why-we__list > li {
        width: 280px;
        margin-left: 20px;
        margin-right: 20px;
    }
}

.why-we__list > li:hover .why-we__visual:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.why-we__visual {
    margin: 0 0 25px;
    height: 90px;
    -js-display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .why-we__visual {
        width: 63px;
        height: 63px;
        margin-left: auto;
        margin-right: auto;
    }
}

.why-we__visual:before {
    content: '';
    position: absolute;
    background: url(/Content/img/landing/landing-deco3.png) no-repeat;
    width: 223px;
    height: 223px;
    top: 50%;
    left: 50%;
    margin: -112px 0 0 -111px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.why-we__visual img {
    margin: auto;
    vertical-align: top;
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 767px) {
    .why-we__visual img {
        max-width: 100%;
        height: auto;
    }
}

.why-we__title {
    color: #ffd700;
    font-size: 22px;
    line-height: 25px;
    margin: 0 0 22px;
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 767px) {
    .why-we__title {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 10px;
    }
}

.why-we__text {
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 767px) {
    .why-we__text {
        font-size: 16px;
        line-height: 22px;
    }
}

.tarif-section {
    padding: 94px 0;
    letter-spacing: -.02em;
}

.tarif-section__title {
    text-align: center;
    color: #324050;
    font-size: 36px;
    line-height: 40px;
    margin: 0 0 22px;
}

@media only screen and (max-width: 767px) {
    .tarif-section__title {
        font-size: 21px;
        line-height: 24px;
        margin: 0 0 15px;
    }
}

@media only screen and (max-width: 992px) {
    .tarif-section {
        padding: 40px 0;
    }
}

.tarif-list {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    max-width: 1160px;
}

@media only screen and (max-width: 992px) {
    .tarif-list {
        letter-spacing: -.02em;
        font-size: 15px;
        line-height: 18px;
    }
}

.tarif-list > li {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -.02em;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    padding: 0 3px;
}

.tarif-slider {
    position: relative;
    z-index: 3;
}

    .tarif-slider .slick-arrow:before {
        border-color: #7c36c1;
    }

@media only screen and (max-width: 992px) {
    .tarif-slider {
        padding-top: 40px;
    }

        .tarif-slider .slick-dots {
            position: absolute;
            top: -40px;
            left: 0;
            right: 0;
        }
}

@media only screen and (max-width: 767px) {
    .tarif-slider .slick-next {
        right: -15px;
    }

    .tarif-slider .slick-prev {
        left: -15px;
    }
}

.tarif-slider .slick-dots button {
    border-color: #8a4ec8;
}

.tarif-slider .slick-dots .slick-active button {
    background-color: #8a4ec8;
}

.tarif-item {
    border-radius: 5px;
    border: 1px solid transparent;
    padding: 20px 16px;
    position: relative;
}

@media only screen and (max-width: 1280px) {
    .tarif-item {
        padding-left: 10px;
        padding-right: 10;
    }
}

@media only screen and (max-width: 992px) {
    .tarif-item {
        -webkit-box-shadow: 0 10px 21px rgba(0, 0, 0, 0.05);
        box-shadow: 0 10px 21px rgba(0, 0, 0, 0.05);
        border: 1px solid #d7d7d7;
        max-width: 225px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
}

.tarif-item:hover {
    border-color: #d7d7d7;
    -webkit-box-shadow: 0 10px 21px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 21px rgba(0, 0, 0, 0.05);
}

.tarif-item__header {
    min-height: 180px;
    margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
    .tarif-item__header {
        min-height: 60px;
        margin-bottom: 12px;
    }
}

.tarif-item__name {
    text-align: center;
    font-size: 23px;
    line-height: 26px;
    color: #8a4ec8;
    padding: 37px 0;
    margin: 0 0 13px;
}

@media only screen and (max-width: 767px) {
    .tarif-item__name {
        font-size: 17px;
        line-height: 20px;
        padding: 4px 0;
        margin-bottom: 19px;
    }
}

.tarif-item__name span {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 40px;
}

@media only screen and (max-width: 767px) {
    .tarif-item__name span {
        padding: 0 25px;
    }
}

.tarif-item__name span:before {
    content: '';
    position: absolute;
    background: url(/Content/img/landing/landing-deco4.png) no-repeat;
    width: 33px;
    height: 78px;
    top: 50%;
    left: 0;
    margin-top: -39px;
}

@media only screen and (max-width: 767px) {
    .tarif-item__name span:before {
        width: 17px;
        height: 39px;
        -webkit-background-size: contain;
        background-size: contain;
        margin-top: -20px;
    }
}

.tarif-item__name span:after {
    content: '';
    position: absolute;
    background: url(/Content/img/landing/landing-deco5.png) no-repeat;
    width: 33px;
    height: 78px;
    top: 50%;
    right: 0;
    margin-top: -39px;
}

@media only screen and (max-width: 767px) {
    .tarif-item__name span:after {
        width: 17px;
        height: 39px;
        -webkit-background-size: contain;
        background-size: contain;
        margin-top: -20px;
    }
}

.tarif-item__price {
    font-size: 16px;
    line-height: 20px;
    color: #324050;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .tarif-item__price {
        font-size: 14px;
        line-height: 18px;
    }
}

.tarif-item__price strong {
    font-weight: normal;
    font-size: 20px;
    font-size: 14px;
}

.tarif-item__price .old-price {
    text-decoration: line-through;
}

.tarif-item__help {
    text-align: center;
    color: #324050;
    opacity: .5;
    font-size: 14px;
    line-height: 17px;
    max-width: 180px;
    margin: auto;
    padding: 4px 0 0;
}

@media only screen and (max-width: 767px) {
    .tarif-item__help {
        font-size: 14px;
        line-height: 18px;
        padding: 2px 0 0;
    }
}

.tarif-item__button {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
}

.tarif-item .btn {
    display: block;
    text-align: center;
    color: #324050;
    background: #ffcd00;
    font-size: 16px;
    line-height: 20px;
    padding: 12px 15px;
    border-radius: 5px;
}

@media only screen and (max-width: 767px) {
    .tarif-item .btn {
        font-size: 11px;
        line-height: 14px;
        padding: 10px 15px;
    }
}

.tarif-item .btn:hover {
    background: #7d3bc1;
    color: #fff;
}

.tarif-item__popular-text {
    text-align: center;
    color: #8d32ec;
    font-size: 16px;
    line-height: 20px;
    padding: 20px 0 0;
    margin: 0 0 13px;
}

@media only screen and (max-width: 767px) {
    .tarif-item__popular-text {
        padding-top: 0;
        font-size: 12px;
    }
}

.tarif-item__popular-text span {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 0 0 28px;
}

    .tarif-item__popular-text span:before {
        content: '';
        position: absolute;
        background: url(/Content/img/landing/landing-deco10.png) no-repeat;
        width: 25px;
        height: 25px;
        top: 50%;
        left: -11px;
        margin-top: -13px;
    }

.tarif-item--base .tarif-item__name span:before {
    background-image: url(/Content/img/landing/landing-deco6.png);
}

.tarif-item--base .tarif-item__name span:after {
    background-image: url(/Content/img/landing/landing-deco7.png);
}

.tarif-item--base .tarif-item__name {
    color: #d0b8e8;
}

.tarif-item--popular {
    background: #ffcd00;
    border-color: #ffcd00;
}

    .tarif-item--popular:hover {
        border-color: #ffcd00;
    }

    .tarif-item--popular .tarif-item__name span:before {
        background-image: url(/Content/img/landing/landing-deco8.png);
    }

    .tarif-item--popular .tarif-item__name span:after {
        background-image: url(/Content/img/landing/landing-deco9.png);
    }

    .tarif-item--popular .btn {
        background: #d211b3;
        color: #fff;
        font-size: 18px;
    }

@media only screen and (max-width: 767px) {
    .tarif-item--popular .btn {
        font-size: 11px;
        line-height: 14px;
    }
}

.tarif-item--popular .tarif-item__price {
    color: #cc00ab;
}

    .tarif-item--popular .tarif-item__price .old-price {
        color: #324050;
    }

.tarif-info-list--scroll {
    position: relative;
}

@media only screen and (max-width: 992px) {
    .tarif-info-list--scroll-wrap {
        overflow: hidden;
        max-height: 215px;
        margin-bottom: 24px;
    }

        .tarif-info-list--scroll-wrap .tarif-info-list {
            margin-bottom: 0 !important;
        }
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    width: 2px;
    background: none;
}

    .jspVerticalBar .jspTrack {
        background: #e5e5e5;
        border-radius: 3px;
    }

    .jspVerticalBar .jspDrag {
        width: 100%;
        height: 100%;
        background: #d211b3;
        border-radius: 3px;
    }

.tarif-info-list {
    margin: 0;
    padding: 0 0 13px;
    list-style: none;
    font-size: 15px;
    line-height: 18px;
}

@media only screen and (max-width: 992px) {
    .tarif-info-list {
        /* max-height:230px;
    overflow: auto; */
        margin-bottom: 20px;
        padding-bottom: 1px;
    }
}

@media only screen and (max-width: 767px) {
    .tarif-info-list {
        font-size: 16px;
        line-height: 20px;
    }
}

.tarif-info-list li {
    position: relative;
    margin: 0 0 18px;
    padding: 0 0 0 17px;
    color: #324050;
}

@media only screen and (max-width: 767px) {
    .tarif-info-list li {
        margin-bottom: 12px;
    }
}

.tarif-info-list li:before {
    content: '';
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 8px;
    height: 5px;
    border-bottom: 2px solid #9445ec;
    border-left: 2px solid #9445ec;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 5px;
    left: 0;
}

@media only screen and (max-width: 767px) {
    .tarif-info-list li:before {
        top: 5px;
    }
}

.tarif-info-list a {
    color: #324050;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 24px 0 0;
}

    .tarif-info-list a:before {
        content: '';
        position: absolute;
        background: url(/Content/img/landing/landing-deco11.png) no-repeat;
        top: 0;
        right: 0;
        width: 16px;
        height: 15px;
    }

    .tarif-info-list a span {
        border-bottom: 1px dashed;
    }

    .tarif-info-list a:hover span {
        border: none;
    }

.tarif-wrap__visual {
    position: relative;
    margin: -240px 0 0 62px;
    display: inline-block;
    vertical-align: top;
    z-index: 4;
}

@media only screen and (max-width: 1280px) {
    .tarif-wrap__visual {
        margin: -200px 0 0 -18px;
    }
}

@media only screen and (max-width: 992px) {
    .tarif-wrap__visual {
        display: none;
    }
}

.tarif-wrap__visual img {
    vertical-align: top;
    pointer-events: none;
}

.tarif-wrap__visual .help {
    position: absolute;
    top: 0;
    left: 50%;
    width: 220px;
    font-size: 20px;
    line-height: 23px;
    font-style: italic;
    color: #324050;
    margin: 87px 0 0 170px;
}

    .tarif-wrap__visual .help:before {
        content: '';
        position: absolute;
        top: 100%;
        right: 100%;
        width: 70px;
        border-bottom: 1px solid #324050;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin: 36px 7px 0 0;
    }

    .tarif-wrap__visual .help:hover {
        color: #cc00ab;
    }

        .tarif-wrap__visual .help:hover:before {
            border-color: #cc00ab;
        }

.info-section {
    background: #532389;
    background: -moz-linear-gradient(top, #532389 0%, #a214bd 100%);
    background: -webkit-linear-gradient(top, #532389 0%, #a214bd 100%);
    background: linear-gradient(to bottom, #532389 0%, #a214bd 100%);
    color: #fff;
    position: relative;
}

    .info-section:before {
        content: '';
        position: absolute;
        background: url(/Content/img/landing/landing-deco2.png);
        height: 4px;
        top: 0;
        left: 0;
        right: 0;
    }

    /*.info-section:after {
        content: '';
        position: absolute;
        background: url(/Content/img/landing/landing-deco17.png);
        height: 4px;
        bottom: 0;
        left: 0;
        right: 0;
    }*/

.reviews-section {
    padding: 141px 0 0;
    background: url(/Content/img/landing/landing-bg3.png) no-repeat 50% 100%;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

@media only screen and (max-width: 992px) {
    .reviews-section {
        padding: 60px 0;
        background: #522389;
        background: -moz-linear-gradient(top, #522389 0%, #9017b2 100%);
        background: -webkit-linear-gradient(top, #522389 0%, #9017b2 100%);
        background: linear-gradient(to bottom, #522389 0%, #9017b2 100%);
    }
}

@media only screen and (max-width: 767px) {
    .reviews-section {
        padding: 41px 0;
    }
}

.reviews-section__title {
    text-align: center;
    margin: 0 0 77px;
    font-size: 36px;
    line-height: 40px;
}

@media only screen and (max-width: 767px) {
    .reviews-section__title {
        font-size: 21px;
        line-height: 24px;
        margin: 0 0 25px;
    }
}

.reviews-slider {
    position: relative;
    margin: auto;
    max-width: 1155px;
}

@media only screen and (max-width: 767px) {
    .reviews-slider .slick-dots {
        margin: 15px 0 0;
    }
}

.reviews-slider .slick-dots button {
    border-color: #fff;
}

.reviews-slider .slick-dots .slick-active button {
    background: #fff;
}

.reviews-list {
    margin: 0 -33px;
    padding: 0;
    list-style: none;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
}

@media only screen and (max-width: 992px) {
    .reviews-list {
        margin: 0;
        font-size: 15px;
        line-height: 18px;
        letter-spacing: -.02em;
    }
}

@media only screen and (max-width: 767px) {
    .reviews-list {
        font-size: 16px;
        line-height: 22px;
    }
}

.reviews-list > li {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -.02em;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.3%;
    padding: 0 33px;
    margin: 0 0 78px;
}

@media only screen and (max-width: 1280px) {
    .reviews-list > li {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .reviews-list > li {
        font-size: 11px;
        line-height: 14px;
    }
}

.reviews-item {
    -js-display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

@media only screen and (max-width: 992px) {
    .reviews-item {
        padding: 0 30px 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .reviews-item {
        padding: 0;
    }
}

.reviews-item__visual {
    -webkit-box-flex: 0 0 90px;
    -moz-box-flex: 0 0 90px;
    -webkit-flex: 0 0 90px;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    width: 90px;
    height: 90px;
    background: #fff;
    border-radius: 4px;
    -js-display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 30px 0 0;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .reviews-item__visual {
        width: 45px;
        height: 45px;
        -webkit-box-flex: 0 0 45px;
        -moz-box-flex: 0 0 45px;
        -webkit-flex: 0 0 45px;
        -ms-flex: 0 0 45px;
        flex: 0 0 45px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 5px;
        margin-right: 15px;
    }
}

.reviews-item__visual:before {
    content: '';
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.14);
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.reviews-item__visual img {
    position: relative;
    z-index: 2;
    vertical-align: top;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

.reviews-item__visual:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.reviews-item__wrap {
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.reviews-item__title {
    font-size: 22px;
    line-height: 24px;
    margin: 0 0 19px;
    color: #ffcd00;
}

@media only screen and (max-width: 767px) {
    .reviews-item__title {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 13px;
    }
}

.reviews-item__title a {
    color: #ffcd00;
    text-decoration: none;
}

    .reviews-item__title a:hover {
        color: #fff;
        text-decoration: none;
    }

.reviews-item__text {
    margin: 0 0 10px;
}

.reviews-item__author {
    color: #b99dd9;
    font-size: 14px;
    line-height: 17px;
}

@media only screen and (max-width: 767px) {
    .reviews-item__author {
        font-size: 14px;
        line-height: 18px;
    }
}

.bonus-section {
    padding: 74px 0 185px;
    background: url(/Content/img/landing/landing-bg4.png) no-repeat 50% 0;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

@media only screen and (max-width: 992px) {
    .bonus-section {
        padding: 40px 0;
        background-color: #522389;
    }
}

@media only screen and (max-width: 767px) {
    .bonus-section {
        padding: 33px 0;
    }
}

.bonus-section__title {
    text-align: center;
    font-size: 36px;
    line-height: 40px;
    margin: 0 0 36px;
}

@media only screen and (max-width: 767px) {
    .bonus-section__title {
        font-size: 21px;
        line-height: 24px;
        margin-bottom: 20px;
    }
}

.bonus-slider {
    position: relative;
}

    .bonus-slider .slick-list {
        overflow: visible;
    }

    .bonus-slider .slick-dots {
        margin-top: 50px;
    }

@media only screen and (max-width: 767px) {
    .bonus-slider .slick-dots {
        margin-top: 30px;
    }
}

.bonus-slider .slick-dots button {
    border-color: #fff;
}

.bonus-slider .slick-dots .slick-active button {
    background: #fff;
}

.bonus-list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    letter-spacing: -.02em;
}

    .bonus-list > li {
        display: inline-block;
        vertical-align: top;
        width: 200px;
        padding: 0 53px;
    }

.bonus-item {
    position: relative;
    color: #324050;
    padding: 80px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 376px;
    width: 200px;
    margin: auto;
}

@media only screen and (max-width: 767px) {
    .bonus-item {
        height: 320px;
        padding: 40px 0;
    }
}

.bonus-item:before {
    content: '';
    position: absolute;
    width: 340px;
    height: 340px;
    top: 50%;
    left: 50%;
    margin: -170px 0 0 -170px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
}

@media only screen and (max-width: 767px) {
    .bonus-item:before {
        width: 300px;
        height: 300px;
        margin: -150px 0 0 -150px;
    }
}

.bonus-item:after {
    content: '';
    position: absolute;
    width: 376px;
    height: 376px;
    top: 50%;
    left: 50%;
    margin: -188px 0 0 -188px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    border: 19px solid rgba(255, 255, 255, 0.84);
}

@media only screen and (max-width: 767px) {
    .bonus-item:after {
        width: 320px;
        height: 320px;
        margin: -160px 0 0 -160px;
        border-width: 10px;
    }
}

.bonus-item__visual {
    position: relative;
    z-index: 2;
    height: 85px;
    width: 100px;
    -js-display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 auto 20px;
}

    .bonus-item__visual img {
        vertical-align: top;
        margin: auto;
    }

    .bonus-item__visual .gift {
        position: absolute;
        top: -6px;
        right: 0;
        width: 47px;
        height: 47px;
        background: #ffcd00;
        border-radius: 50%;
        -webkit-transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
    }

        .bonus-item__visual .gift:before {
            content: '';
            position: absolute;
            background: url(/Content/img/landing/landing-ico6.png) no-repeat;
            width: 22px;
            height: 20px;
            top: 50%;
            left: 50%;
            margin: -10px 0 0 -11px;
        }

.bonus-item__text {
    position: relative;
    z-index: 2;
    font-size: 14px;
    line-height: 17px;
    margin: 0 0 20px;
}

.bonus-item__button {
    position: relative;
    z-index: 2;
}

.bonus-item .btn {
    display: inline-block;
    vertical-align: top;
    padding: 9px 24px;
    border: 1px solid #d311b3;
    font-size: 14px;
    line-height: 16px;
    color: #d311b3;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    /* &:hover {
  	background: #8e4cda;
  	border-color: #8e4cda;
  	color: #fff !important;
  } */
}

.bonus-item:hover {
    z-index: 2;
}

    .bonus-item:hover .bonus-item__visual .gift {
        background: #9416b2;
    }

    .bonus-item:hover:after {
        box-shadow: 0 0 46px rgba(0, 0, 0, 0.27);
    }

    .bonus-item:hover .btn {
        border-color: #8e4cda;
        background: #8e4cda;
        color: #fff;
    }

@media only screen and (max-width: 767px) {
    .bonus-item {
        z-index: 2;
    }
}

@media only screen and (max-width: 767px) {
    .slick-slide .bonus-item {
        z-index: 3;
    }

    .slick-slide.slick-current .bonus-item {
        z-index: 1;
    }
}

.sales-section {
    background: #f1f1f2;
    padding: 50px 0 0;
}

@media only screen and (max-width: 767px) {
    .sales-section {
        padding: 13px 0 0;
    }
}

.sales-wrap {
    -js-display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

@media only screen and (max-width: 767px) {
    .sales-wrap {
        display: block;
    }
}

.sales-visual {
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
    margin: 0 -16px 0 -106px;
    -ms-align-self: flex-end;
    align-self: flex-end;
}

    .sales-visual img {
        vertical-align: top;
        max-width: 100%;
        height: auto;
    }

@media only screen and (max-width: 767px) {
    .sales-visual {
        margin: 0 -54px;
        text-align: center;
        max-width: 400px;
    }
}

.sales-item {
    position: relative;
    padding: 37px 0 120px;
    -webkit-box-flex: 0 0 518px;
    -moz-box-flex: 0 0 518px;
    -webkit-flex: 0 0 518px;
    -ms-flex: 0 0 518px;
    flex: 0 0 518px;
}

@media only screen and (max-width: 767px) {
    .sales-item {
        padding-top: 20px;
        padding-bottom: 20px;
        max-width: 520px;
        margin-left: auto;
        margin-right: auto;
    }
}

.sales-item__help {
    position: absolute;
    bottom: 53px;
    right: -3px;
    width: 330px;
    color: rgba(50, 64, 80, 0.6);
    font-size: 15px;
    line-height: 18px;
}

@media only screen and (max-width: 767px) {
    .sales-item__help {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        width: auto;
        max-width: 240px;
        left: 50%;
        margin-left: -120px;
        margin-top: 30px;
        font-size: 14px;
        line-height: 16px;
    }
}

.sales-item__help:before {
    content: '';
    position: absolute;
    background: url(/Content/img/landing/landing-deco13.png) no-repeat;
    top: -3px;
    left: -15px;
    width: 9px;
    height: 9px;
}

@media only screen and (max-width: 767px) {
    .sales-item__help:before {
        content: '*';
        background: none;
        width: auto;
        height: auto;
        font-size: 20px;
        line-height: 20px;
        left: -10px;
        top: 0;
    }
}

.sales-item__help a {
    color: rgba(50, 64, 80, 0.6);
    text-decoration: underline;
}

.sales-item__head {
    color: #324050;
    font-size: 60px;
    line-height: 64px;
    margin: 0 0 62px;
}

@media only screen and (max-width: 992px) {
    .sales-item__head {
        font-size: 42px;
        line-height: 46px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .sales-item__head {
        font-size: 21px;
        line-height: 24px;
        margin-bottom: 15px;
        text-align: center;
    }
}

.sales-item__head span {
    color: #d211b3;
}

.sales-item__block {
    background: #fff;
    border-radius: 10px;
    padding: 35px 30px 32px 47px;
    border: 2px dashed #de83cc;
    position: relative;
    box-shadow: 0 21px 21px #ececed;
    margin: 0 0 83px;
    letter-spacing: -.02em;
    color: #324050;
}

@media only screen and (max-width: 992px) {
    .sales-item__block {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .sales-item__block {
        padding: 15px;
        margin-bottom: 18px;
        border-width: 1px;
        background: #fefefe;
    }
}

.sales-item__block:hover {
    box-shadow: 0 21px 21px #bcbcbd;
}

    .sales-item__block:hover .triangle:after {
        box-shadow: -3px 13px 13px #bcbcbd;
    }

.sales-item__block .triangle {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 100%;
    overflow: hidden;
    left: 13px;
}

    .sales-item__block .triangle:after {
        content: "";
        position: absolute;
        width: 50px;
        height: 50px;
        background: #fff;
        -moz-transform: skewY(-45deg);
        -webkit-transform: skewY(-45deg);
        -o-transform: skewY(-45deg);
        -ms-transform: skewY(-45deg);
        transform: skewY(-45deg);
        top: -38px;
        left: 25px;
        border: 2px dashed #de83cc;
    }

@media only screen and (max-width: 767px) {
    .sales-item__block .triangle:after {
        top: -58px;
        border-width: 1px;
        background: #fefefe;
    }
}

.sales-item__block-text {
    font-size: 26px;
    line-height: 30px;
    margin: 0 0 5px;
}

@media only screen and (max-width: 767px) {
    .sales-item__block-text {
        font-size: 15px;
        line-height: 15px;
    }
}

.sales-item__block-price {
    display: inline-block;
    vertical-align: top;
    font-size: 80px;
    letter-spacing: -2px;
    line-height: 86px;
    padding: 0 35px 0 0;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .sales-item__block-price {
        font-size: 40px;
        line-height: 42px;
        padding-right: 18px;
    }
}

.sales-item__block-price:before {
    content: '';
    position: absolute;
    background: url(/Content/img/landing/landing-deco12.png) no-repeat;
    width: 18px;
    height: 18px;
    top: 10px;
    right: 1px;
}

@media only screen and (max-width: 767px) {
    .sales-item__block-price:before {
        -webkit-background-size: contain;
        background-size: contain;
        width: 9px;
        height: 9px;
        top: 6px;
    }
}

.sales-item__time {
    -js-display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-align-items: center;
    align-items: center;
    padding: 0 26px 0 0;
}

@media only screen and (max-width: 767px) {
    .sales-item__time {
        padding: 0;
    }
}

.sales-item__time-text {
    font-size: 17px;
    line-height: 20px;
    padding: 3px 20px 0;
}

@media only screen and (max-width: 767px) {
    .sales-item__time-text {
        font-size: 14px;
        line-height: 16px;
        padding: 3px 10px;
    }
}

.value-item {
    background: url(/Content/img/landing/num-bg.png) no-repeat;
    position: relative;
    width: 63px;
    height: 98px;
    display: inline-block;
    vertical-align: top;
    margin: 0 2px;
}

@media only screen and (max-width: 767px) {
    .value-item {
        width: 32px;
        height: 49px;
        -webkit-background-size: contain;
        background-size: contain;
        margin: 0;
    }
}

.value-item:before {
    content: '';
    position: absolute;
    background: url(/Content/img/landing/numbers.png) no-repeat;
    width: 25px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -13px;
}

@media only screen and (max-width: 767px) {
    .value-item:before {
        /* width: 12px;
    height: 24px;
    margin: -12px 0 0 -6px;
    -webkit-background-size: auto 24px;
    background-size: auto 24px; */
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }
}

.value-item.num0:before {
    background-position: 0 0;
}

.value-item.num1:before {
    background-position: -25px 0;
}

.value-item.num2:before {
    background-position: -50px 0;
}

.value-item.num3:before {
    background-position: -75px 0;
}

.value-item.num4:before {
    background-position: -100px 0;
}

.value-item.num5:before {
    background-position: -125px 0;
}

.value-item.num6:before {
    background-position: -150px 0;
}

.value-item.num7:before {
    background-position: -175px 0;
}

.value-item.num8:before {
    background-position: -200px 0;
}

.value-item.num9:before {
    background-position: -225px 0;
}

#footer {
    background: #4c207e url(/Content/img/landing/landing-bg5.jpg) no-repeat 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    padding: 68px 0;
    position: relative;
    min-height: 394px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 992px) {
    #footer {
        min-height: 0;
        padding: 30px 0;
    }
}

#footer .container {
    position: relative;
    z-index: 2;
    max-width: 1050px;
}

.footer-frame {
    -js-display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0 0 55px;
    padding: 0 0 52px;
}

@media only screen and (max-width: 992px) {
    .footer-frame {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-frame {
        padding-bottom: 18px;
        margin-bottom: 16px;
    }
}

.footer-column {
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
    -webkit-box-flex: 0 0 200px;
    -moz-box-flex: 0 0 200px;
    -webkit-flex: 0 0 200px;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    position: relative;
}

@media only screen and (max-width: 1280px) {
    .footer-column {
        margin-left: 40px;
    }
}

@media only screen and (max-width: 992px) {
    .footer-column {
        -webkit-box-flex: 1 1 50px;
        -moz-box-flex: 1 1 50px;
        -webkit-flex: 1 1 50px;
        -ms-flex: 1 1 50px;
        flex: 1 1 50px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        padding: 0 0 0 60px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-column {
        padding-left: 30px;
    }
}

.footer-column:before {
    content: '';
    position: absolute;
    background: url(/Content/img/landing/landing-deco15.png) no-repeat;
    width: 43px;
    height: 42px;
    top: 0;
    left: -50px;
}

@media only screen and (max-width: 992px) {
    .footer-column:before {
        left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .footer-column:before {
        -webkit-background-size: contain;
        background-size: contain;
        width: 22px;
        height: 22px;
    }
}

.footer-column .footer-copy {
    font-size: 15px;
    line-height: 18px;
    margin: 3px 0 5px;
}

@media only screen and (max-width: 767px) {
    .footer-column .footer-copy {
        font-size: 12px;
        line-height: 10px;
    }
}

.footer-column .feedback {
    font-size: 23px;
    line-height: 26px;
}

@media only screen and (max-width: 767px) {
    .footer-column .feedback {
        font-size: 16px;
        line-height: 14px;
    }
}

.footer-column .feedback a {
    color: #ffcd00;
    text-decoration: underline;
}

.footer-column .feedback a:hover {
    text-decoration: none;
    color: #fff;
}
.footer-column .offer {
    font-size: 23px;
    line-height: 26px;
}

@media only screen and (max-width: 767px) {
    .footer-column .offer {
        font-size: 16px;
        line-height: 14px;
        margin-top: 5px;
    }
}

.footer-column .offer a {
    color: #ffcd00;
    text-decoration: underline;
}

.footer-column .offer a:hover {
    text-decoration: none;
    color: #fff;
}
.footer-social {
    margin: -4px 0 0 0;
    padding: 0;
    list-style: none;
    text-align: right;
    width: 295px;
}

@media only screen and (max-width: 1280px) {
    .footer-social {
        width: 250px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-social {
        width: auto;
        margin: 4px 0 0 0;
    }
}

.footer-social li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 6px;
}

@media only screen and (max-width: 767px) {
    .footer-social li {
        margin: 0 0 0 1px;
    }
}

.footer-social a {
    width: 50px;
    height: 50px;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 4px;
    font-size: 20px;
}

    .footer-social a:hover {
        opacity: .5;
    }

@media only screen and (max-width: 767px) {
    .footer-social a {
        width: 25px;
        height: 25px;
        font-size: 12px;
        line-height: 25px;
    }
}

.footer-social .fb a {
    background: #5d81d0;
}

.footer-social .vk a {
    background: #2d7ec2;
}

.footer-social .tw a {
    background: #22cdff;
}

.footer-social .gp a {
    background: #de4d3b;
}

.footer-information {
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -js-display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    font-size: 16px;
    line-height: 20px;
}

@media only screen and (max-width: 992px) {
    .footer-information {
        -webkit-box-flex: 1 1 100%;
        -moz-box-flex: 1 1 100%;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        -webkit-box-ordinal-group: -3;
        -moz-box-ordinal-group: -3;
        -ms-flex-order: -3;
        -webkit-order: -3;
        order: -3;
        padding-bottom: 30px;
        margin-bottom: 30px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
}

@media only screen and (max-width: 767px) {
    .footer-information {
        font-size: 11px;
        line-height: 14px;
        padding-bottom: 20px;
        margin-bottom: 16px;
    }
}

.footer-information__visual {
    margin: 0 40px;
}

@media only screen and (max-width: 767px) {
    .footer-information__visual {
        width: 34px;
        height: 34px;
        margin: 0 15px;
        -webkit-box-flex: 0 0 34px;
        -moz-box-flex: 0 0 34px;
        -webkit-flex: 0 0 34px;
        -ms-flex: 0 0 34px;
        flex: 0 0 34px;
    }

        .footer-information__visual img {
            max-width: 100%;
            height: auto;
        }
}

.footer-information p {
    margin: 0;
}

.footer-information .num {
    font-size: 33px;
    line-height: 36px;
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .footer-information .num {
        font-size: 22px;
        line-height: 24px;
    }
}

.footer-text {
    color: #c69ef6;
    font-size: 14px;
    line-height: 17px;
}

@media only screen and (max-width: 767px) {
    .footer-text {
        font-size: 12px;
        line-height: 16px;
    }
}

.slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

    .slick-dots li {
        display: inline-block;
        vertical-align: top;
        margin: 0 3px;
    }

    .slick-dots button {
        width: 14px;
        height: 14px;
        border: 1px solid #f00;
        background: none;
        text-indent: -9999px;
        overflow: hidden;
        border-radius: 50%;
        padding: 0;
    }

    .slick-dots .slick-active button {
        background: #f00;
    }

.slick-arrow {
    position: absolute;
    width: 30px;
    height: 60px;
    border: none;
    background: none;
    top: 50%;
    margin-top: -30px;
    text-indent: -9999px;
    overflow: hidden;
    z-index: 22;
}

    .slick-arrow:before {
        content: '';
        position: absolute;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 24px;
        height: 24px;
        border-bottom: 2px solid #000;
        border-right: 2px solid #000;
        top: 50%;
        left: 50%;
        margin: -12px 0 0 -12px;
    }

.slick-prev {
    left: 0;
}

    .slick-prev:before {
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
        margin-left: -6px;
    }

.slick-next {
    right: 0;
}

    .slick-next:before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-left: -18px;
    }

.tarif-item-drop {
    position: absolute;
    background: #fff;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    border-radius: 5px;
    border: 1px solid #8a4ec8;
    padding: 12px 9px 45px;
    visibility: hidden;
}

    .tarif-item-drop.active {
        visibility: visible;
    }

.tarif-item-drop__closer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    height: 36px;
    background: #8a4ec8;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 11px;
    line-height: 16px;
    padding: 10px 0;
}

    .tarif-item-drop__closer span {
        display: inline-block;
        vertical-align: top;
        padding: 0 0 0 18px;
        position: relative;
    }

        .tarif-item-drop__closer span:before {
            content: '';
            position: absolute;
            top: 50%;
            left: 0;
            background: url(/Content/img/landing/deco06.png) no-repeat;
            width: 8px;
            height: 8px;
            -webkit-background-size: contain;
            background-size: contain;
            margin-top: -4px;
        }

.tarif-item-drop__scrollbar {
    /* max-height: 390px; */
    height: 100%;
}

.tarif-item-drop__wrap {
    margin: 0 6px 20px 0;
}

    .tarif-item-drop__wrap:last-child {
        margin-bottom: 0;
    }

.tarif-item-drop__wrap__header {
    margin: 0 0 8px;
    position: relative;
    padding: 0 0 0 30px;
}

    .tarif-item-drop__wrap__header .title {
        font-size: 15px;
        line-height: 18px;
    }

    .tarif-item-drop__wrap__header .num {
        position: absolute;
        top: 0;
        left: 0;
        border: 1px solid #ffcd00;
        color: #ffcd00;
        width: 17px;
        height: 17px;
        border-radius: 50%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        font-size: 10px;
        line-height: 16px;
    }

.tarif-item-drop__wrap__text {
    font-size: 11px;
    line-height: 14px;
    margin: 0 0 13px;
}

.tarif-item-drop__wrap__visual {
    position: relative;
}

    .tarif-item-drop__wrap__visual img {
        vertical-align: top;
        max-width: 100%;
        height: auto;
        -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
        box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
    }

.tarif-item-drop__wrap__zoom {
    position: absolute;
    width: 44px;
    height: 44px;
    top: 50%;
    left: 50%;
    margin: -22px 0 0 -22px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}

    .tarif-item-drop__wrap__zoom:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        background: url(/Content/img/landing/deco07.png) no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
        width: 20px;
        height: 20px;
        margin: -10px 0 0 -10px;
    }

.modal-size-870 .close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 14;
    font-size: 14px;
}

.modal-size-870 .modal-body {
    padding: 20px 40px 25px;
}

@media only screen and (max-width: 992px) {
    .modal-size-870 .modal-body {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media print {
    .modal-size-870 .modal-body {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .modal-size-870 .modal-body {
        padding-left: 9px;
        padding-right: 9px;
    }
}

.modal-size-870 .modal-dialog {
    width: calc(100vw - 20px);
    max-width: 870px;
}

.buy-tarif {
    padding: 5px 28px;
    margin: 0;
}

@media only screen and (max-width: 992px) {
    .buy-tarif {
        padding-left: 0;
        padding-right: 0;
    }
}

@media print {
    .buy-tarif {
        padding-left: 0;
        padding-right: 0;
    }
}

.buy-tarif__title {
    text-align: center;
    font-size: 25px;
    line-height: 28px;
    color: #33404f;
    font-weight: normal;
    margin: 0 0 20px;
}

.buy-tarif__list {
    margin: 0 -15px;
    padding: 0;
    list-style: none;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
}

@media only screen and (max-width: 992px) {
    .buy-tarif__list {
        margin-left: -5px;
        margin-right: -5px;
    }
}

@media print {
    .buy-tarif__list {
        margin-left: -5px;
        margin-right: -5px;
    }
}

@media only screen and (max-width: 767px) {
    .buy-tarif__list {
        margin-left: -1px;
        margin-right: -1px;
    }
}

.buy-tarif__list-item {
    font-size: 14px;
    line-height: normal;
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.3%;
    padding: 0 15px;
}

@media only screen and (max-width: 992px) {
    .buy-tarif__list-item {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media print {
    .buy-tarif__list-item {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media only screen and (max-width: 767px) {
    .buy-tarif__list-item {
        padding-left: 1px;
        padding-right: 1px;
    }
}

.buy-tarif__item {
    border: 1px solid #000;
    border-radius: 5px;
    text-align: center;
    padding: 31px 15px 24px;
}

@media only screen and (max-width: 767px) {
    .buy-tarif__item {
        padding: 0 4px 15px;
    }
}

.buy-tarif__item_item1 {
    background: #fafafa;
    border-color: #b9c2cd;
}

@media only screen and (max-width: 767px) {
    .buy-tarif__item_item1 {
        background: none;
    }
}

.buy-tarif__item_item1 .buy-tarif__time {
    background: url(/Content/img/landing/deco30.png) no-repeat;
}

@media only screen and (max-width: 767px) {
    .buy-tarif__item_item1 .buy-tarif__time {
        background: #8363a3;
    }
}

.buy-tarif__item_item1 .btn {
    background: #e4d69c;
    border: 1px solid #daba1e;
}

.buy-tarif__item_item2 {
    background: #d6c3e3;
    background: -moz-linear-gradient(top, #d6c3e3 0%, white 43%);
    background: -webkit-linear-gradient(top, #d6c3e3 0%, white 43%);
    background: linear-gradient(to bottom, #d6c3e3 0%, white 43%);
    border-color: #b9c2cd;
}

@media only screen and (max-width: 767px) {
    .buy-tarif__item_item2 {
        background: none;
    }
}

.buy-tarif__item_item2 .buy-tarif__time {
    background: url(/Content/img/landing/deco31.png) no-repeat;
}

@media only screen and (max-width: 767px) {
    .buy-tarif__item_item2 .buy-tarif__time {
        background: #9437d1;
    }
}

.buy-tarif__item_item2 .btn {
    background: #ffd21b;
    border: 1px solid #daba1e;
}

.buy-tarif__item_item3 {
    background: #ffc500;
    background: -moz-linear-gradient(top, #ffc500 0%, white 43%);
    background: -webkit-linear-gradient(top, #ffc500 0%, white 43%);
    background: linear-gradient(to bottom, #ffc500 0%, white 43%);
    border-color: #ffc500;
}

@media only screen and (max-width: 767px) {
    .buy-tarif__item_item3 {
        background: none;
    }
}

.buy-tarif__item_item3 .buy-tarif__time {
    background: url(/Content/img/landing/deco32.png) no-repeat;
}

@media only screen and (max-width: 767px) {
    .buy-tarif__item_item3 .buy-tarif__time {
        background: #d7111c;
    }
}

.buy-tarif__item_item3 .btn {
    background: #ffc500;
    border: 1px solid #daba1e;
}

.buy-tarif__time {
    color: #fff;
    width: 191px;
    height: 53px;
    text-align: center;
    margin: 0 0 10px;
    font-size: 21px;
    line-height: 24px;
    padding: 9px 0 0 0;
    margin: 0 0 21px;
}

@media only screen and (max-width: 767px) {
    .buy-tarif__time {
        width: auto;
        height: auto;
        padding: 5px 0;
        margin: 0 -4px 10px;
        border-radius: 4px 4px 0 0;
    }
}

.buy-tarif__text {
    margin: 0 0 10px;
    color: #56606c;
    font-size: 13px;
    line-height: 16px;
    margin: 0 0 17px;
}

@media only screen and (max-width: 767px) {
    .buy-tarif__text {
        min-height: 85px;
    }
}

.buy-tarif__price {
    font-size: 15px;
    color: #000;
    margin: 0 0 5px;
}

    .buy-tarif__price .old-price {
        text-decoration: line-through;
        margin: 0 3px 0 0;
    }

    .buy-tarif__price .new-price {
        color: #d51e5a;
    }

.buy-tarif__stat-text {
    font-weight: bold;
    color: #7e3bc2;
    font-size: 13px;
    line-height: 16px;
}

@media only screen and (max-width: 767px) {
    .buy-tarif__stat-text {
        min-height: 32px;
    }
}

.buy-tarif__visual {
    min-height: 35px;
    margin: 0 0 14px;
}

.buy-tarif__stat {
    margin: 0 0 12px;
}

.buy-tarif .btn {
    color: #33404f;
    padding: 9px 40px;
}

    .buy-tarif .btn:hover {
        opacity: .7;
    }

@media only screen and (max-width: 767px) {
    .buy-tarif .btn {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        text-align: center;
    }
}
.how-work__info-frame .visual {
    box-shadow: #eee 0 10px 25px;
    margin-bottom: 40px;
}
.buy-tarif .buy-tarif_tip {
    padding-top: 10px;
    text-align: center;
}
@media (max-width: 767px) {
    .main-section__title {
        padding: 70px 0 0;
    }
    .how-work__info-item .title {
        font-size: 18px;
    }
    .bonus-item__visual {
        height: 70px;
    }
    .bonus-item__text {
        font-size: 16px;
        line-height: 18px;
    }
}
/*video from landing*/
.watch-read-menu {
    font-size: 25px;
    display: flex;
    justify-content: center;
    margin: -50px 0 50px;
}
.watch-read-menu a {
    border-bottom: dashed 1px #7e3bc2;
    margin: 0 10px;
}
.watch-read-menu a.active {
    border-bottom: none;
    cursor: pointer;
    color: #33404f!important;
}
.watch-read__read {
    display: none; 
}
.watch-read__watch {
    padding-bottom: 40px;
}
@media (max-width: 767px) {
    .watch-read-menu {
        font-size: 17px;
        margin: -50px 0 30px;
        padding-top: 40px;
    }
    .watch-read__watch {
        margin-left: -20px;
        margin-right: -20px;
    }
}
/*# sourceMappingURL=landing.css.map */
