.mailings-agreement-center {
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
    color:#565b65;
    padding-bottom: 5px;
    padding-top: 13px;
    text-align: center;
    padding-right: 4px;
}
.m-dark {
    color: #999999;
}
#head {
    background: #F7F7F7 url(../../img/pages/sellika/sellika.png) no-repeat center;
}
#head .title {
    font-weight: 500;
    font-size: 17px;
    line-height: 170%;
    margin-bottom: 20px;
}
#head h1 {
    max-width: 550px;
}
#head ul {
    font-weight: 300;
    font-size: 17px;
    line-height: 20px;
    margin: 20px 0 40px;
    padding: 0;
}
#head ul li {
    list-style: none;
    padding-bottom: 8px;
    padding-left: 24px;
    position: relative;
}
#head .watch-mobile {
    display: none;
}
#head ul li:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #464646;
    display: inline-block;
    margin-right: 24px;
    top: 9px;
    left: 0;
    position: absolute;
}
#head .buttons {
    display: flex;
    justify-content: start;
}
#head .btn {
    margin: 0;
    width: 260px;
    height: 60px;
    padding: 0;
    line-height: 58px;
    font-size: 17px;
}
#head .buttons .group {
    margin-right: 15px;
}
#head .starting {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
}
#head .logos {
    font-weight: normal;
    font-size: 14px;
    margin-top: 30px;
}
#head .logos img {
    margin-left: 12px;
}
.logos .div {
    width: 1px;
    background: #DADADA;
    margin: 0 20px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}
.video .modal-body {
    padding: 5px;
}
#how h2 {
    margin-bottom: 60px;
    text-align: center;
}
#how .inner,
#how .group {
    display: flex;
    justify-content: space-between;
}
#how .group {
    margin-top: 22px;
}
#how .item {
    width: 23%;
    position: relative;
}
#how .item:not(:last-child):after {
    position: absolute;
    content: '';
    width: 130px;
    height: 2px;
    background: url(../../img/pages/sellika/dots.png) no-repeat center;
    top: 30px;
    right: -77px;
}
#how .number {
    font-weight: 500;
    font-size: 16px;
    border-radius: 15px;
    border: 1px solid #464646;
    width: 30px;
    height: 30px;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 16px;
}
#how img {
    max-height: 73px;
    margin: 0 auto;
    display: block;
}
#save {
    text-align: center;
    padding-top: 20px;
}
#save h2 {
    max-width: 710px;
    margin: 0 auto 30px auto;
}
#save .description {
    max-width: 1000px;
    margin: 0 auto 60px auto;
    font-weight: normal;
    font-size: 17px;
    line-height: 160%;
}
#save .item {
    margin-bottom: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
}
#save .item:last-child {
    margin-bottom: 0;
}
#save .item > div {
    width: 47%;
}
#save h3 {
    margin-bottom: 30px;
}
#save h3:not(:first-child) {
    margin-top: 40px;
}
#save .info {
    font-weight: normal;
    font-size: 17px;
    line-height: 160%;
}
#packages {
    background: linear-gradient(to bottom, #464646 509px, #ffffff 0);
    text-align: center;
}
#packages h2 {
    color: #fff;
    margin-bottom: 50px;
}
#packages .description {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    margin-top: 30px;
}
#packages .description span {
    color: #F57F17;
}
#package-list {
    display: flex;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    justify-content: center;
}
#package-list .item {
    width: 33.33%;
    background: #FFFFFF;
    padding: 40px 15px 35px 15px;
    position: relative;
    border-right: 1px solid #DFDFDF;
}
#package-list .type {
    font-weight: bold;
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 4px;
    color: #1E6FB4;
}
#package-list .edits {
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    border-bottom: 1px solid #DFDFDF;
    margin-bottom: 60px;
    padding-bottom: 30px;
}
#package-list .edits span {
    font-weight: bold;
}
#package-list .value {
    font-weight: bold;
    font-size: 45px;
    line-height: 53px;
    margin-bottom: 32px;
    color: #F57F17;
}
#package-list .value .month {
    font-weight: normal;
    font-size: 22px;
}
#package-list .currency {
    font-weight: normal;
    font-size: 17px;
    color: #989898;
    position: relative;
    top: -19px;
    margin-right: 5px;
}
#package-list .bonus {
    font-weight: 900;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 20px;
}
#package-list .bonus span {
    color: #F57F17;
}
#package-list .info {
    font-weight: normal;
    margin-bottom: 25px;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    color: #666666;
    font-size: 15px;
}
#package-list .item:first-child .info {
    width: 333px;
}
#package-list .btn {
    width: 180px;
}
#package-list .one-time-payment {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    margin-top: 10px;
}
#feedback {
    background: #F7F7F7;
    padding-top: 30px;
}
#feedback h2 {
    margin-bottom: 50px;
    text-align: center;
}
#feedback h2,
#trust,
#trustpilot {
    display: none;
}
#trustpilot .owl-carousel .owl-nav .owl-prev:hover,
#trustpilot .owl-carousel .owl-nav .owl-next:hover {
    opacity: 0.6;
}
#trustpilot .owl-carousel .owl-nav .owl-next,
#trustpilot .owl-carousel .owl-nav .owl-prev {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAxMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSAxTDExIDExTDEgMjEiIHN0cm9rZT0iI0MyQzJDMiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=) no-repeat center center;
    font-size: 0;
    width: 32px;
    height: 64px;
    top: calc(50% - 32px);
    position:absolute;
    line-height: 28px;
    color: inherit;
    text-shadow: none;
    text-align: center;
}
#trustpilot {
    padding-bottom: 40px;
}
#trustpilot .wrapper {
    display: flex;
    justify-content: space-between;
}
#trustpilot .owl-carousel {
    width: 68%;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}
#trustpilot .common {
    width: 28%;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid rgba(144, 164, 174, 0.2);
    box-sizing: border-box;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 30px 0;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}
#trustpilot .common .rating {
    font-weight: bold;
    font-size: 30px;
}
#trustpilot .common .info {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    margin: 15px 0;
}
#trustpilot .common .info a {
    font-weight: bold;
    text-decoration: underline;
    color: #565b65;
}
#trustpilot .common .fa:first-child {
    margin-left: 5px;
}
#trustpilot .fa-star:before,
#trustpilot .fa-star-o:before,
#trustpilot .fa-star-h:before {
    content: "";
    background: #55B27F url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxOCAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOS4xOTk3OCAxMi4yODM1TDEyLjczODggMTEuMzM0OEwxNC4yMzA1IDE1Ljk4OTRMOS4xOTk3OCAxMi4yODM1Wk0xNy4zNjAxIDYuMjY1MDRIMTEuMTAwOUw5LjE3MDUzIDAuMjQ2NTgyTDcuMjQwMTMgNi4yNjUwNEgwLjk4MDk1N0w2LjA0MDk0IDEwLjAwMDZMNC4xMTA1NCAxNi4wMTkxTDkuMTcwNTMgMTIuMzEzMUwxMi4zMDAxIDEwLjAwMDZMMTcuMzYwMSA2LjI2NTA0WiIgZmlsbD0id2hpdGUiLz48L3N2Zz4=) no-repeat center center;
    width: 24px;
    height: 24px;
    display: inline-block;
}
#trustpilot .rating span {
    margin-right: 2px;
}
#trustpilot .fa-star-o:before {
    background-color: #d6d6d6;
}
#trustpilot .fa-star-h {
    background-image: linear-gradient(to right, #55B27F 12px, #d6d6d6 0);
}
#trustpilot .fa-star-h:before {
    background-color: transparent;
}
#trustpilot .item {
    padding: 0 30px;
    border-right: 1px solid #DADADA;
}
#trustpilot .owl-stage-outer {
    background: #FFFFFF;
    border: 1px solid rgba(144, 164, 174, 0.2);
    box-sizing: border-box;
    border-radius: 5px;
    padding: 30px 0;
}
#trustpilot .name {
    font-weight: bold;
    font-size: 17px;
    line-height: 20px;
    padding-top: 15px;
}
#trustpilot .date {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #989898;
    margin: 5px 0 15px;
    float: right;
}
#trustpilot .item .rating {
    float: left;
}
#trustpilot .info {
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    margin-top: 15px;
    clear: both;
}
#trustpilot .owl-carousel .owl-dots {
    position: absolute;
    width: 100%;
    bottom: -62px;
    display: none;
}
#trustpilot .owl-carousel .owl-nav .owl-next {
    left: auto;
    right: -34px;
}
#trustpilot .owl-carousel .owl-nav .owl-prev {
    transform: rotate(180deg);
    left: -34px;
}
.owl-carousel .owl-dots .owl-dot span {
    background-color: #bababa;
    width: 7px;
    height: 7px;
    border: none;
    display: block;
    border-radius: 30px;
    margin: 0 9px;
}
.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}
.owl-carousel .owl-dots {
    text-align: center;
    margin: 8px 0 20px 0;
}
.owl-carousel .owl-dots .active span {
    background-color: #f57f17;
}
#trust {
    background: #F7F7F7;
    font-size: 22px;
    line-height: 26px;
    padding: 30px 0;
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    margin: 0 auto 60px auto;
    max-width: 1040px;
}
#trust #features {
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
}
#icons {
    padding: 18px;
    margin-bottom: -30px;
}
#icons > div {
    max-width: 884px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#icons .first,
#icons .second {
    display: flex;
    justify-content: space-between;
    width: 45%;
    align-items: center;
}
#featured {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzA3IiBoZWlnaHQ9IjEiIHZpZXdCb3g9IjAgMCAzMDcgMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48bGluZSBvcGFjaXR5PSIwLjMiIHkxPSIwLjUiIHgyPSIzMDciIHkyPSIwLjUiIHN0cm9rZT0iI0FDQUNBQyIvPjwvc3ZnPg==) repeat-x center center;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #ACACAC;
    letter-spacing: 0.1em;
    padding: 30px 0;
    max-width: 1040px;
    margin: 0 auto;
}
#featured span {
    background: #F7F7F7;
    padding: 0 20px;
}
#rating {
    text-align: center;
    line-height: 30px;
}
#rating .element {
    display: inline-block;
    vertical-align: top;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAHCAYAAAArkDztAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABnSURBVHgBbY5NDYAwDIXbzsikcNh0AAoICpCCBbjuVAlImAQELBmvB5IF9h36fpomZQIhhIGZR/PQM6V0cIxxQtipAXkVjI0+1FoXgXr64wVb7VyoOOdm+Nz02Tp+k31mWkq5VPV+AGr9HY3A2pVRAAAAAElFTkSuQmCC) no-repeat left center;
    padding-left: 26px;
    margin-left: 20px;
}
#rating span {
    font-weight: bold;
    color: #55B27F;
}
#rating .fa {
    font-weight: normal;
    margin: 0 3px;
}
#can h2 {
    text-align: center;
    margin-bottom: 80px;
}
#can .items {
    display: flex;
    justify-content: space-between;
}
#can .item {
    margin: 0;
    padding: 0;
}
#can .item li {
    padding-left: 66px;
    list-style: none;
    position: relative;
    margin-bottom: 28px;
}
#can .item li:before {
    background: url(../../img/pages/sellika/list.svg) no-repeat center;
    content: '';
    position: absolute;
    top: -3px;
    left: 1px;
    width: 30px;
    height: 30px;
}
#ready {
    background: #F7F7F7 url(../../img/pages/sellika/sellika2.png) no-repeat center;
    padding: 118px 0;
}
#ready h2 {
    width: 520px;
    margin-bottom: 30px;
}
#ready .container {
    padding-left: 511px;
}
#ready .btn {
    margin: 0;
    width: 250px;
    height: 50px;
}
#ready .buttons {
    display: flex;
    justify-content: start;
}
#ready .buttons .group {
    margin-right: 20px;
}
#ready .btn-large-orange {
    margin-bottom: 10px;
}
#ready .starting {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
}
#ready .logos {
    font-weight: normal;
    font-size: 14px;
    margin-top: 25px;
}
#ready .logos img {
    margin-left: 4px;
}
.some-questions .faqs__items {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.some-questions .faqs__items .group {
    width: 48%;
}
.some-questions .faq__header {
    position: relative;
    cursor: pointer;
}
.some-questions .faq__header:after {
    content: '\f067';
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
}
.some-questions .faq__header.opened:after {
    content: '\f068';
}
.some-questions .faq__question {
    font-size: 18px;
    color: #464646;
    font-weight: bold;
    line-height: normal;
    padding: 25px 25px 25px 0;
}
.some-questions .faq__answer {
    padding-left: 27px;
    margin-top: 20px;
    border-left: 1px solid #FF9900;
    line-height: 24px;
    font-size: 17px;
    color: #464646;
    font-weight: 300;
}
.some-questions .faqs__items {
    margin-top: -22px;
}
.some-questions .faqs__item {
    border-bottom: 1px solid #DADADA;
}
.some-questions .faqs__item.active {
    padding-bottom: 35px;
}
.some-questions .faqs__item {
    width: 100%;
    margin-top: 0;
}
.page .some-questions h2 {
    margin-bottom: 60px;
}
@media (min-width: 1280px) {
    #head {
        padding: 57px 0;
    }
}
@media (max-width: 1280px) {
    #trustpilot .owl-carousel .owl-dots {
        display: block;
    }
    .page .container {
        width: 100%;
    }
    #trustpilot .owl-carousel .owl-nav {
        display: none;
    }
    #trustpilot .common {
        width: 32%;
    }
    #trustpilot .owl-carousel {
        width: 67%;
    }
    #package-list .info,
    #package-list .item:first-child .info {
        width: auto;
    }
    #ready .container {
        padding-left: 477px;
    }
    #can .item li {
        padding-left: 50px;
        padding-right: 35px;
    }
}

@media (max-width: 1200px) {
    #consultation .form {
        width: 60%;
    }
    #ready .container {
        padding-left: 444px;
    }
}

@media (max-width: 991px) {
    #ready {
        padding: 80px 0;
    }
    #trustpilot .common {
        width: 39%;
    }
    #trustpilot .owl-carousel {
        width: 60%;
    }
    #trustpilot .common .info {
        max-width: 170px;
    }
    #consultation img {
        right: -132px;
    }
    #consultation {
        overflow: hidden;
    }
    #ready .container {
        padding-left: 15px;
    }
    #ready {
        background-image: none;
        text-align: center;
    }
    #ready .buttons {
        justify-content: center;
    }
    #ready h2 {
        margin-left: auto;
        margin-right: auto;
    }
    #head {
        background: #F7F7F7;
        height: auto;
    }
    #how .item:after {
        display: none;
    }
}
@media (min-width: 1020px) {
    .video .modal-dialog {
        width: 1000px;
    }
}
@media (max-width: 767px) {
    .logos .div {
        margin: 0 10px;
    }
    #package-list .edits {
        margin-bottom: 40px;
    }
    #ready {
        padding: 50px 0;
    }
    #feedback {
        padding-top: 0;
    }
    #head .watch-mobile {
        display: inline-block;
        color: #F57F17;
        text-decoration: underline;
        background: url(../../img/pages/sellika/play.svg) no-repeat left center;
        padding-left: 28px;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    #head .buttons .btn-blue {
        display: none;
    }
    #head .buttons .group {
        margin-right: 0;
        width: 100%;
    }
    #head .btn-large-orange {
        width: 100%;
    }
    #head {
        background: #F7F7F7;
        padding: 40px 0;
        background-size: cover;
        text-align: center;
    }
    #head ul li {
        text-align: left;
    }
    #head .logos img {
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-top: 6px;
    }
    #head .logos {
        text-align: center;
        margin-top: 30px;
    }
    #head h1,
    #head .title {
        text-align: center;
    }
    #head .starting {
        color: #909090;
    }
    #how .item,
    #ready h2 {
        width: 100%;
    }
    #how .item {
        max-width: 500px;
        margin-right: auto;
        margin-left: auto;
    }
    #package-list,
    #ready .buttons {
        flex-direction: column;
    }
    #how h2 {
        margin-bottom: 30px;
    }
    #how .owl-carousel .owl-dots {
        margin: 28px 0 0;
    }
    #save {
        padding-top: 0;
    }
    #how .inner {
        display: block;
    }
    #save .item {
        flex-direction: column;
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #DADADA;
    }
    #save .item:last-child {
        border: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    #save .item > div {
        width: 100%;
    }
    #save h2 {
        margin-bottom: 20px;
    }
    #save h3 {
        margin-bottom: 15px;
    }
    #save .img {
        order: -1;
        margin-bottom: 10px;
    }
    #save h3:not(:first-child) {
        margin-top: 30px;
    }
    #packages {
        background: #F7F7F7;
    }
    #packages h2 {
        color: #464646;
        margin-bottom: 30px;
    }
    #package-list {
        box-shadow: none;
    }
    #package-list .item {
        width: 100%;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    }
    #package-list .item:first-child {
        border-right: none;
    }
    #package-list .item:last-child:before {
        display: none;
    }
    #package-list .item:not(:last-child) {
        margin-bottom: 20px;
    }
    #feedback {
        background: #464646;
    }
    #feedback h2,
    #rating span {
        color: #fff;
    }
    #trust {
        background: none;
        color: #fff;
        border-top: 1px solid #7E7E7E;
        border-bottom: 1px solid #7E7E7E;
    }
    #featured {
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzA3IiBoZWlnaHQ9IjEiIHZpZXdCb3g9IjAgMCAzMDcgMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48bGluZSBvcGFjaXR5PSIwLjMiIHkxPSIwLjUiIHgyPSIzMDciIHkyPSIwLjUiIHN0cm9rZT0iI0FDQUNBQyIvPjwvc3ZnPg==) repeat-x center center;
    }
    #featured span {
        background: #464646;
    }
    #can .items {
        flex-direction: column;
    }
    #can h2 {
        margin-bottom: 30px;
    }
    #can .item li:before {
        background-size: 25px;
        top: 0px;
    }
    #can {
        padding-bottom: 22px;
    }
    #ready .btn-blue {
        order: -1;
        margin-bottom: 15px;
    }
    #ready .btn {
        width: 100%;
    }
    #ready .buttons .group {
        margin-right: 0;
    }
    #ready .starting {
        color: #909090;
    }
    #ready .logos {
        text-align: center;
        margin-top: 36px;
    }
    #ready .logos img {
        margin-left: 0;
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-top: 10px;
    }

    #trustpilot .wrapper {
        display: block;
    }
    #trustpilot .common,
    #trustpilot .owl-carousel {
        width: auto;
    }
    #trustpilot .common {
        margin-bottom: 15px;
    }
    #trustpilot .rating {
        margin-top: 0;
    }
    #trustpilot .owl-carousel .owl-dots {
        bottom: -47px;
    }
    #trustpilot {
        padding: 0 0 30px 0;
    }
    #feedback h2 {
        margin-bottom: 20px;
    }
    #trust {
        font-size: 17px;
        margin-top: 0;
        padding: 20px 0;
        margin-bottom: 20px;
    }
    #rating .element {
        background: none;
        padding-left: 0;
        margin-left: 0;
    }
    #icons > div {
        display: block;
    }
    #icons .first,
    #icons .second {
        width: 100%;
        margin-top: 20px;
        justify-content: space-around;
    }
    #icons {
        padding-top: 0;
        margin-top: -20px;
        border: none;
    }
    #consultation img {
        display: none;
    }
    #consultation {
        margin-top: -20px;
        margin-bottom: -50px;
        height: auto;
        padding: 200px 0 50px 0;
        background: url(../../img/custom/consult.jpg) no-repeat;
        background-size: contain;
    }
    #consultation .form {
        margin-top: 15px;
        padding: 30px 10px;
        text-align: center;
        width: 92%;
        margin-right: auto;
        margin-left: auto;
    }
    .some-questions .faqs__items {
        display: block;
    }
    .some-questions .faqs__items .group {
        width: 100%;
    }
    .some-questions .faq__answer {
        padding-left: 20px;
    }
    .some-questions .faq__question {
        padding: 20px 20px 20px 0;
    }
}
